@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-light.eot');
  src: url('../fonts/proximanova-light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-light.woff') format('woff'),
    url('../fonts/proximanova-light.woff2') format('woff2'),
    url('../fonts/proximanova-light.svg') format('svg'),
    url('../fonts/proximanova-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-regular.eot');
  src: url('../fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-regular.woff') format('woff'),
    url('../fonts/proximanova-regular.woff2') format('woff2'),
    url('../fonts/proximanova-regular.svg') format('svg'),
    url('../fonts/proximanova-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-semibold.eot');
  src: url('../fonts/proximanova-semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-semibold.woff') format('woff'),
    url('../fonts/proximanova-semibold.woff2') format('woff2'),
    url('../fonts/proximanova-semibold.svg') format('svg'),
    url('../fonts/proximanova-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-bold.eot');
  src: url('../fonts/proximanova-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-bold.woff') format('woff'),
    url('../fonts/proximanova-bold.woff2') format('woff2'),
    url('../fonts/proximanova-bold.svg') format('svg'),
    url('../fonts/proximanova-bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
*, *:hover, *:active, *:focus {
	outline: none;
	text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
html, body, h1, h2, h3, h4, h5, h6, p, a, ul, li, input, textarea, button {
/* 	font-family: 'Proxima Nova', sans-serif; */
/* 	font-family: 'Comfortaa', sans-serif; */
	font-family: 'Raleway', sans-serif;
	margin: 0;
	padding: 0;
}
html {
	font-size: 10px;
	font-weight: 400;
	line-height: 1.5;
	font-variant-numeric: lining-nums;
}
html.pum-open body {
	padding-right: 14px;
}
html.pum-open body .header {
	width: calc(100% - 14px);
}
body {
	background-color: #060507;
}
body.active {
	overflow-y: hidden;
	padding-right: 14px;
}
p, a, li {
	color: #000000;
}
a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
li {
	list-style: none;
}
input, textarea, button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
/*scrollbar - start*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background-color: #FFFFFF;
}
::-webkit-scrollbar {
	width: 14px;
	background-color: #FFFFFF;
}
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background-color: #36AFAD;
	border-radius: 10px;
	border: solid 2px #FFFFFF;
}
/*scrollbar - end*/
.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	min-height: -webkit-fill-available;
	min-height: -moz-available;
	min-height: stretch;
	min-height: 100vh;
	width: 100%;
    overflow-x: hidden;
}
.admin-bar .wrapper {
	min-height: calc(100vh - 32px);
}
.container {
	width: 1260px;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}
section {
	position: relative;
}
.polygon_figure {
	position: absolute;
	filter: blur(25px);
}
.top_figure {
	top: 0;
}
.bottom_figure {
	bottom: 0;
}
figure {
	margin: 0;
}
/*header - start*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: transparent;
/* 	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s; */
	z-index: 10;
}
.header.fixed {
	background-color: rgba(6,5,7,.95);
}
.admin-bar .header {
	top: 32px;
}
.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header_widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header_widget a {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.2;
	text-transform: uppercase;
	color: #FFFFFF;
}
.header_widget a:hover,
.current-lang a,
.burger_menu:hover span,
.menu_block.active span,
.mobile_menu li a.active {
	color: #BDBDBD;
}
.logo_block {
	margin-right: 80px;
}
.logo_block a {
	display: block;
}
.logo_block img {
	display: block;
	max-width: 186px;
	max-height: 60px;
	margin: 20px 0;
}
.menu_block {
	position: relative;
	height: 100%;
	width: 200px;
}
.burger_menu {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 40px 0 70px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	z-index: 1;
}
.burger_menu:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 12px;
	top: calc(50% - 6px);
	left: 40px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='12' height='1' fill='white'/%3e%3crect y='3' width='12' height='1' fill='white'/%3e%3crect y='6' width='12' height='1' fill='white'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.menu_block.active .burger_menu {
	background-color: #36AFAD;
	-webkit-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
}
.burger_menu:hover:before,
.menu_block.active .burger_menu:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='12' height='1' fill='%23BDBDBD'/%3e%3crect y='3' width='12' height='1' fill='%23BDBDBD'/%3e%3crect y='6' width='12' height='1' fill='%23BDBDBD'/%3e%3c/svg%3e ");
}
.burger_menu span {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.2;
	text-transform: uppercase;
	color: #FFFFFF;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.mobile_menu {
	position: absolute;
	top: -500vh;
	left: 0;
	width: 100%;
	padding: 0 40px 25px 40px;
	background-color: #36AFAD;
	z-index: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.mobile_menu.active {
	top: 100%;
	-webkit-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}
.mobile_menu a {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.7;
	color: #FFFFFF;
}
.header_phone_block {
	position: relative;
	margin-right: 50px;
	padding-left: 35px;
}
.header_phone_block:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	top: calc(50% - 9px);
	left: 0;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.576 12.7136C13.9803 12.1145 13.2366 12.1145 12.6448 12.7136C12.1933 13.1696 11.7418 13.6256 11.2978 14.0894C11.1764 14.2169 11.074 14.244 10.926 14.159C10.6339 13.9967 10.3228 13.8653 10.042 13.6875C8.73303 12.8488 7.63653 11.7706 6.66524 10.557C6.18338 9.95415 5.75465 9.30874 5.45491 8.58217C5.39421 8.43531 5.40559 8.3387 5.52321 8.21889C5.97471 7.77445 6.41482 7.31841 6.85873 6.86237C7.47718 6.22856 7.47718 5.48653 6.85494 4.84885C6.50209 4.48557 6.14924 4.13001 5.79638 3.76673C5.43215 3.39572 5.07171 3.02084 4.70368 2.65369C4.108 2.06239 3.36436 2.06239 2.77247 2.65755C2.31718 3.11359 1.88086 3.58122 1.41798 4.02953C0.989241 4.44306 0.772976 4.94933 0.727447 5.54064C0.655359 6.50295 0.8868 7.41116 1.21309 8.29619C1.88086 10.1281 2.89768 11.7551 4.13077 13.2469C5.79638 15.2643 7.7845 16.8604 10.1103 18.0121C11.1575 18.53 12.2426 18.928 13.4226 18.9937C14.2345 19.0401 14.9402 18.8314 15.5055 18.186C15.8925 17.7454 16.3288 17.3435 16.7386 16.9222C17.3457 16.2962 17.3495 15.5387 16.7462 14.9203C16.0253 14.1822 15.3006 13.4479 14.576 12.7136Z' fill='white'/%3e%3cpath d='M13.8511 9.63481L15.2511 9.39133C15.031 8.08118 14.424 6.89471 13.502 5.95172C12.5269 4.95848 11.2939 4.3324 9.93557 4.13916L9.73828 5.57298C10.7892 5.7237 11.7454 6.20679 12.5004 6.97587C13.2137 7.70244 13.6803 8.62225 13.8511 9.63481Z' fill='white'/%3e%3cpath d='M16.0404 3.43572C14.4241 1.78934 12.3791 0.749728 10.1216 0.428955L9.92432 1.86277C11.8745 2.14103 13.6426 3.04151 15.0388 4.45987C16.3629 5.80866 17.2318 7.51301 17.5467 9.3874L18.9467 9.14392C18.5787 6.97195 17.5733 5.00093 16.0404 3.43572Z' fill='white'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.header_phone_block a {
	margin-right: 30px;
}
.header_phone_block a:last-child {
	margin-right: 0;
}
.mobile_phone {
	display: none;
}
.language_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.language_list li {
	margin-right: 15px;
}
.language_list li:last-child {
	margin-right: 0;
}
/*header - end*/
/*footer - start*/
.footer {
	background-color: #060507;
	padding: 50px 0;
}
.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer_widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
/* 	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between; */
}
.footer_widget_popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 285px;
	height: 60px;
	margin-bottom: 20px;
	border-radius: 0;
	background-color: #FFFFFF;
	border: solid 2px #FFFFFF;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.2;
	text-transform: uppercase;
	color: #36AFAD;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.footer_widget_popup:hover {
	background-color: #36AFAD;
	color: #FFFFFF;
}
/* .footer_widget_popup:first-child {
	
} */
.footer_widget_popup:last-child {
	margin-bottom: 0;
}
.footer_meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.footer_widget a,
.footer_widget p {
	color: #FFFFFF;
	line-height: 1.3;
}
.footer_widget a {
	font-weight: 300;
	font-size: 3.6rem;
}
.footer_widget a:hover {
	opacity: 0.6;
}
.footer_widget p {
	font-weight: 400;
	font-size: 2rem;
	margin-top: 15px;
}
.footer_widget_socials {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.footer_widget_socials li {
	width: 56px;
	height: 56px;
	margin-right: 30px;
	border-radius: 50%;
	overflow: hidden;
}
.footer_widget_socials li:last-child {
	margin-right: 0;
}
.footer_widget_socials a {
	display: block;
}
.footer_widget_socials img {
	width: 100%;
	height: 100%;
}
/*footer - end*/
/*slider_section - start*/
.home_slider {
	overflow: hidden;
}
.home_slider .slide_item {
	position: relative;
}
.home_slider .image_block {
	position: relative;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home_slider .image_block video,
.home_slider .image_block iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body.home .home_slider .slick-dots {
	display: none !important;
}
.admin-bar .home_slider .image_block {
	height: calc(100vh - 32px);
}
.home_slider .image_block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.35);
}
.home_slider .content_block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 150px;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.home_slider .content_block h2 {
	margin-bottom: 25px;
	font-weight: 300;
	font-size: 4.8rem;
	line-height: 1.2;
	color: #FFFFFF;
}
.slide_button-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.home_slider .content_block .slide_button,
.button_block a,
.wpcf7-submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 260px;
	height: 60px;
	background-color: #36AFAD;
	border-radius: 0;
	border: none;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.2;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.home_slider .content_block .slide_button:hover,
.button_block a:hover,
.wpcf7-submit:hover {
	background-color: #FFFFFF;
	color: #36AFAD;
}
.home_slider .content_block .slide_button-white {
	margin-left: 20px;
	background-color: #FFFFFF;
	color: #36AFAD;
}
.home_slider .content_block .slide_button-white:hover {
	background-color: #36AFAD;
	color: #FFFFFF;
}
.slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 7px;
}
.slick-dots li button {
	width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    background-color: #686868;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
	background-color: #36AFAD;
}
.slick-dots li button::before {
    display: none;
}
/*slider_section - end*/
/*numbers_section - start*/
.numbers_section {
	background-color: #060507;
	padding: 50px 0;
}
.numbers_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.number_item {
	width: calc(100% / 3 - 40px);
	margin: 20px;
	text-align: center;
}
.number {
	font-weight: 300;
	font-size: 9.6rem;
	line-height: 1.2;
	color: #FFFFFF;
}
.number_item p {
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #FFFFFF;
}
/* .top_figure-first {
	left: 0;
	width: 35vw;
    height: 7vw;
    background-color: #5AC3BF;
    z-index: 1;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
	        clip-path: polygon(0 0, 0 100%, 100% 0);
}
.top_figure-second {
	left: 0;
	width: 100vw;
    height: 8.5vw;
    background-color: #61CDC9;
    z-index: 2;
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
	        clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.top_figure-third {
	right: 0;
	width: 7vw;
    height: 19vw;
    background-color: #5AC4BF;
    z-index: 3;
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
	        clip-path: polygon(0 0, 100% 100%, 100% 0);
} */
/*numbers_section - end*/
/*products_section - start*/
.products_section {
	padding: 50px 0;
	background: #060507;
}
.products_section .title_block {
	margin-bottom: 50px;
}
.products_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.product_item {
	position: relative;
	width: calc(50% - 20px);
	margin: 0 10px 50px;
	box-sizing: border-box;
	transition: .3s;
}
.product_block {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
/* .product_item .hover_block {
	position: absolute;
	top: -4px;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	padding: 15px 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #000;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	border: 4px solid #36AFAD;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	box-sizing: border-box;
	z-index: 1;
	transition: .3s;
}
.product_item:nth-child(2n+1) .hover_block {
	left: calc(100% + 24px);
}
.product_item:nth-child(2n) .hover_block {
	right: calc(100% + 24px);
}
.product_block:hover ~ .hover_block {
	opacity: 1;
	visibility: visible;
}
.hover_block:after {
	content: '';
	position: absolute;
	top: calc(50% - 14px);
	width: 28px;
	height: 28px;
	border: solid 14px transparent;
	opacity: 0;
	visibility: hidden;
	box-sizing: border-box;
	z-index: 1;
	transition: .3s;
}
.product_item:nth-child(2n) .hover_block:after {
	right: -32px;
	border-left-color: #36afad;
}
.product_item:nth-child(2n+1) .hover_block:after {
	left: -32px;
	border-right-color: #36afad;
}
.product_block:hover ~ .hover_block:after {
	opacity: 1;
	visibility: visible;
}
.product_item .img_block,
.product_item .content_block {
	display: flex;
	width: 100%;
} */
/* .product_item .img_block {
	max-height: 120px;
	align-items: center;
	padding-right: 20px;
}
.product_item .img_block img {
	display: block;
	width: 100%;
} */
.product_item .content_block {
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}
.product_item .content_block h2 {
	position: relative;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.25;
	color: #FFFFFF;
	cursor: pointer;
	transition: 0.3s;
}
.product_item .content_block h2:before {
	content: '+';
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translatey(-50%);
	font-size: 50px;
	font-weight: 300;
	color: #fff;
	transition: 0.3s;
}
.product_item .product_block.active .content_block h2 {
	color: #36AFAD;
}
.product_item .product_block.active .content_block h2:before {
	content: '-';
	color: #36AFAD;
}
.hover_block {
	display: none;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	color: #fff;
	padding: 20px 0;
}
/* .product_item .content_block .product_link {
	padding: 10px;
	background: #36AFAD;
	border: solid 1px #36AFAD;
	border-radius: 24px;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	transition: .3s;
}
.product_item .content_block .product_link:hover {
	background-color: transparent;
} */
/*products_section - end*/
/*benefit_section - start*/
.benefit_section {
	padding: 50px 0;
	background-color: #060507;
}
.benefit_section .title_block {
/* 	max-width: 800px; */
/* 	margin: 0 auto 70px auto; */
	margin-bottom: 50px;
}
.benefit_section .title_block h2 {
	font-weight: 300;
	font-size: 4.8rem;
	line-height: 1.2;
/* 	text-align: center; */
	color: #fff;
}
.benefit_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.benefit_item {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% / 3 - 20px);
	margin: 10px 10px 45px 10px;
	background: #060507;
	border-radius: 0;
	box-shadow: 0 0 10px rgba(255,255,255,.3);
}
.benefit_item:nth-child(5) .img_block img {
	margin: 0 0 10px 10px;
}
.benefit_item .img_block {
	display: flex;
	align-items: flex-end;
	width: 43%;
}
.benefit_item .img_block img {
	display: block;
	width: auto;
	max-width: 155px;
	max-height: 180px;
	margin-top: -30px;
}
.benefit_item .content_block {
	display: flex;
	align-items: center;
	width: 57%;
	padding-right: 20px;
}
.benefit_item .content_block p {
	font-weight: normal;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #FFFFFF;
}
/*benefit_section - end*/
/*carousel_section - start*/
.carousel_section {
	background-color: #060507;
	padding: 50px 0;
}
.carousel_section .title_block {
	margin-bottom: 50px;
}
.title_block h2 {
	font-weight: 300;
	font-size: 4.8rem;
	line-height: 1.2;
	color: #FFFFFF;
}
.work_item {
	padding: 0 15px;
/* 	text-align: center; */
}
.work_item .image_block {
	margin-bottom: 20px;
}
.button_block a {
	width: 165px;
	margin: 0 auto;
}
html[lang="uk"] .button_block a:before {
	content: 'Детальніше';
}
html[lang="ru-RU"] .button_block a:before {
	content: 'Подробнее';
}
.carousel_section .slick-dots {
	display: none !important;
	bottom: -60px;
}
/*carousel_section - end*/
/*form_section - start*/
.form_section {
	padding: 100px 0 120px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	z-index: 1;
}
.form_section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: -1;
}
.form_section .title_block {
	max-width: 800px;
	margin: 0 auto 50px;
}
/* .form_section .title_block h2 {
	text-align: center;
} */
form {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
form>p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
form>p span {
	position: relative;
	width: calc(50% - 10px);
	margin-bottom: 65px;
}
form>p span.your-name,
form>p span.textarea {
	margin-right: 10px;
}
form>p span.your-phone,
form>p span.file {
	margin-left: 10px;
}
form>p span[data-name="menu-811"] {
	width: calc(100% - 10px);
}
form>p span[data-name="file"] {
	margin-left: 10px;
}
textarea {
	width: 100%;
    height: 60px;
	resize: none;
}
.wpcf7 input[type="file"] {
    height: calc(100% - 5px);
    border-bottom: solid 4px #36AFAD;
}
form>p span input::-webkit-input-placeholder,
form>p span textarea::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 3;
	color: #000000;
	text-transform: uppercase;
}
form>p span input::-moz-placeholder,
form>p span textarea::-moz-placeholder {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 3;
	color: #000000;
	text-transform: uppercase;
}
form>p span input:-ms-input-placeholder,
form>p span textarea:-ms-input-placeholder {
	font-weight: 800;
	font-size: 1.4rem;
	line-height: 3;
	color: #000000;
	text-transform: uppercase;
}
form>p span input::-ms-input-placeholder,
form>p span textarea::-ms-input-placeholder{
	font-weight: 800;
	font-size: 1.4rem;
	line-height: 3;
	color: #000000;
	text-transform: uppercase;
}
form>p span input,
form>p span input::placeholder,
form>p span textarea,
form>p span textarea::placeholder,
form>p span select {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 3;
	color: #000000;
	text-transform: uppercase;
	font-variant-numeric: lining-nums;
}

.form_section .title_block p {
	font-weight: 300;
    font-size: 2rem;
    line-height: 1.2;
    color: #FFFFFF;
	margin-top: 10px;
    max-width: 570px;
}

.form_section form>p span input::-webkit-input-placeholder {
	color: #ffffff;
}
.form_section form>p span input::-moz-placeholder {
	color: #ffffff;
}
.form_section form>p span input:-ms-input-placeholder {
	color: #ffffff;
}
.form_section form>p span input::-ms-input-placeholder {
	color: #ffffff;
}
.form_section form>p span input,
.form_section form>p span input::placeholder {
	color: #ffffff;
}

/* form>p span input::-webkit-input-placeholder {
	text-transform: uppercase;
}
form>p span input::-moz-placeholder {
	text-transform: uppercase;
}
form>p span input:-ms-input-placeholder {
	text-transform: uppercase;
}
form>p span input::-ms-input-placeholder {
	text-transform: uppercase;
}
form>p span input::placeholder {
	text-transform: uppercase;
} */
form>p span select {
	-moz-appearance: none;
	-webkit-appearance: none;
	height: 100%;
	color: #ffffff;
}
form>p span select option {
	color: #000;
}
form>p span input,
form>p span textarea,
form>p span select {
	width: 100%;
	border: none;
	border-bottom: solid 4px #FFFFFF;
	background-color: transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
form>p span input:hover,
form>p span input:active,
form>p span input:focus,
form>p span textarea:hover,
form>p span textarea:active,
form>p span textarea:focus,
form>p span select:hover,
form>p span select:active,
form>p span select:focus {
	border-color: #36AFAD;
}
.wpcf7-submit {
	width: 200px;
	height: 60px;
}
.wpcf7 .ajax-loader {
	display: none;
}
form>p span.wpcf7-not-valid-tip {
	position: absolute;
	width: 100%;
	margin-bottom: 0;
	font-size: 1.2rem;
	color: #FFFFFF;
}
.wpcf7 form .wpcf7-response-output {
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0;
    padding: 15px 15%;
    border-radius: 0;
    font-size: 1.5rem;
    text-align: center;
	color: #FFFFFF;
}
/*form_section - end*/
/*why_us_section - start*/
.why_us_section {
	position: relative;
	padding: 100px 0 0;
	background-color: #060507;
}
/* .why_us_section:before,
.why_us_section:after,
.benefit_section:before {
	content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 4;
}
.why_us_section:before {
	top: 0;
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}
.why_us_section:after {
    bottom: 0;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.benefit_section:before {
	top: 0;
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
} */
.footer {
	position: relative;
}
/* .numbers_section:before,
.numbers_section:after,
.footer:before {
	content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 4;
}
.numbers_section:before,
.footer:before {
	top: 0;
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.numbers_section:after {
	bottom: 0;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
} */
.slick-initialized .slick-slide.why_us_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.why_us_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	min-height: 305px;
	margin-bottom: 100px;
}
.why_us_item:last-child {
	margin-bottom: 0;
}
.why_us_item .column {
	width: 50%;
}
.why_us_item .column:first-child {
	position: relative;
	padding-top: 10px;
	padding-right: 100px;
	text-align: right;
}
.why_us_item .column:first-child:before {
	content: '';
	position: absolute;
	right: -4px;
	top: 0;
	width: 8px;
	height: 100%;
	background-color: #36AFAD;
}
figure img {
	display: inline-block;
	width: auto;
	height: 68px;
    margin-bottom: 25px;
}
figcaption {
	font-weight: 300;
	font-size: 4.4rem;
	line-height: 1.2;
	color: #fff;
}
.why_us_item .column:last-child {
	padding-left: 100px;
}
.why_us_item .column:last-child p {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #fff;
}
/* .bottom_figure-first {
	left: 0;
	width: 7vw;
    height: 19vw;
    background-color: #5AC4BF;
    z-index: 3;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	        clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.bottom_figure-second {
	left: 0;
	width: 120vw;
    height: 8.5vw;
    background-color: #61CDC9;
    z-index: 2;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	        clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.bottom_figure-third {
	right: 0;
	width: 35vw;
    height: 7vw;
    background-color: #5AC3BF;
    z-index: 1;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
} */
/*why_us_section - end*/
/*reviews_section - start*/
.reviews_section {
	padding: 50px 0 100px;
	background-color: #060507;
}
.reviews_section .title_block {
	margin-bottom: 50px;
}
.reviews_list {
	max-width: 100%;
	margin: 0 auto;
}
.review_item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
/*     border-top-left-radius: 200px; */
/*     border-bottom-left-radius: 200px; */
/*     background-color: #61cdc9; */
}
.review_item .image_block {
	max-width: 300px;
	margin-right: 65px;
	border-radius: 50%;
	overflow: hidden;
}
.review_item .content_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	width: calc(100% - 365px);
    padding: 1.5vw 3vw 1.5vw 0;
}
.review_item .content_block p {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.1;
	color: #FFF;
}
.review_item .content_block p.review_meta {
	margin-bottom: 0;
	font-size: 2rem;
}
.review_item .slick-list {
	margin-bottom: 35px;
}
.reviews_section .slick-dots {
	position: relative;
	bottom: -30px;
}
/*reviews_section - end*/
/*gallery_section - start*/
.gallery_section .title_block {
	margin-bottom: 50px;
}
.gallery_item {
	padding: 0 25px;
}
#fancybox-wrap #fancybox-close {
	top: -20px;
    right: -20px;
    width: 16px;
    height: 16px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 2.6L15.4 1L9 7.4L2.6 1L1 2.6L7.4 9L1 15.4L2.6 17L9 10.6L15.4 17L17 15.4L10.6 9L17 2.6Z' fill='%23000000' stroke='%23000000'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#fancybox-wrap #fancybox-left-ico,
#fancybox-wrap #fancybox-right-ico {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#fancybox-wrap #fancybox-left-ico {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='32' viewBox='0 0 18 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.364616 16.8781L15.1656 31.6381C15.6505 32.1214 16.4356 32.1206 16.9197 31.6356C17.4035 31.1507 17.4022 30.3651 16.9172 29.8815L2.99729 15.9999L16.9177 2.11849C17.4027 1.63475 17.4039 0.849686 16.9202 0.364687C16.6776 0.121563 16.3596 -8.06569e-08 16.0417 -1.08452e-07C15.7246 -1.36176e-07 15.4079 0.12075 15.1656 0.362186L0.364616 15.1218C0.131053 15.3542 -8.10917e-06 15.6704 -8.13797e-06 15.9999C-8.16678e-06 16.3294 0.131429 16.6453 0.364616 16.8781Z' fill='white'/%3e%3c/svg%3e ");
}
#fancybox-wrap #fancybox-right-ico {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='32' viewBox='0 0 18 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.9176 15.1219L2.11667 0.361867C1.63173 -0.121444 0.846608 -0.120631 0.362485 0.364367C-0.121264 0.849303 -0.120014 1.63486 0.364985 2.11855L14.2849 16.0001L0.364484 29.8815C-0.120451 30.3653 -0.121701 31.1503 0.361984 31.6353C0.604671 31.8784 0.922608 32 1.24054 32C1.55767 32 1.87435 31.8792 2.1166 31.6378L16.9176 16.8782C17.1512 16.6458 17.2822 16.3296 17.2822 16.0001C17.2822 15.6706 17.1508 15.3547 16.9176 15.1219Z' fill='white'/%3e%3c/svg%3e ");
}
/*gallery_section - end*/
/*single_post - start*/
.single .slider_section {
	height: 100vh;
	background-color: #000;
}
.single .slider_section div {
	height: 100%;
}
.single .product_slider .slide_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 100px 0;
}
.single .product_slider .slide_item .content_block {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	width: 500px;
	margin-right: 70px;
}
.product_slider .slide_item .content_block h2,
.product_slider .slide_item .content_block p {
	line-height: 1.3;
	color: #FFFFFF;
}
.product_slider .slide_item .content_block h2 {
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 4rem;
}
.product_slider .slide_item .content_block p {
	font-size: 1.8rem;
}
.product_slider .slide_item .image_block {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	width: calc(100% - 570px);
}
.product_slider .slide_item .image_block img {
	width: 100%;
/* 	max-width: 100%;
	height: auto; */
    max-height: auto;
}
.description_section {
	padding: 85px 0 110px 0;
	background-color: #060507;
}
.description_section h2,
.description_section p {
	color: #fff;
}
.description_section h2 {
	margin-bottom: 5px;
}
.description_section p {
	margin-bottom: 15px;
	font-size: 1.8rem;
	line-height: 1.3;
}
.description_section p:last-child {
	margin-bottom: 0;
}
.description_section .table_block {
	width: 100%;
	max-width: 800px;
	margin-top: 60px;
	overflow-x: auto;
}
.description_section table {
	width: 100%;
	border-spacing: 0;
}
.description_section table thead th,
.description_section table tbody td {
	padding: 10px 20px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
	color: #fff;
}
.description_section table thead th {
	font-weight: 800;
	border-bottom: solid 4px #36AFAD;
}
.description_section table tbody td {
	font-weight: 400;
}
.description_section table thead th:first-child,
.description_section table tbody td:first-child {
	width: 60%;
	min-width: 350px;
}
.description_section table thead th:last-child,
.description_section table tbody td:last-child {
	width: 40%;
	min-width: 100px;
}
.description_section table tbody tr:nth-child(2n+2) td {
	background: rgba(54, 175, 173, 1);
}
.table_block::-webkit-scrollbar {
	height: 10px !important;
}
/*single_post - end*/
/*popup - start*/
.pum-theme-14 .pum-container,
.pum-theme-lightbox .pum-container {
	padding: 90px 50px !important;
}
.pum-theme-14 .pum-container .your-name input,
.pum-theme-lightbox .pum-container .your-phone input,
.pum-theme-lightbox .pum-container .textarea textarea {
	border-bottom: solid 4px #36AFAD;
}
.pum-theme-14 .pum-container .your-name input::-webkit-input-placeholder,
.pum-theme-lightbox .pum-container .your-phone input::-webkit-input-placeholder {
	color: #000000;
}
.pum-theme-14 .pum-container .your-name input::-moz-placeholder,
.pum-theme-lightbox .pum-container .your-phone input::-moz-placeholder {
	color: #000000;
}
.pum-theme-14 .pum-container .your-name input:-ms-input-placeholder,
.pum-theme-lightbox .pum-container .your-phone input:-ms-input-placeholder {
	color: #000000;
}
.pum-theme-14 .pum-container .your-name input::-ms-input-placeholder,
.pum-theme-lightbox .pum-container .your-phone input::-ms-input-placeholder,
.pum-theme-lightbox .pum-container .textarea textarea::-ms-input-placeholder {
	color: #000000;
}
.pum-theme-14 .pum-container .your-name input,
.pum-theme-lightbox .pum-container .your-phone input,
.pum-theme-14 .pum-container .your-name input::placeholder,
.pum-theme-lightbox .pum-container .your-phone input::placeholder,
.pum-theme-lightbox .pum-container .textarea textarea,
.pum-theme-14 .pum-container .textarea textarea::placeholder {
	color: #000000;
}
.pum-theme-lightbox .pum-container .wpcf7-submit {
	border: solid 3px #36AFAD;
}
.pum-theme-lightbox form>p span.wpcf7-not-valid-tip {
	color: #FFF;
}
.pum-theme-lightbox .wpcf7 form .wpcf7-response-output {
	width: 100%;
	top: calc(100% + 6px);
	padding: 7px 30px;
	color: #FFF;
	text-align: left;
	font-weight: 400;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0 !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: hidden !important;
}
.pum-theme-14 .pum-container, .pum-theme-lightbox .pum-container {
	max-width: 90%;
	margin: 0 auto !important;
}
/*popup - end*/

.up_btn, .prev_btn {
    position: fixed;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #36afad;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 240.835 240.835' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3e%3cg%3e%3cg xmlns='http://www.w3.org/2000/svg'%3e%3cpath id='Expand_Less' d='M129.007,57.819c-4.68-4.68-12.499-4.68-17.191,0L3.555,165.803c-4.74,4.74-4.74,12.427,0,17.155 c4.74,4.74,12.439,4.74,17.179,0l99.683-99.406l99.671,99.418c4.752,4.74,12.439,4.74,17.191,0c4.74-4.74,4.74-12.427,0-17.155 L129.007,57.819z' fill='%23ffffff'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    cursor: pointer;
    z-index: 10;
}
html.pum-open .up_btn,
html.pum-open .prev_btn {
	right: 44px;
}
.up_btn {
	bottom: 170px;
}
.home .up_btn {
	bottom: 100px;
}
.prev_btn {
	bottom: 100px;
    transform: rotate(-90deg);
}
.home .prev_btn {
	display: none;
}
.prev_btn a {
	display: block;
    width: 100%;
    height: 100%;
}
.up_btn:hover, .prev_btn:hover {
	box-shadow: 0 0 8px rgba(0,0,0,.4);
}
#fancybox-content {
	background: #000 !important;
}
.gallery_item .image {
	display: block;
	background: #000;
}
@media screen and (max-width:767px) {
	.up_btn, .prev_btn {
    	right: 26px;
	}
	.up_btn {
		bottom: 170px;
	}
	.home .up_btn {
		bottom: 100px;
	}
	.prev_btn {
		bottom: 100px;
	}
}
.thanks_section {
	min-height: 60vh;
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #000;
}
.thanks_section .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.thanks_section .socials {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.thanks_section .socials li {
	margin-left: 10px;
	margin-right: 10px;
}
.thanks_section p {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}
.thanks_section a {
	font-size: 24px;
	font-weight: 600;
	text-decoration: underline;
	color: #36AFAD;
}
.link_home {
	display: flex;
	justify-content: center;
}
.link_home p {
	margin-bottom: 0;
	margin-right: 20px;
}

.video_section {
	background-color: #060507;
    padding: 50px 0;
}
.video_section .title_block {
    margin-bottom: 50px;
}
.video_block {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.video_block .slick-dots {
	bottom: -30px;
}
.video_item {
	width: calc(100% / 3);
	padding: 0 10px 20px 10px;
}
.video_item-wrap {	
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video_item-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.team_section {
	padding: 50px 0;
    background: #060507;
}
.team_section .title_block {
    margin-bottom: 50px;
}
.team_list-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -10px;
}
.team_item {
	width: 25%;
	height: 400px;
	padding: 10px;
}
.team_item-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	perspective: 1000px;
}
.team_item-img,
.team_item-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/* 	border: 4px solid #36AFAD; */
/*     border-radius: 30px; */
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
	-webkit-backface-visibility: hidden;
            backface-visibility: hidden;
	transition: 1s;
}
.team_item-img {
/* 	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px; */
	position: relative;
	overflow: hidden;
	opacity: 1;
}
.team_item-img img {
	display: block;
/* 	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%; */
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team_item-name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	padding: 2rem;
	background-color: rgba(0,0,0,0.8);
	font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #36AFAD;
}
.team_item-subtitle {
	font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2;
	color: #FFF;
}
.team_item-text {
	height: 100%;
	padding: 15px 5px 15px 25px;
	font-size: 16px;
	color: #fff;
	transform: rotateY(180deg);
	opacity: 0;
}
.team_item-text div {
	height: 100%;
	padding-right: 15px;
	overflow-y: auto;
}
.team_item-text div::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background-color: transparent;
}
.team_item-text div::-webkit-scrollbar {
	width: 10px;
	background-color: transparent;
}
.team_item-text div::-webkit-scrollbar-thumb {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background-color: #36AFAD;
	border-radius: 6px;
	border: none;
}
/* .team_item-wrapper:hover .team_item-img {
	transform: rotateY(180deg);
	opacity: 0;
}
.team_item-wrapper:hover .team_item-text {
	transform: rotateY(360deg);
	opacity: 1;
} */

.team_photo {
	position: relative;
}
.team_section img {
	display: block;
	width: 100%;
}
.team_photo a {
	position: absolute;
	top: 50%;
	left: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 160px;
    background-color: rgba(0,0,0,0.8);
    border: none;
    font-weight: 300;
    font-size: 4rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #36AFAD;
    cursor: pointer;
	opacity: 0;
	transform: translatey(10px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.team_photo:hover a {
	transform: translatey(0);
	opacity: 1;
}
.title_block.center {
	text-align: center;
}
.page-template-team-template .team_section .title_block {
	margin-top: 50px;
}
.page-template-team-template .team_section {
	padding-bottom: 100px;
}
.instagram_section {
    padding: 50px 0 100px;
    background: #060507;
}
.instagram_section .title_block {
	margin-bottom: 50px;
}
.insta-gallery-feed .insta-gallery-actions, .qligg-mfp-wrap .insta-gallery-actions {
	text-align: left !important;
    margin: 30px 0 0 !important;
}
.insta-gallery-feed .insta-gallery-actions .insta-gallery-button, .qligg-mfp-wrap .insta-gallery-actions .insta-gallery-button {
    font-size: 16px !important;
    padding: 15px 25px !important;
    border-radius: 0 !important;
}
.pum-container select,
.pum-container input,
.pum-container input::placeholder,
.pum-container textarea,
.pum-container textarea::placeholder {
	color: #FFF !important;
}
.instagram_section {
	overflow: hidden;
}
.pum-theme-lightbox .pum-container .wpcf7-submit:hover {
	color: #36AFAD;
	background: transparent;
}
.wpcf7-spinner {
	display: none;
}
.team_section .slick-dots {
	bottom: -30px;
}
@media screen and (max-width:1150px) {
/* 	.team_item {
		width: calc(100% / 3);
		max-width: 305px;
	} */
	.team_item-img img {
		object-position: top;
	}
}
@media screen and (max-width:992px) {
/* 	.team_item {
		width: 50%;
		max-width: 305px;
	} */
	.slide_button-line {
		flex-direction: column;
	}
	.home_slider .content_block .slide_button-white {
		margin-left: 0;
		margin-top: 20px;
	}
}
@media screen and (max-width:660px) {
/* 	.team_item {
		width: 100%;
		max-width: 305px;
	} */
}

.vacancies {
	padding-top: 200px;
	background-color: #060507;
	font-size: 16px;
	color: #fff;
}
.vacancies__wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-bottom: 30px;
}
/* .vacancies__wrapper:first-child {
	border-bottom: solid 4px #36AFAD;
} */
.vacancies__wrapper:first-child {
	padding-top: 50px;
}
.vacancies__block {
	width: 50%;
}
.vacancies__block.center {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	text-align: center;
}
.vacancies__block:first-child {
	padding-right: 50px;
}
.vacancies__img img {
	display: block;
	width: 100%;
}
.vacancies__form {
	padding-top: 50px;
}
.vacancies__form form {
	max-width: 100%;
}
.vacancies__form-title {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 26px;
}
.vacancies__subtitle {
	margin-bottom: 20px;
	font-weight: 500;
}
.vacancies__title {
	margin-bottom: 50px;
	padding-bottom: 30px;
	font-weight: 500;
	font-size: 26px;
	border-bottom: solid 4px #36AFAD;
}
.form__row {
	margin-bottom: 30px;
}
.form__row label {
	margin-bottom: 5px;
	font-size: 14px;
	color: #fff;
}
.form__row input:not(.wpcf7-submit) {
	width: 100%;
	height: 46px;
    border: none;
    border-bottom: solid 4px #FFFFFF;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	font-weight: 400;
    font-size: 1.4rem;
    line-height: 3;
    color: #fff;
    text-transform: uppercase;
	font-variant-numeric: lining-nums;
}
.form__row input::placeholder {
	font-weight: 400;
    font-size: 1.4rem;
    line-height: 3;
    color: #fff;
	opacity: .5;
}
.form__row input:hover,
.form__row input:focus {
	border-color: #36AFAD;
}
.vacancies__logo img {
	display: block;
	width: 180px;
	margin-top: 100px;
	margin-bottom: 30px;	
}
.vacancies__footer-text {
	font-size: 26px;
	font-weight: 500;
}
@media screen and (max-width:1100px) {
	.vacancies {
	    padding-top: 100px;
	}
	.vacancies__block {
		width: 100%;
	}
	.vacancies__block:first-child {
		padding-right: 0;
		padding-bottom: 50px;
	}
	.vacancies__logo img {
		margin-top: 50px;
	}
}

.header-social {
	display: block;
	margin-right: 15px;
	transition: 0.3s;
}
.header-social:hover {
	opacity: 0.7;
}
.header-social img {
	display: block;
	width: auto;
	height: 18px;
}

@media screen and (max-width:640px) {
	.header_phone_block {
    	margin-right: 15px;
	}
	.menu_block {
    	width: 130px;
	}
	.burger_menu {
    	padding: 0 0 0 40px;
	}
	.burger_menu:before {
    	left: 15px;
	}
}
@media screen and (max-width:530px) {
	.header_phone_block:hover .mobile_phone {
		display: block;
	}
}
.language_list {
	display: none;
}

.pum-container .wpcf7-form-control-wrap[data-name="file"] {
	position: relative;
}
.pum-container .wpcf7-form-control-wrap[data-name="file"]:before {
	content: 'Фото зубів';
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}

input,
textara {
	-webkit-appearance: none;
}
.pum-theme-14 .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
	width: 60px;
	height: 60px;
	z-index: 3;
}
html.pum-open body {
    padding-right: 0;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0 !important;
}
html.pum-open body .header {
    width: 100%;
}
#video {
	position: relative;
	z-index: 1;
}
#video-over {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
}
#video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff;
  z-index: 2;
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: opacity, visibility;
}
#video-play::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 21px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-color: #fff;
  border-right-width: 0;
  transition: transform 0.2s ease;
}
#video-play:hover::before {
  transform: scale(1.2);
}
#video.video-is-playing #video-over {
  display: block;
}
#video.video-is-playing #video-play {
  opacity: 0;
  visibility: hidden;
}

.vacancies.selection {
    padding-top: 100px;
}
.wpcf7-radio {
	display: flex;
	flex-direction: column;
}
.wpcf7-list-item {
	margin: 20px 0 0 0;
}
.wpcf7-list-item label {
	display: flex;
	align-items: center;
}
input[type="radio"] {
	width: 18px !important;
	height: 18px !important;
	margin-top: -3px;
	margin-right: 15px;
    border-radius: 50%;
	border: solid 2px #FFFFFF !important;
	cursor: pointer;
}
input[type="radio"] + span {
	cursor: pointer;
}
input[type="radio"]:checked {
	border-color: #36AFAD !important;
	background-color: #36AFAD;
}
input[type="radio"]:checked + span {
	color: #36AFAD;
}
.vacancies.selection .wpcf7 form .wpcf7-response-output {
	position: relative;
	top: auto;
    left: auto;
	-webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.vacancies.selection .vacancies__block:first-child {
    padding-right: 0;
}
.vacancies.selection .vacancies__form-title {
    margin-bottom: 10px;
}
.vacancies.selection .vacancies__subtitle {
    margin-bottom: 50px;
}
body.page-id-1366 .footer_widget_popup {
	display: none !important;
}