/*Specification*/

* {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

html {
scroll-behavior: smooth;
}


body {
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	text-align: center;
}

h2 {
	padding-bottom: 70px;
	font-weight: 700 !important;
	font-size: 40px !important;
}

p {
	font-size: 17px;
	color:#505050;
}
a {
	text-decoration: none !important;;
}

a:hover {
	text-decoration: none !important;
}

.container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.container-fluid {
	padding-top: 100px;
	padding-bottom: 100px;
}

/*Button styles*/

.btn-main {
  
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: .6em 1.7em;
  outline: none;
  border-width: 1px 0;
  border-style: solid none;
  border-color: #fd6565 #000 #d73333;
  border-radius: 6px;
  background: linear-gradient(#f44242, #e33d3d) #e33d3d;
  transition: 0.2s;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);

}

.btn-mobile {
	color:white !important;
}

.btn-main:hover {
	background: #ef2d2d;
	border-color: #fc4545 #000 #d72c2c;
}

/*Form styles*/

.form {
	width: 380px;
	margin:0 auto;
}

.form .form__title {
	margin:0px auto 20px;
	color:white;
	text-transform: none;
	font-size: 24px;
	font-weight: 700;
}

.form .form__text {
	margin:0px auto 20px;
	color:#efefef;
	font-size: 15px;
}



input[placeholder]          {text-overflow:ellipsis; font-size:14px; opacity: 0.95;}
input::-moz-placeholder     {text-overflow:ellipsis; font-size:14px; opacity: 0.95;} 
input:-moz-placeholder      {text-overflow:ellipsis; font-size:14px; opacity: 0.95;} 
input:-ms-input-placeholder {text-overflow:ellipsis; font-size:14px; opacity: 0.95;}

textarea[placeholder]          {text-overflow:ellipsis; font-size:14px; opacity: 0.95;}
textarea::-moz-placeholder     {text-overflow:ellipsis; font-size:14px; opacity: 0.95;}
textarea:-moz-placeholder      {text-overflow:ellipsis; font-size:14px; opacity: 0.95;}
textarea:-ms-input-placeholder {text-overflow:ellipsis; font-size:14px; opacity: 0.95;}

/*Modal form*/

#popupForm .close {
	position: absolute;
	top:0;
	right:0;
	color:white !important;
}

#popupForm .modal-content {
	background: rgba(77,63,57,.99);
	padding:15px 20px 15px 20px;
	margin:0 auto;
	width: 400px;
	border-radius: 0px;
}

#popupForm .form__title {
	margin:0px auto 20px;
	text-transform: none;
	font-size: 24px;
	font-weight: 700;
	color:white;
}

#popupForm .form__text {
	margin:0px auto 20px;
	font-size: 15px;
	color:#f2f2f2;
}

/*Form checkbox*/

.form-check {
	padding: 0px !important;
	overflow: hidden;
	margin-bottom: 0px !important;
}

.form-check .form-check__input {
	display: block;
	margin-top:3px;
}

.form-check__label {
	width: 90%;
	display: block;
	margin-left: 5px;
	color:white;
	font-size:9px;
	text-align: left;
}

.form-check__label a {
	color:white;
	font-size:9px;
	text-decoration: underline !important;
}

.form-check__label a:hover {
	color:#d5d5d5;
}


/*Navbar*/
.navbar {
	background: rgba(65,61,54,.75);
	padding: .2rem 3rem !important;
}

.navbar .navbar-collapse .dropdown-menu {
	background: rgba(77,63,57,.75);
}

.navbar-brand {
	font-size:17px;
	text-transform: none;
}

.navbar-brand span {
	font-size:20px;
	font-weight: 700;
	color:#f44242;
}

.navbar .nav-link {
	padding-left:1rem !important;
	padding-right:1rem !important;
	font-weight: 600;
}

.navbar .nav-item:hover .nav-link {
	color:#42f48d !important;
}

.navbar .navbar-collapse {
	margin-left:30px;
}

.navbar .navbar-collapse .nav-link {
	color:#efefef !important;
}

.navbar .navbar-collapse .dropdown-item {
	color:#efefef !important;
}

.nav-contacts .nav-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;	
}

.nav-contacts .contacts {
	margin-right:30px;
	clear:both;
}

.nav-contacts .contacts .contacts__tel {
	color:white;
	font-size: 20px;
	font-weight: 700;
	text-align: right;
	display: block;
}

.nav-contacts .contacts .contacts__e-mail {
	font-size: 15px;
	color:white;
	text-align: right;
	display: block;
}

.nav-contacts .contacts .contacts__e-mail i{
	margin-right: 2px;
	color:white;
}

.nav-contacts .btn-callback {
  display: inline-block;
  height: 100%;
  font-weight: 600;
  text-decoration: none;
  user-select: none;
  padding: .30em 1.2em .385em;
  outline: none;
  transition: all .5s;
  font-size: 14px;
  border-radius: 30px;
  background: rgba(255,255,255,.01);
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.nav-contacts .btn-callback:hover { 
	border: 2px solid #24c96a;
	background: #24c96a;
	color:#ffffff;
}

.nav-contacts-mobile {
	display: none;
}

/*Header*/

.header {
	position: relative;
	overflow: hidden;
	background-color: #494239;
}

.header::after {
	content: "";
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: url(../img/header/header-bg.jpg) center no-repeat;
	background-size: cover;
	opacity: 0.85;
	animation: transform 5s;
}

@keyframes transform {
	50% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1);
	}
}

.header .container-fluid {
	position: relative;
	z-index: 1;
	padding-top: 10px;
	padding-bottom: 75px;
	text-align: center;
}

.header .offer {
	margin-top: 280px;
	margin-bottom:30px;
}

.header .offer__title {
	font-size: 40px;
	font-weight: 700;
	color:white;
	margin-bottom:15px;
}

.header .offer__title span {
	font-size: inherit;
	font-weight: inherit;
	color:#ffffff;
}

.header .offer__text {
	color:#f5f5f5;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
}

.header .btn-main {
	margin-bottom: 110px;
}

.header .to-bottom {
	width: 35px;
	height: 60px;
	border: 2px solid white;
	border-radius: 20px;
	margin: 0 auto;
	display: block;
	opacity: 0.5;
}

.header .to-bottom::before {
	content: "";
	width: 7px;
	height: 11px;
	background: #fff;
	position: absolute;
	top:10px;
	left:50%;
	transform: translateX(-50%);
	border-radius: 40%;
	animation: tobottom 2s infinite;

}

@keyframes tobottom {
	100% {
		opacity: 0;
		top:40px;
	}
}

.header .btn-mobile {
	display: none;
}


/*Adv*/

.adv {
	background: url(../img/adv/adv-bg.jpg) center no-repeat;
	background-size:cover;
}

.adv .content {
	text-align: center;
}
.adv .content__img {
	width: 100px;
	margin:0px auto 20px;
}

.adv .content__title {
	font-size:22px;
	font-weight: 600;
	text-transform:none;
}

.adv .content__line {
	width: 40%;
	height: 2px;
	margin:15px auto;
	background: #f34444;
}

.adv .content__text {
	text-align: center;
}

/*Services*/

.services {
	background: url(../img/services/services-bg.jpg) center repeat;
	background-size: cover;
	color:white;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2) inset;
}

.services .container {
	padding-top: 60px;
}

.services .container-fluid {

}

.services .content {
	margin-left:100px;

}
.services .content__title {
	font-size:85px;
	font-weight:700;
	text-align: left;
	color:#f05257;
	margin-bottom:0px;
}

.services .content__text {
	font-size:25px;
	text-transform: uppercase;
	font-weight:700;
	text-align: left;
	margin-bottom:60px;
}

.services .box {
	border-radius: 2px;
	box-shadow: 3px 3px 5px rgba(0,0,0,.05);
	padding: 15px;
	text-align: center;
}


.services .box__img {
	width: 80%;
	margin-bottom:20px;
}


.services .box__title {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color:#202020;
}

.services .box__text {
	text-align: center;
}

/*Price-list*/

.price-list {
	background: url(../img/price-list/suspension-bg.jpg) center repeat;
	background-size: cover;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2) inset;	
}

.price-list .price-list__title {
	padding-bottom: 10px;
}

.price-list .price-list__title span {
	font-size: inherit;
	font-weight: inherit;
	color:#24c96a;
}

.price-list .price-list__title-description {
	text-align: center;
	padding-bottom: 60px;
	width: 750px;
	display: block;
	margin:0 auto;
}

/* границы ячеек первого ряда таблицы */
.price-list th {
	border: 1px solid #cccccc; 
	background: rgba(74,69,75,.75);
	color:white;
	text-align: center;
	vertical-align: middle !important;
	font-size:17px !important;
}
/* границы ячеек тела таблицы */
.price-list td {
	padding: 7px 7px !important;
	border: 1px solid #cccccc;
	vertical-align: middle !important;
	font-size:15px !important;
}


.price-list .lightcell {
	background:rgba(255,255,255,0.95);
	text-align: center;
}

.price-list .darkcell {
	background:rgba(247,247,247,0.95);
	text-align: center;
}
.price-list tr:hover td {
	background:#daffea;
}

/*Contact-captuire*/

.contact-capture {
	background: url(../img/contact-capture/contact-capture-bg.jpg) center no-repeat;
	background-size: cover;

}

.contact-capture .content {
	position: relative;
}
.contact-capture .content__title {
	text-align: left;
	font-weight: 700;
	color:white;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom:50px;
}

.contact-capture .content__title span {
	font-size: inherit;
	font-weight: inherit;
    color:#45f981;
}


.contact-capture .content__text {
	text-align: left;
	color:white;
	margin-bottom:50px;
}

.contact-capture .content__arrow {
	width: 75%;
	position: absolute;
	left:40px;
	bottom: -170px;
}







/*Gallery*/

.fb-gallery {
	background: url(../img/fb-gallery/fb-gallery-bg.jpg) center no-repeat;
	background-size: cover;
	color:white;
}



.fb-gallery .container-fluid {
	
}


.fb-gallery .content__title {
	color:#fff;
	margin: 0 0 50px 0;
}


.fb-gallery .box {
	position: relative;
}

.fb-gallery .box::after {
	content: "";
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.05);
	z-index: 2;
	transition: 0.2s;
}

.fb-gallery .box:hover:after {
	background: rgba(255,255,255,0.1);
	transition: 0.2s;
}

.fb-gallery .box__title {
	display: none;
	font-size: 50px;
	opacity: 0.75;
	text-align: center;
	width: 90px;
	height: 90px;
	position: absolute;
	top:31%;
	padding-top: 20px;
	right: 50%;
	margin-right: -16%;
	color:white;
	z-index: 3;
	text-transform: none;
	transition: 0.2s;
}

.fb-gallery .box:hover .box__title {
	display: block;
}


.fb-gallery .box__img {
	width: 100%;
}




.fb-gallery-mobile {
	display: none;
}


/*FAQ*/
.faq {
	background: url(../img/adv/adv-bg.jpg) center no-repeat;
	background-size: cover;
	box-shadow: inset 3px 3px 5px rgba(30,30,30,.2);	
}


.faq .btn-link {
	color:#505050 !important;
	font-weight: 700;
}

.faq .card {
	background: rgba(255,255,255,.9);
}

.faq .card-header {
	background: #f6f6f6 !important;
}

.faq .card-header .btn {
	width: 100%;
	height: 100%;
	text-align: left;
}

.faq .card-body {
	color:#505050;
	font-size:17px;
} 




/*Ask us*/

.ask-us {
	background: url(../img/ask-us/ask-us-bg.jpg) center no-repeat;
	background-size: cover;
}
.ask-us .contacts {

}

.ask-us .contacts__title {
	color:white;
	margin-bottom: 30px;
	width: 100%;
	text-align: left;
	font-weight: 700;
}

.ask-us .contacts__tel {
	color:white;
	display: block;
	text-decoration: none;
	font-size: 30px;
}

.ask-us .contacts__name {
	color:white;
	font-size: 20px;
}

.ask-us .contacts__info {
	color:white;
}

.ask-us .contacts__e-mail {
	color:white;
	display: block;
	text-decoration: none;
	font-size: 16px;
}

.ask-us .contacts__e-mail i{
	color:white;
}




@media screen and (max-width:1200px) {

.nav-contacts .btn-callback {
	display: none;
}
.nav-contacts .contacts {
	margin-right:0px;
}
}

@media screen and (max-width:992px) {

.navbar {
	padding: .2rem 1rem !important;
}

.nav-contacts-desktop {
	display: none;
}

.nav-contacts-mobile {
	display: block;
}

.nav-contacts .btn-callback {
	display: block;
}

.nav-contacts .contacts {
	margin-right:17px;
}

.container {
	padding-top: 85px;
	padding-bottom: 85px;
}

.container-fluid {
	padding-top: 85px;
	padding-bottom: 85px;
}

.form {
	width: 350px;
}

h2 {
	padding-bottom: 60px;
}


.header .btn-callback {
	display: none;
}

.header .offer {
	margin-top: 200px;
}

.header .offer__title {
	font-size: 42px;
}
.header .offer__text {
	font-size: 25px;
}

.services .box__title {
	font-size: 15px;
	font-weight: 600;
	top:42%;
}

.price-list .price-list__title-description {
	padding-bottom: 40px;
	width: 100%;
}

.contact-capture .content__arrow {
	width: 75%;
	position: absolute;
	left:40px;
	bottom: -100px;
}


.video .container {
	 padding-left: 15px;
	 padding-right: 15px;
}

.about-us .contentOne {
	height: 100%;
}

.about-us .contentTwo {
	height: 100%;
}

.about-us .contentTwo .contentTwo__bg {
	width: 100%;
    height: 100%;    
}

}


@media screen and (max-width:768px) {

.nav-contacts-mobile .btn-callback {
	display: none;
}

.navbar .navbar-brand {
	display: none;
}
.nav-contacts .contacts{
	margin:0 17px 0 0;
}

.nav-contacts-mobile {
	margin:0 auto;
}

.container {
	padding-top: 70px;
	padding-bottom: 70px;
}

.container-fluid {
	padding-top: 70px;
	padding-bottom: 70px;
}

h2 {
	padding-bottom: 50px;
}

.header .btn-desktop {
	display: none;
}

.header .btn-mobile {
	display: block;
	margin:0 auto;
	margin-bottom: 80px;
}

.header .offer {
	margin-bottom:50px;
}

.services .box__title {
	font-size: 20px;
	font-weight: 700;
	top:45%;
}

.contact-capture .content__title {
	text-align: center;	
	margin-bottom:30px;
}

.contact-capture .content__text {
	text-align: center;
	margin-bottom:50px;
}

.contact-capture .content__arrow {
	display: none;
}

.about-us .about-us__title {
	text-align: center;
}
.about-us .contentOne {
	text-align: center;
	height: 100%;
}

.about-us .btn-desktop {
	display: none;
}

.about-us .btn-mobile {
	display: block;
	margin:0 auto;
}

.ask-us .contacts {
	padding: 25px;
	background: rgba(40,40,40,.55);
	text-align: center;
	margin-bottom:50px;
}

.ask-us .contacts__title {
	text-align: center;
}



}

@media screen and (max-width:576px) {

input[placeholder]          {font-size:12px;}
input::-moz-placeholder     {font-size:12px;}
input:-moz-placeholder      {font-size:12px;}
input:-ms-input-placeholder {font-size:12px;}

textarea[placeholder]          {font-size:12px;}
textarea::-moz-placeholder     {font-size:12px;}
textarea:-moz-placeholder      {font-size:12px;}
textarea:-ms-input-placeholder {font-size:12px;}

.navbar .navbar-brand {
	width: 35px;
}

.navbar .brand__img {
	height: 40px;
}


h2 {
	font-size: 28px !important;
}

p {
	font-size:15px;
}

#popupForm .modal-content {
	width: 350px;
}

.form {
	width: 350px;
}


.header .content {
	margin-top:15px;
	justify-content: center;
}
.header .contacts__tel {
	font-size: 30px;
	text-align: center;
}

.header .contacts__e-mail {
	text-align: center;
}

.header .offer {
	margin-top: 210px;
}

.header .offer__title {
	font-size: 33px;
	margin-bottom:25px;
}

.header .offer__text {
	font-size: 22px;
}


.header .btn-mobile {
	margin-bottom: 50px;
}

.adv .content__title {
	font-size: 18px;
}

.services .content__title {
	font-size:65px;
	text-align: center;
}

.services .content {
	margin:0 auto;
}
.services .content__text {
	font-size:22px;
	text-align: center;
}

.price-list td {
	padding: 3px 3px !important;
	border: 1px solid #cccccc;
	vertical-align: middle !important;
	font-size:12px !important;
}


.price-list th {

	font-size:12px !important;
}


.contact-capture .content__title {
	font-size: 24px;
}



.fb-gallery .content__title {
	font-size:65px;
	text-align: center;
}

.fb-gallery .content {
	margin:0 auto;
}
.fb-gallery .content__text {
	font-size:22px;
	text-align: center;
}

.faq .card-body {
	font-size:15px;
}

.ask-us .contacts__title {
	font-size:25px;
}



@media screen and (max-width:400px) {


.nav-contacts .contacts{
	margin:0 10px 0 0;
}

.nav-contacts .contacts .contacts__tel {
	font-size: 17px;
}

#popupForm .modal-content {
	width: 320px;
}

.form {
	width: 320px;
}

.header .offer__title {
	font-size: 28px;
}
.header .offer__text {
	font-size: 20px;
}

.services .box__title {
	font-size: 16px;
}

}

@media screen and (max-width:350px) {

h2 {
	font-size: 26px !important;
}

#popupForm .modal-content {
	width: 280px;
}

.navbar .brand__img {
	height: 30px;
}

#popupForm .modal-content {
	width: 280px;
}

.form {
	width: 280px;
}

.services .box__title {
	font-size: 15px;
}

.price-list td {
	padding: 3px 3px !important;
	border: 1px solid #cccccc;
	vertical-align: middle !important;
	font-size:9px !important;
}


.price-list th {

	font-size:9px !important;
}


}