.mog-tariffs-wrap.comp {
    border: none !important;
    margin-bottom:.5rem;
}
.mog-tariffs-wrap.comp .mog-tariffs-area{
    background-color: transparent;
 }
.mog-tariffs-wrap.comp .mog-tariffs-area, 
.mog-tariffs-wrap.comp .mog-tariffs-area li{
    margin:0;
    padding:0;
}
.mog-tariffs-wrap.comp .nav-tabs-main {
    border: 0;
}
.mog-tariffs-wrap.comp a:hover, 
.mog-tariffs-wrap.comp a:focus{
    outline: none;
    text-decoration: none;
}

.mog-tariffs-wrap.comp .nav-tabs li a{
    font-size: 1.1rem; 
    transition: all 0.3s ease 0s;
}

.mog-tariffs-wrap.comp .tab-content .tab-pane.scale {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.7s ease-in-out 0s;
    
}
.mog-tariffs-wrap .tab-content .tab-pane.scale.active{
    opacity: 1;
    transform: scale(1);
    
}
.mog-tariffs-wrap .tab-content .tab-pane.fade {
    transition: opacity 0.35s linear;
}
.mog-tariffs-wrap .fade.in {
    opacity: 1 !important;
}

.mog-tariffs-wrap.comp .tariffs-title {
    margin: 15px 0 0;
}

.mog-tariffs-wrap.comp .tariffs-title__row {
    flex-wrap: wrap;
    /*min-height: 80px;
    background-color: #98b5db;*/
    /* border-radius: 20px 20px 0 0; */
}
@media screen and (max-width: 1099px){
    .mog-tariffs-wrap.comp .tariffs-title__row {
        flex-direction: column;
    }
}
.mog-tariffs-wrap.comp .tariffs-title__area{
    justify-content: space-between;
}
@media screen and (max-width: 767px){
    .mog-tariffs-wrap.comp .tariffs-title__area {
        flex-direction: column;
    }
}

.mog-tariffs-wrap.comp .tariffs-title__info {
    /*padding: 20px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;*/
    display: flex;
    flex-direction: column;
}
.mog-tariffs-wrap.comp .tariffs-title__info > div:first-child{
    color: #444;
}
@media screen and (max-width: 767px){
    .mog-tariffs-wrap.comp .tariffs-title__info {
        flex-direction: row;
    }
    .mog-tariffs-wrap.comp .tariffs-title__info > div{
        padding-left: 5px;
    }
}
@media screen and (max-width: 575px){
    .mog-tariffs-wrap.comp .tariffs-title__info {
        font-size: calc(8px + 10 * ((100vw - 320px) / (600 - 320)));
    }
}

.mog-tariffs-wrap.comp .tariffs-select{
    margin-top: 10px;
}

.mog-tariffs-wrap.comp .tariffs-select__row{
    display: flex;
}
@media screen and (max-width: 1199px){
    .mog-tariffs-wrap.comp .tariffs-select__row{
        flex-direction: column;
    }
    .tariffs-select__rate-info{
        display: none;
    }
}

.mog-tariffs-wrap.comp .tariffs-select__ammount{
    /*flex: 0 0 19%;*/  
    padding: 0; 
    text-align: center;
    /*border: 3px solid transparent;*/
}

.mog-tariffs-wrap.comp .tariffs-select__nav .nav.nav-tabs{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
}
@media screen and (max-width: 991px){
    .mog-tariffs-wrap.comp .tariffs-select__nav .nav.nav-tabs{
    flex-wrap: wrap;
}
}

.mog-tariffs-wrap.comp .tariffs-select__nav-info,
.mog-tariffs-wrap.comp .tariffs-select__rate-info{
    min-height: 70px;
}
.mog-tariffs-wrap.comp .tariffs-select__nav-title{
    padding: 0.5rem;
}
.mog-tariffs-wrap.comp .tariffs-select__nav-value{
    /*margin-top: 8px;*/
    /*padding: 0.4rem;*/
}

.mog-tariffs-wrap.comp .tariffs-title__ammount {
    background: transparent url(images/null_persent_h.png) no-repeat 20px 50%;
    padding-left: 100px;
}
.mog-tariffs-wrap.comp .tariffs-title__rate {
    background: transparent url(images/null_persent_d.png) no-repeat 20px 50%;
    padding-left: 100px;
}
.mog-tariffs-wrap.comp .tariffs-title__percent {
    background: transparent url(images/null_persent_m.png) no-repeat 20px 50%;
    padding-left: 100px;
}
.mog-tariffs-wrap.comp .tariffs-title__list {
    color: #444;
    padding: 10px;
    text-align: right;
    line-height: 28px;
    margin-left: auto;
    flex-direction: column;
    font-size: calc(14px + 6 * ((100vw - 320px) / (1280 - 320)));
}
@media screen and (max-width: 991px){
    .mog-tariffs-wrap.comp .tariffs-title__list {
        margin-left: 0;
        padding-top: 0;
        flex-direction: row;
        justify-content: center;
    }
    .mog-tariffs-wrap.comp .tariffs-title__info{
        
    }
}
.mog-tariffs-wrap.comp .tariffs-title__list > div{
    padding-left: 5px;
}
.mog-tariffs-wrap.comp .tariffs-title__list > div:last-child{
    /*color: #444;
    font-size: calc(14px + 10 * ((100vw - 320px) / (1280 - 320)));*/
    width: 100%;
}

.mog-tariffs-wrap.comp .tariff-title {
    margin: 15px 0 0;
}
.mog-tariffs-wrap.comp .tariff-title__value{
    text-transform: uppercase;
    font-size: 28px;
    background-color: #da6862;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 26px;
    padding: 10px 10px 10px 25px;
    width: 44%;
    /* border-radius: 20px 20px 0 0; */
}
@media screen and (max-width: 991px){
    .mog-tariffs-wrap.comp .tariff-title__value{
        width: 100%;
    }
}
.mog-tariffs-wrap.comp .tab-pane.super-null .tariff-title__value {
    /* background-image: url(images/null_persent_w.png);
    padding-left: 65px; */
}

.mog-tariffs-wrap.comp .tariff-info{
    border: 3px solid #da6862;
    /* border-radius: 0 20px 20px 20px; */
}
@media screen and (max-width: 991px){
    .mog-tariffs-wrap.comp .tariff-info{
        /* border-radius: 0 0 20px 20px;; */
    }
}

.mog-tariffs-wrap.comp .tariff-info__row{
    margin-top: 15px;
    padding: 15px;
}

.mog-tariffs-wrap.comp .tariff-info__body li {
    display: block;
    background: url(images/diamond_red.png) no-repeat 0 0;
    padding-left: 30px;
    margin: 10px 0;
}

.mog-tariffs-wrap.comp .tariff-info__image {
    position: relative;
    min-height: 250px;
    padding: 0 0 55% 0;
}

.mog-tariffs-wrap.comp .tariff-info__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}





.mog-tariffs-wrap.comp .nav.nav-tabs {
    border-bottom: none;
}

.mog-tariffs-wrap.comp .nav.nav-tabs .nav-item {
    margin: 0 4px;
    min-width: 182px;
    width: 100%;
}
.mog-tariffs-wrap.comp .nav.nav-tabs .nav-item.last{
    margin-right: 0;
}
@media screen and (max-width: 991px){
    .mog-tariffs-wrap.comp .nav.nav-tabs .nav-item{
        display: flex;
        margin: 0;
    }
    .mog-tariffs-wrap.comp .nav.nav-tabs li .nav-link{
        flex: 0 1 60%;
    }
    .mog-tariffs-wrap.comp .tariffs-select__nav-value {
        flex: 0 1 40%;
        margin-top: 20px;
    }
}

.mog-tariffs-wrap.comp .nav.nav-tabs li .nav-link{
    color: #333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    display: block;
    text-align: center;
    z-index: 1;
    position: relative;
    border: none;
    transition: all 0.4s ease 0s;
}

.mog-tariffs-wrap.comp .tariffs-select__nav-title{
    text-transform: uppercase;
    background-color: #cbdaed;
    background: #cbdaed url(images/diamond_t.png) no-repeat 100% 100%;
}
.mog-tariffs-wrap.comp .tariffs-select__nav-title .nav-name{
    font-size: 18px;
}

.mog-tariffs-wrap.comp .tariffs-select__nav-value{
    /*background: #e5ecf6;
    font-size: 16px;
    font-weight: 700;*/
}
/*GDA*/
.mog-tariffs-wrap.comp .tariffs-select__nav-value .nav-rate-value{
/*nt-size: 19px;
font-weight: 400;*/
}
.mog-tariffs-wrap.comp .tariffs-select__nav-value .nav-ammount-value{
font-weight: 400;
}
/*end GDA*/
.mog-tariffs-wrap.comp .tariffs-select__rate-value{
    /*text-transform: uppercase;*/
}

.mog-tariffs-wrap.comp .nav.nav-tabs li.m-active .tariffs-select__nav-title,
.mog-tariffs-wrap.comp .nav.nav-tabs li:hover .tariffs-select__nav-title{
    color: #fff;
    background-color: #de7973;
    background: #de7973 url(images/diamond_ts.png) no-repeat 100% 100%;
}
.mog-tariffs-wrap.comp .nav.nav-tabs li.m-active .tariffs-select__nav-value{
    background: #ecb3b0;
}

.mog-tariffs-wrap.comp .nav.nav-tabs > li {
    border: 3px solid transparent;
    text-align: center;
}

.mog-tariffs-wrap.comp .nav.nav-tabs > li.m-active {
    border: 3px solid #da6862;
    /*GDA*/
    box-shadow: 9px -5px 17px 3px #886765;
    /*end GDA*/
}

.mog-tariffs-wrap.comp label{
    margin:0;
}
.mog-tariffs-wrap.comp .switch {
    /* height: 16px; */
}
.mog-tariffs-wrap.comp .switch-big {
    /* height: 22px; */
}
.mog-tariffs-wrap.comp .switch-big.s-outline .m-slider {
    height: 22px;
    /* margin-top: 3px; */
}
.mog-tariffs-wrap.comp .switch-big.s-outline .m-slider:before {
    height: 16px;
    width: 16px;
}
.mog-tariffs-wrap.comp .switch-big.s-outline .m-slider {
    width: 42px;
}
.mog-tariffs-wrap.comp .switch-big {
    width: 42px;
}

.mog-tariffs-wrap.comp .tariffs-select__caption{
    /*line-height: 32px;GDA*/
}

.mog-tariffs-wrap.comp .ammount-value,
.mog-tariffs-wrap.comp .nav-ammount-value {
    margin-top: 10px;
}
@media screen and (max-width: 991px){
    .mog-tariffs-wrap.comp .ammount-value,
    .mog-tariffs-wrap.comp .nav-ammount-value {
        margin-top: 5px;
    }
}

.mog-tariffs-wrap.comp .tabs .nav-tabs-main li .nav-link{
    color: #555;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    margin: 0;
    border-radius: 0;
    border: none;
    display: block;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease 0s;
}

.mog-tariffs-wrap.comp >.tabs .nav-tabs-main li .nav-link{
    margin-right: 4px;
}
.mog-tariffs-wrap.comp >.tabs .nav-tabs-main li:last-child .nav-link {
    margin-right: 0;
}

.mog-tariffs-wrap.comp .tabs .nav-tabs-main li > .nav-link:hover,
.mog-tariffs-wrap.comp .tabs .nav-tabs-main li.m-active > .nav-link,
.mog-tariffs-wrap.comp .tabs .nav-tabs-main li.m-active > .nav-link:hover,
.mog-tariffs-wrap.comp .tabs .nav-tabs-main li.m-active > .nav-link:focus{
    color: #fff;
    border: none;
}

.mog-tariffs-wrap.comp .tabs .nav-tabs-main li .nav-link:before,
.mog-tariffs-wrap.comp .tabs .nav-tabs-main li .nav-link:after,
.mog-tariffs-wrap.comp .tabs .nav-tabs-main li .nav-link .dropdown-after{
    content: '';
    background: #a5a5a5;
    height: 0;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s  ease-out 0s;
}

.mog-tariffs-wrap.comp .tabs .nav-tabs-main li .nav-link:hover:before,
.mog-tariffs-wrap.comp .tabs .nav-tabs-main li.m-active .nav-link:before,
.mog-tariffs-wrap.comp .tabs .nav-tabs-main li.m-active .nav-link:hover:before{
    height: 100%;
}

.mog-tariffs-wrap.comp .tabs .nav-tabs-main li .nav-link:after,
.mog-tariffs-wrap.comp .tabs .nav-tabs-main li .nav-link .dropdown-after{
    height: 18px;
    width: 18px;
    background-color: #d24740;
    border: 3px solid #fff;
    border-radius: 50%;
    transition-delay: 0.15s;
    transform:translateY(-50%) scale(0);
}
.mog-tariffs-wrap.comp .tabs .nav-tabs-main li.m-active .nav-link:after,
.mog-tariffs-wrap.comp .tabs .nav-tabs-main li.m-active .nav-link .dropdown-after,
.mog-tariffs-wrap.comp .tabs .nav-tabs-main li .nav-link:hover:after,
.mog-tariffs-wrap.comp .tabs .nav-tabs-main li .nav-link:hover .dropdown-after {
    transform:translateY(-50%) scale(1);
}

.mog-tariffs-wrap.comp .tabs .nav-tabs-main li .nav-link:after{
    left: 44%;
    right: auto;
}

.mog-tariffs-wrap.comp .tabs .nav-tabs-main li .nav-link:after,
.mog-tariffs-wrap.comp .tabs .nav-tabs-main li .nav-link .dropdown-after{
    bottom: -24px;
    top: auto;
}

.mog-tariffs-wrap.comp .tabs .tab-content-main{
    color: #555;
    background: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding: 1.5rem;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    position: relative;
    border: 4px solid #93b0d6;
    min-height: 452px;
    border-radius: 20px;
}

.mog-tariffs-wrap.comp .tabs.tabs-top .tab-content-main{
    margin-top: 0;
}

.mog-tariffs-wrap.comp .nav-tabs-main.mflex-column{
    height:100%;
}

@media only screen and (max-width: 575px){

    .mog-tariffs-wrap.comp .tabs .nav-tabs-main{
        width: 100%;
        display: block !important;
        border: none;
    }
    .mog-tariffs-wrap.comp .tabs .nav-tabs-main li .nav-link{
        padding: 7px 15px;
        margin: 0 0 10px 0;
        font-size: 1.4rem;
    }
    .mog-tariffs-wrap.comp .tabs .nav-tabs-main li.no-last {
        margin-right: 0 !important;
    }
    .mog-tariffs-wrap.comp .tabs .tab-content-main {
        padding: 0;
        box-shadow: none;
    }
    .mog-tariffs-wrap.comp .tabs .nav-tabs-main li .nav-link:after{
        bottom: -18px;
    }
}

.mog-tariffs-wrap.comp .tariffs-select__nav-value a{
    color: #32517a;
}
.mog-tariffs-wrap.comp .tariffs-select__nav-value li a.active{
    color: #da6862;
}

.mog-tariffs-wrap.comp .dropdown-menu {
    padding: 5px 0;
}
.mog-tariffs-wrap.comp .dropdown-menu > li {
    margin: 2px;
    padding: 5px;

}

.mog-tariffs-wrap.comp.tariffs-day-30 .rate-day-1{
    display: none;
}
.mog-tariffs-wrap.comp.tariffs-day-1 .rate-day-30{
    display: none;
}

.mog-tariffs-wrap.comp .tariffs-select__caret::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.mog-tariffs-wrap.comp .tariffs-select__caption{
    color: #d24740;
}
.mog-tariffs-wrap.comp .rate-value__30_day2{
    color: #d24740;    
}

.mog-tariffs-wrap.comp .tariffs-select__caption{
    color: #777;
}
.mog-tariffs-wrap.comp .tariffs-select__rate-value{
    /*flex-direction: column;GDA*/
    justify-content: center;
    align-items: center;
/*GDA*/
    margin-top: 3px;
    /*padding: 15px 11px 10px 11px;
    border-radius: 5px;
    box-shadow: 5px 5px 19px 3px;*/
/*end GDA*/
}
@media screen and (max-width: 1099px){
    .mog-tariffs-wrap.comp .tariffs-select__rate-value {
        flex-direction: row;
    }
}

.mog-tariffs-wrap.comp .ammount-value .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.mog-tariffs-wrap.comp.tariffs-day-1 .rate-value__1_day{
    color: #d24740;
}
.mog-tariffs-wrap.comp.tariffs-day-30 .rate-value__30_day{
    color: #598ed7;
}
.mog-tariffs-wrap.comp .rate-value__day:hover{
    cursor: pointer;
}
.mog-tariffs-wrap.comp.tariffs-day-30 .rate-value__30_day{
    cursor: default;
}
.mog-tariffs-wrap.comp.tariffs-day-1 .rate-value__1_day{
    cursor: default;
}

.mog-tariffs-wrap.comp.switch-type2 .switch.s-outline-info input:checked + .m-slider {
    border: 2px solid #9d9d9d;
}
.mog-tariffs-wrap.comp.switch-type2 .switch.s-outline-info input:checked + .m-slider:before {
    border: 2px solid #9d9d9d;
    background-color: #9d9d9d;
}
.mog-tariffs-wrap.comp.switch-type2.tariffs-day-30 .rate-value__30_day {
    color: #d24740;
}
.mog-tariffs-wrap.comp.switch-type2 .tariffs-title__list > div:last-child {
    color: #0765bf;
}
.mog-tariffs-wrap.comp.switch-type2 .switch.s-outline[class*="s-outline-"] .m-slider:before {
    border: 2px solid #9d9d9d;
    background-color: #9d9d9d;
}
.mog-tariffs-wrap.comp.switch-type2 .switch.s-outline .m-slider {
    border: 2px solid #9d9d9d;
}

.switch input:checked + .m-slider:before{
    -webkit-transform: translateX(20px) !important;
    -ms-transform: translateX(20px) !important;
    transform: translateX(20px) !important;
}

.tarify_scroll_area{
    display: flex;
    justify-items: center;
    overflow: hidden;
    /*transition: .3s;*/
}

.tarify_item{
    margin: 10px;
    min-width: 310px;
    height: 400px;
    box-shadow: 2px 3px 14px 0px #c1c1c1;
    padding: 15px;
    position: relative;
}

.tarify_title{
    font-size: 25px;
    color: #E52717;
}

.tarify_percents_area{
    display: flex;
    justify-items: center;
    margin-top: 20px;
}

.tarify_summ{
    display: flex;
    align-items: flex-end;
    padding: 0px !important;
    flex-wrap: wrap;
}

.tarify_percenst{
    /*border-radius: 5px;*/
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    background: #959595;/*#f3ba0f;*/
    font-size: 19pt;
    color: #ffffff;
    /*margin-left: 10px;*/
    padding: 10px 0px 10px 10px !important;
}

.tarify_prewiew_text{
    margin-top: 20px;
    font-size:16px;
}
.tarify_button_more{
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #0265C3;*/
    min-height: 35px !important;
    min-width: 240px !important;
    border-radius: 4px;
    padding-left: 0px !important;
    padding-right: 0px !important;
	border: 1px solid #0265C3;
}

.tarify_button_more a{
    color: #0265C3 !important;
    text-align: center;
    font-size: 13pt;
}


.tarify_conditions_list{
    padding-left: 0px;
    list-style: none;
}

.tarify_conditions_list li{
    margin: 10px 10px 10px 1px;
    line-height: 1.1;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
}
.tarify_conditions_list li:before{
    content:  "-";
    position: relative;
    left:     -2px;
}

.tarify_scroll_area::-webkit-scrollbar-thumb{
        background: #b1b1b1;

    }

.list_scroll_button{
    position: absolute;
    /*height: 50px;
    width: 50px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
    top: 170px;
    border: none;
    /*background-color: #0265C3;
    border-radius: 10px;*/
    transition: all .2s linear;
    opacity: 0;
    background: transparent;
}


.list_scroll_button, 
.list_scroll_button:active, 
.list_scroll_button:focus {
    outline: none;
}
.scroll_button_left{
    left: -35px;
}

.scroll_button_right{
    right: -45px;
}


.list_scroll_button:hover{
        opacity: 1;
    }

/*.tarify_scroll_area:hover > .list_scroll_button{
        opacity: 1;
    }*/

@media screen and (max-width: 1280px){
    .tarify_scroll_area::-webkit-scrollbar{
        width: 2em;
        height: 4px;
    }

    .tarify_scroll_area{
        overflow-x: scroll;
    }
}


.tarify_item_title_area{
    display: flex;
}

.tarify_item_preview_img{
    max-width: 100px;
}

.tarify_item_img_area{
    border: 1px solid #6a6a6a;
}

.tarify_item_title{
    padding-left: 10px;
}