

/* Start:/magazin-pod-klyuch/css/turnkey-store.css?1749636463235*/
.dairy-labeling__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
}

.inherit-font {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
/* End */


/* Start:/magazin-pod-klyuch/css/banner.css?17516191592880*/
.banner {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.banner__description {
    margin: 99px auto;
    max-width: 1170px;
    padding: 0 30px;
}
.banner h1 {
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: 0em;
    max-width: 710px;
    margin: 0 0 32px 0;
}
.banner p {
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    max-width: 615px;
    margin: 0 0 48px 0;
}
.banner__buutton {
    display: inline-block;
    padding: 20px 44px;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08em;
    background: #FFE94D;
    border-radius: 8px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}
.banner__picture {
    position: absolute;
    width: 650px;
    top: 0;
    right: calc(50% - 960px);
    z-index: -1;
}
@media (min-width: 1920px) {
    .banner__picture {
        right: 0;
    }
}
@media (max-width: 1500px) {
    .banner__picture {
        right: calc(50% - 780px);
    }
}
@media (max-width: 1024px) {
    .banner__description {
        margin: 55px auto;
        padding: 0 19px;
    }
    .banner h1 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 20px 0;
        max-width: 440px;
    }
    .banner p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0em;
        max-width: 440px;
        margin: 0 0 32px 0;
    }
    .banner__buutton {
        padding: 16px 41px;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.02em;
        border-radius: 8px;
    }
    .banner__picture {
        width: 390px;
        right: calc(50% - 520px);
    }
}
@media (max-width: 768px) {
    .banner__description {
        margin: 28px auto 176px;
        padding: 0 16px;
    }
    .banner h1 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 16px 0;
        letter-spacing: 0;
        max-width: 100%;
    }
    .banner p {
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    .banner__buutton {
        padding: 12px 20px;
        font-size: 14px;
    }
    .banner__picture {
        width: 320px;
        top: unset;
        bottom: 0;
        right: 0;
        z-index: -1;
    }
}

.banner__background {
    height: 627px;

    background-image: url('/local/html/redesign/turnkey-store/img/banner1.webp');
    background-size: contain;
    background-repeat: no-repeat;

    @media (max-width: 768px) {
        height: 287px;
        background-image: url('/local/html/redesign/turnkey-store/img/banner2.webp');
    }
}
/* End */


/* Start:/magazin-pod-klyuch/css/content-banner.css?17516191592923*/
.content-banner {
    position: relative;
    background: #FFD42F;
    padding: 85px 0 ;
    overflow: hidden;
}
.content-banner__wrapper {
    position: relative;
    max-width: 1140px;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
}
.content-banner__title {
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 28px;
}
.content-banner__description {
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 90px;
}
.content-banner__button {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    padding: 20px 0;
}
.content-banner__button a {
    padding: 20px 44px;
    background: #FFFFFF;
    border-radius: 8px;
    color: #D91920 !important;
    cursor: pointer;
}
.content-banner__button a:hover {
    color: #000 !important;
    border: 2px solid rgba(189, 187, 187, 0.5);
}

.content-banner__img {
    position: absolute;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.content-banner__img-right {
    width: 325px;
    height: 325px;
    right: 0;
    top: 0;
    background-image: url('/local/html/redesign/turnkey-store/img/content-banner1.webp');
}
.content-banner__img-left {
    width: 700px;
    height: 337px;
    left: calc(50% - 980px);
    bottom: 0;
    background-image: url('/local/html/redesign/turnkey-store/img/content-banner2.webp');
}

@media (max-width: 1024px) {
    .content-banner__wrapper {
        padding: 0 19px;
    }
    .content-banner__title {
        font-size: 28px;
        line-height: 38px;
    }
    .content-banner__description {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .content-banner__button {
        font-size: 16px;
        line-height: 16px;
    }
    .content-banner__img-right {
        width: 225px;
        height: 225px;
    }
    .content-banner__img-left {
        width: 550px;
        height: 265px;
        left: -250px;
    }
}
@media (max-width: 768px) {
    .content-banner {
        padding: 48px 0;
    }
    .content-banner__title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .content-banner__description {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 32px;
    }
    .content-banner__button {
        font-size: 16px;
        line-height: 16px;
        padding: 16px 0;
    }
    .content-banner__button a {
        padding: 16px 40px;
    }
    .content-banner__img-right {
        width: 125px;
        height: 125px;
        right: 0;
    }
    .content-banner__img-left {
        width: 450px;
        height: 217px;
        left: -250px;
    }
}
/* End */


/* Start:/magazin-pod-klyuch/css/fonts.css?17379902571187*/
@font-face {
  font-family: "MuseoSansCyrl-600";
  src: local("MuseoSansCyrl-700"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-700.woff") format("woff"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-700.ttf") format("ttf"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot") format("eot");
  font-style: normal;
  font-weight: 600;
  font-display: optional;
}
@font-face {
  font-family: "MuseoSansCyrl-300";
  src: local("MuseoSansCyrl-300"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-300.woff") format("woff"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-300.ttf") format("ttf"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot") format("eot");
  font-style: normal;
  font-weight: 400;
  font-display: optional;
}
@font-face {
  font-family: "MuseoSansCyrl-500";
  src: local("MuseoSansCyrl-500"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-500.woff") format("woff"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-500.ttf") format("ttf"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot") format("eot");
  font-style: normal;
  font-weight: 400;
  font-display: optional;
}
/* End */


/* Start:/magazin-pod-klyuch/css/ready-made-offers.css?17516191595366*/
.ready-made-offers {
    position: relative;
}
.ready-made-offers_intend {
    margin: 60px 0 60px 0;
}
/* Карточки */
.ready-made-offers__wraper-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
    margin-bottom: 24px;
}
.ready-made-offers__card {
    display: flex;
    justify-content: right;
    overflow: hidden;
    position: relative;
    --gap: 30px;
    width: calc(100%/2 - var(--gap)/2);
    padding: 44px 44px 44px 30px;
}
.ready-made-offers__wrapper-content {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 510px;
    z-index: 2;
}
/* Чётные карточки */
.ready-made-offers__card:nth-child(2n) {
    justify-content: left;
    padding: 44px 30px 44px 44px;
}
/* Стили цветов картчоек */
.ready-made-offers__card_golden-glow {
    background: linear-gradient(260deg, #EFF7FF 13.73%, #DCEDFF 93.85%), #F9F8FD;
}
.ready-made-offers__card_your-pink {
    background: linear-gradient(84.66deg, #FFF4F9 6.99%, #FFE8F1 95.64%), #F9F8FD;
}
.ready-made-offers__card_fringy-flower {
    background: linear-gradient(260deg, #FFF9F0 7.83%, #FFECCF 92.28%);
}
.ready-made-offers__card_french-pass {
    background: linear-gradient(84.46deg, #FFFFEC 7.21%, #FFFAD0 95.25%);
}
/* Описание в картчках */
.ready-made-offers__title {
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    margin: 0 0 12px 0;
}
.ready-made-offers__description {
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #2D2D2D;
    margin-bottom: 24px;
}
.ready-made-offers__list {
    flex: 1 0;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1B6BB5;
}
.ready-made-offers__card a {
    color: #717070;
}
.ready-made-offers__list a {
    color: #1B6BB5;
}
.ready-made-offers__wrapper-application {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 46px;
}
.ready-made-offers__price {
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    color: #D91920;
}
.ready-made-offers__button {
    justify-items: flex-end;
    padding: 16px 20px;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: #FFDF01;
    border-radius: 8px;
    cursor: pointer;
}
/* Изображение на карточке прижатое к краю экрана */
.ready-made-offers__card .ready-made-offers__picture {
    position: absolute;
    width: 330px;
    height: 336px;
    bottom: 0;
    left: 0;
    z-index: 1;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ready-made-offers__card:nth-child(2n) .ready-made-offers__picture {
    right: 0;
    left: unset;
}
@media (max-width: 1720px) {
    .ready-made-offers__card .ready-made-offers__picture {
        left: calc(50% - 425px);
    }
    .ready-made-offers__card:nth-child(2n) .ready-made-offers__picture {
        right: calc(50% - 425px);
    }
}
@media (max-width: 1640px) {
    .ready-made-offers__card .ready-made-offers__picture {
        width: 230px;
        height: 241px;
    }
}
@media (max-width: 1300px) {
    .ready-made-offers__wrapper-content {
        width: 380px;
    }
    .ready-made-offers__card .ready-made-offers__picture {
        left: calc(50% - 375px);
    }
    .ready-made-offers__card:nth-child(2n) .ready-made-offers__picture {
        right: calc(50% - 375px);
    }
}
@media (max-width: 1024px) {
    .ready-made-offers__wraper-cards {
        flex-flow: column;
        gap: 25px 0;
    }
    .ready-made-offers__card,
    .ready-made-offers__card:nth-child(2n) {
        justify-content: left;
        width: 100%;
        padding: 44px 30px;
    }
    .ready-made-offers__wrapper-content {
        width: 520px;
    }
    /* Изображение на карточке прижатое к краю экрана */
    .ready-made-offers__card .ready-made-offers__picture {
        width: 282px;
        height: 295px;
        left: unset;
        right: 0;
    }
    .ready-made-offers__card:nth-child(2n) .ready-made-offers__picture {
        right: 0;
    }
    .ready-made-offers__card:nth-child(2n + 1) .ready-made-offers__picture {
        transform: rotateY(180deg);
    }
    .ready-made-offers__wrapper-application {
        margin-top: 32px;
    }
}

@media (max-width: 768px) {
    .ready-made-offers__card {
        padding: 44px 16px;
    }
    .ready-made-offers__wrapper-content {
        width: 100%;
    }
    .ready-made-offers__card .ready-made-offers__picture {
        width: 156px;
        height: 163px;
    }
    .ready-made-offers__wrapper-application {
        flex-direction: column;
        align-items: start;
        gap: 20px 0;
    }
}
@media (max-width: 560px) {
    .ready-made-offers__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .ready-made-offers__wrapper-content {
        width: 100%;
    }
}
/* End */


/* Start:/magazin-pod-klyuch/css/description-section.css?17516191591548*/
.description-section {
    max-width: 830px;
    padding: 0 30px;
    margin: 0 auto;
}
.description-section__mb-60 {
    margin-bottom: 60px;
}
.description-section__title {
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    margin-bottom: 30px;
}
.description-section__title-stick {
    width: 79px;
    height: 58px;
    position: absolute;
    left: -40px;
    top: -20px;
    z-index: -1;
}
.description-section__list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 28px;
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.description-section__list li {
    position: relative;
}
.description-section__list li::before {
    content: '';
    position: absolute;
    background-clip: padding-box;
    left: -28px;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 4px solid  rgba(217, 25, 32, .2);;
    background: #D91920;
    background-clip: padding-box;
}
.description-section__list li:not(:last-of-type) {
    margin-bottom: 6px;
}
@media (max-width: 1024px) {
    .description-section {
        padding: 0 19px;
    }
}
@media (max-width: 768px) {
    .description-section {
        padding: 0 16px;
    }
    .description-section__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 32px;
    }
    .description-section__list {
        font-size: 16px;
        line-height: 26px;
    }
}
/* End */


/* Start:/magazin-pod-klyuch/css/hint.css?1751619159452*/
.hint {
    max-width: 1170px;
    padding: 0 30px;
    margin: 0 auto;
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #717070;
}
.hint__description {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 1024px) {
    .hint {
        padding: 0 19px;
    }
}
@media (max-width: 768px) {
    .hint {
        padding: 0 16px;
    }
}
/* End */


/* Start:/magazin-pod-klyuch/magazin.form.css?17516191592224*/
@media (max-width: 4000px) {
    .modal-dialog {
        max-width: 80% !important;
    }
}

@media (max-width: 900px) {
    .modal-dialog {
        max-width: 90% !important;
    }
}

@media (max-width: 766px) {
    .modal-dialog {
        max-width: 95% !important;
    }

    .basket__container {
        padding: 0 !important;
    }

    .order-field-mobile {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .basket__container {
        padding-bottom: 0;
    }
}

.basket__container {
    margin-bottom: 0 !important;
}

.close:hover {
    background: transparent !important;
}

.close.close-modal {
    font-size: 26px !important;
    text-align: right;
}

#makeOrder .category-block {
    margin-bottom: 4rem !important;
}

#makeOrder .basket__container {
    padding-bottom: 0;
}

#makeOrder #order-form .basket__container {
    padding-top: 0;
    padding-bottom: 4rem;
}

.row.product-item:last-of-type {
    border-bottom: none !important;
}

.use-1c-text {
    font-size: 14px; /* 16 */
    line-height: 24px; /* 30 */
    font-family: 'Museo Sans', Helvetica, sans-serif;
    margin-top: 24px; /* 30 */
    margin-bottom: 24px; /* 30 */
}

.toggle-switch-tab.nav.nav-tabs {
    background-color: #fff !important;
    border-bottom: none !important;
}

.nab-buttons-1c {
    margin-bottom: 21px;
    background-color: white !important;
}

.toggle-switch-tab__bullet.nav-item.nav-link.active {
    font-weight: 700;
    border-bottom: 2px solid #ffd400 !important;
    /*border-bottom: 0;*/
    color: #06498C !important; /* TORG-1703 black*/
    background-color: #fff !important;
    border-radius: 0 !important;
    font-size: 16px !important;  /* 18 23 */
    padding-bottom: 12px!important; /* 15 */
}

.toggle-switch-tab__bullet.nav-item.nav-link {
    font-size: 16px !important; /* 18 23 */
    line-height: 16px; /* 20 */
    font-weight: 100;
    border-bottom: 1px solid rgba(26, 25, 25, 0.2) !important;
    /*border-bottom: 0;*/
    color: black !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    padding-bottom: 12px!important; /* 15 */
}

.breadcrumbs__block {
    padding: 15px;
}

.form__location {
    min-height: 550px;
}
/* End */


/* Start:/check/check.form.css?17516191593937*/
@media (max-width: 4000px) {
    #request-page .modal-dialog, #makeOrder .modal-dialog, #consultForm .modal-dialog {
        max-width: 45% !important;
    }
}

@media (max-width: 1240px) {
    #request-page .modal-dialog, #makeOrder .modal-dialog, #consultForm .modal-dialog {
        max-width: 50% !important;
    }
}

@media (max-width: 1024px) {
    #request-page .modal-dialog, #makeOrder .modal-dialog, #consultForm .modal-dialog {
        max-width: 60% !important;
    }
}

@media (max-width: 900px) {
    #request-page .modal-dialog, #makeOrder .modal-dialog, #consultForm .modal-dialog {
        max-width: 70% !important;
    }
}

@media (max-width: 766px) {
    #request-page .modal-dialog, #makeOrder .modal-dialog, #consultForm .modal-dialog {
        max-width: 95% !important;
    }

    .basket__container {
        padding: 0 !important;
    }

    .order-field-mobile {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .basket__container {
        padding-bottom: 0;
    }
}

.form__location {
    padding: 15px;
    font-size: 15px;
}

#request-page .basket__container {
    padding: 10px;
    margin-bottom: 0 !important;
}

.close:hover {
    background: transparent !important;
}

.close.close-modal {
    font-size: 26px !important;
    text-align: right;
}

#makeOrder .category-block {
    margin-bottom: 4rem !important;
}

#makeOrder .basket__container {
    padding: 10px;
}

#makeOrder #order-form #consultation__order-form .basket__container {
    padding-top: 0;
    padding-bottom: 4rem;
}

.row.product-item:last-of-type {
    border-bottom: none !important;
}

.use-1c-text {
    font-size: 14px; /* 16 */
    line-height: 24px; /* 30 */
    font-family: 'Museo Sans', Helvetica, sans-serif;
    margin-top: 24px; /* 30 */
    margin-bottom: 24px; /* 30 */
}

.toggle-switch-tab.nav.nav-tabs {
    background-color: #fff !important;
    border-bottom: none !important;
}

.nab-buttons-1c {
    margin-bottom: 21px;
    background-color: white !important;
}

.toggle-switch-tab__bullet.nav-item.nav-link.active {
    font-weight: 700;
    border-bottom: 2px solid #ffd400 !important;
    /*border-bottom: 0;*/
    color: black !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    font-size: 18px !important;  /* 23 */
    padding-bottom: 12px!important; /* 15 */
}

.toggle-switch-tab__bullet.nav-item.nav-link {
    font-size: 18px !important; /* 23 */
    line-height: 16px; /* 20 */
    font-weight: 100;
    border-bottom: 1px solid rgba(26, 25, 25, 0.2) !important;
    /*border-bottom: 0;*/
    color: black !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    padding-bottom: 12px!important; /* 15 */
}

.breadcrumbs__block {
    padding: 15px;
}

#makeOrder .form__location .form-control {
    color: #000;
}

/* start TORG-2450 */
.modal-content.form__location .basket__container .row,
.modal-content.form__location .basket__container .col-12 .row.form-group {
    margin-left: 0;
}

@media (max-width: 767px) {
    .modal-content.form__location .soft-hidden.show-app {
        margin-left: -15px;
    }

    .form-group > div {
        margin-bottom: 10px;
    }
}
/* end TORG-2450 */

.basket__container--details {
    cursor: pointer;
}

.basket__container--details:not([open]) > .basket__container--summary {
    background: linear-gradient(to right, rgb(158, 171, 184) 40%, rgba(158, 171, 184, 0) 100%);
    -webkit-background-clip: text;
    color: transparent;
}

@media (max-width: 1656px) {
    .basket__container--details:not([open]) > .basket__container--summary {
        background: linear-gradient(to bottom, rgb(158, 171, 184) 40%, rgba(158, 171, 184, 0) 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
}

.basket__container .policy {
    display: flex;
}

.basket__container .policy > label {
    padding-top: 7px;
    margin-left: 10px;
}

/* End */
/* /magazin-pod-klyuch/css/turnkey-store.css?1749636463235 */
/* /magazin-pod-klyuch/css/banner.css?17516191592880 */
/* /magazin-pod-klyuch/css/content-banner.css?17516191592923 */
/* /magazin-pod-klyuch/css/fonts.css?17379902571187 */
/* /magazin-pod-klyuch/css/ready-made-offers.css?17516191595366 */
/* /magazin-pod-klyuch/css/description-section.css?17516191591548 */
/* /magazin-pod-klyuch/css/hint.css?1751619159452 */
/* /magazin-pod-klyuch/magazin.form.css?17516191592224 */
/* /check/check.form.css?17516191593937 */
