@import "fonts.css";
/* COMMON ========================================== */
.nyroModalCont{
    height: auto !important;
}
article form *, article .content_list *, article .content_item *{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#page{
    min-width: 303px;
}

.item__header .top-sign i::before {
    content: 'Хит';
}

.item__header .top-sign i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FF9300;
    background-image: linear-gradient(to bottom,#ffa700,#f90,#ff8b00,#ff7c00,#ff6c00);
    position: absolute;
    right: 10px;
    top: 13px;
    box-shadow: 0 6px 25px 0 rgba(255,147,0,.6);
    font-style: normal;
}

.back-block {
    background: #edf1f9;
    padding: 60px 0;
    margin: 60px 0
}

.text-widget {
    margin: 50px 0
}

.text-widget p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 0
}

.text-widget p:not(:last-child) {
    margin-bottom: 25px;
    font-size: 20px;
    position: relative;
    padding-bottom: 25px
}

.text-widget p:not(:last-child):after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 184px;
    height: 1px;
    background: #aa1d34
}



.info-widget-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.info-widget-img {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 26px
}

.info-widget-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.info-widget-name {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center
}

.info-widget-post {
    font-size: 18px;
    text-align: center
}

.info-widget-cont{
	color:#464445;
	padding:10px;
}
.info-widget-cont ul{
	list-style:none;
	margin:0;
}
.info-widget-cont li {
    font-size: 16px;
	padding-left:25px;
	position:relative;
	line-height:26px;
	
}
.info-widget-cont li::before{
    position:absolute;
	content:'';
	top:11px;
	left:0;
	transform:rotate(45deg);
	width:7px;
	height:1px;
	background-color:#1d81f9;
}
.info-widget-cont li::after{
    position:absolute;
	content:'';
	top:9px;
	left:4px;
	transform:rotate(-45deg);
	width:15px;
	height:1px;
	background-color:#1d81f9;
}
.info-widget-2 .info-widget-cont li{
	padding-left:15px;
}
.info-widget-2 .info-widget-cont li::after{
	display:none;
}
.info-widget-2 .info-widget-cont li::before{
	transform:none;
	left:0;
	height:2px;
	top:10px;
	background-color:#454545;
}

.info-widget-cont li:not(:last-child) {
    margin-bottom: 9px
}

.info-widget .btn-custom {
    padding: 13px 24px;
	color: #fff;
}

.info-widget a.btn-custom:hover {
	color: #aa1d34;
}


.info-widget .title-custom {
    margin-bottom: 0
}

.info-widget-1 {
    padding: 15px 0;
	    margin: 0 0 0 0;
    background: #e7eafd
}


.info-widget-1 .info-widget-img {
   /* height: 290px*/
}


.info-widget-2 {
      margin: 0;
}


.info-widget-2 .info-widget-img {
    /*height: 390px*/
}



.info-widget-3 {
    margin: 10px 0
}

.info-widget-3 .info-widget-side {
    width: 390px
}

.info-widget-3 .info-widget-img {
   /* height: 390px*/
}







.text__title h1 {color: #fff; font-size: 34px;font-weight: bold;}
.iforms_modal .container{
    width: 100%;
}
.nyroModalCont{
    box-shadow: 2.8px 2.8px 8px rgba(0, 0, 0, 0.29);
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
}
.iforms_modal{
    padding: 20px 10px !important;
}
.nyroModalCont{
    width: 355px !important;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile{
    max-width: 355px;
}
.nyroModalCloseButton{
    display: none;
}
.iforms_tab{
    padding-top: 0 !important;
}
:-moz-placeholder{color: #868686;font-family: Tahoma, Geneva, sans-serif;font-size: 15px;line-height: 40px;}
:-ms-input-placeholder{color: #868686;font-family: Tahoma, Geneva, sans-serif;font-size: 15px;line-height: 40px;}
::-moz-placeholder{color: #868686;font-family: Tahoma, Geneva, sans-serif;font-size: 15px;line-height: 35px;}
::-webkit-input-placeholder{color: #868686;font-family: Tahoma, Geneva, sans-serif;font-size: 15px;line-height: 40px;}

.button__bg_2 .button-submit{
    background: url("../images/button-bg2.png") no-repeat center / cover;
    text-align: left;
    padding: 0 0 0 16px;
}
.button__bg_3{
    background: url("../images/button-bg-3.png") no-repeat center / cover;
}
.button__bg_4{
    background: url("../images/button-bg-4.png") no-repeat center / cover;
}
article .pages_item *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-vlg-1, .col-vlg-2, .col-vlg-3, .col-vlg-4, .col-vlg-5, .col-vlg-6, .col-vlg-7, .col-vlg-8, .col-vlg-9, .col-vlg-10, .col-vlg-11, .col-vlg-12, .col-vlg-13, .col-vlg-14, .col-vlg-15, .col-vlg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
/* HEADER ========================================== */
.header__top{
    background: #f5f5f5;
    text-align: center;
}
.header__advert{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
	font-weight: bold;
}
.advert__span{
    color: #2380eb;
    text-transform: uppercase;
	font-weight: bold;
}
.header__logo{
    text-align: center;
    padding: 0;
}
.logo__link{
    display: block;
    margin-top: 40px;
}
.header__left{
    padding-right: 0;
}
.logo__text{
    color: #2b2b2b;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.header__info{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.info__text{
    color: #2b2b2b;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 20px;
    height: 60px;
    text-transform: uppercase;
    margin: 0;
    border-right: 1px solid rgba(0, 0, 0, .1);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
	font-weight: bold
}
.address__text, .phone__text{
    color: #2b2b2b;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}
.header__address, .header__phone{
    padding-bottom: 20px;
    padding-top: 20px;
}
.auto__input, .contacts__input, .contacts__textarea{
    position: relative;
}
.contacts__input .error_text, .contacts__textarea .error_text, .auto__input_main .error_text{
    top: 5px !important;
}
.auto__input_call .error_text{
    right: 10px !important;
}
.auto__input .input{
    height: 30px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.07);
    line-height: 30px;
    border: none;
    width: 100% !important;
    color: #3d3d3d;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    padding-left: 14px;
}
.auto__input label{
    color: #3d3d3d;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.auto__input .is_required{
    display: none;
}
.header__form .widget > .body{
    padding: 0;
}
.header__form .ajax-modal, .info-widget-in .ajax-modal{
    margin-top: 40px;
    line-height: 40px;
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    display: block;
    background: #fb1419;
    padding-right: 19px;
    position: relative;
}
.header__form .ajax-modal:before{
    position: absolute;
    top: 0;
    left: -40px;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 40px solid #fb1419;
    border-left: 40px solid transparent;
}
.header__form .ajax-modal:hover, .header__form .ajax-modal:focus, .info-widget-in .ajax-modal:hover, .info-widget-in .ajax-modal:focus{
    text-decoration: none;
}
.auto__submit .button-submit, .auto__submit_modal .button-submit{
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.auto__submit_modal .button-submit{
    background: url('../images/button-bg.jpg') no-repeat center center / cover;
    text-align: left;
    padding: 0 0 0 40px;
}
.auto__submit_modal .button-submit{
    width: 353px;
    margin: 40px -20px -20px;
    height: 78px;
    line-height: 78px;
}
/* Main Navigation =========================================================== */
.header__menu{
    padding-left: 35px;
    position: relative;
}
nav {
    height:60px;
    background: #2380eb;
    padding: 5px 15px 5px 0;
    position: relative;
    margin-left: 60px;
}
nav:before{
    position: absolute;
    top: 0;
    content: '';
    left: -60px;
    width: 0;
    height: 0;
    border-bottom: 60px solid #2380eb;
    border-left: 60px solid transparent;
}
nav .menu,
nav .menu li,
nav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .menu {
    position: relative;
    z-index: 5;
    text-align: right;
}

nav .menu .item{
    background-image:none !important;
}

nav .menu > li {
    display: inline-block;
}

nav .menu > li:first-child {
    background:none;
}

nav .menu > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
	padding:15px 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-left: 1px;
}
nav .menu > li:first-child > a{
    margin-left: 0;
}
nav .menu > li > a > span{
    padding: 0 18px;
    position: relative;
}
nav .menu > li > a > span:before{
    content: '|';
    position: absolute;
    left: -1px;
    height: 20px;
    color: rgba(255, 255, 255, .3);
}
nav .menu > li:first-child > a > span:before{
    content: '';
}
nav .menu > li > a:hover {
    /*background: #27ae60 !important;*/
    color: rgba(255, 255, 255, 0.5);
}

nav .menu > li.active > a {  }
nav .menu > li.active > a:hover {  }
nav .menu > li.active > ul a:hover { color:#000; }

nav .menu ul li a,
nav .menu li.active ul li a {
    color: #000;
    text-shadow: none;
    text-decoration: none;
    padding: 0 10px;
}

nav .menu li ul li.active > a{ color:#2980B9; }
nav .menu li ul li.active > a:hover { color:#2980B9; }

nav .menu ul li:hover > a { background-color: #DAE9FA; }

nav .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

nav .menu > li > ul {
    display: none;
    position: absolute;
	text-align:left;
	width:200px;
	border-radius:2px;
	padding:10px 0;
	background-color:#fff;
	box-shadow:2px 2px 2px rgba(0,0,0,.2);
}
nav .menu > li:hover > ul {
	display:block;
}
nav .menu li ul a{
	display:block;
	padding:5px 15px;
}
nav .menu > li > ul ul{
	font-size:13px;
	padding:0;
} 
nav .menu > li:hover > ul ul a{
	color:#7a7a7a;
	padding:5px 20px;
}
nav .menu > li:hover > ul ul a:hover{
	color:#222;
	background:#f8f8f8;
}
nav select { display: none; }

/* BODY ============================================== */
/* body top */
.body__top{
    background: url("../images/body_top_bg.jpg") no-repeat center center / cover;
    padding-top: 40px;
    padding-bottom: 40px;
}
.body__top.pageskategoriyabhtml{
	background-image: url("../images/catb_top_bg.jpg");
}
.body__top.pageskategoriyaahtml{
	background-image: url("../images/cata2_top_bg.jpg");
}
.body__top.pageskategoriyachtml{
	background-image: url("../images/catc_top_bg.jpg");
}
.body__top.pageskategoriyadhtml{
	background-image: url("../images/catd2_top_bg.jpg");
}
.body__top.pagessormovskijrajonhtml{
	background-image: url("../images/sormovskij-rajon_top_bg.jpg");
}
.body__top.pagesleninskijrajonhtml{
	background-image: url("../images/leninskij-rajon_top_bg.jpg");
}
.body__top.pagesavtozavodskijrajonhtml{
	background-image: url("../images/avtozavodskij-rajon_top_bg.jpg");
}
.body__top .row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.body__top_text{
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
}
div.body__top_text{
    color: #fff;
    font-family: PressGothicPro;
    font-size: 90px;
    font-weight: 400;
    line-height: 100px;
    text-transform: uppercase;
    margin-top: 0;
}
.above__h1{
    color: #ffe533;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    line-height: 20px;
}
.body__top_form{
    background: rgba(255, 255, 255, .9);
    padding: 20px;
    text-align: center;
}
.iforms_basic .container{
    width: 100%;
    padding: 0;
}
#form-tabs-request, #form-tabs-request_two{
    padding: 20px;
}
.auto__submit{
    margin-top: 0 !important;
    position: relative;
}
.auto__submit .button-submit{
    height: 120px;
    line-height: 120px;
    margin: 0;
    width: 100%;
}
.text-right{
    display: none;
}
.body__top .auto__form, .form__bg{
    background: url("../images/form_bg.jpg");
}
.iforms_basic .auto__input .input{
    height: 40px;
    line-height : 40px;
    box-shadow: inset 0.7px 0.7px 0 rgba(0, 0, 0, 0.17);
}
.body__form #f_request_name, .body__form #f_request_two_name{
    margin-bottom: 40px;
}
.form__title,
.free__call .iforms_basic > p{
    margin: 0 0 20px;
    color: #353535;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
	font-weight: bold;
}
.form__info,
.body__form .iforms_basic > p{
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    background: #2380eb;
    position: relative;
}
.form__info_close{
    background: url("../images/cross.png");
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    right: 11px;
}
.form__info_modal{
    margin: -20px -10px 40px;
    padding-left: 18px;
}
.form__bottom{
    color: #323232;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: 20px 0 0;
}
/* body advantages */
.body__advantages .container{
    padding-top: 40px;
    padding-bottom: 20px;
    background: #2a99ef;
    position: relative;
}
.body__advantages .container:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: 135px solid #1d78e0;
    border-right: 135px solid transparent;
}
.body__advantages .container:after{
    position: absolute;
    bottom: -135px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: 135px solid #2a99ef;
    border-right: 135px solid transparent;
    z-index: -5;
}
.advantage__items_in{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: space-between;
    align-content: space-between;
    position: relative;
}
.advantage__items{
    clear: both;
    height: 175px;
}
.advantage__items:after{
    position: absolute;
    bottom: -20px;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 167px solid #ffffff;
    border-left: 167px solid transparent;
}
.advantage__item{
    text-align: center;
    -webkit-flex: 0 1 210px;
    -moz-flex: 0 1 210px;
    -ms-flex: 0 1 210px;
    -o-flex: 0 1 210px;
    flex: 0 1 210px;
    margin-bottom: 40px;
    position: relative;
}
.advantage__icon{
    height: 70px;
    position: relative;
}
.advantage__icon:before, .advantage__icon:after{
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.08);
    content: '';
    position: absolute;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.advantage__icon:before{
    left: -5px;
}
.advantage__icon:after{
    right: -5px;
}
.advantage__text{
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.advantage__title{
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-left: 10px;
    float: left;
    z-index: 5;
    position: relative;
}
.advantage__link{
    float: right;
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    padding-right: 10px;
}
.advantage__link img{
    vertical-align: baseline;
}
.advantage__link span{
    position: relative;
    margin-right: 19px;
    display: inline-block;
    padding-bottom: 5px;
}
.advantage__link span:after{
    content: '......................................................................................................................................................';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 1px;
}
.advantage__link:hover, .advantage__link:focus{
    text-decoration: none;
    color: rgba(255, 255, 255, .65);
}
/* body call */
.body__call{
    margin-bottom: 40px;
    margin-top: -70px;
}
.free__call{
    background: #ffffff;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}
.button__bg_3 {
    padding-right: 0;
}
.free__call .form__title{
    float: left;
}
.free__call .iforms_basic{
    clear: both;
}
.auto__input_call .input{
    background-color: #f5f5f5;
}
.free__call .iforms_basic > .container{
    padding-left: 50px;
}
.free__call .button-submit{
    height: 160px;
    line-height: 160px;
    text-align: left;
    padding: 0 0 0 115px;
    background-color: transparent;
    display: block;
}
.free__call .form__title,
.free__call .iforms_basic > p{
    padding-left: 50px;
}
.free__call .auto__submit {
    margin-top: -60px !important;
    height: 160px;
}
.button__similar{
    cursor: pointer;
    border: none;
}
/* middle */
.body__middle{
    margin-bottom: 40px;
}
.body__vk{
    text-align: center;
    padding-top: 0;
}
.middle_item__image_in{
    height: 140px;
    overflow: hidden;
}
.middle_item__image_in a{
    display: block;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
	font-weight: bold;
}
.middle_item__image img{
    width: 100%;
}
.middle_item__title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.middle_item__title a{
    color: #2b2b2b;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 20px;
	font-weight: bold;
}
.middle_item__teaser{
    color: #2b2b2b;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.middle_item__image{
    position: relative;
    margin-top: 20px;
}
.middle_item__date{
    position: absolute;
    top: -13px;
    left: 0;
    background: #ffffff;
    color: #363636;
    font-size: 13px;
    line-height: 26px;
}
.date__day{
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: lowercase;
    display: inline-block;
    padding: 0 9px;
}
.date__year{
    font-family: Tahoma, Geneva, sans-serif;
    display: inline-block;
    padding: 0 9px;
    box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.3);
}
/* body map */
.body__map > .container{
    position: relative;
    padding: 0;
}
.body__map_form{
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, .7);
    padding: 0 20px 30px;
    text-align: center;
    max-width: 320px;
}
.body__map_form .form__bg{
    padding-top: 20px;
}
.body__map_form .form__info{
    margin-bottom: 30px;
}
.body__map .auto__submit:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: 29px solid #fbfbfb;
    border-right: 29px solid transparent;
}
/* body text */
.body__text{
    margin-bottom: 20px;
}
.text__title{
    background: url("../images/text_bg.jpg") no-repeat right / cover;
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 24px;
    padding: 40px 28px;
}
.body__text .widget_text_block{
    padding: 20px;
}
.body__text .widget_text_block p{
    margin: 0;
    color: #2c2c2c;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.text__link{
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 40px;
    background: url('../images/text_link_bg.jpg') no-repeat;
    display: block;
    text-align: center;
}
.text__link:focus, .text__link:hover{
    text-decoration: none;
	    color: #fff;
}
.autoschool-item {
	background-color: #fff;
	text-align: center;
}
.autoschool-item .top-item {
    border: 1px solid #EDEFF5;
        border-radius: 15px 15px 0 0;
    background-color: #fff;
    box-shadow: 0 11px 54px 0 #EDEFF5;
}

.item__divider {
    position: relative;
    height: 18px;
    overflow: hidden;
}

.item__divider div:first-child {
    background: #fff;
    margin: 0 10px;
    height: 100%;
}

.item__divider div:not(:first-child) {
    position: absolute;
    top: 8px;
    left: 9px;
    right: 9px;
    border-top: 2px dashed #EDEFF5;
    height: 2px;
}


.item__title {
    padding: 17px 0;
    font-size: 24px;
    line-height: 30px;
}

.item__content {
    padding: 24px 30px 15px;
    background-color: #fff;
    border-left: 1px solid #EDEFF5;
    border-right: 1px solid #EDEFF5;
    box-shadow: 0 11px 54px 0 #EDEFF5;
}

.autoschool-item .top-item p {
	font-size: 28px;
	color: #fff;
	margin: 0;
	text-align: center;
}
.autoschool-item p {
	text-align: center;
	font-size: 32px;
	margin: 0;
	color: #fb2127;
	font-weight: 600;
	padding: 10px;
}
.autoschool-item img {
	max-width: 120px;
	height: auto;
	padding: 10px 0px;
}
.autoschool-item a.button {
background: 0 0;
    cursor: pointer;
    border: 1px solid #5294F7;
    border-radius: 5px;
    width: 100%;
	color: 000;
	 height: 48px;
 line-height: 48px;
}

.autoschool-item a.button:hover {
padding: 0;
    line-height: 48px;
    display: inline-block;
    height: 48px;
    -webkit-appearance: none;
    outline: 0;
    transition: all .3s;
    text-decoration: none;
}
}
/* FOOTER ================================================ */
.footer__left{
    padding-right: 0;
}
.footer__logo{
    text-align: center;
}
.logo__link_footer{
    margin-top: 0 !important;
}
.footer__right .row{
    margin-bottom: 20px;
}
.logo__text_footer{
    margin-top: 20px;
}
.info__text_footer{
    line-height: 20px;
    border: none;
	font-weight: bold
}
.footer__menu{
    position: relative;
}
.footer__menu nav:before{
    left: -40px;
    border-bottom: 40px solid #2380eb;
    border-left: 40px solid transparent;
}
.footer__menu nav{
    height: 40px;
    padding:0 15px 0 0;
}
.footer__menu nav .menu > li > a{
	padding:10px 0;
}
.footer__menu nav .menu > li > ul{
	bottom:40px;
	top:auto;
	box-shadow:0 0 5px 5px rgba(0,0,0,.2);
	text-align:center;
}

.footer__form{
    text-align: center;
    padding-top: 20px;
}
.footer__form a{
    margin-left: 11px;
    margin-right: 11px;
}
.footer__form a:hover, .footer__form a:focus{
    text-decoration: none;
}
.footer__info {
    text-align: center;
}
/* SCHEDULE PAGE */
.schedule__submit .button-submit{
    background-color: transparent;
    height: 40px;
    line-height: 40px;
    padding: 0;
}
.pages_item{
    overflow: visible;
}
.pages_item .container > h3{
    color: #424242;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 -10px;
}
.h3__day{
    float: right;
    line-height: 40px;
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    background: #2380eb;
    display: block;
    padding: 0 10px;
    position: relative;
    margin-right: 40px;
    text-transform: none;
}
.h3__day:before{
    position: absolute;
    top: 0;
    content: '';
    left: -40px;
    width: 0;
    height: 0;
    border-bottom: 40px solid #2380eb;
    border-left: 40px solid transparent;
}
.h3__day:after{
    position: absolute;
    top: 0;
    content: '';
    right: -40px;
    width: 0;
    height: 0;
    border-top: 40px solid #2380eb;
    border-right: 40px solid transparent;
}
.schedule__table_all {
    margin-top: 40px;
}
.schedule__table_form {
    box-shadow: 2.5px 4.3px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
}
.schedule__table table{
    width: 100%;
}
.pages_item .ft_html .value .schedule__table td, .pages_item .ft_html .value .schedule__table th{
    border: none;
}
.pages_item .ft_html .value .schedule__table td, .pages_item .ft_html .value .schedule__table th{
    border-right: 1px solid #dfdfdf;
}
.pages_item .ft_html .value .schedule__table td:last-child, .pages_item .ft_html .value .schedule__table th:last-child{
    border-right: none;
}
.pages_item .ft_html .value .schedule__table th{
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    background: #2380eb;
}

th.schedule__table{
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    background: #2380eb;
}

.pages_item .ft_html .value .schedule__table td{
    padding-left: 45px;
    vertical-align: top;
    background: #ffffff;
    color: #363636;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.pages_item .ft_html .value .schedule__table td:nth-child(1){
    width: 25%;
}
.pages_item .ft_html .value .schedule__table td:nth-child(2){
    width: 33%;
}
.pages_item .ft_html .value .schedule__table td:nth-child(3){
    width: 42%;
}
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.schedule__left{
    box-shadow: 2.5px 4.3px 5px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    padding-left: 75px;
    background: #f3f3f3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.schedule__text{
    color: #363636;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 20px;
    font-size: 18px;
    margin: 0 0 20px;
}
.schedule__phone{
    color: #363636;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 20px;
    font-size: 24px;
}
.schedule__form{
    background: #ffffff;
    box-shadow: 2.5px 4.3px 5px rgba(0, 0, 0, 0.1);
    padding-left: 6px;
    margin-top: 2px;
}
.schedule__form .form__title{
    padding-left: 10px;
    padding-top: 20px;
}
.schedule__form .auto__input .input{
    padding-left: 19px;
}
.flex_one, .flex_two, .flex_three{
    margin-bottom: 60px;
}
article h1{
    color: #1d86d0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 25px;
    line-height:28px;
    text-transform: uppercase;
    margin: 0 0 30px;
}
/* CONTACTS PAGES ==================================== */
.pages_item .row{
    position: relative;
}
.contacts__form_container{
    position: absolute;
    top: -20px;
    right: 30px;
    max-width: 356px;
    width: 100%;
    z-index: 5;
    padding: 20px;

    background: rgba(237,237,237,1);
    background: -moz-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=1 );

    box-shadow: 2.8px 2.8px 8px rgba(0, 0, 0, 0.29);
}
.contacts__text{
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.contacts__text > *{
    padding: 5px;
}
.pages_item .map__container .body__map > .container{
    width: 100%;
}
.info__block{
    margin-bottom: 20px;
}
.info__block:last-child{
    margin-bottom: 40px;
}
.info__block p{
    margin: 0;
    color: #2b2b2b;
    font-size: 15px;
    line-height: 20px;
}
.info__more{
    font-family: Tahoma, Geneva, sans-serif;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.info__methodist{
    font-family: Tahoma, Geneva, sans-serif;
}
.contacts__header{
    color: #313131;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}
.contacts__input .input, .contacts__textarea textarea{
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.07);
    border: none;
    height: 30px;
    line-height: 30px;
}
.contacts__textarea textarea{
    height: 60px;
    line-height: 1.5;
    width: 100%;
    resize: none;
}
.contacts__input label, .contacts__textarea label{
    color: #3d3d3d;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.contacts__input label .is_required, .contacts__textarea label .is_required{
    display: none;
}
.contacts__submit .button-submit{
    height: 40px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    color: #fffeff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 40px;
    padding: 0 53px;

    background: #318df8;
}
.body__main_border{
    border-top: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}
.body__menu .menu{
    list-style: none;
    margin: 0 0 20px -10px;
    padding: 0;
    overflow: hidden;
}
.body__menu .menu li{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.body__menu .menu li a{
    background-image: none !important;
    display: block;
    line-height: 30px;
    padding: 0 15px;
    background: #fb262b;
    color: #ffffff;
}
.body__menu .menu li a:hover, .body__menu .menu li a:focus{
    background: #2380eb;
    text-decoration: none;
    color: #ffffff;
}

.adaptive__menu{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;

    cursor: pointer;
}
.menu__btn{
    background: #2380eb;
    padding: 15px;
    display: block;
}
.adaptive__menu_footer{
    top: 10px;
    right: 10px;
    padding: 0;
}
.loading-panel{
    padding-left: 25px;
    background: url("../images/loader24.gif") no-repeat center left;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}
form:after,
form:before{
    content: " ";
    display: table;
}


/* Update 23.12.19 */
.categories .row{
	align-items:stretch;
	display:flex;
	flex-wrap:wrap;
}
.categories .col .block{
	position:relative;
	text-align:center;
	color:#fff;
	line-height:1.2;
	padding:15px;
	background:linear-gradient(-45deg, #1d78e1 15%, #2a9af0 15%, #2a9af0 85%, #1d78e1 85%);
	border-bottom:8px solid #f92126;
	font-family: 'Montserrat', sans-serif;
}
.categories .col .block::before{
	content:'';
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	top:10px;
	left:25px;
}
.categories .col .block.cat-a::before{	background:url('../images/cat-a.png') no-repeat 50% 50%; }
.categories .col .block.cat-b::before{	background:url('../images/cat-b.png') no-repeat 50% 50%; }
.categories .col .block.cat-c::before{	background:url('../images/cat-c.png') no-repeat 50% 50%; }
.categories .col .block.cat-d::before{	background:url('../images/cat-d.png') no-repeat 50% 50%; }

.categories .block > a{
	display:block;
	text-decoration:none;
}
.categories .block > a > strong{
	display:block;
	font-size:120px;
	font-weight:700;
	line-height:1;
	margin:0;
	color: #fff;
}
.categories .block > a > span{
	display:block;
	font-size:24px;
	font-weight:700;
	margin:-10px 0 0;
		color: #fff;
}

.categories .block > a:hover{
	color: #fff;
	text-decoration: none;
}

.avideo-title{
	text-align:center;
}
.avideo{
	width:100%;
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}
.avideo iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.avideo70{
	width:70%;
	margin:0 auto;
}
.widget_text_block > h2:first-child{
	margin-top:0;
}
.owl-prev,
.owl-next{
    width:40px !important;
    height:40px !important;
	border-radius:50%;
    top:50% !important;
    transition:all 0.2s linear !important;
	outline:none !important;
	font-size:20px !important;
	transform:translateY(-50%);
	background:rgba(255,255,255,.5) !important;
	line-height:38px !important;
	color:#000 !important;
}
.owl-prev:hover,
.owl-next:hover{
	background-color:rgba(255,255,255,.7) !important;
	color:#000 !important;
}
.owl-prev.disabled, .owl-next.disabled {
    display: none;
}
.owl-prev {
    left:15px !important;
}
.owl-next {
    right:15px !important;
}
.owl-carousel:hover .owl-prev {
    left: 15px;
}
.owl-carousel:hover .owl-next {
    right: 15px;
    left: auto;
}
article > .widget > .title{
	text-align:center;
	margin-bottom:10px;
	color:#464445;
	font-weight:400;
}
.prices .row{
	align-items:stretch;
	display:flex;
	flex-wrap:wrap;
}
.prices .col{
	width:33%;
	padding:0 10px;
}
.prices .col .block{
	position:relative;
	height:250px;
	text-align:center;
	color:#fff;
	line-height:1.2;
	background:linear-gradient(-45deg, #1d78e1 15%, #2a9af0 15%, #2a9af0 85%, #1d78e1 85%);
	border-bottom:8px solid #f92126;
	font-family: 'Montserrat', sans-serif;
}
.prices .col .block > a, .branches .col .block > a{
	padding-top:75px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	display:block;
	text-decoration:none;
}


.prices .col .block > a:hover,.branches .col .block > a:hover,.categories .col .block > a:hover{
	color:#fff;
	text-decoration:none;
	background-color:rgba(255,255,255,.2);
}

.prices .col .block::before{
	content:'';
	display:block;
	width:75px;
	height:75px;
	position:absolute;
	top:10px;
	left:25px;
	background-size:75px 75px !important;
}
.prices .col .block.price1::before{	background:url('../images/price1.svg') no-repeat 50% 50%; }
.prices .col .block.price2::before{	background:url('../images/price2.svg') no-repeat 50% 50%; }
.prices .col .block.price3::before{	background:url('../images/price3.svg') no-repeat 50% 50%; }

.prices .block > a > strong{
	display:block;
	font-size:40px;
	line-height:1;
	margin:15px 0;
	font-weight:400;
}
.prices .block > a > s{
	display:block;
	font-size:24px;
	line-height:1;
	margin:15px 0 0;
}
.prices .block > a > span{
	display:block;
	font-size:24px;
	margin:0;
}
.branches{
	margin-bottom:50px;
}
.branches .row{
	align-items:stretch;
	display:flex;
	flex-wrap:wrap;
}
.branches .col{
	width:33%;
	padding:0 10px;
}
.branches .col .block {
	position:relative;
	height:250px;
	padding:70px 0 0;
	text-align:center;
	color:#fff;
	line-height:1.2;
	background:linear-gradient(-45deg, #1d78e1 15%, #2a9af0 15%, #2a9af0 85%, #1d78e1 85%);
	border-bottom:8px solid #f92126;
	font-family: 'Montserrat', sans-serif;
}
.branches .block > a > strong{
	display:block;
	font-size:30px;
	line-height:1;
	padding:0 30px;
	margin:15px 0;
	font-weight:400;
	color: #fff;
}
.branches .block > a > span{
	display:block;
	font-size:18px;
	margin:5px 0;
	color: #fff;
}

.branches .block > a:hover{
	color: #fff;
	text-decoration: none;
}

/* MEDIA ============================================== */
@media (min-width: 1300px) {
  .col-vlg-1, .col-vlg-2, .col-vlg-3, .col-vlg-4, .col-vlg-5, .col-vlg-6, .col-vlg-7, .col-vlg-8, .col-vlg-9, .col-vlg-10, .col-vlg-11, .col-vlg-12, .col-vlg-13, .col-vlg-14, .col-vlg-15, .col-vlg-16 {
    float: left;
  }
  .col-vlg-16 {
    width: 100%;
  }
  .col-vlg-15 {
    width: 93.75%;
  }
  .col-vlg-14 {
    width: 87.5%;
  }
  .col-vlg-13 {
    width: 81.25%;
  }
  .col-vlg-12 {
    width: 75%;
  }
  .col-vlg-11 {
    width: 68.75%;
  }
  .col-vlg-10 {
    width: 62.5%;
  }
  .col-vlg-9 {
    width: 56.25%;
  }
  .col-vlg-8 {
    width: 50%;
  }
  .col-vlg-7 {
    width: 43.75%;
  }
  .col-vlg-6 {
    width: 37.5%;
  }
  .col-vlg-5 {
    width: 31.25%;
  }
  .col-vlg-4 {
    width: 25%;
  }
  .col-vlg-3 {
    width: 18.75%;
  }
  .col-vlg-2 {
    width: 12.5%;
  }
  .col-vlg-1 {
    width: 6.25%;
  }
  .col-vlg-pull-16 {
    right: 100%;
  }
  .col-vlg-pull-15 {
    right: 93.75%;
  }
  .col-vlg-pull-14 {
    right: 87.5%;
  }
  .col-vlg-pull-13 {
    right: 81.25%;
  }
  .col-vlg-pull-12 {
    right: 75%;
  }
  .col-vlg-pull-11 {
    right: 68.75%;
  }
  .col-vlg-pull-10 {
    right: 62.5%;
  }
  .col-vlg-pull-9 {
    right: 56.25%;
  }
  .col-vlg-pull-8 {
    right: 50%;
  }
  .col-vlg-pull-7 {
    right: 43.75%;
  }
  .col-vlg-pull-6 {
    right: 37.5%;
  }
  .col-vlg-pull-5 {
    right: 31.25%;
  }
  .col-vlg-pull-4 {
    right: 25%;
  }
  .col-vlg-pull-3 {
    right: 18.75%;
  }
  .col-vlg-pull-2 {
    right: 12.5%;
  }
  .col-vlg-pull-1 {
    right: 6.25%;
  }
  .col-vlg-pull-0 {
    right: auto;
  }
  .col-vlg-push-16 {
    left: 100%;
  }
  .col-vlg-push-15 {
    left: 93.75%;
  }
  .col-vlg-push-14 {
    left: 87.5%;
  }
  .col-vlg-push-13 {
    left: 81.25%;
  }
  .col-vlg-push-12 {
    left: 75%;
  }
  .col-vlg-push-11 {
    left: 68.75%;
  }
  .col-vlg-push-10 {
    left: 62.5%;
  }
  .col-vlg-push-9 {
    left: 56.25%;
  }
  .col-vlg-push-8 {
    left: 50%;
  }
  .col-vlg-push-7 {
    left: 43.75%;
  }
  .col-vlg-push-6 {
    left: 37.5%;
  }
  .col-vlg-push-5 {
    left: 31.25%;
  }
  .col-vlg-push-4 {
    left: 25%;
  }
  .col-vlg-push-3 {
    left: 18.75%;
  }
  .col-vlg-push-2 {
    left: 12.5%;
  }
  .col-vlg-push-1 {
    left: 6.25%;
  }
  .col-vlg-push-0 {
    left: auto;
  }
  .col-vlg-offset-16 {
    margin-left: 100%;
  }
  .col-vlg-offset-15 {
    margin-left: 93.75%;
  }
  .col-vlg-offset-14 {
    margin-left: 87.5%;
  }
  .col-vlg-offset-13 {
    margin-left: 81.25%;
  }
  .col-vlg-offset-12 {
    margin-left: 75%;
  }
  .col-vlg-offset-11 {
    margin-left: 68.75%;
  }
  .col-vlg-offset-10 {
    margin-left: 62.5%;
  }
  .col-vlg-offset-9 {
    margin-left: 56.25%;
  }
  .col-vlg-offset-8 {
    margin-left: 50%;
  }
  .col-vlg-offset-7 {
    margin-left: 43.75%;
  }
  .col-vlg-offset-6 {
    margin-left: 37.5%;
  }
  .col-vlg-offset-5 {
    margin-left: 31.25%;
  }
  .col-vlg-offset-4 {
    margin-left: 25%;
  }
  .col-vlg-offset-3 {
    margin-left: 18.75%;
  }
  .col-vlg-offset-2 {
    margin-left: 12.5%;
  }
  .col-vlg-offset-1 {
    margin-left: 6.25%;
  }
  .col-vlg-offset-0 {
    margin-left: 0;
  }
}

@media (max-width: 1300px){
    nav .menu > li > a > span{
        padding: 0 15px;
    }
    .logo__link{
        margin-top: 25px;
    }
    .logo__text_footer{
        margin-top: 0;
    }
    .free__call .iforms_basic > .container{
        padding-left: 30px;
    }
    .free__call .form__title,
    .free__call .iforms_basic > p{
        padding-left: 30px;
    }
    .contacts__form_container{
        right: 0;
    }
}
@media (max-width: 1199px){
    .info__text, .address__text, .phone__text{
        font-size: 12px;
    }
    nav .menu > li > a{
        font-size: 12px;
    }
    nav .menu > li > a > span{
        padding: 0 12px;
    }
    .text__title{
        font-size: 18px;
        padding: 20px 28px;
    }
    .footer__form a{
        margin: 0;
    }
    .free__call .auto__submit{
        margin-top: 20px !important;
        max-width: 510px;
    }
    .free__call .iforms_basic > .container {
        padding-left: 0;
    }
    .contacts__form_container{
        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .schedule__left{
        padding-left: 35px;
    }
    .schedule__phone{
        font-size: 19px;
    }
    .schedule__text{
        font-size: 15px;
    }
    .contacts__text{
        display: block;
        margin-bottom: 10px;
    }
    .contacts__header{
        width: 30%;
        float: left;
    }
    .contacts__info{
        overflow: hidden;
    }
	.categories .col .block{
		margin-bottom:20px;
	}
	.categories .col .block::last-child{
		margin-bottom:0;
	}
	.avideo-title{
		height:60px;
	}
}
@media (max-width: 991px){
    .free__call .button-submit{
        text-align: center;
        padding: 0;
    }
	



    div.body__top_text{
        font-size: 60px;
        line-height: 60px;
    }
    .header__menu{
        padding-left: 0;
    }
    .header__form .ajax-modal{
        margin-top: 0;
    }
    .free__call .auto__submit{
        margin-left: auto;
        margin-right: auto;
    }
    .pages_item .container > h3{
        font-size: 12px;
        position: relative;
    }
    .h3__day{
        font-size: 13px;
    }
    .pages_item .ft_html .value .schedule__table td{
        padding-left: 0;
        text-align: center;
    }
    .schedule__phone{
        font-size: 14px;
    }
    .schedule__text {
        font-size: 13px;
    }
    nav .menu > li > a > span{
        padding: 0 10px;
    }
    .button__bg_3{
        background: url("../images/button-bg2.png") no-repeat center / cover;
        height: 120px !important;
    }
    .button__bg_3 .button-submit{
        height: 120px;
        line-height: 120px;
        text-align: left;
        font-size: 12px;
    }
	.body__vk{
		padding-top:40px;
	}
	.prices .col.col-price1,
	.prices .col.col-price2,
	.branches .col.col-branch2,
	.branches .col.col-branch3{
		width:50%;
		padding-bottom:20px;
	}
	.prices .col.col-price3,
	.branches .col.col-branch1{
		width:100%;
	}
	.branches .col.col-branch1{
		padding-bottom:20px;
	}
}
@media (max-width: 767px){
	nav .menu > li > ul{
		margin-top:-15px;
		position:static;
		display:block;
		background:transparent;
		text-align:center;
		box-shadow:none;
		width:auto;
	}
	nav .menu > li > ul > li{
		padding:0 !important;
	}
	nav .menu > li > ul a{
		padding:5px 0 !important;
		color:rgba(255,255,255,.7) !important;
	}
    .contacts__header{
        width: 100%;
        float: left;
    }
	nav .menu > li:hover > ul ul a:hover{
		background:rgba(255,255,255,.1);
	}
	nav .menu ul li:hover > a{
		background:transparent;
	}
    .header__form {
        margin-top: 30px;
        max-width: 250px;
        margin-left: auto;
        float: none;
        margin-right: auto;
        clear: both;
        text-align: center;
    }
    .info__text{
        justify-content: center;
    }
    .text__title{
        background: url("../images/text_bg.jpg") no-repeat 85% / cover;
    }
    .adaptive__menu{
        display: block;
    }
    .header__menu .menu, .footer__menu .menu{
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        text-align: center;
        background: #2380eb;
    }
    .footer__menu .menu{
        top: auto;
        bottom: 40px;
    }
    .header__menu .menu li, .footer__menu .menu li{
        display: block;
    }
    .header__menu .menu li a, .footer__menu .menu li a{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header__menu .menu li a:hover, .header__menu .menu li a:focus, .footer__menu .menu li a:focus, .footer__menu .menu li a:hover{
        background: #72acee;
    }
    .header__menu .menu > li > a > span:before, .footer__menu .menu > li > a > span:before{
        content: '';
    }
    .header__menu{
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }
    .header__menu nav{
        position: static;
        background: none;
        height: 50px;
    }
    .header__menu nav:before{
        display: none;
    }
    .header__right {
        position: static;
    }
    .header__bottom > .container > .row{
        position: relative;
    }
    nav .menu > li > a{
        font-size: 15px;
    }
    .pages_item .ft_html .value .schedule__table td{
        display: block;
        width: 100% !important;
        text-align: left;
        padding-left: 50%;
        position: relative;
        box-shadow: 2.5px 4.3px 5px rgba(0, 0, 0, 0.1);
        border-right: 1px solid #dfdfdf !important;
        border-left: 1px solid #dfdfdf !important;
    }
    .pages_item .ft_html .value .schedule__table td:last-child{
        margin-bottom: 40px;
        border-bottom: 1px solid #dfdfdf;
    }
    .pages_item .ft_html .value .schedule__table tr:last-child td:last-child{
        margin-bottom: 0;
    }
    .pages_item .ft_html .value .schedule__table td:first-child{
        border-top: 1px solid #dfdfdf;
    }
    .pages_item .ft_html .value .schedule__table td:before{
        content: attr(data-label);
        position: absolute;
        top: 10px;
        left: 10px;
        width: 45%;
        font-weight: bold;
    }
    .pages_item .ft_html .value .schedule__table thead{
        display: none;
    }
    .schedule__table_form{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .schedule__table_all .flex{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .schedule__left {
        align-items: center;
        padding: 20px 10px;
        margin-bottom: 2px;
    }
    .schedule__phone{
        font-size: 22px;
    }
    .schedule__text{
        font-size: 16px;
    }
    .pages_item .container > h3{
        line-height: 20px;
    }
    .h3__day{
        position: absolute;
        left: 50%;
        margin-left: -42px;
        bottom: -60px;
    }
    .schedule__submit {
        margin-top: 10px !important;
        margin-bottom: 10px;
    }
    .header__left {
        overflow: hidden;

    }
    .header__logo{
        z-index: 2;
        position: relative;
        float: left;
    }
    .address__text{
        text-align: right;
    }
	.info-widget-side{
		float:none;
		clear:both;
		margin:15px auto;
		max-width:310px;
	}
}
@media (max-width: 700px){
    .body__top .row{
        -webkit-box-pack: center;
        justify-content: center;
    }
    .body__top{
        padding-bottom: 0;
    }
    .body__top > .container{
        position: relative;
        padding-bottom: 200px;
    }
    .body__top_text {
        width: 100%;
        position: absolute;
        bottom: 5px;
        left: 0;
    }
    .body__top_text h1{
        margin-bottom: 0;
    }
    .body__top_form, .body__map_form{
        max-width: 320px;
        width: 100%;
    }
    .body__map_form{
        position: static;
        margin-left: auto;
        margin-right: auto;
    }
    .body__map .container{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
	.avideo-col{
		width:100%;
	}
	.avideo-col:first-child{
		margin-bottom:20px;
	}
}
@media (max-width: 604px) {
    .advantage__title{
        margin-bottom: 10px;
    }
    .advantage__link{
        margin-bottom: 20px;
    }
	.categories .col{
		width:100% !important;
	}
	.prices .col.col-price1,
	.prices .col.col-price2,
	.branches .col.col-branch2,
	.branches .col.col-branch3{
		width:100%;
	}
	.avideo70{
		width:100%;
	}
}
@media (max-width: 500px) {
    .body__sets, .body__actions, .body__news, .body__vk {
        width: 100%;
    }

    .free__call .iforms_basic > .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .free__call .auto__input_call {
        padding-left: 0;
        padding-right: 0;
    }
    .header__form .ajax-modal{
        margin-left: 40px;
    }
    .advantage__items:after{
        border-bottom: 100px solid #ffffff;
        border-left: 100px solid transparent;
    }

}
@media (max-width: 420px) {
    .nyroModalCont{
        width: 250px !important;
    }
    .auto__submit_modal .button-submit{
        width: 248px;
        height: 55px;
        line-height: 55px;
        font-size: 15px;
    }
    .info__more{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .pages_item .ft_html .value .schedule__table td{
        padding: 60px 20px 20px;
    }
    .pages_item .ft_html .value .schedule__table td:before{
        width: 100%;
        background: #2380eb;
        top: 0;
        left: 0;
        padding: 10px;
        white-space: nowrap;
        color: #ffffff;
    }
    .info__text, .address__text, .phone__text{
        font-size: 11px;
    }
}
@media (max-width: 360px) {
    .advantage__link{
        font-size: 12px;
    }
    .footer__form{
        padding-top: 0;
    }
    .footer__form a:first-child img{
        margin-bottom: 10px;
    }
    .footer__phone {
        padding-top: 5px;
    }
    .body__top_text h1{
        font-size: 50px;
        line-height: 50px;
    }
}