@font-face {
  font-family: HelveticaNeue;
  src: url('../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.woff2') format('woff2'),
    url('../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.woff') format('woff'),
    url('../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: HelveticaNeue;
  src: url('../fonts/HelveticaNeue/HelveticaNeueCyr-Bold.woff2') format('woff2'),
    url('../fonts/HelveticaNeue/HelveticaNeueCyr-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeue/HelveticaNeueCyr-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: evkka;
  src: url('../fonts/evkka/evkka.woff') format('woff'),
    url('../fonts/evkka/evkka.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}










/*----------- общие -----------*/
body {
	font: 400 18px/1.4 'HelveticaNeue', sans-serif;
	color: #fff;
	background: #0E0E0E;
}

/*@media (max-width: 767px) {
	body {
		font-size: 16px;
	}
}*/

main {
	overflow: hidden;
	max-width: 1920px;
	/*min-height: 50vh;*/
	margin: 0 auto;
	padding: 170px 0 80px;
}

.main_index {
	padding: 0 0 80px;
	background: url('../images/bg-2-gradient.jpg') no-repeat center center, url('../images/bg-3-gradient.jpg') no-repeat center bottom;
}

/*@media (max-width: 1199px) {
	main {
		padding: 250px 0 80px;
	}
}

@media (max-width: 991px) {
	main {
		padding: 120px 0 80px;
	}

	.main_index {
		padding: 70px 0 0;
	}
}

@media (max-width: 767px) {
	main {
		padding: 100px 0 80px;
	}
}*/

h1, h2, h3 {
	margin: 0 0 30px;
	font-weight: 400;
	line-height: 1.15;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

/*@media (max-width: 767px) {
	h1, h2, h3 {
		margin: 0 0 30px;
	}

	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 27px;
	}

	h3 {
		font-size: 22px;
	}
}*/

abbr {
	font-weight: 400;
	font-family: 'evkka';
	text-transform: none;
}

a {
	text-decoration: underline;
	color: #3b3bd4;
}

a:focus, a:hover {
	text-decoration: none;
	color: #3b3bd4;
}

.text-white {
	color: #fff !important;
}

.text-blue {
	color: #CDDBFF;
}

/*валюта*/
.rub:after {
	content: '\00a0\20BD';
}

.euro:after {
	content: '\00a0\20AC';
}

.dollar:after {
	content: '\00a0\0024';
}
/*----------- общие -----------*/









/*---------- отступы и размеры ----------*/
.overflow {
	overflow: hidden;
}

@media (max-width: 991px) {
	.overflow-sm {
		overflow: hidden;
	}
}

.relative {
	position: relative;
}

.clear {
	clear: both;
}

.width-auto {
	max-width: initial !important;
	width: auto !important;
}
.width-50 {
	max-width: 50px !important;
	width: 100% !important;
}
.width-100 {
	max-width: 100px !important;
	width: 100% !important;
}
.width-150 {
	max-width: 150px !important;
	width: 100% !important;
}
.width-200 {
	max-width: 200px !important;
	width: 100% !important;
}
.width-250 {
	max-width: 250px !important;
	width: 100% !important;
}
.width-300 {
	max-width: 300px !important;
	width: 100% !important;
}
.width-350 {
	max-width: 350px !important;
	width: 100% !important;
}
.width-400 {
	max-width: 400px !important;
	width: 100% !important;
}
.width-450 {
	max-width: 450px !important;
	width: 100% !important;
}
.width-500 {
	max-width: 500px !important;
	width: 100% !important;
}
.width-550 {
	max-width: 550px !important;
	width: 100% !important;
}
.width-600 {
	max-width: 600px !important;
	width: 100% !important;
}
.width-650 {
	max-width: 650px !important;
	width: 100% !important;
}
.width-700 {
	max-width: 700px !important;
	width: 100% !important;
}
.width-750 {
	max-width: 750px !important;
	width: 100% !important;
}
.width-800 {
	max-width: 800px !important;
	width: 100% !important;
}
.width-850 {
	max-width: 850px !important;
	width: 100% !important;
}
.width-900 {
	max-width: 900px !important;
	width: 100% !important;
}
.width-950 {
	max-width: 950px !important;
	width: 100% !important;
}
.width-1000 {
	max-width: 1000px !important;
	width: 100% !important;
}
.width-1140 {
	max-width: 1140px !important;
	width: 100% !important;
}
.width-max {
	max-width: 100% !important;
	width: 100% !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-35 {
	margin-bottom: 35px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-45 {
	margin-bottom: 45px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-55 {
	margin-bottom: 55px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mb-65 {
	margin-bottom: 65px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.mb-75 {
	margin-bottom: 75px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}

@media (max-width: 1199px) {
	.mb-lg-0 {
		margin-bottom: 0px !important;
	}
	.mb-lg-5 {
		margin-bottom: 5px !important;
	}
	.mb-lg-10 {
		margin-bottom: 10px !important;
	}
	.mb-lg-15 {
		margin-bottom: 15px !important;
	}
	.mb-lg-20 {
		margin-bottom: 20px !important;
	}
	.mb-lg-25 {
		margin-bottom: 25px !important;
	}
	.mb-lg-30 {
		margin-bottom: 30px !important;
	}
	.mb-lg-35 {
		margin-bottom: 35px !important;
	}
	.mb-lg-40 {
		margin-bottom: 40px !important;
	}
	.mb-lg-45 {
		margin-bottom: 45px !important;
	}
	.mb-lg-50 {
		margin-bottom: 50px !important;
	}
	.mb-lg-55 {
		margin-bottom: 55px !important;
	}
	.mb-lg-60 {
		margin-bottom: 60px !important;
	}
	.mb-lg-65 {
		margin-bottom: 65px !important;
	}
	.mb-lg-70 {
		margin-bottom: 70px !important;
	}
	.mb-lg-75 {
		margin-bottom: 75px !important;
	}
	.mb-lg-80 {
		margin-bottom: 80px !important;
	}
}

@media (max-width: 991px) {
	.mb-md-0 {
		margin-bottom: 0px !important;
	}
	.mb-md-5 {
		margin-bottom: 5px !important;
	}
	.mb-md-10 {
		margin-bottom: 10px !important;
	}
	.mb-md-15 {
		margin-bottom: 15px !important;
	}
	.mb-md-20 {
		margin-bottom: 20px !important;
	}
	.mb-md-25 {
		margin-bottom: 25px !important;
	}
	.mb-md-30 {
		margin-bottom: 30px !important;
	}
	.mb-md-35 {
		margin-bottom: 35px !important;
	}
	.mb-md-40 {
		margin-bottom: 40px !important;
	}
	.mb-md-45 {
		margin-bottom: 45px !important;
	}
	.mb-md-50 {
		margin-bottom: 50px !important;
	}
	.mb-md-55 {
		margin-bottom: 55px !important;
	}
	.mb-md-60 {
		margin-bottom: 60px !important;
	}
	.mb-md-65 {
		margin-bottom: 65px !important;
	}
	.mb-md-70 {
		margin-bottom: 70px !important;
	}
	.mb-md-75 {
		margin-bottom: 75px !important;
	}
	.mb-md-80 {
		margin-bottom: 80px !important;
	}
	.hidden {
		display: none;
	}
}

@media (max-width: 767px) {
	.mb-sm-0 {
		margin-bottom: 0px !important;
	}
	.mb-sm-5 {
		margin-bottom: 5px !important;
	}
	.mb-sm-10 {
		margin-bottom: 10px !important;
	}
	.mb-sm-15 {
		margin-bottom: 15px !important;
	}
	.mb-sm-20 {
		margin-bottom: 20px !important;
	}
	.mb-sm-25 {
		margin-bottom: 25px !important;
	}
	.mb-sm-30 {
		margin-bottom: 30px !important;
	}
	.mb-sm-35 {
		margin-bottom: 35px !important;
	}
	.mb-sm-40 {
		margin-bottom: 40px !important;
	}
	.mb-sm-45 {
		margin-bottom: 45px !important;
	}
	.mb-sm-50 {
		margin-bottom: 50px !important;
	}
	.mb-sm-55 {
		margin-bottom: 55px !important;
	}
	.mb-sm-60 {
		margin-bottom: 60px !important;
	}
	.mb-sm-65 {
		margin-bottom: 65px !important;
	}
	.mb-sm-70 {
		margin-bottom: 70px !important;
	}
	.mb-sm-75 {
		margin-bottom: 75px !important;
	}
	.mb-sm-80 {
		margin-bottom: 80px !important;
	}
}

@media (max-width: 575px) {
	.mb-xs-0 {
		margin-bottom: 0px !important;
	}
	.mb-xs-5 {
		margin-bottom: 5px !important;
	}
	.mb-xs-10 {
		margin-bottom: 10px !important;
	}
	.mb-xs-15 {
		margin-bottom: 15px !important;
	}
	.mb-xs-20 {
		margin-bottom: 20px !important;
	}
	.mb-xs-25 {
		margin-bottom: 25px !important;
	}
	.mb-xs-30 {
		margin-bottom: 30px !important;
	}
	.mb-xs-35 {
		margin-bottom: 35px !important;
	}
	.mb-xs-40 {
		margin-bottom: 40px !important;
	}
	.mb-xs-45 {
		margin-bottom: 45px !important;
	}
	.mb-xs-50 {
		margin-bottom: 50px !important;
	}
	.mb-xs-55 {
		margin-bottom: 55px !important;
	}
	.mb-xs-60 {
		margin-bottom: 60px !important;
	}
	.mb-xs-65 {
		margin-bottom: 65px !important;
	}
	.mb-xs-70 {
		margin-bottom: 70px !important;
	}
	.mb-xs-75 {
		margin-bottom: 75px !important;
	}
	.mb-xs-80 {
		margin-bottom: 80px !important;
	}
}
/*---------- отступы и размеры ----------*/









/*---------- кнопки ----------*/
.button {
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;

	max-width: 270px;
	width: 100%;
	height: 56px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #AB1E11;
	border-radius: 2px;
	outline: none;

	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;

	color: #fff;
	background: #AB1E11;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	text-shadow: 0 0 1px #000;
	cursor: pointer;
	transition: all .15s;
}

.button:focus, .button:hover {
	text-decoration: none;
	color: #fff;
	outline: none;
}

/*размеры*/
.button_sm {
	height: 36px;
	font-size: 16px;
}

/*цвета*/
.button_transparent {
	background: transparent;
	border-color: #CDDBFF;
}

.button abbr {
	margin-right: 5px;
	font-size: 1;
}

.button-arrow {
	position: relative;
	justify-content: flex-start;
	padding: 0 44px 0 25px;
	transition: all .2s;
}

.button-arrow:after {
	content: 'g';
	position: absolute;
	top: 5px;
	right: 5px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font: 400 16px/1 'stomat';
	color: #000;
	background: #fff;
	transition: all .2s;
}

.button-arrow_left {
	justify-content: flex-end;
	padding: 0 25px 0 44px;
}

.button-arrow_left:after {
	content: 'f';
	left: 5px;
}

.button-arrow_right:after {
	content: 'e';
}

@media (min-width: 992px) {
	.button:hover {
		box-shadow: 0px 0px 20px rgba(171, 30, 17, 0.4);
	}

	.button_transparent:hover {
		box-shadow: 0px 0px 10px rgba(205, 219, 255, 0.6);
	}
}
/*---------- кнопки ----------*/









/*---------- слайдеры ----------*/
/*кнопки вперед и назад*/
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: calc(50% - 26px);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 52px;
	height: 52px;
	border: none;
	border-radius: 50%;
	outline: none;
	background: rgba(255,255,255,.2);
	transition: all .2s;
}

.owl-carousel .owl-nav button.owl-prev {
	left: -15px;
}

.owl-carousel .owl-nav button.owl-next {
	right: -15px;
}

/*стандартная стрелка в кнопке*/
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
	display: none;
}

/*новые стрелки кнопок*/
.owl-carousel .owl-nav button.owl-next:after, .owl-carousel .owl-nav button.owl-prev:after {
	display: block;
	font: 400 26px/1 'evkka';
	color: #000;
	transition: all .2s;
}
.owl-carousel .owl-nav button.owl-next:after {
	content: 'c';
	padding-left: 2px;
}
.owl-carousel .owl-nav button.owl-prev:after {
	content: 'b';
	padding-right: 2px;
}

/*точки*/
/*.owl-dots {
	position: absolute;
	left: 0;
	right: 0;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.owl-carousel button.owl-dot {
	flex-shrink: 0;
	flex-grow: 0;

	display: block;
	width: 12px;
	height: 12px;
	margin: 0 10px 5px;
	border: 1px solid #ccc;
	border-radius: 50%;
	outline: none;

	background: transparent;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	transition: all .3s;
}

.owl-carousel button.owl-dot.active {
	border-color: #3b3bd4;
	background: #3b3bd4;
	transform: scale(1.66,1.66);
}*/

@media (min-width: 991px) {
  .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    background: #AB1E11;
	box-shadow: 0px 0px 20px rgba(171, 30, 17, 0.4);
  }

  .owl-carousel .owl-nav button.owl-next:hover:after, .owl-carousel .owl-nav button.owl-prev:hover:after {
	color: #fff;
  }
}

/*@media (max-width: 575px) {
	.owl-carousel .owl-nav button.owl-prev {
	  left: -15px;
	}

	.owl-carousel .owl-nav button.owl-next {
	  right: -15px;
	}
}*/
/*---------- слайдеры ----------*/








/*----------  модалки ----------*/
.modal-content {
	padding: 20px;
	outline: none;
    border: none;
    border-radius: 2px;
    background: #0E0E0E;
    box-shadow: 0px 0px 10px rgba(205, 219, 255, 0.6);
}

.modal-content > * {
	margin-bottom: 20px;
}

.modal-content > :last-child {
	margin-bottom: 0;
}

.modal-header {
	padding: 0;
	border-bottom: none;
	border-radius: 0;
}

.modal-title {
	display: block;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
}

.modal-header .close {
	position: absolute;
	top: 0px;
	right: 3px;

	margin: 0;
	padding: 0 5px;

	font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    transition: all .3s;
}

.modal-header .close:focus, .modal-header .close:hover {
	color: #AB1E11;
}

.modal-body {
	padding: 0;
}

.modal-footer {
	display: block;
	padding: 0;
	border-top: none;
	border-radius: 0;
	font-size: 15px;
	text-align: center;
}

.form-group {
	margin-bottom: 15px;
}

.form-control {
    height: 50px;
    padding: 13px 15px;
	border: 1px solid #999;
    border-radius: 2px !important;
	outline: none;
	font-weight: 400;
	font-size: 18px;
    line-height: 1.2;
    color: #313131;
	background: #fff;
}

.form-control:focus {
	border-color: #AB1E11;
	box-shadow: 0px 0px 20px rgba(171, 30, 17, 0.4);
}

.form-control::-webkit-input-placeholder {color:#999;opacity:1;}
.form-control::-moz-placeholder          {color:#999;opacity:1;}
.form-control:-moz-placeholder           {color:#999;opacity:1;}
.form-control:-ms-input-placeholder      {color:#999;opacity:1;}
.form-control::-ms-input-placeholder     {color:#999;opacity:1;}
.form-control:focus::-webkit-input-placeholder {opacity:0;}
.form-control:focus::-moz-placeholder          {opacity:0;}
.form-control:focus:-moz-placeholder           {opacity:0;}
.form-control:focus:-ms-input-placeholder      {opacity:0;}
.form-control:focus::-ms-input-placeholder     {opacity:0;}

.help-block {
	padding: 0 3px;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.15;
}

textarea.form-control {
	height: auto;
	resize: none;
}

/*форма контактов*/
.form__modal-content {
	text-align: center;
}

.zag {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
    color: #2B0C0C;
}

.grecaptcha-badge {
  margin-right: -1000px;
}
/*---------- модалки ----------*/









/*---------- карточки ----------*/
/*отзыв*/
.comment-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px 25px 25px;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(180deg, #1A1A1A 0%, #070707 100%);
	box-shadow: 0px 40px 70px rgba(0, 0, 0, 0.05);
	transition: all .2s;
}

.comment-card > :last-child {
	margin-bottom: 0;
}

.comment-card__title-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 -5px 20px;
}

.comment-card__title-wrap > * {
	margin-right: 5px;
	margin-left: 5px;
}

.comment-card__name {
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	transition: all .2s;
}

.comment-card__date {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.2);
}

.comment-card__description {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
}

.comment-card__img {
	display: block;
	width: 100%;
	margin-top: auto;
	border-radius: 4px;
}

a.comment-card:focus, a.comment-card:hover {
	transform: translateY(-2px);
	text-decoration: none;
	color: #fff;
	box-shadow: 0 0 10px #da0000;
}

a.comment-card:focus .comment-card__name, a.comment-card:hover .comment-card__name {
	color: #AB1E11;
}

/*новость*/
.news-card {
	display: flex;
	flex-direction: column;
	color: #fff;
	text-decoration: none;
}

.news-card__img {
	display: block;
	width: 100% !important;
	margin-bottom: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: all .2s;
}

.news-card__title {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
}

.news-card__date {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.7);
}

a.news-card:focus, a.news-card:hover {
	text-decoration: none;
	color: #fff;
}

a.news-card:focus .news-card__img, a.news-card:hover .news-card__img {
	border: 1px solid #CDDBFF;
	box-shadow: 0 0 10px #CDDBFF;
}
/*---------- карточки ----------*/









/*---------- кнопка вверх ----------*/
.top-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 2;

  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;

  width: 40px;
  height: 40px;
  border: none;
  border-radius: 2px;

  font: 400 20px/1 'evkka';
  text-shadow: 0 0 1px rgba(0,0,0,.2);
  color: #fff;
  background: linear-gradient(180deg, #AB1E11 0%, #64110A 100%);
  box-shadow: 0 1px 5px rgba(0,0,0,.3);
  opacity: .5;
  cursor: pointer;
  transition: all .2s;
}

@media (min-width: 992px) {
  .top-button:hover {
    opacity: 1;
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
  }
}

@media (max-width: 767px) {
	.top-button {
	  bottom: 15px;
	  right: 15px;

	  width: 30px;
	  height: 30px;

	  font-size: 16px;
	}
}
/*---------- кнопка вверх ----------*/









/*---------- шапка ----------*/
header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
}

.header__top {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 17px 0 20px;
	background: url('../images/dote-border.png') repeat-x center bottom;
}

.header__top > * {
	margin-right: 25px;
}

.header__top > :last-child {
	margin-right: 0;
}

.menu {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	flex-grow: 1;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}

.menu a {
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	transition: all .2s;
}

.menu a:focus, .menu a:hover {
	color: #AB1E11;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

.social {
	display: flex;
}

.social__link {
	display: block;
	margin: 0 5px;
	font: 400 36px/1 'evkka';
	text-transform: none;
	text-decoration: none;
	color: #fff;
	transition: all .15s;
}

.social__link:focus, .social__link:hover {
	text-decoration: none;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(205, 219, 255, 0.6);
}

.header__phone {
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
	color: #fff;
}

.header__phone abbr {
	margin-right: 10px;
	vertical-align: middle;
}

.header__phone:focus, .header__phone:hover {
	color: #AB1E11;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

.header__bottom {
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
	padding: 17px 0;
}

.header__bottom > * {
	margin-right: 25px;
}

.header__bottom > :last-child {
	margin-right: 0;
}
/*---------- шапка ----------*/









/*---------- сайдбар ----------*/
.sidebar {
	position: fixed;
	z-index: 4;
	width: 240px;
	height: 100%;
	background: url('../images/bg-sidebar.jpg') no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

/*верх шапки*/
.sidebar__top {
	padding: 20px 10px 15px;
	background: rgba(0,0,0,.1);
	text-align: center;
}

.sidebar__title {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: #181818;
}

.logo {
	display: block;
}

.logo img {
	width: 100%;
}

.sidebar__logo {
	margin: 0 auto 10px;
	width: 140px;
}

.sidebar__subtitle {
	display: block;
	margin: 0;
	font-size: 16px;
	line-height: 1;
	color: #181818;
}

/*низ шапки*/
.sidebar__bottom {
	padding: 5px 15px;
	height: calc(100% - 209px); /* 100% минус высота верхней части с логотипом. Необходимо для правильной прокрутки*/
}

/*поиск*/
.sidebar__search {
	position: relative;
}

.sidebar__search-input {
	display: block;
	width: 100%;
	height: 62px;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
	outline: none;
	padding: 0 35px 0 15px;
	font-size: 18px;
	line-height: 1.2;
	color: #181818;
	background: #fff;
	transition: box-shadow .2s;
}

.sidebar__search-input::-webkit-input-placeholder {color:#999;opacity:1;}
.sidebar__search-input::-moz-placeholder          {color:#999;opacity:1;}
.sidebar__search-input:-moz-placeholder           {color:#999;opacity:1;}
.sidebar__search-input:-ms-input-placeholder      {color:#999;opacity:1;}
.sidebar__search-input::-ms-input-placeholder     {color:#999;opacity:1;}
.sidebar__search-input:focus::-webkit-input-placeholder {opacity:0;}
.sidebar__search-input:focus::-moz-placeholder          {opacity:0;}
.sidebar__search-input:focus:-moz-placeholder           {opacity:0;}
.sidebar__search-input:focus:-ms-input-placeholder      {opacity:0;}
.sidebar__search-input:focus::-ms-input-placeholder     {opacity:0;}

.sidebar__search-input:focus {
	border-color: #AB1E11;
	box-shadow: 0px 0px 20px rgba(171, 30, 17, 0.4);
}

.sidebar__search-submit {
	position: absolute;
	top: calc(50% - 10px);
	right: 15px;
	display: block;
	padding: 0;
	border: none;
	outline: none;
	font: 400 20px/1 'evkka';
	text-transform: none;
	color: #AB1E11;
	background: transparent;
	transition: all .2s;
}

.sidebar__search-submit:focus, .sidebar__search-submit:hover {
	color: #da0000;
}

/*каталог*/
.sidebar__catalog {
	overflow: auto;
	padding-right: 10px;
	/*height: calc(100% - 82px);  –  100% минус высота поиска. Необходимо для правильной прокрутки*/
	height: 100%;
}

.sidebar__catalog::-webkit-scrollbar {width: 8px;}
.sidebar__catalog::-webkit-scrollbar-track {background: #EDEDED; border-radius: 2px;}
.sidebar__catalog::-webkit-scrollbar-thumb {background: #AB1E11; border-radius: 2px;}
.sidebar__catalog::-webkit-scrollbar-thumb:hover {background: #da0000;}

/*каталог из блоков*/
.block-catalog {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.block-catalog__item {
	display: block;
	height: 80px;
	flex-basis: calc(50% - 3px);
	margin: 0 0 6px;
	padding: 8px;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
	text-decoration: none;
	transition: all .3s;
}

.block-catalog__ico-wrap {
	position: relative;
	display: block;
	width: 50px;
	height: 36px;
	margin: 0 auto 7px;
	transition: all .3s;
}

.block-catalog__ico {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
}

.block-catalog__subtitle {
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	color: #181818;
}

.block-catalog__item:focus, .block-catalog__item:hover {
	border-color: #AB1E11;
	box-shadow: 0px 0px 20px rgba(171, 30, 17, 0.4);
}

.block-catalog__item:focus .block-catalog__ico-wrap, .block-catalog__item:hover .block-catalog__ico-wrap {
	transform: scale(1.15, 1.15);
}

/*каталог – список*/
.list-catalog__item {
	position: relative;
	overflow: hidden;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid rgba(24, 24, 24, 0.07);
	text-decoration: none;
}


.list-catalog__item:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	display: block;
	height: 1px;
	background: #da0000;
	transform: scaleX(0);
	transition: all .3s;
}

.list-catalog__item:focus:before, .list-catalog__item:hover:before {
	transform: none;
	box-shadow: 0 0 20px #AB1E11, 0 0 20px #AB1E11;
}

.list-catalog__ico-wrap {
	position: relative;
	display: block;
	width: 35px;
	height: 30px;
	margin: 0 10px 0 0;
}

.list-catalog__ico {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
}

.list-catalog__subtitle {
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	color: #181818;
}
/*---------- сайдбар ----------*/









/*---------- главный слайдер ----------*/
.main-slider {
	height: 715px;
	padding-top: 170px;
	background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, rgba(14, 14, 14, 1) 100%), url('../images/bg-1.jpg');
}

.main-slider__slide {
	position: relative;
	height: 520px;
}

.main-slider__content {
	position: relative;
	display: block;
	max-width: 700px;
	padding: 30px 0 0 50px;
}

.main-slider__title {
	display: block;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.2;
	text-shadow: 0px 4px 15px rgba(205, 219, 255, 0.4);
	color: #fff;
}

.main-slider__text {
	display: block;
	font-size: 24px;
	line-height: 1.22;
	color: #fff;
}

.main-slider .owl-item .main-slider__img {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	max-width: 400px;
	max-height: 520px;
	width: auto; 
}

.slider-counter {
	position: absolute;
	bottom: 100px;
	left: 65px;
	z-index: 1;
	display: block;
	width: 240px;
}

.slider-counter__round-1 {
	position: relative;
	overflow: hidden;
	display: block;
	height: 30px;
}

.slider-counter__round-1:before {
	content: '';
	position: absolute;
	top: 0;
	left: -45px;
	display: block;
	width: 330px;
	height: 120px;
	border: 2px solid rgba(255,255,255,.2);
	border-radius: 50%;
}

.slider-counter__round-2-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: transform .3s;
}

.slider-counter__round-2 {
	content: '';
	position: absolute;
	top: 0;
	left: -45px;
	display: block;
	width: 330px;
	height: 120px;
	border: 2px solid #CDDBFF;
	border-radius: 50%;
	transition: transform .3s;
}

.slider-counter__number-wrap {
	position: relative;
	display: flex;
	justify-content: space-around;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.slider-counter__number {
	display: block;
	width: 100%;
	padding: 15px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	color: rgba(255,255,255,.2);
	transition: all .3s;
}
.slider-counter__number:focus {
	color: rgba(255,255,255,.2);
	text-decoration: none;
}
.slider-counter__number:hover {
	text-decoration: none;
	color: #CDDBFF;
	text-shadow: 0px 4px 15px rgba(205, 219, 255, 0.7);
}

.slider-counter__number.active {
	text-decoration: none;
	color: #CDDBFF;
	text-shadow: 0px 4px 15px rgba(205, 219, 255, 0.7);
}

.slider-counter__arrow {
	position: absolute;
	bottom: -20px;
	right: 50%;
	transform: rotate(15deg);
	transform-origin: right center;
	transition: all .3s;
}

.slider-counter__arrow-elem {
	content: '';
	display: block;
	border-style: solid;
	border-width: 2px 30px 2px 0;
	border-color: transparent #CDDBFF transparent transparent;
	margin-right: 12px;
}

.slider-counter__arrow:after {
	content: '';
	position: absolute;
	top: -2px;
	right: -4px;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #CDDBFF;
	box-shadow: 0px 0px 15px rgba(205, 219, 255, 0.7);
}
/*---------- главный слайдер ----------*/










/*---------- о компании ----------*/
.about {
	border-radius: 10px;
	box-shadow: 0px 40px 70px rgba(0, 0, 0, 0.05);
}

.black-block {
	position: relative;
	display: block;
	padding: 30px 40px 50px;
	border-radius: 10px 10px 0 0;
	background: linear-gradient(180deg, #1A1A1A 0%, #0d0d0d 100%);
}

.black-block:before {
	content: url('../images/bg-auto.svg');
	position: absolute;
	top: 50%;
	right: -180px;
	display: block;
	transform: translateY(-50%);
}

.red-block {
	padding: 30px 40px;
	border-radius: 0 0 10px 10px;
	background: url('../images/bg-auto.svg') no-repeat 108% center, linear-gradient(180deg, #AB1E11 0%, #64110A 100%);
	-webkit-background-size: 310px;
	background-size: 310px;
}

.about__number {
	display: block;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.2;
}

.about__caption {
	display: block;
	font-size: 22px;
	line-height: 1.2;
}
/*---------- о компании ----------*/









/*---------- галерея ----------*/
.galery-slider {
	max-width: 800px;
    margin: 0 auto;
}

.galery__slide {
	display: block;
	overflow: hidden;
	border-radius: 4px;
}

.galery-slider .owl-nav button.owl-next {
	right: -150px;
}
.galery-slider .owl-nav button.owl-prev {
	left: -150px;
}
/*---------- галерея ----------*/









/*---------- преимущества ----------*/
.advantages__img-wrap {
	margin-bottom: 20px;
}

.advantages__img-wrap img {
	display: block;
	width: 100%;
}

.advantages__text {
	display: block;
	line-height: 1.2;
}
/*---------- преимущества ----------*/









/*---------- футер ----------*/
.footer__top {
	padding-bottom: 30px;
	background: url('../images/dote-border.png') repeat-x center bottom;
}

.footer__logo {
	max-width: 140px;
	width: 100%;
}

.footer__contact {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
	color: #fff;
}

.footer__contact abbr {
	margin-right: 14px;
	font-size: 16px;
	line-height: 1;
	vertical-align: -2px;
	color: #AB1E11;
	transition: all .2s;
}

a.footer__contact:focus, a.footer__contact:hover {
	color: #AB1E11;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

.footer__subtitle {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.4);
}

.footer__bottom {
	padding: 15px 0;
}

.footer__copy {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.4);
}

.intrlogo {
	display: inline-block;
	padding: 5px 20px 6px 30px;
	font: 10pt Arial;
	background: url(../images/white.png) no-repeat;
	color: #2B0C0C;
	text-decoration: none;
}
  
.intrlogo:focus, .intrlogo:hover {
	color: #2B0C0C;
	text-decoration: underline;
}
/*---------- футер ----------*/

.big-logo {
	display: block;
}

.small-logo {
	display: none;
	width: 45px !important;
}

.hide-nav {
  position: absolute;
  display: none;
  cursor: pointer;
  top: 18px;
  right: 15px;
  z-index: 15;
  font-weight: bold;
  color:  #AB1E11; }
  @media screen and (max-width: 767px) {
    .hide-nav {
      display: block; } }

.hide-nav__line {
	position: relative;
	padding-right: 27px;
	height: 20px;
}

.hide-nav__line:after {
	position: absolute;
	display: block;
	right: 0;
	top: -2px;
	content: 'b';
	color:  #AB1E11;
	font-family: 'evkka';
	font-weight: 400;
	font-size: 26px;
	line-height: 1;
	transform: rotate(-90deg);
}

/*  @media  */

@media screen and (max-width: 1640px) {
	header,
	footer,
	.main_index {
	 	padding-left: 240px;
	}

	.container {
		margin-left: 0;
	}
}

@media screen and (max-width: 1180px) {
	header,
	footer,
	.main_index {
	 	padding-left: 210px;
	}
	.red-block {
		padding: 25px;
	}

	.about__number {
		font-size: 30px;
	}

	.about__caption {
		font-size: 18px;
	}
	.sidebar {
		width: 210px;
	}

	.sidebar__title {
		font-size: 18px;
	}
	.sidebar__subtitle {
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	.main-slider__slide {
		height: 450px;
	}
	.main-slider__title {
		font-size: 36px;
	}
	.main-slider .owl-item .main-slider__img {
		max-height: 270px;
		max-width: 200px;
		bottom: 0;
		top: inherit;
	}

	.red-block .col-lg-4 {
		text-align: center; 
		margin-bottom: 25px;
	}
	.footer__logo {
		margin-bottom: 25px; 
	}
}
@media screen and (max-width: 890px ) {
	.header__top {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.menu {
		margin-top: 10px;
		width: 100%;
	}
	.social {
		order: -2;
	}
	.header__top .button {
		order: -1;
	}
}

@media screen and (max-width: 811px ) {
	footer .col-md-auto {
		margin-bottom: 25px;	
	}
}
@media screen and (max-width: 767px) {
	.sidebar {
		position: fixed;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		right: 0;
	}
	.sidebar__bottom {
		display: none;
	}
	.sidebar__logo {
		margin: 0 0 0 15px;
	}
	.sidebar__top {
		height: 61px;
		padding: 8px 0;
	}

	.big-logo,
	.sidebar__title,
	.sidebar__subtitle {
		display: none;
	}

	.small-logo {
		display: block;
	}
	header,
	footer,
	.main_index {
	 	padding-left: 0;
	}
	.container {
		margin-left: auto;
	}
	.main_index {
		margin-top: 63px;
	}
	header {
		top: 63px;
	}
	.sidebar__bottom {
		height: 100vh;
		padding-bottom: 60px;
	}
	.sidebar__catalog {
		height: 100%;;
	}
	.black-block {
		padding: 20px;
	}
}

@media screen and (max-width: 576px) {
	.main-slider .owl-item .main-slider__img {
		display: none;
	}
	.main-slider {
		padding-top: 210px;
		height: 670px;
	}
	.slider-counter {
		position: relative;
		bottom:  ;
		left: inherit;
		margin: 0 auto;
	}
	.main-slider .owl-prev,
	.main-slider .owl-next {
		display: none !important;
	}

	.main-slider__content {
		padding: 25px 0;
		text-align: center;
	}
	.main-slider__title {
		font-size: 26px;
	}
	.header__bottom {
		flex-wrap: wrap;
		justify-content: center;
	}
	.header__bottom a {
		margin: 5px 10px;
	}
	.menu a {
		font-size: 14px;
		font-weight: bold;
	}
	.main-slider__slide {
		height: 100%;
		min-height: 390px;
	}
	.comment-card {
		padding: 15px;
	}

}

.price:after {
	content: '₽';
	font-size: inherit;
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.popular-auto__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  color: white;
  text-align: center;
  height: 100px;
  -webkit-transition: all ease .1s;
  -o-transition: all ease .1s;
  transition: all ease .1s; }
  .popular-auto__link:hover {
    color: #181818;
    text-decoration: none; }
  .popular-auto__link img {
    max-height: 60px;
    max-width: 100px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s; }
  .popular-auto__link span {
    position: absolute;
    font-size: 18px;
    bottom: 0; }
  .popular-auto__link:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .popular-auto__link:hover span {
    color: #AB1E11; }
  @media screen and (max-width: 500px) {
    .popular-auto__link span {
      font-size: 14px; }
    .popular-auto__link img {
      max-width: 100%; } }
.center { text-align: center;}