/*== fonts-start ==*/
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Regular.woff') format('woff');
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Bold.woff') format('woff');
  src: url('../fonts/OpenSans-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-SemiBold.woff') format('woff');
  src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-ExtraBold.woff') format('woff');
  src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
/*== fonts-end ==*/
body {
	font-family: 'OpenSans';
}
p {
	margin: 0;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
a {
	outline: none;
	color: inherit;
}
.container	{
	/* max-width: 1200px; */
}
/*== header-start ==*/
header#header-promo-to {
	background: url(../img/promo_to.jpg) center no-repeat;
	background-size: cover;
	position: relative;
    padding-bottom: 190px;
}
.header {
	padding: 60px 15px 30px;
	border-bottom: 2px solid rgba(255, 255, 255, .2);
}
.header-description {
	padding-left: 15px;
}
.header-description p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.header-description p span {
	color: #fceb0a;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	font-weight: bold;
}
.header-addres, .header-phones {
	position: relative;
}
.header-phones {
	text-align: right;
}
.header-addres a {
	padding-left: 30px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.header-addres a:hover .header-addres-content {
	visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
}
.header-addres-content {
	color: #fff;
    position: absolute;
    background: rgba(27, 27, 27, 0.9);
    z-index: 1;
    white-space: nowrap;
    border: 1px solid #fceb0a;
    margin-top: -5px;
    visibility: hidden;
    padding: 15px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    pointer-events: none;
    transition: visibility .15s,opacity .15s,-webkit-transform .15s;
    transition: visibility .15s,opacity .15s,transform .15s;
    transition: visibility .15s,opacity .15s,transform .15s,-webkit-transform .15s;
}
.header-phones a {
	color: #fff;
	padding-left: 30px;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}
.header-phones a.head-popup {
	color: #fceb0a;
	padding-right: 9px;
	text-decoration: underline;
}
.header-addres:before {
	content:"";
	background: url(../img/header-mark.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 19px;
}
.header-phones:before {
	content:"";
	background: url(../img/header-phone.png) no-repeat;
	position: absolute;
	top: 4px;
	left: 22px;
	width: 15px;
	height: 19px;
}
.header-time {
	position: relative;
}
.header-time:before {
	content:"";
	background: url(../img/header-time.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
}
#deteiling .header-time {
	position: relative;
	padding-left: 40px;
}
#deteiling .header-time:before {
    left: 40px;
}
.header-time p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding-left: 25px;
}
.promo-info {
	text-align: center;
	margin-top: 55px;
}
.promo-info h1 {
	font-size: 48px;
	text-transform: uppercase;
	line-height: 64px;
	letter-spacing: 0.025em;
	color: #fff;
	font-weight: 900;
	margin-bottom: 9px;
}
.promo-info h1 span {
	color: #fceb0a;
}
.promo-info p {
	font-size: 24px;
	line-height: 64px;
	color: #fff;
}
.promo-info p.promo-p {
	margin-top: 8px;
}
.promo-info a.promo-btn {
	text-decoration: none;
	color: #fff;
	border: 3px solid #e63c24;
	border-radius: 50px;
	padding: 18px 55px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 18px;
	line-height: 64px;
	transition: background .2s ease-in-out;
	position: relative;
}
.promo-info a.promo-btn:hover {
	background: #e63c24;
}
.promo-info a.promo-btn:after {
	content: "";
	background: url(../img/header-pencil.png) no-repeat;
	width: 17px;
    height: 17px;
    top: 50%;
    margin-top: -8.5px;
    right: 25px;
    position: absolute;
    transition: background .2s ease-in-out;
}
.promo-info a.promo-btn:hover:after {
	background: url(../img/header-pencil-white.png) no-repeat;
}
.promo-info-better {
	background: #fff;
	position: absolute;
    bottom: -360px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
    padding: 30px 30px;
}
.promo-info-better-content {
	padding: 30px;
	text-align: center;
}
.promo-info-better-content p {
	color: #171717;
	font-size: 16px;
	line-height: 24px;
}
.promo-info-better-content p.promo-p2 {
	padding-top: 12px;
	padding-bottom: 2px;
}
.promo-info-better-content p span {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}
.promo-info-better-content-lines {
	position: relative;
}
.promo-info-better-content-lines:before {
	content: "";
	position: absolute;
	top: 50px;
	width: 1px;
	height: 106px;
	background: #e8e8e8;
	left: 0;

}
.promo-info-better-content-lines:after {
	content: "";
	position: absolute;
	top: 50px;
	width: 1px;
	height: 106px;
	background: #e8e8e8;
	right: 0;
}
p.denotation {
	font-size: 14px;
	text-align: center;
}
.head-padding {
	padding: 0 4px;
}
/*== header-end ==*/
/*== main-start ==*/
.padding {
	padding: 85px 0;
	overflow: hidden;
}
.padding h2.h {
	position: relative;
	font-size: 36px;
	font-weight: bold;
	/*width: 60%;*/
	padding: 0 15px;
	margin: 0 auto 65px;
	display: inline-block;
	letter-spacing: 0.025em;
	color: #171717;
	text-transform: uppercase;
}
.padding h2.h:before {
	content: "";
    width: 1000%;
    height: 1px;
    background: #cbcbcb;
    left: -1000%;
    top: 20px;
    position: absolute;
}
.padding h2.h:after {
	content: "";
    width: 1000%;
    height: 1px;
    background: #cbcbcb;
    right: -1000%;
    top: 20px;
    position: absolute;
}
.padding.advantages h2.h {
	margin: 0 auto 10px;
}
.hcenter {
	text-align: center;
}
.make-to {
	position: relative;
	margin: 12px 0;
}
.make-to p {
	position: absolute;
    bottom: 50px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    left: 30px;
    width: 85%;
    font-weight: bold;
    padding: 0 10px;
}
.yellow-button {
	position: absolute;
	right: 30px;
    bottom: 30px;
    border-radius: 5px;
    background: yellow;
    padding: 10px 50px;
}
a.ybtna2 {
	/* position: relative; */
    color: #222222;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
a.ybtna2 .yellow-button:after {
	content: "";
	background: url(../img/i-i.png) no-repeat;
	width: 19px;
	height: 18px;
	position: absolute;
	right: 50%;
	margin-right: -100px;
	    top: 50%;
    margin-top: -9px;
}
.need-to p {
	font-size: 16px;
	color: #171717;
	line-height: 24px;
	margin-bottom: 15px;
}
.need-to p.quote-red {
	background-color: #ffeeec;
	line-height: 24px;
	font-size: 16px;
	color: #171717;
	padding: 22px 33px;
	font-weight: bold;
}
.need-to p.quote-red span {
	color: #e63c24;
}
.to-is-good {
	border: 10px solid #129e89;
	padding: 35px 45px;
	position: relative;
	margin: 45px 10px 80px 15px;
}
.to-is-good:before {
	content: "";
	background:url(../img/i-to-is-good.png) no-repeat;
	width: 51px;
	height: 51px;
	top: -25.5px;
	left: -25.5px;
	position: absolute;
}
.to-is-good p, .buy-is-bad p {
	font-weight: bold;
	font-size: 24px;
	color: #171717;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.to-is-good p.quote-green {
	font-weight: 600;
	color: #1b1b1b;
	font-size: 16px;
	line-height: 24px;
	padding: 23px 30px;
	background-color: #daf4f0;
	text-transform: unset;
	margin-top: 16px;
}
.to-is-good ul li, .buy-is-bad ul li {
	position: relative;
	padding: 5px 0 5px 20px;
	font-size: 16px;
	color: #171717;
	line-height: 24px;
}
.to-is-good ul li:before {
	content: "";
	position: absolute;
	background: url(../img/i-to-good.png) no-repeat;
	width: 13px;
	height: 10px;
	top: 12px;
	left: 0;
}
.buy-is-bad ul li:before {
	content: "";
	position: absolute;
	background: url(../img/i-to-bad.png) no-repeat;
	width: 13px;
	height: 10px;
	top: 12px;
	left: 0;
}
.buy-is-bad {
	border: 10px solid #e63c24;
    padding: 35px 45px;
    position: relative;
    margin: 45px 15px 80px 10px;
}
.buy-is-bad:before {
	content: "";
	background:url(../img/i-buy-is-bad.png) no-repeat;
	width: 51px;
	height: 51px;
	top: -25.5px;
	left: -25.5px;
	position: absolute;
}
.ready {
	background-color: #e63c24;
	margin: 95px 0 120px;
}
.ready-content {
	min-height: 92px;
	background-color: #fff;
	text-align: center;
	padding: 0 60px;
}
.ready-content p {
	font-size: 18px;
	color: #181818;
}
.ready-content p span {
	color: #e63c24;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	line-height: 30px;
}
.callback {
	background: url(../img/callback-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 145px 0 95px;
}
.callback-form {
	border-left: 5px solid #fceb0a;
	border-bottom: 5px solid #fceb0a;
	padding: 0 0 15px 15px;
}
.callback-form form {
	background:#232323;
	padding: 25px 50px 50px;
}
.callback-form form h2 {
	font-weight: 900;
	font-size: 30px;
	line-height: 48px;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	color: #fff;
	margin-bottom: 40px;
}
.callback-form form h2 span {
	color: #fceb0a;
}
.callback-form form input, .callback-form form select{
	border: none;
    background: transparent;
    outline: none;
    border-bottom: 2px solid #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 15px;
    padding-bottom: 10px;
    width: 100%;
    transition: border .2s ease-in-out;
}

.callback-form form select{
    -webkit-appearance: none;/* Chrome */
    -moz-appearance: none;/* Firefox */
    appearance: none;/* убираем дефолнтные стрелочки */
    position: relative;
}

.callback-form form .select:after{
    content: "";
    display: block;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 1rem;
    z-index: 1;
    margin-top: -14px;
    width: 6px;
    height: 5px;
}

.callback-form form select option{
    color: #181818;
}

.callback-form form.form-one-padding {
	padding: 25px 40px 50px;
}
.callback-form form input:focus {
	border-bottom: 2px solid #fceb0a;
}
.callback-form form input::placeholder {
	color: #fff;
}
textarea::placeholder {
	color: #fff;
	position: relative;
	top: 25px;
}
.review-popup textarea::placeholder {
    color: #757575;
    top: 0;
}
.document-right {
	text-align: right;
}
.document-right img {
    max-height: 243px;
}
.document-or {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #171717;
	font-weight: bold;
	position: relative;
	top: -50px;
}
.document-or:before {
	content: "";
	background:url(../img/i-arrow.png) no-repeat;
	position: absolute;
	top: 10px;
    left: 25px;
    width: 20px;
    height: 16px;
}
.document-or:after {
	content: "";
	background:url(../img/i-arrow.png) no-repeat;
	position: absolute;
	transform: rotate(180deg);
	top: 10px;
    right: 25px;
    width: 20px;
    height: 16px;
}
.document-item p {
	padding: 10px 0;
	text-align: center;
}
.advantages {
	background: url(../img/advantages-bg.jpg) 50% 0% no-repeat;
	background-size: cover;
	padding: 102px 0 0;
}
.advantages-items {
	background: url(../img/advantages-man.png) center no-repeat;
	background-position: 60% 140%;
    padding-bottom: 50px;
}
.advantage-item-1 img {
	float: left;
}
.advantage-item-1 p {
	padding-left: 70px;
}
.advantage-item p.mb {
	margin-bottom: 10px;
	margin-top: 20px;
}
.advantage-item p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.advantage-item p span {
	font-weight: bold;
	font-size: 18px;
}
.advantage-item {
	padding: 32px 0;
}
.youtube {
	text-align: center;
	margin: 15px 0;
}
.youtube-h {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #1b1b1b;
	text-align: center;
}
p.table-star {
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #171717;
	margin-top: 37px;
}
.callback-2 {
	background: #2c2c2c;
	position: relative;
}
.callback-2 h2 {
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	color: #fff;
	width: 80%;
	position: relative;
}
.callback-2 h2 span {
	color: #fceb0a;
}
.callback-2 h2:after {
	content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    right: -100%;
    top: 20px;
    position: absolute;
}
.callback-2 ul {
	counter-reset: myCounter;
	/* padding-left: 25px; */
}
.callback-2 ul li {
	position: relative;
	padding: 25px 0 25px 75px;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}
.callback-2 ul li:after {
	counter-increment: myCounter;
    content: counter(myCounter);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    width: 56px;
    height: 56px;
    color: #fceb0a;
    border: 1px solid #fceb0a;
    line-height: 56px;
    text-align: center;
    font-size: 24px;
    border-radius: 2px;
}
.callback-2 button {
    outline: none;
    cursor:pointer;
	background-color: #fceb0a;
    color: #222;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: 2px;
    text-transform: uppercase;
    border:none;
    margin: 5px;
}
.yellow-btn {
	position: relative;
	background: #fceb0a;
	border: 2px solid #fceb0a;
	transition: background .2s ease-in-out, color .2s ease-in-out;
	padding: 12px 30px 12px 20px;
	font-weight: bold;
	font-size: 16px;
	color: #202020;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
	border-radius: 2px;
}
.yellow-btn:after {
	content:"";
	background: url(../img/i-pencil-black.png) no-repeat;
	position: absolute;
	right: 8px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    transition: background .2s ease-in-out;
}
.callback-3 .yellow-btn {
	padding: 12px 30px;
}
.callback-3 .yellow-btn:after {
	content:none;
}
.yellow-btn:hover, .yellow-btn:focus {
	background: transparent;
	color: #fceb0a;
}
.yellow-btn:hover:after {
	background: url(../img/i-pencil-yellow.png) no-repeat;
}
.callback a, .callback-3 a {
	color: #fff;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.callback a span, .callback-3 a span {
	text-decoration: underline;
	position: relative;
}
.callback a span:before, .callback-3 a span:before {
	content:"";
	background: url(../img/checkbox-ok.png) no-repeat;
	top: 50%;
    margin-top: -4px;
    left: -20px;
    width: 12px;
    height: 12px;
    position: absolute;
}
.green-btn {
	border:none;
	background: #daf4f0;
	border-radius: 5px;
	color: #129e89;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 20px;
	outline: none;
	cursor: pointer;
}
.wegood {
	color: #171717;
	line-height: 24px;
	padding-bottom: 20px;
}
.reviews {
	position: relative;
	padding: 0 40px;
	margin-bottom: 30px;
}
.review-content {
	padding: 0 40px;
	outline: none;
}
.review-content p {
	color: #171717;
	line-height: 24px;
	margin-bottom: 5px;
}
.review-content p span {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}
.reviews-prev, .reviews-next {
	border:none;
	outline: none;
	cursor:pointer;
	position: absolute;
	top: 50%;
	margin-top: -14px;
}
.reviews-prev {
	background: url(../img/arrow.png) no-repeat;
	width: 28px;
	height: 23px;
	left: 0;
	z-index: 20;
}
.reviews-next {
	background: url(../img/arrow.png) no-repeat;
	transform:rotate(180deg);
	width: 28px;
	height: 23px;
	right: 0;
}
.review-callback {
	text-align: center;
	margin-top: 30px;
}
.review-callback a {
	border: 2px solid #000;
	font-weight: 600;
	line-height: 24px;
	color: #171717;
	text-decoration: none;
	padding: 18px 30px;
	transition: background .2s ease-in-out, color .2s ease-in-out;
}
.review-callback a:hover {
    background: #000;
    color: #fff;
}
.zoom-gallery .col-lg-4, .zoom-gallery .col-lg-3 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.callback-3 {
	background: url(../img/callback-bg-3.jpg)no-repeat;
	background-size: cover;
	padding: 75px 0;
}
.callback-3 textarea {
	width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    resize: none;
    outline: none;
    padding-left: 15px;
    padding-bottom: 20px;
    color: #fff;
    transition: border .2s ease-in-out;
    margin-bottom: 22px;
}
.callback-3 textarea:focus {
	border-bottom: 2px solid #fceb0a;
}
.callback-3 p {
	color: #fff;
	line-height: 30px;
	margin-bottom: 8px;
}
.callback-3 h2 {
	margin-bottom: 10px;
}
.callback-3 .yellow-btn {
	margin-top: 20px;
    margin-bottom: 10px;
}
.callback-3 a {
	padding-left: 20px;
}
footer {
	position: relative;
	background: #181818;
}
.maps {
	position: relative;
	z-index: 1;
}
.maps ul.tabs {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.maps ul.tabs li {
	background: #171717;
    padding: 20px 20px 20px 35px;
    margin: 20px;
    display: inline-table;
    border-radius: 5px;
    position: relative;
}
.maps ul.tabs li a {
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	text-decoration: none;
}
.maps ul.tabs li:before {
    content: "";
    background: url(../img/header-mark.png) no-repeat;
    position: absolute;
    top: 22px;
    left: 10px;
    width: 15px;
    height: 19px;
}
.white-footer {
	background: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 240px;
}
.copy {
	text-align: center;
	font-weight: bold;
	color: #1f1e1e;
	line-height: 24px;
	margin: 50px 0;
}
.copy a {
	color: #1f1e1e;
}
.footer-logo, .footer-description, .footer-time, .footer-phones {
	color: #fff;
	line-height: 24px;
}
.footer-phones {
	position: relative;
	text-align: right;
}
.footer-description p span {
	color: #fceb0a;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	font-weight: bold;
}
.footer-phones a {
	color: #fff;
	padding-left: 30px;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}
.footer-phones a.head-popup {
	color: #fceb0a;
	padding-right: 9px;
	text-decoration: underline;
}
.footer-phones:before {
	content:"";
	background: url(../img/header-phone.png) no-repeat;
	position: absolute;
	top: 4px;
	right: 150px;
	width: 15px;
	height: 19px;
}
.footer-time {
	text-align: right;
	position: relative;
}
.footer-time:before {
	content: "";
    background: url(../img/header-time.png) no-repeat;
    position: absolute;
    top: 4px;
    right: 160px;
    width: 15px;
    height: 15px;
}
#avtomoika .footer-time:before {
    right: 100px;
}
#avtostrahovanie .footer-time:before {
    right: 135px;
}
.gallery-main {
	position: relative;
    overflow: hidden;
    transition: opacity .2s ease-in-out;
    cursor: pointer;
}
.gallery-child {
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(46, 38, 38, 0.7) url(../img/i-plusimage.png) 50% 50% no-repeat;
    opacity: 0;
    /* transition: opacity .2s ease-in-out, top .2s ease-in-out; */
}
.gallery-main:hover .gallery-child {
	opacity: 1;
    top: 0;
}
table {
	width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
th {
	padding: .75rem;
    vertical-align: middle;
    line-height: 24px;
    font-weight: normal;
    text-align: left;
}
.table-head th {
	border-bottom: 2px solid #000;
	padding-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
}
th.t-tip {
	min-width: 190px;
}
th.t-desc {
	min-width: 665px;
}
th.t-price {
	min-width: 95px;
}
th.t-button {
	/* min-width: 190px; */
}
th span {
	color: #171717;
    font-weight: bold;
}
th span.table-span-p {
    padding-left: 13px;
}
th span.rub {
    top: unset;
    left: unset;
    position: relative;
    font-size: 18px;
}
th span.rub:before {
    content: "";
    background: #171717;
    height: 2px;
    width: 7px;
    left: 1px;
    top: 15px;
    position: absolute;
}
.table-grey {
	background-color: #f7f7f7;
}
.p-custom {
	padding-top: 248px;
}
.p-custom2 {
	padding-top: 30px;
}
.padding h2.p-custom-h {
	margin-bottom: 56px;
}
.padding h2.p-custom-h2 {
	margin-bottom: 83px;
}
.padding h2.p-custom-h3 {
	margin-bottom: 55px;
}
.padding h2.p-custom-h4 {
	margin-bottom: 40px;
}
.padding h2.p-custom-h5 {
	margin-bottom: 60px;
}
.p-custom3 {
	padding-top: 60px;
     padding-bottom: 86px; 
}
.p-with-man {
	padding-top: 125px;
}
#deteiling .header-addres p {
	font-size: 16px;
    line-height: 24px;
    color: #fff;
}
#deteiling .promo-info p {
	line-height: 32px;
	margin: 23px 0 54px;
}
#deteiling .promo-info p.promo-p {
	margin-bottom: 0;
}
#deteiling .promo-info-better {
	bottom: -316px;
}
#deteiling .promo-info-better-content {
	padding: 30px 15px;
}
#deteiling header#header-promo-to {
	background: url(../img/det-promo.jpg) center no-repeat;
    background-size: cover;
}
#deteiling .make-to p span {
	/* top: 5px; */
    position: absolute;
    color: #fceb0a;
        left: 0;
    padding: 0 10px;
}
.make-to p span, .make-to p {
    transition: background .2s ease-in-out;
}
#deteiling .make-to {
	margin: 16px 0;
}
#deteiling .make-to p {
	bottom: 45px;
	left: 20px;
	padding: 0 10px;
}
#deteiling .p-custom {
	padding-bottom: 120px;
}
#deteiling .p-custom-det1 {
	padding-top: 110px;
}
#deteiling .p-custom-det1 h2.h {
	margin-bottom: 20px;
}
#deteiling .p-custom-det2 {
	padding-top: 135px;
	padding-bottom: 40px;
}
#deteiling .callback-2 ul li {
	padding: 30px 0 30px 75px;
}
#deteiling .p-with-man .callback-2 h2 {
	margin-bottom: 5px;
}
#deteiling .p-custom3 {
	padding-bottom: 95px;
}
#deteiling ul.tabs-det, #avtomoika ul.tabs-det {
	text-align: center;
}
#deteiling ul.tabs-det li, #avtomoika ul.tabs-det li {
	display: inline-block;
    padding: 14px 35px;
    border: 2px solid #000;
    border-radius: 5px;
    margin: 15px;
}
#deteiling ul.tabs-det li.active, #avtomoika ul.tabs-det li.active {
	background: #000000;
}
#deteiling ul.tabs-det li a, #avtomoika ul.tabs-det li a {
	text-decoration: none;
	color: #171717;
	font-weight: bold;
}
#deteiling ul.tabs-det li.active a, #avtomoika ul.tabs-det li.active a {
	color: #fff;
}
#deteiling .tab_container, #avtomoika .tab_container {
	margin-top: 14px;
}
#deteiling .callback {
    background: url(../img/det-callback-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 170px 0 75px;
}
#deteiling .slider-result-content {
	padding: 50px 25px;
	outline: none;
	position: relative;
	transform: scale(0.6);
}
#deteiling .slider-result-content img {
	opacity: .5;
}
#deteiling .slider-result-content p {
	position: absolute;
    top: 60px;
    left: 20px;
    right: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fceb0a;
    background: rgba(0, 0, 0, .8);
    padding: 11px 20px;
    display: none;
    width: auto;
    /* transform: scale(0.9); */
    font-size: 14px;
}
#deteiling .slider-result-content p.slider-result-numbers {
	top: 120px;
	left: 20px;
	width: fit-content;
}
#deteiling .slider-result-content p.slider-result-numbers span {
	position: relative;
	padding-left: 25px;
	color: #fff;
	font-weight: normal;
}
#deteiling .slider-result-content a {
	text-decoration: none;
    position: absolute;
    bottom: 18%;
    left: 50%;
    font-size: 16px;
    font-weight: bold;
    margin-left: -100px;
    color: #202020;
    background: #fceb0a;
    padding: 12px 35px 12px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    display: none;
    transform: scale(0.9);
}
#deteiling .slider-result .slick-center.slider-result-content {
	-moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.2);
    transition: transform .2s ease-in-out;
    height: 400px;
    overflow:hidden;
}
#deteiling .slider-result .slick-center.slider-result-content p {
	display: block;
}
#deteiling .slider-result .slick-center.slider-result-content img {
	opacity: 1;
	position: absolute;
	/* top: 0; */
	left: 0;
}
#deteiling .slider-result .slick-center.slider-result-content a {
	display: inline-block;
	/*position: relative;*/
}
#deteiling .slider-result .slick-center.slider-result-content a:after {
	content: "";
    background: url(../img/det-slider-i3.png) no-repeat;
    right: 8px;
    top: 50%;
    margin-top: -8px;
    position: absolute;
    width: 19px;
    height: 15px;
}
#deteiling .callback-3 {
	background: url(../img/det-callback-bg-3.jpg)no-repeat;
    background-size: cover;
}
#deteiling .callback-2 h2 {
	width: 90%;
}
#deteiling .slider-result.slick-initialized.slick-slider {
	margin: 0 -160px;
}
#deteiling .result-prev {
	position: absolute;
    left: 50%;
    margin-left: -23.5%;
    top: 50%;
    margin-top: -20px;
    background: url(../img/arrow.png) 50% 50% no-repeat;
    width: 28px;
    height: 23px;
    border: 2px solid #fceb0a;
    z-index: 1;
    outline: none;
    padding: 18px;
    cursor:pointer;
    transition: background .2s ease-in-out;
}
#deteiling .result-next {
	position: absolute;
    right: 50%;
    margin-right: -23.5%;
    top: 50%;
    margin-top: -20px;
    background: url(../img/arrow.png) 50% 50% no-repeat;
    width: 28px;
    height: 23px;
    border: 2px solid #fceb0a;
    z-index: 1;
    outline: none;
    padding: 18px;
    transform: rotate(180deg);
    cursor:pointer;
    transition: background .2s ease-in-out;
}
#deteiling .result-next:hover, #deteiling .result-prev:hover {
	background: #fceb0a url(../img/arrow.png) 50% 50% no-repeat;
}
#deteiling .zoom-gallery .col-lg-4, .zoom-gallery .col-lg-3, .zoom-gallery .col-lg-8 {
    padding: 16px;
}
#deteiling .promo-info a.promo-btn:after {
    content:none;
}

/*========= avtostrahovanie =========*/

#avtostrahovanie header#header-promo-to {
	background: url(../img/strah-bg1.jpg) center no-repeat;
    background-size: cover;
}
#avtostrahovanie .strah-partners {
	border: 1px solid #e6e6e6;
	margin: 15px 0;
	width: 273px;
	transition:box-shadow .2s ease-in-out;
}
#avtostrahovanie .strah-partners img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter .2s ease-in-out;
}
#avtostrahovanie .strah-partners:hover {
    -webkit-box-shadow: 0 18px 38px 0 rgb(218, 218, 218), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 18px 38px 0 rgb(218, 218, 218), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 18px 38px 0 rgb(218, 218, 218), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
#avtostrahovanie .strah-partners:hover img {
    -webkit-filter: none;
    filter:none;
}
#avtostrahovanie .osago {
	background: url(../img/strah-bg2.jpg) center no-repeat;
    background-size: cover;
    padding: 102px 0 660px;
}

#avtostrahovanie .osago h2.h {
	color: #fff;
}
#avtostrahovanie .osago .osago-form {
	background: #f8f8f8;
	border-radius: 5px;
	/*position: relative;*/
	position: absolute;
    top: 34px;
    padding: 30px 60px 55px 60px;
    box-shadow: 3px 0 29px rgba(0, 0, 0, .11);
}
#avtostrahovanie .osago .osago-blocks {
	min-height: 135px;
}
#avtostrahovanie .osago .osago-blocks p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0 40px;
}
#avtostrahovanie .osago .osago-woman {
	position: absolute;
    z-index: 1;
    width: 100%;
}
#avtostrahovanie .osago .osago-form h2 {
	color: #171717;
	font-size: 36px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 58px;
}
#avtostrahovanie .osago .osago-form select {
	z-index: 2;
	width: 100%;
	outline:none;
	padding: 10px 20px;
	margin-bottom: 20px;
	color: #5a5a5a;
	font-size: 14px;
	line-height: 24px;
	/*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    position: relative;
}
#avtostrahovanie .osago .osago-form select:after {
	content: "";
	position: absolute;
	
}
#avtostrahovanie .osago .osago-form select option {
	/*color: #000;
	font-size: 16px;
	line-height: 24px;*/
}
#avtostrahovanie .osago .osago-form select option:disabled {
    /* color: #000; */
    font-weight: bold;
}
#avtostrahovanie .osago .osago-form .strah-custom-p1 {
	padding-right: 50px;
	padding-bottom: 32px;
}
#avtostrahovanie .osago .osago-form .choose p {
	color: #171717;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
#avtostrahovanie .osago .osago-form input[type="checkbox"] {
	float: left;
	opacity: 0;
}
#avtostrahovanie .osago .osago-form p.choose-checkbox {
	margin-left: 20px;
    position: relative;
    top: -6px;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}
.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox + label {
  position: relative;
  cursor: pointer;
}
.checkbox + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border:1px solid #000;
  border-radius: 2px;
  background: #fff;
  transition: .2s;
}
.checkbox:checked + label:before {
  background: #fceb0a;
  border: 1px solid #a9a026;
}
#avtostrahovanie .osago .osago-form .result {
	position: relative;
    top: 40px;
    text-align: right;
}
#avtostrahovanie .osago .osago-form .result p {
	font-size: 18px;
	color: #2f2f2f;
	line-height: 64px;
	font-weight: bold;
}
#avtostrahovanie .osago .osago-form .result p span {
	font-size: 24px;
}
#avtostrahovanie .osago .osago-form .osago-buttons {
	border-top: 2px solid #e3e3e3;
	padding-top: 30px;
}
#avtostrahovanie .osago .osago-form .osago-buttons .button-left {
	text-align: right;
	padding-right: 50px;
}
#avtostrahovanie .osago .osago-form .osago-buttons .button-right {
	text-align: left;
	padding-right: 50px;
}
#avtostrahovanie .osago .osago-form .osago-buttons .btn-calc {
    border: 2px solid #a9a9a9;
    background: transparent;
    padding: 10px 40px;
    font-weight: bold;
    font-size: 14px;
    color: #121212;
    line-height: 24px;
    outline: none;
    cursor: pointer;
    transition: background .2s ease-in-out;
    position: relative;
}
#avtostrahovanie .osago .osago-form .osago-buttons .btn-calc:after {
	content: "";
    position: absolute;
    top: 50%;
    margin-top: -9.5px;
    right: 13px;
    width: 15px;
    height: 19px;
    background: url(../img/strah-i5.png) no-repeat;
}
#avtostrahovanie .osago .osago-form .osago-buttons .btn-calc:hover {
	background: #a9a9a9;
}
#avtostrahovanie .osago .osago-form .osago-buttons .btn-order {
	border: 2px solid #fceb0a;
    background: #fceb0a;
    padding: 10px 40px;
    font-weight: bold;
    font-size: 14px;
    color: #121212;
    line-height: 24px;
    outline: none;
    cursor: pointer;
    transition: background .2s ease-in-out;
    position: relative;
}
#avtostrahovanie .osago .osago-form .osago-buttons .btn-order:hover {
	background: transparent;
}
#avtostrahovanie .osago .osago-form .osago-buttons .btn-order:after {
	content: "";
    position: absolute;
    top: 50%;
    margin-top: -6.5px;
    right: 13px;
    width: 13px;
    height: 13px;
    background: url(../img/strah-i6.png) no-repeat;
}
#avtostrahovanie .strah-docs {
	text-align: center;
}
#avtostrahovanie .strah-docs p {
	margin-top: 20px;
}
#avtostrahovanie .ready {
	margin: 95px 0 0;
}
#avtostrahovanie .ready-content {
	padding: 10px 60px;
}
#avtostrahovanie .ready-content p {
	font-size: 16px;
	margin-bottom: 25px;
}
#avtostrahovanie .ready-content a {
    outline: none;
	margin-top: 15px;
	background: #e63c24;
	border: 1px solid #e63c24;
	border-radius: 5px;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	transition: background .2s ease-in-out, color .2s ease-in-out;
	padding: 12px 30px;
	cursor: pointer;
	text-decoration: none;
}
#avtostrahovanie .ready-content a:hover {
	background: transparent;
	color: #e63c24;
}
#avtostrahovanie .callback-3 {
	background: url(../img/strah-bg4.jpg) center no-repeat;
    background-size: cover;
}
#avtostrahovanie .promo-info p.promo-p {
	margin-top: 27px;
}
#avtostrahovanie .promo-info-better {
	bottom: -300px;
}
#avtostrahovanie .p-custom {
	padding-top: 190px;
	padding-bottom: 50px;
}
#avtostrahovanie .padding h2.p-custom-h {
	margin-bottom: 27px;
}
#avtostrahovanie .p-custom2 {
	padding-bottom: 120px;
}
#avtostrahovanie .avtostr-p-custom1 {
	padding-top: 80px;
	padding-bottom: 0;
}
#avtostrahovanie .callback-2 ul li {
	padding: 25px 0 25px 75px;
}
.agree-block {
    max-width: 600px;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 30px;
    position: relative;
    height: 500px;
    overflow-y: scroll;
}

.agreement-content p{
    margin-bottom: 10px;
}

.callback-popup-v, .review-popup, .callback-popup-v2, .callback-popup-v3, #popup-osago-form {
    max-width: 400px;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 20px;
    position: relative;
}
.callback-popup-v form input, .review-popup form input, .callback-popup-v2 form input, .callback-popup-v3 form input, #popup-osago-form form input, .form-style-1 select {
    width: 100%;
    margin: 15px 0;
        z-index: 2;
    width: 100%;
    outline: none;
    padding: 10px 20px;
    color: #a8a6a6;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    border: 1px solid #767676;
}

form.form-style-1 input, form.form-style-1 select{
    margin: 7px 0;
}

.callback-popup-v form button, .review-popup form button, .callback-popup-v2 form button, .callback-popup-v3 form button, #popup-osago-form form button {
    border: 2px solid #fceb0a;
    background: #fceb0a;
    padding: 10px 40px;
    font-weight: bold;
    font-size: 14px;
    color: #121212;
    line-height: 24px;
    outline: none;
    cursor: pointer;
    transition: background .2s ease-in-out;
    position: relative;
}
.callback-popup-v form button:hover, .review-popup form button:hover, .callback-popup-v2 form button:hover, .callback-popup-v3 form button:hover, #popup-osago-form form button:hover {
    background: transparent;
}
.review-popup form textarea {
    overflow: auto;
    width: 100%;
    min-height: 110px;
    margin: 15px 0;
    outline: none;
    padding: 10px 20px;
    color: #a8a6a6;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    resize: none;
}

/* ========== avtomoika =========== */

#avtomoika .make-to p {
        bottom: 50px;
    left: 20px;
    width: 85%;
    padding-left: 10px;
}
#avtomoika .make-to p span {
    position: absolute;
    color: #fceb0a;
    bottom: -25px;
    left: 0;
    padding: 0 10px;
}
#avtomoika .moika-preim-1 {
    padding-left: 200px;
    padding-right: 100px;
}
#avtomoika .moika-preim-2 {
    padding-left: 100px;
    padding-right: 100px;
}
#avtomoika .moika-preim-p {
    font-size: 18px;
    font-weight: bold;
    color: #1e1e1e;
    line-height: 24px;
    margin-top: 18px;
}
#avtomoika .p-custom-det1 h2.h {
    margin-bottom: 24px;
}
#avtomoika .callback {
    background: url(../img/moika-bg1.jpg) center no-repeat;
    background-size: cover;
    padding: 65px 0 75px;
}
#avtomoika .callback-3 {
    background: url(../img/moika-bg3.jpg)no-repeat;
    background-size: cover;
    padding-bottom: 200px;
}
.room-gallery .col-lg-4, .room-gallery .col-lg-3 {
    padding-top: 10px;
    padding-bottom: 10px;
}
#avtomoika .room-gallery .col-lg-4, .room-gallery .col-lg-3, .room-gallery .col-lg-8 {
    padding: 16px;
}
#avtomoika .zoom-gallery .col-lg-4, #avtomoika .zoom-gallery .col-lg-3, #avtomoika .zoom-gallery .col-lg-8 {
    padding: 16px;
}
#avtomoika p.blackquote {
    font-weight: bold;
    font-size: 16px;
    color: #202020;
    line-height: 24px;
    border: 2px solid #fceb0a;
    padding: 40px 55px;
    margin-bottom: 27px;
}
#avtomoika .moika-ul-btn {
    outline: none;
    cursor: pointer;
    border: 2px solid #fceb0a;
    background-color: #fceb0a;
    color: #222;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: 2px;
    text-transform: uppercase;
    margin: 5px;
    transition: background .2s ease-in-out;
}
#avtomoika .moika-ul-btn:hover {
    background: transparent;
}
#avtomoika ul.moika-ul-1 {
    color: #202020;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
#avtomoika ul.moika-ul-1 li {
    position: relative;
    font-weight: normal;
    padding: 6px 0 6px 30px;
}
#avtomoika ul.moika-ul-1 li:nth-child(1) {
    padding-top: 14px;
}
#avtomoika ul.moika-ul-1 li:nth-child(1):before {
    content: "";
    position: absolute;
    background: url(../img/moika-ul1.png) no-repeat;
    top: 50%;
    margin-top: -5px;
    left: 0;
    width: 20px;
    height: 19px;
}
#avtomoika ul.moika-ul-1 li:nth-child(2):before {
    content: "";
    position: absolute;
    background: url(../img/moika-ul2.png) no-repeat;
    top: 50%;
    margin-top: -8px;
    left: 4px;
    width: 16px;
    height: 21px;
}
#avtomoika ul.moika-ul-1 li:nth-child(3):before {
    content: "";
    position: absolute;
    background: url(../img/moika-ul3.png) no-repeat;
    top: 50%;
    margin-top: -7px;
    left: 3px;
    width: 18px;
    height: 18px;
}
#avtomoika ul.moika-ul-1 li:nth-child(4):before {
    content: "";
    position: absolute;
    background: url(../img/moika-ul4.png) no-repeat;
    top: 50%;
    margin-top: -8px;
    left: 4px;
    width: 16px;
    height: 18px;
}
#avtomoika ul.moika-ul-1 li:nth-child(5):before {
    content: "";
    position: absolute;
    background: url(../img/moika-ul5.png) no-repeat;
    top: 50%;
    margin-top: -5px;
    left: 5px;
    width: 15px;
    height: 13px;
}
#avtomoika ul.moika-ul-2 {
    color: #202020;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding-left: 100px;
}
#avtomoika ul.moika-ul-2 li {
    position: relative;
    font-weight: normal;
    padding: 6px 0 6px 25px;
}
#avtomoika ul.moika-ul-2 li:before {
    content: "";
    position: absolute;
    background: #020202;
    border-radius: 50%;
    top: 15px;
    left: 0;
    width: 10px;
    height: 10px;
}
#avtomoika .callback-2 h2 {
    width: 85%;
}
#avtomoika .callback-2 ul li {
    padding: 30px 0 30px 75px;
}
#avtomoika .p-with-man {
    background: #f5f5f5;
    padding-bottom: 0;
}
#avtomoika ul.reviews2-dots, #deteiling ul.reviews2-dots {
    display: inline-block;
    position: absolute;
    right: 50%;
    margin-right: -70px;
    bottom: 0px;
}
#avtomoika ul.reviews2-dots {
    bottom: -20px;
    z-index: 10;
}
#avtomoika ul.reviews2-dots li, #deteiling ul.reviews2-dots li {
    display: inline-block;
    margin-right: 10px;
}
#avtomoika ul.reviews2-dots li button, #deteiling ul.reviews2-dots li button {
    border: 3px solid #000;
    border-radius: 2px;
    background: transparent;
    color: transparent;
    cursor:pointer;
    outline: none;
    height: 22px;
    width: 22px;
}
#avtomoika ul.reviews2-dots li.slick-active button, #deteiling ul.reviews2-dots li.slick-active button {
    background: #000;
}
#avtomoika .review-callback, #deteiling .review-callback {
    margin-top: 64px;
}
#avtomoika .callback-3 p {
    margin-bottom: 17px;
    margin-top: 15px;
}
#avtomoika .promo-info h1 {
    font-size: 36px;
}
#avtomoika .promo-info h1 span {
    font-size: 48px;
}
#top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    z-index: 2;
}
#thanks {
    max-width: 400px;
    position: relative;
    margin: 40px auto;
    padding: 30px;
    background: #f8f8f8;
    -webkit-background-size: auto 75%;
    background-size: auto 75%;
    text-align: center;
    color: #282828;
}
#thanks span {
    display: block;
    font-size: 36px;
    margin: 30px 0;
}
.hide {
    display: none; 
}
.hide + label ~ div{
    display: none;
}
.hide + label {
    padding: 10px 0 15px;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
}
.hide:checked + label {
    color: #62cf11;
    border-bottom: 0;
}
.hide:checked + label + div {
    display: block; 
    padding: 10px; 
    overflow-y: scroll;
    max-height: 150px;
}
.hover-color-1, .hover-color-2, .hover-color-3, .hover-color-4 {
    min-height: 269px;
    transition: background .2s ease-in-out;
}
.make-to p, .make-to p span {
    background: #000;
}
.make-to:hover p, .make-to:hover p span {
    background: transparent;
}
.clean-page-4 {
    min-height: 269px;
    transition: background-color .2s ease-in-out;
}
.hover-color-1 {
    background: url(../img/moika-u1-clean.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-2 {
    background: url(../img/moika-u2-clean.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-3 {
    background: url(../img/moika-u3-clean.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-4 {
    background: url(../img/moika-u4-clean.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-1:hover .clean-page-4, .hover-color-2:hover .clean-page-4, .hover-color-3:hover .clean-page-4, .hover-color-4:hover .clean-page-4 {
    background-color: rgba(0, 0, 0, 0.55);
}
.hover-color-5, .hover-color-6, .hover-color-7 {
    min-height: 355px;
    transition: background .2s ease-in-out;
}
.clean-page-1 {
    min-height: 355px;
    transition: background-color .2s ease-in-out;
}
.hover-color-5 {
    background: url(../img/make-to-clean-1.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
}
.hover-color-6 {
    background: url(../img/make-to-2.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-7 {
    background: url(../img/make-to-clean-3.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-5:hover .clean-page-1, .hover-color-6:hover .clean-page-1, .hover-color-7:hover .clean-page-1 {
    background-color: rgba(0, 0, 0, 0.55);
}
.clean-page-2 {
    min-height: 265px;
    transition: background .2s ease-in-out;
}
.hover-color-8, .hover-color-9, .hover-color-10, .hover-color-11, .hover-color-12, .hover-color-13, .hover-color-14, .hover-color-15, .hover-color-16, .hover-color-17, .hover-color-18, .hover-color-19 {
    min-height: 265px;
    transition: background .2s ease-in-out;
}
.hover-color-8 {
    background: url(../img/det-make-clean-1.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-8:hover .clean-page-2, .hover-color-9:hover .clean-page-2, .hover-color-10:hover .clean-page-2, .hover-color-11:hover .clean-page-2, .hover-color-12:hover .clean-page-2, .hover-color-13:hover .clean-page-2, .hover-color-14:hover .clean-page-2, .hover-color-15:hover .clean-page-2, .hover-color-16:hover .clean-page-2, .hover-color-17:hover .clean-page-2, .hover-color-18:hover .clean-page-2, .hover-color-19:hover .clean-page-2 {
    background-color: rgba(0, 0, 0, 0.55);
}
.hover-color-9 {
    background: url(../img/det-make-clean-2.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-10 {
    background: url(../img/det-make-clean-3.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-11 {
    background: url(../img/det-make-clean-4.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-12 {
    background: url(../img/det-make-clean-52.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-13 {
    background: url(../img/det-make-clean-6.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-14 {
    background: url(../img/det-make-clean-7.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-15 {
    background: url(../img/det-make-clean-8.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-16 {
    background: url(../img/newmikadvigatelya.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-17 {
    background: url(../img/det-make-clean-10.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-18 {
    background: url(../img/det-make-clean-11.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.hover-color-19 {
    background: url(../img/det-make-clean-12.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#tomap a {
    padding-left: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.zoom-gallery-m, .zoom-gallery-m2, .room-gallery-m {
    display: none;
}
.gal-b-1, .gal-rb-1 {
    height: 602px;
}
.gal-b-2, .gal-b-3, .gal-b-4, .gal-b-5, .gal-b-6, .gal-rb-2, .gal-rb-3, .gal-rb-4, .gal-rb-5, .gal-rb-6 {
    height: 285px;
}

.gal-b-1 img, .gal-b-2 img, .gal-b-3 img, .gal-b-4 img, .gal-b-5 img, .gal-b-6 img, .gal-rb-1 img, .gal-rb-2 img, .gal-rb-3 img, .gal-rb-4 img, .gal-rb-5 img, .gal-rb-6 img {
    opacity:0;
}
.gal-b-1 {
    background: url(../img/sliders/det4.jpg) center no-repeat;
    background-size: cover;
}
.gal-b-1.mtime1 {
    background: url(../img/sliders/moika1.jpg) center no-repeat;
    background-size: cover;
}
.gal-b-2 {
    background: url(../img/sliders/det2.jpg) center no-repeat;
    background-size: cover;
}
.gal-b-2.mtime2 {
    background: url(../img/sliders/moika2.jpg) center no-repeat;
    background-size: cover;
}
.gal-b-3 {
    background: url(../img/sliders/det3.jpg) center no-repeat;
    background-size: cover;
}
.gal-b-3.mtime3 {
    background: url(../img/sliders/moika3.jpg) center no-repeat;
    background-size: cover;
}
.gal-b-4 {
    background: url(../img/sliders/det1.jpg) center no-repeat;
    background-size: cover;
}
.gal-b-5 {
    background: url(../img/sliders/det5.jpg) center no-repeat;
    background-size: cover;
}
.gal-b-6 {
    background: url(../img/sliders/det6.jpg) center no-repeat;
    background-size: cover;
}
.gal-b-7 {
    background: url(../img/sliders/moika7.jpg) center no-repeat;
    background-size: cover;
}
.gal-b-8 {
    background: url(../img/sliders/moika8.jpg) center no-repeat;
    background-size: cover;
}
.gal-b-9 {
    background: url(../img/sliders/moika9.jpg) center no-repeat;
    background-size: cover;
}
.gal-rb-1 {
    background: url(../img/sliders/moika4.jpg) center no-repeat;
    background-size: cover;
}
.gal-rb-2 {
    background: url(../img/sliders/moika5.jpg) center no-repeat;
    background-size: cover;
}
.gal-rb-3 {
    background: url(../img/sliders/mo1.jpg) center no-repeat;
    background-size: cover;
}
.gal-rb-4 {
    background: url(../img/sliders/mo2.jpg) center no-repeat;
    background-size: cover;
}
.gal-rb-5 {
    background: url(../img/sliders/mo3.jpg) center no-repeat;
    background-size: cover;
}
.gal-rb-6 {
    background: url(../img/sliders/mo4.jpg) center no-repeat;
    background-size: cover;
}
#avtomoika header#header-promo-to {
    background: url(../img/promo_avtomoika.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 190px;
}
#kbm-info {
    max-width: 800px;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 20px;
    position: relative;
}
form.osago-form a.popup-callback {
    color: #171717;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: none;
}
#kbm-info ul {
    list-style-type: disc;
}
#kbm-info ul li {
    margin-left: 20px;
    padding: 5px 0;
}
.spc-w {
    width: auto!important;
    max-width: 85%!important;
}
.toslider .gallery-main {
    margin: 15px;
}
.toslider .reviews-prev {
    left: -3%;
}
.toslider .reviews-next {
    right: -3%;
}
/*== main-end ==*/


/*mediaquery*/
@media (max-width: 1199px) {
    #avtomoika .callback-form form h2 br {
        display: none;
    }
    #deteiling .header-time {
    	padding-left: 0;
    }
    #avtostrahovanie .strah-partners {
        width: 100%;
    }
	#avtostrahovanie .p-custom2 {
		padding-bottom: 200px;
	}
	.header .col-lg-hidden {
		display: none;
	}
	.header-phones:before {
	    left: 60px;
	}
	.header-time p {
		padding-left: 70px;
	}
	.header-time:before {
		top: 3px;
		left: 45px;
	}
	.document-or:before {
		left: 15px;
	}
	.document-or:after {
		right: 15px;
	}
	.yellow-btn {
		padding: 12px;
	}
	.yellow-btn:after {
		content:none;
	}
	.promo-info-better-content p span {
		word-wrap: break-word;
	}
	#deteiling th.t-desc {
	    min-width: 250px;
	}
	#avtomoika th.t-desc, #deteiling th.t-desc {
        min-width:0px!important;
        width: 100%;
    }
    #avtomoika .callback-2 h2 br {
        display: none;
    }
}
@media (max-width: 991px) {
    .gal-b-1, .gal-rb-1 {
        height: 586px;
    }
    #avtomoika .room-gallery .col-lg-4, #avtomoika .room-gallery .col-lg-3, #avtomoika .room-gallery .col-lg-8 {
        padding: 8px;
    }
    #avtomoika .zoom-gallery .col-lg-4, #avtomoika .zoom-gallery .col-lg-3, #avtomoika .zoom-gallery .col-lg-8 {
        padding: 8px;
    }
    #deteiling .zoom-gallery .col-lg-4, .zoom-gallery .col-lg-3, .zoom-gallery .col-lg-8 {
        padding: 8px;
    }
    #deteiling .header-time {
        padding-left: 40px;
    }
    #avtomoika ul.moika-ul-2 {
        padding-left: 0;
        margin-top: 20px;
    }
    #avtomoika .moika-preim-dn {
        display: none;
    }
    #avtomoika .moika-preim-1, #avtomoika .moika-preim-2, #avtomoika .moika-preim-3 {
        padding: 0;
        margin: 30px 0;
    }
    #avtomoika .reviews2 .col-lg-5 {
        text-align: center;
    }
    #avtomoika .reviews2 .col-lg-5 img {
        display: inline-block;
    }
    #deteiling .promo-info-better {
        bottom: 0;
    }
    #deteiling header#header-promo-to {
        padding-bottom: 85px;
    }
    #avtomoika .make-to {
        /* text-align: center; */
    }
    #avtomoika header#header-promo-to {
        padding-bottom: 70px;
    }
    #avtomoika .promo-info h1 br {
        display: block;
    }
	#avtostrahovanie .strah-docs {
		margin-bottom: 20px;
	}
	#avtostrahovanie .p-custom2 {
		padding-bottom: 0;
	}
	#avtostrahovanie .osago {
		padding-bottom: 140px;
	}
	#avtostrahovanie .osago .osago-form {
		position: relative;
	}
	#avtostrahovanie .strah-partners {
		text-align: center;
	}
	#avtostrahovanie .osago .osago-woman {
		display: none;
	}
	#avtostrahovanie header#header-promo-to {
		padding-bottom: 0;
	}
	#avtostrahovanie .promo-info-better {
		bottom: -30px;
	}
	#deteiling .header-time p, #tomap a, #deteiling .header-addres p {
		padding-left: 0px;
	}
	#deteiling .header-time:before {
		left: 0;
	}
	#deteiling .header-phones {
		text-align: left;
	}
	#deteiling .header-phones:before {
		left: 0px;
	}
	#deteiling .slider-result.slick-initialized.slick-slider {
		margin: 0 90px;
	}
	#deteiling .result-next {
		background: #fceb0a url(../img/arrow.png) 50% 50% no-repeat;
		margin-right: -60%;
	}
	#deteiling .result-prev {
		background: #767676 url(../img/arrow.png) 50% 50% no-repeat;
		margin-left: -60%;
	}
	#deteiling .slider-result-content {
		transform: none;
	}
	#deteiling .slider-result .slick-center.slider-result-content {
		-moz-transform: none;
    	-ms-transform: none;
    	-o-transform: none;
    	 -webkit-transform: none;
    	transform: none;
	}
	#deteiling .gallery-main {
		text-align: center;
	}
	.p-with-man {
		padding-top: 85px;
	}
	.make-to p {
	    bottom: 23px;
	    line-height: 24px;
	    font-size: 16px;
	}
	.make-to .yellow-button {
		bottom: 12px;
	}
	.yellow-btn {
		padding: 12px 30px 12px 20px;
	}
	.yellow-btn:after {
		content:"";
	}
	.document-or:before {
		left: 0px;
	}
	.document-or:after {
		right: 0px;
	}
	.p-custom {
		padding-top: 85px;
	}
	#deteiling .p-custom {
		padding-top: 140px;
	}
	.footer-time {
		text-align: left;
		padding-left: 25px;
		margin: 20px 0;
	}
	.footer-phones {
		text-align: left;
		margin: 20px 0;
	}
	.footer-time:before, .footer-phones:before {
		left: 0;
	}
	.callback-2 img {
		display: none;
	}
	.buy-is-bad, .to-is-good {
		padding: 30px 20px;
		margin: 30px 15px;
	}
	.header .col-lg-hidden {
		display: block;
	}
	table {
		display: block;
    	overflow-x: auto;
    	-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.promo-info-better {
		position: relative;
		bottom: 0;
		margin-top: 30px;
	}
	.advantages-row-center {
		justify-content: center;
	}
	.advantage-item img {
		float: left;
	}
	.advantage-item p {
		padding-left: 70px;
	}
	.advantage-item p.mb {
		margin-top: 0;
	}
	.advantages-items {
		background: none;
	}
	.header-phones, .header-time, .header-addres, .header-description, .header-logo {
		margin: 10px 0;
	}
	br {
		display: none;
	}
	.callback-2 ul {
		padding-left: 0;
	}
	.callback-2 ul li {
		padding-left: 75px;
	}
}

@media (max-width: 768px) {
    table.table tr th:nth-child(2) {
        display: none;
    }
    #deteiling  table.table tr th:nth-child(2), #avtomoika  table.table tr th:nth-child(2) {
        display: table-cell;
    }
    th.t-tip {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #deteiling .p-with-man {
        padding-top: 0;
    }
    #avtomoika table.table tr th:nth-child(2), #deteiling table.table tr th:nth-child(2) {
        display: table-cell;
    }
    #top {
        display: none!important;
    }
	#deteiling .header-addres:before {
		/*  left: 50%;
		margin-left: -150px; */
	}
	#deteiling .header-phones:before {
	    left: 50%;
            margin-left: -90px;
	}
	#deteiling .header-phones {
		text-align: center;
	}
	#deteiling .slider-result.slick-initialized.slick-slider {
		margin: 0;
	}
	#deteiling .result-next {
		margin-right: -40%;
	}
	#deteiling .result-prev {
		margin-left: -40%;
	}
	.col-hidden {
		display: none;
	}
	.document-or:before {
		display: none;
	}
	.document-or:after {
		display: none;
	}
	.footer-time:before, .footer-phones:before {
		left: 50%;
		margin-left: -90px;
	}
	.footer-phones {
		margin: 0;
	}
	.header-time:before {
		left: 50%;
		margin-left: -95px;
	}
	#deteiling .header-time:before {
		left: 50%;
		margin-left: -100px;
	}
	.header-addres:before, .header-phones:before {
		left: 50%;
    	margin-left: -90px;
	}
	.header-description, .header-addres a, .header-time p, .header-phones a {
		padding-left: 0;
	}
	.promo-info h1 {
		font-size: 36px;
		line-height: 48px;
	}
	.header-phones, .header-time, .header-addres, .header-description, .header-logo, .footer-phones, .footer-time, .footer-addres, .footer-description, .footer-logo {
		text-align: center;
	}
	.promo-info-better-content {
		padding: 10px 0;
	}
	.promo-info-better-content-lines:before {
		left: -10px;
	}
	.promo-info-better-content-lines:after {
		right: -10px;
	}
	p.denotation {
		margin-top: 20px;
	}
}

@media (max-width: 575px) {
    .document-right img {
        max-height: 100%;
    }
    .zoom-gallery-m, .zoom-gallery-m2, .room-gallery-m {
        display: block;
    }
    .zoom-gallery, .room-gallery {
        display: none;
    }
    .zoom-gallery-m .gallery-main {
        padding: 5px 0;
    }
    .zoom-gallery-m2 .gallery-main, .room-gallery-m .gallery-main {
        padding: 10px 0;
        min-height:150px;
        height: 100%;
    }
    #avtomoika .promo-info h1 {
        line-height: normal;
        font-size: 22px;
    }
    #avtomoika .promo-info h1 span {
        font-size: 36px;
    }
    #deteiling th.t-desc {
	    min-width: 150px;
	}
	#avtostrahovanie .osago .osago-form {
		padding: 30px;
	}
	#avtostrahovanie .osago .osago-form h2 {
		font-size: 28px;
	}
	#avtostrahovanie .osago .osago-form .result p {
		font-size: 14px;
	}
	#avtostrahovanie .osago .osago-form .strah-custom-p1 {
		padding-right: 15px;
	}
	#avtostrahovanie .osago .osago-form .osago-buttons .button-left {
		text-align: center;
		margin-bottom: 25px;
		padding: 0 15px;
	}
	#avtostrahovanie .osago .osago-form .osago-buttons .button-right {
		text-align: center;
		padding: 0 15px;
	}
	#deteiling .make-to.det-mto1 {
		background: url(../img/det-make-1.jpg) center no-repeat;
		background-size: cover;
		height: 250px;
	}
	#deteiling .make-to.det-mto2 {
		background: url(../img/det-make-2.jpg) center no-repeat;
		background-size: cover;
		height: 250px;
	}
	#deteiling .make-to.det-mto3 {
		background: url(../img/det-make-3.jpg) center no-repeat;
		background-size: cover;
		height: 250px;
	}
	#deteiling .make-to.det-mto4 {
		background: url(../img/det-make-4.jpg) center no-repeat;
		background-size: cover;
		height: 250px;
	}
	#deteiling .make-to.det-mto5 {
		background: url(../img/det-make-5.jpg) center no-repeat;
		background-size: cover;
		height: 250px;
	}
	#deteiling .make-to.det-mto6 {
		background: url(../img/det-make-6.jpg) center no-repeat;
		background-size: cover;
		height: 250px;
	}
	#deteiling .make-to.det-mto7 {
		background: url(../img/det-make-7.jpg) center no-repeat;
		background-size: cover;
		height: 250px;
	}
	#deteiling .make-to.det-mto8 {
		background: url(../img/det-make-8.jpg) center no-repeat;
		background-size: cover;
		height: 250px;
	}
	#deteiling .make-to.det-mto9 {
		background: url(../img/det-make-9.jpg) center no-repeat;
		background-size: cover;
		height: 250px;
	}
	#deteiling .make-to img {
		display: none;
	}
	#deteiling .make-to {
		text-align: center;
	}
	#deteiling .make-to p {
		width: 94%;
	    bottom: 50px;
	    left: 20px;
	    text-align: left;
	}
	#deteiling .result-next {
		margin-right: -40%;
	}
	#deteiling .result-prev {
		margin-left: -40%;
	}
	.gallery-main {
		text-align: center;
	}
	.p-custom3 {
		padding: 15px;
	}
	.callback {
		padding-top: 95px;
	}
	.ready {
		margin-bottom: 95px;
	}
	.p-custom2 {
		padding-top: 0;
	}
	.padding h2.p-custom-h, .padding h2.p-custom-h2, .padding h2.p-custom-h3, .padding h2.p-custom-h4, .padding h2.p-custom-h5 {
		margin-bottom: 65px;
	}
	header#header-promo-to {
		padding-bottom: 85px;
	}
	p.table-star {
		font-size: 17px;
	}
	.make-to .yellow-button {
		position: relative;
	    text-align: center;
	    right: 0;
	    bottom: -269px;
	}
	.callback-2 h2 {
		width: 100%;
	}
	.document-or {
		top: 0;
    	margin: 20px 0 40px;
	}
	.document-right, .document-item {
		text-align: center;
	}
	.promo-info h1 {
		font-size: 22px;
		line-height: 33px;
	}
	.promo-info a.promo-btn {
		font-size: 15px;
		padding: 18px;
	}
	.promo-info a.promo-btn:after {
		content:none;
	}
	.promo-info p {
		line-height: 36px;
	}
	.padding h2.h {
		font-size: 26px;
	}
	.promo-info-better-content-lines:after, .promo-info-better-content-lines:before {
		content:none;
	}
	.buy-is-bad, .to-is-good {
		padding: 25px 15px;
		margin: 20px 5px;
	}
	.to-is-good p, .buy-is-bad p {
		font-size: 20px;
	}
	.ready-content {
		padding: 0 15px;
	}
	.callback-form form h2 {
		font-size: 24px;
		line-height: 36px;
	}
	.callback-form form.form-one-padding, .callback-form form {
		padding: 15px;
	}
	.yellow-btn {
		width: 100%;
	}
	.callback a {
		padding-left: 20px;
	}
	.callback a, .callback-3 a {
		padding-top: 15px;
		line-height: 24px;
	}
	.review-content {
		/* padding: 0; */
	}

}

.form-style-2 ::-webkit-calendar-picker-indicator{
  filter: invert(1);
}

.form-style-2 input[name="date"]{
    height: 31px;
}

.form-style-1 input[name="date"], .form-style-1 select{
    height: 48px;
}

.files-block a {
    display: table;
    margin: 15px 0;
    text-decoration: none;
    color: inherit;
}


.files-block a .f-block {
    position: relative;
    padding-left: 75px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

@media (min-width: 992px){
    .files-block a .f-block {
        font-size: 18px;
    }
}

.files-block a .f-block .fb-image {
    position: absolute;
    top: 0;
    left: 0;
}

.files-block .f-block .fb-image:after {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background: url(../img/f-download.png) no-repeat;
    position: absolute;
    right: -5px;
    bottom: -5px;
    -webkit-transition: bottom 0.1s;
    -moz-transition: bottom 0.1s;
    -ms-transition: bottom 0.1s;
    -o-transition: bottom 0.1s;
    transition: bottom 0.1s;
}

.files-block a:hover .f-block .fb-image:after {
    bottom: -8px;
}

.ajax_form .error {
    border-color: brown;
}
.callback-checkboxes {
    display: block;
    margin: 10px 0 15px;
    font-size: 14px;
}
.callback-checkboxes input {
    display: none;
}
.callback-checkboxes span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 24px;
    text-align: left;
}
.callback-checkboxes span:before, .callback-checkboxes span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.callback-checkboxes span:before {
    width: 16px;
    height: 16px;
    border: 1px solid #767676;
    position: absolute;
    transition-property: box-shadow;
    transition-duration: .15s;
}
.callback-checkboxes span:after {
    width: 10px;
    height: 6px;
    border: 2px solid transparent;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-radius: 1px;
    margin: 3px 0 0 3px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: opacity .15s;
}
.callback-checkboxes:hover input + span:before, .callback-checkboxes input:checked + span:before {
    box-shadow: 0 0 0 1px #767676;
}
.callback-checkboxes input:checked + span:after {
    opacity: 1;
}
.callback-checkboxes span a {
    color: inherit;
    line-height: inherit;
    text-decoration: underline;
    padding: 0;
}
.callback .callback-checkboxes,
.callback-3 .callback-checkboxes {
    color: white;
}
.callback .callback-checkboxes span:after,
.callback-3 .callback-checkboxes span:after {
    border-bottom-color: #fceb0a;
    border-left-color: #fceb0a;
}
.callback-checkboxes input.error + span {
    color: brown;
}
.callback-checkboxes input.error + span:before {
    border-color: brown;
}
.callback-checkboxes input.error + span:after {
    border-bottom-color: brown;
    border-left-color: brown;
}
[type="submit"][disabled],
button[disabled] {
    opacity: 0.5;
    pointer-events: none;
}