

/* Start:/delivery/style.css?16758314024728*/
.KKsectionV1{
    margin-bottom: 50px;
}
.KKsectionV1__title{
    font-size: 36px;
    line-height: 1.4;
    color: #231F20;
    margin-top: 0;
    margin-bottom: 26px;
    font-weight: 400;
}
.KKDeliveryPage .KKtbv1{
    max-width: 615px;
}
.KKtbv1__header-top{
    overflow: hidden;
    margin-bottom: 25px;
}
.KKtbv1__chbxs-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -29px;
}
.KKtbv1__chbxs-col{
    padding: 0 29px;
}
.KKChbxV1{
    background: transparent;
    position: relative;
    min-height: 13px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 19px;
    color: #231F20;
    font-weight: 400;
    cursor: pointer;
}
.KKChbxV1__grafic{
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    top: 3px;
    border: 1px solid #C3C3C3;
    box-sizing: border-box;
    border-radius: 2px;
}
.KKChbxV1__grafic:before{
    content: '';
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 2px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EAEAE8 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.KKChbxV1__input:checked ~ .KKChbxV1__grafic:after{
    content: '';
    border: 2px solid #F6002B;
    width: 14px;
    height: 6px;
    border-top: 0;
    border-right: 0;
    position: absolute;
    top: -1px;
    left: 1px;
    transform: rotate(-45deg);
}
.KKChbxV1__input{
    display: none;
}
.KKChbxV1__name{
    user-select: none;
}

.KKtbv1__header-radio{
    margin-bottom: 10px;
}
.KKtbv1__header-radio:last-child{
    margin-bottom: 0;
}
.KKRadioV1{
    background: transparent;
    position: relative;
    min-height: 20px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 19px;
    color: #231F20;
    font-weight: 400;
    cursor: pointer;
    padding-top: 1px;
}
.KKRadioV1__input{
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.KKRadioV1__grafic{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    border: 1px solid #C3C3C3;
    box-sizing: border-box;
    border-radius: 50%;
}
.KKRadioV1__grafic:before{
    content: '';
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;
    background: linear-gradient(0deg, #E0E0E0 0%, #FDFDFC 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.KKRadioV1__input:checked ~ .KKRadioV1__grafic:after{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #F6002B;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.KKRadioV1__name{
    user-select: none;
}

.KKtbv1__header{
    margin-bottom: 25px;
}
.KKAccordion{
    margin-bottom: 15px;
}
.KKAccordion:last-child{
    margin-bottom: 0;
}
.KKsectionV1__subtitle{
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.KKAccordion__header{
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2;
    color: #231F20;
    font-weight: 400;
    padding-left: 28px;
    position: relative;
    min-height: 20px;
    user-select: none;
}
.KKAccordion__arrow{
    position: absolute;
    top: 5px;
    left: 0;
    transition: .3s transform;
}
span.KKAccordion__arrow {
    display:block;
    width:18px;
    height:10px;
    background:url(/delivery/new/img-final-accord-arrow.svg) 50% 50% no-repeat;
}
.KKAccordion._opened .KKAccordion__arrow{
    top: 4px;
    left: 0;
    transform: rotate(-180deg);
}
.KKAccordion__header:visited{
    color: #231F20;
}
.KKAccordion__header:focus,
.KKAccordion__header:hover{
    text-decoration: none;
}
.KKAccordion__body{
    font-size: 14px;
    line-height: 1.4;
    color: #231F20;
    padding-left: 28px;
}
.KKAccordion ul,
.KKAccordion ol,
.KKAccordion p{
    margin: 0 0 5px;
}
.KKAccordion ul:last-child,
.KKAccordion ol:last-child,
.KKAccordion p:last-child{
    margin: 0;
}

.KKtbv2__header{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    overflow: hidden;
}
.KKtbv2__header-item{
    display: inline-block;
    padding: 12px 14px;
    font-size: 19px;
    line-height: 1.2;
    color: #231F20;
    text-decoration: none;
    background: #F6F6F4;
    border-radius: 3px;
    font-weight: 500;
    transition: .3s all;
}
.KKtbv2__header-item:visited{
    color: #231F20;
}
.KKtbv2__header-item:hover{
    text-decoration: none;
    background-color: #e7e7e1;
}
.KKtbv2__header-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.KKtbv2__header-col{
    padding: 0 15px;
    margin-bottom: 30px;
}

@media (max-width: 350px){
    .KKtbv2__header-item {
        font-size: 16px;
    }
}
/* End */
/* /delivery/style.css?16758314024728 */
