@font-face {
    font-family: "IBM Plex Sans";
    src:
        local("IBM Plex Sans Italic"),
        local("IBMPlexSans-Italic"),
        url("../fonts/IBMPlexSans-Italic.woff2") format("woff2"),
        url("../fonts/IBMPlexSans-Italic.woff") format("woff"),
        url("../fonts/IBMPlexSans-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Sans";
    src:
        local("IBM Plex Sans Regular"),
        local("IBMPlexSans-Regular"),
        url("../fonts/IBMPlexSans-Regular.woff2") format("woff2"),
        url("../fonts/IBMPlexSans-Regular.woff") format("woff"),
        url("../fonts/IBMPlexSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Sans";
    src:
        local("IBM Plex Sans Light"),
        local("IBMPlexSans-Light"),
        url("../fonts/IBMPlexSans-Light.woff2") format("woff2"),
        url("../fonts/IBMPlexSans-Light.woff") format("woff"),
        url("../fonts/IBMPlexSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Sans";
    src:
        local("IBM Plex Sans Medium"),
        local("IBMPlexSans-Medium"),
        url("../fonts/IBMPlexSans-Medium.woff2") format("woff2"),
        url("../fonts/IBMPlexSans-Medium.woff") format("woff"),
        url("../fonts/IBMPlexSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Sans";
    src:
        local("IBM Plex Sans Bold"),
        local("IBMPlexSans-Bold"),
        url("../fonts/IBMPlexSans-Bold.woff2") format("woff2"),
        url("../fonts/IBMPlexSans-Bold.woff") format("woff"),
        url("../fonts/IBMPlexSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Sans";
    src:
        local("IBM Plex Sans ExtraLight"),
        local("IBMPlexSans-ExtraLight"),
        url("../fonts/IBMPlexSans-ExtraLight.woff2") format("woff2"),
        url("../fonts/IBMPlexSans-ExtraLight.woff") format("woff"),
        url("../fonts/IBMPlexSans-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Sans";
    src:
        local("IBM Plex Sans SemiBold"),
        local("IBMPlexSans-SemiBold"),
        url("../fonts/IBMPlexSans-SemiBold.woff2") format("woff2"),
        url("../fonts/IBMPlexSans-SemiBold.woff") format("woff"),
        url("../fonts/IBMPlexSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Sans";
    src:
        local("IBM Plex Sans Thin"),
        local("IBMPlexSans-Thin"),
        url("../fonts/IBMPlexSans-Thin.woff2") format("woff2"),
        url("../fonts/IBMPlexSans-Thin.woff") format("woff"),
        url("../fonts/IBMPlexSans-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/** icon font **/
@font-face {
    font-family: "icomoon";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../webfonts/icomoon.eot?13gl0p");
    src:
        url("../webfonts/icomoon.eot?13gl0p#iefix") format("embedded-opentype"),
        url("../webfonts/icomoon.ttf?13gl0p") format("truetype"),
        url("../webfonts/icomoon.woff?13gl0p") format("woff"),
        url("../webfonts/icomoon.svg?13gl0p#icomoon") format("svg");
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Close:before {
    content: "\e900";
}
.icon-calculator:before {
    content: "\e901";
}
.icon-Location:before {
    content: "\e902";
}
.icon-select:before {
    content: "\e903";
}
.icon-check:before {
    content: "\e904";
}
.icon-adress:before {
    content: "\e926";
}
.icon-viber:before {
    content: "\e90a";
}
.icon-whatsapp:before {
    content: "\f232";
}
.icon-telegram:before {
    content: "\e91a";
}
.icon-vk:before {
    content: "\e91e";
}
.icon-facebook:before {
    content: "\f082";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-odnoklassniki:before {
    content: "\e90b";
}
.icon-square:before {
    content: "\f0c8";
}
.icon-check_square:before {
    content: "\e90c";
}
.icon-check1:before {
    content: "\e90d";
}
.icon-checkmark:before {
    content: "\e923";
}
.icon-plus:before {
    content: "\e90e";
}
.icon-minus:before {
    content: "\e90f";
}
.icon-mail:before {
    content: "\e91f";
}
.icon-envelope:before {
    content: "\f003";
}
.icon-name:before {
    content: "\e920";
}
.icon-user:before {
    content: "\f007";
}
.icon-clock:before {
    content: "\e910";
}
.icon-clock_o:before {
    content: "\f017";
}
.icon-home:before {
    content: "\f015";
}
.icon-close1:before {
    content: "\f00d";
}
.icon-lock:before {
    content: "\f023";
}
.icon-map:before {
    content: "\f041";
}
.icon-chevron_left:before {
    content: "\f053";
}
.icon-chevron_right:before {
    content: "\f054";
}
.icon-chevron_up:before {
    content: "\f077";
}
.icon-chevron_down:before {
    content: "\f078";
}
.icon-tel:before {
    content: "\e921";
}
.icon-tel2:before {
    content: "\e922";
}
.icon-phone:before {
    content: "\f095";
}
.icon-caret_down:before {
    content: "\f0d7";
}
.icon-caret_up:before {
    content: "\f0d8";
}
.icon-toggle_off:before {
    content: "\f204";
}
.icon-toggle_on:before {
    content: "\f205";
}
.icon-left:before {
    content: "\e911";
}
.icon-right:before {
    content: "\e912";
}
.icon-paperclip:before {
    content: "\f0c6";
}
.icon-star1:before {
    content: "\e91b";
}
.icon-star-full:before {
    content: "\e91c";
}
.icon-play:before {
    content: "\e91d";
}
.icon-file:before {
    content: "\e913";
}
.icon-page:before {
    content: "\e914";
}
.icon-list:before {
    content: "\e915";
}
.icon-credit_carder:before {
    content: "\e916";
}



a:focus,
input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus {
    outline: none;
}
input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 50px white inset;
}
::-webkit-input-placeholder {
    color: #a5a5a5;
    font-weight: 400;
}
::-moz-placeholder {
    color: #a5a5a5;
    font-weight: 400;
} /* Firefox 19+ */
:-moz-placeholder {
    color: #a5a5a5;
    font-weight: 400;
} /* Firefox 18- */
:-ms-input-placeholder {
    color: #a5a5a5;
    font-weight: 400;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*sbros stileq*/

/*Убрать стрелки type="number"*/
input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    display: none;
}
/*Убрать стрелки type="number"*/


.row {
    margin: 0px auto;
    max-width: 1320px;
    padding: 0 15px;
}
.title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}
.title__desc {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #033566;
    margin: auto;
    margin-bottom: 30px;
}
.flex__bl {
    display: flex;
    justify-content: space-between;
}
input[name="name_2"] {
    display: none !important;
}
.btn__center {
    text-align: center;
    position: relative;
}
.center {
    text-align: center;
}
a[href^="tel:"] {
    text-decoration: none;
    color: #07192b;
    white-space: nowrap;
}
strong,
.strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
.tabs__content {
    display: none;
}
.tabs__content.active {
    display: block;
}

.section {
    margin-bottom: 100px;
}
.section__fon {
    background: #f4f9ff;
    padding: 100px 0;
}

:root {
    --yellow: #fc0;
    --yellow__hover: #ffe500;
    --blue: #033566;
    --blue__hover: #03478a;
}

.btn {
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    padding: 22px 42px;
    border-radius: 14px;
    border: none;
    display: inline-flex;
    text-align: center;
}
.btn:hover {
}
.btn__yellow {
    background: var(--yellow);
    color: #07192b;
}
.btn__yellow:hover {
    background: var(--yellow__hover);
}
.btn__blue {
    background: var(--blue);
    color: #fff;
}
.btn__blue:hover {
    background: var(--blue__hover);
}

.mess {
    display: flex;
    gap: 6px;
    align-items: center;
}
.mess a {
    text-decoration: none;
    border-radius: 6px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mess a:hover {
    opacity: 0.7;
}
.mess a i {
}
.mess a.telegram {
    background: #29a1d4;
    font-size: 16px;
}
.mess a.viber {
    background: #8f80e6;
    font-size: 20px;
}
.mess a.whatsapp {
    background: #2cd44a;
    font-size: 20px;
}
.mess a.phone {
    background: #000;
}

.head__top {
    background: #f8f8f8;
    padding: 15px 0;
}
.head__top .row {
    align-items: center;
    gap: 10px;
}
.head__top .logo {
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    color: #07192b;
    gap: 5px;
}
.head__top .logo img {
}
.head__top .logo .item {
}
.head__top .logo .name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 2px;
}
.head__top .logo .slogan {
    font-size: 13px;
}

.head__top__slider {
    opacity: 0;
    transition: 0.2s linear;
    width: 210px;
    padding: 14px 20px;
    background: rgba(255, 204, 0, 0.1);
    border: 1px solid var(--yellow);
    border-radius: 14px;
    box-sizing: content-box !important;
}
.head__top__slider .item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
}
.head__top__slider .item.slick-active {
    position: relative;
}
.head__top__slider.slick-slider {
    opacity: 1;
}
.head__top__slider .name {
}
.head__top__slider .name strong {
    display: inline-block;
}
.head__top__slider img {
}

.head__top__mess {
    max-width: 240px;
}
.head__top__mess .text {
    font-size: 14px;
    margin-bottom: 6px;
}
.head__top__mess .mess {
}
.head__top__mess .mess a {
}

.head__top__city {
    border-radius: 14px;
    background: #ecf0f4;
    padding: 14px 20px;
    gap: 10px;
    align-items: center;
}
.head__top__city .ico {
}
.head__top__city .ico i {
    font-size: 20px;
}
.head__top__city .item {
}
.head__top__city .name {
    font-size: 14px;
}
.head__top__city .type__city {
    display: flex;
    font-weight: 700;
}
.head__top__city .type__city span {
}
.head__top__city .type__city i {
    font-size: 24px;
}

.fancybox__content.city__modal {
    width: 450px;
    text-align: center;
    border-radius: 25px;
    padding: 32px;
}
.fancybox__content.city__modal .city__title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 35px;
}
.fancybox__content.city__modal ul {
    list-style: none;
    text-align: left;
    overflow: auto;
    max-height: 600px;
    height: 60vh;
    box-sizing: border-box;
}
.fancybox__content.city__modal ul li {
    border-bottom: 1px solid #d3dee9;
}
.fancybox__content.city__modal ul li:last-child {
    border-bottom: none;
}
.fancybox__content.city__modal ul li a {
    font-size: 16px;
    color: #07192b;
    text-decoration: none;
    display: block;
    padding: 14px 30px;
}
.fancybox__content.city__modal ul li a:hover {
    color: #033566;
    padding-left: 40px;
}
.fancybox__content.city__modal ul li.active a {
    color: #033566;
    font-weight: 700;
}

.head__top__tel {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.head__top__tel .tel {
    font-size: 24px;
    font-weight: 700;
}
.head__top__tel .mail {
    color: #07192b;
    text-decoration: none;
    margin-bottom: 6px;
    display: inline-block;
}
.head__top__tel .btn {
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 6px;
}

.head__menu {
    background: #033566;
    white-space: nowrap;
}
.head__menu .row {
}
.head__menu .menu {
}
.head__menu .menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.head__menu .menu ul li {
}
.head__menu .menu ul li a,
.head__menu .menu ul li span {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 18px 0;
}
.head__menu .menu ul li:hover a,
.head__menu .menu ul li.activ a,
.head__menu .menu ul li:hover span {
    color: #ffcc00;
}
.head__menu .menu ul li i {
    transition: 0.2s linear;
}
.head__menu .menu ul li i.icon-calculator {
    font-size: 20px;
}
.head__menu .menu ul li i.icon-select {
    font-size: 24px;
    color: #ffcc00;
    position: relative;
    top: 2px;
}
.head__menu .menu ul li:hover i.icon-select {
    transform: rotate(-180deg);
}
.head__menu .menu ul li ul {
    flex-direction: column;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9;
    min-width: 200px;
    box-sizing: border-box;
    align-items: flex-start;
    border-radius: 0px 0px 14px 14px;
    box-shadow: 0px 5px 30px 0px rgba(3, 53, 102, 0.25);
}
.head__menu .menu ul li:hover ul {
    display: flex;
}
.head__menu .menu ul li ul li {
    width: 100%;
    border-bottom: 1px solid #d3dee9;
}
.head__menu .menu ul li ul li:last-child {
    border-bottom: none;
}
.head__menu .menu ul li ul li a {
    color: #07192b;
    padding: 15px 20px;
}
.head__menu .menu ul li:hover ul li a {
    color: #07192b;
}
.head__menu .menu ul li ul li:hover a {
    text-decoration: underline;
    padding-left: 25px;
}
.head__menu .mmenu {
}
.head__menu .mmenu span {
}

.head__banner {
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.65) 0%,
            rgba(255, 255, 255, 0.44) 50%,
            rgba(255, 255, 255, 0.5) 100%
        ),
        url(../images/head_fon.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
}
.head__banner .row {
    display: flex;
    align-items: center;
    min-height: 700px;
}
.head__banner__text {
    max-width: 900px;
    position: relative;
    z-index: 1;
    margin: 50px 0;
}
.head__banner__text .name {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
.head__banner__text .name h1 {
    font-size: inherit;
    display: block;
}
.head__banner__text .name .old {
    color: #f92121;
    text-decoration: line-through;
    display: inline-block;
}
.head__banner__text .name__mini {
    margin-bottom: 40px;
    font-size: 20px;
}
.head__banner__text .name__mini strong {
}
.head__banner__text .desc {
    font-size: 26px;
    max-width: 730px;
    margin-bottom: 40px;
}
.head__banner__text ul {
    list-style: none;
    margin-bottom: 40px;
}
.head__banner__text ul li {
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}
.head__banner__text ul li:last-child {
    margin-bottom: 0;
}
.head__banner__text ul li:before {
    content: "\e904";
    font-family: "icomoon";
    font-size: 20px;
    color: #033566;
}
.head__banner__text .btn__bl {
    justify-content: flex-start;
    gap: 20px;
}
.head__banner__text .btn__bl .btn {
}
.head__banner__img {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    text-align: right;
}
.head__banner__img img {
}
.blog__item .head__banner__text {
    max-width: 730px;
}

.head__banner.no__img .row {
    min-height: auto;
}

.head__banner.no__img {
    background: none;
    margin-bottom: 0;
}
.head__banner.no__img .row {
    min-height: auto;
    flex-direction: column;
}
.head__banner.no__img .breadcrumbs {
    width: 100%;
    margin-top: 15px;
    position: static;
}
.head__banner.no__img .head__banner__text {
    max-width: 100%;
    margin: 20px 0;
}

/*.head__banner.item {margin-bottom: 0;background: none;}*/

.type__main {
}
.type__main .row {
}
.type__bl {
    justify-content: center;
    gap: 10px;
}
.type {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #07192b;
    text-align: center;
    flex: 1 0 0;
}
.type img {
    border-radius: 28px;
    position: relative;
    top: 0;
}
.type .name {
}
.type:hover {
    color: #033566;
}
.type:hover img {
    top: -2px;
    transition: 0.2s linear;
}

.sale__main {
}
.sale__main .row {
}
.sale__main .title {
}
.sale__main .title .pulse {
    vertical-align: top;
}
.sale__bl {
    justify-content: center;
    gap: 20px;
}
.sale {
    flex: 1 0 0;
    border: 2px solid #fc0;
    border-radius: 28px;
    padding: 6px;
}
.sale:hover {
    border-color: #033566;
}
.sale .wrapper {
    display: flex;
    flex-direction: column;
    height: 200px;
    border-radius: 22px;
    background: #ecf0f4;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
}
.sale .img {
    width: 100%;
    text-align: right;
}
.sale .img img {
}
.sale .name {
    padding: 0px 20px 20px 20px;
}

.category__main {
}
.category__main .row {
}
.category__main .title {
    margin-bottom: 20px;
}
.category__main .title__desc {
    font-size: 18px;
    font-weight: 400;
}
.category__main .title__desc span {
    display: inline-block;
}
.category__bl {
    flex-wrap: wrap;
    justify-content: center;
    gap: 68px 24px;
}
.category {
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 16px);
}
.category .bl__img {
    text-decoration: none;
    position: relative;
    color: #07192b;
    height: 320px;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 15px;
}
.category .bl__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.2s linear;
}
.category:hover .bl__img img {
    transform: scale(1.1);
}
.category .bl__img .label {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 7px 18px;
    background: #fc0;
    border-radius: 23px 6px 6px 6px;
    font-size: 14px;
    font-weight: 700;
}
.category .item {
    padding: 0 20px;
    border-bottom: 1px solid #d3dee9;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.category .item.item__name {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.category .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.category .item.flex__bl {
    align-items: center;
    gap: 10px;
}
.category .name {
    text-decoration: none;
    color: #07192b;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    display: block;
}
.category .desc {
    color: #033566;
}
.category .desc strong {
}
.category .category__price {
}
.category .category__price .old__price {
    color: #f92121;
    font-size: 14px;
    text-decoration: line-through;
    margin-bottom: 2px;
}
.category .category__price .price {
    font-size: 18px;
    font-weight: 700;
}
.category .vendor {
}
.category .vendor .vendor__item {
    font-size: 14px;
    margin-bottom: 2px;
}
.category .vendor .vendor__img {
    display: flex;
    align-items: center;
    gap: 10px;
}
.category .vendor .vendor__img img {
}
.category .btn__bl {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.category .btn__bl a {
}
.category .btn__bl .whatsapp {
    text-decoration: none;
    border-radius: 10px;
    background: #2cd44a;
    color: #fff;
    width: 56px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.category .btn__bl .whatsapp:hover {
    background: #2ee94f;
}
.category .btn__bl .btn {
    padding: 17px 15px;
    font-size: 16px;
    width: 155px;
    justify-content: center;
    box-sizing: border-box;
}

.calc__main {
}
.calc__main .row {
}
.calc__main .row > .title {
    margin-bottom: 24px;
}
.calc__tabs {
}
.calc__tabs .tabs__caption {
    display: flex;
    list-style: none;
    align-items: flex-end;
    margin-bottom: 24px;
}
.calc__tabs .tabs__caption li {
    flex: 1 0 0;
    display: flex;
    justify-content: center;
    padding: 17px 10px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    opacity: 0.5;
    cursor: pointer;
    border-bottom: 3px solid #d3dee9;
    transition: 0.2s linear;
}
.calc__tabs .tabs__caption li.active {
    opacity: 1;
    cursor: auto;
    border-color: #fc0;
}

.calc__tabs .tabs__content,
.calc__wpapper {
    flex-wrap: wrap;
    gap: 24px;
}
.calc__tabs .tabs__content.active {
    display: block;
}
.calc__wpapper {
    display: flex;
}

.calc__wpapper .item__main {
    width: 100%;
    display: flex;
    gap: 24px;
}
.calc__wpapper .item {
    border-radius: 28px;
    background: #ecf0f4;
    width: 100%;
    padding: 28px;
    box-sizing: border-box;
}
.calc__wpapper .item .title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 18px;
}
.calc__wpapper .item .flex__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}
.calc__wpapper .item .flex__wrap > div {
    width: calc(33% - 17px);
    position: relative;
}
.calc__wpapper .item .flex__wrap .label {
    display: block;
    margin-bottom: 10px;
}
.calc__wpapper .item .flex__wrap select,
.calc__wpapper .item .flex__wrap input[type="number"],
.calc__wpapper .item .flex__wrap input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    border: none;
    padding: 18px 35px 18px 20px;
    font-weight: 700;
    font-size: 16px;
    appearance: none;
    outline: none;
}
.calc__wpapper .item .flex__wrap select {
    background: #fff
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6" viewBox="0 0 12 6" fill="none"><path d="M11.1111 1L9.36378 2.76297C7.97033 4.1689 7.27361 4.87187 6.42442 4.98011C6.21636 5.00663 6.00581 5.00663 5.79775 4.98011C4.94856 4.87187 4.25184 4.1689 2.85839 2.76297L1.11108 1" stroke="%2307192B" stroke-width="1.5" stroke-linecap="round"/></svg>')
        no-repeat calc(100% - 15px) center;
}
.calc__wpapper .item .flex__wrap select:focus {
    color: #033566;
}
.calc__wpapper .item .flex__wrap option {
    font-size: 15px;
    font-weight: 500;
    color: #07192b;
}
.calc__wpapper .item .flex__wrap input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
.calc__wpapper .item .flex__wrap .checkbox__box {
    padding: 15px 0;
    display: block;
}
.calc__wpapper .item .flex__wrap .checkbox__box:hover {
    color: #033566;
}
.calc__wpapper .item .flex__wrap .checkbox__box input[type="checkbox"] {
    display: none;
}
.calc__wpapper .item .flex__wrap .checkbox__box input[type="checkbox"] + span {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.calc__wpapper .item .flex__wrap .checkbox__box input[type="checkbox"] + span:before {
    content: "";
    width: 24px;
    height: 24px;
    display: flex;
    border-radius: 6px;
    border: 1px solid #d3dee9;
    align-items: center;
    justify-content: center;
    transition: 0.2s linear;
    flex: 0 0 24px;
}
.calc__wpapper .item .flex__wrap .checkbox__box input[type="checkbox"]:checked + span:before {
    content: "\e904";
    font-family: "icomoon";
    font-size: 18px;
    background: #fc0;
    border-color: #fc0;
}
.calc__wpapper .item .flex__wrap input[type="radio"] {
}
.calc__wpapper .item .flex__wrap .radio {
    flex: 1 0 0;
    border-radius: 28px;
    border: 2px solid #fff;
    padding: 4px;
    box-sizing: border-box;
}
.calc__wpapper .item .flex__wrap .radio.radio__checked {
    border-color: #fc0;
}
.calc__wpapper .item .flex__wrap .radio label {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 100%;
    justify-content: space-between;
}
.calc__wpapper .item .flex__wrap .radio img {
    padding: 27px 0px;
    margin: auto;
}
.calc__wpapper .item .flex__wrap .radio .color {
    height: 100px;
    margin-bottom: 15px;
}
.calc__wpapper .item .flex__wrap .radio .tekstura {
}
.calc__wpapper .item .flex__wrap .radio .tekstura img {
    padding: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.calc__wpapper .item .flex__wrap .radio input {
    display: none;
}
.calc__wpapper .item .flex__wrap .radio input[type="radio"] + .checked {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #d3dee9;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s linear;
}
.calc__wpapper .item .flex__wrap .radio input[type="radio"]:checked + .checked {
    background: #fc0;
    border-color: #fc0;
}
.calc__wpapper .item .flex__wrap .radio input[type="radio"]:checked + .checked:after {
    content: "\e904";
    font-family: "icomoon";
    font-size: 22px;
}
.calc__wpapper .item .flex__wrap .radio .name {
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px 20px 20px;
    display: flex;
    flex-direction: column;
}
.calc__wpapper .item .flex__wrap .radio .name__color {
    margin-bottom: 2px;
    min-height: 40px;
    display: flex;
    align-items: flex-end;
}
.calc__wpapper .item .flex__wrap .radio .name__ral {
    color: #033566;
}
.calc__wpapper .item .radio__img {
    gap: 18px;
}
.calc__wpapper .item .radio__color {
    gap: 18px;
}
.calc__wpapper .item .flex__wrap .ed__block {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.calc__wpapper .item .flex__wrap .ed__block .name {
    font-size: 14px;
    cursor: pointer;
}
.calc__wpapper .item .flex__wrap .ed__block__checkbox {
    position: relative;
    background: #033566;
    width: 32px;
    height: 16px;
    border-radius: 50px;
}
.calc__wpapper .item .flex__wrap .ed__block__checkbox input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 0px;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
}
.calc__wpapper .item .flex__wrap .ed__block__checkbox input[type="radio"]#fid_1 {
    left: 0;
}
.calc__wpapper .item .flex__wrap .ed__block__checkbox input[type="radio"]#fid_2 {
    right: 0;
}
.calc__wpapper .item .flex__wrap .ed__block__checkbox input[type="radio"] + label {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    border-radius: 50%;
    transform: translate(0%, -50%);
}
.calc__wpapper .item .flex__wrap .ed__block__checkbox input[type="radio"]:checked + label {
    background: #fff;
}
.calc__wpapper .item .flex__wrap .ed__block__checkbox input[type="radio"]:checked + label.left {
    left: 3px;
}
.calc__wpapper .item .flex__wrap .ed__block__checkbox input[type="radio"]:checked + label.right {
    right: 3px;
}
.calc__wpapper .item .add__box {
    padding: 28px;
    border-radius: 14px;
    border: 1px solid #d3dee9;
    margin-bottom: 18px;
}
.calc__wpapper .item .add__box .flex__wrap {
    margin-bottom: 14px;
}
.calc__wpapper .item .add__box .flex__wrap > div {
    width: calc(25% - 22px);
}
.calc__wpapper .item .add__box .flex__wrap > div.min__wt {
    width: auto;
    min-width: 150px;
}
.calc__wpapper .item .add__box .add__box__radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.calc__wpapper .item .add__box .add__box__radio label {
    cursor: pointer;
}
.calc__wpapper .item .add__box .add__box__radio label:hover {
    color: #033566;
}
.calc__wpapper .item .add__box .add__box__radio input[type="radio"] {
    display: none;
}
.calc__wpapper .item .add__box .add__box__radio span {
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.calc__wpapper .item .add__box .add__box__radio span:before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50px;
    border: 1px solid #d3dee9;
    box-sizing: border-box;
    transition: 0.2s linear;
    flex: 0 0 24px;
}
.calc__wpapper .item .add__box .add__box__radio input[type="radio"]:checked + span:before {
    background: #fff;
    border: 7px solid #fc0;
}
.calc__wpapper .item .add__box .add__box__checkbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.calc__wpapper .item .add__box .add__box__checkbox label {
}
.calc__wpapper .item .add__box .add__box__checkbox label:hover {
    color: #033566;
}
.calc__wpapper .item .add__box .add__box__checkbox input[type="checkbox"] {
    display: none;
}
.calc__wpapper .item .add__box .add__box__checkbox span {
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.calc__wpapper .item .add__box .add__box__checkbox span:before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #d3dee9;
    box-sizing: border-box;
    transition: 0.2s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
}
.calc__wpapper .item .add__box .add__box__checkbox input[type="checkbox"]:checked + span:before {
    content: "\e904";
    font-family: "icomoon";
    font-size: 14px;
    background: #fc0;
    border-color: #fc0;
}
.calc__wpapper .item.slider__box {
    width: calc(50% - 12px);
}
.calc__wpapper .item.wt__100 {
    width: 100%;
}
.calc__wpapper .item .flex__wrap.slick-slider {
}
.calc__wpapper .item .flex__wrap.slick-slider .slick-arrow {
}
.calc__wpapper .item .flex__wrap.slick-slider .slick-prev {
    left: 10px;
}
.calc__wpapper .item .flex__wrap.slick-slider .slick-next {
    right: 9px;
}
.calc__wpapper .item .flex__wrap.slick-slider .slick-list {
    width: 100%;
}
.calc__wpapper .item .flex__wrap.slick-slider .slick-track {
}
.calc__wpapper .item .flex__wrap.slick-slider .slick-slide {
    margin: 0 5px;
}
.calc__wpapper .item .del {
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 18px;
    border-radius: 6px;
}
.calc__wpapper .item .del:hover {
    background: #d3dee9;
}
.calc__wpapper .item .del i {
    font-size: 16px;
    color: #f92121;
}
.calc__wpapper .item .btn {
    font-size: 16px;
    padding: 18px 42px;
}
.calc__wpapper .item .btn.btn__yellow {
    margin-top: 18px;
}
.calc__wpapper .order {
    width: 100%;
    display: none;
}
.calc__wpapper .order.order-active {
    width: 100%;
    display: block;
}
.calc__wpapper .order .title {
    margin-bottom: 10px;
}
.calc__wpapper .order .date {
    text-align: center;
    font-size: 18px;
    color: #033566;
    margin-bottom: 24px;
}
.calc__wpapper .order .wrapper__table__order {
    overflow: auto;
    margin-bottom: 24px;
}
.calc__wpapper .order table {
    width: 100%;
    background: #ecf0f4;
    border-radius: 14px;
    overflow: hidden;
}
.calc__wpapper .order table tbody {
}
.calc__wpapper .order table tr {
}
.calc__wpapper .order table thead tr {
    background: #033566;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.calc__wpapper .order table tr td {
    padding: 11px 24px;
    border: 1px solid #fff;
    text-align: center;
    width: 170px;
    box-sizing: border-box;
    white-space: nowrap;
}
.calc__wpapper .order table tr td:first-child {
    text-align: left;
    width: 800px;
    white-space: normal;
}
.calc__wpapper .order table tr.rs {
}
.calc__wpapper .order table tr.rs span {
    color: #f92121;
    display: inline-block;
}
.calc__wpapper .order table tr.rs td {
    font-weight: 700;
}
.calc__wpapper .order table tr.rs td:first-child {
    text-align: right;
}
.calc__wpapper .order__info {
    background: #ecf0f4;
    border-radius: 32px;
    padding: 28px;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}
.calc__wpapper .order__info .info {
}
.calc__wpapper .order__info .info .title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 12px;
}
.calc__wpapper .order__info .info ul {
    list-style: none;
}
.calc__wpapper .order__info .info ul li {
    margin-bottom: 10px;
}
.calc__wpapper .order__info .info ul li:before {
    content: "";
    background: #fc0;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}
.calc__wpapper .order__info .btn__bl {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}
.calc__wpapper .order__info .btn__bl .tel {
    font-size: 24px;
    font-weight: 700;
}
.calc__wpapper .order__info .btn__bl .btn {
    width: 300px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 10px;
    padding: 18px 15px;
}

.about__main {
}
.about__main .row {
}
.about__main .title {
}
.about__bl {
    gap: 24px;
    margin-bottom: 50px;
}
.about__bl .img__bl {
    display: flex;
    flex: 1 0 0;
    border-radius: 28px;
    overflow: hidden;
}
.about__bl .img__bl img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.about__bl .text {
    flex: 1 0 0;
}
.about__bl .text p {
    margin-bottom: 24px;
}
.about__bl .text .strong {
    font-size: 24px;
}
.about__ico__bl {
    gap: 10px;
}
.about__ico {
    flex: 1 0 0;
    text-align: center;
}
.about__ico .ico {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about__ico .ico img {
}
.about__ico .name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}
.about__ico .desc {
}

.stage__main {
    background: #033566;
    padding: 100px 0;
    margin-bottom: 0;
}
.stage__main .row {
}
.stage__main .title {
    color: #fff;
}
.stage__bl {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
.stage {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.1);
    width: calc(25% - 20px);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.stage .ico {
    display: flex;
    margin-bottom: 12px;
}
.stage .ico img {
}
.stage .name {
}

.preim__main {
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.65) 0%,
            rgba(255, 255, 255, 0.44) 50%,
            rgba(255, 255, 255, 0.5) 100%
        ),
        url(../images/head_fon.jpg) center no-repeat;
    background-size: auto, auto;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    margin-bottom: 0;
}
.page .preim__main {
    margin-bottom: 100px;
}
.preim__main .row {
}
.preim__main .title {
    text-align: left;
}
.preim__bl {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
    max-height: 600px;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}
.preim {
    width: calc(50% - 15px);
    display: flex;
    gap: 20px;
    align-items: center;
}
.preim .ico {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 100px;
    border-radius: 20px;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}
.preim .ico img {
    width: 60px;
    height: 60px;
}
.preim .text {
}
.preim .text .name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}
.preim .text .desc {
}
.preim__main .img__bl {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
}
.preim__main .img__bl img {
}

.work__main {
}
.page .work__main {
    margin-bottom: 0;
}
.work__main .row {
}
.work__main .title {
}
.work__bl {
    margin-bottom: 50px;
}
.work {
    margin: 0 12px;
}
.work .img__bl {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.work .img__bl a {
    height: 73px;
    width: calc(25% - 15px);
    border-radius: 14px;
    overflow: hidden;
}
.work .img__bl a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s linear;
}
.work .img__bl a:first-child {
    width: 100%;
    height: 320px;
    border-radius: 28px;
}
.work .img__bl a:hover img {
    transform: scale(1.1);
}
.work .info {
    padding: 0px 20px;
}
.work .info .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.work .info ul {
    color: #033566;
    list-style: none;
    margin-bottom: 15px;
}
.work .info ul li {
    margin-bottom: 10px;
}
.work .info ul li:last-child {
    margin-bottom: 0px;
}
.work .info ul li strong {
}
.work .info .btn {
    font-size: 16px;
    padding: 18px 42px;
}
.work__bl .slick-list {
    margin: 0 30px;
}
.work__bl .slick-arrow {
    border: none;
    background: none;
}
.work__bl .slick-arrow::before {
    font-size: 35px;
}
.work__bl .slick-prev {
}
.work__bl .slick-next {
}

.form__main {
}
.form__main .row {
}
.form__bl {
    border-radius: 64px;
    background: #fc0;
    padding: 64px;
    position: relative;
}
.form__bl .text {
    max-width: 1000px;
    position: relative;
    z-index: 1;
}
.form__bl .title {
    font-size: 35px;
    text-align: left;
}
.form__bl .desc {
    font-size: 22px;
    margin-bottom: 30px;
}
.form__bl .desc p {
}
.form__bl form {
    display: flex;
    align-items: center;
    gap: 10px;
}
.form__bl form input {
    max-width: 300px;
    box-sizing: border-box;
    padding: 18px 32px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    background: #fff;
    border: none;
    width: 100%;
}
.form__bl form .btn {
    font-size: 16px;
    padding: 18px 42px;
    border-radius: 10px;
}
.form__bl .img__bl {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    display: flex;
}
.form__bl .img__bl img {
}
.form__bl .footnote {
    margin-top: 30px;
}

.form__rulet {
}
.form__rulet .img__bl {
    bottom: -80px;
    filter: blur(12.5px);
}

.form__ingener {
}
.form__ingener .img__bl {
    right: 50px;
}

.quality__main {
}
.quality__main .row {
}
.quality__main .title {
    margin-bottom: 10px;
}
.quality__main .title__desc {
    max-width: 900px;
    margin-bottom: 40px;
}
.quality__bl {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 24px;
}
.quality {
    width: calc(33% - 14px);
    text-align: center;
}
.quality .img__bl {
    display: flex;
    width: 100%;
    max-width: 280px;
    height: 170px;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 20px;
}
.quality .img__bl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.quality .name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}
.quality .desc {
}

.installation__main {
}
.installation__main .row {
}
.installation__main .title {
    margin-bottom: 10px;
}
.installation__main .title__desc {
    margin-bottom: 50px;
}
.installation__bl {
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px;
}
.installation {
    width: calc(25% - 60px);
    text-align: center;
}
.installation .img__bl {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 170px;
    margin-bottom: 12px;
}
.installation .img__bl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.installation .name {
    font-size: 18px;
}

.map__work__main {
}
.map__work__main .row {
}
.map__work__main .title {
    max-width: 900px;
}
.map__work {
    height: 640px;
    border-radius: 32px;
    overflow: hidden;
    background: #d9d9d9;
}
.balloon {
    max-width: 100%;
}
.balloon .foto {
    display: flex;
    margin-bottom: 5px;
}
.balloon .foto img {
    object-fit: cover;
    width: 100%;
    max-height: 150px;
    max-width: 250px;
    margin: auto;
}
.balloon .name {
    font-weight: 700;
    font-size: 14px;
    line-height: 136.02%;
    color: #212121;
    text-decoration: none;
    display: block;
    margin-bottom: 0;
    text-align: center;
    max-width: 250px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.balloon .adress {
    text-align: center;
    font-size: 13px;
}

.map__work__main .ymaps-2-1-79-balloon__close {
    position: absolute !important;
    margin: 0 !important;
    right: 12px;
    top: 8px;
    background: rgb(255 255 255 / 80%);
}
.map__work__main .ymaps-2-1-79-balloon__content {
    margin: 0 !important;
    padding-right: 12px !important;
}
.map__work__main .ymaps-2-1-79-balloon__close-button {
    height: 30px !important;
    opacity: 0.7 !important;
}

.otziv__main {
}
.otziv__main .row {
}
.otziv__main .title {
}
.otziv__bl {
}

.dopuslugi__main {
    background: #033566;
    padding: 100px 0;
    margin-bottom: 0;
}
.dopuslugi__main .row {
}
.dopuslugi__main .title {
    color: #fff;
    margin-bottom: 10px;
}
.dopuslugi__main .title__desc {
    color: #fc0;
    margin-bottom: 40px;
}
.dopuslugi__bl {
    gap: 20px;
}
.dopuslugi {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.dopuslugi:hover {
    color: #fc0;
}
.dopuslugi:hover img {
    opacity: 0.9;
    background: #fff;
    transition: 0.2s linear;
}
.dopuslugi .ico {
    border-radius: 28px;
    overflow: hidden;
    display: flex;
}
.dopuslugi .ico img {
}
.dopuslugi .name {
}

.faq__main {
}
.faq__main .row {
}
.faq__main .title {
}
.faq__bl {
    flex-wrap: wrap;
    gap: 30px 24px;
    align-items: flex-end;
}
.faq {
    width: calc(50% - 14px);
    border-bottom: 1px solid rgba(3, 53, 102, 0.1);
    padding-bottom: 30px;
}
.faq .question {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.faq .answer {
    font-size: 18px;
}

.footer__main {
    background: #07192b;
    padding: 60px 0;
    color: #fff;
}
.footer__main .row {
}
.footer__bl {
    gap: 20px;
}
.footer__bl .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer__bl .logo {
}
.footer__bl .logo img {
}
.footer__bl .slogan {
    max-width: 275px;
}
.footer__bl .badge {
}
.footer__bl .title {
    opacity: 0.5;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
}
.footer__bl .foot__menu {
}
.footer__bl .foot__menu ul {
    list-style: none;
}
.footer__bl .foot__menu ul li {
    margin-bottom: 14px;
}
.footer__bl .foot__menu ul li:last-child {
    margin-bottom: 0px;
}
.footer__bl .foot__menu ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.footer__bl .foot__menu ul li a:hover {
    color: #fc0;
    text-decoration: underline;
}
.footer__bl .foot__kont {
}
.footer__bl .foot__kont .tel {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}
.footer__bl .foot__kont .mess {
    margin-bottom: 20px;
}
.footer__bl .foot__kont .mess a {
}
.footer__bl .foot__kont .wrapper {
    margin-bottom: 20px;
}
.footer__bl .foot__kont .wrapper .label {
    opacity: 0.5;
}
.footer__bl .foot__kont .wrapper .wr {
}
.footer__bl .foot__kont .wrapper .wr a {
    color: #fff;
}
.footer__bl .foot__kont .wrapper .wr a:hover {
    text-decoration: none;
}

.footer__bottom {
    background: #f4f9ff;
    padding: 20px 0;
}
.footer__bottom .row {
}
.footer__bottom .flex__bl {
    gap: 20px;
    align-items: center;
}
.footer__bottom .left {
}
.footer__bottom .left .copy {
    margin-bottom: 5px;
}
.footer__bottom .left .politika {
    color: #000;
}
.footer__bottom .left .politika:hover {
    text-decoration: none;
}
.footer__bottom .right {
    font-size: 14px;
}
.footer__bottom .right a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    gap: 5px;
}
.footer__bottom .right a img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer__bottom .right a:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mmenu {
    display: none;
    width: 28px;
    height: 18px;
    padding: 15px;
    margin-left: auto;
}
.mmenu:before,
.mmenu:after {
    content: "";
    display: block;
    background: #fff;
    height: 2px;
}
.mmenu span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 6px 0;
}

.tableprice__main {
}
.tableprice__main .row {
}
.tableprice__main .title {
}
.wrapper__tableprice {
    overflow: auto;
    margin-bottom: 30px;
}
.wrapper__tableprice:last-child {
    margin-bottom: 0px;
}
.wrapper__tableprice table {
    width: 100%;
    background: #ecf0f4;
    border-radius: 14px;
    overflow: hidden;
}
.wrapper__tableprice table tr {
}
.wrapper__tableprice table tr td {
    padding: 11px 24px;
    border: 1px solid #fff;
    width: 25%;
    box-sizing: border-box;
}
.wrapper__tableprice table tr:nth-child(1) {
    background: #033566;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
/*.wrapper__tableprice table tr:nth-child(2){font-size: 18px;font-weight: 700;}*/
.wrapper__tableprice table tr.hit {
    background: #fc0;
}
.wrapper__tableprice p {
    margin: 10px 0;
}

.characteristic__main {
}
.characteristic__main .row {
}
.characteristic__main .title {
}
.wrapper__characteristic {
    overflow: auto;
}
.wrapper__characteristic table {
    width: 100%;
}
.wrapper__characteristic table tr {
    background: #fff;
}
.wrapper__characteristic table tr td {
    padding: 11px 24px;
    border: 1px solid #f4f9ff;
    width: 50%;
    box-sizing: border-box;
}
.wrapper__characteristic table tr:nth-child(2n) {
    background: #f4f9ff;
}

.colorpalette__main {
}
.colorpalette__main .row {
}
.colorpalette__main .title {
}
.colorpalette__bl {
    gap: 30px 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.colorpalette {
    flex-basis: 99px;
    text-align: center;
}
.colorpalette .ral {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    margin: auto;
    margin-bottom: 12px;
}
.colorpalette .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}
.colorpalette .desc {
    font-size: 14px;
}

.preimpage__main {
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.65) 0%,
            rgba(255, 255, 255, 0.44) 50%,
            rgba(255, 255, 255, 0.5) 100%
        ),
        url(../images/head_fon.jpg) center no-repeat;
}
.preimpage__main .row {
}
.preimpage__main .title {
}
.preimpage__bl {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 24px;
}
.preimpage {
    width: calc(33% - 14px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.preimpage .ico {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.preimpage .ico img {
}
.preimpage .name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}
.preimpage .desc {
}

.included__main {
    background: #033566;
    color: #fff;
}
.included__main .row {
}
.included__main .title {
}
.included__bl {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
.included {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.1);
    width: calc(33% - 14px);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.included .ico {
    display: flex;
    margin-bottom: 12px;
}
.included .ico img {
}
.included .name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}
.included .desc {
}

.tiplist__main {
}
.tiplist_main .row {
}
.tiplist__main .title {
}
.tiplist__main .title__desc {
    font-size: 18px;
    font-weight: 400;
}
.tiplist__bl {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.tiplist {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ecf0f4;
    text-align: center;
    width: calc(33% - 14px);
    box-sizing: border-box;
}
.tiplist .img__bl {
    margin-bottom: 15px;
}
.tiplist .img__bl img {
}
.tiplist .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 10px;
}
.tiplist .desc {
}
.tiplist .desc table {
    width: 100%;
}
.tiplist .desc table tr {
}
.tiplist .desc table tr td {
    color: #033566;
    padding: 5px 0px;
}
.tiplist .desc table tr td:first-child {
    text-align: left;
    font-weight: 700;
}
.tiplist .desc table tr td:last-child {
    text-align: right;
}

.content__main {
}
.content__main .row {
}
.content {
}
.content h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
.content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.content h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
.content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.content h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.content p {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 15px;
}
.content a {
    color: #033566;
    display: inline-block;
}
.content a:hover {
    text-decoration: none;
}
.content ul,
.content ol {
    padding-left: 25px;
    margin-bottom: 15px;
}
.content li {
    margin-bottom: 10px;
}
.content li:last-child {
    margin-bottom: 0px;
}

.show__more__item {
    display: none;
}
.show__more__btn {
    display: inline-block;
    padding: 7px 10px;
    background: #e3e3e3;
    cursor: pointer;
    border-radius: 4px;
}
.show__more__btn:hover {
    background: #d9d9d9;
}

.pulse {
    position: relative;
    text-align: center;
    border-radius: 50%;
    background: #ffcc00;
    width: 7px;
    height: 7px;
    display: inline-block;
}
.pulse::after,
.pulse::before {
    content: "";
    position: absolute;
    border: 2px solid rgba(255, 204, 0, 0.5);
    left: -7px;
    right: -7px;
    top: -7px;
    bottom: -7px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
    opacity: 0;
}
.pulse::after {
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
}
@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.swipe {
    text-align: center;
    margin-bottom: 20px;
    display: none;
    align-items: center;
    position: relative;
    gap: 5px;
    justify-content: center;
}
.swipe .run {
    position: relative;
    width: 30px;
}
.swipe .run img {
    position: absolute;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 2s;
    top: -10px;
    width: 18px;
    height: auto;
}
@keyframes run {
    0% {
        left: 0;
    }
    50% {
        left: 10px;
    }
    100% {
        left: 0;
    }
}

.RAL__8017 {
    background: #44322d;
}
.RAL__7024 {
    background: #474a50;
}
.RAL__6005 {
    background: #0f4336;
}
.RAL__3005 {
    background: #5e2028;
}
.RAL__8019 {
    background: #3f3a3a;
}
.RAL__5005 {
    background: #154889;
}
.RAL__7004 {
    background: #9ea0a1;
}
.RAL__9003 {
    background: #f4f8f4;
}
.RAL__5022 {
    background: #2f2a5a;
}
.RAL__7016 {
    background: #373f43;
}
.RAL__5012 {
    background: #3481b8;
}
.RAL__5054 {
    background: #6a93b0;
}
.RAL__3011 {
    background: #7e292c;
}
.RAL__3003 {
    background: #8d1d2c;
}
.RAL__3000 {
    background: #ab2524;
}
.RAL__6020 {
    background: #354733;
}
.RAL__6002 {
    background: #276235;
}
.RAL__5021 {
    background: #07737a;
}
.RAL__7001 {
    background: #8f999f;
}
.RAL__9006 {
    background: #a5a8a6;
}
.RAL__1003 {
    background: #f7ba0b;
}
.RAL__1021 {
    background: #eec900;
}
.RAL__1018 {
    background: #f3e03b;
}
.RAL__1014 {
    background: #ded09f;
}
.RAL__1015 {
    background: #eddfc2;
}
.RAL__3009 {
    background: #723731;
}
.RAL__5002 {
    background: #292d77;
}
.RAL__8004 {
    background: #904f3b;
}
.RAL__9003 {
    background: #f8f8f8;
}
.RAL__7040 {
    background: #979fa2;
}

.fixed__head__main {
    top: -100px;
    transition: 0.2s linear;
}
.fixed__head .fixed__head__main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column-reverse;
}
body.fixed__head {
    padding-top: 182px;
}

.breadcrumbs {
    width: calc(100% - 30px);
    max-width: 1320px;
    position: absolute;
    top: 15px;
    z-index: 1;
}
.breadcrumbs ul {
    list-style: none;
    display: flex;
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 10px;
}
.breadcrumbs ul li {
    display: flex;
    font-weight: 400;
    font-size: 15px;
}
.breadcrumbs ul li a {
    color: #000;
    text-decoration: none;
}
.breadcrumbs ul li a:hover {
    text-decoration: underline;
}
.breadcrumbs ul li a span {
}
.breadcrumbs ul li .divider {
    color: #000;
    margin: 0 5px;
}

.category__work__main {
}
.category__work__main .row {
}
.category__work__bl {
    margin-bottom: 50px;
}
.category__work__bl .title {
    font-size: 30px;
    margin-bottom: 20px;
}
.category__work__bl .wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.category__work {
    width: calc(25% - 25px);
    color: #07192b;
    text-decoration: none;
    background: #fff;
    overflow: hidden;
    border: 3px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 2px #9d9d9d;
    box-sizing: border-box;
}
.category__work .img__bl {
    display: flex;
    height: 220px;
    overflow: hidden;
}
.category__work .img__bl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s linear;
}
.category__work:hover img {
    transform: scale(1.03);
}
.category__work .info {
    padding: 10px 20px;
}
.category__work .name {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.category__work .adress {
    font-size: 15px;
    color: #5c5c5c;
}
.category__work .adress i {
    font-size: 14px;
    color: #ffcc00;
    margin-right: 3px;
}
.category__work__main .empty {
    text-align: center;
}
.category__work__main .empty p {
}

.page__kontakty__main {
}
.page__kontakty__main .row {
}
.page__kontakty__bl {
    gap: 50px;
}
.page__kontakty__bl > div {
    width: calc(50% - 25px);
}
.page__kontakty__bl .info {
}
.page__kontakty__bl .info .wrapper {
    margin-bottom: 30px;
}
.page__kontakty__bl .info .wrapper .label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.page__kontakty__bl .info .wrapper .wr {
}
.page__kontakty__bl .info .wrapper .wr .tel {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}
.page__kontakty__bl .info .wrapper .btn {
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 6px;
}
.page__kontakty__bl .info .wrapper .wr .mail {
    color: #07192b;
}
.page__kontakty__bl .info .wrapper .wr .mail:hover {
    text-decoration: none;
}
.page__kontakty__bl .info .wrapper .mess {
}
.page__kontakty__bl .info .wrapper .mess a {
}
.page__kontakty__bl .map {
    background: #fff;
    overflow: hidden;
    border: 3px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 2px #9d9d9d;
    box-sizing: border-box;
}

.page__work__main {
}
.page__work__main .row {
}
.page__work__bl {
    gap: 50px;
    margin-bottom: 30px;
    align-items: flex-start;
}
.page__work__bl > div {
    width: 50%;
}
.page__work__foto {
    overflow: hidden;
    border: 3px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 2px #9d9d9d;
}
.page__work__foto a {
}
.page__work__foto .slick-next {
    right: 5px;
}
.page__work__foto .slick-prev {
    left: 5px;
}
.page__work__foto img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.page__work__info {
}
.page__work__info .adress {
    font-size: 18px;
    margin-bottom: 20px;
}
.page__work__info .adress i {
    font-size: 15px;
    margin-right: 5px;
    color: #ffcc00;
}
.page__work__info .label {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}
.page__work__info ul {
    color: #033566;
    list-style: none;
    margin-bottom: 15px;
}
.page__work__info ul li {
    margin-bottom: 10px;
}
.page__work__info .btn {
    font-size: 16px;
    padding: 14px 20px;
    border-radius: 6px;
}
.page__work__main .content {
}

.strandart__images {
    height: 100%;
    width: 40%;
}
.strandart__images:before {
    content: "";
    width: 300px;
    position: absolute;
    height: 100%;
    left: -150px;
    top: 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}
.strandart__images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.price__tabs {
}
.price__tabs > ul {
    display: flex;
    list-style: none;
    margin-bottom: 25px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.price__tabs > ul li {
    background: #ebebeb;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    flex: auto;
    box-sizing: border-box;
}
.price__tabs > ul li:hover {
    background: var(--yellow__hover);
}
.price__tabs > ul li.active {
    background: var(--yellow);
    cursor: auto;
}
.price__tabs .tabs__content {
}

/* fancyBox v5 https://fancyapps.com/fancybox/ */
:root {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75;
}
.f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height);
}
.f-spinner svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    animation: f-spinner-rotate 2s linear infinite;
}
.f-spinner svg * {
    stroke-width: var(--f-spinner-stroke);
    fill: none;
}
.f-spinner svg *:first-child {
    stroke: var(--f-spinner-color-1);
}
.f-spinner svg *:last-child {
    stroke: var(--f-spinner-color-2);
    animation: f-spinner-dash 2s ease-in-out infinite;
}
@keyframes f-spinner-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
.f-throwOutUp {
    animation: 0.175s ease-out both f-throwOutUp;
}
.f-throwOutDown {
    animation: 0.175s ease-out both f-throwOutDown;
}
@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, -150px, 0);
        opacity: 0;
    }
}
@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, 150px, 0);
        opacity: 0;
    }
}
.f-zoomInUp {
    animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
}
.f-zoomOutDown {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
}
@keyframes f-zoomInUp {
    from {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes f-zoomOutDown {
    to {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
.f-fadeIn {
    animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
    z-index: 2;
}
.f-fadeOut {
    animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
    z-index: 1;
}
@keyframes f-fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes f-fadeOut {
    100% {
        opacity: 0;
    }
}
.f-fadeSlowIn {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    z-index: 2;
}
.f-fadeSlowOut {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    z-index: 1;
}
@keyframes f-fadeSlowIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes f-fadeSlowOut {
    100% {
        opacity: 0;
    }
}
.f-fadeFastIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    z-index: 2;
}
.f-fadeFastOut {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
    z-index: 2;
}
@keyframes f-fadeFastIn {
    0% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}
@keyframes f-fadeFastOut {
    100% {
        opacity: 0;
    }
}
.f-crossfadeIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
    z-index: 2;
}
.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
    z-index: 1;
}
@keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes f-crossfadeOut {
    100% {
        opacity: 0;
    }
}
.f-slideIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}
.f-slideIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}
.f-slideOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}
.f-slideOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}
@keyframes f-slideInPrev {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes f-slideInNext {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes f-slideOutNext {
    100% {
        transform: translateX(-100%);
    }
}
@keyframes f-slideOutPrev {
    100% {
        transform: translateX(100%);
    }
}
.f-classicIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
    z-index: 2;
}
.f-classicIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
    z-index: 2;
}
.f-classicOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
    z-index: 1;
}
.f-classicOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
    z-index: 1;
}
@keyframes f-classicInNext {
    0% {
        transform: translateX(-75px);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes f-classicInPrev {
    0% {
        transform: translateX(75px);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes f-classicOutNext {
    100% {
        transform: translateX(-75px);
        opacity: 0;
    }
}
@keyframes f-classicOutPrev {
    100% {
        transform: translateX(75px);
        opacity: 0;
    }
}
:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.65;
}
.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition);
}


.calc__wpapper {
font-family: 'Cera Pro';
}

.calc__wpapper select {
padding-top:0px !important;
padding-bottom:0px !important;
color:#333333 !important;
}

.tab_calc1 .calc__wpapper select {
padding-top:18px !important;
padding-bottom:18px !important;
color:#333333 !important;
}


@media (hover: hover) {
    .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg);
    }
}
.f-button:active:not([disabled]) {
    background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
    outline: none;
}
.f-button:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}
.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity 0.15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none;
}
.f-button[disabled] {
    cursor: default;
}
.f-button[disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
    position: absolute;
    z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
    top: 50%;
    transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
    transform: rotate(90deg);
}
html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto;
}
html.with-fancybox body {
    touch-action: none;
}
html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
    overflow: hidden !important;
    overscroll-behavior-y: none;
}
.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(24, 24, 27, 0.98);
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, 0.1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    z-index: var(--fancybox-zIndex, 1050);
    outline: none;
    transform-origin: top left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain;
}
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    box-sizing: inherit;
}
.fancybox__container::backdrop {
    background-color: rgba(0, 0, 0, 0);
}
.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity;
}
.fancybox__carousel {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip;
}
.fancybox__viewport {
    width: 100%;
    height: 100%;
}
.fancybox__viewport.is-draggable {
    cursor: move;
    cursor: grab;
}
.fancybox__viewport.is-dragging {
    cursor: move;
    cursor: grabbing;
}
.fancybox__track {
    display: flex;
    margin: 0 auto;
    height: 100%;
}
.fancybox__slide {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    overscroll-behavior: contain;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px;
}
.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
    overflow: hidden;
}
.fancybox__slide.has-image {
    overflow: hidden;
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
    overflow: visible;
}
.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto;
}
.fancybox__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--fancybox-content-color, #374151) !important;
    background: var(--fancybox-content-bg, #fff) !important;
    cursor: default;
    border-radius: 0;
    z-index: 20;
}
.is-loading .fancybox__content {
    opacity: 0;
}
.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab;
}
.can-zoom_in .fancybox__content {
    cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
    cursor: zoom-out;
}
.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing;
}
.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
    cursor: auto;
}
.fancybox__slide.has-image > .fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,
.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content {
    visibility: hidden;
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
    filter: blur(0px);
    will-change: transform, width, height;
}
.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    user-select: none;
}
.fancybox__caption {
    align-self: center;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
    padding: 14px 0 4px 0;
    overflow-wrap: anywhere;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    cursor: auto;
    visibility: visible;
}
.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
    opacity: 0;
    visibility: hidden;
}
.is-compact .fancybox__caption {
    padding-bottom: 0;
}
.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40;
}
.fancybox__content > .f-button.is-close-btn {
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: 0.75;
}
.is-loading .fancybox__content > .f-button.is-close-btn {
    visibility: hidden;
}
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
    visibility: hidden;
}
.fancybox__content > .f-button.is-close-btn:hover {
    opacity: 1;
}
.fancybox__footer {
    padding: 0;
    margin: 0;
    position: relative;
}
.fancybox__footer .fancybox__caption {
    width: 100%;
    padding: 24px;
    opacity: var(--fancybox-opacity, 1);
    transition: all 0.25s ease;
}
.is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(24, 24, 27, 0.5);
}
.is-compact .fancybox__footer .fancybox__caption {
    padding: 12px;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, 0.6);
    --f-button-active-bg: rgba(0, 0, 0, 0.6);
    --f-button-hover-bg: rgba(0, 0, 0, 0.6);
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-filter: none;
    top: 5px;
    right: 5px;
}
.fancybox__nav {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-border: 0;
    --f-button-border-radius: 50%;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: transparent;
    --f-button-hover-bg: rgba(24, 24, 27, 0.3);
    --f-button-active-bg: rgba(24, 24, 27, 0.5);
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 26px;
    --f-button-svg-height: 26px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
    --f-button-svg-disabled-opacity: 0.65;
    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;
    opacity: var(--fancybox-opacity, 1);
}
.fancybox__nav .f-button:before {
    position: absolute;
    content: "";
    top: -30px;
    right: -20px;
    left: -20px;
    bottom: -30px;
    z-index: 1;
}
.is-idle .fancybox__nav {
    animation: 0.15s ease-out both f-fadeOut;
}
.is-idle.is-compact .fancybox__footer {
    pointer-events: none;
    animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__slide > .f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0
        var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
    z-index: 30;
    cursor: pointer;
}
.fancybox-protected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    user-select: none;
}
.fancybox-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    z-index: 40;
    user-select: none;
    pointer-events: none;
}
.fancybox-focus-guard {
    outline: none;
    opacity: 0;
    position: fixed;
    pointer-events: none;
}
.fancybox__container:not([aria-hidden]) {
    opacity: 0;
}
.fancybox__container.is-animated[aria-hidden="false"] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__slide > *:not(.fancybox__content) {
    animation: 0.25s ease 0.1s backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
    animation: 0.35s ease backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="true"] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__slide > *:not(.fancybox__content) {
    animation: 0.15s ease forwards f-fadeOut;
}
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
    animation: 0.35s ease forwards f-fadeOut;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%;
}
.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
    width: 100%;
    height: 100%;
}
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}
.has-map .fancybox__content {
    background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}
.fancybox-placeholder {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.f-carousel__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-outline: 0;
    --f-thumb-outline-color: #5eb0ef;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
    --f-thumb-border-radius: 2px;
    --f-thumb-offset: 0px;
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
}
.f-carousel__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
}
.f-thumbs {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    perspective: 1000px;
    transform: translateZ(0);
}
.f-thumbs .f-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: linear-gradient(#ebeff2, #e2e8f0);
    z-index: -1;
}
.f-thumbs .f-spinner svg {
    display: none;
}
.f-thumbs.is-vertical {
    height: 100%;
}
.f-thumbs__viewport {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.f-thumbs__track {
    display: flex;
}
.f-thumbs__slide {
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    overflow: visible;
    cursor: pointer;
}
.f-thumbs__slide.is-loading img {
    opacity: 0;
}
.is-classic .f-thumbs__viewport {
    height: 100%;
}
.is-modern .f-thumbs__track {
    width: max-content;
}
.is-modern .f-thumbs__track::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
    width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
    cursor: pointer;
}
.is-modern .f-thumbs__slide {
    width: var(--f-thumb-clip-width);
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transition: none;
    pointer-events: none;
}
.is-modern.is-resting .f-thumbs__slide {
    transition: transform 0.33s ease;
}
.is-modern.is-resting .f-thumbs__slide__button {
    transition: clip-path 0.33s ease;
}
.is-using-tab .is-modern .f-thumbs__slide:focus-within {
    filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color))
        drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}
.f-thumbs__slide__button {
    appearance: none;
    width: var(--f-thumb-width);
    height: 100%;
    margin: 0 -100% 0 -100%;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    transition: opacity 0.2s ease;
}
.f-thumbs__slide__button:hover {
    opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
    outline: none;
}
.f-thumbs__slide__button:focus-visible {
    outline: none;
    opacity: var(--f-thumb-selected-opacity);
}
.is-modern .f-thumbs__slide__button {
    --clip-path: inset(
        0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round
            var(--f-thumb-border-radius, 0)
    );
    clip-path: var(--clip-path);
}
.is-classic .is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity);
}
.is-classic .is-nav-selected .f-thumbs__slide__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 0;
    border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
    border-radius: var(--f-thumb-border-radius);
    animation: f-fadeIn 0.2s ease-out;
    z-index: 10;
}
.f-thumbs__slide__img {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: var(--f-thumb-offset);
    box-sizing: border-box;
    pointer-events: none;
    object-fit: cover;
    border-radius: var(--f-thumb-border-radius);
}
.f-thumbs.is-horizontal .f-thumbs__track {
    padding: 8px 0 12px 0;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
    margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
    flex-wrap: wrap;
    padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
    margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-border-radius: 2px;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #ededed;
    position: relative;
    opacity: var(--fancybox-opacity, 1);
    transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.fancybox__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-classic .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}
.fancybox__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-modern .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}
.fancybox__thumbs.is-horizontal {
    padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
    padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
    --f-thumb-width: 64px;
    --f-thumb-clip-width: 32px;
    --f-thumb-height: 48px;
    --f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-masked {
    max-height: 0px !important;
}
.is-closing .fancybox__thumbs {
    transition: none !important;
}
.fancybox__toolbar {
    --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: rgba(24, 24, 27, 0.65);
    --f-button-hover-bg: rgba(70, 70, 73, 0.65);
    --f-button-active-bg: rgba(90, 90, 93, 0.65);
    --f-button-border-radius: 0;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.65;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
    pointer-events: none;
    z-index: 20;
}
.fancybox__toolbar :focus-visible {
    z-index: 1;
}
.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.is-idle .fancybox__toolbar {
    pointer-events: none;
    animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}
.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
    flex-grow: 1;
    flex-basis: 0;
}
.fancybox__toolbar__column.is-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.fancybox__infobar {
    padding: 0 5px;
    line-height: var(--f-button-height);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: default;
    user-select: none;
}
.fancybox__infobar span {
    padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
    background: var(--f-button-bg);
}
[data-fancybox-toggle-slideshow] {
    position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
    height: 100%;
    opacity: 0.3;
}
[data-fancybox-toggle-slideshow] svg g:first-child {
    display: flex;
}
[data-fancybox-toggle-slideshow] svg g:last-child {
    display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
    display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
    display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:first-child {
    display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
    display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex;
}
.f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    user-select: none;
    pointer-events: none;
}

/*! * Mmenu Light */
:root {
    --mm-ocd-width: 80%;
    --mm-ocd-min-width: 200px;
    --mm-ocd-max-width: 440px;
}
body.mm-ocd-opened {
    overflow-y: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.mm-ocd {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-property: bottom, background-color;
    -o-transition-property: bottom, background-color;
    transition-property: bottom, background-color;
    -webkit-transition-duration: 0s, 0.3s;
    -o-transition-duration: 0s, 0.3s;
    transition-duration: 0s, 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0.45s, 0.15s;
    -o-transition-delay: 0.45s, 0.15s;
    transition-delay: 0.45s, 0.15s;
}
.mm-ocd--open {
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.mm-ocd__content {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 80%;
    width: var(--mm-ocd-width);
    min-width: 200px;
    min-width: var(--mm-ocd-min-width);
    max-width: 440px;
    max-width: var(--mm-ocd-max-width);
    background: #fff;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property:
        transform,
        -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.mm-ocd--left .mm-ocd__content {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-ocd__backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: calc(100% - 80%);
    width: calc(100% - var(--mm-ocd-width));
    min-width: calc(100% - 440px);
    min-width: calc(100% - var(--mm-ocd-max-width));
    max-width: calc(100% - 200px);
    max-width: calc(100% - var(--mm-ocd-min-width));
    background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
    right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
    left: 0;
}
.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
    display: block;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --mm-spn-item-height: 50px;
    --mm-spn-item-indent: 20px;
    --mm-spn-line-height: 24px;
}
.mm-spn {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.mm-spn ul {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 2;
    width: 130%;
    padding-right: 30%;
    line-height: 24px;
    line-height: var(--mm-spn-line-height);
    overflow: visible;
    overflow-y: auto;
    background: inherit;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    cursor: default;
}
.mm-spn ul:after {
    content: "";
    display: block;
    height: 50px;
    height: var(--mm-spn-item-height);
}
.mm-spn > ul {
    left: 0;
}
.mm-spn ul.mm-spn--open {
    left: 0;
}
.mm-spn ul.mm-spn--parent {
    left: -30%;
    overflow-y: hidden;
}
.mm-spn li {
    position: relative;
    background: inherit;
    cursor: pointer;
}
.mm-spn li:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-spn-item-height) / 2);
    right: 25px;
    right: calc(var(--mm-spn-item-height) / 2);
    z-index: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    opacity: 0.4;
}
.mm-spn li:after {
    content: "";
    display: block;
    margin-left: 20px;
    margin-left: var(--mm-spn-item-indent);
    border-top: 1px solid;
    opacity: 0.15;
}
.mm-spn a,
.mm-spn span {
    position: relative;
    z-index: 1;
    padding: 13px 20px;
    padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}
.mm-spn a {
    background: inherit;
    color: inherit;
    text-decoration: none;
}
.mm-spn a:not(:last-child) {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid;
    opacity: 0.15;
}
.mm-spn span {
    background: 0 0;
}
.mm-spn.mm-spn--navbar {
    cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-spn-item-height) / 2);
    left: 20px;
    left: var(--mm-spn-item-indent);
    width: 10px;
    height: 10px;
    margin-top: 2px;
    border-top: 2px solid;
    border-left: 2px solid;
    -webkit-transform: rotate(-45deg) translate(50%, -50%);
    -ms-transform: rotate(-45deg) translate(50%, -50%);
    transform: rotate(-45deg) translate(50%, -50%);
    opacity: 0.4;
}
.mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
    content: none;
    display: none;
}
.mm-spn.mm-spn--navbar:after {
    content: attr(data-mm-spn-title);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    height: var(--mm-spn-item-height);
    padding: 0 40px;
    padding: 0 calc(var(--mm-spn-item-indent) * 2);
    line-height: 50px;
    line-height: var(--mm-spn-item-height);
    opacity: 0.4;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
    padding-left: 20px;
    padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--navbar ul {
    top: 51px;
    top: calc(var(--mm-spn-item-height) + 1px);
}
.mm-spn.mm-spn--navbar ul:before {
    content: "";
    display: block;
    position: fixed;
    top: inherit;
    z-index: 2;
    width: 100%;
    border-top: 1px solid currentColor;
    opacity: 0.15;
}
.mm-spn.mm-spn--light {
    color: #444;
    background: #f3f3f3;
}
.mm-spn.mm-spn--dark {
    color: #ddd;
    background: #333;
}
.mm-spn.mm-spn--vertical {
    overflow-y: auto;
}
.mm-spn.mm-spn--vertical ul {
    width: 100%;
    padding-right: 0;
    position: static;
}
.mm-spn.mm-spn--vertical ul ul {
    display: none;
    padding-left: 20px;
    padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--vertical ul ul:after {
    height: 25px;
    height: calc(var(--mm-spn-item-height) / 2);
}
.mm-spn.mm-spn--vertical ul.mm-spn--open {
    display: block;
}
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
    -webkit-transform: rotate(135deg) translate(-50%, 0);
    -ms-transform: rotate(135deg) translate(-50%, 0);
    transform: rotate(135deg) translate(-50%, 0);
}
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
    content: none;
    display: none;
}

/* Slider */
/* https://kenwheeler.github.io/slick/ */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0px;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 9;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    background: none;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #d3dee9;
}
.slick-arrow:hover {
    background: #fc0;
    border-color: #fc0;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.slick-arrow:before {
    font-size: 25px;
    display: block;
    position: absolute;
    width: 100%;
    font-family: "icomoon";
    content: "\e903";
    color: #1a1a1a;
}
.slick-arrow:hover:before {
}
.slick-next:before {
    transform: rotate(-90deg);
}
.slick-prev:before {
    transform: rotate(90deg);
}
.slick-disabled {
    opacity: 0;
}
/* Dots */
.slick-dots {
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background: #fc0;
    opacity: 1;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgb(255 255 255 / 50%);
    margin: 0;
    border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #000;
    text-align: center;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}

.mod_okno {
    width: 870px;
    padding: 32px;
    box-sizing: border-box;
    text-align: center;
    background: #ffffff;
    border-radius: 25px !important;
}
.mod_okno .mod_title {
    text-align: center;
    line-height: normal;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 35px;
}
.mod_okno form {
    max-width: 520px;
    margin: auto;
}
.mod_okno input {
  width: 100%;
  padding: 18px 32px;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #ECF0F4;
  border: none;
  box-shadow: inset 0px 0px 0 2px #ECF0F4;
}
.mod_okno button.btn {
  padding: 18px 30px;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  display: block;
}
.mod_okno .top__sale {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d3dee9;
    padding-bottom: 30px;
}
.mod_okno .top__sale .img__bl {
    border-radius: 28px;
    background: #ecf0f4;
    width: 30%;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.mod_okno .top__sale .img__bl img {
}
.mod_okno .top__sale .info__sale {
    width: 70%;
    text-align: left;
}
.mod_okno .top__sale .info__sale .mod_title {
    text-align: left;
    margin-bottom: 10px;
}
.mod_okno .top__sale .info__sale .time {
    font-size: 20px;
    font-weight: 700;
    color: #f92121;
    margin-bottom: 20px;
}
.mod_okno .top__sale .info__sale .time span {
    display: inline-block;
}
.mod_okno .top__sale .info__sale .desc {
}
.mod_okno .text__sale {
    font-size: 17px;
    margin-bottom: 20px;
}
.mod_okno .politika {
    font-size: 14px;
    opacity: 0.5;
}
.fancybox__container {
    --fancybox-bg: rgb(3 53 102 / 75%) !important;
}
.mod_okno .main__form__mess p {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  color: #033566;
  margin-bottom: 20px;
}
.mod_okno .mod__bonus p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--fancybox-content-color, #374151);
}
.mod_okno .form__mess {
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.mod_okno .form__mess label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #c7c7c7;
  border-radius: 14px;
  padding: 20px;
  cursor: pointer;
  flex: 1 0 0;
}
.mod_okno .form__mess input[type="radio"]:checked + label {
  border-color: #ffcc00;
  background: #ECF0F4;
}
.mod_okno .main__form__mess .form__mess label .btn__phone {
  color: #033566;
}
.mod_okno .form__mess input {
  display: none;
}
.mod_okno .main__form__mess .form__mess label .btn__mess i {
  font-size: 34px;
}
.mod_okno .main__form__mess .form__mess label .btn__telegram {
  color: #29A1D4;
}
.mod_okno .main__form__mess .form__mess label .btn__whatsapp {
  color: #2CD44A;
}
.mod_okno .main__form__mess .form__mess label .btn__phone {
  color: #033566;
}
.mod_okno .mod__bonus__item .name {
  font-size: 14px;
}
.mod_okno .mod__bonus__item .ico img {
  max-width: 50px;
}
.mod_okno .mod__bonus__bl {
  justify-content: center;
  gap: 20px;
}
.mod_okno .mod__bonus__item {
  flex: 1 0 0;
}
@media screen and (max-width: 1910px) {
    .head__banner__img {
        left: 50%;
        right: auto;
    }
    .preim__main .img__bl {
        left: 60%;
        right: auto;
    }
}
@media screen and (max-width: 1370px) {
    .head__banner__img {
        left: auto;
        right: 0;
        opacity: 0.2;
        height: 100%;
    }
    .head__banner__img img {
        height: 100%;
        object-fit: cover;
    }
    .head__banner .row {
        min-height: auto;
    }
    .head__banner__text .name {
        font-size: 38px;
    }
    .head__banner__text .name__mini {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .head__banner__text .desc {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .head__banner__text ul li {
        font-size: 16px;
        gap: 5px;
        text-align: left;
    }
}
@media screen and (max-width: 1270px) {
    .head__top__mess .text {
        display: none;
    }
    .work .img__bl {
        gap: 10px;
    }
    .work .img__bl a {
        height: 60px;
        width: calc(25% - 10px);
    }
    .work .img__bl a:first-child {
        height: 220px;
    }
}
@media screen and (max-width: 1180px) {
    .head__menu .row {
        padding: 0 10px;
    }
    .head__menu .menu ul li a {
        font-size: 13px;
        padding: 12px 0;
        gap: 2px;
    }
    .head__menu .menu ul li a i.icon-select {
        font-size: 18px;
    }
    .head__menu .menu ul li a i.icon-calculator {
        font-size: 16px;
    }
    .type__bl {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 850px;
        margin: auto;
        gap: 20px;
    }
    .type {
        width: 150px;
        flex: none;
    }
    .sale__bl {
        gap: 10px;
        flex-wrap: wrap;
        max-width: 850px;
        margin: auto;
    }
    .sale {
        min-width: 150px;
    }
    .form__bl .img__bl {
        opacity: 0.5;
        bottom: 0;
        filter: blur(5px);
        height: 100%;
    }
    .form__bl .img__bl img {
        object-fit: cover;
    }
    .category__work {
        width: calc(33.33% - 20px);
    }
    .category__work .img__bl {
        height: 180px;
    }
}
@media screen and (max-width: 1100px) {
    .head__top .logo {
        max-width: 200px;
    }
    .head__top .logo .name {
        display: none;
    }
    .head__top__slider {
        padding: 10px;
        width: 180px;
    }
    .head__top__slider .item {
        gap: 5px;
    }
    .head__top__slider .name {
        font-size: 14px;
    }
    .head__top__slider img {
        width: 18px;
    }
}
@media screen and (max-width: 1024px) {
    body.fixed__head {
        padding-top: 170px;
    }

    .mmenu {
        display: block;
    }
    .head__menu .menu {
        display: none;
    }
    #menu .icon-select {
        display: none;
    }
    .category {
        width: calc(50% - 16px);
    }
    .calc__tabs .tabs__caption li {
        padding: 10px 5px;
        font-size: 15px;
        font-weight: 400;
    }
    .form__bl .text {
        text-align: center;
    }
    .form__bl .title {
        text-align: center;
    }
    .form__bl form {
        flex-direction: column;
        max-width: 500px;
        margin: auto;
    }
    .form__bl form input {
        max-width: 100%;
    }
    .form__bl .img__bl {
        opacity: 0.2;
    }
    .installation__bl {
        gap: 30px 20px;
        justify-content: space-around;
    }
    .installation {
        width: calc(25% - 20px);
    }
}
@media screen and (max-width: 900px) {
    .section {
        margin-bottom: 50px;
    }
    .section__fon {
        padding: 50px 0;
    }
    .title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .title__desc {
        font-size: 18px;
    }

    body.fixed__head {
        padding-top: 123px;
    }
    .head__top__slider {
        display: none;
    }
    .head__top__tel .tel {
        font-size: 18px;
    }
    .head__top__tel .mail {
        font-size: 14px;
        margin-bottom: 0;
    }
    .head__top__tel .btn {
        display: none;
    }
    .head__top__city {
        padding: 0px;
        border-radius: 0px;
        background: none;
    }
    .head__top__city .ico {
        display: none;
    }
    .head__banner {
        margin-bottom: 20px;
    }
    .type__bl {
        gap: 10px;
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: flex-start;
        padding-bottom: 15px;
    }
    .type {
        width: 100px;
        gap: 5px;
    }
    .type img {
        border-radius: 12px;
    }
    .type .name {
        font-size: 12px;
    }
    .category .bl__img {
        height: 250px;
        margin-bottom: 5px;
    }
    .category .item {
        padding: 0 5px 10px;
        margin-bottom: 10px;
    }
    .category .name {
        font-size: 20px;
    }
    .category .desc {
        font-size: 15px;
    }
    .category .category__price .price {
        font-size: 16px;
    }
    .category .btn__bl .btn {
        padding: 12px 5px;
    }
    .calc__wpapper .item__main {
        flex-wrap: wrap;
    }
    .calc__wpapper .item.slider__box {
        width: 100%;
    }
    .calc__wpapper .item .flex__wrap > div {
        width: calc(50% - 14px);
    }
    .calc__wpapper .item .add__box .flex__wrap > div {
        width: 100%;
    }
    .calc__wpapper .item .add__box .flex__wrap > div.min__wt {
        width: 100%;
    }
    .calc__wpapper .order__info {
        flex-direction: column;
        border-radius: 14px;
    }
    .calc__wpapper .order__info .info {
        width: 100%;
    }
    .calc__wpapper .order__info .btn__bl {
        width: 100%;
        align-items: center;
    }
    .about__bl .text .strong {
        font-size: 18px;
    }
    .about__ico__bl {
        gap: 30px;
        flex-wrap: wrap;
    }
    .about__ico {
        min-width: 280px;
    }
    .about__ico .ico {
        margin-bottom: 5px;
    }
    .about__ico .name {
        margin-bottom: 0;
    }
    .stage__main {
        margin-bottom: 0;
    }
    .stage {
        width: auto;
        flex: 1 0 0;
        min-width: 170px;
    }
    .preim__main {
        margin-bottom: 0;
    }
    .page .preim__main {
        margin-bottom: 50px;
    }
    .preim__main .title {
        text-align: center;
    }
    .preim__main .img__bl {
        left: auto;
        right: 0;
        opacity: 0.1;
    }
    .preim__bl {
        max-height: 100%;
        flex-direction: row;
    }
    .preim {
        width: auto;
        flex: 1 0 0;
        min-width: 300px;
    }
    .form__bl {
        border-radius: 18px;
        padding: 30px 20px;
    }
    .form__bl .title {
        font-size: 28px;
    }
    .form__bl .desc {
        font-size: 22px;
        margin-bottom: 30px;
        font-size: 18px;
    }
    .installation {
        width: auto;
        flex: 1 0 0;
        min-width: 160px;
    }
    .map__work {
        height: 400px;
    }
    .dopuslugi__main {
        margin-bottom: 0;
    }
    .dopuslugi__bl {
        flex-wrap: wrap;
        gap: 40px 20px;
    }
    .dopuslugi {
        min-width: 160px;
        gap: 10px;
    }
    .footer__bl {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px 20px;
    }
    .footer__bl .item {
        flex: 1 0 0;
        min-width: calc(33.3% - 15px);
    }
    .footer__bl .item:nth-child(1) {
        min-width: 100%;
        text-align: center;
        align-items: center;
        order: 1;
    }
    .tiplist {
        width: calc(50% - 12px);
    }
}
@media screen and (max-width: 750px) {
    .swipe {
        display: flex;
    }

    .head__banner__text {
        text-align: center;
    }
    .head__banner__text .name {
        font-size: 34px;
    }
    .head__banner__text .btn__bl {
        justify-content: center;
    }
    .head__banner__text .btn__bl .btn {
        padding: 14px 20px;
        font-size: 15px;
    }
    .sale__bl {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: auto;
        padding-bottom: 15px;
    }
    .sale {
        width: 160px;
        flex: none;
        box-sizing: border-box;
    }
    .category__bl {
        gap: 50px 15px;
    }
    .category .bl__img {
        height: 200px;
    }
    .category .item.flex__bl {
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .calc__tabs .tabs__caption {
        overflow: auto;
        gap: 10px;
    }
    .calc__tabs .tabs__caption li {
        flex: none;
        padding: 10px;
    }
    .about__bl {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .about__bl .img__bl {
        flex: none;
    }
    .about__bl .text p {
        margin-bottom: 15px;
    }
    .about__ico__bl {
        justify-content: center;
    }
    .about__ico {
        flex: none;
        min-width: auto;
        width: calc(50% - 15px);
    }
    .preim__bl {
        gap: 30px 10px;
    }
    .preim {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        min-width: 250px;
    }
    .preim .ico {
        border: 1px solid #d3dee9;
    }
    .preim .text .name {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .preim .text .desc {
        font-size: 15px;
    }
    .quality {
        width: calc(50% - 12px);
    }
    .quality .img__bl {
        margin-bottom: 10px;
    }
    .quality .name {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .quality .desc {
        font-size: 15px;
    }
    .faq__bl {
        gap: 15px;
    }
    .faq {
        width: 100%;
        padding-bottom: 15px;
    }
    .faq .question {
        font-size: 18px;
    }
    .faq .answer {
        font-size: 16px;
    }
    .faq:last-child {
        border-bottom: none;
        padding: 0;
    }
    .footer__bl .item {
        min-width: calc(50% - 10px);
        text-align: center;
        align-items: center;
    }
    .footer__bl .title {
        text-align: center;
    }
    .footer__bl .foot__kont .mess {
        justify-content: center;
    }
    .preimpage {
        width: calc(50% - 12px);
    }
    .preimpage .ico {
        border: 1px solid #d3dee9;
    }
    .included {
        width: calc(50% - 12px);
    }
    .included .name {
        font-size: 16px;
    }
    .included .desc {
        font-size: 15px;
    }
    .category__work__bl .title {
        font-size: 24px;
    }
    .category__work__bl .wrapper {
        gap: 15px;
    }
    .category__work {
        width: calc(50% - 10px);
    }
    .category__work .info {
        padding: 10px;
    }
    .category__work .name {
        font-size: 16px;
    }
    .page__kontakty__bl {
        flex-direction: column;
        gap: 30px;
    }
    .page__kontakty__bl > div {
        width: 100%;
    }
    .page__kontakty__bl .map {
        height: 300px;
    }
    .page__work__bl {
        flex-direction: column;
        gap: 30px;
    }
    .page__work__bl > div {
        width: 100%;
    }
    .page__work__foto {
        max-width: 600px;
        margin: auto;
    }
}
@media screen and (max-width: 600px) {
    .title {
        font-size: 26px;
    }

    .head__top__city {
        display: none;
    }
    .head__banner__img {
        opacity: 0.1;
    }
    .head__banner__text .name {
        font-size: 28px;
    }
    .head__banner__text .desc {
        font-size: 20px;
    }
    .category {
        width: 100%;
        max-width: 400px;
    }
    .calc__wpapper .item {
        border-radius: 14px;
        padding: 15px;
    }
    .calc__wpapper .item .flex__wrap > div {
        width: 100%;
    }
    .calc__wpapper .item .flex__wrap select,
    .calc__wpapper .item .flex__wrap input[type="number"] {
        padding: 14px;
        font-weight: 500;
    }
    .calc__wpapper .order table {
        border-radius: 10px;
    }
    .calc__wpapper .order table thead tr td {
        padding: 10px;
    }
    .calc__wpapper .order table tr td {
        font-size: 14px;
        padding: 7px 10px;
    }
    .about__ico .name {
        font-size: 18px;
    }
    .installation .img__bl {
        margin-bottom: 5px;
    }
    .installation .name {
        font-size: 16px;
    }
    .footer__bottom .flex__bl {
        flex-direction: column;
        text-align: center;
    }
    .mod_okno .mod_title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .mod_okno .top__sale {
        align-items: flex-start;
        gap: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        flex-direction: column;
    }
    .mod_okno .top__sale .img__bl {
        width: 180px;
    }
    .mod_okno .top__sale .info__sale {
        width: 100%;
    }
    .mod_okno .top__sale .info__sale .mod_title {
        margin-bottom: 5px;
    }
    .mod_okno .top__sale .info__sale .time {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .mod_okno .top__sale .info__sale .desc {
        font-size: 15px;
    }
    .mod_okno .text__sale {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .tableprice__main table {
        border-radius: 10px;
    }
    .tableprice__main table tr td {
        font-size: 14px;
        padding: 7px 10px;
        width: auto;
    }
    .characteristic__main table tr td {
        font-size: 14px;
        padding: 7px 10px;
        width: auto;
    }
    .colorpalette {
        flex-basis: 80px;
    }
    .colorpalette .desc {
        font-size: 13px;
    }
    .tiplist {
        width: 100%;
    }
    .tiplist .name {
        font-size: 18px;
    }
    .tiplist .desc {
        font-size: 15px;
    }
    .content h1 {
        font-size: 28px;
    }
    .content h2 {
        font-size: 24px;
    }
    .content h3 {
        font-size: 22px;
    }
    .content h4 {
        font-size: 20px;
    }
    .content h5 {
        font-size: 18px;
    }
    .price__tabs > ul li {
        flex: none;
        width: 100%;
        padding: 10px;
    }
}
@media screen and (max-width: 550px) {
    body.fixed__head {
        padding-top: 248px;
    }
    .fixed__head .head__top .head__top__city {
        display: none;
    }

    .head__top {
        padding: 10px 0;
    }
    .head__top .row {
        flex-direction: column;
    }
    .head__top .logo {
        order: 1;
        max-width: 100%;
    }
    .head__top .logo .item {
        display: none;
    }
    .head__top__tel {
        align-items: center;
        order: 3;
    }
    .head__top__tel .tel {
        font-size: 22px;
    }
    .head__top__mess {
        order: 4;
    }
    .head__top__city {
        display: flex;
        order: 2;
    }
    .head__top__city .name {
        text-align: center;
    }
    /*.head__banner__text {margin: 30px 0;}*/
    .head__banner__text .name {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .head__banner__text .name p {
        display: contents;
    }
    .head__banner__text .name__mini {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .head__banner__text .desc {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .head__banner__text ul {
        margin-bottom: 20px;
    }
    .head__banner__text ul li {
        font-size: 15px;
        align-items: center;
    }
    .head__banner__text ul li:before {
        font-size: 18px;
    }
    .head__banner__text .btn__bl {
        gap: 10px;
    }
    .head__banner__text .btn__bl .btn {
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 10px;
    }
    .calc__wpapper .item .add__box {
        padding: 14px;
    }
    .work__main .row {
        padding: 0;
    }
    .work__bl .slick-list {
        margin: 0 20px;
    }
    .work .info {
        padding: 0;
    }
    .work .info .name {
        font-size: 20px;
    }
    .work__bl .slick-arrow {
        width: 30px;
    }
    .work__bl .slick-arrow::before {
        font-size: 30px;
    }
    .work__bl .slick-arrow:hover {
        background: none;
    }
    .form__bl .img__bl {
        display: none;
    }
    .form__bl form .btn {
        width: 100%;
        justify-content: center;
    }
    .footer__main {
        padding: 40px 0;
    }
    .footer__bl .item {
        min-width: 100%;
    }
    .footer__bl .title {
        margin-bottom: 10px;
    }
    .footer__bl .foot__menu ul li {
        margin-bottom: 7px;
    }
    .footer__bl .item:nth-child(1) {
        order: 0;
    }
    .preimpage {
        width: 100%;
    }
    .included {
        width: 100%;
    }
    .category__work .img__bl {
        height: 130px;
    }
}
@media screen and (max-width: 450px) {
    .balloon .foto img {
        max-height: 120px;
    }
}
@media screen and (max-width: 400px) {
    .title {
        font-size: 24px;
    }

    .head__banner__text .name {
        font-size: 24px;
    }
    .head__banner__text .btn__bl {
        flex-wrap: wrap;
        gap: 15px;
    }
    .category__main .title__desc {
        font-size: 16px;
    }
    .category .btn__bl .btn {
        font-size: 14px;
    }
    .calc__wpapper .order table tr td {
        padding: 7px 5px;
    }
    .calc__wpapper .order__info .btn__bl .btn {
        width: 100%;
        padding: 14px 10px;
    }
    .form__bl .title {
        font-size: 24px;
    }
    .form__bl .desc {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .quality {
        width: 100%;
    }
    .quality .img__bl {
        height: 200px;
    }
    .map__work {
        height: 300px;
    }
    .mod_okno .top__sale .info__sale .mod_title {
        font-size: 24px;
    }
    .mod_okno .top__sale .info__sale .time {
        font-size: 16px;
    }
    .tiplist__main .title__desc {
        font-size: 16px;
    }
    .category__work__bl .title {
        font-size: 20px;
    }
    .category__work {
        width: 100%;
    }
    .category__work .img__bl {
        height: 200px;
    }
}
@media screen and (max-width: 350px) {
    .calc__wpapper .item .flex__wrap .ed__block {
        top: 1px;
        gap: 5px;
    }
    .about__ico {
        width: 100%;
    }
}

.adress-body {
    position: relative;
}
.adress-option {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 100;
    background-color: #ecf0f4;
    border: 1px solid rgba(3, 53, 102, 0.1);
    left: 0;
    list-style: none;
    font-family: "IBM Plex Sans", sans-serif;
}
.adress-option.active {
    display: block;
}
.adress-option li:first-child {
    cursor: default;
    color: rgba(7, 25, 43, 0.6);
    font-size: 13px;
}
.adress-option li {
    font-size: 16px;
    cursor: pointer;
    color: #07192b;
    padding: 5px 10px 5px 10px;
}
.adress-option li span {
    color: #0d6efd;
}
/* Выберите вариант или продолжите ввод */

.form__succes {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.deactive-elem {
    display: none !important;
}
#form-order {
    position: relative;
}
.message-error {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: red;
}

._form-error .message-error {
    display: block;
}
