	@charset "utf-8";
/* Theme Name: Almi Master
Theme URI: https://xsite.pro/
Author: XSite.PRO
Author URI: https://xsite.pro/
Description: Тема для WordPress. Разработка XSite.PRO.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: XSITE.PRO */

/* Общая стандартная настройка START */

/* Сброс стилей START */

/* Сброс стилей END */

/* critical.css START */
body, html{
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #0F0F0F;
    margin: 0;
    padding: 0;
    line-height: 140%;
    cursor: default;
    text-align: left;
    min-width: 100%;
    background-color: #fff;
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}
a[href^="tel:"]{
	white-space:nowrap
}
a {
    outline:none;
    font-family:inherit;
    color:#0062FF;
    text-decoration:none;
    background-color: transparent;
    transition: .2s all;
}

a:hover {
    text-decoration:none;
}

img {
    max-width:100%;
    height:auto;
    border-style: none;
    display: inline-block;
    vertical-align: top;
}

/* Для браузеров не поддерживающих HTML5 */
section, article, aside, footer, header, nav {display: block;}

b,
strong {
  font-weight: 600;
}

main {
    flex-grow: 1;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title {
    color: #0F0F0F;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
    margin: 0px 0px 40px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #0C0B0B;
	font-weight:500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.title a{
    color:inherit;
    text-decoration:none;
}

*{
    outline:none !important;
    box-sizing:border-box;
}

.btn {
    background-color: #0062FF;
    border-radius: 16px;
    color: #fff;
    font-size:14px;
    font-weight: 500;
    cursor: pointer;
    padding: 19px 40px;
    line-height: 120%;
    text-align:center;
    display:inline-block;
    vertical-align: middle;
    text-decoration: none !important;
    transition: 0.2s background-color, 0.2s border-color;
}

.btn-light {
    background-color: #0062FF1A;
    border-radius: 16px;
    color: #0062FF;
    font-size:14px;
    font-weight: 500;
    cursor: pointer;
    padding: 19px 40px;
    line-height: 120%;
    text-align:center;
    display:inline-block;
    vertical-align: middle;
    text-decoration: none !important;
    transition: 0.2s background-color, 0.2s border-color;
}

.hide {
    display:none
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: clip;
}
body.body--catalog .wrapper {
    padding-top: 93px;
}

.container {
    width:100%;
    max-width:1840px;
    margin:0 auto;
    padding:0 40px;
    box-sizing:border-box;
    position: relative;
}

.overflow {
    overflow: hidden;
}

.main__distance {
    padding: 60px 0;
}
/* critical.css END */

/* style.css START */
input,
textarea{
    padding:8px 15px;
}

button,
input,
select,
textarea{
    outline:none;
    font-family:inherit;
}

select{
    cursor:pointer;
    background:url(images/icons/select.svg) no-repeat top 50% right 15px;
    background-size:10px;
    text-transform: none;
}

input[type=checkbox]{
    position:absolute;
    opacity:0;
    box-sizing: border-box;
    padding: 0;
    z-index: -1;
}

input[type=checkbox] + label{
    position:relative;
    padding-left:26px;
    cursor:pointer;
    display:inline-block;
}

input[type=checkbox] + label:before{
    position:absolute;
    left:0;
    top:3px;
    content:"";
    display:block;
    width:13px;
    height:13px;
    border:1px solid #0062FF;
    border-radius: 3px;
}

input[type=checkbox]:checked + label:after{
    position:absolute;
    background:url(images/icons/checked.svg) no-repeat 50% 50%;
    background-size: contain;
    left: 1px;
    top: 2px;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
}

/*input[type="text"],
input[type="submit"],  
input[type="email"],  
input[type="tel"],  
button,
select,
textarea{
    -webkit-appearance: none;  
    margin: 0; 
}*/

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea{
    font-family: inherit;
    font-size: 14px;
    padding: 19px 20px;
    line-height: 120%;
    color: #0F0F0F;
    width: 100%;

    border: 1px solid #F2F2F2;
    border-radius: 16px;
}

button,
input { 
    overflow: visible;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: none;
}

input::placeholder {
    color: #D6D6D6;
}

[hidden] {
  display: none;
}

a.inset {
    text-decoration:none;
}

a.inset:hover {
    text-decoration:none;
}

hr {
    border:0;
    border-top: 1px solid #e4e4e4;
}

form{
    margin:0;
}

::selection {
    background:#a0c4e0 !important;
}

::-moz-selection {
    background:#a0c4e0 !important;
}

i {
    display:inline-block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.xs_load{
    position:relative;
}

.xs_load:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.67);
    z-index: 99;
    opacity: 1;
}

.xs_load:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    bottom: 0;
    z-index: 100;
    margin: auto;
    width: 26px;
    height: 26px;
    background: url(images/icons/load.svg) no-repeat 50% 50%;
    background-size: contain;
    transform: none;
}

/* Бургер меню START */
.buttonMenu{
    display: none;
    width: 48px;
    background-color: #0062ff;
    border-radius: 4px;
    padding: 13px 17px;
    box-sizing: border-box;
    transition:.3s all;
    cursor:pointer;
    position: relative;
}

.buttonMenu:after,
.buttonMenu:before,
.buttonMenu span{
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    margin: 4px 0;
    transition: .3s all;
}

.show_menu .buttonMenu span {
    background: none;
}

.show_menu .buttonMenu:before {
    transform: rotate(45deg);
    width: 31px;
    position: relative;
    top: 5px;
    left: -9px;
}

.show_menu .buttonMenu:after {
    transform: rotate(-45deg);
    width: 31px;
    position: relative;
    top: -7px;
    left: -8px;
}

*:before,
*:after{
    display: block;
}

/* Бургер меню START */
header .phone{
    white-space:nowrap;
}

header nav{
}

header nav ul, header nav ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

header nav a {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    padding: 0px 20px;
    transition: .3s all;
    display: block;
    text-decoration:none !important;
}
header nav .menu_container .menu_wrapper .footer{
    display:none;
}

header nav .menu_wrapper{}

header nav .menu_wrapper ul li ul.sub-menu{
    position: absolute;
    top: 100%;
    margin-top: 30px;
    opacity: 0;
    background: #fff;
    transition: .3s all;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
    min-width: 220px;
    left: -25px;
}

header nav .menu_wrapper ul > li:hover > ul{
    opacity: 1;
    background: #fff;
    margin-top: 0;
    z-index: 980;
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.14);
}

header nav .menu_wrapper ul li ul.sub-menu li{
    list-style-type: none;
    overflow: hidden;
    position: relative;
}

header nav .menu_wrapper ul li ul.sub-menu li a{
    padding: 4px 25px;
    font-size: 14px;
}

header nav .menu_wrapper ul li ul.sub-menu li a:hover {
    color: #e1001a;
}
/* Бургер меню END */

.nav-menu {
    background-color:#fff;
}

.nav-menu__phone {
    white-space:nowrap;
}

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

.nav-menu li a {
    font-weight: 700;
    line-height: 20px;
    padding: 20px 30px;
    transition: .3s all;
    display: block;
    text-decoration:none !important;
}

.nav-menu__footer {
    display:none;
}

.nav-menu__deep {
}

.menu-wrapper {
}

.menu-wrapper ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    margin-top: 30px;
    opacity: 0;
    background: #fff;
    transition: .3s all;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
    min-width: 220px;
    left: -25px;
}

.menu-wrapper ul > li:hover > ul{
    opacity: 1;
    background: #fff;
    margin-top: 0;
    z-index: 980;
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.14);
}

.menu-wrapper ul li ul.sub-menu li{
    list-style-type: none;
    overflow: hidden;
    position: relative;
}

.menu-wrapper ul li ul.sub-menu li a{
    padding: 4px 25px;
    font-size: 14px;
}
.menu-wrapper ul li ul.sub-menu li a:hover {
    color: #e1001a;
}
/* Бургер меню END */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; 
  outline-offset: -2px; 
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Xsite.Pro START */
.xsite{
    color: inherit !important;
    text-decoration:none
}
.xsite:hover,
.xsite:active{
    text-decoration:none
}
.xsite strong{
    color:#333;
}
.xsite strong span {
    color:#ff7700;
    font-weight:bold;
}
.xsite strong:hover{
    text-decoration:underline;
}
/* Xsite.Pro END */

.pagenavigation{
    text-align:center;
    margin:20px 0;
}

.pagenavigation span,
.pagenavigation a{
    display: inline-block;
    background: #ffcc00;
    color: #000;
    margin: 0 6px;
    box-sizing: border-box;
    padding: 0 10px;
    white-space: nowrap;
    min-width: 31px;
    line-height: 29px;
    transition:.3s all;
}

.pagenavigation span,
.pagenavigation a:hover{
    background:#ce0015;
    color:#fff;
}

#xs_recall{
    max-width: 480px;
    padding: 40px 40px;
    border-radius: 20px;
}

#xs_recall .title {
    font-size: 26px;
    color: #0F0F0F;
    margin: 0px 0px 20px 0px;
	max-width: 340px;
}
#xs_recall .title span{
	color:#0062FF
}

#xs_recall .description {
    color: #979797;
    font-size: 14px;
    margin-bottom: 25px;
    margin: 0px 0px 40px 0px;
}

#xs_recall input[type=text] {
    font-size: 14px;
    padding: 18px 20px;
    line-height: 120%;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #F2F2F2;
}

#xs_recall input[type=text]:focus {
    border: 1px solid #0062ff;
}

#xs_recall .name{
    color: #0F0F0F;
    font-size: 14px;
    margin-bottom:10px;
}

#xs_recall .box-sub{
    margin:24px 0px 24px;
}

#xs_recall .xs_result p{
    margin:0;
}

#xs_recall .sanding {
    width: 100%;
    margin: 20px 0px 20px 0px;
    border: none;
}

.xs_result{
    color:green;
}

/* Keyframes */
@keyframes animation1 {
    0% {transform: scale(1); opacity: 1.0; background-color: #000;}
    50% {transform: scale(0.5); opacity: 0.1; background-color: green;}
    70% {transform: scale(3); opacity: 1.0; background-color: blue;}
    100% {transform: scale(1); opacity: 1.0; background-color: red;}
}

@-webkit-keyframes animation1 {
    0% {transform: scale(1); opacity: 1.0; background-color: #000;}
    50% {transform: scale(0.5); opacity: 0.1; background-color: green;}
    70% {transform: scale(3); opacity: 1.0; background-color: blue;}
    100% {transform: scale(1); opacity: 1.0; background-color: red;}
}

.btn-anim:hover {
    animation: animation1 3s ease infinite;
    -webkit-animation: animation1 3s ease infinite;
}

.customer__placeholder iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#xs_map_map {
    width: 100%;
    height: 100%;
}

.slick-arrow {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: #fff;
    text-indent: 100px;
    padding: 0;
    margin: 0;
    overflow: hidden;

    background-image: url(images/icons/arrow-nav.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 8px;

    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    transition: .2s all;

    background-color: #EDF4FF;
    border: 1px solid #D3E4FF;
}
/* style.css END */

/* Общая стандартная настройка END */

/************** Almimaster **************/

/* Header START */
.header {
    border-bottom: 1px solid rgb(255 255 255 / 6%);

    position: fixed;
    top:0;
    width: 100%;
    z-index: 900;
    transition: .2s all;
}
.admin-bar .header {
    top:32px
}
body.fix .header {
    background-color: #fff;
    border-bottom: 1px solid #F2F2F2;
}
body.body--catalog .header {
    background-color: #fff;
    border-bottom: 1px solid #F2F2F2;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 20px 0;
}
.header__fusion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}
.header__burger{
	display:none
}
.header__logo {
    width: 294px;
    min-width: 294px;
    height: 32px;
    position: relative;
}
.hero-section__xbackground-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hero-section__xbackground-img:first-child {
    display: none;
}
.hero-section__xbackground-img:last-child {
    display: block;
}

body.fix .hero-section__xbackground-img:first-child,
body.body--catalog .hero-section__xbackground-img:first-child {
    display: block;
}
body.fix .hero-section__xbackground-img:last-child,
body.body--catalog .hero-section__xbackground-img:last-child {
    display: none;
}
.header__menu {
}
.header__bottom {
    display: none;
}
.header__menu ul {
    padding: 0;
    margin: 0 -20px;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header__menu ul li {
    list-style-type: none;
}
.header__menu ul li a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    opacity: 0.7;
    transition: .2s all;
}
body.fix .header__menu ul li a,
body.body--catalog .header__menu ul li a {
    color: #4E4E4E;
}
.header__contact {
}
.header-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.header-contact__tel {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    white-space: nowrap;
}
body.fix .header-contact__tel,
body.body--catalog .header-contact__tel {
    color: #0F0F0F;
}
.header-contact__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.header-contact__item {
    width: 52px;
    min-width: 52px;
    height: 52px;
    background-color: rgb(255 255 255 / 13%);
    border-radius: 16px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .2s all;
}
body.fix .header-contact__item--whatsapp,
body.body--catalog .header-contact__item--whatsapp {
    background-color: #CEF3D4;
}
body.fix .header-contact__item--tg,
body.body--catalog .header-contact__item--tg {
    background-color: #D7ECF7;
}
.header-contact__img {
    display: none;
}
.header-contact__item .header-contact__img:last-child {
    display: block;
}

body.fix .header-contact__item .header-contact__img:first-child,
body.body--catalog .header-contact__item .header-contact__img:first-child {
    display: block;
}
body.fix .header-contact__item .header-contact__img:last-child,
body.body--catalog .header-contact__item .header-contact__img:last-child {
    display: none;
}
.header-contact__button {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
/* Header END */

/* Hero-section START */
.hero-section {
    position: relative;
    height: 920px;
    padding-top: 92px;
}
.hero-section .container {
    height: 100%;
}
.hero-section__inner {
    position: relative;
    z-index: 3;
    height: 100%;

    display: flex;
    justify-content: space-between;
    gap: 40px;

    padding: 60px 0;
}
.hero-section__body {
    flex: 0 1 1208px;

    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 48px;
}
.hero-section__top {
}
.hero-section__title {
    color: #fff;
    font-size: 64px;
    margin-bottom: 30px;

    max-width: 896px;
}
.hero-section__subtitle {
    color: #fff;
    font-size: 16px;
    opacity: 0.7;
    line-height: 120%;
    margin-bottom: 30px;
}
.hero-section__btn {
    padding: 25px 40px;
}
.hero-section__bottom {
}
.hero-low {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
}
.hero-low__item {
    position: relative;
    padding-top: 22px;
}
.hero-low__item::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 6px;

    background-image: url(images/icons/dots-list.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;

    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
}
.hero-low__name {
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    color: #fff;
}
.hero-section__wr-form {
    flex: 0 1 512px;
}
.hero-section__form {
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 40px;
    background-color: #fff;
}
.hero-form {
}
.hero-form__title {
    color: #0F0F0F;
    font-size: 28px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 20px;
}
.hero-form__title span {
    color: #0062FF;
}
.hero-form__note {
    margin-bottom: 40px;
}
.hero-note {
    display: flex;
    justify-content: flex-start;
    gap: 4px;
}
.hero-note__fire {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #F10C0C;
    background-image: url(images/icons/fire.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px;
}
.hero-note__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #0F0F0F;
    border-radius: 12px;
    padding: 5px 18px;
    overflow: hidden;
    background-color: #F9D616;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hero-note__text--mob{
	display:none
}
.hero-note__text strong{
	font-weight:900
}
.hero-form__focus {
}
.hero-form__item {
    margin-bottom: 20px;
}
.hero-form__name {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #0F0F0F;
    margin-bottom: 10px;
}
.hero-form__btn {
    width: 100%;
    margin: 20px 0;
}
.hero-form__wr-politic {
    position: relative;
}
.hero-form__politic {
    color: #BBBBBB;
    font-size: 12px;
    line-height: 140%;
}
.hero-form__politic a {
    color: #BBBBBB;
    border-bottom: 1px solid;
}
.hero-section__background {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.hero-section__background::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-color: #000;
    opacity: 0.68;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.hero-section__background-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Hero-section END */

/* Footer START */
.footer {
    padding-bottom: 191px;
    position: relative;
    border-top: 1px solid #F2F2F2;
}
.footer .container {
    position: initial;
}
.footer__inner {
}
.footer__top {
    padding: 60px 0 40px;
}
.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.footer-main__contact {
    flex: 0 1 722px;
}
.footer-contact {
}
.footer-contact__reach {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;

    margin-bottom: 40px;
}
.footer-contact__tel {
    display: inline-block;
    vertical-align: top;
    font-size: 40px;
    color: #0F0F0F;
    font-weight: 500;
    line-height: 120%;
}
.footer-contact__main {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #0F0F0F;
    font-weight: 500;
    line-height: 120%;
}
.footer-contact__messages {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;

    margin-bottom: 40px;
}
.footer-messages {
}
.footer-messages__link {
    border-bottom: 1px solid;
    transition: .2s all;
}
.footer-contact__media {
}
.footer-media {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}
.footer-media__item {
    width: 48px;
    min-width: 48px;
    height: 48px;
    position: relative;
}
.footer-media__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-main__menu {
    flex: 0 1 499px;
}
.footer-menu {
}
.footer-menu ul {
    padding: 0;
    margin: 0;
}
.footer-menu ul li {
    list-style-type: none;
}
.footer-menu ul li a {
    display: inline-block;
    vertical-align: top;

    color: #0F0F0F;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
}
.footer-menu ul li:not(:last-child) {
    margin-bottom: 20px;
}
.footer-main__address {
    flex: 0 1 499px;
}
.footer-address {
}
.footer-address__tlt {
    color: #0F0F0F;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;
}
.footer-address__location {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;

    margin-bottom: 40px;
}
.footer-address__location p {
    color: #0F0F0F;
    font-size: 14px;
    line-height: 140%;
    margin: 0 0;
}
.footer-address__location p strong {
    font-weight: 500;
}
.footer-address__maplink {
    font-size: 14px;
    line-height: 140%;

    border-bottom: 1px solid;
}
.footer-address__week {
    color: #0F0F0F;
    font-size: 14px;
    line-height: 120%;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 40px 0 80px;
}
.footer-copyright {
}
.footer-copyright__txt {
    flex: 0 1 722px;
    
    display: inline-block;
    vertical-align: top;
    color: #BBBBBB;
    font-size: 14px;
    line-height: 120%;
}
.footer-copyright__wr-link {
    flex: 0 1 499px;
}
.footer-copyright__link {
    display: inline-block;
    vertical-align: top;
    color: #BBBBBB;
    font-size: 14px;
    line-height: 120%;
    border-bottom: 1px solid;
}
.footer__decor {
    width: 100%;
    height: 191px;
    position: absolute;
    top:auto;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.footer__decor-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Footer END */



/* Video-Review START */
.video-review {
}
.video-review__inner {
    display: block;
    position: relative;
    z-index: 2;

    height: 420px;
    position: relative;
    padding: 80px 80px;
    overflow: hidden;
    border-radius: 20px;
}
.video-review__body {
    position: relative;
    z-index: 3;
    height: 100%;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.video-review__watch {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    padding-left: 24px;
    position: relative;
    opacity: 0.7;
}
.video-review__watch::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    height: 16px;

    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;

    background-image: url(images/icons/icon-play-review.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.video-review__tlt {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    max-width: 633px;
}
.video-review__tlt p {
    margin: 0;
}
.video-review__background {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.video-review__background::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;

    position: absolute;
    top:0;
    left: 0;
    z-index: 1;

    background-color: #000;
    opacity: 0.60;
}
.video-review__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Video-Review END */

/* Product-list START */
.product-list {
}
.product-list__inner {
}
.product-list__ahead {
    display: flex;
    justify-content: space-between;
    gap: 24px;
	align-items: center;
}
.product-list__title {
    max-width: 327px;
}

.product-list__nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex: 0 1 122px;
}
.nav-slider {
}
.nav-slider__item {
    width: 56px;
    height: 56px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 16px;
    cursor: pointer;

    background-color: #EDF4FF;
    border: 1px solid #D3E4FF;
}
.nav-slider__img {
    display: inline-block;
    vertical-align: top;
}
.nav-slider__item--prev {
}
.nav-slider__item--next {
}
.nav-slider__item--next .nav-slider__img {
    transform: rotate(180deg);
} 

.body--catalog .product-list__title {
    max-width: 100%;
}
.product-list--simmilar .product-list__ahead {
    margin-bottom: 40px;
}
.product-list--simmilar .product-list__title {
    margin-bottom: 0;
}
.product-list__body {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -20px -10px;
}
.product-list__product {
}
.product {
    width: calc(100% / 4 - 20px);
    margin: 20px 10px;
}
.product__slider {
    margin-bottom: 20px;
}
.product__slider .slick-arrow {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 10px;
    background-color: #fff;
    text-indent: 100px;
    padding: 0;
    margin: 0;
    overflow: hidden;

    background-image: url(images/icons/arrow-slider.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 8px;

    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    transition: .2s all;
    opacity: 0;
}

.product__slider .slick-prev {
    left: 20px;
    transform: translateY(-50%) rotate(180deg);
}
.product__slider .slick-next {
    left: auto;
    right: 20px;
}

.product__item {
    border-radius: 20px;
    overflow: hidden;
}
.product__image {
    display: block;
    height: 248px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.product__img {
    display: inline-block;
    vertical-align: top;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover
}
.product__info {
}
.product__name {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    color: #0F0F0F;
    margin-bottom: 20px;
}
.product__parametr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.product-parametr {
}
.product-parametr__item {
    color: #0F0F0F;
    font-size: 14px;
    line-height: 120%;
}
.product-parametr__item strong {
    font-weight: 600;
}
.product__text {
    color: #BBBBBB;
    font-size: 12px;
    max-width: 244px;
    margin-bottom: 20px;
}
.product__installment{
	color: #f72049;
    background: #ffdae1;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 12px
}
.product__installment--detail{
	margin-bottom: 40px;
    font-size: 13px
}
.product__options {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}
.product-options {
}
.product-options__item {
    border-radius: 16px;
    border: 1px solid #F2F2F2;
    padding: 16px 20px;
    position: relative;
}
.product-options__item i{
	text-decoration:line-through;
	font-style:normal;
	color:#BBBBBB;
	margin-bottom: 2px;
}
.product-options__item--summer {
    flex: 0 1 159px;
}
.product-options__item--winter {
    flex: 0 1 256px;
}
.product-options__note {
    position: absolute;
    top:10px;
    left: auto;
    right: 10px;
    z-index: 5;
    border-radius: 6px;

    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 4px 8px;
}

.product-options__item--summer .product-options__note {
    background-color: #34CA0F;
}
.product-options__item--winter .product-options__note {
    background-color: #0062FF;
}

.product-options__name {
    font-size: 16px;
    color: #0F0F0F;
    font-weight: 500;
    margin-bottom: 8px;
}
.product-options__subname {
    color: #4E4E4E;
    font-size: 10px;
}
.product__collect {
    color: #0F0F0F;
    font-size: 12px;
    margin-bottom: 20px;
}
.product__buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.product__button {
	padding-left:10px;
	padding-right:10px;
}
.product__button--watch {
    color: #0062FF;
    background-color: #0062FF1A;
	border: 1px solid #0062FF1A;
}
.product__button:first-child {
    flex: 0 1 255px;
}
.product__button:last-child {
    flex: 0 1 160px;
}
.product-list__text {
    color: #979797;
    font-size: 14px;
    line-height: 140%;
    margin-top: 40px;
}
.product-list__text a{
	color:inherit;
	border-bottom: 1px solid;
}
/* Product-list END */

/* Difference START */
.difference {
}
.difference__inner {
}
.difference__title {
    max-width: 565px;
}
.difference__body {
    display: flex;
    justify-content: flex-start;
}
.difference__item {
    width: calc(100% / 5);
    border: 1px solid #F2F2F2;
}
.difference__item:first-child {
    border-radius: 16px 0 0 16px;
}
.difference__item:last-child {
    border-radius: 0 16px 16px 0;
}
.difference__item:not(:last-child) {
    border-right: none;
}
.difference-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    height: 280px;

    padding: 40px 40px;
}
.difference-item__icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    position: relative;
}
.difference-item__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.difference-item__info {
}
.difference-item__info strong {
    display: block;
    font-size: 16px;
    color: #0F0F0F;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
}
.difference-item__info span {
    display: block;
    font-size: 14px;
    color: #BBBBBB;
    line-height: 120%;
	max-width: 220px;
}
/* Difference END */

/* Галерея START */
.media {
}
.media__inner {
}
.media__title {
}
.media__body {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -10px -10px;

    max-height: 640px;
    overflow: hidden;
}
.media--gallery-active .media__body {
    max-height: 9999px;
}
.media__item {
    display: block;
    width: calc(100% / 4 - 20px);
    margin: 10px 10px;
    border-radius: 16px;
    overflow: hidden;

    height: 300px;
    position: relative;
}
.media--video .media__item {
    height: 238px;
}
.media__image {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.media__image::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;

    position: absolute;
    top:0;
    left: 0;
    z-index: 2;
    background-color: rgb(0 0 0 / 48%);
}
.media__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.media__play {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 20%);
}
.media__play-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.media__more {
    margin-top: 40px;
}
/* Галерея END */

/* Отзывы клиентов START */
.customer {
}
.customer__inner {
}
.customer__wr-title {
    margin-bottom: 40px;
}
.commom-fusion {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.customer__title {
    max-width: 598px;
    margin-bottom: 0;
}
.commom-fusion__arrows {
    flex: 0 1 122px;

    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.commom-fusion__btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    border: 1px solid #D3E4FF;
    border-radius: 16px;
    background-color: #EDF4FF;
    cursor: pointer;
    position: relative;
}
.commom-fusion__img {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    background-image: url(images/icons/arrow-nav.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;

    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.commom-fusion__btn--next .commom-fusion__img {
    transform: translate(-50%, -50%) rotate(180deg);
}
.customer__body {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.customer__placeholder {
    /*flex: 0 1 760px;*/
    width: 100%;
    max-width: 760px;
    height: 624px;
    position: relative;
    border: 1px solid #F2F2F2;
    border-radius: 16px;
}
.customer__placeholder-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.customer__list {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    /*flex: 0 1 980px;*/


    width: 100%;
    max-width: 980px;

    padding: 20px 10px;
    border: 1px solid #F2F2F2;
    border-radius: 16px;
    margin: 0 -10px;
}

.customer__list .slick-track {
    display: flex !important;
    justify-content: flex-start;
}

.customer-list {
}
.customer-list__item {
    flex: 0 1 300px;
    display: flex !important;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
    margin: 0 10px;
}
.customer-list__image {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 282px;
}
.customer-list__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.customer-list__zoom {
    width: 48px;
    height: 48px;
    background-color: #0062FF;
    border-radius: 50%;

    position: absolute;
    top:auto;
    left: 20px;
    bottom: 20px;
    z-index: 2;
}
.customer-list__zoom-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 12px;
    height: 12px;
    object-fit: cover;
}
/* Отзывы клиентов END */

/* О компании START */
.about {
}
.about__inner {
}
.about__title {
    max-width: 1029px;
}
.about__body {
}
.about__banner {
    width: 100%;
    height: 560px;
    position: relative;
    margin-bottom: 40px;
}
.about__banner-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about__text {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.about__text a{
    border-bottom: 1px solid;
}
.about__side {
    flex: 0 1 870px;
}
.about__side h3 {
    margin-top: 0;
}
/* О компании END */

/* Консультация START */
.consult {
}
.consult__inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.consult__form {
    flex: 0 1 870px;
    position: relative;
    background-color: #0062FF;
    padding: 80px 80px;
    border-radius: 16px;
    overflow: hidden;
}
.consult__title {
    color: #fff;
    margin-bottom: 20px;
}
.consult__subtitle {
    color: #fff;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 40px;
}
.consult__focus {
}
.consult__item {
    margin-bottom: 20px;
}
.consult__name {
    font-size: 14px;
    color: #fff;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 10px;
}
.consult__item input {
    background-color: rgb(255 255 255 / 10%);
    border: 1px solid rgb(255 255 255 / 10%);
    color: #fff;
}
.consult__item input::placeholder {
    color: #fff;
    opacity: 0.3 !important;
}
.consult__btn {
    width: 100%;
    color: #0F0F0F !important;
    background-color: #fff !important;
    margin-bottom: 20px;
    padding: 21px 20px;
    margin-top: 20px;
}
.consult__wr-politic {
}
.consult__politic {
    color: #fff;
    opacity: 0.4;
    font-weight: 400;
    max-width: 510px;
}
.consult__politic::before {
    border: 1px solid #fff !important;
}
.consult__wr-politic input[type=checkbox]:checked + label:after {
    background: url(images/icons/checked-white.svg) no-repeat 50% 50%;
    background-size: 13px;
}
.consult__politic a {
    color: #fff;
    border-bottom: 1px solid;
}
.consult__image {
    flex: 0 1 870px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.consult__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Консультация END */

/* Информация START */
.information {
}
.information__inner {
}
.information__title {
    max-width: 910px;
}
.information__body {
}
.information__text {
}
.info-text {
}
.info-text__item {
    border: 1px solid #F2F2F2;
    border-radius: 16px;
    padding: 40px 40px;
    margin-bottom: 20px;
}
.info-text__name {
    font-size: 16px;
    color: #0F0F0F;
    font-weight: 500;
    margin-bottom: 12px;
}
.info-text__subtext {
    font-size: 14px;
    color: #4E4E4E;
}
.info-text__subtext ul {
    padding: 0;
    margin: 0 20px;
}
.information__banners {
}
.info-banner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.info-banner__item {
    flex: 0 1 870px;
    position: relative;
    height: 340px;
    overflow: hidden;
    border-radius: 16px;
    background-color: #0062FF;
}
.info-banner__focus {
    position: relative;
    z-index: 2;
    padding: 40px 40px;
    height: 100%;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}
.info-banner__name {
    color: #fff;
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
}
.info-banner__item:first-child .info-banner__name {
    max-width: 351px;
}
.info-banner__item:last-child .info-banner__name {
    max-width: 447px;
}
.info-banner__wr-order {
}
.info-banner__order {
    color: #fff;
    font-size: 14px;
    line-height: 120%;
    border-bottom: 1px solid;
}
.info-banner__image {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.info-banner__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Информация END */

/* Офисы START */
.offices {
}
.offices__inner {
}
.offices__title {
    max-width: 900px;
}
.offices__body {
    display: flex;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 40px;
}
.offices__side {
    flex: 0 1 870px;
}
.offices__name {
    font-size: 16px;
    color: #0F0F0F;
    font-weight: 500;
    margin-bottom: 20px;
}
.offices__txt {
    margin-bottom: 20px;
}
.offices__txt p {
    font-size: 14px;
    line-height: 140%;
    margin: 0px 0;
}
.offices__wr-link {
}
.offices__link {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #0062FF;
    border-bottom: 1px solid;
}
.offices__map {
    height: 540px;
}
.offices__map-img {
}
/* Офисы END */

/* Каталог START */
.breadcrumbs {
    margin-bottom: 20px;
}
.breadcrumbs__inner {
}
.breadcrumbs__inner ul {
    padding: 0;
    margin: 0;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.breadcrumbs__inner ul li {
    list-style-type: none;
    color: #BBBBBB;
    font-size: 12px;
    line-height: 120%;
    margin-right: 16px;
}
.breadcrumbs__inner ul li a {
    display: inline-block;
    vertical-align: top;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    padding-right: 22px;
    position: relative;
}
.breadcrumbs__inner ul li a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    min-width: 6px;
    height: 6px;

    background-image: url(images/icons/breadcrumbs-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;

    position: absolute;
    top:50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.catalog-description {
    padding: 80px 0;
    border-top: 1px solid #F2F2F2;
    color: #979797;
    font-size: 14px;
    line-height: 140%;
}
.catalog-description__inner {}
.catalog-description h3 {
    color: #0F0F0F;
    font-size: 16px;
    line-height: 140%;
}
.catalog-description p {
}
/* Каталог END */

/* Квиз START */
.calc-options {
}
.calc-options__inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.calc-options__body {
    border-radius: 20px;
    overflow: hidden;
    padding: 80px 80px 0 80px;
    background-color: #EDF4FF;

    flex: 0 1 1167px;
}
.calc-options__title {
    font-size: 40px;
    max-width: 524px;
    color: #0F0F0F;
    margin-bottom: 40px;
}
.calc-options__title span {
    color: #0062FF;
}
.calc-options__slider {
    margin: 0 -10px;

    padding-top: 40px;
    position: relative;
}
.calc-options__dots {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 8px;
}
.calc-options__dots li {
    list-style-type: none;

    flex: 0 1 119px;
    overflow: hidden;
}
.calc-options__dots li span {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 6px;
	display:block;
    background-color: #fff;
    border-radius: 8px;
    cursor: default;
    overflow: hidden;
    text-indent: 1000px;
}
.calc-options__dots li.slick-active span {
    background-color: #0062FF;
}
.calc-options__wr-slide {
    margin: 0 10px;
	padding-bottom:80px;
}
.calc-options__slide {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: -10px -10px;
}
.calc-options__item {
    width: calc(100% / 4 - 20px);
    margin: 10px 10px;
}
.calc-item {
}
.calc-item__name {
    color: #7C90AF;
    font-size: 14px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 12px;
}
.calc-options__inp-txt {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 120%;
    text-align: center;
	background:#fff;
	height:56px;
	display:flex;
	align-items: center;
    justify-content: center;
	border-radius:20px;
}
.calc-options__inp-txt::placeholder {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    color: #B4C4DE;
}
.calc-options__wr-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;

    margin-top: 40px;
}
.calc-options__btn {
}

.calc-options__txt {
    max-width: 533px;
}
.calc-options__txt .hero-form__politic {
    font-size: 12px;
    color: #9EB6DB;
}
.calc-options__txt .hero-form__politic a {
    color: inherit;
}
.calc-options__image {
    flex: 0 1 573px;
    height: 628px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.calc-options__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.select {}

.select__field {
  position: relative;
}

.select__trigger {
  width: 100%;
  color: #B4C4DE;
  font-size: 14px;
  padding: 20px 50px 20px 30px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  line-height: 115%;
}

.select__trigger span {
  display: block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select__trigger--selected span {
  color: #231F20;
}

.select__trigger::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url(images/icons/arrow-down.svg) no-repeat center;
  background-size: 8px;
}

.select__list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 9px #1957BA0F;
  z-index: 3;
  display: none;
}

.select--active .select__list {
  display: block;
}

.select__list ul {
  margin: 0;
  padding: 15px 0px;
  max-height: 188px;
  overflow: auto;
}
.select__item {
  list-style: none;
  padding: 8px 30px;
  font-size: 14px;
  color: #979797;
  cursor: pointer;
  transition: 0.2s;
}
.select__item_price{
	font-size: 80%;
    white-space: nowrap;
    vertical-align: top;
    margin-left: 4px;
    color: #979797 !important
}
.select__item--selected {
    color: #231F20;
}

.select__input {
  display: none;
}

.calc-options__slide--form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.slide-form__item {
    width: calc(100% / 2 - 20px);
    margin: 10px 10px;
}
.form-item {
}
.form-item__name {
    color: #7C90AF;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}
.form-item__input {
    color: #B4C4DE;
    background-color: #fff;
}
.form-item__input::placeholder {
    color: #B4C4DE;
}
/* Квиз END */

/* Карточка товара START */
.p-product {
    padding-top: 80px;
}
.p-product__main {
    padding-bottom: 80px;
}
.product-main {
}
.p-product__main-inner {
    display: flex;
    justify-content: space-between;
    gap: 80px;

    overflow: visible; /* важно */
    align-items: flex-start; /* уже есть */
}
.product-main__wrap {

}
.product-main__wr-images {
    overflow: visible;
}
.product-main__images {
    flex: 0 1 958px;
    
    position: sticky;
    top: 120px;

    align-self: flex-start;
    height: fit-content;
}
.product-main__wr-slider-max {
    margin-bottom: 20px;
}
.product-main__slider-max {
    max-width: 958px;
}
.slider-max {
}
.slider-max__item {
    display: block;
    height: 548px !important;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.slider-max__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-main__wr-slider-min {
    max-width: 958px;
}
.product-main__slider-min {
    display: flex;
    justify-content: flex-start;
    margin: 0 -5px !important;
}
.product-main__slider-min .slick-track {
    margin: 0;
}
.slider-min {
}
.slider-min__item {
    display: block;
    width: 158px;
    margin: 0 5px;
    height: 90px !important;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.slider-min__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-main__info {
    flex: 0 1 722px;
}
.product-info {
}
.product-info__breadcrumbs {
    margin-bottom: 20px;
}
.product-main__title {
    color: #0F0F0F;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;
}
.product-main__prices {
    margin-bottom: 40px;
}
.product-prices {
}
.product-prices__tlt {
    color: #BBBBBB;
    font-size: 14px;
    margin-bottom: 20px;
}
.product-prices__options {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.p-product .product-prices__options{
	flex-wrap: wrap;
}
.product-prices__options .product-options__item {
    flex-grow: 1;
    flex: 0 1 356px;
}

.p-product .product-prices__options .product-options__item{
	flex:initial;
	width:calc(50% - 5px)
}
.p-product .product-prices__options .product-options__item--dacha{
	min-width:200px
}
.product-main__collect {
    font-size: 14px;
    color: #0F0F0F;
    margin-bottom: 40px;
}
.product-main__collect strong {
    font-weight: 600;
}
.product-main__plan {
}
.product-plan {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}
.product-plan__link {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    border-bottom: 1px solid;
}
.product-main__buttons {
    margin-bottom: 40px;
}
.product-buttons {
}
.product-buttons__btn {
    display: block;
}
.product-buttons__btn:first-child {
    margin-bottom: 10px;
}
.product-main__banners {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}
.product-banners {
}
.product-banners__item {
    border-radius: 20px;
    overflow: hidden;
    flex: 0 1 351px;
    height: 181px;
    position: relative;
}
.product-banners__txt {
    width: 100%;
    max-width: 184px;
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFF;
    padding-left: 36px;
    position: relative;

    position: absolute;
    top:auto;
    left: 20px;
    bottom: 20px;
    z-index: 2;
}
.product-banners__txt::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #fff;

    background-image: url(images/icons/icon-p-product-play.svg);
    background-repeat: no-repeat;
    background-position: 55% 50%;
    background-size: 9px;

    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.product-banners__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-banners__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: red;

    position: absolute;
    top:20px;
    left: 20px;
    z-index: 2;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.product-banners__icon-img {
    width: 20px;
    height: 20px;
}
.product-banners__text {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top:auto;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    width: 180px;
}
.product-main__charact {
    margin-bottom: 40px;
}
.characteristics {
}
.characteristics__tlt {
    font-size: 24px;
    color: #0F0F0F;
    font-weight: 500;
    margin-bottom: 20px;
}
.characteristics__body {
}
.characteristics__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.characteristics__line::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background-color: #F2F2F2;

    position: absolute;
    top:auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.characteristics__line:not(:last-child) {
    margin-bottom: 10px;
}

.characteristics__name {
    color: #979797;
    font-size: 14px;
    line-height: 150%;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 4px;
}
.characteristics__val {
    color: #0F0F0F;
    font-size: 14px;
    line-height: 150%;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-left: 4px;
}
.product-main__list {
    margin-bottom: 40px;
}
.product-main__list ul {
    margin: 0 17px;
    padding: 0;

}
.product-main__list ul li {
    color: #0F0F0F;
    font-size: 14px;
}
.product-main__list ul li:not(:last-child) {
    margin-bottom: 5px;
}
.product-main__complect {
    margin-bottom: 40px;
}
.product-complect {
}
.product-complect__title {
    font-size: 24px;
    color: #0F0F0F;
    font-weight: 500;
    margin-bottom: 30px;
}
.product-complect__line {
}
.product-complect__line:not(:last-child) {
    margin-bottom: 20px;
}

.product-complect__name {
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    padding-left: 27px;
    position: relative;
    margin-bottom: 10px;
}
.product-complect__name::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-image: url(images/icons/icon-done.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.product-complect__subtxt {
    color: #979797;
    font-size: 14px;
    line-height: 140%;
}
.product-main__pros {
}
.product-pros {
}
.product-pros__title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}
.product-pros ul {
    padding: 0;
    margin: 0 0 40px;
}
.product-pros ul li {
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    list-style-type: none;
    padding-left: 27px;
    position: relative;
}
.product-pros ul li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    height: 16px;

    background-image: url(images/icons/icon-done.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;

    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.product-pros ul li:not(:last-child) {
    margin-bottom: 12px;
}
.product-pros__text {
}
.product-pros__text p {
    color: #000000;
    font-size: 14px;
    line-height: 120%;
    margin: 0 0 12px;
}
.product-pros__text p:last-child {
    margin: 0 0;
}
/* Карточка товара END */

/* Popup-done START */
.popup-done {
    width: 100%;
    max-width: 400px !important;
    background-color: #fff;
    padding: 40px 40px !important;
    border-radius: 20px;
}
.popup-done__inner {
    text-align: center;
}
.popup-done__image {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin: 0 auto 40px;
}
.popup-done__img {
    display: inline-block;
    vertical-align: top;
}
.popup-done__main {
    color: #0F0F0F;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.popup-done__main strong {
    display: block;
    color: #0062FF;
}
.popup-done__txt {
    color: #979797;
    font-size: 14px;
    line-height: 140%;
}
/* Popup-done END */

/* Калькулятор стоимости START */
.cost-culc {
    display: block;
    width: 113px;
    height: 100px;
    position: relative;
    border-radius: 20px 0 0 20px;
    overflow: hidden;

    position: fixed;
    top: auto;
    bottom: 8%;
    left: auto;
    right: 0;
    z-index: 99;
    cursor: pointer;
}
.cost-culc__txt {
    width: 73px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;

    position: absolute;
    top:auto;
    left: 20px;
    bottom: 12px;
    text-align: right;
    z-index: 3;
}
.cost-culc__image {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.cost-culc__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Калькулятор стоимости END */
.slick-track{
	margin-left:0 !important
}
#xs_map_map ymaps[class$="-ground-pane"],#xs_map_map ymaps[class$="-copyrights-pane"]{filter:grayscale(100%);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:url(desaturate.svg#greyscale);filter:gray;-webkit-filter:grayscale(1)}
#myVideo{padding:0 !important}
.product-main__wr-slider-min .slick-track{
	transform: translate3d(0px, 0px, 0px) !important;
}

/* Виджет формы START */
body.popup-sale--active::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: #000;
    opacity: 0.7;
}

.popup-sale {
    padding: 50px 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 70%;
    z-index: 9999999;
	max-width:1200px;
	min-height: 500px;
    display: none;
	border-radius: 24px;
    overflow: hidden;
}
.popup-sale--active .popup-sale {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.popup-sale__inner {
    text-align: center;
    position: relative;
    z-index: 5;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    background-color: rgb(0 0 0 / 15%);
    border-radius: 25px;
	backdrop-filter: blur(10px);
}
.popup-sale__tlt {
    font-size: 80px;
    color: #fff;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 5px;
}
.popup-sale__subtlt {
    font-size: 30px;
    color: #fff;
    line-height: 120%;
    margin-bottom: 40px;
	font-weight:300;
}
.popup-sale__form {
}
.popup-sale__focus {
	display: flex;
    justify-content: center;
    gap: 24px;
}
.popup-sale__form .xs_input input {
    font-size: 16px;
}
.popup-sale__form .xs_result{
	color:#fff
}

.popup-sale__form .policy {
    font-size: 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 10px 0;
	max-width: 530px;
    text-align: left;
}

.popup-sale__form .policy input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.popup-sale__form .policy input[type=checkbox] + label:before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
}

.popup-sale__form .policy input[type=checkbox]:checked + label:after {
    position: absolute;
    background-size: contain;
    left: 4px;
    top: 3px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: border-box;
}

.popup-sale__form .policy label {
    padding-left: 25px;
    cursor: pointer;
    position: relative;
    color: #fff;
}
.popup-sale__form .policy label a {
    color: inherit;
    border-bottom: 1px solid #fff;
    text-decoration: none !important;
}
.popup-sale__close {
    width: 45px;
    height: 45px;
    cursor: pointer;
    color: #000;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 20px;
    left: auto;
    right: 20px;
    z-index: 990;
    border-radius: 50%;
    background-color: rgb(255 255 255);

    background-image: url(images/icons/cross-x-black.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px;
}
.popup-sale-trigger {
    position: fixed;
    top: 50%;
    left: auto;
    right: 10px;
    transform: translateY(-50%);
    z-index: 998;
}
.popup-sale-trigger span {}
.popup-sale--active .popup-sale-trigger {
    display: none;
}
.hero-section__img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* Виджет формы END */