.bold {
	font-weight: bold;
}
.coll {
    width: auto;
    max-width: 996px;
    min-width: 270px;
    box-sizing: border-box;
}

.c-mobile {
    display: none;
}

.head .logo .work-time {
    margin: 0 0 0 68px;
    float: none;
    display: none;
    text-transform: none;
    font-family: "HeliosCondRegular";
}

.work-time b {
    font-family: "HeliosCondBold";
}

.mobileMenu {
    position: absolute;
    top: 77px;
    left: 15px;
    right: 15px;
    display: none;
}

.mobileMenu__wrap {
    display: flex;
    margin-left: -5px;
    color: white;
    font-size: 14px;
}

#about {
    overflow: hidden;
}

.mobileMenu a {
    color: white;
    text-transform: uppercase;
    padding: 10px 7px;
    display: block;
}

.mobileMenu li:not(:last-child) {
    border-bottom: 1px solid white;
    display: block;
}

.mobileMenu__col {
    margin-left: 5px;   
    padding: 0 10px 10px;
}

.mobileMenu__title {
    font-family: "HeliosCondBold";
    font-size: 18px;
    padding-top: 30px;
}

.mobileMenu__col:first-child {
    background: #a70003;
    width: 40%;
}

.mobileMenu__col:last-child {
    background: #063356;
    width: calc(60% - 5px);
    margin-left: auto;
    margin-left: 5px;
} 

header {
    position: relative;
    z-index: 10;
}

footer .head .phones .soci {
    display: none;
}

.slider-menu form input {
    box-sizing: border-box;
    height: 45px;
}

.reviews-item .buttons .right-col .clear {
    display: none;
    clear: both;
    width: 100%;
    background: none;
    height: 1px;
}
.head { position: relative; }
.head .logo { margin-top: 32px; }
.head .soci { margin-top: 44px; }

.unstarted-mode:not(.playing-mode) .ytp-cued-thumbnail-overlay:not([aria-hidden=true]), .ended-mode .ytp-cued-thumbnail-overlay:not([aria-hidden=true]) {
	cursor: pointer;
}
.ytp-thumbnail-overlay {
	position: relative;	
	height: 100%;	
	z-index: 12;
	background-position: center;
	background-repeat: no-repeat;
	-moz-transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
	transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
	cursor: pointer;
}
.ytp-small-mode .ytp-large-play-button {
	width: 42px;
	height: 30px;
	margin-left: -21px;
	margin-top: -15px;
}
.ytp-large-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 48px;
	margin-left: -34px;
	margin-top: -24px;
	-moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
}
.ytp-button {
	border: none;
	background-color: transparent;
	padding: 0;
	color: inherit;
	text-align: inherit;
	font-size: 100%;
	font-family: inherit;
	cursor: default;
	line-height: inherit;
}

.html5-video-player svg {
	pointer-events: none;
}
.ytp-large-play-button-bg {
	-moz-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
	-webkit-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
	transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
	fill: #1f1f1f;
	fill-opacity: .81;
}
.ytp-large-play-button.ytp-touch-device .ytp-large-play-button-bg, .ytp-cued-thumbnail-overlay:hover .ytp-large-play-button-bg {
	-moz-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	fill: #cc181e;
	fill-opacity: 1;
}

@media(max-width: 1024px) and (min-width: 854px){
	.about-info li:not(:first-child):before {
		left: -4vw;
	}
}
@media(max-width: 853px) and (min-width: 768px){
	.about-info li:not(:first-child):before {
		left: -2vw;
	}
	
}
@media(max-width: 1024px) {
	.car-sel-info {
		padding-left: 2%;
		padding-right: 2%;
	}
	.car-sel-info div:nth-child(2) {
		margin: 0 2%;
	}
	.about-brief__images a {
		display: block;
		width: 45%;
		text-align: center;
	}
	.about-brief__images a img {
		max-width: 100%;
	}
	.ins-partners {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.ins-partners li { 
		width: 45%;
		text-align: center;
	}
	.ins-partners li  a { display: inline-block; }
	.head .logo > img { 
		vertical-align: top;
		margin-top: 3px;
	}
    .coll {
        padding: 0 15px;    
    }
    
    .head .soci {
        display: none;
    }
    
    .head .work-time {
        display: none;
    }
    
    .head .logo .work-time {
         display: block;   
    }
    
    .head .phones {
        float: right;
    }
    
    .main-menu {
        text-align: center;
    }
    
    .main-menu li a {
        padding: 10px 12px;
        font-size: 17px;
    }
    
    .index-slider .slide div {
        padding: 50px 0 0 15px;
        font-size: 38px;
        width: 415px;
        box-sizing: border-box;
    }
    
    .slider-menu > ul {
        text-align: center;
    }
    
    .slider-menu form {
        left: auto;
        right: 15px;
        max-width: 300px;
    }
    
    .slider-menu form input {
        width: 300px;
    }
    
    .slider-menu form button {
        width: 300px;
    }
    
    .slider-menu > ul li {
        margin-left: 7px;
    }
    
    .slider-menu > ul li a {
        padding: 10px 8px;
        font-size: 14px;
    }
    
    .tile-menu {
        margin-left: -15px;
        margin-top: 55px;
    }
           
    .brand-list-item {
        width: calc(33% - 18px);
        margin-left: 15px;   
        margin-top: 15px;
        box-sizing: border-box;
		padding: 12px 36px 17px 45px;
    }
    
    .tile-menu li {
        width: calc(33% - 18px);
        margin-left: 15px;
    }
    
    .foot-form {
        text-align: center;
    }
    
    .foot-form .title {
        margin: 0;
        width: 100%;
        top: 0;
        padding-bottom: 10px;
    }
    
    footer .phones .soci {
        display: block;
        float: right;
        margin: 10px 0 0 0;
    }
    
    footer .main-menu {
        margin-top: 30px;
    }

    .breadcrumbs {
        padding-top: 22px;
    }
    
    #contacts .info {
        padding: 0;
    }
    
    #contacts .map {
        width: 100%;
        margin-top: 30px;
    }
}

@media(max-width: 768px) {
	header {
		height: 245px;
	}
	.head {
		overflow: initial;
		margin: 0;
	}
	.search-form {
		position: static;
		width: 100%;
		padding: 1em 0;
	}
	footer .tele { right: 36%!important; }
	.about-brief__images img {
		max-width: 50%;
	}
	.car-sel-info {
		display: block;
		padding: 20px 0;
	}
	.about-info li {
		width: 19%;
	}
	.about-info__content {
		text-align: left;
	}
	.about-info li:not(:first-child):before {
		left: -8vw;
	}
	.head .phones {
		margin-top: 35px;
	}
	.index-slider .slide { overflow: hidden; }
	.index-slider .slide img {
		width: 943px;
		position: relative;
		left: -308px;		
	}
	.tile-menu2 li {
		width: 49%;
		height: 105px;
	}
	.tile-menu2 li:before {
		margin-top: 12px;
	}
	.tile-menu2__item:hover .tile-menu2__item-content {
		display: none;
	}
	.tile-menu2__item-title {
		padding: 27px 0;
	}
	.tile-menu2__item a {
		padding-top: 43px;
		z-index: 8;
	}
	.main-menu {
        display: none;
    }
    
    .slider-menu > ul {
        display: none;
    }
    
    .index-slider .slide div {
        display: none;
    }
    
    .slider-menu form {
        left: 15px;
        right: 15px;
    }
    
    .head .phones .tele {
      /*  display: none; */
    }
    
    .head .logo {
        width: calc(100% - 40px);
        font-size: 30px;
        margin-top: 38px;
    }
    
    .head .logo img {
        width: 26px;
        height: auto;
        margin-right: -6px;
    }
    
    .head .phones > a {
        font-size: 23px;
    }
    
    .head .logo .work-time {
        display: none;
    }
    
    .head .work-time {
        display: block;       
        margin: 34px 0 0 0;
        width: 100%;
        max-width: 110px;
        font-size: 16px;
    }
    
    .c-mobile {
        display: block;
        float: right;
        cursor: pointer;
        margin-top: 40px;
    }
    
    .slider-menu form {
        /* max-width: 270px; */
        /* left: calc(50% - 135px); */
    }
    
    .slider-menu form {
        max-width: inherit;
        text-align: center;
    }
    .sel-wrap ul {
		text-align: left;
	}
	.slider-menu form input {
         width: 100%;   
         box-sizing: border-box;
    }
    
    .slider-menu form button {
        width: 270px;
    }
    
    .tile-menu {
        margin-top: 195px;
    }
    
    .tile-menu li {
        width: calc(50% - 19px); 
        height: 200px;
    }
    
    .tile-menu .price {
        display: none;
    }
	.about-brief {
		margin-bottom: 50vw;
	}
    .about-brief dt {
        width: 100%;
        box-sizing: border-box;		
    }
   
    .about-brief dt span {
        max-width: 78%;
        margin-left: 15px;
    }
	.about-brief dd {
		top: 333px;		
	}
    .about-brief dd .ab-img-wrap {
		margin-left: 0;
		height: 51vw;
	}
       .section-title span {
        font-size: 23px;
        display: block;
    }
    
    .section-title a {
        position: static;
    }
	#news { margin-bottom: -2em; }
	#reviews { 
		margin-top: 2em;
		margin-bottom: 2em;
	}
	#news .section-title,
    #reviews .section-title {
		margin-bottom: 1em;
	}
    .section-title {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
		
    }
    
    .reviews-item {
        max-height: inherit;
    }
    
    .reviews-item .img-wrapp {
        float: none;
        padding: 15px 18px;
        box-sizing: border-box;
        width: 100%;
		text-align: center;
		max-height: 200px;
    }
    
    .reviews-item p {	
        padding: 15px 18px;		
    }
            
    .reviews-item .buttons {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        height: auto;
		order: 1;
    }
    
    .reviews-item .buttons .left-col {
        padding-top: 8px;
    }
    
    .reviews-item .buttons .right-col {
        padding-left: 14px;
        padding-top: 8px;
    }
    
    .reviews-item .buttons .right-col a {
        margin-top: 4px;
    }
    
    .reviews-item-content {
        max-height: 10em;
        overflow: hidden;
		order: 3;
    }
    
    .reviews-item.active .reviews-item-content {
        max-height: inherit;
    }
	.reviews-item .gallery {
		padding: 0;
		flex-direction: column;
		align-items: center;
	}
	.reviews-item .gallery > a {
		margin-right: 0;
		max-width: 90%;
	}
	.reviews-item .gallery > div img { max-width: 100%; }
	.news-item .img-wrapp {
        display: none;
    }
	.reviews-item.active {
		display: flex;
		flex-direction: column;
	}
	.reviews-item.active .img-wrapp {
		position: static;
		order: 2;
	}
    .reviews-item.active .item-content-wrapper {
		padding-left: 1em;
	}
	
    .news-item p {
        padding-left: 0;
    }
    
    .news-item .buttons {
        padding-left: 0;
    }
    
    .slider-menu form .sel-wrap {
        width: 100%;
    }
    
    .foot-form {
        padding-left: 15px;
        padding-right: 15px;
    }
	.foot-form__title {
		font-size: 1.8em;
		line-height: 1.2;
	}
    .foot-form__row {
		flex-direction: column;
		align-items: center;
	}
    .foot-form__row input {
        display: block !important;
        width: 100%;        
        box-sizing: border-box;		
    }
    .foot-form__row>input { margin: 8px auto; }
    .foot-form .sel-wrap {
        width: 100%;
        margin: 8px auto;
        display: block !important;
    }
    
    .foot-form button {
        margin-top: 10px;
    }
    
    footer .main-menu {
        display: block;
    }
    
    footer .main-menu li {
        display: block;
        margin: 10px 0;
        width: 100%;
        box-sizing: border-box;
    }
    
    footer .head .work-time {
        display: none;
    }
    
    footer .head .logo {
        width: 100%;
        float: none;
        text-align: center;
        display: block;
        font-size: 30px;
    }
    
    footer .head .logo img {
        width: 26px;
		height: auto;
    }
    
    footer .head .phones {
        float: none;
        text-align: center;
    }
    
    footer .head .phones > a {
        font-size: 32px;
    }
    
    footer .phones .soci {
        margin: 10px auto 0 auto;
        width: 100%;
    }
    
    .coperite {
        display: flex;
        text-align: center;
        flex-direction: column;
    }
    
    .coperite div:nth-child(1) {
        padding: 3px 0;
        order: 1;
    }
    
    .coperite div:nth-child(2) {
        order: 0;
    }
    
    .reviews-item.active .buttons .left-col span {
        height: 28px;
        margin-top: 3px;
    }
    
    .reviews-item.active .buttons .left-col {
        padding-left: 41px;
    }
    
    /* .brand-list {
        margin-left: -15px;
    } */
    
    .brand-list-item {
		width: 100%;
		margin: 15px 0;
	}
    .page-foot {
		display: flex;
		flex-direction: column-reverse;
	}
	.page-foot .items-amount {
        width: 100%;
        margin: 5px 0;
        text-align: center;
    }
    
    .page-foot .pagination {
        width: 100%;
        margin: 5px 0;
        text-align: center;
    }
	#car-select ul { padding-left: 3%; }
	.car-sel__title1,
	.car-sel__title2
	{ padding-left: 0; }
	.car-sel__info1,
	.car-sel__info2 
	{ display: block; }
	.car-sel__info1 div,
	.csi2-item
	{ 
		width: 100%;
		margin-bottom: 1em;
	}
	.csi2-price-block div {
		padding-left: 0;
		text-align: center;
	} 
}

@media(max-width: 500px) {
	.about-brief__images a {		
		width: 100%;		
	}
	
	.pagination span { display: none; }
	.page-foot a { min-width: 28px; margin-right: 2px; }
	.page-foot .pagination__control:before { left: 2px; }
	.page-foot .pagination__control:after { left: 4px; }
	#car-select ul {
		padding-left: 1em;
	}
	.car-sel-info {
		display: block;
		padding: 20px 0;
	}
	.car-sel-item.noicon {
		padding-left: 0;
		margin-top: 18px;
	}
	.car-sel-item.noicon span { display: inline; }
	.about-brief__images img {
		max-width: 100%;
	}
	.about-brief__images {
		flex-direction: column;
		align-items: center;
	}
	.about-brief__images a {
		display: block;
		width: 90%;
	}
	.about-info {
		flex-direction: column;
		align-items: center;
		margin-top: -2em;
	}
	.about-info li {
		width: auto;
		padding-top: 2em
	}
	.about-info__content {
		text-align: center;
	}
	.about-info li:not(:first-child):before {
		left: 50%;
		top: 1em;
	}
	#headlamp .yt_players { 
		width: 100%;
		height: auto;
	}
	.logo-container {
		text-align: center;
	}
	.tile-menu2 li {
		width: 100%;		
	}	
	.tile-menu {
        margin-left: 0;    
    }
    
    .tile-menu {
        margin-top: 130px;
    }
    
    .tile-menu li {
        width: 100%; 
        height: 200px;
        margin: 15px 0;
    }
    
    .brand-list {
        margin-left: 0;  
    }
    
    .brand-list-item {
        width: 100%;
        margin: 15px 0;
    }
    
    .reviews-item .buttons .right-col {
        box-sizing: border-box;
        width: 100%;
    }
    
    .reviews-item .buttons .right-col a {
        width: 47%;
        box-sizing: border-box;
        float: left;
    }
	.service-string__price,
    .reviews-item .buttons .right-col .clear {
        display: block;
    }
    
    .serv-button {
        padding: 8px 5px;
    }
    
    .two-column > div {
        width: 100%;
        margin: 8px 0;
    }
    
    .car-sel-item, .car-sel__title3 {
            font-size: 1.5em;
    }   
    
    .car-sel-item span {
        padding: 0;
        display: block;
    }
	.two-column > div  img,
	.two-column > div  iframe { 
		max-width: 100%;
		height: auto;
	}
	.section-title {
		flex-direction: column;
		align-items: flex-start;
	}
	.section-title a { 
		margin-left: 0;
		margin-top: 1em;
	}
	.owl-carousel .reviews-item img {
		width: auto;
		margin: 0 auto;
	}
	.car-sel-item.it10:before { top: -19px; }
	}
}
@media(max-width: 370px) {
	.head .phones {
		font-size: 7vw;
	}
	.head .work-time {
		font-size: 4vw;
		line-height: 1.4;
	}
}