@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../fonts/AvenirNextCyr-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../fonts/AvenirNextCyr-Medium.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../fonts/AvenirNextCyr-Light.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../fonts/AvenirNextCyr-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
::selection {
    color: #fff;
    background-color: #f37117;
}
body {
	font-family: 'Avenir Next Cyr';
	font-size: 16px;
	line-height: 1.6;
	color: #373737;
	background-color: #FEFEFE;
}
h1,h2,h3,h4,h5 {
	font-weight: bold;
	line-height: 1.2;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 35px;
}
.opt-catalog-form input[type="text"],
.opt-catalog-form input[type="email"],
.modal-form__content-form input[type="text"],
.modal-form__content-form input[type="email"] {
	display: block;
	padding: 12px 16px;
	letter-spacing: -0.5px;
	color: #868686;
	background: #FFFFFF;
	border-radius: 2px;
	margin-bottom: 20px;
	width: 100%;
}
.modal-form__content-form input[type="text"],
.modal-form__content-form input[type="email"] {
	background: #F8F8F8;
}
.container {
	width: 100%;
	max-width: 1310px;
	margin: 0 auto;
	padding: 0 15px;
}
.row {
	display: flex;
	margin: 0 -15px;
}
.col {
	padding: 0 15px;
}
.col-3 {
	width: 25%;
}
.col-5 {
	width: 42%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58%;
}
.col-12 {
	width: 100%;
}
.col-r-1 {
	margin-left: 5.333%;
}
.btn {
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	padding: 1.12em 1.8em;
	display: inline-flex;
	border-radius: 3px;
	justify-content: center;
	background: linear-gradient(332.72deg, #F34C17 15.8%, #F3AA17 81.9%);
}
.btn_transparent {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.header {
	padding: 42px 0;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	transition: .3s;
}
.header.scroll {
	padding: 5px 0;
	background-color: #f37117;
	z-index: 9999;
}
.header .row {
	align-items: center;
	margin: 0;
}
.header .logo {
	width: 100%;
	max-width: 263px;
}
.nav {
	margin-left: 57px;
}
.header:not(.scroll) .nav a:hover {
	color: #f37117;
}
.nav-list {
	display: flex;
	align-items: center;
}
.nav-list__item_catalog a {
	font-weight: bold;
	position: relative;
	padding-left: 21px;
}
.nav-list__item_catalog a:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url('../img/catalog.svg') no-repeat center / 14px auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.nav-list li:not(:first-child) {
	margin-left: 57px;
}
.header-phone {
	margin-left: auto;
	margin-top: -20px;
}
.header-phone__text {
	display: block;
	font-size: 12px;
	margin-bottom: 2px;
}
.header-phone__number {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.header:not(.scroll) .header-phone__number:hover {
	color: #f37117;
}
.header .btn_feedback {
	margin-left: 92px;
	padding-top: 0.82em;
	padding-bottom: 0.82em;
}
.btn_feedback:hover {
	background: linear-gradient(332.72deg, #F34C17 15.8%, #F3AA17 81.9%);
	border-color: #F3AA17;
}
.main {
	overflow: hidden;
}
.section-hero {
	color: #fff;
	min-height: 760px;
	background-color: #3a4a56;
	display: flex;
	align-items: center;
	position: relative;
	background: #3a4a56 url('../img/hero_.png') no-repeat right top / auto 95%;
}
.section-hero h1 {
	margin-bottom: 0.43em;
}
.section-hero p {
	font-size: 18px;
	margin-bottom: 1.94em;
}
.svg-line {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 1440px;
	margin-top: -270px;
	pointer-events: none;
}
.btn_opt-price {
	display: inline-flex;
	flex-wrap: wrap;
	background: linear-gradient(332.72deg, #F34C17 15.8%, #F3AA17 81.9%);
	position: relative;
	padding-left: 7.1em;
	max-width: 307px;
	font-size: 16px;
	cursor: pointer;
}
.btn_opt-price span {
	display: block;
	width: 100%;
}
.btn_opt-price img {
	position: absolute;
	bottom: -31px;
	left: -12px;
	clip: rect(0px 117px 112px 0px);
}
.btn_opt-price__sub-title {
	font-size: 19px;
	font-weight: bold;
}
.btn_opt-price__title {

}
.section-catalog {
	position: relative;
	margin-bottom: 60px;
}
.catalog__title {
	margin-bottom: 1.2em;
}
.filter-category {
	display: flex;
}
.filter-category__value {
	cursor: pointer;
}
.filter-category__value:hover {
	color: #f37117;
}
.filter-category__value:not(:first-child) {
	margin-left: 75px;
}
.filter-category__value.active {
	font-weight: bold;
	position: relative;
	color: inherit;
	pointer-events: none;
}
.filter-category__value.active:before {
	pointer-events: none;
	content: '';
	display: block;
	width: 110%;
	height: 3px;
	background-color: #F3AA17;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.row_filter-category {
	margin-bottom: 50px;
}
.catalog-card__title {
	margin-bottom: 15px;
}
.size-filter {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	width: 100%;
}
.size-filter__items {
	display: flex;
	margin-left: 17px;
}
.size-filter__value {
	cursor: pointer;
}
.size-filter__value:hover {
	color: #f37117;
}
.size-filter__value:not(:first-child) {
	margin-left: 17px;
}
.size-filter__value.active {
	font-weight: bold;
	position: relative;
	pointer-events: none;
	color: inherit;
}
.size-filter__value.active:before {
	pointer-events: none;
	content: '';
	display: block;
	width: 105%;
	height: 3px;
	background-color: #F3AA17;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.catalog-card__img {
	display: block;
	margin: 0 auto 32px;
	height: 235px;
	object-fit: contain;
	object-position: center;
}
.img-size {
	display: none;
}
.catalog-card {
	padding: 34px 23px 23px;
	background: #FFFFFF;
	box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
	width: 100%;
	height: 413px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: .3s;
	margin-bottom: 30px;
	position: relative;
	cursor: default;
}
.catalog-card .btn {
	width: 100%;
	display: flex;
	justify-content: center;
	cursor: pointer;
	padding: 12px 1.8em;
	visibility: hidden;
	opacity: 0;
	margin-top: auto;
}
.catalog-card:hover {
    height: auto;
    z-index: 999;
	box-shadow: 0px 25px 80px rgba(0, 0, 0, 0.25);
}
.catalog-card:hover .btn {
	visibility: visible;
	opacity: 1;
}
.row_catalog-cards {
	flex-wrap: wrap;
}
.row_catalog-cards .col {
	display: flex;
}
.size-filter__title {
	font-size: 14px;
}
.about__title {
	margin-bottom: 20px;
}
.section-about p {
	letter-spacing: -0.5px;
}
.section-about p:not(:last-child) {
	margin-bottom: 30px;
}
.section-about {
	position: relative;
	color: #fff;
	padding-top: 188px;
	padding-bottom: 123px;
}
.section-about:before {
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	min-width: 1440px;
	background: url('../img/about_line.svg') no-repeat center top / cover;
}
.plyr__poster {
	background-size: cover;
	z-index: 99;
	height: 101%;
}
.plyr--video {
	border-radius: 5px;
	margin-top: -28%;
	width: 100%;
	max-width: 708px;
	margin-left: auto;
	-webkit-box-shadow: 0px 30px 44px 19px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 30px 44px 19px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 30px 44px 19px rgba(0, 0, 0, 0.2);
}
.plyr__video-wrapper {
	padding-bottom: 480px !important;
}
.video-yt__wrap {
	position: relative;
}
.button-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.section-form {
	padding: 70px 0 120px;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.section-form:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: url('../img/catalog_round.svg') no-repeat center / cover;
	z-index: -1;
	width: 85%;
	height: 100%;
}
.opt-catalog-form {
	width: 100%;
}
.section-form__title {
	margin-bottom: 16px;
}
.section-form__text {
	margin-bottom: 27px;
	letter-spacing: -0.5px;
}
.book-img {
    position: absolute;
    left: -2%;
    top: 8%;
    z-index: -1;
}
.btn-submit {
	width: 224px;
	background: #272B2E;
}
.check {
	display: block;
	font-size: 12px;
	position: relative;
	margin-bottom: 22px;
}
.check span {	
	display: flex;
	align-items: center;
}
.check span:before {
	content: '';
	display: block;
	min-width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid #fff;
	margin-right: 12px;
	background: #F49D4B;
}
.checkbox {
	width: 1px;
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	left: 8px;
}
.checkbox:checked ~ span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    width: 4px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: -5px;
}
.footer {
	background: #0D0E11;
	padding: 0 0 54px;
	color: #fff;
	font-size: 14px;
	line-height: 27px;
}
.footer span, footer a {
	line-height: 27px;
	letter-spacing: -0.5px;
	color: #868687;
}
.footer .col {
	align-items: center;
	display: flex;
}
.footer__adress {
	margin-left: 15px;
}
.footer__phone {
	margin-left: 23px;
}
.footer__email {
	margin-left: 53px;
}
.grafista {
	margin-left: auto;
}
.plyr__control--overlaid {
	background-color: #f37117;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
	background-color: #f37117;
}
.plyr--full-ui input[type=range] {
	color: #f37117;
}
.row_mobile {
	display: none;
}
.hamburger-lines {
	height: 19px;
	width: 25px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: auto;
}
.hamburger-lines .line {
	display: block;
	height: 2px;
	width: 100%;
	border-radius: 0;
	background: #fff;
}
.hamburger-lines .line1 {
	transform-origin: 0% 0%;
	transition: transform 0.3s ease-in-out;
}
.hamburger-lines .line2 {
	transition: transform 0.1s ease-in-out;
}
.hamburger-lines .line3 {
	transform-origin: 0% 100%;
	transition: transform 0.3s ease-in-out;
}
#hamburgeractive {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
#hamburgeractive:checked ~ .line1 {
  transform: rotate(45deg);
}
#hamburgeractive:checked ~ .line2 {
  transform: scaleY(0);
}
#hamburgeractive:checked ~ .line3 {
  transform: rotate(-45deg);
}
.book-img_mobile {
	display: none;
}
.mobile-menu {
	position: fixed;
	top: auto;
	bottom: 0;
	width: 100vw;
	height: calc(100vh - 85px);
	flex-direction: column;
	background: #fff;
	padding: 41px 33px 37px;
	transition: .3s;
	transform: translateX(100%);
	display: none;
	overflow-y: auto;
}
.footer-tel,
.footer-mail {
	font-weight: 400;
	font-size: 41.414px;
	line-height: 80px;
	letter-spacing: -0.986046px;
	color: #FFFFFF;
	opacity: 0.8;
	display: flex;
	align-items: center;
	margin-left: -57px;
}
.footer-mail {
	margin-bottom: 20px;
}
.footer-tel img {
	width: 29px;
}
.footer-mail img {
	width: 25px;
}
.footer-tel img,
.footer-mail img {
	margin-right: 31px;
}
.contacts .col {
	display: block;
}
.contacts {
	padding-top: 116px;
	padding-bottom: 74px;
}
.contacts p {
	font-weight: 400;
	font-size: 21px;
	line-height: 40px;
	letter-spacing: -0.5px;
	color: #FFFFFF;
	opacity: 0.5;
}
#map {
	width: 100%;
	height: 100%;
}
.modal-form__content-title {
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 0.82em;
}
.modal-form__content p {
	margin-bottom: 33px;
}
.modal-form__content-form .btn-submit {
	background: linear-gradient(332.72deg, #F34C17 15.8%, #F3AA17 81.9%);
}
.modal-form {
	padding: 62px 67px 94px;
	background: #fff url('../img/line_form.png') no-repeat center bottom / 100% auto;
	box-shadow: 0px 15px 80px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	max-width: 922px;
	width: 100%;
	display: none;
}
.modal-form .check {
	margin-bottom: 40px;
}
.fancybox-bg {
	background: #40505A;
}
@media	screen and (max-width: 1200px) {
	.col_catalog-card {
		width: 33.333%;
	}
	.filter-category__value:not(:first-child) {
		margin-left: 50px;
	}
	.nav-list li:not(:first-child) {
		margin-left: 35px;
	}
	.header .btn_feedback {
		margin-left: 40px;
	}
}
@media	screen and (max-width: 1100px) {
	.contacts .row {
		flex-wrap: wrap;
	}
	.contacts .col {
		width: 100%;
	}
	.mobile-menu {
		display: flex;
		color: #374051;
	}
	#map {
		height: 400px;
		margin-top: 40px;
	}
	.mobile-menu .header-phone {
		margin: 0 auto;
	}
	.mobile-menu .header-phone__text {
		font-size: 15px;
	}
	.mobile-menu .header-phone__number {
		font-size: 26px;
	}
	.mobile-menu .btn_opt-price {
		margin-bottom: 31px;
	}
	.nav-mobile {
		font-size: 26px;
		font-weight: bold;
	}
	.nav-mobile li {
		margin-bottom: 43px;
	}
	.row_desktop {
		display: none;
	}
	.header .row_mobile {
		display: flex;
		margin: 0 -15px;
	}
	.row_mobile .col {
		display: flex;
		align-items: center;
	}
	.header {
		padding: 20px 0;
	}
	.header .logo {
		max-width: 200px;
	}
	h1 {
		font-size: 36px;
	}
	.section-hero p {
		font-size: 16px;
		margin-bottom: 3em;
		max-width: 575px;
	}
	.section-hero {
		background-size: auto 87%;
		background-position-x: 180px;
	}
	.btn_opt-price__sub-title {
		font-size: 16px;
	}
	.btn_opt-price {	
	    padding-left: 8.1em;
	    max-width: 295px;
	    font-size: 14px;
	}
	.section-hero .container {
		margin-top: -70px;
	}
	.section-catalog {
		margin-top: -30px;
	}
	h2 {
		font-size: 32px;
	}
	.section-about .row {
		flex-wrap: wrap;
	}
	.section-about .col {
		width: 100%;
	}
	.video-yt__wrap {
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}
	.plyr--video {
		margin-top: 0;
		margin-left: 0;
		max-width: none;
	}
	.col_about-video {
		order: -1;
		margin-bottom: 40px;
		margin-top: -200px;
	}
	.section-about {
		padding-bottom: 90px;
	}
	.section-form {
		overflow: visible;
	}
	.section-form:before {
		height: auto;
		width: 100%;
		background: linear-gradient(332.72deg, #F34C17 15.8%, #F3AA17 81.9%);
		bottom: -1px;
		top: -1px;
	}
	.col_section-form-img {
		position: relative;
	}
	.book-img {
	    left: -35%;
	    top: -18%;
	}
	.mobile-menu-show {
		overflow: hidden;
	}
	.mobile-menu-show .mobile-menu {
		transform: translateX(0);
	}
	.mobile-menu-show .header.scroll {
		padding: 15px 0;
	}
}
@media	screen and (max-width: 991px) {
	.footer-mail img {
		width: 17px;
	}
	.footer-tel img {
		width: 23px;
	}
	.footer-tel img, .footer-mail img {
		margin-right: 20px;
	}
	.footer-tel, .footer-mail {
		font-size: 32px;
		margin-left: 0;
	}
	.contacts p {
		font-size: 18px;
	}
	.contacts {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-hero .col-r-1 {
		margin-left: 0;
	}
	.section-hero .col {
		width: 100%;
	}
	.filter-category {
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto;
		align-items: flex-start;
		height: 35px;
	}
	.filter-category__value {
		line-height: 1;
		padding-bottom: 11px;
	}
	.filter-category__value.active:before {
		bottom: 0;
	}
	.plyr__video-wrapper {
		padding-bottom: 400px !important;
	}
	.button-play {
		width: 100px;
	}
	.section-about .container {
		max-width: 700px;
	}
	.size-filter__title {
		width: 100%;
	}
	.size-filter {
		flex-wrap: wrap;
	}
	.size-filter__value {
		padding: 0 7px;
	}
	.size-filter__value:not(:first-child) {
		margin-left: 0;
	}
	.catalog-card__img {
		height: 190px;
	}
	.catalog-card {
		height: auto !important;
	}
	.catalog-card .btn {
		visibility: visible;
		opacity: 1;
	}
	.size-filter__value.active:before {
		width: 80%;
	}
	.size-filter__items {
		margin: 0 -7px;
		width: 100%;
	}
	.footer__phone {
	    margin-left: 0;
	    width: 100%;
	    text-align: center;
	}
	.footer__email {
	    margin-left: 0;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 15px;
	}
	.grafista {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.footer .col {
		flex-wrap: wrap;
	}
	.footer__adress {
		width: 100%;
		margin-left: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	.footer__logo {
		margin: 0 auto 15px;
	}
	.contacts .col-r-1 {
		margin-left: 0;
	}
}
@media	screen and (max-width: 767px) {
	.modal-form {
		padding: 47px 30px 60px;
	}
	.modal-form__content-form .row {
		flex-wrap: wrap;
	}
	.modal-form__content-form .col {
		width: 100%;
	}
	.modal-form__content-title {
		font-size: 28px;
	}
	.header {
	    padding: 15px 0;
	}
	.header .logo {
	    max-width: 180px;
	}
	.col_catalog-card {
		width: 50%;
	}
	.section-form {
		padding-top: 0;
		padding-bottom: 80px;
	}
	.section-form .row {
		flex-wrap: wrap;
	}
	.col_section-form-img {
		width: 100%;
		margin-top: -60px;
	}
	.col_section-form-text {
		width: 100%;
	}
	.book-img {
		position: relative;
		top: 0;
		left: 0;
	}
	.book-img_mobile {
		display: block;
		width: 100%;
	}
	.book-img {
		display: none;
	}
	.btn-submit {
		width: 100%;
	}
	.svg-line {
		display: none;
	}
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 24px;
	}
	.section-hero {
		height: 100vh;
		min-height: 700px;
		padding-top: 107px;
		padding-bottom: 60px;
		background: #28333B url(../img/hero_mob.png) no-repeat center 65% / auto 69%;
	}
	.section-hero .row {
		height: 100%;
	}
	.section-hero .col {
		display: flex;
		flex-direction: column;
	}
	.section-hero .container {
		margin-top: 0;
		height: 100%;
	}
	.btn_opt-price {
		width: 100%;
		max-width: 320px;
		margin: auto auto 0;
		padding-left: 7em;
	}
	.section-catalog {
		padding-top: 80px;
		margin-top: 0;
	}
}
@media	screen and (max-width: 575px) {
	.opt-catalog-form .col {
		width: 100%;
	}
	.plyr__video-wrapper {
		padding-bottom: 60% !important;
	}
	.col_catalog-card {
		width: 100%;
	}
	/*.catalog-card {
		height: 400px;
	}*/
	.size-filter__items {
		margin: 0 -10px;
	}
	.size-filter__value {
		padding: 0 10px;
	}
}