@charset 'UTF-8';

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    outline: 0;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev,.slick-next {
    width: 48px;
    height: 40px;
    display: block;
    position: absolute;
    color: transparent;
    border: 0;
    margin-top: -20px;
    outline: 0;
    top: 50%;
    padding: 0
}

.slick-next {
    right: -54px
}

.slick-prev:focus,.slick-prev:focus {
    outline: 0
}

.slick-prev:hover {
    cursor: pointer
}

.slick-next:hover {
    cursor: pointer
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -180px
}

[dir=rtl] .slick-prev {
    left: -125px;
    left: auto
}

.slick-prev:before {
    content: ''
}

[dir=rtl] .slick-prev:before {
    content: ''
}

.slick-next {
    right: -180px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -125px
}

.slick-next:before {
    content: ''
}

[dir=rtl] .slick-next:before {
    content: ''
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slick-dots {
    position: absolute;
    bottom: 23px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    float: none;
    width: 23px;
    height: 23px;
    padding: 0;
    margin: 0 5px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    width: 23px;
    height: 23px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: 0
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    content: '';
    border-radius: 50%;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    background: #fff;
    color: #000
}

.slick-dots {
    display: block
}

.partner-item:focus {
    outline: 0
}

.arcticmodal-overlay,.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000
}

.arcticmodal-overlay {
    background: #262e31;
    background: -moz-linear-gradient(left,#262e31 0,#384449 100%);
    background: -webkit-linear-gradient(left,#262e31 0,#384449 100%);
    background: linear-gradient(to right,#262e31 0,#384449 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262e31', endColorstr='#384449', GradientType=1);
    will-change: opacity
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse
}

:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto
}

.arcticmodal-container_i2 {
    padding: 24px 0;
    margin: 0;
    border: 0;
    vertical-align: middle
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 no-repeat 50% 50%
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@font-face {
    font-family:_Regular;src:url("fonts/Gilroy-Regular.93a118ae3780.otf");src:url("fonts/Gilroy-Regular.31dc5269d4fe.woff")
}

@font-face {
    font-family:_ExtraBold;src:url("fonts/Gilroy-Extrabold.de08bd326146.otf");src:url("fonts/Gilroy-Extrabold.ba7028b3a335.woff")
}

:hover {
    cursor: default
}

input::-webkit-input-placeholder {
    font-size: 1em;
    color: #a2b0b5
}

input::-moz-placeholder {
    font-size: 1em;
    color: #a2b0b5
}

input:-moz-placeholder {
    font-size: 1em;
    color: #a2b0b5
}

input:-ms-input-placeholder {
    font-size: 1em;
    color: #a2b0b5
}

textarea::-webkit-input-placeholder {
    font-size: 1em;
    color: #a2b0b5
}

textarea::-moz-placeholder {
    font-size: 1em;
    color: #a2b0b5
}

textarea:-moz-placeholder {
    font-size: 1em;
    color: #a2b0b5
}

textarea:-ms-input-placeholder {
    font-size: 1em;
    color: #a2b0b5
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease
}

input {
    border-radius: 0
}

input:focus {
    outline: 0
}

input[type=text],input[type=email],input[type=tel],input[type=password],textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none
}

input[type=submit],button {
    -webkit-appearance: none
}

input[type=submit]:hover,button:hover {
    cursor: pointer
}

input:hover {
    cursor: text
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

html,body {
    -webkit-overflow-scrolling: touch!important
}

li,a {
    -webkit-tap-highlight-color: transparent
}

div,p,ul,ol,li,header,footer,section,nav,h1,h2,h3,h4,h5,h6,form,article,main,adress {
    display: block;
    float: left;
    width: 100%;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0
}

img {
max-width: 100%;
margin: 2%;


  display:block;
  margin: auto;

  margin-top: 2%;

  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 0 8px 8px white inset;


  -webkit-box-shadow:  15px 15px 30px 4px rgba(0,0,0,0.8);
    -moz-box-shadow: 15px 15px 30px 4px rgba(0,0,0,0.8);
    box-shadow: 15px 15px 30px 4px rgba(0,0,0,0.8);
}

.leftimg {
float: left;
  margin: 2%;
  margin-right: 30px;

    -webkit-box-shadow: 5px 5px 10px 4px rgba(0,0,0,0.8);
    -moz-box-shadow: 5px 5px 10px 4px rgba(0,0,0,0.8);
    box-shadow: 5px 5px 10px 4px rgba(0,0,0,0.8);
}

p {
  color: white;
  margin-bottom: 25px;
}

p a { 
    text-decoration: underline;

   } 

p a:hover { 
    text-decoration: underline; 
    color: #fec03b; 
   } 

p.vignette {
  position: relative;
}
p.vignette img {
 display: block;
}
p.vignette:after {
 -moz-box-shadow: inset 0 0 10em #666;  
 -webkit-box-shadow: inset 0 0 10em #666;   
 box-shadow: inset 0 0 10em #666;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
 content: "";
}



a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out

}




a:hover {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

a:focus {
    outline: 0
}

a:active {
    outline: 0
}

button {
    display: block;
    float: left;
    border: 0;
    padding: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

button:focus {
    outline: 0
}

button:active {
    outline: 0
}

button:hover {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

a:hover,button:hover {
    cursor: pointer
}

a:hover *,button:hover * {
    cursor: pointer
}

* {
    box-sizing: border-box
}

.wrap {
    width: 100%;
    max-width: 1200px;
    float: none;
    margin: 0 auto
}

body {
    margin: 0;
    padding: 0;
    font-family: _Regular;
    color: #000
}

body.pop-up-open {
    position: fixed;
    left: 0;
    right: 0
}

body.locked {
    overflow: hidden
}

.btn {
    height: 60px;
    background: #faa919;
    background: -moz-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: -webkit-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: linear-gradient(to right,#faa919 0,#ffde01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa919', endColorstr='#ffde01', GradientType=1);
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: _ExtraBold;
    color: #262e31;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 40px 0 rgba(250,169,25,.5);
    -moz-box-shadow: 0 0 40px 0 rgba(250,169,25,.5);
    box-shadow: 0 0 40px 0 rgba(250,169,25,.5);
    max-width: 360px;
    transition: all .2s linear
}

.btn:hover {
    -webkit-box-shadow: 0 0 40px 0 rgba(250,169,25,.9);
    -moz-box-shadow: 0 0 40px 0 rgba(250,169,25,.9);
    box-shadow: 0 0 40px 0 rgba(250,169,25,.9);
    transition: all .2s linear
}

.header {

    background-size: cover;
    position: relative;
    overflow: hidden
}

.header .menu {
    width: auto
}

.header .scroll_down {
    width: 20px;
    height: 14px;
    background: url("../img/scroll_down.52b7ff4cfe59.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 70px;
    bottom: 65px;
    display: block
}

.header .socials {
    left: 70px;
    position: absolute;
    width: 30px;
    top: 50%;
    transform: translateY(-50%)
}

.header .socials a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-bottom: 54px;
    position: relative
}

.header .socials a:last-child {
    margin-bottom: 0
}

.header .socials a:before {
    opacity: .1;
    transition: all .2s linear
}

.header .socials a:hover:before {
    opacity: 1;
    transition: all .2s linear
}

.header .socials a.vk:before {
    width: 22px;
    height: 12px;
    background: url("../img/vk-logo.22fcb017abbb.png") center center no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -11px;
    content: '';
    position: absolute
}

.header .socials a.fb:before {
    width: 10px;
    height: 20px;
    background: url("../img/facebook.77e990c29c1f.png") center center no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -5px;
    content: '';
    position: absolute
}

.header .socials a.instagram:before {
    width: 20px;
    height: 18px;
    background: url("../img/instagram.907033443095.png") center center no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -10px;
    content: '';
    position: absolute
}

.header_top {
    padding: 30px 0
}

.header_top_left {
    width: auto;
    margin-right: 106px
}

.header_top_left .logo {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 7px;
    width: auto;
    display: block;
    float: left
}

.header_top_left .logo .umobile {
    font-family: _ExtraBold;
    color: #fff;
    padding-right: 45px;
    margin-right: 10px;
    position: relative
}

.header_top_left .logo .umobile:before {
    width: 30px;
    height: 30px;
    background: url("../img/logo.1526f423695b.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -15px
}

.header_top_left .logo_text {
    font-size: 12px;
    color: #fff;
    width: auto;
    clear: both
}

.header_top_center {
    width: auto
}

.header_top_center ul {
    width: auto
}

.header_top_center ul li {
    margin-right: 38px;
    width: auto;
    padding: 17px 0
}

.header_top_center ul li:last-child {
    margin-right: 0
}

.header_top_center ul li a {
    font-size: 14px;
    color: #fff;
    display: block;
    float: left;
    position: relative
}

.header_top_center ul li a:hover:before {
    opacity: 1;
    transition: all .2s linear
}

.header_top_center ul li a:before {
    height: 2px;
    background: #faa919;
    left: -10px;
    right: -10px;
    bottom: -10px;
    content: '';
    position: absolute;
    opacity: 0;
    transition: all .2s linear
}

.header_top_right {
    width: auto;
    float: right;
    margin-left: 112px
}

.header_top_right .tel {
    width: auto;
    padding: 3px 0
}

.header_top_right .tel a {
    font-size: 22px;
    font-family: _ExtraBold;
    width: auto;
    display: block;
    float: right;
    color: #fff;
    margin-bottom: 3px
}

.header_top_right .tel p {
    font-size: 12px;
    color: #fff;
    width: auto;
    clear: both;
    float: right
}

.header_top_right .callback_btn {
    margin-left: 36px;
    width: 190px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    display: block;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-family: _ExtraBold;
    color: #000
}

.header_top_right .callback_btn:hover {
    background: #e1e1e1
}

.header_top .menu {
    float: right
}

.header_top .menu_btn {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    padding: 13px 12px;
    display: none
}

.header_top .menu_btn span {
    background: #262e31;
    height: 2px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 4px
}

.header_top .menu_btn span:last-child {
    margin-bottom: 0
}

.header_main {
    padding: 130px 0 230px
}

.header_main_left {
    max-width: 605px;
    position: relative
}

.header_main_left:after {
    width: 102px;
    height: 35px;
    background: url("../img/arrow.4b23f24cec97.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 20px;
    right: -80px;
    content: ''
}

.header_main_left .mobile_content {
    display: none
}

.header_main_right {
    max-width: 450px;
    float: right
}

.header_main_right .free {
    display: none
}

.header_main_right .header_form {
    text-align: center;
    position: relative
}

.header_main_right .header_form:before {
    height: 20px;
    left: 20px;
    right: 20px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background: rgba(255,255,255,.1);
    content: '';
    position: absolute;
    top: 0
}

.header_main_right .header_form:after {
    height: 10px;
    left: 10px;
    right: 10px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background: rgba(255,255,255,.1);
    content: '';
    position: absolute;
    top: 10px
}

.header_main_right .header_form .form_wrap {
    background: #fff;
    padding: 45px 50px;
    border-radius: 5px;
    margin-top: 20px
}

.header_main_right .header_form .form_wrap .form_title {
    font-size: 24px;
    font-family: _ExtraBold;
    color: #262e31;
    margin-bottom: 18px
}

.header_main_right .header_form .form_wrap .form_subtitle {
    font-size: 14px;
    color: #262e31;
    text-align: center;
    max-width: 238px;
    display: inline-block;
    float: none;
    line-height: 1.8;
    margin-bottom: 24px
}

.header_main_right .header_form .form_wrap .input_wrap {
    background: #faa919;
    background: -moz-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: -webkit-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: linear-gradient(to right,#faa919 0,#ffde01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa919', endColorstr='#ffde01', GradientType=1);
    position: relative;
    border-radius: 5px;
    margin-bottom: 19px
}

.header_main_right .header_form .form_wrap .input_wrap.focus:after {
    background-image: url("../img/tel-active.46f424d39963.png");
    transition: all .2s linear
}

.header_main_right .header_form .form_wrap .input_wrap:before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #fff;
    position: absolute;
    border-radius: 5px;
    content: ''
}

.header_main_right .header_form .form_wrap .input_wrap:after {
    width: 12px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    background: url("../img/tel.fa720a926efc.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    right: 30px;
    transition: all .2s linear
}

.header_main_right .header_form .form_wrap .input_wrap .input {
    height: 60px;
    display: block;
    float: left;
    border: 1px solid transparent;
    font-size: 14px;
    font-family: _Regular;
    padding-left: 30px;
    padding-right: 55px;
    background: 0 0;
    width: 100%;
    position: relative;
    z-index: 1
}

.header_main_right .header_form .form_wrap .checkbox {
    margin-top: 20px
}

.header_main_right .header_form .form_wrap .checkbox input {
    display: none
}

.header_main_right .header_form .form_wrap .checkbox label {
    padding-left: 30px;
    color: #a2b0b5;
    font-size: 12px;
    position: relative;
    line-height: 22px;
    display: block;
    float: left;
    width: 100%;
    text-align: left
}

.header_main_right .header_form .form_wrap .checkbox label a {
    transition: none
}

.header_main_right .header_form .form_wrap .checkbox label a span {
    border-bottom: 1px solid rgba(162,176,181,.4)
}

.header_main_right .header_form .form_wrap .checkbox label.warning {
    color: red
}

.header_main_right .header_form .form_wrap .checkbox label.warning a span {
    border-color: red
}

.header_main_right .header_form .form_wrap .checkbox label.warning:before {
    border-color: red
}

.header_main_right .header_form .form_wrap .checkbox label:hover {
    cursor: pointer
}

.header_main_right .header_form .form_wrap .checkbox label:before {
    width: 20px;
    height: 20px;
    border: 2px solid #deebef;
    box-sizing: border-box;
    position: absolute;
    border-radius: 2px;
    content: '';
    top: 0;
    left: 0
}

.header_main_right .header_form .form_wrap .checkbox label:after {
    background: url("../img/check.6b085b1c1544.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    width: 12px;
    height: 12px;
    content: '';
    top: 3px;
    left: 4px;
    opacity: 0;
    transition: all .2s linear
}

.header_main_right .header_form .form_wrap .checkbox input:checked+label:after {
    opacity: 1;
    transition: all .2s linear
}

.header_main .header_title {
    font-size: 36px;
    font-family: _ExtraBold;
    color: #fff;
    margin-bottom: 23px
}

.header_main .header_title b {
    color: #faa919
}

.header_main .header_ul li {
    padding-left: 27px;
    position: relative;
    font-size: 14px;
    font-family: _ExtraBold;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 12px
}

.header_main .header_ul li:last-child {
    margin-bottom: 0
}

.header_main .header_ul li:before {
    width: 10px;
    height: 16px;
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    background: url("../img/li_before.a25b1c2ed6f9.png") center center no-repeat;
    background-size: contain
}

.header_main .rate {
    padding: 32px 30px 32px 40px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    margin-top: 35px
}

.header_main .rate:before {
    background: rgba(255,255,255,.1);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.header_main .rate #blur-img {
    position: absolute;
    bottom: 0;
    right: 0;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    background: url("../img/header.9cf37aa76943.jpg") center center no-repeat;
    background-size: cover
}

.header_main .rate_title {
    font-size: 30px;
    font-family: _ExtraBold;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 8px
}

.header_main .rate_text {
    font-size: 12px;
    font-family: _ExtraBold;
    color: #fff;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 12px
}

.header_main .rate .free {
    font-size: 20px;
    font-family: _ExtraBold;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-top: 15px;
    line-height: 26px
}

.header_main .rate .free b {
    font-weight: 100;
    text-transform: uppercase;
    color: #faa919
}

.header_main .rate .free span:not(.js_date) {
    background: #faa919;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px;
    border-radius: 4px;
    margin-left: 12px;
    margin-top: -6px
}

.header.success_header.success_2 {
    text-align: center
}

.header.success_header.success_2 .header_main_left .success_left {
    width: 100%;
    max-width: 100%
}

.header.success_header.success_2 .header_main_left .success_left .title {
    text-align: center;
    margin-bottom: 13px
}

.header.success_header.success_2 .header_main .rate {
    padding-top: 110px
}

.header.success_header.success_2 .btn {
    max-width: 290px;
    display: inline-block;
    float: none;
    margin-top: 40px
}

.header.success_header .header_main_left {
    position: relative;
    padding-top: 0
}

.header.success_header .header_main_left:before {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #fff;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: -80px;
    z-index: 2
}

.header.success_header .header_main_left:after {
    width: 46px;
    height: 34px;
    position: absolute;
    content: '';
    background: url("../img/success_check.39d3f77cd029.png") center center no-repeat;
    background-size: contain;
    left: 50%;
    margin-left: -23px;
    top: -16px;
    z-index: 2;
    display: block
}

.header.success_header .header_main .rate {
    padding-top: 82px;
    padding-bottom: 90px;
    padding-right: 100px;
    margin-top: 0
}

.header.success_header .header_main_left {
    max-width: 100%;
    width: 100%
}

.header.success_header .header_main_left .success_left {
    width: 50%;
    padding-left: 53px;
    padding-right: 24px;
    position: relative;
    z-index: 1
}

.header.success_header .header_main_left .success_left .title {
    font-size: 36px;
    color: #fff;
    font-family: _ExtraBold;
    text-align: left;
 
}

.header.success_header .header_main_left .success_left .subtitle {
    font-size: 16px;
    color: #fff;
    line-height: 1.75
}

.header.success_header .header_main_left .success_right {
    position: relative;
    z-index: 1;
    width: 50%;
    float: right;
    width: auto
}

.header.success_header .header_main_left .success_right .success_form {
    max-width: 350px
}

.header.success_header .header_main_left .success_right .success_form .checkbox {
    margin-top: 20px
}

.header.success_header .header_main_left .success_right .success_form .checkbox input {
    display: none
}

.header.success_header .header_main_left .success_right .success_form .checkbox label {
    padding-left: 30px;
    color: #a2b0b5;
    font-size: 12px;
    position: relative;
    line-height: 22px;
    display: block;
    float: left;
    width: 100%;
    text-align: left
}

.header.success_header .header_main_left .success_right .success_form .checkbox label a {
    transition: none
}

.header.success_header .header_main_left .success_right .success_form .checkbox label a span {
    border-bottom: 1px solid rgba(162,176,181,.4)
}

.header.success_header .header_main_left .success_right .success_form .checkbox label.warning {
    color: red
}

.header.success_header .header_main_left .success_right .success_form .checkbox label.warning a span {
    border-color: red
}

.header.success_header .header_main_left .success_right .success_form .checkbox label.warning:before {
    border-color: red
}

.header.success_header .header_main_left .success_right .success_form .checkbox label:hover {
    cursor: pointer
}

.header.success_header .header_main_left .success_right .success_form .checkbox label:before {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(222,235,239,.3);
    box-sizing: border-box;
    position: absolute;
    border-radius: 2px;
    content: '';
    top: 0;
    left: 0
}

.header.success_header .header_main_left .success_right .success_form .checkbox label:after {
    background: url("../img/check.6b085b1c1544.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    width: 12px;
    height: 12px;
    content: '';
    top: 3px;
    left: 4px;
    opacity: 0;
    transition: all .2s linear
}

.header.success_header .header_main_left .success_right .success_form .checkbox input:checked+label:after {
    opacity: 1;
    transition: all .2s linear
}

.header.success_header .header_main_left .success_right .input_wrap {
    height: 60px;
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    font-family: _ExtraBold;
    position: relative;
    z-index: 1;
    background: 0 0;
    margin-bottom: 20px
}

.header.success_header .header_main_left .success_right .input_wrap .input_field {
    position: relative
}

.header.success_header .header_main_left .success_right .input_wrap .input_field:after {
    width: 12px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    background: url("../img/tel.fa720a926efc.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    right: 30px;
    transition: all .2s linear
}

.header.success_header .header_main_left .success_right .input_wrap .input_field.focus:after {
    background-image: url("../img/tel-active.46f424d39963.png");
    transition: all .2s linear
}

.header.success_header .header_main_left .success_right .input_wrap .input {
    width: 100%;
    height: 60px;
    background: 0 0;
    display: block;
    float: left;
    border: 1px solid transparent;
    padding-left: 30px;
    padding-right: 54px;
    font-family: _Regular;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 3
}

.header.success_header .header_main_left .success_right .input_wrap .input:hover {
    cursor: text
}

.header.success_header .header_main_left .success_right .input_wrap:before {
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #faa919;
    content: '';
    position: absolute;
    border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.header.success_header .header_main_left .success_right .input_wrap:after {
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #ffde01;
    content: '';
    position: absolute;
    border-left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.header.success_header .header_main_left .success_right .input_wrap .gradient {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    height: 60px;
    text-align: center;
    color: #fff
}

.header.success_header .header_main_left .success_right .input_wrap .gradient:before {
    height: 2px;
    left: 4px;
    right: 4px;
    background: #faa919;
    background: -moz-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: -webkit-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: linear-gradient(to right,#faa919 0,#ffde01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa919', endColorstr='#ffde01', GradientType=1);
    content: '';
    position: absolute;
    top: 0;
    z-index: 1
}

.header.success_header .header_main_left .success_right .input_wrap .gradient:after {
    height: 2px;
    left: 4px;
    right: 4px;
    background: #faa919;
    background: -moz-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: -webkit-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: linear-gradient(to right,#faa919 0,#ffde01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa919', endColorstr='#ffde01', GradientType=1);
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1
}

.benefits {
    padding-top: 174px;
    padding-bottom: 138px;
    overflow: hidden
}

.benefits .wrap_float {
    position: relative
}

.benefits .wrap_float:before {
    content: "Umobile";
    font-size: 300px;
    color: #f0f7f9;
    font-family: _ExtraBold;
    position: absolute;
    left: -724px;
    transform: rotate(-90deg);
    top: 50%;
    margin-top: -262px
}

.benefits .wrap_float:after {
    content: "Beeline";
    font-size: 300px;
    color: #f0f7f9;
    font-family: _ExtraBold;
    position: absolute;
    right: -300px;
    bottom: -122px
}

.benefits .wrap_float .section_content {
    position: relative;
    z-index: 1
}

.benefits .wrap_float .item {
    height: 232px;
    max-width: 748px;
    background: #262e31;
    background: -moz-linear-gradient(left,#262e31 0,#384449 100%);
    background: -webkit-linear-gradient(left,#262e31 0,#384449 100%);
    background: linear-gradient(to right,#262e31 0,#384449 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262e31', endColorstr='#384449', GradientType=1);
    padding-left: 50px;
    padding-right: 137px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 116px
}

.benefits .wrap_float .item:last-child {
    margin-bottom: 40px
}

.benefits .wrap_float .item:nth-child(even) {
    float: right;
    padding-left: 137px;
    padding-right: 50px
}

.benefits .wrap_float .item:nth-child(even) .item_icon {
    left: -250px;
    right: auto
}

.benefits .wrap_float .item:nth-child(even) .item_icon:before {
    right: -18px;
    left: auto
}

.benefits .wrap_float .item.item_1 .item_icon img {
    width: 140px;
    height: 140px
}

.benefits .wrap_float .item.item_2 .item_icon img {
    width: 130px;
    height: 130px
}

.benefits .wrap_float .item.item_3 .item_icon img {
    width: 88px;
    height: 120px
}

.benefits .wrap_float .item .tc {
    height: inherit;
    display: table-cell;
    vertical-align: middle;
    float: none
}

.benefits .wrap_float .item_title {
    font-size: 36px;
    font-family: _ExtraBold;
    color: #fff;
    margin-bottom: 20px
}

.benefits .wrap_float .item_text {
    font-size: 16px;
    color: #fff;
    line-height: 1.7
}

.benefits .wrap_float .item_text a {
    color: #faa919;
    font-family: _ExtraBold
}

.benefits .wrap_float .item_icon {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    right: -205px;
    line-height: 300px;
    text-align: center;
    -webkit-box-shadow: 0 0 90px 0 rgba(38,46,49,.1);
    -moz-box-shadow: 0 0 90px 0 rgba(38,46,49,.1);
    box-shadow: 0 0 90px 0 rgba(38,46,49,.1)
}

.benefits .wrap_float .item_icon img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 1
}

.benefits .wrap_float .item_icon:before {
    width: 100%;
    height: 100%;
    left: -18px;
    top: 0;
    background: rgba(255,255,255,.1);
    content: '';
    position: absolute;
    border-radius: 50%
}

.benefits .wrap_float .item_icon:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    content: '';
    position: absolute;
    border-radius: 50%
}

.benefits .btn {
    position: relative;
    z-index: 1
}

.title {
    font-size: 36px;
    font-family: _ExtraBold;
    text-align: center
}

.tariffs {
    padding: 125px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.tariffs .title {
    color: #fff;
    margin-bottom: 66px
}

.tariffs_item {
    width: 370px;
    height: 535px;
    position: relative;
    overflow: hidden;
    margin-top: 40px
}

.tariffs_item:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.tariffs_item:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.tariffs_item:nth-child(2) {
    background: #faa919;
    background: -moz-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: -webkit-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: linear-gradient(to right,#faa919 0,#ffde01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa919', endColorstr='#ffde01', GradientType=1);
    width: 460px;
    height: 620px;
    margin-top: 0;
    border-radius: 5px
}

.tariffs_item:nth-child(2) .tariffs_item_title {
    font-size: 30px;
    color: #262e31;
    padding: 43px 0 21px
}

.tariffs_item:nth-child(2) .tariffs_item_cost {
    background: #262e31;
    background: -moz-linear-gradient(left,#262e31 0,#384449 100%);
    background: -webkit-linear-gradient(left,#262e31 0,#384449 100%);
    background: linear-gradient(to right,#262e31 0,#384449 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262e31', endColorstr='#384449', GradientType=1)
}

.tariffs_item:nth-child(2) .tariffs_item_cost .cost_center {
    height: 95px
}

.tariffs_item:nth-child(2) .tariffs_item_cost .cost_center .value {
    color: #fff;
    font-size: 100px
}

.tariffs_item:nth-child(2) .tariffs_item_cost .cost_center .currency {
    color: #fff;
    padding-top: 35px;
    top: 20px
}

.tariffs_item:nth-child(2) .tariffs_item_cost .cost_center .currency:before {
    background-image: url("../img/ruble-white.371010b7bd53.png");
    width: 24px;
    height: 28px
}

.tariffs_item:nth-child(2) .tariffs_item_cost .cost_p {
    color: #fff
}

.tariffs_item:nth-child(2) .tariffs_item_ul li {
    color: #262e31;
    font-family: _ExtraBold
}

.tariffs_item:nth-child(2) .tariffs_item_ul li:before {
    background-image: url("../img/li_before-dark.02acf97302e5.png")
}

.tariffs_item:nth-child(2) .tariffs_item_btn {
    height: 60px;
    background: #fff;
    border-radius: 5px;
    margin-top: 27px;
    transition: all .2s linear
}

.tariffs_item:nth-child(2) .tariffs_item_btn:hover {
    background: #e1e1e1;
    transition: all .2s linear
}

.tariffs_item:nth-child(2) .tariffs_item_btn:before,.tariffs_item:nth-child(2) .tariffs_item_btn:after {
    display: none
}

.tariffs_item:nth-child(2) .tariffs_item_btn .gradient {
    height: 60px;
    color: #262e31;
    line-height: 60px;
    font-size: 16px
}

.tariffs_item:nth-child(2) .tariffs_item_btn .gradient span:before {
    display: none
}

.tariffs_item:nth-child(2) .tariffs_item_btn .gradient:before,.tariffs_item:nth-child(2) .tariffs_item_btn .gradient:after {
    display: none
}

.tariffs_item:before {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    background: rgba(255,255,255,.1);
    z-index: 1
}

.tariffs_item .blur {
    position: absolute;
    top: -236px;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.tariffs_item_title {
    font-size: 24px;
    font-family: _ExtraBold;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 31px 0 23px
}

.tariffs_item_cost {
    position: relative;
    z-index: 1;
    background: #fff;
    text-align: center;
    padding: 10px 0 15px
}

.tariffs_item_cost .cost_center {
    display: inline-block;
    float: none;
    position: relative;
    width: auto;
    height: 60px
}

.tariffs_item_cost .cost_center .value {
    font-size: 60px;
    font-family: _ExtraBold;
    color: #262e31;
    width: auto
}

.tariffs_item_cost .cost_center .currency {
    padding-top: 19px;
    position: absolute;
    left: 100%;
    margin-left: 14px;
    font-size: 14px;
    font-family: _ExtraBold;
    color: #262e31;
    width: auto;
    text-align: left;
    white-space: nowrap;
    top: 11px
}

.tariffs_item_cost .cost_center .currency:before {
    width: 15px;
    height: 17px;
    background: url("../img/ruble.c29e501f6e9f.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 0;
    left: 0
}

.tariffs_item_cost .cost_p {
    font-size: 12px;
    color: #262e31
}

.tariffs_item_list {
    padding: 30px 40px 35px
}

.tariffs_item_ul li {
    padding-left: 27px;
    position: relative;
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    margin-bottom: 12px
}

.tariffs_item_ul li:last-child {
    margin-bottom: 0
}

.tariffs_item_ul li:before {
    width: 10px;
    height: 16px;
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    background: url("../img/li_before.a25b1c2ed6f9.png") center center no-repeat;
    background-size: contain
}

.tariffs_item_btn {
    height: 50px;
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    font-family: _ExtraBold;
    position: relative;
    z-index: 1;
    background: 0 0
}

.tariffs_item_btn:before {
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #faa919;
    content: '';
    position: absolute;
    border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.tariffs_item_btn:after {
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #ffde01;
    content: '';
    position: absolute;
    border-left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.tariffs_item_btn:hover .gradient {
    color: #262e31;
    transition: all .2s linear
}

.tariffs_item_btn:hover .gradient span:before {
    opacity: 1;
    transition: all .2s linear
}

.tariffs_item_btn .gradient {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    transition: all .2s linear
}

.tariffs_item_btn .gradient:before {
    height: 2px;
    left: 4px;
    right: 4px;
    background: #faa919;
    background: -moz-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: -webkit-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: linear-gradient(to right,#faa919 0,#ffde01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa919', endColorstr='#ffde01', GradientType=1);
    content: '';
    position: absolute;
    top: 0;
    z-index: 1
}

.tariffs_item_btn .gradient:after {
    height: 2px;
    left: 4px;
    right: 4px;
    background: #faa919;
    background: -moz-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: -webkit-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: linear-gradient(to right,#faa919 0,#ffde01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa919', endColorstr='#ffde01', GradientType=1);
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1
}

.tariffs_item_btn .gradient span:before {
    content: '';
    position: absolute;
    background: #faa919;
    background: -moz-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: -webkit-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: linear-gradient(to right,#faa919 0,#ffde01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa919', endColorstr='#ffde01', GradientType=1);
    height: 50px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: all .2s linear
}

.comments {
    padding-top: 126px;
    padding-bottom: 100px
}

.comments .title {
    width: auto;
    text-align: left;
    margin-bottom: 34px
}

.comments .title span {
    display: block;
    float: left;
    width: auto;
    margin-right: 30px
}

.comments .tabs {
    width: auto
}

.comments .tabs .tab {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
    position: relative
}

.comments .tabs .tab.vk {
    background: #4a76a8
}

.comments .tabs .tab.vk:before {
    width: 22px;
    height: 14px;
    background: url("../img/vk-logo.22fcb017abbb.png") center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -11px
}

.comments .tabs .tab.ok {
    background: #ee8208
}

.comments .tabs .tab.ok:before {
    width: 16px;
    height: 24px;
    background: url("../img/ok.3a04bb0eb1f2.png") center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -8px
}

.devices {
    background: #f0f7f9;
    padding: 125px 0;
    overflow: hidden
}

.devices .title {
    margin-bottom: 70px
}

.devices .slick-track {
    transition: transform 1s
}

.devices .slick-slide {
    transition: all .5s
}

.devices .slick-dots {
    margin-top: 43px;
    position: static
}

.devices .slick-dots li {
    width: 22px;
    height: 22px
}

.devices .slick-dots li:hover {
    cursor: pointer
}

.devices .slick-dots li:hover * {
    cursor: pointer
}

.devices .slick-dots li.slick-active button:before {
    background: #faa919
}

.devices .slick-dots li button {
    width: 22px;
    height: 22px
}

.devices .slick-dots li button:before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: #d2e1e7;
    border: 0
}

.devices .slide_item {
    padding: 50px 36px 30px;
    width: 380px;
    height: 365px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    margin: 0 14px
}

.devices .slide_item:hover .slide_item_img {
    height: 126px;
    line-height: 126px;
    transition: all .2s linear
}

.devices .slide_item:hover .btn {
    margin-top: 25px;
    transition: all .2s linear;
    opacity: 1
}

.devices .slide_item_img {
    height: 180px;
    line-height: 180px;
    text-align: center;
    margin-bottom: 30px;
    transition: all .2s linear
}

.devices .slide_item_img img {
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    float: none;
    vertical-align: middle
}

.devices .slide_item_title {
    font-size: 18px;
    color: #262e31;
    text-align: center;
    margin-bottom: 10px
}

.devices .slide_item_cost {
    font-size: 18px;
    font-family: _ExtraBold;
    color: #262e31;
    text-align: center
}

.devices .slide_item_cost span {
    padding-right: 18px;
    position: relative
}

.devices .slide_item_cost span:before {
    width: 10px;
    height: 14px;
    background: url("../img/ruble.c29e501f6e9f.png") center right no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
    content: ''
}

.devices .slide_item .btn {
    width: 192px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    float: none;
    font-size: 14px;
    margin-top: 55px;
    transition: all .2s linear;
    opacity: 0
}

.coverage {
    padding: 128px 0 150px
}

.coverage .title {
    text-align: left
}

.coverage .wrap_float {
    position: relative
}

.coverage .section_content {
    position: relative
}

.coverage .flag {
    width: 330px;
    height: 110px;
    border-radius: 8px;
    background: #262e31;
    background: -moz-linear-gradient(left,#262e31 0,#384449 100%);
    background: -webkit-linear-gradient(left,#262e31 0,#384449 100%);
    background: linear-gradient(to right,#262e31 0,#384449 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262e31', endColorstr='#384449', GradientType=1);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding-left: 103px;
    font-size: 24px;
    font-family: _ExtraBold;
    line-height: 110px;
    color: #fff;
    z-index: 2
}

.coverage .flag:before {
    background: url("../img/flag.a91728245237.png") center center no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 46px;
    top: 50%;
    margin-top: -18px;
    content: ''
}

.coverage_map {
    height: 590px;
    background: url("../img/coverage.b03acfefec77.jpg") center center no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1
}

.coverage_map .point {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.08);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.08);
    position: absolute;
    background: #fff
}

.coverage_map .point:before {
    width: 20px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -10px;
    background: url("../img/point.884e613dbc91.png") center center no-repeat;
    background-size: contain;
    content: ''
}

.coverage_map .point:nth-child(1) {
    top: 390px;
    left: 32px
}

.coverage_map .point:nth-child(2) {
    top: 307px;
    left: 127px
}

.coverage_map .point:nth-child(3) {
    top: 234px;
    left: 182px
}

.coverage_map .point:nth-child(4) {
    top: 323px;
    left: 268px
}

.coverage_map .point:nth-child(5) {
    top: 236px;
    left: 382px
}

.coverage_map .point:nth-child(6) {
    top: 330px;
    left: 425px
}

.coverage_map .point:nth-child(7) {
    top: 270px;
    left: 530px
}

.coverage_map .point:nth-child(8) {
    top: 170px;
    left: 570px
}

.coverage_map .point:nth-child(9) {
    top: 230px;
    left: 656px
}

.coverage_map .point:nth-child(10) {
    top: 364px;
    left: 600px
}

.coverage_map .point:nth-child(11) {
    top: 290px;
    left: 740px
}

.coverage_map .point:nth-child(12) {
    top: 290px;
    left: 740px
}

.coverage_map .point:nth-child(13) {
    top: 352px;
    left: 830px
}

.coverage_map .point:nth-child(14) {
    top: 184px;
    left: 840px
}

.coverage_map .point:nth-child(15) {
    top: 62px;
    left: 893px
}

.coverage_map .point:nth-child(16) {
    top: 280px;
    left: 975px
}

.coverage .map_mob {
    display: none
}

.coverage .btn {
    max-width: 426px;
    position: relative;
    z-index: 1
}

.faq {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px  200px;
    padding-bottom: 270px;
}

.faq .wrap_float {
    position: relative
}



.faq .title {
    width: auto;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 28px
}

.faq .ask_btn {
    width: 220px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-family: _ExtraBold;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    float: right;
    text-align: center;
    z-index: 2;
    transition: all .2s linear
}

.faq .ask_btn:hover {
    background: #e1e1e1;
    transition: all .2s linear
}

.faq .column {


    position: relative;
    z-index: 1
}

.faq .column:last-child {
    margin-right: 0;
    float: right
}

.faq_item {
    margin-bottom: 14px;
    background: rgba(255,255,255,.1);
    border-radius: 6px;
    padding-left: 28px;
    padding-right: 28px
}

.faq_item.active .faq_item_question:after {
    transform: rotate(-180deg);
    transition: all .2s linear
}

.faq_item_question {
    height: 60px;
    padding-right: 85px;
    font-size: 16px;
    font-family: _ExtraBold;
    position: relative
}

.faq_item_question:hover {
    cursor: pointer
}

.faq_item_question:hover * {
    cursor: pointer
}

.faq_item_question:before {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0
}

.faq_item_question:after {
    width: 12px;
    height: 8px;
    background: url("../img/scroll_down.52b7ff4cfe59.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 14px;
    content: '';
    transition: all .2s linear
}

.faq_item_question span {
    display: table-cell;
    vertical-align: middle;
    float: none;
    height: inherit;
    color: #fff
}

.faq_item_answer {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    padding: 20px 0;
    padding-right: 38px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.1);
    display: none
}

.seo_block {
    padding: 140px 0;
    background: #f0f7f9
}

.seo_block .title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 30px
}

.seo_block .wrap_float {
    background: #fff;
    padding: 50px 60px;
    border-radius: 7px
}

.seo_block img {
    border-radius: 7px;
    display: block;
    float: left;
    width: 100%;
    margin: 25px 0
}

.seo_block .section_content {
    font-size: 16px;
    color: #262e31;
    line-height: 1.8
}

.seo_block .section_content p {
    margin: 12px 0
}

.footer_top {
    padding: 50px 0 40px;
    border-bottom: 1px solid #dae7ec
}

.footer_top_left {
    width: auto;
    margin-right: 104px;
    width: 192px
}

.footer_top_left .logo {
    font-size: 18px;
    color: #262e31;
    line-height: 30px;
    margin-bottom: 7px;
    width: auto;
    display: block;
    float: left
}

.footer_top_left .logo .umobile {
    font-family: _ExtraBold;
    color: #262e31;
    padding-right: 45px;
    margin-right: 10px;
    position: relative
}

.footer_top_left .logo .umobile:before {
    width: 30px;
    height: 30px;
    background: url("../img/logo.1526f423695b.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -15px
}

.footer_top_left .logo_text {
    font-size: 12px;
    color: #262e31;
    width: auto;
    clear: both
}

.footer_top_center {
    width: auto
}

.footer_top_center p {
    font-size: 14px;
    color: #262e31;
    font-family: _ExtraBold;
    margin-bottom: 13px;
    width: auto
}

.footer_top_center ul {
    width: auto;
    clear: both
}

.footer_top_center ul li {
    margin-right: 38px;
    width: auto
}

.footer_top_center ul li:last-child {
    margin-right: 0
}

.footer_top_center ul li a {
    font-size: 14px;
    color: #a2b0b5
}

.footer_top_center ul li a:hover {
    color: #262e31
}

.footer_top_right {
    width: 404px;
    float: right
}

.footer_top_right .tel {
    width: auto;
    padding: 3px 0
}

.footer_top_right .tel a {
    font-size: 22px;
    font-family: _ExtraBold;
    width: auto;
    display: block;
    float: right;
    color: #262e31;
    margin-bottom: 3px
}

.footer_top_right .tel p {
    font-size: 12px;
    color: #262e31;
    width: auto;
    clear: both;
    float: right
}

.footer_top_right .callback_btn {
    margin-left: 36px;
    width: 190px;
    height: 50px;
    border-radius: 5px;
    display: block;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-family: _ExtraBold
}

.footer_bottom {
    padding-bottom: 30px
}

.footer_bottom_left {
    width: 200px;
    font-size: 14px;
    color: #262e31;
    line-height: 1.7;
    padding: 20px 0;
    margin-right: 96px
}

.footer_bottom_left p {
    margin: 14px 0
}

.footer_bottom_left .links {
    margin-top: 10px
}

.footer_bottom_left .links a {
    color: #262e31;
    border-bottom: 1px solid rgba(38,46,49,.5);
    font-size: 12px
}

.footer_bottom_center {
    max-width: 473px;
    padding-top: 36px
}

.footer_bottom_center .payment {
    margin-bottom: 35px
}

.footer_bottom_center .payment p {
    font-size: 14px;
    font-family: _ExtraBold;
    color: #262e31;
    margin-bottom: 14px
}

.footer_bottom_center .payment_logo {
    height: 26px;
    line-height: 26px
}

.footer_bottom_center .payment_logo img {
    vertical-align: middle;
    max-height: 100%;
    display: inline-block;
    margin-right: 18px
}

.footer_bottom_center .payment_logo img:last-child {
    margin-right: 0
}

.footer_bottom_center .delivery p {
    font-size: 14px;
    font-family: _ExtraBold;
    color: #262e31;
    margin-bottom: 14px
}

.footer_bottom_center .delivery_logo {
    height: 32px;
    line-height: 32px
}

.footer_bottom_center .delivery_logo img {
    vertical-align: middle;
    max-height: 100%;
    display: inline-block;
    margin-right: 18px
}

.footer_bottom_center .delivery_logo img:last-child {
    margin-right: 0
}

.footer_bottom_right {
    width: 404px;
    float: right;
    padding-top: 36px
}

.footer_bottom_right .links {
    margin-top: 10px;
    display: none
}

.footer_bottom_right .links a {
    color: #262e31;
    border-bottom: 1px solid rgba(38,46,49,.3);
    font-size: 12px
}

.footer_bottom_right p {
    font-size: 14px;
    color: #262e31;
    font-family: _ExtraBold;
    margin-bottom: 14px
}

.footer_bottom_right .email {
    margin-bottom: 43px
}

.footer_bottom_right .email a {
    position: relative;
    line-height: 13px;
    font-size: 14px;
    font-family: _ExtraBold;
    color: #faa919;
    padding-left: 30px
}

.footer_bottom_right .email a:before {
    width: 17px;
    height: 13px;
    background: url("../img/email.e4d6b56d0abb.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    content: ''
}

.footer_bottom_right .socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #262e31;
    background: -moz-linear-gradient(left,#262e31 0,#384449 100%);
    background: -webkit-linear-gradient(left,#262e31 0,#384449 100%);
    background: linear-gradient(to right,#262e31 0,#384449 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262e31', endColorstr='#384449', GradientType=1);
    content: '';
    position: relative;
    display: block;
    float: left;
    margin-right: 20px
}

.footer_bottom_right .socials a:last-child {
    margin-right: 0
}

.footer_bottom_right .socials a:before {
    opacity: .4;
    transition: all .2s linear
}

.footer_bottom_right .socials a:hover:before {
    opacity: 1;
    transition: all .2s linear
}

.footer_bottom_right .socials a.vk:before {
    width: 16px;
    height: 10px;
    background: url("../img/vk-logo.22fcb017abbb.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -8px;
    content: ''
}

.footer_bottom_right .socials a.fb:before {
    width: 8px;
    height: 14px;
    background: url("../img/facebook.77e990c29c1f.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -4px;
    content: ''
}

.modal {
    text-align: center;
    width: 450px;
    border-radius: 5px;
    position: relative
}

.modal .tariff_info {
    background: #262e31;
    background: -moz-linear-gradient(left,#262e31 0,#384449 100%);
    background: -webkit-linear-gradient(left,#262e31 0,#384449 100%);
    background: linear-gradient(to right,#262e31 0,#384449 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262e31', endColorstr='#384449', GradientType=1);
    padding: 0 50px;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 10px 0 15px;
    margin-bottom: 25px
}

.modal .tariff_info .cost_center {
    display: inline-block;
    float: none;
    position: relative;
    width: auto;
    height: 60px
}

.modal .tariff_info .cost_center .value {
    font-size: 60px;
    font-family: _ExtraBold;
    color: #fff;
    width: auto
}

.modal .tariff_info .cost_center .currency {
    padding-top: 19px;
    position: absolute;
    left: 100%;
    margin-left: 14px;
    font-size: 14px;
    font-family: _ExtraBold;
    color: #fff;
    width: auto;
    text-align: left;
    white-space: nowrap;
    top: 11px
}

.modal .tariff_info .cost_center .currency:before {
    width: 15px;
    height: 17px;
    background: url("../img/ruble-white.371010b7bd53.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 0;
    left: 0
}

.modal .tariff_info .cost_p {
    font-size: 12px;
    color: #fff
}

.modal.modal_policy {
    width: 100%;
    max-width: 750px
}

.modal.modal_policy .text {
    text-align: left
}

.modal.modal_tariff .modal_wrap {
    padding: 44px 0
}

.modal.modal_tariff .modal_wrap .modal_title {
    padding: 0 50px
}

.modal.modal_tariff .modal_wrap .modal_subtitle {
    max-width: 262px
}

.modal.modal_tariff .modal_wrap .modal_form {
    padding: 0 50px
}

.modal.modal_get_sim:before {
    width: 134px;
    height: 180px;
    background: url("../img/sim.82c534967580.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -62px;
    left: -62px;
    content: ''
}

.modal.modal_device .device_img {
    height: 188px;
    line-height: 188px;
    margin-bottom: 22px
}

.modal.modal_device .device_img img {
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    float: none;
    vertical-align: middle
}

.modal.modal_ask .modal_form .input_wrap {
    margin-bottom: 10px
}

.modal.modal_ask .btn {
    margin-top: 8px
}

.modal_wrap {
    background: #fff;
    padding: 44px 50px;
    border-radius: 5px
}

.modal_close {
    width: 14px;
    height: 14px;
    background: url("../img/close.0187d0d624f7.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 20px
}

.modal_close:hover {
    cursor: pointer
}

.modal:before {
    height: 20px;
    left: 20px;
    right: 20px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background: rgba(255,255,255,.1);
    content: '';
    position: absolute;
    top: -20px
}

.modal:after {
    height: 10px;
    left: 10px;
    right: 10px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background: rgba(255,255,255,.1);
    content: '';
    position: absolute;
    top: -10px
}

.modal_title {
    color: #262e31;
    font-family: _ExtraBold;
    font-size: 24px;
    margin-bottom: 17px
}

.modal_subtitle {
    font-size: 14px;
    color: #262e31;
    margin-bottom: 20px;
    line-height: 1.7;
    max-width: 277px;
    display: inline-block;
    float: none
}

.modal_form .input_wrap {
    background: #faa919;
    background: -moz-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: -webkit-linear-gradient(left,#faa919 0,#ffde01 100%);
    background: linear-gradient(to right,#faa919 0,#ffde01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa919', endColorstr='#ffde01', GradientType=1);
    position: relative;
    border-radius: 5px;
    margin-bottom: 19px
}

.modal_form .input_wrap:before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #fff;
    position: absolute;
    border-radius: 5px;
    content: ''
}

.modal_form .input_wrap.tel:after {
    width: 12px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    background: url("../img/input-tel.fa720a926efc.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    right: 30px;
    transition: all .2s linear
}

.modal_form .input_wrap.tel.focus:after {
    background-image: url("../img/tel-active.46f424d39963.png");
    transition: all .2s linear
}

.modal_form .input_wrap.email:after {
    width: 20px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    background: url("../img/input-email.33262a20c4fd.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    right: 26px;
    transition: all .2s linear
}

.modal_form .input_wrap.email.focus:after {
    background-image: url("../img/input-email-active.e4d6b56d0abb.png");
    transition: all .2s linear
}

.modal_form .input_wrap.textarea textarea {
    height: 127px;
    resize: none;
    padding-top: 23px;
    padding-bottom: 20px
}

.modal_form .input_wrap.textarea textarea:hover {
    cursor: text
}

.modal_form .input_wrap.textarea textarea:focus {
    outline: 0
}

.modal_form .input_wrap .input {
    height: 60px;
    display: block;
    float: left;
    border: 1px solid transparent;
    font-size: 14px;
    font-family: _Regular;
    padding-left: 30px;
    padding-right: 55px;
    background: 0 0;
    width: 100%;
    position: relative;
    z-index: 1
}

.modal_form .checkbox {
    margin-top: 20px
}

.modal_form .checkbox input {
    display: none
}

.modal_form .checkbox label {
    padding-left: 30px;
    color: #a2b0b5;
    font-size: 12px;
    position: relative;
    line-height: 22px;
    display: block;
    float: left;
    width: 100%;
    text-align: left
}

.modal_form .checkbox label a {
    transition: none
}

.modal_form .checkbox label a span {
    border-bottom: 1px solid rgba(162,176,181,.4)
}

.modal_form .checkbox label.warning {
    color: red
}

.modal_form .checkbox label.warning a span {
    border-color: red
}

.modal_form .checkbox label.warning:before {
    border-color: red
}

.modal_form .checkbox label:hover {
    cursor: pointer
}

.modal_form .checkbox label:before {
    width: 20px;
    height: 20px;
    border: 2px solid #deebef;
    box-sizing: border-box;
    position: absolute;
    border-radius: 2px;
    content: '';
    top: 0;
    left: 0
}

.modal_form .checkbox label:after {
    background: url("../img/check.6b085b1c1544.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    width: 12px;
    height: 12px;
    content: '';
    top: 3px;
    left: 4px;
    opacity: 0;
    transition: all .2s linear
}

.modal_form .checkbox input:checked+label:after {
    opacity: 1;
    transition: all .2s linear
}

.overlay {
    background: #262e31;
    background: -moz-linear-gradient(left,#262e31 0,#384449 100%);
    background: -webkit-linear-gradient(left,#262e31 0,#384449 100%);
    background: linear-gradient(to right,#262e31 0,#384449 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262e31', endColorstr='#384449', GradientType=1);
    opacity: .9;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    display: none
}

.toTop {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #262e31;
    background: -moz-linear-gradient(left,#262e31 0,#384449 100%);
    background: -webkit-linear-gradient(left,#262e31 0,#384449 100%);
    background: linear-gradient(to right,#262e31 0,#384449 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262e31', endColorstr='#384449', GradientType=1);
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 5;
    display: none
}

.toTop:hover {
    cursor: pointer
}

.toTop:before {
    width: 20px;
    height: 14px;
    background: url("../img/totop.af2b5befe09c.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    margin-top: -8px;
    margin-left: -10px
}

.os-windows .tariffs_item_cost .cost_center .value,.os-windows .modal .tariff_info .cost_center .value {
    line-height: 1
}

@media screen and (max-width:1820px) {
    .benefits .wrap_float:before {
        display: none
    }

    .benefits .wrap_float:after {
        right: 0;
        font-size: 230px
    }
}

@media screen and (max-width:1540px) {
    .header .socials {
        left: 24px
    }

    .header .scroll_down {
        left: 30px
    }
}

@media screen and (max-width:1380px) {
    .header .socials {
        left: 10px
    }

    .header .socials a {
        margin-bottom: 30px
    }

    .header .scroll_down {
        display: none
    }

    .header_main {
        padding: 53px 0 97px
    }

    .benefits {
        padding: 115px 0 100px
    }

    .tariffs {
        padding: 90px 0
    }

    .comments {
        padding: 90px 0
    }

    .devices {
        padding: 90px 0
    }

    .coverage {
        padding: 90px 0
    }

    .faq {
        padding: 90px 0
    }

    .footer_top_right .callback_btn {
        margin-left: 26px
    }

    .header.success_header .header_main {
        padding: 120px 0
    }
}

@media screen and (max-width:1330px) {
    .header .socials {
        display: none
    }

    .seo_block {
        padding: 100px 0
    }
}

@media screen and (max-width:1230px) {
    .wrap {
        max-width: 960px
    }

    .header_main .rate_title {
        font-size: 27px
    }

    .header_main .rate .free {
        font-size: 18px
    }

    .header_main_left:after {
        bottom: -30px
    }

    .header_top {
        position: relative
    }

    .header_top .menu {
        position: absolute;
        max-width: 330px;
        background: #fff;
        border-radius: 5px;
        top: 85px;
        z-index: 6;
        padding: 0 28px;
        right: -500px;
        transition: all .2s linear
    }

    .header_top .menu.opened {
        right: 0;
        transition: all .2s linear
    }

    .header_top_center {
        width: 100%;
        padding-top: 35px;
        padding-bottom: 16px;
        border-bottom: 1px solid #dae7ec
    }

    .header_top_center ul {
        width: 100%
    }

    .header_top_center ul li {
        width: 100%;
        margin-right: 0;
        text-align: center;
        padding: 0
    }

    .header_top_center ul li a {
        font-size: 14px;
        color: #262e31;
        display: block;
        float: left;
        width: 100%;
        line-height: 38px
    }

    .header_top_right {
        margin-left: 0;
        width: 100%;
        text-align: center;
        padding: 25px 0 50px
    }

    .header_top_right .callback_btn {
        margin-left: 0;
        display: inline-block;
        float: none;
        -webkit-box-shadow: 0 0 40px 0 rgba(38,46,49,.1);
        -moz-box-shadow: 0 0 40px 0 rgba(38,46,49,.1);
        box-shadow: 0 0 40px 0 rgba(38,46,49,.1);
        margin-top: 22px
    }

    .header_top_right .tel {
        width: 100%;
        text-align: center;
        margin-bottom: 7px
    }

    .header_top_right .tel a {
        font-size: 22px;
        color: #262e31;
        display: inline-block;
        float: none
    }

    .header_top_right .tel p {
        font-size: 12px;
        color: #262e31;
        width: 100%;
        float: left;
        display: block
    }

    .header_top .menu_btn {
        display: block;
        float: right;
        position: relative;
        z-index: 6
    }

    .header_top .menu_btn.active {
        background: #faa919;
        background: -moz-linear-gradient(left,#faa919 0,#ffde01 100%);
        background: -webkit-linear-gradient(left,#faa919 0,#ffde01 100%);
        background: linear-gradient(to right,#faa919 0,#ffde01 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa919', endColorstr='#ffde01', GradientType=1)
    }

    .header_main_left {
        max-width: 500px
    }

    .header_main {
        padding: 80px 0 130px
    }

    .header_main_right {
        max-width: 400px
    }

    .tariffs_item {
        width: 320px
    }

    .tariffs_item:nth-child(2) {
        width: 320px
    }

    .tariffs_item:nth-child(2) .tariffs_item_title {
        font-size: 23px
    }

    .tariffs_item:nth-child(2) .tariffs_item_cost .cost_center .value {
        font-size: 70px
    }

    .tariffs_item:nth-child(2) .tariffs_item_cost .cost_center {
        height: 82px
    }

    .tariffs_item_list {
        padding: 30px 27px 35px
    }

    .devices .slide_item .slide_item_img {
        height: 126px;
        line-height: 126px
    }

    .devices .slide_item .btn {
        margin-top: 25px;
        opacity: 1
    }

    .devices .slide_item {
        padding: 40px 20px 30px
    }

    .devices .slide_item_title {
        font-size: 16px
    }

    .coverage_map {
        display: none
    }

    .coverage .map_mob {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 34px
    }

    .footer_top_right {
        width: 205px
    }

    .footer_bottom_right {
        width: 205px
    }

    .footer_top_left {
        margin-right: 80px
    }

    .footer_bottom_left {
        margin-right: 70px
    }

    .footer_top_right .tel {
        margin-bottom: 14px
    }

    .footer_top_right .callback_btn {
        margin-left: 0
    }

    .footer_bottom_center {
        max-width: 450px
    }

    .header_main {
        padding-top: 58px
    }

    .header.success_header .header_main_left .success_left {
        padding-left: 0
    }

    .header_top_center ul li a:before {
        display: none
    }

    .footer_bottom_center .payment_logo {
        height: auto
    }

    .footer_bottom_center .payment_logo img {
        margin-bottom: 10px
    }

    .tariffs_item_btn .gradient span:before {
        display: none
    }

    .tariffs_item_btn:hover .gradient {
        color: #fff
    }

    .tariffs_item:nth-child(2) .tariffs_item_btn:hover {
        background: #fff
    }

    .faq .ask_btn:hover {
        background: #fff
    }

    .header.success_header.success_2 .header_main .rate {
        padding-right: 40px
    }

    .header.success_header.success_2 .header_main_left .success_left {
        padding-right: 0
    }

    .seo_block .wrap_float {
        padding: 30px 40px
    }

    .coverage_map {
        background: 0 0
    }
}

@media screen and (max-width:986px) {
    .wrap {
        max-width: 90%
    }

    .header_main_left {
        max-width: 600px;
        margin-bottom: 30px
    }

    .header_main_right {
        max-width: 600px;
        float: left
    }

    .header_main_left:after {
        display: none
    }

    .header_main_right .header_form .form_wrap .btn {
        width: 100%;
        max-width: 100%
    }

    .benefits .wrap_float .item_icon {
        width: 100%;
        height: 100px;
        position: static;
        background: 0 0;
        border-radius: 0;
        margin-top: 0;
        margin-left: 0;
        line-height: normal;
        margin-bottom: 30px
    }

    .benefits .wrap_float .item_icon img {
        display: block;
        float: left;
        width: auto
    }

    .benefits .wrap_float .item_icon:before,.benefits .wrap_float .item_icon:after {
        display: none
    }

    .benefits .wrap_float .item:nth-child(even) {
        padding-left: 50px
    }

    .benefits .wrap_float .item.item_2 .item_icon img {
        height: 100px;
        width: auto
    }

    .benefits .wrap_float .item.item_3 .item_icon img {
        height: 100px;
        width: auto
    }

    .benefits .wrap_float .item .tc {
        display: block;
        float: left
    }

    .benefits .wrap_float .item {
        height: auto;
        padding: 50px;
        margin-bottom: 40px
    }

    .benefits .wrap_float .item:nth-child(even) .item_icon {
        left: -116px
    }

    .benefits .wrap_float .item.item_1 .item_icon img {
        width: auto;
        height: 100px
    }

    .benefits .wrap_float .item_icon:before {
        left: -10px
    }

    .benefits .wrap_float .item:nth-child(even) .item_icon:before {
        right: -10px
    }

    .benefits .wrap_float:after {
        right: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 25vw
    }

    .benefits .wrap_float .item_title {
        font-size: 30px
    }

    .benefits .wrap_float .item {
        margin-bottom: 57px
    }

    .benefits {
        padding-top: 110px
    }

    .tariffs_item {
        width: 370px;
        margin-top: 0;
        margin-right: 25px;
        border-radius: 5px;
        display: inline-block;
        float: none;
        white-space: normal
    }

    .tariffs_item:last-child {
        margin-right: 0
    }

    .tariffs_item:nth-child(2) {
        width: 370px;
        height: 535px
    }

    .tariffs_item:nth-child(2) .tariffs_item_title {
        padding: 31px 0 23px
    }

    .tariffs_item:nth-child(2) .tariffs_item_cost .cost_center .value {
        font-size: 60px
    }

    .tariffs_item:nth-child(2) .tariffs_item_cost .cost_center .currency {
        padding-top: 19px;
        top: 11px
    }

    .tariffs_item:nth-child(2) .tariffs_item_cost .cost_center .currency:before {
        width: 15px;
        height: 17px
    }

    .tariffs_item:nth-child(2) .tariffs_item_cost .cost_center {
        height: 60px
    }

    .tariffs .wrap {
        max-width: 100%
    }

    .tariffs .section_content {
        overflow: auto
    }

    .tariffs .section_content .scroll {
        width: auto;
        white-space: nowrap;
        padding: 0 5%
    }

    .tariffs .title {
        padding: 0 5%
    }

    .coverage .flag {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        height: 60px;
        line-height: 60px;
        margin-bottom: 30px;
        font-size: 18px;
        width: 290px
    }

    .title {
        font-size: 30px
    }

    .tariffs .title {
        margin-bottom: 48px
    }

    .tariffs {
        padding: 90px 0
    }

    .comments {
        padding: 90px 0
    }

    .devices {
        padding: 90px 0
    }

    .comments .title {
        line-height: 50px
    }

    .devices .title {
        margin-bottom: 40px
    }

    .coverage {
        padding: 90px 0
    }

    .faq {
        padding: 90px 0
    }

    .faq .title {
        line-height: 50px;
    }

    .faq .column {
        width: 100%;
        max-width: 800px
    }

    .footer_top_center {
        clear: both;
        margin-top: 25px
    }

    .footer_top_left {
        width: 200px
    }

    .footer_top_right {
        position: absolute;
        right: 0;
        top: 40px
    }

    .footer_top {
        position: relative;
        padding-top: 40px
    }

    .footer_top_center ul li {
        margin-right: 38px
    }

    .footer_top_center ul li a {
        font-size: 16px
    }

    .tariffs .title {
        text-align: left
    }

    .tariffs .overflow {
        height: 540px;
        overflow: hidden
    }

    .tariffs .section_content {
        padding-bottom: 20px
    }

    .faq_item_question {
        height: auto
    }

    .faq_item_question span {
        display: block;
        float: left;
        width: 100%;
        padding: 20px 0
    }

    .faq .column:last-child {
        float: left
    }

    .mobile_device .devices .title {
        padding: 0 5%
    }

    .mobile_device .devices .wrap {
        max-width: 100%
    }

    .mobile_device .devices .overflow {
        height: 380px;
        overflow: hidden
    }

    .mobile_device .devices .section_content {
        overflow: auto;
        padding-bottom: 20px
    }

    .mobile_device .devices .section_content .devices_slider {
        width: auto;
        white-space: nowrap;
        padding: 0 5%
    }

    .mobile_device .devices .section_content .devices_slider .slide_item {
        display: inline-block;
        float: none;
        margin-right: 20px;
        margin-left: 0;
        white-space: normal
    }

    .mobile_device .devices .section_content .devices_slider .slide_item:last-child {
        margin-right: 0
    }

    .header.success_header .header_main_left .success_left {
        width: 100%;
        max-width: 100%
    }

    .header.success_header .header_main_left .success_right {
        clear: both;
        float: left;
        margin-top: 20px
    }

    .header.success_header .header_main_left:before {
        width: 110px;
        height: 110px;
        margin-left: -55px;
        top: -55px
    }

    .modal_close:before {
        top: -20px;
        left: -20px;
        right: -20px;
        bottom: -20px;
        content: '';
        position: absolute
    }

    .toTop {
        display: none!important
    }

    .header_top .header_top_left .logo,.header_top .header_top_left .umobile {
        transition: none
    }

    .header_top.fixed {
        background: #fff;
        position: fixed;
        top: 0;
        height: 60px;
        left: 0;
        padding: 5px 5%;
        z-index: 6;
        -webkit-box-shadow: 0 0 40px 0 rgba(38,46,49,.1);
        -moz-box-shadow: 0 0 40px 0 rgba(38,46,49,.1);
        box-shadow: 0 0 40px 0 rgba(38,46,49,.1)
    }

    .header_top.fixed .menu.opened {
        right: 5%
    }

    .header_top.fixed .menu_btn {
        background: #262e31;
        margin-top: 5px
    }

    .header_top.fixed .menu_btn.active {
        background: #faa919;
        background: -moz-linear-gradient(left,#faa919 0,#ffde01 100%);
        background: -webkit-linear-gradient(left,#faa919 0,#ffde01 100%);
        background: linear-gradient(to right,#faa919 0,#ffde01 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa919', endColorstr='#ffde01', GradientType=1)
    }

    .header_top.fixed .menu_btn.active span {
        background: #262e31
    }

    .header_top.fixed .menu_btn span {
        background: #fff
    }

    .header_top.fixed .header_top_left {
        margin-right: 0;
        padding: 10px 0
    }

    .header_top.fixed .header_top_left .logo {
        color: #262e31;
        transition: none;
        margin-bottom: 0
    }

    .header_top.fixed .header_top_left .umobile {
        color: #262e31;
        transition: none;
        margin-bottom: 0
    }

    .header_top.fixed .header_top_left .logo_text {
        display: none
    }

    .header_top {
        position: absolute;
        top: 0;
        left: 5%;
        width: 90%
    }

    .header_top.fixed {
        width: 100%;
        z-index: 25000
    }

    .header .wrap_float {
        padding-top: 111px
    }

    .seo_block {
        padding: 76px 0
    }

    .seo_block .title {
        font-size: 26px
    }
}

@media screen and (max-width:740px) {
    .header_main {
        padding-top: 45px;
        padding-bottom: 100px
    }

    .benefits .wrap_float .item,.benefits .wrap_float .item:nth-child(even) {
        padding: 40px 37px;
        margin-bottom: 30px
    }

    .benefits .wrap_float .item_title {
        font-size: 26px
    }

    .benefits .wrap_float .item_icon {
        height: 70px;
        margin-bottom: 20px
    }

    .benefits .wrap_float .item_title {
        margin-bottom: 10px
    }

    .benefits .wrap_float .item.item_1 .item_icon img,.benefits .wrap_float .item.item_2 .item_icon img,.benefits .wrap_float .item.item_3 .item_icon img {
        height: 70px
    }

    .benefits {
        padding-top: 90px
    }

    .comments .tabs {
        display: inline-block;
        float: none;
        vertical-align: middle
    }

    .comments .title {
        line-height: normal
    }

    .comments .title span {
        float: none;
        display: inline;
        width: auto;
        margin-right: 0
    }

    .footer_top_center ul li {
        clear: both;
        margin-bottom: 10px
    }

    .footer_bottom_right {
        clear: both;
        float: left
    }

    .footer_bottom_right .email {
        margin-bottom: 30px
    }

    .footer_top {
        padding-bottom: 24px
    }

    .faq {
        text-align: center
    }

    .faq .ask_btn {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 10px;
        display: inline-block;
        float: none;
        width: 320px
    }

    .faq .title {
        width: 100%;
        text-align: center
    }

    .faq_item {
        text-align: left
    }

    .faq .title {
        line-height: normal
    }

    .header.success_header .header_main {
        padding: 77px 0
    }

    .header.success_header .header_main .rate {
        padding-right: 20px
    }

    .header.success_header .header_main_left .success_left .title {
        font-size: 28px
    }

    .header.success_header .header_main_left .success_right {
        margin-top: 0
    }

    .header.success_header .header_main .rate {
        padding-bottom: 50px
    }
}

@media screen and (max-width:680px) {
    .devices .title {
        text-align: left
    }
}

@media screen and (max-width:550px) {
    .header_main .header_title {
        font-size: 30px
    }

    .header_main .header_ul li {
        margin-bottom: 5px
    }

    .header_main .rate {
        padding: 24px 20px
    }

    .header_main .rate_title {
        font-size: 25px
    }

    .header_main .rate_text {
        font-size: 14px
    }

    .header_main_right .header_form .form_wrap {
        padding: 40px 30px
    }

    .benefits .wrap_float .item_icon {
        height: 60px
    }

    .benefits .wrap_float .item.item_1 .item_icon img,.benefits .wrap_float .item.item_2 .item_icon img,.benefits .wrap_float .item.item_3 .item_icon img {
        height: 60px
    }

    .benefits .wrap_float .item,.benefits .wrap_float .item:nth-child(even) {
        padding: 28px 22px
    }

    .btn {
        width: 100%;
        max-width: 458px
    }

    .tariffs_item {
        width: 290px
    }

    .tariffs_item:nth-child(2) {
        width: 290px
    }

    .tariffs_item_title,.tariffs_item:nth-child(2) .tariffs_item_title {
        font-size: 20px;
        padding: 16px 0 14px
    }

    .tariffs_item_cost .cost_p {
        font-size: 14px
    }

    .tariffs_item_ul li {
        font-size: 12px;
        margin-bottom: 7px
    }

    .tariffs_item_ul li:before {
        top: 0
    }

    .tariffs_item {
        height: 446px
    }

    .tariffs_item:nth-child(2) {
        height: 446px
    }

    .tariffs_item_list {
        padding: 23px
    }

    .tariffs_item {
        margin-right: 16px;
        background: #faa919;
        background: -moz-linear-gradient(left,#faa919 0,#ffde01 100%);
        background: -webkit-linear-gradient(left,#faa919 0,#ffde01 100%);
        background: linear-gradient(to right,#faa919 0,#ffde01 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa919', endColorstr='#ffde01', GradientType=1)
    }

    .tariffs_item:nth-child(2) .tariffs_item_btn {
        margin-top: 17px
    }

    .tariffs_item .blur {
        display: none
    }

    .tariffs_item_title,.tariffs_item:nth-child(2) .tariffs_item_title {
        color: #262e31
    }

    .tariffs_item_cost {
        background: #262e31;
        background: -moz-linear-gradient(left,#262e31 0,#384449 100%);
        background: -webkit-linear-gradient(left,#262e31 0,#384449 100%);
        background: linear-gradient(to right,#262e31 0,#384449 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262e31', endColorstr='#384449', GradientType=1)
    }

    .tariffs_item_cost .cost_center .value {
        color: #fff
    }

    .tariffs_item_cost .cost_center .currency {
        color: #fff
    }

    .tariffs_item_cost .cost_center .currency:before {
        background-image: url("../img/ruble-white.371010b7bd53.png")
    }

    .tariffs_item_cost .cost_p {
        color: #fff
    }

    .tariffs_item_ul li {
        color: #262e31;
        font-family: _ExtraBold
    }

    .tariffs_item_ul li:before {
        background-image: url("../img/li_before-dark.02acf97302e5.png")
    }

    .tariffs_item_btn {
        height: 60px;
        background: #fff;
        border-radius: 5px;
        margin-top: 27px
    }

    .tariffs_item_btn:before,.tariffs_item_btn:after {
        display: none
    }

    .tariffs_item_btn .gradient {
        height: 60px;
        color: #262e31;
        line-height: 60px;
        font-size: 16px
    }

    .tariffs_item_btn .gradient:before,.tariffs_item_btn .gradient:after {
        display: none
    }

    .tariffs_item_btn {
        margin-top: 17px
    }

    .benefits {
        background: #f0f7f9
    }

    .tariffs {
        background: #fff
    }

    .tariffs .title {
        color: #262e31
    }

    .benefits .wrap_float:after {
        display: none
    }

    .benefits {
        padding-bottom: 90px
    }

    .tariffs {
        padding: 77px 0
    }

    .title {
        font-size: 26px
    }

    .tariffs .title {
    }

    .header_main .header_title {
        font-size: 28px
    }

    .header_top {
        padding: 22px 0
    }

    .header_main {
        padding-top: 18px;
        line-height: 1.4
    }

    .header_main_left .header_ul {
        display: none
    }

    .header_main_left .mobile_content {
        display: block;
        position: relative;
        z-index: 1;
        line-height: 1.8
    }

    .header_main_left .mobile_content .unlim_title {
        font-size: 18px;
        font-family: _ExtraBold;
        color: #fff
    }

    .header_main_left .mobile_content .unlim_title b {
        color: #faa919;
        font-weight: 100
    }

    .header_main_left .mobile_content .unlim_p {
        font-size: 12px;
        color: #fff
    }

    .header_main .rate_title,.header_main .rate_text,.header_main .rate .free {
        display: none
    }

    .header_main .rate {
        margin-top: 0
    }

    .header_main_right .header_form:before,.header_main_right .header_form:after {
        display: none
    }

    .header_main_left {
        margin-bottom: 0
    }

    .header_main .rate {
        padding: 13px 20px
    }

    .header_main_right .header_form .form_wrap .form_title,.header_main_right .header_form .form_wrap .form_subtitle {
        display: none
    }

    .header_main_right .header_form .form_wrap {
        padding: 20px
    }

    .header_main_right .free {
        display: block;
        font-size: 16px;
        font-family: _ExtraBold;
        color: #fff;
        margin-top: 16px
    }

    .header_main_right .free b {
        text-transform: uppercase;
        color: #faa919;
        font-weight: 100
    }

    .header_main {
        padding-bottom: 50px
    }

    .tariffs {
        padding: 53px 0
    }

    .benefits {
        padding-top: 65px
    }

    .benefits .wrap_float .item,.benefits .wrap_float .item:nth-child(even) {
        margin-bottom: 20px
    }

    .benefits .wrap_float .item:last-child {
        margin-bottom: 28px
    }

    .benefits {
        padding-bottom: 56px
    }

    .comments {
        padding: 55px 0
    }

    .comments .tabs .tab {
        width: 34px;
        height: 34px;
        margin-right: 12px
    }

    .comments .tabs .tab.vk:before {
        width: 16px;
        height: 12px;
        margin-top: -6px;
        margin-left: -8px
    }

    .comments .tabs .tab.ok:before {
        width: 10px;
        height: 18px;
        margin-top: -9px;
        margin-left: -5px
    }

    .comments .tabs {
        margin-left: 11px
    }

    .devices {
        padding: 56px 0
    }

    .devices .title {
        margin-bottom: 28px
    }

    .coverage .flag {
        width: 175px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 53px
    }

    .coverage .flag:before {
        width: 20px;
        height: 20px;
        left: 18px;
        margin-top: -10px
    }

    .coverage {
        padding: 56px 0
    }

    .coverage .flag {
        margin-bottom: 18px
    }

    .coverage .map_mob {
        margin-bottom: 23px
    }

    .faq {
        padding: 50px 0
    }

    .faq .title {
        margin-bottom: 20px
    }

    .faq_item {
        padding-left: 20px;
        padding-right: 18px;
        margin-bottom: 10px
    }

    .faq_item_question:before {
        display: none
    }

    .faq_item_question {
        font-size: 14px;
        padding-right: 24px
    }

    .faq_item_question:after {
        right: 0
    }

    .faq_item_answer {
        font-size: 13px;
        padding-right: 0;
        line-height: 1.8
    }

    .faq .ask_btn {
        margin-top: 18px
    }

    .footer {
        text-align: center
    }

    .footer_top_left {
        width: 100%;
        margin-bottom: 23px;
        margin-right: 0
    }

    .footer_top_left .logo {
        display: inline-block;
        float: none
    }

    .footer_top_left .logo_text {
        width: 100%
    }

    .footer_top_right {
        width: 100%
    }

    .footer_top_right .tel {
        width: 100%
    }

    .footer_top_right .tel a {
        display: inline-block;
        float: none
    }

    .footer_top_right .tel p {
        width: 100%
    }

    .footer_top_right .callback_btn {
        display: inline-block;
        float: none
    }

    .footer_top_center {
        display: none
    }

    .footer_top_right {
        position: static;
        float: left
    }

    .footer_bottom_left {
        width: 100%;
        margin-right: 0
    }

    .footer_bottom_left p {
        max-width: 233px;
        display: inline-block;
        float: none
    }

    .footer_bottom_left .links {
        display: none
    }

    .footer_bottom_center {
        padding-top: 0
    }

    .footer_bottom_center .payment_logo img {
        margin-bottom: 16px
    }

    .footer_bottom_center .payment_logo {
        height: auto;
        line-height: inherit
    }

    .footer_bottom_center .payment_logo img {
        max-height: 26px
    }

    .footer_bottom_center .payment {
        margin-bottom: 20px
    }

    .footer_bottom_right {
        width: 100%
    }

    .footer_bottom_right .socials a {
        display: inline-block;
        float: none
    }

    .footer_bottom_right .socials a:before {
        opacity: 1
    }

    .footer_bottom_right .links {
        display: block;
        padding: 10px 0 30px;
        line-height: 1.4
    }

    .footer_bottom_right .links a {
        font-size: 12px
    }

    .header_top_left {
        margin-right: 0
    }

    .tariffs .overflow {
        height: 460px
    }

    .faq .ask_btn {
        max-width: 220px
    }

    .mobile_device .devices .section_content .devices_slider .slide_item {
        width: 290px;
        height: 354px;
        margin-right: 14px
    }

    .mobile_device .devices .overflow {
        height: 365px
    }

    .header_main_right .header_form .form_wrap .input_wrap .input {
        padding-left: 20px;
        padding-right: 40px
    }

    .header_main_right .header_form .form_wrap .input_wrap:after {
        right: 18px
    }

    .modal {
        width: 100%;
        max-width: 500px
    }

    .modal:before,.modal:after {
        display: none
    }

    .modal_wrap {
        padding: 44px 23px
    }

    .modal_form .input_wrap .input {
        padding-left: 20px;
        padding-right: 40px
    }

    .modal_form .input_wrap.tel:after {
        right: 18px
    }

    .modal_title {
        margin-bottom: 10px
    }

    .modal.modal_tariff .modal_wrap .modal_title {
        padding: 0 18px
    }

    .modal.modal_tariff .modal_wrap .modal_form {
        padding: 0 20px
    }

    .modal.modal_device .device_img {
        height: 130px;
        line-height: 130px
    }

    .modal .tariff_info .cost_center .value {
        font-size: 50px
    }

    .modal .tariff_info .cost_center {
        height: 50px
    }

    .header.success_header .header_main_left .success_right .input_wrap .input {
        padding-left: 18px
    }

    .footer_bottom_center .payment_logo img {
        margin-left: 8px;
        margin-right: 8px
    }

    .header_main .header_title {
        margin-bottom: 11px
    }

    .header_main {
        padding-top: 7px
    }

    .tariffs_item_btn:hover .gradient {
        color: #262e31
    }

    .header.success_header.success_2 .header_main .rate {
        padding-right: 20px
    }

    .header.success_header.success_2 .header_main .rate {
        padding-top: 82px
    }

    .seo_block .wrap_float {
        padding: 30px 20px
    }

    .seo_block img {
        margin: 10px 0
    }

    .seo_block .section_content {
        font-size: 14px
    }

    .seo_block .title {
        margin-bottom: 8px
    }

    .seo_block .section_content p {
        margin: 8px 0
    }

    .seo_block {
        padding: 54px 0
    }

    .tariffs {
        background-image: none!important
    }
}

@media screen and (max-width:420px) {
    .header_main {
        padding-top: 9px
    }

    .benefits .wrap_float .item.item_1 .item_icon img,.benefits .wrap_float .item.item_2 .item_icon img,.benefits .wrap_float .item.item_3 .item_icon img {
        height: 50px
    }

    .benefits .wrap_float .item_icon {
        height: 50px
    }

    .devices .slick-track .slide_item {
        margin: 0 6px
    }

    .devices .slick-dots {
        margin-top: 22px
    }

    .header_top .menu {
        max-width: 100%
    }

    .header_top.fixed .menu.opened {
        width: 90%
    }

    .tariffs,.comments,.coverage,.faq {
        padding-top: 68px
    }
}

@media screen and (max-width:355px) {
    .header_main .header_title {
        font-size: 26px
    }

    .header_main_left .mobile_content .unlim_title {
        font-size: 16px
    }

    .header_main_right .header_form .form_wrap .checkbox label {
        line-height: normal
    }

    .title {
        font-size: 23px
    }

    .tariffs_item {
        width: 267px;
        margin-right: 12px
    }

    .tariffs_item_list {
        padding: 23px 15px
    }

    .mobile_device .devices .section_content .devices_slider .slide_item {
        width: 267px;
        padding: 40px 14px 30px
    }

    .coverage .btn {
        line-height: normal
    }
}

@media screen and (max-height:515px) {
    .header_top_center ul li a {
        line-height: 32px
    }

    .header_top_right .callback_btn {
        margin-top: 9px
    }

    .header_top_right {
        padding-bottom: 34px
    }
}


.video-block {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
