*::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
*:-moz-placeholder {
	color: #000;
	opacity: 1;
}
*::-moz-placeholder {
	color: #000;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: 'Gilroy';
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.03em;
	color: #000;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	padding-top: 92px;
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}
.header {
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	transition: all 0.3s;
}
.header.fixed {
	padding: 2px 0;
}
.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo-wrap {
	display: flex;
	align-items: center;
}
.logo {
	display: inline-block;
}
.logo img {
	width: 276px;
	max-width: 100%;
}
.logo-descr {
	max-width: 164px;
	font-weight: 700;
	margin-left: 6px;
	font-family: 'Times New Roman';
	text-transform: uppercase;
}
.menu {
	margin-left: 75px;
	margin-right: 55px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
}
.menu a {
	position: relative;
	z-index: 2;
	color: #000;
}
.phone-main:hover,
.language-dropdown a:hover,
.menu a:hover {
	color: #FF664E;
}
.language-block {
	font-size: 13px;
	line-height: 18px;
	margin-right: 33px;
	display: inline-block;
	position: relative;
}
.language-value {
	padding: 10px 14px;
	background: #F6F6F8;
	border-radius: 20px;
	font-weight: 500;
	color: #000;
	display: inline-flex;
	cursor: pointer;
	position: relative;
	z-index: 3;
	align-items: center;
	transition: all 0.3s;
}
.language-value:hover {
	background-color: #f1f1f1;
}
.language-value i {
	color: #CE403C;
	margin-left: 8px;
}
.language-dropdown {
	padding-top: 20px;
	margin-top: -20px;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	width: 100%;
	background: #F6F6F8;
	border-radius: 0 0 20px 20px;
}
.language-dropdown a {
	padding: 5px 14px;
	color: #000;
	font-weight: 500;
	display: block;
}
.contacts-line {
	display: flex;
	align-items: center;
}
.phone-main {
	font-weight: 600;
	color: #000;
}
.btn-call {
	width: 40px;
	height: 40px;
	font-size: 16px;
	margin-left: 9px;
	color: #CE403C;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex: none;
	border: 1px solid #000000;
}

.item-billbord {
	position: relative;
}
.item-billbord__image {
	height: 550px;
	border-radius: 26px;
}
.item-billbord__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 26px;
}
.item-billbord__content {
	padding: 95px 60px;
	padding-bottom: 30px;
	max-width: 820px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.title-big {
	font-size: 40px;
	line-height: 56px;
	margin-bottom: 25px;
	font-weight: 600;
}
.descr-big {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	position: relative;
}
.descr-big::before {
	position: relative;
	display: inline-block;
	content: " ";
	top: 0;
	left: 0;
	width: 35px;
	height: 4px;
	margin-right: 14px;
	background: #FD864E;
	vertical-align: middle;
	border-radius: 3px;
}
.item-billbord .descr-big {
	margin-bottom: 44px;
}
.btn-main {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	padding: 0 35px;
	height: 50px;
	border-radius: 50px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	border: none;
	font-family: 'Gilroy';
}
.btn-main::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0px;
	background: linear-gradient(180deg, #FD864E 0%, #FF664E 100%);
	border-radius: 50px;
	z-index: -1;
}
.btn-main::after {
	position: absolute;
	display: block;
	content: " ";
	top: 3px;
	left: 0;
	right: 0;
	bottom: -3px;
	background: #CE403C;
	box-shadow: 0px 20px 24px rgba(255, 102, 78, 0.3);
	border-radius: 50px;
	z-index: -2;
	transition: all 0.3s;
}
.btn-main:hover::after {
	bottom: 0;
}
.item-billbord .btn-main {
	font-size: 16px;
	padding: 0 59px;
	height: 73px;
}
.slick-dots {
	bottom: 0;
	left: 0;
	width: 100%;
}
.slick-dots li {
	width: 10px;
	height: 10px;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: #CE403C;
	border-radius: 50%;
	padding: 0;
	border: none;
	transition: all 0.3s;
	opacity: 1;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background-color: #FD864E;
}
.slider-billbord {
	padding-bottom: 35px;
}
.slick-arrow {
	top: 50%;
	font-size: 22px;
	color: #919191 !important;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.slick-arrow::before {
	display: none !important;
}
.slick-arrow:hover {
	color: #FD864E !important;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slider-billbord .slick-arrow {
	bottom: 0;
	top: auto;
	transform: none;
}
.lines-bg {
	height: 721px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	pointer-events: none;
	background-image: url(../img/bg_lines.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.advantages {
	padding-top: 54px;
}
.item-advantage {
	font-size: 18px;
	line-height: 25px;
	padding: 30px;
	padding-right: 45px;
	background: #F7F7F8;
	border-radius: 15px;
	min-height: 100%;
	display: flex;
	align-items: center;
}
.item-advantage p {
	margin: 0;
}
.item-advantage__icon {
	width: 47px;
	height: 47px;
	margin-right: 35px;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.row_advantages > div {
	margin-bottom: 30px;
}
.title-section {
	font-size: 36px;
	line-height: 50px;
	padding-bottom: 34px;
	font-weight: 600;
}
.services {
	padding-top: 33px;
}
.unit-service {
	padding: 60px;
	padding-top: 35px;
	min-height: 100%;
	background: #F7F7F8;
	border-radius: 20px;
	z-index: 1;
	position: relative;
}
.unit-service__title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 25px;
	padding-left: 30px;
	font-weight: 800;
	position: relative;
}
.unit-service__title::before {
	position: absolute;
	display: block;
	content: " ";
	top: 10px;	
	left: 0;
	width: 14px;
	height: 12px;
	background-image: url(../img/rb.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.unit-service__descr {
	padding-bottom: 25px;
	margin-bottom: 27px;
	border-bottom: 1px solid rgba(145, 145, 145, 0.5);
}
.unit-service__descr strong {
	font-weight: 500;
}
.icon-service {
	width: 54px;
	height: 54px;
	margin-right: 23px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}
.unit-service li {
	font-weight: 500;
	margin-bottom: 9px;
	display: flex;
	align-items: center;
}
.unit-service__subtitle {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 25px;
	font-weight: 600;
}
.unit-service__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 20px;
	pointer-events: none;
}
.unit-service__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 20px;
}

.consultation {
	padding: 65px 0;
}
.consultation-block {
	padding: 39px 55px;
	padding-bottom: 20px;
	min-height: 450px;
	background-image: url(../img/bg_consultation.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 20px;
}
.descr-consult {
	margin-bottom: 30px;
	max-width: 528px;
	line-height: 26px;
	font-weight: 500;
}
.descr-consult strong {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	display: block;
}
.phone-consult {
	font-size: 30px;
	line-height: 42px;
	font-weight: 600;
	display: inline-block;
	color: #FF664E;
}
.consultation-block .title-big {
	margin-bottom: 12px;
}
.time-conslut {
	font-size: 13px;
	line-height: 18px;
	padding-top: 5px;
}
.title-middle {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
}
.consultation-block .title-middle {
	padding-bottom: 30px;
	text-align: center;
}
.item-form {
	margin-bottom: 23px;
}
.item-form textarea,
.item-form input {
	height: 55px;
	width: 100%;
	font-size: 13px;
	padding: 0 24px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.03em;
	font-family: 'Gilroy';
	color: #000000;
	border-radius: 8px;
	background-color: #fff;
	border: none;
}
.item-form textarea {
	height: 97px;
	padding-top: 15px;
	resize: none;
}
.block-form {
	padding-top: 20px;
	padding-left: 55px;
}
.block-form .btn-main {
	height: 68px;
	width: 100%;
}
.list-social {
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-social a {
	width: 44px;
	height: 44px;
	margin: 0 6px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.block-form .list-social {
	margin-top: 33px;
}

.item-category {
	margin-bottom: 33px;
	display: block;
	color: #000;
	position: relative;
}
.item-category__image {
	height: 370px;
	border-radius: 15px;
	display: block;
	position: relative;
	overflow: hidden;
}
.item-category__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 15px;
	transition: all 1s;
}
.item-category:hover .item-category__image img {
	transform: scale(1.1);
}
.item-category__image::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	border-radius: 15px;
	top: 0;
	left: 0;
	background: linear-gradient(159.55deg, #F7F7F8 1.97%, rgba(240, 240, 241, 0.769921) 24.84%, rgba(217, 217, 217, 0) 63.4%);
}
.item-category__content {
	padding: 23px 35px;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.item-category__title {
	font-size: 24px;
	line-height: 29px;
	padding-left: 30px;
	font-weight: 800;
	color: #000;
	position: relative;
	display: block;
}
.item-category__title::before {
	position: absolute;
	display: block;
	content: " ";
	top: 10px;	
	left: 0;
	width: 14px;
	height: 12px;
	background-image: url(../img/rb.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.categories {
	padding-top: 41px;
	padding-bottom: 30px;
	background: #F7F7F8;
	border-radius: 150px;
}

.prices {
	padding: 55px 0;
}
.tabs {
	display: flex;
	align-items: center;
}
.tabs a {
	font-size: 18px;
	line-height: 25px;
	padding: 0 27px;
	height: 80px;
	margin-right: 40px;
	color: #000;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #F7F7F8;
	border-radius: 15px;
	z-index: 1;
	position: relative;
}
.tabs a::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 15px;
	opacity: 0;
	transition: all 0.3s;
	background: linear-gradient(180deg, #FD864E 0%, #FF664E 100%), #FD864E;
}
.tabs a:hover::after,
.tabs .active a::after {
	opacity: 1;
}
.tabs a:hover,
.tabs .active a {
	color: #fff;
}
.prices .tabs a {
	min-width: 460px;
}
.image-price img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}
.line-price {
	padding: 18px 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	border-bottom: 1px solid rgba(145, 145, 145, 0.5);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.line-price strong {
	font-size: 20px;
	line-height: 28px;
	margin-left: 30px;
	font-weight: 600;
	white-space: nowrap;
}
.tab-container {
	padding-top: 38px;
}
.tab-pane {
	display: none;
}
.tab-pane:first-child {
	display: block;
}
.prices-wrapper {
	margin-top: -18px;
}
.button-price {
	padding-top: 30px;
	text-align: right;
}
.portfolio {
	padding-top: 43px;
	position: relative;
	z-index: 1;
}
.portfolio::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #F7F7F8;
	border-radius: 150px;
	max-height: 1030px;
	z-index: -1;
}
.slider-inner__image {
	height: 419px;
	position: relative;
	display: block;
	border-radius: 20px;
}
.slider-inner__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 20px;
}
.slider-inner {
	padding-bottom: 30px;
}
.title-extrasmall {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
}
.item-portfolio {
	font-size: 14px;
}
.item-portfolio p {
	letter-spacing: 0.03em;
}
.button-portfolio {
	padding-top: 25px;
	text-align: right;
}
.button-portfolio .btn-main {
	padding: 0 48px;
}
.item-portfolio__right {
	padding-left: 35px;
}
.arrows-main .slick-arrow {
	width: 52px;
	height: 52px;
	font-size: 14px;
	color: #CE403C !important;
	background-color: #fff;
	border-radius: 50%;
}
.arrows-main .slick-arrow:hover {
	background-color: #FD864E;
	color: #fff !important;
}
.arrows-main .slick-prev {
	left: -60px;
}
.arrows-main .slick-next {
	right: -60px;
}
.slider-portfolio > .slick-list > .slick-track > .slick-slide {
	padding: 0 40px;
}
.slider-portfolio {
	margin: 0 -40px;
	margin-bottom: 100px;
}
.slider-portfolio.arrows-main .slick-prev {
	left: -20px;
}
.slider-portfolio.arrows-main .slick-next {
	right: -20px;
}
#map-location {
	height: 600px;
	border-radius: 20px;
	width: 100%;
	overflow: hidden;
	background-color: #ccc;
}
.locations-wrapper {
	position: relative;
}
.locations-block {
	top: 50px;
	left: 40px;
	bottom: 50px;
	width: 400px;
	max-width: 100%;
	padding: 30px;
	position: absolute;
	background: #F7F7F8;
	border-radius: 15px;
	z-index: 5;
}
.locations-block__item {
	padding: 5px 52px;
	padding-right: 29px;
	padding-bottom: 40px;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 25px;
	position: relative;
	background: #FFFFFF;
	border-radius: 15px;
}
.locations-block__value {
	font-size: 64px;
	line-height: 90px;
	margin-bottom: -10px;
	font-weight: 500;
}
.locations-block__item::before {
	position: absolute;
	display: block;
	content: " ";
	top: 44px;	
	left: 18px;
	width: 14px;
	height: 12px;
	background-image: url(../img/rb.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.locations-block__button {
	text-align: center;
}
.portfolio .lines-bg {
	top: auto;
	bottom: -60px;
}

.sertificats {
	padding-top: 73px;
}
.sertificats .title-section {
	max-width: 556px;
}
.item-sertificat {
	height: 369px;
	display: block;
	width: 100%;
	border-radius: 20px;
}
.item-sertificat img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 20px;
}
.slider-sertificats .slick-slide  {
	padding: 0 15px;
}
.slider-sertificats {
	margin: 0 -15px;
}
.slider-sertificats.arrows-main .slick-arrow {
	color: #fff !important;
	background: linear-gradient(180deg, #FD864E 0%, #FF664E 100%), #FFFFFF;
}
.slider-sertificats.arrows-main .slick-prev {
	left: -50px;
}
.slider-sertificats.arrows-main .slick-next {
	right: -50px;
}

.benefits {
	padding-top: 52px;
}
.descr-section {
	margin-bottom: 18px;
	font-weight: 500;
}
.benefits .title-section {
	padding-bottom: 11px;
}
.descr-min {
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.consultation-main {
	padding-top: 10px;
	background-color: #F6F6F8;
	border-radius: 20px;
	background-image: url(../img/bg_conslultation_main.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.quote {
	font-size: 18px;
	line-height: 29px;
	padding-top: 35px;
	padding-right: 15px;
	margin-bottom: 55px;
	position: relative;
}
.quote::after,
.quote::before {
	position: absolute;
	display: block;
	content: "“";
	top: 0;
	left: -25px;
	font-size: 60px;
	line-height: 55px;
	color: #FF664E;
	font-weight: 600;
}
.quote::after {
	bottom: -34px;
	top: auto;
	right: -5px;
	left: auto;
}
.title-simple {
	padding-bottom: 6px;
	font-weight: 500;
}
.title-block {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 18px;
	font-weight: 600;
}
.consultation-main .list-social {
	padding-top: 5px;
	margin-left: -6px;
	justify-content: flex-start;
}
.consultation-main .time-conslut {
	padding-bottom: 17px;
}
.consultation-main .btn-main {
	margin-top: 30px;
	width: 100%;
	padding: 0 10px;
}
.consultation-main__center {
	margin-right: 45px;
}
.consultation-main__right {
	margin-right: 42px;
	margin-left: -40px;
}
.item-benefit {
	font-size: 14px;
	line-height: 22px;
	padding: 25px;
	display: flex;
	align-items: center;
	min-height: 100%;
	background: #F7F7F8;
	border-radius: 15px;
}
.item-benefit__icon {
	width: 45px;
	height: 45px;
	margin-right: 27px;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-benefit__icon img {
	max-width: 100%;
	max-height: 100%;
}
.row_benefits > div {
	margin-top: 30px;
}
.item-benefit .title-block {
	margin-bottom: 6px;
}
.benefits {
	background-image: url(../img/bg_lines.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.about {
	padding: 50px 0;
	line-height: 26px;
}
.about p {
	margin-bottom: 20px;
}
.image-main img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}

.footer {
	padding-top: 28px;
	font-size: 14px;
	line-height: 20px;
	background: #DDDDDD;
}
.footer .list-social {
	padding-top: 35px;
	margin-left: -6px;
	justify-content: flex-start;
}
.footer__nav_big,
.footer__title {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: 600;
}
.footer__nav a {
	color: #000;
}
.footer__nav a:hover {
	color: #FF664E;
}
.footer__nav li {
	margin-bottom: 10px;
}
.footer__services {
	margin-left: -30px;
}
.footer__nav_big {
	margin-bottom: 0;
}
.footer__content strong {
	font-weight: 500;
}
.footer__contacts {
	text-align: right;
}
.footer__content p a {
	color: #000;
}
.footer .phone-main {
	font-size: 16px;
	line-height: 22px;
}
.footer-bottom {
	padding: 10px 0;
	margin-top: 25px;
	color: #909090;
	border-top: 1px solid #909090;
}
.create {
	display: flex;
	align-items: center;
}
.create a {
	margin-left: 15px;
}
.footer-bottom a {
	color: #909090;
}
.footer-bottom a:hover {
	color: #000;
}
.btn_top {
	font-size: 18px;
	float: right;
	position: relative;
	color: #fff !important; 
	width: 40px;
	height: 40px;
	text-align: center;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #FD864E;
	z-index: 300;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_top:hover {
	background-color: #e96f36;
}
.footer__title i {
	display: none;
}
.footer .logo {
	margin-top: -22px;
}
/*Style Sandwich*/
.sandwich span {
	display: block;
}
.sandwich {
	width: 39px;
	height: 39px;
	padding-top: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items:center;
	display: none;
	z-index: 20;
	flex: none;
	cursor: pointer;
}
.sw-topper {
	position: relative;
	top: 4px;
	width: 25px;
	height:  2px;
	display: block;
	margin: 0;
	background-color: #CE403C;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	/* transition-delay: 0.2s, 0s; */
}
.sw-bottom {
	position: relative;
	top: 9px;
	width: 25px;
	height:  2px;
	display: block;
	margin: 0;
	background-color: #CE403C;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	transition-delay: 0.2s, 0s;
}
.sw-footer {
	position: relative;
	top: 14px;
	width: 25px;
	height:  2px;
	display: block;
	margin: 0;
	background-color: #CE403C;
	border: medium none;
	transition: all 0.5s;
	transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
	top: 9px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 5px;
	transform: rotate(-45deg); 
}
.fancybox-skin {
	padding: 0 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
.menu li {
	position: relative;
}
.menu i {
	font-size: 12px;
	margin-left: 10px;
	color: #CE403C;
}
.menu__dropdown {
	padding: 24px 60px;
	width: 460px;
	position: absolute;
	top: 100%;
	margin-top: 35px;
	left: -55px;
	background: #F7F7F8;
	border-radius: 15px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.1s;
}
.menu li:hover .menu__dropdown {
	visibility: visible;
	opacity: 1;
}
.menu__dropdown a span {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
}
.menu__dropdown li {
	margin-bottom: 25px;
	position: relative;
}
.header.fixed .menu__dropdown {
	margin-top: 25px;
}
.menu__dropdown li::before {
	position: absolute;
	display: block;
	content: " ";
	width: 7px;
	height: 7px;
	background: #FF664E;
	border-radius: 50%;
	top: 7px;
	right: 100%;
	margin-right: 14px;
}
.menu__dropdown .menu__dropdown-link a {
	border-bottom: 1px solid #000;
}
.menu__dropdown .menu__dropdown-link li::before {
	display: none;
}
.menu__dropdown .menu__dropdown-link li {
	margin-bottom: 10px;
}
.menu__dropdown .menu__dropdown-link {
	padding-left: 15px;
}
.menu__haschild::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	left: 0;
	bottom: -35px;
	top: 0;
}
.breadcrumbs {
	padding-top: 14px;
	padding-bottom: 9px;
	font-size: 13px;
	line-height: 21px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumbs a {
	color: #000;
	border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
	border-color: #000;
}
.breadcrumbs li::after {
	content: "/";
	margin: 0 10px;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.header_page {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.form-main {
	padding: 25px 52px;
	padding-bottom: 32px;
	background: #EEEDF2;
	border-radius: 15px;
}
.form-main .title-middle {
	padding-bottom: 22px;
	text-align: center;
}
.form-main .btn-main {
	width: 100%;
}
.contacts {
	padding: 32px 0;
	background: #F7F7F8;
	border-radius: 150px 150px 0px 0px;
}
.contacts-info {
	font-size: 18px;
	line-height: 29px;
}
.contacts-info a {
	color: #000;
}
.contacts-info .title-middle {
	padding-top: 34px;
	padding-bottom: 9px;
}
.contacts-info .title-middle:first-of-type {
	padding-top: 20px;
}
.contacts-info .list-social {
	display: inline-flex;
	vertical-align: middle;
}
#map {
	height: 450px;
	margin-top: 32px;
	width: 100%;
	border-radius: 20px;
	background-color: #ccc;
}
.portfolio_page .slider-portfolio {
	margin-bottom: 68px;
}
.portfolio_page ~ .benefits {
	padding-bottom: 68px;
	padding-top: 0;
}
.service-left {
	font-size: 14px;
	padding-right: 40px;
}
.service-left h2 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 15px;
	font-weight: 600;
}
.service-left ol li:before {
	position: absolute;
	top: 0;
	left: 0;
	background: #F6F6F8;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #FF664E;
	counter-increment: list1;
	content: counter(list1); 
}
.service-left ol li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 55px;
	list-style-type: none;
}
.service-left ol {
	padding: 0;
	margin: 0;
	counter-reset: list1;
}
.service-left p a {
	color: #000;
	border-bottom: 1px solid #000;
}
.service-left p a:hover {
	border-color: transparent;
}
.service-left p {
	margin-bottom: 20px;
}
.service-left strong {
	font-weight: 500;
}
.service-left ul {
	margin-bottom: 20px;
}
.service-left ul li {
	padding-left: 15px;
	position: relative;
}
.service-left ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
}
.service-left__textbig {
	font-size: 16px;
	line-height: 26px;
}
.page-service .title-section {
	padding-bottom: 26px;
}
.page-service img {
	margin-bottom: 27px;
	max-width: 100%;
	height: auto;
}
.navigation-page {
	padding-top: 22px;
	padding-left: 35px;
	padding-bottom: 30px;
	font-size: 16px;
	font-weight: 500;	
	background: #F7F7F8;
	border-radius: 15px;
}
.navigation-page__title {
	padding-bottom: 14px;
	font-weight: 500;
	border-bottom: 1px solid rgba(145, 145, 145, 0.5);
	letter-spacing: 0.05em;
	color: #FF664E;
	text-transform: uppercase;
}
.navigation-page li {
	margin-top: 22px;
}
.navigation-page a {
	color: #000;
	border-bottom: 1px solid transparent;
}
.navigation-page a:hover {
	border-color: #000;
}
.navigation-page ul {
	padding-right: 20px;
}
.service-right {
	padding-left: 0;
}
.page-service {
	padding-bottom: 120px;
} 
.item-service {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 42px;
	color: #000;
	display: block;
}
.item-service__image {
	height: 219px;
	margin-bottom: 23px;
	display: block;
}
.item-service:hover .item-service__title {
	color: #FF664E;
}
.item-service__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.item-service__title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 11px;
	letter-spacing: 0.03em;
	color: #000000;
	font-weight: 600;
	transition: all 0.3s;
	display: block;
}
.item-service__text {
	display: block;
}
.item-service__text span {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
}
.image-services img {
	max-width: 100%;
	height: auto;
}
.image-services {
	margin-top: -20px;
}
.service-total {
	font-size: 14px;
	padding: 23px 60px;
	font-weight: 500;
	background: #F7F7F8;
	border-radius: 15px;
}
.service-total li {
	padding-left: 15px;
	margin-bottom: 5px;
	position: relative;
}
.service-total li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
}
.service-total .title-middle {
	margin-bottom: 17px;
}
.page-projection {
	padding-bottom: 54px;
}
.table-price {
	margin-top: 25px;
}
.table-price table {
	width: 100%;
	border-spacing: 0;
}
.table-price table th {
	font-size: 16px;
	line-height: 22px;
	padding: 22px 40px;
	letter-spacing: 0.05em;
	font-weight: 500;
	background: #F7F7F8;
	color: #FF664E;
	text-align: left;
}
.table-price table th:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.table-price table th:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.table-price table td {
	font-size: 18px;
	line-height: 25px;
	padding: 23px 40px;
	letter-spacing: 0.03em;
	color: #000;
	border-bottom: 1px solid rgba(145, 145, 145, 0.5);
	font-weight: 500;
}
.page-service ~ .benefits {
	margin-bottom: 68px;
}
.page-service ~ .consultation {
	padding-bottom: 0;
	padding-top: 0;
}
.page-service_lbs {
	padding-bottom: 45px;	
}
.thanks {
	padding-top: 120px;
	padding-bottom: 180px;
	background-image: url(../img/bg_thanks.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.title-thanks {
	font-size: 50px;
	line-height: 60px;
	font-weight: 500;
	max-width: 541px;
	padding-bottom: 44px;
}
.descr-thanks {
	font-size: 20px;
	line-height: 32px;
	padding-bottom: 90px;
	max-width: 340px;
}
.error-page {
	padding-top: 108px;
	padding-bottom: 108px;
	background-image: url(../img/bg_error.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: initial;
	background-color: #dcdee5;
}
.title-error {
	font-size: 64px;
	line-height: 77px;
	padding-right: 30px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: right;
	color: #AE030B;
}
.descr-error {
	font-size: 32px;
	line-height: 45px;
	max-width: 490px;
}
.error-page__bottom {
	padding-top: 260px;
	text-align: center;
}

/***/
.language-value {
	text-transform: uppercase;
}

.item-category__image .hover-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.categories .item-category:hover .item-category__image .hover-img {
    opacity: 1;
}
.block-form-prices {
	background-color: #efefef;
	padding: 20px 30px;
    text-align: center;
    height: 100%;
}
.block-form-prices .list-social {
	margin-top: 30px;
}

.block-form-prices .title-middle {
    padding-bottom: 30px;
    text-align: center;
}

form .btn-main {
	cursor: pointer;
	background: linear-gradient(180deg, #FD864E 0%, #FF664E 100%);
	box-shadow: 0px 20px 24px rgb(255 102 78 / 30%);
	transition: .2s;
  }
form .btn-main:hover {
	background: linear-gradient(180deg, #FF664E 0%, #FD864E 100%);
	box-shadow: 0px 5px 14px rgb(255 102 78 / 30%);
}
  div.wpcf7-validation-errors {
	border: 0px;
	font-size: 0px;
	opacity: 0;
	position: absolute;
  }
  
  span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px !important;
	font-weight: normal;
	display: block;
	position: relative;
	top: -10px;
	display: none !important;
  }
  
  
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-form.wpcf7-not-valid,
  textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-form.wpcf7-not-valid {
	border: 1px solid red !important;
  }
  
  
  form .wpcf7-response-output {
  display: none !important;
  }
  div.wpcf7-mail-sent-ok {
	font-size: 0px;
	border: 0px !important;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 17px;
  }
  
  img.alignright { float: right; margin: 0 0 1em 1em; }
  img.alignleft { float: left; margin: 0 1em 1em 0; }
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft { float: left; }
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }
  
  .error-404 {
	height: 400px;
	padding-top: 150px;
  }
  
  .error-404 h1 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
  }
  
  .error-404 a {
	color: #666;
	text-decoration: underline;
  }
  .modal-wr {
	  display: none;
  }

  .checkbox {
	font-size: 13px;
	line-height: 18px;
	margin-top: 20px;
	text-align: left;
	color: #333;
}
.checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.checkbox label span {
	position: relative;
	padding:4px 0 0 23px;
	display: block;
	cursor: pointer;
}
.checkbox label span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #999999;
	border-radius: 50%;
	transition: .2s;
}
.checkbox label span:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 0px;
	width: 17px;
	height: 17px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	background-image: none;
	color: #333;
	font-size: 9px;
	opacity: 0;
	transition: .2s;
}
.checkbox label input:checked + span:after {
	opacity: 1;
}
.checkbox-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.checkbox-wrap .checkbox {
	white-space: nowrap;
}

.modal-wr .block-form {
    padding: 15px 25px 40px;
    max-width: 390px;
    background: #F7F7F8;
    background-size: 100% 100%;
}

.modal-wr .title-middle {
    padding-bottom: 30px;
    text-align: center;
}
.wpcf7-spinner {
	display: none !important;
}