
.loyaltyPage h1 {
    font-size: 32px;
    text-align: center;
}

.loyaltyPage h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
}

.loyaltyPage p.txt {
    font-size: 18px;
}

.loyaltyPage .closable {
    margin-top: 50px;
    margin-bottom: 50px;
}


.discointBox {
    background-color: #F9F9F9;
    padding: 60px 0;
    margin-bottom: 20px;
}

.discointBox ul {
    display: flex;
    flex-direction: row;
}

.discointBox ul li {
    width: calc(100% / 5);
    text-align: center;
    border-right: 1px #636363 solid;
}

.discointBox ul li:last-child {
    border: none;
}

.discointBox ul li b {
    display: block;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.discointBox ul li span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #1E1E1E;
}

.loyaltyPage section.s1 {
    margin: 40px 0 60px 0;
}


.loyaltyPage section.s1 p {
    margin: 1em 0;
}

.loyaltyPage section.s1 a {
    font-size: 14px;
}

.loyaltyPage ul.disc {
    list-style-type: disc;
    color: #636363;
    list-style-position: inside;
    line-height: 2em;
}

.loyaltyPage hr {
    border: none;
    border-top: 1px #E8E8E8 solid;
}


.specBlock {
    display: flex;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 60px;
}
.specBlock .left {
    background-image: url('plspec.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 50%;
}

.specBlock .right {
    padding: 45px 65px;
    margin: 0 auto;
    width: 50%;
    background-color: #F9F9F9;
}

.specBlock .r1 {
    font-family: Verdana Pro;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2%;
    margin-bottom: 35px;
    line-height: 1.2em;
}

.specBlock .r3 {
    font-family: Verdana;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 5%;
    margin-bottom: 35px;
}

.specBlock a {
    font-family: Verdana;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;

}

.lGrayBox {
    background-color: #FAFAFA;
}

.lGrayBox h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
    padding: 60px 0;
}


.rassrochkaPage h1 {
    text-align: left;
    font-family: Verdana Pro;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: left;
    margin-top: 27px;
    margin-bottom: 43px;
}
.rassrochkaPage h2 {
    font-family: Verdana Pro;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: left;
    margin-top: 46px;
    margin-bottom: 26px;
}

.rassrochkaPage .txt {
    font-family: Verdana;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0%;
}

.rassrochkaPage ul.txt li {
    color: #636363;
    font-family: Verdana;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;

}

.rassrochkaPage .bullets {
    display: flex;
    column-gap: 0px;
}

.rassrochkaPage .bullets .item {
    font-family: Verdana;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
    border-top: 1.5px #8C8C8C solid;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    position: relative;
    width: 25%;

}

.rassrochkaPage .bullets .item p {
    margin-bottom: 1em;
}

.rassrochkaPage .bullets .item::after {
    content: "";
    position: absolute;
    left: 0px;
    top: -14px;
    width: 29px;
    height: 29px;
    background-image: url('/interface/rings.svg');
    background-size: 100%;
    z-index: 1;

}

.rassrochkaPage .numList {
    column-count: 2;
    margin-top: 40px;
}

.rassrochkaPage .numList .item {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    column-gap: 24px;
}
.rassrochkaPage .numList .item .num {
    width: 62px;
    min-width: 62px;
    height: 62px;
    display: inline-block;
    color: #4A062A;
    background-color: #FAFAFA;
    font-family: Verdana Pro;
    font-weight: 600;
    font-size: 32px;
    line-height: 62px;
    letter-spacing: -2%;
    text-align: center;
}

.rassrochkaPage .numList .item .txt {
    font-family: Verdana;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #636363;
}

.rassrochkaPage .cback {
    display: flex;
    margin-top: 60px;
}

.rassrochkaPage .cback > div {
    width: 50%;
}

.rassrochkaPage .cback .left {
    background-image: url('/interface/rasimg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.rassrochkaPage .cback .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 46px 43px;
    background-color: #F9F9F9;
}

.rassrochkaPage .cback .right h2 {
    font-family: Verdana Pro;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -2%;
    margin: 0 0 36px 0;
}

.rassrochkaPage .cback .right .btn {
    margin-top: 45px;
    width: 100%;
    box-sizing: border-box;
}

.rassrochkaPage .bl1 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.rassrochkaPage hr {
    border-top: 1px #E8E8E8 solid;
    border-bottom: none;
}

.rassrochkaPage .inf {
    font-family: Verdana Pro;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2%;

    color: #636363;
    text-align: center;

}


.rassrochkaPage .inf a {
    text-decoration: underline;
    color: #636363;
}




.closableBlock {
    border-bottom: 1px #E8E8E8 solid;
}

.closableBlock > .h {
    font-size: 18px;
    color: #0F0F0F;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 40px;
}

.closableBlock > .h::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    width: 15px;
    height: 18px;
    background-image: url('/interface/arr_dwn.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.closableBlock.opened > .h::after {
    transform: rotate(180deg);
}

.closableBlock .t {
    font-size: 18px;
    color: #636363;
    font-weight: 400;
    line-height: 1.5em;    
    padding-bottom: 24px;
}

.loyaltyPage .lFormRow  {
    display: flex;
    column-gap: 40px;
}

.loyaltyPage .lFormRow > div {
    width: 50%;
}

.lFormRow .h {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #0F0F0F;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 40px;
    line-height: 1.5em;
}

.lFormRow .btns {
    margin-top: 20px;
    margin-bottom: 20px;
}

.lFormRow .info {
    font-size: 12px;
    line-height: 1.5em;
}

@media screen and (max-width: 600px) { 



    .loyaltyPage .lFormRow  {
        display: flex;
        column-gap: 40px;
        flex-direction: column;
    }

    .loyaltyPage .lFormRow > div {
        width: 100%;
    }

    .loyaltyPage .lFormRow > div.r {
        display: none;
    }


    .closableBlock .h {
        font-size: 14px;
    }
    .closableBlock .t {
        font-size: 14px;
    }


    .loyaltyPage h1 {
        font-size: 22px;
        margin-top: 40px;
    }

    .loyaltyPage h2 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 35px;
    }

    .loyaltyPage p.txt {
        font-size: 14px;
    }

    .discointBox {
        padding: 0;
    }

    .discointBox ul {
        flex-direction: column;
        padding: 7px 0;
    }
    .discointBox ul li {
        width: 100%;
        border-right: none;
        padding: 32px 0;
        position: relative;
    }

    .discointBox ul li::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -55px;
        width: 110px;
        height: 1px;
        background-color: #636363;
    }

    .discointBox ul li:last-child::after {
        display: none;
    }

    .loyaltyPage section.s1 p {
        font-size: 14px;
    }

    .loyaltyPage ul.disc {
        font-size: 14px;
    }

    .specBlock {
        width: 100%;
        box-sizing: border-box;
        flex-direction: column;
    }

    .specBlock .right {
        width: 100%;
        box-sizing: border-box;
        padding: 21px 24px;
    }

    .specBlock .left {
        display: none;
    }

    .specBlock .r1 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .specBlock .r2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .specBlock .r3 {
        font-size: 14px;
        margin-bottom: 35px;
    }

    .specBlock a {
        font-size: 14px;
    }

    .rassrochkaPage h1 {
        font-family: Verdana Pro;
        font-weight: 600;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: -2%;
        
    }

    .rassrochkaPage .txt {
        font-family: Verdana;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
    }
    .rassrochkaPage h2 {
        font-family: Verdana;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .rassrochkaPage ul.txt li {
        font-family: Verdana;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;        
    }
    .rassrochkaPage .lGrayBox {
        background-color: transparent;
        border-top: 1px #E8E8E8 solid;
        border-bottom: 1px #E8E8E8 solid;
        padding: 30px 0;
        margin-top: 30px;
    }

    .rassrochkaPage .lGrayBox h2 {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 0;
    }

    .rassrochkaPage .bullets {
        flex-direction: column;
        padding-left: 15px;
    }

    .rassrochkaPage .bullets .item {
        border-top: none;
        border-left: 1.5px #8C8C8C solid;
        padding: 0;
        padding-left: 40px;
        padding-bottom: 50px;
        width: 100%;
    }
    .rassrochkaPage .bullets .item::after {
        left: -15px;
        top: 0;
    }

    .rassrochkaPage .bullets .item  p {
        margin-top: 0;
        padding-top: 0;
    }

    .rassrochkaPage .bullets .item:last-child {
        border-left: none;
    }

    .rassrochkaPage .numList {
        column-count: 1;
    }

    .rassrochkaPage .numList .item .txt {
        font-family: Verdana;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
    }

    .rassrochkaPage .numList .item {
        align-items: flex-start;
    }

    .rassrochkaPage .numList .item .num {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-family: Verdana Pro;
        font-weight: 600;
        font-size: 19px;
        line-height: 100%;
        letter-spacing: -2%;
        line-height: 38px;

    }

    .rassrochkaPage .cback {
        flex-direction: column;
    }

    .rassrochkaPage .cback > div {
        width: 100%;
        box-sizing: border-box;
    }

    .rassrochkaPage .cback .right h2 {
        font-family: Verdana Pro;
        font-weight: 600;
        font-size: 18px;
        line-height: 23px;
        letter-spacing: -2%;
    }

    .rassrochkaPage .cback .right p {
        font-family: Verdana;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
    }

    .rassrochkaPage .cback .left {
        height: 50vw;
    }

    .rassrochkaPage .inf {
        font-family: Verdana Pro;
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: -3%;
        text-align: center;
    }
}