@charset "UTF-8";
html {
    min-height: 100%;
    height: 100%;
}

body {
    font-size: 12px;
    font-family: 'Nunito', Arial, sans-serif;
    text-align: left;
    color: #000;
    background-image: -webkit-radial-gradient(center, ellipse cover, #2c89a2 0%, #175464 100%);
    background-image: -o-radial-gradient(center, ellipse cover, #2c89a2 0%, #175464 100%);
    background-image: radial-gradient(center, ellipse cover, #2c89a2 0%, #175464 100%);
    min-height: 100%;
    height: 100%;
}

body.lang_ru {
    font-family: Helvetica;
}

body.lang_ru * {
    font-family: Helvetica !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.download_text {
    font-size: 24px;
    line-height: 1.4;
    padding: 0 0 30px;
}

.download_text a {
    color: #0070c0;
    text-decoration: underline;
    font-weight: bold;
}

.download_text a:hover {
    text-decoration: none;
}

.three_app {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 40px 0 0;
}

.three_app > div {
    width: calc(33.333% - 20px);

}

.three_app a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 155px;
    border: 1px solid #A6BF42;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.three_app a:hover {
    border-color: #175464;
}

.three_app img {
    max-width: 90%;
    max-height: 60px;
}

.mobile .absolute_pos.inner {
    top: 80px !important;
    left: 0 !important;
    width: 100% !important;
    height: 50vh !important;
    min-height: 1px;
    max-width: 100500px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-animation-duration: 0s;
    -webkit-transition: all 0s linear;
    -moz-animation-duration: 0s;
    -moz-transition: all 0s linear;
    animation-duration: 0s;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}

.mobile .absolute_pos.inner.allow_animate {
    -webkit-animation-duration: 0.3s;
    -webkit-transition: all 0.3s linear;
    -moz-animation-duration: 0.3s;
    -moz-transition: all 0.3s linear;
    animation-duration: 0.3s;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.mobile .absolute_pos.inner.allow_animate .first_info {
    -webkit-animation-duration: 0.3s;
    -webkit-transition: all 0.3s linear;
    -moz-animation-duration: 0.3s;
    -moz-transition: all 0.3s linear;
    animation-duration: 0.3s;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.mobile .absolute_pos.inner.allow_animate .image img {
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.mobile .absolute_pos.inner .first_info {
    -ms-transform: translate(0, 110px) !important;
    -webkit-transform: translate(0, 110px) !important;
    transform: translate(0, 110px) !important;
    padding: 0 30px 50px;
    -webkit-animation-duration: 0s;
    -webkit-transition: all 0s linear;
    -moz-animation-duration: 0s;
    -moz-transition: all 0s linear;
    animation-duration: 0s;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}

.mobile .absolute_pos.inner .image img {
    top: 100%;
    opacity: 1;
    -webkit-animation-duration: 0s;
    -webkit-transition: all 0s linear;
    -moz-animation-duration: 0s;
    -moz-transition: all 0s linear;
    animation-duration: 0s;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}

.mobile .absolute_pos.inner::after {
    height: 50%;
    opacity: 1;
}

.mobile .hide_second {
    display: block !important;
}

.inner_page footer#footer {
    display: none;
}

.main_wrapper {
    min-height: 100%;
    padding: 0 0 120px;
    position: relative;
    background-image: -webkit-radial-gradient(center, ellipse cover, #2c89a2 0%, #175464 100%);
    background-image: -o-radial-gradient(center, ellipse cover, #2c89a2 0%, #175464 100%);
    background-image: radial-gradient(center, ellipse cover, #2c89a2 0%, #175464 100%);
}

.main_wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: #1b5e70;
    position: absolute;
    top: -100px;
    left: 0;
}

header#header {
    width: 100%;
    height: 102px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

header#header::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background: #1b5e70;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

header#header > div {
    max-width: 1440px;
    height: 102px;
    margin: 0 auto;
    padding: 40px 40px 0;
    position: relative;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    width: 167px;
    height: 62px;
    background: url(../img/logo.svg) no-repeat 0 0;
}

.lang {
    float: left;
    height: 26px;
    margin: 18px 0 0 32px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.lang > a {
    display: none;
    height: 26px;
    line-height: 26px;
    padding: 0 25px 0 12px;
    opacity: 0.6;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: url(../img/lang_icon.svg) no-repeat calc(100% - 12px) 50%;
}

.lang > div {
    position: static;
    font-size: 0;
}

.lang > div a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 12px 0 12px;
    opacity: 0.6;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.lang > div a:first-child {
    -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.6);
    box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.6);
}

.lang > div a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.header_link {
    float: right;
    padding: 7px 93px 0 0;
}

.header_link a {
    display: inline-block;
    height: 49px;
    padding: 0 25px 0 55px;
    line-height: 49px;
    color: #fff;
    font-family: 'Quicksand';
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    background-image: -webkit-linear-gradient(25deg, #27798e, #196274);
    background-image: -o-linear-gradient(25deg, #27798e, #196274);
    background-image: linear-gradient(65deg, #27798e, #196274);
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.header_link a:hover {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
}

.header_link a:active {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -ms-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-duration: 0.05s;
    -webkit-transition: all 0.05s linear;
    -moz-animation-duration: 0.05s;
    -moz-transition: all 0.05s linear;
    animation-duration: 0.05s;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear;
}

.header_link a::after {
    content: "";
    display: block;
    width: 16px;
    height: 14px;
    background: url(../img/wallet_icon.svg) no-repeat 0 0;
    position: absolute;
    top: calc(50% - 7px);
    left: 25px;
}

footer#footer {
    width: 100%;
    height: 71px;
    position: fixed;
    bottom: 0;
    left: 0;
}

footer#footer.hide_me {
    opacity: 0;
}

footer#footer > div {
    max-width: 1440px;
    height: 51px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

.jis {
    display: none;
    float: left;
    padding: 28px 0 0;
}

.jis a {
    color: #fff;
    text-decoration: none;
    font-size: 0;
}

.jis a:hover {
    /*span.jisicon {
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
      }
      span:first-child {
        -ms-transform: translate(-3px, 0);
        -webkit-transform: translate(-3px, 0);
        transform: translate(-3px, 0);
      }
      span:last-child {
        -ms-transform: translate(3px, 0);
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0);
      }*/
}

.jis a span {
    display: inline-block;
    font-size: 14px;
    opacity: 0.4;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.jis a span.jisicon {
    width: 14px;
    height: 14px;
    background: url(../img/jis.svg) center center no-repeat;
    z-index: 2;
    background-size: auto 100%;
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0 3px 0 3px;
    opacity: 1;
}

.footer_ring {
    width: 330px;
    position: absolute;
    top: 20px;
    left: calc(50% - 160px);
    text-align: center;
    vertical-align: top;
}

.footer_ring p {
    display: inline-block;
    padding: 0 25px 0 0;
    opacity: 0.25;
    font-family: 'Quicksand';
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    vertical-align: top;
}

.footer_ring a {
    display: inline-block;
    opacity: 0.5;
    font-family: 'Nunito';
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #f9feff;
    text-decoration: none;
    vertical-align: top;
    position: relative;
}

.footer_ring a::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/phone_icon.svg) no-repeat 0 0;
    position: absolute;
    left: -20px;
    top: 4px;
}

.footer_ring a.wapp_link {
    width: 24px;
    height: 24px;
    margin: 0 0 0 10px;
    background: url(../img/wapp_icon.svg) no-repeat 0 0;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.footer_ring a.wapp_link:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.footer_ring a.wapp_link::before {
    display: none;
}

.footer_ring a.tele_mess {
    width: 24px;
    height: 24px;
    margin: 0 0 0 5px;
    background: url(../img/messenger_icon.svg) no-repeat 0 0;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.footer_ring a.tele_mess:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.footer_ring a.tele_mess::before {
    display: none;
}

.copyight {
    display: none;
    width: 320px;
    text-align: center;
    opacity: 0.3;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 32px;
    left: calc(50% - 160px);
}

.toggle_wrap {
    height: 0px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.toggle_wrap > div {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

a.toggler {
    display: block;
    width: 58px;
    height: 58px;
    background: #a6bf42;
    position: absolute;
    top: 42px;
    right: 40px;
    z-index: 3;
    -webkit-box-shadow: 0 20px 26px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 26px 0 rgba(0, 0, 0, 0.2);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: rotate(0deg);
    /* Для Firefox */
    -ms-transform: rotate(0deg);
    /* Для IE */
    -webkit-transform: rotate(0deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(0deg);
    /* Для Opera */
    transform: rotate(0deg);
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

a.toggler:hover {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2);
}

a.toggler:active {
    -ms-transform: scale(0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9);
    /* Safari */
    transform: scale(0.9);
}

a.toggler.active em:first-child {
    width: 2px;
    left: 10px;
}

a.toggler.active em:first-child:first-child + em + em {
    width: 0;
}

a.toggler.active_second em:first-child {
    height: 22px;
    top: -5px;
}

a.toggler.active_last span {
    -moz-transform: rotate(135deg);
    /* Для Firefox */
    -ms-transform: rotate(135deg);
    /* Для IE */
    -webkit-transform: rotate(135deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(135deg);
    /* Для Opera */
    transform: rotate(135deg);
}

a.toggler em {
    background: #1e6273;
    opacity: 1;
}

a.toggler em:first-child {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

a.toggler em:first-child:first-child + em {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 5px;
    -moz-transform: rotate(0deg);
    /* Для Firefox */
    -ms-transform: rotate(0deg);
    /* Для IE */
    -webkit-transform: rotate(0deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(0deg);
    /* Для Opera */
    transform: rotate(0deg);
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

a.toggler em:first-child:first-child + em + em {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 10px;
    -moz-transform: rotate(0deg);
    /* Для Firefox */
    -ms-transform: rotate(0deg);
    /* Для IE */
    -webkit-transform: rotate(0deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(0deg);
    /* Для Opera */
    transform: rotate(0deg);
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

a.toggler span {
    display: block;
    width: 22px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 11px);
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

aside#aside_nav {
    width: 436px;
    height: 100%;
    background: #175464;
    -webkit-box-shadow: -30px 0 40px 0 rgba(0, 0, 0, 0);
    box-shadow: -30px 0 40px 0 rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    right: -436px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    -webkit-animation-duration: 0.3s;
    -webkit-transition: all 0.3s linear;
    -moz-animation-duration: 0.3s;
    -moz-transition: all 0.3s linear;
    animation-duration: 0.3s;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

aside#aside_nav.show_me {
    right: 0;
    -webkit-box-shadow: -30px 0 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -30px 0 40px 0 rgba(0, 0, 0, 0.2);
}

aside#aside_nav nav {
    width: 100%;
    padding: 100px 0 100px;
}

aside#aside_nav nav ul li {
    padding: 0 0 1px;
}

aside#aside_nav nav ul li a {
    display: block;
    height: 60px;
    padding: 0 20px 0 125px;
    line-height: 60px;
    font-family: 'Quicksand';
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: #1e6273;
    position: relative;
}

aside#aside_nav nav ul li a.person {
    background: #1e6273 url(../img/menu_account.svg) no-repeat 70px 50%;
}

aside#aside_nav nav ul li a.wallet {
    background: #1e6273 url(../img/menu_pay.svg) no-repeat 70px 50%;
}

aside#aside_nav nav ul li a.contact {
    background: #1e6273 url(../img/menu_contact.svg) no-repeat 70px 50%;
}

aside#aside_nav nav ul li a.internet {
    background: #1e6273 url(../img/internet_white_icon.svg) no-repeat 70px 50%;
}
aside#aside_nav nav ul li a.tv {
    background: #1e6273 url(../img/tvbox_white_icon.svg) no-repeat 70px 50%;
}
aside#aside_nav nav ul li a.tv_app {
    background: #1e6273 url(../img/tvapp_white_icon.svg) no-repeat 70px 50%;
}
aside#aside_nav nav ul li a.telefoniya {
    background: #1e6273 url(../img/phone_icon.svg) no-repeat 70px 50%;
}

aside#aside_nav nav ul li a.shop {
    background: #1e6273 url(../img/menu_shop.svg) no-repeat 70px 50%;
}

aside#aside_nav nav ul li a span {
    opacity: 0.8;
}

.aside_darkness {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #003948;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.aside_darkness.show_me {
    visibility: visible;
    opacity: 0.8;
}

.content_blocks {
    width: 100%;
    height: calc(100vh - 0px);
    position: fixed;
    left: 0;
    top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.content_blocks.inner {
    height: calc(100vh - 210px);
    top: 120px;
}

.content_blocks.inner > div {
    max-height: 100500px;
    height: calc(100vh - 210px);
    position: relative;
}

.content_blocks > div {
    width: 100%;
    max-width: 1440px;
    padding: 0 40px;
    margin: 0 auto;
    height: calc(100vh - 0px);
    /*max-height: 600px;*/
    position: relative;
    overflow: hidden;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.content_blocks > div.hide_me {
    opacity: 0;
}

.content_blocks > div::after {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    background: none;
    position: absolute;
    left: 0;
    /*bottom: 0;*/
    z-index: 1;

}

.index_swiper {
    top: 0;
    position: relative;
    -webkit-animation-duration: 0.3s;
    -webkit-transition: all 0.3s linear;
    -moz-animation-duration: 0.3s;
    -moz-transition: all 0.3s linear;
    animation-duration: 0.3s;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.up_me .index_swiper {
    /*transform: translate(0, calc(320px - 100vh));*/
    top: calc(220px - 100vh);
}

.content_blocks.opened article.inner {
    left: 0;
}

.content_blocks.opened .index_swiper {
    top: 0;
}

.content_blocks.index + footer#footer {
    bottom: -70px;
    -webkit-animation-duration: 0.3s;
    -webkit-transition: all 0.3s linear;
    -moz-animation-duration: 0.3s;
    -moz-transition: all 0.3s linear;
    animation-duration: 0.3s;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.content_blocks.index.up_me + footer#footer {
    bottom: 0px;
}

.content_blocks.opened.inner > div {
    overflow: visible;
}

.additional_icon {
    position: absolute;
    left: 20px;
    top: 20px;
}

.additional_icon img {
    width: 64px;
}

.additional_price {
    height: 43px;
    padding: 8px 52px 0 10px;
    background: rgba(170, 193, 68, 0.6);
    border-radius: 84px;
    position: absolute;
    right: 20px;
    top: -60px;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
}

.additional_price.free {
    padding: 10px 15px 0 15px;
}

.free_price {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    color: #175464;
}

.content_blocks article {
    display: inline-block;
    width: calc(33% - 27px);
    height: calc(100vh - 240px);
    max-height: 600px;
    margin: 0 0 20px 32px;
    text-align: left;
    overflow: hidden;
    position: relative;
    background-color: #1e6273;
    -webkit-box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.3);
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
    -webkit-animation-duration: 0.3s;
    -webkit-transition: all 0.3s linear;
    -moz-animation-duration: 0.3s;
    -moz-transition: all 0.3s linear;
    animation-duration: 0.3s;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.content_blocks article.absolute_pos {
    position: absolute;
}

.content_blocks article.no_animate {
    -webkit-animation-duration: 0s;
    -webkit-transition: all 0s linear;
    -moz-animation-duration: 0s;
    -moz-transition: all 0s linear;
    animation-duration: 0s;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}

.content_blocks article.mobile_show {
    top: 80px !important;
    left: 0 !important;
    width: 100% !important;
    height: 40vh !important;
    min-height: 1px;
    max-width: 100500px !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

.content_blocks article.mobile_show .image img {
    top: 100%;
}

.content_blocks article.mobile_show .image .price {
    -webkit-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    transform: translate(200px, 0);
}

.content_blocks article.inner .first_info {
    padding: 0 50px 50px;
}

.content_blocks article.hide_me {
    opacity: 0;
    visibility: hidden;
}

.content_blocks article.hide_second {
    display: none;
}

.content_blocks article:hover {
    -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.3);
}

.content_blocks article:hover::after {
    height: 120%;
}

.content_blocks article:hover .first_info {
    -ms-transform: translate(0, -180px);
    -webkit-transform: translate(0, -180px);
    transform: translate(0, -180px);
}

.content_blocks article:hover .second_info {
    -ms-transform: translate(0, -180px);
    -webkit-transform: translate(0, -180px);
    transform: translate(0, -180px);
}

.content_blocks article::after {
    content: "";
    display: block;
    width: calc(100% + 1px);
    height: 370px;
    background-image: -webkit-linear-gradient(rgba(25, 92, 108, 0), rgba(26, 104, 123, 0.56) 41%, #1b7187);
    background-image: -o-linear-gradient(rgba(25, 92, 108, 0), rgba(26, 104, 123, 0.56) 41%, #1b7187);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 92, 108, 0)), color-stop(41%, rgba(26, 104, 123, 0.56)), to(#1b7187));
    background-image: linear-gradient(rgba(25, 92, 108, 0), rgba(26, 104, 123, 0.56) 41%, #1b7187);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-animation-duration: 0.3s;
    -webkit-transition: all 0.3s linear;
    -moz-animation-duration: 0.3s;
    -moz-transition: all 0.3s linear;
    animation-duration: 0.3s;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.content_blocks article:nth-child(3n-2) {
    margin-left: 0;
}

.content_blocks article .big_link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.content_blocks article .big_link a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.content_blocks article .image {
    position: relative;
    height: 100%;
}

.content_blocks article .image .price {
    display: none;
    height: 48px;
    padding: 0 15px 0 25px;
    font-size: 20px;
    font-weight: 800;
    color: #175464;
    line-height: 40px;
    position: absolute;
    bottom: 230px;
    right: 15px;
    background: #a6bf42;
    z-index: 1;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    -khtml-border-radius: 24px;
    border-radius: 24px;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.content_blocks article .image .price::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/azn_icon.svg) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 17px;
    left: 10px;
}

.content_blocks article .image .price sup {
    font-size: 12px;
}

.content_blocks article .image img {
    display: block;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.content_blocks article .first_info {
    width: 100%;
    padding: 0 30px 50px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-animation-duration: 0.3s;
    -webkit-transition: all 0.3s linear;
    -moz-animation-duration: 0.3s;
    -moz-transition: all 0.3s linear;
    animation-duration: 0.3s;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.content_blocks article .first_info h2 {
    padding: 0 0 20px;
    font-size: 37px;
    font-weight: bold;
    line-height: 1.3;
}

.content_blocks article .first_info p {
    max-width: 320px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.content_blocks article .second_info {
    width: 100%;
    height: 180px;
    padding: 0 30px;
    position: absolute;
    left: 0;
    bottom: -180px;
    z-index: 2;
    -webkit-animation-duration: 0.3s;
    -webkit-transition: all 0.3s linear;
    -moz-animation-duration: 0.3s;
    -moz-transition: all 0.3s linear;
    animation-duration: 0.3s;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.content_blocks article .second_info .link {
    padding: 0 0 48px;
}

.content_blocks article .second_info .link a {
    display: inline-block;
    height: 60px;
    padding: 0 40px;
    line-height: 60px;
    text-decoration: none;
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #175464;
    background: #a6bf42;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.content_blocks article .second_info .link a:hover {
    background: #c0da5a;
}

.content_blocks article .second_info .more a {
    display: inline-block;
    opacity: 0.8;
    font-family: 'Quicksand';
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.content_blocks article .second_info .more a:hover {
    text-decoration: underline;
}

article.inner {
    display: block;
    width: 480px;
    height: calc(100vh - 210px);
    max-height: 100500px;
    float: left;
    margin: 0 !important;
    background: #1e6273;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 40px;
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
    cursor: auto;
    -moz-border-radius: 16px 0 0 16px;
    -webkit-border-radius: 16px 0 0 16px;
    -khtml-border-radius: 16px 0 0 16px;
    border-radius: 16px 0 0 16px;
    -webkit-animation-duration: 0.3s;
    -webkit-transition: all 0.3s linear;
    -moz-animation-duration: 0.3s;
    -moz-transition: all 0.3s linear;
    animation-duration: 0.3s;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

article.inner::after {
    opacity: 0;
}

article.inner .image img {
    width: 100%;
    opacity: 0.5;
}

article.inner .first_info {
    -ms-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

article.inner .second_info {
    -ms-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

.content_inner {
    width: 100%;
    height: calc(100vh - 210px);
    padding: 0 0 0 480px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.45);
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
    -webkit-animation-duration: 0.3s;
    -webkit-transition: all 0.3s linear;
    -moz-animation-duration: 0.3s;
    -moz-transition: all 0.3s linear;
    animation-duration: 0.3s;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.content_inner.hide_me {
    width: 480px;
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.45);
}

.content_inner + .order_block .back {
    display: block;
}

.content_inner + .order_block a.inner_close {
    display: none;
}

.content_inner > div {
    height: calc(100vh - 210px);
    width: 100%;
    top: 0px;
    overflow-y: auto;
    position: relative;
    -moz-border-radius: 0 0 16px 0;
    -webkit-border-radius: 0 0 16px 0;
    -khtml-border-radius: 0 0 16px 0;
    border-radius: 0 0 16px 0;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.content_inner > div.hide_me {
    opacity: 0;
}

.content_inner > div::-webkit-scrollbar-button {
    background-image: url("");
    background-repeat: no-repeat;
    width: 5px;
    height: 0px;
}

.content_inner > div::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.content_inner > div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(#a5be41), to(#1e6273));
    background-image: -webkit-linear-gradient(left, #a5be41, #1e6273);
    background-image: linear-gradient(to right, #a5be41, #1e6273);
}

.content_inner > div::-webkit-scrollbar-thumb:hover {
    background-color: #56999f;
}

.content_inner > div::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 4px;
    height: 0px;
}

.content_inner > div::-webkit-scrollbar {
    width: 4px;
}

a.inner_close {
    display: block;
    width: 28px;
    height: 28px;
    background: #000;
    position: absolute;
    top: 20px;
    right: 60px;
    opacity: 0.3;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

a.inner_close:hover {
    opacity: 0.7;
}

a.inner_close::after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 13px;
    left: 6px;
    -moz-transform: rotate(45deg);
    /* Для Firefox */
    -ms-transform: rotate(45deg);
    /* Для IE */
    -webkit-transform: rotate(45deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg);
    /* Для Opera */
    transform: rotate(45deg);
}

a.inner_close::before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 13px;
    left: 6px;
    -moz-transform: rotate(-45deg);
    /* Для Firefox */
    -ms-transform: rotate(-45deg);
    /* Для IE */
    -webkit-transform: rotate(-45deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-45deg);
    /* Для Opera */
    transform: rotate(-45deg);
}

.product_article {
    padding: 0px 0 40px 60px;
}

.product_article:first-child {
    padding: 55px 0 40px 60px;
}

.product_article header {
    padding: 0 30px 50px 0;
}

.product_article header h2 {
    padding: 0 0 20px;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.23;
    color: #175464;
}

.product_article header p {
    opacity: 0.5;
    font-family: 'Quicksand';
    font-size: 17px;
    font-weight: 500;
    line-height: 1.59;
    color: #000;
}

.mb_tabs {
    padding: 0 0 80px;
    font-size: 0;
}

.mb_tabs a {
    display: inline-block;
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    font-family: 'Quicksand';
    font-size: 22px;
    font-weight: bold;
    color: #7ea0a9;
    text-decoration: none;
    background: #e6edef;
}

.mb_tabs a:first-child {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.mb_tabs a:last-child {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.mb_tabs a.active {
    color: #fff;
    background: #175464;
}

.mb_tabs.compact {
    width: calc(100% - 120px);
}

.mb_tabs.compact a {
    display: block;
    width: 100%;
    font-size: 19px;
    text-align: center;
}

.mb_tabs.compact a:first-child {
    border-radius: 5px 5px 0 0;
}

.mb_tabs.compact a:last-child {
    border-radius: 0 0 5px 5px;
}

.mb_services {
    padding: 0 0 30px;
}

.mb_services::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.mb_services > div {
    display: none;
}

.mb_services > div.show_me {
    display: block;
}

.mb_services > div::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.mb_services .plus {
    float: left;
    height: 65px;
    line-height: 165px;
    width: 90px;
    font-family: 'Quicksand';
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #1e6273;
}

.mb_services .items {
    padding: 0 0 70px;
}

.mb_services .items::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.mb_services .item {
    width: 180px;
    float: left;
    padding: 0 20px 30px;
    text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.mb_services .item.allotted {
    background: #f5f5f5;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(23, 84, 100, 0.2);
    -moz-box-shadow: 0px 0px 0px 1px rgba(23, 84, 100, 0.2);
    box-shadow: 0px 0px 0px 1px rgba(23, 84, 100, 0.2);
}

.mb_services .item .icon {
    height: 80px;
    position: relative;
}

.mb_services .item .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mb_services .item strong {
    display: block;
    padding: 0 0 8px;
    font-family: 'Quicksand';
    font-size: 22px;
    font-weight: bold;
    color: #1e6273;
}

.mb_services .item span {
    font-family: 'Quicksand';
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #1e6273;
}

.sm_services {
    padding: 0 0 80px;
}

.sm_services::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.sm_services .item {
    float: left;
    min-width: 120px;
    margin: 0 10px 0 0;
}

.sm_services .item .icon {
    display: block;
    height: 80px;
    position: relative;
}

.sm_services .item .icon img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sm_services .item strong {
    display: block;
    padding: 0 0 6px;
    font-size: 22px;
    font-family: 'Quicksand';
    font-weight: bold;
    text-align: center;
    color: #1e6273;
}

.sm_services .item span {
    display: block;
    font-family: 'Quicksand';
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #1e6273;
}

.get_service {
    padding: 30px 30px 30px 60px;
    margin: 0 0 0 -60px;
    background: #f5f5f5;
    clear: both;
}

.get_service::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.get_service .price {
    max-width: 220px;
}

.get_service .link {
    float: left;
    padding: 0 40px 0 0;
}

.get_service .link a {
    display: block;
    height: 60px;
    padding: 0 40px;
    line-height: 60px;
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: bold;
    color: #175464;
    text-decoration: none;
    background: #a6bf42;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.get_service .link a:hover {
    color: #fff;
    background: #175464;
}

.app_links {
    float: right;
    padding: 9px 0 0;
}

.app_links a {
    display: inline-block;
    margin: 0 10px 0 0;
}

.app_links a:last-child {
    margin: 0;
}

.app_links a img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.price {
    display: block;
    float: left;
}

.price strong {
    display: inline-block;
    padding: 4px 0 12px 18px;
    font-size: 19px;
    font-weight: 800;
    color: #175464;
    position: relative;
}

.price strong::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/azn_icon.svg) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 2px;
    left: 0;
}

.price strong sup {
    font-size: 16px;
    position: absolute;
    top: 2px;
    left: calc(100% + 7px);
}

.price span {
    display: block;
    font-size: 14px;
    font-style: italic;
    color: #a2a2a2;
}

.product_block {
    position: relative;
}

.product_block::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.product_block .price strong {
    font-size: 36px;
}

.product_block .price strong::before {
    width: 15px;
    height: 15px;
}

.product_block .price sup {
    font-size: 20px;
}

.product_block .left_side {
    position: absolute;
    left: 0;
    top: calc(50% - 40px);
    -ms-transform: translate(0, -50%);
    /* IE 9 */
    -webkit-transform: translate(0, -50%);
    /* Safari */
    transform: translate(0, -50%);
}

.product_block .left_side .price {
    margin: 0 0 30px;
}

.product_block .left_side .link a {
    display: inline-block;
    height: 60px;
    padding: 0 40px;
    line-height: 60px;
    text-decoration: none;
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #175464;
    background: #a6bf42;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.product_block .left_side .link a:hover {
    color: #fff;
    background: #175464;
}

.product_block .image {
    float: right;
}

.tablet_slider {
    padding: 0 0 60px;
}

.tablet_slider img {
    width: 100%;
}

.similar_article {
    padding: 0 0 60px;
}

.similar_article:last-child {
    padding: 0 0 10px;
}

.similar_article:last-child footer {
    padding-bottom: 100px;
}

.similar_article.no_padding {
    padding: 0;
}

.similar_article .get_service {
    margin: 0;
}

.similar_article header {
    padding: 0 0 50px 30px;
    text-align: center;
}

.similar_article header h2 {
    padding: 0 0 15px;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.34;
    color: #000;
}

.similar_article header p {
    opacity: 0.5;
    font-family: 'Quicksand';
    font-size: 17px;
    font-weight: 500;
    line-height: 1.59;
    color: #000;
}

.similar_article footer {
    width: 100%;
    text-align: center;
}

.similar_article footer.gray p {
    color: #6d6d6d;
}

.similar_article footer .gray {
    padding: 20px;
}

.similar_article footer .gray > div {
    max-width: 560px;
    margin: 0 auto;
}

.similar_article footer p {
    padding: 0 0 40px;
    font-family: 'Quicksand';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    color: #175464;
}

.similar_article footer .price {
    display: inline-block;
    float: none;
}

.similar_article footer .link {
    display: inline-block;
    padding: 0 0 0 80px;
}

.similar_article footer .link a {
    display: inline-block;
    height: 60px;
    padding: 0 40px;
    line-height: 60px;
    text-decoration: none;
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #175464;
    background: #a6bf42;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.similar_article footer .link a:hover {
    color: #fff;
    background: #175464;
}

.tv_slider {
    position: relative;
    margin: 0 0 100px;
}

.tv_slider.short {
    margin: 0 0 40px;
}

.tv_slider.short .image_slide {
    height: 270px;
}

.tv_slider .tabs {
    padding: 0 0 40px;
    text-align: center;
}

.tv_slider .tabs > div {
    display: inline-block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.tv_slider .tabs > div a {
    display: inline-block;
    padding: 9px 0;
    margin: 0 27px;
    font-family: 'Quicksand';
    font-size: 17px;
    color: #979797;
    text-decoration: none;
    position: relative;
}

.tv_slider .tabs > div a.active::after {
    opacity: 1;
}

.tv_slider .tabs > div a:first-child {
    margin: 0 27px 0 0;
}

.tv_slider .tabs > div a:last-child {
    margin: 0 0 0 27px;
}

.tv_slider .tabs > div a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: -2px;
    opacity: 0;
}

.tv_slider .image_slide {
    width: 600px;
    max-width: 100%;
    height: 340px;
    margin: 0 auto;
    position: relative;
}

.tv_slider .image_slide .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tv_slider .image_slide .bg img {
    display: block;
    width: 100%;
}

.tv_slider .image_slide .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tv_slider .image_slide .image img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.tv_slider .image_slide .image img.hide_me {
    opacity: 0;
    visibility: hidden;
}

.full_block {
    width: 100%;
    height: calc(100vh - 300px);
    position: fixed;
    left: 0;
    top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.full_block > div {
    width: 100%;
}

.payment_intro {
    padding: 0 20px;
}

.payment_intro h2 {
    padding: 0 0 50px;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.23;
    text-align: center;
    color: #fff;
}

.payment_intro .tabs {
    padding: 0 0 50px;
    text-align: center;
    font-size: 0;
}

.payment_intro .tabs a {
    display: inline-block;
    min-width: 340px;
    height: 80px;
    padding: 0 20px 0 20px;
    line-height: 80px;
    font-family: 'Quicksand';
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #428395;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.payment_intro .tabs a:hover {
    background: #4791a6;
}

.payment_intro .tabs a.active {
    background: #175464;
}

.payment_intro .tabs a.active span {
    opacity: 1;
}

.payment_intro .tabs a.card span {
    background: url(../img/card_icon.svg) no-repeat 0 50%;
}

.payment_intro .tabs a.cash span {
    background: url(../img/cash_icon.svg) no-repeat 0 50%;
}

.payment_intro .tabs a:first-child {
    -moz-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    -khtml-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
}

.payment_intro .tabs a:last-child {
    -moz-border-radius: 0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
    -khtml-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
}

.payment_intro .tabs a span {
    display: inline-block;
    height: 80px;
    padding: 0 0 0 55px;
    opacity: 0.6;
}

.payments_list.hide_me {
    display: none;
}

.payments_list > div {
    display: none;
}

.payments_list > div.show_me {
    display: block;
}

.payments_list h3 {
    padding: 0 0 50px;
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.payments_list .grid {
    text-align: center;
    font-style: 0;
}

.payments_list .grid a, .payments_list .grid strong {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 0 16px 32px;
    color: #fff;
    text-decoration: none;
    font-size: 0;
    position: relative;
    cursor: pointer;
}

.payments_list .grid a:hover::before, .payments_list .grid strong:hover::before {
    background: #06576b;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.payments_list .grid a::before, .payments_list .grid strong::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1e6273;
    position: absolute;
    top: 0;
    left: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.payments_list .grid a img, .payments_list .grid strong img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.payments_list .grid a span, .payments_list .grid strong span {
    width: 100%;
    padding: 0 20px;
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sub_payments {
    max-width: 680px;
    margin: 0 auto;
}

.sub_payments > div {
    display: none;
    position: relative;
}

.sub_payments > div.show_me {
    display: block;
}

.sub_payments h3 {
    padding: 0 0 50px;
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.sub_payments a.back {
    display: block;
    padding: 0 0 0 36px;
    font-family: 'Quicksand';
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    background: url(../img/back_icon.svg) no-repeat 0 3px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.sub_payments a.back:hover {
    padding: 0 0 0 41px;
    color: white;
    -ms-transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
}

.sub_payments .grid {
    text-align: center;
    font-style: 0;
}

.sub_payments .grid a {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 0 16px 32px;
    color: #fff;
    text-decoration: none;
    font-size: 0;
    position: relative;
}

.sub_payments .grid a:hover::before {
    background: #06576b;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.sub_payments .grid a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1e6273;
    position: absolute;
    top: 0;
    left: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.sub_payments .grid a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sub_payments .grid a span {
    width: 100%;
    padding: 0 20px;
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form_block {
    max-width: 430px;
    margin: 0 auto;
}

.form_block p {
    padding: 0 0 40px;
    font-family: 'Quicksand';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    text-align: center;
    color: #ffffff;
}

.form_block .input {
    padding: 0 0 20px;
}

.form_block .input input {
    display: block;
    width: 100%;
    height: 58px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: none;
    font-family: 'Quicksand';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    text-align: center;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.form_block .input input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form_block .input input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form_block .input input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form_block .input input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form_block .input input:focus {
    border: 1px solid white;
}

.form_block .submit button, .form_block .submit a {
    display: block;
    width: 100%;
    height: 64px;
    border: none;
    text-decoration: none;
    color: #175464;
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #a6bf42;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.form_block .submit button:hover, .form_block .submit a:hover {
    color: #fff;
    background: #175464;
}

.show_success > div {
    height: 100% !important;
    overflow: hidden !important;
}

.show_success .success_order {
    height: 100%;
}

.success_order {
    width: 100%;
    height: 0;
    background: #175464;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation-duration: 0.45s;
    -webkit-transition: all 0.45s linear;
    -moz-animation-duration: 0.45s;
    -moz-transition: all 0.45s linear;
    animation-duration: 0.45s;
    -o-transition: all 0.45s linear;
    transition: all 0.45s linear;
}

.success_order > div {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 20px;
}

.success_order .icon {
    padding: 0 0 40px;
}

.success_order h3 {
    padding: 0 0 20px;
    font-family: 'Quicksand';
    font-size: 28px;
    font-weight: bold;
    line-height: 1.21;
    color: #a6bf42;
}

.success_order p {
    padding: 0 0 80px;
    opacity: 0.8;
    font-family: 'Quicksand';
    font-size: 17px;
    font-weight: 500;
    line-height: 1.53;
    color: #fff;
}

.success_order .back a {
    display: inline-block;
    padding: 0 0 0 36px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-family: 'Quicksand';
    font-size: 17px;
    font-weight: 500;
    background: url(../img/back_icon.svg) no-repeat 0 3px;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.success_order .back a:hover {
    padding: 0 0 0 41px;
    color: white;
    -ms-transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
}

.success_block {
    text-align: center;
}

.success_block .icon {
    display: inline-block;
    padding: 0 0 30px;
}

.success_block h3 {
    padding: 0 0 20px;
    font-family: 'Quicksand';
    font-size: 28px;
    font-weight: bold;
    line-height: 1.21;
    color: #a6bf42;
}

.success_block p {
    opacity: 0.8;
    font-family: 'Quicksand';
    font-size: 17px;
    font-weight: 500;
    line-height: 1.53;
    text-align: center;
    color: #fff;
}

.success_block p a {
    color: #fff;
}

.success_block p a:hover {
    text-decoration: none;
}

.success_block .back {
    padding: 30px 0 30px;
}

.success_block .back a {
    display: inline-block;
    padding: 0 0 0 36px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-family: 'Quicksand';
    font-size: 17px;
    font-weight: 500;
    position: relative;
}

.success_block .back a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.success_block .back a:hover::before {
    -ms-transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
}

.success_block .back a:hover span {
    opacity: 1;
}

.success_block .back a::before {
    content: "";
    display: block;
    width: 36px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/back_icon.svg) no-repeat 0 50%;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.success_back {
    padding: 30px 0 30px;
}

.success_back a {
    display: inline-block;
    padding: 0 0 0 36px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-family: 'Quicksand';
    font-size: 17px;
    font-weight: 500;
    position: relative;
}

.success_back a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.success_back a:hover::before {
    -ms-transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
}

.success_back a:hover span {
    opacity: 1;
}

.success_back a::before {
    content: "";
    display: block;
    width: 36px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/back_icon.svg) no-repeat 0 50%;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.pass_form {
    max-width: 430px;
    margin: 0 auto;
    padding: 60px 0 40px;
}

.pass_form.hide_me {
    display: none;
}

.pass_form .input {
    padding: 0 0 30px;
}

.pass_form .input input {
    display: block;
    width: 100%;
    height: 58px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: none;
    font-family: 'Quicksand';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    letter-spacing: 5px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.pass_form .input input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
}

.pass_form .input input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
}

.pass_form .input input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
}

.pass_form .input input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
}

.pass_form .input input.alert {
    border-color: #f00;
}

.pass_form .input input:focus {
    border: 1px solid white;
}

.pass_form .submit {
    padding: 10px 0 0;
}

.pass_form .submit button, .pass_form .submit a {
    display: block;
    width: 100%;
    height: 64px;
    border: none;
    text-decoration: none;
    color: #175464;
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #a6bf42;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.pass_form .submit button:hover, .pass_form .submit a:hover {
    color: #fff;
    background: #175464;
}

.sign_block {
    max-width: 470px;
    margin: 0 auto;
    padding: 0 20px;
}

.sign_block h2 {
    padding: 0 0 50px;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.23;
    text-align: center;
    color: #fff;
}

.sign_form .input {
    padding: 30px 0 0;
}

.sign_form .input:first-child {
    padding: 0;
}

.sign_form .input input {
    display: block;
    width: 100%;
    height: 58px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-family: 'Quicksand';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.sign_form .input input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.sign_form .input input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.sign_form .input input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.sign_form .input input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.sign_form .input input:focus {
    border-color: rgba(255, 255, 255, 0.8);
}

.sign_form .submit {
    padding: 40px 0 0;
}

.sign_form .submit a, .sign_form .submit button {
    display: block;
    width: 100%;
    height: 64px;
    line-height: 64px;
    border: none;
    text-align: center;
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #175464;
    background: #a6bf42;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.sign_form .submit a:hover, .sign_form .submit button:hover {
    color: #fff;
    background: #175464;
}

#topup_form input {
    width: 77px;
    height: 27px;
    padding: 0 10px;
    border: solid 1px #979797;
    font-family: "Quicksand";
    font-weight: 500;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    text-align: right;
    margin-right: 5px;
    background: none;
    color: #fff;
}

#topup_form span {
    position: static !important;
    opacity: 0.5;
    font-family: 'Quicksand';
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

#topup_form button {
    height: 28px;
    border: none;
    text-decoration: none;
    color: #175464;
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #a6bf42;
    cursor: pointer;
    margin-top: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 2px;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#topup_button {
    text-decoration: underline;
    opacity: 0.5;
    font-family: 'Quicksand';
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: none;
}

.preload {
    overflow: hidden;
    position: relative;
    text-indent: -100500px;
}

.preload::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 16px);
    animation: cssload-spin 575ms infinite linear;
    -o-animation: cssload-spin 575ms infinite linear;
    -ms-animation: cssload-spin 575ms infinite linear;
    -webkit-animation: cssload-spin 575ms infinite linear;
    -moz-animation: cssload-spin 575ms infinite linear;
}

.waring {
    display: none;
    margin: 0 0 20px;
    padding: 12px 20px;
    text-align: center;
    font-family: 'Quicksand';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #f00;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.waring p {
    padding: 0;
    color: #f00;
}

.success {
    display: none;
    margin: 0 0 20px;
    padding: 12px 20px;
    text-align: center;
    font-family: 'Quicksand';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #329e00;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.cabinet_block {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 20px 0;
}

.cabinet_block .success_block {
    min-height: calc(100vh - 340px);
    display: none;
    padding: 40px 0 0;
}

.cabinet_block .success_block.show_me {
    display: block;
}

.cabinet_block .success_block .icon {
    padding: 0 0 40px;
}

.cabinet_block .success_block h3 {
    padding: 0 0 70px;
}

.cabinet_block header {
    padding: 0 0 35px;
}

.cabinet_block header::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.cabinet_block header .left_side {
    float: left;
    padding: 48px 0 0;
    position: relative;
}

.cabinet_block header .left_side .exit {
    position: absolute;
    top: 0;
    left: 0;
}

.cabinet_block header .left_side .exit a {
    display: inline-block;
    padding: 0 0 0 26px;
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: url(../img/exit_icon.svg) no-repeat 0 50%;
}

.cabinet_block header .left_side .user_name {
    padding: 0 0 8px;
    font-family: 'Quicksand';
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.cabinet_block header .left_side .change_pass a {
    opacity: 0.5;
    font-family: 'Quicksand';
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.cabinet_block header .left_side .change_pass a:hover {
    text-decoration: none;
}

.cabinet_block header .left_side .change_pass a.back {
    padding: 0 0 0 36px;
    text-decoration: none;
    opacity: 1;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
}

.cabinet_block header .left_side .change_pass a.back:hover {
    color: rgba(255, 255, 255, 0.8);
}

.cabinet_block header .left_side .change_pass a.back:hover::before {
    -ms-transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
}

.cabinet_block header .left_side .change_pass a.back:hover span {
    opacity: 1;
}

.cabinet_block header .left_side .change_pass a.back::before {
    content: "";
    display: block;
    width: 36px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/back_icon.svg) no-repeat 0 50%;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.cabinet_block header .right_side {
    float: right;
    padding: 48px 0 0;
    position: relative;
    text-align: right;
}

.cabinet_block header .right_side span {
    display: block;
    position: absolute;
    top: 24px;
    right: 0;
    opacity: 0.5;
    font-family: 'Quicksand';
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.cabinet_block header .right_side strong {
    display: block;
    padding: 0 0 8px;
    font-family: 'Quicksand';
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.cabinet_block header .right_side a {
    display: inline-block;
    padding: 0 0 0 27px;
    text-decoration: none;
    font-family: 'Quicksand';
    font-size: 15px;
    font-weight: bold;
    color: #a6bf42;
    background: url(../img/folder_green_icon.svg) no-repeat 0 50%;
}

.cabinet_tabs {
    width: 100%;
    margin: 0 0 35px;
}

.cabinet_tabs > div {
    width: 100%;
    display: table;
}

.cabinet_tabs select {
    display: none;
    width: 100%;
    height: 50px;
    padding: 0 24px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #418293 url(../img/select_pt.svg) no-repeat calc(100% - 20px) 50%;
    background-size: 18px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.cabinet_tabs a {
    display: table-cell;
    width: 25%;
    height: 32px;
    padding: 0 32px;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #418293;
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.cabinet_tabs a.active, .cabinet_tabs a:hover {
    background: #175464;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
}

.cabinet_tabs a.active span, .cabinet_tabs a:hover span {
    opacity: 1;
}

.cabinet_tabs a.active + a, .cabinet_tabs a:hover + a {
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
}

.cabinet_tabs a:first-child {
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -khtml-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.cabinet_tabs a:last-child {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -khtml-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

.cabinet_tabs a span {
    opacity: 0.6;
}

.cabinet_content {
    width: 100%;
    height: calc(100vh - 440px);
    padding: 30px 0 30px 50px;
    background: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.cabinet_content > div {
    height: calc(100vh - 500px);
    padding: 0 50px 0 0;
    overflow-y: auto;
}

.cabinet_content > div::-webkit-scrollbar-button {
    background-image: url("");
    background-repeat: no-repeat;
    width: 5px;
    height: 0px;
}

.cabinet_content > div::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.cabinet_content > div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(#a5be41), to(#1e6273));
    background-image: -webkit-linear-gradient(left, #a5be41, #1e6273);
    background-image: linear-gradient(to right, #a5be41, #1e6273);
}

.cabinet_content > div::-webkit-scrollbar-thumb:hover {
    background-color: #56999f;
}

.cabinet_content > div::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 4px;
    height: 0px;
}

.cabinet_content > div::-webkit-scrollbar {
    width: 4px;
}

.factura_list ul {
    width: 100%;
    display: table;
}

.factura_list ul li {
    display: table-row;
}

.factura_list ul li:last-child > * {
    border: none;
}

.factura_list ul li > * {
    display: table-cell;
    padding: 15px 0 18px;
    border-bottom: solid 1px #cbcbcb;
}

.factura_list ul li span {
    font-size: 16px;
    font-weight: 600;
    color: #175464;
}

.factura_list ul li strong {
    font-size: 20px;
    font-weight: 800;
    text-align: right;
    color: #175464;
}

.mac_result ul {
    width: 100%;
}

.mac_result ul li {
    position: relative;
    border-bottom: 1px solid #cbcbcb;
    padding: 13px 0 15px;
    overflow: hidden;
}

.mac_result ul li span {
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #175464;
}

.mac_result ul li strong {
    float: right;
    padding: 0 24px 0 0;
    font-size: 20px;
    font-weight: 800;
    text-align: right;
    color: #175464;
}

.mac_result ul li a.remove {
    display: block;
    width: 16px;
    height: 16px;
    background: #f00;
    position: absolute;
    top: 14px;
    right: 0;
    opacity: 0.8;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.mac_result ul li a.remove:hover {
    opacity: 1;
}

.mac_result ul li a.remove::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 2px;
    -moz-transform: rotate(45deg);
    /* Для Firefox */
    -ms-transform: rotate(45deg);
    /* Для IE */
    -webkit-transform: rotate(45deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg);
    /* Для Opera */
    transform: rotate(45deg);
}

.mac_result ul li a.remove::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 2px;
    -moz-transform: rotate(-45deg);
    /* Для Firefox */
    -ms-transform: rotate(-45deg);
    /* Для IE */
    -webkit-transform: rotate(-45deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-45deg);
    /* Для Opera */
    transform: rotate(-45deg);
}

.add_mac ul {
    width: 100%;
}

.add_mac ul li {
    padding: 13px 0 15px;
    border-bottom: 1px solid #cbcbcb;
}

.add_mac ul li input {
    display: inline-block;
    width: 200px;
    height: 27px;
    margin: 0 20px 0 0;
    padding: 0 10px;
    border: solid 1px #979797;
    font-family: 'Quicksand';
    font-weight: 500;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.add_mac ul li a {
    display: inline-block;
    line-height: 27px;
    font-size: 15px;
    font-weight: 600;
    color: #5a5a5a;
    text-decoration: none;
}

.add_mac ul li a:hover {
    color: #7e9c07;
}

.tv_app_block ul {
    display: table;
    width: 100%;
}

.tv_app_block ul li {
    display: table-row;
}

.tv_app_block ul li > * {
    padding: 13px 0 15px;
    border-bottom: 1px solid #cbcbcb;
}

.tv_app_block ul li strong {
    font-size: 20px;
    font-weight: 800;
    text-align: left;
    color: #175464;
    display: table-cell;
}

.tv_app_block ul li span {
    display: table-cell;
}

.tv_app_block ul li span input {
    width: 200px;
    height: 27px;
    margin: 0 20px 0 0;
    padding: 0 10px;
    border: solid 1px #979797;
    font-family: "Quicksand";
    font-weight: 500;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.tv_app_block ul li a {
    display: inline-block;
    line-height: 27px;
    font-size: 15px;
    font-weight: 600;
    color: #5a5a5a;
    text-decoration: none;
}

.tv_app_block ul li a:hover {
    color: #7e9c07;
}


.contacts_block {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

.contacts_block h2 {
    padding: 0 0 60px;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.23;
    text-align: center;
    color: #fff;
}

.contacts_block .table {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.contacts_block .image {
    width: 50%;
    margin: 0 16px 0 0;
}

.contacts_block .image img {
    display: block;
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.contacts_block .info {
    width: 50%;
    margin: 0 0 0 16px;
    padding: 0 70px;
    background: #175464;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.contacts_block ul li {
    padding: 0 0 20px;
}

.contacts_block ul li:last-child {
    padding: 0;
}

.contacts_block ul li a, .contacts_block ul li span {
    display: inline-block;
    padding: 0 0 0 32px;
    font-family: 'Quicksand';
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.contacts_block ul li a:hover::after, .contacts_block ul li span:hover::after {
    width: calc(100% - 32px);
}

.contacts_block ul li a::after, .contacts_block ul li span::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 32px;
    bottom: -1px;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.contacts_block ul li a.phone, .contacts_block ul li span.phone {
    background: url(../img/contact_phone.svg) no-repeat 0 50%;
}

.contacts_block ul li a.email, .contacts_block ul li span.email {
    background: url(../img/contact_mail.svg) no-repeat 0 50%;
}

.contacts_block ul li a.whatsapp, .contacts_block ul li span.whatsapp {
    background: url(../img/contact_wapp.svg) no-repeat 0 50%;
}

.contacts_block ul li a.address, .contacts_block ul li span.address {
    background: url(../img/pin_icon.svg) no-repeat 0 50%;
}

.contacts_block ul li span::after {
    display: none;
}

.blue_shadow {
    width: calc(100% - 80px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 40px;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.45);
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
    -webkit-animation-duration: 0.3s;
    -webkit-transition: all 0.3s linear;
    -moz-animation-duration: 0.3s;
    -moz-transition: all 0.3s linear;
    animation-duration: 0.3s;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blue_shadow.hide_me {
    opacity: 0;
    visibility: hidden;
}

.order_block {
    width: 0px;
    height: 100%;
    background: #175464;
    position: absolute;
    top: 0;
    left: 520px;
    overflow: hidden;
    -moz-border-radius: 0 14px 14px 0;
    -webkit-border-radius: 0 14px 14px 0;
    -khtml-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.order_block.show_me {
    width: calc(100% - 560px);
}

.order_block a.inner_close {
    right: 20px;
}

.order_block .price strong::before {
    background: url(../img/azn_icon_green.svg) no-repeat 0 0;
    background-size: 100%;
}

.order_block .order_price {
    padding: 0 0 10px;
}

.order_block > div {
    height: calc(100vh - 200px);
    width: 100%;
    padding: 32px 60px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.order_block > div.show_me {
    opacity: 1;
}

.order_block > div::-webkit-scrollbar-button {
    background-image: url("");
    background-repeat: no-repeat;
    width: 5px;
    height: 0px;
}

.order_block > div::-webkit-scrollbar-track {
    background-color: #175464;
}

.order_block > div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(#a5be41), to(#1e6273));
    background-image: -webkit-linear-gradient(left, #a5be41, #1e6273);
    background-image: linear-gradient(to right, #a5be41, #1e6273);
}

.order_block > div::-webkit-scrollbar-thumb:hover {
    background-color: #56999f;
}

.order_block > div::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 4px;
    height: 0px;
}

.order_block > div::-webkit-scrollbar {
    width: 4px;
}

.order_block header {
    padding: 0 0 30px;
}

.order_block header .back {
    padding: 0 0 30px;
}

.order_block header .back a {
    display: inline-block;
    padding: 0 0 0 36px;
    font-family: 'Quicksand';
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.order_block header .back a:hover::before {
    -ms-transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
}

.order_block header .back a:hover span {
    opacity: 1;
}

.order_block header .back a::before {
    content: "";
    display: block;
    width: 36px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/back_icon.svg) no-repeat 0 50%;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.order_block header .back a span {
    opacity: 0.5;
}

.order_block header h2 {
    padding: 0 0 10px;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.24;
    color: #fff;
}

.order_block header p {
    opacity: 0.6;
    font-family: 'Quicksand';
    font-size: 17px;
    font-weight: 500;
    line-height: 1.59;
    color: #fff;
}

.order_price {
    padding: 0 0 95px;
}

.order_price .mb_tabs {
    float: left;
    padding: 0 60px 0 0;
}

.order_price .mb_tabs a {
    color: #175464;
    background: #2e6573;
}

.order_price .mb_tabs a.active {
    background: #a6bf42;
}

.order_price .price strong {
    color: #a6bf42;
    font-size: 36px;
}

.order_price .price sup {
    font-size: 20px;
}

.order_price .price span {
    opacity: 0.5;
    font-size: 14px;
    color: #fff;
}

a.map_pin {
    display: block;
    width: 56px;
    height: 56px;
    background: #175464 url(../img/map_pin.svg) no-repeat 50%;
    position: absolute;
    top: 1px;
    right: 1px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.order_form::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.order_form .input {
    width: calc(50% - 10px);
    float: left;
    padding: 0 0 30px;
    position: relative;
}

.order_form .input:nth-child(2n) {
    float: right;
}

.order_form .input input {
    display: block;
    width: 100%;
    height: 58px;
    padding: 0 30px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-family: 'Quicksand';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.order_form .input input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.order_form .input input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.order_form .input input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.order_form .input input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.order_form .input input:focus {
    border-color: rgba(255, 255, 255, 0.8);
}

.order_form .submit {
    padding: 10px 0 0;
    clear: both;
}

.order_form .submit a, .order_form .submit button {
    display: inline-block;
    height: 64px;
    padding: 0 40px;
    border: none;
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: bold;
    color: #175464;
    text-decoration: none;
    background: #a6bf42;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.order_form .submit a:hover, .order_form .submit button:hover {
    background: #c0da5a;
}

input.alert {
    border-color: #f00 !important;
}

.map_block {
    width: 100%;
    height: 100%;
    background: #175464;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.map_block.show_me {
    opacity: 1;
    visibility: visible;
}

.address_top {
    width: 100%;
    height: 40vh;
    position: absolute;
    z-index: 2;
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    top: 0;
    left: 0;
    background-size: 100% 100%;
    pointer-events: none;
    text-align: center;
    padding: 60px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.address_top p {
    padding: 0 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #135565;
    opacity: 0.5;
}

.address_top h3 {
    color: #135565;
    font-size: 32px;
}

.pin {
    width: 40px;
    height: 55px;
    position: absolute;
    z-index: 2;
    background: url(../img/pin.png) no-repeat center center;
    top: 50%;
    left: 50%;
    margin: -22.5px 0 0 -20px;
    background-size: 100%;
    pointer-events: none;
}

.foot_form {
    position: absolute;
    padding: 30px;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.connect_bttn {
    background: #c4d33a;
    color: #135565;
    width: auto;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 70px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#map {
    width: 100%;
    height: 100%;
    position: relative;
}

.film_carousel {
    margin: 0 0 80px;
}

.film_carousel figure {
    width: 164px;
    margin: 0 17px 0 0;
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
}

.film_carousel figure a {
    display: block;
}

.film_carousel figure a img {
    display: block;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

/* Flickity begin */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    color: #333;
}

.flickity-button:hover {
    background: white;
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px #19F;
    box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}

.flickity-button-icon {
    fill: #333;
}

.flickity-prev-next-button {
    display: none;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 8px;
    background: #159ee3;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    position: relative;
}

.flickity-page-dots .dot::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #159ee3;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.flickity-page-dots .dot.is-selected::after {
    width: 28px;
    border-radius: 6px;
}

/* Flickity end */
/* Additional begin */
.slider {
    height: 140px;
}

.slider_wrap {
    width: calc(100% - 200px);
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    top: 50px;
}

.slider_wrap > span {
    display: block;
    width: 11px;
    height: 11px;
    background: #fff;
    position: absolute;
    top: -4px;
    border-radius: 50%;
    margin: 0 0 0 -6px;
}

.slider_wrap > span + span {
    left: 25%;
}

.slider_wrap > span + span + span {
    left: 50%;
}

.slider_wrap > span + span + span + span {
    left: 75%;
}

.slider_wrap > span + span + span + span + span {
    left: 100%;
}

.select_speed {
    width: 100%;
    height: 3px;
    position: relative;
    margin: 0 4%;
}

.ui-slider-handle {
    display: block;
    position: absolute;
    background-size: 29%;
    top: -14px;
    margin: 0 0 0 -36px;
    width: 30px;
    height: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #a6bf42;
    border-radius: 50%;
}

.ui-slider-handle::before {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #175464;
    position: absolute;
    top: 11px;
    left: 11px;
}

.ui-slider-handle::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #175464;
    position: absolute;
    top: 11px;
    left: 17px;
}

.speed_result {
    width: 200px;
    font-family: 'Quicksand';
    font-size: 32px;
    font-weight: bold;
    color: #a6bf42;
    position: absolute;
    top: -15px;
    left: calc(100% + 25px);
}

aside#aside_nav nav ul li a.biznes {
    background: url(../img/menu_business.svg) 70px 50% no-repeat #1e6273;
}

/* Additional end */
@keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


div.tvbox {
    display: none;
}

div.tvbox-username {
    display: none;
}

/*****   Styling radio inputs on TV order page ****/

.radio-container {
    all: revert;
    display: block;
    position: relative;
    /*margin: 40px auto;*/
    height: auto;
    width: 400px;
    font-size: 10pt;
    text-align: left;
}

.radio-container h2 {
    color: #ffffff;
    font-size: 16pt;
    opacity: 0.6;
}

.radio-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.radio-container ul li {
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    /*border-bottom: 1px solid #333;*/
}

.radio-container ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.radio-container ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 25px 25px 15px 60px;
    margin: 10px auto;
    height: 50px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.15s linear;
}

.radio-container ul li:hover label {
    color: #FFFFFF;
}

.radio-container ul li .check {
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 30px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.radio-container ul li:hover .check {
    border: 5px solid #FFFFFF;
}

.radio-container ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 11px;
    width: 11px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.radio-container input[type=radio]:checked ~ .check {
    border: 5px solid #ffffff;
}

.radio-container input[type=radio]:checked ~ .check::before {
    background: #ffffff;
}

.radio-container input[type=radio]:checked ~ label {
    color: #ffffff;
    font-weight: bold;
}


