.menu--banner .header--menu {
    position: absolute;
    background-color: #f6f9fc
}

.header--menu__logo {
    position: inherit;
    display: flex;
    align-items: center;
    z-index: 10001
}

.header--menu__logo img {
    width: 150px
}

.header__menu--clone.active {
    z-index: 10000
}

.new-header {
    display: flex
}

.main-promo__nav-item a {
    color: #000 !important
}



.menu--banner .fixed-header {
    background: #fff;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    transition: .3s
}

.under_line {
    text-decoration: none;
    position: relative;
    color: #ff8522
}

.under_line:before {
    background-color: #ff8522;
    position: absolute;
    bottom: -6px;
    left: 0;
    display: block;
    content: "";
    height: 2px;
    margin-top: 3px;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.front__see .btn-online-button button {
    border: 1px solid #ff8522
}

.front__see .btn-online-button button:hover {
    background-image: url('../images/svg/front/see_online-reverse.svg');
    background-color: #fff
}

.section__suggestion--street input {
    background-image: url('../images/front/street.png');
    padding: 0 45px;
    background-repeat: no-repeat;
    background-position: 20px
}

.input.input-gray {
    border: 1px solid #dbe3f6
}

.under_line:hover:before, .under_line:focus:before {
    width: 100%
}

.front__news-header a {
    border-bottom: 0
}

.front__news-header a:hover, .front__news-header a:focus, .front__news-header a:active {
    border-bottom: 0
}

.front__news-main a {
    border-bottom: 0
}

.front__news-main a:hover, .front__news-main .front__news-main a:focus {
    border-bottom: 0
}

.section__suggestion--title h3 {
    font-size: 24px
}

.section__suggestion .main-btn {
    width: 225px;
    letter-spacing: 4px
}

.front__partners .main-btn {
    width: 225px;
    letter-spacing: 4px
}

.all-spos {
    font-family: 'gilroylight', Sans-Serif;
    font-size: 14px
}

.all-spos:after {
    content: "";
    background: url(../images/link_arrow_right.png) no-repeat 0 0;
    display: inline-block;
    width: 5px;
    height: 9px;
    vertical-align: middle;
    margin-left: 5px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 45px
}

.main-block {
    margin-top: 100px
}

.main-banner {
    transition: 1s;
    background-color: #fff;
    position: relative;
    height: 480px;
    padding: 140px 0 0 70px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden
}

.main-banner__title {
    transition: .5s;
    transform: translateY(10px);
    opacity: 0;
    font-size: 36px;
    color: #202020;
    font-weight: 100;
    text-transform: uppercase;
}

.main-banner__descr {
    transition: .5s;
    transform: translateY(10px);
    opacity: 0;
    font-size: 22px;
    color: #363636;
    font-family: gilroylight;
    margin: 25px 0 45px 0
}

.main-banner__footer {
    transition: .5s;
    transform: translateY(10px);
    opacity: 0;
    display: flex;
    align-items: center
}

.main-banner__connect {
    margin-right: 35px;
    cursor: pointer;
    width: 225px;
    letter-spacing: 4px
}

.main-banner__address {
    font-size: 14px;
    font-family: gilroymedium;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 2px;
    color: inherit;
    text-decoration: none
}

.main-banner__address:after {
    background-color: #ff8522;
    display: block;
    content: "";
    height: 2px;
    margin-top: 3px;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.main-banner__smile {
    width: 70px;
    position: absolute;
    right: 15px;
    top: 25px
}

.main-banner__tvs {
    position: absolute;
    right: 7px;
    top: 54px;
    transition: .5s;
    opacity: 0;
    transform: translateY(10px);
    width: 670px;
}

.main-banner__address:hover:after, .main-banner__address:focus:after {
    width: 100%
}

.input {
    border: 1px solid #dbe3f6
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dbe3f6
}

.service-card {
    margin-top: 100px
}

.services {
    display: flex;
    align-items: center;
    flex-direction: column
}

.services__title {
    font-size: 35px;
    font-family: gilroylight;
    color: #202020;
    margin-bottom: 10px
}

.services__descr {
    font-size: 20px;
    font-family: gilroylight;
    color: #363636;
    text-align: center;
    margin-bottom: 30px
}

.services__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.card {
    transition: .3s;
    background-color: #fff;
    background-image: url("../images/card-hover.png");
    background-repeat: no-repeat;
    background-position: 0 250px;
    background-size: 100% 60%;
    cursor: default;
    width: 605px;
    height: 250px;
    margin: 20px 0px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 45px;
    position: relative;
    -webkit-box-shadow: 15px 0 30px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 15px 0 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 15px 0 30px 5px rgba(0, 0, 0, 0.1)
}

.card:hover {
    background-position: 0 120px
}

.card:hover .card__btn {
    color: #fff
}
.border-left{
    border-left: 1px solid #636363;
}
.card__img {
    width: 45px;
    position: absolute;
    right: 40px;
    top: 15px;
    height: 45px
}

.card__title {
    font-size: 30px;
    font-family: gilroylight;
    color: #282828;
    margin-bottom: 30px
}

.card__descr {
    color: #777;
    font-family: gilroylight
}

.card__btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #ff8522;
    cursor: pointer;
    font-family: gilroymedium;
    transition: .4s;
    text-decoration: none
}

.tv_select__tariff--list {
    position: relative
}

.tariffs {
    margin-top: 60px;
    overflow: hidden
}

.tariffs .tariff {
    height: 100% !important
}

.tariffs .tariff__face {
    border-radius: 0;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    overflow: hidden;
}



.tariffs .tariff-first {
    z-index: 3;
    transition: .5s
}

.tariffs .tariff-first:hover {
    transform: translate(15px, -10px) !important
}

.tariffs .tariff-second {
    transition: .5s;
    transform: translate(-230px) scale(0.92);
    z-index: 2
}

.tariffs .tariff-second:hover {
    transform: translate(15px, -10px) !important
}

.tariffs .tariff-third {
    transition: .5s;
    transform: translate(-500px) scale(0.84);
    z-index: 1
}

.tariffs .tariff-third:hover {
    transform: translate(15px, -10px) !important
}

.tariffs__text {
    transition: .8s;
    width: 550px;
    padding-left: 110px;
    padding-right: 40px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-top: 130px
}

.tariffs__title {
    font-size: 35px;
    font-family: gilroylight;
    margin-bottom: 20px
}

.tariffs__descr {
    font-size: 20px;
    color: #363636;
    margin-bottom: 30px;
    font-family: gilroylight;
    line-height: 28px
}

.tariffs__btn {
    font-size: 14px;
    color: #ff8522;
    font-family: gilroymedium;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px
}

.tariffs__btn:after {
    background-color: #ff8522;
    display: block;
    content: "";
    height: 2px;
    margin-top: 3px;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.tariffs .tariff__btn-connect {
    background-color: #ff8522;
    font-size: 12px;
    letter-spacing: 3px
}

.tariffs__btn:hover:after, .tariffs__btn:focus:after {
    width: 61%
}

.tariff-list:hover .tariff-first, .tariff-list:hover .tariff-second, .tariff-list:hover .tariff-third {
    transform: translateX(15px)
}

.front__bonus {
    background-image: none
}

.front__bonus-wrap {
    background: url(../images/bonus.jpg) no-repeat -600px;
    width: 100%;
    height: 430px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-box-shadow: 0 0 30px 7px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 30px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 30px 7px rgba(0, 0, 0, 0.25)
}

.front__bonus--content {
    text-align: left;
    padding-left: 60px
}

.front__bonus--content h3 {
    font-family: gilroyblack
}

.tariff-list--active {
    padding-bottom: 10px
}

.front-trio h3 {
    font-family: gilroylight;
    text-transform: none;
    font-size: 25px
}

.input.input-gray input {
    color: #5a5a5a
}

.section__suggestion--title h3 {
    text-transform: none
}

.tariffs-mobile {
    display: none
}

.section__suggestion--submit {
    display: flex;
    align-items: center
}

.front__news-list h2 {
    width: 310px
}

.front__news-list a {
    font-size: 17px
}

@media only screen and (max-width: 1280px) {
    .section__suggestion {
        margin-top: 40px
    }

    .block-center {
        max-width: 1200px
    }



    .close-modal {
        z-index: 1000
    }
}

@media only screen and (max-width: 1220px) {
    .after_submit {
        padding-left: 40px
    }

    .card {
        background-position: 0 120px
    }

    .card__btn {
        color: #fff
    }

    .card__img {
        right: 15px;
        top: 11px;
        width: 40px;
        height: 40px
    }


    .block-center {
        max-width: 731px
    }

    .tariffs {
        display: none
    }

    .main-banner {
        margin-bottom: 50px
    }

    .main-banner__tvs {
        display: none
    }

    .tariffs-mobile {
        display: block
    }

    .tariffs-mobile .tariff {
        width: 330px
    }

    .tariffs-mobile .tariff__face {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .tariffs-mobile .tariff:hover {
        transform: translate(0)
    }

    .tariffs-mobile .tariff:hover .tariff__face {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .tariffs-mobile .tariff-list:hover .tariff {
        transform: translate(0)
    }

    .all-tariffs {
        text-align: center;
        width: 100%;
        margin-top: 20px
    }

    .service-card {
        margin-top: 40px
    }

    .block-white {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .form-front-payment--content {
        height: 125px
    }

    .front-trio--3 .block-white .btn3_tariff {
        width: 130px
    }

    .tariff-list .tariff__tabs {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .tariff-list .tariff__tabs-list {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .tariff-list .tariff:hover .tariff__tabs {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

@media screen and (max-width: 768px) {
    .section__suggestion--submit {
        flex-direction: column
    }

    .after_submit {
        padding-left: 0
    }

    .card {
        background-position: 0px 170px
    }

    .footer {
        margin-top: 25px
    }

    .tariffs-mobile .tariff {
        width: 300px
    }

    .block-white {
        align-items: center
    }

    .main-banner {
        padding: 40px 10px;
        height: auto;
        text-align: center
    }

    .main-banner__title {
        font-size: 30px
    }

    .main-banner__descr {
        font-size: 15px;
        padding: 0 40px
    }

    .main-banner__footer {
        flex-direction: column
    }

    .main-banner__connect {
        margin-right: 0;
        margin-bottom: 15px
    }

    .main-banner__address {
        margin-top: 10px
    }

    .main-banner__smile {
        display: none
    }

    .card {
        width: 300px;
        height: 300px
    }

    .card:hover {
        background-position: 0 140px
    }

    .front__bonus--content {
        padding: 20px;
        margin-left: 0;
        text-align: center
    }

    .services__title {
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .block-center {
        max-width: 300px
    }


    .front__bonus-wrap {
        background-position: -1050px
    }
}
