@font-face {
	font-family: "Sahel-Light";
	src: url(fonts/Sahel-Light.eot) format("eot"), url(fonts/Sahel-Light.ttf) format("truetype"), url(fonts/Sahel-Light.woff) format("woff")
}
@font-face {
	font-family: "Sahel-Bold";
	src: url(fonts/Sahel-Bold.eot) format("eot"), url(fonts/Sahel-Bold.ttf) format("truetype"), url(fonts/Sahel-Bold.woff) format("woff")
}
body {
	direction: rtl;
	font-family: "Sahel-Light", "Myriad Pro";
	font-size: 15px;
	line-height: 30px;
	color: #696969
}
img {
	max-width: 100%
}
ol,
ul {
	margin: 0;
	padding: 0
}
b,
strong {
	font-family: "Sahel-Bold", "Myriad Pro"
}
:focus {
	outline: 0
}
input,
textarea,
select,
button {
	font-family: "Sahel-Light", "Myriad Pro"
}
a {
	color: #f26d70
}
a,
a:hover,
a:focus {
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	outline: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	position: relative;
	font-family: "Sahel-Bold", "Myriad Pro";
	line-height: 30px;
	font-weight: 400
}
::selection {
	background: #8675da;
	color: #fff
}
::-moz-selection {
	background: #8675da;
	color: #fff
}
li {
	list-style-type: none
}
.title-section {
	width: 100%;
	margin: 0 0 50px;
	position: relative
}
.title-section h2 {
	padding-bottom: 20px;
	position: relative;
	font-size: 30px;
	color: #555
}
.title-section h2:before {
	content: '';
	width: 50px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 2px solid #ff73b3
}
.title-section h4 {
	margin: 20px 0 0
}
.title-section i {
	position: absolute;
	top: -35px;
	right: 0;
	left: 0;
	font-size: 100px;
	color: #eaeaea;
	opacity: .4
}
.title-white {
	margin: 0 0 20px
}
.title-white h2 {
	color: #fff
}
.title-white i {
	opacity: .1
}
.no-padding {
	padding: 0
}
.no-rpadding {
	padding: 0 0 0 15px
}
.margin-100 {
	margin: 100px auto
}
.margin-150 {
	margin: 150px 0 0
}
.margin-bottom {
	margin-bottom: 0
}
.shadow-around {
	box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.07);
	-o-box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.07)
}
.pr-header .pr-menu {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}
.pr-header .pr-menu .pr-logo {
	float: left;
	padding: 30px 0
}
.pr-nav {
	float: right
}
.pr-header .pr-menu ul {
	position: relative
}
.pr-header .pr-menu ul>li {
	display: inline-block;
	position: relative
}
.pr-header .pr-menu ul li a {
	width: 90px;
	display: block;
	padding: 50px 0;
	position: relative;
	font-family: "Sahel-Bold", "Myriad Pro";
	line-height: 25px;
	color: #fff;
	opacity: 1;
	text-align: center
}
.pr-header .pr-menu ul li a:before {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	background: rgba(255, 255, 255, .5);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
.pr-header .pr-menu ul li a:hover:before {
	content: "";
	height: 100%;
	background: rgba(255, 255, 255, .1);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}
.pr-header .pr-sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: #8675da;
	z-index: 1000
}
.pr-phone {
	float: left;
	padding: 50px 0;
	position: relative;
	font-family: "Sahel-Bold", "Myriad Pro";
	line-height: 25px;
	color: #fff;
	opacity: 1;
	text-align: center
}
.pr-header .pr-sticky .pr-phone {
	padding: 30px 0 0
}
.pr-phone div {
	float: left
}
.pr-phone a {
	display: inline-block;
	padding: 2px 10px;
	background: #ff73b3;
	color: #fff;
	border-radius: 300px
}
.pr-phone div:hover a {
	background: #fff;
	color: #ff73b3
}
.pr-header .pr-menu .pr-logo {
	padding: 15px 0 0
}
.pr-header .pr-sticky ul li a {
	padding: 30px 0
}
.pr-header-content {
	padding: 180px 0 70px;
	position: relative;
	background: #7f6ed6
}
.pr-header-content:before {
	content: '';
	width: 100%;
	height: 175px;
	position: absolute;
	bottom: -174px;
	left: 0;
	background: url(images/header.png);
	background-position: center center
}
.pr-header-content h1,
.pr-header-content h2 {
	width: 100%;
	margin-bottom: 25px;
	font-size: 40px;
	line-height: 50px;
	color: #fff
}
.pr-header-content .text {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 30px;
	position: relative;
	font-size: 15px;
	color: #fff
}
.pr-content-btn {
	display: table;
	margin: 0 auto
}
.pr-header-content .pr-content-btn .btns {
	min-width: 170px;
	max-width: 250px;
	display: inline-block;
	margin: 0 5px;
	font-size: 15px;
	padding: 10px 40px;
	background: none;
	position: relative;
	cursor: pointer;
	color: #fff;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 2px solid #fff;
	border-radius: 300px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: border-color .3s, color .3s;
	-moz-transition: border-color .3s, color .3s;
	-o-transition: border-color .3s, color .3s;
	transition: border-color .3s, color .3s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-moz-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}
.pr-header-content .pr-content-btn .btns span {
	margin: 2px 0 0 5px;
	position: relative;
	top: 1px
}
.pr-header-content .pr-content-btn .btns:before {
	content: '';
	width: 150%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(255, 255, 255, .1);
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-o-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transition: -webkit-transform .3s, opacity .3s, background-color .3s;
	-moz-transition: transform .3s, opacity .3s, background-color .3s;
	-o-transition: transform .3s, opacity .3s, background-color .3s;
	transition: transform .3s, opacity .3s, background-color .3s
}
.pr-header-content .pr-content-btn .btns:hover:before {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	-moz-transform: rotate3d(0, 0, 1, 0deg);
	-ms-transform: rotate3d(0, 0, 1, 0deg);
	-o-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-moz-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}
.pr-taxi-section-content {
	width: 100%;
	float: right;
	padding: 30px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	text-align: justify;
	box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.07)
}
.pr-taxi-section .col-md-9 {
	float: none;
	display: table;
	margin: 0 auto
}
.pr-taxi-section-content h1 {
	margin: 20px 0;
	font-size: 25px;
	z-index: 100;
	color: #8675da
}
.pr-taxi-section-content h4 {
	display: block;
	margin: 30px 0 0;
	color: #666
}
.pr-taxi-section-content ul {
	display: table;
	margin: 0 auto
}
.pr-taxi-section-content ul li {
	display: inline-block;
	margin: 0 5px
}
.pr-taxi-section-content .btns {
	min-width: 170px;
	display: inline-block;
	margin: 20px 0 0;
	font-size: 15px;
	padding: 10px 40px;
	position: relative;
	background: #ff73b3;
	color: #fff;
	z-index: 1;
	border-radius: 300px;
	box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.07)
}
.pr-taxi-section-content .btns-purple {
	min-width: 170px;
	display: inline-block;
	margin: 20px 0 0;
	font-family: "Sahel-Bold", "Myriad Pro";
	font-size: 15px;
	padding: 10px 40px;
	position: relative;
	background: #8675da;
	color: #fff;
	z-index: 1;
	border-radius: 300px;
	box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.07)
}
.pr-taxi-section-content a:hover {
	opacity: .9
}
.pr-service-section {
	padding: 100px 0 120px;
	position: relative
}
.pr-service-section .pr-service-block {
	height: 120px;
	margin-bottom: 30px;
	position: relative
}
.pr-service-section .pr-service-block .pr-service-box {
	display: block;
	position: relative;
	text-align: center
}
.pr-service-section .pr-service-block .pr-service-box .pr-service-box {
	display: inline-block;
	margin-bottom: 15px;
	position: relative;
	font-size: 30px;
	color: #8675da
}
.pr-service-section .pr-service-block .pr-service-box h3 {
	position: relative;
	font-size: 15px;
	color: #666;
	margin-bottom: 15px
}
.pr-service-section .pr-service-block .pr-service-box .pr-service-text {
	position: relative
}
.pr-service-img {
	display: table;
	margin: 0 auto;
	position: relative;
	top: -130px;
	z-index: 1000
}
.pr-service-section p {
	font-size: 16px;
	line-height: 35px
}
.pr-service-section .pr-about-path {
	display: block;
	padding: 30px 0 0
}
.pr-service-section .pr-about-path ul {
	width: 100%;
	text-align: center
}
.pr-service-section .pr-about-path ul li {
	width: 25%;
	float: right;
	padding: 0;
	position: relative;
	list-style: none
}
.pr-service-section .pr-about-path li i {
	width: 120px;
	height: 120px;
	display: inline-block;
	font-size: 40px;
	line-height: 120px;
	background: #e4e4e4;
	border-radius: 50%;
	color: #888;
	text-align: center
}
.pr-service-section .pr-about-path ul li.active i {
	background: #8675da;
	color: #fff
}
.pr-service-section .pr-about-path ul li:before {
	content: "";
	width: 42%;
	height: 8px;
	margin: -4px 0 0 -21%;
	position: absolute;
	top: 64px;
	left: 100%;
	background: #e4e4e4
}
.pr-service-section .pr-about-path ul li:first-child:before {
	background: transparent
}
.pr-service-section .pr-about-path ul li span {
	width: 100%;
	float: left;
	margin: 20px 0 5px;
	font-family: "Sahel-Bold";
	font-size: 20px;
	color: #5e5e5e
}
.pr-service-section .pr-about-path li strong {
	color: #020202;
	float: left;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	width: 100%
}
.pr-about-section p {
	font-size: 16px;
	line-height: 35px
}
.pr-about-section .pr-about-path {
	padding: 30px 0 0
}
.pr-about-section .pr-about-path ul {
	width: 100%;
	text-align: center
}
.pr-about-section .pr-about-path ul li {
	width: 25%;
	float: right;
	padding: 0;
	position: relative;
	list-style: none
}
.pr-about-section .pr-about-path li i {
	width: 120px;
	height: 120px;
	display: inline-block;
	font-size: 40px;
	line-height: 120px;
	background: #e4e4e4;
	border-radius: 50%;
	color: #888;
	text-align: center
}
.pr-about-section .pr-about-path ul li.active i {
	background: #f26d70;
	color: #fff
}
.pr-about-section .pr-about-path ul li:before {
	content: "";
	width: 42%;
	height: 8px;
	margin: -4px 0 0 -21%;
	position: absolute;
	top: 64px;
	left: 100%;
	background: #e4e4e4
}
.pr-about-section .pr-about-path ul li:first-child:before {
	background: transparent
}
.pr-about-section .pr-about-path ul li span {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 6px;
	font-size: 17px;
	color: #5e5e5e
}
.pr-about-section .pr-about-path li strong {
	color: #020202;
	float: left;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	width: 100%
}
.pr-about-section {
	padding: 100px 0;
	position: relative;
	background: #7f6ed6;
	font-size: 16px;
	color: #fff;
	text-align: justify
}
.pr-about-section i {
	width: 100px;
	display: table;
	margin: 0 auto;
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	color: rgba(255, 255, 255, .1);
	font-size: 200px;
	z-index: 0
}
.pr-about-section h2 {
	margin: 0 0 30px
}
.pr-about-section p {
	position: relative
}
.pr-portfolio-section {
	padding: 100px 0;
	position: relative;
	background: #f9f9f9
}
.pr-portfolio-section .col-md-4 {
	margin: 0 0 30px
}
.pr-portfolio-section a {
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden
}
.pr-portfolio-section h3 {
	width: 100%;
	height: 0;
	margin: 0 0 -40px;
	padding: 20px;
	font-size: 18px;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: #8675da;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	text-align: center
}
.pr-portfolio-section a:hover h3 {
	height: 70px;
	margin: 0
}
.pr-portfolio-section a img {
	border-radius: 10px
}
.pr-portfolio-section a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(134, 117, 218, .1);
	z-index: 100;
	border-radius: 10px
}
.pr-portfolio-section .col-md-4 a:hover {
	opacity: .9
}
.pr-portfolio-section .hide-products button {
	display: table;
    margin: 10px auto 20px;
    background: #ff73b3;
    padding: 15px 25px;
    color: #fff;
    font-size: 20px;
    border-radius: 65px;
    border: 0 solid transparent;
}
.pr-portfolio-section .hide-products button:hover {
	opacity: .9;
}
.pr-portfolio-section .modal-body {
	width: 100%;
	float: right;
	background: #fff
}
.pr-portfolio-section .modal-body img {
	border-radius: 10px
}
.pr-portfolio-section .modal-body .product-site{
	display: table;
    margin: 30px auto;
    padding: 15px 30px;
    border-radius: 65px;
    background: #ff73b3;
    color: #fff;
    position: static;
}
.pr-portfolio-section .modal-body .product-site:hover{
	opacity: .9;
	box-shadow: -1px 2px 10px #0000007a;
}
.pr-portfolio-section .modal-body .product-site:before{
	display: none;
}
.pr-portfolio-section .modal-content {
	width: 100%;
	float: right;
	border-radius: 10px;
	box-shadow: none;
	overflow: hidden
}
.pr-portfolio-section .modal-content .modal-header .close {
	float: left;
	margin: 5px 0 0;
	color: #fff;
	opacity: 1
}
.pr-portfolio-section .modal-content .modal-header {
	background: #ff73b3;
	border-bottom: 0
}
.pr-portfolio-section .modal-content .modal-header .modal-title {
	display: inline-block;
	line-height: 30px;
	color: #fff
}
.pr-process-section {
	padding: 50px 0
}
.pr-process-section .col-md-10 {
	float: none;
	display: table;
	margin: 0 auto;
	text-align: center
}
.pr-process-section .pr-process-tab {
	width: 100%;
	float: right;
	background: #8675da;
	border-radius: 10px
}
.pr-process-section .pr-process-tab ul li {
	width: 25%;
	float: right;
	position: relative
}
.pr-process-section .pr-process-tab ul li i {
	position: absolute;
	top: 70px;
	right: 0;
	left: 0;
	color: rgba(255, 255, 255, .2);
	font-size: 100px;
	font-style: normal
}
.pr-process-section .pr-process-tab ul li a {
	display: block;
	padding: 60px 30px;
	color: #fff;
	font-family: "Sahel-Bold";
	font-size: 20px
}
.pr-process-section .pr-process-tab ul li.active a {
	background: #ff73b3;
	color: #fff
}
.pr-process-section .pr-process-tab ul li.active:first-child a {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px
}
.pr-process-section .pr-process-tab ul li.active:last-child a {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}
.pr-process-section h3 {
	margin: 0 0 15px
}
.pr-team-section {
	padding: 50px 0
}
.pr-team-section img {
	border-radius: 50%
}
.pr-team-section span {
	display: block;
	padding: 20px 0 0;
	font-family: "Sahel-Bold";
	font-size: 20px
}
.pr-team-section em {
	display: block;
	padding: 0 0 10px;
	font-style: normal
}
.pr-team-section ul {
	display: table;
	margin: 0 auto
}
.pr-team-section ul li {
	display: inline-block;
	padding: 0 5px
}
.pr-team-section ul li a {
	width: 35px;
	height: 35px;
	display: block;
	line-height: 36px;
	background: #8675da;
	color: #fff;
	border-radius: 50%
}
.pr-team-section ul li a:hover {
	opacity: .9
}
.pr-customer-section {
	padding: 30px 0;
	position: relative;
	background: #f9f9f9
}
.pr-customer-section .tooltip-inner {
	padding: 10px 30px;
	font-family: 'Sahel-Bold';
	font-size: 15px;
	background: #8675da
}
.tooltip.top .tooltip-arrow {
	border-top-color: #8675da
}
.pr-customer-section img {
	display: block;
	margin: 0 auto 30px;
	opacity: .7;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .4s ease 0;
	-moz-transition: all .4s ease 0;
	-ms-transition: all .4s ease 0;
	-o-transition: all .4s ease 0;
	transition: all .4s ease 0
}
.pr-customer-section img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}
.pr-footer-section {
	padding: 30px 0;
	position: relative;
	background: #f9f9f9
}
.pr-footer-section .pr-contact-form input,
.pr-footer-section .pr-contact-form textarea {
	width: 100%;
	margin: 0 0 15px;
	padding: 15px 80px;
	font-size: 15px;
	background: #f2f2f2;
	border: 0;
	border-radius: 4px;
	-webkit-transition: all .4s ease 0;
	-moz-transition: all .4s ease 0;
	-ms-transition: all .4s ease 0;
	-o-transition: all .4s ease 0;
	transition: all .4s ease 0
}
.pr-footer-section .pr-contact-form br {
	display: none
}
.pr-footer-section .pr-contact-form textarea {
	max-height: 150px;
	margin: 0;
	resize: none
}
.pr-footer-section .pr-contact-form input:focus,
.pr-footer-section .pr-contact-form textarea:focus {
	border-color: #f26d70
}
.pr-footer-section .pr-contact-form input[type="submit"] {
	width: auto;
	height: auto;
	float: left;
	padding: 10px 40px;
	font-size: 15px;
	background: #f26d70;
	color: #fff;
	border: 0;
	border-radius: 4px;
	font-weight: 500
}
.pr-footer-section .pr-contact-form input[type="submit"]:hover {
	opacity: .9
}
.pr-footer-section .pr-contact-form div {
	position: relative
}
.pr-footer-section .pr-contact-form div i {
	position: absolute;
	top: 25px;
	right: 50px;
	font-size: 20px;
	line-height: 15px;
	color: #b5b5b5;
	z-index: 10
}
div.wpcf7 .ajax-loader {
	margin: 20px 0 0 5px !important
}
div.wpcf7-response-output {
	margin: 0 15px!important;
	clear: both
}
div.wpcf7-validation-errors {
	border: 2px solid #f26d70!important;
	background: #f26d70;
	color: #fff;
	border-radius: 4px
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #27AE60!important;
	background: #27AE60;
	color: #fff;
	border-radius: 4px
}
span.wpcf7-not-valid-tip {
	position: relative;
	top: -7px;
	color: #f26d70!important
}
.pr-footer-section .pr-contact-info {
	clear: both;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 20px
}
.pr-footer-section .pr-contact-info ul li {
	width: 100%;
	display: block;
	padding: 5px 0;
	position: relative;
	list-style: none
}
.pr-footer-section .pr-contact-info ul li span {
	float: left
}
.pr-footer-section .pr-contact-info ul li.pr-address i {
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 80px;
	color: #eaeaea;
	z-index: 0
}
.pr-footer-section .pr-contact-info ul li.pr-address p {
	display: table;
	margin: 10px auto 0;
	position: relative;
	font-size: 20px;
	z-index: 1
}
.pr-footer-section .pr-contact-info ul li.pr-telegram a {
	float: left;
	padding: 0 10px;
	background: #2e8fd2;
	color: #fff;
	border-radius: 300px
}
.pr-footer-section .pr-contact-info ul li.pr-telegram:hover a {
	opacity: .8
}
@media screen and (min-width: 990px) and (max-width: 1140px) {
	.pr-header .pr-menu ul li a {
		width: 85px
	}
}
@media screen and (min-width: 767px) and (max-width: 990px) {
	.pr-header .pr-menu ul li a {
		padding: 30px 0
	}
	.pr-phone {
		float: none;
		display: table;
		margin: 0 auto;
		padding: 0
	}
}
@media screen and (max-width: 767px) {
	.pr-nav {
		padding: 20px 0 0
	}
	.pr-header .pr-menu {
		position: relative;
		background: #7365bd
	}
	.pr-header .pr-menu ul {
		text-align: center
	}
	.pr-header .pr-menu ul li a {
		padding: 10px 0
	}
	.pr-header .pr-menu .pr-logo {
		float: none;
		text-align: center
	}
	.pr-header .pr-phone,
	.pr-header .pr-sticky .pr-phone {
		float: none;
		display: table;
		margin: 0 auto;
		padding: 30px 0
	}
	.pr-header-content {
		padding: 50px 0
	}
	.pr-header-content .text {
		padding: 0 30px
	}
	.pr-taxi-section-content {
		text-align: right
	}
	.pr-taxi-section-content h1 {
		line-height: 40px
	}
	.pr-taxi-section-content ul {
		display: block
	}
	.pr-taxi-section-content ul li {
		width: 100%;
		display: block;
		text-align: center
	}
	.pr-taxi-section-content a {
		width: 100%
	}
	.pr-service-section {
		padding: 120px 0 0
	}
	.pr-about-section {
		padding: 30px;
		background: #8675da
	}
	.pr-about-section .pr-about-path {
		display: none
	}
	.pr-process-section .pr-process-tab ul li {
		width: 50%
	}
	.pr-footer-section .pr-contact-form div i,
	.pr-service-section .pr-about-path {
		display: none
	}
	.pr-footer-section .pr-contact-form input,
	.pr-footer-section .pr-contact-form textarea {
		padding: 15px 30px
	}
	.pr-footer-section .pr-contact-info {
		padding: 0 15px
	}
}
@media screen and (max-width: 480px) {
	.margin-100 {
		margin: 50px 0
	}
	.pr-portfolio-section {
		padding: 50px 0
	}
	.pr-footer-section .pr-contact-form input[type="submit"] {
		width: 100%
	}
}
@media screen and (max-width: 400px) {
	.pr-process-section .pr-process-tab ul li {
		width: 100%
	}
	.pr-process-section .pr-process-tab ul li.active:first-child a,
	.pr-process-section .pr-process-tab ul li.active:last-child a {
		border-radius: 0
	}
	.pr-process-section .pr-process-tab ul {
		border-radius: 10px;
		overflow: hidden
	}
}