@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");

@font-face {
  font-family: 'medium';
  src: url('/wp-content/themes/zasoranet/assets/fonts/Jost-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'regular';
  src: url('/wp-content/themes/zasoranet/assets/fonts/Carlito-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bold';
  src: url('/wp-content/themes/zasoranet/assets/fonts/Carlito-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ExtraLight';
  src: url('/wp-content/themes/zasoranet/assets/fonts/Jost-ExtraLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'light';
  src: url('/wp-content/themes/zasoranet/assets/fonts/Jost-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
a {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  transform-origin: left top;
  background-repeat: no-repeat;
  outline: none !important;
  color: #000000;
  font-family: regular;
}
h4, .h4 {
    font-size: 20px;
}
input,
textarea,
select,
button {
  outline: none !important;
}
a{
	transition: all .5s
}
a:hover,
a:active {
  text-decoration: none !important;
  transition: all .5s;
  color: #a282cd;
}
img{
	max-width: 100%;
}
@media (min-width: 1440px){
	/* .container {
	    width: 1400px;
	} */
}
#button_to_top {
    display: flex !important;
    background-color: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 45px;
    right: 63px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border: 1px solid #a282cd;
    border-radius: 50%;
    cursor: pointer;
}
#button_to_top::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 1em;
    line-height: normal;
    color: #a282cd;
}
#button_to_top.show {
    opacity: 1;
    visibility: visible;
}
body{
	background: #fdf9f6;
	background: #fff;
	font-family: 'medium';
	color: #666666;
	overflow-x: hidden;
	width: 100%;
}
html{
	overflow-x: hidden;
	width: 100%;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 9px;
}

::-webkit-scrollbar:horizontal {
    height: 9px;
}

::-webkit-scrollbar-thumb {
    background-color: #a282cd ;
    background-color: #a282cd ;
  border-radius: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #d4d4d4; 
}

/* lodaer */

.page-loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: linear-gradient(45deg, #3f3f3f, #555555);
  background: #fff;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.dot {
  background: white;
  margin: 5px;
  animation-name: loader;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.dot:nth-child(1) {
  animation-delay: 0.2s;
}
.dot:nth-child(2) {
  animation-delay: 0.4s;
}
.dot:nth-child(3) {
  animation-delay: 0.6s;
}
.dot:nth-child(4) {
  animation-delay: 0.8s;
}
.dot:nth-child(5) {
  animation-delay: 1s;
}

@keyframes loader {
  from {
    width: 2px;
    height: 2px;
    border-radius: calc(2px / 2);
  }
  to {
    width: 20px;
    height: 20px;
    border-radius: calc(20px / 2);
  }
}
/* lodaer */
header{
	position: fixed;
    z-index: 103;
    top: 0; left: 0;
	width: 100%;
	transition: all .3s ease;
    justify-content: space-between;
    align-items: center;
    transform: translateY(0);
	transition: all .5s;
	background: rgba(0,0,0,0);
	background: rgba(74, 21, 139, 0.5);
	background: rgba(74, 21, 139, 1);
	/* -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); */
}
header .mainhead{
	display: flex;
	justify-content: space-between;
	align-content: center;
	width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
header .mainhead .left, header .mainhead .right{
	display: flex;
	align-items: center;
}
.menu{
	cursor: pointer;
}
header .mainhead .menu{
	display: none;
}
header .mainhead .menu i{
	font-size: 30px;
    color: #000;
    line-height: 30px;
    margin-right: 15px
}
header .mainhead .logo img, .menublock  .logo img{
	max-width: 300px;
	height: auto;
	width: auto;
    max-height: 45px;
    max-height: 65px;
}
.logo{
	display: flex;
	color: #fff;
	align-items: center;
}
.logo svg{
	fill: #fff;
    height: 55px;
}
.logo .name{
	color: #fff;
    margin-left: 0;
    font-size: 2.2em;
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1;
}
.logo .name span{
	font-size: 0.5em;
    color: #fff;
}
footer .logo{
	margin-bottom: 20px;
}
footer .logo svg,
.menublock .logo svg{
	fill: #000;
}
footer .logo .name,
.menublock .logo .name{
	color: #7d7c7c;
	font-family: bold;
}
footer .logo .name{
	color: #7d7c7c;
}
.menublock .logo .name span,
footer .logo .name span{
	font-size: 0.5em;
    color: #7d7c7c;
}
.menublock.active .item:nth-child(2){
	margin-top: 30px;
}
.menublock .socialbtn,
.contactbottom .socialbtn{
	display: flex;
}
.menublock .socialbtn a,
.contactbottom .socialbtn a{
	margin-right: 10px;
}
header .mainhead .btn.grn{
	margin-left: 60px;
}
header .mainhead .socialbtn, footer .socialbtn, .contactinblock .socialbtn{
	display: flex;
	align-items: center;
}
header .mainhead .socialbtn a, footer .socialbtn a, .contactinblock .socialbtn a{
	margin-right: 10px;
	opacity: 1;
	transition: all .5s;
}
header .mainhead .socialbtn a:hover, footer .socialbtn a:hover{
	opacity: 0.85;
	transition: all .5s;
}
header .mainhead .socialbtn img, footer .socialbtn img, .socialbtn img{
	max-height: 50px;
	width: 100%;
	width: 40px;
}
header .breadcrumbss {
	opacity: 1;
	visibility: visible;
	transition: all .5s;
}
header.sticky {
	background: rgba(0,0,0, 0.7);
	background: rgba(74, 21, 139, 0.5);
	background: rgba(74, 21, 139, 1);
	transition: all .5s;
}
header.sticky .breadcrumbss {
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	margin: 0;
    padding: 0;
    max-height: 0;
}
header.sticky .subhead {
	padding: 0px 0 10px;
	transition: all .5s;
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
	max-height: 0;
}
header.sticky .subhead.open {
	padding: 0px 0 10px;
	transition: all .5s;
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	max-height: 100%;
}
header #menu-toggle{
	opacity: 0;
    visibility: hidden;
	transition: all .5s;
	transform: translateX(-100%);
	display: none;
	margin-right: 10px;
}
header.sticky #menu-toggle{
	opacity: 1;
    visibility: visible;
	transition: all .5s;
	transform: translateX(0);
	display: block;
}
@keyframes topbar-x {
	0% {
	top: 0;
		-webkit-transform: rotate(0deg);
	}
	45% {
	top: 25%;
		-webkit-transform: rotate(145deg);
	}
	75% {
		-webkit-transform: rotate(130deg);
	}
	100% {
		-webkit-transform: rotate(135deg);
	}
}
@keyframes topbar-back {
	0% {
		top: 25%;
		-webkit-transform: rotate(135deg);
	}
	45% {
		-webkit-transform: rotate(-10deg);
	}
	75% {
		-webkit-transform: rotate(5deg);
	}
	100% {
		top: 0;
		-webkit-transform: rotate(0);
	}
}
@keyframes bottombar-x {
	0% {
		bottom: 0;
		-webkit-transform: rotate(0deg);
	}
	45% {
		bottom: 25%;
		-webkit-transform: rotate(-145deg);
	}
	75% {
		-webkit-transform: rotate(-130deg);
	}
	100% {
		-webkit-transform: rotate(-135deg);
	}
}
@keyframes bottombar-back {
	0% {
		bottom: 25%;
		-webkit-transform: rotate(-135deg);
	}
	45% {
		-webkit-transform: rotate(10deg);
	}
	75% {
		-webkit-transform: rotate(-5deg);
	}
	100% {
		bottom: 0;
		-webkit-transform: rotate(0);
	}
}
.menu-icon-wrp {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	padding-top: 12px;
	transition: all 500ms cubic-bezier(1.000, 0.000, 0.645, 0.650);
	z-index: 99;
	cursor: pointer;
}
.menu-bar {
	display: block;
	position: relative;
	background: #a282cd;
	background: #fff;
	width: 32px;
	height: 3px;
	border-radius: 1px;
	transition: all 300ms;
	margin: 0 auto;
}
.bar1 {
	top: 0;
	animation: topbar-back 500ms;
	animation-fill-mode: both;
	animation-play-state: initial !important;
}
.bar2 { opacity: 1; }
.bar3 {
	bottom: 0;
	animation: bottombar-back 500ms;
	animation-fill-mode: both;
	animation-play-state: initial !important;
}
.menu-bar + .menu-bar {
	margin-top: 5px;
}
.toggled .bar1 {
	top: 25%;
	animation: topbar-x 500ms;
	animation-fill-mode: both;
}
.toggled .bar2 {
	opacity: 0;
}
.toggled .bar3 {
	bottom: 31%;
	animation: bottombar-x 500ms;
	animation-fill-mode: both;
}
section#mainslide{
	position: relative;
	/* height: 100vh;
	height: 690px; */
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	margin-top: 90px;
	margin-top: 118px;
	    overflow: hidden;
    margin-bottom: 40px;
}
.servicetype{
	margin-top: 90px;

}
section#mainslide .backblack{
	position: absolute;
    width: 100%;
    height: 100vh;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.7) 60%, rgba(0,0,0,0.4) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.7) 60%, rgba(0,0,0,0.4) 100%);
	background-position: right bottom;
    background-image: url(/wp-content/themes/zasoranet/images/mainman.webp);
    background-size: contain;
    background-repeat: no-repeat;
	background-color: rgba(197, 202, 233, 1);
    z-index: 1;
    left: 0;
    top: 0;
}
img.cloud {
    content: "";
    position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	z-index: 2;
	    bottom: -130px;
    z-index: 2;
}
section#mainslide .backblack:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
}
section#mainslide .flexblock{
	position: relative;
    /* height: 100vh; */
	min-height: 550px;
    display: flex;
    align-items: center;
	z-index: 3;
}
.modal .socialbtn{
	display: flex;
	justify-content: center;
}
.modal .socialbtn a{
	display: block;
	margin: 0 5px;
}
section#mainslide .mainslider .item{
	height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
}
section#mainslide.miniheader{
	max-height: 310px;
}
section#mainslide.miniheader .backblack{
	max-height: 310px;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
section#mainslide.miniheader .backblack .flexblock{
	max-height: 310px;
	align-items: flex-end;
}
.smallheader section#mainslide.miniheader,
.smallheader section#mainslide.miniheader .backblack{
	max-height: 250px;
}
ul.breadcrumbss {
	width:100%;
	padding:20px 0 0;	
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
ul.breadcrumbss li, ul.breadcrumbss li a{
	color: #fff;
}
#tableblock.typepagemargin ul.breadcrumbss li, #tableblock.typepagemargin ul.breadcrumbss li a, .servicetype ul.breadcrumbss li a, .servicetype ul.breadcrumbss li{
	color: #a282cd;
	opacity: 0.7;
	transition: all .5s;
}
ul.breadcrumbss li a:hover,
#tableblock.typepagemargin ul.breadcrumbss li a:hover, .servicetype ul.breadcrumbss li a:hover{
	color: #a282cd;
	opacity: 1;
	transition: all .5s;
}
ul.breadcrumbss li:after{
	content: '/';
	display: block;
	margin: 0 5px;
}
ul.breadcrumbss li:before{
	display: none;
}
ul.breadcrumbss li:last-child:after{
	display: none;
}
.disabled{
	display: none !important;
}
.mainslider{
	width: 55%;
	position: relative;
    overflow: hidden;
}
.owl-stage {
    display: flex;
    align-items: center;
}
.projcarus .owl-stage{
	align-items: flex-start;
}
.owl-dots{
	width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.owl-dot{
	width: 15px;
	height: 15px;
	border-radius: 10px;
	border: 1px solid #000;
	margin: 0 4px;
	transition: all .5s;
	background: transparent;
}
.owl-dot.active{
	width: 45px;
	transition: all .5s;
}
.mainslider .owl-dots{
	position: absolute;
	bottom: 35px;
	z-index: 2;
}
#mainslide .textblock{
	text-align: left;
    width: 100%;
    margin: 15px 0;
    margin: 40px 0 50px;
    color: #000;
    z-index: 2;
}
h1{
	font-family: bold;
    font-size: 55px;
    line-height: 55px;
    color: #000;
    text-align: left;
}
h1 span{
	border-bottom: 1px solid #a282cd;
}
/*h1:after {
    width: 225px;
    height: 1px;
    content: '';
    background: #a282cd;
    display: block;
}*/
#mainslide .textblock h1{
	color: #fff;
	font-size: 42px;
	margin-bottom: 40px;
    font-family: 'regular';
}
#mainslide .textblock h2, #mainslide .textblock h1{
	/* text-transform: uppercase; */
	font-size: 62px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 40px;
	text-align: left;
    font-family: 'bold';
	    max-width: 80%;
}
#mainslide .textblock h2 span,
#mainslide .textblock h1 span{
	font-family: bold;
	color: #fff;
	color: rgb(189, 188, 255);
}
#mainslide .textblock p {
    font-size: 42px;
    color: #fff;
    text-align: left;
    font-family: 'regular';
	margin-bottom: 40px;
}
#mainslide .textblock p a{
	color: #fff;
	text-decoration: underline;
	transition: all .5s;
}
#mainslide .textblock p a:hover{
	color: #a282cd;
	transition: all .5s;
}
.btn, .btn:active, .btn:focus, .btn:target {
	font-size: 18px;
	padding: 5px 15px;
	border-radius: 0;
	background: #a282cd;
	color: #fff;
	overflow: hidden;
	position: relative;
	transition: all .5s;
	border-radius: 10px;
	position: relative;
}
.btn .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg); 
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear; 
}
@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
.textblock .btn{
	font-size: 1.4em;
    text-transform: uppercase;
    font-family: 'bold';
	padding: 0.8em 2em;
	letter-spacing: 2px;
}
.btn.grn{
	background: #a282cd;
}
.btn:hover{
	transition: all .5s;
	color: #fff;
	background: #bdbcff;
}
.btn.grn:hover{
	background: #bdbcff;
}
a.btn:before {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff)";
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -khtml-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 70%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
a.btn:after {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff)";
    content: "";
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -khtml-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 70%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
a.btn.org:before {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff)";
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -khtml-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 70%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
a.btn.org:after {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff)";
    content: "";
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -khtml-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 70%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
a.btn:hover:before {
    left: -20%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
a.btn:hover:after {
    right: -20%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
.mainhead .phoneblock{
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}
.mainhead .phoneblock .phone{
	color: #fff;
    font-size: 28px;
    font-family: bold;
	line-height: 1.2;
}
.mainhead .phoneblock .clback{
	font-size: 22px;
	color: #a282cd;
	text-decoration: underline;
	margin-top: -7px;
}
.subhead{
	padding: 30px 0 0;
	padding: 15px 0;
	    padding: 5px 0 10px;
	transition: all .5s;
}
#menu{
	display: flex;
	align-items: center;
	align-items: flex-end;
}
.nav:before, .nav:after{
	display: none;
}
#menu ul.nav {
	display: flex;
	margin: 0;
	width: 100%;
	justify-content: space-between;
}
#menu ul li{
	margin-bottom: 0;
	position: relative;
}
#menu ul li.dropdown:after{
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078";
	position: absolute;
    top: 5px;
    right: -30px;
    color: #a282cd;
    font-size: 18px;
	display: none;
}
#menu ul li ul li{
	margin-bottom: 10px;
}
#menu ul li ul li:last-child{
	margin-bottom: 0;
}
#menu ul li.dropdown ul li.dropdown{
	padding-right: 15px;
}
#menu ul li.dropdown ul li.dropdown:after{
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
	position: absolute;
    top: 5px;
    right: -5px;
    right: 10px;
    color: #a282cd;
    font-size: 18px;
}
#menu ul li:before{
	display: none;
}
#menu ul li a{
	color: #fff;
	font-size: 26px;
	line-height: 20px;
	padding: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
	transition: all .5s;
}
#menu ul.dropdown-menu{
	padding: 10px 0 10px 15px;
}
#menu ul.dropdown-menu li a, #menu ul li.active ul li a, #menu ul li.active a{
	color: #000;
	border-bottom: 1px solid transparent;
	margin-right: 10px;
}
#menu ul li a:hover, #menu ul li a:target, #menu ul li a:active, #menu ul li a:focus, #menu ul li.active a, #menu ul li.active ul li a:hover{
	background-color: transparent;
	padding-bottom: 5px;
	border-bottom: 1px solid #a282cd;
	transition: all .5s;
	color: #a282cd;
}
#menu ul li.item-130.active a{
	color: #000;
	border-bottom: 1px solid transparent;
}
#menu ul li.item-130.active a:hover{
	border-bottom: 1px solid #a282cd;
	transition: all .5s;
	color: #a282cd;
}
#menu .dropdown-menu ul.dropdown-menu{
	left: calc(100% + 15px);
	left: 100%;
    top: -13px; 
}
#menu .dropdown-menu ul.dropdown-menu{
	display: none !important;
}
#menu .dropdown-menu li.dropdown:hover ul.dropdown-menu{
	display: block !important;
}
#about{
/*	background: url(/images/bg2.jpg);*/
    background-position: center;
    background-size: cover;
}
#projects{
	padding: 40px 0;
	background-color: rgba(222, 237, 243, 1);
}
#projects h2{
	color: #fff;
}
#popform{
	margin: 60px 0;
}
#popform .jbet{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #666666;
}
#popform .jbet .left{
	max-width: 800px;
}
#popform .jbet .left h2{
	text-align: left;
}
#popform .jbet .left p{
	font-size: 22px;
	color: #666666;
	line-height: 24px;
}
.owl-stage-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.projects .owl-stage-outer{
	/*overflow: visible;*/
}
.aboutsect{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	z-index: 1;
	padding: 50px 0;
	width: 100%;
}
.aboutsect .left{
	width: 60%;
}
.aboutsect .right{
	width: 40%;
	padding: 10px 30px 40px;
}
.zag{
	position: relative;
	display: flex;
}
h2{
	position: relative;
    font-size: 48px;
    color: #666666;
    margin-bottom: 15px;
    font-family: bold;
    text-align: center;
}
.page-id-149 h2{
	font-size: 36px;
	text-align: left;
}
.aulogo{
	max-width: 130px;
}
b, strong{
	font-family: bold;
}
p, ul, li, td{
	margin-bottom: 10px;
	color: #666666;
	font-size: 18px;
	line-height: 20px;
}
h3{
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #000;
	font-family: bold;
}
ul{
	list-style: none;
	margin-bottom: 20px;
}
/* ul li{
	display: flex;
} */
ul.breadcrumbss li, ul.breadcrumbss li a{
	display: flex;
}
ul li:before{
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c"; color: #a282cd; margin-right: 5px;
}
.feedbackform{
	padding: 60px 0;
	background-image: linear-gradient(360deg, rgba(222, 237, 243, 1), rgba(255, 255, 255, 1));
    background-color: rgb(255, 255, 255);
}
.backzayavka{
	border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    background-color: #fff;
    background-size: 35%;
    background-position: left bottom;
    position: relative;
}
.backzayavka .imageform img{
	position: absolute;
    bottom: 0;
    right: 20px;
    height: 359px;
}
.jcenter {
    display: flex;
    justify-content: center;
}
.zayavka .btnblock{
	display: flex;
	width: 100%;
	justify-content: center;
}
.zayavka .btnblock .wpcf7-submit{
	width: auto;
}
.zayavka{
	display: flex;
	padding: 50px 0;
    padding: 40px 430px 20px 60px;
    flex-wrap: wrap
}
.zsmall .zayavka{
	padding: 40px 30px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.zsmall .inputblock span{
	width: 100%;
}
.zayavka h2{
	display: flex;
	font-size: 28px;
	font-family: medium;
	margin: 0;
	margin-bottom: 10px;
}
.zayavka h3{
	font-family: regular;
	font-size: 24px;
	color: #5b5858;
	margin: 0;
	margin-bottom: 20px;
}
.zayavka .formback{
	width: 100%;
}
.inputblock{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
}
.inputblock p{
	width: 100%;
}
.inputblock input, .inputblock span{
	width: 48%;
	margin-bottom: 20px;
}
.inputblock .wpcf7-spinner{
	position: absolute;
	    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.wpcf7-spinner{
	width: 24px !important;
    height: 24px;
}
.inputblock span input{
	width: 100%;
	margin-bottom: 0;
}
.inputblock .btn{
	margin-bottom: 0;
}
#process{
	padding: 30px 0 50px;
	background-image: linear-gradient(180deg, rgba(162, 130, 205, 1), rgba(222, 237, 243, 1));
    background-color: rgb(247, 248, 250);
}
.precess{
	display: flex;
    flex-wrap: wrap;
}
#process h2{
	color: #fff;
	margin: 0 0 30px;
}
.precess .item:nth-child(1){
	padding: 0 50px 30px;
    border-right: 1px solid #9d9d9d;
	position: relative;
}
.precess .item:nth-child(4){
	padding: 0 50px 30px;
    border-left: 1px solid #9d9d9d;
	position: relative;
}
.precess .item:nth-child(5){
	padding: 0 50px 30px;
    /* border-right: 1px solid; */
	position: relative;
}
.precess .item:nth-child(1)::after{
	content: '1';
	display: flex;
	width: 64px;
    height: 64px;
	background: #fff;
	color: rgba(162, 130, 205, 1);
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	right: -35px;
    top: 0;
    position: absolute;
	font-size: 25px;
}
.precess .item:nth-child(5)::after{
	content: '3';
	display: flex;
	width: 64px;
    height: 64px;
	background: #fff;
	color: rgba(162, 130, 205, 1);
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	right: -35px;
    top: 0;
    position: absolute;
	font-size: 25px;
}
.precess .item:nth-child(4)::after{
	content: '2';
	display: flex;
	width: 64px;
    height: 64px;
	background: #fff;
	color: rgba(162, 130, 205, 1);
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	left: -35px;
    top: 0;
    position: absolute;
	font-size: 25px;
}
.precess .item h3{
	font-size: 26px;
	margin-top: 0;
	color: #fff;
	text-decoration: underline;
}
.precess .item h3 a{
	color: inherit;
}
.precess .item p{
	margin-bottom: 25px;
	/* color: #fff; */
}
#price{
	padding: 60px 0 60px;
    background-color: #A282D0;
}
#price .subzag{
	color: #fff;
	text-align: center;
	width: 100%;
}
#price h2{
	color: #fff;
}
.prices {
	display: flex;
	flex-wrap: wrap;
	margin: 70px 0;
}
.prices .item{
	margin-bottom: 30px;
}
.prices .item .botblock{
	padding: 0 20px;
	padding: 20px;
    background: #fff;
    border-radius: 0 0 20px 20px;
}
.prices .item .botblock.big{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.prices .image{
	
}
.prices .image img{
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.prices .item .name{
	font-size: 25px;
	margin-bottom: 15px;
	line-height: 1;
	display: block;
	text-transform: uppercase;
}
.prices .item p{
	min-height: 40px;
}
.prices .price{
	font-family: light;
	font-size: 22px;
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 1;
}
.prices .oldprice{
	font-family: light;
	line-height: 1;
	display: block;
    text-decoration: line-through;
    opacity: 0.5;
    font-size: 18px;
    margin-bottom: 5px;
}
.prices .price span{
	color: #a282cd;
	font-family: medium;
}
h2{
	font-family: regular;
}
h2 span{
	color: #a282cd;
	font-family: medium;
}
h2 b{
	font-family: medium;
}
.subzag{
	font-family: light;
	font-size: 22px;
	line-height: 24px;
	margin: 15px 0;
	text-align: center;
}
#uslugi{
	padding: 60px 0;
}
.uslugi{
	padding: 40px 0;
}
.uslugi.bezsubcat{
	display: flex;
	flex-wrap: wrap;
}
.uslugi .item{
	position: relative;
	margin-bottom: 30px;
}
.uslugi .item img{
	width: 100%;
	height: auto;
	border-radius: 20px 20px 10px 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.uslugi .item .topblock{
	position: absolute;
	top: 0;
	right: 0;
}
.uslugi .item .topblock .topprice{
	font-size: 22px;
    padding: 5px 20px;
    background: #a282cd;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    border-radius: 0 10px;
}
.uslugi .item .bottomblock{
	background: rgb(255 255 255 / 95%);
    padding: 15px 15px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
    max-height: 63px;
    transition: all 1s;
}
.uslugi .item:hover .bottomblock{
	max-height: 500px;
    transition: all 1s;
}
.uslugi .item .bottomblock .zag a{
	font-family: regular;
	font-size: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.uslugi.bezsubcat .item .bottomblock {
	max-height: 100%;
}
.uslugi.bezsubcat .item .bottomblock .zag a{
	margin-bottom: 0;
}
.uslugi.bezsubcat .item .bottomblock .subzug{
	display: none;
}
.uslugi .item .bottomblock .subzug ul li:before{
	display: none;
}
.uslugi .item .bottomblock .subzug ul li a{
	font-family: light;
	font-size: 22px;
}
.pagination{
	width: 100%;
}
.pagination .counter{
	display: none !important;
}
.pagination ul{
	display: flex;
	width: 100%;
	justify-content: center;
}
.pagination ul li::before{
	display: none;
}
.pagination ul li{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	background: #fff;
	border: 1px solid #bdbcff;
	border-radius: 100%;
	transition: all .5s;
	margin: 0 10px;
}
.pagination ul li.active, .pagination ul li:hover{
	color: #fff;
	background: #bdbcff;
	border: 1px solid #bdbcff;
	border-radius: 100%;
	transition: all .5s;
}
.pagination ul li.active a, .pagination ul li:hover a{
	color: #fff;
	transition: all .5s;
}
#mainabout, #firstform{
	position: relative;
}
/* #mainabout{
	padding-top: 100px;
} */
#mainabout .middletext p{
	font-size: 26px;
    line-height: normal;
    text-align: center;
    margin: 40px 0 20px;
}
.typepage #mainabout{
	margin: 30px 0 20px;
	min-height: 400px;
	padding: 0;
}
#mainabout img{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    width: 50%;
    height: auto;
}
.typepage #mainabout img{
	max-height: 400px;
    object-fit: cover;
    top: 0;
    transform: translateY(0);
}
#firstform img{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    overflow: hidden;
    border-radius: 0 20px 20px 0;
    width: 50%;
    height: auto;
}
#firstform .rightside {
	width: 100%;
    justify-content: flex-end;
}
@media (min-width: 2100px){
	#mainabout, #firstform{
	    position: relative;
	    max-width: 1400px;
	    margin: 0 auto;
	}
	.typepage #mainabout{
		margin: 30px auto 20px;
	}
	#mainabout img, #firstform img{
		border-radius: 20px;
	}
}
.pluses{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}
.pluses .owl-dot{
	border: 1px solid #000;
}
.pluses .owl-stage-outer{
	overflow: visible;
}
.pluses .owl-item{
	display: flex;
}
.pluses .owl-stage{
	align-items: stretch
}
.pluses .item{
	display: flex;
    align-items: center;
    background: #fff;
    padding: 15px 10px;
	margin-bottom: 30px;
	flex-direction: column;
	text-align: center;
}
.pluses .item .icon svg{
	    margin: 0px;
    padding: 0px;
    fill: rgba(162, 130, 205, 1);
    width: 64px;
    height: 64px;
    min-width: 0px;
	min-height: 0px;
}
.pluses .item p{
	    color: rgba(33, 33, 33, 0.4);
}
.pluses .item h3{
	    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
}
.pluses .item .centerblock{
	display: flex;
}
.pluses.mainpriceblock .item .centerblock{
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
}
.pluses .item .icon{
	flex: 0 0 auto;
	margin-right: 10px;
}
.pluses .item .icon img{
	width: 30px;
}
.pluses .item .num:after{
	content: '/';
	font-size: 70px;
	color: #a282cd;
    line-height: 30px;
    margin-left: 10px;
}
.pluses .item .textblock{
	font-size: 18px;
	line-height: 1.4;
	color: #666666;
}
.pluses .item .textblock span{
	font-size: 24px;
	color: #666666;
    line-height: 26px;
    font-family: 'medium';
    margin-bottom: 10px;
    display: block;
}
.pluses .item .price{
	color: #a282cd;
    font-family: 'medium';
    font-size: 30px;
    line-height: 34px;
}
.firstform{
	display: flex;
	flex-wrap: wrap;
}
.firstform .left{
	width: 50%;
}
.firstform .right{
	width: 100%;
	background: #fff;
	padding:30px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 20px;
}
.firstform .right h3{
	text-align: center;
}
.firstform .right .text{
	max-width: 480px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
.rightform{
	background: #f7f6fb;
	background: #fff;
	margin: 40px 0;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 20px;
    text-align: center;
}
.rightform h3{
	text-align: center;
	width: 100%;
}
.form{
	padding: 0 30px;
}
.form p{
	font-size: 15px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.aboutgallery  img{
	width: 100%;
	height: auto;
}
.etaps .item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
	counter-increment: section;
	flex-direction: row;
}
.etaps .item:nth-child(2n){
	flex-direction: row-reverse;
}
.etaps .item .text h3{
	display: flex;
	align-items: center;
} 
.etaps .item .image{
	display: flex;
	align-items: center;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 20px;
    overflow: hidden;
    min-height: 300px;
        min-height: 350px;
        max-height: 400px;
}
.etaps .item .image img{
	width: 100%;
	height: auto;
}
.etaps .item .text h3:before{
	display: flex;
    align-items: center;
    content: "0" counter(section) " / ";
    font-size: 32px;
    font-family: 'regular';
    margin-right: 10px;
    color: #a282cd;
}
.uncorner .etaps .item .text h3:before{
	display: none;
}
.etaps .item .text .num{
	content: '/';
	font-size: 70px;
	color: #a282cd;
    line-height: 30px;
    margin-left: 10px;
}
.projects, .testimonials{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.partners{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 2;
	
}
#partners{
	padding: 100px 0;
}
.projects p{
	text-align: center;
}
.projects .projcarus {
	width: 100%;
	margin: 40px 0;
	margin: 20px 0 0;
}
.projects .projcarus .moreitem{
	display: none;
}
.projects .projcarus .item{
	positioN: relative;
	transition: .8s;
    -webkit-transition: .8s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    margin-bottom: 20px;
}
.projects .projcarus .item.__loading{
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    transition: .8s;
    -webkit-transition: .8s;
}
.projects .projcarus .item img{
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}
.projects .projcarus .item .text{
    position: relative;
    z-index: 4;
    display: block;
    padding: 20px;
    transition: all .5s;
}
.projects .projcarus .item .text .name{
	font-size: 24px;
    font-family: regular;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.projects .projcarus .item .text .quad{
	font-size: 20px;
    color: #000;
    font-family: light;
}
.projects .projcarus .item .text .quad span{
	color: #a282cd;
}
.projects .projcarus .item .text .btn{
	font-size: 16px;
	color: #fff;
}

.allarticles .projects{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
}
.allarticles .projects .item{
	positioN: relative;
	transition: .8s;
    -webkit-transition: .8s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    margin-bottom: 20px;
}
.allarticles .projects .item.__loading{
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    transition: .8s;
    -webkit-transition: .8s;
}
.allarticles .projects .item img{
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}
.allarticles .projects .item .text{
    position: relative;
    z-index: 4;
    display: block;
    padding: 20px;
    transition: all .5s;
}
.allarticles .projects .item .text .name{
	font-size: 24px;
    font-family: regular;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.allarticles .projects .item .text .quad{
	font-size: 20px;
    color: #000;
    font-family: light;
}
.allarticles .projects .item .text .quad span{
	color: #a282cd;
}
.allarticles .projects .item .text .btn{
	font-size: 16px;
	color: #fff;
}
.filters{
	margin: 20px 0 30px;
}
.filters .btn{
	border: 1px solid #c0c0c0;
	color: #c0c0c0;
	margin: 0 5px;
	text-transform: uppercase;
}
.filters .btn.btn-active{
	border: 2px solid #a282cd;
    border-radius: 0;
    background: transparent;
    color: #fff;
}
.projects .owl-dots{
	margin-top: 30px;
}
#formback h3{
	font-size: 24px;
	text-align: center;
	margin-bottom: 0;
}
#formback h3:after{
	content: '';
	width: 250px;
	height: 2px;
	display: block;
	margin: 20px auto;
	background: #a282cd;
}
#formback p{
	text-align: center;
}
#formback .aboutsect .right{
	width: 45%;
}
#formback .aboutsect .left {
    width: 55%;
}
#formback .form{
	padding: 20px 60px;
}
#formback .form p{
	font-size: 14px;
	line-height: 16px;
	font-family: regular;
}
input, select{
    background: transparent;
    color: #666666;
    border: none;
    border-radius: 0;
    border: 1px solid #a282cd;
    width: 100%;
    padding: 10px 15px 5px;
    margin-bottom: 25px;
    font-size: 22px;
    font-family: 'regular';
    border-radius: 10px;
}
input::placeholder{
	color: #666666;
}
button.btn{
	margin: 5px auto;
    display: block;
    text-transform: uppercase;
    padding: 5px 25px;
}
.testimonial{
	margin: 20px 0;
	width: 100%;
	padding: 0 15px;
}
.testimonial .item{
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	align-items: center;    
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 20px;
}
.testimonial .item .image{
	width: 20%;
}
.testimonial .item .text{
	width: 100%;
	padding: 25px;
}
.testimonials .zag{
	justify-content: center;
}
.testimonial .item .text .name{
	color: #000;
	margin-bottom: 20px;
	font-size: 26px;
	font-family: medium;
    display: flex;
    align-items: center;
}
.testimonial .item .text .name img{
	margin-right: 15px;
	width: auto;
	height: auto;
	max-width: 32px;
	max-height: 32px;
	text-align: center;
}
.testimonial .item .text p{
	margin-bottom: 20px;
	line-height: normal;
	min-height: 155px;
	max-height: 155px;
    overflow: hidden;
    transition: all 1s;
    padding-bottom: 0;
}
.testimonial .item:hover .text p{
	max-height: 1000px;
    overflow: hidden;
    transition: all 1s;
    padding-bottom: 15px;
}
.testimonial .item .text .rewtext{
	position: relative;
}
.testimonial .item .text .rewtext:after {
    content: '';
    height: 15px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.30575980392156865) 0%, rgba(255,255,255,1) 60%);
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
    transition: all .5s;
}
.testimonial .item .text .rewlinks .link:nth-child(1){
	margin-right: 10px;
}
.testimonial .item .text .link{
	color: #a282cd;
	text-decoration: underline;
	font-size: 18px;
}
.testimonial .owl-dots{
	margin-top: 20px;
}
.testimonial.unslide{
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
}
.testimonial.unslide .item{
	margin-bottom: 30px;
}
.partners .items{
	width: 100%;
    margin: 20px 0;
    padding: 30px 0;
    background: rgba(255,255,255,0.8);
}
.partners .items .partnerscarus{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.partners .items .partnerscarus .item img {
    max-height: 200px;
    height: auto;
    width: 100%;
    margin: 5px auto;
    display: block;
    max-width: 270px;
}
.menublock{
	position: fixed;
	z-index: 9999999;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  	transform: translateX(-100%);
  	transition: all .5s;
  	width: 100%;
  	min-height: 100vh;
  	overflow-y: scroll;
  	left: 0;
  	top: 0;
  	padding: 20px 0;
  	background: rgba(255,255,255,0.9);
  	height: 100%;
}
.menublock.active{
	transform: translateX(0);
  	transition: all .5s;
}
.menublock .item{
	opacity: 0;
	transition: .5s;
}
.menublock.active .item:nth-child(1){
	opacity: 1;
	transition: 1.7s;
}
.menublock.active .item:nth-child(2){
	opacity: 1;
	transition: 1.9s;
}
.closemenu{
	font-size: 30px;
    color: #666666;
    line-height: 30px;
    display: flex;
    align-items: center;;
    height: 58px;
    float: left;
    margin-right: 15px;
}
.listmenu{
	padding: 40px 0;;
}
.listmenu li:before{
	display: none;
}
.listmenu li a{
	color: #000;
	font-size: 30px;
	line-height: normal;
}
.listmenu li a:hover{
	color: #a282cd;
}
#contacts{
	position: relative;
	margin-top: 60px;
}
.contatct{
	display: flex;
    width: 100%;
    margin: 10px 0 20px;
    align-items: center;
}
.contatct, .contatct a, .contatct .conright a, .contatct .conright{
    color: #000;
    font-family: 'regular';
    font-size: 28px;
    line-height: normal;
}
.contatct a.mainphone{
	font-family: bold;
    font-size: 47px;
}
.contatct .conright span{
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 10px;
    color: #b1b1b1;
}
.contatct .conright a.maplink{
	width: 100%;
    display: block;
    font-size: 16px;
    line-height: 10px;
    color: #b1b1b1;
    text-decoration: underline;
    padding-top: 10px;
}
.contatct i{
	color: #baa360;
	margin-right: 10px;
}
.contatct img{
	height: 45px;
    width: auto;
    margin: 0 5px 0 10px;
}
.contactmap{
	display: flex;
    width: 100%;
    z-index: 1;
    flex-wrap: wrap;
}
.contactmap .right{
	width: 50%;
    background: #fbfafd;
    padding: 50px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 20px;
    margin-bottom: 20px;
}
.contactblock{
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 30px;
}
.contactmap .formablock{
	text-align: center;
}
.contactmap .form{
	padding: 20px 60px;
}
.contactmap .form p{
	font-size: 14px;
	line-height: 16px;
	font-family: regular;
}
.mapcontainer{
	display: block;
	margin-top: 20px;
	filter: grayscale(0.8);
}
.contactbottom{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.contactbottom .left{
    width: 300px;
    padding: 40px 20px;
    border: 1px solid #e2e2e2;
    border-right-width: 0px;
    box-shadow: 12px 0px 12px -12px rgba(0, 0, 0, 0.2);
}
.contactbottom .maps{
    width: calc(100% - 300px);
}
.smallp{
    font-size: .667em !important;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px;
    text-decoration: none;
    color: #999;
    margin-bottom: 5px;
    margin-top: 25px;
}
#sp-bottom-wrapper {
    background: #F4F7FB;
    color: #666666;
    padding: 50px 0 45px;
}
footer{
	position: relative;
	width: 100%;
	padding: 25px 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: #f4f7fa;
}
footer .bottom{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
footer .topfooter{
	display: flex;
    width: 100%;
    justify-content: space-between;
}
footer .topfooter ul li:before{
	display: none;
}
footer .topfooter .fcont{
	display: flex;
    flex-direction: column;
}
footer .topfooter .fcont .flogo{
	margin-bottom: 25px;
	display: block;
}
footer .topfooter .fcont .flogo img{
	max-width: 210px;
}
footer .middle{
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 20px 0;
	
}
footer .middle .fcont{
	display: flex;
	flex-direction: column;
}
footer .middle .fcont a.phone{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 15px;
	font-family: medium;
}
footer .topfooter .firstbig ul li, footer .topfooter .allbig ul li{
	margin-bottom: 15px;
}
footer .topfooter .firstbig ul li a{
	font-size: 22px;
}
footer .topfooter .firstbig ul li:first-child a{
	font-family: medium;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 5px;
}
footer .topfooter .allbig ul li a{
	font-family: medium;
	font-size: 24px;
	line-height: 26px;
}
footer .left, footer .right, footer a{
	color: #666666;
	font-size: 14px;
}
/*.portfoliopage{
	padding-top: 100px;
}*/
.portfoliopage section#mainslide.miniheader{
	margin-bottom: 30px;
}
.portfoliopage h1{
	font-size: 32px;
	line-height: 34px;
	color: #666666;
	margin-bottom: 30px;
}
.portfoliopage .mainimage{
	margin-bottom: 30px;
}
.pricetablesevice table,
.portfoliopage table,
.bigtypetable table{
	width: 100%;
}
.pricetablesevice table tr td,
.portfoliopage table tr td,
.bigtypetable table tr td{
	border: 1px solid;
	padding: 5px;
}
.pricetablesevice table tr td p,
.portfoliopage table tr td p,
.bigtypetable table tr td p{
	margin: 0;
}
.pricetablesevice td,
.pricetablesevice p{
	font-size: 22px;
}
.pricetablesevice td:last-child{
	min-width: 150px;
	text-align: center;
}
.portfoliopage #mainabout{
	padding: 60px 0;
}
.bigtypetable table,
.pricetablesevice table{
	margin: 30px 0;
	font-size: 20px;
}
.bigtypetable table p{
	font-size: 20px;
	color: #000;
}
.bigtypetable table .column_3,
.bigtypetable table .column_4{
	text-align: center;
}
.bigtypetable table .column_4{
	min-width: 115px;
}
.bigtypetable table thead{
	background: #a282cd;
	color: #fff;
}
.bigtypetable table thead tr td{
	border: 1px solid #fff;
	color: #fff;
}
.bigtypetable table tbody tr{
	background: transparent;
	transition: all .5s;
}
.bigtypetable table tbody tr:hover{
	background: rgb(210, 209, 209);
	transition: all .5s;
} 
.portfoliopage h3 span{
	color: #a282cd;
}
.options .optrow{
  display: flex;
  justify-content: space-between;
}
.option{
	font-size: 18px;
	line-height: 20px;
	color: #000;
	margin-bottom: 15px;
}
.option span{
	font-size: 18px;
	line-height: 20px;
	color: #666666;
}
.btnblock{
	display: flex;
	flex-wrap: wrap;
}
.btnblock a{
	margin: 10px 0;
}
.btnblock a:first-child{
	margin-right: 15px;
}
#etaps{
	margin-top: 40px;
}
.gallery .item{
	margin-bottom: 15px;
	position: relative;
/* 	display: none;*/
}
.gallery h4{
	margin: 15px 0;
	position: relative;
/* 	display: none;*/
}
.centerbtn{
	width: 100%;
	text-align: center;
}
.aligncenter{
	align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.noContent{
	display: none;
}
.fancyloop{
	position: relative;
	overflow: hidden;
	display: flex;
}
.fancyloop img{
	width: 100%;
	height: auto;
}
.fancyloop:before{
	content: '';
	position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(42,42,42,0.4);
    opacity: 0;
    transition: all .5s;
    z-index: 1;
}
.fancyloop:after{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f002"; 
	color: #a282cd;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	opacity: 0;
	transition: all .5s;
	font-size: 35px;
}
.fancyloop:hover:before{
	opacity: 1;
	transition: all .5s;
}
.fancyloop:hover:after{
	opacity: 0.6;
	transition: all .85s;
}
.fancybox-button svg path{
	fill: #fff;
}
.modal{
	padding: 0 !important;
	overflow-y: scroll;
}
.sticky {
  position: fixed;
  z-index: 102;
}
.stop {
  position: relative;
  z-index: 101;
}
.modal-dialog{
	width: 100%;
	max-width: 600px;
	margin: 0;
	transform: translate(-50%, -50%) !important;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.modal-content{
    background: rgba(255,255,255,0.8);
    background-color: rgba(255,255,255,0.8);
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#quiz .modal-content, #callbackpop .modal-content{
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.closemodal{
	font-size: 30px;
    color: #666666;
    line-height: 30px;
    display: flex;
    align-items: center;;
    position: absolute;
    right: 20px;
    z-index: 3;
    top: 20px;
}
.modal-body{
	padding: 0;
}
.closemodal{
	font-size: 30px;
    color: #666666;
    line-height: 30px;
    display: flex;
    align-items: center;;
    position: absolute;
    right: 20px;
    z-index: 3;
    top: 20px;
}
.modal-body{
	padding: 0;
}
.modal-body .image{
	position: relative;
	width: 100%;
	height: 100%;
	height: auto;
	max-height: 100vh;
	overflow: hidden;
}
.modal-body .image:before{
	content: '';
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 80%);
    position: absolute; 
    display: block;
    top: 0; 
    left: 0;
    z-index: 1;
}
.modal-body .image img{
	width: 100%;
	height: auto;
}
.modal-body .textblock{
    margin-top: 0;
    z-index: 3;
    position: relative;
    min-height: 100vh;
    padding-top: 40px;
}
.modal-body .textblock .name{
    color: #fff;
    font-family: bold;
    font-size: 45px;
    margin-bottom: 30px;
}
.fancybox-caption__body{
	    color: #fff;
    font-size: 18px;
}
.gallerycart {
	z-index: 4;
	position: relative;
}
.owl-nav{
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
.projects .owl-nav{
	padding-top: 0;
}
.partners .owl-nav .owl-prev, .partners .owl-nav .owl-next{
    width: 30px;
    height: 30px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all .5s;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    width: 30px;
    height: 30px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all .5s;
}
.partners .owl-nav i{
	color: #000;
    font-size: 20px;
}
#priceblock h3{
	text-align: center;
	width: 100%;
}
#faq{
	    background-image: linear-gradient(180deg, rgba(222, 237, 243, 1), rgba(255, 255, 255, 0.2));
    background-color: rgb(255, 255, 255);
}
.faqitems{
	margin: 20px 0 30px;
}
.faqitems .item{
	margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #666666;
}
.faqitems .item a.btn-col{
    font-size: 26px;
    color: #666666;
	    color: rgba(162, 130, 205, 1);
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.faqitems.faqportfolio .item a.btn-col{
	font-size: 22px;
    color: #666666;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    font-weight: 600;
}
.faqitems .item a.btn-col:before{
	content: '+';
    font-size: 30px;
    margin-right: 15px;
    color: #a282cd;
    line-height: 40px;
    margin-top: -6px;
    transition: all .5s;
    transform-origin: 50% 50%;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.faqitems .item a.btn-col.collapsed:before{
    transform-origin: 50% 50%;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    transition: all .5s;	
}
.faqitems .card-body{
	padding: 15px 15px 0 15px;
}
.faqitems .card-body table{
	width: 100%;
}
.faqitems .card-body table tr {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-items: center;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
}
.faqitems .card-body table tr:last-child{
	border-bottom: none;
}
.faqitems .card-body table tr td:first-child{
    margin-bottom: 0;
    padding-right: 0.7rem;
    flex-grow: 1;
    max-width: 75%;
}
.qoute{
	background: #faf9fc;
    padding: 70px 30px 50px;
    font-size: 30px;
    line-height: 32px;
    display: flex;
    flex-wrap: wrap;
    margin: 120px 0 30px;
}
.qoute:before{
	content: '"';
	color: #a282cd;
	font-size: 120px;
    line-height: 35px;
	width: 100%;
}
.owl-nav i{
	color: #a282cd;
    font-size: 20px;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover{
	border: 1px solid #a282cd;
	transition: all .5s;
}
.aboutproj{
	display: flex;
    flex-wrap: wrap;
    margin: 10px 0 40px;
}
.aboutproj h3{
	color: #b1b1b1;
}
.aboutproj .btn{
	margin: 15px 0;
}
.justmphone{
	display: none;
}
.seotext{
	width: 100%;
	margin: 20px 0;
	display: block;
	padding: 0 15px;
}
.gallery{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	
}
#amainblock, #review{
	margin: 50px 0;
}
#tableblock{
	background-image: linear-gradient(180deg, rgba(222, 237, 243, 1), rgba(255, 255, 255, 1));
    background-color: rgb(255, 255, 255);
}
#tableblock.invertback{
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(244, 247, 251, 1));
    background-color: rgb(255, 255, 255);
}
#tableblock.typepagemargin{
	    margin-top: 75px;
}
.tableblock{
	padding: 40px 0;
}
.servicetype .btn{
	font-size: 1.4em;
    text-transform: uppercase;
    font-family: 'bold';
    padding: 0.8em 2em;
    letter-spacing: 2px;
    margin: 20px 0;
}
.servicetype h1{
	color: #7b1fa2;
}
.tableblock h2{
	color: #7b1fa2;
}
.tableblock h3{
	color: #7b1fa2;
	text-align: center;
}
.servicetype h3{
	text-align: left !important;
}
.tableblock p{
	line-height: normal;
}
.tableblock table td{
	border: 1px solid rgba(141, 153, 167, .25);
    padding: 10px;
    font-size: 1.5em;
	color: #7b1fa2;
}
.tableblock table tr:nth-child(2n) td{
	background-color: #F0F2F6;
	color: rgba(0,0,0, 0.7);
}
.tableblock table{
	width: 100%;
	margin: 15px 0;
}
@media(max-width: 1800px){
	h1 {
	    font-family: bold;
	    font-size: 44px;
	    line-height: 46px;
	    color: #000;
	    text-align: left;
	}
}
@media(max-width: 1530px){
	h1 {
	    font-family: bold;
	    font-size: 40px;
	    line-height: 42px;
	    color: #000;
	    text-align: left;
	}
	#mainslide .textblock h1{
		font-size: 35px;
    	margin-bottom: 35px;
	}
	#mainslide .textblock p{
		font-size: 35px;
	}
	#mainslide .textblock h2,
	#mainslide .textblock h1{
		font-size: 45px;
		max-width: 70%;
		font-size: 60px;
    	font-style: normal;
	}
	#menu ul li a{
		font-size: 22px;
	}
	.mainhead .phoneblock .phone{
		font-size: 24px;
	}
	.mainhead .phoneblock .clback{
		font-size: 20px;
	}
	header .mainhead .socialbtn img, footer .socialbtn img {
	    max-height: 40px;
	}
	footer .topfooter .firstbig ul li a {
	    font-size: 20px;
	}
	footer .topfooter .firstbig ul li:first-child a,footer .topfooter .allbig ul li a{
		font-size: 22px;
	}
	.zayavka{
		padding: 40px 330px 20px 40px;
	}
}
@media(max-width: 1440px){
	/*.uslugi .col-md-4{
		width: 50%;
	}*/
}
@media(max-width: 1380px){
	.uslugi .col-md-4{
		width: 50%;
	}
	h1 {
	    font-family: bold;
	    font-size: 32px;
	    line-height: 34px;
	    color: #000;
	    text-align: left;
	}
	h2{
		font-size: 32px;
	}
	.page-id-149 h2{
		font-size: 26px;
	}
	.aulogo{
		max-width: 100px;
	}
	.firstform img, .testimonial .item .image img{
		height: 100%;
    	object-fit: cover;
    	width: 100%;
	}
}
@media(max-width: 1339px){
    .contactbottom .left{
        min-width: 300px;
    }
}
@media(max-width: 1199px){
	#menu ul ul{
		padding-left: 10px;
	}
	.contactbottom .left{
        width: 35%;
    }
    .contactbottom .maps{
        width: 65%;
    }
	.dnone1200{
		display: none;
	}
	header .mainhead .btn.grn {
	    margin-left: 20px;
	}
	header .mainhead .menu i{
		color: #fff;
	}
	header #menu, .subhead{
		display: none;
	}
	section#mainslide.miniheader .backblack .flexblock, section#mainslide.miniheader .backblack, section#mainslide.miniheader {
	    max-height: 210px;
	}
	.smallheader section#mainslide.miniheader, .smallheader section#mainslide.miniheader .backblack {
	    max-height: 190px;
	}
	header .mainhead .menu {
	    display: block;
	}
	header #menu-toggle{
		display: none !important;
	}
	#menu ul.nav{
		flex-direction: column;
	}
	#menu ul.nav li.dropdown{
		margin-bottom: 0;
	}
	#menu ul.nav li{
		margin-bottom: 20px;
		flex-direction: column;
	}
	#menu ul.nav li:last-child{
		margin-bottom: 0;
	}
	#menu ul.nav li a{
		color: #000;
	}
	.menublock .aligncenter {
		padding: 40px 0;
	}
	.dropdown-menu{
		position: relative;
		border: none;
		background-color: transparent;
		box-shadow: none;
	}
	#menu .dropdown-menu ul.dropdown-menu{
		display: block !important;
		left: 0;
		top: 0;
	}
	#menu ul li.dropdown ul li.dropdown:after, #menu ul li.dropdown:after{
		display: none;
	}
	.navbar-nav > li > .dropdown-menu{
		display: block;
	}
	.prices .item .botblock.big{
		align-items: start;
    	flex-direction: column;
	}
	.prices .item .name, .projects .projcarus .item .text .name{
		font-size: 22px;
	}
	.feedbackform .col-md-10{
		width: 100%;
	}
	.pluses{
		justify-content: center;
	}
	.pluses .item{
		margin-bottom: 15px;
	}
	.pluses .item.col-md-4{
		width: 50%;
	}
	.projects .projcarus .item .text .bottom .right{
		display: none;
	}
	.qoute {
	    background: #faf9fc;
	    padding: 70px 30px 50px;
	    font-size: 18px;
	    line-height: 22px;
	    display: flex;
	    flex-wrap: wrap;
	    margin: 120px 0 30px;
	}
	#popform .jbet .left {
	    max-width: 700px;
	}
	#mainslide .textblock h1{
		max-width: 85%;
	}
}
@media(max-width: 1024px){
	h1{
		font-size: 30px;
		line-height: 32px;
	}
}
@media(max-width: 992px){
	#mainslide .textblock h1{
		max-width: 100%;
	}
	.precess .item:nth-child(1){
		padding: 0 50px 30px;
		border-left: 1px solid #9d9d9d;
		border-right: none;
		position: relative;
	}
	.precess .item:nth-child(1)::after{
		content: '1';
		display: flex;
		width: 64px;
		height: 64px;
		background: #fff;
		color: rgba(162, 130, 205, 1);
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		left: -35px;
		right: auto;
		top: 0;
		position: absolute;
		font-size: 25px;
	}
	.precess .item:nth-child(5)::after{
		content: '3';
		display: flex;
		width: 64px;
		height: 64px;
		background: #fff;
		color: rgba(162, 130, 205, 1);
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		left: -35px;
		right: auto;
	}
	.precess .item {
		margin-left: 35px;
	}
	.contactbottom .maps {
        width: 60%;
    }
	#mainslide .textblock{
		width: 90%;
	}
	.typepage #mainabout{
		min-height: auto;
	}
	.aboutsect{
		justify-content: center;
    	flex-direction: column-reverse;
	}
	.aboutsect .left {
	    width: 60%;
	    margin: 20px 0;
	}
	.aboutsect .right {
	    width: 95%;
	    padding: 30px 20px 10px;
	}
	.aboutsect .right .bts{
	    display: flex;
	    justify-content: space-around;
	}
	header .mainhead .socialbtn{
		display: none;
	}
	#mainslide .textblock h1, #mainslide .textblock p {
	    font-size: 26px;
	    margin-bottom: 25px;
	}
	#mainslide .textblock h2,
	#mainslide .textblock h1 {
	    font-size: 40px;
	    margin-bottom: 25px;

	}
	.prices .item{
		width: 50%;
	}
	#formback .aboutsect .right {
    	width: 95%;
	}
	#formback .aboutsect .left, #mainabout img, #firstform img{
		display: none;
	}
	#price {
	    /* margin: 100px 0 0; */
	}
	.uslugi .item .bottomblock{
		max-height: 53px;
	}
	.uslugi .item .bottomblock .zag a{
		font-size: 22px;
	}
	#uslugi {
	    padding: 60px 0 0;
	}
	.zayavka {
	    padding: 40px 245px 20px 40px;
	}
	.zayavka p{
		font-size: 14px;
	    width: 100%;
	    text-align: center;
	}
	.backzayavka .imageform img{
		right: -20px;
	}
	footer .topfooter{
		flex-wrap: wrap;
	}
	footer .topfooter .fcont {
	    display: flex;
	    flex-direction: column;
	    width: 100%;
	    align-items: center;
	    margin-bottom: 30px;
	}
	.zayavka h3{
		font-size: 18px;
	}
	#popform .jbet{
		justify-content: center;
	}
	#popform .jbet .left{
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	#popform .jbet .left h2{
		text-align: center;
	}
	.aboutproj{
		flex-direction: column-reverse;
	}
	.projcarus .col-xs-12{
		width: 50%;
	}
	#amainblock, .textblockpost{
		width: 50%;
	}
}
@media(max-width: 870px){
	.mainslider{
		width: 100%;
	}
	h1{
    font-size: 46px;
    line-height: 48px;
	}
	.pluses .item.col-md-4 {
	    width: 100%;
	}
	.firstform .left, .firstform .right, .contactblock, .contactmap .right{
		width: 100%;
	}
	.projcarus .col-xs-12{
		width: 50%;
	}
	.qoute {
		display: none;
	}
	.prices .item p{
		min-height: auto;
	}
	section#mainslide .flexblock{
		position: relative;
		/* height: 100vh; */
		min-height: 450px;
		display: flex;
		align-items: center;
		z-index: 3;
	}
}
@media(max-width: 767px){
	.options .optrow{
		flex-wrap: wrap;
	}
	#mainslide .row,
	#pluses .row,
	#projects .row,
	footer .row{
		margin: 0;
	}
	#mainslide .textblock{
		width: 100%;
	}
	.pluses .item {
	    margin-bottom: 15px;
	    width: 100%;
	}
	#projects .owl-nav .disabled{
		display: block !important;
		opacity:0.8; 
	}
	.projects .projcarus{
		margin: 40px 0 0;
	}
	.option{
		width: 100%;
	}
	.mainhead .btn{
		display: none;
	} 
	header .row, .menublock .row{
		margin: 0;
	} 
	.menublock .item {
	    padding: 0;
	}
	#mainslide .btn, .servicetype .btn{
		font-size: 18px;
	}
	#mainslide .textblock p {
	    font-size: 32px;
	    line-height: 20px;
	}
	h1{
		font-size: 40px;
	}
	.testimonial .item .image{
		display: none;
	}
	.testimonial .item .text{
		width: 100%;
	}
	#formback .form{
		padding: 20px 0;
	}
	.testimonial{
		width: 100%;
	}
	#testimonials{
		padding: 30px 0;
	}
	.aboutsect .right {
	    width: 100%;
	    padding: 15px 15px 10px;
	}
}
@media (max-width: 750px) {
    .contactbottom .left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contactbottom .maps{
        width: 100%;
    }
    .contactbottom .left p{
        width: 100%;
    }
    .contactbottom .left div{
        width: 33%;
    }
    .contactbottom .maps iframe{
        height: 300px !important;
    }
}
@media(max-width: 650px){
	#process{
		padding: 0;
	}
	.etaps .item .image{
		min-height: auto;
	}
	footer .topfooter .fmenu {
		width: 100%;
	}
	footer .topfooter .firstbig ul li a, footer .topfooter .allbig ul li a{
		width: 100%;
		text-align: center;
	}
	footer .bottom{
		flex-wrap: wrap;
	}
	.backzayavka .imageform{
		display: none;
	}
	.zayavka {
	    padding: 30px;
	}
	#aside1{
		display: none;
	}
	#amainblock, .textblockpost{
		width: 100%;
	}
	.flexformobile{
		display: flex;
		flex-direction: column-reverse;
	}
	.fulltext {
		margin-bottom: 20px;
	}
	
	.menublock .item {
	    padding: 0;
	}
	#mainslide .btn, .servicetype .btn{
		font-size: 14px;
	}
	#mainslide .textblock p{
		font-size: 22px;
    	line-height: 24px;
	}
	h1{
		font-size: 26px;
	}
	.uslugi{
		padding: 0;
	}
	.aulogo{
		max-width: 60px;
	}
	.subzag{
		
    font-size: 18px;
    line-height: 20px;
	}
	.pluses .item .textblock span{
		font-size: 20px;
		line-height: 22px;
	}
	.firstform .right, .contactmap .right, .contactmap .form{
		padding: 10px;
	}
	.testimonial .item .image{
		display: none;
	}
	.testimonial .item .text{
		width: 100%;
	}
	#formback .form{
		padding: 20px 0;
	}
	.testimonial{
		width: 100%;
	}
	#testimonials{
		padding: 30px 0;
	}
	.aboutsect .right {
	    width: 100%;
	    padding: 15px 15px 10px;
	}
	h3 {
	    font-size: 20px;
	    margin-top: 10px;
	    margin-bottom: 15px;
	}
	.aboutsect .right .bts{
		flex-wrap: wrap;
	}
	.aboutsect .right .bts .btn{
		margin-bottom: 10px;
	}
	.aboutsect .left{
		display: none;
	}
	.contatct img {
	    height: 33px;
	    width: auto;
	    margin: 0 5px 0 5px;
	}
	.contatct, .contatct a, .contatct .conright a, .contatct .conright{
	    font-family: 'regular';
	    font-size: 20px;
	    line-height: normal;
		display: block;
	}
	.tableblock table td{
		        font-size: 18px;
	}
	.contactblock{
		padding: 40px 15px;
	}
	.contatct a.mainphone {
	    font-family: bold;
	    font-size: 26px;
	}
	footer{
		position: relative;
	}
	#button_to_top{
		bottom: 10px;
    right: 10px;
	}
	.projcarus .col-xs-12 {
	    width: 100%;
	}
	/*#popform .row, #mainabout .row{
		margin: 0;
	}*/	
	#popform .jbet .left p {
	    font-size: 18px;
	    color: #666666;
	    line-height: 20px;
	}
	.contactblock{
		position: relative;
	    top: 0;
	    left: 0;
	    right: 0;
	    width: 100%;
	    transform: none;
	}
	.map{
		height: 300px;
	}
	.map2{
		display: block;
	}
	.map1{
		display: none;
	}
	.listmenu li a{
		font-size: 20px;
	}
	#contacts{
		min-height: auto;
	}
	::-webkit-scrollbar {
	    -webkit-appearance: none;
	}

	::-webkit-scrollbar:vertical {
	    width: 0;
	}

	::-webkit-scrollbar:horizontal {
	    height: 0;
	}

	::-webkit-scrollbar-thumb {
	    background-color: #a282cd ;
	  border-radius: 6px;
	  border: 0px solid #d4d4d4;
	}

	::-webkit-scrollbar-track {
	    border-radius: 10px;  
	    background-color: #d4d4d4; 
	}
	#mainslide .textblock p {
	    font-size: 22px;
	    margin-bottom: 20px;
	}
	section#mainslide .backblack{
		background-position: left bottom;
		background-size: cover;
	}
	#mainslide .textblock h2,
	#mainslide .textblock h1 {
	    font-size: 30px;
	    margin-bottom: 20px;
		font-size: 28px;
        font-weight: 600;
        line-height: 30.8px;
		max-width: 70%;
		font-family: 'regular';
	}
	img.cloud{
		    bottom: -35px;
	}
	.textblock .btn{
		font-size: 14px;
		    padding: 8px 15px;
	}
	.prices .item, .uslugi .col-md-4{
	    width: 100%;
	}
	.prices .image img{
		width: 100%;
		height: auto;
		max-height: 350px;
    	object-fit: cover;
	}
	.uslugi .item .bottomblock{
		position: relative;
	    background: transparent;
	    max-height: 1000px;
	}
	input, select{
		font-size: 18px;
	}
	.uslugi .item .bottomblock .zag a {
	    font-size: 20px;
	}
	.uslugi .item .bottomblock .subzug ul li a {
	    font-family: light;
	    font-size: 18px;
	}
	.uslugi .item {
	    position: relative;
	    margin-bottom: 15px;
	}
	.inputblock input, .inputblock span,
	.inputblock select{
		width: 100%;
	}
	#firstform{
		display: none;
	}
	#uslugi{
		padding: 0;
	}
	footer .topfooter .firstbig ul li:first-child a, footer .topfooter .allbig ul li a {
	    font-size: 20px;
	}
	footer .topfooter .firstbig ul li a {
	    font-size: 16px;
	}
	footer .topfooter .firstbig ul li, footer .topfooter .allbig ul li {
	    margin-bottom: 10px;
	}
}
@media(max-width: 480px){
	.mainhead .btn, .mainhead .phoneblock{
		display: none;
	} 
	.mainhead .phoneblock{
		display: flex;
		margin-top: 10px;
	}
	header .mainhead .right{
		width: 100%;
		justify-content: center;
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		max-height: 100%;
		transition: all .3s ease;
	}
	header .mainhead{
		flex-wrap: wrap;
	}
	header.out .mainhead .right{
		transform: translateY(-100%);
		opacity: 0;
		visibility: hidden;
		max-height: 0;
		transition: all .3s ease;
	}
	header .mainhead .left{
		width: 100%;
		justify-content: space-between;
	}
	.justmphone{
		display: flex;
   		align-items: center;
	}
	.justmphone a{
		display: block;
	    font-size: 30px;
	    color: #fff;
	    line-height: 30px;
		margin-right: 5px;
	}
	.justmphone a:last-child{
		margin-right: 0;
	}
	.justmphone img{
		width: 35px;
	}
	header .row, .menublock .row{
		margin: 0;
	} 
	#mainslide .textblock p{
		font-size: 22px;
    margin-bottom: 20px;
    line-height: 26px;
	}
}
@media(max-width: 380px){
	#price{
		margin: 0;
	}	
}
@media (max-width: 510px) {
    .contactbottom .left div {
        width: 50%;
    }
}
@media (max-width: 440px) {
    .contactbottom .left div {
        width: 100%;
    }
}
.form__success-title{
	text-align: center;
    color: #000;
    font-size: 22px;
}
.form__success-text{
	font-size: 18px;
}
#quizform h3,
form h3{
	text-align: center;
}
#quizform .radiotap{
	margin-bottom: 20px;
}
#quizform .radiotap label{
	display: flex;
    align-items: center;
    font-family: regular;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
}
#quizform .radiotap input{
	display: none;
}
#quizform label:before{
	content: " ";
    color: #000;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    text-align: center;
    text-indent: 0px;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 2px solid #a282cd;
    border-image: initial;
    vertical-align: middle;
    border-radius: 100%;
}
#quizform input:checked + label:before {
    content: "";
    background: #a282cd;
}
#quiz .modal-body{
	max-width: 500px;
    width: 100%;
}
#quiz .modal-body p{
	font-size: 14px;
    margin-top: 10px;
    text-align: center;
}
#callbackpop .modal-body{
	max-width: 500px;
    width: 100%;
}
#callbackpop .modal-body p{
	font-size: 14px;
    margin-top: 10px;
    text-align: center;
}
#quiz{
	z-index: 9999999;
}
.page-template-page-type h1{
	    color: #7b1fa2;
}
#klesh .modal-dialog,
#musor .modal-dialog{
    padding: 0;
    /* min-width: 900px; */
	max-width: 450px;
}
#klesh .modal-dialog .flexblocks,
#musor .modal-dialog .flexblocks{
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}
#klesh .modal-dialog .modal-content,
#musor .modal-dialog .modal-content{
    position: relative;
    flex-wrap: wrap;
    border-radius: 20px;
}
#klesh .modal-dialog .kleshanim{
    position: absolute;
    left: -70px;
    top: -80px;
    transform: translate(0, 0);
    width: 200px;
    animation: spinerror 3s infinite linear;
}
@keyframes spinerror{
    0% {
        transform: translate3d(0, -3px, 0);
    }
    
    50% {
        transform: translate3d(0, 3px, 0);
    }
    100% {
        transform: translate3d(0, -3px, 0);
    }
}
#klesh .modal-dialog .image img,
#musor .modal-dialog .image img{
    /* object-fit: cover;
    height: 100%; */
	width: 100%;
	height: auto;
}
#klesh .modal-dialog .image{
    /* min-height: 100%; */
    width: 100%;
   /*  background: url(/wp-content/themes/zasoranet/images/klesh3.jpg) no-repeat; */
    background-size: cover;
    background-position: center;
}
#musor .modal-dialog .image{
    min-height: 100%;
    width: 50%;
    background: url(/wp-content/themes/zasoranet/images/musorprovod.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
#klesh .modal-dialog .modal-body,
#musor .modal-dialog .modal-body{
    width: 50%; 
    padding: 40px 25px;
}
#klesh .modal-dialog .modal-body{
	width: 100%;
    padding: 0px 25px 30px;
}
#musor .modal-dialog .modal-body{
    text-align: center;
}
#klesh .modal-body .logointext img,
#musor .modal-body .logointext img{
    width: 200px;
    margin: 0 auto;
    display: block;
}
#klesh .modal-body .wpcf7-spinner{
    position: absolute;
}
#klesh .modal-body .center,
#musor .modal-body .center{
    text-align: center;
    display: flex;
    justify-content: center;
}
#klesh .modal-body .closebtnpop,
#musor .modal-body .closebtnpop{
    margin-top: 40px;
    color: #676767;
}
#klesh .modal-body .lastblock,
#musor .modal-body .lastblock{
    text-align: center;
}
/* @media(max-width: 991px){
    #klesh .modal-dialog,
    #musor .modal-dialog {
        padding: 0;
        min-width: 700px;
    }
} */
@media(max-width: 767px){
    #klesh .modal-dialog .image,
    #musor .modal-dialog .image{
        min-height: auto;
        /* height: 250px; */
        width: 100%;
    }
    #klesh .modal-dialog .modal-body,
    #musor .modal-dialog .modal-body {
        width: 100%;
        padding: 30px 20px;
    }
    #klesh .modal-body .logointext,
    #musor .modal-body .logointext {
        display: none;
    }
    #klesh .modal-body .closebtnpop,
    #musor .modal-body .closebtnpop {
        margin-top: 20px;
        color: #676767;
    }
    #klesh .closemodal,
    #musor .closemodal{
        color: #fff;
    }
    #klesh .modal-dialog,
    #musor .modal-dialog {
        padding: 0;
        min-width: 500px;
    }
}
@media(max-width: 515px){
    .mainslider h2{
        font-size: 36px !important;
    }
    #klesh .modal-dialog,
    #musor .modal-dialog {
        padding: 0;
        min-width: 320px;
        width: 90%;
    }
    #klesh .modal-dialog .kleshanim{
        left: -20px;
        top: -50px;
        width: 140px;
    }
    /* #klesh .modal-dialog .image,
    #musor .modal-dialog .image{
        height: 200px;
    } */
}