/* ------------------  GENERAL --------------------*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body, html {
	background: #fff;
	color: #363636;
	font-family: 'Fira Sans', sans-serif;
	font-size: 62.5%;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
}


ul {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

input,
textarea,
input:active,
textarea:active {
    -webkit-border-radius: 0;
            border-radius: 0;
         outline: none transparent !important;
    box-shadow: none;
		border: none;
    -webkit-appearance: none;
            appearance: none;
    -moz-outline: none !important;
    font-family: 'Fira Sans', sans-serif;
}	

textarea {
    overflow: auto;
}

input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset] {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border: none;
}

button {
	display: block;
	cursor: pointer;
	border: none;
	background: none;
	font-family: 'Fira Sans', sans-serif;
}

a:active,
a:focus,
button:active,
button:focus
 {
	outline: none;
	border: none;
}

.content, .wrap {
	width: 100%;
	max-width: 1368px; 
	margin: 0 auto;
	position: relative; 
}

a, a > span {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
a:before, a:after, a > span:before, a > span:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}


.img {
	display: flex;
	overflow: hidden;
	position: relative;
}

.img img {
		display: block;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}

.section-title {
	color: #3a3a3c;
	font-size: 4rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}	

.section-subtitle {
	color: #6e7b8f;
	font-size: 2rem;
	text-align: center;
}

.effect-3 {
  display: inline-block;
  overflow: hidden;
}
.effect-3:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background:  #a90a05;
  transform: translateX(-100%);
}
.effect-3:hover:before {
  transform: translateX(0);
}

.button-blick {
	position: relative;
	transition: all .6s ease;
	overflow: hidden;
}

.button-blick span {
  z-index: 20;
}

.button-blick::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}

.button-blick:hover::after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/* ------------------  Header --------------------*/

/* ------------------  Header Top ----------------*/

.header {
	margin-bottom: 5rem;
}

.header__top {
  background-image: linear-gradient(to right, #a90a07 0%, #a90a07 20%, #cccccc 20%, #cccccc 100%);
}

.header__top-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__schedule {
	width: 33.5%;
	padding: 1rem 0;
	transform: skew(-27deg);
	background-color: #a90a07;
	box-shadow: 10px 0 0 0 rgba(169, 10, 9, .5);
}

.header__schedule--skew {
	display: flex;
	align-items: center;
	transform: skew(27deg);
}

.header__schedule-value {
	position: relative;
	margin-right: 2.3rem;
	padding-left: 2.6rem;
	color: #fffefe;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.25;
}

.header__schedule-value::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1.6rem;
	height: 1.6rem;
	background-image: url(../img/header-schedule.png);
	background-repeat: no-repeat;
}

.header__schedule-btn {
	display: block;
	padding: .8rem 3.1rem;
	border: 1px solid transparent;
	border-radius: 3px;
	transition: .3s all;
	background: #fff;
	color: #bf1e2d;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
}

.header__schedule-btn:hover {
	border: 1px solid #fff;
	background-color: #a90a07;
	color: #fff;
}

.header__search {
	position: relative;
	left: 1.2rem;
	width: 38.24%;
}

.header__search-input {
	position: relative;
	width: 100%;
	height: 3rem;
}

.header__search input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1.4rem 3rem 1rem .8rem;
	border-radius: 3px;
	border: none;
	background-color: #fff;
	font-size: 
}
 
.header__search-ico {
	position: absolute;
	top: 0;
	right: 0;
	width: 3rem;
	height: 3rem;
}

.header__top-btn {
	width: 9.6rem;
	height: 31px;
	border-radius: 3px;
	background-color: #a90a07;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.header__contacts-top {
	display: none;
	position: absolute;
	top: 6rem;
	right: 0;
	z-index: 20;
	width: 25rem;
	height: 10rem;
	padding: 2rem;
	background: #fff;
	text-align: center;
}

.header__contacts-top .header__phone {
	display: inline-block;
	margin-bottom: 2rem;
}

.header__contacts-top .header__mail {
	display: inline-block;
}

/* ------------------  Header Middle ----------------*/

.header__middle {
	 background-image: linear-gradient(to right, #3a3a3c 0%, #3a3a3c 20%, #f0f0f0 20%, #f0f0f0 100%);
	 border-bottom: 4px solid #a90a07;
}

.header__middle-wrap {
	display: flex;
	justify-content: space-between;
}

.logo-wrap {
	width: 21%;
	padding: .9rem 0;
	transform: skew(-23deg);
	box-shadow: 10px 0 0 0 rgba(58, 58, 60, .7);
	background-color: #3a3a3c;

}

.logo {
	width: 16.6rem;
	height: 5.4rem;
	transform: skew(23deg);
}

.nav-mob-wrap {
	display: none;
	width: 4.5rem;
	height: 3.5rem;
	margin-right: 1rem;
	cursor: pointer;
}

.nav-close {
	display: none;
	visibility: hidden;
}

.nav-mob-wrap.active .nav-open {
	display: none;
}

.nav-mob-wrap.active .nav-close {
	display: block;
	visibility: visible;
}


.main-nav {
	position: relative;
	right: .5rem;
	width: 43.05%;
	padding-top: 1.3rem;
}

.main-nav__list {
	display: flex;
	justify-content: space-between;
}


.main-nav__link {
	display: block;
	padding: 1rem 0;
	padding-bottom: .7rem;
	transition: .3s all;
	color: #000000;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
}

.main-nav__link:hover {
	color: #a90a07;
}

.main-nav__link--active {
	cursor: default;
	color: #a90a07 !important;
}

.header__contacts {
	padding: 1rem 0; 
	text-align: right;
}

.header__phone {
	position: relative;
	display: block;
	margin-bottom: 1.1rem;
	transition: .3s all;
	color: #3a3a3c;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1;
}

.header__phone:hover {
	color: #a90a07;
}

.header__phone::before {
	content: '';
	position: absolute;
	top: .3rem;
	left: -1.9rem;
	width: 14px;
	height: 16px;
	transition: .3s all;
	background-image: url(../img/header-phone.png);
	background-repeat: no-repeat;

}

.header__phone:hover::before {
	background-image: url(../img/header-phone-hover.png);
}

.header__mail {
	position: relative;
	display: block;
	transition: .3s all;
	color: #3a3a3c;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
}

.header__mail:hover {
	color: #a90a07;
}

.header__mail::before {
	content: '';
	position: absolute;
	top: 0;
	left: .8rem;
	width: 2.6rem;
	height: 1.6rem;
	background-image: url(../img/header-mail.png);
	background-repeat: no-repeat;

}

.header__mail:hover::before {
	background-image: url(../img/header-mail-hover.png);
}

.header__contacts-btn {
	display: none;
}

/* ------------------  Header Bottom ----------------*/

.header__bottom {
	background-color: #f6f3ee;
}

 .categories-swiper-container {
  width: 95%;
  height: 100%;
  display: none;
  margin: 0 auto;
  overflow: hidden;
}
.categories-swiper-container .swiper-slide {
	padding: .5rem 0;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.1;
  background: transparent;
  text-align: center;
 text-overflow: nowrap;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 
}

.categories-swiper-container .swiper-slide .categories__link {
	display: block;
	text-overflow: nowrap;
	line-height: 1.2;
	margin-bottom: .5rem;
	padding-bottom: .3rem;
}

.categories-button {
	position: absolute;
	display: none;
	top: 25%;
	left: 0;
	z-index: 20;
	width: 99%;
	margin: 0 auto;
}

.categories-button-prev, .categories-button-next {
    position: absolute;
    top: 0;
    width: 20px;
    height: 25px;
    z-index: 30;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.categories-button-next {
	right: -5px;
	background-image: url(../img/main-swiper-next.png);
	background-size: 12px;
}

.categories-button-prev {
	left: -5px;
	background-image: url(../img/main-swiper-prev.png);
	background-size: 12px;
}

.categories__list {
	display: flex;
	justify-content: space-between;
}

.categories__list-colored {
	padding: .4rem 0;
}

.categories__list-colored .categories__item {
	padding: 0 1.4rem;
	border-right: 1px solid #cccccc;
}

.categories__list-colored .categories__item:first-child {
	padding-left: 0;
}

.categories__list-colored .categories__item:last-child {
	padding-right: 0;
	border-right: none;
}

.categories__list-colored .categories__link {
	display: block;
	border: 1px solid transparent;
	padding: .4rem;
	transition: .2s all;
	color: #ff4400;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
}

.categories__link {
  display: inline-block;
  overflow: hidden;
}

.categories__link:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background:  #ff4400;
  transform: translateX(-100%);
}
.categories__link:hover:before {
  transform: translateX(0);
}

.categories__list-simple {
	padding: .2rem 0 .6rem 0;
}

.categories__list-simple .categories__item {
	padding: 0rem 1rem;
	border-right: 1px solid #cccccc;
}

.categories__list-simple .categories__item:first-child {
	padding-left: 0;
}

.categories__list-simple .categories__item:last-child {
	padding-right: 0;
	border-right: none;
}

.categories__list-simple .categories__link {
	display: block;
	padding: .4rem;
	border: 1px solid transparent;
	transition: .3s all;
	color: #3a3a3c;
	font-size: 1.4rem;
	line-height: 1;
}

.categories__list-simple .categories__link:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background:  #3a3a3c;
  transform: translateX(-100%);
}

.categories__link:hover:before {
  transform: translateX(0);
}



/* ------------------  Header Main ----------------*/

.main-swiper-container {
	position: relative;
	width: 100%;
	height: 50rem;
	overflow: hidden;
}

.swiper-wrapper {
	height: 100%;
}

.swiper-slide {
	height: 100%;
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 2rem;
}

.swiper-pagination-bullet {
	bottom: 2rem;
	width: 12px;
	height: 12px;
	margin-right: 8px;
	border: 3px solid #3a3a3c;
	background-color: transparent;
}

.swiper-pagination-bullet-active {
   border: 3px solid #a90a07;
}

.swiper-button-next {
	background-image: url(../img/main-swiper-next.png);
}

.swiper-button-prev {
	background-image: url(../img/main-swiper-prev.png);
}

.swiper-button-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	width: 80%;
	margin: 0 auto;
}

.header__main-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.header__main-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.header__main-bg::after {
	content: "";
	display: block;    
	width: 100%;
	height: 100%;    
	position: absolute;
	bottom: 0;      
	left: 0;   
	background: transparent;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 100%);
	opacity: 0.9;
}

.header__main-bg img {
	object-fit: cover;
}

.header__main-content {
	position: relative;
	z-index: 20;
	padding-top: 4.3rem;
}

.header__main-title {
	display: inline-block;
	margin-bottom: 1.2rem;
	padding-bottom: 1.3rem;
	border-bottom: 2px solid  #bf1e2d;
	color: #010101;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1;
	text-shadow: 
     2px  2px     #fff, 
    -2px  2px     #fff, 
     2px -2px     #fff, 
    -2px -2px     #fff,
     2px  2px 5px #555;
}

.header__main-subtitle {
	margin-bottom: 3.4rem;
	color: #000000;
	font-size: 3rem;
	text-shadow: 
     1px  1px     #fff, 
    -1px  1px     #fff, 
     1px -1px     #fff, 
    -1px -1px     #fff,
     1px  1px 5px #555;
}

.header__main-checkout {
	position: relative;
	display: inline-block;
	margin-bottom: 6.5rem;
	color: #a90a07;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 
     2px  2px     #fff, 
    -2px  2px     #fff, 
     2px -2px     #fff, 
    -2px -2px     #fff,
     2px  2px 5px #555;
}

.header__main-checkout::before {
	content: '';
	position: absolute;
	top: -.8rem;
	left: -5rem;
	width: 4.4rem;
	height: 4.5rem;
	background-image: url(../img/header-main-checkout.png);
	background-repeat: no-repeat;
}

.header__main-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 57%;
	height: 7rem;
	margin: 0 auto;
	margin-bottom: 5.7rem;
}

.header__main-item {
	display: flex;
	align-items: center;
	width: 32.5%;
	height: 100%;
	padding-left: 1.4rem;
	border-radius: 3px;
	border: 3px solid #a90a07;
	background-color: #ffffff;
	background-image: linear-gradient(to top, #ffffff 0%, #e6e6e6 100%);
}

.header__main-item-img {
	width: 5rem;
	height: 4rem;
	margin-right: 1.4rem;
}

.header__main-item-title {
	color: #000000;
	font-size: 2rem;
	font-weight: 500;
	text-align: left;
}

.header__main-item-title--block {
	display: block;
}

.header__main-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26.8rem;
	height: 4.7rem;
	margin: 0 auto;
	background-color: #a90a07;
	color: #fffefe;
	font-size: 2rem;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;

}

/* ------------------  About ----------------*/

.about {
	position: relative;
	padding-bottom: 5rem;
}

.about__bg {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.about__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about__wrap {
	position: relative;
	z-index: 20;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.about__main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 73.90%;
}

.about__gallery {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 49rem;
}

.about__gallery-desc {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 23.5rem;
	height: 58.2rem;
	margin-right: 2rem;
	padding: 0 2rem;
}

.about__gallery-desc-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.about__gallery-desc-text {
	position: relative;
	z-index: 20;
	color: #000000;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	text-shadow: 
     1px  1px     #fff, 
    -1px  1px     #fff, 
     1px -1px     #fff, 
    -1px -1px     #fff,
     1px  1px 5px #555;
}

.about__gallery-wrap {
	width: 23.5rem;
}

.about__gallery-item {
	width: 23.5rem;
	height: 28.1rem;
}

.about__gallery-item:first-child {
	margin-bottom: 2rem;
}

.about__desc {
	width: 49.25%;
}

.about__title {
	margin-bottom: 3.2rem;
	text-align: left;
}

.about__desc-text p {
	margin-bottom: 1rem;
	color: #666666;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.about__aside {
	position: relative;
	width: 32.5rem;
	padding-top: 1.5rem;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.about__aside-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.about__aside img {
	object-fit: cover;
}

.about__certificates {
	position: relative;
	z-index: 20;
	height: 26.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.about__certificates-title {
	margin-bottom: 1.7rem;
	color: #3a3a3c;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.certificates-swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
 }

 .certificates-swiper-container .swiper-slide {
    background-color: transparent;
    height: 100%;
 }

 .certificates-button-wrap {
	position: absolute;
	width: 90%;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 30;
 }

 .certificates-button-next, .certificates-button-prev {
    position: absolute;
    top: 0;
    width: 17px;
    height: 30px;
    z-index: 30;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.certificates-button-next {
	right: 0;
	background-image: url(../img/main-swiper-next.png);
	background-size: 17px;
}

.certificates-button-prev {
	left: 0;
	background-image: url(../img/main-swiper-prev.png);
	background-size: 17px;
}

.about__partners {
	position: relative;
	z-index: 20;
	padding: 1.7rem 0;
}

.about__partners-title {
	margin-bottom: 1.5rem;
	color: #3a3a3c;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.partners-swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
 }

 .partners-swiper-container .swiper-slide {
 	display: flex;
 	flex-direction: column;
 	align-items: center;
 	flex-wrap: wrap;
 }

 .partners-swiper-container .swiper-slide {
    background-color: transparent;
 }

 .partners-button-wrap {
	position: absolute;
	width: 90%;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 30;
 }

 .partners-button-next, .partners-button-prev {
    position: absolute;
    top: 0;
    width: 17px;
    height: 30px;
    z-index: 30;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.partners-button-next {
	right: 0;
	background-image: url(../img/main-swiper-next.png);
	background-size: 17px;
}

.partners-button-prev {
	left: 0;
	background-image: url(../img/main-swiper-prev.png);
	background-size: 17px;
}

.about__partners-link {
	display: block;
	width: 19.5rem;
	height: 6.7rem;
	margin-bottom: 1rem;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	background-color: #ffffff;
}


/* ------------------  Reviewes ----------------*/

.reviewes {
	position: relative;
	padding: 4.8rem 0 11em 0;
	background-color: #f6f3ee;
	background-image: url(../img/revewes-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom; 
}

.reviewes__title {
	margin-bottom: 2.5rem;
}

.reviewes-swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.reviewes-swiper-pagination {
	bottom: -4rem;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
  	text-align: center;
  	z-index: 10;
}

.reviewes__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 3.5rem;
	padding: 4rem 5rem 5rem 5rem;
	box-shadow: 0 0px 5px rgba(58, 58, 60, 0.2);
	background-color: #fff;
}

.reviewes__inner::after {
    content: ''; 
    position: absolute; 
    left: 50%; 
    transform: translateX(-50%);
    bottom: -4rem; 
    border: 20px solid transparent; 
    border-top: 20px solid #fff; 

}

.reviewes__img-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5rem;
	height: 5rem;
	margin-bottom: 2rem;
	border-radius: 50%;
	border: 1px dashed #3a3a3c;
}

.reviewes__img-wrap::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -7rem;
	width: 5rem;
	height: 2px;
	background-color: #e5e5e5;;
}

.reviewes__img-wrap::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -7rem;
	width: 5rem;
	height: 2px;
	background-color: #e5e5e5;;
}

.swiper-slide-active .reviewes__img-wrap {
	border: 1px dashed #a90a07;
}

.reviewes__img {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #3a3a3c;
}

.swiper-slide-active .reviewes__img {
	background-color: #a90a07;
}

.reviewes__desc p {
	color: #666666;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.reviewes__author {
	color: #3a3a3c;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.3px;
}

.reviewes__button {
	width: 26.8rem;
	height: 4.7rem;
	margin: 0 auto;
	border-radius: 3px;
	background-color: #a90a07;
	color: #fffefe;
	font-size: 2rem;
	text-transform: uppercase;
}

/* ------------------  Brands ----------------*/

.brands-masters-bg {
	background-image: url(../img/masters-and-brands-bg.jpg);
	background-size: cover;
	background-position: left top;

}

.brands {
	padding-top: 4.5rem;
	margin-bottom: 2.5rem;
}

.brands__title {
	margin-bottom: 2.5rem;
}

.brands-gallery {
	position: relative;
}

.brands-swiper-container {
	width: 100%;
	height: 100%;
	display: none;
	margin: 0 auto;
	overflow: hidden;
}

.brands-swiper-container .swiper-slide {
	padding: .5rem 0;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.1;
	background: transparent;
	text-align: center;
	text-overflow: nowrap;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
 
}

.brands-swiper-container .swiper-slide .brands__link {
	display: block;
	margin-bottom: 1rem;
}

.brands-button {
	position: absolute;
	display: none;
	top: 40%;
	transform: translateY(-50%);
	left: 0;
	z-index: 20;
	width: 99%;
	margin: 0 auto;
}

.brands-button-prev, .brands-button-next {
    position: absolute;
    top: 0;
    width: 20px;
    height: 25px;
    z-index: 30;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.brands-button-next {
	right: 0;
	background-image: url(../img/main-swiper-next.png);
	background-size: 12px;
}

.brands-button-prev {
	left: 0;
	background-image: url(../img/main-swiper-prev.png);
	background-size: 12px;
}

.brands__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.brands__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15.42%;
	height: 10rem;
	margin-bottom: 2rem;
	transition: .3s all;
	border: 1px solid #e6e6e6;
	background-color: #ffffff;
}

.brands__item:hover {
	transform: scale(1.08);
}

.brands__link {
	width: 13rem;
	height: 5rem;
}

/* ------------------  Masters ----------------*/

.masters {
	padding-bottom: 4.3rem;
}
 
.masters__title {
	margin-bottom: 2.3rem;
}

.masters__list {
	display: flex;
	justify-content: space-between;
}

.masters__item {
	position: relative;
	flex: 1 1 0%;
	margin-bottom: .5rem;
	padding-left: 2rem;
}

.masters__item::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 1.3rem;
	height: 1.9rem;
	background-image: url(../img/masters-item.png);
	background-repeat: no-repeat;

}

.masters__link {
	transition: .3s all;
	color: #000000;
	font-size: 1.6rem;
	border-bottom: 1px solid #000;
}

.masters__link:hover {
	color: #a90a07;
	border-bottom: 1px solid #a90a07;
}

/* ------------------  Footer ----------------*/

.footer {
	padding: 1.8rem 0 3.5rem 0;
	background-color: #3a3a3c;
}

.footer__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

.footer__logo {
	width: 22.9rem;
	height: 7.6rem;
}

.footer__main-nav {
	padding-top: 0;
}

.footer__main-nav .main-nav__link {
	color: #fff;
}

.footer__main-nav .main-nav__link:hover {
	color: #a90a07;
}

.footer__top-btn {
	display: block;
	padding: 1rem 3.1rem;
	border-radius: 3px;
	background-color: #a90a07;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
}

.footer__middle {
	margin-bottom: .8rem;
}



.footer__middle .categories__list-colored .categories__link {
	color: #fff;
	font-weight: 400;
}

.footer__middle .categories__list-simple .categories__link {
	color: #fff;
	font-weight: 400;
}

.footer__middle .categories__link::before {
  background:  #a90a05;
}
.footer__middle .categories__link:hover:before {
  transform: translateX(0);
}

.footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.2rem 2rem; 
	background: #000;
}

.footer__contacts {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 53%;
}

.footer__mail {
	position: relative;
	display: block;
	padding-left: 3.5rem;
	color: #fffefe;
	font-size: 1.6rem;
}

.footer__mail::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0rem;
	width: 2.6rem;
	height: 1.6rem;
	background-image: url(../img/footer-mail.png);
	background-repeat: no-repeat;

}

.footer__adress {
	position: relative;
	padding-left: 3.5rem;
	color: #fffefe;
	font-size: 1.6rem;
}

.footer__adress::before {
	content: '';
	position: absolute;
	top: 0;
	left: 1rem;
	width: 13px;
	height: 16px;
	background-image: url(../img/footer-adress.png);
	background-repeat: no-repeat;

}

.footer__phone {
	position: relative;
	display: block;
	padding-left: 3.5rem;
	color: #fffefe;
	font-size: 2.2rem;
}

.footer__phone::before {
	content: '';
	position: absolute;
	top: .3rem;
	left: 1rem;
	width: 14px;
	height: 16px;
	background-image: url(../img/footer-phone.png);
	background-repeat: no-repeat;

}

.footer__payment-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 23.31%;
}

.footer__payment-link {
	width: 5.5rem;
	height: 3rem;
}

.footer__payment-link--big {
	width: 9rem;
}

.footer__bottom-btn {
	display: block;
	padding: .8rem 1.5rem;
	border-radius: 3px;
	background-color: #a90a07;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1;
}

/* --------------------------------------------------
------------------  Repair Page --------------------- 
----------------------------------------------------*/

/* ------------------  Header ----------------*/

.header-second {
	margin-bottom: 1.1rem;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

/* ------------------  Main ----------------*/

.main {
	position: relative;
	overflow: hidden;
}

.main__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.main__bg img {
	position: absolute;
	top: 0;
	left: 0;
}

.main .content {
	position: relative;
	z-index: 20;
}

.breadcrums {
	display: flex;
}

.breadcrums__item {
	position: relative;
	margin-right: 2.7rem;
}

.breadcrums__item:last-child {
	margin-right: 0;
}

.breadcrums__item::after {
	content: '//';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -2.5rem;
	width: 1.7rem;
	height: 2.1rem;
	color: #666666;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: -2px;
}

.breadcrums__item:last-child::after {
	display: none;
}

.breadcrums__link {
	display: block;
	color: #666666;
	font-size: 1.4rem;
}

.breadcrums__link--active {
	color: #000000;
}


.main__wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.main__aside {
	width: 23.75%;
}

.main__content {
	width: 74.8%;
}

/* ------------------  Aside Accordion ----------------*/

.main__aside {
	margin-top: .5rem;
}

.categories-accordion-wrap {
	box-shadow: 0 3px 10px rgba(58, 58, 60, 0.2);
	border-radius: 3px;
}

.categories-accordion__main-title {
	padding: 2rem 0 1.3rem 2rem;
	background-color: #a90a07;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 500;
}

.categories-accordion .categories-accordion__title {
	position: relative;
	margin: 0;
	padding: .8em 0 .7rem 2rem;
	border: none;
	border-bottom: 1px solid rgba(58, 58, 60, .2);
	border-radius: 0;
	color: #000000;
	background-color: #f0f0f0!important;
	font-size: 1.6rem;
	font-weight: 600;
}

.categories-accordion .categories-accordion__title.ui-state-active {
	border: none;
	border-bottom: none;
	background-color: #fff!important;
	color: #a90a07;
}

.categories-accordion .categories-accordion__list {
	padding: 0 0 1.1rem 2.9rem;
	border: none;
	/*height: auto !important;*/
	background-color: #fff;
	
}

.categories-accordion__link {
	transition: .3s all;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.6;
}

.categories-accordion__link:hover {
	color: #a90a07;
}

.categories-accordion .categories-accordion__title .ui-icon {
	position: absolute;
	top: 1.7rem;
	right: 1.8rem;
	width: 18px;
	height: 18px;
	background-image: url(../img/accordion-arrow-down.png);
	background-position: center;
}

.categories-accordion .ui-state-active .ui-icon {
	background-image: none;
	background-image: url(../img/accordion-arrow-up.png);
}


/* ------------------  Main Content ----------------*/

.main__wrap {
	margin-top: 3.9rem;
	margin-bottom: 0;
}

.main__article-title {
	margin-bottom: 1.5rem;
}

.main__article-desc p {
	margin-bottom: 1rem;
	color: #666666;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.main__form-wrap {
	position: relative;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.main__form-bg {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.main__form-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main__form-inner {
	position: relative;
	z-index: 20;
	padding-top: 3.7rem;
	padding-bottom: 4rem;
	text-align: center;
}

.main__form-title {
	margin-bottom: 1.3rem;
	font-size: 2.4rem;
	font-weight: 500;
	text-shadow:  
		 2px  2px     #fff, 
    -2px  2px     #fff, 
     2px -2px     #fff, 
    -2px -2px     #fff,
     2px  2px 5px #555;
}

.main__form-desc {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 2.5rem;
	color: #000000;
	font-size: 18px;
	line-height: 1.33;
}

.main__form {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 2rem;
}

.main__form-input {
	width: 23%;
	height: 3.7rem;
	border: 1px solid #cccccc;
}

.main__form-input input {
	width: 100%;
	height: 100%;
	padding-left: 1.1rem;
	border-radius: 3px;
	background-color: #ffffff;
}

.main__form-input input::placeholder {
	color: #999999;
	font-size: 1.6rem;
	font-weight: 300;
}

.main__form-btn {
	width: 22.54%;
	padding: .9rem 0;
	border-radius: 3px;
	background-color: #a90a07;
	color: #fffefe;
	font-size: 1.6rem;
	font-weight: 300;
	text-transform: uppercase;
}


 

.main__article-gallery {
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
	margin-bottom: 2rem;
}

.main__article-gallery-item {
	width: 32rem;
	height: 28.1rem;
}

.main__article-reason {
	margin-top: 3.5rem;
	margin-bottom: 2.7rem;
}

.main__article-reason-title {
	margin-bottom: .7rem;
	color: #3a3a3c;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.2;
}

.main__article-reason-desc p {
	margin-bottom: .7rem;
	color: #666666;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.main__article-reason-wrap {
	display: flex;
	justify-content: space-between;
}

.main__article-reason-desc ul {
	width: 74.11%;
}

.main__article-reason-img {
	width: 23.5rem;
	height: 28.1rem;
}

.main__article-reason-desc ul li {
	position: relative;
	margin-bottom: .7rem;
	padding-left: 3rem;
	color: #666666;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.main__article-reason-desc ul li::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 1rem;
	width: 19px;
	height: 17px;
	background-image: url(../img/main-article-reason-desc-item.png);
	background-repeat: no-repeat;
}

.main__article-davantages-title {
	margin-bottom: 1.5rem;
	color: #3a3a3c;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.2;
}

.main__article-advantages-desc p:first-child {
	margin-bottom: .8rem;
	color: #000000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}

.main__article-advantages-desc ol {
	margin: 0;
	margin-left: 1.5rem;
	padding: 0;
}

.main__article-advantages-desc li  {
	margin-bottom: 1rem;
	color: #c01d2d;
	font-size: 1.6rem;
	font-weight: 500;
}

.main__article-advantages-desc li span {
	color: #666666;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.main__article-advantages-desc p {
	color: #000000;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.brands-second {
	padding-top: 3.7rem;
}


/* ------------------  Modal Form ----------------*/




.modal {margin-top: 0px;}
.modal .form-control {width: 50%;
display: block;
border-radius: 4px;
padding: 9px 10px 9px 10px;
background: #fff;
border: 1px solid #ccc;
font: 14px "Fira Sans", Arial, sans-serif;
color: #666;
margin: 18px auto;
}
.modal .form-control:hover {border: 1px solid #2b71a7;background: #fff;}
.modal .form-control.error {border: 1px solid #a42e6c;}
.modal textarea {resize: none;}
.modal .btn_order_submit {margin: 26px auto;color: #fff;background-color: #ec1c24;display: block;border-color: #ec1c24;cursor: pointer;width: 200px;border-radius: 4px;border:0;padding:10px 40px;font-size:16px;}
.modal .btn_order_submit:hover {background:#c5151c;}
.modal .checkbox {margin: 0 auto;width: 54%;}
.modal .checkbox input {float: left;margin-top: 20px;}
.modal .checkbox label {margin-left: 10px;color:#0a5b9a;font-size:13px;font-family: "GothamPro-Light";}



.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: block;
  padding: 1.6rem 1rem;
  border-bottom: 1px solid #efedf7;

}

.modal-header .close {
  padding: 0.8rem 0.8rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
  font-size:22px;color:#343434;font-weight:100;text-align:center;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {

  display: block;

  padding: 1rem;
  border-top: 1px solid #dee2e6;

}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 760px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.close {
    float: right;
	 position: absolute;
	right: 16px;
	top: 0;
    font-size: 50px;
    font-weight: 200;
    color: #3b7cae;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
}


.successModal_ok {
font-family: "GothamPro-Light";
font-size: 18px;
color: #70609f;
font-weight: 100;
text-align: center;
line-height: 26px;
padding: 59px;
}
