 #news h2 {
    font-size: 1.6vw;
    margin-bottom: 1.9vw;
}
.control-arrows img{
    width: 47px;
}
/*base*/
.base,#base{
    padding: 0% 6%;
    padding-top: 0%;
    padding-top: 4.8vw;
}
.base .top, #base .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.base .top .title ,#base .top .title{
   font-size: 2vw; 
    line-height: 2.3vw;
}
.base .top .title span,#base .top .title span{
    color: #e74625;
    font-weight: 600;
    font-family: "TTNorms SemiBold";
}
.base .top .title .price span,#base .top .title .price span {
    color: #1c1c1c;
    font-family: "TTNorms Regular";
    font-size: 2vw;
}
.base .top .rbuttons,#base .top .rbuttons{
    display: flex;
    position: relative;
}
.base .top .rbuttons p,#base .top .rbuttons p{
    position: absolute;
    right: 2.483vw;
    top: 4.5vw;
    color: #b2b2b2;
    font-size: .873vw;
}
.base .apply,#base .apply{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    width: 13.9vw;
    height: 4.16vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.93800vw;
    letter-spacing: 0.02500em;
    font-family: 'TTNorms Regular';
    background: #e74625;
    margin-bottom: 0.6vw;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694,0,.335,1),background-color 300ms cubic-bezier(.694,0,.335,1),color 300ms cubic-bezier(.694,0,.335,1);
}
.base .apply:hover,#base .apply:hover{
    opacity: .8;
    transition: opacity 300ms cubic-bezier(.694,0,.335,1),background-color 300ms cubic-bezier(.694,0,.335,1),color 300ms cubic-bezier(.694,0,.335,1);
}
.base .top .rbuttons .connect,#base .top .rbuttons .connect{
    border-color: #1c1c1c;
    width: 13.9vw;
    height: 4.16vw;
    font-size: 0.93800vw;
    margin-left: 3.1vw;
    text-transform: uppercase;
}
.base .transparent:hover,#base .transparent:hover{
    transition: opacity 300ms cubic-bezier(.694,0,.335,1),background-color 300ms cubic-bezier(.694,0,.335,1),color 300ms cubic-bezier(.694,0,.335,1);
}
.base .main-inner{
    display: flex;
    justify-content: space-between;
}
#base .main-inner{
    display: flex;
    justify-content: space-between;
    padding-top: 80px; 
}
.base .main-inner h3,#base .main-inner h3,.base .main-inner .h6,#base .main-inner .h6{
    font-size: 1.875vw;
    font-family: "TTNorms SemiBold";
    font-weight: 100;
    padding-bottom: 2.86vw;
}
.base .main-inner h4,#base .main-inner h4{
    font-size: 1.25vw;
    font-family: "TTNorms SemiBold";
    font-weight: 100;
}
.base .main-inner .right h5,#base .main-inner .right h5{
    position: relative;
    margin: 15px 0;
}
.base .main-inner h5:after,#base .main-inner h5:after{
    content: '';
    border-bottom: 1px solid #fbe1dc;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.base .main-inner .left,#base .main-inner .left{
    width: 100%;
    background-color: #fef6f4;
    margin-left: -7%;
    padding: 2.6vw 40px 2.6vw 7%; 
    height: 100%;
}
.base .main-inner .right,#base .main-inner .right{
    width: 100%;
    margin-right: -6%;
	padding: 2.6vw 7% 2.6vw 40px;
}
.base .main-inner table,#base .main-inner table{
    width: 100%;
    font-size: .93vw;
    color: #1c1c1c;
}
.base .main-inner table tr td:nth-child(1),#base .main-inner table tr td:nth-child(1){
    padding: 1.1vw 0;
}
 .base .main-inner table.first_td_spec_padding tr td:nth-child(1), #base .main-inner table.first_td_spec_padding tr td:nth-child(1) {
    padding: 0 0 2.2vw;
}
.base .main-inner table tr td:nth-child(2),#base .main-inner table tr td:nth-child(2){
    text-align: right;
}
.base .main-inner .right .other-condit .top,#base .main-inner .right .other-condit .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.base .main-inner .right .other-condit .top h3,#base .main-inner .right .other-condit .top h3{
    padding-bottom: 0;
}
.base .main-inner .right .other-condit table,#base .main-inner .right .other-condit table{
    transition: .5s;
}
/* .base .main-inner .left .tar-info-open .tar-info,#base .main-inner .left .tar-info-open .tar-info, .base .main-inner .right .tar-info, #base .main-inner .right .tar-info { */
.tar-info{
	position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
    box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
	width: 23.4375vw;
    text-align: left;
    padding: 1.5vw;
    z-index: 1;
	
}
#other-condition{
    cursor: pointer;
    padding-bottom: 2vw;
}
#other-condition img{
    transition: .5s;
}
.flip {
    transform: rotate(-180deg);
    transition: .5s;
}
/*complementary-services*/
.comp-serv .main-inner .left{
    background: transparent!important;
    font-size: 1.24vw;
}
.comp-serv .serv-buttons{
    display: flex;
    justify-content: center;
	    margin-top: 2%;
}
.comp-serv .top .title{
    padding-bottom: 2.2vw; 
}
.comp-serv .serv-buttons .blue{
    background: #0072ce!important;
    width: 24vw!important;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.08)!important;
    margin: 0 20px!important;
}
.comp-serv .serv-buttons .transparent{
    width: 24vw/*!important*/;
    background: transparent!important;;
    color: #1c1c1c!important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08)!important;
    margin: 0 20px!important;
}
.comp-serv .main-inner .right h6{
    font-size: .88vw;
    color: #cbcbcb;
    padding: 20px 0;
}
.comp-serv .main-inner .right table a{
    color: #0072ce;
}
/*long-distance*/
.long-dist .main-inner .left{
    background: transparent!important;
}
.long-dist .main-inner .left span{
    font-weight: 100;
    font-family: "TTNorms SemiBold";
}
.long-dist .main-inner .right h4{
    padding: 20px 0;
}
.long-dist .main-inner .right a{
    color: #0072ce;
}
.long-dist .top .title{
	    padding-bottom: 2.2vw;
}
.nod a{
    color: #0072ce;
}
.nod .dropdwn{
    padding: 15px 0;
}
.dropdwn .pp{
    display: none;
}
.dropdwn .toggle{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    align-items: center;
}
.nod .main-inner{
    padding-top: 0!important;
}
.base .instruction-row{
    display: flex;
    font-size: 1.24vw;
}
.base .instruction-row img{
    width: 3.125vw;
    margin-right: 1.525vw;
    margin-bottom: 1.525vw;
    height: 100%;

}
.base .instruction-row .size,#base .instruction-row .size{
    padding-top: 10px;
}
.base .serv-buttons a,#base .serv-buttons a{
    width: 24vw;
}
.roaming span{
    color: #e74625;
}
.roaming .main-inner .left .about-roam{
    background-color: #fef6f4!important;
    padding: 2.6vw 40px 2.6vw 15%;
    margin-left: -15%;
    margin-bottom: 3.6vw;
}
.roaming .main-inner .left .roam-setings span{
    font-size: 5.208vw;
    float: left;
    width: 5vw;
    display: flex;
    justify-content: center;
    font-weight: 900;
}
.roaming .main-inner .left .roam-setings .row{
    display: flex;
    align-items: center;
    padding-right: 40px;
}
.roaming .main-inner .left .roam-setings .row p{
    padding-left: 20px;
}
.roaming .right .select2{
    width: 100%!important;
    margin-bottom: 20px;
}
.roaming .right a{
    color: #0072ce;
}
.roaming .right h3{
    padding-top: 2.86vw ;
}
.roaming .right .dropdwn .toggle{
    padding: 1.2vw 0;
}
.roaming .right .dropdwn p{
    max-width: 35vw;
    line-height: 30px;
}
.roaming .right table{
    width: 100%;
}
.license .main-inner .instruction-row{
    padding: 1.2vw 0;
}
.roaming .right .dropdwn .toggle h3{
    padding: 0;
}
.roaming .right .dropdwn .toggle{
    padding-top: 2.5vw;
}
.support > .main-inner{
    padding-top: 0!important;
}
.support .about-support img {
    width: 2.2vw;
    vertical-align: middle;
    margin: 1.5vw;
    margin-left: 0;
    margin-right: 1.5vw;
}
.support .about-support{
    background-color: #f2f8fd;
    margin-left: -15%;
    padding: 2.6vw 40px 2.6vw 15%
}
.tarif-ttk .apply{
    background-color: #0072ce!important;
}
.tarif-ttk span{
color: #0072ce!important;
}
.ffmed{
    font-family: "TTNorms Medium";
    font-weight: 100;
}
.tarif-ttk .main-inner .row a{
    color: #0072ce;
}
.tarif-ttk .main-inner{
    display: block!important;
}
.tarif-ttk .main-inner .row{
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 5.2vw 0;
}
.tarif-ttk .main-inner .row{
    margin-right: -20px;
}
.tarif-ttk .main-inner .row .row_item> img {
    height: 4.6vw;
    margin-bottom: 3.1vw;
}
.tarif-ttk .main-inner .row .row_item{
    position: relative;
}
.tarif-ttk .main-inner .row .row_item .tar-info{
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
    box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
    width: 23.4375vw;
    text-align: left;
    padding: 1.5vw;
    right: -24vw;
    top: 5vw;
    display: none;
    z-index: 1;
}
.tar-info-mobile {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.51);
    top: 0;
    left: 0;
    z-index: 999;
}
.tar-info-mobile .tar-info-mobile-inner {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
    box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
    width: 80vw;
    text-align: left;
    padding: 4.5vw;
    height: 40vh;
    font-size: 4vw;
    z-index: 999;
}

.tarif-ttk .main-inner .row .row_item .tar-info span{
    color: #1c1c1c!important;
    font-weight: 900;
}
.tarif-ttk  .top .rbuttons p{
    right: 1.483vw!important;
}
.tarif-ttk .main-inner .row .row_item .title {
    margin-right: -14px;
    width: 200px;
	font-size: 1.4vw;
}
.tarif-ttk .tar-info {
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
    box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
    width: 23.4375vw;
    text-align: left;
    padding: 1.5vw;
    right: -24vw;
    top: 3vw;
    display: none;
    z-index: 1;
}
.tarif-ttk .top .title .tar-info {
    font-size: 1.2vw;
    line-height: normal;
    z-index: 999;
    left: 27vw;
    top: 13.5vw;
}
.tarif-ttk .top .title .tar-info:before {
     position: absolute;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 100%;
    top: calc(50% - 12px);
    border-top: 12px solid transparent;
    border-right: 24px solid #fff;
    border-bottom: 12px solid transparent;
    -webkit-filter: drop-shadow(-1px 0 1px rgba(100, 0, 0, 0.18));
    filter: drop-shadow(-1px 0px 1px rgba(100, 0, 0, 0.18));
}
.tarif-ttk .top .title .tar-info span {
    color: #1c1c1c!important;
    font-weight: 100!important;
}
.phone-num .top p{
    font-size: 1.25vw;
    line-height: normal;
    padding: 3.3vw 0 0;
    max-width: 42vw;
}
.phone-num .top .rbuttons {
    justify-content: center;
}
.phone-num .top .rbuttons a{
    width: 18.2vw!important;
}
.phone-num .main-inner{
    flex-direction: column;
}
.phone-num .main-inner .phone-row{
    display: flex;
    justify-content: center;
}
.phone-num .main-inner .phone-row .add-num object{
    vertical-align: middle;
    margin-left: 1vw;
    width: 2vw;
}
.phone-num .main-inner .phone-row .add-num{
    width:19.2vw;
    color: #666;
    border: 2px solid #666666;
    font-weight: 900;
    height: 5.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1vw 2vw;
}
.phone-num .main-inner .phone-row :first-child{
    margin-left: 0;
}
.phone-num .main-inner .phone-row :last-child{
    margin-right: 0;
}
.phone-num .more{
    padding: 2vw;
    justify-content: center;
    color: #0072ce;
    font-family: "TTNorms SemiBold";
	text-align: center;
}
p.how_pay{
	margin-bottom: -2vw;
}
/*home mobile*/
@media all and (max-width:875px) {
    .phone-num .more{
        padding-top: 4vw;
    }
    .phone-num .main-inner .phone-row :first-child{
        margin-left: 2vw;
    }
    .phone-num .main-inner .phone-row :last-child{
        margin-right: 2vw;
    }
    .phone-num .main-inner .phone-row{
        flex-wrap: wrap;
    }
    .phone-num .top .rbuttons{
        flex-wrap: wrap;
    }
    .phone-num .main-inner .phone-row .add-num object{
        width: 4vw;
        margin-left: 4vw;
    }
    .phone-num .top p{
        font-size: 3vw;
		max-width: none;
    }

    #main-slider-mobile .control-arrows img {
        width: 12vw;
    }
    #service-actions .border-wrapper {
        display: flex;
        flex-direction: column;
    }
    #services-for-home .slider-controls img {
        width: 12vw;
    }
    #service-actions .service-action {
	    height: 70vw;
    }

    #service-actions .service-action:nth-of-type(3) {
        border-bottom: 1px solid #d2d2d2
    }

    #service-actions {
        margin-bottom: 0;
    }

    .special-offers-block {
        padding-top: 0 !important;
    }

    #services-for-home .button {
        margin: 0 0 12.5vw 0;
        width: 41.667vw;
    }

    .button-scaler {
        padding-top: 29.6%;
    }
    .special-offers-block .content .left .button, .special-offers-block .content .right .button {
        left: 0;
        transform: none;
    }
    .special-offers-block .content .left {
        height: 77.52vw;
		padding: 6.5% 7%; 
    }
    .special-offers-block .content .right {
        margin-top: 9vw;
        position: relative;
     	height: 120vw;
    }
    .special-offers-block .special-offers-slider-controls img {
        width: 13vw;
    }
    .special-offers-block .special-offers-slider-controls.special-offers-slider-controls-mobile {
        top: 6vw;
        color: white;
        left: -2.5vw;
    }
    #news h2 {
        font-size: 5.34vw;
    }
    #news .news-container .support-news-item .details a,
    #news .news-container .news-item .details a {
        color: #1c1c1c;
        font-size: 2.64vw;
        font-family: 'TTNorms Regular';
    }
    #news .news-container .support-news-item,
    #news .news-container .news-item {
		flex-direction: column-reverse;
    }
    #news .news-container .support-news-item .details p,
    #news .news-container .news-item .details p {
        display: block;
    }
    #news .news-container .support-news-item .details h4,
    #news .news-container .news-item .details h4 {
        font-size: 6.1vw;
    }
    #news .news-container .support-news-item .details p,
    #news .news-container .news-item .details p {
        font-size: 3.3vw;
    }
    .base .main-inner,#base .main-inner {
        flex-direction: column;
    }
    .base .top,#base .top {
        flex-direction: column;
    }
    .base .top .rbuttons,#base .top .rbuttons {
        justify-content: center;
    }
    .base .top .title,#base .top .title {
        font-size: 6.6vw;
        line-height: normal;
        width: 68%;
    }
    .base .top .title .price span,#base .top .title .price span {
        font-size: 4.6vw;
    }
    .base .main-inner h3,#base .main-inner h3,.base .main-inner .h6,#base .main-inner .h6 {
        font-size: 5.5vw;
    }
    .base .main-inner h4,#base .main-inner h4 {
        font-size: 3.3vw
    }
    .base .main-inner table,#base .main-inner table {
        font-size: 2.7vw
    }
    .base .main-inner .left,#base .main-inner .left {
        width: 100vw;
	    padding: 2.6vw 14% 2.6vw;
    }
    .base .main-inner table tr td:nth-child(1),#base .main-inner table tr td:nth-child(1) {
        width: 60%;
    }
    .base .main-inner .right, #base .main-inner .right {
        width: 100vw;
        margin-left: -7%;
	    padding: 2.6vw 14% 2.6vw;
    }
    .base .main-inner .right .other-condit .top,#base .main-inner .right .other-condit .top{
        flex-direction: row;
        padding: 8vw 0;
    }
    .base .top .rbuttons,#base .top .rbuttons{
        padding-top: 9vw;
    }
    .base .main-inner,#base .main-inner{
        padding-top: 10vw!important;
    }
    .base .top .rbuttons p,#base .top .rbuttons p{
        font-size: 2.22vw!important;
        right: 14.483vw!important;
        bottom: -10px!important;
	    margin-top: 20%;
    }
    .base .top .title span,#base .top .title span{
        font-size: 6.6vw;
    }
    .base .top .title .price img, #base .top .title .price img{
		cursor:pointer;
    }
    .mobdn{
        display: none;}
    .tarif-ttk .main-inner .row{
        flex-direction: column;

    }
    .tarif-ttk .main-inner .row .row_item{
        padding: 8vw 0;
    }
    .tarif-ttk .main-inner .row .row_item > img{
	    height: 10vw;
    }
    .comp-serv .main-inner .left,.base .instruction-row,#base .instruction-row{
        font-size: 3.7vw;
    }
    .comp-serv .main-inner .right h6{
        font-size: 2.7vw;
    }
    .dropdwn .toggle img{
        width: 4vw;
        height: 100%;
    }
    #service-actions .service-action .button {
        width:34vw;
        font-size:2.84267vw;
    }
    #services-for-home .button {
        width:35.60000vw;
    }
    .base .main-inner h3,#base .main-inner h3,.base .main-inner .h6,#base .main-inner .h6 {
        padding-top: 3vw;
        padding-bottom: 3.86vw;
    }
    .roaming .main-inner .left .about-roam {
        width: 100%;
        padding: 2.6vw 7% 2.6vw 7%;
        margin-left: -7%;
    }
    .roaming .right .dropdwn .toggle h4{
        width: 80%;
    }
    .base .serv-buttons a,#base .serv-buttons a{
        text-align: center;
    }
    .long-dist p{
        font-size: 2.7vw;
    }
    .long-dist .main-inner .right a{
        font-size: 2.7vw;
    }
    .roaming .right .dropdwn p{
        font-size: 2.7vw;
        max-width: unset;
    }
}
@media all and (max-width:405px) {
    #service-actions .service-action {
      height: 60vw;
    }
    #service-actions .service-action img{
        width: 4.6vw!important;
    }
}
@media screen and (min-width: 850px) and (max-width: 1100px) {
    #service-actions .service-action {
        margin-bottom: 53px;
        position: relative;
        padding-bottom: 20px;
    }
    #service-actions .service-action .button {
        position: absolute;;
        bottom: 0;
    }
}
#menu-1{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0072ce;
}
#menu-1 ul{
    padding-top: 2.2vw;
}
#menu-1 li{
    list-style-type: none;
    padding-bottom: 1.8vw;
}
#menu-1 h3{
    text-transform: uppercase;
}
#menu-1 .menu-column{
    height: 15.625vw;
    padding: 0 4vw;
    color: #FFFFFF;
}
#menu-1 .cancel{
    left: 50px;
    top: 30px;
    position: fixed;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1vw;
}
#menu-1 .cancel img{
    width: 1.56vw;
    vertical-align: middle;
    margin-right: 15px;
}
.tabl{
	display:flex;
}
.tabl .left,.tabl .right {
	width: 50%;
}
@media all and (max-width:875px) {
	.tabl{
	    display:block;
    }
}
.base .tabs-and-navigation{
	text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
}

.base .tabs-and-navigation .left  a{
	letter-spacing: 0.05em;
    font-family: 'TTNorms Regular';
    margin-right: 1.5vw;
    color: #606060;
}
.tarif-ttk .main-inner .row .row_item:last-child .tar-info {
	top: initial;
    right: 2%;
}
@media (max-width: 875px)  {
    .base  .tabs-and-navigation .left a {
        margin-right: 5.5vw;
    }
    .tarif-ttk .main-inner .row .row_item .title {
        margin-right: initial; 
        width: 100%;
        font-size: 6vw;
    }
    .tarif-ttk .main-inner .row .row_item p {
        font-size: 3vw;
    }
    element.style {
        display: block;
        top: 0;
        right: 0;
    }
    .tarif-ttk .main-inner .row .row_item .tar-info,.tarif-ttk .main-inner .row .row_item:nth-child(3) .tar-info {
        top: 70%;
        right: 20%;
        display: none;
        position: absolute;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(51, 51, 51, 0.168627) 0px 0px 9px 1.2px;
        text-align: left;
        padding: 1.5vw;
        z-index: 1;
        width: 50vw;
    }
    .tarif-ttk .top .title .tar-info{
        font-size: 3vw;
        top: initial;
        left: 20%;
        width: 50vw;
    }
    .base .main-inner .left .tar-info-open .tar-info {
        width: 80%;
    }
}
	/*map-popup*/
#map-popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255 0.7);
    display: none;
}
#map-popup .popup-inner{
    position: fixed;
    top: 10vh;
    background-color: #fff;
    box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
    left: calc(50% - 38.5vw);
    width: 77vw;
    height: 78vh;
    padding: 2vw 2.6vw;
}
#map-popup .popup-inner .top{
    display: flex;
    justify-content: space-between;
	float: right;
}
#map-popup .popup-inner .top h3{
    font-size: 1.8vw;
}
#map-popup .popup-inner .top a{
    font-size: 1vw;
    text-transform: uppercase;
}
#map-popup .popup-inner .top img{
    width: 2vw;
    vertical-align: middle;
    margin-left: 10px;
}

.roaming .right a {
    color: #0072ce;
}

.stolb{
	padding-left: 12%;
	padding-right: 0;
}
.stolb .right {
    padding: 2.6vw 7% 2.6vw 0px;
}
.stolb2{
	padding-left: 0%;
}
.base .right #form2{
	display: flex;
	margin-bottom: 2%;
}
.right_stolb{
	padding: 0% 0% 0% 12%;
    padding-top: 4.8vw;
}
.comp-serv .right .row{
    align-items: center;
    padding-right: 40px;
}
.dropdwn .prim_text{
    display: none;
}
.right_side{
	padding: 4.8vw 0% 0%;
}
.left_side{
	padding-left: 12%;
}
#phone-number-popup{
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255, 0.7);
    z-index: 2;
}
#phone-number-popup.loader_wrapper {
    z-index: 9999999999999;
    display: flex;
}
.phone-number-popup-inner {
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
    width: 52vw;
    display: flex;
    flex-direction: column;
    margin: 20vw auto;
}
.phone-number-popup-inner .top {
    display: flex;
    justify-content: space-between;
}
.phone-number-popup-inner .row {
    display: flex;
    justify-content: center;
    margin-top: 1.5vw;
    padding: 0 3vw;
}
.phone-number-popup-inner .row-item {
    position: relative;
}
.phone-number-popup-inner .row-item input[type="text"] {
    color: #1c1c1c;
    width: 20.8vw;
    height: 3.4vw;
    padding-left: 10px;
    margin-right: 20px;
    font-size: 0.8vw;
	font-family: "TTNorms Medium";
}
.phone-number-popup-inner .row-item  label {
    position: absolute;
    left: 15px;
    top: -1vw;
    transition: .5s;
    font-size: 0.6vw;
	text-transform:uppercase;
}
.phone-number-popup-inner .row-item  input:placeholder-shown + label {
    position: absolute;
    left: 15px;
    top: 1.25vw;
    transition: .5s;
    font-size: .8vw;
}
.phone-number-popup-inner .row input[type="checkbox"] {
     width: 10%;
}
.phone-number-popup-inner .row p {
    padding-left: 2vw;
}
.phone-number-popup-inner input[type="submit"] {
	-webkit-appearance: none;
    margin: 1.5vw 3vw;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    width: 20.9vw;
    height: 3.6vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.93800vw;
    letter-spacing: 0.02500em;
    font-family: 'TTNorms Regular';
    background: #0072ce;
    margin-bottom: 0.6vw;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694,0,.335,1),background-color 300ms cubic-bezier(.694,0,.335,1),color 300ms cubic-bezier(.694,0,.335,1);
}
@media (max-width: 875px) {
	.stolb, .stolb_right{
	    padding-left: 18%;
		padding-right: 6%;
    }
    .stolb .left,.stolb_right .left,.right_stolb .left{
        width: 90vw !important;
    }
    .right_stolb{
        padding: 4.8vw 0% 4.8vw 18%;
    }
    .stolb2{
        padding-left: 18%;
    }
    .stolb2 .right{
        width: 90vw !important;
    }
    .base .right #form2 .sample-dropdown-select,.base .right #form2  .bottom_green{
        width: 100vw!important;
        height: 9.25vw!important;
        font-size: 2.22vw!important;
    }
    #map_ques{
        font-size: 4vw;
    }
    #name{
        padding:0% 6%;
    }
    #name .title{
        width:100%;
    }
    .tarif-ttk  .top{
        padding-left: 6%;
    }
    .base .main-inner .left .tar-info-open .tar-info, #base .main-inner .left .tar-info-open .tar-info, .base .main-inner .right .tar-info, #base .main-inner .right .tar-info {
        width: 50vw;
    }
    #base .top{
        padding-left: 6%;
    } 

    .right_side{
        padding: 0% 18%;
    }
    .right_side .right{
        width:90vw !important;
    }
    #map-popup .popup-inner .top img{
        width: 3vw;
        vertical-align: middle;
        margin-left: 10px;
    }
    #map-popup .popup-inner .top a {
        font-size: 3vw;
        text-transform: uppercase;
    }
    #map-popup .popup-inner .legend img:nth-child(2){
        width: 100%;
    }
    .left_side{
        padding-left: 18%;
    }
}
.tv .main-inner {
    height: 100%;
}
.tv .main-inner .right-tv {
    padding-left: 3vw;
    border: 1px solid #1c1c1c;
    height: 35.755vw;
    width: 100%;
}
.tv .main-inner .right-tv ul {
    list-style-type: none;
	height: 100%;
}
.tv .main-inner .right-tv ul li {
	margin-top: 1vw;
    height: 5vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: underline;
}
.tv .main-inner .right-tv ul li img {
    vertical-align: middle;
    margin-right: 20px;
    width: 5vw;
    max-height: 70px;
}
.tv .main-inner .right-tv ul li a {
	font-size: 1.2vw;
}
#player #video{
	width: 65vw;
}
.base .top .rbuttons {
    display: flex;
    position: relative;
}
.payed .rbuttons {
    display: flex;
    justify-content: center;
    padding: 4vw 0;
}
.payed .apply {
    background-color: #0072ce!important;
    width: 18.9vw!important;
}
.payed .connect {
    width: 18.9vw!important;
}
.shadowed {
    border: transparent!important;
    -webkit-box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.07);
    box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.07);
}
.base .rbuttons .connect {
    border-color: #1c1c1c;
    width: 13.9vw;
    height: 4.16vw;
    font-size: 0.93800vw;
    margin-left: 3.1vw;
    text-transform: uppercase;
	font-family: 'TTNorms Regular';
}
.base .main-inner .zonsv_table tr td:nth-child(1){
	width: 10%;
	padding: 1.1vw 1.1vw 1.1vw 0;
}
.base .main-inner .zonsv_table tr td:nth-child(2){
	width: 10%;
	padding: 1.1vw 1.1vw;
	text-align: left;
}
.base .main-inner .zonsv_table tr td:nth-child(3){
	padding: 1.1vw 1.1vw;
}
.base .main-inner .zonsv_table tr td:nth-child(4){
	width: 10%;
	padding: 1.1vw 0 1.1vw 1.1vw;
}
.payed .rbuttons a{
    margin-left: 3.1vw;
}
.payed .rbuttons a:first-child{
	margin-left: 0vw;
}
.payed input[type="submit"] {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    width: 18.9vw !important;
    height: 4.16vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.93800vw;
    letter-spacing: 0.02500em;
    background: #0072ce;
    margin-bottom: 0.6vw;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694,0,.335,1),background-color 300ms cubic-bezier(.694,0,.335,1),color 300ms cubic-bezier(.694,0,.335,1);
	font-family: 'TTNorms Regular';
}
.opl{
	display: flex;
	margin-top: 2%;
}
.prim-card{
	display: flex;
    align-items: center;
}
.prim-card span{
	padding: 0 0 0 2vw;
}
.prim-card img{
	margin: 0 1vw;
}
.bonus .main-inner .left {
    background-color: #f2f8fd!important;
}
#base .instruction-row {
    display: flex;
    font-size: 1.24vw;
	padding: 1vw 0px;
    align-items: center;
}
.bonus .main-inner .right .instruction-row {
    padding-top: 2.8vw;
}
.bonus .main-inner {
    display: flex!important;
}
.bonus .dropdwn{
	width:100%;
}
#base .instruction-row img,.base .instruction-row img {
    width: 3.125vw;
    margin-right: 1.525vw;
    margin-bottom: 1.525vw;
    height: 100%;
}
.tar-info .top{
	position: absolute;
    right: 1.5vw;
}
.tar-info .top .close2{
	vertical-align: middle;
    text-transform: uppercase;
	color:black !important;
}
.tar-info .top .close2 img{
	vertical-align: middle;
    margin-left: 5px;
	width: 20%;
}
.tar-info p{
    margin-top: 15%;
}
.main-inner  .tar-info-open,.base .top .title .price img, #base .top .title .price img {
	cursor: pointer;
}
.dropdwn .toggle h3, .dropdwn .toggle h4{
	cursor:pointer;
}
.phone-num .main-inner .phone-row {
    display: flex;
    justify-content: center;
}
.phone-num .main-inner .phone-row .add-num {
    width: 19.2vw;
    color: #666;
    border: 2px solid #666666;
    font-weight: 900;
    height: 5.2vw;
    display: flex;
    font-size: 1.3vw;
    justify-content: center;
    align-items: center;
    margin: 1vw 2vw;
    transition: opacity 300ms cubic-bezier(.694,0,.335,1),background-color 300ms cubic-bezier(.694,0,.335,1),color 300ms cubic-bezier(.694,0,.335,1);
	text-align: right;
}
.phone-num .add-num img {
    margin-left: 20px!important;
    width: 2.2vw;
}
.content1 .main-inner .tab-cont {
	display:none;
}
.content1 .main-inner .tab-cont.active {
	display: block;
}
.phone-num .main-inner .phone-row :last-child {
    margin-right: 0;
}
.phone-num #letai-tabs .top .rbuttons .tab{
	cursor:pointer;
	width: 18.2vw;
	margin-left: 3.1vw;
	text-align: center;		
}
.phone-num #letai-tabs .top .rbuttons .tab:first-child{
	margin-left: 0vw;
}
.phone-num .main-inner .phone-row .add-num:hover{
    background-color: #e74625;
    color: #fff;
    transition: opacity 300ms cubic-bezier(.694,0,.335,1),background-color 300ms cubic-bezier(.694,0,.335,1),color 300ms cubic-bezier(.694,0,.335,1);
}
#letai-tabs .tabs .top{
	justify-content: center;
}
.popup-box .phone-number-popup-inner .top .cancel-phone img{
	cursor:pointer;
}
.phone-num .main-inner .phone-row :first-child {
    margin-left: 0;
}
.phone-num .hovered{
    display: none;
}
.phone-num .add-num img{
    margin-left: 20px!important;
    width: 2.2vw;
}
.phone-num .add-num:hover .nothov{
    display: none;
}
.phone-num .add-num:hover .hovered{
    display: block!important;
}
#letai-tabs .tabs .rbuttons{
	width: 100%;
}
#base_payed{
	padding: 0% 6%;
    padding-top: 0%;
    margin-bottom: 6.3vw;
    padding-top: 4.8vw;
}
#base_payed .container{
	margin: 0 auto;
    width: 40%;
}
#base_payed .top {
	margin-bottom: 5%;
}
#base_payed .top .title{
	font-size: 2vw;
    line-height: 2.3vw;
}
#base_payed .main-inner{
	padding-left: 1%;
}
#base_payed .main-inner .attention{
	margin-bottom:2%;
	font-weight:bold;
}
#base_payed .main-inner table{
	width: 100%;
	margin-bottom: 4%;
}
#base_payed .main-inner table tr{
	height: 3.54167vw;
}
#base_payed .main-inner .row{
	margin-bottom:2%;
	color: #606060;
	font-family: TTNorms Medium;
}
#base_payed .main-inner .row:last-child{
		display: flex;
}
#base_payed .main-inner .row #back-go{
	border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 11.5vw;
    height: 2.5vw;
    color: grey;
    background: white;
    border: 1px solid #000000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.8vw;
    letter-spacing: 0.02500em;
    margin-bottom: 0.6vw;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694,0,.335,1),background-color 300ms cubic-bezier(.694,0,.335,1),color 300ms cubic-bezier(.694,0,.335,1);
	margin-right: 2%;
	cursor: pointer;
	font-family: TTNorms Medium;
}
#base_payed .main-inner .row input[type='submit']{
	width: 11.5vw !important;
    height: 2.5vw;
	cursor: pointer;
	font-size: 0.8vw;
}
#base_payed .main-inner table tr td:first-child{
	text-transform: uppercase;
	width: 20%;
}
#base_payed .main-inner table tr:nth-child(4) td:nth-child(2){
	color:red;
}
#base_payed .main-inner .row .cards p{
    margin-bottom: 1%;
}
#base .top .title .please{
	margin-bottom: 20%;
}
.payment-bank-card .err{
	font-size: 1.5vw;
    color: red;
}
.content1 .main-inner .tab-cont .row20,.content1 .main-inner .tab-cont .more{
	display:none;
}
.content1 .main-inner .tab-cont .row20:nth-of-type(1){
	display:block;
}
.content1 .main-inner .tab-cont .more:nth-of-type(2){
	display:block;
}
.payed .main-inner {
    flex-direction: column;
    margin: 0 auto;
    width: 66vw;
    padding-top: 0!important;
}
.payed .row {
    display: flex;
    padding: 0vw;
    align-items: center;
}
.wi-fi  .row{
	flex-wrap: wrap;
}
.payed {
	padding-top:2vw;
}
.payed input[type="text"],.payed input[type="email"],.payed input[type="tel"] {
    color: #1c1c1c;
    font-family: "TTNorms Medium";
    width: 20.8vw;
    height: 3.4vw;
    padding-left: 10px;
    margin-right: 20px;
    font-size: 0.8vw;
}
#tab4.main-inner {
	width: 81vw;
} 
#tab4 .content .select2-container,#tab4 input[type=text],#tab4 input[type=email],#tab4 input[type=tel] {
    width: 25vw !important;
    height: 3.4vw;
	margin-right: 20px;
}
#tab4 .select2-container--default .select2-selection--single {
    height: 3.4vw !important;
}
#tab4  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3.4vw !important;
}
#tab4 .content .row .form-block:first-child{
	padding-top: 0.3vw;
}
.content1{
	padding-top: 4.2vw;
}
.phone-num{
	padding-top: 3.5vw;
}
.phone-num #letai-tabs .content1 .tab-cont .note{
	text-align: center;
    margin: 0 auto;
	width: 80%;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #eb6420;
    line-height: normal;
	font-size: 1.25vw;
}
.phone-num #letai-tabs .content1 .tab-cont .note a{
	color: #eb6420;
	text-decoration: underline;
}
.actions h2 {
    font-size: 2vw;
}
.actions h3 {
    font-size: 1.5vw;
}
.actions h3, .actions h2 {
    padding: 1.5vw 6%;
}
.actions.net{
	margin-top: -32%;
}
.actions.tv{
	margin-top:-7%;
}
.actions.phone{
	margin-top: -32%;
}
#map-coverage-letai.without_padding_top .button-wrapper {
     margin-top: 0vw; 
}
.stolb2_left .main-inner .right{
    padding: 2.6vw 7% 2.6vw 7%;
}
#name h2{
	margin-bottom: 1.7vw;
}
.license .top .title p{
	width: 70%;
	font-size: 1vw;
}
.tar-info .popup-close{
	cursor: pointer;
    font-family: 'TTNorms SemiBold';
    position: absolute;
    right: 1vw;
    top: 1vw;
    text-align: center;
    vertical-align: middle;
}
.tar-info .popup-close span{
font-size: 1.14600vw;
    letter-spacing: 0.02500em;
    vertical-align: middle;
}
.tar-info .popup-close img {
	filter: invert(100%);
    width: 1.77083vw;
    margin-left: 0.98958vw;
    vertical-align: middle;
}
#news .top-row #month,#news .top-row #year {
	border:none;
}
.title-mobile-menu{
    display: none;
}
/*mobile-menu2*/
.title-mobile-menu .title-mobile-menu-inner{
    display: none;
    padding-bottom: 2vh;
    transition: .1s;
    flex-direction: column;
}
.title-mobile-menu .title-mobile-menu-inner a{
    padding: 5px;
    font-size: 0.8em;
}
.title-mobile-menu .title-mobile-menu-top{
    padding-bottom: 2vh;
    transition: .5s;
}
.title-mobile-menu .title-mobile-menu-top img{
    width: 3vw;
    margin-left: 1vw;
    vertical-align: middle;
}
.apply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    width: 13.9vw;
    height: 4.16vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.93800vw;
    letter-spacing: 0.02500em;
    font-family: 'TTNorms Regular';
    background: #e74625;
    margin-bottom: 0.6vw;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694,0,.335,1),background-color 300ms cubic-bezier(.694,0,.335,1),color 300ms cubic-bezier(.694,0,.335,1);
}
.actions h2 {
    font-size: 2vw;
}
.actions .serv-buttons {
    display: flex;
    justify-content: center;
}
.serv-buttons .transparent {
    width: 24vw!important;
    background: transparent!important;
    color: #1c1c1c!important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08)!important;
    margin: 0 20px;
}
.actions .transparent {
    width: 20vw!important;
}
footer .inform{
	font-size: 1vw;
    margin-bottom: 2%;
}
.offices .offices-table tr td{
	text-align: left !important;
}
input[type=checkbox]:hover{
	cursor:pointer;
}
.modal2{
	background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30002;
}
.modal2 .close{
	background-image: url(/tattelecomNew/img/cross.png);
    background-size: contain;
    width: 20px;
    height: 20px;
    float: right;
	top: initial;
    right: 32%;
}
.modal2 .success{
    margin-top: 3vw;
}
.tabblock .offices .select2-container {
	width: 20% !important;
}
.listpodskazka_offices{
	position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
    box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
    text-align: left;
    padding: 1.5vw;
    z-index: 1;
}
.listpodskazka_offices .listpodskazka_close{
	cursor: pointer;
    font-family: 'TTNorms SemiBold';
    right: 1vw;
    top: 1vw;
    text-align: center;
    vertical-align: middle;
      width: initial;
    height: initial;
	float: right;
}
.listpodskazka_offices .listpodskazka_close span{
	font-size: 1.14600vw;
    letter-spacing: 0.02500em;
    vertical-align: middle;
}
.listpodskazka_offices .listpodskazka_close img{
    filter: invert(100%);
    width: 1.77083vw;
    margin-left: 0.98958vw;
    vertical-align: middle;
}
.listpodskazka_offices .opisanyap{
	margin-top: 3vw;
}
td .img_offices:hover{
	cursor: pointer;
}
#services-for-home .header h2 {
    font-size: 1.6vw;
}
#service-actions .service-action h3 {
	font-size: 1.6vw;
    color: #1c1c1c;
    font-weight: 100;
    margin-bottom: 13px;
    margin-top: -8px;
}
#services-for-home h4 {
    font-size: 1.6vw;
    color: #1c1c1c;
    font-weight: 100;
	margin-bottom: 3px;
}
#services-for-home p {
    font-size: 1vw;
    color: #606060;
    margin-bottom: 30px;
    line-height: 1.54;
}
#service-actions .service-action p {
    font-size: 1vw;
    color: #606060;
    margin-bottom: 30px;
    line-height: 1.55;
    }
#services-for-home .services-container .services-for-home-service > * {
    padding: 1% 4%;
}
button{
	-webkit-appearance: none;
	-moz-appearance: none;
}	
.bottomVibor {    
    background: #0072ce;
    border: 0;
    font-size: 0.93800vw;
    color: #ffffff;
    font-family: 'TTNorms SemiBold';
    letter-spacing: 0.05000em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 12.50000vw;
    height: 3.38542vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 0.5vw;
}
.nodispl{
	display:none;
}
.gratitude{
    padding: 5% 6%;
    color: #606060;
    font-size: 1.5vw;
    width: 60vw;
}
.gratitude .recourse .thanks{
	color: #0072ce;
    font-size: 2.29167vw;
    font-weight: bold;
    margin-bottom: 2vw;
}
.gratitude .recourse .inform,.gratitude .recourse .record_place,.gratitude .recourse .print{
	margin-bottom: 2vw;
}
.gratitude .recourse .print button{
	background: #0072ce;
    border: 0;
    font-size: 0.93800vw;
    color: #ffffff;
    font-family: 'TTNorms SemiBold';
    letter-spacing: 0.05000em;
    display: -ms-flexbox;
    width: 12.50000vw;
    height: 3.38542vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
}
.gratitude .control{
	border-top-width: 2px;
    border-top-style: dashed;
    border-top-color: #d2d2d2;
}
.gratitude .control .zag{
	color: #0072ce;
    margin-top: 2vw;
}
.gratitude .control .apps{
	margin-top: 2vw;
    margin-bottom: 2vw;
}
.gratitude .control .icon{
	margin-top: 2vw;
}
.gratitude .control .icon img{
	width: 2vw;
    vertical-align: middle;
    margin-right: 2vw;
}
.gratitude .control .icon .row{
	height: 3vw;
}
.news_stolb_left {
	padding: 0 0 0 13% !important;
}
.news_stolb_right{
	padding: 0 4vw 0 3vw !important;
}
.news_stolb_left .news-container .support-news-date,
.news_stolb_left .news-container .date{
	color: #e64635;
}
.news_stolb_right .news-container .support-news-date,
.news_stolb_right .news-container .date{
	color: #0072ce;
}
.dates-selector select[name=month], .dates-selector select[name=year]{
	font-size: 0.93750vw;
    font-family: 'TTNorms SemiBold';
}
@media (max-width: 1200px){
	.actions.net{
        margin-top:-28%;
    }
    .actions.tv{
            margin-top: -3%;
    }
    .actions.phone{
        margin-top:-28%;
    }
}
@media (max-width: 960px){
	.actions.net{
	    margin-top: -26%;
    }
    .actions.tv{
        margin-top: -1%;
    }
    .actions.phone{
        margin-top: -26%;
    }
}
@media (max-width: 875px) {
    .tv .left-tv {
        width: 100% !important;	
    }
    .tv .right-tv {
        width: 100% !important;
        margin-top: 5%;
    }
    .tv .main-inner .right-tv ul li img {
        width: 10vw;
    }
    .tv .main-inner{
        max-height: initial;
        padding-left: 6%;
    }
    .base  .rbuttons {
        padding-top: 9vw;
    }
    .base .rbuttons {
        justify-content: center;
    }
    .base  .rbuttons {
        display: flex;
        position: relative;
    }
    .payed{
        padding: 0% 11%;
    }
    .payed  .rbuttons {
        flex-wrap: wrap;
        text-align: center;
    }
    .payed  .rbuttons .apply {
        margin-left: 3.1vw;
    }
    .base .connect {
        width: 33.4vw!important;
        height: 9.25vw!important;
        font-size: 2.22vw!important;
    }
    .base .apply, .base .connect, #base .apply, #base .connect{
        width: 33.4vw!important;
        height: 9.25vw!important;
        font-size: 2.22vw!important;
    }
	
	.payed input[type="submit"] {
		    width: 77vw !important;
			 height: 11.20000vw !important;
	}
	.opl{
        flex-direction: column-reverse;
        font-size: 3vw;
	}
	.next-step{
	    margin-top: 2%;
	}
	.prim-card span {
        padding: 0; 
        font-size: 2.5vw !important;
        display: flex;
        margin-left: 10px;
    }
    .prim-card img {
        margin: 0 1vw;
        width: 8vw;
    }
    #base .instruction-row {
        font-size: 3.7vw;
            padding: 2vw 0px!important;
    }
    #base .instruction-row img,.base .instruction-row img {
        font-size: 3.7vw;
            width: 10vw;
    }
    .docs .instruction-row .wrapper {
        width: 100%;
    }
    #player {
        width: 100%;
        height: 500px !important;
    }
    .payed .rbuttons a:first-child {
        margin-left: 3.1vw;
    }
    #summa-why .content, #mobile-why .content, #where-number .content, #email-why .content, #agreement .content, #how-pay .content {
            width: 90%;
    }
    .tarif-ttk .dropdwn {
        width: 100%;
            padding: 0% 6%;
    }
    .phone-num .main-inner .phone-row :last-child {
        margin-right: 2vw;
    }
    .phone-num .add-num img {
        width: 5vw;
    }
    .phone-num .main-inner .phone-row .add-num {
        width: 38vw;
        font-size: 2.2vw;
        height: 11.1vw;
    }
    .phone-number-popup-inner {
        width: 90vw!important;
        padding: 6vw!important;
    }
    .phone-number-popup-inner h2 {
        font-size: 5vw!important;
    }
    .phone-number-popup-inner img {
        width: 5vw;
    }
    .mobile-not-row {
        flex-direction: column !important;
        align-items: center;
    }
    .phone-number-popup-inner input {
        width: 75vw!important;
        height: 10vw!important;
        margin: 10px!important;
        font-size: 3.8vw!important;
    }
    .phone-number-popup-inner .row p {
        font-size: 2.4vw!important;
    }
    .phone-number-popup-inner input[type='submit'] {
        width: 78vw!important;
    }
    .phone-number-popup-inner input[type='checkbox'] {
        width: 10vw !important;
        height: 10vw !important;
    }		
    .phone-num .main-inner .phone-row :first-child {
        margin-left: 2vw;
    }
    #viborGorod{
        width:100%;
    }
    .header-mobile .right{
            display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-mobile .right span{
        margin-right: 2vw;
        text-transform: uppercase;
    }
    #base_payed{
            padding: 0% 11%;
    }
    #base_payed .container {
        margin: 0 auto;
        width: 100%;
    }
    #base_payed .top .title{
            font-size: 6.6vw;
        line-height: normal;
    }
    #base_payed .main-inner .attention {
        font-size: 2.7vw;
    }
    #base_payed .main-inner table {
        font-size: 3vw;
        width: 100%;
    }
    #base_payed .main-inner table tr {
        height: 6vw;
    }
    #base_payed .main-inner .row #back-go, #base_payed .main-inner .row input[type='submit']{
        width: 53vw !important;
        height: 11.20000vw !important;
        font-size: 3vw!important;
    }
    #base_payed .main-inner .row .cards{
        margin-top: 2%;
    }
    #base_payed .main-inner .row .cards p{
        font-size: 2.7vw;
        margin-bottom: 2%;
    }
    #base_payed .main-inner table tr td:first-child {
        width: auto;
    }
    .payment-bank-card .err{
        font-size: 5vw;
        color: red;
    }
    .stroka .left .pp table.letaitbl {
        font-size: 1.8vw;
    }
    .special-offers-slider-controls-mobile {
        display: block;
        top: -10%;
        left: 0;
        font-size: 4vw;
        letter-spacing: -0.11em;
        padding: 0% 11%;
    }
    .special-offers-slider-controls-mobile img{
        width: 13vw;
    }
    .tarif-ttk .top .title .price {
        font-size: 9vw;
    }
    .docs .instruction-row .size {
        padding-top: 0!important;
    }
    .tabs_content{
        padding-top: 10vw!important;
    }
    .payed .main-inner {
            width: unset!important;
    }
    .tabs_section .tabs_content .form-block input[type=text],.tabs_section .tabs_content .form-block input[type=email]{
        width: 78vw !important;
        height: 10vw;
        font-size: 3.8vw;
        padding: 0vw 4.15417vw;
    } 
    #summa-why h2, #mobile-why h2, #where-number h2, #email-why h2, #how-pay h2 {
        font-size: 4vw;
        margin-bottom: 3vw;
        font-weight: bold;
    }
    #summa-why p, #mobile-why p, #where-number p, #email-why p, #how-pay p{
        font-size: 3vw;
    }
    .payed .row {
        flex-direction: column;
        align-items: baseline;
    }
    .agreement span{
        font-size: 2.7vw !important;
        margin-left: 10px;
    }
    #tab4 input[type=text] {
        width: 77vw !important;
        height: 10vw;
        font-size: 3.8vw;
        padding: 0vw 4.15417vw;
    }
    #tab4 .select2-container--default .select2-selection--single {
        height: 10vw !important;
    }
    .tabs_section	#tab4 .content .select2-container{
		height: 10vw !important;
	}
    #tab4 .content .select2-container {
        width: 77vw !important;
    }	
    #tab4  .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height:10vw !important;
        font-size:3.56933vw;
        padding: 0vw 4.15417vw !important;
    }
    .payed .top h2 {
        margin-bottom: 4%;
        font-size: 6.6vw;
    }
    .phone-num #letai-tabs .content1 .tab-cont .note{
        font-size: 3vw;
        width: 100%;
        padding: 0% 6% 3%;
    }
    .phone-number-popup-inner .row-item  label {
        font-size: 2vw!important;
    }
    input:placeholder-shown + label {
        font-size: 2.2vw!important;
        top: 6.25vw!important;
    }
    .actions{
        margin-top:0 !important;
    }
    .actions h3 {
        font-size: 5vw!important;
        padding: 1.5vw 11%;
        padding-bottom: 6vw;
    }
    .content1 {
        padding-top: 0vw; 
    }
    .stolb2_left .main-inner .right {
        width: 94vw;
        margin-left: 0%; 
        padding: 2.6vw 18% 2.6vw;
    }
    .license .top .title{
        width: 100%;
    }
    .license .top .title p{
        font-size: 3vw;
    }
    .tar-info .popup-close span{
        font-size: 2.5vw;
    }
    .tar-info .popup-close img{
        width: 3vw;
    }
    #news h2 {
        font-size: 6vw;
        border-top: none;
        padding-top: 7.3%;
        font-family: 'TTNorms Regular';
        margin-bottom: 9.6vw;
    }
    #news .top-row #month,#news .top-row #year {
        width: 20vw;
    }
    .title-mobile-menu{
        display: block;
    }
    .base .tabs-and-navigation,#base .tabs-and-navigation {
        display: none;
    }
    .prim-card {
        margin-bottom: 3%;
    }
    .actions h2 {
        font-size: 7vw!important;
    }
    .actions .transparent {
        width: 33.4vw!important;
        height: 9.25vw!important;
        font-size: 2.22vw!important;
        margin-bottom: 0.6vw;
        margin-left: 3.1vw;
        text-align: center;
        margin-right: 0;
    }
    .actions .serv-buttons {
        width: 90%;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    li .action:last-child .white-space .price .popup,li .action:last-child .white-space .price .popup{
        margin-top: -60%;
        margin-left: 10%;
        width: 20vw;
    }
    li .action:last-child .white-space .price .popup .modal,li .action:last-child .white-space .price .popup .modal{
        background-color: white;
        width: 60vw;
        height: 100%;
    }
    footer .inform{
        font-size: 3vw;
        margin-bottom: 5%;
    }
    .phone-number-popup-inner .top{
        flex-direction: row;
    }
    .overlay2 {
        width: 70%;
    }
    .tabblock .offices .select2-container {
        width: 100% !important;
    }
    .listpodskazka_offices .listpodskazka_close span{
        font-size: 2.5vw;
    }
    .listpodskazka_offices .listpodskazka_close img{
        width: 3vw;
    }
    .listpodskazka_offices .opisanyap{
        margin-top: 5vw;
    }
    td .img_offices{
        width: 80%;
    }
    .listpodskazka_offices{
        width: 50vw;
    }
    .listpodskazka_offices img{
        width: 100%;
    }
    #service-actions .service-action h3 {
        padding: 0;
        margin: 0;
        font-family: 'TTNorms Regular';
        font-size: 6.65vw;
        margin-bottom: 3vw;
    }
    #service-actions .service-action p {
        line-height: 1.55;
        font-size: 4.02vw;
        letter-spacing: 0.015em;
        line-height: 1.5;
        margin-bottom: 5.2vw;
    }
    #service-actions .service-action .button {
        width: 34vw;
        font-size: 2.84267vw; 
    }
    .button .button-scaler span{
        font-family: 'TTNorms Medium';
    }
    #services-for-home .header h2 {
        font-size: 5.34vw;
        margin-bottom: 7.3vw;
    }
    #services-for-home h4 {
        font-size: 6.65vw;
        margin-bottom: 1vw;
    }
	#services-for-home .services-container .services-for-home-service > * {
        padding: 0% 8%;
    }
	#services-for-home p {
        font-size: 4.1vw;
        margin-bottom: 5.7vw;
    }
	.close1 {
        display: flex;
        justify-content: flex-end;
    }
    .close1 img {
        width: 4vw;
        height: 100%;
    }
    .tarif-ttk .main-inner .row .row_item .tar-info{
        position: fixed !important;
        justify-content: center;
        align-items: center;
        width: 100vw !important;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.51) !important;
        top: 0 !important;
        left: 0;
        z-index: 999 !important;
    }
    .tarif-ttk .main-inner .row .row_item .tar-info .tar-info-mobile-inner{
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
        box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
        width: 80vw;
        text-align: left;
        padding: 4.5vw;
        font-size: 4vw;
        z-index: 9999;
        margin-top: 50%;
        margin-left: 10%;
    }
    .tar-info-mobile-inner .top {
        display: flex !important;
        flex-direction: row-reverse;
        right: 0;
        position: initial;
    }
    .tar-info .top .close2 img {
        width: initial;
    }
    .tarif-ttk .title{
        width: 100% !important;
    }	
    .big_top_otstup{
        margin-top: 15vw;
    }
    #news .news-container .support-news-item .icons,
    #news .news-container .news-item .icons{
        margin-top: 2vw;
    }
    .bottomVibor{
        margin: 1vw 0;
        width: 100%;
        height: 11.20000vw;
        font-size: 3.24900vw;
    }
    .gratitude{
        padding: 11%;
        font-size: 2.667vw;
        width: 100%;
    }
    .gratitude .recourse .thanks{
        font-size: 4.66700vw;
    }
    .gratitude .recourse .print button{
        margin: 0;
        width: 35vw;
        height: 11.20000vw;
        font-size: 2.667vw;
    }
    .gratitude .control .zag{
        font-size: 3.5vw;
    }
    .gratitude .control .icon .row{
        height: 4vw;
    }
    .gratitude .control .icon img{
        width: 3vw;
    }
    .support .about-support img {
        margin-bottom: 3vw;
        margin-top: 3vw;
    }
    .geo .about-support img {
        width:45px;
    }
    .news_stolb_left{
        width: 90vw;
        margin-bottom: 8.5vw;
        margin-top: initial;
        margin-left: 10%;
        padding: 0 11% 0 13% !important;
    }
    .news_stolb_right{
        width: 90vw;
        margin-bottom: 8.5vw;
        margin-left: 10%;
        padding: 0 11% 0 13% !important;
    }
    .dates-selector select[name=month], .dates-selector select[name=year]{
        font-size: 3.5vw;
    }
}
@-moz-document url-prefix(){
		.actions-style-2 .content .left {
	/*   margin-top: -125% !important; */
	margin-top: calc(-31.5%) !important;

}
		.actions-style-3 .content .left {
	/*margin-top: -37.8%;*/
	margin-top: calc(-9.5%);

}
.payed .row:nth-of-type(3){
	padding: 1.5vw 0;
}
/*.tv .main-inner {
     height: 600px;
}*/
@media (max-width: 875px){
		.actions-style-2 .content .left {
	    margin-top: 0% !important;
}
		.actions-style-3 .content .left {
	    margin-top: 0%;
}
 .special-offers-block.home-internet-special-offers {
        margin-bottom: 15vw; 
    }
	.actions h3 {
    padding-bottom: 12vw;
}
.tv .main-inner {
     height: 100%;
}
}
}
.wifi_map{
	    width: 88%;
    margin: 0px auto;
    overflow: visible;
}
.wifi_map_markers{
	margin-bottom: 30px;
    text-align: left;
    width: 88%;
    margin: 0px auto 30px;
    margin-top: 2vw;
}
#thank-you .autopay{
	    background: #0072ce;
    border: 0;
    font-size: 0.93800vw;
    color: #ffffff;
    font-family: 'TTNorms SemiBold';
    letter-spacing: 0.05000em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 12.50000vw;
    height: 3.38542vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
}
#thank-you a{
    color: #0072ce;
	    text-decoration: underline;
}
@media (max-width: 850px){
	#thank-you .autopay{
		    width: 53.06700vw;
    height: 11.20000vw;
    font-size: 3.24900vw;
	}
}
.blue_b2b.tarif-ttk .tar-info{
	top: initial;
    right: initial;
}
@media (max-width: 875px){
	.blue_b2b.tarif-ttk .tar-info{
    right: 10vw;
}
#player #video {
    width: 100%;
}
.tv .main-inner .right-tv{
	    height: 100%;
}
.tv .main-inner .right-tv ul li{
	    height: 10vw;
}
.tv .main-inner .right-tv ul li a {
    font-size: 5vw;
}
}
.href__blue-dotted{
	 border-bottom: dashed 1px rgb(0, 114, 206);
    font-size: 1.60400vw;
    font-family: 'TTNorms Regular';
    color: #0072ce;
	margin-bottom: 1.3vw;
	display: inline-block
}
@media (max-width: 875px){
	.href__blue-dotted{
		font-size: 5vw;
		margin-bottom: 3vw;
	}
	.phone-num #letai-tabs .top .rbuttons .tab:first-child{
		margin-left: 3.1vw;
    }
}
.chat{
	position: fixed; 
	right: 0; 
	bottom: 30px;
	z-index: 11;
}
.chat{
	width: 117px;
    height: 117px;
}
.chat .chat__img{
	width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.chat__img-text:before{
    content: url(/tattelecomNew/img/chatbut.png);
}
.service {
	position: fixed;
    width: 60px;
    height: 60px;
    bottom: 9px;
    z-index: 200;
    right: 35px;
    cursor: pointer;
    -webkit-transition: bottom .2s ease-in;
    transition: bottom .2s ease-in;
    bottom: 50px;
}
.service_twitch {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: bottom .2s ease-in,width .8s cubic-bezier(.23,1,.32,1);
    transition: bottom .2s ease-in,width .8s cubic-bezier(.23,1,.32,1);
}
.service__wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}
a {
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}
.service__item {
    display: block;
    margin-bottom: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.service__item_main {
    margin-bottom: 0;
}
.service__item:before {
    content: ' ';
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
}
.service__item_main:before {
    width: 60px;
    height: 60px;
}
.icon {
    display: inline-block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.service__icon {
    color: #fff;
    position: absolute;
    font-size: 20px;
    width: 100%;
    text-align: center;
    top: 11px;
}
.service__icon_main {
    font-size: 28px;
    top: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color .1s ease-in,-webkit-transform 150ms ease-in;
    transition: color .1s ease-in,-webkit-transform 150ms ease-in;
    transition: color .1s ease-in,transform 150ms ease-in;
    transition: color .1s ease-in,transform 150ms ease-in,-webkit-transform 150ms ease-in;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
	transform: rotate(0deg) scale(1);
}
.icon_service-question:before {
	content: url(/tattelecomNew/img/chatbut.png);
}
.service__label {
    background: #515b60;
    color: #515b60;
    padding-right: 23px;
    border-radius: 50px;
    width: 100%;
    height: 60px;
    white-space: nowrap;
    text-align: right;
    font-size: 17px;
    line-height: 3.5;
    -webkit-transition: color .2s cubic-bezier(.23,1,.32,1);
    transition: color .2s cubic-bezier(.23,1,.32,1);
}
.service_twitch:hover{
	    width: 270px;
}
.service_twitch:hover .service__label {
	color:white;
}
.personal_data{
	font-size: 1.25000vw;
	letter-spacing: 0;
	line-height: 1.41667;
	color: #606060;
	margin-top: 1.3vw;
}
@media (max-width: 875px){
	.personal_data{
		font-size: 3.55vw;
		width: 100%;
		margin-top: 5vw;
	}
}
.phone-num .beautyNumButton{
    background: #0072ce;
    border: 0;
    font-size: 0.93800vw;
    color: #ffffff;
    font-family: 'TTNorms SemiBold';
    letter-spacing: 0.05000em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.38542vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    width: 43vw;
    margin: 5% auto 0;
}
.phone-number-popup-inner .row-item:nth-child(2) input[type="text"]{
	margin-right: 0;
}
.phone-number-popup-inner #checkbox {
    display: none;
}
.phone-number-popup-inner  label {
    cursor: pointer;
}
.phone-number-popup-inner  #checkbox~label:before {
    display: inline-block;
    content: '';
    width: 1.09375vw;
    height: 1.09375vw;
    border: 1px solid #a0a0a0;
    vertical-align: middle;
    margin-right: 1.04167vw;
    color: #0072ce;
    text-align: center;
    line-height: 0.70;
}
.phone-number-popup-inner  label span {
    vertical-align: middle;
}
.phone-number-popup-inner  #checkbox:checked~label:before{
	background-color: #0072D0;
}
@media (max-width: 875px){
	.phone-num .beautyNumRecall{
		font-size: 3vw;
		margin-top: 1.5vw;
		margin-bottom: 1.5vw;
	}
	.phone-num .beautyNumButton{
		width: 75vw;
		height: 10vw;
		font-size: 3.8vw;
	}
	.phone-number-popup-inner #checkbox~label:before {
		width: 2.09375vw;
		height: 2.09375vw;
		line-height: 0.6;
		font-size: 2.7vw;
	}
	.phone-number-popup-inner  label {
		font-size: 3.55vw;
		margin: 0 10px;
	}
}
.base .main-inner table tr td img, #base .main-inner table tr td img,.main-inner .tar-info-open, .base .top .title .price img, #base .top .title .price img{
	vertical-align: middle;
}
#additional-services.phones_list  .content .tile{
	height: 100%;
}
#additional-services.phones_list .content .tile .img-container{
	height: auto;
}
#additional-services.phones_list .content .tile img:not(.tar-img-open, .tar-info-close){
	width: 10vw;
}
#additional-services.phones_list .content .tile img.tar-img-open{
	vertical-align: middle;
	cursor: pointer;
}
#additional-services.phones_list .content .tile p{
	margin-bottom: 1vh;
}
.phones_list.gifts_list .tile .img-container {
	width: 80%;
    margin: 0 auto;
}
.gifts_list .content .tile .tar-info-open {
	font-size: 1.25000vw;
}
.gifts_list .content .tile .tar-info-table {
	width: 100%;
	margin-bottom: 1vh;
}
.base .main-inner table tr.gifts_more td{
	text-align: center;
    font-size: 1.60400vw;
    font-family: 'TTNorms Regular';
	cursor: pointer;
}
.gifts_more td .gifts_more_link {
	border-bottom: dashed 1px rgb(0, 114, 206);
}
@media (max-width: 875px){
	#additional-services.phones_list .content .tile img:not(.tar-img-open, .tar-info-close){
		width: 15vw;
	}
	#additional-services.phones_list.gifts_list .content .tile {
		height: 100%;
	}
	.gifts_list .content .tile .tar-info-open {
		font-size: 4vw;
	}
	.base .main-inner table tr.gifts_more td { 
		font-size: 6.66700vw;
		letter-spacing: 0.025em;
		width: 19%;
	}
}
.active-payment-type { 
    background-color: #e74625;
    color: #fff !important;
    transition: opacity 300ms cubic-bezier(.694,0,.335,1),background-color 300ms cubic-bezier(.694,0,.335,1),color 300ms cubic-bezier(.694,0,.335,1) !important;
}
@media (max-width: 875px) {
    .phone-num .main-inner .phone-row .payment-type {
        width: 60vw !important;
        font-size: 3.5vw !important;
        height: 16.1vw !important;
    }
    .select-payment-type {
        height: 7vw !important;
        font-size: 3vw !important;
    }
}
.phoneList{
	padding: 0% 6%;
}
.phoneList .content{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.phoneList .content{
	display: none;
}
.phoneList .content:first-child{
	display:flex;
}
.phoneList .content .tile{
    width: 20.75vw;
    position: relative;
	padding: 1.5vw;
    border: 2px solid #d2d2d2;
    margin-bottom: 4.5vw;
    height: 100%;
}
.phoneList .content .tile .title {
    font-size: 22px;
    color: #1c1c1c;
    letter-spacing: 0.05000em;
    margin-bottom: 0.5vw;
	text-align: left;
	font-family: 'TTNorms Regular';
	height: 80px;
}
.phoneList .content .tile .installment {
	margin-bottom: 1vw;
}
.phoneList .content .tile  .img-container{
	text-align: center;
	margin-bottom: 1.5vw;
}
.phoneList .content .tile  .img-container .img-phone {
    width: 6vw;
}
.phoneList .content .tile .detail{
    margin-bottom: 0.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.phoneList .content .tile .detail p {
    font-size: 0.90000vw;
    color: #0072ce;
    font-family: 'TTNorms Regular';
    line-height: 1.66667;
    letter-spacing: 0.05000em;
}
.phoneList .content .tile .detail p:first-child {
    color: #e74625;
    width: 50%;
}
.phoneList .content .tile .detail p.detail_m{
	width: 50%;
}
.phoneList .content .tile .installment .installment-href, .phoneList .content .tile .credit .credit-href{
	border-bottom: dashed 1px #0072ce;
    cursor: pointer;
    font-size: 22px;
}
.phoneList .content .tile .installment .installment-hint-wrapper, .phoneList .content .tile .credit .credit-hint-wrapper{
	display: none;
    position: absolute;	
}
.phoneList .content .tile:nth-child(4n) .installment .installment-hint-wrapper {
	right: 0;
}
.phoneList .content .tile:nth-child(3) .installment .installment-hint-wrapper, .phoneList .content .tile:nth-child(3)  .credit .credit-hint-wrapper,.phoneList .content .tile:nth-child(6) .installment .installment-hint-wrapper, .phoneList .content .tile:nth-child(6)  .credit .credit-hint-wrapper{
    right: 0;
}
.phoneList .content .tile .installment .installment-hint, .phoneList .content .tile .credit .credit-hint{
    width: 50.00000vw;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    z-index: 999999;
    box-shadow: 0px 0px 17.4px 2.6px rgba(51, 51, 51, 0.07);
    padding-bottom: 0;
    padding: 3.74167vw;
    font-size: 1.14583vw;
    position: relative;
}
.phoneList .content .tile .installment .installment-hint .popup-close, .phoneList .content .tile .credit .credit-hint .popup-close{
	cursor: pointer;
    font-size: 0.93750vw;
    font-family: 'TTNorms SemiBold';
    position: absolute;
    right: 2.81250vw;
    top: 1vw;
}
.phoneList .content .tile .installment .installment-hint .popup-close .popup-close-text, .phoneList .content .tile .credit .credit-hint .popup-close .popup-close-text{
	vertical-align: middle;
}
.phoneList .content .tile .installment .installment-hint .popup-close .popup-close-img, .phoneList .content .tile .credit .credit-hint .popup-close .popup-close-img{
	vertical-align: middle;
    filter: invert(100%);
    width: 1.77083vw;
    margin-left: 0.98958vw;
}
.phoneList .content .tile .cost{
    text-align: left;
    margin-bottom: 0.9vw;
    margin-top: 20px;
}
.phoneList .content .tile .cost .cost_value{
    font-family: 'TTNorms SemiBold';
    letter-spacing: 0.025em;
    font-weight: 100;
	font-size: 28px;
    border-left-width: 0px;
    padding-bottom: 0px;
    border-bottom-width: 0px;
    margin-bottom: 6px;
}
.phoneList .content .tile .cost .cost_currency{
	font-size: 1.14600vw;
    letter-spacing: 0.02500em;
	font-size: 25px;
    border-left-width: 0px;
    width: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 0px;
}
.phoneList .content .phoneList_button{
	background: #e74625;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 17.58300vw;
    height: 3.38500vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.93800vw;
    letter-spacing: 0.02500em;
    font-family: 'TTNorms SemiBold';
    border: none;
    text-transform: uppercase;
	cursor: pointer;
	margin-right: 1vw;
}
.phoneList .button-centerer .more_devices{
    border: none;
    width: 17.70833vw;
    font-size: 1.14583vw;
    color: #606060;
    margin: 0 auto;
}
.phoneList .button-centerer .more_devices .button-scaler .more_devices_img{
	vertical-align: middle;
    width: 50px;
    margin-right: 1.25000vw;
    transition: 1s ease;
    width: 2.6vw;
}
.phoneList .button-centerer .more_devices .button-scaler:hover .more_devices_img{
    transform:rotate(360deg);
}
.phoneList .order_more_wrapper{
	display: flex;
    align-items: center;
}
.phoneList .order_more_wrapper .more-href {
	border-bottom: dashed 1px #0072ce;
    cursor: pointer;
    font-size: 1.14583vw;
}
.phoneList .button-centerer:not(:nth-child(2)) {
    display: none;
}
#plans-and-packets.devices_links {
	margin-bottom: 4.3vw;
}
.form-wrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
	display: none;
}
.form-wrapper .form-container{
	width: 52vw;
	position: absolute;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 30px;
    box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
}
.form-wrapper .form-container .form-name{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-wrapper .form-container .form-calculation-elem{
	margin-bottom: 1.5vw;
}
.form-wrapper .form-container .form-info {
	margin-top: 1.5vw;
}
.form-wrapper .form-container .form-elem{
	display: flex;
    justify-content: center;
    margin-top: 1.5vw;
 /*   padding: 0 3vw; */
}
.form-wrapper .form-container .form-elem .form-elem-row{
	position: relative;
}
.form-wrapper .form-container .form-elem .form-elem-row:first-child{
	margin-right: 20px;
}
.form-wrapper .form-container .form-elem input[type="text"], .form-wrapper .form-container .form-elem input[type="tel"]{
	color: #1c1c1c;
    width: 20.8vw;
    height: 3.4vw;
    padding-left: 10px;
    font-size: 0.8vw;
    font-family: "TTNorms Medium";
	border: 1px solid rgba(0,0,0,0.2);
}
.form-wrapper .form-container .form-step {
	color: rgba(0,0,0,0.4);
}
.form-wrapper .form-container .form-elem input[type="text"]:nth-child(2), .form-wrapper .form-container .form-elem  input[type="tel"]:nth-child(2){
	margin: 0;
}
.form-wrapper .form-container .form-elem input[type="text"]:placeholder-shown + .input_label, .form-wrapper .form-container .form-elem  input[type="tel"]:placeholder-shown + .input_label{
	position: absolute;
    top: 9px;
    left: 15px;
    top: 1.25vw;
    transition: .5s;
    font-size: .8vw;
	color: rgba(0,0,0,.4);
}
.form-wrapper .form-container .form-elem .input_label {
    position: absolute;
    left: 15px;
    top: -1vw;
    transition: .5s;
    font-size: 0.6vw;
    text-transform: uppercase;
}
.form-wrapper .form-container .form-elem .place_get{
	color: #1c1c1c;
    width: 20.8vw;
    height: 3.4vw;
    font-size: 0.8vw;
    font-family: "TTNorms Medium";
}
.form-wrapper .form-container .form-info .form-info-elem{
	display: flex;
    justify-content: space-between;
}
.form-wrapper .form-container .form-checkbox{
	display: none;
}
.form-wrapper .form-container .form-checkbox~ .form-checkbox_label:before {
    display: inline-block;
    content: '';
    width: 1.09375vw;
    height: 1.09375vw;
    border: 1px solid #a0a0a0;
    vertical-align: middle;
    margin-right: 1.04167vw;
    color: #0072ce;
    text-align: center;
    line-height: 0.70;
	cursor: pointer;
}
.form-wrapper .form-container .form-checkbox:checked~ .form-checkbox_label:before {
	background-color: #0072D0;
}
.form-wrapper .form-container .form-checkbox_label .form-checkbox_text{
	vertical-align: middle;
}
.form-wrapper .form-container .button_form_devices{
	margin-top: 1.5vw;
    width: 100%;
    background: #0072ce;
    border: 0;
    font-size: 0.93800vw;
    color: #ffffff;
    font-family: 'TTNorms SemiBold';
    letter-spacing: 0.05000em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.38542vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 5% auto 0;
}
.form-wrapper .form-container .select2-container--default .select2-selection--single{
	height: 3.4vw !important;
	border: 1px solid rgba(0,0,0,0.2) !important;
}
.form-wrapper .form-container .select2-container {
    width: 43vw !important;
}
.form-wrapper .form-container .select2-container .select2-selection--single .select2-selection__rendered{
	line-height: 3.4vw !important;
	font-size: .8vw;
    text-transform: uppercase;
	/* color: rgba(0,0,0,0.4); */
}
.form-wrapper .form-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
	opacity: .4;
}
.form-wrapper .form-container .cancel-phone{
	cursor: pointer;
}
.blocks{
    margin-bottom: 2vw;
	padding-top: 2vw;
}
.blocks .left .ui-autocomplete-input{
	background: transparent;
    border: 1px solid #ffffff;
    color: white;
    margin-bottom: 1vw;
    height: 2.5vw;
}
.blocks .left .blocks_button{
	color: #ffffff;
    bottom: 1.6vw;
    position: absolute;
    width: 15.92708vw;
    transition: opacity 300ms cubic-bezier(.694,0,.335,1),background-color 300ms cubic-bezier(.694,0,.335,1),color 300ms cubic-bezier(.694,0,.335,1);
    border: 1px solid white;
    background-color: transparent;
    font-size: 0.93750vw;
    height: 3.95833vw;
	cursor: pointer;
	left: 1.6vw;
}
.blocks .left .blocks_button span{
	text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: TTNorms Medium;
}
.blocks .left .blocks_button:hover{
	background-color: white;
    color: black;
}
.ui-autocomplete.checkconnect {
	background-color: lightgray;
	max-width: 350px;
}
.ui-autocomplete.checkconnect .ui-menu-item-wrapper {
	text-decoration: none;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal;
}
.select2-container--open .select2-dropdown--below{
	z-index: 999999999999999999;
}
.select2-container{
	text-align: left;
}
.modal_z .select2-container{
	width: 100% !important;
    margin-bottom: 6%;
}
.blockAgree.personal_data{
	width: 100%;
}
.special-offers-block.blocks .left{
	background-size: 100% 100%;
}
.blocks .content{
    height: 24.9vw;
}
input.ui-autocomplete-input::placeholder{
		color: white;
		opacity: 1;
}
input.ui-autocomplete-input:-ms-input-placeholder{
		color: white;
		opacity: 1;	
}
input.ui-autocomplete-input::-ms-input-placeholder{
		color: white;
		opacity: 1;	
}
.cookie{
	width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
	display: none;
}
.cookie .cookie_wrapper{
    display: flex;
    align-items: center;
    border: 1px solid #c8c8c8;
    padding: 1vw;
    font-size: 1vw;
    color: #606060;
    line-height: 1.55;
	background-color: white;
}
.cookie .cookie_text{
	margin-right: 1vw;
}
.cookie .cookie_link{
	margin-right: 1vw;
    color: #0072ce;
}
.cookie .cookie_button{
	color: black;
    border-color: black;
    font-size: inherit;
    font-family: 'TTNorms Regular', sans-serif;
    width: 11.04167vw;
    padding: 0.75rem 1.25rem;
}
.geolocation{
	height: 6.19792vw;
    justify-content: center;
	width: 100%;
    margin: 0px auto;
    z-index: 999;
    position: fixed;
    background-color: white;
    padding: 1.5%;
    top: 3.90625vw;
    font-size: 1.2vw;
}
.geolocation .geolocationWrapper{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.geolocation .geolocationText{
	display: flex;
    margin-right: 1vw;
}
.geolocation .geolocationLink{
	text-decoration: underline;
}
.geolocation .geolocationLink:not(:last-child){
	margin-right: 1vw;
}
.geolocation  .geolocationCity{
	text-transform: uppercase;
}
.webchat{
	position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    background-color: #eee;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    width: 25vw;
    display: none;
    overflow: auto;
}
.webchat .webchat_close{
    padding: 10px;
    border-bottom: 1px solid #9b9b9b;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: white;
    align-items: center;	
}
.webchat .webchat_close .webchat_closeOnline {
	width: 9px;
}
.webchat .webchat_close .webchat_closeWrapperImg{
    cursor: pointer;
}
.webchat .webchat_faq{
    padding: 20px;
    background: #0072ce;
    color: white;
    position: relative;
    margin: 10px;
	border-radius: 10px;
}
.webchat .webchat_faq .faq_close{
    width: 100%;
    display: flex;
    justify-content: space-between;
    filter: invert(1);
    margin-bottom: 10px;
    align-items: center;	
}
.webchat .webchat_faq .faq_close .webchat_backImg{
    visibility: hidden;
    display: flex;
    align-items: center;	
}
.webchat .webchat_faq .faq_close .webchat_backImg, .webchat .webchat_faq .faq_close .webchat_closeImg{
    cursor: pointer;
	filter: brightness(0);
}
.webchat .webchat_faq .faq_close .webchat_backImg .webchat_backImg_img{
	transform: rotate(180deg);
	margin-right: 1vw;
	width: 25px;
}
.webchat .webchat_faq .faq_close .webchat_backImg .webchat_backImg_text{
	text-transform: uppercase;
	
}
/* .webchat .webchat_faq .faq_close .webchat_closeImg{
    width: 20px;
    height: 20px;	
} */
.webchat .webchat_faq .faq_caption_main{
    margin-bottom: 10px;
    font-size: 1vw;
}
.webchat .webchat_faq .faq_caption{
    margin-bottom: 10px;
    font-size: 1vw;
	font-family: 'TTNorms Medium', sans-serif;
}
.webchat .webchat_faq .faq_questions{ 
	 font-size: 1vw;
}
.webchat .webchat_faq .faq_questions a{
	text-decoration: underline;
}
.webchat .webchat_faq .faq_questions .faq_question{
    background-color: white;
    color: black;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
    font-size: 1vw;
    cursor: pointer;
}
.webchat .webchat_message{
    width: 100%;
    border: none;
}
.webchat .webchat_wrapper{
    width: 100%;
}
.webchat .webchat_form{
    display: flex;
    width: 100%;
	border: 1px solid #9b9b9b;
	align-items: flex-end;
    background-color: white;
    border-left: none;
    border-right: none;
	position: realtive;
}
.webchat .webchat_form .form_message{
  /*  width: 80%; */
    height: 35px;
    -webkit-appearance: none;
	border: none;
}
.webchat .webchat_form .message_area{
	width: 100%;
    text-align: left;
	font-size: 1.14583vw;
	padding: 0vw 1.35417vw;
}
.webchat .webchat_form .message_div {
	width: 100%;
	padding: 0px 35px 0px 10px;
	font-size: 1.14583vw;
	height: 35px;
	position: relative;
	max-height: 284px;
	min-height: 35px;
    /* overflow: auto; */
	overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
    margin-right: 10px;
}
.webchat .webchat_form .message_div::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
.webchat .webchat_form .webchat_message_placeholder{
	position: absolute;
    height: 35px;
    line-height: 35px;
	padding: 0px 35px 0px 10px;
	font-size: 1vw;
}
.webchat .webchat_form .webchat_button{
   /* width: 20%; */
    font-size: 1vw;
    background-color: white;	
	cursor: pointer;
    height: 35px;
}
.webchat .webchat_messages {
	width: 100%;
    padding: 10px;
}

.webchat .webchat_message {
    width: 100%;
    display: flex;
    align-items: center;
}
.webchat .webchat_messageClientBlock {
	justify-content: flex-end;
	margin-top: 10px;
	flex-direction: column;
	align-items: flex-end;
}
.webchat .webchat_messageClientBlock > div{
	font-size: 1vw;
}
.webchat .webchat_messageOpertorBlock {
    flex-direction: column;
    align-items: flex-start;
	margin-top: 10px;
}
.webchat .webchat_messageClient{
	width: 75%;
	background: #0072ce;
	color: white;
	padding: 10px;
	font-size: 1vw;
	border-radius: 10px;
}
.webchat .webchat_messageBot{
	width: 75%;
    background-color: white;
    border: none;
	color: black;
	padding: 10px;
	font-size: 1vw;
	border-radius: 10px;
}
.webchat .errors{
	color: red;
    width: 100%;
    text-align: center;
    margin: 10px auto;
	display: none;
}
.webchat .webchat_messageOpertorBlock > div{
	font-size: 1vw;
}
.webchat_messages{
	display: none;
}
.insuarance-akbars {
	padding: 0% 6%;
    margin-bottom: 6.3vw;
}
.insuarance-akbars #useful-information{
	padding-bottom: 0;
}

.insuarance-akbars .links{
	display: flex;
}
.insuarance-akbars .links .links-colmns-wrapper{
	display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
.insuarance-akbars .links .links-columns{
	display: flex;
}
.insuarance-akbars .links .column .insuarance-img{
	width: 100%;
}
.insuarance-akbars .links .links-columns .column{
	display: block;
	width: 25%;
    position: relative;
	padding: 0 1vw;
}
.insuarance-akbars .links .links-columns :first-child {
	padding-left: 0;
}
.insuarance-akbars .links .column a {
	display: flex;
    font-size: 1.14583vw;
    font-family: 'TTNorms SemiBold';
    letter-spacing: 0.025em;
    margin-bottom: 0.9vw;
	align-items: center;
}
.insuarance-akbars .insuarance-mobile-icon{
	display: none;
    width: 8vw;
	margin-bottom: 2vw;
}
.insuarance-akbars .rbuttons{
    margin-top: 2vw;
}
.insuarance-akbars .rbuttons .insuarance-link{
	background: #0072ce;
    margin-right: 5vw;
    color: #ffffff;
    margin-bottom: 2vw;
}
.insuarance-akbars .insuarance-img-block{
	width: 20%;
}
.insuarance-akbars .insuarance-img-block .insuarance-img{
	width: 100%;
}
.insuarance-akbars .useful-info {
	-webkit-box-shadow: 0px 0px 17.4px 2.6px rgba(51, 51, 51, 0.07);
    box-shadow: 0px 0px 17.4px 2.6px rgba(51, 51, 51, 0.07);
    padding: 2.8%;
    padding-bottom: 0;
	margin: 6vw auto 0;
    max-width: 80%;
}
.insuarance-akbars h2{
	font-size: 2.60417vw;
    letter-spacing: 0.025em;
    margin-bottom: 0.8vw;
}
.insuarance-akbars .useful-info .tar-img-open{
	margin-left: 1vw;
	cursor: pointer;
}
.insuarance-akbars .useful-info .tar-info{
	display: none;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
    box-shadow: 0px 0px 9px 1.2px rgba(51, 51, 51, 0.17);
    width: 23.4375vw;
    text-align: left;
    padding: 1.5vw;
    z-index: 1;
	top: 0;
}
.blocks .left {
	background-size: 100% 100%;
}
.blocks .special-offers-block .content .right .special-offers-content-wrapper {
	background-size: 100% 100%;
}
.blocks .right .blocks-right-li{
	height: 100%;
}
#base.base_devices .main-inner .right, .base.base_devices .main-inner .right {
    background-color: #fef6f4;
}
#base.base_devices .main-inner .left, .base.base_devices .main-inner .left {
    background-color: white;
}
@media (max-width: 1500px){
	.geolocation {
		height: 84px;
	}
	.phones_list .content .tile .img-container img {
	width: 100%;
}
}
@media (max-width: 1255px){ 
	.phoneList .content .tile .installment .installment-href, .phoneList .content .tile .credit .credit-href, .phoneList .content .tile .title, .phoneList .order_more_wrapper .more-href{
		font-size: 18px;
	}
	.phoneList .content .tile .title {
		height: 65px;
	}
} 
@media (max-width: 1200px){ 
	.blocks.special-offers-block .content .right, .blocks.special-offers-block .content .left {
		height: 100%;
	}
}
@media (max-width: 1059px){ 
	.phoneList .content .tile .installment .installment-href, .phoneList .content .tile .credit .credit-href, .phoneList .content .tile .title, .phoneList .order_more_wrapper .more-href {
		font-size: 15px;
	}
	.phoneList .content .tile .title {
		height: 54px;
	}
}
@media (max-width: 1040px){
	.geolocation {
		height: 62.16px;
	}
}
@media (max-width: 875px) {
	.phoneList{
		padding: 0% 11%;
		padding-top: 4.8vw;
	}
	.phoneList .content .tile{
		width: 100%;
		padding: 5vw;
	}
	.phoneList .content .tile .title{
		font-size: 6vw;
		height: 100%;
	}
	.phoneList .content .tile .title  .img-container .img-phone {
		width: 15vw;
	}
	.phoneList .content .tile .detail p {
		font-size: 4vw;
	}
	.phoneList .content .tile .installment .installment-href,.phoneList .content .tile .credit .credit-href{
		font-size: 4vw;
	}
	.phoneList .content .tile .cost .cost_value{
		font-size: 8.61700vw;
	}
	.phoneList .content .tile .cost .cost_currency{
		font-size: 3.97700vw;
	}
	.phoneList .content .tile .cost{
		margin-bottom: 3.8vw;	
	}	
	.phoneList .content .phoneList_button{
		width: 53.33300vw;
		height: 11.46700vw;
		font-size: 3.24900vw;
	}
	.phoneList .content .tile .installment .installment-hint, .phoneList .content .tile .credit .credit-hint{
		width: 60vw;
		height: 100%;
		font-size: 3.14583vw;
		position: relative;
		padding: 6vw;
	}
	.phoneList .content .tile:nth-child(3) .installment .installment-hint-wrapper, .phoneList .content .tile:nth-child(3)  .credit .credit-hint-wrapper{
		left: unset;
	}
	.phoneList .content .tile .installment .installment-hint .popup-close, .phoneList .content .tile .credit .credit-hint .popup-close{
		top: 3vw;
	}
	.phoneList .content .tile .installment .installment-hint .popup-close .popup-close-text, .phoneList .content .tile .credit .credit-hint .popup-close .popup-close-text{
		display: none;
	}
	.phoneList .content .tile .installment .installment-hint .popup-close .popup-close-img, .phoneList .content .tile .credit .credit-hint .popup-close .popup-close-img{
		width: 3.77083vw;
		margin-left: 0.98958vw;
	}
	.phoneList .content .tile .img-container .img-phone{
		width: 20vw;
	}
	.phoneList .content .tile .installment .installment-href, .phoneList .content .tile .credit .credit-href, .phoneList .content .tile .title, .phoneList .order_more_wrapper .more-href{
		font-size: 4vw;
	}
	.form-wrapper .form-container{
		width: 90vw!important;
		padding: 6vw!important;
	}
	.form-wrapper{
		overflow: auto;
	}
	.form-wrapper .form-container .form-caption, .form-wrapper .form-container .form-info{
		font-size: 3vw;
		margin-top: 1.5vw;
		margin-bottom: 1.5vw;
	}
	.form-wrapper .form-container .form-name h2{   
		font-size: 5vw!important;
	}	
	.form-wrapper .form-container .form-elem{
		display: flex;
		justify-content: center;
		margin-top: 1.5vw;
        flex-direction: column;
	}
	.form-wrapper .form-container .form-elem input[type="text"], .form-wrapper .form-container .form-elem  input[type="tel"]{
		width: 75vw!important;
		height: 10vw!important;
		font-size: 3.8vw!important;
		margin-left: 0;
	}
	.form-wrapper .form-container .form-elem input[type="text"]:placeholder-shown + .input_label{
		font-size: 3.8vw!important;
    }
    .form-wrapper .form-container input:placeholder-shown + label {
        top: 0vw!important;
        left: 4.15417vw !important;
        line-height: 10vw!important;
    }
	.form-wrapper .form-container .form-elem .place_get{
		width: 75vw!important;
		height: 10vw!important;
		font-size: 3.8vw!important;
	}
	.form-wrapper .form-container .form-elem .form-checkbox_label{
		font-size: 3.55vw;
		margin: 0 10px;
	}
	.form-wrapper .form-container .form-checkbox~ .form-checkbox_label:before{
		width: 2.09375vw;
		height: 2.09375vw;
		line-height: 0.6;
		font-size: 2.7vw;
	}
	.form-wrapper .form-container .button_form_devices{
		width: 75vw!important;
		height: 10vw!important;
		margin: 0;
		font-size: 3.8vw!important;
		margin-top: 10px;
	}
	.form-wrapper .form-container .form-elem .input_label {
		font-size: 3.8vw!important;
	}
	.form-wrapper .form-container .form-elem .form-elem-row:nth-child(2){
		margin-top: 1.5vw;
	}
	.phoneList .button-centerer .more_devices {
		border: none;
		width: 17.70833vw;
		font-size: 1.14583vw;
		color: #606060;
		margin: 0 auto;
		width: 50vw;
		font-size: 3.34583vw;
	}
	.phoneList .button-centerer .more_devices .button-scaler .more_devices_img{
		vertical-align: middle;
		width: 50px;
		margin-right: 1.25000vw;
		transition: 1s ease;
		width: 7vw;
    }
    .phoneList .content .tile .installment {
        margin-bottom: 3vw;
    }
    #base.base_devices .top .title {
        width: 100%;
    }
    .form-wrapper .form-container .select2-container {
		width: 75vw!important;
    }
	.form-wrapper .form-container .select2-container--default .select2-selection--single{
        width: 75vw!important;
		height: 10vw!important;
	}
	.form-wrapper .form-container .select2-container .select2-selection--single .select2-selection__rendered{
		line-height: 10vw!important;
		font-size: 3.8vw;
		text-transform: uppercase;
	}
	.special-offers-block.blocks .left:not(:last-child){
		margin-bottom: 11%;
	}
	#checkaddressform.checkAddress_block{
		margin-right: 0vw;
	}
	.blocks .left .ui-autocomplete-input{
		margin-bottom: 5%;
		height: 9.26667vw;
		font-size: 3.56933vw;
		padding: 0vw 4.15417vw;
		width: 100%;
	}
	.blocks .left .blocks_button{
		height: 9.26667vw;
		width: 42vw;
		font-size: 2.84267vw;
		left: 7%;
		bottom: 6.5%;
	}
	.blocks.special-offers-block .content .right, .blocks.special-offers-block .content .left {
		height: 85vw;
	}
	.modal_z .select2-container{
		width: 80% !important;
	}
	.blocks .content{
		height: initial;
	}
	.cookie .cookie_wrapper{
		font-size: 4.02vw;
		letter-spacing: 0.015em;
		line-height: 1.5;
		flex-direction: column;
		padding: 5% 11%;
	}
	.cookie .cookie_button{
		width: 100%;
	}
	.cookie .cookie_text, .cookie .cookie_link{
		margin-right: 0vw;
	}
	.cookie .cookie_link{
		 margin-bottom: 1vw;
	}
	.geolocation{
		top: 10.9vw;
		font-size: 3.5vw;
		padding: 3%;
		position: absolute;
		height: auto;
	}
	.geolocation .geolocationWrapper{
		flex-direction: column;
	}
	.geolocation .geolocationText{
		margin-right: 0;
		margin-bottom: 1.5vw;
	}
	.geolocation .geolocationLink:not(:last-child){
		margin-right: 2vw;
		margin-bottom: 1.5vw;
	}
	.webchat, .webchat .webchat_faq {
		width: 100%;
		margin: 0px;
	}
	.webchat .webchat_faq .faq_caption{
		font-size: 4vw;
	}
	.webchat .webchat_faq .faq_questions .faq_question{
		font-size: 3vw;
	}
	.webchat .webchat_close .webchat_closeText {
		font-size: 3vw;
		display: flex;
		align-items: center;
	}
	.webchat .webchat_close .webchat_closeOnline {
		margin-left: 1vw;
	}
	.webchat .webchat_faq .faq_caption{
		font-size: 5vw;
	}
	.webchat .webchat_faq .faq_close .webchat_backImg .webchat_backImg_text {
		font-size: 4vw;
	}
	.webchat .webchat_faq .faq_close .webchat_backImg .webchat_backImg_img{
		width: 15px;
	}
	.webchat .webchat_faq .faq_questions{
		font-size: 4vw;
	}
	.webchat .webchat_form .form_message,.webchat .webchat_form .webchat_button {
		font-size: 4vw;
		/* height: 12vw; */
	}
	.webchat .webchat_close{
		padding: 20px;
	}
	.webchat .webchat_messageClient, .webchat_messageBot{
		font-size: 4vw;
	}
	.webchat .webchat_messageOpertorBlock > div, .webchat .webchat_messageClientBlock > div{
		font-size: 3vw;
	}
	.webchat .webchat_faq{
		margin: 14vw 0 14vw 0;
	}
	.webchat .webchat_close .webchat_closeWrapperImg, .webchat .webchat_faq .faq_close .webchat_closeImg{
		height: 15px;
		width: 15px;
	}
	.webchat .webchat_faq .faq_caption_main {
		font-size: 4vw;
	}
	#useful-information{
		padding-bottom: 6%;
	}
	.insuarance-akbars .links {
		flex-wrap: wrap;
	}
	.insuarance-akbars .links .links-columns{
		flex-direction: column;
	}
	.insuarance-akbars .links .links-columns .column {
		width: 100% !important;
		display: block;
		padding: 0;
	}
	.insuarance-akbars .insuarance-img-block {
		display: none !important;
	}
	.insuarance-akbars .insuarance-link{
		width: 53.06700vw;
		height: 11.20000vw;
		font-size: 3.24900vw;
	}
	.insuarance-akbars .insuarance-mobile-icon{
		display: block;
	}
	.insuarance-akbars h2 {
		font-size: 6vw;
	}
	.insuarance-akbars span span {
		font-size: 4vw;
	}
	.insuarance-akbars .useful-info {
		padding-bottom: 6%;
		max-width: 100%;
	}
	.useful-info .links .column a {
		font-size: 3.14583vw;
		margin-bottom: 2.9vw;
	}
	.insuarance-akbars .useful-info .tar-info {
		width: 53.06700vw;
		font-size: 2.7vw;
	}
	.webchat .webchat_form .message_area,.webchat .webchat_form .webchat_message_placeholder{ 
		font-size: 4vw;
	}
	.special-offers-block.blocks .content .right .special-offers-content-wrapper{
		background-size: 100% 100%;
	}
	.blocks .right .blocks-right-li h4 {
		padding-top: 10%;
    }
    #base.base_devices .rbuttons {
        justify-content: left;
        width: 100%;
    }
}
@media (max-width: 400px) { 
    .form-wrapper .form-container .form-elem span.select2.select2-container.select2-container--default {
        width: 96% !important;
    }
}