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

body {
    /*font-family: 'IBM Plex Sans', sans-serif;*/
    font-family: Arial;
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

input {
    font-family: 'IBM Plex Sans', sans-serif;
}

button {
    border: none;
    background: none;
    outline: none;
    font-family: 'IBM Plex Sans', sans-serif;
    cursor: pointer;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 450px) {
    .container {
        padding: 0 10px;
    }
}

.main {
    width: 100%;
    /*min-height: 42vh;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main__cart {
    /*background: #F7F8FC;*/
    
    background: #E7ECFD;
    /*min-height: 100vh;*/
}

.compensate-for-scrollbar .header {
    padding-right: 15px;
}

.register__popup {
    width: 95%;
    max-width: 380px;
    background: none;
    padding: 0;
    display: none;
}

.register__popup .fancybox-button {
    display: none;
}

.register__popup .register__popup__wrap {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    border-radius: 10px;
}

.register__popup .register__popup__top {
    width: 100%;
    padding: 21px;
}

.register__popup .register__popup__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 21px;
}

.register__popup .register__popup__title .title {
    font-size: 18px;
    line-height: 23px;
    color: #27375A;
}

.register__popup .register__popup__result__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.register__popup .social__log {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 21px;
}

@media (max-width: 400px) {
    .register__popup .social__log {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.register__popup .social__log a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48%;
    text-align: center;
    border-radius: 20px;
    height: 36px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 400px) {
    .register__popup .social__log a {
        width: 100%;
        margin-bottom: 10px;
    }
}

.register__popup .social__log a img {
    position: absolute;
    left: 5px;
}

.register__popup .social__log a:nth-child(1) {
    background: #4285F4;
}

.register__popup .social__log a:nth-child(2) {
    background: #3B5998;
}

.register__popup .social__log a:hover {
    -webkit-box-shadow: 0px 2px 15px rgba(7, 62, 180, 0.192);
    box-shadow: 0px 2px 15px rgba(7, 62, 180, 0.192);
}

.register__popup .hr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 1px;
    background: #E5EBFA;
    margin-bottom: 27px;
}

.register__popup .hr span {
    font-size: 14px;
    line-height: 18px;
    color: #27375A;
    padding: 10px;
    position: absolute;
    background: #fff;
    z-index: 2;
}

.register__popup .register-tabs-head-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    height: 36px;
    margin-bottom: 21px;
}

.register-tabs-head-container .register-tab-head {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 4px;
    color: #1565c0;
    background-color: #bbdefb;
}

.register-tab-head.right {
    margin-left: 1px;
}

.register-tab-head.left {
    margin-right: 1px;
}

.register-tab-head.active {
    color: #ffffff;
    background-color: #1565c0;
}

.register__popup .register-form-wrap {
    height: 450px;
}

.register__popup .register__form {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
}

.register__form .register-form-input {
    width: 100%;
}

.register__form .register-form-footer {
    width: 100%;
    text-align: center;
    margin-top: auto;
}

.register__popup .register__form .label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
}

.register__popup .register__form .label span {
    font-size: 14px;
    line-height: 18px;
    color: #27375A;
    margin-bottom: 6px;
}

.register__popup .register__form .label .eror {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 10px;
    line-height: 13px;
    color: #FE3D3D;
    opacity: 0;
}

.register__popup .register__form .label input {
    border: 1px solid #E5EBFA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    background: none;
    outline: none;
    width: 100%;
    height: 40px;
    padding: 5px 14px;
}

.register__popup .register__form .label input:focus {
    border: 1px solid #0369F1;
}

.register__popup .register__form .label .pass__y {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/new_design/no-see.svg) no-repeat center;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.register__popup .register__form .label .pass__y.active {
    background: url(../img/new_design/see.svg) no-repeat center;
}

/*.register__popup .register__form .label input:invalid {*/
/*    border: 1px solid #FE3D3D;*/
/*}*/

/*.register__popup .register__form .label input:invalid ~ .eror {*/
/*    opacity: 1;*/
/*}*/

.register__popup .register__form .privacy {
    width: 100%;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    color: #27375A;
}

.register__popup .register__form .privacy a {
    text-decoration: underline;
}

.register__popup .submit {
    width: 100%;
    height: 50px;
    background: #0369F1;
    -webkit-box-shadow: 0px 8px 15px rgba(3, 105, 241, 0.2);
    box-shadow: 0px 8px 15px rgba(3, 105, 241, 0.2);
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 12px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.register__popup .submit:hover {
    -webkit-box-shadow: 0px 8px 15px rgba(3, 106, 241, 0.37);
    box-shadow: 0px 8px 15px rgba(3, 106, 241, 0.37);
}

.register__popup .submit:disabled {
    opacity: 0.5;
}

.register__popup .have__akk {
    width: 100%;
    padding: 15px 10px 13px;
    border-top: 1px solid #E5EBFA;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #27375A;
}

.register__popup .have__akk a {
    color: #0369F1;
    text-decoration: underline;
}

#register-result-quick {
    margin-bottom: 20px;
}

.register-result-cred-wrap {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    flex-direction: row;
}

.register-result-cred-wrap #register-result-creds {
    background-color: #bbdefb;
    height: 100%;
    width: calc(100% - 43px);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    flex-direction: row;
}

.register-result-cred-wrap .clipboard-copy-button-wrap {
    height: 40px;
    width: 40px;
    margin-left: 3px;
    background-color: #02457a;
    color: #ffffff;
    border-radius: 4px;
}

.clipboard-copy-button {
    width: 100%;
    height: 100%;
}

.clipboard-success-tooltip {
    width: 100%;
    height: 100%;
}

.invisible {
    display: none;
}

#register-result-creds .register-result-cred-item {
    height: 100%;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

#register-result-creds .register-result-cred-label {
    color: #27375A;
    margin-right: 3px;
}

#register-result-creds .register-result-cred-value {
    color: #1565c0;
}

#registration-back {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    margin: 0 auto 0 auto;
}

#registration-back svg {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

#registration-back span {
    font-size: 20px;
}

.country__popup {
    width: 95%;
    max-width: 380px;
    background: none;
    padding: 0;
    display: none;
}

.country__popup .fancybox-button {
    display: none;
}

.country__popup .country__popup__wrap {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    border-radius: 10px;
    padding: 21px 0 10px;
}

.country__popup .register__popup__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 21px;
    padding: 0 21px;
}

.country__popup .register__popup__title .title {
    font-size: 18px;
    line-height: 23px;
    color: #27375A;
}

.country__popup .search__block__form {
    width: calc(100% - 42px);
    background: #fff;
    -webkit-box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    border-radius: 30px;
    height: 50px;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    margin-left: 21px;
    margin-right: 21px;
}

@media (max-width: 550px) {
    .country__popup .search__block__form {
        height: 40px;
        padding: 5px 15px;
    }
}

.country__popup .search__block__form button {
    width: 20px;
    height: 20px;
    margin-right: 18px;
}

.country__popup .search__block__form button img {
    width: 100%;
}

.country__popup .search__block__form input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    line-height: 21px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #27375A;
}

@media (max-width: 550px) {
    .country__popup .search__block__form input {
        font-size: 14px;
    }
}

.country__popup .search__block__form input[placeholder] {
    text-overflow: ellipsis;
}

.country__popup .search__block__form input::-webkit-input-placeholder {
    color: #9FA1A6;
    -webkit-transition: .2s;
    transition: .2s;
}

.country__popup .search__block__form input:-ms-input-placeholder {
    color: #9FA1A6;
    -webkit-transition: .2s;
    transition: .2s;
}

.country__popup .search__block__form input::-ms-input-placeholder {
    color: #9FA1A6;
    -webkit-transition: .2s;
    transition: .2s;
}

.country__popup .search__block__form input::placeholder {
    color: #9FA1A6;
    -webkit-transition: .2s;
    transition: .2s;
}

.country__popup .search__block__form input:focus::-webkit-input-placeholder {
    color: transparent;
}

.country__popup .search__block__form input:focus:-ms-input-placeholder {
    color: transparent;
}

.country__popup .search__block__form input:focus::-ms-input-placeholder {
    color: transparent;
}

.country__popup .search__block__form input:focus::placeholder {
    color: transparent;
}

.country__popup .contry__items {
    width: 100%;
    list-style-type: none;
    max-height: 420px;
    overflow: auto;
    padding: 0 21px;
}

@media (max-height: 700px) {
    .country__popup .contry__items {
        max-height: 300px;
    }
}

.country__popup .contry__items::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 5px;
    height: 0px;
}

.country__popup .contry__items::-webkit-scrollbar-track {
    background-color: #ecedee;
    right: -10px;
}

.country__popup .contry__items::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    background: #c5c9d3;
    border-radius: 3px;
}

.country__popup .contry__items::-webkit-scrollbar-thumb:hover {
    background-color: #6E778B;
}

.country__popup .contry__items::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 4px;
    height: 0px;
}

.country__popup .contry__items::-webkit-scrollbar {
    width: 5px;
}

.country__popup .contry__items .contry__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 18px 0;
    -webkit-transition: .3s;
    transition: .3s;
    border-bottom: 1px solid #E4EAF9;
}

.country__popup .contry__items .contry__item .contry__item__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 10px;
}

.country__popup .contry__items .contry__item .contry__item__left img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.country__popup .contry__items .contry__item .contry__item__left .name {
    font-size: 16px;
    line-height: 21px;
    color: #27375A;
}

@media (max-width: 350px) {
    .country__popup .contry__items .contry__item .contry__item__left .name {
        font-size: 14px;
    }
}

.country__popup .contry__items .contry__item .contry__item__code {
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    color: #6E778B;
}

@media (max-width: 350px) {
    .country__popup .contry__items .contry__item .contry__item__code {
        font-size: 14px;
    }
}

.country__popup .contry__items .contry__item:hover .name {
    text-decoration: underline;
}

.select__services__popup {
    display: none;
    width: 90%;
    max-width: 430px;
    background: none;
    padding: 0;
    display: none;
}

.select__services__popup .fancybox-button {
    display: none;
}

.select__services__popup .select__services__popup__wrap {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    border-radius: 10px;
    padding: 21px;
}

.select__services__popup .register__popup__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 21px;
}

.select__services__popup .register__popup__title .title {
    font-size: 18px;
    line-height: 23px;
    color: #27375A;
}

.select__services__popup .select__services__popup__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.select__services__popup .select__services__popup__items .select__services__popup__item {
    width: calc(50% - 12px);
    background: #FFFFFF;
    border: 1px solid #E5EBFA;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 24px;
}

@media (max-width: 475px) {
    .select__services__popup .select__services__popup__items .select__services__popup__item {
        width: 100%;
        margin-bottom: 12px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.select__services__popup .select__services__popup__items .select__services__popup__item img {
    width: 30px;
    margin-right: 12px;
}

.select__services__popup .select__services__popup__items .select__services__popup__item span {
    font-size: 16px;
    line-height: 21px;
    color: #000;
}

.select__services__popup .select__services__popup__items .select__services__popup__item:hover {
    border: 1px solid #0369F1;
}

.menu__open .header .header__list {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.menu__open .burg span:nth-child(1) {
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

.menu__open .burg span:nth-child(2) {
    opacity: 0;
}

.menu__open .burg span:nth-child(3) {
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}

.burg {
    width: 25px;
    height: 30px;
    min-width: 25px;
    min-height: 25px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-left: 15px;
    cursor: pointer;
    z-index: 4;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.burg span {
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    background: #27375A;
    height: 2px;
    border-radius: 10px;
    position: absolute;
}

.burg span:nth-child(1) {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.burg span:nth-child(2) {
    width: 80%;
    right: 0;
}

.burg span:nth-child(3) {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

@media (max-width: 1025px) {
    .burg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.title__top {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #27375A;
    display: block;
    margin-bottom: 22px;
}
h1.title__top {
    font-family: inherit;
 }
.title__top__pages {
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    color: #27375A;
    display: block;
    margin-bottom: 22px;
    text-align: center
}
h1.title__top__pages {
    font-family: inherit;
    margin: 0 0 22px 0;
}
.title__card__service {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #27375A;
    display: block;
    margin-bottom: 22px;
}

.header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .3s, padding 0s;
    transition: all .3s, padding 0s;
    z-index: 5;
}

.header::before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    background: #fff;
    z-index: 1;
}

.header.header--home {
    /*background: #F7F8FC;*/
    background: #E7ECFD;
}

.header.header--home::before {
    /*background: #F7F8FC;*/
    background: #E7ECFD;
}

.header.header--home .header__lk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.header.header--home .header__lk .header__basket {
    background: #fff;
}

.card__empty__text {
    text-align: center;
    padding-bottom: 30px;
}

.card__empty__text__orders {
    text-align: center;
}

.header.header--home .header__lk .header__basket .lin {
    background: #F7F8FC;
}

.header.header__scroll {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 16px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 16px;
}

.header.header__scroll .header__wrap {
    padding: 15px 0;
}

.page__for_business .block_contacts_order_id {
    display: none;
}

@media (max-width: 1025px) {
    .header.header__scroll .header__wrap {
        padding: 10px 0;
    }
}

.header .header__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 1025px) {
    .header .header__wrap {
        padding: 10px 0;
    }
}

.header .header__lk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    z-index: 2;
}

.header .header__lk .header__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 5px 6px 5px 16px;
    background: #F7F8FC;
    border-radius: 30px;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 575px) {
    .header .header__lk .header__basket {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 5px 5px 5px 10px;
    }
}

@media (max-width: 490px) {
    .header .header__lk .header__basket {
        display: none;
    }
}

.header .header__lk .header__basket img {
    display: none;
    width: 18px;
}

@media (max-width: 575px) {
    .header .header__lk .header__basket img {
        display: block;
    }
}

@media (max-width: 575px) {
    .header .header__lk .header__basket .title {
        display: none;
    }
}

.header .header__lk .header__basket .lin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #fff;
    border-radius: 30px;
    padding: 6px 11px;
    color: #0369F1;
    margin-left: 9px;
}

.header .header__lk .header__basket .lin span {
    margin-left: 3px;
}

@media (max-width: 575px) {
    .header .header__lk .header__basket .lin span {
        display: none;
    }
}

.header .header__lk .header__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 48px;
    position: relative;
}

@media (max-width: 720px) {
    .header .header__lk .header__user {
        margin-left: 20px;
    }
}

@media (max-width: 490px) {
    .header .header__lk .header__user {
        margin-left: 0;
    }
}

.header .header__lk .header__user .user__logo {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 8px;
}

@media (max-width: 575px) {
    .header .header__lk .header__user .user__logo {
        display: none;
    }
}

.header .header__lk .header__user .name {
    font-size: 16px;
    line-height: 21px;
    color: #27375A;
    cursor: pointer;
    margin-right: 8px;
}

@media (max-width: 370px) {
    .header .header__lk .header__user .name {
        font-size: 14px;
    }
}

.header .header__lk .header__user .arr {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.header .header__lk .header__user .header__user__list {
    white-space: nowrap;
    position: absolute;
    top: calc(100% + 15px);
    right: -20px;
    list-style-type: none;
    font-size: 16px;
    line-height: 2;
    color: #27375A;
    background: #fff;
    padding: 18px 31px 6px 20px;
    -webkit-box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    border-radius: 10px;
    display: none;
}

.header .header__lk .supermarket .header__user__list li {
    margin-bottom: 15px;
}

.header .header__lk .header__user .header__user__list li a {
    -webkit-transition: .3s;
    transition: .3s;
}

.header .header__lk .header__user .header__user__list li a:hover {
    color: #6E778B;
}

.header .header__lk .header__user .header__user__list::before {
    content: "";
    height: 15px;
    width: 24px;
    display: block;
    position: absolute;
    right: 14px;
    bottom: calc(100% - 4px);
    background: url(../img/new_design/Polygon.svg) no-repeat center;
}

.header .header__lk .header__user.open .header__user__list {
    display: block;
}

.header .header__lk .header__user.open .arr {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.header .header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.header .logo {
    display: block;
    /*margin-right: 34px;*/
    margin-right: 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 370px) {
    .header .logo {
        margin-right: 15px;
    }
}

.header .logo img {
    width: 157px;
    margin-top: -6px;
}

@media (max-width: 720px) {
    .header .logo img {
        width: 113px;
        margin-top: 0px;
    }
}

.header .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style-type: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #27375A;
    position: relative;
    z-index: 2;
}

.header .header__list .icon_social {
    color: #c02f1e;
    margin: 0 7px 0 0;
}

.header .header__list .header__list__cart {
    display: none;
    margin-bottom: 0;
}

@media (max-width: 490px) {
    .header .header__list .header__list__cart {
        display: block;
    }
}

.header .header__list .header__list__cart .header__basket {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    font-size: 14px;
    line-height: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 5px 5px 10px;
}

.header .header__list .header__list__cart .header__basket img {
    width: 18px;
    display: block;
}

.header .header__list .header__list__cart .header__basket .lin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #F7F8FC;
    border-radius: 30px;
    padding: 6px 11px;
    color: #0369F1;
    margin-left: 9px;
}

@media (max-width: 1025px) {
    .header .header__list {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #F7F8FC;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
        -webkit-box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
        box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        z-index: 0;
        margin-top: 0;
    }
}

@media (max-width: 490px) {
    .header .header__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right;
    }
}

.header .header__list li {
    margin: 0 20px 0 0;
}

.header .header__list li:last-child {
    margin-right: 0;
}

.header .header__list .icon_social:last-child {
    margin-right: 0;
}

@media (max-width: 475px) {
    .header .header__list li {
        margin: 0 15px 0 0;
    }
}

@media (max-width: 490px) {
    .header .header__list li {
        margin: 0 0 15px 0;
    }
}

.header .header__log {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    z-index: 2;
}

.header .header__log .register {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #27375A;
}

@media (max-width: 720px) {
    .header .header__log .register {
        display: none;
    }
}

.header .header__log .login {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #0369F1;
    -webkit-box-shadow: 0px 8px 15px rgba(3, 105, 241, 0.2);
    box-shadow: 0px 8px 15px rgba(3, 105, 241, 0.2);
    border-radius: 30px;
    width: 180px;
    height: 50px;
    margin-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 1025px) {
    .header .header__log .login {
        height: 40px;
        width: 150px;
        margin-left: 25px;
    }
}

@media (max-width: 720px) {
    .header .header__log .login {
        height: 30px;
        width: 130px;
        font-size: 12px;
        border-radius: 20px;
    }
}

@media (max-width: 390px) {
    .header .header__log .login {
        width: 50px;
    }
}

.header .header__log .login img {
    display: none;
    width: 20px;
}

@media (max-width: 390px) {
    .header .header__log .login img {
        display: block;
    }
}

@media (max-width: 390px) {
    .header .header__log .login span {
        display: none;
    }
}

.header__info {
    width: 100%;
    background: #F7F8FC;
}

.header__info .header__info__wrap {
    width: 100%;
    padding: 47px 0 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 1025px) {
    .header__info .header__info__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }
}

@media (max-width: 540px) {
    .header__info .header__info__wrap {
        padding: 25px 0 25px;
    }
}

.header__info .header__info__text {
    width: 40%;
    max-width: 464px;
    color: #27375A;
}

@media (max-width: 1200px) {
    .header__info .header__info__text {
        width: 50%;
    }
}

@media (max-width: 1025px) {
    .header__info .header__info__text {
        width: 100%;
        position: relative;
        z-index: 2;
    }
}

.header__info .header__info__text small {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 730px) {
    .header__info .header__info__text small {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 380px) {
    .header__info .header__info__text small {
        font-size: 18px;
        line-height: 20px;
    }
}

.header__info .header__info__text h1 {
    font-weight: bold;
    font-size: 56px;
    line-height: 73px;
    letter-spacing: 1px;
}

@media (max-width: 730px) {
    .header__info .header__info__text h1 {
        font-size: 48px;
        line-height: 57px;
    }
}

@media (max-width: 540px) {
    .header__info .header__info__text h1 {
        font-size: 38px;
        line-height: 47px;
    }
}

.header__info .header__info__img {
    width: 60%;
    max-width: 698px;
}

@media (max-width: 1200px) {
    .header__info .header__info__img {
        width: 50%;
    }
}

@media (max-width: 1025px) {
    .header__info .header__info__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: 100%;
        margin-top: -50px;
    }
}

@media (max-width: 660px) {
    .header__info .header__info__img {
        margin-top: -30px;
    }
}

@media (max-width: 380px) {
    .header__info .header__info__img {
        margin-top: 0;
    }
}

.header__info .header__info__img img {
    width: 100%;
}

.search__block__home {
    width: 100%;
    background: #F7F8FC;
    padding: 20px 0;
}

.search__block__home .search__block__form {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    border-radius: 30px;
    height: 60px;
    padding: 5px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 550px) {
    .search__block__home .search__block__form {
        height: 40px;
        padding: 5px 15px;
    }
}

.search__block__home .search__block__form button {
    width: 20px;
    height: 20px;
    margin-right: 18px;
}

.search__block__home .search__block__form button img {
    width: 100%;
}

.search__block__home .search__block__form input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    line-height: 23px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #27375A;
}

@media (max-width: 550px) {
    .search__block__home .search__block__form input {
        font-size: 14px;
    }
}

.search__block__home .search__block__form input[placeholder] {
    text-overflow: ellipsis;
}

.search__block__home .search__block__form input::-webkit-input-placeholder {
    color: #6E778B;
    -webkit-transition: .2s;
    transition: .2s;
}

.search__block__home .search__block__form input:-ms-input-placeholder {
    color: #6E778B;
    -webkit-transition: .2s;
    transition: .2s;
}

.search__block__home .search__block__form input::-ms-input-placeholder {
    color: #6E778B;
    -webkit-transition: .2s;
    transition: .2s;
}

.search__block__home .search__block__form input::placeholder {
    color: #6E778B;
    -webkit-transition: .2s;
    transition: .2s;
}

.search__block__home .search__block__form input:focus::-webkit-input-placeholder {
    color: transparent;
}

.search__block__home .search__block__form input:focus:-ms-input-placeholder {
    color: transparent;
}

.search__block__home .search__block__form input:focus::-ms-input-placeholder {
    color: transparent;
}

.search__block__home .search__block__form input:focus::placeholder {
    color: transparent;
}

.cards__block {
    width: 100%;
    background: #F7F8FC;
}

.cards__block .cards__block__wrap {
    width: 100%;
    padding: 40px 0 30px;
}

.cards__block .cards__block__wrap__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 1050px) {
    .cards__block .cards__block__wrap__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cards__block .cards__block__wrap__items .cards__block__items__left {
    width: 25%;
    padding-right: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 24px;
}

@media (max-width: 1050px) {
    .cards__block .cards__block__wrap__items .cards__block__items__left {
        width: 100%;
        padding-right: 0;
    }
    .header .header__log .login {
        margin-left: 5px;
    }
}

.cards__block__it .container .cards__block__it__wrap .sub {
    font-size: 18px;
    line-height: 23px;
    color: #6E778B;
    margin-bottom: 10px;
    display: block;
}
.cards__block .cards__block__wrap__items .cards__block__items__left .cards__block__items__left__items {
    width: 100%;
    -webkit-box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    border-radius: 10px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 1050px) {
    .cards__block .cards__block__wrap__items .cards__block__items__left .cards__block__items__left__items {
        background: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 690px) {
    .cards__block .cards__block__wrap__items .cards__block__items__left .cards__block__items__left__items {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1050px) {
    .cards__block .cards__block__wrap__items .cards__block__items__left .cards__block__items__left__items:hover {
        -webkit-box-shadow: 0px 10px 25px rgba(7, 61, 180, 0.1);
        box-shadow: 0px 10px 25px rgba(7, 61, 180, 0.1);
        -webkit-transform: translateY(-9px);
        transform: translateY(-9px);
    }
}

.cards__block .cards__block__wrap__items .cards__block__items__left .cards__block__items__left__items .hr {
    width: calc(100% - 34px);
    height: 1px;
    background: #E4EAF9;
}

@media (max-width: 1050px) {
    .cards__block .cards__block__wrap__items .cards__block__items__left .cards__block__items__left__items .hr {
        display: none;
    }
}

.cards__block .cards__block__wrap__items .cards__block__items__left .cards__block__items__left__item {
    width: 100%;
    padding: 35px 20px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

@media (max-width: 1050px) {
    .cards__block .cards__block__wrap__items .cards__block__items__left .cards__block__items__left__item {
        width: calc(33.33% - 16px);
        background: #fff;
        -webkit-box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
        box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
        border-radius: 10px;
        margin-right: 24px;
        margin-bottom: 24px;
        text-align: center;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .cards__block .cards__block__wrap__items .cards__block__items__left .cards__block__items__left__item:nth-child(3n + 3) {
        margin-right: 0;
    }
    .cards__block .cards__block__wrap__items .cards__block__items__left .cards__block__items__left__item:hover {
        -webkit-box-shadow: 0px 10px 25px rgba(7, 61, 180, 0.1);
        box-shadow: 0px 10px 25px rgba(7, 61, 180, 0.1);
        -webkit-transform: translateY(-9px);
        transform: translateY(-9px);
    }
}

@media (max-width: 690px) {
    .cards__block .cards__block__wrap__items .cards__block__items__left .cards__block__items__left__item {
        width: calc(50% - 8px);
        margin-right: 0;
        margin-bottom: 16px;
    }
    .cards__block .cards__block__wrap__items .cards__block__items__left .cards__block__items__left__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 450px) {
    .cards__block .cards__block__wrap__items .cards__block__items__left .cards__block__items__left__item {
        width: 100%;
    }
}

.cards__block .cards__block__wrap__items .logo {
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}


.cards__block .cards__block__wrap__items .cards__block__items__left__item .name {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #333333;
}

.logo__internation {
    margin-bottom: 10px;

    height: 80px;

}

@media (max-width: 1100px) {
    .cards__block .cards__block__wrap__items .cards__block__items__left .cards__block__items__left__item .name {
        font-size: 14px;
    }
}

.cards__block .cards__block__wrap__items .cards__block__items__right {
    width: 75%;
    padding-left: 6px;
}

@media (max-width: 1050px) {
    .cards__block .cards__block__wrap__items .cards__block__items__right {
        width: 100%;
        padding-left: 0;
    }
}

.cards__block .cards__block__wrap__items .cards__block__items__right .sub {
    font-size: 18px;
    line-height: 23px;
    color: #6E778B;
    margin-bottom: 21px;
    display: block;
}

.cards__block .cards__block__wrap__items .cards__block__items__right .cards__block__items__right__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 690px) {
    .cards__block .cards__block__wrap__items .cards__block__items__right .cards__block__items__right__items {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.cards__block .cards__block__wrap__items .cards__block__items__right .cards__block__items__right__item {
    width: calc(33.33% - 16px);
    padding: 35px 20px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    border-radius: 10px;
    margin-right: 24px;
    margin-bottom: 24px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.cards__block .cards__block__wrap__items .cards__block__items__right .cards__block__items__right__item:nth-child(3n + 3) {
    margin-right: 0;
}

@media (max-width: 690px) {
    .cards__block .cards__block__wrap__items .cards__block__items__right .cards__block__items__right__item {
        width: calc(50% - 8px);
        margin-right: 0;
        margin-bottom: 16px;
    }
}

@media (max-width: 450px) {
    .cards__block .cards__block__wrap__items .cards__block__items__right .cards__block__items__right__item {
        width: 100%;
    }
}

.cards__block .cards__block__wrap__items  .logo {
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.cards__block .cards__block__wrap__items .cards__block__items__right .cards__block__items__right__item .name {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #333333;
}

@media (max-width: 1100px) {
    .cards__block .cards__block__wrap__items .cards__block__items__right .cards__block__items__right__item .name {
        font-size: 14px;
    }

    .header .header__log .login {
        margin-left: 20px;
    }
}

.cards__block .cards__block__wrap__items .cards__block__items__right .cards__block__items__right__item.charge__country {
    border: 1px solid #6E778B;
    background: none;
}

.cards__block .cards__block__wrap__items .cards__block__items__right .cards__block__items__right__item.charge__country .text {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #6E778B;
}

.cards__block .cards__block__wrap__items .cards__block__items__right .cards__block__items__right__item:hover {
    -webkit-box-shadow: 0px 10px 25px rgba(7, 61, 180, 0.1);
    box-shadow: 0px 10px 25px rgba(7, 61, 180, 0.1);
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
}

.cards__block__it {
    width: 100%;
    /*background: #F7F8FC;*/
    background: #E7ECFD;
}

.cards__block__it .cards__block__it__wrap {
    width: 100%;
    padding: 30px 0 50px;
}

.cards__block__it .cards__block__it__shorter_form {
    width: 100%;
    padding: 0 0 50px;
}

.a__links__style {
    color: #1e87f0;
    text-decoration: none;
    cursor: pointer;
}
.p__in__help__page {
    margin-bottom: 20px;
}

.cards__block__it .cards__block__it__for__search {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 690px) {
    .cards__block__it .cards__block__it__for__search {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}


.cards__block__it .cards__block__it__items {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 690px) {
    .cards__block__it .cards__block__it__items {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.cards__block__it .cards__block__it__item {
    width: calc(24.8% - 16px);
    padding: 35px 20px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    border-radius: 10px;
    margin-right: 24px;
    margin-bottom: 24px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (min-width: 1050px) {
    .cards__block__it .cards__block__it__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 1050px) {
    .cards__block__it .cards__block__it__item {
        width: calc(33.33% - 16px);
    }
    .cards__block__it .cards__block__it__item:nth-child(3n + 3) {
        margin-right: 0;
    }
    .header .header__log .login {
        margin-left: 10px;
    }
}

@media (max-width: 690px) {
    .cards__block__it .cards__block__it__item {
        width: calc(50% - 8px);
        margin-right: 0;
        margin-bottom: 16px;
    }
}

/*@media (max-width: 450px) {*/
/*    .cards__block__it .cards__block__it__item {*/
/*        width: 100%;*/
/*    }*/
/*}*/

.cards__block__it .cards__block__it__item .logo {
    margin-bottom: 10px;
    /*width: 80px;
    height: 80px;*/
    border-radius: 50%;
    width: 100%;
height: auto;
max-width: 160px;
}

.cards__block__it .cards__block__it__item .name {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #333333;
}

@media (max-width: 1100px) {
    .cards__block__it .cards__block__it__item .name {
        font-size: 14px;
    }
}

.cards__block__it .cards__block__it__item:hover {
    -webkit-box-shadow: 0px 10px 25px rgba(7, 61, 180, 0.1);
    box-shadow: 0px 10px 25px rgba(7, 61, 180, 0.1);
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
}

.who__choose {
    width: 100%;
    background: #F7F8FC;
}

.who__choose .who__choose__wrap {
    width: 100%;
    padding: 50px 0;
}

.who__choose .who__choose__wrap > .title {
    display: block;
    font-size: 36px;
    line-height: 30px;
    color: #27375A;
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 900px) {
    .who__choose .who__choose__wrap > .title {
        margin-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .who__choose .who__choose__wrap > .title {
        font-size: 30px;
    }
}

.who__choose .who__choose__items {
    width: 100%;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style-type: none;
}

@media (max-width: 900px) {
    .who__choose .who__choose__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .who__choose .who__choose__items {
        padding: 0;
    }
}

.who__choose .who__choose__items li {
    width: 30%;
    max-width: 282px;
    padding-left: 32px;
}

@media (max-width: 900px) {
    .who__choose .who__choose__items li {
        width: 100%;
        margin-bottom: 30px;
        max-width: none;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
    }
}

@media (max-width: 500px) {
    .who__choose .who__choose__items li {
        padding: 0;
    }
}

.who__choose .who__choose__items li .sub__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    display: block;
    color: #27375A;
    margin-bottom: 21px;
    position: relative;
}

@media (max-width: 900px) {
    .who__choose .who__choose__items li .sub__title {
        display: inline-block;
        margin-bottom: 14px;
    }
}

@media (max-width: 500px) {
    .who__choose .who__choose__items li .sub__title {
        font-size: 16px;
    }
}

.who__choose .who__choose__items li .sub__title::before {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    background: url(../img/new_design/bi.svg) no-repeat center;
    position: absolute;
    right: calc(100% + 9px);
    top: 3px;
}

.who__choose .who__choose__items li .text {
    font-size: 14px;
    line-height: 20px;
    color: #6E778B;
}

.spetial__promo {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#F7F8FC), color-stop(50%, #F7F8FC), color-stop(50%, #fff), to(#fff));
    background: linear-gradient(180deg, #F7F8FC 0%, #F7F8FC 50%, #fff 50%, #fff 100%);
}

.spetial__promo .spetial__promo__wrap {
    width: 100%;
    padding: 50px 0;
}

@media (max-width: 500px) {
    .spetial__promo .spetial__promo__wrap {
        padding: 30px 0;
    }
}

.spetial__promo .spetial__promo__block {
    width: 100%;
    background: linear-gradient(266.29deg, #0369F1 -0.12%, #015DDA 97.78%);
    -webkit-box-shadow: 0px 8px 20px rgba(3, 105, 241, 0.2);
    box-shadow: 0px 8px 20px rgba(3, 105, 241, 0.2);
    border-radius: 10px;
    text-align: center;
    padding: 51px;
    color: #fff;
}

@media (max-width: 500px) {
    .spetial__promo .spetial__promo__block {
        padding: 30px 20px;
    }
}

.spetial__promo .title {
    font-size: 18px;
    line-height: 30px;
    display: block;
    margin-bottom: 31px;
}

@media (max-width: 600px) {
    .spetial__promo .title {
        margin-bottom: 20px;
    }
}

@media (max-width: 400px) {
    .spetial__promo .title {
        font-size: 16px;
    }
}

.spetial__promo p {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 42px;
}

@media (max-width: 600px) {
    .spetial__promo p {
        font-size: 25px;
    }
}

@media (max-width: 400px) {
    .spetial__promo p {
        font-size: 23px;
    }
}

.spetial__promo a {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #0369F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 8px 15px rgba(4, 55, 123, 0.2);
    box-shadow: 0px 8px 15px rgba(4, 55, 123, 0.2);
    border-radius: 30px;
    max-width: 180px;
    height: 50px;
    margin: 0 auto;
}

@media (max-width: 400px) {
    .spetial__promo a {
        height: 40px;
    }
}

.home__info {
    width: 100%;
}

.search-no-results {
    margin-top: 20px;
}

.seach__border {
    border-radius: 20px;
}

.home__info .home__info__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0;
}

.home__info .home__info__wrap .home__info__item {
    width: 33.33%;
    padding-right: 6%;
    margin-bottom: 76px;
}

@media (max-width: 950px) {
    .home__info .home__info__wrap .home__info__item {
        width: 50%;
    }
}

@media (max-width: 670px) {
    .home__info .home__info__wrap .home__info__item {
        width: 100%;
        padding-right: 0;
    }
}

.home__info .home__info__wrap .home__info__item .title {
    font-size: 21px;
    line-height: 27px;
    color: #27375A;
    display: block;
    margin-bottom: 21px;
}

.home__info .home__info__wrap .home__info__item p {
    font-size: 14px;
    line-height: 24px;
    color: #6E778B;
}

.home__info .home__info__wrap .home__info__item p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #0369F1;
}

.footer {
    width: 100%;
}

.footer .footer__wrap {
    width: 100%;
    padding: 57px 0 50px;
    border-top: 1px solid #E4EAF9;
    border-bottom: 1px solid #E4EAF9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 1000px) {
    .footer .footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer .footer__left {
    width: 40%;
}

@media (max-width: 1000px) {
    .footer .footer__left {
        width: 100%;
        margin-bottom: 30px;
    }
}

.footer .footer__left p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 27px;
    color: #6E778B;
}

.footer .footer__left p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #0369F1;
}

.footer .footer__left img {
    max-width: 100%;
}

.footer .footer__nav {
    width: 45%;
}

@media (max-width: 1000px) {
    .footer .footer__nav {
        width: 100%;
    }
}

.footer .footer__nav .footer__list {
    width: 100%;
    list-style-type: none;
    font-size: 14px;
    color: #0369F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.footer .footer__nav .footer__list li {
    width: 33.33%;
    padding-right: 10px;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .footer .footer__nav .footer__list li {
        width: 20%;
    }
}

@media (max-width: 825px) {
    .footer .footer__nav .footer__list li {
        width: 33.33%;
    }
}

@media (max-width: 550px) {
    .footer .footer__nav .footer__list li {
        width: 50%;
    }
}

.footer .footer__nav .footer__list li a:hover {
    text-decoration: underline;
}

.footer .footer__info {
    padding: 24px 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #6E778B;
}

.footer .footer__info img {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.breadcrumbs {
    width: 100%;
    /*background: #F7F8FC;*/
    
    background: #E7ECFD;
}

.breadcrumbs .breadcrumbs__wrap {
    width: 100%;
    padding: 10px 0 0;
}

@media (max-width: 1025px) {
    .breadcrumbs .breadcrumbs__wrap {
        padding-top: 20px;
    }
}

.breadcrumbs .breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: #6E778B;
    list-style-type: none;
    max-width: 100%;
    overflow: auto;
}

.breadcrumbs .breadcrumbs__list li {
    white-space: nowrap;
    margin-right: 5px;
}

.breadcrumbs .breadcrumbs__list li::before {
    content: "/";
    color: #6E778B;
    margin-right: 5px;
}

.breadcrumbs .breadcrumbs__list li:first-child::before {
    display: none;
}

.breadcrumbs .breadcrumbs__list li:last-child {
    color: #27375A;
}

@media (max-width: 650px) {
    .breadcrumbs .breadcrumbs__list li:last-child {
        padding-right: 20px;
    }
}

@media (max-width: 550px) {
    .breadcrumbs .breadcrumbs__list li:last-child {
        padding-right: 10px;
    }
}

.breadcrumbs .breadcrumbs__list li:last-child a {
    pointer-events: none;
}

.breadcrumbs .breadcrumbs__list__orders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: #6E778B;
    list-style-type: none;
    max-width: 100%;
    overflow: auto;
}


.recharge__block {
    width: 100%;
    background: #F7F8FC;
}

.recharge__block .recharge__block__wrap {
    width: 100%;
    padding: 40px 0;
}

@media (max-width: 560px) {
    .recharge__block .recharge__block__wrap {
        padding-top: 10px;
    }
}

.recharge__block .recharge__block__search {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 23px;
}

@media (max-width: 850px) {
    .recharge__block .recharge__block__search {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.recharge__block .recharge__block__search .select__country {
    width: 40%;
    background: #fff;
    -webkit-box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    border-radius: 30px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 5px 21px;
}

@media (max-width: 850px) {
    .recharge__block .recharge__block__search .select__country {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 550px) {
    .recharge__block .recharge__block__search .select__country {
        height: 40px;
        padding: 5px 15px;
    }
}

.recharge__block .recharge__block__search .select__country__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 10px;
}

.recharge__block .recharge__block__search .select__country__left .label {
    font-size: 16px;
    line-height: 21px;
    color: #9FA1A6;
    margin-right: 5px;
}

@media (max-width: 450px) {
    .recharge__block .recharge__block__search .select__country__left .label {
        font-size: 14px;
    }
}

.recharge__block .recharge__block__search .select__country__left .country {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #27375A;
}

.recharge__block .recharge__block__search .country__link {
    font-size: 16px;
    line-height: 21px;
    color: #0369F1;
}

@media (max-width: 450px) {
    .recharge__block .recharge__block__search .country__link {
        font-size: 14px;
    }
}

.recharge__block .recharge__block__search .search__block__form {
    width: calc(60% - 25px);
    background: #fff;
    -webkit-box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    border-radius: 30px;
    height: 50px;
    padding: 5px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 850px) {
    .recharge__block .recharge__block__search .search__block__form {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 550px) {
    .recharge__block .recharge__block__search .search__block__form {
        height: 40px;
        padding: 5px 15px;
    }
}

.recharge__block .recharge__block__search .search__block__form button {
    width: 20px;
    height: 20px;
    margin-right: 18px;
}

.recharge__block .recharge__block__search .search__block__form button img {
    width: 100%;
}

.recharge__block .recharge__block__search .search__block__form input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    line-height: 21px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #27375A;
}

@media (max-width: 550px) {
    .recharge__block .recharge__block__search .search__block__form input {
        font-size: 14px;
    }
}

.recharge__block .recharge__block__search .search__block__form input[placeholder] {
    text-overflow: ellipsis;
}

.recharge__block .recharge__block__search .search__block__form input::-webkit-input-placeholder {
    color: #9FA1A6;
    -webkit-transition: .2s;
    transition: .2s;
}

.recharge__block .recharge__block__search .search__block__form input:-ms-input-placeholder {
    color: #9FA1A6;
    -webkit-transition: .2s;
    transition: .2s;
}

.recharge__block .recharge__block__search .search__block__form input::-ms-input-placeholder {
    color: #9FA1A6;
    -webkit-transition: .2s;
    transition: .2s;
}

.recharge__block .recharge__block__search .search__block__form input::placeholder {
    color: #9FA1A6;
    -webkit-transition: .2s;
    transition: .2s;
}

.recharge__block .recharge__block__search .search__block__form input:focus::-webkit-input-placeholder {
    color: transparent;
}

.recharge__block .recharge__block__search .search__block__form input:focus:-ms-input-placeholder {
    color: transparent;
}

.recharge__block .recharge__block__search .search__block__form input:focus::-ms-input-placeholder {
    color: transparent;
}

.recharge__block .recharge__block__search .search__block__form input:focus::placeholder {
    color: transparent;
}

.recharge__block .recharge__block__items {
    width: 100%;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 690px) {
    .recharge__block .recharge__block__items {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.recharge__block .recharge__block__items .recharge__block__item {
    width: calc(24.8% - 16px);
    padding: 35px 20px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 24px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (min-width: 1050px) {
    .recharge__block .recharge__block__items .recharge__block__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 1050px) {
    .recharge__block .recharge__block__items .recharge__block__item {
        width: calc(33.33% - 16px);
    }
    .recharge__block .recharge__block__items .recharge__block__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 690px) {
    .recharge__block .recharge__block__items .recharge__block__item {
        width: calc(50% - 8px);
        margin-right: 0;
        margin-bottom: 16px;
    }
}

/*@media (max-width: 450px) {*/
/*    .recharge__block .recharge__block__items .recharge__block__item {*/
/*        width: 100%;*/
/*    }*/
/*}*/

.recharge__block .recharge__block__items .recharge__block__item .logo {
    margin-bottom: 10px;
    max-width: 90%;
}

.recharge__block .recharge__block__items .recharge__block__item .name {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #333333;
}

@media (max-width: 1100px) {
    .recharge__block .recharge__block__items .recharge__block__item .name {
        font-size: 14px;
    }
}

.recharge__block .recharge__block__items .recharge__block__item:hover {
    -webkit-box-shadow: 0px 10px 25px rgba(7, 61, 180, 0.1);
    box-shadow: 0px 10px 25px rgba(7, 61, 180, 0.1);
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
}

.how__steps {
    width: 100%;
}

.how__steps .how__steps__blockBottom {
    margin-top: -30px;
    padding-bottom: 30px;
}

.how__steps .how__steps__wrap {
    padding: 0 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 900px) {
    .how__steps .how__steps__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.how__steps .how__steps__left {
    width: 45%;
    padding-right: 64px;
}

@media (max-width: 900px) {
    .how__steps .how__steps__left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }
}

.how__steps .how__steps__left .title {
    font-size: 21px;
    line-height: 27px;
    color: #27375A;
    display: block;
    margin-bottom: 21px;
}

.how__steps .how__steps__left p {
    font-size: 14px;
    line-height: 24px;
    color: #6E778B;
}

.how__steps .how__steps__right {
    width: 55%;
    border: 1px solid #E4EAF9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 38px 40px 32px;
}

@media (max-width: 900px) {
    .how__steps .how__steps__right {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .how__steps .how__steps__right {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.how__steps .how__steps__right .title {
    font-size: 21px;
    line-height: 28px;
    color: #27375A;
    display: block;
    text-align: center;
    margin-bottom: 33px;
}

.how__steps .how__steps__right .how__steps__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 500px) {
    .how__steps .how__steps__right .how__steps__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.how__steps .how__steps__right .how__steps__items .hr {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 19%;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
}

@media (max-width: 650px) {
    .how__steps .how__steps__right .how__steps__items .hr {
        display: none;
    }
}

.how__steps .how__steps__right .how__steps__item {
    width: 20%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 650px) {
    .how__steps .how__steps__right .how__steps__item {
        width: 27%;
    }
}

@media (max-width: 500px) {
    .how__steps .how__steps__right .how__steps__item {
        width: 100%;
        margin-bottom: 30px;
    }
}

.how__steps .how__steps__right .how__steps__item .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 72px;
    height: 72px;
    border: 2px solid #0369F1;
    border-radius: 50%;
    font-size: 36px;
    text-align: center;
    color: #0369F1;
    margin-bottom: 16px;
}

.how__steps .how__steps__right .how__steps__item p {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #27375A;
}

.content {
    width: 100%;
    /*background: #F7F8FC;*/
    background: #E7ECFD;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.content .content__wrap {
    width: 100%;
    padding: 30px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.content .content__blockBottom {
    margin-top: -30px;
    padding-bottom: 30px;
}

@media (max-width: 1000px) {
    .content .content__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.content .content__block__top__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

@media (max-width: 620px) {
    .content .content__block__top__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

.content .content__block__top__info .info__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 30px;
}

@media (max-width: 1160px) {
    .content .content__block__top__info .info__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 620px) {
    .content .content__block__top__info .info__block {
        margin-right: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.content .content__block__top__info .info__block img {
    max-width: 160px;
    margin-right: 27px;
}

@media (max-width: 620px) {
    .content .content__block__top__info .info__block img {
        margin-right: 0;
    }
}

.content .content__block__top__info .info__block .name {
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #27375A;
    margin: 0;
}

h1.name {
    font-family: inherit;
}

@media (max-width: 1160px) {
    .content .content__block__top__info .info__block .name {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
}

.content .content__block__top__info .change__more {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #6E778B;
    border: 1px solid #E4EAF9;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 180px;
    height: 50px;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 620px) {
    .content .content__block__top__info .change__more {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 20px;
        height: 40px;
        width: 150px;
    }
}

.content .content__block__top__info .change__more:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
}

.content .content__block__wraps {
    width: 100%;
    max-width: 384px;
    margin: 0 auto;
}

.content .select__country {
    width: 100%;
    margin-bottom: 38px;
}

.content .select__country .label {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #27375A;
    display: block;
    margin-bottom: 20px;
}

.content .select__country .select__country__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 425px) {
    .content .select__country .select__country__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.content .select__country .select__country__item {
    width: 48%;
    cursor: pointer;
}

@media (max-width: 425px) {
    .content .select__country .select__country__item {
        width: 100%;
        margin-bottom: 10px;
    }
}

.content .select__country .select__country__item input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.content .select__country .select__country__item span {
    background: #FFFFFF;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12);
    border-radius: 4px;
    color: #27375A;
}

.content .select__country .select__country__item input:checked + span {
    background: #0369F1;
    color: #fff;
}

.content .select__number {
    width: 100%;
    margin-bottom: 40px;
}

.content .select__number .label {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #27375A;
    display: block;
    margin-bottom: 20px;
}

.content .select__number input {
    background: #fff;
    -webkit-box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12) !important;
    box-shadow: 0px 2px 15px rgba(7, 61, 180, 0.12) !important;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    padding: 5px 19px;
    outline: none;
    border: none;
    margin-bottom: 10px;
    -webkit-appearance: none;
}

.content .select__number input[placeholder] {
    text-overflow: ellipsis;
}

.content .select__number input::-webkit-input-placeholder {
    color: #6E778B;
    -webkit-transition: .2s;
    transition: .2s;
}

.content .select__number input:-ms-input-placeholder {
    color: #6E778B;
    -webkit-transition: .2s;
    transition: .2s;
}

.content .select__number input::-ms-input-placeholder {
    color: #6E778B;
    -webkit-transition: .2s;
    transition: .2s;
}

.content .select__number input::placeholder {
    color: #6E778B;
    -webkit-transition: .2s;
    transition: .2s;
}

.content .select__number input:focus::-webkit-input-placeholder {
    color: transparent;
}

.content .select__number input:focus:-ms-input-placeholder {
    color: transparent;
}

.content .select__number input:focus::-ms-input-placeholder {
    color: transparent;
}

.content .select__number input:focus::placeholder {
    color: transparent;
}

.content .select__number span {
    font-size: 12px;
    line-height: 20px;
    color: #6E778B;
}

.content .select__amount {
    width: 100%;
}

.content .select__amount .label {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #27375A;
    display: block;
    margin-bottom: 20px;
}

.content .select__amount .select__amount__table {
    width: 100%;
    list-style-type: none;
    border: 1px solid #E4EAF9;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 40px;
}

.content .select__amount .select__amount__table .select__amount__table__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 15px;
}

@media (max-width: 375px) {
    .content .select__amount .select__amount__table .select__amount__table__item {
        padding: 0 15px;
    }
}

.content .select__amount .select__amount__table .select__amount__table__item .select__amount__table__item__col {
    width: 50%;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.content .select__amount .select__amount__table .select__amount__table__item .select__amount__table__item__col__left {
    width: 80%;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.content .select__amount .select__amount__table .select__amount__table__item .select__amount__table__item__col__right {
    width: 20%;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.content .select__amount .select__amount__table .select__amount__table__item:first-child {
    padding: 15px 24px;
    background: #F7F8FC;
    border-radius: 3px 3px 0px 0px;
}

@media (max-width: 375px) {
    .content .select__amount .select__amount__table .select__amount__table__item:first-child {
        padding: 15px;
    }
}

.content .select__amount .select__amount__table .select__amount__table__item:first-child .select__amount__table__item__col {
    color: #6E778B;
}

.content .select__amount .select__amount__table .select__amount__table__item:first-child .select__amount__table__item__col__left {
    color: #6E778B;
}

.content .select__amount .select__amount__table .select__amount__table__item:first-child .select__amount__table__item__col__right {
    color: #6E778B;
}

.content .select__amount .select__amount__table .select__amount__table__item:nth-child(2) .select__amount__table__item__link {
    border-top: none;
}

.content .select__amount .select__amount__table .select__amount__table__item .select__amount__table__item__link {
    width: 100%;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top: 1px solid #E4EAF9;
    position: relative;
}

.content .select__amount .select__amount__table .select__amount__table__item .select__amount__table__item__link .select__amount__table__item__col {
    color: #27375A;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 20px;
}

.content .select__amount .select__amount__table .select__amount__table__item .select__amount__table__item__link .select__amount__table__item__col__left {
    color: #27375A;
    -webkit-transition: .3s;
    transition: .3s;
}

.content .select__amount .select__amount__table .select__amount__table__item .select__amount__table__item__link .select__amount__table__item__col__right {
    color: #27375A;
    -webkit-transition: .3s;
    transition: .3s;
}

.content .select__amount .select__amount__table .select__amount__table__item .select__amount__table__item__link::after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: url(../img/new_design/arr2.svg) no-repeat center;
    position: absolute;
    right: 15px;
    opacity: 0.4;
    -webkit-transition: .3s;
    transition: .3s;
}

.content .select__amount .select__amount__table .select__amount__table__item .select__amount__table__item__link:hover .select__amount__table__item__col {
    color: #0369F1;
    font-weight: 600;
}

.content .select__amount .select__amount__table .select__amount__table__item .select__amount__table__item__link:hover .select__amount__table__item__col__left {
    color: #0369F1;
    font-weight: 600;
}

.content .select__amount .select__amount__table .select__amount__table__item .select__amount__table__item__link:hover .select__amount__table__item__col__right {
    color: #0369F1;
    font-weight: 600;
}

.content .select__amount .select__amount__table .select__amount__table__item .select__amount__table__item__link:hover::after {
    opacity: 1;
}

.content .select__price {
    width: 100%;
}

.content .select__price .label {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #27375A;
    display: block;
    margin-bottom: 20px;
}

.content .select__price .select__amount__table {
    width: 100%;
    list-style-type: none;
    border: 1px solid #E4EAF9;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 40px;
}

.content .select__price .select__amount__table .select__amount__table__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 24px;
}

@media (max-width: 375px) {
    .content .select__price .select__amount__table .select__amount__table__item {
        padding: 0 15px;
    }
}

.content .select__price .select__amount__table .select__amount__table__item .select__amount__table__item__col {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.content .select__price .select__amount__table .select__amount__table__item .select__amount__table__item__col__left {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.content .select__price .select__amount__table .select__amount__table__item .select__amount__table__item__col__right {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.content .select__price .select__amount__table .select__amount__table__item:first-child {
    padding: 15px 24px;
    background: #F7F8FC;
    border-radius: 3px 3px 0px 0px;
}

@media (max-width: 375px) {
    .content .select__price .select__amount__table .select__amount__table__item:first-child {
        padding: 15px;
    }
}

.content .select__price .select__amount__table .select__amount__table__item:first-child .select__amount__table__item__col {
    color: #6E778B;
}

.content .select__price .select__amount__table .select__amount__table__item:first-child .select__amount__table__item__col__left {
    color: #6E778B;
}

.content .select__price .select__amount__table .select__amount__table__item:first-child .select__amount__table__item__col__right {
    color: #6E778B;
}

.content .select__price .select__amount__table .select__amount__table__item:nth-child(2) .select__amount__table__item__link {
    border-top: none;
}

.content .select__price .select__amount__table .select__amount__table__item .select__amount__table__item__link {
    width: 100%;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top: 1px solid #E4EAF9;
    position: relative;
}

.content .select__price .select__amount__table .select__amount__table__item .select__amount__table__item__link .select__amount__table__item__col {
    color: #27375A;
    -webkit-transition: .3s;
    transition: .3s;
}

.content .select__price .select__amount__table .select__amount__table__item .select__amount__table__item__link .select__amount__table__item__col__left {
    color: #27375A;
    -webkit-transition: .3s;
    transition: .3s;
}

.content .select__price .select__amount__table .select__amount__table__item .select__amount__table__item__link .select__amount__table__item__col__right {
    color: #27375A;
    -webkit-transition: .3s;
    transition: .3s;
}

.content .select__price .select__amount__table .select__amount__table__item .select__amount__table__item__link::after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: url(../img/new_design/arr2.svg) no-repeat center;
    position: absolute;
    right: 15px;
    opacity: 0.4;
    -webkit-transition: .3s;
    transition: .3s;
}

.content .select__price .select__amount__table .select__amount__table__item .select__amount__table__item__link:hover .select__amount__table__item__col {
    color: #0369F1;
    font-weight: 600;
}

.content .select__price .select__amount__table .select__amount__table__item .select__amount__table__item__link:hover .select__amount__table__item__col__left {
    color: #0369F1;
    font-weight: 600;
}

.content .select__price .select__amount__table .select__amount__table__item .select__amount__table__item__link:hover .select__amount__table__item__col__right {
    color: #0369F1;
    font-weight: 600;
}


.content .select__price .select__amount__table .select__amount__table__item .select__amount__table__item__link:hover::after {
    opacity: 1;
}

.content .create__or__login {
    padding-top: 30px;
    border-top: 1px solid #E4EAF9;
    width: 100%;
}

.content .create__or__login .label {
    font-size: 16px;
    line-height: 21px;
    color: #27375A;
    display: block;
    margin-bottom: 20px;
}

.content .create__or__login .create__or__login__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 450px) {
    .content .create__or__login .create__or__login__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.content .create__or__login .create__or__login__items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 48%;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 450px) {
    .content .create__or__login .create__or__login__items a {
        width: 100%;
        margin-bottom: 10px;
    }
}

.content .create__or__login .create__or__login__items a:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
}

.content .create__or__login .create__or__login__items a.login {
    background: #0369F1;
    font-weight: 600;
    color: #fff;
}

.content .create__or__login .create__or__login__items a.create {
    border: 1px solid #6E778B;
    color: #27375A;
}

.content .content__block {
    width: calc(100% - 400px);
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    border-radius: 10px;
    padding: 31px 40px 60px;
}

@media (max-width: 1000px) {
    .content .content__block {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 520px) {
    .content .content__block {
        padding: 30px 20px 40px;
    }
}

.content .content__sidebar__info {
    width: 400px;
    padding-left: 47px;
    padding-right: 30px;
}

.content .content__sidebar__info .content__sidebar__info_btn_help {
    margin-top: 10px;
}

@media (max-width: 1000px) {
    .content .content__sidebar__info {
        width: 100%;
        padding: 0 40px;
    }
}

@media (max-width: 620px) {
    .content .content__sidebar__info {
        padding: 0;
    }
}

.content .content__sidebar__info .title {
    font-size: 21px;
    line-height: 27px;
    color: #27375A;
    display: block;
    margin-bottom: 21px;
}

.content .content__sidebar__info .sub__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #27375A;
    margin-bottom: 20px;
}

.content .content__sidebar__info ol {
    color: #6E778B;
    font-size: 14px;
    line-height: 20px;
    list-style-position: inside;
    margin-bottom: 20px;
}

.content .content__sidebar__info ul {
    color: #27375A;
    font-size: 14px;
    line-height: 20px;
    list-style-position: inside;
    /*margin-bottom: 20px;*/
}

.content .content__sidebar__info .list__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #27375A;
}

.content .content__sidebar__info p {
    font-size: 14px;
    line-height: 24px;
    color: #27375A;
    margin-bottom: 27px;
}

.content .content__sidebar__info > a {
    font-size: 14px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #267DFF;
    display: inline-block;
    margin-bottom: 30px;
}

.content .content__sidebar__info .pay__info {
    border-top: 1px solid #E4EAF9;
    padding-top: 30px;
}

.content .content__sidebar__info .pay__info img {
    margin-right: 10px;
    margin-bottom: 10px;
}

.shoping__cart {
    width: 100%;
}

.shoping__cart .shoping__cart__wrap {
    width: 100%;
}

.shoping__cart .prifile__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 24px;
    line-height: 31px;
    color: #27375A;
    margin-top: -50px;
}

@media (max-width: 600px) {
    .shoping__cart .prifile__nav {
        margin-top: 0;
    }
}

@media (max-width: 430px) {
    .shoping__cart .prifile__nav {
        font-size: 20px;
        line-height: 25px;
    }
}

.shoping__cart .prifile__nav a {
    display: block;
    margin: 0 30px;
    padding-bottom: 22px;
    border-bottom: 2px solid transparent;
}

@media (max-width: 430px) {
    .shoping__cart .prifile__nav a {
        padding-bottom: 10px;
    }
}

.shoping__cart .prifile__nav a.active {
    border-bottom: 2px solid #0369F1;
    color: #0369F1;
}

.shoping__cart .shoping__cart__table {
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    border-radius: 10px;
    padding: 20px 24px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

@media (max-width: 870px) {
    .shoping__cart .shoping__cart__table {
        padding-top: 5px;
    }
}

.cart__details {
    text-align: center !important;
}

.cart_details__name {
    font-size: 24px !important;
}


.shoping__cart .shoping__cart__info_table {
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    border-radius: 10px;
    padding: 20px 24px 24px;
    margin-bottom: 30px;
}

@media (max-width: 870px) {
    .shoping__cart .shoping__cart__info_table {
        padding-top: 5px;
    }
}

.shoping__cart .shoping__cart__table__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0;
    border-bottom: 1px solid #E4EAF9;
    text-align: left;
    min-height: 0px;
}

@media (max-width: 1050px) {
    .shoping__cart .shoping__cart__table__row {
        position: relative;
    }
}

@media (max-width: 870px) {
    .shoping__cart .shoping__cart__table__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
        padding-bottom: 0;
    }
}

.shoping__cart .shoping__cart__table__row.top {
    padding-top: 0;
    font-size: 16px;
    line-height: 21px;
    color: #6E778B !important;
    min-height: 0;
}

.shoping__cart .shoping__cart__table__row.top .name {
    color: #6E778B !important;
}

@media (max-width: 870px) {
    .shoping__cart .shoping__cart__table__row.top {
        display: none;
    }
}

.shoping__cart .shoping__cart__table__row.top .date {
    color: #6E778B !important;
}

.shoping__cart .shoping__cart__table__row.top .total {
    color: #6E778B !important;
}

.shoping__cart .shoping__cart__table__row.top .price {
    color: #6E778B !important;
}

.shoping__cart .shoping__cart__table__row.top .qty, .shoping__cart .shoping__cart__table__row.top .qty2 {
    color: #6E778B !important;
}

.shoping__cart .shoping__cart__table__row .delite {
    width: 80px;
    font-size: 14px;
    line-height: 18px;
    color: #0369F1;
}

@media (max-width: 870px) {
    .shoping__cart .shoping__cart__table__row .delite {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .shoping__cart .shoping__cart__table__row .delite:before {
        content: attr(data-label);
        width: 50%;
        color: #6e778b36;
    }
}

@media (max-width: 870px) and (max-width: 560px) {
    .shoping__cart .shoping__cart__table__row .delite:before {
        width: 35%;
    }
}

@media (max-width: 560px) {
    .shoping__cart .shoping__cart__table__row .delite {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media (max-width: 450px) {
    .shoping__cart .shoping__cart__table__row .delite {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.shoping__cart .shoping__cart__table__order {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px 0;
    text-align: left;
    min-height: 40px;
}

.shoping__cart .shoping__cart__table__row .delite a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.shoping__cart .shoping__cart__table__row .delite a img {
    margin-right: 4px;
}

.shoping__cart .shoping__cart__table__row .date {
    width: 80px;
    font-size: 14px;
    line-height: 18px;
    color: #27375A;
}

@media (max-width: 870px) {
    .shoping__cart .shoping__cart__table__row .date {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .shoping__cart .shoping__cart__table__row .date:before {
        content: attr(data-label);
        width: 50%;
        color: #6e778ba6;
    }
}

@media (max-width: 870px) and (max-width: 560px) {
    .shoping__cart .shoping__cart__table__row .date:before {
        width: 35%;
    }
}

@media (max-width: 560px) {
    .shoping__cart .shoping__cart__table__row .date {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media (max-width: 450px) {
    .shoping__cart .shoping__cart__table__row .date {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.shoping__cart .shoping__cart__table__row .total {
    width: 75px;
    margin-right: 25px;
    font-size: 14px;
    line-height: 18px;
    color: #27375A;
}

@media (max-width: 870px) {
    .shoping__cart .shoping__cart__table__row .total {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-bottom: 1px solid #E4EAF9;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .shoping__cart .shoping__cart__table__row .total:before {
        content: attr(data-label);
        width: 50%;
        color: #6e778ba6;
    }
}

@media (max-width: 870px) and (max-width: 560px) {
    .shoping__cart .shoping__cart__table__row .total:before {
        width: 35%;
    }
}

@media (max-width: 560px) {
    .shoping__cart .shoping__cart__table__row .total {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media (max-width: 450px) {
    .shoping__cart .shoping__cart__table__row .total {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.shoping__cart .shoping__cart__table__row .qty {
    width: 150px;
    margin-right: 25px;
    font-size: 14px;
    line-height: 18px;
    color: #27375A;
}

@media (max-width: 870px) {
    .shoping__cart .shoping__cart__table__row .qty {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-bottom: 1px solid #E4EAF9;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .shoping__cart .shoping__cart__table__row .qty:before {
        content: attr(data-label);
        width: 50%;
        color: #6e778ba6;
    }
}

@media (max-width: 870px) and (max-width: 560px) {
    .shoping__cart .shoping__cart__table__row .qty:before {
        width: 35%;
    }
}

@media (max-width: 560px) {
    .shoping__cart .shoping__cart__table__row .qty {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media (max-width: 450px) {
    .shoping__cart .shoping__cart__table__row .qty {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.shoping__cart .shoping__cart__table__row .qty .order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.shoping__cart .shoping__cart__table__row .qty .order button {
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;
    color: #0369F1;
}

.shoping__cart .shoping__cart__table__row .qty .order input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #E5EBFA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 12px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    text-align: center;
    line-height: 100%;
    padding: 5px;
}

.shoping__cart .shoping__cart__table__row .qty .order input::-webkit-outer-spin-button, .shoping__cart .shoping__cart__table__row .qty .order input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shoping__cart .shoping__cart__table__row .qty2 {
    width: 100px;
    margin-right: 25px;
    font-size: 14px;
    line-height: 18px;
    color: #27375A;
}

@media (max-width: 870px) {
    .shoping__cart .shoping__cart__table__row .qty2 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-bottom: 1px solid #E4EAF9;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .shoping__cart .shoping__cart__table__row .qty2:before {
        content: attr(data-label);
        width: 50%;
        color: #6e778ba6;
    }
}

@media (max-width: 870px) and (max-width: 560px) {
    .shoping__cart .shoping__cart__table__row .qty2:before {
        width: 35%;
    }
}

@media (max-width: 560px) {
    .shoping__cart .shoping__cart__table__row .qty2 {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media (max-width: 450px) {
    .shoping__cart .shoping__cart__table__row .qty2 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.shoping__cart .shoping__cart__table__row .qty2 .order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.shoping__cart .shoping__cart__table__row .qty2 .order button {
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;
    color: #0369F1;
}

.shoping__cart .shoping__cart__table__row .qty2 .order input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #E5EBFA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 12px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    text-align: center;
    line-height: 100%;
    padding: 5px;
}

.shoping__cart .shoping__cart__table__row .qty2 .order input::-webkit-outer-spin-button, .shoping__cart .shoping__cart__table__row .qty2 .order input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shoping__cart .shoping__cart__table__row .price {
    width: 120px;
    margin-right: 25px;
    font-size: 14px;
    line-height: 18px;
    color: #27375A;
}

@media (max-width: 870px) {
    .shoping__cart .shoping__cart__table__row .price {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-bottom: 1px solid #E4EAF9;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .shoping__cart .shoping__cart__table__row .price:before {
        content: attr(data-label);
        width: 50%;
        color: #6e778ba6;
    }
}

@media (max-width: 870px) and (max-width: 560px) {
    .shoping__cart .shoping__cart__table__row .price:before {
        width: 35%;
    }
}

@media (max-width: 560px) {
    .shoping__cart .shoping__cart__table__row .price {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media (max-width: 450px) {
    .shoping__cart .shoping__cart__table__row .price {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.shoping__cart .shoping__cart__table__row .name {
    width: calc(100% - 80px - 75px - 120px - 150px - 75px);
    font-size: 16px;
    line-height: 24px;
    color: #27375A;
    position: relative;
}

@media (max-width: 1050px) {
    .shoping__cart .shoping__cart__table__row .name {
        position: static;
    }
}

.shoping__cart .shoping__cart__table__row .name .repeat {
    position: absolute;
    width: 154px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #0369F1;
    border: 1px solid #0369F1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    right: 20px;
    top: 0;

}

@media (max-width: 1050px) {
    .shoping__cart .shoping__cart__table__row .name .repeat {
        width: 104px;
        height: 25px;
        font-size: 10px;
        line-height: 12px;
        top: auto;
        bottom: 10px;
        right: 0;
    }
}

@media (max-width: 870px) {
    .shoping__cart .shoping__cart__table__row .name .repeat {
        bottom: 20px;
        right: 0;
    }
}

@media (max-width: 560px) {
    .shoping__cart .shoping__cart__table__row .name .repeat {
        bottom: 6px;
        right: 0;
    }
}

@media (max-width: 450px) {
    .shoping__cart .shoping__cart__table__row .name .repeat {
        position: static;
        margin-top: 10px;
    }
}

@media (max-width: 870px) {
    .shoping__cart .shoping__cart__table__row .name {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-bottom: 1px solid #E4EAF9;
        padding-bottom: 20px;
    }
    .shoping__cart .shoping__cart__table__row .name:before {
        content: attr(data-label);
        width: 50%;
        color: #6e778ba6;
    }
}

@media (max-width: 870px) and (max-width: 560px) {
    .shoping__cart .shoping__cart__table__row .name:before {
        width: 35%;
    }
}

@media (max-width: 870px) and (max-width: 450px) {
    .shoping__cart .shoping__cart__table__row .name:before {
        display: none;
    }
}

@media (max-width: 560px) {
    .shoping__cart .shoping__cart__table__row .name {
        padding-bottom: 10px;
    }
}

.shoping__cart .shoping__cart__table__row .name .title {
    display: block;
}

.shoping__cart .shoping__cart__table__row .name .name__item {
    display: block;
    width: 100%;
}

.shoping__cart .shoping__cart__table__row .name .name__item .label {
    font-weight: bold;
}

.shoping__cart .pay__info {
    padding-top: 22px;
    margin-bottom: 36px;
}

@media (max-width: 500px) {
    .shoping__cart .pay__info {
        width: 100%;
    }
}

.shoping__cart .pay__info .label {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #27375A;
    display: block;
    margin-bottom: 12px;
}

.shoping__cart .pay__info .pay__info__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 7px;
}

@media (max-width: 500px) {
    .shoping__cart .pay__info .pay__info__check {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.shoping__cart .pay__info .inf {
    font-size: 12px;
    line-height: 16px;
    color: #27375A;
}

.shoping__cart .pay__info .pay__info__check__item {
    position: relative;
    margin-right: 12px;
}

@media (max-width: 500px) {
    .shoping__cart .pay__info .pay__info__check__item {
        margin-bottom: 5px;
    }
}

.shoping__cart .pay__info .pay__info__check__item:last-child {
    margin-right: 0px;
}

.shoping__cart .pay__info .pay__info__check__item img {
    vertical-align: bottom;
}

.shoping__cart .pay__info .pay__info__check__item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}

.shoping__cart .pay__info .pay__info__check__item span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 4px;
}

.shoping__cart .pay__info .pay__info__check__item.cart-payment-method-active input + span {
    border: 2px solid #0369F1;
}

.shoping__cart .pay__info .pay__info__check__item.disabled {
    text-align: center;
}

.shoping__cart .pay__info .pay__info__check__item.disabled input + span {
    display: none;
}

.shoping__cart .pay__info .pay__info__check__item.disabled input {
    display: none;
}

.shoping__cart .pay__info .pay__info__check__item.disabled a {
    color: #1e87f0;
}

.shoping__cart .pay__info .pay__info__check__item.disabled img {
    opacity: .4;
}

.shoping__cart .pay__info .pay__info__check__item.paypal {
    padding: 6px 10px;
    border: 1px solid #e5ebfa;
    border-radius: 4px;
}

.shoping__cart .pay__info .pay__info__check__item.paypal img {
    height: 35px;
}

.shoping__cart .sum__pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 750px) {
    .shoping__cart .sum__pay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .shoping__cart .sum__pay {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .shoping__cart .sum__pay .sum {
        margin-bottom: 20px;
    }
}

.shoping__cart .sum__pay .sum span {
    font-size: 24px;
    line-height: 31px;
    color: #27375A;
    display: block;
    margin-bottom: 2px;
}

.shoping__cart .sum__pay .sum a {
    font-size: 14px;
    line-height: 18px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #0369F1;
}

.shoping__cart .sum__pay .pay__buttons {
    margin-left: 26px;
}

@media (max-width: 750px) {
    .shoping__cart .sum__pay .pay__buttons {
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    .shoping__cart .sum__pay .pay__buttons {
        width: 100%;
    }
}

.shoping__cart .sum__pay .pay__buttons .pay__button {
    width: 361px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #0369F1;
    -webkit-box-shadow: 0px 8px 15px rgba(3, 105, 241, 0.2);
    box-shadow: 0px 8px 15px rgba(3, 105, 241, 0.2);
    border-radius: 30px;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (max-width: 500px) {
    .shoping__cart .sum__pay .pay__buttons .pay__button {
        width: 100%;
    }
}

.shoping__cart .sum__pay .pay__buttons .priv {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #27375A;
}

.shoping__cart .sum__pay .pay__buttons .priv a {
    text-decoration: underline;
}

.my__info {
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    border-radius: 10px;
    padding: 31px;
    margin-bottom: 30px;
}

@media (max-width: 430px) {
    .my__info {
        padding: 30px 20px;
    }
}

.my__info.my__info__hide {
    display: none;
}

.profile__button_confirm{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    max-width: 228px;
    height: 50px;
    background: #0369F1;
    -webkit-box-shadow: 0px 8px 15px rgba(3, 105, 241, 0.2);
    box-shadow: 0px 8px 15px rgba(3, 105, 241, 0.2);
    border-radius: 30px;
    margin: 0 auto;
}



.my__info .my__info__items {
    width: 100%;
    max-width: 792px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

@media (max-width: 700px) {
    .my__info .my__info__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 430px) {
    .my__info .my__info__items {
        margin-bottom: 0;
    }
}

.my__info .my__info__item {
    width: 45%;
}

@media (max-width: 700px) {
    .my__info .my__info__item {
        width: 100%;
        margin-bottom: 30px;
    }
}

.cart-button-update {
    border-radius: 30px;
    font-weight: 600;
    background: #0369F1;
}

.pay__button__services {
    border-radius: 30px;
    font-weight: 600;
    background: #0369F1;
    min-height: 50px;
}



.my__info .my__info__item .title {
    font-weight: bold;
    font-size: 18px;
    color: #27375A;
    display: block;
    margin-bottom: 29px;
}

.my__info .my__info__item .inp__block {
    width: 100%;
    margin-bottom: 18px;
    position: relative;
}

.my__info .my__info__item .inp__block label {
    font-size: 14px;
    line-height: 18px;
    color: #27375A;
    margin-bottom: 6px;
    display: block;
}

.my__info .my__info__item .inp__block input {
    border: 1px solid #E5EBFA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    outline: none;
    width: 100%;
    height: 40px;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 18px;
    color: #27375A;
}

.my__info .my__info__item .inp__block .pass__y2 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/new_design/no-see.svg) no-repeat center;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.my__info .my__info__item .inp__block .pass__y2.active {
    background: url(../img/new_design/see.svg) no-repeat center;
}

.my__info__cart__table.table__hide {
    display: none;
}

.contact__us__block {
    width: 100%;
    margin-bottom: 59px;
}

.contact__us__block .container {
    max-width: 1000px;
}

.contact__us__block .contact__us__block__wrap {
    width: 100%;
}

.contact__us__success {
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    border-radius: 10px;
    padding: 31px 30px 40px;
    text-align: center;

}

.contact__us__block .contact__us__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .contact__us__block .contact__us__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact__us__block .contact__us__left {
    width: calc(100% - 250px);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    box-shadow: 0px 4px 8px rgba(7, 61, 180, 0.08);
    border-radius: 10px;
    padding: 31px 30px 40px;
}

@media (max-width: 767px) {
    .contact__us__block .contact__us__left {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 430px) {
    .contact__us__block .contact__us__left {
        padding: 30px 20px 30px;
    }
}

.contact__us__block .contact__us__left .contents {
    margin: 0 auto;
    max-width: 390px;
    width: 100%;
}

.contact__us__block .contact__us__left .contents button {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    max-width: 228px;
    height: 50px;
    background: #0369F1;
    -webkit-box-shadow: 0px 8px 15px rgba(3, 105, 241, 0.2);
    box-shadow: 0px 8px 15px rgba(3, 105, 241, 0.2);
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.contact__us__block .contact__us__left p {
    font-size: 16px;
    line-height: 21px;
    color: #27375A;
    margin-bottom: 31px;
    text-align: center;
}

.contact__us__block .contact__us__left .inp__block {
    margin-bottom: 18px;
}

.contact__us__block .contact__us__left .inp__block label {
    font-size: 14px;
    line-height: 18px;
    color: #27375A;
    display: block;
    margin-bottom: 18px;
}

.contact__us__block .contact__us__left .inp__block label span {
    color: #FE3D3D;
}

.contact__us__block .contact__us__left .inp__block input {
    height: 40px;
    border: 1px solid #E5EBFA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    outline: none;
    padding: 10px 14px;
}

.contact__us__block .contact__us__left .inp__block textarea {
    border: 1px solid #E5EBFA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    outline: none;
    height: 147px;
    resize: vertical;
    padding: 10px 14px;
}

.contact__us__block .contact__us__right {
    width: 225px;
}

@media (max-width: 767px) {
    .contact__us__block .contact__us__right {
        width: 100%;
    }
}

.contact__us__block .contact__us__right .label {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #27375A;
    display: block;
    margin-bottom: 30px;
}

.contact__us__block .contact__us__right .graf {
    display: block;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 21px;
    color: #27375A;
}

.contact__us__block .contact__us__right .link__block {
    margin-bottom: 14px;
}

.contact__us__block .contact__us__right .link__block .lab {
    font-size: 16px;
    line-height: 24px;
    color: #27375A;
    display: block;
    margin-bottom: 0px;
}

.contact__us__block .contact__us__right .link__block a {
    font-size: 16px;
    line-height: 24px;
    color: #0369F1;
}

.contact__us__block .contact__us__right .inf {
    width: 100%;
    border-top: 1px solid #E4EAF9;
    padding-top: 30px;
    font-size: 13px;
    line-height: 18px;
    color: #27375A;
}

.ul__mar__norm {
    margin: 0 !important;
    padding-bottom: 18px !important;
}

.top__header__padding {
    padding-top:120px;
}

.mt50 {
    margin-top: 50px;
}
@media (max-width: 1025px) {
    .top__header__padding{
        padding-top:100px;
    }
}
@media (max-width: 601px) {
    .top__header__padding{
        padding-top:65px;
    }
}
@media (max-width: 490px) {
    .top__header__padding{
        padding-top:70px;
    }
}

.service-card-image img {
    width: 80px;
    height: auto;
    border-radius: 50%;
    background: #F5F5F5;
}
.service-card-title {
    margin: 10px 0 0 0;
    height: 50px;
}
.service-card-active-0 {
    pointer-events: none;
    display: contents;

}

.service-gift-card-active-0 {
    pointer-events: none;
    background: #ccc;
    opacity: 0.6;
    display: contents;
    filter: grayscale(1);
    text-decoration: none;
    color: #333;

}

.service-card-active-0 a{
    background: #ccc;
    opacity: 0.6;
    filter: grayscale(1);
    text-decoration: none;
    color: #333;
}

.service-card-active-1 {
    display: contents;
}
.grid-countries-item {
    display: contents;
}

.grid-countries-item .service-card-image {
    height: 80px;
    overflow: hidden;
}

.grid-countries-item .service-card-image img {
    border-radius: 0;
    background: none;
}


.grid-country-category-item .service-card-image {
    height: 80px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.grid-country-category-item .service-card-image img {
    border-radius: 0;
    background: none;
}

.fix__ol {
    padding-left: 0 !important;
}


.fix__ul_card {
    padding-left: 0 !important;
}

.text__fix__p p {
    margin-bottom: 20px;
}

.logo__gift__cart {
    margin-bottom: 10px;
    width: 160px;
    height: auto;
    border-radius: 50%;
}

.vue .el-cascader {
    width: 100%;
}
.vue .el-input {
    width: 100%;
}
.vue .el-input__inner {
    border-radius: 0;
    height: 55px;
    font-size: 1.25rem;
}
.vue .el-input__icon {
    line-height: 54px;
}
.el-cascader__dropdown .el-cascader-node__label {
    font-size: 1.25rem;
}
.el-cascader__dropdown .el-cascader-node.in-active-path,
.el-cascader__dropdown .el-cascader-node.is-active,
.el-cascader__dropdown .el-cascader-node.is-selectable.in-checked-path {
    color: #0369F1;
    font-weight: 400;
}

.masterBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px auto 0;
    flex-direction: column;
}

.blockCryptoCreated {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

.blockCryptoCreated > h3 {
    margin: 0;
    font-weight: bold;
}

.pay__button.disabled {
    opacity: .5;
}

.masterBlock__cryptoImage {
    width: 96px;
}

.masterBlock__coinItem {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.masterBlock__cryptoTitle {
    margin-top: 5px;
}

.masterBlock__coins {
    display: flex;
}

.masterBlock__cryptoImage {
    transition: 1.5s;
    cursor: pointer;
    /*filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*-webkit-filter: grayscale(100%);*/
    opacity: .4;
}

.masterBlock__cryptoImage.active {
    /*filter: grayscale(0%);*/
    /*-moz-filter: grayscale(0%);*/
    /*-o-filter: grayscale(0%);*/
    /*-webkit-filter: grayscale(0%);*/
    opacity: 1;
}

.masterBlock__blockStepPay {
    text-align: center;
}

.masterBlock__blockSteps {
    display: none;
}

.masterBlock__coinInfo {
    margin-bottom: 15px;
}

.masterBlock__taxInfo {
    margin: 15px 0;
}

.masterBlock__taxText {
    font-size: 12px;
    line-height: 16px;
    color: #27375A;
}

.masterBlock__blockPay {
    font-size: 24px;
}

.masterBlock__blockInfoCareful {
    width: 650px;
    margin-top: 15px;
    text-align: center;
}

.masterBlock__textInfoCareful {
    color: #f85e02;
    font-size: 16px;
}
.blockCryptoCreated > h3 {
    font-size: 16px;
}

.shoping__cart__crypto__info {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.shoping__cart .pay__info .pay__info__check__item.order-info {
    position: absolute;
    bottom: -18px;
    font-size: 11px;
    text-align: center;
    left: 11px;
}

#method-crypto_pay {
    max-width: 141px;
    padding: 6px 0;
    border: 1px solid #e5ebfa;
    border-radius: 4px;
}

@media (max-width: 870px) {
    .masterBlock__blockInfoCareful {
        width: 80%;
    }
}

@media (max-width: 560px) {
    .shoping__cart__crypto__info {
        flex-direction: column;
        font-size: 16px;
    }
}

@media (max-width: 475px) {
    .masterBlock__blockPay {
        font-size: 16px;
    }
    .masterBlock__textAddress {
        font-size: 10px !important;
    }

    .shoping__cart__crypto__info {
        font-size: 10px;
    }
}

.pageAboutUs {
    margin-top: 60px;
}

.pageAboutUs__pci {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 20px 0;
}

.pageAboutUs__listItem {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #f7f8fc;
    border: 1px solid rgba(0,0,0,.125);
    color: black;
}

.pageAboutUs__pci > img {
    width: 882px;
    height: 600px;
}

.pageAboutUs__blockItems {
    margin: 0;
    padding: 0;
}

.pageAboutUs__blockItemsExpertise {
    width: 100%;
}

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

.pageAboutUs__rightImage {
    margin-top: 70px;
}

.pageAboutUs__rightImage > img {
    width: 630px;
}

.pageAboutUs__moreInfo {
    margin-bottom: 20px;
}

.pageAboutUs__infoAbout {
    width: 500px;
}
.pageAboutUs__expertise {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    width: 700px;
}

.pageAboutUs__servicesList {
    margin-top: 20px;
}

.pageAboutUs__title {
    font-weight: bold;
}

@media (max-width: 960px) {
    .pageAboutUs {
        margin-top: 0;
    }
    .pageAboutUs__leftInfo {
        flex-direction: column;
    }
    .pageAboutUs__rightImage {
        margin-top: 20px;
    }

    .pageAboutUs__rightImage > img {
        width: 100%;
    }

    .pageAboutUs__infoAbout,
    .pageAboutUs__expertise
    {
        width: auto;
    }

    .pageAboutUs__pci {
        padding: 20px;
    }
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.blockHidden {
    display: none;
}
.uk-whatsapp-chat svg {
    height: 50px;
    width: 50px;
}

.colorLinkBlue {
    color: #0369F1;
}

.listLanguage {
    display: none;
    margin: 0;
    cursor: pointer;
}

.listLanguage.mobile {
    display: flex;
    margin-right: 10px;
}

.listLanguage.mobile.open .listLanguage__popup {
    top: 20px;
}

.listLanguage .arrLanguage {
    transition: .3s;
}

.listLanguage__textLanguage {
    margin: 0 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.listLanguage.open .listLanguage__popup {
    display: block;
}

.listLanguage.open .arrLanguage {
    transform: rotateX(180deg);
}

.listLanguage__popup {
    display: none;
    white-space: nowrap;
    position: absolute;
    top: calc(100% + 15px);
    list-style-type: none;
    font-size: 16px;
    line-height: 2;
    color: #303133;
    background: #fff;
    padding: 18px 31px 6px 20px;
    -webkit-box-shadow: 0px 2px 15px rgb(7 61 180 / 12%);
    box-shadow: 0px 2px 15px rgb(7 61 180 / 12%);
    border-radius: 10px;
}

.listLanguage__popup:before {
    content: "";
    height: 15px;
    width: 24px;
    display: block;
    position: absolute;
    bottom: calc(100% - 4px);
    background: url(../img/new_design/Polygon.svg) no-repeat center;
}

.listLanguage__popup a:hover {
    color: #6E778B;
}

.listLanguage__popup li {
    text-transform: capitalize;
}

.uk-notification {
    z-index: 99995;
}

@media (min-width: 490px) {
    .header .header__list li {
        margin: 0 8px 0 0;
    }

    .uk-hidden\@ss {
        display: none!important;
    }

    .listLanguage.mobile.listLanguage__popup {
        top: calc(100% + 15px);
    }
}
@media (min-width: 640px) {
    .header .header__list li {
        margin: 0 18px 0 0;
    }

}
@media (min-width: 1025px) {
    .header .header__list li {
        margin: 0 8px 0 0;
    }

    .listLanguage.mobile {
        display: none;
    }

    .listLanguage {
        display: flex;
    }
}
@media (min-width: 1210px) {
    .header .header__list li {
        margin: 0 22px 0 0;
    }

}
