@font-face{
	font-family: 'Futura PT';
	src: url('../fonts/FuturaPT-Book.eot');
	src: url('../fonts/FuturaPT-Book.woff2') format('woff2'),
		 url('../fonts/FuturaPT-Book.woff') format('woff'),
		 url('../fonts/FuturaPT-Book.ttf') format('truetype'),
		 url('../fonts/FuturaPT-Book.svg#FuturaPT-Book') format('svg'),
		 url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Heavy.eot');
    src: url('../fonts/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FuturaPT-Heavy.woff2') format('woff2'),
         url('../fonts/FuturaPT-Heavy.woff') format('woff'),
         url('../fonts/FuturaPT-Heavy.ttf') format('truetype'),
         url('../fonts/FuturaPT-Heavy.svg#FuturaPT-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face{
	font-family: 'Futura PT';
	src: url('../fonts/FuturaPT-Demi.eot');
	src: url('../fonts/FuturaPT-Demi.woff2') format('woff2'),
		 url('../fonts/FuturaPT-Demi.woff') format('woff'),
		 url('../fonts/FuturaPT-Demi.ttf') format('truetype'),
		 url('../fonts/FuturaPT-Demi.svg#FuturaPT-Demi') format('svg'),
		 url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family:'Open Sans';
	src:url('../fonts/OpenSans-Regular.eot');
	src:url('../fonts/OpenSans-Regular.woff2') format('woff2'),
		url('../fonts/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans-Regular.ttf') format('truetype'),
		url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg'),
		url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'Open Sans';
	src:url('../fonts/OpenSans-Bold.eot');
	src:url('../fonts/OpenSans-Bold.woff2') format('woff2'),
		url('../fonts/OpenSans-Bold.woff') format('woff'),
		url('../fonts/OpenSans-Bold.ttf') format('truetype'),
		url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg'),
		url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype');
	font-weight:bold;
	font-style:normal;
}

@font-face {
	font-family:'Open Sans';
	src:url('../fonts/OpenSans-Light.eot');
	src:url('../fonts/OpenSans-Light.woff2') format('woff2'),
		url('../fonts/OpenSans-Light.woff') format('woff'),
		url('../fonts/OpenSans-Light.ttf') format('truetype'),
		url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg'),
		url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype');
	font-weight:300;
	font-style:normal;
}

*{
	box-sizing:border-box;
}

header, nav, section, article, aside, footer {
   display:block;
}

body{
	font-family:"Futura PT",Arial,Helvetica,sans-serif;
	background-color:#FFFFFF;
	color:#000000;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	margin:0;
	padding:0;
}

body._show_menu,
body._show_box{
	overflow:hidden;
}

strong{	
	font-weight:900;
}

a{
	color: #a05257;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img {
    display:block;
	max-width:100%;
	height:auto;
}

a img{
	border:none;
}

h1, h2, h3{
	margin:0;
	font-family:'Futura PT';
}

h1{
	font-size:36px;
	line-height:42px;
	font-weight:normal;
}

h1 span{
    font-weight: 900;
}

h1::first-letter {
    letter-spacing: -5px;
}

h2{
	font-size:44px;
	line-height:50px;
	font-weight:900;
	text-align:center;
    margin-bottom: 30px;
}

h3{
	font-size:20px;
	line-height:22px;
}

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

p{
	margin:0;
}

.container_full{
    width: 100%;
    max-width: 1203px;
	display:block; 
	position:relative;
    margin: 0 auto;
}

.container{
    width: 100%;
    max-width: 746px;
	display:block; 
	position:relative;
    margin: 0 auto;
    padding: 0 10px;
}

.text_center{
	text-align:center;
}

.c_brown{
    color: #a05257; 
}

.c_yellow{
    color: #ffdd00; 
}

.c_white{
    color: #FFFFFF; 
}

.bg_pink{
    background-color: #fdf5f5;
}

.bg_blue{
    background-color: #eff4fc;
}

.bg_gray{
    background-color: #ecefef;
}

.bg_yellow{
    background-color: #ffdd00;
}

.bg_white{
    background-color: #FFFFFF;
}

.btn{
	width:100%;
	white-space:nowrap;
	cursor:pointer;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family:'Futura PT';
	font-weight:900;
	font-size:22px;
    color: #FFFFFF;
	height:49px;
    border: none;
	border-radius:10px;
    background-color: #a05257;
	transition:background-color .2s;
	-webkit-transition:background-color .2s;
	-moz-transition:background-color .2s;
	-o-transition:background-color .2s;
	-ms-transition:background-color .2s;
}

@media(hover: hover) and (pointer: fine) {
	.btn:hover,
    a.btn:hover{
        color: #FFFFFF;
        background-color: #813e43;
        text-decoration:none;
	}
}

button.btn{
	outline:none;
	padding:0;
}

.btn_submit{
    font-size: 18px;
    max-width: 246px;
}

.header_main {
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.35);
    position: relative;
    z-index: 2;
}

.header_personal,
.main_personal,
.footer_personal{
	font-family:'Open Sans';
}

.main_personal,
.footer_personal{
	position: relative;
    z-index: 1;
}

.header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0 15px;
}

.header_personal .header_top{
    padding: 18px 0 24px;
}

.mobile_menu__content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.header_nav__main{
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 900;
    color: #a05257;
}

.header_nav__personal {
    margin-left: auto;
    justify-self: flex-end;
    font-size: 16px;
}

.header_nav__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header_nav__item {
    margin: 0 10px;
}

.header_personal .header_nav__item{
    margin: 0 0 0 40px;
}

.header_nav__link {
    cursor: pointer;
}

@media(hover: hover) and (pointer: fine) {
    .header_nav__link:hover{
        text-decoration: underline;
    }
}

.header_links {
    line-height: 16px;
}

.link_login {
    font-size: 16px;
	color:#000000;
}

.link_recover {
    font-size: 14px;
	color:#000000;
}

.promo_section {    
    font-size: 22px;
    padding-top: 48px;
    padding-bottom: 41px;
    position: relative;
    z-index: 1;
}

.promo_img {
    position: absolute;
    right: 0;
    top: -48px;
    z-index: 1;
}

.promo_section .container{
    z-index: 2;
}

.promo_list {
    font-size: 22px;
    list-style-type: disc;
    list-style-position: outside;
    margin: 40px 0 25px 20px;
    line-height: 26px;
}

.promo_txt {
    font-weight: 900;
    line-height: 24px;
    margin-bottom: 20px;
}

.promo_pre_txt{
    margin-bottom: 20px;
}

.promo_pre_txt:last-child{
    margin-bottom: 0;
}

.form {
    margin-top: 40px;
}

.form_block {
    border: 1px solid #939598;
    border-radius: 10px;
    padding: 30px 20px 42px;
    margin-bottom: 32px;
}

.form_row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -13px;
}

.form_col {
    margin-bottom: 16px;
}

.form_label{
    width: 100%;
    display: block;
    position: relative;
}

.form_input__text {
    width: 100%;
    font-family: 'Futura PT';
    font-size: 18px;
    color: #000;
    border: none;
    border: 1px solid #6d6e71;
    border-radius: 10px;
    background: none;
    padding: 10px;
    outline: none;
    position: relative;
    z-index: 2;
}

.form_label._focus .form_input__text{
    border-color:#a05257;
}

.form_input__text.error{
    border-color:#ff0000;
}

.label_txt {
    color: #6d6e71;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
}

.form_label._focus .label_txt{
    opacity: 0;
}

label.error + .label_txt{
    color: #ff0000;
}

label.error[style*="display: none"] + .label_txt{
    color: #6d6e71;
}

label.error {
    color: #ff0000;
    font-size: 12px;
    line-height: 14px;
    display: block;
    white-space: nowrap;
}

.form_txt {
    font-size: 14px;
    margin-top: 34px;
    margin-bottom: 20px;
    color: #6d6e71;
}

.form_txt strong{
    font-weight: 600;
}

.form_row__promocode {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-grow: 1;
}

.promocode_link__wrap {
    margin-right: 24px;
    flex-shrink: 0;
}

.promocode_link {
    display: inline-block;
    color: #a05257;
    border-bottom: 1px dotted #a05257;
    padding: 9px 0;
    cursor: pointer;
}

@media(hover: hover) and (pointer: fine) {
    .promocode_link:hover {
        color: #813e43;
        border-color: #813e43;
    }
}

.form_col__promocode{
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
	transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	-ms-transition: opacity .2s;
}

.form_col__promocode._show{
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}

.form_login {
    margin-left: auto;
    margin-right: 13px;
    padding: 9px 0;
    flex-shrink: 0;
}

.possibility_section {
    border-top: 12px solid #a05257;
    padding-top: 48px;
    padding-bottom: 68px;
}

.possibility_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.possibility_wrap {
    padding: 10px 10px;
    width: 25%;
}

.possibility {
    text-align: center;
}

.possibility_title {
    margin-bottom: 12px;
}

.possibility_txt {
    font-size: 16px;
    line-height: 16px;
}

.possibility_title__long {
    margin-left: -10px;
    margin-right: -10px;
}

.possibility_txt + .possibility_title{
    margin-top: 14px;
}

.possibility_screenshots {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
}

.possibility_screenshots {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 48px -18px 0;
}

.possibility_screen {
    text-align: center;
    margin: 0 10px;
}

.tiles {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
}

.tile {
    display: flex;
    padding: 15px 15px 0 0;
    width: 33%;
}

.tile__content {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    padding: 32px 24px;
}

.tile__title {
    font-weight: 700;
    line-height: 20px;
}

.tariff_section {
    padding-top: 50px;
    padding-bottom: 57px;
}

.tariff_list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.tariff_wrap{
    width: 50%;
    padding: 17px 10px 10px;
}

.tariff {
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #97a8bf;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.5);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 25px;
}

.tariff_title {
    height: 80px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    padding: 15px 10px;
    font-size: 22px;
    line-height: 24px;
}

.tariff_price {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: #ffdd00;
    font-weight: 900;
    font-size: 24px;
}

.tariff_price span {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    margin-top: 4px;
}

.tariff_advantages{
    padding: 0 22px;
    margin: 25px 0 22px;
    width: 100%;
}

.tariff_advantages__item{
    position: relative;
    padding-left: 14px;
    line-height: 18px;
    margin-bottom: 6px;
}

.tariff_advantages__item::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #d71920;
    border-radius: 10px;
    position: absolute;
    left: -1px;
    top: 8px;
}

.tariff_btn {
    width: 100%;
    margin: auto 0px;
    padding: 0 21px;
}

.tariff_descr {
    margin-top: 40px;
    line-height: 18px;
}

.section_personal {
    padding-top: 38px;
    padding-bottom: 53px;
    border-top: 8px solid #bfd5f2;
    background: url('../images/personal_bg.png') no-repeat center top;
}

.section_personal .container {
    z-index: 2;
}

.personal_img {
    position: absolute;
    right: 0;
    top: -46px;
    z-index: 1;
}

.section_personal h2 {
    text-align: left;
    line-height: 52px;
    margin-bottom: 43px;
}

.personal_txt {
    line-height: 18px;
}

.personal_txt p {
    margin-bottom: 20px;
}

.personal_txt p:last-child {
    margin-bottom: 0;
}

.personal_btn {
    margin: 32px 0;
}

.btn_personal {
    max-width: 232px;
}

.footer_main {
    background-color: #4d2627;
    color: #FFFFFF;
    line-height: 20px;
    padding: 30px 0;
}

.footer_main a{
    color: #ffdd00;
}

.footer_main a.footer_link__phone{
    color: #FFFFFF;
}

.footer_main a.footer_link__phone:hover{
    text-decoration: none;
}

.header__mobile_bar{
	display:none
}

.header__mobile_close_wrap{
	display:none;
}

.modal-header {
    display: flex;
    padding-top: 20px;
    padding-bottom: 0;
    border-bottom: 0;
}

.modal-header .close {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-top: 0;
    background: none;
    border: none;
    line-height: 0;
    font-size: 36px;
    font-weight: bold;
    color: #839096;
    outline: none;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
}

.modal-header .close:hover {
    color: #1a1a1a;
}

.show_box{
    cursor: pointer;
    position: relative;
}

.show_box img{
    position: relative;
    z-index: 1;
}

.show_box:before{
    content: '+';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 200px;
    opacity: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
}

.show_box:hover::before{
    opacity: 0.15;
}

.popup_box {  
    height: 0;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
}

.popup_box._show{
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%; 
    overflow: visible;
}

.popup_box:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; 
    background-color: #000000;
    opacity: 0;
    z-index: 1;
}

.popup_box._show:before{
    opacity: 0.6;
}

.popup_box__content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; 
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.popup_box__content img{
    max-height: 100%;
    max-width: 100%;
}

.popup_box__close{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000000;
    color: #FFFFFF;
    opacity: 0.3;
    cursor: pointer;
    z-index: 3;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
}

.popup_box__close:hover{
    opacity: 0.6;
}

.main_personal h1,
.main_personal h2,
.main_personal h3{
	font-family:'Open Sans';
}

.main_personal h2{
    font-size: 24px;
    font-weight: bold;
}

.main_personal h2 span{
    font-weight: normal;
}

.personal_promo_section {
    padding-top: 45px;
    padding-bottom: 65px;
}

.personal_promo_section .container{
    z-index: 2;
}

.personal_promo__img{
    position: absolute;
    right: 0;
    top: -45px;
}

.personal_site_title {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 11px;
}

.personal_promo__logo {
    margin-bottom: 55px;
}

.personal_promo__txt {
    width: 100%;
    max-width: 385px;
    margin-top: 25px;
}

.personal_advantages_section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.personal_advantages__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.personal_advantages__wrap {
    width: 25%;
    padding: 0 7px;
    margin: 10px 0;
}

.personal_advantages {
    height: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
}

.personal_advantages__img {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 26px;
}

.personal_device_section {
    padding-top: 45px;
    padding-bottom: 55px;
}

.personal_device__descr {
    font-size: 24px;
    text-align: center;
    margin-top: -33px;
    margin-bottom: 55px;
}

.personal_device__store {
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 52px;
}

.personal_device__store_img {
    margin-left: 55px;
}

.personal_tariff_section {
    padding-top: 43px;
    padding-bottom: 50px;
}

.personal_tariff__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -21px;
}

.personal_tariff__wrap {
    width: 50%;
    padding: 0 21px;
    margin: 10px 0;
}

.personal_tariff {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.4);
    border-radius: 10px;
    text-align: center;
    padding: 55px 0;
}

h3.personal_tariff__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

.personal_tariff__count {
    font-size: 16px;
    margin-bottom: 30px;
}

.personal_tariff__time {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 55px;
}

.personal_tariff__day {
    font-size: 150px;
    display: block;
    line-height: 145px;
}

.personal_tariff__price {
    font-size: 24px;
}

.personal_tariff__note {
    font-size: 14px;
    text-align: center;
    margin-top: 43px;
}

.personal_user_section {
    padding-top: 45px;
    padding-bottom: 48px;
}


.personal_user_section h2{
    white-space: nowrap;
}

.personal_user__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.personal_user__wrap {
    width: 25%;
    padding: 0 7px;
    margin: 10px 0;
}

.personal_user {
    height: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
}

.personal_user__img {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 26px;
}

.personal_user__descr {
    margin-top: -33px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 42px;
}

.personal_connect_section {
    padding-top: 45px;
    padding-bottom: 60px;
}

.personal_connect__list {
    margin: 45px 0 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    font-size: 14px;
    line-height: 18px;
}

.personal_connect__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 29px;
}

.personal_connect__number {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffdd00;
    border-radius: 8px;
    flex-shrink: 0;
    margin-right: 21px;
    font-size: 24px;
    font-weight: bold;
}

.footer_personal {
    padding: 25px 0;
}

.footer_personal__row{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
}

.footer_logo {
    margin-right: 15px;
}

.personal_footer__links {
    margin-left: auto;
    text-align: right;
}

.d_sm_inline{
    display: none;
}

.form_btn .btn {
    width: 100%;
    display: block;
    max-width: none;
}

.form-info {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex-direction: row-reverse;
    font-size: 16px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.form-info  input[type="checkbox"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
    position: absolute;
    left: -9999px;
    top: 0;
    cursor: pointer;
}

.form-info .showCheck {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: auto;
    margin-right: 10px;
    position: relative;
    width: 20px;
    white-space: normal;
    line-height: 1.1em;
    cursor: pointer;
}

.form-info .showCheck i {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    background: #FBDB00;
    border: 1px solid #FBDB00;
    border-radius: 4px;
    position: relative;
}

.form-info .showCheck i:after {
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    border-right: 3px solid #212121;
    border-bottom: 3px solid #212121;
    transform: rotate(45deg);
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 3px;
}

.form-info .showCheck.disable i {
    background: #FFFFFF;
    border: 1px solid #cccccc;
}

.form-info .showCheck.disable i:after{
    display: none;
}

.form-info .showCheck label.error {
    position: static;
    white-space: nowrap;
    padding-left: 30px;
    padding-top: 6px;
    margin-top: auto;
}

.txt_section{
    padding-top: 48px;
    padding-bottom: 60px;
}

.txt_section h2{
    margin-bottom: 36px !important;
}

.txt_section .container > *{
    margin-bottom: 16px;
}

.txt_section .container > *:last-child{
    margin-bottom: 0;
}

.txt_section .container strong {
    font-weight: 600;
}

.advantages_ul {
    list-style-position: outside;
    list-style-type: disc;
    column-count: 2;
    column-gap: 64px;
    margin-left: 1em;
}

.advantages_ul li{
    margin-bottom: 16px;
}

.txt_btn{
    margin-top: 32px;
}

.txt_btn .btn{
    display: inline-block;
}

button.btn {
    display: inline-block;
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
}

.modal-body {
    padding: 8px 24px 32px;
}

.modal-dialog {
    width: auto;
    height: 100%;
}

.modal-content{
    width: 360px;
    border-radius: 16px;
    margin: auto;
}

.modal-content h2 {
    font-size: 30px;
    line-height: 34px;
}

@media all and (max-width:768px){
    
    .d_sm_inline{
        display: inline;
    }

	.promo_img,
    .personal_img{
        display: none;
    }

    .form_row{
        margin-right: 0;
    }

    .form_row__top{
        margin-right: 0;
    }

    .form_login {
        width: 100%;
        margin-top: 30px;
    }

    .form_col__promocode {
        width: 100%;
        padding-right: 0;
    }

    .possibility_list{
        align-items: stretch;
    }

    .possibility_wrap {
        width: 50%;
    }

    .possibility_txt br{
        display: none;
    }

    .possibility_title__long{
        margin-left: 0;
        margin-right: 0;
    }

    .possibility_screenshots{
        margin-left: -10px;
        margin-right: -10px;
    }

    .btn_tariff {
        font-size: 18px;
    }

    .tariff_title {
        font-size: 20px;
        padding-right: 5px;
        padding-left: 5px;
        height: 74px;
    }

    .main_personal h2 span {
        display: block;
        margin-top: -20px;
    }

    .personal_user_section h2{
        white-space: normal;
    }

    .personal_promo__img{
        display: none;
    }

    .personal_promo__txt{
        max-width: none;
    }

    .personal_promo__txt br{
        display: none;
    }

    .personal_tariff__list {
        margin: 0 -10px;
    }

    .personal_tariff__wrap{
        padding: 0 10px;
    }
}

@media all and (max-width:576px){
    .header__mobile_bar {
		width:35px;
		height:30px;
		position:relative;
		display:flex;
		align-items:center;
		justify-content:center;
		margin-left:auto;
	}

	.header__mobile_bar span, 
	.header__mobile_bar span:before, 
	.header__mobile_bar span:after {
		display:block;
		width:100%;
		height:5px;
		background-color:#a05257;
	}

	.header__mobile_bar span:before, 
	.header__mobile_bar span:after {
		content:'';
		position:absolute;
		left:0;
	}

	.header__mobile_bar span:before {
		top:0;
	}

	.header__mobile_bar span:after {
		bottom:0;
	}

	.header__mobile_close_wrap {
		padding:20px;
		border-bottom:1px solid #d8d8d8;
		width:100%;
		box-sizing:border-box;
		display:flex;
		align-items:center;
		justify-content:space-between;
	}

	.header__mobile_close {
		display:inline-block;
		font-size:26px;
		line-height:1;
		color:#999;
		padding:12px;
		margin:-12px;
		margin-left:auto;
	}

    .mobile_menu__content {
		position:fixed;
		left:-100%;
		top:0;
		background-color:#FFFFFF;
		width:100%;
		height:100%;
		z-index:10;
        overflow: auto;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
		transition:left .2s;
		-webkit-transition:left .2s;
		-moz-transition:left .2s;
		-o-transition:left .2s;
		-ms-transition:left .2s;
	}

	.mobile_menu__content._show{
		left:0;
	}

    .header_nav {
        justify-self: flex-start;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .header_nav__list {
        flex-direction: column;
        font-size: 18px;
        color: #000000;
        font-weight: normal;
    }

    .header_nav__item {
        width: 100%;
        margin: 0 !important;
    }

    .header_nav__link,
    .header_links a{
        display: block;
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid #d8d8d8;
        margin-left: 0;
        font-size: 18px;
    }

    .header_links{
        width: 100%;
    }

    .header_links br {
        display: none;
    }
    
	h1 br,
    .tariff_descr br,
    .personal_txt br,
    .possibility br,
    .promo_txt br{
        display: none;
    }

    h1{
        font-size: 32px;
        line-height: 36px;
    }

    h2 {
        font-size: 32px !important;
        margin-bottom: 10px !important;
        line-height: 36px !important;
    }

    .main_personal h2{
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .section{
        padding: 30px 0 !important;
    }

    .possibility_wrap{
        width: 100%;
    }

    .possibility_screenshots {
        flex-direction: column;
        align-items: center;
    }

    .possibility_screen + .possibility_screen{
        margin-top: 25px;
    }

    .tariff_wrap {
        width: 100%;
    }

    .promo_list {
        margin-top: 26px;
        margin-bottom: 25px;
    }
    
    .form_block {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer_main {
        line-height: 26px;
    }

    .personal_site_title {
        font-size: 38px;
    }

    .personal_promo__logo {
        margin-bottom: 25px;
    }

    .personal_promo__txt {
        margin-top: 10px;
        font-size: 16px;
    }

    .personal_advantages__wrap,
    .personal_user__wrap{
        width: 100%;
    }

    .personal_advantages__txt br,
    .personal_user__txt br{
        display: none;
    }

    .personal_device__descr {
        margin-top: -5px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .personal_device__store{
        flex-wrap: wrap;
        justify-content: center;
    }

    .personal_device__store_txt{
        width: 100%;
    }

    .personal_device__store_txt br{
        display: none;
    }

    .personal_device__store_img {
        margin: 20px 20px 0;
    }

    .personal_tariff__wrap{
        width: 100%;
    }

    .main_personal h2 span{
        margin-top: 0;
    }

    .personal_user__descr {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .footer_personal__row{
        flex-wrap: wrap;
    }

    .footer_personal{
        line-height: 20px;
    }

    .personal_footer__links {
        width: 100%;
        text-align: left;
        margin-left: 0;
        margin-top: 20px;
    }

    .tiles {
        margin-right: 0;
    }

    .tile {
        width: 100%;
        padding-right: 0;
    }

    .tile__content {
        padding: 24px 16px;
    }
}

@media all and (max-width:360px){
    .btn{
        max-width: none !important;
    }
}

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

.btn_submit._loading{
    text-indent: -99999px;
    position: relative;
    cursor: default;
} 

.btn_submit._loading:before{
    content: '';
    display: block;
    border: 3px solid #ffffff;
    border-top-color: transparent;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    animation:spin 0.7s linear infinite;
}