body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}
label {
    margin: 0;
}
#toTop {
    z-index: 5;
    transition: .1s;
}
#toTop svg,
#toTop svg path {
    fill: rgba(0, 0, 0, 0.5) !important;
}
#toTop:hover svg path {
    stroke: none !important;
}
.__jivoMobileButton {
    display: none !important;
}
* {
    font-family: 'Montserrat', sans-serif;
}
main {
    color: #fff;
    background: #fff;
    overflow: hidden;
}
.inext-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-radius: 38px;
    background: #BE1F15;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    max-width: 320px;
    transition: all 0.2s linear;
}
.inext-button:hover {
    cursor: pointer;
    opacity: 0.8;
    color: #fff;
}
.inext-title__small {
    font-size: 30px;
    font-weight: 600;
    line-height: 39px;
    margin: 0 0 10px;
    color: #000;
}
.inext-text__small {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
}
.hero {
    background: url(https://sweet-tv-static.sweet.tv/web/img/LP/inext/bg.jpg) bottom center/100% 100% no-repeat, #fff;
    background-size: cover;
    padding: 133px 15px 0;
    position: relative;
}
.hero-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin: 0 0 20px;
}
.hero-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin: 0 0 53px;
}
.hero-img__wrapper {
    margin: 0 auto 0;
    width: fit-content;
    position: relative;
}
.hero-img__block {
    position: relative;
    bottom: 0;
    width: 100%;
    transform: translate(5%, 0);
}

@media screen and (min-width: 1920px) {
    .hero-img__block {
        transform: translate(2%, 0);
    }
}
.hero-img {
    max-height: 802px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.hero-img__inext {
    position: absolute;
    width: auto;
    height: 50vh;
    right: 0;
    bottom: 0;
    transform: translateX(50%);
}
.hero-button {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.quality,
.youtube,
.wifi,
.info {
    margin: 150px 0 0;
}
.quality-wrapper,
.youtube-wrapper,
.wifi-wrapper,
.info-wrapper {
    max-width: 1210px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.quality-content,
.youtube-content,
.wifi-content,
.info-content {
    max-width: 277px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 50px 0 0;
}
.youtube-content {
    max-width: 400px;
    align-self: center;
}
.wifi-content {
    align-self: center;
    max-width: none;
}
.info-content {
    width: 100%;
    max-width: 480px;
}
.quality-content svg,
.youtube-content svg,
.wifi-content svg {
    margin: 0 0 25px;
}
.quality-img {
    width: 838px;
}
.youtube-img {
    width: 720px;
}
.wifi-img {
    width: 100%;
    max-width: 776px;
}
.quality-button {
    width: 275px;
    max-width: 100%;

}



.info {
    margin: 180px 0 0;
}
.info-title {
    margin: 0 0 20px;
}
.inext-title__small.info-title {
    padding: 0;
}
.info-button {
    margin: 60px auto 0;
}
.info-img {
    width: 650px;
    height: 433px;
}
.info-block__invisible {
    display: none;
    opacity: 0;
    transition: all 1s linear;
}
.info-block__invisible.active {
    opacity: 1;
    display: block;
}
.info-block__item {
    display: flex;
    justify-content: flex-start;
}
.info-block__left,
.info-block__right {
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    color: #000;
}
.info-block__left {
    width: 55%;
    opacity: 0.6;
}
.info-block__right {
    width: 45%;
}
.info-toggler {
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    color: #20BEC6;
}
.info-toggler:hover {
    text-decoration: underline;
}



.steps {
    margin: 200px 0 0;
}
.steps-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin: 0 0 40px;
    color: #000;
}
.steps-item {
    width: 100%;
    max-width: 1170px;
    height: 120px;
    display: flex;
    align-items: center;
    margin: 0 auto 40px;
    padding: 0 40px;
    border: 2px solid #EEEEEE;
    border-radius: 20px;
}

.steps-num {
    font-size: 36px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
    color: #000;    
}
.steps-img {
    width: 100px;
    margin-left: 20px;
}
.steps-description {
    margin: 0 0 0 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    color: #000;
}
.steps-button {
    margin-left: auto;
}


.bottom {
    background: url(https://sweet-tv-static.sweet.tv/web/img/LP/inext/bg_bottom.jpg) top center/100% 100% no-repeat, #fff;
    padding: 220px 0 100px;
    margin: 180px 0 0;
}
.bottom-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.bottom-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 482px;
    padding: 20px 0 0;
}
.bottom-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin: 0 0 15px;
}
.bottom-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
    margin: 0 0 40px;
}
.bottom-img {
    width: 642px;
}

.footer {
    width: 100%;
    margin: 0;
    background: #fff;
    padding:  32px 0;
}
.footer-wrapper {
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-copyright {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
.footer-links {
    width: 100%;
    max-width: 260px;
    display: flex;
    justify-content: space-between;
}
.footer-link {
    transition: all 0.2s linear;
}
.footer-link:hover {
    opacity: 0.6;
}

@media(max-width: 1400px) {
    .hero-title {
        font-size: 38px;
        line-height: 50px;
    }
    .hero-img {
       /* max-height: 55vh;*/
    }
    .hero-img__wrapper {
        /* width: 50%; */
    }
    .hero-img__inext {
        height: 40vh;
    }
    .hero-img__block {
        bottom: -7px;
    }
    .quality-img {
        width: 800px;
    }
    .youtube-img {
        width: 680px;
    }
    .wifi-img {
        width: 800px;
    }
    .info-img {
        width: 620px;
        height: 415px;
    }
    .bottom {
        background: url(https://sweet-tv-static.sweet.tv/web/img/LP/inext/bg_bottom.jpg) top center/130% 100% no-repeat, #fff;
        padding: 200px 15px 100px;
    }
    #toTop.up {
        transform: translateY(-100px);
    }
}
@media(max-width: 1315px) {
    .info-wrapper {
        padding: 0 15px;
    }
    .info-img {
        width: 590px;
        height: 400px;
    }
}
@media(max-width: 1200px) {
    .hero-title {
        font-size: 34px;
        line-height: 46px;
    }
    .hero-text {
        font-size: 23px;
        line-height: 30px;
        margin: 0 0 30px;
    }
    .hero-img {
       /* max-height: 52vh;*/
        transform: translate(25px, -3px);
    }
    .hero-img__wrapper {
        /* width: 48%; */
    }
    .hero-img__inext {
        height: 32vh;
    }
    .quality-wrapper, 
    .youtube-wrapper, 
    .wifi-wrapper, 
    .info-wrapper {
        padding: 0 20px;
    }
    .steps-item {
        width: 96%;
    }
    .bottom {
        background: url(https://sweet-tv-static.sweet.tv/web/img/LP/inext/bg_bottom.jpg) top center/150% 100% no-repeat, #fff;
        padding: 180px 15px 100px;
    }
    .bottom-title {
        font-size: 38px;
        line-height: 49px;
    }
    .bottom-img {
        width: 54%;
    }
    .bottom-content {
        padding: 20px 15px 20px 0;
        max-width: 60%;
    }
}
@media(max-width: 1130px) {
    .quality-img {
        width: 706px;
    }
    .youtube-img {
        width: 630px;
    }
    .wifi-img {
        width: 700px;
    }
    .info-img {
        width: 490px;
        height: 355px;
    }
    .steps {
        margin: 160px 0 0;
    }
    .steps-title {
        font-size: 38px;
        line-height: 44px;
    }    
}

@media (min-width: 1025px) and (orientation: portrait) {
    .hero-img__wrapper {
        max-width: 70%;
    }
    .hero-img__inext {
        height: 350px;
    }
}
@media(max-width: 1024px) { 
    .hero {
        height: auto;
        min-height: auto;
        background: url(https://sweet-tv-static.sweet.tv/web/img/LP/inext/bg.jpg) top center/155% 100% no-repeat, #fff;
        padding: 55px 15px 12px;
    }
    .hero-img {
        width: 100%;
        max-height: unset;
        transform: unset;
    }
    .hero-img__block {
        position: static;
        transform: translateX(5%);
    }
    .hero-button {
        margin: 0 auto;
    }
    .hero-img__wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
        bottom: -13px;
    }
    .hero-img__inext {
        right: -50px;
        top: unset;
        bottom: 0;
        width: 290px;
        height: auto;
        transform: none;
    }
    .hero-title {
        font-size: 30px;
        line-height: 40px;
    }
    .hero-text {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 25px;
    }
    .quality, 
    .youtube, 
    .wifi,
    .info {
        margin: 120px 0 0;
    }
    .quality-img {
        width: 620px;
    }
    .youtube-img {
        width: 590px;
    }
    .wifi-img {
        width: 640px;
    }
    .info-wrapper {
        flex-direction: column;
        margin: 0 auto;
        max-width: 550px;
    }
    .info-img {
        width: auto;
        height: auto;
        max-width: 100%;
    }
    .steps-item {
        height: 115px;
        margin: 0 auto 30px;
    }
    .steps-img {
        width: 85px;
        margin-left: 15px;
    }
    .steps-description {
        margin: 0 0 0 15px;
        font-size: 20px;
    }
}
@media(max-width: 940px) {
    .inext-title__small {
        font-size: 26px;
        line-height: 32px;
    }
    .inext-text__small {
        font-size: 20px;
        line-height: 28px;
    }
    .quality-img {
        width: 500px;
    }
    .youtube-img {
        width: 515px;
    }
    .wifi-img {
        width: 500px;
    }
    .steps-item {
        padding: 0px 20px;
    }
    .steps-img {
        width: 75px;
    }
}
@media(max-width: 880px) {
    .hero-title {
        font-size: 28px;
        line-height: 38px;    
    }
}
@media(min-width:1024px) and (max-height: 760px) {
    /*.hero {
        min-height: 1150px;
    }*/
    .hero-img__wrapper {
        width: 100%;
    }
    .hero-img__block {
        bottom: -12px;
    }
}
@media(min-width:1024px) and (max-height: 660px) {
    .hero-title {
        font-size: 36px;
        line-height: 46px;
    }
    .hero-text {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 35px;
    }
    .hero {
        padding: 6vh 15px 0;
    }
}
@media(min-width:1024px) and (max-height: 630px) {
    .hero-title {
        font-size: 32px;
        line-height: 42px;
        margin: 0 0 15px;
    }
    .hero-text {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 40px;
    }
    .hero-img {
        /*max-height: 52vh;*/
       /* max-height: 120vh;*/
    }
    .hero-img__wrapper {
        width: 100%;
    }
    .hero-img__inext {
        height: 30vh;
        right: -70px;
        top: -20px;
    }
}
@media(min-width:1024px) and (max-height: 480px) {
    .hero-title {
        font-size: 28px;
        line-height: 38px;
    }
    .hero-text {
        margin: 0 0 20px;
    }
    .hero-img__wrapper {
        width: 38%;
    }
    .hero-img {
       /* max-height: 50vh;*/
    }
}
@media(max-width: 850px) {
    .hero {
        background: url(https://sweet-tv-static.sweet.tv/web/img/LP/inext/bg.jpg) top center/165% 100% no-repeat, #fff;
        padding: 55px 15px 10px;
    }
    .quality-img {
        width: 482px;
    }
    .youtube-img {
        width: 460px;
    }
    .wifi-img {
        width: 480px;
    }
    .bottom {
        background: url(https://sweet-tv-static.sweet.tv/web/img/LP/inext/bg_bottom.jpg) top center/165% 100% no-repeat, #fff;
        padding: 145px 15px 100px;
        margin: 150px 0 0;
    }
    .bottom-wrapper {
        max-width: 600px;
        flex-direction: column;
        align-items: center;
    justify-content: center;
    }
    .bottom-content {
        align-items: center;
        margin: 0 0 50px;
        width: 100%;
        max-width: 100%;
    }
    .bottom-title {
        text-align: center;
    }
    .bottom-img {
        width: 100%;
    }
}
@media(max-width: 768px) {
    .hero {
        background: url(https://sweet-tv-static.sweet.tv/web/img/LP/inext/bg.jpg) top center/175% 100% no-repeat, #fff;
    }
    .quality-wrapper,
    .wifi-wrapper {
        flex-direction: column-reverse;
        align-items: center;
    }
    .youtube-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .quality-content, .youtube-content, .wifi-content {
        max-width: 425px;
        flex-direction: initial;
        flex-wrap: wrap;
    }
    .inext-title__small {
        display: inline-block;
        width: 80%;
        padding-left: 20px;
    }
    .quality-content svg {
        margin: 10px 0 0;
    }
    .youtube-content svg {
        margin: 15px 0 0;
    }
    .wifi-content svg {
        margin: -5px 0 15px;
    }
    .steps-title {
        font-size: 30px;
        line-height: 40px;
        padding: 0 15px;
    }
    .footer-wrapper {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .quality-button {
        margin: 0 auto;
        height: 47px;
        width: 243px;
        max-width: 100%;
        line-height: 47px;
        font-size: 16px;
    }
    .quality-content, .youtube-content, .wifi-content {
        padding: 50px 15px 0;
    }
    .inext-title__small {
        margin: 0px 0 20px;
    }
}
@media(max-width: 760px) {
    .hero {
        background: url(https://sweet-tv-static.sweet.tv/web/img/LP/inext/bg.jpg) top center/175% 100% no-repeat, #fff;
    }
}
@media(max-width: 700px) {    
    .l-new-login__aside-form {
        background: #fff !important;
        border-radius: 0 !important;
    }
    .hero {
        background: url(https://sweet-tv-static.sweet.tv/web/img/LP/inext/bg.jpg) top center/180% 100% no-repeat, #fff;
    }
    .hero-img__inext {
        right: -65px;
        width: 260px;
    }
    .steps-item {
        flex-wrap: wrap;
        height: auto;
        padding: 10px 15px;
        align-items: center;
        justify-content: center;
    }
    .steps-description {
        width: 75%;
    }
    .steps-button {
        margin: 10px 0;
    }
}
@media(max-width: 560px) {
    .hero {
        background: url(https://sweet-tv-static.sweet.tv/web/img/LP/inext/bg.jpg) top center/190% 100% no-repeat, #fff;
    }
    .hero-img__inext {
        right: -62px;
        width: 235px;
    }
    .quality-img,
    .youtube-img,
    .wifi-img {
        width: 100%;
    }
    .wifi-content svg {
        width: 35px;
    }
    .youtube-content svg {
        width: 60px;
    }
    .quality-content svg {
        margin: 7px 0 0;
        width: 40px;
    }
    .inext-title__small {
        font-size: 24px;
        line-height: 30px;
    }
    .info-block__left, .info-block__right {
        font-size: 20px;
        line-height: 26px;
    }
    .info-block__right {
        width: 38%;
    }
    .info-block__left {
        width: 62%;
    }
    .steps-description {
        width: 68%;
    }
    .bottom-title {
        font-size: 34px;
        line-height: 45px;
    }
}
@media(max-width: 450px) {
    #toTop {
        bottom: 50px!important;
    }
    .hero {
        background: url(https://sweet-tv-static.sweet.tv/web/img/LP/inext/bg_mob.jpg) top center/100% 100% no-repeat, #fff;
        padding: 30px 0 13px;
    }
    .hero-img__wrapper {
        width: 102%;
        bottom: -13px;
        margin-left: -6px;
    }
    .hero-title {
        font-size: 25px;
        line-height: 32px;
        margin: 0 0 15px;
        padding: 0 15px;
    }
    .hero-text br {
        display: none;
    }
    .hero-text {
        margin: 0 auto 30px;
        padding: 0 15px;
        font-size: 18px;
        line-height: 22px;
        max-width: 355px;
    }
    .hero-img__inext {
        right: -75px;
        bottom: 20px;
        width: 225px;
    }
    .info-block__right {
        width: 47%;
    }
    .info-block__left, .info-block__right,
    .info-toggler {
        font-size: 16px;
        line-height: 21px;
    }
    .quality-wrapper, .youtube-wrapper, .wifi-wrapper, .info-wrapper {
        padding: 0 15px;
    }

    .steps-description {
        font-size: 16px;
        line-height: 21px;
    }
    .steps-img {
        width: 50px;
    }
    .steps-num {
        font-size: 20px;
        line-height: 26px;
    }
    .steps {
        margin: 100px 0 0;
    }
    .bottom {
        padding: 60px 15px 50px;
        margin: 130px 0 0;
    }
    .bottom-title {
        font-size: 22px;
        line-height: 29px;
    }
    .bottom-text {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
    .bottom-content {
        margin: 0 0 30px;
    }
    .steps-title {
        font-size: 22px;
        line-height: 26px;
    }
}
@media(max-width: 400px) {
    .hero-img__inext {
        width: 190px;
    }
    .inext-title__small {
        font-size: 20px;
        line-height: 26px;
    }
    .inext-text__small {
        font-size: 16px;
        line-height: 22px;
    }
}
@media(max-width: 346px) {
    .hero-title {
        font-size: 23px;
        line-height: 30px;
    }
    .quality, .youtube, .wifi, .info {
        margin: 100px 0 0;
    }
    .inext-title__small {
        width: 75%;
    }
    .inext-title__small {
        font-size: 18px;
        line-height: 23px;
    }
    .wifi-content svg {
        width: 28px;
        margin: 5px 0 8px;
    }
    .youtube-content svg {
        width: 55px;
        margin: 8px 0 0;
    }
    .quality-content svg {
        width: 32px;
        margin: 0;
    }
    .info-block__left, .info-block__right, .info-toggler {
        font-size: 14px;
        line-height: 16px;
    }
    .steps-img {
        margin-left: 10px;
        width: 45px;
    }
    .steps-description {
        font-size: 14px;
        line-height: 20px;
    }
    .steps-title {
        font-size: 26px;
        line-height: 36px;
        padding: 0 15px;
    }
    .hero-button {
        width: 95%;
    }
    .inext-button {
        font-size: 17px;
    }
}
@media(max-width: 320px) {
    .hero-title {
        font-size: 22px;
        line-height: 29px;
    }
    .info-block__left, .info-block__right, .info-toggler {
        font-size: 13px;
        line-height: 15px;
    }
    .steps-description {
        width: 65%;
        margin: 0 0 0 10px;
    }
}
@media(max-width: 280px) {
    .hero-title {
        font-size: 19px;
        line-height: 27px;
    }
}


.modal-dialog {
    max-width: none;
    display: flex;
    height: 100%;
    margin: 0;
}
.modal-top {
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px;
}
.modal-wrap1 {
    overflow: hidden;
}
.modal-wrap1{
    top: 50%;
    transform: translate(0, -50%) !important;
}
#exampleModal .modal-wrap1 .modal-content {
    padding: 60px 102px;
    border-radius: 30px;
    max-width: 761px;
    margin: auto;
    height: auto;
    font-family: 'Montserrat', sans-serif;
}
#exampleModal .modal-wrap2 .modal-content {
    padding: 60px 102px;
    border-radius: 30px;
    max-width: 786px;
    margin: auto;
    height:  auto;
    font-family: 'Montserrat', sans-serif;
}
.modal-title.h2__style {
    font-size: 36px;
    font-weight: 600;
    line-height: 47px;
    color: #000;
    margin: 0;
}
.cart__h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.button__timer {
    width: initial !important;
    position: static !important;
    margin: 0 auto !important;
}
.cart__inext-price {
    font-size: 22px;
    font-weight: 500;
    margin-left: auto;
    color: #000;
}
.cart__total-price {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}
.cart__total {
    display: flex;
    align-items: center;
    margin: 25px 0 10px;
}
.inext-button.total__btn1 {
    margin-left: auto;
    width: 100%;
    height: 50px;
    max-width: 216px;
    font-weight: 400;
}
.cart__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.cart__wrapper:not(.single):first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.cart__wrapper img {
    width: 60px;
    margin: 0 25px 0 0;
}
.close {
    opacity: 1 !important;
}
button.close svg path {
    fill: #000;
}


.info-client input.inp,
.info-client select{
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    border-radius: 5px;
    height: 55px;
    padding: 5px 15px;
    font-family: 'Lato', sans-serif;
    color: #15394C;
    width: 100%;
    outline: 0;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: rgba(0,0,0, 0.6); 
}
.info-client input.inp:valid,
.info-client select:valid{
    border: 2px solid #39BE0A;
}
.cart__delivery-item input.error {
    border: 2px solid red !important;
}
.info-client input.inp::placeholder,
.info-client select::placeholder,
#mail_delivery::placeholder{
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: rgba(0,0,0, 0.6);    
}
.info-client p.title-inp {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    opacity: .5;
    margin: 15px 0 10px;
}
.cart__delivery_open{
    display: none;
}
.cart__data {
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    color: #000;
    margin: 0 0 15px;
}

.cart__data-terms {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart__data-terms:hover {
    cursor: pointer;
}

.cart__data-terms-checkbox {
    width: 24px;
    height: 24px;
}

.cart__data-terms-text {
    color: #00000099;
    font-weight: 600;
}

.cart__data-terms-text a {
    color: #BE1F15;
    text-decoration: underline;
    transition: 300ms;
}

.cart__data-terms-text a:hover {
    opacity: 0.8;
}

.cart__data-terms-link {
    color: #BE1F15;
    text-decoration: underline;
    font-size: 16px;
}

.cart__data-terms-link:hover {
    color: #BE1F15;
}

.cart__block {
    display: flex !important;
    padding-top: 20px;
}
.cart__delivery {
    margin: 40px 0 0;
}
.cart__delivery:hover {
    cursor: pointer;
}
.title-client-delivery {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    padding-right: 20px;
    margin: 0;
}
.cart__delivery_open.cart__block {
    flex-direction: column;
}
#cb {
    margin-right: 10px;
}
#arrow {
    transition: all 0.2s linear;
    margin-left: 10px;
}
#arrow.active {
    transform: rotate(180deg);
}
/*#mail_delivery {
    padding: 5px 50px 5px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 6.23077L1.45455 0L0 1.38462L8 9L16 1.38462L14.5455 0L8 6.23077Z' fill='black'/%3E%3C/svg%3E") 95% center no-repeat;
}*/
#city {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*#mail_delivery option{
    color: #000;
    position: relative;
    z-index: 9999;
}*/
.cart__submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0;
}
.submit-button {
    height: 50px;
    max-width: 216px;
    font-weight: 400;
}
.submit-button:disabled {
    pointer-events: none;
    opacity: 0.6;
}
.cart__back-low {
    margin: 25px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #000;
}
.cart__back-low:hover {
    color: #000;
    opacity: 0.7;
}
.inext-button {
    min-width: 184px;
}
.city_result,
.delivery_result{
    position: absolute;
    top: 55px;
    right: 0;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    z-index: 9;
    height: auto;
    max-height: 120px;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
}
.city_result ul,
.delivery_result ul {
    height: auto;
}

.city_result li,
.delivery_result li{
    color: #000;
    padding: 5px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}

.city_result li:last-child,
.delivery_result li:last-child{
    border-bottom: 0;
}

.city_result li:hover,
.delivery_result li:hover{
    cursor: pointer;
    background: #ececec;
}
#cart1,
#cart2 {
    display: none;
}
.modal.inexttv4_mdl.show{
    background: rgba(0, 0, 0, 0.7);
}
#successModal1 .modal-dialog .modal-content,
#successModal2 .modal-dialog .modal-content {
    max-width: 640px;
    border-radius: 30px;
    padding: 50px 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#successModal2 .modal-dialog .modal-content {
    max-width: 540px;
}
#successModal1 .modal-dialog,
#successModal2 .modal-dialog {
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
}
.modal__success-text {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    margin: 0 auto 50px;
    max-width: 370px;
}
.modal__success-title {
    color: #000;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0 0 25px;
}
#successModal1 .modal-dialog .modal-content svg,
#successModal2 .modal-dialog .modal-content svg {
    display: block;
    margin: 0 auto 30px;
}
.success-button {
    max-width: 320px;
    margin: 0 auto;
}
.modal.show .l-new-login_aside {
    background: none;
}
.l-new-login__footer,
.modal.show .l-new-login_aside img {
    display: none !important;
}
.modal.show .l-new-login_aside {
    right: 50% !important;
    transform: translate(50%, 0) !important;
}
.l-new-login-form-sms {
    position: static !important;
    padding: 0 50px 60px !important;
    width: 100% !important;
}
.l-new__sms-send {

    height: 57px !important;
    width: 184px !important;
    border-radius: 30px !important;
    line-height: 57px !important;
    background: #BE1F15 !important;
    margin: 50px 0 30px !important;
    box-shadow: none !important;
}
.l-new-login-form-sms .phone-input__sms {

    border: 2px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px !important;
    height: 70px !important;
    line-height: 70px !important;
    width: 300px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -moz-appearance:textfield !important;
    color: #000 !important;
    font-size: 20px !important;
}
.l-new-login-form-sms .phone-input__sms:focus::placeholder {
    color: transparent !important;
}
.l-new-login-form-sms .phone-input__sms::-webkit-outer-spin-button,
.l-new-login-form-sms .phone-input__sms::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.l-new__change-phone {

    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 23px !important;
    color: #000 !important;
    opacity: 1 !important;
}
.l-new__sent-phone {

    color: #000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 23px !important;
    text-transform: initial !important;
}
.l-new-login__title {

    color: #000 !important;
    font-size: 35px !important; 
    font-weight: 500 !important; 
    line-height: 47px !important; 
    text-align: left !important; 
    margin: 0 0 30px !important; 
}
.l-new-login__intro {

    color: #000 !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 39px !important;
    text-align: left !important;
    margin: 0 0 23px !important;
    padding: 0 !important;
    max-width: none !important;
}
.modal.inexttv4_mdl {
    padding: 0 !important;
}
.l-new-login-form__overflow2 {
    height: 455px !important;
}
.l-new-login__aside-form {
    max-width: 500px !important;
}
.button-refresh:disabled {
    opacity: 0.6 !important;
}
.button-refresh {
    opacity: 1 !important;

    color: #000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 23px !important;
    text-transform: initial !important;
}
.l-new-login-form-sms__form {
    position: relative !important;
}
.wrong__code.error__message {
    position: absolute !important;
    top: 85px !important;
}
#payment-frame {
    height: 422px !important;
}
@media(max-width:768px) {
    .cart__h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .cart__inext-price {
        font-size: 23px;
        line-height: 30px;
    }
    .cart__wrapper img {
        width: 50px;
        margin: 0 15px 0 0;
    }
    .cart__total-price {
        font-size: 23px;
        line-height: 34px; 
    }
    .modal-title.h2__style {
        font-size: 34px;
        line-height: 40px;
    }
}
@media(max-width: 650px) {
    #exampleModal .modal-wrap1 .modal-content {
        padding: 45px 40px 35px;
        border-radius: 0;
        height: 100vh;
        width: 100%;
    }
    .modal-dialog {
        margin: 0;
    }
    .cart__inext-price {
        font-size: 20px;
        line-height: 26px;
    }
    .cart__h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .cart__total-price {
        font-size: 20px;
        line-height: 26px;
        width: 220px;
    }
    #exampleModal .modal-wrap2 .modal-content {
        border-radius: 0;
        min-height: 100vh;
    }
    #successModal1 .modal-dialog .modal-content,
    #successModal2 .modal-dialog .modal-content {
        border-radius: 0;
        margin: 0;
        padding: 40px;
        height: 100vh;
        width: 100%;
        max-width: none;
    }
    .modal__success-title {
        font-size: 34px;
        line-height: 42px;
    }
    .modal__success-text {
        font-size: 24px;
        line-height: 30px;
    }
}
@media(max-width: 550px) {
    #exampleModal .modal-wrap1 .modal-content {
        padding: 40px 30px;
    }
    .cart__wrapper {
        flex-wrap: wrap;
    }
    .cart__h3,
    .cart__inext-price {
        display: block;
        width: 75%;
    }
    .cart__wrapper img {
        width: 60px;
        margin: 0 15px -25px 0;
    }
    #successModal1 .modal-dialog .modal-content,
    #successModal2 .modal-dialog .modal-content {
        padding: 25px;
    }
    .modal__success-title {
        font-size: 28px;
        line-height: 36px;    
    }
    .modal__success-text {
        font-size: 21px;
        line-height: 28px;
    }
}
@media(max-width: 480px) {
    .l-new-login__title {
        font-size: 32px !important;
        line-height: 42px !important;
    }
    .l-new-login__intro {
        font-size: 21px !important;
        line-height: 35px !important;
    }
    .l-new-login-form-sms {
        padding: 0 20px 60px !important;
    }
    .l-new-login__aside-form {
        padding-top: 0 !important;
    }
    .l-new-login-forms {
        top: 35px !important;
    }
    .l-new-login-form-sms button.close {
        margin-top: 7px !important;
    }
    .cart__total {
        flex-direction: column;
    }
    .inext-button.total__btn1 {
        margin-left: initial;
    }
    .cart__total-price {
        margin: 0 0 25px;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: space-between;
    }
    .modal-title.h2__style {
        font-size: 30px;
        line-height: 36px;
    }
    #exampleModal .modal-wrap1 .modal-content {
        padding: 45px 20px;
    }
    #exampleModal .modal-wrap2 .modal-content {
        padding: 55px 20px 50px;
    }
    .cart__data,
    .title-client-delivery {
        font-size: 20px;
        line-height: 30px;
    }
    .modal__success-title {
        font-size: 26px;
        line-height: 34px;
    }
    .modal__success-text {
        font-size: 16px;
        line-height: 21px;
    }
}
@media(max-width: 400px) {
    .cart__inext-price,
    .cart__h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .cart__h3, .cart__inext-price {
        width: 70%;
    }
    .cart__total-price {
        margin: 0 0 50px;
        font-size: 18px;
        line-height: 27px;
    }
    .info-client input.inp, 
    .info-client select {
        height: 50px;
    }
}
@media(max-width: 340px) {
    .success-button {
        height: 47px;
        font-size: 15px;
        line-height: 47px;
        padding: 0 15px;
    }
    .l-new-login-form-sms {
        padding: 0 15px 60px !important;
    }
}
@media(max-width: 300px) {
    .cart__h3, .cart__inext-price {
        width: 66%;
        font-size: 15px;
        line-height: 20px;
    }
}