/***************************
Add your custom styles below
****************************/
.bg--primary-1 {
    padding: 24px 0;
    background: #0897f5;
}

.bg--primary-1 .container {
    max-width: 1245px;
    width: auto;
}

.bg--primary-1 h5 {
    margin-bottom: .5rem;
}

.bg--primary-1 h5,
.bg--primary-1 .lead {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.lead .mt-1 {
    margin-top: .25rem;
}

.bg--primary-1 b {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
}

.type--uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}
  
/* massanger buttons */

.box-contacts-messenger__item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
  
.messenger-buttons-link {
    white-space: nowrap;
    color: #fff;
    border-radius: 14px;
    padding: 10px 15px 10px 43px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 8px center;
    -webkit-box-shadow: 3px 3px 4px rgb(0 0 0 / 20%);
    box-shadow: 3px 3px 4px rgb(0 0 0 / 20%);
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
    font-size: 13px!important;
    margin: 4px!important;
    display: inline-block;
}

.messenger-buttons-link span {
    color: white;
}

.messenger-buttons-link-viber {
    background-color: #665bac;
    background-image: url(/img/icon/icon-viber-lite.svg);
    color: #fff!important;
}

.messenger-buttons-link-telegram {
    background-color: #039be5;
    background-image: url(/img/icon/icon-telegram-lite.svg);
    color: #fff!important;
}

.bg--primary-1 .lead  {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 400;
}

.layout {
    display: block;
    position: relative;
    background: #fff;
    height: 100vh;
}

.text-red {
    color: red;
}

/* sale */
.sale-new-year-tariff {
    position: absolute;
    bottom: 30px;
    right: 0;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    background: #7b0009;
    background: -webkit-gradient(linear,left top,right top,from(rgba(123,0,9,1)),to(rgba(217,13,59,1)));
    background: linear-gradient(90deg,rgba(123,0,9,1) 0,rgba(217,13,59,1) 100%);
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.2);
    box-shadow: 5px 5px 10px rgba(0,0,0,.2);
}

/* header */

header {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background: rgba(0, 0, 0, 0.5);
}

header .content {
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    text-align: left;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
}

.content ul {
    color: #fff;
}

header h1 {
    color: #fff;
}

.bg {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: url('../img/bg.jpg') center no-repeat;
    background-size: cover;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    z-index: -1;
}

section {
    background: #FCFCFC;
}

.section_content-name {
    padding-bottom: 1.625em;
}

.section_padding-none {
    padding: 0;
}

@media screen and (max-width: 991.98px) {
    header {
        height: auto;
    }

    header .content {
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        padding: 20% 0;
        opacity: 1 !important;
        top: 0 !important;
    }

    h1,
    .h1 {
        font-size: 1.4375em;
    }
}

/* MENU */

.menu {
    text-align: center;
    padding: 9px 0 0;
    height: 40px;
}

.menu__icon {
    display: none;
    width: 40px;
    height: 35px;
    position: relative;
    cursor: pointer;
}

.menu__icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu__icon span:nth-child(1) {
    top: 0px;
}

.menu__icon span:nth-child(2),
.menu__icon span:nth-child(3) {
    top: 10px;
}

.menu__icon span:nth-child(4) {
    top: 20px;
}

.menu__links-item {
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin: 0 8px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.menu__links-item:hover {
    text-decoration: none;
    color: #0c4da2;
    border-bottom: 1px solid #0c4da2;
}

.menu__links-item:focus {
    color: #0c4da2;
}

.menu__links-phone {
    color: #0c4da2;
    font-size: 18px;
    padding: 0.5em;
    font-weight: bold;
}

.menu__links-free_test {
    border-bottom: 1px solid #0c4da2;
}

.menu.menu_state_open .menu__icon span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu.menu_state_open .menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lang-drop {
    float: right;
}

/* custom head */

.nav-stack__upper {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}

.btn .btn_spacing_normal {
    letter-spacing: normal;
}

.phone-item {
    float: left;
    margin-left: 22px;
    font-size: 15px;
}

.nav-stack__upper .btn {
    margin-top: 5px;
}

.lang-drop {
    height: 33px;
}

.menu__links-phone {
    display: none;
}

.lang-drop .dropdown-menu li {
    color: #888;
}

.messenger-item {
    padding: 0 5px;
    text-transform: capitalize;
}

.icon-messenger {
    width: 27px;
    height: 27px;
    margin: 0;
    border-radius: 100%;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .2);
}

.free-contact {
    text-align: center;
}

.free-contact img {
    margin: 0 5px;
}

#menu_1,
#menu_2 {
    position: absolute;
    margin-top: -90px;
}

.desctop-none {
    display: none;
}

@media screen and (max-width: 1200px) {
    .phone-item {
        margin-left: 14px;
        font-size: 14px;
    }

    .menu__links-item {
        font-size: 13px;
        padding: 0 6px;
        margin: 0;
    }

    .btn--sm {
        padding: 5px 9px;
    }

    .callback .btn__text {
        font-size: 13px;
    }

    .btn .btn__text {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 992px) {
    .menu__icon {
        display: inline-block;
        z-index: 150;
    }

    .menu__links {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .9);
        z-index: 100;
    }

    .menu__links-item {
        display: block;
        padding: 1em;
        text-align: center;
        border: 0;
        border-bottom: 1px solid #767676;
        border-radius: 0;
        font-size: 18px;
        font-weight: normal;
    }

    .menu__links-phone {
        display: none;
    }

    .col-menu {
        float: right;
    }

    .phone-item {
        padding: 0;
    }

    .phone-item div {
        margin-bottom: 0;
    }

    .call-lang {
        padding-top: 10px;
    }

    .nav-stack .nav-stack__upper .logo {
        margin-top: 9px;
    }

    .lang-drop {
        margin-top: 9px;
    }

    .btn--sm span.btn__text {
        font-size: 15px;
    }

    #menu_1,
    #menu_2 {
        position: absolute;
        margin-top: -50px;
    }
}

@media screen and (max-width: 768px) {
    .height-70 {
        padding: 7em 0 2em 0;
    }
}

@media screen and (max-width: 600px) {
    .nav-stack .nav-stack__upper {
        margin: 0;
    }

    .menu__links-phone {
        display: block;
        border: 0;
        padding: 5px 0;
    }

    .call-lang .callback {
        display: none;
    }

    .menu__links #kievstar_header,
    .menu__links #mts_header,
    .menu__links #main_phone_header {
        text-align: center;
    }

    .call-lang {
        padding-top: 5px;
    }

    .nav-stack .nav-stack__upper .logo {
        margin-top: 10px;
    }

    .height-70 {
        padding: 7em 0 2em 0;
    }
}

@media screen and (max-width: 460px) {
    .call-lang {
        float: left;
        padding-top: 0;
    }

    .nav-stack__upper .btn {
        margin-top: 0;
    }

    .btn--sm {
        padding: 2px 13px;
    }

    .nav-stack .nav-stack__upper .logo {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .height-70 {
        padding: 10em 0 2em 0;
    }
}

/* flex box */

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-flex_align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

div.form-subscribe-1 {
    margin-bottom: 0;
    background: rgba(255, 255, 255, .9);
}

.height-100 {
    padding: 10em 0 5em;
}


@media screen and (min-width: 1199px) {
    .bg--gray-desc {
        background: #f4f4f4;
    }

    .overlay {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
    }
}

@media screen and (max-width: 768px) {
    .section-header {
        padding-top: 200px;
    }

    .height-100 {
        padding: 10em 0 3em;
    }
}

.logo-mobile {
    display: none;
}

.nav-stack .nav-stack__upper .logo {
    margin-top: 15px;
}

.header-btn {
    margin-top: 5px;
}

.logo-item {
    text-align: left;
}

.logo-item img {
    max-width: 200px;
}

.callback-free {
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
}

#freephone a {
    font-size: 20px;
    font-weight: bold;
    color: #0c4da2;
}

.freetext-mob {
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
}

.block-phone-free {
    margin: 5px 30px 0;
}

.lang-drop .dropdown-menu {
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 60px;
}

.lang-drop .dropdown-menu li {
    color: #143354;
    font-weight: bold;
}

.lang-drop .dropdown-menu .flag {
    display: none;
}

.block-se-text img {
    width: 40%;
}

.img-left {
    float: left;
    margin: 0 25px 25px 0;
}

.img-right {
    float: right;
    margin: 0 0 25px 25px;
}

.footer-4 .logo {
    max-width: 230px;
    margin-bottom: 0;
}

.footer-4 h5 {
    font-size: 13px;
    margin-left: 5px;
    text-align: center;
    max-width: 230px;
}

.block-se-text ul {
    list-style-type: disc;
    margin-left: 20px;
}

.pricing__body h4 {
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.main-list {
    list-style: unset;
    margin-left: 20px;
}

.text-icon_description {
    margin-top: 15px;
    margin-bottom: 15px;
}


/* tariff */
.tariff-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tariff-item {
    max-width: 250px;
    margin: 0 10px;
}

.tariff-item .btn-ui {
    font-size: 18px;
    line-height: auto;
}

@media (max-width: 1199px) {
    .tariff-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tariff-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        margin: 0;
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .tariff-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .tariff-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.outer-box {

    margin: 0 auto 30px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.outer-box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 5px solid #FFE400;
}

.outer-box-top:after {
    content: 'Рекомендация';
    position: absolute;
    color: #245EAB;
    background: #FFE400;
    font-size: 14px;
    font-weight: bold;
    right: 10px;
    top: -5px;
    z-index: 2;
    padding: 0 10px;
    -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, .5);
    box-shadow: -2px 2px 2px rgba(0, 0, 0, .5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.outer-box-top .img-box,
.outer-box-top .box {
    width: 50%;
}

.tariff-item .caption {
    position: relative;
}

.tariff-item img {
    margin: 0;
}

.tariff-item .caption>div {
    text-align: center;
    width: 100%;
    background: rgba(12, 77, 162, 0.9);
    padding: 15px 0;
}

.tariff-item .caption h4 {
    margin: 0px;
    padding: 0px;
    color: rgb(255, 255, 255);
    font-size: 20px;
}

.tariff-item .box {
    position: relative;
    min-height: 287px;
    border-width: 1px 1px 1px;
    border-style: none solid solid;
    border-color: rgb(215, 217, 218) rgb(215, 217, 218) rgb(215, 217, 218);
    -o-border-image: initial;
    border-image: initial;
    border-top: none;
}

.tariff-item .table ul {
    display: block;
    padding: 0px 15px;
    list-style: none;
}

.tariff-item .table li {
    background-image: none;
    min-height: 75px;
    position: relative;
    margin: 0px;
    border-bottom: 1px solid rgb(215, 217, 218);
}

.tariff-item .table .title-option {
    color: rgb(79, 79, 79);
    font-size: 14px;
    line-height: 1.1em;
    position: absolute;
    max-width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

.tariffs-all .tariff-item .table .title-option {
    width: 50%;
}

.tariff-item .table .description-option {
    position: absolute;
    right: 0px;
    top: 50%;
    max-width: 70%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tariffs-all .tariff-item .table .description-option {
    width: unset;
}

.tariff-item .table .description-option div {
    font-size: 14px;
    line-height: 1em;
    color: rgb(12, 77, 162);
    text-align: right;
}

.tariff-item .medium {
    text-transform: uppercase;
    font-weight: bold;
}

.tariff-item .table .description-option div div {
    font-weight: normal;
}

.tariff-item .small {
    font-size: 12px;
}

.tariff-item .literal div {
    font-size: 12px;
    text-transform: lowercase;
}

.tariff-item .box-button {
    padding: 40px 10px 10px;
}

.pos-abs {
    position: absolute;
}

.tariff-sale span {
    display: block;
}

.tariff-sale__bright {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.tariff-sale__description {
    color: #767676;
    font-size: 11px;
    line-height: 14px;
    margin-top: -4px;
}

/* btn */

.btn-ui {
    border: 0;
    padding: 15px 25px;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: auto;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.btn-ui:active {
    -ms-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .2);
}

.btn-ui_width {
    width: 100%;
}

.btn-ui_top {
    margin-top: 15px;
}

.btn-ui_mini {
    font-size: 16px;
    padding: 5px 15px;
}

.yellow {
    background-color: #0c4da2;
}

.yellow:hover,
.yellow:focus {
    background-color: #116ed2;
}

button[type='submit'].btn-ui:before {
    display: block;
    content: '';
    position: absolute;
    background: transparent url('../img/Loading_icon.gif');
    background-size: cover;
    width: 35px;
    height: 35px;
    margin: -17.5px auto 0;
    border-radius: 100%;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
}

button[type='submit'].btn-ui.loading:before {
    opacity: 1;
}

/* popup flex style */

.popup_flexbox-style {
    position: absolute;
    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: 100%;
    height: 100%;
}

/* reviews */

.member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 23px 18px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
}

.review-image {
    width: 10%;
}

.review-box {
    width: 90%;
    padding-left: 18px;
}

.review-box p {
    margin: 0;
}

.member img {
    border-radius: 100%;
    margin: 0;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}

.block-contrast-color {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #FCFCFC;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}

.block-contrast-color h4 {
    margin: 0;
}

.block-contrast-color span {
    text-decoration: underline;
    color: #0c4da2;
}

/* connection */

.connection {
    text-align: center;
    margin-bottom: 30px;
}

.connection h4 {
    margin-bottom: 0px;
}

.connection p {
    margin: 0;
}

.connection p a {
    font-weight: bold;
    color: #0c4da2;
}

.connection-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
}

.connection-form .data-success {
    padding: 10px 0;
}

.connection-form .input-with-icon {
    margin: 0;
}

.connection-form .input-with-icon i {
    margin-left: 0.9em;
    top: 9px;
}

.connection-form .input-with-icon input[type="text"] {
    padding-left: 3.5em;
    height: 40px;
}

.connection-form button {
    margin-bottom: 5px;
    margin-left: 10px;
}

.icon-blue_big {
    font-size: 4em;
    color: #0c4da2;
}

.border-bottom_gray {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    width: 50%;
    margin: 15px auto;
}

.subscribe__title h4 {
    margin-bottom: 0;
}

.subscribe__title p {
    margin: 10px 0;
}

#phone-se-1 a {
    white-space: nowrap;
    font-weight: bold;
}


/* footer */

.border-none {
    border: 0;
}

.footer-massenger {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer-massenger a {
    margin: 5px 0;
}

.massenger__anchor img {
    margin-left: 10px;
}

.footer-address h4 {
    margin: 5px 0;
}

/* massenger mobile menu */

.menu__links-massenger {
    font-size: 16px;
    text-transform: none;
}

/* 30day modal */
.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
    -o-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
}

.modal-content {
    position: relative;
    min-width: 400px;
    max-width: 500px;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    padding: 25px;
    background: #fff;
}

.modal-content_head {
    text-align: center;
}

.modal-content_form p {
    text-align: center;
}

.close-button {
    width: 25px;
    height: 28px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

.close-button::before,
.close-button::after {
    content: '';
    width: 24px;
    height: 3px;
    display: block;
    background: #333;
}

.close-button::before {
    margin-top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-button::after {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.show-modal {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    -o-transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
}

.trigger {
    position: absolute;
    opacity: 0;
}

/* end modal */

@media (min-width: 992.98px) {
    .outer-box-top {
        max-width: none;
    }

    .outer-box-top .img-box {
        height: auto;
        background-size: cover;
        background: url('../img/222-intertelecom.jpg') center no-repeat;
    }

    .outer-box-top .box-button {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 80%;
    }
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
    .outer-box-top {
        margin-bottom: -5px;
    }

    .outer-box-top:after {
        right: 50px;
    }
}

@media (min-width: 1199.98px) {
    .callback-free br {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .slow-md {
        display: block;
    }

    .freetext {
        display: none;
    }

    .block-phone-free {
        margin: 5px 10px;
    }

    .callback-free {
        font-weight: normal;
    }

    .nav-stack__upper .col-md-2 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .gsm-tariff__bonus {
        width: 100%;
    }
}

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

    .col-mob {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .slow-xs {
        display: block;
    }

    .nav-stack__upper .col-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .free-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    #freephone a {
        font-size: 18px;
    }

    .callback-free {
        margin-top: 0;
        margin-bottom: 2px;
    }

    .header-btn {
        margin-top: 14px;
    }

    .block-phone-free {
        float: left;
        margin: 10px 0px 0px;
        text-align: center;
    }

    .menu {
        float: right;
    }

    .call-lang {
        float: left;
        padding: 0;
        margin-top: 10px;
    }

    .lang-drop {
        margin: 0.5em;
        padding: 0.5em;
        height: 35px;
    }

    .nav-stack .nav-stack__upper {
        margin: 0;
    }

    .mobile-hide {
        display: none;
    }

    .nav-stack {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .nav-stack .nav-stack__upper .logo {
        margin-top: 0;
    }

    .free-phone {
        margin: 0;
    }

    .desctop-none {
        display: block;
    }

    .member {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .review-image {
        width: 20%;
    }

    .subscribe__title p {
        font-size: 1.1em;
        margin-bottom: 15px;
    }

    .row-flex_align-items-start {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .row-column_mobile-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .text-icon_description {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .pricing__body br {
        display: none;
    }

    .block-contrast-color h4 {
        margin-bottom: 1.1304347826087em;
    }

    .outer-box-top .img-box {
        display: none;
    }

    .outer-box-top .box {
        width: 100%;
    }

    .padding-top-none_modile {
        padding-top: 0;
    }

    .footer-massenger {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .phone-item {
        margin: 15px 0 0;
        float: none;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .pos-vertical-align-columns {
        margin-top: 10em;
    }

    .pos-vertical-align-columns p.lead {
        font-weight: normal;
    }

    .block-phone-free {
        margin-top: 10px;
    }

    .col-lang {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 20px;
    }

    .call-lang {
        margin-top: 0;
        margin-right: 10px;
    }

    .nav-container-animate .col-lang {
        display: none;
    }

    .phone-item {
        font-size: 16px;
        line-height: 23px;
    }

    .block-se-text img {
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
    }

    .gsm-tariff__bonus {
        width: 70%;
    }

    .connection-form input[type='text'] {
        margin-bottom: 0;
    }

    ul:not(.menu):not(.slides):not(.accordion):not(.tabs):not(.tabs-content),
    ol:not(.menu):not(.slides):not(.accordion):not(.tabs):not(.tabs-content) {
        line-height: 24px;
    }

    .section-default {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }

    footer {
        padding-top: 2.5em;
    }

    .bg {
        background-position-x: -180px;
    }

    .footer-massenger {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .phone-item {
        -moz-text-align-last: left;
        text-align-last: left;
    }

    .modal-content {
        min-width: 280px;
    }

    .outer-box {
        max-width: 100%;
    }
}

@media (min-width: 479.98px) {

    .menu-link-phone,
    .menu-text-phone {
        display: none;
    }

    .what-happens .elements--title br {
        display: none;
    }
}

@media (max-width: 479.98px) {
    .col-xxs-7 {
        width: 58.33333333%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-5 {
        width: 41.66666667%;
    }

    .col-xxs-4 {
        width: 33.33333333%;
    }

    .col-xxs-8 {
        width: 66.66666666%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-2 {
        width: 16.66666667%;
    }

    .hidden-xxs {
        display: none;
    }

    .callback-free {
        display: none;
    }

    .block-phone-free {
        display: none;
    }

    .phone-head {
        float: right;
    }

    .col-menu {
        float: left;
    }

    .logo-mobile {
        display: block;
    }

    .logo-item img {
        max-width: 50px;
    }

    .box-shadow-wide {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
    }
}

@media (max-width: 379.98px) {
    .nav-stack .nav-stack__upper .logo {
        width: 150px;
    }
}

@media (max-width: 349.98px) {
    .menu__links-item {
        padding: 0.6em 1em;
    }
}


/*
* .map-3g preloader styles
*/
.map-3g {
    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;

    background-repeat: no-repeat;
    background-size: cover;
}

.map-3g .title,
.map-3g .btn {
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 10px;
}

.map-3g .title {
    color: #333333;
    margin-bottom: 1em;
    width: 100%;
}

.map-3g .btn {
    color: #0c4da2;
    border: 1px solid;
    border-radius: 0;
    background-color: transparent;
    max-width: 500px;
    white-space: unset;
}

.map-3g .btn:hover {
    color: white;
    background: #0c4da2;
}

.map-3g .loading-clock {
    width: 200px;
    height: 200px;
    position: relative;
}

.map-3g .loading-clock:after {
    border-top-color: #0c4da2;
    /*#f9c922*/
}

.map-3g .loading-clock:before {
    border-top-color: #0c4da2;
}

@media (min-width: 576px) {
    .map-3g {
        background-image: url(/img/map-stup__desktop.jpg);
    }
}

@media (max-width: 575px) {
    .map-3g {
        background-image: url(/img/map-stup__mobile.jpg);
    }

    .map-3g .title {
        font-size: 28px;
    }

    .map-3g .btn {
        border-radius: 20px;
    }
}

/* Messenger to form */
.form__messenger {
    margin-top: 20px;
    text-align: center;
}

.form__messenger-text {
    margin: 0;
}

.form__messenger-text .icon-messenger {
    margin: 0 5px;
}

.form__messenger-text-icon {
    white-space: nowrap;
}

.bg--white a.messenger-telegram,
.messenger-telegram {
    color: #3FB4E2;
}

.bg--white a.messenger-viber,
.messenger-viber {
    color: #7C51B1;
}

/* intertelecom-new-year-sale */
.box-intertelecom-new-year-sale {
    margin: 40px auto 15px;
    max-width: 900px;
}

.box-intertelecom-new-year-sale__title,
.table-intertelecom-new-year-sale thead {
    background: rgb(15, 73, 139, 1);
    background: linear-gradient(
        90deg,
        rgba(0, 158, 225, 1) 0%,
        rgba(15, 73, 139, 1) 100%
    );
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
}

.box-intertelecom-new-year-sale__title h3 {
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 21px;
}

.box-intertelecom-new-year-sale h4 {
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding: 15px 0;
}

.table-intertelecom-new-year-sale {
    width: 100%;
    font-size: 14px;
    border-spacing: 0;
}

.table-intertelecom-new-year-sale td {
    padding: 10px;
    border: 1px solid #e5e5e5;
}

@media screen and (max-width: 576px) {
    .table-intertelecom-new-year-sale {
        display: block;
        overflow: auto;
        font-size: 12px;
    }

    .table-intertelecom-new-year-sale td {
        padding: 5px;
        line-height: 16px;
    }
}


/* operator-contacts */
.section-operator-contacts {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }
  
  .operator-contacts h5 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: .5rem;
  }
  
  .operator-contacts p {
    margin: 0;
  }
  
  @media (min-width: 768px) {
    .operator-contacts p {
      font-size: 1.25rem;
      line-height: 1.75;
    }
  }
  
  /* icon */
  .sb-ico {
    width: 27px;
    height: 27px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

.ico-intertelecom::before {
    width: 19px !important;
    height: 16px !important;
    background-image: url(../img/logo/logo-mobile.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
}
  
  .ico-bg-white {
    padding: 3px 0;
  }
  
  /* bootstrap default style */
  .d-block {
    display: block !important;
  }
  
  @media (min-width: 576px) {
    .d-sm-inline-block {
      display: inline-block !important;
    }
  }
  
  .bg-white {
    background-color: #fff !important;
  }
  
  .rounded-circle {
    border-radius: 50% !important;
  }
  
  .ws-nowrap {
    white-space: nowrap !important;
  }
  
  /* h1-label */
  .h1-label {
    position: relative;
    padding-right: 120px;
    font-size: 2.4rem;
  }
  
  .h1-label__num-subscribers {
    position: absolute;
    width: 111px;
    height: 111px;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    border-radius: 50%;
  }
  
  .h1-label__num-subscribers--ru {
    background-image: url(../img/label-num-subscribers--ru.svg);
  }
  
  .h1-label__num-subscribers--uk {
    background-image: url(../img/label-num-subscribers--uk.svg);
  }
  
  @media (max-width: 576px) {
    .h1-label {
      font-size: 1.6rem;
      padding-right: 95px;
    }
  
    .h1-label__num-subscribers {
      top: -20px;
      width: 90px;
      height: 90px;
      border-width: 3px;
    }
  }
  
  /* loop-products */
  .loop-products__item {
    background-color: #fff;
    max-width: 320px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    padding: 1rem;
  }
  
  .loop-products__image {
    display: block;
    text-align: center;
    position: relative;
  }
  
  .loop-products__name {
    display: block;
    height: 70px;
    overflow: hidden;
    color: inherit !important;
    margin-bottom: 1rem;
  }
  
  .loop-products__action {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
  }
  
  .loop-products__price {
    margin: 0 1rem 0 0;
  }
  
  .loop-products__action button {
    width: auto;
    margin-left: auto;
  }
  
  .loop-products__list {
    list-style: inside;
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 10px;
    color: inherit !important;
  }
  
  .loop-products__icons-social-network {
    margin: auto 0 0 0;
  }
  
  @media (min-width: 992px) {
    .row-equipment {
      display: flex;
    }
  }
  
  @media (max-width: 992px) {
    div:not(:last-child) > .loop-products__item {
      margin-bottom: 2rem;
    }
  }
  
/* review-item-messenger */
.review-item-messenger {
    text-align: center;
    max-width: 300px;
    margin: auto;
}

.review-item-messenger img {
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,.05);  
}

.marker-brand {
    background: #0897f5;
    padding: 0px 6px 2px;
    border-radius: 4px;
    white-space: nowrap;
    display: inline-block;
    margin-top: 2px;
}