@import url(//myfonts.ru/myfonts?fonts=edwardian-script-itc);

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  color: #0b1c3d;
  background: #fff;
}
a{
  color: #0b1c3d;
  transition: all 0.5s ease;
}
a:hover, a:focus, a:active, a:visited{
  color: #0b1c3d;
}

.button{
  display: inline-block;
  vertical-align: top;
  height: 53px;
  line-height: 53px;
  padding: 0px 45px;
  border-radius: 0px;
  background: #a10606;
  color: #fff;
  text-align: center;
  font-size: 14px;
  transition: all 0.5s ease;
  text-transform: uppercase;
  border: 1px solid #a10606;
  font-weight: bold;
}
.button:hover, .button:focus, .button:active{
  text-decoration: none;
  color: #a10606;
  background: #fff;
}
.title{
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 31px;
  line-height: 31px;
  font-weight: bold;
  color: #262432;
  margin: 0px;
}
.title span{
  display: inline-block;
  position: relative;
}
.title.white {
  color: #fff;
}
.title.left {
  text-align: left;
}

header.header{
  min-height: 895px;
  background:  url(../images/bg/header.jpg) center top no-repeat;
}
header.header.inner{
  min-height: 152px;
}
header.header .top{
  padding-top: 25px;
  padding-bottom: 25px;
  background: #343a45;
}
header.header.inner .top {
	padding-top: 22px;
	padding-bottom: 22px;
}
header.header .top .info{
  font-size: 0px;
}
header.header .top .info a.logo{
  display: inline-block;
  vertical-align: top;
}
header.header .top .info .contacts{
  display: inline-block;
  vertical-align: top;
  padding-left: 80px;
  font-size: 16px;
}
header.header .top .info .contacts span{
  display: block;
  margin-top: 7px;
  padding-left: 25px;
}
header.header .top .info .contacts span.email{
  background:  url(../images/ico/mail.png) left center no-repeat;
}
header.header .top .info .contacts span.phone{
  background:  url(../images/ico/phone.png) left center no-repeat;
}
header.header .top .info .contacts span a{
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
header.header .top .buttons{
  padding-top: 5px;
  font-size: 0px;
}
header.header .top .buttons .bordered{
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  padding: 5px 25px;
  border: 1px solid #e2bb92;
  text-align: center;
  color: #e2bb92;
  font-size: 14px;
  line-height: 20px;
  background: transparent;  
  text-decoration: none;
}
header.header .top .buttons .bordered:nth-child(1){
  margin-left: 0px;
}
header.header .top .buttons .bordered:hover{
  text-decoration: none;
  background: #e2bb92;
  color: #fff;
}
header.header .top .buttons .bordered b{
  display: block;
  text-transform: uppercase;
}
header.header .top .buttons .button{
  line-height: 20px;
  padding: 5px 25px;
  height: auto;
  margin-left: 25px;
  text-transform: none;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #d10000;
}
header.header .top .buttons .button:hover {
  background: #fff;
  color: #d10000;
}
header.header .top .buttons .button b{
  display: block;
  text-transform: uppercase;
}
header.header .navbar-default {
	background-color: transparent;
	border-color: #272635;
  background: #272635;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  min-height: 60px;
  margin-bottom: 0px;
}
header.header.inner .navbar-default{
  border-bottom: none;
}
header.header .navbar-default .navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
header.header .navbar-default .navbar-nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 58px;
}
header.header .navbar-default .navbar-nav > li{
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
}
header.header .navbar-default .navbar-nav > li:last-child{
}
header.header .navbar-default .navbar-nav > li > a {
	color: #fff;
  padding: 0px;
  line-height: 38px;
  font-size: 14px;
  text-transform: uppercase;
}
header.header .navbar-default .navbar-nav > li > a.selected{
  color: #e2bb92;
}
header.header .navbar-default .navbar-nav > li > a:hover{
  color: #e2bb92;
}
header.header .promo{
  padding-top: 130px;
}
header.header .promo span{
  display: block;
  font-size: 29px;
  line-height: 47px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 80px;
}
header.header .promo span b{
  color: #d10000;
}

.bx-breadcrumb {
	margin: 50px 0;
}
.bx-breadcrumb .bx-breadcrumb-item {
	margin-bottom: 0px;
	white-space: nowrap;
	line-height: 14px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 14px;
	white-space: normal;
  color: #0b1c3d;
}

.main_services{

}
.main_services .items{
  font-size: 0px;
  padding-top: 80px;
}
.main_services .items .item{
  width: 20%;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
}
.main_services .items .item span{
  display: block;
}
.main_services .items .item span.image{
  padding-bottom: 55px;
}
.main_services .items .item span.name{
  padding: 0px 10px;
}

.main_advantages{
  background:  url(../images/bg/main_advantages.jpg) center bottom no-repeat;
  min-height: 961px;
  padding-top: 150px;
  padding-bottom: 10px;
}
.main_advantages .avialinkTask {
  padding-bottom: 80px;
}
.main_advantages .avialinkTask .taskItems {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.main_advantages .avialinkTask .taskItems .taskItem {
  width: 50%;
  height: 289px;
  background-size: cover !important;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  min-width: 50%;
  padding: 20px;
  justify-content: center;
  text-align: center;
}
.main_advantages .avialinkTask .taskItems .taskItem:nth-child(1) {
  background:  url(../images/tasks/1.jpg) center center no-repeat;
}
.main_advantages .avialinkTask .taskItems .taskItem:nth-child(2) {
  background:  url(../images/tasks/2.jpg) center center no-repeat;
}
.main_advantages .avialinkTask .taskItems .taskItem:nth-child(3) {
  background:  url(../images/tasks/3.jpg) center center no-repeat;
}
.main_advantages .avialinkTask .taskItems .taskItem:nth-child(4) {
  background:  url(../images/tasks/4.jpg) center center no-repeat;
}
.main_advantages .items{
  padding-top: 80px;  
}
.main_advantages .items .item{
  margin-bottom: 80px;
  font-size: 0px;
}
.main_advantages .items .item .ico{
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.main_advantages .items .item .info{
  display: inline-block;
  width: 70%;
  vertical-align: top;
  font-size: 14px;
  line-height: 22px;
  padding-top: 10px;
  color: #fff;
}
.main_advantages .items .item .info span{
  display: block;
}
.main_advantages .items .item .info span.name{
  font-weight: bold;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.main_numbers {
  padding-top: 80px;
  padding-bottom: 150px;
}
.main_numbers .items {
  margin-top: 80px;
}
.main_numbers .items .item {
  display: flex;
  align-items: center;
}
.main_numbers .items .item .ico {
  width: 50px;
}
.main_numbers .items .item .info {
  width: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main_numbers .items .item .info span.more {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #a10606;
}
.main_numbers .items .item .info span.name {
  font-family: 'Edwardian Script ITC', arial;
  color: #a10606;
  font-size: 102px;
  line-height: 66px;
  height: 46px;
  overflow: hidden;
  margin-left: -20px;
}
.main_numbers .items .item .info span.text {
  padding-top: 10px;
  line-height: 26px;
}

.main_partners{
  padding-bottom: 80px;
}
.main_partners .items{
  padding-top: 30px;
  font-size: 0px;
  text-align: center;
}
.main_partners .items .item{
  display: inline-block;
  vertical-align: middle;
}
.main_partners .items .item img {
  transition: all 0.5s ease;
  filter: grayscale(100%);
}
.main_partners .items .item:hover img {
  filter: grayscale(0%);
}

.main_geo {
  background:  url(../images/bg/main_geo.jpg) center top no-repeat;
  min-height: 487px;
  padding-top: 80px;
  color: #fff;
}
.main_geo .title {
  margin-bottom: 60px;
  text-align: left;
}
.main_geo p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

.main_plane {
  background: url(../images/bg/main_plane.png) center bottom no-repeat;
  min-height: 410px;
  padding-top: 155px;
  color: #000;
}

.main_tariffs{
  background:  url(../images/bg/tariffs.jpg) center top no-repeat;
  min-height: 374px;
  padding-top: 111px;
}
.main_tariffs .text{
  color: #fff;
}
.main_tariffs .text span{
  display: block;
  font-weight: bold;
}
.main_tariffs .text span.head{
  text-transform: uppercase;
  font-size: 31px;
  line-height: 45px;
}
.main_tariffs .text span.info{
  font-size: 18px;
  line-height: 30px;
}
.main_tariffs .text span.info a{
  color: #fff;
}
.main_tariffs .buttons{
  padding-top: 50px;
  text-align: center;
}

.main_news{
  padding-top: 50px;
}
.main_news .items{
  padding-top: 120px;
}
.main_news .items .item{
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 9px 13px 0px rgba(11, 28, 61, 0.13);
  -moz-box-shadow:    0px 9px 13px 0px rgba(11, 28, 61, 0.13);
  box-shadow:         0px 9px 13px 0px rgba(11, 28, 61, 0.13);  
}
.main_news .items .item a.image{
  display: block;
  margin-bottom: 10px;
}
.main_news .items .item a.image img{
  max-width: 100%;
  width: 100%;
  display: inline-block;
}
.main_news .items .item a.name{
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.main_news .items .item span.date{
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 26px;
}
.main_news .items .item span.text{
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.main_news .items .item span.text a{
  color: #d10000;
}
.main_news .buttons {
  padding-top: 50px;
  text-align: center;
}

.main_faq{
  background: #f5f8fb url(../images/bg/main_faq.jpg) center top no-repeat;
  padding-top: 120px;
  margin-top: 120px;
  min-height: 931px;
}
.main_faq.inner{
  min-height: auto;
  padding-top: 0px;
  background: #fff;
}
.main_faq.inner .info{
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  font-weight: bold;
}
.main_faq .items{
  padding-top: 70px;
  padding-bottom: 70px;
}
.main_faq .items .item{
  margin-bottom: 20px;
  background: #292735;
  color: #fff;
}
.main_faq .items .item a.question {
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 60px 20px 20px;
  position: relative;
  color: #fff;
}
.main_faq .items .item a.question:before{
  position: absolute;
  content: "";
  right: 20px;
  top: 10px;
  background:  url(../images/ico/arrow.png) center top no-repeat;
  width: 31px;
  height: 43px;
  transition: all 0.25s ease;
}
.main_faq .items .item a.question.active:before{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg); 
  transform: rotate(180deg);
}
.main_faq .items .item .text{
  padding: 20px;
  font-size: 16px;
  line-height: 30px;
  display: none;  
}

.main_about {
  background: url(../images/bg/main_about.png) center left no-repeat;
  min-height: 532px;
  padding-top: 50px;
  margin-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 90px;
  color: #000;
}
.main_about .title {
  margin-bottom: 160px;
}
.main_about p {
  margin-bottom: 30px;
}

.main_help {
  background: url(../images/bg/main_help.jpg) center left no-repeat;
  min-height: 517px;
  padding-top: 120px;
  color: #fff;
}
.main_help .title {
  margin-bottom: 60px;
  line-height: 56px;
}


.bottom_menu{
  background: #0b1c3d;
  height: 63px;
}
.bottom_menu .navbar-default {
	background-color: transparent;
	border-color: transparent;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  min-height: 63px;
  margin-bottom: 0px;
}
.bottom_menu .navbar-default .navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.bottom_menu .navbar-default .navbar-nav > li{
  margin-right: 125px;
}
.bottom_menu .navbar-default .navbar-nav > li:last-child{
  margin-right: 0px;
}
.bottom_menu .navbar-default .navbar-nav > li > a {
	color: #fff;
  padding: 0px;
  line-height: 63px;
  font-size: 14px;
  text-transform: uppercase;
}
.bottom_menu .navbar-default .navbar-nav > li > a.selected{
  color: #e2bb92;
}
.bottom_menu .navbar-default .navbar-nav > li > a:hover{
  color: #e2bb92;
}

footer.footer{
  padding-top: 40px;
  padding-bottom: 40px;
}
footer.footer.mobile{
  display: none;
}
footer.footer .info{
  font-size: 0px;
}
footer.footer .info a.logo{
  display: inline-block;
  vertical-align: top;
}
footer.footer .info .contacts{
  display: inline-block;
  vertical-align: top;
  padding-left: 80px;
  font-size: 16px;
}
footer.footer .info .contacts span{
  display: block;
  margin-top: 7px;
  padding-left: 25px;
}
footer.footer .info .contacts span.email{
  background:  url(../images/ico/mail.png) left center no-repeat;
}
footer.footer .info .contacts span.phone{
  background:  url(../images/ico/phone.png) left center no-repeat;
}
footer.footer .info .contacts span a{
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
}
footer.footer .buttons{
  padding-top: 5px;
  font-size: 0px;
}
footer.footer .buttons .bordered{
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  padding: 5px 25px;
  border: 1px solid #0b1c3d;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  background: #0b1c3d;
  color: #fff;
}
footer.footer .buttons .bordered:nth-child(1){
  margin-left: 0px;
}
footer.footer .buttons .bordered:hover{
  text-decoration: none;
  color: #0b1c3d;
  background: transparent;
}
footer.footer .buttons .bordered b{
  display: block;
  text-transform: uppercase;
}
footer.footer .buttons .button{
  line-height: 20px;
  padding: 5px 30px;
  height: auto;
  margin-left: 27px;
  text-transform: none;
  color: #fff;
}
footer.footer .buttons .button:hover {
  color: #a10606;
}
footer.footer .buttons .button b{
  display: block;
  text-transform: uppercase;
}

.mfp-bg {
	background: #5a91c4;
	opacity: 0.9;
}
.mfp-close-btn-in .mfp-close {
	color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 32px;
  text-align: center;
  background: #d10000;
  opacity: 1;
  right: 5px;
  top: 5px;
}
.popup_form{
  width: 505px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 50px;
}
.popup_form .form{
  color: #000;
}
.popup_form .form .form_title{
  display: block;
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  line-height: 44px;
  font-family: "Ubuntu", Arial, sans-serif;
}
.popup_form .form form{
  padding: 55px 55px 0 55px;
}
.popup_form .form form input{
  display: block;
  width: 100%;
  height: 56px;
  padding-left: 40px;
  border-radius: 56px;
  background: #e4e5e5;
  font-weight: bold;
  border: none;
  font-size: 16px;
  margin-bottom: 30px;
}
.popup_form .form form .button{
  width: 100%;
}

.content{
  margin-bottom: 60px;
}

.text_page{
  padding-bottom: 125px;
  padding-top: 75px;
  font-size: 16px;
  line-height: 26px;
}
.text_page.about_page{
  border-bottom: 1px solid #ced2d8;
}
.text_page.tariffs_page{
  padding-bottom: 0px;
  margin-bottom: -100px;
}
.text_page .title_image{
  display: block;
  float: left;
  max-width: 100%;
  margin-right: 35px;
}
.text_page p{
  margin-bottom: 25px;
}
.text_page ul{
  padding: 0px;
  margin-bottom: 25px;
  list-style-position: inside;
  color: #d10000;
}
.text_page ul li{
  color: #d10000;
}
.text_page ul li span{
  color: #0b1c3d;
}
.text_page .page_gallery{

}
.text_page .page_gallery .items img{
  max-width: 100%;
}

.news{

}
.news .news_list{
  padding-top: 50px;
  padding-bottom: 50px;
}
.news .news_list .items{
  padding-top: 30px;
}
.news .news_list .items .item{
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 9px 13px 0px rgba(11, 28, 61, 0.13);
  -moz-box-shadow:    0px 9px 13px 0px rgba(11, 28, 61, 0.13);
  box-shadow:         0px 9px 13px 0px rgba(11, 28, 61, 0.13);
  min-height: 400px;
}
.news .news_list .items .item a.image{
  display: block;
  margin-bottom: 10px;
}
.news .news_list .items .item a.image img{
  max-width: 100%;
  width: 100%;
  display: inline-block;
}
.news .news_list .items .item a.name{
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.news .news_list .items .item span.date{
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 26px;
}
.news .news_list .items .item span.text{
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news .news_list .items .item span.text a{
  color: #d10000;
}

.news .news_bottom {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #ced2d8;
}
.news .news_bottom a {
  color: #d10000;
  text-decoration: none;
}

.information{
  padding-top: 50px;
}
.information .sections{

}
.information .sections .items{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  padding-right: 15px;
  padding-top: 25px;
}
.information .sections .items li.item{
  display: block;
  background: #f0f0f0;
  padding: 15px 40px 15px 15px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  position: relative;
}
.information .sections .items li.item:before{
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0px 9px 13px 0px rgba(11, 28, 61, 0.13);
  -moz-box-shadow:    0px 9px 13px 0px rgba(11, 28, 61, 0.13);
  box-shadow:         0px 9px 13px 0px rgba(11, 28, 61, 0.13);
  border-radius: 50px;
  content: "";
  background: #fff url(../images/ico/arrow_info.png) center center no-repeat;  
}
.information .sections .items li.item.active{
  font-weight: bold;
}
.information .sections .items li.item.active:before{
  background: #e2bb92 url(../images/ico/arrow_info_active.png) center center no-repeat;
}
.information .sections .items li.item ul.sub_items{
  list-style-type: disc;
}
.information .sections .items li.item ul.sub_items li{
  color: #d10000;
}
.information .sections .items li.item ul.sub_items li a{
  display: block;
  font-weight: normal;
}
.information .info{

}
.information .info h2{
  padding: 0px ;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}
.information .info p{
  margin-bottom: 25px;
}
.information .info ul{
  padding: 0px;
  margin-bottom: 25px;
  list-style-position: inside;
  color: #d10000;
}
.information .info ul li{
  color: #d10000;
}
.information .info ul li span{
  color: #0b1c3d;
}
.information .info img{
  max-width: 100%;
  display: inline-block;
}

.contacts_page{
  padding-top: 90px;
}
.contacts_page .contacts{
  padding-bottom: 40px;
  border-bottom: 1px solid #ced2d8;
}
.contacts_page .contacts .items{

}
.contacts_page .contacts .items .item{
  padding: 30px 15px 20px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 9px 13px 0px rgba(11, 28, 61, 0.13);
  -moz-box-shadow:    0px 9px 13px 0px rgba(11, 28, 61, 0.13);
  box-shadow:         0px 9px 13px 0px rgba(11, 28, 61, 0.13);
  position: relative;
  margin-bottom: 30px;  
}
.contacts_page .contacts .items .item:before{
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 0px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  content: "";
}
.contacts_page .contacts .items .item.mail:before{
  background:  url(../images/ico/contatcs/mail.png) center center no-repeat;
}
.contacts_page .contacts .items .item.map:before{
  background:  url(../images/ico/contatcs/map.png) center center no-repeat;
}
.contacts_page .contacts .items .item.phone:before{
  background:  url(../images/ico/contatcs/phone.png) center center no-repeat;
}
.contacts_page .contacts .items .item span{
  display: block;
  font-size: 16px;
  line-height: 26px;
}
.contacts_page .contacts .items .item.phone span{
  padding-bottom: 9px;
}
.contacts_page .contacts_promo{
  padding-top: 70px;
}
.contacts_page .contacts_promo span{
  display: block;
  font-size: 16px;
}
.contacts_page .contacts_promo span.first{
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 16px;
}
.contacts_page .contacts_promo span.secondary{
  padding-top: 50px;
  line-height: 25px;
}
.contacts_page .contacts_promo span.secondary a{
  color: #d10000;
}

.faq_page{
  padding-top: 80px;
}
.faq_page .form{
  padding-bottom: 80px;
}
.faq_page .form .item{
  margin-bottom: 25px;
}
.faq_page .form .item input[type="text"]{
  display: block;
  width: 100%;
  padding-left: 20px;
  height: 52px;
  border: 1px solid #d10000;
  margin-bottom: 25px;
  font-family: "Open Sans";
}
.faq_page .form .item textarea{
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-top: 20px;
  height: 125px;
  border: 1px solid #d10000;
  margin-bottom: 25px;
  resize: none;
  font-family: "Open Sans";
}

.search_page{
  padding-top: 60px;
}
.search_page .items{
  padding-bottom: 30px;
}
.search_page .items .description{
  display: block;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 25px;
}
.search_page .items .item{
  background: #ededed;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  padding: 10px ;
  font-size: 16px;
  line-height: 25px;  
}

.order_form{

}
.order_form .form{
  padding-top: 80px;
}
.order_form .form .column{

}
.order_form .form .column .line{
  margin-bottom: 20px;
}
.order_form .form .column .line .lbl{
  vertical-align: middle;
  line-height: 53px;
  height: 53px;
}
.order_form .form .column .line .lbl span{
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;  
}
.order_form .form .column .line .ctrl{

}
.order_form .form .column .line .ctrl input[type="text"]{
  display: block;
  width: 100%;
  height: 53px;
  padding-left: 15px;
  border: 1px solid #d10000;
}
.order_form .form .column .line .ctrl.radio{
  font-size: 0px;
  margin-bottom: -20px;
}
.order_form .form .column .line .ctrl.radio span{
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
  font-size: 14px;
  margin-bottom: 35px;
}
.order_form .form .column .line .ctrl.radio span:nth-child(1), .order_form .form .column .line .ctrl.radio span:nth-child(4), .order_form .form .column .line .ctrl.radio span:nth-child(7){
  width: 25%;
}
.order_form .form .column .line .ctrl.radio span:nth-child(2), .order_form .form .column .line .ctrl.radio span:nth-child(5), .order_form .form .column .line .ctrl.radio span:nth-child(8){
  width: 41.66666%;
}
.order_form .form .column .line .ctrl.radio span input{
  display: none;
}
.order_form .form .column .line .ctrl.radio span input + label{
  display: block;
  width: 100%;
  padding-left: 12px;
  position: relative;
}
.order_form .form .column .line .ctrl.radio span input + label:before{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #d10000;
  content: "";
}
.order_form .form .column .line .ctrl.radio span input:checked + label:after{
  position: absolute;
  left: 3px;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #d10000;
  content: "";
}
.order_form .form .column .line .ctrl.radio span label{
  padding-left: 0px;
  font-size: 14px;
  min-height: auto;
  line-height: 14px;
}
.order_form .form .column .line .ctrl.labeled{
  position: relative;
}
.order_form .form .column .line .ctrl.labeled input[type="text"]{
  width: 85%;
}
.order_form .form .column .line .ctrl.labeled label{
  font-weight: normal;
  display: block;
  position: absolute;
  right: 0px;
  top: 20px;
  min-height: auto;
  font-size: 14px;
  line-height: 14px;
}
.order_form .form .controls{
  text-align: center;
  padding-top: 40px;
}

@media (max-width: 1024px) {
  header.header .top .info .contacts {
  	padding-left: 40px;
  }
  header.header .top .buttons .bordered {
  	margin-left: 10px;
  	padding: 5px 10px;
  }
  header.header .top .buttons .button {
  	padding: 5px 10px;
  	margin-left: 5px;
  }
  header.header .navbar-default .navbar-nav > li {
  	margin-right: 105px;
  }
  header.header .promo span {
  	font-size: 25px;
  	line-height: 50px;
  }
  .main_tariffs .button {
  	padding: 0px 30px;
  }
  .main_faq .items .item a.question {
  	line-height: 25px;
  	padding: 0px 40px 0px 20px;
  	min-height: 60px;
  }
  .bottom_menu .navbar-default .navbar-nav > li {
  	margin-right: 105px;
  }
  footer.footer .info .contacts {
  	padding-left: 40px;
  }
  footer.footer .buttons .bordered {
  	margin-left: 10px;
  	padding: 5px 10px;
  }
  footer.footer .buttons .button {
  	padding: 5px 10px;
  	margin-left: 5px;
  }
  .order_form .form .column .line .ctrl.radio span{
    width: 50%;
  }
  .order_form .form .column .line .ctrl.radio span:nth-child(1), .order_form .form .column .line .ctrl.radio span:nth-child(4), .order_form .form .column .line .ctrl.radio span:nth-child(7){
    width: 50%;
  }
  .order_form .form .column .line .ctrl.radio span:nth-child(2), .order_form .form .column .line .ctrl.radio span:nth-child(5), .order_form .form .column .line .ctrl.radio span:nth-child(8){
    width: 50%;
  }
}
@media (max-width: 768px) {
  .title{
    font-size: 28px;
  }
  header.header {
  	min-height: auto;
  	padding-bottom: 70px;
  }
  header.header .top .info a.logo{
    width: 25%;
  }
  header.header .top .info .contacts {
  	padding-left: 0px;
    width: 75%;
    text-align: right;
  }
  header.header .top .info .contacts span.email, header.header .top .info .contacts span.phone {
	  background: none;
  }
  header.header .top .buttons {
  	padding-top: 25px;
  }
  header.header .top .buttons .bordered {
  	display: inline-block;
  	vertical-align: top;
  	margin-left: 0px;
  	padding: 5px 0px;
  	border: 1px solid #0b1c3d;
  	border-radius: 0px;
  	text-align: center;
  	box-shadow: none;
  	font-size: 14px;
  	line-height: 20px;
  	background: #0b1c3d;
    width: 33.33333%;
    color: #fff;
  }
  header.header .top .buttons .button {
  	line-height: 20px;
  	padding: 6px 0px;
  	height: auto;
  	margin-left: 0px;
  	text-transform: none;
    border-radius: 0px;
    width: 33.33333%;
    box-shadow: none;
  }
  header.header .navbar-default .navbar-nav > li {
  	margin-right: 60px;
  }
  header.header .promo {
  	padding-top: 30px;
  }
  .main_services {
  	padding-top: 70px;
  }
  .main_services .items{
    text-align: center;
  }
  .main_services .items .item {
  	width: 33.3333%;
  	margin-bottom: 30px;
  }
  .bottom_menu .navbar-default .navbar-nav > li {
  	margin-right: 60px;
  }  
  footer.footer .info a.logo{
    width: 25%;
  }
  footer.footer .info .contacts {
  	padding-left: 0px;
    width: 75%;
    text-align: right;
  }
  footer.footer .info .contacts span.email, footer.footer .info .contacts span.phone {
	  background: none;
  }
  footer.footer .buttons {
  	padding-top: 25px;
  }
  footer.footer .buttons .bordered {
  	display: inline-block;
  	vertical-align: top;
  	margin-left: 0px;
  	padding: 5px 0px;
  	border: 1px solid #0b1c3d;
  	border-radius: 0px;
  	text-align: center;
  	box-shadow: none;
  	font-size: 14px;
  	line-height: 20px;
  	background: #0b1c3d;
    width: 33.33333%;
    color: #fff;
  }
  footer.footer .buttons .button {
  	line-height: 20px;
  	padding: 6px 0px;
  	height: auto;
  	margin-left: 0px;
  	text-transform: none;
    border-radius: 0px;
    width: 33.33333%;
    box-shadow: none;
  }                
}
@media (max-width: 736px) {
  header.header .top {
  	padding-bottom: 0px;
  }
  header.header .top .info .logo{
    width: 100%;
    display: block;
  }
  header.header .top .info .contacts {
  	display: none;
  }
  header.header .navbar-default {
  	border-color: transparent;
  	min-height: 0px;
  }  
  .navbar-default .navbar-toggle {
  	border-color: transparent;
  	position: absolute;
  	right: 0px;
  	float: none;
  	margin: 0px;
  	padding: 0px;
  	border-radius: 0px;
  	top: -150px;
  }
  .navbar-default .navbar-toggle .icon-bar {
  	background-color: #d10000;
  	width: 50px;
  	height: 5px;
  	border-radius: 0px;
  	margin-bottom: 7px;
  }
  .navbar-nav {
  	margin: 0px;
  	background: #fff;
  }
  .main_advantages {
  	min-height: auto;
  	padding-top: 50px;
  }
  .main_advantages .items {
  	padding-top: 50px;
    padding-bottom: 50px;
  }
  .main_advantages .items .item {
  	margin-bottom: 30px;
  }
  .bottom_menu{
    display: none;
  }
  footer.footer{
    display: none;
  }
  footer.footer.mobile{
    display: block;
    padding: 0px ;
  }
  footer.footer.mobile .buttons{
    padding-top: 0px;
  }
  footer.footer.mobile .info {
  	padding-top: 20px;
    padding-bottom: 20px;
  }
  footer.footer.mobile .info a.logo {
  	width: 50%;
  }
  footer.footer.mobile .info .contacts {
  	padding-left: 0px;
  	width: 50%;
  	text-align: left;
  }
  footer.footer.mobile .info .contacts span.email{
    background:  url(../images/ico/mail.png) left center no-repeat;
  }
  footer.footer.mobile .info .contacts span.phone{
    background:  url(../images/ico/phone.png) left center no-repeat;
  }
  footer.footer.mobile .mobile_menu{
  
  }
  footer.footer.mobile .mobile_menu ul{
    list-style-type: none;
    padding: 0px ;
    margin: 0px;
    display: block;
    background: #f5f8fb;
    padding: 15px ;
  }
  footer.footer.mobile .mobile_menu ul li{
    display: inline-block;
    margin-right: 15px;
  }
  footer.footer.mobile .mobile_menu ul li a {
  	color: #0b1c3d;
    padding: 0px;
    line-height: 22px;
    font-size: 14px;
  }
  footer.footer.mobile .mobile_menu ul li a.selected{
    font-weight: bold;
    color: #d10000;
  }
  footer.footer.mobile .mobile_menu ul li a:hover{
    color: #d10000;
  }                  
}
@media (max-width: 668px) {
  .main_partners .items .item img{
    max-width: 250px;
  }
}
@media (max-width: 568px) {
  .title span:before, .title span:after{
    display: none;
  }
  header.header .top .buttons a{
    min-height: 72px;
  }
  .main_services .items .item{
    width: 50%;
  }
  footer.footer.mobile .buttons a{
    min-height: 72px;
  }
  header.header.inner{
    background-size: cover;
  }                        
}
@media (max-width: 440px) {
  header.header .top .buttons a {
  	min-height: 92px;
  }
  .main_services .items .item {
  	width: 100%;
  }
  .main_advantages .items .item .ico {
  	display: block;
  	width: 100%;
  	text-align: center;
  }
  .main_advantages .items .item .info {
  	display: block;
  	width: 100%;
    text-align: center;
  }
  footer.footer.mobile .buttons a{
    min-height: 92px;
  }
  .main_tariffs {
  	padding-top: 121px;
  }
  .popup_form {
  	width: 100%;
  	margin: 0 auto;
  	padding: 20px;
  }
  .popup_form .form .form_title {
  	font-size: 38px;
  	line-height: 38px;
  }
  .popup_form .form form {
  	padding: 20px 20px 0 20px;
  }
  .popup_form .form form input{
    margin-bottom: 20px;
  }
  .navbar-default .navbar-toggle {
  	top: -180px;
  }      
}
@media (max-width: 380px) {
  header.header .top .buttons a, footer.footer.mobile .buttons a{
    font-size: 12px;
  }
  footer.footer.mobile .info a.logo{
    width: 40%;
  }
  footer.footer.mobile .info .contacts{
    width: 60%;
  }
  .order_form .form .column .line .ctrl.radio span{
    width: 100%;
  }
  .order_form .form .column .line .ctrl.radio span:nth-child(1), .order_form .form .column .line .ctrl.radio span:nth-child(4), .order_form .form .column .line .ctrl.radio span:nth-child(7){
    width: 100%;
  }
  .order_form .form .column .line .ctrl.radio span:nth-child(2), .order_form .form .column .line .ctrl.radio span:nth-child(5), .order_form .form .column .line .ctrl.radio span:nth-child(8){
    width: 100%;
  }    
}
@media (max-width: 320px) {

}


.banner-under{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 736px) {
 .banner-under{
  
  margin-bottom: 10px;
}
}