@font-face {
	font-family: Montserrat;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Montserrat-Regular/Montserrat-Regular.eot);
	src: url(../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Regular/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular/Montserrat-Regular.ttf) format("truetype")
}

@font-face {
	font-family: Montserrat;
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/Montserrat-Bold/Montserrat-Bold.eot);
	src: url(../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Bold/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold/Montserrat-Bold.ttf) format("truetype")
}

@font-face {
	font-family: Montserrat;
	font-weight: 500;
	font-style: normal;
	src: url(../fonts/Montserrat-Medium/Montserrat-Medium.eot);
	src: url(../fonts/Montserrat-Medium/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Medium/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium/Montserrat-Medium.ttf) format("truetype")
}

::-moz-selection {
	background-color: #ec6d00;
	color: #fff
}

::selection {
	background-color: #ec6d00;
	color: #fff
}

body,
html {
	height: 100%
}

* {
	outline: none !important;
}

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

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: normal;
	font-family: Montserrat, sans-serif;
	color: #000
}

body input,
body textarea {
	outline: 0
}

.img {
	display: block;
	max-width: 100%;
	height: auto
}

.container {
	width: 1120px;
	max-width: 100%;
	margin: 0 auto
}

.footer {
	background: #fff;
	-webkit-box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
	box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
	padding: 38px 0
}

.header {
	padding: 13px 0;
	background: #fff;
	-webkit-box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
	box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10
}

.header-hamburger {
	width: 35px;
	cursor: pointer;
	display: none
}

.header-hamburger span {
	display: block;
	width: 100%;
	height: 3px;
	margin-top: 4px;
	background-color: #000;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.header-hamburger span:first-child {
	margin-top: 0
}

.header-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header-logo {
	position: relative;
	margin-right: auto;
	width: 175px
}

.header-logo__link {
	text-decoration: none;
	outline: 0;
	display: inline-block
}

.header-logo__text {
	font-weight: 400;
	font-size: 9px;
	line-height: 11px;
	display: inline-block;
	margin-top: 0
}

.header-nav {
	padding: 0;
	margin: 0 auto
}

.header-nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header-nav ul li {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px
}

.header-nav ul li a {
	text-decoration: none;
	outline: 0;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	white-space: nowrap;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	position: relative
}

.header-nav ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -1px;
	height: 1px;
	background-color: #ec6d00;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.header-nav ul li a:hover {
	text-decoration: none;
	color: #ec6d00
}

.header-nav ul li a:hover::before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.header-soc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header-soc__item {
	text-decoration: none;
	outline-style: none;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	margin-left: 8px
}

.header-soc__item:hover {
	-webkit-filter: brightness(0);
	filter: brightness(0)
}

.header-soc__item:first-child {
	margin-left: 0
}

.header-contact {
	margin-left: 33px;
	width: 196px
}

.header-phone {
	text-decoration: none;
	outline-style: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header-phone:last-child {
	margin-top: 4px
}

.header-phone img {
	margin-right: 8px;
	-webkit-filter: brightness(0);
	filter: brightness(0);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.header-phone span {
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	color: #000;
	white-space: nowrap
}

.header-phone:hover {
	text-decoration: none
}

.header-phone:hover img {
	-webkit-filter: brightness(1);
	filter: brightness(1)
}

.header-phone:hover span {
	color: #ec6d00
}

.page {
	overflow: hidden;
	position: relative;
	padding-top: 111px
}

.page::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-image: url(../img/bg-page.png);
	z-index: -2
}

.btn {
	cursor: pointer;
	border: none;
	outline: 0;
	text-decoration: none;
	background-color: #ec6d00;
	height: 48px;
	-webkit-box-shadow: 0 4px 24px rgba(236, 109, 0, .24);
	box-shadow: 0 4px 24px rgba(236, 109, 0, .24);
	-webkit-border-radius: 24px;
	border-radius: 24px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 24px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px
}

.btn img {
	width: 16px;
	margin-right: 10px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.btn span {
	display: inline-block
}

.btn:hover {
	background-color: #ff8720;
	color: #fff;
	text-decoration: none
}

.btn:hover img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.btn.border {
	background-color: transparent;
	border: 1px solid #ec6d00;
	color: #ec6d00
}

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

.main {
	padding: 61px 0 0;
	position: relative
}

.main::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% + 100px);
	z-index: -4;
	background-image: url(../img/bg-main.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center
}

.main::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% + 100px);
	z-index: -3;
	background: -webkit-radial-gradient(77.29% 50%, 50% 50%, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: -o-radial-gradient(77.29% 50%, 50% 50%, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: radial-gradient(50% 50% at 77.29% 50%, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.main-title {
	font-weight: 700;
	width: 400px;
	max-width: 100%;
	font-size: 30px;
	line-height: 130%;
	margin-top: 0;
}

.main-title b {
	font-weight: 700;
	color: #ec6d00
}

.main-subtitle {
	margin: 2px 0 30px;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%
}

.main-item {
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	position: relative;
	padding-left: 24px
}

.main-item::before {
	content: "";
	width: 2px;
	height: 2px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #000;
	left: 11px;
	position: absolute;
	top: calc(50% - 1px)
}

.main-btn {
	padding: 0;
	display: flex;
	width: 100%;
}

.main-bottom {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	color: #000000;
}

.main-form {
	background: rgba(255, 255, 255, 0.4);
	border: 2px solid #FFFFFF;
	border-radius: 32px;
	width: 384px;
	max-width: 100%;
	padding: 45px 50px;
	margin: 38px 0 79px;
}

.main-form input {
	display: block;
	width: 100%;
	height: 54px;
	background: #FFFFFF;
	border: 1px solid #B4B4B4;
	border-radius: 24px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	margin-bottom: 30px;
	transition: all 0.4s;
}

.main-form input::placeholder {
	color: #B4B4B4;
}
.main-form input:focus {
	border-color: #EC6D00;
}


.main-img {
	position: absolute;
	top: 61px;
	right: calc(50% - 660px)
}

.title {
	font-weight: 700;
	font-size: 32px;
	line-height: 39px
}

.padding {
	padding: 40px 0
}

.padding.pb {
	padding-top: 0
}

.padding.pt {
	padding-bottom: 0
}

.main-box {
	width: 365px;
	max-width: 100%;
}

.main-box__item {
	margin-top: 30px;
	padding-left: 40px;
	position: relative;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #000000;
}
.main-box__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #EC6D00;
	transform: translateY(-50%);
}

.main-list {
	display: flex;
}
.main-left {
	width: 400px;
	min-width: 400px;
	margin-right: 10px;
}

.main-right {
	flex-grow: 1;
	margin-right: -20px;
}
.main-flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px 17px;
}

.main-block  {
	padding: 0 12px;
	margin-top: 15px;
	width: calc(100% / 3);
}

.main-box__item:first-child {
	margin-top: 0;
}

.main-item {
	height: 215px;
	position: relative;
	padding-right: 24px;
	z-index: 2;
	transition: all 0.4s;
	padding-left: 0;
}
.main-item:hover {
	opacity: 0.7;
}
.main-item__link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.main-item__img {
	background: #FFFFFF;
	box-shadow: 0px 5.63973px 4.51179px rgba(0, 0, 0, 0.035), 0px 2.99522px 2.39618px rgba(0, 0, 0, 0.0282725), 0px 1.24638px 0.997103px rgba(0, 0, 0, 0.0196802);
	border-radius: 7.20643px;
	width: 174px;
	height: 159px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -2;
	position: relative;
	margin-left: auto;
}
.main-bold {
	font-weight: bold;
	font-size: 16px;
	line-height: 130%;
	color: #000000;
	padding-left: 15px;
}
.main-item__text.advantages-text span {
	flex-grow: 1;
}
.main-item__text.advantages-text p {
	padding: 0 15px 0 15px;
	justify-content: flex-end;
	font-size: 11px;
}
.main-item__text.advantages-text p::after {
	margin-left: 0;
}
.main-item__text.advantages-text::before {
	width: 84px;
	height: 84px;
}
.main-item__text.advantages-text {
	width: auto;
	left: auto;
	right: 20px;
	height: 48px;
	bottom: 17px;
	min-width: 190px;
}

.center {
	text-align: center
}

.bg-wrapper {
	position: relative;
	padding-bottom: 32px
}

.bg-wrapper::before {
	content: "";
	background: #eaebf2;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	left: -32px;
	top: 0;
	right: -32px;
	bottom: 0;
	position: absolute;
	z-index: -1
}

.catalog {
	padding-top: 96px
}

.catalog .title {
	margin-bottom: 32px
}

.catalog .container {
	position: relative;
	z-index: 2
}

.catalog-tabs {
	margin: 48px 0 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(../img/filter.svg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 48px
}

.catalog-tabs__item {
	margin-right: 24px;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 9px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	cursor: pointer
}

.catalog-tabs__item:last-child {
	margin-right: 0
}

.catalog-tabs__item:hover {
	border-color: #000
}

.catalog-tabs__item.active {
	color: #ec6d00;
	border-color: #ec6d00
}

.catalog-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -16px
}

.catalog-wrapper {
	margin-bottom: 32px
}

.catalog-wrapper.not-margin {
	margin-bottom: 0
}

.catalog-block {
	padding: 0 16px;
	margin-top: 32px;
	width: 25%
}

.catalog-item {
	min-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 32px 24px 40px;
	background: #fff;
	-webkit-box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
	box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
	-webkit-border-radius: 16px;
	border-radius: 16px;
	position: relative;
	text-align: center
}

.catalog-item__img {
	height: 175px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.catalog-item__img img {
	width: auto;
	max-height: 175px
}

.catalog-item__desc {
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	margin: 16px 0 14px;
	min-height: 73px
}

.catalog-item__price {
	margin-top: auto;
	font-weight: 700;
	font-size: 18px;
	line-height: 130%
}

.catalog-item__old {
	margin: 8px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: #686868
}

.catalog-item__instock {
	margin-top: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.catalog-item__instock img {
	margin-right: 8px
}

.catalog-item__instock span {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	display: inline-block
}

.catalog-item__stock {
	position: absolute;
	top: 16px;
	right: 16px
}

.catalog-item__stock p {
	position: absolute;
	top: 55px;
	right: -15px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight: 400;
	font-size: 8px;
	line-height: 10px;
	letter-spacing: .4em;
	text-transform: uppercase;
	color: #b4b4b4
}

.about {
	position: relative
}

.about-bg {
	position: absolute;
	top: -454px;
	right: calc(50% + 449px);
	z-index: -4
}

.about-bg__gradient {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: -o-radial-gradient(50% 50%, 50% 50%, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.about-title {
	margin-bottom: 32px
}

.about-list {
	margin: 0 -16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.about-block {
	padding: 0 16px;
	margin-top: 32px;
	width: 33.3333%
}

.about-item {
	padding: 32px;
	background: #fff;
	-webkit-box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
	box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
	-webkit-border-radius: 16px;
	border-radius: 16px;
	min-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.about-item__img {
	width: 48px;
	margin-right: 24px
}

.about-item__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px
}

.subtitle {
	margin-top: 8px;
	font-size: 16px;
	line-height: 20px
}

.services-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -16px
}

.services-block {
	width: calc(100% / 3);
	padding: 0 16px;
	margin-top: 32px
}

.services-item__img {
	padding-top: 62%;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	margin-bottom: 16px
}

.services-item__text {
	font-size: 16px;
	width: 254px;
	max-width: 100%;
	margin: 0 auto;
	line-height: normal;
	text-align: center
}

.reviews-title {
	margin-bottom: 8px
}

.reviews-list {
	margin: 0 -16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.reviews-block {
	padding: 0 16px;
	width: 33.3333%;
	margin-top: 32px;
	display: none
}

.reviews-item {
	padding: 32px;
	background: rgba(255, 255, 255, .4);
	border: 2px solid #fff;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	min-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}

.reviews-item__text {
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px
}

.reviews-item__name {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	margin-top: auto
}

.reviews-btn {
	margin-top: 40px
}

.menu {
	position: fixed;
	left: -100%;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: #fff;
	text-align: center;
	z-index: 11;
	display: none
}

.menu.active {
	left: 0
}

.menu-container {
	padding: 50px 10px 20px
}

.menu .header-logo__text {
	width: 100%;
	text-align: center
}

.menu-nav {
	padding: 0;
	margin: 24px 0
}

.menu-nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.menu-nav ul li {
	margin-top: 8px;
	display: block
}

.menu-nav ul li a {
	text-decoration: none;
	outline: 0;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	position: relative
}

.menu-nav ul li a:hover {
	text-decoration: none;
	color: #ec6d00
}

.menu .header-soc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.menu .header-soc__item {
	margin: 0 4px
}

.menu .header-phone {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 24px auto 0
}

.menu-close {
	position: absolute;
	right: 18px;
	top: 18px;
	cursor: pointer
}

.consultation {
	padding-top: 80px
}

.consultation-container {
	margin: 0 -32px;
	width: auto;
	padding: 80px 128px;
	position: relative;
	background: rgba(255, 255, 255, .4);
	border: 2px solid #fff;
	-webkit-border-radius: 32px;
	border-radius: 32px
}

.consultation-wrapper {
	width: 544px;
	max-width: 100%;
	margin-left: auto;
	position: relative;
	z-index: 1
}

.consultation-title {
	width: 380px;
	max-width: 100%
}

.consultation-subtitle {
	margin-bottom: 24px;
	margin-right: -30px
}

.consultation-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.consultation-input,
.consultation-textarea {
	width: calc(50% - 16px);
	position: relative;
	background: #ebedf5;
	-webkit-border-radius: 24px;
	border-radius: 24px
}

.consultation-input__icon,
.consultation-textarea__icon {
	top: 16px;
	position: absolute;
	left: 24px;
	z-index: 0
}

.consultation-input input,
.consultation-input textarea,
.consultation-textarea input,
.consultation-textarea textarea {
	display: block;
	width: 100%;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	padding: 16px 24px 16px 50px;
	border: none;
	background-color: transparent;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	z-index: 1
}

.consultation-input input::-webkit-input-placeholder,
.consultation-input textarea::-webkit-input-placeholder,
.consultation-textarea input::-webkit-input-placeholder,
.consultation-textarea textarea::-webkit-input-placeholder {
	color: #000
}

.consultation-input input::-moz-placeholder,
.consultation-input textarea::-moz-placeholder,
.consultation-textarea input::-moz-placeholder,
.consultation-textarea textarea::-moz-placeholder {
	color: #000
}

.consultation-input input::-ms-input-placeholder,
.consultation-input textarea::-ms-input-placeholder,
.consultation-textarea input::-ms-input-placeholder,
.consultation-textarea textarea::-ms-input-placeholder {
	color: #000
}

.consultation-input input::placeholder,
.consultation-input textarea::placeholder,
.consultation-textarea input::placeholder,
.consultation-textarea textarea::placeholder {
	color: #000
}

.consultation-textarea {
	width: 100%;
	margin: 32px 0
}

.consultation-textarea textarea {
	height: 96px;
	resize: none
}

.consultation-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.consultation-policy {
	width: calc(50% - 16px);
	font-weight: 400;
	font-size: 12px;
	line-height: 15px
}

.consultation-policy a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	outline: 0
}

.consultation-policy a:hover {
	color: #ec6d00;
	text-decoration: none
}

.consultation-btn {
	width: calc(50% - 16px)
}

.consultation-img {
	position: absolute;
	bottom: 2px;
	left: 96px
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow-y: auto;
	z-index: 22;
	display: none
}

.modal-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100%;
	position: relative;
	padding: 40px 0
}

.modal-overlay {
	background-color: rgba(0, 0, 0, .8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.modal-form {
	width: 600px;
	max-width: 100%;
	position: relative;
	z-index: 2;
	padding: 40px;
	position: relative;
	background: rgba(255, 255, 255, .8);
	border: 2px solid #fff;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	position: relative
}

.modal-close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.modal-close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.modal-subtitle {
	margin-bottom: 24px
}

.consultation,
.services {
	position: relative
}

.directionsModal .modal-close {
	right: 35px;
	top: 31px
}

.directionsModal .modal-form {
	width: 812px;
	background: #fff;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	padding: 50px
}

.directionsModal-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.directionsModal-tab {
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 8px;
	color: #000;
	margin-right: 32px;
	border-bottom: 1px solid transparent
}

.directionsModal-tab:last-child {
	margin-right: 0
}

.directionsModal-tab:hover {
	color: #ec6d00
}

.directionsModal-tab.active {
	color: #ec6d00;
	border-color: #ec6d00
}

.directionsModal-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 26px 0 30px
}

.directionsModal-left {
	width: 431px;
	max-width: 100%
}

.directionsModal-img {
	width: auto;
	height: 279px;
	display: block;
	height: auto
}

.directionsModal-content {
	display: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	color: #000
}

.directionsModal-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.directionsModal-input {
	background: #fff;
	border: 1px solid #b4b4b4;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 224px;
	height: 54px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #000
}

.directionsModal-input::-webkit-input-placeholder {
	color: #b4b4b4
}

.directionsModal-input::-moz-placeholder {
	color: #b4b4b4
}

.directionsModal-input::-ms-input-placeholder {
	color: #b4b4b4
}

.directionsModal-input::placeholder {
	color: #b4b4b4
}

.directionsModal-input:focus {
	border-color: #ec6d00
}

.directionsModal-btn {
	-webkit-box-shadow: 0 4px 24px rgba(236, 109, 0, .24);
	box-shadow: 0 4px 24px rgba(236, 109, 0, .24);
	-webkit-border-radius: 24px;
	border-radius: 24px;
	width: 224px;
	height: 54px;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px
}

.company {
	position: relative
}

.company-bg {
	top: -245px;
	position: absolute;
	left: calc(50% - 275px);
	z-index: -4
}

.company-bg__gradient {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: -o-radial-gradient(50% 50%, 50% 50%, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.company-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.company-block {
	width: calc(50% - 16px)
}

.company-block:first-child {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.company-text {
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	width: 506px;
	max-width: 100%;
	margin-left: auto
}

.company-iframe {
	-webkit-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	padding-top: 56.5%;
	position: relative
}

.company-iframe iframe {
	position: absolute;
	left: 0;
	top: 0
}

.company-steps {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 80px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.company-steps__item {
	width: 172.8px;
	margin-right: 64px;
	position: relative
}

.company-steps__item::before {
	content: "";
	position: absolute;
	right: -32px;
	width: 1px;
	height: 100%;
	background-color: #fff
}

.company-steps__item:last-child {
	margin-right: 0
}

.company-steps__item:last-child::before {
	display: none
}

.company-steps__number {
	font-weight: 700;
	font-size: 32px;
	line-height: 130%;
	color: #ec6d00
}

.company-steps__text {
	margin-top: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%
}

.projects {
	padding-bottom: 88px!important
}

.projects-title {
	margin-bottom: 32px
}

.projects-wrapper {
	padding-top: 32px
}

.projects-wrapper::before {
	background-color: #fff
}

.projects-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.projects-img {
	height: 320px;
	width: 100%;
	background: #eaebf2;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	padding: 33px 36px
}

.projects-img__wrapper {
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.projects-img img {
	width: auto;
	max-height: 100%
}

.projects-block {
	width: calc(50% - 16px)
}

.projects-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 130%
}

.projects .slick-arrow {
	display: none!important
}

.projects-slider {
	margin: 0!important
}

.projects-slide {
	outline: 0
}

.page-slider .slick-dots {
	bottom: -80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2
}

.typeModal-title {
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	margin-bottom: 20px;
}

.typeModal-text {
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
}

.page-slider .slick-dots li {
	position: relative;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #000;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	margin: 0 16px
}

.page-slider .slick-dots li button {
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.page-slider .slick-dots li.slick-active {
	background-color: #ec6d00
}

.team-list {
	margin: 0 -16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.team-block {
	width: 33.3333%;
	padding: 0 16px;
	margin-top: 32px
}

.team-item {
	text-align: center
}

.team-item__photo {
	padding-top: 93%;
	margin: 0;
	position: relative
}

.team-item__photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
  object-position: top center;
	object-fit: cover;
	position: absolute;
	left: 0;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	top: 0
}

.team-item__name {
	font-weight: 700;
	font-size: 16px;
	margin: 24px 0 22px
}

.team-item__proff {
	font-weight: 400;
	font-size: 16px
}

.contact {
	padding-bottom: 80px
}

.contact-subtitle {
	margin-bottom: 40px
}

.contact-wrapper {
	margin: 0 -32px;
	padding: 32px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 32px;
	border-radius: 32px
}

.contact-address {
	padding: 32px;
	width: 352px;
	max-width: 100%;
	background: #fff;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	position: relative;
	z-index: 3
}

.contact-list {
	height: 472px
}

.contact-item {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #eaebf2;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	width: 240px;
	cursor: pointer;
	max-width: 100%
}

.contact-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none
}

.contact-map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.contact .simplebar-track.simplebar-vertical {
	width: 8px;
	height: 100%;
	background: #eaebf2;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	right: 4px;
	opacity: 1!important;
	overflow: visible
}

.contact .simplebar-scrollbar {
	right: -4px;
	width: 16px;
	background-color: #ec6d00;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	left: auto
}

.contact .simplebar-scrollbar::after,
.contact .simplebar-scrollbar::before {
	display: none
}

.directions-title {
	margin-bottom: 47px
}

.directions-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -16px
}

.directions-block {
	width: calc(100% / 3);
	padding: 0 16px;
	margin-top: 32px
}

.directions-item {
	padding: 30px 20px 20px;
	background: #fff;
	-webkit-box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
	box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
	-webkit-border-radius: 16px;
	border-radius: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%
}

.directions-item__img {
	min-height: 211px
}

.directions-item__img img {
	margin: 0 auto;
	width: 194px
}

.directions-item__list {
	margin: 5px 0 27px;
	padding-left: 36px
}

.directions-item__text {
	padding-left: 30px;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 155%;
	color: #000;
	width: 268px;
	max-width: 100%;
	margin-bottom: 3px
}

.directions-item__text::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 9px;
	height: 9px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #ec6d00
}

.directions-item__name {
	font-weight: 700;
	font-size: 25px;
	line-height: 130%;
	text-align: center;
	color: #000;
	min-height: 65px
}

.directions-item__btn {
	padding: 0 40px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.directions-item__bottom {
	margin-top: auto;
	text-align: center
}

.directions-item__price {
	margin-top: 15px;
	font-weight: 700;
	font-size: 14px;
	line-height: 130%;
	color: #000
}

.directions-all {
	min-height: 100%;
	background: -webkit-linear-gradient(288.32deg, #fff 2.17%, #fdb476 99.01%);
	background: -o-linear-gradient(288.32deg, #fff 2.17%, #fdb476 99.01%);
	background: linear-gradient(161.68deg, #fff 2.17%, #fdb476 99.01%);
	-webkit-box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
	box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
	-webkit-border-radius: 16px;
	border-radius: 16px;
	padding: 39px 29px 34px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.directions-all__btn.btn {
	width: 166px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 2
}

.directions-all__title {
	font-weight: 700;
	font-size: 25px;
	line-height: 130%;
	text-align: center;
	color: #000;
	position: relative;
	z-index: 2
}

.directions-all__margin {
	margin: 15px 0 auto;
	position: relative;
	z-index: 2
}

.directions-all__logo {
	margin: 0 auto
}

.directions-all__img {
	position: absolute;
	right: 9px;
	bottom: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.benefits-title {
	margin-bottom: 32px
}

.benefits-slider {
	margin: 0 0 45px!important;
	background: #fff;
	-webkit-border-radius: 32px;
	border-radius: 32px
}

.benefits-slide {
	outline: 0
}

.benefits-item {
	padding: 51px 130px 83px 34px;
	position: relative
}

.benefits-item__img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.benefits-item__name {
	font-weight: 700;
	font-size: 25px;
	line-height: 130%;
	color: #ec6d00;
	position: absolute;
	left: 34px;
	top: 34px
}

.benefits-item__textCircle {
	width: 16px;
	height: 16px;
	background: #ec6d00;
	min-height: 16px;
	margin-right: 10px;
	position: relative;
	z-index: 2;
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.benefits-item__textRight {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-align: center;
	position: relative;
	z-index: 2
}

.benefits-item__wrapper {
	padding-left: 87px
}

.benefits-item__text {
	position: relative;
	padding: 16px 24px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.benefits-item__text::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 100px 80px rgba(0, 0, 0, .07), 0 41.7776px 33.4221px rgba(0, 0, 0, .0503198), 0 22.3363px 17.869px rgba(0, 0, 0, .0417275), 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
	box-shadow: 0 100px 80px rgba(0, 0, 0, .07), 0 41.7776px 33.4221px rgba(0, 0, 0, .0503198), 0 22.3363px 17.869px rgba(0, 0, 0, .0417275), 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
	-webkit-border-radius: 62px;
	border-radius: 62px;
	background: #fff;
	z-index: 1
}

.benefits-item__text::before {
	content: "";
	position: absolute;
	top: -16px;
	height: calc(100% + 32px);
	left: -21px;
	width: 98px;
	background: rgba(252, 252, 252, .4);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	z-index: 0
}

.benefits-item__block {
	width: 100%;
	text-align: right
}

.benefits-item__block:nth-child(1) {
	padding-right: 65px
}

.benefits-item__block:nth-child(even) {
	text-align: left
}

.benefits-item__block:nth-child(even) .benefits-item__text {
	margin-top: 43px
}

.benefits-item__block:nth-child(even) .benefits-item__textCircle {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 0 0 10px
}

.benefits-item__block:nth-child(even) .benefits-item__text::before {
	left: auto;
	right: -29px
}

.benefits .slick-dots {
	bottom: -45px
}

.about-bg {
	top: -955px
}



.advantages {
	padding-bottom: 88px;
}


.advantages-title {
	margin-bottom: 32px;
}
.advantages-slider.page-slider .slick-dots {
	bottom: -40px;
}
.advantages-slider {
	margin: 0 -15px !important;
	width: calc(100% + 30px);
}
.advantages-slide {
	padding: 0 15px;
}

.advantages-item {
	background: #FFFFFF;
	border-radius: 32px;
	padding: 20px 0 0;
	position: relative;
	height: 384px;
	z-index: 2;
}

.advantages-img {
	margin: 0 auto;
}

.advantages-type {
	top: 40px;
	left: 0;
	display: inline-flex;
	align-items: center;
	padding: 0 12px;
	background: rgba(236, 109, 0, 0.69);
	backdrop-filter: blur(4px);
	border-radius: 0px 5px 5px 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	color: #FFFFFF;
	height: 45px;
	position: absolute;
}

.main-item {
	transform: scale(1.15);
}
.main-block {
	padding-top: 20px;
	padding-bottom: 20px;
}

.advantages-text {
	position: absolute;
	left: 18px;
	bottom: 42px;
	width: calc(100% - 18px - 35px);
	height: 66px;
	max-width: 100%;
}

.advantages-text p {
	width: 100%;
	height: 100%;
	padding: 0 20px 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	position: relative;
	text-align: center;
	color: #000000;
	justify-content: center;
	background: #FFFFFF;
	box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.03), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
	border-radius: 62px;
}
.advantages-text p span {
	display: block;
}
.advantages-text::before {
	content: "";
	background: rgba(252, 252, 252, 0.4);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
	width: 104px;
	height: 104px;
	border-radius: 100%;
	display: block;
	z-index: -1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
}
.advantages-text p::after {
	content: "";
	width: 16px;
	min-width: 16px;
	height: 16px;
	display: block;
	border-radius: 100%;
	margin-left: 10px;
	background: #EC6D00;
}



.hide {
	display: none;
}



.popupCatalog .catalog-wrapper {
	margin: 0;
	padding-top: 33px;
	padding-bottom: 66px;
}
.popupCatalog {
	background: transparent !important;
	padding: 0;
	width: 1100px;
	max-width: 100%;
	margin: 0 auto ;
}

.fancybox__slide {
	padding: 10px !important;
}

.carousel__button.is-close {
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/close-3.svg');
	right: -2px !important;
	top: 30px !important;
}

.carousel__button.is-close svg, .carousel__button.is-close::before, .carousel__button.is-close::after {
	display: none;
}


.cardPopup .modal-form {
	width: 100%;
}
.cardPopup .carousel__button.is-close {
	right: 30px !important;
}
.cardPopup .directionsModal-flex {
	padding: 0 30px;
}
.cardPopup {
	background: #fff !important;
	border-radius: 32px;
	width: 812px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 !important;
}


.cardPopup-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	color: #000000;
}
.cardPopup-text {
	margin-top: 18px;
	font-weight: normal;
	font-size: 14px;
	line-height: 130%;
	color: #000000;
}


.carousel__button.is-next {
	width: 50px !important;
	height: 50px !important;
	opacity: 1;
	right: auto;
	left: calc(50% + 350px);	
	background: linear-gradient(180deg, rgba(251, 251, 251, 0.6) 0%, rgba(213, 213, 213, 0.6) 100%);
	border: 1px solid rgba(236, 109, 0, 0.19);
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
	border-radius: 100px;
	background-image: url('../img/play.svg');
	background-repeat: no-repeat;
	background-position: 21px 18px;
	transition: all 0.4s;
}
.carousel__button.is-next:hover {
	border-color: #EC6D00;
}

.carousel__button.is-next svg, .carousel__button.is-next::before, .carousel__button.is-next::after {
	display: none;
}

.carousel__button.is-prev {
	width: 50px !important;
	height: 50px !important;
	opacity: 1;
	left: auto !important;
	right: calc(50% + 350px) !important;
	background: linear-gradient(180deg, rgba(251, 251, 251, 0.6) 0%, rgba(213, 213, 213, 0.6) 100%);
	border: 1px solid rgba(236, 109, 0, 0.19);
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
	border-radius: 100px;
	background-image: url('../img/play-left.svg');
	background-repeat: no-repeat;
	background-position: 18px;
	transition: all 0.4s;
}
.carousel__button.is-prev:hover {
	border-color: #EC6D00;
}

.carousel__button.is-prev svg, .carousel__button.is-prev::before, .carousel__button.is-prev::after {
	display: none;
}


@media only screen and (min-width:2000px) {
	.about-bg {
		right: auto;
		left: 0
	}
}

@media only screen and (min-width:1201px) {
	.reviews-block:nth-child(1),
	.reviews-block:nth-child(2),
	.reviews-block:nth-child(3) {
		display: block
	}
}

@media only screen and (max-width:1200px) {
	.container {
		width: 940px
	}
	.header {
		padding: 10px 0
	}
	.header-nav {
		display: none
	}
	.header-phone {
		margin-left: 24px
	}
	.header-phone span {
		font-size: 18px
	}
	.header-hamburger {
		display: block;
		margin-left: 40px
	}
	.header-logo__text {
		top: 95%
	}
	.page {
		padding-top: 105px
	}
	.main-img {
		width: 700px;
		right: calc(50% - 530px)
	}
	.main {
		padding: 60px 0
	}
	.catalog {
		padding-top: 40px
	}
	.padding {
		padding: 40px 0
	}
	.catalog-block {
		width: 33.3333%
	}
	.footer {
		padding: 30px 0;
		text-align: center
	}
	.footer .header-list {
		display: block
	}
	.footer .header-phone {
		margin-top: 24px
	}
	.footer .header-logo {
		display: inline-block
	}
	.footer .header-nav {
		display: block;
		margin: 32px 0
	}
	.footer .header-nav ul {
		display: block
	}
	.footer .header-nav ul li {
		display: block;
		width: 100%;
		margin: 15px 0 0 0
	}
	.footer .header-nav ul li:first-child {
		margin-top: 0
	}
	.footer .header-soc {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.footer .header-soc__item {
		margin: 0 4px
	}
	.footer .header-phone {
		margin-left: 0;
		margin-right: 0
	}
	.menu {
		display: block
	}
	.consultation-img {
		left: 10px;
		width: 350px
	}
	.consultation-container {
		margin: 0;
		padding: 40px
	}
	.consultation-subtitle {
		margin-right: 0
	}
	.company-steps__item {
		margin-right: 32px;
		width: 162px
	}
	.company-steps__item::before {
		right: -16px
	}
	.company-steps__text {
		font-size: 14px
	}
	.projects {
		padding-bottom: 88px
	}
	.about-bg {
		display: none
	}
	.footer .header-contact,
	.menu .header-contact {
		margin: 0 auto
	}
	.menu {
		text-align: center
	}
	.menu .header-logo {
		display: inline-block
	}
	.company-text {
		font-size: 18px
	}
	.team-item__name {
		margin: 10px 0
	}
	.projects-img__wrapper {
		padding: 0 10px
	}
	.directions-item__list {
		padding: 0
	}
	.directions-item__name {
		font-size: 20px;
		min-height: 52px
	}
	.directions-all {
		padding-top: 20px
	}
	.directions-all__title {
		font-size: 20px
	}
	.benefits-item__wrapper {
		padding: 0
	}
	.benefits-item__block:nth-child(1) {
		padding-right: 0
	}
	.header-contact {
		width: 270px;
	}
	.main {
		padding: 40px 0;
	}
	.main-list {
		display: block;
	}
	.main-right {
		margin-top: 40px;
	}
	.main-left {
		width: 100%;
		min-width: auto;
	}
	.main-form {
		margin: 20px auto;
	}
	.main-title, .main-subtitle, .main-bottom {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.main-title {
		margin-top: 0;
	}
	.main-subtitle {
		margin-bottom: 15px;
	}
	.popupCatalog {
		width: calc(100% - 64px);
	}
	.main-item {
		transform: none;
	}
	.main-block {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media only screen and (max-width:992px) {
	.container {
		width: 730px
	}
	.directions-block {
		width: 50%
	}
	.company-text {
		width: 100%
	}
	.main {
		padding: 40px 0 0
	}
	.main-title {
		font-size: 24px;
		line-height: normal
	}
	.main-subtitle {
		font-size: 16px;
		line-height: normal
	}
	.main-item {
		font-size: 14px;
		padding-left: 12px;
		line-height: 22px
	}
	.main-item::before {
		left: 0
	}
	.main-img {
		position: static;
		width: 500px;
		margin: 20px auto 0;
		max-width: 100%
	}
	.catalog-block {
		width: 50%
	}
	.about-block {
		width: 50%
	}
	.services-block {
		width: 50%
	}
	.reviews-block {
		width: 50%
	}
	.consultation {
		padding-top: 40px
	}
	.consultation-wrapper {
		width: 100%
	}
	.consultation-img {
		display: none
	}
	.consultation-title {
		text-align: center;
		margin: 0 auto;
		width: 400px;
		max-width: 100%
	}
	.consultation-subtitle {
		text-align: center
	}
	.consultation-policy {
		font-size: 11px;
		line-height: 13px
	}
	.company-list {
		display: block
	}
	.company-block {
		width: 100%;
		text-align: center
	}
	.company-block:first-child {
		margin-bottom: 20px
	}
	.company-steps {
		margin-top: 8px
	}
	.company-steps__item {
		width: 50%;
		margin: 16px 0 0 0;
		padding: 0
	}
	.company-steps__item::before {
		display: none
	}
	.company-steps__number {
		font-size: 24px;
		line-height: normal
	}
	.projects-img {
		height: 250px
	}
	.contact-wrapper {
		margin: 0;
		padding: 24px;
		-webkit-border-radius: 0;
		border-radius: 0;
		background-color: transparent;
		padding: 0
	}
	.contact-map {
		position: relative;
		width: 100%;
		height: 300px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
		overflow: hidden
	}
	.contact-address {
		-webkit-border-radius: 12px;
		border-radius: 12px;
		margin-bottom: 24px;
		width: 100%
	}
	.contact-item {
		width: calc(100% - 32px)
	}
	.contact-subtitle {
		margin-bottom: 24px
	}
	.contact .title {
		width: 500px;
		max-width: 100%
	}
	.contact-list {
		height: 320px
	}
	.main-wrapper {
		width: 380px;
		max-width: 100%;
		margin: 0 auto;
		text-align: center
	}
	.main-bottom {
		width: 100%
	}
	.menu .header-phone {
		margin-top: 10px
	}
	.menu .main-btn {
		margin-top: 20px
	}
	.projects-img {
		padding: 16px
	}
	.benefits-item {
		padding: 20px 20px 30px
	}
	.benefits-item__name {
		position: static;
		font-size: 18px;
		line-height: 24px;
		text-align: center
	}
	.benefits-item__img {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 0 auto;
		max-width: 100%;
		display: block;
		height: auto
	}
	.benefits-item__block {
		text-align: center!important;
		margin: 40px auto 0!important
	}
	.benefits-item__block:first-child {
		margin-top: 0!important
	}
	.benefits-item__block:nth-child(even) .benefits-item__text {
		margin: 0
	}
	.carousel__button.is-prev, .carousel__button.is-next {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	.typeModal-title {
		text-align: center;
	}
	.typeModal-text {
		margin-bottom: 20px;
	}
	.container {
		width: 540px
	}
	.header-phone {
		display: none
	}
	.header-soc {
		display: none
	}
	.about-block {
		width: 100%
	}
	.padding {
		padding: 30px 0
	}
	.footer {
		padding: 30px 0;
		text-align: center
	}
	.footer .header-soc {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.footer .header-phone {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex
	}
	.reviews-block {
		width: 100%
	}
	.reviews-btn {
		margin-top: 24px
	}
	.reviews-title {
		margin-bottom: 0
	}
	.modal-form {
		width: calc(100% - 30px)
	}
	.projects-img {
		width: 100%;
		margin-bottom: 24px
	}
	.projects-list {
		display: block
	}
	.projects-block {
		width: 100%;
		text-align: center
	}
	.company-bg {
		display: none
	}
	.header-logo__text {
		display: none
	}
	.header .header-contact {
		display: none
	}
	.page {
		padding-top: 86px
	}
	.team-block {
		width: 50%
	}
	.directions-all__img {
		width: 170px
	}
	.directions-item__text {
		font-size: 14px;
		padding-left: 20px
	}
	.directions-item {
		padding: 15px
	}
	.directions-title {
		margin-bottom: 24px
	}
	.benefits-item__text::after {
		-webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .1);
		box-shadow: 0 0 13px rgba(0, 0, 0, .1)
	}
	.benefits-item__textRight {
		font-size: 12px
	}
	.benefits-item__text {
		padding: 12px
	}
	.directionsModal .modal-form {
		width: 400px;
		padding: 30px 20px
	}
	.directionsModal-flex {
		display: block;
		margin: 0
	}
	.directionsModal-form {
		display: block
	}
	.directionsModal .modal-close {
		right: 15px;
		top: 15px
	}
	.directionsModal-img {
		margin: 0 auto;
		height: auto;
		width: auto;
		max-width: 100%
	}
	.directionsModal-content {
		margin: 15px 0
	}
	.directionsModal-btn,
	.directionsModal-input {
		width: 100%;
		margin-top: 15px
	}
	.directionsModal-tab {
		margin-right: 20px;
		font-size: 14px
	}
	.header .header-contact {
		display: block
	}
	.header .header-phone {
		display: block;
		margin: 0;
	}
	.header .header-phone.email {
		display: none
	}
	.header .header-phone img {
		filter:  none;
		margin: 0
	}
	.header-phone span {
		display: none
	}
	.header .header-contact {
		margin: 0 0 0 10px;
		width: auto;
	}
	.header .header-soc {
		display: block
	}
	.header .header-soc__item {
		display: none
	}
	.header .header-soc__item:first-child {
		display: block
	}
	.advantages {
		padding-bottom: 60px;
	}
	.main-item__text.advantages-text {
		right: -20px;
	}
	.main-item__text.advantages-text p {
		font-size: 12px;
	}
	.main-box__item {
		font-size: 14px;
		padding-left: 25px;
		margin-top: 10px;
	}
	.main-box__item::before {
		width: 10px;
		height: 10px;
	}
	.main-box {
		width: 300px;
	}
	.cardPopup .directionsModal-flex {
		padding: 0;
	}
}

@media only screen and (max-width:576px) {
	.team-list {
		margin: 0 auto;
		justify-content: space-between;
	}
	.cardPopup .carousel__button.is-close {
		right: 15px !important;
	}
	.advantages-text p {
		font-size: 12px;
		line-height: 16px;
	}
	.team-block {
		width: calc(50% - 5px);
		padding: 0;
	}
	.container {
		width: 100%;
		padding: 0 15px
	}
	.main-item {
		font-size: 12px
	}
	.catalog-block {
		width: 100%
	}
	.catalog-wrapper {
		width: 400px;
		max-width: 100%;
		margin: 0 auto 16px
	}
	.about-wrapper {
		width: 400px;
		max-width: 100%;
		margin: 0 auto
	}
	.catalog-tabs {
		margin: 24px 0 12px;
		padding-left: 24px;
		-webkit-background-size: 16px 16px;
		background-size: 16px
	}
	.catalog-tabs__item {
		font-size: 14px;
		line-height: normal;
		padding-bottom: 3px;
		margin-right: 15px
	}
	.about-block,
	.catalog-block {
		margin-top: 16px;
		padding: 0
	}
	.about-block:first-child,
	.catalog-block:first-child {
		margin-top: 0
	}
	.about-list,
	.catalog-list {
		display: block;
		margin: 0;
		padding-top: 16px
	}
	.bg-wrapper::before {
		right: -16px;
		left: -16px
	}
	.bg-wrapper {
		padding-bottom: 16px
	}
	.title {
		font-size: 24px;
		line-height: normal;
		text-align: center
	}
	.about-title {
		margin-bottom: 16px
	}
	.about-item {
		padding: 24px
	}
	.about-item__text {
		font-size: 14px
	}
	.about-item__img {
		margin-right: 16px
	}
	.services-block {
		width: 100%;
		padding: 0;
		margin-top: 24px
	}
	.services-item__text {
		font-size: 14px
	}
	.services-list {
		margin: 0 auto;
		width: 400px;
		max-width: 100%;
		display: block;
		padding-top: 8px
	}
	.subtitle {
		font-size: 14px;
		line-height: normal;
		text-align: center
	}
	.reviews-block {
		width: 100%;
		margin-top: 16px
	}
	.reviews-btn {
		margin-top: 16px
	}
	.reviews-title {
		margin-bottom: 8px
	}
	.reviews-item {
		padding: 24px;
		display: block
	}
	.reviews-item__text {
		font-size: 14px;
		line-height: 20px;
		margin: 0
	}
	.reviews-item__name {
		margin-top: 8px;
		font-size: 14px;
		line-height: 20px
	}
	.footer .header-nav ul li a {
		font-size: 14px
	}
	.consultation-container {
		padding: 24px;
		width: 400px;
		max-width: 100%;
		margin: 0 auto
	}
	.consultation-btn,
	.consultation-input,
	.consultation-policy,
	.consultation-textarea {
		width: 100%
	}
	.consultation-bottom,
	.consultation-flex {
		display: block
	}
	.consultation-input {
		margin-bottom: 16px
	}
	.consultation-textarea {
		margin: 0 0 16px
	}
	.consultation-policy {
		margin-bottom: 16px;
		text-align: center
	}
	.consultation-title {
		font-size: 20px
	}
	.modal-title {
		font-size: 20px
	}
	.modal-subtitle {
		margin-bottom: 16px
	}
	.modal-container {
		padding: 20px 0
	}
	.company-text {
		margin-top: 16px;
		font-size: 14px;
		line-height: normal
	}
	.company-steps__item {
		width: 100%;
		text-align: center
	}
	.company-steps {
		margin: 8px auto 0;
		width: 300px;
		max-width: 100%
	}
	.projects {
		padding-bottom: 46px!important
	}
	.projects-wrapper {
		padding-top: 16px
	}
	.projects-img {
		margin-bottom: 14px;
		height: 200px
	}
	.projects-text {
		font-size: 14px
	}
	.projects-title {
		margin-bottom: 24px
	}
	.team-block {
		margin-top: 16px
	}
	.team-item__name,
	.team-item__proff {
		font-size: 14px
	}
	.page-slider .slick-dots {
		bottom: -40px
	}
	.main::before {
		height: calc(100% + 20px)
	}
	.main::after {
		height: calc(100% + 20px);
		width: 200%
	}
	.contact-address {
		padding: 24px;
		margin-bottom: 16px
	}
	.contact-item {
		padding-bottom: 16px;
		margin-bottom: 16px
	}
	.contact-list {
		height: 320px
	}
	.contact-item {
		font-size: 14px
	}
	.catalog-item__desc {
		min-height: auto
	}
	.main-bottom {
		font-size: 16px
	}
	.header-logo {
		min-width: 175px
	}
	.directions-block {
		padding: 0 5px;
		width: 50%
		margin-top: 16px
	}
	.directions-block:first-child, .directions-block:nth-child(2) {
		margin-top: 0
	}
	.directions-list {
		margin: 0 -5px;
		width: auto;
		padding-top: 16px;
	}
	.directions-all__title,
	.directions-item__name {
		min-height: auto;
		font-size: 18px
	}
	.directions-all__img {
		display: block;
		position: static;
		margin: 0 auto
	}
	.directions-all {
		padding: 15px
	}
	.directions-item {
		padding: 10px
	}
	.directions-all__title, .directions-item__name {
		font-size: 14px;
		min-height: 37px;
	}
	.directions-item__img {
		min-height: 160px;
	}
	.directions-item__text {
		font-size: 12px;
		padding-left: 14px
	}
	.directions-item__text::before {
		width: 5px;
		height: 5px;
		top: 3px
	}
	.directions-item__btn, .directions-all__btn.btn {
		padding: 0;
		width: 100%;
		display: flex;
		font-size: 12px;
	}
	.directions-item__price {
		margin-top: 5px;
		font-size: 12px
	}
	.directions-all__img {
		width: 100%
	}
	.directions-all {
		padding: 10px
	}
	.catalog-block {
		padding: 0 5px;
		width: 50%;
	}
	.catalog-list {
		display: flex;
		width: auto;
		max-width: none;
		margin-left: -5px;
		margin-right: -5px;
	}
	.catalog-item {
		padding: 10px
	}
	.catalog-item__stock {
		top: 5px;
		right: 5px;
	}
	.catalog-item__desc {
		font-size: 12px
	}
	.catalog-item__price {
		font-size: 14px
	}
	.catalog-item__instock span {
		font-size: 12px
	}
	.catalog-item__instock img {
		margin-right: 4px
	}
	.catalog-item__img img {
		max-height: 160px;
	}
	.catalog-item__img {
		height: 160px
	}
	.catalog-block:nth-child(2) {
		margin-top: 0
	}
	.catalog-item__old {
		font-size: 12px;
		margin: 5px 0;
	}
	.advantages-slider.page-slider .slick-dots {
		bottom: -40px;
	}
	.main-flex {
		margin: 0 0 15px;
		justify-content: space-around;
	}
	.main-block {
		width: 200px;
		margin: 15px auto 0;
		max-width: 50%;
	}
	.main-item__img {
		width: 100%;
	}
	.main-item__text.advantages-text {
		min-width: 150px;
		width: 150px;
		right: 0;
	}
	.main-item__text.advantages-text::before {
		width: 60px;
		height: 60px;
		right: -10px;
	}
	.advantages-text p::after {
		width: 10px;
		height: 10px;
		min-width: 10px;
	}
	.main-item__text.advantages-text p {
		font-size: 10px;
		line-height: 15px;
	}
	.main-item {
		padding-right: 15px;
		padding-left: 5px;
	}
	.main-item__text.advantages-text p {
		padding: 0 10px;
	}
	.main-bold {
		text-align: center;
		padding: 0;
	}
	.main-right {
		margin: 20px 0 0 0;
	}
	.main-form {
		padding: 20px;
	}
	.main-form input {
		margin-bottom: 20px;
	}
	.main-form input {
		height: 48px;
		font-size: 14px;
	}
	.popupCatalog .catalog-wrapper {
		padding: 30px 0;
		margin: 0;
		width: 100%;
	}
	.popupCatalog {
		width: calc(100% - 20px);
	}
	.fancybox__content>.carousel__button.is-close {
		top: 15px !important;
	}
	.team-item__name, .team-item__proff {
		font-size: 12px;
		margin: 5px 0;
	}
	.team-list {
		justify-content: center;
		margin: 0 -5px;
	}
	.team-block {
		width: 50%;
		padding: 0 5px;
	}
}

@media only screen and (max-width:450px) {
	.main-img {
		max-width: none;
		width: 400px;
		position: relative;
		top: auto;
		left: -10px
	}
	.modal-form {
		padding: 40px 24px
	}
}

@media only screen and (max-width:420px) {
	.catalog-tabs {
		background-image: none;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0
	}
	.catalog-tabs__item {
		font-size: 12px;
		margin-right: 8px
	}
	.modal {
		width: calc(100% - 10px);
		left: 5px
	}
}

@media only screen and (max-width:370px) {
	.directions-all__title, .directions-item__name {
		font-size: 12px;
		min-height:  32px;
	}
	.directions-item__text {
		font-size: 10px
	}
	.directions-item__img {
		min-height: 130px;
	}
	.directions-item__price {
		font-size: 10px
	}
	.catalog-item__img img {
		max-height: 140px;
	}
	.catalog-item__desc {
		font-size: 10px
	}
	.catalog-item__img {
		height: 140px
	}
	.catalog-item__btn {
		width: 100%;
		padding: 0;
		display: flex;
	}
	.catalog-item__price {
		font-size: 12px
	}
	.catalog-item__instock span {
		font-size: 10px
	}
	.catalog-item__old {
		font-size: 10px
	}
	.header-hamburger {
		margin-left: 15px
	}
	.advantages-text p {
		font-size: 10px;
		line-height: 16px;
	}
}

@media only screen and (max-width:350px) {
	.main-img {
		left: -39px
	}
	.catalog-tabs__item {
		font-size: 11px
	}
	.main-flex {
		display: block;
	}
	.main-block {
		width: 200px;
		max-width: 200px;
	}
}

#cookie_note{
    display: none;
    z-index: 9999999999;
    position: absolute;
    top: 115px;
    width: 100%;
    text-align: center;
    padding: 5px 20px;
    background-color: #f83e3e;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note .btn.btn-primary{
    background-color: #f28b24;
    border-color: #f28b24;
}

#cookie_note span{
	margin: 0 auto;
    color: white;
    line-height: 47px;
}

.cookie_accept{
    float: right;
    width: 15%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}