/*
 * Theme Name: Theme Site
 * Author: Eduard Shpigel
 * Author URI: https://t.me/edshpigel
 */

/*
 * normalize.css
 */

html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/**
 * style.css
 */

:root {
  --primary: #e23939;
  --primary-hover: #cf2f2f;
  --primary-focus: #cf2f2f;

  --secondary: #e8e8e8;

  --breakpoint-sm: 576px; /*575px*/
  --breakpoint-md: 768px; /*767px*/
  --breakpoint-lg: 992px; /*991px*/
  --breakpoint-xl: 1400px; /*1399px*/

  scrollbar-color: var(--primary) #f0edf6 !important;
  scrollbar-width: thin !important;
}

.custom-select li .options.open::-webkit-scrollbar {
    width: 8px; /* С€РёСЂРёРЅР° РґР»СЏ РІРµСЂС‚РёРєР°Р»СЊРЅРѕРіРѕ СЃРєСЂРѕР»Р»Р° */
    height: 8px; /* РІС‹СЃРѕС‚Р° РґР»СЏ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРіРѕ СЃРєСЂРѕР»Р»Р° */
    background-color: #f0edf6;
}

.custom-select li .options.open::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 5px;
}

.custom-select li .options.open::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary-hover);
}

/*
 * Style.css
 */

* {
	outline: none !important;
}

body {
	font-family: Gilroy, sans-serif;
	background: #fff;
	overflow-x: hidden;
}

main {
	overflow: hidden;
}

/*
 * font-size - begin
 */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1, .h1 {
  font-size: 55px;
}

h2, .h2 {
  font-size: 45px;
}

h3, .h3 {
  font-size: 27px;
}

h4, .h4 {
  font-size: 23px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 18px;
}

.fs-17 {
	font-size: 17px;
}

.fs-16 {
	font-size: 16px;
}

.fs-14 {
	font-size: 14px;
}

.fs-13 {
	font-size: 13px;
}

.fs-12 {
	font-size: 12px;
}

.fs-11 {
	font-size: 11px;
}

/*
 * font-size - end
 */

.btn {
	font-size: 13px;
	padding: 23px 40px;
	font-weight: 600;
}

.bg-primary-custom {
	background: #0aadbd;
}

.btn-footer {
	padding: 19px 28px;
}

.opac-70 {
	opacity: .7;
}

.opac-60 {
	opacity: .6;
}

.opac-50 {
	opacity: .5;
}

.opac-10 {
	opacity: .1;
}

.zi-2 {
	z-index: -2;
}

.zi-1 {
	z-index: -1;
}

.zi0 {
	z-index: 0;
}

.zi1 {
	z-index: 1;
}

.zi2 {
	z-index: 2;
}

.zi3 {
	z-index: 3;
}

.zi4 {
	z-index: 4;
}

.overflow-visible {
	overflow: visible !important;
}

.label-input-modal p {
	display: none;
}

.btn-outline-secondary.hero-outline {
	color: white;
}

.btn-outline-secondary.hero-outline:hover {
	color: white;
}

.hero-thanks:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	background-image: url('/wp-content/themes/theme/assets/img/thanks-page.png');
	top: 0;
	left: 10%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 420px;
}


.custom-select {
  list-style-type: none;
  text-align: left;
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: none;
  padding: 0;
  height: auto;
  width: 100%;
  margin-bottom: 3px;
}
.custom-select li {
  padding: 0;
  position: relative;
}
.custom-select li .options {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0.4em 0 0 0;
  background: transparent;
  position: absolute;
  z-index: 9999;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  top: 1.2em;
  left: -0.2em;
  transition: all ease 0.25s;
}
.custom-select li .options.open li {
  border-bottom: 1px solid #e3e3e3;
  padding: 5px;

}

.img-banners-in {
	bottom: 0;
	right: 0;
	max-width: 180px;
}

.color-quarts:before {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	top: -10%;
	bottom: -10%;
	left: -10%;
	right: -10%;
	background: #66635b;
	padding-bottom: 100%;
}

.custom-select li .options.open li:hover {
	color: var(--primary-hover);
}
.custom-select li .options.open {
  overflow: auto;
  border: 1px solid #e3e3e3;
  max-height: 1000%;
  background: white;
}


/* arrow up */
.custom-select.open:before {
  border-top: 0;
}




.antispam {
	display: none;
}

.font-weight-semi {
	font-weight: 600;
}

.font-weight-extra {
	font-weight: 800;
}

.swiper-container-hero .swiper-slide {
	overflow: hidden;
}

.img-social img {
	object-fit: contain;
	width: 26px;
	height: 26px;
}

.text-777 {
	color: #777;
}

.swiper-container-hero .swiper-slide:before {
	content: '';
	position: absolute;
	left: -24%;
	right: auto;
	border-radius: 50%;
	background: var(--primary-hover);
	top: -50%;
	width: 50%;
	bottom: -50%;
	z-index: 0;
}

.swiper-container-hero .swiper-slide:after {
	content: '';
	position: absolute;
	right: -33%;
	border-radius: 50%;
	background: var(--primary-hover);
	top: -50%;
	width: 75%;
	bottom: -50%;
	z-index: 0;
}

.custom-select {
	box-shadow: none !important;
}

.img-bg-hero {
	right: -25%;
	top: -50%;
	bottom: -50%;
	width: 50%;
	overflow: hidden;
}

.img-bg-hero-in {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    top: 25%;
    left: 0;
    right: 50%;
    bottom: 25%;
}

.mb-p-0 p {
	margin-bottom: 0;
}

.text-white-black {
	color: white;
}

.text-white-black strong {
	color: black;
}

.fancybox-slide.fancybox-slide--video {
	padding: 5px !important;
}

.img-services img {
	object-fit: cover;
	height: 150px;
	width: 100%;
	border-radius: 5px;
}

.block-services-gray {
	height: 150px;
}

.img-modal-review {
	margin-right: -40px;
}

.img-modal-review img {
	object-fit: cover;
	object-position: right;
	height: 100%;
	max-width: 100%;
	margin-left: -40px;
}

.text-dark-red {
	color: #000;
}

.text-dark-red strong {
	color: var(--primary);
}

.btn-flex {
	margin: 0 -10px -10px -10px;
}

.btn-flex * {
	margin: 0 10px 10px 10px;

}

.logo-img {
	width: 257px;
}

.whatsapp-link {
	padding: 11px;
	background: var(--primary);
}

.whatsapp-link:hover,
.whatsapp-link:active,
.whatsapp-link.active {
	background: var(--primary-hover);
}

.whatsapp-link:hover svg path,
.whatsapp-link:active svg path,
.whatsapp-link.active svg path {
	fill: white;
}

.btn-header-menu > a.btn {
	padding: 18px 24px;
}

.b-r-5 {
	border-radius: 5px;
}

.b-r-15 {
	border-radius: 15px;
}

.b-r-25 {
	border-radius: 25px;
}

.arrow-services {
	padding: 13px 16px !important;
}


.min-w-260 {
	min-width: 260px;
}

.max-w-500 {
	max-width: 500px;
}

.p-12px {
	padding: 12px;
}

.p-9px {
	padding: 9px;
}

.header-menu-link {
	padding: 0px 4px;
	color: black;
}

.phone-link-header {
	color: black;
}

.btn.bg-white:hover {
	background: #f0f0f0 !important;
}

.btn.btn-outline {
	border-color: #fff4;
}

.btn.btn-outline:hover {
	border-color: #fff;
	background: transparent;
}

.item-services:hover .flex-img-services:after {
	opacity: .5;
}

.item-services:hover .heading-services-in {
	color: var(--primary-hover) !important;
}

.item-services:hover .arrow-services {
	-webkit-transform: translate(0px, -10px);
	-ms-transform: translate(0px, -10px);
	-o-transform: translate(0px, -10px);
	transform: translate(0px, -10px);
}

.more-review {
	border-bottom: 1px solid transparent;
}
.content-form-footer .input-form-modal-item::-webkit-input-placeholder {color: white;}
.content-form-footer .input-form-modal-item::-moz-placeholder {color: white;}
.content-form-footer .input-form-modal-item:-moz-placeholder {color: white;}
.content-form-footer .input-form-modal-item:-ms-input-placeholder {color: white;}

.content-form-footer .input-form-modal-item {
	color: white;
}

.content-form-footer .wpcf7-form-control-wrap.phone:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' viewBox='0 0 16 17'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M15.046,1.113 C14.713,0.723 14.239,0.500 13.744,0.500 L11.377,0.500 C10.478,0.500 9.725,1.214 9.625,2.162 C9.566,2.720 9.458,3.274 9.305,3.809 C9.112,4.479 9.279,5.199 9.740,5.691 L10.699,6.714 C9.694,8.671 8.162,10.304 6.325,11.375 L5.365,10.353 C4.904,9.862 4.228,9.684 3.600,9.889 C3.097,10.052 2.578,10.167 2.054,10.230 C1.165,10.337 0.495,11.139 0.495,12.097 L0.495,14.621 C0.495,15.147 0.704,15.653 1.069,16.008 C1.396,16.325 1.824,16.500 2.263,16.500 C2.317,16.500 2.371,16.497 2.425,16.492 C4.124,16.326 5.764,15.845 7.301,15.066 C8.794,14.308 10.147,13.288 11.321,12.037 C12.495,10.786 13.451,9.345 14.162,7.753 C14.894,6.116 15.344,4.368 15.501,2.557 C15.546,2.030 15.381,1.503 15.046,1.113 Z'%3E%3C/path%3E%3C/svg%3E");
	position: absolute;
	right: 10px;
	top: auto;
	bottom: auto;
	width: 13px;
	height: 14px;
}
.content-form-footer .wpcf7-form-control-wrap.phone {
	position: static;
	display: flex;
	flex-direction: column-reverse;
}

.content-form-footer #phone-form-error {
	background: transparent;
}

.content-form-footer .valid-tel {
	order: 1;
	display: block;
}

.content-form-footer .form--error ~ .valid-tel {
	opacity: 0;
}

.content-form-footer .form--valid ~ .valid-tel {
	opacity: 1;
}

.content-form-footer .border {
	border-color: #fff7 !important;
}

.content-form-footer .border:hover {
	border-color: white !important;
}

p + .group-form-wcf7 {
	margin-top: -2.5em;
}

.btn-to-top.fixed {
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	opacity: 1;
}

.btn-to-top {
	opacity: 0;
	-webkit-transform: translate(0%, 150%);
	-ms-transform: translate(0%, 150%);
	-o-transform: translate(0%, 150%);
	transform: translate(0%, 150%);
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 50;
	background: var(--primary);
	padding: 14px 20px;
	border-radius: 5px;
}

.btn-to-top:hover{
	background: var(--primary-hover);
}

.content-form-footer button {
	padding-top: 10px;
	padding-bottom: 10px;
}

.more-review:hover {
	border-color: var(--primary-hover);
}

.trsn-3 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-menu-link:hover,
.header-menu-link:active,
.header-menu-link.active,
.phone-link-header:hover {
	color: var(--primary-hover) !important;
}

.zi-99 {
	z-index: 99;
}

.header.fixed > div {
	background-color: white;
}

.header {
	position: absolute;
	z-index: 99;
	right: 0;
	left: 0;
	top: 0;
}

.input-form-modal-item.error + span {
	display: none;
}

.bg-primary-2 {
	background: #f0edf6;
}

.header.fixed{
    position: fixed;
    top: 0;
    width: 100%;
}

.header.fixed {
  transform: translateY(0);
}

.icon-profits .icon-profits-padding {
	margin-right: 100%;
}

.circle-profits {
	height: 128px;
	width: 128px;
}

.p-l-h {
	line-height: 1.8em;
}

.img-works img{
	height: 300px;
	object-fit: cover;
	width: 100%;
}

.hero {
	margin-bottom: 70px;
	overflow: hidden;
}

section.about {
	overflow: hidden;
}

.col-profits-about {
	min-width: 200px;
}

section.services {
	margin-bottom: 100px;
}

section.our-works {
	margin-bottom: 100px;
}

[class*="ymaps-2"][class*="-ground-pane"] {
	filter: grayscale(100%);
	/* Firefox 3.5+ */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
}

.ml--50 {
	margin-left: -50%;
}

.form-footer {
	max-width: 48%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.form-footer:before {
	content: "";
	position: absolute;
	background-image: -moz-linear-gradient( 0deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .8;
}

.contacts-footer {
	max-width: 32%;
}

.icon-profts-about img {
	object-fit: contain;
	height: 27px;
	width: 27px;
}

.video-about {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 500px;
}

section.reviews {
	margin-bottom: 100px;
}

footer {
	margin-top: 100px;
	padding-bottom: 40px;
}

.about {
	margin-bottom: 110px;
}

.banners {
	margin-bottom: 70px;
}

.certificates {
	margin-bottom: 110px;
}

.desc {
	margin-bottom: 80px;
}

.profits {
	margin-bottom: 50px;
}

.number-block {
	margin-bottom: 105px;
}

.application {
	margin-bottom: 90px;
}

.object-cover {
	object-fit: cover;
}

.all-position-0 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.img-applic img {
	max-height: 110px;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.modal-form {
	display: none;
	overflow: visible;
}

.flex-profits {
	max-width: 1200px;
}

.flex-img-services:after {
	content: '';
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background: var(--primary-hover);
}

.content-number:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 130%;
	width: 130%;
	height: 0;
	background: var(--primary);
	border-radius: 50%;
}

.load-more-works {
	color: black;
}


.img-modal-review img {
	max-height: 150px;
}

.img-about {
	position: relative;
	width: 43%;
}

.input-col-modal > div:hover {
	border-color: var(--dark) !important;
}

.input-col-modal {
	min-width: 205px;
}

.input-form-modal-item {
	appearance: none;
    -moz-appearance: none;
	-webkit-appearance: none;
	padding: 0;
	border: 0;
	box-shadow: none;
	background: transparent;
	width: 100%;
	max-width: 100%;
}

label[class*="error"] {
	background: white;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 600;
	font-size: 13px;
	color: #cc5252;
}


.img-number {
	position: relative;
	width: 60%;
}


.cursor-pointer {
	cursor: pointer;
}

.img-manager img {
	width: 300px;
	max-width: 100%;
}

input:invalid {border-color: red;}
input:valid {border-color: green;}

.img-manager:after {
	content: "";
	position: absolute;
	top: 0;
	left: -40%;
	right: 40%;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='226px' height='221px'%3E%3Cpath fill-rule='evenodd' fill='rgb(45, 23, 93)' d='M0.537,54.553 C0.590,23.334 24.170,0.220 56.037,0.151 C87.786,0.082 111.430,23.211 111.901,54.315 C112.079,66.098 112.577,77.955 114.156,89.616 C115.821,101.912 121.858,107.202 134.390,108.372 C145.892,109.447 157.475,109.734 169.029,110.187 C199.620,111.384 222.174,131.803 224.812,160.812 C227.299,188.154 208.601,212.369 179.810,219.095 C146.020,226.988 113.376,200.523 112.200,164.181 C111.907,155.152 112.352,146.090 111.831,137.078 C110.770,118.713 103.317,111.584 84.920,110.598 C71.283,109.866 57.363,110.594 44.068,108.087 C17.026,102.988 0.491,81.615 0.537,54.553 Z'/%3E%3C/svg%3E")
	center center no-repeat;
	background-size: contain;
	z-index: 1;
	margin-top: 59%;
	padding-top: 50%;
}

.img-number:after {
	content: "";
	position: absolute;
	top: 0;
	left: -40%;
	right: 40%;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='226px' height='221px'%3E%3Cpath fill-rule='evenodd' fill='rgb(45, 23, 93)' d='M0.537,54.553 C0.590,23.334 24.170,0.220 56.037,0.151 C87.786,0.082 111.430,23.211 111.901,54.315 C112.079,66.098 112.577,77.955 114.156,89.616 C115.821,101.912 121.858,107.202 134.390,108.372 C145.892,109.447 157.475,109.734 169.029,110.187 C199.620,111.384 222.174,131.803 224.812,160.812 C227.299,188.154 208.601,212.369 179.810,219.095 C146.020,226.988 113.376,200.523 112.200,164.181 C111.907,155.152 112.352,146.090 111.831,137.078 C110.770,118.713 103.317,111.584 84.920,110.598 C71.283,109.866 57.363,110.594 44.068,108.087 C17.026,102.988 0.491,81.615 0.537,54.553 Z'/%3E%3C/svg%3E")
	center center no-repeat;
	background-size: contain;
	z-index: 1;
	margin-top: 59%;
	padding-top: 50%;
}

.group-about:after {
	content: "";
	position: absolute;
	top: 9%;
	left: -2%;
	width: 100%;
	height: 100%;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='593px' height='246px'%3E%3Cpath fill-rule='evenodd' fill='rgb(5, 148, 162)' d='M550.394,28.953 C500.916,-11.958 434.041,-9.018 384.802,36.038 C366.204,53.057 347.821,70.374 328.329,86.347 C307.094,103.749 289.468,104.810 267.648,88.306 C246.956,72.656 227.632,55.041 208.918,37.054 C159.516,-10.427 86.713,-10.017 37.662,38.777 C-11.573,87.753 -11.914,159.738 36.857,208.203 C79.132,250.215 138.180,257.980 188.029,224.415 C212.541,207.911 232.954,185.438 255.214,165.659 C285.243,138.976 307.938,138.593 338.320,165.430 C353.227,178.598 366.720,193.325 381.302,206.870 C439.993,261.389 531.949,252.345 571.918,188.294 C605.973,133.718 597.031,67.516 550.394,28.953 Z'/%3E%3C/svg%3E")
	center center no-repeat;
	background-size: contain;

}

.col-care img {
	object-fit: contain;
	width: 40px;
	height: 40px;
}

.icon-care:before {
	content: "";
	position: absolute;
	border-radius: 5px;
	background: var(--secondary);
	width: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.img-desc img {
	position: relative;
	max-width: 100%;
}

.img-desc:before {
	content: "";
	position: absolute;
	width: 135%;
	padding-bottom: 135%;
	background: var(--primary);
	border-radius: 50%;
}

.col-certificate {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.group-delivery-item {
	margin-bottom: 10px;
}

.group-delivery-item .container-border:before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: -6px;
	background: #e6e1f0;
}

.swiper-slide-reviews {
	box-shadow: 14.8px 14.8px 40.5px 0 rgba(31, 41, 18, 0.09);
}

.img-review {
	width: 70px;
	height: 70px;
	object-fit: cover;
}

.w-70px {
	width: 70px;
}

.modal-line {
	top: -40px;
}

.line-sm {
	height: 2px;
}

.social-btn * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-btn svg path {
	opacity: .4;
}

.social-btn:hover .text-social-btn,
.social-btn:hover svg path {
	opacity: 1;
}

.group-delivery-item:last-child .container-border:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	background: #e6e1f0;
}

.group-delivery-item .bg-primary-2 {
	width: 48px;
	height: 48px;
}

.group-delivery-item:hover .bg-primary-2,
.group-delivery-item:hover .bg-second-text-delivery {
	background: var(--dark);
}

.group-delivery-item:hover .bg-second-text-delivery {
	color: white !important;
}

.group-delivery-item:hover svg path {
	fill: white;
}

.to-top-fixed {
	opacity: 0;
	visibility: hidden;
}

.to-top-fixed.fixed {
	visibility: visible;
	opacity: 1;
	position: fixed;
	z-index: 99;
	bottom: 20px;
	right: 20px;
}

.content-wrapper {
	background: white;
	padding: 40px;	
	border-radius: 10px;
}

.fancybox-content {
	border-radius: 10px;
}

.modal-forms-item {
	max-width: 700px;
	width: 100%;
}

.modal-form-services {
	max-width: 980px;
}

.wpcf7-response-output {
	display: none;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

.l-h-hero {
	line-height: 1.3em;
}

.max-w-hero-slide-profts {
	max-width: 1000px;
}

.second-slide-img {
	right: 0;
}

.second-slide-img .img-bg-hero-in {
	right: 0;
}

.wpcf7-form-control-wrap {
	position: static !important;
}

.fancybox-content {
	padding: 0px;
}

.close-modal {
	opacity: .2;
	cursor: pointer;
}
.close-modal:hover {
	opacity: 1;

}
.close-modal:hover svg path {
	fill: var(--primary-hover);
}

/*
 * menu hamburger animation css - begin
 */

.menuicon {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.menuiconRotate.active {
	transform: rotate(45deg);
}

.line {
	fill:none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke:#000;
	stroke-width:5.5;
	stroke-linecap:round;
}

.menuicon-item .top {
	stroke-dasharray: 40 160;
}

.menuicon-item .middle {
	stroke-dasharray: 40 142;
	transform-origin: 50%;
	transition: transform 400ms;
}

.menuicon-item .bottom {
	stroke-dasharray: 40 85;
	transform-origin: 50%;
	transition: transform 400ms, stroke-dashoffset 400ms;
}

.menuicon-item.active .top {
	stroke-dashoffset: -64px;
}

.menuicon-item.active .middle {
 	//stroke-dashoffset: -20px;
	transform: rotate(90deg);
}

.menuicon-item.active .bottom {
	stroke-dashoffset: -64px;
}

.menu-nav-dropdown {
	display: none;
}

/*
 * menu hamburger animation css - end
 */

/*
 * swiper css - begin
 */

.swiper-button-prev, .swiper-button-next {
	color: black;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
	color: var(--primary-hover);
}

.swiper-button-prev {
	left: -50px;
}

.swiper-button-next {
	right: -50px;
}

.swiper-pagination {
	width: 100%;
	position: relative;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 7px;
	background: #d5d5e4;
	opacity: 1;    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
	background: var(--primary);
}

/*
 * swiper css - end
 */

/*
 * table css - begin
 */

.table-main {
	width: 100%;
	border-spacing: 5px; 
	border-collapse: separate;
	border-color: transparent;
	position: relative;
}

.bg-primary-table {
	background: #0aaaba;
}

.bg-primary-table-2 {
	background: #31becc;
}

.table-main .name-td-table {
    padding: 20px 3px;
    white-space: nowrap;
	text-align: center;
}

.table-in-done {
	display: flex;
	align-items: center;
	justify-content: center;
}

.table-main td {
	padding: 0.45rem;
	vertical-align: middle;
	border-top: none;
	border: none;
}

.table-main th {
	min-width: 185px;
	border-radius: 5px;
	padding: 7px 11px;
	border-top: none;
}

.table-main th:not(:first-child):before {
	content: "";
	width: 2px;
    margin-left: -16px;
	position: absolute;
	background: #ccc5da;
	top: 4px;
	bottom: 7px;
} 

.table-main .name-rows-table {
	vertical-align: top;
}

.table-main tr:not([class="bg-none"]) td[class="table-done"],
.table-main tr:not([class="bg-none"]) td:not([class]) {
	background: #f0edf6;
}

.table-main .name-td-table:before {
	content: "";
	width: 2px;
    margin-left: -7.5px;
	position: absolute;
	background: #e6e1f0;
	top: 48px;
	bottom: 7px;
}

.table-main .bg-none .name-rows-table:before {
	/*content: "";*/
	width: 100%;
	height: 2px;
	position: absolute;
	background: #e6e1f0;
	margin-left: 100%;
	right: 0;
}

.table-main {
	overflow: auto;

}

.table-main .name-td-table:nth-child(3):before,
.table-main .name-td-table:nth-child(10):before,
.table-main .name-td-table:nth-child(13):before {
	background: #fff0;
}
/*
 * table css - end
 */

/*
 *
 *
 *
 * Adaptation
 *
 *
 *
 */

@media (min-width: 992px) and (max-width: 1399px) {

	.header .phone-link-header {
		font-size: 14px;
	}

	.table-main {
		cursor: ew-resize;
	}

	.btn {
		padding: 20px 30px;
	}

	.btn-footer {
		padding: 10px 10px;
	}

	.btn-footer svg {
		height: 26px;
	}

	.btn-to-top svg {
		height: 12px;
	}

	.col-certificate {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.desc .fs-16 {
		font-size: 12px;
	}

	h5, .h5 {
		font-size: 16px;
	}

	.second-name-table {
		font-size: 13px;
	}

	.name-rows-table {
		font-size: 13px;
	}

	.desc .fs-16 {
		font-size: 13px;
	}

	.col-applic .fs-16 {
		font-size: 12px;
	}

	.p-l-h {
		line-height: 1.4em;
	}

	.header-link-xl {
		font-size: 10px;
	}

	.header .phone svg {
		width: 13px;
	}

	.btn-header-menu > a.btn {
		padding: 12px 15px;
		font-size: 10px;
	}

	.whatsapp-link svg {
		width: 15px;
	}

	.number-icon .fs-16 {
		font-size: 13px;
	}

	.number-icon {
		min-width: auto;
	}

}

@media (max-width: 1399px) {

	.logo-img {
		width: 130px;
	}

	.item-t-s-1 .fs-16 {
		font-size: 14px;
	}

	.form-footer {
		max-width: 44%;
	}

	.img-services img {
		height: 130px;
	}

	.block-services-gray {
		height: 130px;
	}

	.number-icon svg {
		width: 20px;
	}

	.table-main .text-uppercase:first-child,
	.table-main .name-rows-table {
	 	position: sticky;
	 	left: 0;
	 	z-index: 70;
	}

	.table-main .second-name-table {
		position: sticky;
		z-index: 70;
	}

	.max-w-500 {
		max-width: 420px;
	}

	.fs-150 {
		font-size: 100px;
	}

	svg.figure-about {
		height: 77px;
		width: 164px; 
	}

	.fs-60 {
		font-size: 46px;
	}

	h1, .h1 {
		font-size: 45px;
	}

	.manager-img img {
		width: 247px;
	}

	h2, .h2 {
		font-size: 28px;
	}

	h6, .h6 {
		font-size: 16px;
	}

	h3, .h3 {
		font-size: 24px;
	}

	h4, .h4 {
		font-size: 21px;
	}

	.icon-profits svg {
		width: 32px;
		height: 32px;
	}

	.circle-profits {
		width: 92px;
		height: 92px;
	}

	.table-main tr[class="bg-none"] td.name-rows-table,
	.table-main tr[class="bg-none"] td.second-name-table {
		background: white;
	}

}

@media (min-width: 992px) {

	.name-rows-table-display {
		width: auto !important;
	}
	
	.hero, 
	.number-block,
	.desc,
	section.table,
	footer {
		position: relative;
	}

	footer {
		overflow: hidden;
	}

	.hero:before {
		top: -50%;
		left: -9%;
		height: 160%;
		width: 24%;
	}

	.number-block:before {
		top: -50%;
		right: -10%;
		height: 160%;
		width: 26%;
	}

	.desc:before {
	    -webkit-transform: rotateY(180deg);
	    -moz-transform: rotateY(180deg);
	    -ms-transform: rotateY(180deg);
	    transform: rotateY(180deg);
		top: -75%;
		left: -20%;
		height: 160%;
		width: 47%;
	}
}

@media (max-width: 991px) {

	.header > div {
		background: white;
	}

	h5, .h5 {
		font-size: 16px;
	}

	.img-bg-hero {
	    right: -150px;
	    top: 0;
	    bottom: 0;
	    height: 300px;
	    width: 300px;
	}

	.img-bg-hero-in {
	    top: 0;
		left: 0;
		right: 50%;
		bottom: 0;
	}

	.swiper-container-hero .swiper-slide:before {
    	max-height: 50%;
    	top: -25%;
	}

	.swiper-container-hero .swiper-slide:after {
		width: 400px;
		height: 400px;
	    top: -50px;
	    right: -200px;
	}

	.btn-header-menu > a.btn {
		padding: 13px 17px;
		font-size: 11px;
	}

	.col-certificate {
		-ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}

	.col-applic {
		min-width: 33.3333%;
		max-width: 33.3333%;
	}

	.phone-link-header {
		font-size: 16px;
	}
	
	.logo-img {
		width: 130px;
	}

	.table-main .name-rows-table > div.name-rows-table-display {
	    display: -ms-flexbox !important;
    	display: flex !important;
    	-ms-flex-pack: end !important;
    	justify-content: flex-end !important;
	}

	.name-rows-table-span {
		display: inline-block;
	    -webkit-transform: rotate(-90deg);
	    -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	    transform-origin: top right;
	    position: relative;
	    right: 100%;
	}

	.col-certificate {
		-ms-flex: 0 0 33.3333%;
	    flex: 0 0 33.3333%;
	    max-width: 33.3333%;
	}

	h1, .h1 {
		font-size: 40px;
	}

	h4, .h4 {
		font-size: 20px;
	}

	.btn-footer {
	    padding: 16px 23px;
	}


	.menu-nav-dropdown {
		display: block;
		z-index: 99;
		position: absolute;
		visibility: hidden;
		opacity: 0;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		-webkit-transform: translate(0%, -100%);
		-ms-transform: translate(0%, -100%);
		-o-transform: translate(0%, -100%);
		transform: translate(0%, -100%);
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}

	.overlay.active {
		position: fixed;
		z-index: 98;
		background: #0005;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.menu-nav-dropdown.active {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		-o-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}

	svg.figure-about {
		height: 116px;
		width: 270px; 
	}

	.table-in-done svg {
		width: 16px;
		height: 16px;
	}

	.form-footer, .contacts-footer {
		max-width: none;
	}

	.map-footer {
		min-height: 300px;
		width: 100%;
	}

}

@media (max-width: 767px) {

	.logo-img {
		width: 140px;
	}

	.hero-thanks:before {
		position: relative;
		left: 0;
		background-position: top;
		padding-bottom: 50%;
		min-height: auto;
	}
	.item-t-s-1 img {
		width: 21px;
	}

	section.services,
	section.reviews,
	section.our-works {
		margin-bottom: 50px;
	}

	.map-footer {
		min-height: 250px;	
	}
 
	.video-btn svg {
		width: 24px;
	}

	.col-profits-about br {
		display: none;
	}

	.ml--50 {
		margin-left: 0;
	}

	.video-about {
		min-height: 300px;
	}

	.table-main .text-uppercase:first-child {
		min-width: 130px;
	}

	.second-name-table {
		max-width: 
	}

	.content-wrapper {
		border-width: 15px;
		padding: 20px;
	}

	#modal-services .close-modal {
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.img-modal-review {
		margin-right: 0;
	}

	.img-modal-review img {
		margin-left: 0;
		height: auto;
		margin: 35px 0 20px 0;
	}

	.modal-line {
		top: -20px;
	}

	.fancybox-content {
		margin-top: 20px;
	}

	.modal-forms-item {
		max-width: 800px;
		width: 95%;
	}

	.close-modal svg {
		width: 22px;
	}

	svg.figure-about {
		height: 77px;
		width: 164px; 
	}

	.col-certificate {
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}

	.col-applic {
		min-width: 50%;
		max-width: 50%;
	}

	h6, .h6 {
		font-size: 16px;
	}

	h1, .h1 {
		font-size: 32px;
	}

	h2, .h2 {
		font-size: 28px;
	} 

	.btn {
	    padding: 16px 26px;
	}

	.fs-16 {
		font-size: 14px;
	}

	.about {
		margin-bottom: 60px;
	}

	.banners {
		margin-bottom: 30px;
	}

	.hero {
		margin-bottom: 40px;
	}

	section.table {
		margin-bottom: 40px;
	}

	footer {
		margin-top: 50px;
	}

	.certificates {
		margin-bottom: 40px;
	}

	.desc {
		margin-bottom: 40px;
	}

	.application {
		margin-bottom: 40px;
	}

	.number-icon svg {
		width: 26px;
		height: 26px;
	}

	.profits {
		margin-bottom: 20px;
	}

}

@media (max-width: 575px) {

	.logo-img {
		width: 126px;
	}

	.item-t-s-3 .fs-16 br {
		display: none;
	}

	.item-t-s-3 img {
		width: 18px;
	}

	.item-t-s-3 .fs-16 {
		font-size: 11px;
	}

	.icon-care img {
		width: 30px;
	}

	.col-care .h4 br {
		display: none;
	}

	.table-main .fs-14 {
		font-size: 10px;
	}

	.table-main .fs-11 {
		font-size: 9px;
	}

	.img-manager img {
		max-width: 180px;
	}

	.social-btn {
		min-width: 100px;
	}

	.svg-in-btn-footer {
		width: 18px;
		height: 18px;
	}

	.svg-in-btn-footer.p-9px {
		padding: 5px;
	}

	.fs-150 {
		font-size: 80px;
	}

	.col-certificate {
		min-width: 190px;
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 50%;
	}

	.img-desc { 
	    max-width: 60%;
	}

	h5, .h5 {
		font-size: 14px;
	}

	.item-t-s-1 svg {
		width: 21px;
	}

	.col-applic {
		min-width: 190px;
	    max-width: 50%;
	}

	h6, .h6 {
		font-size: 14px;
	}

	.menu-nav {
		width: 100%;
	}

	.fs-60 {
		font-size: 36px;
	}

	.img-number {
		width: 90%;
	    max-width: 360px;
	}

	.menu-nav a {
		margin-bottom: 6px;
		font-size: 13px;
	}

	.swiper-button-prev, .swiper-button-next {
		display: none;
	}

	.btn {
		padding: 12px 22px;
	}

	h4, .h4 {
		font-size: 16px;
	}

	h1, .h1 {
		font-size: 26px;
	}

	h2, .h2 {
		font-size: 22px;
	} 

	.phone-link-header {
		padding: 11px;
		background: var(--primary);
		border-radius: 0;
	}

	.phone-link-header svg path {
		fill: white;
	}

	.phone-link-header:hover,
	.phone-link-header:active,
	.phone-link-header.active {
		background: var(--primary-hover);
	}

	.phone-link-header svg {
		width: 18px;
		height: 19px;
	}

	.phone-link-header:hover svg path,
	.phone-link-header:active svg path,
	.phone-link-header.active svg path {
		fill: white;
	}

}

@media (max-width: 390px) { 
	.flex-xs-column {
		-ms-flex-direction: column !important;
    	flex-direction: column !important;
	}

	.col-applic, .col-certificate {
		max-width: 100%;
	}

	.group-about:after {
	    -moz-transform: rotateZ(90deg);
		-ms-transform: rotateZ(90deg);
		-webkit-transform: rotateZ(90deg);
		-o-transform: rotateZ(90deg);
		transform: rotateZ(90deg);
	}

	.fs-150 {
		margin-top: 20px !important;
	}

	.group-about-in {
		text-align: center;
		max-width: 137px;
        -ms-flex-direction: column;
   		flex-direction: column;
	    display: flex;
	    align-items: center;
	    padding-left: 0 !important;
	}
	.group-about:after {
		left: 0;
	}
}