/*
	Theme Name: Авто - Эстетика
	Version: 1.a
*/

/* --- RESET ---------------------------------------------------------------------------------------------------------------------------------------------------------- */

* { 
	border:0; 
	margin:0; 
	padding:0; 
	outline: none; 
	border-collapse: collapse; 
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

:focus {
	outline:none;
	box-shadow:none;
	border-color:transparent;;
}

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline; }

body { line-height: 1; }

h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; }

ol, ul {  }

blockquote { quotes: none; }

blockquote:before, blockquote:after { content: ''; content: none; }

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; }

a img { border: none; }

input, textarea{
	-webkit-appearance: none;
	font-family: 'Montserrat', sans-serif;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

html,
body { 
	padding:0;
	margin:0;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal; 
	font-style: normal; 
	font-size:12px;
	line-height:19px;
	position:relative;
	height:100%; 
	width:100%;
	min-width:330px;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
	text-size-adjust:100%;
	color:#000;
}

html { overflow-x:hidden; }

html.hidden {
	overflow: hidden;
}

.main {
	position:relative;
	overflow:hidden;
	transition: all 1s;
}

.main.hides::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	background:rgba(78,78,78, 0.8);
	z-index:199;
	transition: all 0.5s;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before { z-index: 20; }
.twentytwenty-after { z-index: 10; }

.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid white;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer; 
}

.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); 
}

.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); 
}

.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); 
}

.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); 
}

.twentytwenty-left-arrow {
	border-right: 6px solid white;
	left: 50%;
	margin-left: -17px; 
}

.twentytwenty-right-arrow {
	border-left: 6px solid white;
	right: 50%;
	margin-right: -17px; 
}

.twentytwenty-up-arrow {
	border-bottom: 6px solid white;
	top: 50%;
	margin-top: -17px; 
}

.twentytwenty-down-arrow {
	border-top: 6px solid white;
	bottom: 50%;
	margin-bottom: -17px; 
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.block {
	clear:both;
	width:100%;
	display:block;
	position:relative;
	text-align:center;
}

.center { 
	clear:both;
	float:none;
	width:100%;
	max-width:1180px;
	min-width:300px;
	padding:0;
	margin:0 auto;
	text-align:left;
	box-sizing: border-box;
	position:relative;
}

.clear {
	clear:both;
	width:100%;
	height:0px;
}

.animate__animated {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
	filter: alpha(opacity=0 * 100);
	animation-timing-function: ease-in;
	-webkit-animation-timing-function: ease-in;
}

.animates { 
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
	filter: alpha(opacity=0 * 100);
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.header {
	padding:30px 0;
}

.header .cell {
	display:flex;	
	justify-content: space-between;
	align-items: center;	
}

.header .item b {
	display:block;
	padding:0 0 5px 0;
	font-size:13px;
}

.header .item p {
	font-weight:normal;
	font-size:16px;
	line-height:140%;	
	color:#000;		
}

.header .item p a {
	color:#3883C3;
	font-weight:normal;
	font-size:15px;
	line-height:140%;
	text-decoration:none;	
}

.header .item p a:hover {
	text-decoration:underline;
}

.header .social ul {
	display:flex;
	align-items: center;
	position:relative;
	margin:0 -3px;
}

.header .social ul li {
	display:block;
	list-style:none;
	width:36px;
	height:36px;
	margin:0 3px;
}

.header .social ul li a {
	display:block;
	width:36px;
	height:36px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
	transition: all 0.5s;
	position:relative;
}

.header .social ul li.telegram a { background-image:url("images/telegram.png"); }
.header .social ul li.vk a { background-image:url("images/vk.png"); }
.header .social ul li.whatsapp a { background-image:url("images/whatsapp.png"); }

.header .social ul li a:hover {
	transform: rotateY(360deg);
}

.header .social ul li a::before {
	content:'';
	display:block;
	position:absolute;
	left:-3px;
	right:-3px;
	top:-3px;
	bottom:-3px;
}

.header .logo a {
	color:#000;
	text-decoration:none;
	font-weight:800;
	font-size:25px;
	line-height:120%;
	display:block;
	position:relative;
	padding-left:145px;
}

.header .logo a::before {
	content:'';
	display:block;
	width:140px;
	height:112px;
	position:absolute;
	left:0px;
	top:50%;
	margin:-56px 0 0 0;
	background:url("images/logo.jpg") no-repeat center center;
	background-size:100% auto;
}

.header .logo a b {
	font-weight:800;
	color:#ed2702;
}

.header .logo a span {
	display:block;
	color:#000;
	font-weight:normal;
	font-size:15px;
	line-height:140%;	
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.slider-wrap {
	position:relative;
}

.slider {
	display: block;
	margin: 0 auto;
	position: relative;
}

.slider .item {
	display:block;
	width:100%;
	padding-bottom:600px;
	position:relative;
	overflow:hidden;
}
	
.slider .item span {
	display:block;
	bottom: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition: all 3s ease-in-out;
	transform: scale(1.15, 1.15);
}
  
.slider .item.slick-active span {
	transform: scale(1, 1);
}

.slider-wrap .info-slider {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	z-index:5;
	display:flex;
	justify-content:center;
	align-items:center;	
	background:rgba(0,0,0, 0.75);
}

.slider-wrap .info-slider .info {
	font-weight:500;
	max-width:1180px;
	font-size:18px;
	line-height:140%;
	color:#FFF;
}

.slider-wrap .info-slider .info h1 {
	font-size:45px;
	line-height:140%;
	font-weight:800;
	padding:0 0 20px 0;
}

.slider-wrap .info-slider .info h2 {
	font-weight:600;
	font-size:35px;
	line-height:140%;
	padding:0 0 30px 0;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.service {
	padding:85px 0;
	position:relative;
	z-index:10;
}

.service::before {
	content: '';
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -100px;
    height: 100px;
    background: url("images/service-before.svg") no-repeat center 0px;
	transform: rotate(180deg);	
}

.service h2 {
	font-size:45px;
	line-height:140%;
	font-weight:800;
	padding:0 0 30px 0;
	background: #fe161d;
	background: -webkit-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: -moz-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: linear-gradient(to right, #fe161d 0%, #000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align:center;
}

.service .description {
	font-weight:500;
	font-size:20px;
	line-height:140%;	
	color:#000;
	text-align:center;
	margin:0 0 65px 0;
}

.service .list {
	position:relative;
	margin:-20px 0;
}

.service .list .item {
	background:#FFF;
	transition:all 0.5s;
	border-radius:8px;
	box-shadow: rgb(221, 229, 235, 0.15) 0px 0px 15px 5px;
	display:flex;	
	justify-content: space-between;
	align-items: center;
	margin:20px 0;
	overflow:hidden;
}

.service .list .item .left {
	width:40%;
	padding:32px;
}

.service .list .item .right {
	width:60%;
}

.service .list .item h3 {
	font-weight:600;
	font-size:21px;
	line-height:140%;	
	color:#000;	
	height:40px;
	display:flex;
	align-items: center;
	padding:0 0 32px 70px;
	position:relative;
}

.service .list .item h3 i {
	display:block;
	position:absolute;
	left:0px;
	top:-3px;
	width:50px;
	height:50px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:50px auto;
}

.service .list .item .info {
	height:90px;
	font-weight:normal;
	font-size:16px;
	line-height:140%;	
	color:#000;	
}

.service .list .item .price-buttons {
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.service .list .item .price-buttons .price {
	background: #fe161d;
	background: -webkit-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: -moz-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: linear-gradient(to right, #fe161d 0%, #000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight:600;
	font-size:17px;
	line-height:140%;	
}

.service .list .item .price-buttons .buttons {
	display:flex;
	justify-content:flex-end;
	align-items: center;
}

.service .list .item .price-buttons .buttons a {
	color:#3883C3;
	font-weight:normal;
	font-size:15px;
	line-height:140%;
	text-decoration:underline;
}

.service .list .item .price-buttons .buttons a:hover {
	text-decoration:none;
}

.service .list .item .price-buttons .buttons ul {
	display:flex;
	align-items: center;
	margin:0 7px;
}

.service .list .item .price-buttons .buttons ul li {
	display:block;
	list-style:none;
	margin:0 3px;
}

.service .list .item .price-buttons .buttons ul li a {
	display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: all 0.5s;
    position: relative;
}

.service .item .buttons ul li.whatsapp a {
    background-image: url("images/whatsapp.png");
}

.service .item .buttons ul li.telegram a {
    background-image: url("images/telegram.png");
}

.service .item .buttons ul li a:hover {
	transform: rotateY(360deg);
}

.service .item .buttons ul li a::before {
	content:'';
	display:block;
	position:absolute;
	left:-3px;
	right:-3px;
	top:-3px;
	bottom:-3px;
}

.service .list .item .right img {
	border:none;
	width:100%;
	height:auto;
	vertical-align:bottom;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.stock {
	margin:0 0 75px 0;
	position:relative;
}

.stock::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:#000;
	z-index:2;
	opacity:0.5;	
}

.stock .center {
	padding:75px 0;
	position:relative;
	z-index:5;
}

.stock .info {
	font-weight:normal;
	font-size:16px;
	line-height:140%;	
	color:#FFF;	
}

.stock .info p {
	padding:10px 0;
}

.stock .info h3 {
	font-weight:bold;
	font-size:36px;
	line-height:140%;	
	color:#FFF;	
	padding:10px 0;
}

.stock .right {
	padding:20px 0 0 0;
}

.stock .right a {
	color:#FFF;
	font-weight:normal;
	font-size:15px;
	line-height:140%;
	text-decoration:none;
	border-radius:8px;
	border:1px solid #3883C3;
	display:inline-block;
	padding:14px 42px;
	transition: all 0.5s;
	background:#3883C3;
}

.stock .right a:hover {
	color:#3883C3;
	background:#FFF;
	border:1px solid #FFF;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.mailfixed {
	display:block;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    top:calc(100% - 60px - 20px);
    z-index: 999;
	transition: all 0.5s;
}

.mailfixed::before {
	content:'';
	display:block;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	position:absolute;
	background: -webkit-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: -moz-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: linear-gradient(to right, #fe161d 0%, #000 100%);
	border-radius: 50%;
    -webkit-animation: si-button-pulse 2s ease;
    animation: si-button-pulse 2s ease;
    -webkit-animation-iteration-count: 9999;
    animation-iteration-count: 9999;
	z-index:56;	
}

.mailfixed::after {
	content:'';
	display:block;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	position:absolute;	
	background: url("images/phone.svg") no-repeat center center;
	background-size:36px auto;
	z-index:57;	
}

.mailfixed.tops {
	top:20px;
}

@keyframes si-button-pulse {
    from { box-shadow: 0 0 0 0px rgba(236, 40, 2, 1); }
    to { box-shadow: 0 0 0 11px rgba(236, 40, 2, 0); }
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.advantages h2 {
	font-size:45px;
	line-height:140%;
	font-weight:800;
	padding:0 0 30px 0;
	background: #fe161d;
	background: -webkit-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: -moz-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: linear-gradient(to right, #fe161d 0%, #000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align:center;
}

.advantages .description {
	font-weight:500;
	font-size:20px;
	line-height:140%;	
	color:#000;
	text-align:center;
	margin:0 0 65px 0;
}

.advantages .list-wrap {
	background:#f9f9f9;
	border-radius:8px;
	padding:24px 32px 24px 62px;
}

.advantages .list {
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	position:relative;
	margin:0 -10px;	
}

.advantages .list .item {
	font-weight:normal;
	font-size:16px;
	line-height:140%;	
	color:#000;	
	width:calc(33.333% - 20px);
	margin:24px 10px;	
	box-sizing: border-box;
	padding-left:65px;
	position:relative;
}

.advantages .list .item span {
	display:block;
	width:50px;
	height:50px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:50px auto;
	position:absolute;
	left:0px;
	top:50%;
	margin:-25px 0 0 0;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.gallery {
	padding:85px 0;
}

.gallery h1,
.gallery h2 {
	font-size:45px;
	line-height:140%;
	font-weight:800;
	padding:0 0 30px 0;
	background: #fe161d;
	background: -webkit-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: -moz-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: linear-gradient(to right, #fe161d 0%, #000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align:center;
}

.gallery .description {
	font-weight:500;
	font-size:20px;
	line-height:140%;	
	color:#000;
	text-align:center;
	margin:0 0 65px 0;
}

.gallery .listgallery {
	display:flex;
	flex-wrap: wrap;
	margin:-10px;
	position:relative;
}

.gallery .listgallery .item {
	width:calc(25% - 20px);
	margin:10px;
}

.gallery .listgallery a {
	display:block;
	padding-bottom:100%;
	border-radius:8px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	box-shadow: rgb(221, 229, 235, 0.15) 0px 0px 15px 5px;
	transition: all 0.5s;
	position:relative;
	overflow:hidden;
}

.gallery .listgallery a::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:#FFF;
	opacity:0;
	z-index:1;
	transition: all 0.5s;
}

.gallery .listgallery a::after {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:url("images/zoom.png") no-repeat center center;
	background-size:50px auto;
	z-index:2;	
	opacity:0;
	transition: all 0.5s;
}

.gallery .listgallery a:hover::before {
	opacity:0.35;
}

.gallery .listgallery a:hover::after {
	opacity:1;
}

.gallery .more {
	padding:65px 0 0 0;
	text-align:center;
}

.gallery .more a {
	color:#3883C3;
	font-weight:normal;
	font-size:15px;
	line-height:140%;
	text-decoration:none;
	border-radius:8px;
	border:1px solid #3883C3;
	display:inline-block;
	padding:14px 42px;
	transition: all 0.5s;
}

.gallery .more a:hover {
	color:#FFF;
	background:#3883C3;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.defaultpage {
	padding:76px 0;
}

.defaultpage h1 {
	font-size:45px;
	line-height:140%;
	font-weight:800;
	padding:0 0 30px 0;
	background: #fe161d;
	background: -webkit-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: -moz-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: linear-gradient(to right, #fe161d 0%, #000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align:center;
}

.defaultpage .content {
	font-weight:normal;
	font-size:16px;
	line-height:140%;	
	color:#000;	
}

.defaultpage .content p {
	padding:10px 0;
}

.defaultpage .content ul,
.defaultpage .content ol {
	padding:10px 0;
	margin:0 0 0 19px;
}

.defaultpage .content h2 {
	padding:10px 0;
	font-weight:normal;
	font-size:32px;
	line-height:140%;	
	color:#000;	
}

.defaultpage .content h3 {
	padding:10px 0;
	font-weight:normal;
	font-size:26px;
	line-height:140%;	
	color:#000;	
}

.defaultpage .content a {
	color:#3883C3;
	text-decoration:underline;
}

.defaultpage .content a:hover {
	text-decoration:none;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.about {
	padding:85px 0;
	background:#f9f9f9;
}

.about .cell {
	display:flex;
	justify-content: space-between;
	align-items: stretch;
}

.about .cell .left {
	width:calc(50% - 10px);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border-radius:8px;
	box-shadow: rgb(221, 229, 235, 0.15) 0px 0px 15px 5px;
}

.about .cell .right {
	width:calc(50% - 35px);
}

.about .content {
	font-weight:normal;
	font-size:16px;
	line-height:140%;	
	color:#000;	
}

.about .content p {
	padding:10px 0;
}

.about .content h2 {
	padding:0 0 10px 0;
	font-size:35px;
	line-height:130%;
	font-weight:800;
	background: #fe161d;
	background: -webkit-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: -moz-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: linear-gradient(to right, #fe161d 0%, #000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}

.about .reviews {
	display:flex;
	align-items: center;
	margin:25px 0 0 0;
	box-sizing: border-box;
	padding-left:136px;
	position:relative;
}

.about .reviews::before {
	content:'';
	display:block;
	width:110px;
	height:38px;
	background:url("images/2gis.svg") no-repeat center center;
	background-size:100% auto;
	position:absolute;
	left:0px;
	top:50%;
	margin:-19px 0 0 0;
}

.about .reviews b {
	font-weight:500;
	font-size:75px;
	line-height:75px;
	margin:0 25px 0 0;
}

.about .reviews .stars {
	display:flex;
	align-items: center;
	padding:0 0 5px 0;
	position:relative;
	left:-5px;
}

.about .reviews .stars i,
.about .reviews .stars em {
	display:block;
	width:24px;
	height:24px;
	background:red;
}

.about .reviews .stars i {
	background:url("images/star-yellow.svg") no-repeat center center;
	background-size:28px auto;
}

.about .reviews .stars em {
	background:url("images/star.svg") no-repeat center center;
	background-size:28px auto;
	opacity:0.2;
}

.about .reviews span {
	font-weight:normal;
	font-size:16px;
	line-height:140%;	
	color:#000;		
}

.about .reviews p {
	padding:3px 0 0 0;	
}

.about .reviews p a {
	font-weight:normal;
	font-size:16px;
	line-height:140%;	
	text-decoration:underline;
	color:#3883C3;
}

.about .reviews p a:hover {
	text-decoration:none;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.faq {
	padding:85px 0;
	position:relative;
}

.faq h2 {
	font-size:45px;
	line-height:140%;
	font-weight:800;
	padding:0 0 30px 0;
	background: #fe161d;
	background: -webkit-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: -moz-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: linear-gradient(to right, #fe161d 0%, #000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align:center;
}

.faq .description {
	font-weight:500;
	font-size:20px;
	line-height:140%;	
	color:#000;
	text-align:center;
	margin:0 0 65px 0;
}

.faq .cell {
	display:flex;
	justify-content: space-between;
}

.faq .cell .left {
	width:calc(50% - 20px);
}

.faq .cell .right {
	width:calc(50% - 20px);
}

.faq .list .item {
	margin:16px 0 0 0;
}

.faq .list .item:first-child { margin:0; }

.faq .list h3 {
	display:block;
	cursor:pointer;
	color: #000;	
	font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 160%;
    display: block;
    padding: 16px 60px 18px 24px;
    background:#FFF;
    border-radius: 16px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
	transition: all 0.5s;
	border:1px solid #000;
}

.faq .list h3:hover {
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.faq .list h3::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	margin: -8px 0 0;
	right: 30px;
	background: url("images/faq-arrow.svg") no-repeat center center;
	transition: all .5s;
}

.faq .list h3.active::before {
	transform: rotate(90deg);
}

.faq .list .hide {
	padding:16px 0 0 24px;
	display:none;
}

.faq .list .content {
	font-weight:normal;
	font-size:16px;
	line-height:140%;	
	color:#000;	
}

.faq .list .content p {
	padding:5px 0;
}

.faq .list .content ul,
.faq .list .content ol {
	padding:5px 0 5px 0;
	margin-left:19px;
}

.faq .container-tags {
	padding:45px 0 0 0;
}

.faq .container-tags .content {
	font-weight:normal;
	font-size:16px;
	line-height:140%;	
	color:#000;		
}

.faq .container-tags .content b {
	display:block;
	padding:0;
}

.faq .container-tags .content a {
	color:#3883C3;
	text-decoration:underline;
}

.faq .container-tags .content a:hover {
	text-decoration:none;
}

.faq .container-tags .content details {
	margin:10px 0 0 0;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.footer {
	background: #F9F9F9;
    padding: 140px 0 40px 0;
    position: relative;
}

.footer::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100px;
    background: url("images/footer-bg.svg") no-repeat center 0px;
    background-size: 100% auto;
}

.footer .cell {
	display:flex;
	justify-content: space-between;
}

.footer .item b {
	display:block;
	padding:0 0 5px 0;
	font-size:13px;
}

.footer .item p {
	font-weight:normal;
	font-size:16px;
	line-height:140%;	
	color:#000;		
}

.footer .item p a {
	color:#3883C3;
	font-weight:normal;
	font-size:15px;
	line-height:140%;
	text-decoration:none;	
}

.footer .item p a:hover {
	text-decoration:underline;
}

.footer .social ul {
	display:flex;
	align-items: center;
	position:relative;
	margin:0 -3px;
}

.footer .social ul li {
	display:block;
	list-style:none;
	width:36px;
	height:36px;
	margin:0 3px;
}

.footer .social ul li a {
	display:block;
	width:36px;
	height:36px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
	transition: all 0.5s;
	position:relative;
}

.footer .social ul li.telegram a { background-image:url("images/telegram.png"); }
.footer .social ul li.vk a { background-image:url("images/vk.png"); }
.footer .social ul li.whatsapp a { background-image:url("images/whatsapp.png"); }

.footer .social ul li a:hover {
	transform: rotateY(360deg);
}

.footer .social ul li a::before {
	content:'';
	display:block;
	position:absolute;
	left:-3px;
	right:-3px;
	top:-3px;
	bottom:-3px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hide {
	display:none;
}

.window.fancybox-content {
	background: #F8F8F8;
	width: 600px;
	box-sizing: border-box;
	padding:60px;
	overflow:hidden;
}

.window.fancybox-content .fancybox-button.fancybox-close-small {
	background:url("images/close.svg") no-repeat center center;
	width:30px;
	height:31px;
	opacity:1;
	top:20px;
	right:20px;
	transition: all 0.5s;
}

.window.fancybox-content .fancybox-button svg { display:none!important; }

.window label {
	display:block;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 45px;
	color: #000000;
	background: #fe161d;
	background: -webkit-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: -moz-linear-gradient(to right, #fe161d 0%, #000 100%);
	background: linear-gradient(to right, #fe161d 0%, #000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding:0 0 20px 0;
	text-align:center;
}

.window em {
	display:block;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	padding:0px 0 40px 0;	
	text-align:center;
}

.window .wpcf7 {	
	position:relative;
}

.window .wpcf7 span.wpcf7-form-control-wrap {
	display:block;
	padding:0 0 10px 0;
}

.window .wpcf7 input.wpcf7-text {
	border-bottom:1px solid #D6D6D6;
	padding:22px 10px;
	width:100%;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #808080;
	background:none;
	transition: all 0.5s;
}

.window .wpcf7 input.wpcf7-text:focus {
	border-bottom:1px solid #000;
	color:#000;
}

.window .wpcf7 textarea {
	border-bottom:1px solid #D6D6D6;
	padding:22px 10px;
	width:100%;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #808080;
	background:none;
	resize:none;
	height:65px;
	transition: all 0.5s;
}

.window .wpcf7 textarea:focus {
	border-bottom:1px solid #000;
	color:#000;
}

.window .wpcf7 small {
	display:block;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	text-align:center;
}

.window .wpcf7 small a {
	color: #3883C3;
	text-decoration:underline;
}

.window .wpcf7 small a:hover {
	text-decoration:none;
}

.window .wpcf7 .submit {
	padding:20px 0 0 0;
}

.window .wpcf7 .submit .wpcf7-submit {
	height: 60px;
	width: 280px;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFF;
	margin:0 auto;
	background: #474040;
	transition: all 0.5s;
}

.window .wpcf7 .submit .wpcf7-submit:hover {
	background: #000;
	color: #FFFFFF;
}

.window .wpcf7 input.wpcf7-text.wpcf7-not-valid,
.window .wpcf7 textarea.wpcf7-not-valid {
	color: red;
	border-bottom:1px solid #ec2802;
}

.window .wpcf7 .wpcf7-response-output {
	font-size:14px;
	line-height:18px;
	display:block;
	text-align:center;
	color:#000;
	padding:0!important;
	margin:0!important;
	border:none!important;
	position:absolute;
	left:-30px;
	right:-30px;
	bottom:-40px;
}

.window .wpcf7 .wpcf7-spinner {
	position:absolute;
	padding:0;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top:50%!important;
	left:50%!important;
	background:#ec2802 url("images/loading.svg") no-repeat center center!important;
	background-size:31px 31px!important;
	width:50px!important;
	height:50px!important;
	margin:-25px 0 0 -25px!important;
}

.window .wpcf7 .wpcf7-spinner::before { display:none; }

.wpcf7-not-valid-tip {
	display:none!important;
}