.warranty__info-wrap p {
    line-height: 1.6;
}
.page-content h2{
    font-weight: 700;
    max-width: 750px;
}
.warranty__info-wrap .yellow {
    background: #FFF200;
    border-radius: 8px;
    padding: 24px 33px 24px 74px;
    color: #323232;
    margin-top: 32px;
    position: relative;
}
.warranty__info-wrap .yellow svg {
    position: absolute;
    color: #000000;
    left: 23px;
    top: 35px;
}

li.free-list__item{
    width: calc(25% - 2rem);
}

.our-salons{
    background: linear-gradient(189.21deg, #0a1e21 50.44%, #006c7b 328.82%), #323232;
    padding-top: 120px;
}

.articles{
    padding-top: 120px;
}

.articles h2{
    padding-top: 120px;
}

.sale-details__content p{
    font-weight: 500;
    font-size: 20px;
}

.designers{
    margin-top: 70px;
}

.designers p{
    font-size: 18px;
    font-weight: 600;
}

.sale-details {
    margin-bottom: 70px;
}

form.contact-form{
    border: 1px solid #E4E4E4;
    background: #F6F6F6;
    color: #363636;
    padding: 20px;
}

form.contact-form .contact-form__title{
    font-size: 24px;
    max-width: inherit;
}

form.contact-form  .contact-form__submit-btn{
    background: #FFF200;
}

.contact-form__wrap{
    margin-top: 20px;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 6px;
}


.sale-details .contact-form .field__tel-code {
    color: #363636;
}

.sale-details .select2-container .select2-selection--single.select_second .select2-selection__placeholder {
    color: #868686;
}
.sale-details .select2-container .select2-selection--single.select_second .select2-selection__arrow b {
    background: url(/local/templates/stilkuhni/assets/css/../svg_icons/arrow_down.svg) no-repeat 50%/contain;
    mask: none;
    -webkit-mask: none;
}

.sale-details .select2-container .select2-selection--single.select_second .select2-selection__arrow {
    top: 7px;
}

.choices::after{
    display: block;
    content: " ";
    background: url(/local/templates/stilkuhni/assets/css/../svg_icons/arrow_down.svg) no-repeat 50%/contain;
    position: absolute;
    width: 11px;
    height: 5px;
    right: 0;
    bottom: 16px;
    transition: all 0.3s;
}
.choices.is-open::after {
    transform: rotate(180deg);
}
