

/* Start:/ui-kit/css/style.css?171197239283709*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-family: "Graphik-Medium-Cy" !important;
    font-weight: normal;
}

p {
    margin-bottom: 15px;
}


/*Styles for Guide-page*/
.demo-kit {
    width: 1100px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    font-family: "Graphik-Regular-Cy";
}

.texts {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 113px;
}

.tabs {
    margin-bottom: 88px;
}

.inputs {
    margin-bottom: 44px;
    padding-right: 33px;
}

.demo-kit-header + .texts {
    margin-top: -6px;
}

.text-h {
    width: 390px;
}

.text {
    width: 500px;
}

.text-mobile {
    padding-top: 12px;
}

.text:first-child {
    margin-right: 65px;
}

.h_name {
    font-size: 12px;
    font-weight: bold;
    margin-right: 60px;
    color: #999999;
    width: 20px !important;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}

.h_name--h1 {
    line-height: 45px;
}

.h_name--h2 {
    line-height: 36px;
}

.h_name--h3 {
    line-height: 20px;
}

.desktop-h1_name {
    font-size: 28px;
}

.desktop-h2_name {
    font-size: 24px;
}

.desktop-h3_name {
    font-size: 16px;
}

.demo-kit-header {
    margin-bottom: 35px;
    margin-top: 27px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.product-properties {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 6px;
}

.product-properties > div:first-child {
    margin-right: 0px;
    line-height: 16px;
}

.text-etc div {
    margin-top: 25px;
}

.colors {
    margin-bottom: 59px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.inputs-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 700px;
}

.aligning-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.amount-item_wrap {
    margin-right: 68px;
}

/* block inputs */
.inputs-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.inputs-block--cols .input__container {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}

/* checkbox */
.checkbox-buttons-block {
    margin-top: 0;
    margin-bottom: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
}

.checkbox-item {
    margin-bottom: 20px;
    margin-right: 30px;
}

.checkbox-item--additional {
    margin: 0;
}

.checkbox-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.radio-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.buttons-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 93px;
}

.buttons-col {
    margin-right: 30px;
}

.product-colors-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.additional-colors-wrap {
    margin-left: 26px;
}

.additional-colors {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.text-types {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 0;
    padding-top: 0;
}

.p-item__desktop {
    margin: 0 !important;
}

.p-item {
    margin: 0 0 13px;
    padding: 0;
    width: 100%;
}

.desktop-p_name {
    margin-right: 71px;
    color: #999999;
    font-size: 12px;
}


.text__id {
    color: #999999;
    font-size: 12px;
    margin-right: 0;
    width: 80px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}

.balloons-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 40px;
    background-color: #fcf7eb;
}

.balloon-item__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
    margin-right: 40px;
}

.demo-kit__balloons {
    margin-bottom: 60px;
}

.balloon__name {
    -webkit-align-self: center;
            align-self: center;
    padding-left: 10px;
}

.balloon__cluster {
    display: block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: relative;
    background-color: #000000;
}

.balloon__cluster-amount {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 14px;
}

.balloon__cluster--hover:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border: 5px solid #fff;
    border-radius: 50%;
}



.additional-elements__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}

.additional-elements__row-second {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.e-container {
    min-width: 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding-right: 78px;
}

.additional-elements__row_colors {
    margin-top: 124px;
    margin-bottom: 11px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.product-colors__name {
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
    width: 92px;
}

.e-container_files {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-top: -7px;
}

.advantages_header {
    margin-bottom: 78px;
    margin-top: 50px;
}

.grid_header {
    margin-top: 95px;
    margin-bottom: 70px;
}

.logo_header {
    margin-top: 132px;
    margin-bottom: 140px;
}

.logo_header__hint {
    max-width: 263px;
    margin-left: auto;
    width: 100%;
}

.links {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
}

.hints {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.sheet {
    background-color: transparent !important;
}

.demo-kit__layout {
    margin-bottom: 56px;
}




/*All REUSABLE styles for elements in guide*/

/*Texts and headers desktop*/
h1, .h1 { /*header h1*/
    font-size: 28px;
    letter-spacing: 0;
    color: #000;
    line-height: 34px;
    margin-bottom: 10px;
}

h2, .h2 { /*header h2*/
    font-size: 24px;
    letter-spacing: 0;
    color: #000;
    line-height: 28px;
    margin-bottom: 20px;
}

h3, .h3 { /*header h3*/
    font-size: 16px;
    letter-spacing: 0;
    color: #000;
    line-height: 20px;
    margin-bottom: 20px;
}


/*Texts and headers mobile*/
.h1-mobile { /*header h1*/
    font-size: 21px;
    letter-spacing: 0;
    color: #000;
    line-height: 26px;
    margin-bottom: 45px;
}

.h2-mobile { /*header h2*/
    font-size: 18px;
    letter-spacing: 0;
    color: #000;
    line-height: 22px;
    margin-bottom: 45px;
}

.h3-mobile { /*header h3*/
    font-size: 16px;
    letter-spacing: 0;
    color: #000;
    line-height: 20px;
    margin-bottom: 45px;
}

.text-mobile_h1 .h_name {
    line-height: 30px;
}

.text-mobile_h2 .h_name {
    line-height: 24px;
}

.text-mobile_h3 .h_name {
    line-height: 20px;
}

p, .p__item { /*paragraph*/
    font-family: "Graphik-Regular-Cy";
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

/*List desktop*/
.list { /*list*/
    padding: 0;
    font-size: 14px;
    letter-spacing: 0;
    color: #000;
    margin-top: 0;
    margin-bottom: 23px;
}

.list-item { /*list item*/
    list-style-type: none;
    position: relative;
    padding-left: 16px;
    font-family: "Graphik-Regular-Cy";
}

.list-item:not(:last-child) {
    margin-bottom: 5px;
}

.list-item::before { /*list item marker*/
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #ED5AAE;
}


.show-more {
    display: inline-block;
    font-family: "Graphik-Regular-Cy";
    font-size: 14px;
    color: #ED5AAE;
    line-height: 20px;
    letter-spacing: 0;
}

.p-warranty {
    display: inline-block;
    font-family: "Graphik-Regular-Cy";
    font-size: 12px;
    color: #999999;
    line-height: 15px;
    letter-spacing: 0;
}

.p-warranty:not(:last-child) {
    margin-bottom: 8px;
}

.product-status_active {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.p-notification {
    font-family: "Graphik-Regular-Cy";
    font-size: 14px;
    color: #e4693f;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.product-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.p-comment {
    font-family: "Graphik-Regular-Cy";
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.product-description {
    font-family: "Graphik-Regular-Cy";
    font-size: 18px;
    color: #000;
    line-height: 24px;
    letter-spacing: 0;
}

.product-specs {
    font-family: "Graphik-Regular-Cy";
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 20px;
    letter-spacing: 0;
    max-width: 320px;
}

.specs-center {
    text-align: center;
}

.paragraph-center {
    text-align: center;
}



/*Color groups*/

.main-colors {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.colors__item {
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-right: 20px;
}


.pink {
    background-color: #ED5AAE;
}

.white {
    background-color: #f7f7f7;
}

.grey {
    background-color: #999999;
}

.black {
    background-color: #000000;
}

.orange {
    background-color: #e3693c;
}

.blue {
    background-color: #308AEB;
}

.green {
    background-color: #7dc43e;
}

.light-gray {
    background-color: #f2f2f2;
}


/*Categories block*/

.sub-tabs {
    width: 600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 22px;
}

.sub-tabs__item {
    font-family: "Graphik-Regular-Cy";
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    letter-spacing: 0;
    background-color: #f2f2f2;
    color: #999999;
    padding: 4px 10px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: .25s ease;
    transition: .25s ease;
    -webkit-user-select: none;
            user-select: none;
}

.sub-tabs__item.active {
    background-color: #ED5AAE !important;
    color: #fff;
}

.sub-tabs__item:not(.disabled):hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.sub-tabs__item.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

/*Tabs block*/

.tabs {
    list-style-type: none;
    margin: 0;
    padding-top: 17px;
}

.tabs-container {
    margin-bottom: 88px;
}

.main-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0  0 34px;
}

.main-tabs__item {
    color: #000;
    padding: 0 29.5px;
    height: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 2px;
    background-color: #f7f7f7;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    -webkit-user-select: none;
            user-select: none;
}

.main-tabs__item:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.main-tabs__item:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.main-tabs__item:not(.active):hover {
    background-color: #e5e5e5;
}

.main-tabs__item.active {
    background-color: #ED5AAE;
    color: #fff;
}

.main-tabs__item.active:hover {
    background-color: #ED5AAE !important;
    color: #fff;
}

/*Pick city block*/

.extra__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 34px;
}

.extra-tab {
    font-family: "Graphik-Regular-Cy";
    color: #000;
    padding: 8px 19px;
    letter-spacing: 0;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    font-size: 14px;
    min-height: 39px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    -webkit-user-select: none;
            user-select: none;
}

.extra-tab:hover {
    border-color: rgba(0, 0, 0, 0.2);
}

.extra-tab.active {
    border-color: #ED5AAE !important;
}

/* Big left/right padding */
.extra__tabs--padding .extra-tab {
    padding-left: 30px;
    padding-right: 30px;
}

/*Payment type Block*/
.payment-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 34px;
}

.payment-type_item {
    font-family: "Graphik-Regular-Cy";
    max-width: 320px;
    width: 100%;
    letter-spacing: 0;
    padding: 8px 15px;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    -webkit-user-select: none;
            user-select: none;
}

.payment-type_item + .payment-type_item {
    margin-top: 10px;
}

.payment-type_item:hover {
    border-color: rgba(0, 0, 0, 0.2);
}

.payment-type_item.active {
    border-color: #ED5AAE !important;
}

.payment-type_item.active:hover {
    background-color: #fff;
}


/*Selects and inputs*/

.jq-selectbox.inputs-select_item {
    max-width: 100%;
    width: 100%;
}

.select-item_option:hover {
    background-color: #e5e5e5 !important;
}

.select-item_option.disabled {
    display: none;
}

.jq-selectbox.inputs-select_item {
    position: relative;
}

.jq-selectbox__dropdown {
    top: -webkit-calc(100% + 2px);
    top: calc(100% + 2px);
    width: 100% !important;
}

.jq-selectbox__select {
    height: 100%;
}

.jq-selectbox__select-text {
    height: 100%;
    padding: 5px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.inputs-select_item select {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.jq-selectbox__dropdown ul {
    max-height: 200px;
}

.jq-selectbox__dropdown li {
    height: 40px;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 14px;
}

.input__container {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    line-height: 40px;
    position: relative;
}

.input__item {
    background-color: #f7f7f7;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 0 !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
    padding: 2px 37px 0 15px;
    -webkit-appearance: none;
}

.input__item::-webkit-input-placeholder {
    color: #ccc;
}

.input__item::placeholder {
    color: #ccc;
}

.input__item.input__item--password {
    font-size: 27px;
    padding-right: 44px !important;
    position: relative;
}

.input__item--password[type='password']::-webkit-input-placeholder,
.input__item--password[type='password']::placeholder {
    font-size: 14px !important;
    top: -4px;
    position: relative;
}

/* Fix for Safari */
.it-is-safari .input__item--password[type='password']::-webkit-input-placeholder {
    line-height: 40px;
}


.input__item::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.input__item--password[type='text'] {
    font-size: 14px;
}

.input__item.valid {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14'%3E%3Cdefs%3E%3Cstyle%3E .a %7B fill: %23ff46bc; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Etick%3C/title%3E%3Cpath class='a' d='M8,14a1,1,0,0,1-.707-.293l-7-7A1,1,0,0,1,1.707,5.293l6.262,6.261L18.263.324a1,1,0,1,1,1.474,1.352l-11,12A1,1,0,0,1,8.021,14Z'/%3E%3C/svg%3E");
    background-position: -webkit-calc(100% - 13px) 50%;
    background-position: calc(100% - 13px) 50%;
    background-size: auto 13px;
    background-repeat: no-repeat;
}

.input__item--password.valid {
    background-image: none;
}

input.input__item.input-error,
input.input__item.error,
.comment-input.error {
    border: 1px solid #e22626 !important;
    box-shadow: none;
}

.input__item.input-error:focus,
.input__item.error:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2) inset !important;
    /* предовратить смещение текста при фокусе на поле с border*/
    /*padding-left: 16px;*/
}

.input__name {
    width: 94px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    line-height: 40px;
}


.amount {
    min-width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.amount-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.amount-item_counter {
    width: 110px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.amount-control {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    top: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
.amount-control:hover {
    background: #dfdfdf;
}
.amount-item_counter .amount-value {
    width: 100%;
    text-align: center;
    border: none;
    background-color: #f7f7f7;
    height: 30px;
    padding: 0 30px;
}

.amount-item_counter .amount-value:focus {
    border: none !important;
}

.item-up {
    right: 0;
}

.item-down::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
    height: 2px;
    width: 14px;
    background-color: #000000;
}

.item-up::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
    height: 2px;
    width: 14px;
    background-color: #000000;
}

.item-up:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -1px;
    height: 14px;
    width: 2px;
    background-color: #000000;
}

.amount-item_cost {
    font-family: "Graphik-Regular-Cy";
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    margin-right: 40px;
    -webkit-align-self: center;
            align-self: center;
    color: #000;
}

.cost-item_value {
    font-family: "Graphik-Medium-Cy";
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #000;
    -webkit-align-self: center;
            align-self: center;
    margin-right: 30px;
}

.cost-item_remove {
    background-color: #f2f2f2;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.cost-item_remove::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
    height: 2px;
    width: 14px;
    background-color: #000000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.cost-item_remove:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
    height: 2px;
    width: 14px;
    background-color: #000000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.cost-item_remove:hover {
    background-color: #dfdfdf;
}

.cost-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.input-search {
    max-width: 314px;
    width: 100%;
    background-color: #f7f7f7;
    height: 40px;
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
    padding-left: 44px;
    position: relative;
}

.input-search::-webkit-input-placeholder {
    color: #ccc;
}

.input-search::placeholder {
    color: #ccc;
}

.input .input-search:focus {
    border: none !important;
}

.input {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.input-textual_label {
    line-height: 40px;
}

label.error {
    font-size: 14px;
    color: #e22626;
    line-height: 16px;
    margin-top: 5px;
}

.input-search__wrap {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    position: relative;
}

.input-search__wrap .input-search:focus {
    border: none !important;
}

.select-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.jq-selectbox.inputs-select_item {
    width: 100% !important;
    height: 40px !important;
}

.comment-input__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.comment-input {
    max-width: 597px;
    padding: 10px 37px 10px 15px;
    min-height: 80px;
}
.comment-input:focus {
    border: none !important;
}

.comment-input.error:focus {
    padding-top: 11px;
}

.comment-input__wrap .comment-input:focus {
    border: none;
}


/*Checkbox and Buttons*/
.checkbox-input {
    display: none;
}

.checkbox-label {
    font-family: "Graphik-Regular-Cy";
    position: relative;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #000;
    padding-left: 23px;
    cursor: pointer;
    display: block;
}

.checkbox-label--small {
    font-size: 12px;
    line-height: 18px;
}

.checkbox-label::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cstyle%3E .a %7B fill: %23ccc; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Echeckbox%3C/title%3E%3Cpath class='a' d='M12,1a1,1,0,0,1,1,1V12a1,1,0,0,1-1,1H2a1,1,0,0,1-1-1V2A1,1,0,0,1,2,1H12m0-1H2A2,2,0,0,0,0,2V12a2,2,0,0,0,2,2H12a2,2,0,0,0,2-2V2a2,2,0,0,0-2-2Z'/%3E%3C/svg%3E");
    box-sizing: border-box;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}

.checkbox-label:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cstyle%3E .a %7B fill: %23ff46bc; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Echeckbox-hover%3C/title%3E%3Cpath class='a' d='M12,1a1,1,0,0,1,1,1V12a1,1,0,0,1-1,1H2a1,1,0,0,1-1-1V2A1,1,0,0,1,2,1H12m0-1H2A2,2,0,0,0,0,2V12a2,2,0,0,0,2,2H12a2,2,0,0,0,2-2V2a2,2,0,0,0-2-2Z'/%3E%3C/svg%3E");
}

.checkbox-input:checked + .checkbox-label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cstyle%3E .a %7B fill: %23ff46bc; fill-rule: evenodd; %7D .b %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Echeckbox-on%3C/title%3E%3Cpath class='a' d='M2,0H12a2,2,0,0,1,2,2V12a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2V2A2,2,0,0,1,2,0Z'/%3E%3Cpath class='b' d='M5.721,10a.509.509,0,0,1-.346-.136L3.154,7.785a.484.484,0,0,1-.015-.694.509.509,0,0,1,.707-.015L5.7,8.813l4.435-4.658a.508.508,0,0,1,.706-.024.482.482,0,0,1,.024.692L6.086,9.844A.505.505,0,0,1,5.735,10Z'/%3E%3C/svg%3E");
}

.checkbox-input:checked + .checkbox-label:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cstyle%3E .a %7B fill: %23d03079; fill-rule: evenodd; %7D .b %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Echeckbox-on-hover%3C/title%3E%3Cpath class='a' d='M2,0H12a2,2,0,0,1,2,2V12a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2V2A2,2,0,0,1,2,0Z'/%3E%3Cpath class='b' d='M5.721,10a.509.509,0,0,1-.346-.136L3.154,7.785a.484.484,0,0,1-.015-.694.508.508,0,0,1,.707-.015L5.7,8.813l4.435-4.658a.508.508,0,0,1,.706-.024.482.482,0,0,1,.024.692L6.086,9.844A.505.505,0,0,1,5.735,10Z'/%3E%3C/svg%3E");
}

.checkbox-input:disabled + .checkbox-label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cstyle%3E .a %7B fill: %23e6e6e6; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Echeckbox-locked%3C/title%3E%3Cpath class='a' d='M2,0H12a2,2,0,0,1,2,2V12a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2V2A2,2,0,0,1,2,0Z'/%3E%3C/svg%3E");
}

.policy-link {
    font-family: "Graphik-Regular-Cy";
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    color: #999999;
}

/*Radio buttons*/

.radio-item {
    margin-bottom: 20px;
    margin-right: 30px;
    position: relative;
}

.radio-input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 14px;
}

.radio-label {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    font-size: 14px;
    padding-top: 1px;
}

.radio-input + .radio-label::after {
    display: none !important;
}

.radio-label::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cstyle%3E .a %7B fill: %23ccc; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Eradiobutton%3C/title%3E%3Cpath class='a' d='M7,1A6,6,0,1,1,1,7,6.007,6.007,0,0,1,7,1M7,0a7,7,0,1,0,7,7A7,7,0,0,0,7,0Z'/%3E%3C/svg%3E");
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}

.radio-label:hover:before {
    background: transparent;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cstyle%3E .a %7B fill: %23ff46bc; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Eradiobutton-hover%3C/title%3E%3Cpath class='a' d='M7,1A6,6,0,1,1,1,7,6.007,6.007,0,0,1,7,1M7,0a7,7,0,1,0,7,7A7,7,0,0,0,7,0Z'/%3E%3C/svg%3E");
}

.radio-input:checked + .radio-label::before {
    background: transparent !important;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cstyle%3E .a %7B fill: %23ff46bc; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Eradiobutton-on%3C/title%3E%3Cpath class='a' d='M7,4A3,3,0,1,1,4,7,3,3,0,0,1,7,4M7,0a7,7,0,1,0,7,7A7,7,0,0,0,7,0Z'/%3E%3C/svg%3E") !important;
}

.radio-input:checked + .radio-label:hover::before {
    background: transparent;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cstyle%3E .a %7B fill: %23ff46bc; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Eradiobutton-on-hover%3C/title%3E%3Cpath class='a' d='M7,4A3,3,0,1,1,4,7,3,3,0,0,1,7,4M7,0a7,7,0,1,0,7,7A7,7,0,0,0,7,0Z'/%3E%3C/svg%3E");
}

.radio-input:disabled + .radio-label::before {
    background: transparent;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cstyle%3E .a %7B fill: %23e6e6e6; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Eradiobutton-locked%3C/title%3E%3Ccircle class='a' cx='7' cy='7' r='7'/%3E%3C/svg%3E");
}

.disabled-input + label::before {
    border: none;
    background-color: #e5e5e5;
}

.button {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
    color: #000000;
    font-size: 14px;
    text-align: center;
    position: relative;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: .25s ease;
    transition: .25s ease;
    cursor: pointer;
    min-width: 140px;
    padding: 0 24px;
    -webkit-user-select: none;
            user-select: none;
}

.button:hover {
    background: #e5e5e5;
}

.button:disabled {
    opacity: 0.5;
}

.button--full {
    width: 100%;
}

.button-buy {
    background-color: #ED5AAE;
    color: #ffffff;
}

.button-buy:hover {
    background-color: #ea4993;
    opacity: 1 !important;
}

.button-buy:active {
    background-color: #d02f79;
}

.button-item {
    margin-bottom: 20px;
    overflow: hidden;
}

.button-animated::after{
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    opacity: .3;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, .03)), color-stop(30%, rgba(255, 255, 255, .6)), color-stop(50%, rgba(255, 255, 255, .85)), color-stop(70%, rgba(255, 255, 255, .85)), color-stop(71%, rgba(255, 255, 255, .85)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .03) 1%, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, .85) 71%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skew(-10deg, 0deg);
            transform: skew(-10deg, 0deg);
    -webkit-animation: move 3s linear infinite;
            animation: move 3s linear infinite;
    overflow: hidden;
}

.button-promo {
    background-color: #ED5AAE;
    color: #ffffff;
    height: 40px;
    min-width: 40px;
    padding: 0;
    border-radius: 3px;
}

/*Product-colors block*/

.product-colors {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
}

.product-color {
      width: 40px;
      height: 40px;
      position: relative;
      border-radius: 50%;
}

.product-color__input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.product-color__span {
  border-radius: 50%;
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  margin-right: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.2);
}

.product-color__span:before {
    background: transparent;
    content: '';
    border: 2px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.product-color:hover .product-color__span:before {
  border-color: #f6c8c3;
}

.product-color__input:checked ~ .product-color__span:before {
  border-color: rgba(232, 53, 135, 1);
}

.product-color__label {
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  max-width: 180px;
  border-radius: 5px;
  background-color: #000000;
  color: #fff;
  padding: 9px 20px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
    z-index: 1;
}

.product-color__label--long {
    left: calc(50% + 1px);
}

.product-color__label--nowrap {
    white-space: nowrap;
}

.product-color:hover .product-color__label {
  opacity: 1;
  visibility: visible;
}

.product-color__label:after {
  content: '';
  display: block;
  height: 14px;
  width: 15px;
  background-color: #000000;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.color-silver {
    background-color: #cccccc;
}

.color-yellow {
    background-color: #f5ea8f;
}

.color-blue {
    background-color: #436397;
}

.color-red {
    background-color: #bb4443;
}

.color-pink {
    background-color: #f6c8c3;
}

.color-black {
    background-color: #3a3a3a;
}

.color-white {
    background-color: #f7f7f7;
}

.product-colors__item {
    position: relative;
}

.product-colors__item::before {
    content: "";
    position: absolute;
    top: -53px;
    left: 50%;
    height: 38px;
    background-color: #000000;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    padding: 0 20px;
    box-sizing: border-box;
    white-space: nowrap;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-transition: .25s linear;
    transition: .25s linear;
    z-index: 999;
}

.product-colors__item:hover.product-colors__item::before {
    display: block;
}

.p-description {
    margin-bottom: 13px;
}


/*Ballons and map*/

.balloon-item img {
    width: 48px;
    height: 50px;
}

.balloon__cluster {
    -webkit-align-self: center;
            align-self: center;
}

.select-wrap.delivery-city {
    padding-left: 18px;
    padding-right: 18px;
    width: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.select-wrap.delivery-city .jq-selectbox {
    background-color: transparent;
    font-size: 18px;
    line-height: 21px;
    height: auto !important;
}

.select-wrap.delivery-city .jq-selectbox:hover {
    background-color: transparent !important;
}

.select-wrap.delivery-city .jq-selectbox__select-text {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    display: inline;
}

.select-wrap.delivery-city .jq-selectbox__trigger {
    display: none;
}

.hint {
    display: inline-block;
    background-image: url(/ui-kit/css/../images/info.svg);
    height: 17px;
    width: 17px;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: 50%;
    right: 0px;
    cursor: pointer;
    margin-top: -8px;
}

.hint .icon__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.bonus-block__item {
    line-height: 20px;
    position: relative;
    font-size: 14px;
    padding-right: 27px;
}

.back__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.back__arrow {
    display: inline-block;
    width: 7px;
    height: 14px;
    margin-right: 9px;
}

.indicator {
    background-color: #ED5AAE;
    border-radius: 50%;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 10px;
    position: relative;
    height: 16px;
    width: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    line-height: 16px;
    margin-top: -4px;
}

.files__add_label {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    overflow: hidden;
    color: #ED5AAE;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.files__add_label .icon__attach {
    height: 18px;
}

.inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    padding: 0;
}

.files__add_label {
    font-size: 14px;
    color: #ED5AAE;
}

.files__add_container {
    position: relative;
    margin-left: auto;
}

.sheet {
    height: 20px;
    width: 15px;
    background-color: #f2f2f2;
    position: absolute;
}

.sheet .icon__attach {
    height: 100%;
}

.sheet__triangle {
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 5px solid #ED5AAE;
    border-right: 5px solid #f7f7f7;
    right: 0;
}

.close__cross {
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    margin-left: 22px;
}

.close__cross:after {
    content: '';
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
    left: 0;
}

.close__cross:before {
    content: '';
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
}

.close__cross:hover.close__cross:after {
    background-color: rgba(0, 0, 0, 1);
}

.close__cross:hover.close__cross:before {
    background-color: rgba(0, 0, 0, 1);
}
.val__container {
    display: inline-block;
    padding-left: 30px;
    font-size: 14px;
}

.files__attach {
    font-size: 14px;
    color: #ED5AAE;
    line-height: 20px;
    position: relative;
    padding-left: 13px;
}

.files__attach_icon {
    height: 18px;
    width: 16px;
    margin-right: 10px;
    position: absolute;
}

.files {
    padding-right: 35px;
    margin-left: -20px;
}

.for__value {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.files__add {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}


.advantages {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 117px;
}

.advantages__item {
    width: 100%;
}

.advantages__icon {
    padding-bottom: 20px;
}

.advantages__item .icon__img {
    height: 50px;
}

.advantages__img {
    height: 42px;
    width: 42px;
}

.advantages__header {
    padding-bottom: 11px;
    font-family: "Graphik-Medium-Cy";
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}

.advantages__text {
    font-family: "Graphik-Regular-Cy";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.table_header {
    margin-top: 149px;
    margin-bottom: 27px;
}

.table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
}

.table__header {
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    padding-bottom: 16px;
    max-width: 252px;
    width: 100%;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
}

.table__header--full {
    max-width: 100%;
}
 
.table__header + .table__header {
    margin-left: 30px;
}

.table__data {
    font-size: 14px;
    line-height: 20px;
    padding: 23px 0 24px;
    max-width: 252px;
    width: 100%;
}

.table__data--full {
    max-width: 100%;
}

.table__data + .table__data {
    margin-left: 30px;
}

.available {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    min-height: 20px;
}

.available__marker {
    display: inline-block;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background-color: #7dc43e;
}

.available_item {
    max-width: 96px;
}

.available__marker + .available__marker {
    margin-left: 3px;
}

.shop {
    font-family: "Graphik-Medium-Cy";
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
}

.booking_item {
    max-width: 107px;
}

.booking {
    color: #ED5AAE;
    cursor: pointer;
}

.available__marker_middle {
    background-color: #308AEB;
}

.available__marker_low {
    background-color: #e3693c;
}

.available__marker_empty {
    background-color: #d8d8d8;
}

/*Стили для мобильной таблицы*/

.table__mobile {
    max-width: 374px;
    width: 100%;
    border-top: 1px solid #eaeaea;
}

.metro_mobile, .adress_mobile {
    padding-bottom: 10px;
}

.table__data_mobile:first-child {
    max-width: 220px;
    width: 100%;
}

.table__data_mobile:last-child {
    max-width: 110px;
    width: 100%;
    text-align: right;
}

.available_mobile {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin-top: 12px;
    min-height: 14px;
}

.table__mobile .hours {
    white-space: nowrap;
}

.quantity {
    display: inline-block;
    font-family: "Graphik-Regular-Cy";
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
    color: #999999;
    text-align: right;
    padding-top: 5px;
}


/* layout */
.layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
}

.layout__item {
    max-width: 534px;
    width: 100%;
}

.layout__item + .layout__item {
    margin-left: 30px;
}


/* Grids */
.grid {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.grid--xl {
    margin-left: -31px;
    margin-right: -31px;
}

.grid__item {
    padding-left: 15px;
    padding-right: 15px;
}

.grid__item--xl {
    padding-left: 31px;
    padding-right: 31px;
}

.grid__item-1 {
    width: -webkit-calc(100% / 12);
    width: calc(100% / 12);
}

.grid__item-2 {
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6);
}

.grid__item-3 {
    width: 25%;
}

.grid__item-4 {
    width: -webkit-calc(100% / 12 * 4);
    width: calc(100% / 12 * 4);
}

.grid__item-5 {
    width: -webkit-calc(100% / 12 * 5);
    width: calc(100% / 12 * 5);
}

.grid__item-6 {
    width: 50%;
}

.grid__item-7 {
    width: -webkit-calc(100% / 12 * 7);
    width: calc(100% / 12 * 7);
}

.grid__item-8 {
    width: -webkit-calc(100% / 12 * 8);
    width: calc(100% / 12 * 8);
}

.grid__item-9 {
    width: 75%;
}

.grid__item-10 {
    width: -webkit-calc(100% / 12 * 10);
    width: calc(100% / 12 * 10);
}

.grid__item-11 {
    width: -webkit-calc(100% / 12 * 11);
    width: calc(100% / 12 * 11);
}

.grid__item-12 {
    width: 100%;
}


.popup_header {
    margin-top: 129px;
    margin-bottom: 76px;
}

.popup__triggers {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 263px;
}

.hint__container {
    position: relative;
    padding-right: 30px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.badge {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    padding: 0px 4px;
    font-family: "Graphik-Medium-Cy";
    font-size: 10px;
    letter-spacing: 0.4px;
    line-height: 1;
    height: 17px;
    padding-top: 1px;
    min-height: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.badge_yellow {
    background-color: #f8e71c;
}

.hint__container--right {
    margin-left: auto;
}

.hint__popup {
    display: none;
    font-family: "Graphik-Regular-Cy";
    background-color: #fff;
    position: absolute;
    bottom: 38px;
    z-index: 9;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    min-width: 320px;
    padding: 17px 30px 14px 19px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    left: 0;
    text-transform: initial;
}

.hint:hover .hint__popup {
    display: block;
}

.badge:hover .hint__popup {
    display: block;
}

.hint__popup:before {
    content: '';
    display: block;
    height: 19px;
    width: 19px;
    position: absolute;
    bottom: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
}

.hint__popup:after {
    content: '';
    display: block;
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    background-color: transparent;
}

.hint:hover  .hint__popup {
    display: block;
}

.link {
    cursor: pointer;
    color: inherit;
}

.link--pink {
    color: #ED5AAE;
}

.link--grey {
    color: #999999;
}

.link:hover,
.link:focus {
    color: #ff5bb9 !important;
}

.link:active {
    color: #e743a1 !important;
}

.hint__popup_icon {
    left: -20px;
}

.hint__container_service {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.hint__container_component {
    font-size: 18px;
    font-family: "Graphik-Regular-Cy";
}

.logos-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    max-width: 490px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding-left: 24px;
}

.logos-wrap .logo:nth-child(2) {
    margin-left: 60px;
}

.logo__img {
    height: 49px;
}

.badges_header {
    margin-top: 113px;
    margin-bottom: 106px;
}

.badges {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.badge {
    margin-right: 2px;
    text-transform: uppercase;
}

.badge_green {
    background-color: #78b730;
    color: #fff;
}

.badge_black {
    background-color: #333333;
    color: #fff;
}

.badge_blue {
    background-color: #308AEB;
    color: #fff;
}

.icon__img {
    width: auto;
    height: 100%;
}

.icon__pack {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 50px;
}

.icon__pack--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.icon__pack--left {
    padding-left: 63px;
}

.icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.icon img {
    height: 100%;
    width: auto;
}

.icon_header {
    margin-top: 320px;
    margin-bottom: 60px;
}

.icon + .icon {
    margin-left: 20px;
}

.icon__social {
    height: 29px;
    width: 29px;
}

.icon__social img {
    height: 100%;
    width: auto;
}

.icon__social + .icon__social {
    margin-left: 15px;
}

.icon__service {
    height: 20px;
    width: auto;
    color: #000;
}

.icon__service + .icon__service {
    margin-left: 10px;
}

.icon__features {
    height: 50px;
    width: 50px;
    margin-bottom: 14px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.icon__features img {
    height: 100%;
    width: auto;
}

.icon__navigate {
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.icon__navigate svg {
    height: 100%;
}

.icon__notify {
    height: 18px;
    width: auto;
}

.icon__attach {
    height: 16px;
    width: auto;
}

.icon__attach--file {
    height: 20px;
}

.icon__attach + .icon__attach {
    margin-left: 30px;
}

.icon__attach .icon__img {
    height: 100%;
}

.icon__info {
    height: 17px;
    width: 17px;
}

.icon__timer {
    height: 17px;
    width: 15px;
}

.icon__arrow {
    width: auto;
    height: 7px;
}

.icon__arrow_left, .icon__arrow_right {
    height: 14px;
    width: auto;
}

.icon__arrow + .icon__arrow {
    margin-left: 10px;
}

.icon--link {
    margin-right: 10px;
}

.icon__service--sm {
    height: 17px;
}

.comments {
    font-family: "Graphik-Regular-Cy";
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    color: #999999;
    padding-left: 7px;
}

.icon__user {
    height: 10px;
    width: auto;
}

.service__item_compare,
.service__item_favorite {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.service__item + .service__item {
    margin-left: 20px;
}

.service_link {
    display: inline-block;
    margin-left: 10px;
}

.icon__password {
    height: 24px;
    width: auto;
}

.icon__password + .icon__password {
    margin-left: 30px;
}

.icon__tick {
    height: 13px;
    margin-top: 13px;
    width: auto;
}

.done {
    font-family: "Graphik-Regular-Cy";
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 0;
    color: #000000;
}

.icon__done {
    height: 50px;
    width: 50px;
}

.icon__close {
    height: 13px;
    width: 13px;
}

.icon__close_gray svg {
    height: 15px;
    width: 15px;
    cursor: pointer;
}

.icon__close--xl {
    height: 20px;
    width: 20px;
}

.icon__close--xl svg {
    height: 100%;
    width: 100%;
}

.icon__close_gray:hover svg {
    fill: #ED5AAE;
}

.icon__loader_small {
    height: 32px;
    width: 32px;
}

.icon__loader_big {
    height: 40px;
    width: 40px;
}

.icon__pack_delivery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
}

.icon__delivery {
    height: auto;
    width: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.icon__delivery + .icon__delivery {
    margin-left: 0;
    margin-top: 23px;
}

.icon__delivery--align-top {
    margin-top: -9px;
}

.icon__description {
    font-family: "Graphik-Regular-Cy";
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
    color: #999999;
    margin-left: 19px;
}

.icon__wrap {
    margin-bottom: 33px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.icon__wrap .icon img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.icon__wrap .icon .icon__img--gett {
    margin-top: -3px;
    width: 16px;
}

.icon__title {
    margin-bottom: 31px;
}

.icon__pack_mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
}

.icon__pack_mobile .icon__wrap {
    margin-bottom: 30px;
}

.icon__mobile {
    height: auto;
    width: 20px;
}

.sort__pack {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
}

.sort__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}

.sort__data {
    font-family: "Graphik-Regular-Cy";
    font-size: 14px;
}

.sort__data + .sort__data {
    margin-left: 28px;
}

.sort__data_active {
    font-family: "Graphik-Medium-Cy";
    font-size: 14px;
}

.icon__sort {
    width: 13px;
    height: 10px;
    margin-left: 7px;
}

.icon__img_filter {
    width: 100%;
    height: 100%;
}

.icon__filter {
    width: 18px;
    height: 12px;
}

.filter {
    font-size: 14px;
    margin-left: 12px;
}

.acordeons {
    margin-bottom: 100px;
}

.acordeon {
    border-top: 1px solid #eaeaea;
}

.acordeon--fix-width {
    width: 320px;
}

.acordeons__h2 {
    font-size: 23px;
    margin-bottom: 22px;
}

.acordeon__header {
    cursor: pointer;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    padding-right: 20px;
}

.acordeon__item {
    padding: 14px 0;
    border-bottom: 1px solid #eaeaea;
}

.acordeon__content {
    font-size: 14px;
    line-height: 21px;
    padding-top: 20px;
    padding-bottom: 8px;
}

.acordeon__content p {
    margin: 0;
}

.acordeon__content p:not(:last-child) {
    margin-bottom: 10px;
}

.acordeon__active {
    height: 100% !important;
}

.icon__arrow_accordeon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
}

.icon__metro {
    height: 10px;
    width: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 7px;
}

.icon__metro svg {
    padding: 0px;
}

.icon__metro_blue {
    fill: #016db8;
}

.input__search_icon {
    position: absolute;
    left: 15px;
    top: 11px;
}

.input__tick {
    position: absolute;
    right: 13px;
    height: 100%;
}


.input__item_city {
    padding-right: 35px;
    width: 100%;
}

/*Перебиваются стили, инструкциями по умолчанию на сайте*/
input.input__item:focus,
input.input__item[type="text"]:focus, 
input.input__item[type="password"]:focus, 
textarea.input__item:focus {
    border: 0 !important;
}

.input__item:-webkit-autofill {
    -webkit-box-shadow: unset !important;
    -webkit-text-fill-color: unset !important;
    color: unset !important;
}

.h1__mobile {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 16px;
}

.h2__mobile {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
}

.popup__item {
    max-width: 1100px;
    margin: 73px auto;
}

.company__tabs {
    margin-bottom: 31px;
}

.button__item_big {
    width: 252px;
}

.button__pink_big {
    width: 100%;
    max-width: 212px;
    background-color: #ED5AAE;
    color: #fff;
}

.logo__black {
    background-color: #000;
    padding: 21px 20px 15px;
}

.icon__big {
    height: 55px;
    width: 55px;
}

.icon__big img {
    height: 100%;
    width: auto;
}

.icon__round {
    height: 55px;
    width: 55px;
}

.icon__refresh_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 20px;
}

.icon__refresh {
    height: 20px;
    width: 20px;
}

.link__pink_refresh {
    margin-left: 10px;
}

.product-colors__item:hover .color__hint {
    display: inline-block;
}

.color__hint {
    display: none;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    top: -50px;
    left: -65%;
    min-width: 97px;
    height: 38px;
    border-radius: 5px;
    background-color: #000000;
    color: #fff;
}

.color__hint:after {
    content: '';
    display: block;
    height: 19px;
    width: 19px;
    background-color: #000000;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon__enter {
    height: 24px;
    width: auto;
}

.icon__enter--input {
    position: absolute;
    right: 13px;
    top: 14px;
    height: 13px;
    width: 13px;
    cursor: pointer;
}

.icon__password--input {
    position: absolute;
    right: 13px;
    top: 13px;
    height: 14px;
    width: 24px;
}

.icon__password--input .icon__img,
.icon__enter--input .icon__img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon__navigate svg circle {
     -webkit-transition: all 0.3;
     transition: all 0.3;
 }

.icon__navigate:hover svg circle {
    fill: #eaeaea;
}

.icon__navigate:active svg circle {
    fill: #e3e3e3;
}


/* Попапы */
.popup-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 80px 0;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    outline: none;
    -webkit-transition: .25s ease 0s;
    transition: .25s ease 0s;
}

.popup-wrap.is-showed {
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
}

.popup-block {
    display: block;
    position: static;
    width: 1100px;
    height: auto;
    overflow: hidden;
    margin: auto;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: .25s ease 0s;
    transition: .25s ease 0s;
    transform: translateY(200%);
    -webkit-transform: translateY(200%);
}

.popup-block__full-container {
    margin: 80px auto;
    max-width: 1100px;
}

.popup-block--small {
    width: 550px;
}

.popup-wrap--full {
    padding: 0;
}

.popup-wrap--full .popup-block {
    width: 100%;
    min-height: 100%;
    border-radius: 0;
}

.popup-wrap--full .popup-close {
    /* padding: 0px; */
}

.popup-wrap.is-showed .popup-block {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.popup-block__title {
    margin-bottom: 18px;
}

.popup-block__full-title {
    margin-bottom: 32px;
}

/* Reset style for button */
.btn-reset {
    border: none;
    padding: 0;
    background-color: transparent;
}

.popup-block__text {
    margin-bottom: 22px;
}

.popup-block__border {
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.popup-block__border--xl {
    padding-bottom: 27px;
    margin-bottom: 24px;
}

.popup-block__border--dsk {
    padding-bottom: 19px;
    margin-bottom: 32px;
}

.popup-block__inner {
    padding: 60px 60px 56px;
}

.popup-block__inner .link {
    font-size: 14px;
}

.button-close,
[class*="balloon__close"] {
    background-color: transparent;
    padding: 10px;
    width: 21px !important;
    height: 21px !important;
    cursor: pointer;
    outline: none ;
    -webkit-tap-highlight-color: transparent;
    font-size: 0;
    color: rgba(0, 0, 0, 0.4);
    border: 0;
    box-sizing: content-box;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21' width='21' height='21' fill='rgba(36, 36, 36, 1)'%3E%3Cpath d='M11.914,10.5l8.793-8.793A1,1,0,0,0,19.293.293L10.5,9.086,1.707.293A1,1,0,0,0,.293,1.707L9.086,10.5.293,19.293a1,1,0,1,0,1.414,1.414L10.5,11.914l8.793,8.793a1,1,0,0,0,1.414-1.414Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center !important;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.button-close:hover,
[class*="balloon__close"]:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21' width='21' height='21' fill='%23ff46bc'%3E%3Cpath d='M11.914,10.5l8.793-8.793A1,1,0,0,0,19.293.293L10.5,9.086,1.707.293A1,1,0,0,0,.293,1.707L9.086,10.5.293,19.293a1,1,0,1,0,1.414,1.414L10.5,11.914l8.793,8.793a1,1,0,0,0,1.414-1.414Z'%3E%3C/path%3E%3C/svg%3E") !important;
}

.popup-close {
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    z-index: 2;
}

/* Fix for fixed header, hide when popup open */
.bg-black .global:after {
    z-index: 501;
}

.popup-block__checkbox {
    margin-top: 35px;
}

/* Mobile popup */
.popup-wrap-mob {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    background-color: #fff;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -webkit-transition: 0.25s ease 0s;
    transition: 0.25s ease 0s;
}

.popup-wrap-mob.is-showed {
    visibility: visible;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -webkit-transition: 0.25s ease 0s;
    transition: 0.25s ease 0s;
}

.popup-block-mob {
    min-width: 320px;
    min-height: 100%;
    padding: 22px 20px;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
}

.popup-block-mob__title {
    margin-bottom: 25px;
}

.popup-block-mob__checkbox {
    margin-top: 12px;
}

.popup-block-mob__tabs {
    margin-bottom: 24px;
}

.popup-block-mob__tabs .extra-tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
    text-align: center;
}

.popup-block-mob__tabs .extra-tab:last-child{
    margin-right: 0;
}

.popup-block-mob__btn {
    margin-top: 30px;
    width: 100%;
}

.popup-block-mob__fields {
    width: 100%;
    margin-bottom: 10px;
}

.popup-block-mob__fields .input__name {
    width: 99px;
}

.popup-close--mob {
    right: -20px !important;
}

.pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.pay--xl {
    margin-bottom: 50px;
}

.pay__item:not(:last-child) {
    margin-right: 39px;
}

.pay__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    height: 26px;
}

.pay__link img {
    max-height: 100%;
}

.hint-a,
.arrow-a {
    fill: #f2f2f2;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.hint-b {
    fill: #999;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.icon__img:hover .hint-a {
    fill: #ED5AAE;
}

.icon__img:hover .hint-b {
    fill: #ffffff;
}

[data-toggle-content] {
    display: none;
}

/* fix page overflow for ios */
html.is-fixed,
html.is-fixed body {
    height: 100% !important;
    position: relative;
    overflow:hidden !important;
    -webkit-overflow-scrolling: touch;
}

/* Maps */
.maps-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 40px;
}

.maps-wrap .custom-map {
    width: 535px;
}

.custom-map {
    width: 100%;
    min-height: 440px;
    font-size: 14px;
}

.custom-map__title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
}

.custom-map p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

/* reset defaul ballon */
.custom-map [class*="balloon__content"] {
    margin-right: 0 !important;
    padding: 0 !important;
}

/* hide default btn close */
.custom-map [class*="balloon__close-button"] {
    background: none !important;
    display: none !important;
}

.custom-map [class*="balloon__close"] {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    margin: 0 !important;
}

/*YANDEX map fix size*/
.zoom-button-icon {
    box-sizing: content-box;
}
.custom-map [class*="controls__control"] {
    position: fixed !important;
}

/* custom ballon */
.balloon {
    padding: 26px 30px 35px;
    font-size: 14px;
    font-family: 'Graphik-Regular-Cy';
}

.balloon__inner {
    padding-right: 0px;
}

.balloon__title,
.balloon__metro {
    padding-right: 30px;
}

.hint {
    display: inline-block;
    padding: 8px 19px 14px 5px;
    position: relative;
    left: -10px;
    font-size: 14px;
    min-width: 180px;
    height: 42px;
    line-height: 20px;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #CDB7B5;
    border-radius: 5px;
}

.hint .icon__img {
    mix-blend-mode: multiply;
}
.hint .icon__img:hover {
    mix-blend-mode: initial;
}

.active-pin:after {
    content: attr(data-name);
    /* content: ''; */
    display: block;
    background-color: #ffffff;
    padding: 10px 19px 10px 50px;
    color: black;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    left: 10px;
    text-align: center;
    border-radius: 30px 5px 5px 30px;
    /* border-radius: 5px; */
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.15);
    width: auto;
    z-index: -5 !important;
    white-space: nowrap;
    box-sizing: border-box !important;
}

/* fix bug z-index for safari */
.active-pin {
    transform: none !important;
}


.balloon__count {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-left: 12px;
    margin-right: 16px;
}

.balloon__count span {
    margin-left: 4px;
    width: 9px;
    height: 9px;
    background-color: #308AEB;
    border-radius: 50%;
}

.balloon__count[data-count='3'] span:last-child {
    background-color: #d8d8d8;
}

.balloon__count[data-count='2'] span:last-child,
.balloon__count[data-count='2'] span:nth-child(3) {
    background-color: #d8d8d8;
}

.balloon__count[data-count='1'] span:last-child,
.balloon__count[data-count='1'] span:nth-child(2),
.balloon__count[data-count='1'] span:nth-child(3) {
    background-color: #d8d8d8;
}

.balloon__work-time {
    margin-bottom: 10px;
}

.balloon__btn {
    margin-top: 24px;
}

.balloon__title {
    margin-bottom: 0;
}

.balloon__metro {
    margin-bottom: 10px;
    line-height: initial !important;
}

.balloon__metro .metro svg {
    padding: 0;
    margin-right: 8px;
    margin-bottom: 3px;
}

[class*="balloon "]:after {
    bottom: -30px;
    margin-left: -24px;
}

#map-full-balloon.custom-map .balloon__route,
.balloon__work-time,
.balloon__btn {
    display: none;
}

#map-full-balloon.custom-map .balloon__work-time,
#map-full-balloon.custom-map .balloon__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

/* active points */
.balloon-point:after {
    background-image: url(/ui-kit/css/../images/map-markers/pin_pickpoint_active@2x.png) !important;
}

.balloon-post:after {
    background-image: url(/ui-kit/css/../images/map-markers/pin_postamat_active@2x.png) !important;
}

.balloon-sber:after {
    background-image: url(/ui-kit/css/../images/map-markers/pin_sber_A_active@2x.png) !important;
}

.balloon-shop:after {
    background-image: url(/ui-kit/css/../images/map-markers/pin_gray_active@2x.png) !important;
}

.balloon-service:after {
    background-image: url(/ui-kit/css/../images/map-markers/pin_service_active@2x.png) !important;
}

.balloon-limited:after {
    background-image: url(/ui-kit/css/../images/map-markers/pin_limited_active@2x.png) !important;
}

.balloon-selected-shop:after {
    background-image: url(/ui-kit/css/../images/map-markers/pin_selected_active@2x.png) !important;
}

.balloon-selected-shop .js-selected-shop {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}

.demo-kit-metro-block .metro{
    margin-bottom: 15px;
}

.global:after {
    -webkit-transition: opacity 0.35s ease 0s, z-index 0s ease 0.5s;
    transition: opacity 0.35s ease 0s, z-index 0s ease 0.5s;
}

input:disabled + label,
input:disabled + span {
    cursor: default;
}

[data-show-more] + .icon__loader{
    display: none;
}

/* selects hide overflow text */
.inputs-select_item ~ .jq-selectbox__select {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inputs-select_item ~ .jq-selectbox__dropdown li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select-wrap.delivery-city .jq-selectbox__dropdown {
    width: 100% !important;
}

.select-wrap.delivery-city .jq-selectbox__select {
    padding-right: 30px;
}

.select-list {
    width: 100%;
    height: 40px;
}

.select-list .jq-selectbox__select {
    padding-right: 30px;
}

.select-list .jq-selectbox__select-text {
    display: inline;
    line-height: 40px;
}

.input__container .select-list {
    max-width: 220px;
}

/* Rating */
.rating {
    position: relative;
    width: 100px;
    display: inline-block;
    height: 15px;
    overflow: hidden;
}

.rating:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 29'%3E%3Cpolygon points='15 0 10.36 9.55 0 11.08 7.5 18.51 5.73 29 15 24.05 24.27 29 22.5 18.51 30 11.08 19.64 9.55 15 0' fill='%23f4f1ee'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 20px auto;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.rating:after {
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 29'%3E%3Cpolygon points='15 0 10.36 9.55 0 11.08 7.5 18.51 5.73 29 15 24.05 24.27 29 22.5 18.51 30 11.08 19.64 9.55 15 0' fill='%23ffc230'/%3E%3C/svg%3E");
    background-size: 20px auto;
    content: "";
    display: block;
    width: 100px;
    height: 15px;
    position: absolute;
    overflow: hidden;
}
.rating[data-rating="0"]:after {
    width: 0px;
}
.rating[data-rating="1"]:after {
    width: 20px;
}
.rating[data-rating="2"]:after {
    width: 40px;
}
.rating[data-rating="3"]:after {
    width: 60px;
}
.rating[data-rating="4"]:after {
    width: 80px;
}
.rating[data-rating="5"]:after {
    width: 100px;
}

.rating--big {
    height: 29px;
    width: 200px;
}

.rating--big:before {
    background-size: 40px auto;
    height: 29px;
}

.rating--big:after { 
    background-size: 40px auto;
    height: 29px;
    width: 200px;
}

.rating--big[data-rating="0"]:after {
    width: 0px;
}
.rating--big[data-rating="1"]:after {
    width: 40px;
}
.rating--big[data-rating="2"]:after {
    width: 80px;
}
.rating--big[data-rating="3"]:after {
    width: 120px;
}
.rating--big[data-rating="4"]:after {
    width: 160px;
}
.rating--big[data-rating="5"]:after {
    width: 200px;
}

/* Rating small */
.rating--xs {
    height: 10px;
    width: 70px;
}

.rating--xs:before {
    background-size: 14px auto;
    height: 10px;
}

.rating--xs:after { 
    background-size: 14px auto;
    height: 10px;
    width: 70px;
}

.rating--xs[data-rating="0"]:after {
    width: 0px;
}
.rating--xs[data-rating="1"]:after {
    width: 14px;
}
.rating--xs[data-rating="2"]:after {
    width: 28px;
}
.rating--xs[data-rating="3"]:after {
    width: 42px;
}
.rating--xs[data-rating="4"]:after {
    width: 56px;
}
.rating--xs[data-rating="5"]:after {
    width: 70px;
}


/* Wizard */
.wizard-wrap__header {
    margin-bottom: 40px;
}

.wizard-wrap .wizard {
    margin-bottom: 40px;
}

.wizard {
    background: #f7f7f7;
    padding: 52px 60px 60px;
    min-height: 578px;
}

.wizard__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

.tab-link {
    font-size: 24px;
    line-height: 28px;
    position: relative;
    color: rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
    font-family: 'Graphik-Medium-Cy';
    padding-bottom: 6px;
    border: none;
    background-color: transparent;
}

.tab-link:after {
    content: '';
    background: #ED5AAE;
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.25s ease-in-out;
}

.tab-link.active:after {
    width: 100%;
}

.tab-link.active,
.tab-link:hover {
    color: rgba(0, 0, 0, 1);
}

.tab-link:not(:last-child) {
    margin-right: 27px;
}

.wizard__body {
    position: relative;
}

.wizard__body-item.active {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.wizard__body-item {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    transition: all 0.25s ease-in-out;
    display: flex;
    width: 100%;
    mix-blend-mode: darken;
    min-height: 400px;
}

.wizard__img {
    width: 59%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.wizard__img img {
    max-height: 350px;
    max-width: 350px;
    width: 100%;
    object-fit: contain;
    transition: opacity 0.25s ease;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    mix-blend-mode: darken;
}

.wizard__img img + img {
    opacity: 0;
}

.wizard__info {
    position: relative;
    width: 40%;
    flex-shrink: 0;
    margin-left: 40px;
    z-index: 1;
}

.wizard__model {
    display: flex;
    margin-right: -10px;
}

.option-tab {
    display: block;
    text-align: left;
    width: 100%;
    background-color: transparent;
}

.option-tab:not(:last-child) {
    margin-right: 10px;
}

.option-tab__name {
    margin-bottom: 3px;
}

.option-tab__monitor {
    font-size: 12px;
    line-height: 15px;
    color: #999;
    margin-top: 2px;
    margin-bottom: 5px;
}

.option-tab__price {
    font-family: 'Graphik-Medium-Cy';
}

.wizard__step {
    position: relative;
}

.wizard__step:not(.wizard__model) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 31px;
    padding-top: 29px;
}

.wizard__step:first-child {
    margin-top: 0;
}

.wizard__step:not(.is-active) {
    opacity: 0.5;
}

.wizard__step:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
}

.wizard__step.is-active:after {
    display: none;
}

.wizard__color {
    display: flex;
    align-items: center;
}

.wizard__color-text {
    font-size: 16px;
    line-height: 20px;
    margin-right: 34px;
    font-family: 'Graphik-Medium-Cy';
}

.wizard__hdd {
    margin-right: -20px;
    display: flex;
}

.option-tab--hdd {
    text-align: center;
    padding: 13px 15px 11px;
    margin-right: 20px !important;
    max-width: calc(100% / 3 - 14px);
}

.option-tab--hdd.is-hide {
    display: none;
}

.option-tab__size {
    font-family: 'Graphik-Medium-Cy';
    font-size: 16px;
    line-height: 20px;
}

.option-tab__sum {
    font-size: 12px;
    line-height: 15px;
    color: #999;
    margin-top: 3px;
}

.wizard__price {
    display: flex;
    align-items: center;
}

.wizard__price-wrap {
    display: none;
    align-items: center;
}

.wizard__step.is-active .wizard__price-wrap {
    display: flex;
}

.wizard__price-btn {
    margin-left: auto;
    width: 110px;
    min-width: auto;
}

.wizard__price-current {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Graphik-Medium-Cy';
}

.wizard__price-old {
    font-size: 14px;
    line-height: 20px;
    margin-left: 19px;
    margin-bottom: -7px;
    color: #999;
    text-decoration: line-through;
}

.product-color.is-hide {
    display: none;
}

.wizard__img img.fade-out {
    opacity: 0;
}

.wizard__img img.fade-in {
    opacity: 1;
}

/* Fix for hover show img */
.wizard__color .product-color {
    margin-right: 0;
    box-sizing: content-box;
    padding-right: 5px;
}


/* Mobile wizard*/
@media (max-width: 768px) {
    .demo-kit-mobile-wrap {
        width: 100%;
    }
}

.wizard--mob {
    min-height: 0;
    max-width: 500px;
    padding: 20px 20px 40px;
    margin-bottom: 100px;
}

.wizard__img-wrap {
    flex: 1 0 auto;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    height: 180px;
    mix-blend-mode: darken;
}

.wizard__img-wrap .wizard__img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.wizard__img-wrap .wizard__img > img {
    top: 0;
    height: 100%;
    max-height: 52.2vw;
}

.wizard--mob .wizard__info {
    margin-left: 20px;
    width: 150px;
}

.wizard--mob .wizard__model,
.wizard--mob .wizard__hdd,
.wizard--mob .wizard__price,
.wizard--mob .wizard__color {
    flex-wrap: wrap;
}

.wizard--mob .option-tab {
    margin-top: 10px;
}

.wizard--mob .wizard__hdd {
    margin-top: -10px;
}

.wizard--mob .option-tab--hdd {
    max-width: 100%;
}

.wizard--mob .wizard__price-btn {
    max-width: 100%;
    width: 100%;
}

.wizard__price-default {
    font-family: 'Graphik-Medium-Cy';
    margin-bottom: 18px;
}

.wizard--mob .tab-link,
.wizard--mob .wizard__price-current,
.wizard__price-default {
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap;
}

.wizard--mob .wizard__nav {
    margin-bottom: 32px;
    margin-right: -20px;
}

.wizard--mob .wizard__price-old {
    font-size: 14px;
    line-height: 20px;
    margin-left: 0;
    margin-bottom: -5px;
    white-space: nowrap;
}

.wizard--mob .wizard__price-wrap {
    margin-bottom: 18px;
    width: 100%;
    justify-content: space-between;
}

.wizard__step.is-active .wizard__price-default {
    display: none;
}

.wizard--mob .wizard__model .option-tab {
    padding-left: 15px;
    padding-right: 15px;
}

.input-search:-webkit-autofill {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2) inset,
                0 40px 0 0 #f7f7f7 inset !important; 
    -webkit-background-clip: text;
}

.input-search:-webkit-autofill::first-line { 
    font-size: initial !important;
}

.input-search__wrap:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath class='a' d='M19.707,18.293l-5.4-5.395A8.026,8.026,0,1,0,12.9,14.312l5.4,5.4a1,1,0,0,0,1.414-1.414ZM2,8a6,6,0,1,1,6,6A6.007,6.007,0,0,1,2,8Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    z-index: 1;
}

/* End */


/* Start:/local/templates/re-store/components/multisite/pages/deliveryandpayment/style.css?17714060199180*/
.number {
    height: 18px!important;
    width: 18px!important;
}
.header-outer {
    height: 100%;
}

.contact-block{
    border-bottom: 1px solid #e6e6e6;
    margin: 25px auto;
    padding-bottom: 15px;
}
.contact-title {
    font-weight: 500;
    font-size: 1.1rem;
}
.tel-a {
    font-weight: 600;
    color: black;
}
.contacts-container {
    border-bottom: 1px solid #e6e6e6;
    margin: 25px auto;
    padding-bottom: 15px;
}
.contact-block:last-of-type {
    border-bottom: none;
}
.content-right h1 {
    font-weight: 300!important;
}
p a.right {
    float: right;
}
.bottom-span{
    display:block;
    font-weight: 700;
}
.grey-title {
    font-size: 13px;
    color: grey;
}

/* Новая страница "Доставка и оплата" */
.delivery-about {
    padding-bottom: 50px;
}

.delivery-about__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.delivery-about__title .h1 {
    margin: 0;
}

.delivery-about__location {
    margin-left: 27px;
}
.delivery-about__location .choose-city-bttn {
    padding-left: 32px;
}

.link--location {
    position: relative;
    padding-left: 32px;
}

.link--location::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 49.636 49.636' style='enable-background:new 0 0 49.636 49.636;' xml:space='preserve'%3E%3Cpolygon style='fill:%23000;' points='23.001,27.245 0,23.39 49.636,0.61 25.636,49.026 '/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
}

.delivery-about__search {
    margin-top: 30px;
}

.input-search--full {
    max-width: none;
}

.delivery-about__options {
    margin-top: 30px;
}

.delivery-option {
    background: #f7f7f7;
    padding: 25px 30px 27px;
}

.delivery-option__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "Graphik-Medium-Cy";
}

.delivery-option__title {
    margin-bottom: 0;
}

.delivery-option__title span {
    margin-left: 12px;
}

.delivery-option__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 25px;
}

.delivery-option__col {
    width: 46%;
}

.delivery-option .p__item:last-child {
    margin-bottom: 0;
}

.delivery-option + .delivery-option {
    margin-top: 10px;
}

.delivery-option .list,
.delivery-option .list-item {
    margin-bottom: 0;
}

.delivery-option .list-item::before {
    margin-top: -1px;
}

.delivery-intervals {
    font-size: 12px;
    padding: 10px 0;
}

.delivery-intervals__scheme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.delivery-intervals__item {
    position: relative;
    width: 74px;
    padding-bottom: 50px;
}

.delivery-intervals__time {
    position: relative;
}

.delivery-intervals__time::before,
.delivery-intervals__time::after {
    content: '';
    position: absolute;
    margin-top: 3px;
}

.delivery-intervals__time::before {
    top: 100%;
    left: calc(50% - 2px);
    width: 1px;
    height: 11px;
    background: #cccccc;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    
}

.delivery-intervals__time::after {
    top: calc(100% + 14px);
    left: 50%;
    width: 70px;
    height: 5px;
    background: #000000;
    border-radius: 3px;
    margin-top: 3px;
}

.delivery-intervals__item:last-child .delivery-intervals__time::after {
    content: none;
}

.delivery-intervals__item:last-child {
    width: auto;
}

.delivery-intervals__item:first-child:before,
.delivery-intervals__item:last-child:before {
    content: '';
    position: absolute;
    left: 4px;
    bottom: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.delivery-intervals__item:first-child:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E%3Cdefs%3E%3Cstyle%3E .a %7B fill: %23e36600; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Eday%3C/title%3E%3Cpath class='a' d='M8.5,5A3.5,3.5,0,1,1,5,8.5,3.5,3.5,0,0,1,8.5,5m0-1A4.5,4.5,0,1,0,13,8.5,4.49,4.49,0,0,0,8.5,4Z'/%3E%3Cg%3E%3Cpath class='a' d='M8.5,3A.5.5,0,0,1,8,2.5V.5a.5.5,0,0,1,1,0v2A.5.5,0,0,1,8.5,3Z'/%3E%3Cpath class='a' d='M8.5,17a.5.5,0,0,1-.5-.5v-2a.5.5,0,0,1,1,0v2A.5.5,0,0,1,8.5,17Z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='a' d='M16.5,9h-2a.5.5,0,0,1,0-1h2a.5.5,0,0,1,0,1Z'/%3E%3Cpath class='a' d='M2.5,9H.5a.5.5,0,0,1,0-1h2a.5.5,0,0,1,0,1Z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='a' d='M14.16,14.66a.51.51,0,0,1-.36-.15L12.39,13.1a.5.5,0,0,1,.71-.71l1.41,1.41a.5.5,0,0,1,0,.71A.5.5,0,0,1,14.16,14.66Z'/%3E%3Cpath class='a' d='M4.26,4.76a.51.51,0,0,1-.36-.15L2.49,3.2a.5.5,0,0,1,.71-.71L4.61,3.9a.5.5,0,0,1,0,.71A.49.49,0,0,1,4.26,4.76Z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='a' d='M2.84,14.66a.5.5,0,0,1-.35-.15.5.5,0,0,1,0-.71L3.9,12.39a.5.5,0,0,1,.71.71L3.2,14.51A.51.51,0,0,1,2.84,14.66Z'/%3E%3Cpath class='a' d='M12.74,4.76a.49.49,0,0,1-.35-.15.5.5,0,0,1,0-.71L13.8,2.49a.5.5,0,1,1,.71.71L13.1,4.61A.51.51,0,0,1,12.74,4.76Z'/%3E%3C/g%3E%3C/svg%3E%0A");

}

.delivery-intervals__item:last-child:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E%3Cdefs%3E%3Cstyle%3E .a %7B fill: %23203f8e; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Enight%3C/title%3E%3Cpath class='a' d='M7.93,15A7,7,0,0,1,1.6,11a.49.49,0,0,1,.09-.57.5.5,0,0,1,.58-.09A6.06,6.06,0,0,0,11,4.93a5.91,5.91,0,0,0-.63-2.66.52.52,0,0,1,.1-.58A.49.49,0,0,1,11,1.6,7.06,7.06,0,0,1,7.93,15ZM3.26,11.8A6.07,6.07,0,1,0,11.8,3.26,7.26,7.26,0,0,1,12,4.93,7.08,7.08,0,0,1,4.93,12,7.26,7.26,0,0,1,3.26,11.8Z'/%3E%3C/svg%3E%0A");

}

.delivery-about__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
}

.delivery-about__col {
    width: 46%;
    padding-right: 20px;
}

.delivery-about__footer {
    margin-top: 50px;
    border-top: 1px solid #eaeaea;
    padding-top: 25px;
}

.delivery-companies {
    font-size: 14px;
    font-family: 'Graphik-Regular-Cy', sans-serif;
    letter-spacing: -0.2px;
    color: #000;
}

.call-us {
    font-size: 23px;
    line-height: 24px;
}

.link--call {
    position: relative;
    padding-left: 25px;
}

.link--call,
.link--call:hover,
.link--call:focus {
    color: #000000 !important;
}

.link--call::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: url('/local/templates/re-store/img/header-phone-black.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
}
.suggestions-constraints {
    display: none;
}
.suggestions-input {
    padding-left: 45px!important;
}
.icon__wrap .icon .icon__img--gett {
    margin-top: 5px;
    width: 19px;
}

.delivery-option:first-child .delivery-option__title {
    text-transform: lowercase;
}

.delivery-option:first-child .delivery-option__title > span:first-letter {
    text-transform: uppercase;
}

.benefits.content-deliveryandpayment {
    width: 100%;
    max-width: 1100px;
}
.content-deliveryandpayment .breadcrumbs {
    display: none;
}
@media (min-width: 1024px) and (max-width: 1100px) {
    .benefits.content-deliveryandpayment {
        padding: 50px 20px;
    }
    .content-deliveryandpayment .content-right {
        width: 750px;
    }
}
@media (max-width: 1023px) {
    .content-deliveryandpayment .left-menu {
        display: none;
    }
    .content-deliveryandpayment .content-right {
        width: 100%;
    }
    .delivery-about__title {
        flex-direction: column;
        gap: 16px;
    }
    .delivery-about__title .h1 {
        font-size: 21px;
        line-height: 26px;
    }
    .delivery-about__location {
        margin-left: 0;
    }
    .content-deliveryandpayment .breadcrumbs {
        display: block;
    }
    .delivery-option__body, .delivery-about__info {
        flex-direction: column;
    }
    .delivery-option__col, .delivery-about__col {
        width: 100%;
    }
}
/* End */
/* /ui-kit/css/style.css?171197239283709 */
/* /local/templates/re-store/components/multisite/pages/deliveryandpayment/style.css?17714060199180 */
