@font-face {
	font-family:'OpenSans';
	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#Roboto-Regular') format('svg'),
		url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'OpenSans';
	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#Roboto-Thin') format('svg'),
		url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype');
	font-weight:bold;
	font-style:normal;
}

@font-face {
	font-family:'OpenSans';
	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:"OpenSans",Arial,Helvetica,sans-serif;
	background-color:#FFFFFF;
	color:#1a1a1a;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
}

strong{	
	font-weight:bold;
}

a{
	color:inherit;
	text-decoration:none;
}

a:hover,
a:focus{
	color:inherit;
	text-decoration:underline;
}

a img{
	border:none;
}

p a{
	color: #2268c9;
}

p a:hover,
p a:focus{
	color: #2268c9;
}

h1, h2, h3{
	margin:0;
    font-weight:normal;
}

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

li{
    position: relative;
    padding-left: 10px;
    margin-bottom: 12px;
    color: #37393d;
}

li::before{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 5px;
	position: absolute;
    left: 0;
	top: 8px;
	background-color: #fc2127;
}

p{
	margin:0;
	line-height:1.5;
}

.c_white{
	color: #FFFFFF;
}

.c_yellow{
	color: #ffde01;
}

.bg_white{
	background-color: #ffffff;
}

.bg_yellow{
	background-color: #ffde01;
}

.bg_gray{
	background-color: #f2f2f2;
}

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

header{
	padding-bottom: 88px;
}

.top{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 45px;
	padding: 20px 0;
}

nav{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: auto;
}

nav > *{
	margin-left: 40px;
	cursor: pointer;
}

nav > *:hover{
	text-decoration: underline;
}

.promo{
	display: flex;
	align-items: flex-start;
}

.promo_text{
	width: 100%;
	max-width: 435px;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}

.promo_text p{
	font-size: 16px;
}

.promo_text p + p{
	margin-top: 20px;
}

.site_title{
	margin-bottom: 45px;
}

h1{
	font-size: 46px;
	font-weight: 300;
}

.site_logo{
	margin-top: -4px;
}

.promo_img{
	flex-grow: 1;
	position: relative;
	z-index: 1;
}

.section {
	padding: 60px 0 65px;
}

h2{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}

h2 span{
	font-weight: normal;
}

.advantage_list{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 -15px;
}

.advantage_item{
	padding: 0 15px;
	text-align: center;
}

.advantage_item__img{
	margin-bottom: 25px;
}

.advantage_item_1 img{
	position: relative;
    left: 12px;
}

.advantage_item_2 img{
	position: relative;
    top: 24px;
    left: 12px;
}

.advantage_item_3 img{
	position: relative;
    top: 4px;
    left: 12px;
}

.advantage_item_4 img{
	position: relative;
    top: 24px;
    right: 7px;
}

.section_descr{
	font-size: 24px;
	text-align: center;
	margin-top: -38px;
    margin-bottom: 75px;
}

.section_descr__sm{
	text-align: center;
	font-size: 16px;
	margin-top: -33px;
	margin-bottom: 63px;
}

.access_img{
	text-align: center;
	position: relative;
    z-index: 1;
}

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

.access_txt{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
	margin-top: -19px;
}

.access_store{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 16px;
}

.access_store a{
	display: block;
	flex-shrink: 0;
}

.access_store img{
	display: block;
	flex-shrink: 0;
}

.tariff_list{
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.tariff_item{
	width: 100%;
    max-width: 280px;
    padding: 32px 10px 32px;
    margin: 0 10px 30px;
    border-radius: 10px;
	text-align: center;
	flex-shrink: 0;
}

h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

.tariff_descr{
	margin-bottom: 24px;
}

.tariff_count{
	font-size: 60px;
	font-weight: bold;
	line-height: 0.8;
    margin-bottom: 10px;
}

.tariff_days{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 27px;
}

.tariff_price__free{
	font-size: 22px;
}

.tariff_price__num{
	font-size: 28px;
	margin-top: -5px;
}

.tariff_note{
	font-size: 12px;
    text-align: center;
}

.control_list{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 -15px;
}

.control_item{
	display: flex;
	align-items: flex-start;
	padding: 0 15px;
}

.control_img{
	width: 40px;
    height: 40px;
    margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffde01;
	flex-shrink: 0;
}

.connection_list {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}

.connection_item{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

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

.connection_num{
	width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border: 3px solid #ffde01;
	flex-shrink: 0;
}

footer {
    padding: 20px 0;
    font-size: 13px;
}

footer p {
    position: relative;
    bottom: 3px;
}

.footer_logo{
	margin-right: 10px;
}

.footer_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.contacts {
    text-align: right;
}


@media all and (max-width:1100px){
	.promo_img img {
		position: absolute;
		right: 0;
		top: 0;
	}
}

@media all and (max-width:992px){
	.access_txt{
		flex-direction: column;
	}

	.access_store {
		margin-top: 20px;
	}

	.access_store a{
		margin: 0 10px;
	}
}

@media all and (max-width:768px){
	h2 span {
		display: block;
	}

	.promo_img{
		display: none;
	}

	.section_control .section_descr__sm{
		margin-bottom: 43px;
	}

	.control_list {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.control_item {
		width: 50%;
		margin-top: 20px;
	}
}

@media all and (max-width:576px){
	.top {
		justify-content: center;
		margin-bottom: 0;
	}

	nav{
		justify-content: center;
		margin-left: 0;
		flex-wrap: wrap;
	}

	nav > * {
		margin: 20px;
		font-size: 16px;
	}

	h1 {
		font-size: 36px;
	}

	header {
		padding-bottom: 45px;
	}

	.section {
		padding: 40px 0 45px;
	}

	.advantage_list{
		flex-wrap: wrap;
		justify-content: space-around;
		margin-top: -20px;
	}

	.advantage_item {
		margin-top: 20px;
	}

	.promo_text br{
		display: none;
	}

	.control_item{
		width: 100%;
	}

	.control_item br{
		display: none;
	}

	.footer_wrap {
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
	}

	.contacts {
		text-align: left;
		margin-top: 20px;
	}

	.section_descr{
		margin-bottom: 35px;
	}

	.site_title {
		margin-bottom: 30px;
	}	

	.section_control .section_descr__sm{
		margin-bottom: 23px;
	}
}

@media all and (max-width:410px){
	.advantage_item{
		width: 100%;
		text-align: left;
	}	

	.advantage_item br{
		display: none;
	}

	.advantage_item__img {
		margin-bottom: 10px;
	}

	.connection_item {
		align-items: flex-start;
	}
}