._selcity_ {
    background: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    opacity: 0;
    padding: 10px;
    position: fixed;
    right: calc(50% - 740px);
    text-align: left;
    top: 40px;
    transform: translateZ(0);
    transition: .2s ease-in-out;
    visibility: hidden;
    width: 310px;
    z-index: 100;
}

._selcity_.act {
    opacity: 1;
    visibility: visible;
}

.header._wb + ._selcity_ {
    top: 75px;
}

.header._sd ~ ._selcity_ {
    -webkit-transform: translateY(-40px) translateZ(0);
    transform: translateY(-40px) translateZ(0);
}

.header._wb._sd ~ ._selcity_ {
    -webkit-transform: translateY(-77px) translateZ(0);
    transform: translateY(-77px) translateZ(0);
}

._selcity_ .title {
    color: #242424;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

._selcity_ .btns {
    margin-top: 15px;
}

._selcity_ .btns ._btn_ {
    height: 30px;
    padding: 0 45px;

    line-height: 30px;
}

._selcity_ .select {
    margin: 12px 0;
}

._selcity_ .select label {
    color: #565656;
    display: block;
    font-size: 12px;
    letter-spacing: .21px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

._selcity_ .select .jq-selectbox {
    width: 100%;
}


._selcity_ .list {
    color: #777;
    column-count: 2;
    column-gap: 45px;
    letter-spacing: 0.47px;
    line-height: 1.7;
    margin: 15px 0 5px;
}

._selcity_ .list li {
    cursor: pointer;
    padding: 0 5px;
}


._selcity_ .close {
    background: url(../images/icons/close.svg) no-repeat center;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}



._title_ {
    color: #242424;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3.23px;
    text-align: center;
    text-transform: uppercase;
}



._btn_ {
    background-color: #242424;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 1.2px;
    line-height: 40px;
    padding: 0 35px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .2s ease-in-out, opacity 0s;
    vertical-align: top;
}

._btn_:hover {
    background-color: #383838;
}

._btn_._white {
    background-color: #fff;
    border: 1px solid #777;
    color: #454343;
    line-height: 37px;
}

._btn_._white:hover {
    border-color: #000;
}

._btn_._gray {
    background-color: #898686;
}

._btn_._gray:hover {
    background-color: #807E7E;
}

._in_cart:before {
    background: url(../images/tooltip.svg);
    background-size: 100% 100%;
    color: #333;
    content: attr(data-tooltip);
    font-size: 13px;
    font-weight: 500;
    height: 70px;
    left: calc(50% - 125px);
    letter-spacing: .4px;
    line-height: 1.3;
    opacity: 0;
    padding: 18px 40px;
    position: absolute;
    text-transform: none;
    top: 100%;
    transition: .3s ease-in-out;
    visibility: hidden;
    width: 250px;
    z-index: 1;
}

._in_cart._tts:before {
    opacity: 1;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    visibility: visible;
}

._in_cart._tts2:before {
    content: attr(data-tooltip2);
    opacity: 1;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    visibility: visible;
}

._in_cart._loading {
    color: rgba(255, 255, 255, .7);
    pointer-events: none;
}

._in_cart i {
    background: url(../images/loader_w.svg);
    background-size: 100% 100%;
    height: 40px;
    left: calc(50% - 20px);
    opacity: 0;
    position: absolute;
    top: calc(50% - 20px);
    transition: .2s ease-in-out;
    width: 40px;
    z-index: 1;
}

._in_cart._loading i {
    opacity: 1;
}



._others_ {
    margin: 50px auto;
    opacity: 0;
    position: relative;
    transition: .3s ease-in-out;
    width: 1335px;
}

._others_.vis {
    opacity: 1;
}

._others_:after {
    clear: both;
    content: "";
    display: block;
}

._others_ ._list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

._others_ ._list .item {
    margin: 0 0 40px 27px;
    overflow: hidden;
    position: relative;
    width: calc(25% - 81px/4);
}

._others_ ._list .item:nth-child(4n+1) {
    margin-left: 0;
}

._others_ ._list .tag {
    background: #ff0000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    letter-spacing: .23px;
    line-height: 40px;
    position: absolute;
    pointer-events: none;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 45px;
    z-index: 1;
}

._others_ ._list .tag + .tag {
    display: none;
}

._others_ ._list .tag._new {
    background: #ff757d;
}

._others_ ._list .photo {
    height: 470px;
    overflow: hidden;
    position: relative;
}

._others_ ._list .photo a {
    background-color: #fafafa;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: .3s ease-in-out;
    width: 100%;
}

._others_ ._list .photo a + a {
    opacity: 0;
}

._others_ ._list .photo:hover a + a {
    opacity: 1;
}

._others_ ._list .photo a img {
    width: 100%;
}

._others_ ._list .photo .show {
    background: url(../images/icons/view.svg) no-repeat 73px center;
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 1px;
    line-height: 42px;
    opacity: 0;
    padding-left: 30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transition: .2s ease-in-out;
    width: 100%;
    z-index: 1;
}

._others_ ._list .photo:hover .show {
    opacity: 1;
}

._others_ ._list .photo .show:hover {
    background-color: rgba(0, 0, 0, .4);
}


._others_ ._list .info {
    color: #a9a9a9;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .92px;
    margin: 7px 0 5px;
    overflow: hidden;
}

._others_ ._list .info span {
    float: left;
}

._others_ ._list .info span + span {
    display: none;
    float: right;
}


._others_ ._list .mid {
    display: flex;
    justify-content: space-between;
}

._others_ ._list .name {
    color: #454343;
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 1;
    max-height: 37px;
    overflow: hidden;
    text-decoration: none;
    transition: .15s ease-in-out;
}

._others_ ._list .name:hover {
    opacity: .8;
}

._others_ ._list ._colors_ {
    margin-top: 4px;
    opacity: 0;
    transition: .2s ease-in-out;
}

._others_ ._list .item:hover ._colors_,
._others_ ._list .swiper-slide:hover ._colors_ {
    opacity: 1;
}

._others_ ._list ._colors_ li {
    height: 15px;
    width: 15px;
}

._others_ ._list ._colors_ li + li {
    margin-left: 2px;
}

._others_ ._list ._colors_ .act {
    box-shadow: #fff 0 0 0 1px, #1d1d1d 0 0 0 2px;
}

._others_ .swiper-slide {
    overflow: hidden;
}

._others_ ._list .cost {
    float: left;
    margin-top: 7px;
}

._others_ ._list .cost .cur {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1.12px;
}

._others_ ._list .cost._wo .cur {
    color: #ff0000;
}

._others_ ._list .cost .old {
    color: #a9a9a9;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .88px;
    margin-left: 10px;
    text-decoration: line-through;
}


._others_ ._list .fav,
._others_ ._list .fav:after {
    background: url(../images/icons/heart.svg) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    float: right;
    height: 15px;
    margin-top: 13px;
    width: 17px;
}

._others_ ._list .fav:after {
    background: url(../images/icons/heart_full.svg) no-repeat;
    content: "";
    margin: 0;
    opacity: 0;
    transition: .15s ease-in-out;
}

._others_ ._list .fav.act:after {
    opacity: 1;
}


._others_ .arr {
    background: url(../images/icons/arr_l_b.svg) no-repeat center;
    cursor: pointer;
    height: 50px;
    outline: none;
    position: absolute;
    top: calc(50% - 20px);
    transition: .15s ease-in-out;
    width: 50px;
    z-index: 1;
}

._others_ .arr._prev {
    left: -60px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

._others_ .arr._next {
    right: -60px;
}

._others_ .swiper-button-disabled {
    opacity: 0;
}



._checkbox_ {
    position: relative;
}

._checkbox_ input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

._checkbox_ label {
    color: #242424;
    font-size: 11px;
    letter-spacing: 0.46px;
    line-height: 1.2;
    padding-left: 20px;
    text-transform: uppercase;
}

._checkbox_ label:before {
    border: 1px solid #000;
    content: "";
    height: 13px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 13px;
}

._checkbox_ ._error_field ~ label:before {
    border-color: red;
}

._checkbox_ label:after {
    background: url(../images/icons/checked.svg) no-repeat center;
    content: "";
    height: 13px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 3px;
    transition: .1s ease-in-out;
    width: 13px;
}

._checkbox_ input:checked ~ label:after {
    opacity: 1;
}

._checkbox_ input:checked ~ label:before {
    border-color: #000;
}

._checkbox_ label a {
    border-bottom: 1px solid #999;
    color: inherit;
    text-decoration: none;
    transition: .1s ease-in-out;
}

._checkbox_ label a:hover {
    border-bottom-color: transparent;
}



._colors_ {
    margin-left: -15px;
    text-align: left;
}

._colors_ li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    cursor: pointer;
    height: 28px;
    margin-left: 15px;
    transition: .2s ease-in-out;
    width: 28px;
}

._colors_ .act {
    box-shadow: #fff 0 0 0 2px, #1d1d1d 0 0 0 3px;
    cursor: default;
}

._colors_ li a {
    display: block;
    height: 100%;
    width: 100%;
}

._colors_ .act a {
    display: none;
}

._colors_ ._no_css_class {
    background-image: url(../images/icons/clear.svg);
    background-size: 60%;
    border: 1px solid #ebebeb;
}

._colors_ ._bezhevyi {
    background: #D8CAAC;
}

._colors_ ._belyi {
    background: #fff;
    border: 1px solid #ebebeb;
}

._colors_ ._biryuzovyi {
    background: #55D5BE;
}

._colors_ ._goluboi {
    background: #8ACAFF;
}

._colors_ ._zheltyi {
    background: #FACB00;
}

._colors_ ._zelenyi {
    background: #2E8B57;
}

._colors_ ._korichnevyi {
    background: #834433;
}

._colors_ ._krasnyi {
    background: #CA2C2A;
}

._colors_ ._oranzhevyi {
    background: #F67000;
}

._colors_ ._rozovyi {
    background: #F53D81;
}

._colors_ ._seryi {
    background: #A3A3A3;
}

._colors_ ._sinii {
    background: #140075;
}

._colors_ ._tyomno-seryi {
    background: #474646;
}

._colors_ ._fioletovyi {
    background: #7720A4;
}

._colors_ ._chyornyi {
    background: #000;
}

._colors_ ._raznocvetnyj {
    background-image: url(../images/multi_color.jpg);
}


._colors_ ._bledno-zheltyi {
    background: #fffca8;
}

._colors_ ._bordovyi {
    background: #983247;
}

._colors_ ._gorchiza {
    background: #d8a24e;
}

._colors_ ._cofee {
    background: #ad9491;
}

._colors_ ._mint {
    background: #b7faff;
}

._colors_ ._sugar {
    background: #fff9e8;
}

._colors_ ._svetlo-bezhevyi {
    background: #f2e9d6;
}

._colors_ ._svetlo-goluboi {
    background: #d0e3ff;
}

._colors_ ._svetlo-rozovyi {
    background: #ffd9e9;
}

._colors_ ._svetlo-seriy {
    background: #d6d6d6;
}

._colors_ ._slivki {
    background: #ffefdc;
}

._colors_ .temno-sinyi {
    background: #1b255f;
}

._colors_ ._haki {
    background: #7d8869;
}

._colors_ ._yarkayia-biruza {
    background: #00daee;
}

._colors_ ._yarko-goluboi {
    background: #3aaeff;
}

._colors_ ._yarko-zheltyi {
    background: #fffd42;
}

._colors_ ._yarko-zelenyi {
    background: #c7ff42;
}

._colors_ ._yarko-rozovyi {
    background: #ff2b7a;
}

._colors_ ._yarko-sinii {
    background: #1a4bff;
}





._sizes_ {
    color: #332b35;
    margin-left: -10px;
    position: relative;
    text-align: center;
}

._sizes_:after {
    clear: both;
    content: '';
    display: block;
}

._sizes_ li {
    align-items: center;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    float: left;
    height: 36px;
    letter-spacing: .25px;
    line-height: 1;
    margin: 0 0 9px 10px;
    padding: 0 2px;
    transition: .2s ease-in-out;
    justify-content: center;
    width: 65px;
}

._sizes_ li:hover {
    border-color: #7F7F7F;
}

._sizes_._na li {
    border-color: red;
}

._sizes_ .act {
    background: #242424;
    border-color: #242424;
    color: #fff;
    cursor: default;
}

._sizes_ .dis {
    opacity: .3;
    pointer-events: none
}





._overlay_,
._overlay_2 {
    background: rgba(120, 120, 120, .35);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

._popup_ {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    left: calc(50% - 220px);
    opacity: 0;
    padding: 25px 30px;
    position: absolute;
    top: 0;
    transition: .3s ease-in-out, top 0s;
    -webkit-transform: scale(.97);
    transform: scale(.97);
    visibility: hidden;
    width: 440px;
    z-index: 300;
}

._popup_.act {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

._popup_ .title {
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

._popup_ .subtitle {
    color: #242424;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

._popup_ .desc {
    color: #242424;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.25px;
    margin: 10px 0;
}

._popup_ .input {
    margin-top: 15px;
}

._popup_ .input label {
    color: #565656;
    display: block;
    font-size: 13px;
    letter-spacing: 0.23px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

._popup_ .input input,
._popup_ .select2-selection--single {
    border: 1px solid #cbcbcb;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    letter-spacing: 0.53px;
    line-height: 2;
    padding: 0 12px;
    transition: .2s ease-in-out;
    width: 100%;
}

._popup_ .input input:focus {
    border-color: #979797;
}

._popup_ .input input::-webkit-input-placeholder {
    color: #AAA;
    font-weight: 300;
}

._popup_ .input input::-moz-placeholder {
    color: #AAA;
    font-weight: 300;
}

._popup_ .input input:-ms-input-placeholder {
    color: #AAA;
    font-weight: 300;
}

._popup_ .jq-selectbox {
    width: 100%;
}

._popup_ .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 5px 0 0;
}


._popup_ .link {
    border-bottom: 1px solid #565656;
    color: #565656;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.5px;
    line-height: 1;
    text-decoration: none;
    transition: .1s ease-in-out;
}

._popup_ .link:hover {
    border-color: transparent;
}

._popup_ ._forgot {
    margin: 7px 0;
}

._popup_ ._checkbox_ {
    margin: 14px 0;
}

._popup_ .input + ._checkbox_ {
    margin: 10px 0;
}

._popup_ .input + ._btn_ {
    margin: 30px 0 20px;
}

._popup_addr .input + ._checkbox_ {
    margin: 20px 0;
}

._popup_addr ._btn_ {
    width: 200px;
}

._popup_ .btns {
    margin: 30px 0 35px;
    overflow: hidden;
}

._popup_ .btns ._btn_ {
    float: left;
}

._popup_auth .btns ._btn_ {
    width: 150px;
}

._popup_ .btns .link {
    float: right;
    margin-top: 22px;
}


._popup_ .socials {
    margin: 0 -30px;
    text-align: center;
}

._popup_ .socials h4 {
    background: #eee;
    color: #242424;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    letter-spacing: .75px;
    text-transform: uppercase;
}

._popup_ .socials ul {
    margin-top: 20px;
}

._popup_ .socials ul li {
    display: inline-block;
    margin: 0 12px;
}

._popup_ .socials ul li a {
    background-color: #dadada;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
    height: 45px;
    transition: .15s ease-in-out;
    width: 45px;
}

._popup_ .socials ._vk {
    background-image: url(../images/icons/popup_vk.svg);
}

._popup_ .socials ._fb {
    background-image: url(../images/icons/popup_fb.svg);
}

._popup_ .socials ._ok {
    background-image: url(../images/icons/popup_ok.svg);
}

._popup_ .socials ._vk:hover {
    background-color: #4c75a3;
}

._popup_ .socials ._fb:hover {
    background-color: #3b5999;
}

._popup_ .socials ._ok:hover {
    background-color: #ed812b;
}


._popup_ .g-recaptcha {
    margin: 15px 0 10px;
}

._popup_forgot .g-recaptcha {
    margin: 20px 0 10px;
}

._popup_._popup_sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    width: auto;
    max-width: 1000px;
    left: 50%;
    transform: translateX(-50%);
}

@media(min-width: 1024px) {
    ._popup_._popup_sizes._popup_sizes-with-table {
        min-width: 950px;
    }
}

._popup_sizes h3 {
    width: auto;
    display: block;
    margin-bottom: 20px;

    text-align: center;
}

._popup_sizes img {
    max-width: 100%;
    max-height: 500px;
    width: auto;
    margin: 0 auto;
}

.popup_sizes-table-wrapper {
    width: 100%;
    padding-bottom: 10px;

    overflow-x: auto;
}
._popup_sizes table {
    width: 100%;

    font-size: 14px;
    text-align: center;
}

._popup_sizes table thead {
    border-bottom: 1px solid #000000;
}

._popup_sizes table thead th {
    padding: 10px 3px;
}

._popup_sizes table thead th:first-child {
    padding-left: 0;
    text-align: left;
}

._popup_sizes table tbody td {
    padding: 8px 3px;
}

._popup_sizes table tbody td:first-child {
    padding-left: 0;
    text-align: left;
}

.popup_sizes-text {
    padding-top: 15px;
}

.popup_sizes-text p {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;

    line-height: 14px;
}

.popup_sizes-text i {
    position: absolute;
    top: 1px;
    left: 0;
}

._popup_._popup_sizes._popup_sizes-with-table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

._popup_._popup_sizes-with-table .title {
    width: 100%;
}

._popup_._popup_sizes-with-table img {
    width: 50%;
}
 
._popup_._popup_sizes-with-table .popup_sizes-table-wrapper {
    width: 50%;
}

@media(max-width: 767px) {
    ._popup_._popup_sizes-with-table img {
        width: auto;
    }

    ._popup_._popup_sizes-with-table .popup_sizes-table-wrapper {
        width: 100%;
    }

    ._popup_._popup_sizes-with-table .popup_sizes-table-wrapper table {
        margin-right: auto;
        margin-left: auto;
    }
}

._popup_ .delivery {
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    margin: 17px 0 5px;
    padding: 15px 1px;
}

._popup_ .delivery .p {
    color: #242424;
    font-size: 13px;
    letter-spacing: 0.43px;
    margin: 10px 0;
    text-transform: uppercase;
}

._popup_ .delivery .p + .p {
    margin-top: -3px;
    margin-bottom: 0;
    text-transform: none;
}

._popup_ .delivery .p b {
    font-weight: 600;
}


._popup_ .addr {
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

._popup_ .addr .input {
    display: inline-block;
    width: 120px;
}

._popup_ .addr .input:nth-child(2) {
    margin-left: 6px;
    width: 250px;
}

._popup_ .addr .input:nth-child(4),
._popup_ .addr .input:nth-child(5) {
    margin-left: 6px;
}



._popup_ .close {
    background: url(../images/icons/close.svg) no-repeat center;
    background-size: 15px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}



._popup_card {
    left: calc(50% - 455px);
    overflow: hidden;
    padding: 25px;
    width: 910px;
}

._popup_card .photos {
    float: left;
    overflow: hidden;
    position: relative;
    width: 365px;
}

._popup_card .photos .arr {
    background: url(../images/icons/arr_r_b.svg) no-repeat center;
    cursor: pointer;
    height: 50px;
    position: absolute;
    top: calc(50% - 100px);
    transition: .2s ease-in-out;
    width: 50px;
    z-index: 1;
}

._popup_card .photos .arr._prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

._popup_card .photos .arr._next {
    right: 0;
}

._popup_card .photos .arr.dis {
    cursor: default;
    opacity: .5;
}

._popup_card .photos .main {
    height: 547px;
    position: relative;
}

._popup_card .photos .main li {
    background-color: #fafafa;
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .3s ease-in-out;
    visibility: hidden;
    width: 100%;
}

._popup_card.act .photos .main li.act {
    opacity: 1;
    visibility: visible;
}

._popup_card .photos .main img {
    vertical-align: top;
    width: 100%;
}

._popup_card .photos .main li:after {
    background: url(../images/icons/loup.svg);
    bottom: 15px;
    content: "";
    height: 23px;
    position: absolute;
    right: 15px;
    width: 23px;
    z-index: 1;
}


._popup_card .photos .thumbs {
    margin-top: 12px;
}

._popup_card .photos .thumbs li {
    background-position: center;
    background-size: cover;
    cursor: pointer;
    display: inline-block;
    height: 123px;
    width: 82px;
}

._popup_card .photos .thumbs li + li {
    margin-left: 9px;
}


._popup_card .photos .tag {
    background: #ff0000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    letter-spacing: .23px;
    line-height: 40px;
    position: absolute;
    pointer-events: none;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 45px;
    z-index: 1;
}

._popup_card .photos .tag._new {
    background: #ff757d;
}

._popup_card .photos .tag + .tag {
    display: none;
}


._popup_card .info {
    float: left;
    margin-left: 25px;
    width: 470px;
}

._popup_card .info .art {
    color: #a9a9a9;
    font-size: 15px;
    letter-spacing: 1.15px;
}

._popup_card .info .name {
    color: #454343;
    float: left;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 10px 0;
    max-width: calc(100% - 150px);
}

._popup_card .info .cost {
    float: right;
    margin: 15px 0 0;
    text-align: center;
}

._popup_card .info .cost .cur {
    display: block;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.53px;
}

._popup_card .info .cost._wo .cur {
    color: #ff0000;
}

._popup_card .info .cost .old {
    display: block;
    color: #a9a9a9;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
}

._popup_card .info .cost .old:after {
    background: #a8a8a8;
    content: "";
    height: 1px;
    left: -5%;
    position: absolute;
    top: 55%;
    width: 110%;
}


._popup_card .info .data {
    clear: both;
    margin: 20px 0 10px;
}

._popup_card .info .data:after {
    clear: both;
    content: "";
    display: block;
}

._popup_card .info .data dt {
    clear: both;
    color: #454343;
    float: left;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 15px 0;
    text-transform: uppercase;
    width: 100px;
}

._popup_card .info .data dd {
    float: left;
    margin: 15px 0;
    position: relative;
    width: calc(100% - 100px);
}

._popup_card .info .data .sizes {
    clear: both;
    float: none;
    margin-top: 10px;
    width: 100%;
}

._popup_card .info .data .sizes ._sizes_ li {
    margin: 0 0 5px 5px;
    width: 62px;
}

._popup_card .info .data .link {
    font-size: 15px;
}

._popup_card .info .data ._colors_ {
    margin-top: -7px;
}

._popup_card .info .data ._sizes_ {
    margin: -8px 0 0 -5px;
}

._popup_card .info .data [data-show="sizes"] {
    opacity: .5;
    position: absolute;
    right: 5px;
    top: -33px;
}


._popup_card .info ._in_cart {
    background-image: url(../images/icons/cart_w.svg);
    background-position: 30px center;
    background-repeat: no-repeat;
    font-size: 13px;
    height: 45px;
    line-height: 44px;
    padding-left: 60px;
    width: 255px;
}

._popup_card .info ._in_cart.act {
    background-color: #56AC7B;
    color: transparent;
}

._popup_card .info ._in_cart:after {
    color: #fff;
    content: attr(data-ok);
    left: 61px;
    opacity: 0;
    position: absolute;
    top: 1px;
    transition: .2s ease-in-out;
    transform-origin: left center;
}

._popup_card .info ._in_cart.act:after {
    opacity: 1;
}


._popup_card .info ._in_fav {
    background-image: url(../images/icons/heart.svg);
    background-position: 35px center;
    background-repeat: no-repeat;
    background-size: 17px;
    font-size: 13px;
    height: 45px;
    line-height: 44px;
    margin-left: 5px;
    padding-left: 60px;
    width: 205px;
}

._popup_card .info ._in_fav.act {
    color: transparent;
}

._popup_card .info ._in_fav:before {
    background: url(../images/icons/heart_full.svg);
    content: "";
    height: 15px;
    left: 35px;
    opacity: 0;
    position: absolute;
    top: 14px;
    transition: .2s ease-in-out;
    width: 17px;
}

._popup_card .info ._in_fav.act:before {
    opacity: 1;
}

._popup_card .info ._in_fav:after {
    color: #000;
    content: attr(data-ok);
    left: 62px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .2s ease-in-out;
    transform-origin: left center;
}

._popup_card .info ._in_fav.act:after {
    opacity: 1;
}


._popup_card .info .accrd {
    border-top: 1px solid #E9E9E9;
    margin-top: 30px;
}

._popup_card .info .accrd .item {
    border-bottom: 1px solid #E9E9E9;
}

._popup_card .info .accrd .ttl {
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .88px;
    margin: 15px 0 14px;
    position: relative;
    text-transform: uppercase;
}

._popup_card .info .accrd .ttl:after {
    background: url(../images/icons/arr_b_g.svg);
    content: "";
    height: 7px;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: .3s ease-in-out;
    width: 14px;
}

._popup_card .info .accrd .ttl.act:after {
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    transform: rotate3d(1, 0, 0, 180deg);
}


._popup_card .info .accrd .desc {
    display: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.15;
    margin-bottom: 20px;
}

._popup_card .info .accrd .desc a {
    color: #454343;
    font-size: 14px;
}

._popup_card .info .accrd .desc a:hover {
    text-decoration: none;
}


._popup_card .info ._soc {
    margin: 10px -8px 0 0;
    position: relative;
    text-align: right;
}

._popup_card .info ._soc:before {
    content: attr(data-txt);
    font-size: 15px;
    font-weight: 600;
    left: 0;
    letter-spacing: .88px;
    position: absolute;
    text-transform: uppercase;
    top: 6px;
}

._popup_card .info ._soc li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

._popup_card .info ._soc li a {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 30px;
    transition: .2s ease-in-out;
    width: 30px;
}

._popup_card .info ._soc .vk {
    background-image: url(../images/icons/~soc_vk.svg);
}

._popup_card .info ._soc .ig {
    background-image: url(../images/icons/soc_ig.svg);
}

._popup_card .info ._soc .fb {
    background-image: url(../images/icons/soc_fb.svg);
}

._popup_card .info ._soc .ok {
    background-image: url(../images/icons/soc_ok.svg);
}



._popup_confirm {
    left: calc(50% - 175px);
    position: fixed;
    top: 15% !important;
    width: 350px;
}

._popup_confirm .title {
    font-size: 18px;
}

._popup_confirm ._btn_ {
    margin-top: 7px;
    width: calc(50% - 4px);
}

._popup_confirm ._btn_ + ._btn_ {
    margin-left: 4px;
}



._popup_free-fitting {    
    position: absolute;
    left: calc(50% - 230px);
    z-index: 302;

    width: 460px;
    padding-top: 32px;
}

._popup_free-fitting .title {
    margin-bottom: 11px;

    font-size: 18px;
    letter-spacing: 0;
    font-weight: 800;
}

.fitting-list {
    margin-bottom: 23px;
}

.fitting-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 8px;
    
    font-size: 16px;
    line-height: 19px;
}

.fitting-list__item span {
    width: 145px;

    color: #FF0000;
}

._popup_free-fitting .desc {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 0;
    
    color: #929292;
}


.free-fitting {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    
    font-size: 16px;
    line-height: 18px;
}

.free-fitting--checkbox {
    width: 50%;
    margin-top: 17px;
    margin-bottom: -5px;
}

.free-fitting--checkbox input[type="checkbox"] {
    display: none;
}

.free-fitting--checkbox input[type="checkbox"]:checked + .free-fitting__text::before {
    background: #56ac7b url(../images/icons/ok.svg) no-repeat center;
    border-color: #56ac7b;
}

.free-fitting--checkbox .free-fitting__link {
    padding-right: 8px;
}

.free-fitting__text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 52px;
    text-transform: uppercase;
    font-weight: 500;

    background-image: url('../images/icons/free-fitting.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #FF0000;
}

label.free-fitting__text {
    position: relative;

    padding-left: 35px;

    background-image: none;
}

label.free-fitting__text::before {
    content: '';
    
    position: absolute;
    top: 50%;
    left: 0;
    
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    
    border: 1px solid #C4C4C4;
    transition: background-color .3s ease;
}

.free-fitting__link {
    font-weight: 700;

    color: #929292;
}




._popup_content .text {
    margin: 15px 0 20px;
}

._popup_content .text > * {
    margin: 10px 0;
}

._popup_content .text > *:first-child {
    margin-top: 0;
}

._popup_content .text > *:last-child {
    margin-bottom: 0;
}

._popup_content ._btn_ {
    width: 120px;
}



._subscribe_ {
    margin: 55px auto;
    text-align: center;
    width: 550px;
}

._subscribe_ ._title_ {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
}

._subscribe_ .text {
    border: none;
    border-bottom: 1px solid #d5d5d5;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 4.5px;
    margin: 15px 0 20px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    transition: .2s ease-in-out;
    width: 440px;
}

._subscribe_ .text:focus {
    border-color: #8C8C8C;
}

._subscribe_ .text::-webkit-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
}

._subscribe_ .text::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
}

._subscribe_ .text:-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
}

._subscribe_ ._checkbox_ {
    display: inline-block;
    line-height: 1.2;
}

._subscribe_ ._checkbox_ label {
    font-size: 10px;
}


._subscribe_ ._btn_ {
    display: block;
    margin: 25px auto 0;
}



._counter_ {
    border: 1px solid #e3e3e3;
    cursor: default;
    font-size: 15px;
    height: 35px;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    transition: .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100px;
}

._counter_._tts,
._counter_._tts li + li {
    border-color: #EDA5A5;
}

._counter_ li {
    color: #000;
    float: left;
    height: 100%;
    letter-spacing: 0.35px;
    padding-top: 8px;
    transition: .15s ease-in-out;
    width: 40%;
}

._counter_ li + li {
    border-left: 1px solid #d8e1e5;
}

._counter_ ._minus,
._counter_ ._plus {
    cursor: pointer;
    font-size: 0;
    position: relative;
    width: 30%;
}

._counter_ ._minus:before,
._counter_ ._plus:before {
    background: #D0D0D0;
    content: "";
    height: 1px;
    left: 7px;
    position: absolute;
    top: 17px;
    transition: .1s ease-in-out;
    width: 15px;
}

._counter_ ._plus:after {
    background: #D0D0D0;
    content: "";
    height: 15px;
    left: 14px;
    position: absolute;
    top: 10px;
    transition: .1s ease-in-out;
    width: 1px;
}

._counter_ ._minus:hover:before,
._counter_ ._plus:hover:before,
._counter_ ._plus:hover:after {
    background: #5E5E5E;
}


._counter_:after {
    background: url(../images/tooltip.svg);
    background-size: 100% 100%;
    color: #333;
    content: attr(data-tooltip);
    font-size: 13px;
    font-weight: 500;
    height: 80px;
    left: calc(50% - 133px);
    letter-spacing: .4px;
    line-height: 1.3;
    opacity: 0;
    padding: 24px 40px;
    position: absolute;
    text-transform: none;
    top: 100%;
    transition: .3s ease-in-out;
    visibility: hidden;
    width: 265px;
    z-index: 1;
}

._counter_._tts:after {
    opacity: 1;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    visibility: visible;
}

._cat_table_ ._error ._counter_:after {
    content: attr(data-tooltip2);
    opacity: 1;
    padding: 24px 50px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    visibility: visible;
}



._panel_ {
    border: 1px solid #e3e3e3;
    float: right;
    padding: 30px;
    transition: transform .2s ease-in-out;
    width: 360px;
}

.header:not(._sd) ~ .section ._panel_.is_stuck {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.header._wb:not(._sd) ~ .section ._panel_.is_stuck {
    -webkit-transform: translateY(77px);
    transform: translateY(77px);
}

._panel_ .promo .text {
    border: 1px solid #a9a9a9;
    height: 40px;
    letter-spacing: .88px;
    padding: 0 15px;
    transition: .2s ease-in-out;
    vertical-align: top;
    width: 190px;
}

._panel_ .promo .text:focus {
    border-color: #555;
}

._panel_ .promo .text::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

._panel_ .promo .text::-moz-placeholder {
    color: #999;
    opacity: 1;
}

._panel_ .promo .text:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

._panel_ .promo ._btn_ {
    font-size: 11px;
    padding: 0 15px;
}

._panel_ ._btn_[data-action="cancelPromocode"] {
    display: block;
    margin-top: 7px;
}

._panel_ .promo .quest {
    border-bottom: 1px dashed #C3C3C3;
    color: #565656;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 0.25px;
    line-height: 1.1;
    margin: 10px 0 0 20px;
    position: relative;
    transition: .1s ease-in-out;
}

._panel_ .promo .quest:hover {
    border-color: transparent;
}

._panel_ .promo .quest:before {
    background: url(../images/icons/info.svg);
    content: "";
    height: 15px;
    left: -20px;
    position: absolute;
    top: -1px;
    width: 15px;
}


._panel_ .data {
    margin: 15px 0;
}

._panel_ .data + .data {
    border-top: 1px solid #EAEAEA;
    margin: -10px 0 7px;
    padding-top: 10px;
}

._panel_ .data:after {
    clear: both;
    content: '';
    display: block;
}

._panel_ .data dt {
    clear: both;
    color: #242424;
    font-size: 13px;
    float: left;
    letter-spacing: .5px;
    margin: 6px 0;
    max-width: 50%;
    text-transform: uppercase;
}

._panel_ .data dd {
    color: #242424;
    float: right;
    font-size: 16px;
    letter-spacing: .29px;
    margin: 5px 0;
    max-width: 50%;
    text-align: right;
}

._panel_ .data b {
    font-weight: 600;
}

._panel_ .data .num {
    border-bottom: 1px dashed #0053c8;
    color: #0053c8;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.1;
    max-width: 100%;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: .1s ease-in-out;
}

._panel_ .data .num.act,
._panel_ .data .num:hover {
    border-color: transparent;
}

._panel_ .data .num:after {
    align-items: center;
    background: rgba(255, 255, 255, .9);
    content: attr(data-t);
    display: flex;
    font-size: 9px;
    justify-content: center;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    text-transform: uppercase;
    transition: .2s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

._panel_ .data .num.act:after {
    opacity: 1;
    visibility: visible;
}


._panel_ .data a {
    border-bottom: 1px solid #555;
    color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 1.1;
    max-width: 100%;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    transition: .1s ease-in-out;
    white-space: nowrap;
}

._panel_ .data a:hover {
    border-color: transparent;
}

._panel_ .data .u {
    text-transform: uppercase;
}

._panel_ .data ._quest {
    background: url(../images/icons/quest.svg);
    cursor: pointer;
    display: inline-block;
    height: 17px;
    margin: -2px 0 0 5px;
    position: relative;
    vertical-align: top;
    width: 16px;
}

._panel_ .data ._quest dl {
    background: #fff;
    filter: drop-shadow(0 0 1px #777);
    left: calc(50% - 125px);
    margin: 0;
    opacity: 0;
    padding: 8px 10px 7px;
    position: absolute;
    pointer-events: none;
    text-transform: none;
    top: calc(100% + 13px);
    transition: .15s ease-in-out;
    visibility: hidden;
    width: 250px;
    z-index: 1;
}

._panel_ .data ._quest:hover dl {
    opacity: 1;
    visibility: visible;
}

._panel_ .data ._quest dl:before {
    content: attr(data-t);
    display: block;
    font-weight: 500;
    margin-bottom: 7px;
}

._panel_ .data ._quest dl:after {
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent;
    border-bottom-color: #fff;
    content: '';
    height: 0;
    left: calc(50% - 9px);
    position: absolute;
    top: -10px;
    width: 0;
}

._panel_ .data ._quest dl dt {
    margin: 1px 0;
    text-transform: none;
}

._panel_ .data ._quest dl dd {
    color: red;
    font-size: 14px;
    margin: 1px 0;
}


._panel_ .del {
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    margin: -5px 0;
    padding: 15px 0;
}

._panel_ .del .top {
    max-height: 35px;
    overflow: hidden;
}

._panel_ .del .top .logo {
    max-height: 33px;
    vertical-align: middle;
}

._panel_ .del .top .name {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 0.44px;
    line-height: 1.2;
    margin-left: 15px;
    text-transform: uppercase;
    vertical-align: middle;
}


._panel_ .del .icons {
    margin: 15px 0;
}

._panel_ .del .icons li {
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-left: 25px;
}

._panel_ .del .icons .cost {
    background-image: url(../images/icons/rub.svg);
    font-weight: 600;
}

._panel_ .del .icons .time {
    background-image: url(../images/icons/clock.svg);
    color: #777;
    margin-left: 20px;
}


._panel_ .del .p1 {
    font-size: 16px;
    letter-spacing: 0.56px;
    margin: 7px 0;
}

._panel_ .del .p2 {
    color: #777;
    font-size: 14px;
    letter-spacing: 0.44px;
}


._panel_ .total {
    border-top: 1px solid #E9E9E9;
    color: #242424;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.33px;
    overflow: hidden;
    padding: 12px 0;
    text-align: right;
}

._panel_ .total:before {
    content: attr(data-t);
    float: left;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.13px;
    margin-top: 4px;
    text-transform: uppercase;
}


._panel_ > ._btn_ {
    margin-top: 12px;
    width: 100%;
}



._form_ {
    width: 380px;
}

._form_ .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.13px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

._form_ .input + .input {
    margin-top: 14px;
}

._form_ .input label {
    color: #565656;
    display: block;
    font-size: 13px;
    letter-spacing: 0.23px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

._form_ .input input {
    line-height: 2;
}

._form_ .input input,
._form_ .input textarea {
    border: 1px solid #cbcbcb;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    letter-spacing: 0.53px;
    padding: 0 12px;
    transition: .2s ease-in-out;
    width: 100%;
}

._form_ .input input:focus,
._form_ .input textarea:focus {
    border-color: #979797;
}

._form_ .input textarea {
    height: 115px;
    padding: 7px 12px;
}

._form_ .input *::-webkit-input-placeholder {
    color: #AAA;
    font-weight: 300;
}

._form_ .input *::-moz-placeholder {
    color: #AAA;
    font-weight: 300;
}

._form_ .input *:-ms-input-placeholder {
    color: #AAA;
    font-weight: 300;
}

._form_ .jq-selectbox {
    width: 100%;
}

._form_ .forgot {
    border-bottom: 1px solid #565656;
    color: #565656;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.43px;
    line-height: 1;
    margin-top: 7px;
    transition: .1s ease-in-out;
}

._form_ .forgot:hover {
    border-color: transparent;
}


._form_ ._checkbox_ {
    margin: 8px 0 15px;
}

._form_ ._checkbox_ label {
    font-size: 11px;
    letter-spacing: 0;
}

.sec_formalize ._form_ ._checkbox_ label {
    font-size: 10px;
}

._checkbox_ label:before {
    border-color: #979797;
}


._form_ .select2-container .select2-selection--single {
    height: 40px;
}

._form_ .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

._form_ ._btn_ {
    margin-top: 30px;
    width: 160px;
}

._form_ .socials {
    border-top: 1px solid #dadada;
    margin: 25px -20px 0 0;
    padding-top: 20px;
    position: relative;
    text-align: right;
}

._form_ .socials:before {
    color: #242424;
    content: attr(data-t);
    font-weight: 500;
    left: 0;
    letter-spacing: 0.75px;
    position: absolute;
    text-transform: uppercase;
    top: 28px;
}

._form_ .socials li {
    display: inline-block;
    margin-left: 15px;
}

._form_ .socials li a {
    background-color: #dadada;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    transition: .15s ease-in-out;
    width: 35px;
}

._form_ .socials .vk {
    background-image: url(../images/icons/popup_vk.svg);
    background-size: 18px;
}

._form_ .socials .fb {
    background-image: url(../images/icons/popup_fb.svg);
    background-size: 9px;
}

._form_ .socials .ok {
    background-image: url(../images/icons/popup_ok.svg);
    background-size: 11px;
}

._form_ .socials .vk:hover,
._form_ .socials .vk.act {
    background-color: #4c75a3;
}

._form_ .socials .fb:hover,
._form_ .socials .fb.act {
    background-color: #3b5999;
}

._form_ .socials .ok:hover,
._form_ .socials .ok.act {
    background-color: #ed812b;
}



._quest_tool_ {
    background: url(../images/icons/quest.svg);
    display: inline-block;
    height: 17px;
    margin: -1px 0 0 5px;
    position: relative;
    vertical-align: top;
    width: 16px;
}

._quest_tool_ p {
    background: #f6f6f6;
    color: #454343;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .15));
    font-size: 13px;
    left: calc(50% - 85px);
    letter-spacing: .23px;
    line-height: 1;
    opacity: 0;
    padding: 6px 10px;
    position: absolute;
    text-transform: none;
    top: calc(100% + 10px);
    transform: translateY(2px);
    transition: .3s ease-in-out;
    visibility: hidden;
    width: 170px;
}

._quest_tool_:hover p {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

._quest_tool_ p:before {
    border-style: solid;
    border-width: 0 8.5px 9px 8.5px;
    border-color: transparent;
    border-bottom-color: #f6f6f6;
    content: "";
    height: 0;
    left: calc(50% - 9px);
    position: absolute;
    top: -9px;
    width: 0;
}

._quest_tool_ p a {
    border-bottom: 1px dashed #626262;
    color: inherit;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: .1s ease-in-out;
}

._quest_tool_ p a:hover {
    border-color: transparent;
}



._cat_table_ {
    float: left;
    text-align: center;
    width: 100%;
}

._cat_table_ thead td {
    color: #454343;
    font-size: 10px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
}

._cat_table_ td {
    border-bottom: 1px solid #dadada;
    padding: 8px 5px;
    vertical-align: top;
}

._cat_table_ td:nth-child(1),
._cat_table_ td:nth-child(2) {
    text-align: left;
}

._cat_table_ td:nth-child(3) {
    width: 40px;
}

._cat_table_ td:nth-child(5) {
    width: 120px;
}

._cat_table_ td:nth-child(6) {
    padding: 8px 15px;
}

._cat_table_ .cubby {
    margin-bottom: 3px;
    width: 90px;
}

._cat_table_ .photo {
    background-color: #fafafa;
    background-position: center;
    background-size: cover;
    display: block;
    height: 135px;
    overflow: hidden;
    position: relative;
    width: 90px;
}

._cat_table_ .photo ._trikozza_ {
    top: 20px;
    left: 25px;
    -webkit-transform: rotate(-90deg) scale(.5);
    transform: rotate(-90deg) scale(.5);
}

._cat_table_ .photo ._seamless_ {
    font-size: 10px;
    height: 15px;
    left: -78px;
    letter-spacing: -.5px;
    line-height: 15px;
    top: 15px;
}

._cat_table_ .photo .tag {
    background: #ff0000;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    position: absolute;
    pointer-events: none;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap;
    width: 30px;
    z-index: 1;
}

._cat_table_ .photo .tag._new {
    background: #ff757d;
}

._cat_table_ .photo .tag + .tag {
    display: none;
}

._cat_table_ .info {
    margin: 3px 0;
}

._cat_table_ .info .art {
    color: #8e8e8e;
    font-size: 12px;
    letter-spacing: .92px;
    margin-bottom: 2px;
}

._cat_table_ .info .name {
    color: #000;
    display: inline-block;
    font-size: 17px;
    letter-spacing: .5px;
    line-height: 1.1;
    text-decoration: none;
    transition: .2s ease-in-out;
}

._cat_table_ .info .name:hover {
    opacity: .8;
}


._cat_table_ .mob_info {
    display: none;
}

._cat_table_ .mob_info dl {
    margin: 8px 0 5px;
    overflow: hidden;
}

._cat_table_ .mob_info dt {
    clear: both;
    color: #a9a9a9;
    float: left;
    font-size: 9px;
    letter-spacing: .4px;
    margin: 3px 0;
    text-transform: uppercase;
    width: 42px;
}

._cat_table_ .mob_info dd {
    color: #454343;
    float: left;
    font-size: 12px;
    letter-spacing: 0.86px;
    margin: 0;
}

._cat_table_ .mob_info .color {
    margin: -1px 0 0;
}

._cat_table_ .mob_info .cost {
    margin: 0 !important;
    padding: 0 !important;
}

._cat_table_ .mob_info .total {
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
}

._cat_table_ .mob_info .total:before {
    content: attr(data-t) ' ';
    font-weight: 400;
    margin-right: 5px;
}

._cat_table_ .mob_info .total:after {
    content: ' 'attr(data-r);
}



._cat_table_ .color {
    display: inline-block;
    height: 15px;
    margin: 27px 0 0;
    width: 15px;
}

._cat_table_ .size,
._cat_table_ .total {
    color: #454343;
    display: inline-block;
    font-size: 17px;
    letter-spacing: 1.21px;
    margin-top: 21px;
    white-space: nowrap;
}

._cat_table_ .size {
    font-size: 15px;
    margin-top: 24px;
}

._cat_table_ ._counter_ {
    margin: 15px auto 0;
}

._cat_table_ .cost,
._cat_table_ .cost2 {
    display: inline-block;
    font-size: 17px;
    letter-spacing: 1px;
    margin-top: 21px;
    padding: 0 5px;
    position: relative;
    white-space: nowrap;
}

._cat_table_ .cost2 {
    font-weight: 500;
}

._cat_table_ .cost p:after,
._cat_table_ .cost2:after {
    content: ' 'attr(data-r);
}


._cat_table_ .cost {
    display: flex;
    flex-direction: column;
    margin-top: 21px;
}

._cat_table_ .cost .old {
    color: #a9a9a9;
    font-size: 14px;
    order: 2;
    text-decoration: line-through;
}

._cat_table_ .cost .old:empty {
    display: none;
}

._cat_table_ .cost .old .new {
    order: 1;
}

._cat_table_ .cost .old:not(:empty) + .new {
    color: #ff0000;
    font-weight: 600;
}


._cat_table_ ._del_row {
    background: url(../images/icons/delete.svg) no-repeat center;
    cursor: pointer;
    display: inline-block;
    height: 45px;
    margin: 14px 0 0;
    opacity: 0;
    transition: .15s ease-in-out;
    width: 45px;
}

._cat_table_ tr:hover ._del_row {
    opacity: 1;
}

._cat_table_ tfoot td {
    border-bottom: none;
    border-top: 4px solid #E8E8E8;
}

._cat_table_ ._del_all {
    background: url(../images/icons/delete.svg) no-repeat;
    color: #8e8e8e;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    letter-spacing: 0.71px;
    line-height: 20px;
    margin: 5px 0;
    padding-left: 22px;
    text-transform: uppercase;
    transition: .2s ease-in-out;
}

._cat_table_ ._del_all:hover {
    opacity: .8;
}



._slider_ {
    margin-bottom: 70px;
    position: relative;
}

._slider_ img {
    width: 100%;
}

._slider_ .arr {
    background: url(../images/icons/arr_r_w.svg) no-repeat center;
    cursor: pointer;
    height: 50px;
    opacity: .5;
    position: absolute;
    top: calc(50% - 25px);
    transition: .2s ease-in-out;
    width: 50px;
    z-index: 1;
}

._slider_ .arr:hover {
    opacity: .8;
}

._slider_ .arr._prev {
    left: 5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

._slider_ .arr._next {
    right: 5px;
}

._slider_ .swiper-button-disabled {
    cursor: default;
    opacity: .3;
}

._slider_ .dots {
    bottom: 10px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

._slider_ .dots .swiper-pagination-bullet {
    background: #fff;
    border: 2px solid #fff;
    border-right: 50%;
    height: 11px;
    margin: 0 4px;
    opacity: 1;
    -webkit-transform: scale(.63);
    transform: scale(.63);
    transition: .5s ease-in-out;
    width: 11px;
}

._slider_ .dots .swiper-pagination-bullet-active {
    background: transparent;
    -webkit-transform: scale(1);
    transform: scale(1);
}


._slider_ .desc {
    bottom: -27px;
    color: #999;
    left: 0;
    letter-spacing: 0.23px;
    position: absolute;
    text-align: center;
    width: 100%;
}



._aside_ {
    color: #242424;
    float: right;
    transition: transform .2s ease-in-out;
    width: 360px;
}

.header:not(._sd) ~ .section ._aside_.is_stuck {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.header._wb:not(._sd) ~ .section ._aside_.is_stuck {
    -webkit-transform: translateY(77px);
    transform: translateY(77px);
}

._aside_ .links {
    border: 1px solid #e3e3e3;
}

._aside_ .links .item {
    padding: 20px 30px 2px;
}

._aside_ .links .item + .item {
    border-top: 1px solid #e3e3e3;
}

._aside_ .links .item h4 {
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.23px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

._aside_ .links .item h4:before {
    background: #BCBCBC;
    content: "";
    height: 1px;
    position: absolute;
    right: -5px;
    top: 9px;
    width: 17px;
}

._aside_ .links .item h4:after {
    background: #BCBCBC;
    content: "";
    height: 17px;
    position: absolute;
    right: 3px;
    top: 1px;
    transition: .2s ease-in-out;
    width: 1px;
}

._aside_ .links .item.act h4:after {
    opacity: 0;
}


._aside_ .links .item ul {
    display: none;
    margin-bottom: 20px;
}

._aside_ .links .item ul li {
    margin: 10px 0;
}

._aside_ .links .item ul li:first-child {
    margin-top: 0;
}

._aside_ .links .item ul li:last-child {
    margin-bottom: 0;
}

._aside_ .links .item ul li a {
    border-bottom: 1px solid transparent;
    color: #242424;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
}

._aside_ .links .item ul li a:hover {
    border-color: #727272;
}


._aside_ ._form_ {
    border: 1px solid #e3e3e3;
    margin-top: 35px;
    padding: 20px 30px;
    width: 100%;
}

._aside_ ._form_ .title {
    font-size: 15px;
    letter-spacing: 0.23px;
}

._aside_ ._form_ .g-recaptcha {
    margin: 20px 0 -10px;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    transform-origin: left top;
}

._aside_ ._form_ ._btn_ {
    margin: 0 0 5px;
}



._disable_ {
    background: rgba(119, 119, 119, .34);
    left: 0;
    opacity: 0;
    position: absolute;
    transition: .3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}

._disable_.act {
    opacity: 1;
    visibility: visible;
}



/*._loader_{
	background: url(../images/loader.svg) no-repeat center;
	height: 200px;
	left: calc(50% - 100px);
	opacity: 0;
	position: fixed;
	top: calc(50% - 100px);
	transition: .2s ease-in-out;
	visibility: hidden;
	width: 200px;
	z-index: 1000;
}
._loader_.act{
	opacity: 1;
	visibility: visible;
}*/


._loader_ {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    height: 101px;
    left: calc(50% - 50px);
    opacity: 0;
    position: fixed;
    top: calc(50% - 50px);
    transition: .2s ease-in-out;
    visibility: hidden;
    width: 101px;
    z-index: 200;
}

._loader_.act {
    opacity: 1;
    visibility: visible;
}

._loader_:before {
    animation: loader_opacity 1.5s cubic-bezier(.165, .84, .44, 1) .5s infinite;
    background: url(../images/preload_logo.svg) no-repeat center;
    content: '';
    height: 55px;
    left: 23px;
    opacity: 0;
    position: absolute;
    top: 23px;
    width: 55px;
}

._loader_ .in {
    animation: loader_scaling 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) .5s infinite;
    border-radius: 50%;
    height: 55px;
    left: 23px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 23px;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    width: 55px;
}

._loader_ .in:before {
    border: 4px solid #F5F5F5;
    border-radius: 50%;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
}

._loader_ .in svg {
    animation: loader_rotate 1.5s linear .5s infinite;
    position: relative;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
}

._loader_ .in svg path {
    animation: loader_path 1.5s linear .5s infinite;
    fill: transparent;
    stroke: #797979;
    stroke-dasharray: 173;
    stroke-dashoffset: 173;
    stroke-width: 7;
}


@keyframes loader_opacity {
    20% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loader_scaling {
    20% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    90% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
}

@keyframes loader_rotate {
    50% {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
    }

    100% {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg);
    }
}

@keyframes loader_path {
    60% {
        stroke-dashoffset: 0;
    }

    80% {
        stroke-dashoffset: 0;
    }
}



._addrs_ {
    color: #242424;
    overflow: hidden;
}

._addrs_ .itm {
    border: 1px solid #e3e3e3;
    cursor: pointer;
    height: 165px;
    margin-bottom: 20px;
    padding: 18px 23px;
    position: relative;
    transition: border-color .1s ease-in-out;
}

._addrs_ .itm.act,
._addrs_ .itm:hover {
    border-color: #242424;
}

._addrs_ .itm:not(._add):nth-child(n+4) {
    display: none;
}

._addrs_ .itm:before {
    background: #56ac7b url(../images/icons/ok.svg) no-repeat center;
    content: "";
    height: 27px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .1s ease-in-out;
    width: 27px;
}

._addrs_ .itm.act:before {
    opacity: 1;
}

._addrs_ .itm .t {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .44px;
    text-transform: uppercase;
}

._addrs_ .itm .t:before {
    content: attr(title);
    display: inline-block;
}

._addrs_ .itm .t:before {
    max-width: 60%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}

._addrs_ .itm .t:after {
    color: #959595;
    content: attr(data-t);
    font-weight: 400;
    margin-left: 7px;
    opacity: 0;
    text-transform: none;
    transition: .1s ease-in-out;
    vertical-align: top;
}

._addrs_ .itm.act .t:after {
    opacity: 1;
}

._addrs_ .itm .n {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .3px;
    margin: 15px 0 8px;
}

._addrs_ .itm .a {
    font-size: 14px;
    font-weight: 300;
    height: 35px;
    letter-spacing: .3px;
    margin: 0 0 15px;
    overflow: hidden;
}

._addrs_ .itm .edit {
    border-bottom: 1px dashed #999;
    color: #777;
    font-size: 12px;
    cursor: pointer;
    float: left;
    letter-spacing: .28px;
    margin-left: 22px;
    position: relative;
    text-transform: uppercase;
    transition: .1s ease-in-out;
}

._addrs_ .itm .edit:hover {
    border-bottom-color: transparent;
}

._addrs_ .itm .edit:before {
    background: url(../images/icons/edit.svg) no-repeat center;
    background-size: 100%;
    content: '';
    height: 15px;
    left: -20px;
    position: absolute;
    top: 0;
    width: 15px;
}

._addrs_ .itm .delete {
    border-bottom: 1px dashed #999;
    color: #777;
    font-size: 12px;
    cursor: pointer;
    float: right;
    letter-spacing: .28px;
    margin-left: 22px;
    position: relative;
    text-transform: uppercase;
    transition: .1s ease-in-out;
}

._addrs_ .itm .delete:hover {
    border-bottom-color: transparent;
}

._addrs_ .itm .delete:before {
    background: url(../images/icons/clear.svg) no-repeat center;
    background-size: 100%;
    content: '';
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 12px;
    left: -17px;
    position: absolute;
    top: 2px;
    width: 12px;
}

._addrs_ ._add {
    background: url(../images/icons/add.svg) no-repeat center 85px;
    border-style: dashed;
    color: #555;
    font-weight: 600;
    letter-spacing: .44px;
    padding-top: 35px;
    text-align: center;
    text-transform: uppercase;
}

._addrs_ + ._show_addrs {
    border-bottom: 1px dashed #999;
    color: #555;
    font-size: 12px;
    cursor: pointer;
    display: none;
    letter-spacing: .28px;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    transition: border-color .1s ease-in-out;
    width: 130px;
}

._addrs_ + ._show_addrs:hover {
    border-color: transparent;
}



._seamless_ {
    background: #8aead9;
    color: #000;
    font-size: 11px;
    font-weight: 500;
    height: 25px;
    left: -70px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 200px;
    z-index: 1;
}

._trikozza_ {
    background: url(../images/trikozza.svg) no-repeat;
    top: 120px;
    height: 46px;
    left: 70px;
    opacity: .7;
    position: absolute;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg) scale(1.2);
    transform: rotate(-90deg) scale(1.2);
    width: 126px;
}


/*Чтобы перекрыть модалку с быстрым просмотром товара*/
._overlay_2 {
    z-index: 301;
}

._popup_sizes {
    z-index: 302;
}
