html	{
	font-size: 10px;
	width: 100%;
}

/*Убрать полосу прокрутки*/
::-webkit-scrollbar {
	width: 0;
}

body {
	font-family: "Lato", 'Open Sans', Tahome , Arial, sans-serif;
	color: #000;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	overflow: hidden; /* для того, что бы включить через время скриптом*/
	width: 100%;
}

.lato-thin {
	font-family: "Lato", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.lato-light {
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.lato-regular {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.lato-bold {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Yellowtail';
	src: url('../fonts/Regular/Yellowtail-Regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Regular/Yellowtail-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/Regular/Yellowtail-Regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/Regular/Yellowtail-Regular.woff') format('woff'), /* Pretty Modern Browsers */
		 url('../fonts/Regular/Yellowtail-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/Regular/Yellowtail-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Digiface (Rus by MarkStarikov2014) Regular';
	src: url('../fonts/Digiface/Digiface-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/Digiface/Digiface-Regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/Digiface/Digiface-Regular.woff') format('woff'), /* Pretty Modern Browsers */
		 url('../fonts/Digiface/Digiface-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/Digiface/Digiface-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: 400;
	font-style: normal;
}

.preload-font	{
	font-size: 1.5em;
	font-family: 'Digiface (Rus by MarkStarikov2014) Regular';
}


.alternate-font	{
	font-size: 2.5em;
	font-family: 'Yellowtail', cursive;
	color: #fff !important;
}

ul, li, p {
	display: block;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6	{
	padding: 0px;
	margin: 0px;
}
* {
	-moz-transition: all 0.3s ease;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
}
a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
	text-decoration: none;
	outline: none;
}
div, p, input, button, form, table, a, textarea, label {
	box-sizing: border-box;
}
button	{
	background: none;
	border: none;
	cursor: pointer;
}
.clearfix:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.no-scroll {
   overflow: hidden !important;
}
/*Настройки контента*/
.container {
	max-width: 1400px;
	border: none; /*1px solid red*/; /*none*/
	margin: auto;
	position: relative;
}
.content {
	padding: 40px 40px;
}
.hide-content	{
	display: none;
}

/*Шрифт и бэкграунд*/

._text-white	{
	color: #fff;
}
._text-gray	{
	color: #424f60;
}
._text-lightgray	{
	color: rgba(255, 255, 255, 0.5)
}
._text-red	{
	color: #c7081b;
}
._text-crossOut	{
	text-decoration: line-through;
	text-decoration-color: #c7081b;
}
._text-center	{
	text-align: center;
	justify-content: center;
}
._text-around	{
	text-align: center;
	justify-content: space-around;
}
._bg-gray	{
	background: rgba(0, 0, 0, 0.7);
}
._bg-dark-gray	{
	background: rgba(0, 0, 0, 0.9);
}
._bg-black	{
	background: #000;
}
._bg-white	{
	background: #fff;
}
._bg-light-gray	{
	background: #f0f0f0;
}
._bg-img-othercar	{
	background: url(../img/bg/Section/bg_section.jpg) center right no-repeat;
}
._bg-img-car	{
	background: url(../img/bg/Section/bg_section-2.jpg) center right no-repeat;
}
._svg-filter-white	{
	filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(4%) hue-rotate(325deg) brightness(104%) contrast(103%);
}
.section__mosttitle	{
	display: block;
	font-size: 8rem;
	text-transform: uppercase;
	line-height: 1;
}
.section__title	{
	display: grid;
	text-transform: uppercase;
	font-size: 2.5rem;
	text-align: left;
}
.section__title:after	{
	content: '';
	display: block;
	border: 1px solid #c7081b;
	width: 70px;
}
.section__subtitle	{
	display: block;
	font-size: 6rem;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 100;
}
.section__desc {
	text-align: center;
	font-size: 1.7rem;
	margin-bottom: 10px;
}
.card__title {
	display: block;
	font-size: 8rem;
	text-transform: uppercase;
	line-height: 1;
}
.card__subtitle	{
	display: block;
	font-size: 6rem;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 50 !important;
}
.card__desc {
	text-align: center;
	font-size: 1.3rem;
	line-height: 2rem;			
}
.card__button	{
	display: block;
	text-align: center;
	font-size: 1.3rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px;
	width: 30%;
	margin: 0px auto;
}
._img-small	{
	width: 50%;
}
._img-normal	{
	width: 100%;
}

/*Оболочка*/

.flex-wrap	{
	display: flex;
}

/*Прелоадер*/
.preloader-wrap	{
	position: fixed;
	background: #fff;
	width: 100%;
	height: 100vh;
	z-index: 100;
	opacity: 80%;
	padding: 50px;
}
.preloader-wrap__line	{
	display: flex;
	height: 33%;
}
.preloader-wrap__line:nth-child(1)	{
	justify-content: end;
}
.preloader-wrap__line:nth-child(2)	{
	align-items: center;
}
.preloader-wrap__line:nth-child(3)	{
	align-items: end;
	gap: 20px;
}
.preloader-text	{
	font-size: calc( (100vw - 386px)/(1480 - 386) * (200 - 48) + 48px);
	font-weight: 300;
}
.preloader-title	{
	font-size: calc( (100vw - 386px)/(1480 - 386) * (100 - 38) + 38px);
	font-weight: 900;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
.preloader-title:nth-child(1)	{
	animation: move-preload-first-word 1.5s;
}
.preloader-title:nth-child(2)	{
	animation: move-preload-second-word 1.5s;
}
.preloader-title:nth-child(3)	{
	animation: move-preload-end-word 1.3s;
	-webkit-text-stroke: 1px #000;
	background: linear-gradient(45deg, #000 15%, #ff00002b 1%, red 30%) left / 300% 100% no-repeat text;
	color: #0000;
}
@keyframes move-preload-first-word	{
  0% {
    transform: translateX(-500px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes move-preload-second-word	{
  0% {
    transform: translateY(-500px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes move-preload-end-word	{
  0% {
    transform: translateX(5000px);
  }
  100% {
    transform: translateX(0px);
  }
}

.preloader-pic img	{
	animation: rotate-preload 5s;
	width: calc( (100vw - 386px)/(1480 - 386) * (100 - 50) + 50px);
}
@keyframes rotate-preload	{
	0%	{
		transform: rotate(0deg);
	}
	100%	{
		transform: rotate(360deg);		
	}
}
.preloader-pic:nth-child(2)	{
	transform: rotate(45deg);
}
.preloader-pic:nth-child(2)	{
	transform: rotate(90deg);
}
.preloader-disable	{
	visibility: hidden;
	transform: translateY(-100vh);
	transition-duration: 1.5s;
}

/*Включение / выключение элемента*/

.disable	{
	display: none !important;
}
.is-active	{
	display: block;
}

/*Плавное появление элементов*/

.element-animation {  
	/* Скроем элемент в начальном состоянии */
	opacity: 0;
	transform: translateY(0px);
}
.element-animation.element-show {
	opacity: 1;
	transition: all 3.0s;
	transform: translateY(0%);
}
.element-animation_top {
	transform: translateY(-100px);
	-ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}
.element-animation_bottom {
	transform: translateY(100px);
	-ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);	
}



/*Анимация карточек*/

.card-flip {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 200px;
	margin: auto;
}
.card-front,
.card-back{
	overflow: hidden;
	backface-visibility: hidden;
	position: absolute;
	transition: transform 2s;
	-webkit-transition: transform 2s;
	-moz-transition: transform 2s;
	-o-transition: transform 2s;
}
.card-back__content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	width: 370px;
	height: 200px;
	text-align: center;
	background: #c7081b;
}
.card-front {
    transform: perspective(600px) rotateY(0deg);
 	-ms-transform: perspective(600px) rotateY(0deg);
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -o-transform: perspective(600px) rotateY(0deg);
}
.card-back{
    transform: perspective(600px) rotateY(-180deg);
 	-ms-transform: perspective(600px) rotateY(-180deg);
    -webkit-transform: perspective(600px) rotateY(-180deg);
    -moz-transform: perspective(600px) rotateY(-180deg);
    -o-transform: perspective(600px) rotateY(-180deg);
    background-color: #c7081b;
}
.card-flip:hover > .card-front{
    transform: perspective(600px) rotateY(180deg);
 	-ms-transform: perspective(600px) rotateY(180deg);
    -webkit-transform: perspective(600px) rotateY(180deg);
    -moz-transform: perspective(600px) rotateY(180deg);
    -o-transform: perspective(600px) rotateY(180deg);    
}
.card-flip:hover > .card-back{
    transform: perspective(600px) rotateY(0deg);
 	-ms-transform: perspective(600px) rotateY(0deg);
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -o-transform: perspective(600px) rotateY(0deg);
}
.card-pulse	{
	position: absolute;
	text-align: center; 
	display: flex;
	justify-content: center;
	align-items: center;
	color: #c7081b;
	top: 20px;
	left: 20px;
	padding: 20px;
	margin: 20px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.card-pulse::after,
.card-pulse::before {
	content: '';
	position: absolute;
	border: 5px solid #c7081b;
	left: -20px;
	opacity: 0;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: card-pulse 2.5s linear infinite;
}
.card-pulse::after {
	animation-delay: 1.25s;
}
@keyframes card-pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/*Кнопка наверх*/

.toTop {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: 2px solid #000;
	padding: 15px;
	background: #fff;
	color: #000;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 3;
	cursor: pointer;
}
.toTop:hover	{
	border: 2px solid #000;
	background: #000;
	color: #fff;
}

/*Форма*/

.form__disable	{
	visibility: hidden;
	transform: translateX(-305px);
}
.form__active	{
	transform: translateX(305px);
}
.form__wrap {
	position: fixed;
    z-index: 2;
    bottom: 10px;
    left: 10px;
    align-items: end;
    flex-direction: row-reverse;
    transform: translateX(-305px);
    gap: 10px;
}
.form {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
    padding: 15px;
    gap: 15px;
    border-radius: 5px;
    animation: open-anim 2s;
}
@keyframes open-anim {
  0% {
  	transform: translateX(-300px);
  }
  100% {transform: translateX(0px);}
}
.form__btn	{
	bottom: 10px;
	display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 0px;
    border-radius: 50%;
    color: #000;
    border: 1px solid #000;
}
.form__btn:hover {
	color: #c7081b;
	border: 1px solid #c7081b;
}
.form__btn-open	{
	position: fixed;
	z-index: 3;
	bottom: 10px;
	left: 10px;	
	width: 50px;
	height: 50px;
}
.form__btn-close	{
    width: 100%;
    border: none;
    border-radius: 0;
}
.form__btn-close:hover	{
	border: none;
}
.form__title	{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
}
.form__item-input	{
	width: 100%;
	margin: -1px;
}
.form__item-input:focus,
.form__item-input:hover	{
	border: 2px solid #c7081b;
	transition: 0.1s;
}
.form__item {
	text-transform: uppercase;
}
.form__item:nth-child(5)	{
	display: flex;
	align-items: center;
}
input[type="checkbox" i]	{
	margin: 0px 3px 0px 0px;
	accent-color: #c7081b;
}
input[type="submit" i] {
    border-width: 2px;
    border-color: #424f60;
}
textarea[type="text" i]	{
	resize: none;
} 
textarea:focus { 
    outline: none !important;
    border-color: #424f60;
}
.form__item-btn	{
	color: #000;
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	height: 50px;
}
.form__item-btn:hover	{
	background: #c7081b;
	color: #fff;
}
::-webkit-input-placeholder {color:#c7081b; font-size: 1.1rem;}
::-moz-placeholder          {color:#c7081b; font-size: 1.1rem;}/* Firefox 19+ */
:-moz-placeholder           {color:#c7081b; font-size: 1.1rem;}/* Firefox 18- */
:-ms-input-placeholder      {color:#c7081b; font-size: 1.1rem;}


/*Header*/

.header {
	position: relative;
	z-index: 3;
}

/*Top-panel*/

.top-menu {
	justify-content: space-between;
	background: #000;
}
.top-menu__logo	{
	width: 50%;
}
.logo-wrap	{
	width: 30%;
}
.logo {
	max-height: 80px;
	margin-left: 5%;
}
.top-panel__menu	{
	justify-content: space-around;
	padding: 5px 0px;
}
.top-panel__menu-item	{
	width: 50%;
}
.top-panel__menu-icon	{
	padding-right: 10px;
}
.top-panel__menu-link	{
	font-size: 1.2rem;
	align-items: baseline;
	justify-content: center;
}
.top-panel__menu-link:hover	{
	font-weight: 900;
}

/*nav*/

.nav {
	justify-content: right;
	width: 70%;
}
.nav__menu	{
	text-transform: uppercase;
	align-items: center;
}
.nav__menu-item	{
	padding: 10px 10px;
	height: 100%;
	display: flex;
	align-items: center;
	width: 100px;
}
.nav__menu-item:hover	{
	background: #c7081b;
	opacity: 0.9;
	transition: 1s;
	width: 150px;
}
.nav__menu-link	{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	padding: 0px 5px;
	color: #fff;
	font-weight: 300;
	height: 100%;
	width: 100%;
	text-decoration: none;
	text-transform: uppercase;
}
.nav__menu-item:hover .nav__menu-link {
	font-weight: 600;
}
.burger__btn-line	{
	display: none;
	justify-content: center;
	margin: auto 20px;
	content: '';
	width: 30px;
	height: 2px;
	background: #fff;
	align-items: center;
	position: relative;
}
.burger__btn-line:after, .burger__btn-line:before	{
	content: '';
	display: block;
	width: inherit;
	height: inherit;
	background: inherit;
	position: absolute;
}
.burger__btn-line:after {
	top: 5px;
}
.burger__btn-line:before	{
	bottom: 5px;
}
.burger__menu	{
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	flex-direction: column;
	align-items: center;
	height: 100dvh;
	z-index: 2;
}
.burger__menu-item	{
	padding-top: 4%;
}
.burger__menu-item:nth-child(1)	{
	padding-top: calc(00% + 100px);
}	
.burger__menu-link	{
	display: flex;
	padding: 5px;	
	color: #fff;
	font-size: 1.5rem;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
}
.change__line	{
	display: block;
	position: relative;
	transition: 0.1s;
	background: none;
}
.change__line:before, .change__line:after {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	transition: 0.5s;
}
.change__line:before {
	transform: rotate(45deg);
}
.change__line:after	{
	transform: rotate(-45deg);
}

/*Banner*/

.banner {
	margin-top: -80px;
}
.carousel-banner .owl-nav	{
	position: absolute;
	top: 50%;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0px 15px;
}
.carousel-banner .owl-prev span {
    padding: 0px 10px;
    font-size: 2rem;
    font-weight: 400;
}
.carousel-banner .owl-next span {
	padding: 2px 13px;
    font-size: 2rem;
    font-weight: 400;    
}
.banner__card {
	position: relative;
}
.banner__card-img	{
	filter: brightness(110%) blur(2px);
}
.banner__card-text	{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
}
.banner__card-subtitle	{
	text-transform: uppercase;
}
.banner__card-info	{
	width: 70%;
}
.banner__card-info:nth-child(1)	{
	text-align: justify;
}
.banner__card-desc	{
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    font-style: italic;
    text-align: end;
}

/*Message*/

.message__text {
	display: flex;
	align-items: center;
	justify-content: center;
}
.message__text-info	{
	font-size: 2rem;
	padding-right: 5%;
	font-weight: 300;
}

/*Services*/

.service__card-menu	{
	display: flex;
    gap: 20px;
}
.service__card-item	{
	text-align: center;
	width: 100%;
    justify-content: center;
    margin: auto;
}
.service__card-item:nth-child(4)	{
	display: none;
}
.service__card-img	{
	width: 100%;
}
.service__card-text	{
	margin: 10px 0px;
}
.service__card-title	{
	font-size: 2.5rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.service__card-desc	{
	font-size: 1.2rem;
	text-align: left;
}
	/*Поворот карточки*/

	.card-back__title	{
		font-size: 2rem;
		letter-spacing: 3px;
		text-transform: uppercase;
		font-weight: 300;
		margin-bottom: 5%;
	}
	.card-back__desc	{
		display: flex;
		justify-content: center;
	}
	.card-back__icon	{
		height: 40px;
		width: 40px;
		border: 1px solid #fff;
		border-radius: 50%;
		display: flex !important;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.card-back__icon:nth-child(2)	{
		margin-right: 0px;
	}
	.card-back__desc a {
		margin-right: 20px;
		color: #fff;
	}
	.card-back__desc a:nth-child(2) {
		margin-right: 0px;
	}

/* ADVANTEGES */

.advantages__list	{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	gap: 40px 40px;
	align-items: center;
}
.advantages__list-item	{
	display: flex;
	flex: 1 1 400px;
	text-align: center;
	height: 0%;	
	align-items: center;
}
.advantages__list-item:nth-child(odd)	{
	flex-direction: row-reverse;
}
.advantages__list-item:nth-child(odd) .advantages__list-info	{
	text-align: right;
	padding-right: 40px;
	padding-left: 0px;
}
.advantages__list-info	{
	text-align: left;
	padding-left: 40px;
	width: 50%;
}
.advantages__list-img	{
	object-fit: contain;
	height: 100px;
}
.advantages__list-title	{
	font-size: 2.0rem;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.advantages__list-desc	{
	font-size: 1.5rem;
	font-weight: 300;
}

/* PRICE */

.price__card {
	display: grid; 
	grid-template-columns: 1fr 1fr; 
	gap: 20px 20px;
	align-items: flex-start;
	justify-content: center;
	align-items: center;
}
.price__title {
	justify-content: right;
}
.price__card-item	{
	position: relative;
}
.price__card-info	{
	position: absolute;
	display: flex;
	flex-direction: column;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.price__card-show	{
	display: flex;
	align-items: center;
}
.price__card-icon	{
	height: 30px;
	width: 30px;
	border: 1px solid #c7081b;
	background: #c7081b;
	border-radius: 50%;
	color: #fff;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: relative;
}
.price__card-front .price__card-icon:after	{
    content: '';
    position: absolute;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    z-index: 1;
    top: 5;
    left: 5;
    border: 1px solid #fff;
}
	.front-info:nth-child(1)	{
		top: 45%;
		left: 15%;
	}
	.front-info:nth-child(2)	{
		top: 75%;
		left: 10%;
	}
	.front-info:nth-child(3)	{
		top: 10%;
		left: 50%;
	}
	.front-info:nth-child(4)	{
		top: 55%;
		left: 65%;
	}
	.front-info:nth-child(5)	{
		top: 45%;
		left: 55%;
	}
	.front-info:nth-child(6)	{
		top: 30%;
		left: 75%;
	}
.price__card-behind	.price__card-icon	{
	background: #fff;
	color: #c7081b;
	width: 30px;
	height: 30px;
}
.price__card-behind .price__card-icon:after	{
    content: '';
    position: absolute;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    z-index: 1;
    top: 5;
    left: 5;
    border: 1px solid #c7081b;
}
	.behind-info:nth-child(1)	{
		top: 50%;
    	left: 7%;
	}
	.behind-info:nth-child(2)	{
		top: 70%;
    	left: 50%;
	}
	.behind-info:nth-child(3)	{
		top: 25%;
    	left: 30%;
	}
	.behind-info:nth-child(4)	{
		top: 30%;
    	left: 70%;
	}
	.behind-info:nth-child(5)	{
		top: 50%;
    	left: 55%;
	}
	.behind-info:nth-child(6)	{
		top: 65%;
    	left: 80%;
	}		
			
.price__card-desc	{
	display: none;
	text-align: center;
	padding: 10px;
	border: 1px solid #c7081b;
	border-radius: 7px;
    width: 100px;
	margin-left: -40px;
    margin-top: -40px;
}
.price__card-info:hover .price__card-desc {
	display: block;
	z-index: 2;
/*	position: relative;*/
	background: #fff;
}
.price__card-item .price__card-text:nth-child(2)	{
	padding-top: 20px;
}
.price__card-title	{
	text-transform: uppercase;
	font-size: 1.1rem;
	margin: 0px 0px 10px 0px;
}
.price__card-tag	{
	text-transform: uppercase;
	color: #c7081b;
	font-size: 1.4rem;
	font-weight: 500;
}
.price__card-img	{
	object-fit: contain;
}
.price__card-text	{
	font-size: 1.2rem;
	line-height: 2rem;
}

/*PRACTIC*/

.practice__card	{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.practice__card-item	{
	height: 450px;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: space-around;
}
.practice__card-item:nth-child(1)	{
	background: url(../img/bg/Card/result1.jpg) center center no-repeat;
    background-size: cover;
}
.practice__card-item:nth-child(2)	{
	background: #c7081b;
    background-size: 100%;
}
.practice__card-item:nth-child(4)	{
	background: url(../img/bg/Card/result3.jpg) center center no-repeat;
    background-size: cover;	
}
.practice__card-item:nth-child(2) .practice__card-btn:hover	{
	color: #c7081b;
	background: #fff;
}
.practice__card-item:nth-child(3) .practice__card-btn:hover	{
	color: #000;
	background: #fff;
}
/*.practice__card-item:hover:nth-child(4)	{
	background: url(../img/bg/Card/result2.jpg) center center no-repeat;
	background-size: cover;
	transition: 1.5s;
}*/
.practice__card-desc	{
    transition: transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
    margin-bottom: 40px;
} 

/*REVIEWS*/

.carousel-reviews .owl-item img {
	width: 40%;
	border-radius: 50%;
	margin: auto;
}
.reviews__list-desc	{
	font-size: 1.5rem;
	text-align: center;
	width: 50%;
    margin: auto;
}
.owl-theme .owl-dots .owl-dot span {
	background: #fff;
	border: 1px solid #000;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #c7081b;
	border: 1px solid #c7081b;
}

.reviews__list-title	{
	font-size: 2.0rem;
    text-transform: uppercase;
    padding: 20px 0px;
    text-align: center;
    font-weight: 900;
}

/*FOOTER*/

.footer {
	text-align: center;
}
.footer__info	{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100vh;
	gap: 40px;
}
.footer__info-wrap	{
	justify-content: center;
	flex-direction: column;
}
.footer__info-subtitle:before	{
	content: '';
	display: block;
	border: 1px solid #fff;
}
.footer__list {
	gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer__list-item	{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.footer__list-title	{
	text-transform: uppercase;
	font-weight: 500;
}
.footer__list-btn {
	padding: 0px;
	color: #c7081b;
	font-weight: 700;
	text-decoration: none;
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}
.footer__icon-tel	{
	display: flex !important;
	align-items: center;
}
.footer__list-tel {
	flex-direction: column;
	justify-content: center;
	margin-left: 10px;
}
.footer__list-number	{
	align-items: baseline;
	font-size: 2.5rem;
	text-decoration: none;
	color: #fff;
	font-weight: 300;
}
.footer__list-number:hover	{
	color: #c7081b;
	font-weight: 900;
}
.footer__icon {
	gap: 10px;
}
.footer__icon-link	{
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background: #c7081b;
	padding: 10px;
}
.footer__icon-social	{
	width: 40px;
}
.location-disable {
	opacity: 0;
}
.location-active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 4;
}
.location__map	{
	position: relative;
	width: 95%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -100px;
}
.location__btn-close	{
	margin-top: 50px;
}
.location__btn-icon	{
	color: #fff;
}
.location-close__img	{
	width: 50px;
    background: #fff;
    border-radius: 50%;
}

/* WORKS */

/*RESULT*/
.result {
	position: relative;
}
.result-gallery	{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding-bottom: 40px;
}
.result-gallery__item {
	width: 350px;
	height: 250px;
	overflow: hidden;
	cursor: pointer;
	border: 3px solid #fff;
}
.result-gallery__img,
.gallery-mobile__img	{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.result-gallery__img:hover {
	transform: scale(1.1);
}
.result .result__pop-up {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
  display: none;
	z-index: 20;
}
.result__pop-up img {
	position: fixed;
	object-fit: cover;
	width: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 5px solid #fff;
}
.result__icon-close	{
	width: 100%;
	height: 100%;
}
.result__pop-up span {
	font-size: 20px;
	width: 30px;
	height: 30px;
	display: block;
	line-height: 30px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	top: 40px;
	right: 40px;
	cursor: pointer;
}
.gallery-mobile__wrap	{
	display: none;
	padding-bottom: 40px;
	justify-content: center;
	flex-direction: column;
}

.gallery-mobile {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.gallery-mobile__item	{
	width: 350px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	border: 3px solid #fff;
}
.gallery-mobile__img	{
	width: inherit;
	height: inherit;
	object-fit: cover;
	transition: 0.1s;
}
.gallery-mobile__btn {
	color: #fff;
}
._max-height	{
	height: 200px;
	transition: 1s;
}

/* Страница ошибки */

.error-page__header	{
	background: #000;
	margin: 10px;
}

.anim-block-top	{
	animation: anim-block-top 3.0s;
}

@keyframes anim-block-top {
  0% {
  	transform: translateY(-100px);
  }
  100% {transform: translateY(0px);}
}

.anim-block-left	{
	animation: anim-block-left 3.0s;
}

@keyframes anim-block-left {
  0% {
  	transform: translateX(-100%);
  }
  100% {transform: translateX(0px);}
}

.anim-block-right	{
	animation: anim-block-right 3.0s;
}

@keyframes anim-block-right {
  0% {
  	transform: translateX(100%);
  }
  100% {transform: translateX(0%);}
}

.error-page {
	border-radius: 0px 0px 0px 0px;
	margin: 10px;

}

.error__container	{
	display: flex;
	flex-direction: column;
	height: 100vh;
}

.error-page	{
	flex: 1;
	justify-content: center;
    display: flex;
}

.error-page__content	{
	display: flex;
	align-items: center;
	justify-self: center;
	width: 100%;
	flex-grow: 1;
	margin-top: 40px;
}

.error-page__info	{
	margin: auto;
}

.error-page__text	{
	width: 100%;
	font-size: 100px;
	font-family: 'Digiface (Rus by MarkStarikov2014) Regular';
	color: #ffff;
}

