.modal-full {
    display: none;
    position: fixed;
    top: -100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
}

.modal-full.show {
    display: block;
}

.modal-full > .close {
    width: 43px;
    height: 43px;
    position: absolute;
    top: 40px;
    right: 40px;
    display: block;
    cursor: pointer;
}

.modal-full > .close:before {
    content: '';
    width: 43px;
    height: 43px;
    background-image: url('/static/img/close.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 43px;
    float: left;
    opacity: 0.5;
}

.modal-full > .close:hover:before {
    opacity: 1;
}

.modal-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
    z-index: 10001;
}

.modal-popup.show {
    display: block;
}

.modal-popup > div {
    width: 540px;
    margin: 80px auto;
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.modal-popup > div > .close {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 28px;
    right: 15px;
    display: block;
    cursor: pointer;
}

.modal-popup > div > .close:before {
    content: '';
    width: 29px;
    height: 29px;
    background-image: url('/static/img/close.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px;
    float: left;
    opacity: 0.5;
}

.modal-popup > div > .close:hover:before {
    opacity: 1;
}

.modal-popup > div > .title {
    font-weight: normal;
    font-size: 28px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 20px;
}

#modal_upload_basket .title {
    margin-top: 20px;
    text-align: center;
}

.modal-half {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999999999;
}

.modal-half.show {
    display: block;
}

.modal-half > div {
    position: fixed;
    top: 0;
    left: 100%;
    height: calc(100% - 100px);
    width: 750px;
    background-color: #fff;
    padding: 65px 50px 50px;
    overflow-y: auto;
}

.modal-half .select-type,
section.checkout-auth .select-type {
    display: flex;
    margin: 30px 0 20px;
}

.modal-half .select-type span,
section.checkout-auth .select-type span {
    border: 1px solid #DADADA;
    text-align: center;
    font-size: 18px;
    color: #2B2A29;
    padding: 0 15px;
    width: calc(50% - 30px);
    position: relative;
    cursor: pointer;
    align-self: center;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-half .select-type span:first-of-type,
section.checkout-auth .select-type span:first-of-type {
    border-radius: 3px 0 0 3px;
}

.modal-half .select-type span:last-of-type,
section.checkout-auth .select-type span:last-of-type {
    border-radius: 0 3px 3px 0;
}

.modal-half .select-type span.active,
section.checkout-auth .select-type span.active {
    color: #307BC4;
    background: #EFF1F9;
    border: 1px solid #307BC4;
    z-index: 2;
}

section.checkout-auth .form-reg .select-type,
#modal_reg .select-type {
    margin-top: 0;
}

section.checkout-auth .form-auth .group-inputs,
section.checkout-auth .form-reg .group-inputs,
#modal_auth .group-inputs,
#modal_reg .group-inputs {
    display: flex;
    flex-wrap: wrap;
}

#modal_auth .group-inputs {
    margin-top: 25px;
}

.modal-half > div > div {
    position: relative;
    min-height: calc(100vh - 250px);
    padding-bottom: 150px;
}

.modal-half > div .title {
    font-family: "Roboto-Regular";
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.03em;
    color: #2B2A29;
}

.modal-half > div .title img{
    cursor: pointer;
    margin-right: 20px;
}

.modal-half > div span.close {
    display: block;
    width: 74px;
    height: 74px;
    position: absolute;
    top: -18px;
    right: 0;
    cursor: pointer;
}

.modal-half > div > span.close {
    top: 50px;
    right: 50px;
}

.modal-half > div span.close:before {
    content: '';
    width: 74px;
    height: 74px;
    background-image: url('/static/img/close.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 43px;
    float: left;
    opacity: 0.5;
}

.modal-half > div span.close:hover:before {
    opacity: 1;
}

#modal_auth > div form,
#modal_remind > div form {
    min-height: calc(100vh - 350px);
    position: relative;
    padding-bottom: 150px;
}

#modal_remind > div form {
    padding-top: 25px;
}

#modal_reg > div form {
    min-height: calc(100vh - 163px);
    position: relative;
    margin-top: 50px;
}

#modal_auth > div form input,
.checkout-auth .form-auth input,
#modal_remind > div form input {
    display: block;
    width: 325px;
    background: #f6f6f6;
    border: solid 1px rgba(43, 42, 41, 0.2);
    height: 60px;
    font-size: 18px;
    line-height: 24px;
    color: #2B2A29;
    padding: 0 20px;
    margin-top: 20px;
    border-radius: 3px;
}

#modal_auth > div form .eye-password,
.checkout-auth .form-auth .eye-password {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 20px;
    cursor: pointer;
    opacity: 0.6;
}

.checkout-auth .form-auth .eye-password {
    top: 20px;
}

#modal_auth > div form div:not(.group-inputs):not(.group-input),
.checkout-auth .form-auth div:not(.group-inputs),
#modal_remind > div form div {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
}

#modal_auth > div form div:not(.group-inputs):not(.group-input) {
    margin-top: 10px;
}

#modal_auth > div form div a,
.checkout-auth .form-auth div a,
#modal_remind > div form div a {
    font-weight: normal;
    font-size: 16px;
    line-height: 115%;
    border-bottom: solid 1px rgba(43, 42, 41, 0.3);
    color: rgba(43, 42, 41, 0.8);
    cursor: pointer;
}

#modal_remind > div form button {
    margin-top: 30px;
    height: 60px;
    font-family: "Roboto-Regular";
    font-size: 18px;
    border-radius: 3px;
}

#modal_auth > div form .group-input,
#modal_reg > div form .group-input,
section.checkout-auth .form-reg .group-input {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

section.checkout-auth .form-auth .group-input {
    width: calc(50% - 10px);
    margin-top: 0;
}

section.checkout-auth .form-auth .group-input input {
    margin-top: 0;
}

#modal_reg > div form .group-input input,
#modal_reg > div form .group-input select,
section.checkout-auth .form-reg .group-input input,
section.checkout-auth .form-auth .group-input input,
section.checkout-auth .form-reg .group-input select {
    width: calc(100% - 40px);
    background: #f6f6f6;
    height: 60px;
    line-height: 24px;
    color: #2B2A29;
    padding: 0 20px;
    border: none;
    border: solid 1px rgba(43, 42, 41, 0.2);
    font-size: 18px;
    box-sizing: unset !important;
    border-radius: 3px;
}

section.checkout-auth .form-auth .group-input:nth-child(2n),
section.checkout-auth .form-reg .group-input:nth-child(2n),
#modal_reg > div form .group-input:nth-child(2n),
#modal_auth > div form .group-input:nth-child(2n) {
    margin-left: 20px;
    position: relative;
}

section.checkout-auth .form-auth > div > input,
section.checkout-auth .form-reg > div > input,
#modal_reg > div form > div > input {
    position: absolute;
    left: -99999px;
}

section.checkout-auth .form-auth > div label,
section.checkout-auth .form-reg > div label,
#modal_reg > div form > div label {
    display: block;
    width: calc(100% - 35px);
    margin-top: 20px;
    margin-left: 35px;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: rgba(43, 42, 41, 0.9);
    position: relative;
    cursor: pointer;
}

section.checkout-auth .form-reg > div label::before,
section.checkout-auth .form-auth > div label::before,
#modal_reg > div form > div label::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 3px;
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 2px;
    border: 1px solid #B0B0B0;
}

section.checkout-auth .form-reg > div input:checked + label::after,
section.checkout-auth .form-auth > div input:checked + label::after,
#modal_reg > div form > div input:checked + label::after {
    content: '';
    width: 10px;
    height: 7px;
    display: block;
    position: absolute;
    top: 9px;
    left: -30px;
    background-image: url('/static/img/checked.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.checkout-auth .form-reg > div input:checked + label:before,
section.checkout-auth .form-auth > div input:checked + label:before,
#modal_reg > div form > div input:checked + label:before {
    background: #212121;
    border: solid 1px #212121;
}

section.checkout-auth .form-reg > div label a,
section.checkout-auth .form-auth > div label a,
#modal_reg > div form > div label a {
    font-weight: normal;
    font-size: 16px;
    line-height: 115%;
    border-bottom: solid 1px rgba(43, 42, 41, 0.5);
    color: rgba(43, 42, 41, 0.9);
    cursor: pointer;
}

#modal_auth > div form > span,
.checkout-auth form > span,
#modal_reg > div form > span {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    padding: 20px 0;
    display: block;
}

#modal_auth > div form > span > span,
.checkout-auth form > span > span,
#modal_reg > div form > span > span {
    font-style: normal;
    font-family: "Roboto-Regular";
    font-size: 16px;
    line-height: 135%;
    color: #2B2A29;
    display: block;
    margin-bottom: 20px;
}

#modal_auth > div form > span > a,
.checkout-auth form > span > a,
#modal_reg > div form > span > a {
    display: block;
    height: 68px;
    border: 1px solid #E0E0E0;
    border-right: none;
    width: calc(50% - 1px);
    float: left;
    border-radius: 3px 0 0 3px;
}

#modal_auth > div form > span > a:last-of-type,
.checkout-auth form > span > a:last-of-type,
#modal_reg > div form > span > a:last-of-type {
    display: block;
    height: 68px;
    border-right: 1px solid #E0E0E0;
    width: calc(50% - 2px);
    border-radius: 0 3px 3px 0;
}

#modal_auth > div form > span > a::before,
.checkout-auth form > span > a::before,
#modal_reg > div form > span > a::before {
    content: '';
    width: 38px;
    height: 38px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin: 15px auto;
    opacity: 0.9;
    background-size: 38px;
}

#modal_auth > div form > span > a.vk::before,
.checkout-auth form > span > a.vk::before,
#modal_reg > div form > span > a.vk::before {
    background-image: url('/static/img/vk_auth.png');
}

#modal_auth > div form > span > a.google::before,
.checkout-auth form > span > a.google::before,
#modal_reg > div form > span > a.google::before {
    background-image: url('/static/img/google.svg');
}

#modal_auth > div form > span > a.ok::before,
.checkout-auth form > span > a.ok::before,
#modal_reg > div form > span > a.ok::before {
    background-image: url('/static/img/ok_auth.png');
}

#modal_auth > div form > span > a:hover,
.checkout-auth form > span > a:hover,
#modal_reg > div form > span > a:hover {
    background: #F5F5F5;
    border-color: #f5f5f5;
    cursor: pointer;
}

#modal_auth > div form > span > a:hover::before,
.checkout-auth form > span > a:hover::before,
#modal_reg > div form > span > a:hover::before {
    opacity: 1;
}

#modal_auth > div form button,
.checkout-auth form button,
#modal_reg > div form button {
    margin-top: 60px;
    height: 60px;
    font-family: "Roboto-Regular";
    font-size: 18px;
    border-radius: 3px;
}

#modal_reg > div .error,
#modal_auth > div .error,
.checkout-auth .error,
.checkout-new .error:not(.error-checkout),
#modal_remind > div .error {
    color: #DC2F2F;
    font-size: 16px;
    position: relative;
    top: 40px;
}

.checkout-auth .error {
    top: 0;
}

#modal_auth > div .error {
    color: rgba(65, 65, 65, 0.7);
}

.checkout-auth .error a,
#modal_auth > div .error a {
    border-bottom: solid 1px rgba(65, 65, 65, 0.7);
    color: rgba(65, 65, 65, 0.7);
    cursor: pointer;
}

#modal_reg > div .success,
#modal_auth > div .success,
.checkout-auth .success,
#modal_remind > div .success {
    color: #41DC1A;
    font-size: 16px;
    position: relative;
    top: 40px;
}

#modal_add_review > div > input {
    background: #f6f6f6;
    border-radius: 3px;
    border: solid 1px rgba(43, 42, 41, 0.2);
    display: block;
    width: calc(100% - 40px);
    height: 60px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

#modal_add_review > div > textarea {
    background: #f6f6f6;
    border-radius: 3px;
    border: solid 1px rgba(43, 42, 41, 0.2);
    width: calc(100% - 40px);
    display: block;
    padding: 18px 20px;
    height: 200px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #2B2A29;
    resize: none;
    margin-bottom: 20px;
}

#modal_add_review > div > div {
    margin-top: 20px;
    display: flex;
    margin-bottom: 10px;
}


#modal_add_review > div > div > button {
    width: 250px;
    height: 60px;
    font-family: "Roboto-Regular";
    font-size: 18px;
    color: #2B2A29;
    border-radius: 3px;
}

#modal_add_review > div > div > label {
    margin-left: auto;
    font-family: "Roboto-Regular";
    font-size: 16px;
    align-self: center;
    color: #2B2A29;
    cursor: pointer;
}

#modal_add_review > div > div > label input {
    display: none;
}

#modal_add_review > div > div > label::before {
    content: '';
    width: 11px;
    height: 11px;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    background-image: url('/static/img/light_plus.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

#modal_add_review > div > .images {
    display: flex;
}

#modal_add_review > div > .images > img {
    margin-right: 10px;
    margin-top: 20px;
    cursor: pointer;
    width: 130px;
}

#modal_add_review > div > .images > img:hover {
    opacity: 0.5;
}

#modal_add_review > div > span:not(.close) {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
}

#modal_add_review > div > span > span {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    display: block;
    background-image: url('/static/img/dark_star_empty.svg');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#modal_add_review > div > span > span.hover,
#modal_add_review > div > span > span.active {
    background-image: url('/static/img/dark_star_full.svg');
}

#modal_zip > div > .title,
#modal_wholesaler > div > .title {
    margin: 0;
    font-size: 20px;
    width: calc(100% - 50px);
}

#modal_support > div > .error,
#modal_zip > div > .error,
#modal_wholesaler > div > .error,
#modal_feedback > div > .error,
#modal_send_email > div > .error,
#modal_add_review > div > .error {
    color: #DC2F2F;
    font-size: 18px;
    margin: 10px 0 20px;
}

#modal_zip > div > .error,
#modal_wholesaler > div > .error {
    display: block;
}

#modal_zip .agree,
#modal_wholesaler .agree {
    margin-top: 15px;
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: rgba(43, 42, 41, 0.6);
}

#modal_zip .agree a,
#modal_wholesaler .agree a {
    font-weight: normal;
    font-size: 14px;
    line-height: 115%;
    border-bottom: solid 1px rgba(43, 42, 41, 0.6);
    color: rgba(43, 42, 41, 0.6);
    cursor: pointer;
}

.modal-full > .container-block {
    width: 1200px;
    margin: 150px auto 50px;
}

.modal-full > .search,
.modal-full > .cities {
    width: 500px;
    margin: 150px auto 50px;
    border-bottom: solid 1px #E5E5E5;
}

.modal-full > .search {
    margin-top: 100px;
}

.modal-full > .container-block > .search {
    width: 725px;
    margin-bottom: 100px;
    border-bottom: solid 1px #E5E5E5;
}

.modal-full .search input {
    border: none;
    background-color: transparent;
    padding: 15px 0;
    font-family: "Roboto-Light";
    font-size: 48px;
    line-height: 110%;
    color: #2B2A29;
    width: calc(100% - 55px);
}

.modal-full .search button {
    width: 45px;
    height: 21px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.modal-full .search button::before {
    content: '';
    display: block;
    width: 45px;
    height: 21px;
    background-image: url('/static/img/light_next.svg');
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.modal-full > .city-auto {
    margin: 0 auto 40px;
    width: 500px;
}

.modal-full > .city-auto a {
    font-size: 16px;
    cursor: pointer;
    background-color: #333333;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px 15px;
    font-family: "Roboto-Light";
}

.modal-full > .cities {
    margin: 0 auto 40px;
    border-bottom: none;
}

.modal-full > .cities > span {
    font-family: "Roboto-Medium";
    font-size: 14px;
    line-height: 115%;
    color: #BDBDBD;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.modal-full > .cities > div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.modal-full > .cities > div > span {
    width: 100%;
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 115%;
    color: rgba(43, 42, 41, 0.7);
    cursor: pointer;
    margin-bottom: 15px;
}

.modal-full > .cities > div > span.bold {
    color: rgba(43, 42, 41, 1);
    font-family: "Roboto-Regular";
}

.modal-full > .search-blocks {
    display: flex;
    margin: 0 auto;
    width: 1200px;
}

.modal-full > .search-blocks span.header-name {
    font-family: "Roboto-Medium";
    font-size: 14px;
    line-height: 135%;
    color: #333333;
    display: block;
    margin-bottom: 30px;
}

.modal-full > .search-blocks > .results {
    width: 500px;
    height: 310px;
}

.modal-full > .search-blocks > .results p {
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #505050;
}

.modal-full > .search-blocks > .results .option {
    margin: 0 0 20px;
}

.modal-full > .search-blocks > .results .option > a {
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #505050;
}

.modal-full > .search-blocks > .results .option > a > span {
    color: #000000;
}

.modal-full > .search-blocks > .popular {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    width: 480px;
}

.modal-full > .search-blocks > .popular > span {
    width: 100%;
}

.modal-full > .search-blocks > .popular > a {
    width: 140px;
    height: 140px;
    margin: 13px;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-full > .search-blocks > .popular > a:nth-child(2),
.modal-full > .search-blocks > .popular > a:nth-child(5) {
    margin-left: 0;
}


.modal-full > .search-blocks > .popular > a:nth-child(4),
.modal-full > .search-blocks > .popular > a:nth-child(7) {
    margin-right: 0;
}

.modal-full > .search-blocks > .popular > a:nth-child(5),
.modal-full > .search-blocks > .popular > a:nth-child(6),
.modal-full > .search-blocks > .popular > a:nth-child(7) {
    margin-bottom: 0;
}

#modal_mobile_menu,
#modal_mobile_profile {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: calc(100% - 30px);
    background-color: #fff;
    display: none;
    z-index: 9999;
    padding: 15px 10px;
    overflow-y: auto;
}

#modal_mobile_menu.show,
#modal_mobile_profile.show {
    display: block;
}

#modal_mobile_menu .close,
#modal_mobile_profile .close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 23px;
    right: 15px;
    margin-left: auto;
}

#modal_mobile_menu .close:before,
#modal_mobile_profile .close:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url('/static/img/close.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    float: left;
    opacity: 0.9;
}

#modal_mobile_menu .close:hover:before,
#modal_mobile_profile .close:hover:before {
    opacity: 1;
}

#modal_mobile_menu > .elem,
#modal_mobile_profile > .elem {
    margin-top: 30px;
}

#modal_mobile_menu > .elem > a,
#modal_mobile_profile > .elem > a {
    font-weight: normal;
    font-size: 23px;
    line-height: 29px;
    color: #2B2A29;
}

#modal_mobile_menu > .elem > div,
#modal_mobile_profile > .elem > div {
    display: none;
}

#modal_mobile_menu > .elem.active > a,
#modal_mobile_profile > .elem.active > a {
    color: #000000;
}

#modal_mobile_menu > .elem.active > div,
#modal_mobile_profile > .elem.active > div {
    display: block;
    width: calc(100% - 40px);
    margin: 20px 0 20px 40px;
}

#modal_mobile_menu > .elem.active > div > a,
#modal_mobile_profile > .elem.active > div > a {
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #2B2A29;
    display: block;
    margin-top: 10px;
}

#modal_mobile_menu > .elem.active > div > a::after,
#modal_mobile_profile > .elem.active > div > a::after {
    content: '';
    background-image: url('/static/img/href_news.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    width: 12px;
    height: 12px;
    float: right;
    opacity: 0.3;
    position: relative;
    top: 8px;
    left: -25px
}

#modal_mobile_menu > .elem.active > div > a.active,
#modal_mobile_profile > .elem.active > div > a.active {
    font-family: "Roboto-Medium";
    color: #000000;
}

#modal_mobile_menu > .elem.active > div > a.active::after,
#modal_mobile_profile > .elem.active > div > a.active::after {
    opacity: 1;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#modal_mobile_menu > .elem.active > div > div,
#modal_mobile_profile > .elem.active > div > div {
    display: none;
}

#modal_mobile_menu > .elem.active > div > div.active,
#modal_mobile_profile > .elem.active > div > div.active {
    display: block;
}

#modal_mobile_menu > .elem.active > div > div.active > a.header,
#modal_mobile_profile > .elem.active > div > div.active > a.header {
    display: block;
    margin-top: 20px;
    font-family: "Roboto-Regular";
    font-size: 15px;
    line-height: 115%;
    color: #2B2A29;
}

#modal_mobile_menu > .elem.active > div > div.active > a:not(.header),
#modal_mobile_profile > .elem.active > div > div.active > a:not(.header) {
    display: block;
    font-weight: normal;
    font-size: 15px;
    line-height: 115%;
    color: rgba(43, 42, 41, 0.7);
    margin: 10px 0;
}

#modal_mobile_menu > .geo {
    margin: 65px 0 20px;
    display: flex;
    flex-wrap: wrap;
}

#modal_mobile_menu > .geo > span {
    font-size: 16px;
    color: rgba(43, 42, 41, 0.7);
}

#modal_mobile_menu > .geo > span span {
    font-family: "Roboto-Medium";
    font-size: 16px;
    color: #2B2A29;
    cursor: pointer;
}

#modal_mobile_menu > .geo > span span::before {
    content: '';
    float: right;
    width: 8px;
    height: 8px;
    background-image: url("/static/img/chevron_down.svg");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-top: 4px;
    margin-left: 8px;
}

#push_added_to_basket {
    background-color: #141515;
    z-index: 9999999;
    position: fixed;
    top: -120px;
    left: 0;
    width: 100%;
    display: flex;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

#push_added_to_basket > span {
    align-self: center;
    margin-left: auto;
    margin-right: 200px;
    color: #ffffff;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    padding: 28px 0;
    display: block;
}

#push_added_to_basket > span > span {
    color: #FFE402;
}

#push_added_to_basket:hover > span > span {
    text-decoration: underline;
}

#modal_quantity .title,
#modal_notify_on_arrival .title,
#modal_send_remind .title,
#modal_success_remind .title,
#modal_success_payment .title,
#modal_support_thank .title,
#modal_zip_thank .title,
#modal_modal_wholesaler_thank .title {
    margin-top: 20px;
    font-size: 16px !important;
    width: calc(100% - 100px);
}

#modal_dop_sklad .title {
    margin-top: 15px;
    font-size: 20px !important;
    width: calc(100% - 150px);
}

#modal_quantity .title > span,
#modal_dop_sklad .title > span {
    font-family: "Roboto-Medium";
}

#modal_quantity .title > a,
#modal_dop_sklad .title > a {
    font-family: "Roboto-Medium";
    cursor: pointer;
}

#modal_search_send input:first-of-type,
#modal_feedback input:first-of-type,
#modal_send_email input:first-of-type,
#modal_support input:first-of-type {
    margin-top: 50px;
}

#modal_zip input:first-of-type,
#modal_wholesaler input:first-of-type {
    margin-top: 25px;
}

#modal_quantity input,
#modal_dop_sklad input,
#modal_search_send input,
#modal_feedback input,
#modal_send_email input,
#modal_support input,
#modal_zip input,
#modal_wholesaler input {
    background: #f6f6f6;
    display: block;
    width: calc(100% - 40px);
    height: 58px;
    padding: 0 20px;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #2B2A29;
    border-radius: 3px;
    border: solid 1px rgba(43, 42, 41, 0.2);
}

#modal_feedback textarea,
#modal_send_email textarea,
#modal_search_send textarea,
#modal_support textarea,
#modal_zip textarea,
#modal_wholesaler textarea {
    background: #f6f6f6;
    width: calc(100% - 40px);
    display: block;
    padding: 18px 20px;
    height: 200px;
    font-weight: normal;
    color: #2B2A29;
    border-radius: 3px;
    border: solid 1px rgba(43, 42, 41, 0.2);
    resize: none;
    margin-bottom: 20px;
}

#modal_quantity .button-modal,
#modal_dop_sklad .button-modal,
#modal_search_send .button-modal,
#modal_feedback .button-modal,
#modal_send_email .button-modal,
#modal_support .button-modal,
#modal_zip .button-modal,
#modal_wholesaler .button-modal {
    margin-top: 20px;
    height: 60px;
    color: #2B2A29;
    border-radius: 3px;
    font-family: "Roboto-Regular";
    font-size: 18px;
}

@media screen and (max-width: 1200px) {
    .modal-popup > div {
        margin: 30px auto 80px;
    }

    .modal-popup > div > .title {
        font-size: 24px;
    }

    .modal-popup > div > .close {
        top: 21px;
    }

    .modal-popup,
    .modal-full,
    .modal-half {
        z-index: 99999;
    }

    .modal-half > div {
        width: calc(100% - 100px) !important;
    }

    .modal-full > .cities {
        margin: 0 20px 40px;
    }

    .modal-full > .city-auto {
        width: calc(100% - 20px);
    }

    .modal-full > .container-block,
    .modal-full > .search-blocks {
        width: calc(100% - 80px);
    }

    .modal-full > .container-block > .search {
        width: 100%;
    }

    .modal-full > .search-blocks > .results {
        width: 100%;
    }

    .modal-full > .search-blocks > .popular {
        display: none;
    }

    .modal-full .search input {
        font-size: 28px;
    }

    .modal-full > .results {
        height: auto;
    }

    #push_added_to_basket > span {
        font-size: 16px;
        padding: 15px 10px;
        margin: 0;
    }
}

@media screen and (max-width: 1000px) {
    .modal-full > .cities > div > span {
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .modal-full > .container-block,
    .modal-full > .search-blocks {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 700px) {
    .modal-popup > div {
        width: calc(100% - 60px);
        margin: 25px 10px 75px;
    }

    .modal-half > div {
        width: calc(100% - 20px) !important;
        padding: 20px 10px;
        height: calc(100% - 40px);
    }

    .modal-half > div .title {
        width: calc(100% - 70px);
    }

    .modal-half > div span.close {
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
    }

    .modal-half > div > span.close {
        right: 10px;
        top: 16px;
        width: 50px;
        height: 50px;
    }

    .modal-half > div span.close::before {
        width: 50px;
        height: 50px;
        background-size: 30px;
    }

    #modal_auth > div form input, #modal_remind > div form input {
        width: calc(100% - 40px);
    }

    #modal_auth > div form .eye-password {
        top: 20px;
    }

    #modal_auth > div form div, #modal_remind > div form div {
        width: 100%;
    }

    .modal-half > div .title {
        font-size: 28px;
    }

    #modal_reg > div form .group-input,
    #modal_auth .group-input,
    section.checkout-auth .form-reg .group-input,
    section.checkout-auth .form-auth .group-input {
        width: calc(100% - 2px) !important;
        margin-left: 0 !important;
    }

    section.checkout-auth .form-auth .group-input {
        margin-bottom: 20px;
    }

     .checkout-auth .form-auth div:not(.group-inputs) {
         margin-top: 0;
     }

    #modal_auth .group-input {
        margin-bottom: 20px;
        margin-top: 0;
    }

    #modal_auth .group-input input {
        margin: 0;
    }

    #modal_reg.modal-half > div > div {
        overflow: hidden;
        min-height: calc(100vh - 130px);
        padding-bottom: 30px;
    }

    #modal_auth > div form,
    #modal_remind > div form {
        padding-bottom: 50px;
    }

    .modal-half > div > div {
        overflow: hidden;
    }

    .modal-popup .button-modal,
    .modal-full .button-modal,
    .modal-half .button-modal {
        font-size: 14px;
        height: 50px !important;
    }

    #modal_reg > div .error,
    section.checkout-auth form .error,
    #modal_auth > div .error,
    #modal_support > div .error,
    #modal_zip > div .error,
    #modal_wholesaler > div .error,
    #modal_feedback > div .error,
    #modal_send_email > div .error,
    #modal_search_send > div .error,
    #modal_remind > div .error {
        font-size: 14px;
    }

    .modal-full > .close {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
    }

    .modal-full > .close::before {
        width: 30px;
        height: 30px;
        background-size: 30px;
    }

    .modal-full > .search,
    .modal-full > .cities {
        width: calc(100% - 20px);
        margin: 100px 10px 50px;
    }

    .modal-full > .search input {
        font-size: 16px !important;
        height: auto !important;
    }

    .modal-full > .cities {
        margin: 0 10px 30px;
    }
}

@media screen and (max-width: 500px) {
    #modal_add_review > div > div {
        display: block;
    }

    #modal_add_review > div > div > button {
        display: block;
    }

    #modal_add_review > div > div > label {
        display: block;
        margin-top: 20px;
    }
}

.method:not(.active) #forpvz,
.method:not(.active) #ecom-widget,
.method:not(.active) #widget_5post,
.method:not(.active) #ecom-widget-courier,
.method:not(.active) #ecom-widget-boxberry,
.method:not(.active) #cdek-widget-text,
.method:not(.active) #ecom-widget-text {
    display: none !important;
}