/***************************
Add your custom styles below
****************************/

/***************************
Add your custom styles below
****************************/

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

/* header */

header {
    height: auto;
    position: relative;
    background-size: cover;
    background: rgba(0, 0, 0, 0.5);
}



header .content {
    position: relative;
    display: block;
    padding-top: 50px;
}

@media (min-height: 600px) {
    header {
        overflow: hidden;
        height: 100vh;
    }

    header .content {
        top: 50%;
        left: 50%;
        text-align: left;
        transform: translate(-50%, -40%);
    }
}

.content ul {
    color: #fff;
}

header h1 {
    color: #fff;
}


header h1 span {
    color: #FFCB02;
}

.ui_color_marker {
    color: #FFCB02 !important;
    text-shadow: 1px 1px 1px #767676;
}

.bg {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/bg.jpg') center no-repeat;
    background-size: cover;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-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 (max-height: 600px) {

    header .content {
        padding-top: 100px;
    }
    h1,
    .h1 {
        font-size: 1.4375em;
    }
}

@media (min-height: 600px) and (max-width: 992px) {
    header {
        height: auto;
    }

    header .content {
        height: 100vh;
        display: flex;
        align-items: center;
        top: 0 !important;
        left: 0 !important;
        transform: none;
    }

    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: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    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;
    color: rgba(255, 255, 255, .9);
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin: 0 8px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
}

.menu__links-item:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, .9);
}

.menu__links-item:focus {
    color: #fff;
    background: #143354;
}

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

.menu__links-free_test {
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.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) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-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: flex;
}

.lang-drop {
    float: right;
}

/* custom head */

.nav-stack__upper {
    height: auto;
    display: flex;
    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 {
    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;
}

.phone-item a {
    color: #fff;
}

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

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

.free-contact {
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.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;
        flex-direction: column;
        justify-content: center;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(20, 51, 84, .9);
        z-index: 100;
    }

    .menu__links-item {
        display: block;
        padding: 1em;
        text-align: center;
        color: #ffffff;
        border: 0;
        border-bottom: 1px solid #fff;
        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: flex;
    justify-content: space-between;
    align-items: center;
}

.row-flex_align-items-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: #fdda24;
}

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

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

.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 */

.gsm-tariff__head {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    padding: 30px 7% 15px;
    position: relative;
    background-size: cover;
    border-bottom: 4px solid #f1c930;
}


.gsm-tariff__head:after,
.gsm-tariff__head:before {
    content: '';
    position: absolute;
}

.gsm-tariff__head:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out 0s;
    transition: opacity .15s ease-in-out 0s;
    opacity: 1;
}

.gsm-tariff__head:after {
    /* width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  left: 20px;
  -webkit-transition: bottom .15s ease-in-out 0s;
  transition: bottom .15s ease-in-out 0s;
	bottom: 0; */
    left: 30px;
    width: 60px;
    height: 4px;
    background: #143354;
    bottom: -4px;
}

.gsm-tariff__head .descr {
    -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;
}

.gsm-tariff__head .descr {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform .15s ease-in-out 0s;
    transition: -webkit-transform .15s ease-in-out 0s;
    transition: transform .15s ease-in-out 0s;
    transition: transform .15s ease-in-out 0s, -webkit-transform .15s ease-in-out 0s;
}

.gsm-tariff__head h4 {
    width: 100%;
    color: #4c4c4e;
    font-size: 1.2375em;
}

.gsm-tariff__head .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.gsm-tariff__head .price {
    color: #fdda24;
    font-size: 20px;
}

.gsm-tariff__head .price .value {
    font-weight: 700;
}

.gsm-tariff__head .price-block .details {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    opacity: 1;
    color: #fff;
}

.row-flex-strech {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.gsm-tariffs-gallery {
    background: #fff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
}

.gsm-tariffs-gallery .gsm-tariff__body,
.mobile-tariffs-gallery .gsm-tariff__body {
    padding: 23px 18px;
}

.gsm-tariffs-gallery .gsm-tariff__body {
    height: 60%;
}

.gsm-tariffs-gallery .gsm-tariff__button {
    padding: 0 15px 15px;
}


.gsm-tariff__param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 5px;
}

.gsm-tariff__param+.gsm-tariff__param {
    border-top: 1px solid #eceeef;
}

.gsm-tariff__param-name {
    width: 67%;
}

.gsm-tariff__param-name span {
    display: block;
}

.gsm-tariff__param-name span:first-child:not(.info-link--inet) {
    font-size: 18px;
}

.gsm-tariff__param-name .subtitle {
    font-size: 14px;
    line-height: 20px;
}

.gsm-tariff__param-name-one_line {
    width: 100%;
    margin: 8px 0;
}

.gsm-tariff__param-name-one_line .subtitle {
    text-align: right;
}

.gsm-tariff__param-name-one_line .subtitle span {
    color: #143354;
    font-weight: 700;
    display: inline;
    font-size: 18px;
}

.gsm-tariff__param-price {
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    color: #4c4c4e;
}

.gsm-tariff__param-price .value {
    font-size: 21pt;
    font-weight: bold;
    color: #14b0e6;
}

.gsm-tariffs-gallery .gsm-tariff__body .gsm-tariff__param-value,
.mobile-tariffs-gallery .gsm-tariff__body .gsm-tariff__param-value {
    -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;
    width: 30%;
}

.gsm-tariff__param-value .value {
    color: #143354;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    margin: 0 4px 0 0;
}

.gsm-tariff__param-value .measure {
    color: #a3aeb5;
    font-size: 14px;
    display: block;
}

.gsm-tariffs-gallery .gsm-tariff__body .gsm-tariff__param-value .measure,
.mobile-tariffs-gallery .gsm-tariff__body .gsm-tariff__param-value .measure {
    margin: 0;
}

.gsm-tariff__gift {
    color: #143354;
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
}

.gsm-tariff__bonus {
    width: 70%;
}

.gsm-tariff__param-value .icon-Phone-Simcard {
    margin: 0;
}

.ico-plus_min-blue {
    font-weight: 700;
    color: #143354;
}

.gsm-tariffs-gallery_top {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    border: 4px solid #7B519D;
}

.gsm-tariffs_top-icon {
    position: absolute;
    color: #fff;
    background: #7B519D;
    font-size: 14px;
    font-weight: bold;
    right: 0;
    top: 0;
    z-index: 2;
    margin-top: -8px;
    margin-right: -8px;
    padding: 0 10px;
    box-shadow: -2px 2px 0px rgba(0, 0, 0, .2);
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

/* reviews */

/* btn */

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

.btn-ui:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    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: #67bc22;
    /* box-shadow: 0px 5px 0px 0px #D8AB00; */
}

.yellow:hover {
    background-color: #4f911a;
}

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: #4f911a;
    left: 0;
    right: 0;
    top: 50%;
    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: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* reviews */

.member {
    display: flex;
    align-items: center;
    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;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}

.block-contrast-color {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #FCFCFC;
    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: #143354;
}

/* connection */

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

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

.connection p {
    margin: 0;
}

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

.connection-form {
    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;
}

.input-with-icon label {
    line-height: 1;
    text-align: left;
    margin-bottom: 7px;
}

i.icon.thirstphone {
    top: 45px;
}

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

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

.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: -5px 0 20px;
}


/* footer */

.border-none {
    border: 0;
}

.footer-massenger {
    height: 100%;
    display: flex;
    flex-direction: column;
    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: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: relative;
    min-width: 400px;
    max-width: 500px;
    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);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

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

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

/* end modal */

@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 {
        flex-direction: column;
    }

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

    .slow-xs {
        display: block;
    }

    .nav-stack__upper .col-sm-2 {
        order: 2;
    }

    .free-contact {
        display: flex;
        align-items: center;
        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 {
        align-items: flex-start;
    }

    .review-image {
        width: 20%;
    }

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

    .row-flex_align-items-start {
        align-items: center;
    }

    .row-column_mobile-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;
    }

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

    .row-flex-strech {
        flex-wrap: wrap;
        justify-content: center;
    }

    .gsm-tariffs-gallery {
        margin: 0px 15px 30px;
        width: 45%;
    }

    .footer-massenger {
        align-items: center;
    }

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

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

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

@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;
    }

    .gsm-tariffs-gallery {
        width: 100%;
    }

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

@media (min-width: 479.98px) {

    .menu-link-phone,
    .menu-text-phone {
        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 {
        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: flex;
    flex-direction: column;
    align-items: 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: #143354;
    border: 1px solid;
    border-radius: 10px;
    background-color: transparent;
    max-width: 500px;
    white-space: unset;
}

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

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

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

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

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

@media (max-width: 575px) {
    .map-3g {
        background-image: url(../img/map__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;
}