@font-face{
    font-family: "Graphik-Regular-Cy";
    src: url("../fonts/Graphik-Regular-Cy.eot");
    src: url("../fonts/Graphik-Regular-Cy.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular-Cy.woff") format("woff"), url("../fonts/Graphik-Regular-Cy.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "Graphik-Medium-Cy";
    src: url("../fonts/Graphik-Medium-Cy.eot");
    src: url("../fonts/Graphik-Medium-Cy.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Medium-Cy.woff") format("woff"), url("../fonts/Graphik-Medium-Cy.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4 {
    font-family: "Graphik-Medium-Cy";
}

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: 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;
    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: flex;
    align-items: center;
}

.product-properties {
    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: flex;
}

.inputs-select {
    display: flex;
    flex-direction: column;
    width: 700px;
}

.aligning-row {
    display: flex;
    justify-content: space-between;
}

.amount-item_wrap {
    margin-right: 68px;
}

/* block inputs */
.inputs-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inputs-block--cols .input__container {
    width: calc(50% - 10px);
}

.inputs-block:last-child .input__container {
    margin-bottom: 0;
}

/* checkbox */
.checkbox-buttons-block {
    margin-top: 0;
    margin-bottom: 46px;
    display: flex;
    flex-direction: column;
}

.checkbox-item {
    margin-bottom: 20px;
    margin-right: 28px;
}

.checkbox-item--additional {
    margin: 0;
}

.checkbox-block {
    display: flex;
    flex-wrap: wrap;
}

.radio-block {
    display: flex;
    flex-wrap: wrap;
}

.buttons-block {
    display: flex;
    margin-bottom: 93px;
}

.buttons-col {
    margin-right: 30px;
}

.product-colors-block {
    display: flex;
}

.additional-colors-wrap {
    margin-left: 26px;
}

.additional-colors {
    display: flex;
    flex-wrap: wrap;
}

.text-types {
    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;
    flex-shrink: 0;
}

.balloons-list {
    display: flex;
    padding-bottom: 87px;
}

.balloon-item__wrap {
    display: flex;
    width: 150px;
}

.balloon-item__wrap + .balloon-item__wrap {
    padding-left: 50px;
}

.balloon__name {
    align-self: center;
    padding-left: 10px;
}

.balloon__cluster {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: relative;
    background-color: #242424;
}

.balloon__cluster-amount {
    display: inline-block;
    position: absolute;
    color: #ffffff;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -8px;
}



.additional-elements__row {
    display: flex;
    margin-bottom: 30px;
}

.additional-elements__row-second {
    justify-content: space-between;
}

.e-container {
    min-width: 240px;
    display: flex;
    justify-content: space-between;
    padding-right: 78px;
}

.additional-elements__row_colors {
    margin-top: 124px;
    margin-bottom: 11px;
    justify-content: space-between;
}

.product-colors__name {
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
    width: 92px;
}

.e-container_files {
    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: flex;
    margin-bottom: 20px;
}

.hints {
    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 { /*header h1*/
    font-size: 28px;
    letter-spacing: 0;
    color: #000;
    line-height: 34px;
    margin-bottom: 10px;
}

.h2 { /*header h2*/
    font-size: 24px;
    letter-spacing: 0;
    color: #000;
    line-height: 28px;
    margin-bottom: 20px;
}

.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__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: 10px;
}

.list-item::before { /*list item marker*/
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
    margin-top: 0;
    height: 6px;
    width: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e83587;
}


.show-more {
    display: inline-block;
    font-family: "Graphik-Regular-Cy";
    font-size: 14px;
    color: #e83587;
    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: 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: 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: flex;
    flex-wrap: wrap;
}

.colors__item {
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-right: 20px;
}


.pink {
    background-color: #e83587;
}

.white {
    background-color: #f7f7f7;
}

.grey {
    background-color: #999999;
}

.black {
    background-color: #000000;
}

.orange {
    background-color: #e3693c;
}

.blue {
    background-color: #378be7;
}

.green {
    background-color: #7dc43e;
}

.light-gray {
    background-color: #f2f2f2;
}


/*Categories block*/

.sub-tabs {
    width: 600px;
    display: flex;
    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: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sub-tabs__item.active_tab {
    background-color: #e83587 !important;
    color: #fff;
}

.sub-tabs__item.active_tab:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

/*Tabs block*/

.tabs {
    list-style-type: none;
    margin: 0;
    padding-top: 17px;
}

.tabs-container {
    margin-bottom: 88px;
}

.main-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.main-tabs__item {
    color: #000;
    padding: 0 30px;
    height: 40px;
    display: inline-flex;
    margin-right: 2px;
    background-color: #f7f7f7;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.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_tab):hover {
    background-color: #e5e5e5;
}

.main-tabs__item.active_tab {
    background-color: #e83587;
    color: #fff;
}

.main-tabs__item.active_tab:hover {
    background-color: #e83587 !important;
    color: #fff;
}

/*Pick city block*/

.extra__tabs {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.extra__tabs_item {
    font-family: "Graphik-Regular-Cy";
    color: #000;
    padding: 8px 19px;
    letter-spacing: 0;
    border: 2px solid #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}

.extra__tabs_item:hover {
    border-color: rgba(0, 0, 0, 0.2);
}

.extra__tabs_item.active_tab {
    border-color: #eb568d !important;
}


/*Payment type Block*/

.payment-type {
    display: flex;
    flex-direction: column;
    margin-bottom: 34px;
}

.payment-type_item {
    font-family: "Graphik-Regular-Cy";
    max-width: 320px;
    width: 100%;
    letter-spacing: 0;
    padding: 8px 18px;
    border: 2px solid #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}

.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_tab {
    border-color: #eb568d !important;
}

.payment-type_item.active_tab: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;
}

.jq-selectbox.inputs-select_item {
    position: relative;
}

.jq-selectbox__dropdown {
    top: calc(100% + 2px);
}

.jq-selectbox__select {
    height: 100%;
}

.jq-selectbox__select-text {
    height: 100%;
    padding: 5px 15px;
    display: flex;
    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;
}

.input__container {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    line-height: 40px;
    position: relative;
}

.input__item {
    background-color: #f7f7f7;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
    padding: 2px 35px 0 16px;
}

.input__item--password {
    font-size: 36px;
    line-height: 20px;
}

.input__item--password::placeholder {
    font-size: 14px !important;
    line-height: 20px !important;
    top: -5px;
    position: relative;
}

.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: %23e83587; %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: calc(100% - 13px) 50%;
    background-size: auto 13px;
    background-repeat: no-repeat;
}

.input__item--password.valid {
    background-image: none;
}

.input-text_wrap .input__item:focus {
    border: 1px solid transparent !important; /*Перебиваются стили, инструкциями по умолчанию на сайте*/
}

.input__item.error {
    border: 1px solid #e22626;
    box-shadow: none;
}

.input__name {
    width: 94px;
    flex-shrink: 0;
    line-height: 40px;
}


.amount {
    min-width: 150px;
    display: flex;
    justify-content: space-between;
}

.amount-item {
    display: flex;
}

.amount-item_counter {
    width: 110px;
    position: relative;
    display: flex;
}
.amount-control {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 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: #222222;
}

.item-up::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
    height: 2px;
    width: 14px;
    background-color: #222222;
}

.item-up:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -1px;
    height: 14px;
    width: 2px;
    background-color: #222222;
}

.amount-item_cost {
    font-family: "Graphik-Regular-Cy";
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    margin-right: 40px;
    align-self: center;
    color: #000;
}

.cost-item_value {
    font-family: "Graphik-Medium-Cy";
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #000;
    align-self: center;
    margin-right: 30px;
}

.cost-item_remove {
    background-color: #f2f2f2;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    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: #222222;
    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: #222222;
    transform: rotate(-45deg);
}

.cost-item_remove:hover {
    background-color: #dfdfdf;
}

.cost-item {
    display: flex;
}

.input-search {
    max-width: 314px;
    width: 100%;
    background-color: #f7f7f7;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
    padding-left: 44px;
    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;
    background-position: 15px center;
    background-size: 20px auto;
}

.input .input-search:focus {
    border: none !important;
}

.input {
    position: relative;
    width: 100%;
    display: flex;
}

.input-textual_label {
    line-height: 40px;
}

label.error {
    left: 0;
    top: calc(100% + 7px);
}

.input-search__wrap {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    position: relative;
}

.input-search__wrap .input-search:focus {
    border: none !important;
}

.select-wrap {
    display: flex;
    justify-content: space-between;
}

.jq-selectbox.inputs-select_item {
    width: 100% !important;
    height: 40px !important;
}

.comment-input__wrap {
    display: flex;
    justify-content: space-between;
}

.comment-input {
    max-width: 597px;
    width: 100%;
    background-color: #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
    padding-left: 16px;
    padding-top: 10px;
    min-height: 80px;
    box-sizing: border-box;
}
.comment-input:focus {
    border: none !important;
}

.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::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: %23666; %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;
}

.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: %23e83587; %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: %23e83587; 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: 28px;
    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: %23666; %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");
}

.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: %23e83587; %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;
    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: %23e83587; %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");
}

.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: %23e83587; %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;
    transition: .25s ease;
    cursor: pointer;
    min-width: 140px;
    padding: 0 24px;
}

.button:hover {
    background: #e5e5e5;
}

.button--full {
    width: 100%;
}

.button-buy {
    background-color: #e83587;
    color: #ffffff;
}

.button-buy:hover {
    background-color: #ea4993;
    opacity: 1;
}

.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: 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%);
    -ms-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
    animation: move 3s linear infinite;
    overflow: hidden;
}

.button-promo {
    background-color: #e83587;
    color: #ffffff;
    height: 40px;
    min-width: 40px;
    padding: 0;
}

/*Product-colors block*/

.product-colors {
    display: flex;
    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%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.2);
  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%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    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: 38px;
  text-align: center;
  position: absolute;
  top: -50px;
  left: 50%;
  min-width: 97px;
  height: 38px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #242424;
  color: #fff;
  padding: 0 15px;
  white-space: nowrap;
  transform: translate(-50%, 0);
  transition: all 0.25s ease;
    z-index: 1;
}

.product-color:hover .product-color__label {
  opacity: 1;
  visibility: visible;
}

.product-color__label:after {
  content: '';
  display: block;
  height: 19px;
  width: 19px;
  background-color: #242424;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-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;
}

.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: #cccccc;
}

.color-silver {
    background-color: #eeeff1;
}

.color-gold {
    background-color: #f9e3cc;
}

.color-gray {
    background-color: #575759;
}

.color-brown {
    background-color: #964c00;
}

.color-orange {
    background-color: #ff804f;
}

.color-purple {
    background-color: #c8a2c8;
}

.color-green {
    background-color: #808000;
}

.color-olive {
    background-color: #ccba8c;
}

.color-green-dark {
    background-color: #4b6652;
}

.color-green-light {
    background-color: #a1c964;
}

.color-blue-light {
    background-color: #a0ced1;
}

.color-purple-dark {
    background-color: #5b0082;
}

.color-green-light2 {
    background-color: #a1c964;
}

.color-yellow-dark {
    background-color: #ecff20;
}

.color-pink-dark {
    background-color: #ff5659;
}

.color-сoral {
    background-color: #ff7f50;
}

.color-lilac {
    background-color: #c8a2c8;
}

.color-dark-blue {
    background-color: #436397;
}

.color-violet {
    background-color: #5b0082;
}

.color-turquoise {
    background-color: #a0ced1;
}

.color-transparent {
    background-color: #e9ebf2;
}

.color-lavender {
    background-color: #beb2bc;
}

.color-sand {
    background-color: #ccba8c;
}

.color-midnight-green {
    background-color: #4b6652;
}

.color-cosmo_blue {
    background-color: #426c84;
}

.color-cacao {
    background-color: #71594f;
}

.color-smoky {
    background-color: #cccccc;
}

.color-blue_denim {
    background-color: #85a0bd;
}

.color-burgundy {
    background-color: #9b2d30;
}

.color-lemon {
    background-color: #edff21;
}

.color-watermelon {
    background-color: #ff5659;
}

.color-space-gray {
    background-color: #cccccc;
}

.product-colors__item {
    position: relative;
}

.product-colors__item::before {
    content: "";
    position: absolute;
    top: -53px;
    left: 50%;
    height: 38px;
    background-color: #242424;
    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);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    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 {
    align-self: center;
}

.select-wrap.delivery-city {
    padding-left: 18px;
    padding-right: 18px;
    width: auto;
    display: inline-flex;
}

.select-wrap.delivery-city .jq-selectbox {
    background-color: transparent;
    font-size: 18px;
    line-height: 21px;
    height: auto !important;
    padding-right: 22px;
}

.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;
}

.select-wrap.delivery-city .jq-selectbox__trigger {
    display: none;
}

.hint {
    display: inline-block;
    background-image: url(/images/info.svg);
    height: 17px;
    width: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: 50%;
    right: 0px;
    cursor: pointer;
    margin-top: -8px;
}

.hint .icon__info {
    display: flex;
    align-items: center;
}

.bonus-block__item {
    line-height: 20px;
    position: relative;
    font-size: 14px;
    padding-right: 30px;
}

.back__item {
    display: flex;
    align-items: center;
}

.back__arrow {
    display: inline-block;
    width: 7px;
    height: 14px;
    margin-right: 9px;
}

.indicator {
    background-color: #e83587;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    position: relative;
    height: 16px;
    width: 16px;
    align-items: 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: inline-flex;
    overflow: hidden;
    color: #e83587;
    position: relative;
    margin-right: 57px;
    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: #e83587;
}

.files__add_container {
    position: relative;
}

.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 #e83587;
    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);
    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);
    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: #e83587;
    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: flex;
    align-items: center;
}

.files__add {
    display: flex;
    align-items: flex-start;
}


.advantages {
    display: flex;
    margin-bottom: 117px;
}

.advantages__item {
    width: 100%;
}

.advantages__icon {
    padding-bottom: 20px;
}

.advantages__item .icon__img {
    height: 50px;
}

.advantages__item .icon__img--return {
    height: 45px;
}

.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: flex;
    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: flex;
    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: flex;
    align-items: center;
    min-height: 20px;
}

.available__marker {
    display: inline-block;
    height: 9px;
    width: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    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: #e83587;
    cursor: pointer;
}

.available__marker_middle {
    background-color: #378be7;
}

.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 {
    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: flex;
    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: flex;
    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: calc(100% / 12);
}

.grid__item-2 {
    width: calc(100% / 6);
}

.grid__item-3 {
    width: 25%;
}

.grid__item-4 {
    width: calc(100% / 12 * 4);
}

.grid__item-5 {
    width: calc(100% / 12 * 5);
}

.grid__item-6 {
    width: 50%;
}

.grid__item-7 {
    width: calc(100% / 12 * 7);
}

.grid__item-8 {
    width: calc(100% / 12 * 8);
}

.grid__item-9 {
    width: 75%;
}

.grid__item-10 {
    width: calc(100% / 12 * 10);
}

.grid__item-11 {
    width: calc(100% / 12 * 11);
}

.grid__item-12 {
    width: 100%;
}


.popup_header {
    margin-top: 129px;
    margin-bottom: 76px;
}

.popup__triggers {
    display: flex;
    justify-content: space-between;
    margin-bottom: 263px;
}

.hint__container {
    position: relative;
    padding-right: 30px;
    display: inline-flex;
}

.badge {
    display: inline-flex;
    padding: 0px 4px;
    font-family: "Graphik-Medium-Cy";
    font-size: 10px;
    letter-spacing: 0.4px;
    line-height: 1;
    height: 17px;
    min-height: 0;
    justify-content: 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;
}

.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;
    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: #E83587;
}

.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: inline-flex;
    align-items: center;
}

.hint__container_component {
    font-size: 18px;
    font-family: "Graphik-Regular-Cy";
}

.logos-wrap {
    display: flex;
    max-width: 492px;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
}

.logo__img {
    height: 49px;
}

.badges_header {
    margin-top: 113px;
    margin-bottom: 106px;
}

.badges {
    display: flex;
    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: #378be7;
    color: #fff;
}

.icon__img {
    width: auto;
    height: 13px;
}

.icon__pack {
    display: flex;
    margin-bottom: 50px;
}

.icon__pack--center {
    align-items: center;
}

.icon__pack--left {
    padding-left: 63px;
}

.icon {
    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: inline-flex;
    justify-content: center;
}

.icon__features img {
    height: 100%;
    width: auto;
}

.icon__features .icon__img--return {
    max-height: 45px;
}

.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__star {
    height: 10px;
    width: auto;
}

.icon__star + .icon__star {
    margin-left: 3px;
}

.icon__pack_stars {
    display: flex;
    line-height: 15px;
}

.icon--link {
    margin-right: 10px;
}

.icon__service--sm {
    height: 17px;
}

.comments {
    font-family: "Graphik-Regular-Cy";
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
    color: #999999;
    padding-left: 13px;
}

.icon__user {
    height: 10px;
    width: auto;
}

.service__item_compare,
.service__item_favorite {
    display: flex;
    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: 17px;
    padding-top: 3px;
    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: #e83587;
}

.icon__loader_small {
    height: 32px;
    width: 32px;
}

.icon__loader_big {
    height: 40px;
    width: 40px;
}

.icon__pack_delivery {
    flex-direction: column;
}

.icon__delivery {
    height: auto;
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon__delivery + .icon__delivery {
    margin-left: 0;
    margin-top: 23px;
}

.icon__description {
    font-family: "Graphik-Regular-Cy";
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
    color: #999999;
    margin-left: 15px;
}

.icon__wrap {
    margin-bottom: 30px;
    display: flex;
    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 {
    flex-direction: column;
}

.icon__mobile {
    height: auto;
    width: 20px;
}

.sort__pack {
    display: flex;
    flex-direction: column;
}

.sort__row {
    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;
}

.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: inline-flex;
    margin-right: 5px;
}

.icon__metro svg {
    padding: 0px;
}

.icon__metro_blue {
    fill: #016db8;
}

.map {
    height: 600px;
    width: 45%;
}

.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 {
    border: 1px solid transparent !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;
}

.h3__mobile {
    font-size: 16px;
    line-height: 20px;
    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: #e83587;
    color: #fff;
}

label.error {
    position: absolute;
    font-size: 14px;
    color: #e22626;
    line-height: 17px;
}

.logo__black {
    background-color: #000;
    padding: 18px 20px;
}

.icon__big {
    height: 55px;
    width: 55px;
}

.icon__big img {
    height: 100%;
    width: auto;
}

.icon__round {
    height: 55px;
    width: 55px;
}

.icon__refresh_wrap {
    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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #242424;
    color: #fff;
}

.color__hint:after {
    content: '';
    display: block;
    height: 19px;
    width: 19px;
    background-color: #242424;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon__password_input {
    position: absolute;
    right: 13px;
    top: 8px;
    height: 20px;
    width: auto;
}

.icon__password_input .icon__img {
    width: 24px;
    height: auto;
}

.icon__navigate svg circle {
     -webkit-transition: all 0.3;
     -moz-transition: all 0.3;
     -ms-transition: all 0.3;
     -o-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%;
    z-index: 1043;
    position: fixed;
    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;
}

.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;
    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%;
    border-radius: 0;
}

.popup-wrap.is-showed .popup-block {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.popup-block__title {
    margin-bottom: 19px;
}

.popup-block__full-title {
    margin-bottom: 38px;
}

/* Reset style for button */
.btn-reset {
    border: none;
    padding: 0;
    background-color: transparent;
}

.popup-block__text {
    margin-bottom: 27px;
}

.popup-block__border {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.popup-block__border--xl {
    padding-bottom: 27px;
    margin-bottom: 27px;
}

.popup-block__inner {
    padding: 54px 60px 56px;
}

.button-close {
    background-color: transparent;
    padding: 20px;
    cursor: pointer;
    outline: none ;
    -webkit-tap-highlight-color: transparent;
    font-size: 0;
    color: rgba(0, 0, 0, 0.4);
    border: 0;
    transition: 0.2s ease;
}

.button-close:hover {
    color: #e83587;
}

.button-close > svg {
    fill: currentColor;
}

.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

/* Fix for fixed header, hide when popup open */
.bg-black .global:after {
    z-index: 501;
}

.popup-block__checkbox {
    margin-top: 32px;
}

/* 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%);
    transition: 0.25s ease 0s;
}

.popup-wrap-mob.is-showed {
    visibility: visible;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transition: 0.25s ease 0s;
}

.popup-block-mob {
    width: 320px;
    min-height: 100%;
    padding: 22px 0;
    margin: 0 auto;
    position: relative;
}

body.is-fixed {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
    top: 0px;
    position: fixed;
}

.popup-block-mob__title {
    margin-bottom: 19px;
}

.popup-block-mob__btn {
    margin-top: 30px;
    width: 100%;
}

.popup-close--mob {
    right: -20px !important;
}

.pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pay--xl {
    margin-bottom: 50px;
}

.pay__item:not(:last-child) {
    margin-right: 39px;
}

.pay__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 26px;
}

.pay__link img {
    max-height: 100%;
}

.hint-a,
.arrow-a {
    fill: #f2f2f2;
    transition: all 0.25s ease;
}

.hint-b {
    fill: #999;
    transition: all 0.25s ease;
}

.icon__img:hover .hint-a {
    fill: #e83587;
}

.icon__img:hover .hint-b {
    fill: #ffffff;
}