/* Defaults */
/* Media */
body {
	padding-top: 128px;
	font-size: 16px;
}

.container {
	max-width: 1280px;
	padding-left: 50px;
	padding-right: 50px;
}

a {
	transition: 0.3s;
}

.button {
	height: 56px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 18px;
}

.button_4, .button_4:hover, .button_4:focus {
	border-width: 2px;
}

.button-more {
	width: auto;
	height: 60px;
	padding: 0 75px 0 39px;
	border: 2px solid;
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	text-indent: inherit;
}

.button-more:after {
	position: absolute;
	top: 50%;
	right: 37px;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 26px;
	height: 10px;
}

.button-more_black {
	border-color: #1a1921;
	color: #1a1921;
}

.button-more_black:hover {
	border-color: #ff6e0d;
	color: #ff6e0d;
}

.button-more_black:hover:after {
	-webkit-filter: invert(40%) sepia(77%) saturate(1010%) hue-rotate(352deg) brightness(107%) contrast(103%);
	        filter: invert(40%) sepia(77%) saturate(1010%) hue-rotate(352deg) brightness(107%) contrast(103%);
}

.button-more_white {
	border-color: #fff;
	color: #fff;
}

.button-more_white:hover {
	border-color: #ff6e0d;
	color: #ff6e0d;
}

.button-more_white:hover:after {
	-webkit-filter: invert(40%) sepia(77%) saturate(1010%) hue-rotate(352deg) brightness(107%) contrast(103%);
	        filter: invert(40%) sepia(77%) saturate(1010%) hue-rotate(352deg) brightness(107%) contrast(103%);
}

.button-more_full {
	display: flex;
	height: 60px;
	padding: 0 75px 0 39px;
	font-weight: 600;
	font-size: 16px;
}

.button-more_full:after {
	right: 37px;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 26px;
	height: 10px;
	background: url(../img/common/icon-more.svg) no-repeat 50% 50%/100% 100%;
}

.button-download {
	width: auto;
	height: 60px;
	padding: 0 75px 0 39px;
	border: 2px solid;
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	text-indent: inherit;
}

.button-download:after {
	position: absolute;
	top: 50%;
	right: 37px;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 26px;
	height: 10px;
	background-image: url(../img/common/icon-more.svg);
}

.button-download_black {
	border-color: #1a1921;
	color: #1a1921;
}

.button-download_black:hover {
	border-color: #ff6e0d;
	color: #ff6e0d;
}

.button-download_black:hover:after {
	-webkit-filter: invert(40%) sepia(77%) saturate(1010%) hue-rotate(352deg) brightness(107%) contrast(103%);
	        filter: invert(40%) sepia(77%) saturate(1010%) hue-rotate(352deg) brightness(107%) contrast(103%);
}

.button-download_white {
	border-color: #fff;
	color: #fff;
}

.button-download_white:hover {
	border-color: #ff6e0d;
	color: #ff6e0d;
}

.button-download_white:hover:after {
	-webkit-filter: invert(40%) sepia(77%) saturate(1010%) hue-rotate(352deg) brightness(107%) contrast(103%);
	        filter: invert(40%) sepia(77%) saturate(1010%) hue-rotate(352deg) brightness(107%) contrast(103%);
}

H1 {
	font-size: 60px;
}

.section-head {
	display: flex;
	justify-content: space-between;
}

.section-title {
	font-size: 60px;
}

.video-link:after {
	width: 67px;
	height: 67px;
	background-size: 24px 24px;
	-webkit-backdrop-filter: blur(7.9px);
	        backdrop-filter: blur(7.9px);
	box-shadow: -0.29px 0.29px 0.29px -0.58px rgba(255, 255, 255, 0.35) inset;
	border: 0.4px solid;
	border-image-source: linear-gradient(202.36deg, rgba(255, 255, 255, 0.2) 8.26%, rgba(255, 255, 255, 0) 85.43%);
}

.video-link:hover:after {
	background-color: #ff6e0d;
}

/* slick-carousel ------------------------------------------------------- */
.slick-navigation {
	margin-top: 30px;
}

.slick-slider-dots ul {
	gap: 0 8px;
}

.slick-slider-dots ul li button {
	width: 6px;
	height: 6px;
}

.slick-slider-dots ul li.slick-active button {
	height: 6px;
}

.slick-arrow {
	width: 40px;
	height: 40px;
}

.notification {
	top: 126px;
	align-items: flex-end;
	width: 1180px;
}

.notification DIV {
	max-width: 380px;
	padding: 47px 10px 47px 115px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 0 auto;
}

.notification DIV:before {
	left: 40px;
	width: 65px;
	height: 65px;
}

.form__title {
	font-size: 20px;
	margin-bottom: 20px;
}

.form__title_small {
	font-size: 16px;
	margin-bottom: 12px;
}

.form__text {
	font-size: 18px;
	margin-bottom: 15px;
}

.form__items {
	gap: 10px;
}

.form__items_last {
	gap: 20px;
	padding-top: 10px;
}

.form__item_approval {
	gap: 10px;
}

.form__input {
	height: 56px;
	border-radius: 10px;
	font-size: 16px;
	padding: 0 16px;
}

.form__input.error {
	border-width: 2px;
}

.form__input.valid {
	border-width: 2px;
}

.form__button {
	height: 56px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 18px;
}

.form__more {
	gap: 10px;
	font-size: 14px;
	line-height: 128%;
}

.form__footer {
	font-size: 14px;
	line-height: 128%;
}

.form__footer-checkbox {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 18px;
	height: 18px;
	border: 1px solid #fff;
}

.form__footer-checkbox-icon:before {
	width: 12px;
	height: 12px;
}

.form__footer-text {
	padding-left: 33px;
}

.form_vertical {
	margin: 0 auto;
}

.form_horisontal {
	max-width: none;
}

.form_horisontal .form__title {
	margin-bottom: 23px;
}

.form_horisontal .form__items {
	display: flex;
	flex-flow: inherit;
	gap: 20px;
}

.form_horisontal .form__items_last {
	padding-top: 20px;
}

.form_horisontal .form__item_button {
	flex: 0 0 calc(100% / 3 - 13px);
}

.form_horisontal .form__item:last-child {
	margin-right: 0;
}

/* Blocks */
.header__box {
	align-items: flex-end;
	min-height: 94px;
	padding-bottom: 20px;
	gap: 50px;
}

.page-scrolled .header__box {
	min-height: 64px;
	padding-bottom: 10px;
}

.header__icon {
	display: none;
}

.header__logo IMG {
	width: 180px;
	transition: 0.3s;
}

.page-scrolled .header__logo IMG {
	width: 150px;
}

.header__right {
	gap: 50px;
}

.header__desk {
	position: static;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0 94px;
	padding: 0;
	background: none;
}

.header__drop {
	display: none;
}

.header__menu {
	flex-direction: row;
	gap: 0 20px;
}

.header__menu-link {
	font-size: 16px;
}

.header__menu-link[data-catalogue] {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: -20px;
}

.header__menu-link[data-catalogue].active:before {
	position: absolute;
	top: -50px;
	right: 100%;
	content: '';
	width: 350px;
	height: 100px;
}

.header__contacts {
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 12px;
	font-size: 16px;
	line-height: 100%;
}

.header__contacts-phone {
	display: block;
	width: auto;
	height: auto;
	text-indent: inherit;
	background: none;
	white-space: nowrap;
	-webkit-filter: none;
	        filter: none;
}

.header__contacts-phone A {
	display: inline;
}

.header__contacts-email {
	display: block;
	white-space: nowrap;
}

.header__tools {
	gap: 18px;
}

.header__tools .full:before {
	top: -4px;
	left: 8px;
	width: 9px;
	height: 9px;
}

.header__tools-icon_basket {
	width: 20px;
	height: 18px;
}

.header__tools-avatar IMG {
	width: 16px;
	height: 18px;
}

.breadcrumbs {
	padding-bottom: 22px;
}

.breadcrumbs__block {
	gap: 24px;
	font-size: 16px;
}

.breadcrumbs__block A:after {
	left: calc(100% + 9px);
	width: 6px;
	height: 10px;
}

.form-section {
	padding: 45px 0;
	overflow: hidden;
}

.form-section__box {
	padding: 30px 102px;
}

.form-section__content-title {
	position: relative;
	order: -1;
	font-size: 60px;
	line-height: 106%;
	text-align: left;
	margin-bottom: 10px;
}

.form-section__content-title:before {
	position: absolute;
	top: 100%;
	left: 0;
	content: '';
	width: 15px;
	height: 15px;
}

.form-section__content-title:after {
	position: absolute;
	top: 0;
	left: 100%;
	content: '';
	width: 15px;
	height: 15px;
}

.form-section__content-title SPAN {
	position: relative;
	z-index: 2;
}

.form-section__content-image {
	position: relative;
	padding: 0;
	margin: -28px 0 0 -50px;
}

.form-section .form {
	position: relative;
	z-index: 2;
}

.form-section .form__title {
	font-size: 40px;
	margin-bottom: 20px;
}

.form-section .form__text {
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 14px;
}

.form-section .form__input {
	border-width: 2px;
}

.form-section .form_vertical {
	max-width: 318px;
}

.form-section .form_vertical .form__items {
	max-width: 288px;
	margin: 0 auto;
}

.form-section_orange .form-section__box {
	border-radius: 16px;
}

.form-section_white .form-section__box {
	border-radius: 16px;
}

.form-section_big .form__text {
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.form-section_big .form-section__box {
	position: relative;
	display: flex;
	flex-direction: row;
	padding: 0;
}

.form-section_big .form-section__box:before {
	position: absolute;
	top: -75px;
	left: -338px;
	z-index: 1;
	content: '';
	width: 421px;
	height: 298px;
	background: url(../img/form-section/figure1.svg) no-repeat 50% 50%/cover;
}

.form-section_big .form-section__box:after {
	position: absolute;
	bottom: -90px;
	right: -361px;
	z-index: 1;
	content: '';
	width: 513px;
	height: 469px;
	background: url(../img/form-section/figure3.svg) no-repeat 50% 50%/cover;
}

.form-section_big .form-section__content-title {
	padding: 0 10px 6px 28px;
	border-radius: 0 0 16px 0;
}

.form-section_big .form-section__formbox {
	position: relative;
	flex: 0 0 424px;
	padding: 80px 0 70px 0;
}

.form-section_big .form-section__formbox:before {
	position: absolute;
	top: -70px;
	right: -53px;
	z-index: 1;
	content: '';
	width: 177px;
	height: 152px;
	background: url(../img/form-section/figure2.svg) no-repeat 50% 50%/cover;
}

.form-section_big .form-section .form__text {
	font-size: 20px;
	line-height: 100%;
	margin-bottom: 14px;
}

.form-section_orange.form-section_big .form-section__content-title {
	background: #f0f7ff;
	color: #ff6e0d;
}

.form-section_orange.form-section_big .form-section__content-title:before, .form-section_orange.form-section_big .form-section__content-title:after {
	background: url(../img/form-section/corner_blue.png) no-repeat 0 0/100% 100%;
}

.form-section_white.form-section_big .form-section__content-title {
	background: #1a1921;
	color: #fff;
}

.form-section_white.form-section_big .form-section__content-title:before, .form-section_white.form-section_big .form-section__content-title:after {
	background: url(../img/form-section/corner_black.png) no-repeat 0 0/100% 100%;
}

.footer {
	padding: 100px 0;
}

.footer__logo {
	text-align: left;
	margin-bottom: 40px;
}

.footer__logo IMG {
	width: 178px;
}

.footer__box {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	align-items: stretch;
	gap: 110px;
}

.footer__contacts {
	flex: 1 0;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 20px;
	padding: 0;
	border: 0;
	font-size: 18px;
	line-height: 100%;
}

.footer__contacts-list {
	gap: 20px;
	font-size: 18px;
	line-height: 100%;
}

.footer__contacts-social {
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}

.footer__contacts-social A {
	width: auto;
	height: auto;
	text-indent: inherit;
}

.footer__contacts-social A:after {
	display: none;
}

.footer__contacts-address.mob {
	display: none;
}

.footer__contacts-address.desk {
	display: block;
}

.footer__contacts-legal.desk {
	display: block;
	margin: auto 0 0 0;
}

.footer__contacts-legal.mob {
	display: none;
}

.footer__menu {
	order: -1;
	flex: 1 0;
}

.footer__menu UL {
	gap: 20px 0;
}

.footer__menu LI {
	font-size: 18px;
	line-height: 100%;
	color: #fff;
}

.footer A:hover {
	color: #ff6e0d;
}

.fancybox-slide--html .popup-thanks .fancybox-close-small,
.fancybox-slide--html .popup-video .fancybox-close-small {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 33px 33px 0 0;
}

.fancybox-slide--html .popup-thanks .fancybox-close-small:before,
.fancybox-slide--html .popup-video .fancybox-close-small:before {
	width: 40px;
	height: 40px;
}

.fancybox-slide--html .popup-video .fancybox-close-small {
	margin: 0;
}

.fancybox-navigation .fancybox-button {
	width: 40px;
	height: 40px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 10px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 10px;
}

.popup-thanks {
	padding: 36px 80px;
	border-radius: 16px;
}

.popup-thanks__box {
	width: 1180px;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.popup-thanks__photo {
	flex: 0 0 360px;
	text-align: inherit;
}

.popup-thanks__photo IMG {
	width: auto;
}

.popup-thanks__content {
	flex-grow: 1;
	text-align: inherit;
}

.popup-thanks__title {
	font-size: 20px;
	margin-bottom: 22px;
}

.popup-thanks__text {
	gap: 10px;
}

.popup-thanks__text P {
	font-size: 20px;
	line-height: 140%;
}

.popup-video {
	height: calc(90vw / 100 * 56.25 + 50px);
	padding: 50px 0 0 0;
}

.popup-video .fancybox-close-small {
	width: 12px;
	height: 13px;
	padding: 0;
}

.popup-video .fancybox-close-small:before {
	width: 12px;
	height: 13px;
}

.popup-login {
	float: right;
	width: 100%;
	max-width: 430px;
	padding: 160px 43px 56px 43px;
}

.popup-login .form__title {
	font-size: 18px;
	line-height: 111%;
	margin-bottom: 20px;
}

.popup-login .form__bigtext {
	font-weight: 400;
	font-size: 18px;
	line-height: 133%;
	letter-spacing: normal;
	margin-bottom: 20px;
}

.popup-login .form__items {
	gap: 20px;
}

.popup-login .form__text {
	font-size: 14px;
	line-height: 114%;
	letter-spacing: normal;
	margin: 0;
}

.popup-login .form__label {
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	color: #6e6e73;
	margin-bottom: 5px;
}

.popup-login .form__label SPAN {
	color: #ff6e0d;
}

.popup-login .form__placeholder {
	position: relative;
	width: 100%;
	border-radius: 10px;
	background: #fff;
}

.popup-login .form__placeholder .form__label {
	position: absolute;
	top: 13px;
	left: 10px;
	right: 0;
	display: none;
	margin: 0;
	-webkit-transform: translate(0, 5px);
	        transform: translate(0, 5px);
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	transition: transform .5s,-webkit-transform .5s;
}

.popup-login .form__placeholder .form__input {
	padding: 0 24px;
	font-size: 18px;
}

.popup-login .form__placeholder .form__input::-webkit-input-placeholder {
	display: block;
	opacity: 1;
}

.popup-login .form__placeholder .form__input::-moz-placeholder {
	display: block;
	opacity: 1;
}

.popup-login .form__placeholder .form__input::-ms-input-placeholder {
	display: block;
	opacity: 1;
}

.popup-login .form__placeholder .form__input::placeholder {
	display: block;
	opacity: 1;
}

.popup-login .form__placeholder_focus .form__label {
	-webkit-transform: translateY(-5px) scale(0.75);
	        transform: translateY(-5px) scale(0.75);
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
}

.popup-login .form__input {
	position: relative;
	z-index: 1;
	height: 56px;
	padding: 8px 10px 0 10px;
	background: none;
	font-size: 14px;
}

.popup-login .form__footer {
	margin: 0;
}

.popup-login .form__captcha {
	gap: 10px;
}

.popup-login .form__captcha IMG {
	max-width: 187px;
	border-radius: 10px;
}

.popup-login .form__captcha-text {
	font-size: 14px;
}

.popup-login .form__message:before {
	width: 126px;
	height: 126px;
	margin: 0 auto 40px auto;
}

#popup-catalogue {
	display: block;
}

#popup-catalogue.hidden {
	bottom: 100%;
	height: inherit;
	z-index: -1000;
}

#popup-catalogue {
	display: block;
}

#popup-catalogue.hidden {
	bottom: 100%;
	min-height: inherit;
	z-index: -1000;
}

.popup-catalogue-drop {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	display: block;
	min-height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
}

.popup-catalogue-drop-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.popup-catalogue-drop-scroll {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	overflow: auto;
}

.popup-catalogue {
	padding: 132px 50px 25px 50px;
	background: #1a1921;
}

.popup-catalogue .tabsblock {
	display: flex;
	justify-content: space-between;
	max-width: 1280px;
	padding: 0 50px;
	margin: 0 auto;
}

.popup-catalogue .tabsblock .tabs {
	flex-direction: column;
	gap: 32px;
}

.popup-catalogue .tabsblock .tabs__title {
	font-size: 16px;
	color: #6e6e73;
	cursor: pointer;
}

.popup-catalogue .tabsblock .tabs__title:hover {
	color: #ff6e0d;
}

.popup-catalogue .tabsblock .tabs__title.current, .popup-catalogue .tabsblock .tabs__title.current:hover {
	color: #fff;
}

.popup-catalogue__item {
	display: grid;
	grid-template-columns: 280px 420px 147px 134px;
	grid-template-rows: 101px auto 91px;
	grid-template-areas: 'a a b b' 'a a c c' 'd e f g';
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 114%;
	color: #b5b5b0;
}

.popup-catalogue__item > DIV {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 2px solid #6e6e73;
	border-right: 2px solid #6e6e73;
}

.popup-catalogue__item-a {
	grid-area: a;
	justify-content: center;
	height: 369px;
	padding-bottom: 45px;
	background: url(../img/popup-catalogue/shadow.svg) no-repeat 50% 50%/100% 100%;
}

.popup-catalogue__item-a IMG {
	width: 629px;
	height: 324px;
}

.popup-catalogue__item-b {
	grid-area: b;
	justify-content: center;
	align-items: center;
	height: 101px;
	border-top: 2px solid #6e6e73;
}

.popup-catalogue__item-c {
	grid-area: c;
	padding: 0px 35px;
	text-align: left;
}

.popup-catalogue__item-c UL {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.popup-catalogue__item-c UL LI {
	position: relative;
	padding-left: 15px;
}

.popup-catalogue__item-c UL LI:before {
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #b5b5b0;
}

.popup-catalogue__item-d {
	grid-area: d;
	justify-content: center;
	height: 91px;
	border-left: 2px solid #6e6e73;
	color: #fff;
}

.popup-catalogue__item-d A {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 25px 20px;
	gap: 10px;
	text-transform: uppercase;
	transition: none;
}

.popup-catalogue__item-d A:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/common/icon-pointer-white.svg) no-repeat 50% 50%/100% 100%;
}

.popup-catalogue__item-d A:hover {
	color: #ff6e0d;
}

.popup-catalogue__item-d A:hover:before {
	background-image: url(../img/common/icon-pointer-orange.svg);
}

.popup-catalogue__item-e {
	grid-area: e;
	justify-content: center;
	height: 91px;
	padding: 25px 20px;
}

.popup-catalogue__item-f {
	grid-area: f;
	justify-content: center;
	height: 91px;
	padding: 25px 20px;
}

.popup-catalogue__item-g {
	grid-area: g;
	justify-content: center;
	height: 91px;
	padding: 25px 20px;
}

.popup-cookies {
	position: fixed;
	bottom: 9px;
	left: 0;
	right: 0;
}

.popup-cookies__box {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 16px 79px;
	border-radius: 16px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
	text-align: inherit;
}

.popup-cookies__title {
	font-size: 16px;
	line-height: 112%;
	margin-bottom: 8px;
}

.popup-cookies__text {
	font-size: 14px;
	line-height: 114%;
	margin: 0;
}

.popup-cookies__buttonbox .button {
	width: 199px;
	height: 60px;
	border-width: 2px;
	font-size: 16px;
}
