

/* Start:/local/templates/autoschool_mardanov/components/bitrix/news.list/slider/style.css?17610549223963*/
.head-slide {
	padding-top: 150px;
	min-height: 633px;
	position: relative;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-position: center;
	color: #212121;
	background-color: #dedede;
}
.slider_header {
    font-weight: bold;
    font-family: var(--prv_font_family);
    font-size: 61px;
	line-height: 1.1;
}
.slider_text_left {
    justify-content: flex-start;
    text-align: left;
}
.slider_text_right {
    justify-content: flex-end;
    text-align: right;
}
.slider_text_center {
    justify-content: center;
    text-align: center;
}
.slider_color_lite {
    color:white;
}
.slider_color_dark {
    color:#212121;
}
.slider_color_site {
    color:var(--prv_color);
}
.slider_description{
	font-size: 1em;
	line-height: 1.5;
	margin:24px 0 55px;
    font-family: var(--prv_font_family);
}
.item_video_block {
    overflow:hidden;
}
.video_background {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
}
.head-slide a.btn.slider_color_lite,
.head-slide a.btn.slider_color_lite:focus{
    color: #fff;
}
.head-slide a.btn.slider_color_dark,
.head-slide a.btn.slider_color_dark:focus{
    color: #212121;
}
@media(max-width: 992px){
    .slider_header{
        margin-top: 50px;
    }
    .head-slide {
        padding-bottom: 50px;
    }
}
@media(max-width: 768px){
    .slider_header{
        font-size: 48px;
    }
    .slider_description{
        font-size: 20px;
    }
    .head-slide{
        max-height: 633px;
    }
}
@media(max-width: 460px){
	#head_owl .head-slide{
		background-position: 80%;
	}
}

/* Animated car */

.animation{
	display:block;
	width:100%;
	height:100%;
	background-image:url('/local/templates/autoschool_mardanov/components/bitrix/news.list/slider/./images/bg.jpg');
	background-repeat:repeat-x;
	background-position:left bottom;
	background-position-x: 0px;
	animation: road 4s linear infinite;
	position: absolute;
	top: 0;
}

.car{
	background-size: 100% 100%;
	display:block;
	position:absolute;
	width:720px;
	height:230px;
	background-image:url('/local/templates/autoschool_mardanov/components/bitrix/news.list/slider/./images/car.png');
	background-repeat:no-repeat;
	bottom:56px;
	right:138px;
	overflow: hidden;
}
.wheel_1, .wheel_2{
	background-size: 100% 100%;
	display:block;
	position:absolute;
	width:105px;
	height:105px;
	bottom:9px;
	background-image:url('/local/templates/autoschool_mardanov/components/bitrix/news.list/slider/./images/wheel.png');
	transform:rotate(0deg);
	animation: wheels 0.8s linear infinite;
}
.wheel_1{
	right:101px;
}
.wheel_2{
	right:540px;
}
.cones{
	background-size: 83px 83px;
	display:block;
	position:absolute;
	width:100%;
	height:109px; /*83+26*/
	background-image: url('/local/templates/autoschool_mardanov/components/bitrix/news.list/slider/./images/cone.png'), url('/local/templates/autoschool_mardanov/components/bitrix/news.list/slider/./images/cone.png'), url('/local/templates/autoschool_mardanov/components/bitrix/news.list/slider/./images/cone.png');
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position-y: 0px, 0px, 0px;
	animation: cones 2s linear infinite;
	bottom:0;
	right:0;
	z-index: 99;
}

@media (max-height:815px) and (min-width:970px){
	.slide_content{
		margin-top:20px;
	}
	.slider_wrapper .slide{
		align-items: flex-start;
	}
}
@media (max-width:970px){
	.animation{
		background-size: 960px auto;
		animation: road 8s linear infinite;
	}
	.car{
		width:360px;
		height:115px;
		bottom:28px;
		right:69px;
	}
	.wheel_1, .wheel_2{
		width:52px;
		height:52px;
		bottom:4px;
	}
	.wheel_1{
		right:50px;
	}
	.wheel_2{
		right:270px;
	}
	.cones{
		background-size: 41px 41px;
		height:53px;
		animation: cones 4s linear infinite;
	}
}

	@keyframes cones {
		from {
			background-position-x: -83px,  877px,  1837px;
		}
  		to {
			background-position-x: 877px,  1837px, 2597px;
		}
	}
	@keyframes wheels {
		from {
			transform:rotate(360deg);
  		}
  		to {
			transform:rotate(0deg);
		}
	}
	@keyframes road {
		from {
			background-position-x: 0px;
		}
  		to {
			background-position-x: 1920px;
		}
	}
	@keyframes car {
		0% {
			transform:rotate(-0.7deg);
		}
  		50% {
			transform:rotate(0.7deg);
		}
  		100% {
			transform:rotate(-0.7deg);
		}
	}
/* End */


/* Start:/local/templates/autoschool_mardanov/components/bitrix/catalog.sections.top/services_3/style.css?17610549231293*/
.services-list{	
	overflow: hidden;
}
.service-item {
    width: 100%;
    height: 216px;
    position: relative;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-item__detail {
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    transition: .2s;
    padding: 20px;
    color: #000;
}

.service-item__detail h2{
	font-size: 1.6em;
    font-weight: bold;
}

.service-item__bg {
    height: 0;
    width: 0;
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    transition: .3s;
    bottom: 20px;
    left: 20px;
    background-color: var(--prv_interactive_color);
}

.service-item__title {
    background-color: #000;
    position: absolute;
    padding: 10px;
    color: #fff;
    bottom: 10px;
    left: 10px;
    transition: .3s;
}

.service-item:hover .service-item__title {
    opacity: 0;
}

.service-item:hover .service-item__bg {
    opacity: 0.8;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
}


.service-item:hover .service-item__detail {
    opacity: 1;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(377px, 1fr));
    grid-gap: 7px;
}

#services .col-lg-3{
	max-width:100%;
}
/* End */


/* Start:/local/templates/autoschool_mardanov/components/bitrix/main.include/heading/style.css?1761054923258*/
.heading {
	position: relative;
	font-size: 2.1428571em;
	padding-bottom: 19px;
	line-height: 1.066;
	margin-bottom: 26px;
}

.total_content .heading {
	margin-bottom: 13px;
}

.scroll_news .heading{
	margin-bottom: 18px;
}

.heading h2{
	font-weight: 600;
}
/* End */


/* Start:/local/templates/autoschool_mardanov/components/bitrix/catalog.section/services_3_main/style.css?17610549231738*/
.services-sections>.container{
    position: relative;
}
.sect_service_cnt{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 230px;
    overflow: hidden;
}

.sect_service_block {
    margin-bottom: 22px;
}

.sect_service_heading{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--prv_interactive_color);
    font-size: 1.0714285em;
    line-height: 1.2857142;
    color: #fff;
    padding: 16px 20px;
    transition: 0.9s;
}
.sect_service_bg{
    visibility: hidden;
    opacity: 0;
    background: var(--prv_interactive_color);
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 182px;
    transition: top .3s, visibility .3s, opacity 10s;
    left: 0; 
    right: 0;
    bottom: 0;
}
.sect_service_desc{
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    color: #fff;
    align-items: center;
}
@media (max-width: 767px) {
    .sections_services{
        margin-top: 40px;
    }
    .services_subheading{
        margin-bottom: 30px;
    }
}
@media (max-width: 479px) {
    .sections_services [class*="col-"]{
        width: 100%;
    }
}
@media(min-width: 768px){
    .sect_service_cnt:hover .sect_service_heading{
        visibility: none;
        opacity: 0;
        transition: 0s;
    }
    .sect_service_cnt:hover .sect_service_bg{
        visibility: visible;
        opacity: .8;
        top: 0px;
        transition: top .3s, visibility .3s, opacity .3s;
    }
    .sect_service_cnt:hover .sect_service_desc{
        display: flex;
    }
}

.service-item__detail{
	color:#ffffff;
}
/* End */


/* Start:/local/templates/autoschool_mardanov/components/bitrix/main.include/about_2/style.css?17610549231721*/
.total_content .scroll_about{
	padding: 0;
}
.about-section{
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	padding: 0 0 153px;
}
.about-section__subheading{
	font-size: 1.8571em;
	margin-bottom: 10px;
	line-height: 1.58em;
	margin-top: -13px;
}
.about-section__button-container{
	margin-top: 25px;
}
.about-section__button-container .btn{
	display: inline-block;
	margin-right: 20px;
}
.about-section__button-container .btn:last-child{
	margin-right: 0;
}
.about-section__text{
	line-height: 22px;
	color: #757575;
	font-size: 1em;
	line-height: 1.6em;
}
.about-section .heading{
	margin-top: 85px;
}
.about-section__text ul{
	padding-left: 0;
	margin: 30px 0 36px;
}
.about-section__text ul li{
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding-left: 12px;
	position: relative;
	margin-right: 16px;
}
.about-section__text ul li:before{
	content: "\2022 ";
	position: absolute;
	left: 0;
}
.about-section__text ul li:last-child{
	margin-right: 0;
}
@media(max-width: 1199px){
    .about-section .heading {
			margin-top: 40px;
    }
}
@media (max-width: 991px) {
	.about-section{
		padding-bottom: 0;
	}
	.about-section__button-container{
		margin: 30px 0;
	}
	.about-section__button-container .btn{
		margin-bottom: 12px;
	}
	.about-section__subheading br{
		display: none;
	}
	.about-section{
		padding-bottom: 50px;
	}
	.about-section .heading{
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.about-section__text{
		font-size: 1em;
		line-height: 25px;
	}
	.about-section__subheading{
		font-size: 1.2857em;
	}
}

a.btn.btn-outline{
	color:#000;
	background:rgba(0,0,0,0);
	border:var(--prv_btn_border_width) solid var(--prv_btn_border_color);
}
/* End */


/* Start:/local/templates/autoschool_mardanov/components/bitrix/catalog.sections.top/prices_default/style.css?176197925811159*/
.scroll_prices .owl-theme .owl-nav.disabled+.owl-dots {
    bottom: -30px;
}
.prices-section__dropdown-tab-panel {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #212121;
    background: #fff;
}
.prices-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.prices-section__dropdown-tab-panel:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: -2px 0 0;
    border-bottom: 3px solid #212121;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.prices-section__dropdown-tab-panel:focus, .video-section__dropdown-tab-panel:active {
	color: #000;
	text-decoration: none;
}

.projects-section__container {
    position: relative;
}

.block_details_link {
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    margin-bottom: 17px;
	font-size: 14px;
}

@media (min-width: 560px) {
    .block_details_link {
        position: absolute;
        right: 15px;
        margin-bottom: 0px;
        top: 32px;
    }
}

.block_details_link:hover {
    color: #999;
}

.block_details_link:focus,
.block_details_link:hover {
    text-decoration: none;
}

.all_projects {
    margin-bottom: 60px;
}

.scroll_prices .projects-section__project-wrapper {
    height: 237px;
    display: block;
    position: relative;
    overflow: hidden;
}

.projects-section__project-background {
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: transform .5s;
}

.projects-section__project-wrapper:hover > .projects-section__project-background {
    transform: scale(1.1);
}

.projects-section__project-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px 24px;
    z-index: 2;
    color: #fff;
    line-height: 20px;
    background-color: rgba(33, 33, 33, 0.6)
}

.projects-section__project-heading-section {
    opacity: .7;
    font-size: 0.7142em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.projects-section__project-heading-name {
    font-size: 1.1428em;
    line-height: 23px;
}
/*prices*/
.prices_cnt{
    margin: auto auto 20px;
    width: max-content;
    display: flex;
    align-items: center;
	flex-direction: column;
}

.price_item{
	display: flex;
	flex-direction: row;
}

.price {
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    margin-right: 10px;
    float: left;
}
.old_price{
    font-size: 16px;
    color: #212121;
    text-decoration: line-through;
    margin-right: 10px;
    float: left;
}
.price_type{
    font-size: 16px;
    color: #212121;
}

@media (max-width: 767px) {
    .price {
        font-size: 20px;
    }
}
.price_callback{
    display: block;
    font-size: 0.8em;
    font-family: var(--prv_font_family);
    text-transform: uppercase;
    color: var(--prv_btn_color);
    padding: 27px;
    text-align: center;
    line-height: 1;
    margin-top: auto;
}
.price_callback:hover,
.price_callback:focus{
    background: var(--prv_interactive_color);
    color: #fff;
    text-decoration: none;
}
.hr{
    height: 1px;
    background-color: #EEF1F4;
}
.owl-stage{
    display: flex;
}
/*goods*/
.goods_prices {
    text-align: left;
    line-height: 16px;
}

.goods_row {
    background: url(/local/templates/autoschool_mardanov/components/bitrix/catalog.sections.top/prices_default/dott.png) 0 10px repeat-x;
    margin-bottom: 22px;
    line-height: 16px;
}

.goods_name_cnt {
    float: left;
    max-width: 105px;
}

.goods_name_cnt > span.goods_name {
    padding-right: 10px;
    display: table-caption;
    min-width: 68px;
}

.goods_price {
    float: right;
    width: 100px;
    text-align: right;
}

.goods_price_block {
    padding-left: 10px;
}

/*owl style*/
.owl-projects .owl_btn-right a,
.owl-projects .owl_btn-right a:focus,
.owl-projects .owl_btn-left a,
.owl-projects .owl_btn-left a:focus {
    border: none;
    font-size: 32px;
    padding: 0;
}

.owl-projects .owl-prev {
    left: -48px;
}

.owl-projects .owl-next {
    right: -48px;
}

.owl-projects .owl-next,
.owl-projects .owl-prev {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none !important;
    outline: none !important;
}

.owl-projects .owl-dots {
    position: relative;
    margin-bottom: -11px;
    bottom: auto !important;
}

.owl-projects .owl-next a .carousel-arrow,
.owl-projects .owl-prev a .carousel-arrow {
    fill: #757575;
}

.owl-projects .owl-next:not(.disabled):hover .carousel-arrow,
.owl-projects .owl-prev:not(.disabled):hover .carousel-arrow {
    fill: var(--prv_btn_color);
}

.nav.projects-section__tabs-list {
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}

.projects-section__tabs-list > li {
    margin-right: 6px;
}

.projects-section__tabs-list > li > a {
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
}

.projects-section__tabs-list > li > a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}

.projects-section__tabs-list > li:hover > a:after,
.projects-section__tabs-list > li > a.active:after {
    background: var(--prv_interactive_color);
}

.projects-section__tabs-list > li > a.active {
    color: var(--prv_btn_color);
}

.projects-section__tabs-list > li > a:hover {
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
}

.projects-section__dropdown-tabs-wrapper {
    padding-bottom: 25px;
}

.projects-section__list-group {
    margin-bottom: 0px;
}

.projects-section__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}

.projects-section__list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.projects-section__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}

.projects-section__list-group-item.active:hover,
.projects-section__list-group-item.active:focus {
    text-shadow: none;
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color: #eff1f5;
    border-left-color: var(--prv_color);
    background-image: none;
}

.projects-section__dropdown-tab-panel {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #212121;
    background: #fff;
}

.projects-section__dropdown-tab-panel:hover,
.projects-section__dropdown-tab-panel:focus {
    text-decoration: none;
    color: #212121;
}

.projects-section__dropdown-tab-panel:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: -2px 0 0;
    border-bottom: 3px solid #212121;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.projects-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.projects-section__tab-panel-nav {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .projects-section__container {
        padding-bottom: 40px;
    }
}


.price_list_owl .item {
    /*height: 100%;*/
}

.price-cnt {
    border: 1px solid #e0e0e0;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: .2s;
	height: 100%;
	background:#ffffff;
}

.price-cnt:hover {
    box-shadow: 0 0 32px #ccc;
    transition: .5s;
    z-index: 99;
}

.price_img {
    height: 197px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.price-period {
    font-size: 20px;
    margin-top: 26px;
    height: 30px;
    padding: 0 18px;
    text-align: left;

}

.price-period p {
    line-height: 1.3 !important;
    font-size: 22px;
}

.price-note {
    padding: 18px 18px 6px 18px;
	margin-bottom: 40px;
    color: #757575;
    text-align: left;
    line-height: 2;
}

.price-note ul {
    padding-inline-start: 18px;

}

.price_list_price {
    color: #212121;
    font-weight: bold;
    font-size: 22px;
    padding: 18px 18px;
}

.price_list_btn {
    padding: 0 18px;
}

.price_list_btn a {

    display: block;
    border-top: 1px solid #DFDFDF;
    padding: 27px 0;
    text-decoration: none;
}

.price-cnt:hover .price_list_btn {
    background: var(--prv_btn_hover);
    text-decoration: none;
    color: #fff;
    border: none !important;
}

.price-cnt:hover .price_list_btn a {

    text-decoration: none;
    color: #fff;
    border-top: 1px solid var(--prv_btn_hover);
    transition: transform 0s;
    opacity: unset;

}


.service-detail__price-list {
    overflow: auto;
    max-width: 100%;
    margin-bottom: 30px;
}

.service-detail__price-list > table {
    width: 100%;
}

.service-detail__price-list thead > tr {
    background: var(--prv_color_bg);
}

.service-detail__price-list thead > tr > th {
    color: #fff;
}

.service-detail__price-list > table td, .service-detail__price-list > table th {
    font-size: 1em;
    height: 60px;
    vertical-align: middle;
    padding: 0 20px;
    color: #212121;
    font-weight: normal;
}

@media (min-width: 768px) {
    .service-detail__price-list > table td, .service-detail__price-list > table th {
        font-size: 1.1328em;
        padding: 20px 40px 20px 30px;
    }
}

.service-detail__price-list tbody > tr:nth-child(2n) {
    background-color: #F5F7FF;
}

.service-detail__price-list > table td:nth-child(n+3), .service-detail__price-list > table td:nth-child(1) {
    font-weight: bold;
}

.service-detail__price-list_title sup {
    text-transform: uppercase;
    font-size: .6em;

}

.service-detail__price-list_title {
    font-size: 1.857em;
    margin: 32px 0;
}
.characteristics_price_block{
	white-space: nowrap;
}
.characteristics_name{
	white-space: normal;
	display: block;
}

.characteristics_name::before {
    content: "\2022";
	font-size: 14pt;
	padding-right: 10px;
}

.characteristics_row{
	display: block;
	align-items: center;
	padding-left:16px;
}
.characteristics_dots{
	border-bottom:1px dotted #757575;
	margin: 0 8px;
	height: 2px;
	width: 100%;
}

.scroll_prices #price_list_owl{
    margin-bottom: 0;
}
.scroll_prices .projects-section__container {
    padding-bottom: 0px;
}

.scroll_prices{
	background-size: cover !important;
}

section.projects-section{
	padding-top:11px;
}
/* End */


/* Start:/local/templates/autoschool_mardanov/components/bitrix/news.list/promotions_1/style.css?17610549224385*/
@media(max-width: 1200px){
  .total_content .scroll_promotions{
    padding-bottom: 80px;
  }
}
@media(max-width: 768px){
  .total_content .scroll_promotions{
    padding-bottom: 60px;
  }
}
.sect_promotion_text-mobile{
  display: none;
}
.description-column{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.promotions-promotion .owl-stage-outer {
    padding: 50px;
    margin: -50px -50px 0;
}

.promotions-promotion .owl-item {
   opacity: 0;
   transition: opacity 500ms;
}
.promotions-promotion .owl-item.active {
  opacity: 1;
}
.promotions-promotion .owl-dots{
    bottom: 0;
}

.promotions-promotion > .container {
    position: relative;
}

.sect_promotion_cnt {
    position: absolute;
    width: 100%;
    height: 100%;
}

.name_data {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 256px;
    padding: 30px;
    position: relative;
    transition: .5s;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
}

.name_data:hover {
    box-shadow: 0 0 32px #777;
    transition: .5s;
    text-decoration: none;
}

.name_data .more {
    max-width: 138px;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.img_prom {
  height: 100%;
}

#promotions .img_prom img {
    margin: 0 auto;
    height: 100%;
    width: 174px;
    object-fit: cover;
    border-radius: 12px;
}
.name_data .row{
  height: 100%;
}

.sect_promotion_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(255, 255, 255, 0));
    z-index: 0;
    border-radius: 15px;
}

.sect_promotion_block {
    margin-bottom: 30px;
}

.sect_promotion_heading {
    font-size: 18px;
    color: #212121;
    line-height: normal;
    font-weight: bold;
}
.sect_promotion_heading a{
    text-decoration: none;
    color: #000;
}
.sect_promotion_heading a:hover{
  text-decoration: none;
}
.sect_promotion_text {
    font-size: 14px;
    color: #808080;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 30px;
}

.sect_promotion_btn {
    position: absolute;
    bottom: 70px;
    left: 50px;
    color: #fff !important;
}

.sect_promotion_dates {
    color: #808080;
    font-size: 1.05em;
    line-height: 1.375;
    margin-top: 6px;
    margin-bottom: 15px;
    display: inline-block;
}

.sect_promotion_discount {
    position: absolute;
    right: 15px;
    top: -10px;
    padding: 3px 15px;
    color: #fff;
    /*background-color: var(--prv_color);*/
    background-color: #81CE41;
    border-radius: 40px;
    font-size: 1.0814285em;
    font-weight: bold;
    text-align: center;
    z-index: 5;
}

@media(max-width: 991px){
    #promotions .img_prom img {
      width: 100%;
    }
    .sect_promotion_text {
      font-size: 13px;
    }
    .sect_promotion_dates{
      margin-bottom: 5px;
    }
    .sect_promotion_heading{
      margin-bottom: 10px;
    }
    .sect_promotion_text{
      margin-bottom: 15px;
      margin-top: 0;
    }
    .promotions-promotion .owl-stage-outer {
        padding: 0;
        margin: 0;
    }
    .promotions-promotion .owl-dots {
        bottom: -35px;
    }
    .sect_promotion_discount {
      right: 0px;
    }
}

@media (max-width: 767px) {
    .sect_promotion_btn {
        left: 20px;
    }

    .sect_promotion_cnt {
        padding: 93px 20px 111px 20px;
    }
    .promotions-promotion .owl-stage-outer {
        padding: 10px;
        margin: -10px;
    }
    .sect_promotion_text-mobile{
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      margin-bottom: 15px;
    }
    .sect_promotion_text{
      display: none;
    }
}
@media(max-width: 575px){
  .img_prom{
    margin-bottom: 20px;
  }
  .sect_promotion_dates{
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .description-column {
    height: auto;
  }
  .row.h-100{
    height: unset!important
  }

}

/* End */


/* Start:/local/templates/autoschool_mardanov/components/bitrix/catalog.sections.top/list_with_tabs/style.css?17610620231304*/
.list-container{
	display: flex;
	flex-wrap: wrap;

	column-gap: 30px;
	row-gap: 30px;  
	margin-left:auto;
	margin-right: auto;
}
.list-container .element-card{
	/*flex: 0 0 30%;
	flex-basis: calc(33.333% - 60px);*/
	box-sizing: border-box;
	padding: 48px 41px 25px 41px;
	/*width:calc(33.333% - 19.999px);*/
	background:#F8F9FB;
	transition:0.4s all;
	color:#212121;
	cursor: pointer;
	text-decoration: none;
}
.element-card .element-image{
	display: block;
	text-align: center;
}
.element-card .element-image img{
	width:100%;
	max-width: 280px;
}
.list-container .element-card:hover{
	background: var(--prv_interactive_color);
	/*linear-gradient(91.69079098818325deg, rgba(86, 171, 47, 255) 0%, rgba(168, 224, 99, 255) 100%);*/
	color:#ffffff;
}
.list-container .element-card .name{
	display: block;
	font-family: var(--prv_font_family);
	font-size: 18px;
	text-align: center;
	margin-top:30px;
}
.list-container .element-card .brand{
	font-weight: 600;
}
.list-container .element-card .model{
	font-weight: 400;
}
@media(max-width:740px){
	.list-container{
		column-gap: 12px;
		row-gap: 12px;
	}
	.list-container .element-card{
		padding: 24px 20px 12px 20px;
		width:calc(50% - 6px);
	}
}
@media(max-width:640px){
	.list-container .element-card{
		padding: 24px 20px 12px 20px;
		width:100%;
	}
}

/* End */


/* Start:/local/templates/autoschool_mardanov/components/bitrix/main.include/feedback_1/style.css?17610549231566*/
.page-footer.main-page__section{
  background-size: cover;
  background-repeat: no-repeat;
}
.feedback_wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-bottom: 30px;
	margin: 40px;
}
.background-feedback{
	border-radius: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}
.feedback_wrapper .page-footer-text{
	position: relative;
	z-index: 2;
  text-align: center;
}
.page-footer-text h4{
  font-weight: bold;
}
.feedback_wrapper .page-footer-buttons-block{
	position: relative;
	z-index: 2;
}
.page-footer-buttons-block{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.page-footer-buttons-block i{
  font-size: 11px;
  margin-left: 5px;
}

@media(max-width:768px){
  .page-footer-buttons-block .feedback-button{
    margin: 0 10px 15px;
  }
  .page-footer-buttons-block .feedback-button i{
    display: none;
  }
}
@media(max-width: 560px){
  .feedback_wrapper .page-footer-text h4 {
    margin: 30px 0;
  }
  .feedback_wrapper .page-footer-text p {
    margin-bottom: 30px;
  }
}
@media(max-width: 385px){
  .page-footer-buttons-block{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .page-footer-buttons-block a{
    width: 100%;
  }
}

/* End */


/* Start:/local/templates/autoschool_mardanov/components/bitrix/news.list/nums_default/style.css?1761054922947*/
.num_panel{
	display: block;
	width: 100%;
	background:var(--prv_interactive_color);
}

.num_container{
	max-width: var(--prv_max_width) !important;
	min-height: 190px;
	display:flex;
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
	margin-left: auto;
	justify-content: space-between;
	align-items: center;	
}

.num_container .num_block .number{
	text-align: center;
	font-style: Montserrat;
	font-weight: 600;
	font-weight: SemiBold;
	font-size: 48px;
	color: #ffffff;
	letter-spacing: 0em;
	line-height: 0.625;
}

.num_container .num_block .description{
	font-style: Montserrat;
	font-weight: Regular;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0em;
	line-height: 1.875;
	margin-top:18px;
}

.num_block {
    flex-grow: 1;
    flex-basis: 0;
	text-align: center;
}


@media(max-width:640px){
	.num_container{
		flex-basis: 100%;
		flex-direction: column;
	}
	.num_block {
		padding: 40px 0px;
	}
}
/* End */


/* Start:/local/templates/autoschool_mardanov/components/bitrix/news.list/steps/style.css?17610549221756*/
.numbered-steps {
    display: flex;
    flex-direction: column;
    position: relative;
}


@media only screen and (min-width: 600px) {
    .numbered-steps {
        align-items: center;
    }
}

.numbered-step {
    display: flex;
    align-items: center;
}

.numbered-step:not(:first-child) {
    margin-top: 60px;
}

@media only screen and (min-width: 600px) {
    .numbered-step:nth-child(odd) {
        flex-direction: row-reverse;
        margin-left: 0;
    }
}

@media only screen and (min-width: 600px) {
    .numbered-step:nth-child(odd) .numbered-step__desc {
        text-align: right;
    }
}

.numbered-step__title {
    font-size: 1.2em;
    font-weight: bold;
}

.numbered-step__number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--prv_interactive_color);
    color: #fff;
    border-radius: 50%;
    font-size: 2em;
    margin: 0 20px;
    position: relative;
	cursor: default;
	font-weight: bold;
}

.numbered-step .numbered-step__number::after {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: -10px;
    background-color: #fff;
    z-index: -1;
}

.numbered-step__desc {
    width: 300px;
}

.numbered-steps::after {
    content: '';
    position: absolute;
    height: 89%;
    width: 2px;
    left: calc(50% - 1px);
    background-color: #c3c3c3;
    z-index: -100;
    top: 3%;
}

.numbered-step:nth-child(even) {
    margin-right: -300px;
}

.numbered-step:nth-child(odd) {
    margin-left: -300px;
}

@media only screen and (max-width: 600px) {
    .numbered-step {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .numbered-steps::after {
        left: 45px;
    }
}

/* End */
/* /local/templates/autoschool_mardanov/components/bitrix/news.list/slider/style.css?17610549223963 */
/* /local/templates/autoschool_mardanov/components/bitrix/catalog.sections.top/services_3/style.css?17610549231293 */
/* /local/templates/autoschool_mardanov/components/bitrix/main.include/heading/style.css?1761054923258 */
/* /local/templates/autoschool_mardanov/components/bitrix/catalog.section/services_3_main/style.css?17610549231738 */
/* /local/templates/autoschool_mardanov/components/bitrix/main.include/about_2/style.css?17610549231721 */
/* /local/templates/autoschool_mardanov/components/bitrix/catalog.sections.top/prices_default/style.css?176197925811159 */
/* /local/templates/autoschool_mardanov/components/bitrix/news.list/promotions_1/style.css?17610549224385 */
/* /local/templates/autoschool_mardanov/components/bitrix/catalog.sections.top/list_with_tabs/style.css?17610620231304 */
/* /local/templates/autoschool_mardanov/components/bitrix/main.include/feedback_1/style.css?17610549231566 */
/* /local/templates/autoschool_mardanov/components/bitrix/news.list/nums_default/style.css?1761054922947 */
/* /local/templates/autoschool_mardanov/components/bitrix/news.list/steps/style.css?17610549221756 */
