

/* 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 */


/* Start:/local/templates/red2018/components/webavk/blank.component/return/style.css?1675831403100*/
.FormReturn {
    padding:20px;
    border:2px solid #ddd;
    max-width:700px;
    margin:0 auto
}

/* End */


/* Start:/static_files/css/comp_legal-info.css?16914134592602*/
.modal-loader {
  position: relative;
  min-height: 100px;
}

.modal-content.autoclose {
  --closeDelayCoef: 0;
}
.modal-content.autoclose:before, .modal-content.autoclose:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 0;
  left: 1%;
  bottom: 0;
  background: #f5f5f2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.modal-content.autoclose:before {
  width: 98%;
}
.modal-content.autoclose:after {
  background: #e34551;
  transition: width ease 0.2s;
  width: calc(98% * var(--closeDelayCoef));
}

.modal-kk .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.modal-kk .btn-close {
  top: 8px;
  position: absolute;
  right: 8px;
}
.modal-kk h1 {
  font-size: 25px;
  line-height: 30px;
}

.kk-radius {
  border-radius: 0.5rem;
}
.kk-bg {
  background: #F5F5F2;
}
.kk-red {
  color: #e34551;
}
.kk-darkgray {
  color: #4E565D;
}
.kk-gray {
  color: #BDBDB5;
}
.kk-lightgray {
  color: #D0D1CD;
}
.kk-sliver {
  color: #8098B0;
}
.kk-semibold {
  font-weight: 500;
}
.kk-link {
  color: #231F20;
}
.kk-border {
  padding: 1rem;
  border: 1px solid #E6E7E1;
}
.kk-wide {
  width: 100%;
}
.kk-label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.kk-reset {
  background: transparent;
  border: 0;
  padding: 0;
  appearance: none;
}
.kk-lg {
  font-size: 18px;
  line-height: 24px;
}
.kk-md {
  font-size: 14px;
  line-height: 18px;
}
.kk-sm {
  font-size: 12px;
  line-height: 16px;
}
.kk-nowrap {
  white-space: nowrap;
}
.kk-square:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.kk-img {
  position: relative;
}
.kk-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 4px;
}
.kk-remove {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  white-space: nowrap;
  padding-left: 28px;
  background: url(/static_files/img/basket/bin.svg) left center no-repeat;
  color: #231F20;
}
.kk-remove:hover, .kk-remove:active {
  color: #bd3943;
}

.make_order__body {
  padding-left: 32px;
}
.make_order__body img {
  max-width: 100%;
  border: 1px solid #BDBDB5;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.make_order__h2 {
  position: relative;
  margin-left: -32px;
  padding-left: 32px;
}
.make_order__num {
  display: inline-block;
  width: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

.return__info a:not([class]) {
  color: #231F20;
}

/* End */
/* /delivery/style.css?16758314024728 */
/* /local/templates/red2018/components/webavk/blank.component/return/style.css?1675831403100 */
/* /static_files/css/comp_legal-info.css?16914134592602 */
