form.mod-finder img{
	max-width:26px;
}
.mod-finder__search {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 2;	
}
.mod-finder-search .awesomplete {
	width: calc(100% - 38px);
}
.slider-arrow{
    display: flex;
    align-items: center;

}
.slider-arrow > * + *{
	margin-left:15px;
}
.review-boxs .slider-arrow {
    position: absolute;
    top: 60%;

}
.slider-arrow .slick-prev, 
.slider-arrow .slick-next {
    position: initial;
    width: 65px;
    height: 65px;
    padding: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 65px;
    background-color: #fff;

}
.review-boxs .slick-arrow {
    position: absolute;

}
.slider-arrow .slick-prev:before, 
.slider-arrow .slick-next:before {
    content: '';
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px 18px;
    filter: brightness(0);

}
.slider-arrow .slick-prev:before{
    background-image: url("../images/prev.svg");
}
.slider-arrow .slick-next:before{
	background-image: url("../images/next.svg");
}
.interier-clinic .col-auto {
	
}
.interier-clinic-carousel img {
	object-fit:cover;
	width:100%;
	height: 380px;
}
.cost-tabs{
	position:relative;
}
.tabs__content{
	position:absolute;
	overflow:hidden;
	display:block;
	transition: all 0.3s ease;
	opacity: 0;
}
.tabs__content.active{
	position: relative;
	z-index: 3;
	opacity: 1;
	padding-bottom: 15px;
}
.tabs_titles{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
	margin-left: -20px;
}
.tabs_titles .tab_title + .tab_title{
	margin-left:50px;
}
.tab_title{
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.tab_title.active{
	cursor:default;
}
.tab_title span{
	font-weight: 600;
	font-size: 24px;
	color: #141414;
	opacity: 0.5;
	max-width: 157px;
	display: inline-block;
	line-height: 100%;
}
.tab_title.active span{
	opacity: 1;
}
ul.list-tags { 
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	text-align: center;
}
/* ul#select-dir{
	width: 155px;
}
ul#select-doc{
	width: 100px;
}
ul#select-dir:before {
	content: "Направления:";
}
ul#select-doс:before {
	content: "Врачи:";
}
ul.list-tags:before {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(100% + 15px);
	transform: translateY(-50%);
	color: #000000;
	opacity: 0.5;
}
ul.list-tags:after {
	content: "";
	width: 6px;
	height: 4px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url("../images/list-tags.svg") no-repeat center center;
} */ 
ul.list-tags li { 
	z-index: 2; 
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	margin-right:  10px;
	margin-bottom:  20px;
	margin-left:  10px;
}
ul.list-tags li a {
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	padding: 0 35px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
}
ul.list-tags li a:hover,
ul.list-tags li a.current {
	background: #ffffff;
	color: #080824;
}
ul.list-tags li:not(.init) {
	display: inline-block;
	/* background: #ddd;
	width: 230px; */
}
ul.list-tags li:not(.init):hover,
ul.list-tags li.selected:not(.init) {
	background: #09f;
}
ul.list-tags li.init {
	cursor: pointer;
}
.filter-box-search form{
	width: 400px;
	display: flex;
	align-items: center;
	padding-right:15px;
	padding-left:15px;
	position: relative;
}
.filter-box-search form:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	border-bottom: 1px solid #e5e5e5;
}
.filter-box-search button{
	background: none;
}
.filter-box-search input{
	width: 100%;
	margin-left: 20px;
	outline: none;
}
.filter-box-search button,
.filter-box-search input{
	border: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
}
.flavor-nav > span {
	margin: 0;
}
.certificates-carousel {
	border: 1px solid #d5d8e0;
}
.certificates-carousel .col-auto {
	padding: 0;
	margin: 0;
}
.certificates-carousel a {
	padding: 10px;
	position: relative;
	height: 100%;
	display: block;
}
.certificates-carousel a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #d5d8e0;
}
.certificates-carousel .slick-track {
	display: flex;
	
}
.certificates-carousel.slick-initialized .slick-slide {
	float: none;
}
.certificates-carousel.slick-initialized .slick-slide div{
	height:100%;
}
.action-content .calendar span:last-child {
	display:none;
}
.readmore {
	background: url("../images/readmore.svg") no-repeat center center;
	height: 9px;
	width: 26px;
	display: block;
	transition: all 0.3s ease;
}
.sub-item {
	cursor: pointer;
}

span.noimage {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
span.noimage:before {
	content: "";
	width: 70px;
	height: 70px;
	border-radius: 70px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: rgba(68, 138, 201, 0.3);
}
.item-content > a {
	display: block;
}
.sub-item:hover .readmore,
.item-content > a:hover .readmore {
	transform: translateX(25px);
}
.stage-row {
	counter-reset: section;
}
.stage-row [class*="col-"]:before {
	counter-increment: section;
	content: counter(section);
}
.stage-row [class*="col-"]:nth-child(-n+9):before {
	content: "0"counter(section);
}
.ba-slider {
    position: relative;
    overflow: hidden;
	display: flex;
}
.ba-slider img {
    width: 100%;
    display:block;
    max-width:none;
}
.ba-slider .resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.ba-slider .handle { 
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:1px;
  margin-left:-1px;
 
  background: #ffffff;
  cursor: ew-resize;
}
.ba-slider .handle:after {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
    content:"";
    text-align:center;
    line-height:46px;
    background: url("../images/arrow-before-after.svg") no-repeat center center #ffffff;
    border-radius: 50%;
    transition:all 0.3s ease;
}
.ba-slider .handle.ba-draggable:after {
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
    line-height:46px;
    font-size:30px;
}
.before-after{
	position:relative;
	margin:0;
}
.before-after:before,
.before-after:after{
	content: "";
	position: absolute;
	bottom: -1px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}
.before-after .custom_field {
	border: 0;
	padding: 0 15px; 
}
.before-after .ba-slider{}
.before-after .ba-slider:after,
.before-after .resize:before{
	position:absolute;
	top:30px;
	color:#ffffff;
	background: rgba(255, 255, 255, 0.20);
	line-height:40px;
	padding-right:20px;
	padding-left:20px;
}
.before-after .ba-slider:after{
	content:"После";
	right:30px;
}
.before-after .resize:before{
	content:"До";
	left:30px;
}
.item-content-before-after .item-header{
	font-weight: 350;
	font-size: 18px;
	color: #000000;
	padding: 15px;
	line-height:120%;
}
.portfolio-carousel {
	margin-right: -15px;
	margin-left: -15px;
}
.mod-price {}
.mod-price .desc {
	margin-bottom: 30px;
}
.mod-price ul {
	margin: 0;
	list-style: none;
	border-radius: 15px;
	padding: 45px;
	background: #edf0f9;
}
.mod-price li + li {
	margin-top: 15px;
}
.mod-price li div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 350;
	font-size: 17px;
	line-height: 100%;
	color: #000000;
	border-bottom: 1px dashed rgba(75, 75, 75, 0.5);

}
.mod-price li p {
	margin: 0;
	font-weight: 350;
	font-size: 14px;
	color: rgba(75, 75, 75, 0.5);
	max-width: 65%;
	line-height: 110%;
	margin-top: 5px;
}
.mod-price ul span {
	display: block;
	position: relative;
	bottom: -1px;
	background: #edf0f9;
}
.mod-price .name {
	padding-right: 10px;
}
.mod-price .value {
	padding-left: 10px;
}
.mod-price span a {
	color: #448ac9;
	text-decoration: underline;
	display: block;
}
.mod-price span a:hover {
	text-decoration: none;
}
.com-service .banner-carousel,
.com-service .slider-arrow-banner,
.up-to span:last-child {
	display:none;
}
.articles-item .text {
	padding:25px 0 0;
}
.doctor-med {
	position: absolute;
	bottom: 0;
	max-height: 250px;
	display: flex;
	align-items: center;
}
.doctor-med img {
	max-width: 205px; 
}
.price-box-item {}
.price-box-item .container {
	padding-right: 0;
	padding-left: 0;
}
.price-box-item .container .item-header,
.price-box-item .desc {
	display: none;
}
.price-box-item .mod-price ul {
	margin: 0 0 30px;
	padding: 0;
	border-radius: 0;
	background: transparent;
}
.price-box-item .mod-price ul span {
	background: #ffffff;
}
.ymap-item {
	position: relative;
}
.ymap-item:before {}
.ymap {
	width: 100%;
	height: 1200px;
}
.ymap > .ymaps-map,
.ymap > .ymaps-map > * {
	width: 100% !important;
}
.ymaps-glass-pane {
	position: relative;
}
.ymap > .ymaps-map iframe,
.ymaps-copyrights-pane {
	display: none !important;
}
.ymaps-glass-pane:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 0%,rgba(2,2,30,1) 75%);
}
.ymaps-layers-pane {
	filter: invert(100%);
	-ms-filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	position: relative;
}
/* .ymaps-layers-pane {
	filter: hue-rotate(180deg);
	-ms-filter: hue-rotate(180deg);
	-webkit-filter: hue-rotate(180deg);
	-moz-filter: hue-rotate(180deg);
	-o-filter: hue-rotate(180deg);
} */
/* .ymaps-layers-pane {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter:grayscale(100%);
} */
.cost-tabs {}
.cost-tabs .tab_title {}
.cost-tabs .tab_title + .tab_title{
	margin-left:15px;
}
.menu-toggler{
	display:block;
	width:24px;
	height:40px;
	cursor:pointer;
	position:relative;
	z-index:2;
	line-height:1;
	flex-shrink:0;
	margin-left: 25px;
}
.menu-toggler:hover .menu-toggler__bar{
	/* background-color:#ac070c; */
}
.menu-toggler__bar:first-child{
	margin-top:0;
	top:30%;
}
.menu-toggler__bar:last-child{
	margin-top:0;
	top:auto;
	bottom:30%;
}
.menu-toggler__bar{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	background:#ffffff;
	height:2px;
	margin-top:-1px;
	transition:all 0.3s ease;
}
.menu-toggler.active .menu-toggler__bar:first-child{
	opacity:1;
	top:50%;
	transform:rotate(135deg);
}
.menu-toggler.active .menu-toggler__bar:last-child{
	opacity:1;
	top:50%;
	transform:rotate(-135deg);
}
.menu-toggler.active .menu-toggler__bar{
	opacity:0;
}
.header { 
	background: #02021E;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header ul.top_menu {}
.header ul.top_menu .nav-item {}
.header ul.top_menu > .nav-item {}
.header ul.top_menu > .nav-item + .nav-item {
	margin-left: 15px;
}
.header ul.main-menu {}
.header ul.main-menu .nav-item {
	text-transform: none;
}
.header ul.main-menu > .nav-item {
	line-height: 123%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	position: inherit;
}
.header ul.main-menu >  .nav-item +  .nav-item {
	margin-left: 15px;
}
.mod-finder-search.input-group {
	position: absolute;
	right: 0;
	left: 0;
	width: auto;
}
footer .mdl-header {
	font-size: 24px;
	margin-bottom: 15px;
}
.zbull {}
.zbull a {
	display: flex;
	align-items: center;
}
.zbull img {
	flex: 0 0 77px;
	max-width: 77px;
	height: 70px;
	margin-right:15px;
}
.zbull div{
	flex: 0 0 68x;
	max-width: 68px;
}
.mainmenu  a {
	color: #ffffff;
}
.mainmenu .dropdown-menu a {
	color: #666666;
}
.wall {
	background: #808080, linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
	border-radius: 28.51px;
}
img.mainservice,
img.mainproject {
	max-width: 229px;
}
.fancybox-container * {
	box-sizing: border-box;
	color: #555555;
}
.jshop_categ .folder {
	padding: 0;
}
.folder {
	position: relative;
	background: #ffffff;
	color: #02021e;
	margin-top: 66px;
	margin-bottom: 0;
	padding: 40px;
}
.folder:before {
    content: "";
    position: absolute;
    width: 39.1%;
    height: 67px;
    top: -65px;
    left: 0;
    background: #ffffff;

}
.folder:after {
    content: "";
    position: absolute;
    width: 111px;
    height: 66px;
    top: -65px;
    left: 39%;
    background: url("../images/folder-hdr.svg") no-repeat center center;
    background-size: cover;

}
.project-bg {
	margin-right: 3px;
	margin-left: 3px;
	border-radius: 0 0 47.52px 47.52px;
	backdrop-filter: blur(30px);
	background: linear-gradient(180deg, rgba(207, 158, 91, 0) 0%, #cc9751 100%);
	overflow: hidden;
}
.mod-service .mdl-header,
.mod-project .mdl-header {
	margin: 0;
	text-transform: uppercase;
}
.folder-marine {
	background: #1a9fd7;
	/* background: linear-gradient(225deg, #1a9fd7 0%, #00b0aa 100%); */
	position: relative;
	color: #02021e;
}
.folder-marine:before {
	height: 37px;
	top:-36px;
	background: #1a9fd7;
}
.folder-marine:after{
    width: 61px;
    height: 37px;
    top: -36px;
    background: url("../images/folder-marine-hdr.svg") no-repeat center center;
    background-size: cover;

}
.jshop-hdr .row {
	border-radius: 0 28.512px 28.51px 28.51px;
	overflow: hidden;
	margin: 0 !important;
}
.jshop-hdr .row > [class*="category_"] {
    padding: 0;
    margin-bottom: 0px;

}
.jshop_categ img.jshop_img.jshop_img_main {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
}
.cnt-item {}
.cnt-item .name {
	line-height: 100%;
	margin-bottom: 20px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(245,245,247,0.6);
}
.cnt-item a {
	display: block;
	font-weight: 500;
	font-size: 22px;
	line-height: 100%;
	margin-bottom: 20px;
	letter-spacing: 0.01em;
	color: #ffffff;
	text-decoration: none;
}
.soc_list {
    display: -webkit-inline-flex;
    align-items: center;
    margin: auto;

}
.soc_list a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50px;
    width: 50px;
    height: 50px;

}
.soc_list a + a{
	margin-left: 15px;
}
.fmenu {}
.fmenu li {}
.fmenu li + li {
	margin-top: 20px;
}
.fmenu a {
	font-weight: 500;
	font-size: 23px;
	line-height: 100%;
	letter-spacing: 0.01em;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	color: #f5f5f7;
}
.fmenu a:hover {
	border-color: #f5f5f7;
}
.copiright {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.offer{
	font-size: 18px;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.6);
}
.copy-link a {
	font-size: 18px;
	line-height: 100%;
	color: #9a9aa5;
}
.copy-link a span {
	color: #ffffff;
}
.copy-link a + a {
	margin-left: 15px;
}
.jshop_categ .folder {
	margin-top: 37px;
	margin-bottom: 0;
}
.jshop_categ .folder:before {
	width: 33.6666666667%;
}
.jshop_categ .folder:after {
	left: 33.6666666667%;
}
.jshop_categ a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	overflow: hidden;
}
.jshop_categ div.image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex: 0 0 55%;
	max-width: 55%;
}
.jshop_categ div.jshop_img {
	border-radius: 0 28.512px 0 0;
}
.jshop_list_category div.name {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 130%;
    text-transform: uppercase;
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
    flex: 0 0 75%;
    max-width: 66%;
    text-shadow: 0 0 35px rgba(0,0,0,0.75);

}
.side-bar > ul.cataloge {
	margin-top: 35px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	padding: 0 20px;
	margin-bottom: 30px;
}
.side-bar > .sf2-callBtn {
	width: 100%;
	background: #ffffff;
	border-radius: 65px;
	padding: 0 15px 0 30px;
	line-height: 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	color: #02021e;
	position: relative;
}
.side-bar > .sf2-callBtn:after {
	content: "";
	width: 38.02px;
	height: 38.02px;
	border-radius: 38.02px;
	background: url("../images/help.svg") no-repeat center center #41BBB4;
	background-size: 19px;
	margin-left: 15px;
}
.side-bar > .sf2-callBtn:hover {
	background: #41BBB4;
	color: #ffffff;
}
.cataloge > li {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cataloge > li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.cataloge li {
	position: relative;
	transition: all 0.3s linear;
}
.cataloge li.closed .icon {
	transform: rotate(180deg);
}
.cataloge li.parent .icon{ 
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:23px;
	height:23px;
	padding:0;
	cursor:zoom-in;
	background-image: url("../images/parent.svg");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:17px;
	transition: all 0.3s linear;
}
.cataloge li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 100%;
}
.cataloge a {
	color: #ffffff;
}
.cataloge a:hover,
.sub-menu li.current a {
	color: #fdc448;
}
.cataloge ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sub-menu li {
	margin-top: 20px;
}
.sub-menu a {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
}
.techno {}
.techno .row {
	margin: 0 !important;
}
.techno [class*="col-"] {
	display: flex;
	flex-direction: column;
	padding: 0 !important;
}
.techno [class*="col-"] > * {
	margin-top: 30px;
}
.techno [class*="col-"]:before {
	content: "";
	width: 100%;
	height: 48px;
	border-radius: 48px;
}
.techno [class*="col-"]:nth-child(1):before {
	background: linear-gradient(188deg, #5c96ec 0%, #8ca1b5 100%);
}
.techno [class*="col-"]:nth-child(2):before {
	background: linear-gradient(188deg, #94eea8 0%, #71d0ef 100%);
}
.techno [class*="col-"]:nth-child(3):before {
	background: linear-gradient(188deg, #f2513a 0%, #d9e58e 100%);
}
.techno .title {
	font-weight: 500;
	font-size: 22px;
	line-height: 100%;
}
.techno .mdl-header {
    line-height: 100%;
    text-align: center;

}
.process {
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 65px;
    padding: 0 35px;
    line-height: 65px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    display: table;
    margin: auto;
    margin-top: 40px;

}
.spoiler-categories {
	font-weight: 500;
	font-size: 18px;
	line-height: 200%;
	max-width: 1256px;
	margin-right: auto;
	margin-left: auto;
}
.spoiler-categories .second_short_description {
    display: block !important;

}
.corner {
	background: #ffffff;
	border-radius: 0 0 29px 29px;
	position: relative;
}
.corner:before {
	content: "";
	position: absolute;
	background: #ffffff;
	border-radius: 29px 0 0 0;
	width: calc(100% - 85px);
	height: 87px;
	top: -86px;
	left: 0;
}
.corner:after {
	content: "";
	position: absolute;
	top: -86px;
	right: 0;
	width: 85px;
	height: 87px;
	background: url("../images/corner.png") no-repeat 0 0;
	background-size: contain;
}
.faq_items_manager {
	margin-top: -30px;
	position: relative;
}
.faq_info{
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	color: #02021e;
	margin-top: 87px;
}
.mod-faq .sf2-callBtn {
	width: 100%;
	background: #41BBB4 ;
	border-radius: 65px;
	padding: 0 15px 0 30px;
	line-height: 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	position: relative;
	margin-top: 45px;
}
.faq_items_pre {
	margin-top: 45px;
}
.mod-faq .sf2-callBtn:after {
	content: "";
	width: 38.02px;
	height: 38.02px;
	border-radius: 38.02px;
	background: url("../images/faq.svg") no-repeat center center;
	background-size: 32px;
	margin-left: 15px;
}
.mod-faq .sf2-callBtn:hover {
	background: #19847E;
}
.progress-bar {
  width: 100%;
  height: 10px;
  background: transparent;
  margin: 10px 0;
  overflow:hidden;
  position:relative;
}
.progress-bar:before{
	content:"";
	position:absolute;
	width:100%;
	height:2px;
	top:50%;
	left:0;
	background:rgba(255, 255, 255, 0.3);
	transform: translateY(-50%);
}
.progress-bar .progress {
  --time: 1s; /** Значение по умолчанию для времени анимации **/
  background-color: #f00;
  --colorBar: #f00; /** Значение по умолчанию для конечного цвета **/
  width: 100%; 
  height: 100%;
  transform-origin: left top;
  transform: scaleX(0);
  animation: scale var(--time) forwards;
  overflow:hidden;
  position:relative;
  z-indec:5;
}

@keyframes scale {
  0% {
    transform: scaleX(0);
  }
  100% {
    background-color: var(--colorBar);
    transform: scaleX(1);
  }
}
.progress-bar span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #41BBB4;
	transition: width .6s ease;
	background-image: linear-gradient(-45deg,rgba(255,255,255,.10) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.10) 50%,rgba(255,255,255,.10) 75%,transparent 75%,transparent);
	background-size: 1rem 1rem;
	animation: 1s linear infinite progress-bar-stripes;
	width:100%;
	height:10px;
}
@-webkit-keyframes progress-bar-stripes {
 0% {
  background-position-x:-1rem
 }
}
@keyframes progress-bar-stripes {
 0% {
  background-position-x:-1rem
 }
}
.progress-bar-box .info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jshop .type-flag .cfield_18 {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid rgba(0, 0, 0, 0.4);
	line-height: 100%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.7);
}
.type-flag .cfield_19 {
	flex: 0 0 28px;
	max-width: 28px;
	height: 28px;
}
.jshop div.custom_field {
	display: inline-block;
	width: auto;
	margin: 0;
}
.ttx-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #818181;
}
.ttx-item > * {
	background: #ffffff;
	padding-right: 5px;
	position: relative;
	bottom: -1px;
	line-height: 100%;
}
.ttx-item .custom_field {
	padding-right: 0;
	padding-left: 5px;
}
.ttx-item .custom_field:after {
	content: " %";
}
.ttx-item + .ttx-item {
	margin-top: 10px;
}
.oiproduct {
	background: #ffffff;
	color: #4d4d4d;
}
.jshop .jshop_oiproduct .type-flag div.cfield_18 {
	color: rgba(255, 255, 255, 0.4);
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.product-item div.name {
	font-weight: 500;
	line-height: 120%;
	color: #000000;
	text-align: left;
	margin-bottom: 20px;
}
.product-item .ba-slider {
	max-height: 350px;
}
.product-item {
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	overflow:hidden;
	position: relative;
}
.product-item .ba-slider {
	-webkit-mask-image: url("../images/Image-left.webp");
	mask-image: url("../images/Image-left.webp");
	mask-position: top right;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	overflow: hidden;
} 
.list-sblock:nth-child(even) .product-item .ba-slider {
	-webkit-mask-image: url("../images/Image-right.webp");
	mask-image: url("../images/Image-right.webp");
}
.image_middle {
	position: relative;
	-webkit-mask-image: url("../images/prdt-mask.webp");
	mask-image: url("../images/prdt-mask.webp");
	mask-position: top right;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	overflow: hidden;
}
.image_middle:before {
	/* content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 535px;
	height: 66px;
	background: url("../images/list-b.png") no-repeat 0 0;
	background-size: contain;
	z-index: 3; */
}
.productfull div.jshop_oiproduct {
	-webkit-mask-image: url("../images/info-mask.webp");
	mask-image: url("../images/info-mask.webp");
	mask-position: top left;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	overflow: hidden;
	position: relative;
	border: 0;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	border: 1px solid #ffffff;
}
.productfull .jshop_oiproduct:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("../images/info-mask.png") no-repeat top left;
	background-size: 100%;
}
.productfull .jshop_oiproduct > * {
	position: relative;
}
.project-hdr {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #fff;
	border-radius: 30px;
	position: relative;
	padding: 50px;
	-webkit-mask-image: url("../images/prdt-mask.webp");
	mask-image: url("../images/prdt-mask.webp");
	mask-position: top right;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	overflow: hidden;
}
.project-hdr:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("../images/prdt-border.png") no-repeat 0 0;
	background-size: contain;
	z-index: 3;
}
.project-hdr h1.page-header {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}
.project-hdr > div {
	border-top: 1px solid #ffffff;
	padding-top: 50px;
	position: relative;
}
.project-img {
	border-radius: 30px;
	overflow:hidden;
	position: relative;
	-webkit-mask-image: url("../images/info-mask.webp");
	mask-image: url("../images/info-mask.webp");
	mask-position: top left;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
}
.project-img:before {
	/* content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	left: auto;
	width: 535px;
	height: 66px;
	background: url("../images/list-p.png") no-repeat 0 0;
	background-size: contain;
	z-index: 3; */
}
a.chois {
    display: block;
    position: relative;
    border-radius: 47px;
    padding: 0 28px;
    height: 47px;
    line-height: 47px;
    background: #fdc448;
    text-transform: uppercase;
    color: #02021e;
    font-size: 16px;
    z-index: 3;

}
a.chois:before {
    content: "";
    position: absolute;
    left: -47px;
    width: 47px;
    height: 47px;
    border-radius: 47px;
    background: url("../images/chois.svg") no-repeat center center #ffffff;
    z-index: 1;

}
a.chois:hover {
	box-shadow: inset 0 0 35px rgba(0,0,0,0.5);
}
.completed {
	display: flex;
	align-items: center;
}
.completed .value{
	font-weight: 500;
	line-height: 100%;
}
.completed .name {
	line-height: 120%;
	text-transform: uppercase;
}
ul.pagination li + li {
	margin-left: 19px;
}
.project-item a {
	display: block; 
}
.project-item .item-header {
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
	color: #000000;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.project-item .item_column {
    border-radius: 30px;
    overflow:hidden;
    position: relative;

}
.work-img {
    overflow: hidden;
    position: relative;
    /* -webkit-mask-image: url("../images/work-right.webp"); */
    /* mask-image: url("../images/work-right.webp"); */
    mask-position: top right;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;

}
.work-img img {
    object-fit: cover;
    object-position: center;
    width: 100%

}
.project-item:nth-child(odd) .work-img {
    /* -webkit-mask-image: url("../images/work-left.webp"); */
    /* mask-image: url("../images/work-left.webp"); */
    mask-position: top left;

}
.project-item .item_column:before {
	/* content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	width: 535px;
	height: 66px;
	background: url("../images/list-p.png") no-repeat 0 0;
	background-size: contain;
	z-index: 3; */
}
.project-item:nth-child(odd) .item_column:before {
	/* left: 0;
	background: url("../images/list-b.png") no-repeat 0 0;
	background-size: contain; */
}
.row-project-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.project-item .item-content {
	padding: 40px;
	background: #ffffff;
}
.col-project-item {
	display: flex;
	align-items: center;
}
.col-project-item > span {
	/* white-space: nowrap; */
}
.col-project-item span.value {
	font-weight: 600;
}
.col-project-item:before {
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 15px;
	display: inline-block;
}
.srok:before {
	background: url("../images/srok.svg") no-repeat left center;
	background-size: contain;
}
.ploshchad:before {
	background: url("../images/ploshchad.svg") no-repeat left center;
	background-size: contain;
}
.plenka:before {
	background: url("../images/plenka.svg") no-repeat left center;
	background-size: contain;
}
.firstscreen-project {}
.firstscreen-project h1.page-header {
	text-transform: none;
}
.firstscreen-project {}
.item-project-img {
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.item-project-img:before {
	/* content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 535px;
	height: 66px;
	background: url("../images/list-b.png") no-repeat 0 0;
	background-size: contain;
	z-index: 3; */
}
.productfull .jshop_oiproduct > * {
	position: relative;
}
.item-project-hdr {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #fff;
	border-radius: 30px;
	position: relative;
	padding: 50px;
	height: 100%;
	-webkit-mask-image: url("../images/info-mask.webp");
	mask-image: url("../images/info-mask.webp");
	mask-position: top left;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	overflow: hidden;
}
.item-project-hdr:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("../images/info-mask.png") no-repeat top left;
	background-size: 100%;
}
.item-project-hdr > * {
	position: relative;
}
.firstscreen-project h1.page-header {
	margin-top: 30px;
	margin-bottom: 0;
}
.firstscreen-project .sf2-callBtn {
	background: #fdc448;
	color: #02021e;
	text-transform: uppercase;
	padding: 0 15px 0 30px;
	height: 65px;
	line-height: 65px;
	border-radius: 65px;
	font-size: 16px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	border: 0;
}
.firstscreen-project .sf2-callBtn:after {
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: url("../images/want.svg") no-repeat center center #ffffff;
	margin-left: 15px;
}
.firstscreen-project .sf2-callBtn:hover {
	box-shadow: inset 0 0 35px rgba(0,0,0,0.5);
	background: #fdc448;
	color: #02021e;
}
.total-experience {}
.total-experience span {
	background-color: #02021E;
	position: relative;
	bottom: -2px;
	font-size: 18px;
	line-height: 100%;
}
.total-experience > * {
	border-bottom: 1px dashed #818181;
}
.total-experience > * + * {
	margin-top: 30px;
}
.total-experience span.name {
	padding-right: 5px;
	color: #b3b3bb;
	
}
.total-experience span.value {
	padding-left: 5px;
	font-weight: 500;
	font-size: 20px;
}
.com-reviews {
	backdrop-filter: blur(30px);
	background: url("../images/com-reviews.jpg") no-repeat right center;
	background-size: 100% 100%;
}
.reviews-item{
	height: 100%;
	display: flex;
	flex-flow: wrap row;
}
.reviews-box{
	background: linear-gradient(to bottom, #1a9fd7 0%, #00b0aa 100%);
	height: calc(100% - 78px);
	width: 100%;
}
.reviews-head{
	font-weight: 500;
	font-size: 31px;
	line-height: 127%;
	letter-spacing: -0.01em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
	display: flex;
	align-items: center;
}
.reviews-head span {
	margin-right: 10px;
}
.reviews-description-blog{
	font-style: italic;
	font-weight: 500;
	line-height: 150%;
	cursor: pointer;
}
.reviews-info img {
	flex: 0 0 65px;
	max-width: 65px;
	height: 65px;
	margin-right: 20px;
}
.reviews-text .item-header {
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 5px;
}
.vote-nav {
	left: 0;
	font-weight: 500;
}
.vote-nav .num {
	line-height: 100%;
}
.vote-nav .desc {
	line-height: 120%;
	letter-spacing: -0.01em;
}
.vote-nav .slider-arrow {
	margin-top: 35px;
}
.folder-about {
	border-radius: 0 30px 30px 30px;
	background: #41BBB4;
	color: #ffffff;
}
.folder-about:before {
    content: "";
    position: absolute;
    width: 22%;
    height: 38px;
    top: -38px;
    left: 0;
    border-radius: 30px 0 0 0;
    background: #41BBB4;

}
.folder-about:after {
    content: "";
    position: absolute;
    width: 65px;
    height: 39px;
    top: -38px;
    left: 21.6666666667%;
    background: url("../images/folder-about.svg") no-repeat center center;
    background-size: cover;

}
.about-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.folder-about .title-items {
	font-weight: 500;
	font-size: 48px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	align-items: flex-end;
	position: relative;
}
.folder-about .num-items {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 50px;
	margin-top: 50px;
}
.about-desc{
    padding-top: 40px;
    font-weight: 500;
    font-size: 30px;
    line-height: 114%;
    letter-spacing: -0.02em;
    text-align: center;

}
.articles-item,
.articles-item a {
	color: #ffffff;
}
.blacktony{
	font-family: 'Conv_ArefRuqaa-Bold';
}
.site-blog-page.view-article .header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index:3;
	background: transparent;
}
.fierstscreen-article {
	position: relative;
	border-radius: 0 0 47.52px 47.52px;
	overflow: hidden;
}
.fierstscreen-article > img {
    object-fit: cover;
    width: 100%;
    max-height: 845px;
    min-height: 400px;

}
.fierstscreen-article > .container {
    position: absolute;
    top: 115px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}
.article--item-info {
	border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.article--item-info > * {
	display: flex;
	align-items: center;
	line-height: 100%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #f5f5f7;
}
.article--item-info > *:before {
	content: "";
	width: 30px;
	height: 30px;
	margin-right: 15px;
}
.article--item-info .create:before {
	background: url("../images/date.svg") no-repeat center center;
}
.article--item-info .scrolte:before {
	background: url("../images/scrolte.svg") no-repeat center center;
}
.article-item-box .mdl-header {
	display: none;
}
.article-info .create {
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.article-header{
	font-weight: 500;
	font-size: 50px;
	line-height: 114%;
	letter-spacing: -0.02em;
	margin-bottom: 45px;
}
.com-contact {
	/* background: url("../images/com-contact.jpg") no-repeat center center;
	background-size: 100% 100%; */
	border-radius: 0 0 47.52px 47.52px;
	overflow: hidden;
}
.contact-body {
	position: relatrive;
}
.cnt-container .title {
	line-height: 100%;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(245,245,247,0.6);
	margin-bottom: 20px;
	font-size: 16px;
}
.contact-body > img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.soc_list a:nth-child(1) {
    background-color: #0077FF;

}
.soc_list a:nth-child(2) {
    background-color: #2cb742;

}
.soc_list a:nth-child(3) {
    background-color: #27a7e7;

}
.soc_list a img {
    filter: invert();

}
.cnt-info a {
    color: #ffffff;

}
.cnt-phone ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.headerClasses .sf2-callBtn {
	background: #ffffff;
	color: #02021e;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headerClasses .sf2-callBtn:hover {
	box-shadow: inset 0 0 30px rgba(0,0,0,0.5);
	background: #ffffff;
	color: #02021e;
}
header .nodelimiter {
	display: none;
}
a[title*="mutter"] + ul{
	background: #FFFFFF;
	min-width: 362px;
	padding: 30px 15px;
}
.item-119 a[title*="mutter"] + ul {
    min-width: 500px;
}
.item-119 a[title*="mutter"] + ul li.delimiter {
    width: 33.3333333%;
	padding-right: 15px;
	padding-left: 15px;
}
.menu li.delimiter ul.dropdown-menu {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: #f5f5f7;
    border-radius: 0 0 30px 30px;

}
li.delimiter {
	width: 100%;
	display: block;
	position: relative;
	min-height: 1px;
	float: left;
}
.mutter > ul {
	top: calc(100% + 15px);
}
.mutter.opened > a.dropdown-toggle:after {
	transform: rotate(-90deg);
}
.slider-item {
	height: 100%;
}
.ekran-box {}
.ekran-left {
	-webkit-mask-image: url("../images/slide-folder-big.webp");
	mask-image: url("../images/slide-folder-big.webp");
	mask-repeat: no-repeat;
	mask-size: 100%;
	background: linear-gradient(45deg,  rgba(0,174,177,1) 0%,rgba(24,160,212,1) 100%);
	position: relative;
	border-radius: 0 0 28.51px 28.51px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ekran-left img {
	width: auto;
} 
.ekran-right {
    border-radius: 28.51px;
    overflow: hidden;
    position: relative;
    display: flex !important;
    color: white;

}
.ekran-right:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.ekran-box .title {
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
}
.slider-dots-firstscreen .slick-dots {
    position: absolute;
    top: 15px;
    left: 0;
    bottom: auto;
    width: 100%;

}
.firstscreen-carousel .slider-item .row,
.firstscreen-carousel .slider-item [class*="col-"] {
	margin-bottom: 0;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
    height: 5px !important;

}
.slick-dots li button:before {
    content: "" !important;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;

}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.ekran-box .page-header {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.ekran-left img {
	position: absolute;
}
.ekran-left .ekran-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ekran-bottom .afterdesc, .about-item .num-item {
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.ekran-bottom .num, .about-item .num {
	font-weight: 500;
	line-height: 100%;
}
.ekran-bottom .txt, .about-item .desc {
	line-height: 120%;
}
.about-item .desc span {
    display: block;

}
.ekran-bottom .sf2-callBtn {
	border-radius: 50px;
	padding: 0 25px;
	text-transform: uppercase;
	line-height: 50px;
	position: relative;
	background: #fdc448;
	font-weight: 500;
	letter-spacing: 0.06em;
	font-size: 16px;
	color: #02021e;
}
.ekran-bottom .sf2-callBtn:before {
    content: "";
    position: absolute;
    left: -50px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    /* background: url("../images/flash.svg") no-repeat center center #ffffff; */

}
.ekran-bottom .sf2-callBtn:hover {
	background: #fdc448;
	color: #02021e;
	box-shadow: inset 0 0 35px rgba(0,0,0,0.5);
}
.blog-featured .container-fluid {
	padding-right: 0;
	padding-left: 0;
}
 .mod-vip {
	padding-top: 50px;
	padding-bottom: 50px;
}
.vip-txt {
	font-weight: 500;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: -0.04em;
}
.mod-resume {
	padding-top: 50px;
	padding-bottom: 50px;
}
.mod-resume .item {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 100%;
	width: 100%;
	height: 100%;
	text-align: center;
}
.mod-resume .title{
	font-weight: 500;
	font-size: 15px;
	line-height: 147%;
	letter-spacing: 0.01em;
}
.mod-resume .desc {
	font-weight: 500;
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 0.01em;
}
.mod-gradient {
	position: relative;
}
.mod-gradient:before {
	/* content: "";
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
	background: url("../images/mod-service.jpg") no-repeat center center;
	background-size: 100% 100%;
	z-index: -1; */
}
.mod-service .folder {
	padding-top: 0;
}
.mod-service .hdr-row {
	display: flex;
	align-items: flex-end;
}
.mod-service .desc {
	font-weight: 500;
	color: #02021e;
}
.service-row {
	counter-reset: rowNumber;
}
.service-row div {
	counter-increment: rowNumber;
}
.mod-service a.name {
    position: relative;
    background: #f5f5f7;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 100%;
    color: #02021e;

}
.service-row div a:after {
    content: "";
    /* border: 1px solid rgba(2, 2, 30, 0.3); */
    background: url("../images/counter.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}
a.more,
button.more {
    position: relative;
    background: #41bbb4;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 60px;
    line-height: 60px;
    max-width: 225px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px 0 25px;
    border: 0;

}
a.more:after,
button.more:after {
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: url("../images/more.svg") no-repeat center center #ffffff;
	margin-left: 15px;
	transition: all 0.3s linear;
}
a.more:hover:after,
button.more:hover:after {
	transform: rotate(360deg);
}
.row-task {
	margin: 0 !important;
}
.row-task [class*="col-"] {
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin: 0 !important;
}
.task-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.task-desc {
	font-weight: 500;
	line-height: 140%;
}
.row-reviews .module-header{
	font-weight: 500;
	line-height: 115%;
	letter-spacing: -0.02em;
}
.reviews-carousel .slick-list {
	overflow: visible;
	position: relative;
}
.bald {
	z-index: 3;
}
.reviews-carousel .slick-list:before {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	background: #02021E;
	right: 100%;
	z-index: 2;
}
.reviews-carousel {
	margin-right: -15px;
	margin-left: -15px;
}
.project-carousel {
	
}
.mod-project .project-carousel .row {
	margin-right: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 0;
}
.mod-project .project-carousel .row [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.mod-project .slider-arrow {
	position: absolute;
	z-index: 3;
}
a.project-link {
	background: #f5f5f7;
	border-radius: 29px;
	overflow: hidden;
}
.project-mask {
	-webkit-mask-image: url("../images/project-mask.webp");
	mask-image: url("../images/project-mask.webp");
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
}
.project-mask img {
	object-fit: cover;
}
.project-info {
	display: flex;
	flex-direction: column;
}
.project-info .title{
	font-weight: 500;
	font-size: 28px;
	padding-bottom: 50px;
	line-height: 120%;
	color: #02021e;
}
.project-info .txt {
	color: rgba(0, 0, 0, 0.75);
}
.col-project-item > span {
	line-height: 100%;
}
.project-bg .slider-arrow .slick-prev, 
.project-bg .slider-arrow .slick-next {
	background: #ffffff;
}
.project-bg .slider-arrow .slick-prev:before, 
.project-bg .slider-arrow .slick-next:before {
	filter: invert(100%);
}
.article-mask {
	-webkit-mask-image: url("../images/article-mask.webp");
	mask-image: url("../images/article-mask.webp");
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
}
.item-content {
	font-weight: 500;
	letter-spacing: -0.06em;
}
.before-ftr {
	/* background: linear-gradient(45deg,  rgba(112,106,166,1) 0%,rgba(108,99,190,1) 40%,rgba(108,99,190,1) 40%,rgba(44,49,130,1) 100%); */
	background: radial-gradient(ellipse at 0% 0%, rgba(112,106,166,1) 0%,rgba(108,99,190,1) 40%,rgba(108,99,190,1) 40%,rgba(44,49,130,1) 100%);
	overflow: hidden;
}
.before-ftr-container {
	margin: 0 auto;
}
.before-ftr-container .d-none img {
    position: absolute;
    bottom: -40px;
    right: 0%;

}
.before-ftr-container > .row {
	/* height: 759px;
	overflow: hidden;
	-webkit-mask-image: url("../images/form-mask.webp");
	mask-image: url("../images/form-mask.webp");
	mask-repeat: no-repeat;
	mask-size: 100% 100%; */
	background: #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin: 0 !important;
}
.before-ftr-container > .row > [class*="col-"] {
	position: relative;
	margin-bottom: 0;
	z-index: 999;
	padding: 0;
}
.mod-reviews-fade {
	color: #555555;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.mod-reviews-fade .ugol {
	width: 100%;
	height: 87px;
	position: relative;
	background: url("../images/ugol-grow.png") no-repeat right center;
	overflow: hidden;
}
.mod-reviews-fade .ugol:before {
	content: "";
	position: absolute;
	background: #f5f5f7;
	width: calc(100% - 87px);
	height: 87px;
}
.mod-reviews-fade .reviews-box {
    background: #f5f5f7;
    height: calc(100% - 87px);
    flex-direction: column;
    display: flex;
    justify-content: start;

}
.before-ftr textarea {
	resize: none;
}
.before-ftr-container > .ugol {
    width: 100%;
    position: relative;
    background: url("../images/ugol-big-white.png") no-repeat right center;
    margin-bottom: -1px;

}
.before-ftr-container > .ugol:before {
    content: "";
    position: absolute;
    background: #ffffff;
    border-radius: 20px 0px 0px 0px;

}
footer .mod-reviews-fade .mdl-header {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #02021e;
}
footer .mod-reviews-fade .reviews-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 147%;
	color: #02021e;
}
.reviews-line {
	border-bottom: 1px solid rgba(2, 2, 30, 0.2);
	position: relative;
}
.mod-reviews-fade .reviews-head {
	font-weight: 500;
	color: #02021e;
	margin-bottom: 0;
	padding-bottom: 15px;
}
.reviews-fade-carousel {
	padding-top: 15px;
}
.before-ftr .sf2-header .sf2-title {
	font-weight: 500;
	line-height: 115%;
	color: #02021e;
	display: flex;
	flex-direction: column;
}
.before-ftr form {
	margin: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.before-ftr .sf2-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}
.before-ftr .sf2-body small {
	max-width: 280px;
	display: block;
	font-size: 15px;
	line-height: 130%;
	color: rgba(2, 2, 30, 0.7);
}
.before-ftr .sf2-body small a {
	color: #41bbb4;
}
.before-ftr .sf2Style-default .sf2-form-group input.sf2-element, 
.before-ftr .sf2Style-default .sf2-form-group textarea.sf2-element {
	border: 0;
	border-bottom: 1px solid rgba(2, 2, 30, 0.2);
	color: rgba(2, 2, 30, 0.5);
	box-shadow: none;
}
.before-ftr .sf2Style-default .sf2-form-group input.sf2-element:focus,
.before-ftr .sf2Style-default .sf2-form-group textarea.sf2-element:focus {
    border-color: rgba(2, 2, 30, 0.7) !important;
}
.before-ftr .sf2-form-group + .sf2-form-group {
	margin-top: 25px;
}
.sf2Style-default .sf2-form-group input.sf2-element:focus, 
.sf2Style-default .sf2-form-group select.sf2-element:focus, 
.sf2Style-default .sf2-form-group textarea.sf2-element:focus {
    box-shadow: none !important;
    border-color: color(srgb 0.2567 0.7353 0.7045) !important;

}
.before-ftr .sf2Style-default button.sf2-element[type="submit"] {
	border-radius: 65px;
	padding: 0 14px 0 28px;
	height: 65px;
	max-width: 253px;
	background: #41bbb4;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	display: flex;
	align-items: center;
}
.before-ftr .sf2Style-default button.sf2-element[type="submit"]:after {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background: url("../images/footer_button_form.svg") no-repeat center center #ffffff;
	margin-left: 15px;
}
.category_description {}
.category_description .name {
	font-size: 23px;
	line-height: 120%;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 30px;
}
.category_description p {
    color: white;
    font-size: 18px;

}
.category_description ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.category_description li {
	display: flex;
	align-items: center;
	color: #ffffff;
	margin-bottom: 15px;
}
.category_description li:before {
	content: "";
	margin-right: 10px;
	background: url("../images/category_description_li-2.svg") no-repeat center center;
	background-size: contain;
}
.garanty-txt {
	line-height: 120%;
	text-transform: uppercase;
	color: #ffffff;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.garanty-num > div + div {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.garanty-txt .num {
    text-transform: none;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.02em;
    margin-right: 25px;

}
.oiproduct .sf2-callBtn {
	border-radius: 65px;
	padding: 0 14px 0 28px;
	height: 65px;
	max-width: 253px;
	background: #41bbb4;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	display: flex;
	align-items: center;
}
.oiproduct .sf2-callBtn:after {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background: url("../images/footer_button_form.svg") no-repeat center center #ffffff;
	margin-left: 15px;
}
.faq_list_block .faq_block {
	font-weight: 400;
	font-size: 27px;
	line-height: 120%;
	color: #02021e;
	border-radius: 30px;
	transition: all 0.3s ease;
	margin-bottom: 0;
}
.faq_block.active{
	background: #ffffff;
	margin-bottom: 30px;
}
.item_question {
	font-weight: 400;
	font-size: 27px;
	line-height: 120%;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq_block:last-child .item_question {
	border-color: transparent;
}
.item_quest.active .item_question {
	color: #02021e;
}
.item_question .vac {
	display: block;
	width: 48px;
	height: 48px;
	position: relative;
	z-index: 2;
	line-height: 1;
	flex-shrink: 0;
	margin-left: 25px;
	background: transparent;
	border-radius: 48px;
	overflow: hidden;
	z-index: 2;
}
.item_quest.active .item_question .vac {
	background: #41bbb4;
}
.item_question .vac span {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 13px;
	right: 13px;
	background: #ffffff;
	height: 2px;
	margin-top: -1px;
	transition: all 0.3s ease;
}
.item_question:hover .vac span {
	/* background-color:#ac070c; */
}
.item_question .vac span:first-child{
	
}
.item_question .vac span:last-child{
	transform: rotate(90deg);
}
.item_question .vac.minus span:first-child{}
.item_question .vac.minus span:last-child{
	transform: rotate(0deg);
}
.item_question .vac.plus {}
.item_question .vac.minus {}
.item_answer {
	font-size: 19px;
	line-height: 150%;
	color: rgba(2, 2, 30, 0.8);
	padding-bottom: 50px;
}
.article-carousel .item-header{
	margin-bottom:0;
}
.slider-dots-article .slick-dots {
	position: relative;
	bottom: 30px;
}
.view-category header {
	margin-bottom: 0;
}
.view-category main {
	/* overflow-x: hidden; */
}
.progress-bar-box .info{
	line-height: 120%;
	color: #b3b3bb;
}
.jshop_oiproduct h1.page-header {
	margin: 0;
}
.right-prdt .oiproduct .sf2-callBtn {
	background: #fdc448;
	color: #02021e;
	font-weight: 600;
	margin-left: 15px;
}
.right-prdt .oiproduct .sf2-callBtn:after {
	background: url("../images/right_prdt_button_form.svg") no-repeat center center #ffffff;
}
.productfull .jshop_oiproduct .prod_price {
	letter-spacing: -0.08em;
	color: #b3b3bb;
}
.productfull .jshop_oiproduct .prod_price_inner {
    font-weight: 500;
    color: #ffffff;

}
.productfull .jshop_oiproduct .prod_price_inner span#block_price {
	color: #ffffff;
}
.productfull .task_items {
	display: none;
}
.product-description {
	font-weight: 500;
	font-size: 18px;
	line-height: 200%;
	letter-spacing: -0.06em;
	text-align: center;
}
.before-reviews .module-header {
	font-weight: 500;
	line-height: 115%;
	letter-spacing: 0.05em;
}
.folder.folder-cnt {
	border-radius: 0 28.51px 28.51px 28.51px;
	margin-top: 38px;
}
.folder.folder-cnt:before {
    border-radius: 28.51px 0 0 0;
    width: 182px;
    height: 38px;
    top: -37px;

}
.folder.folder-cnt:after {
    width: 61px;
    height: 38px;
    top: -37px;
    left: 180px;
    background: url("../images/folder-hdr.svg") no-repeat center center;
    background-size: cover;

}
.sf2Style-default div.sf2-form-group input.sf2-element, 
.sf2Style-default div.sf2-form-element-wrap select.sf2-element {
	height: 65px;
	line-height: 65px;
}
.sf2Style-default div.sf2-form-element-wrap select.sf2-element {
	width: 100%;
}
.sf2Style-default div.sf2-form-group textarea.sf2-element {
	resize: none;
	min-height: 130px;
}
.sf2Style-default div.sf2-form-group input.sf2-element, 
.sf2Style-default div.sf2-form-element-wrap select.sf2-element, 
.sf2Style-default div.sf2-form-group textarea.sf2-element {
	border: 0;
	border-bottom: 1px solid #ccc;
	color: rgba(2, 2, 30, 0.5);
	background: #fff;
	box-shadow: none;
	padding: 0;
	font-size: 17px;
}
.folder-cnt .sf2Style-default div.sf2-form-element-wrap select.sf2-element {
	margin-top: 30px;
}
.folder-cnt .sf2Style-default div.sf2-form-group textarea.sf2-element {
	margin-top: 60px;
}
::placeholder {
	opacity: 1;
	color: rgba(2, 2, 30, 0.5);
}
::-webkit-input-placeholder {
	opacity: 1;
	color: rgba(2, 2, 30, 0.5);
}
::-moz-placeholder {
	opacity: 1;
	color: rgba(2, 2, 30, 0.5);
}
:-ms-input-placeholder {
  	opacity: 1;
	color: rgba(2, 2, 30, 0.5);
}
.cnt-container {
	margin-bottom: -100px;
	z-index: 7;
}
.cnt-container .sf2Style-default button.sf2-element[type="submit"] {
	border-radius: 65px;
	padding: 0 14px 0 28px;
	height: 65px;
	max-width: 253px;
	background: #41bbb4;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	display: flex;
	align-items: center;
}
.cnt-container .sf2Style-default button.sf2-element[type="submit"]:after {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background: url("../images/footer_button_form.svg") no-repeat center center #ffffff;
	margin-left: 15px;
}
.folder-cnt small {
	font-size: 15px;
	line-height: 120%;
	color: rgba(2, 2, 30, 0.7);
	max-width: 270px;
	display: block;
}
.folder-cnt small a {
	color: #41bbb4;
}
.cnt-info {
	font-weight: 500;
	font-size: 22px;
	line-height: 145%;
	letter-spacing: 0.01em;
}
.sf2Win-body .sf2Style-default button.sf2-element[type="submit"], 
.sf2Win-body .sf2Style-default button.sf2-element.sf2SendBtn {
	display: flex !important;
}
.sf2Win-body .sf2Style-default button.sf2-element[type="submit"] {
	border-radius: 65px;
	padding: 0 14px 0 28px;
	height: 65px;
	max-width: 253px;
	background: #41bbb4;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	display: flex;
	align-items: center;
}
.sf2Win-body .sf2Style-default button.sf2-element[type="submit"]::after {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background: url("../images/footer_button_form.svg") no-repeat center center #ffffff;
	margin-left: 15px;
}
.sf2-form-group small a {
	color: #41bbb4;
} 
.sf2Shade .sf2Win {
	border-radius: 30px;
}
.about-carousel .item-content > a {
	position: relative;
	background: url("../images/about_border.svg") no-repeat center bottom;
	background-size: 100%;
	pointer-events: none;
	color: #ffffff;
}
.about-carousel .item-content > a img {
	position: relative;
	z-index: 9;
}
.about-carousel .item-content > a .read {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
	left: 0;
	right: 0;
}
.backdrop_content.left_side {
	width: 100%;
	-webkit-backdrop-filter: blur(45px);
	backdrop-filter: blur(45px);
	background-color: #02021ebf;
}
/* .backdrop_content.left_side .backdrop_close {
	right: -50px;
}
.backdrop_close {
	z-index: 9999999;
} */
/* .item-project-hdr .total-experience > * + * {
	margin-top: 0;
} */
a[data-fancybox="slajder"] {
	display: block;
	width: 100%;
}
.project-fade-carousel .slick-dots {
	position: absolute;
	z-index: 9999999;
	bottom: 50px;
}
.project-fade-carousel .slick-dots li button {
	
}
.project-fade-carousel.slick-dotted.slick-slider {
	margin: 0;
}
.project-fade-carousel .slick-slide > div {
	display: flex;
}
.project-fade-carousel .slick-slide .item {
	height: 100%;
}
.project-fade-carousel .slick-dots li,
.project-fade-carousel .slick-dots li button:before {
	width: 50px;
}
.reviews-item .ugol {
    width: 100%;
    height: 78px;
    position: relative;
    background: url("../images/ugol.png") no-repeat right center;
    overflow: hidden;
    margin-bottom: -1px;

}
.reviews-item .ugol:before {
    content: "";
    position: absolute;
    background: #1a9fd7;
    width: calc(100% - 85px);
    height: 78px;
    z-index: -1;

}
.left_side .backdrop_close {
    display: none;

}
.jshop .product_label{
    margin-left: 0 !important;
    margin-top: 35px !important;
    z-index: 9;

}
.productfull .product_label{margin-top: 50px !important;}
.product_label img {
    max-height: 24px;
    z-index: 9;

}
.mobile-top {
    margin-bottom: 15px;

}
.mobile-bottom {
    margin: 20px auto 0px;
    text-align: center;
    display: block;

}
.mobile-bottom .phone {
    font-size: 21px;
    margin-bottom: 20px;

}
#katalog .jshop_list_category .row div:nth-child(4) {
    display: none;

}
.sf2Win {
    min-width: 50vh;

}
.jshop_price.buy .old_price {
    font-size: 80%;
    color: #828282;
    margin: 4% 0px;
    text-decoration: line-through;

}
.jshop_price.buy .economy {
    font-size: 80%;

}
.jshop_price.buy .economy span{
    font-size: 110%;
    background-color: #79bf45;
    color: white;
    padding: 3px 10px;
    border-radius: 20px;

}
.jshop_price .description {
    font-size: 80%;
    margin-top: 15px;

}
.jshop_price.buy .old_price span {
    font-size: 120%;

}
.productfull .old_price {
    margin: 5px 0px !important;

}
.productfull .jshop_price {
    color: white;

}
.jshop_price .price{
    color: rgb(255, 4, 4) !important;

}