@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap&subset=cyrillic);

.tariffs-slider-wrapper .carousel__controls{
    display: block;
}
.tariffs-slider{
    /*overflow: hidden;*/
}
.tariffs-slider .slick-slide{
    margin: 0 10px;
}
.tariffs-slider-wrapper .slick-dots{
    position: static;
    padding-bottom: 4px;
}
.tariffs-slider-wrapper .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 10px;
}
.tariffs-slider-wrapper .slick-dots li button {
    width: auto;
    height: auto;
    border-radius: 50%;
    background: #c0c0c0;
    transition: .2s;
}
.tariffs-slider-wrapper .slick-dots li button:hover {
    background: #000;
}
.tariffs-slider-wrapper .slick-dots li.slick-active button {
    box-shadow: 0 0 0 3px #000;
}
.tariffs-slider-wrapper .slick-dots li.slick-active button:hover {
    background: #c0c0c0;
}
.tariffs-slider-wrapper .slick-dots li button:before {
    display: none;
}
.carousel__control--left, .carousel__control--right{
    z-index: 99;
}
.roaming-accordion .table_header td{
    font-weight: bold;
    padding-right: 10px;
}


.easy-pay-wrapper{
    max-height: 300px;
    height:auto;
    overflow: hidden;
    transition: 1s;
    position: relative;
}
.easy-pay-wrapper.open{
    max-height: 300px;
}
.easy-pay-close{
    position: absolute;
    top:10px;
    right: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 15px;
}
.easy-pay-close:before, .easy-pay-close:after{
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: black;
    top:10px;
    left: 0;
    transform: rotate(45deg);
}
.easy-pay-close:after{
    transform: rotate(-45deg);
}
.link.red{color: #E60000}

.b2b-accordion .table_header td{
    font-weight: bold;
    padding-right: 10px;
}


@media (max-width: 450px){
    .block--flex .block--flex__ai-center .roaming-country-flag{
        display: none;
    }
    .roaming-opt-list{
        font-family: VodafoneRegular, sans-serif;
    }
    .roaming-descr-internet span.small{
        font-size: 14px;
        font-weight:400;
    }
    .roaming_scrollbar--custom-mobile::-webkit-scrollbar{
        width: 15px !important;
    }
    .roaming_scrollbar--custom-mobile::-webkit-scrollbar-track {
        background-color: rgba(208, 208, 208, 0.1);
    }
    .roaming_scrollbar--custom-mobile::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: rgba(0, 0, 0, .2);
        min-height: 20px;
    }
    .roaming_scrollbar--custom-mobile:window-inactive {
        background: #41617D !important;
    }

    .js-tooltip .js-tooltip-content.tooltip__content{
        width: 33vw;
        top: 0;
        height: max-content;
        padding: 30px 10px 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .easy-pay-wrapper{
        max-height: 700px;
    }

}

.bundle__img>img {
    margin: 0 auto;
}

/* tooltips */
.tooltipster-sidetip.tooltipster-light .tooltipster-box {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 1px 2px #afafaf);
    filter: drop-shadow(0 1px 2px #afafaf);
}
.tooltipster-base .tooltip__content {
    display: block;
    position: static;
    width: auto;
    padding: 34px 6px 14px;
    background-color: transparent;
    text-shadow: none;
    filter: none;
    text-align: center;
    line-height: 1.4;
}

.tooltipster-base .tooltip__close {
    right: 15px;
    top: 10px;
}

@media (max-width: 640px) {
    .bundle__see-details--desctop {
        display: none;
    }
}

@media (min-width: 640px) {
    .bundle__see-details--mobile {
        display: none;
    }
}

/* mobile menu */
.banner_container {
    position: relative;
    z-index: 15;
}

.js-component-component.component__component#mobile-menu-wrapper {
    position: relative;
}

.js-navigation.navigation#mobile-menu {
    position: absolute !important;
    top: calc(100px) !important;
    right: 0 !important;
    z-index: 1 !important;
}

.button--color-iot{
    background: #007C92;;
}

.button--color-iot:hover{
    background: #447597;;
}

@media(min-width: 640px) {
    .rouming-table .table__td:last-child, .table__th:last-child {
        width: 278px;
    }
}

/* bussiness forms */

.form-section {
    padding: 60px 0;
}

.simple-form {
    display: flex;
    flex-direction: column;
    max-width: 404px;
    width: 100%;
    margin: 0 auto;
}

.simple-form__warning {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #e42418;
    margin-top: 20px;
}

.simple-form__warning--hidden {
    display: none;
}

.simple-form__alert {
    font-family: "Roboto", sans-serif;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 1px;
    color: #999999;
    margin: 7px 0 0;
}

.simple-form__alert--hidden {
    display: none;
}

.simple-form__alert a {
    color: #005bba;
    text-decoration: underline;
}

.simple-form__alert a:hover {
    text-decoration: none;
}

.simple-form__label {
    margin-top: 27px;
}

.simple-form__label + .simple-form__select,
.simple-form__label + .simple-form__input {
    margin-top: 8px;
}

.simple-form__double {
    margin-top: 27px;
}

.simple-form__label:first-child,
.simple-form__double:first-child {
    margin-top: 0;
}

.simple-form__image {
    width: 100%;
    margin: 20px 0 0;
}

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

.simple-form__label + .simple-form__double {
    margin-top: 8px;
}

.simple-form__col {
    width: calc(50% - 10px);
}

.simple-form__button {
    margin-top: 39px;
}

/* make choice */

.make-choice {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -13px;
    margin-right: -13px;
}

.make-choice__item {
    padding: 0 13px;
    max-width: 189px;
    width: 100%;
}

/* card-replacement-section */

.new-number,
.card-replacement {
    display: none;
    padding: 0 0 60px;
}

.new-number__form,
.new-number__choice,
.card-replacement__form,
.card-replacement__choice {
    max-width: 404px;
    width: 100%;
    margin: 0 auto;
}

.new-number__choice,
.card-replacement__choice {
    margin-bottom: 20px;
}

/* choice-form */

.choice-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.choice-form__item {
    width: 50%;
}

/* links-grid */

.links-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 840px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.links-grid__item {
    padding: 0 10px 20px;
    max-width: 280px;
    width: 100%;
}

/* link-box */

.link-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #d6d6d6;
    padding: 20px 15px 25px;
    height: 100%;
}

.link-box__text {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #333333;
}

.refill-section {
    padding: 60px 0;
}

.refill-button-wrapper {
    display: flex;
    justify-content: center;
    padding: 40px 0 60px;
}

.refill-button-wrapper__button {
    max-width: 404px;
    width: 100%;
}

/* label */

.form-label {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #323232;
}

.form-label__red {
    color: red;
}

/* input */

.form-input {
    border: 1px solid #cccccc;
    width: 100%;
    height: 48px;
    padding: 0 15px;
}

.form-input.error {
    border-color: #e60000;
}

.form-input + .error {
    margin-top: 5px;
    font-size: 12px;
    color: #e60000;
}

/* select */

.form-select {
    position: relative;
    border: 1px solid #cccccc;
}

.form-select.error {
    border-color: #e60000;
}

.form-select:before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 6px 3.5px;
    border-color: transparent transparent #666666 transparent;
}

.form-select:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 8px);
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3.5px 0 3.5px;
    border-color: #666666 transparent transparent transparent;
}

.form-select select {
    box-sizing: border-box;
    margin: 0;
    border: none;
    background: transparent;
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select select::-ms-expand {
    display: none;
}

.form-select select + .error {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    font-size: 12px;
    color: #e60000;
}
/* button */

.simple-button {
    cursor: pointer;
    display: inline-block;
    padding: 17.5px;
    background: #e60000;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
    border: none;
}

.simple-button--gray {
    background-color: #666666;
}

.simple-button--wide {
    width: 100%;
}
.simple-button--transparent{
    font-size: 20px;
    padding: 16px;
    text-align: center;
    background: 0 0;
    border: 1px solid transparent;
    background-color: transparent;
    border-color: currentColor;
    color: currentColor;
}

/* simple-select */
.simple-select {
    display: inline-flex;
    align-items: center;
}

.simple-select__input {
    margin-right: 10px;
}

.simple-select__label {
    display: inline-block;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666666;
}

.delivery-delay {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    /*display: none;*/
}

@media (max-width: 576px) {
    .links-grid__item {
        max-width: 100%;
    }
    .choice-form__item{
        width: 100%;
    }
}

.content-tab {
    padding-top: 40px;
}
.sign-time{
    width: 100px;
    height: 49px;
}
div.interview-popup{
    z-index: 10;
}
div.smartbanner{
    z-index: 14;
}
