@charset "utf-8";
/* CSS Document */


@font-face {
font-family: 'Futura PT Medium';
src: local('Futura PT Medium'),
    url('../fonts/FuturaPT-Medium.ttf') format('opentype'),
    url('../fonts/FuturaPT-Medium.woff'),
    url('../fonts/FuturaPT-Medium.woff2');
    font-display: swap; 
}

@font-face {
font-family: 'Futura PT Light';
src: local('Futura PT Light'),
    url('../fonts/FuturaPT-Light.ttf') format('opentype'),
    url('../fonts/FuturaPT-Light.woff'),
    url('../fonts/FuturaPT-Light.woff2');
    font-display: swap; 
}

@font-face {
font-family: 'Futura PT Heavy';
src: local('Futura PT Heavy'),
    url('../fonts/FuturaPT-Heavy.ttf') format('opentype'),
    url('../fonts/FuturaPT-Heavy.woff'),
    url('../fonts/FuturaPT-Heavy.woff2');
    font-display: swap;
}


:root {
 	--font-family-1: 'Futura PT Medium';
 	--font-family-2: 'Futura PT Light';
	--font-family-3: 'Futura PT Heavy';
	
 	/*COLORS*/
	--color1: #ffffff;  /*Белый*/   
	--color2: #fdc012;  /*Жёлтый*/ 
	--color3: #2f0701;  /*Коричневый*/
	--color4: #000000;  /*Чёрный*/
	--color5: #dad0c3;  /*Серый светлый*/
	--color6: #303030;  /*Серый тёмный*/
	--color7: #707070;  /*Серый */
}

html {
  height: 100%;
  width: 100%;
}
* {
	margin:0;
	padding:0;
	outline: none !important;
}
body {
	font-family: var(--font-family-2);
	position: relative;
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	color: var(--color4);
}
.preloader {
    position:fixed;
    top:0;
    left:0;
    background:#fff;
    width:100%;
    height:100%;
    z-index:999;
}
.header {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	min-height: 140px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index:1;
}
.header-two {
    min-height: 685px;
    max-height: 685px;
}
.header-container {
	padding-top: 15px;
}
.header-kontakts {
	text-align: right;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--color5);
	padding-bottom:15px;
}
.header-phone {
	font-size:22px;
	margin-right: 50px;
	position: relative;
	font-family: var(--font-family-1);
}
.header-phone a{
	text-decoration:none;
	color:#2d1002;
}
.header-mail a{
	font-family: var(--font-family-2);
	border-bottom: 1px dotted var(--color4);
	color:var(--color4);
	text-decoration: none;
}
.header-mail {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size:18px;
	font-family: var(--font-family-2);
	color:var(--color4);
}
.header-menu > ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
	margin: 0;
	padding: 0;
	text-align: right;
}
.header-menu > ul > li{
	display: inline-block;
	margin-left: 5%;
}
.header-menu > ul > li:first-child{
	display: inline-block;
	margin-left: 0;
	justify-content: flex-start;
}
.header-menu > ul > li a{
	color:var(--color4);
	font-size:20px;
	font-family: var(--font-family-2);
	text-decoration: none;
	padding: 5px 0;
	position:relative;
}
.header-menu > ul > li.active a{
	color:var(--color2);
	font-size:20px;
	font-family: var(--font-family-2);
	text-decoration: none;
	position: relative;
}
.header-menu > ul > li.active a:after{
	display: block;
	content:'';
	position: absolute;
	width: 100%;
	height:3px;
	background: var(--color2);
}
.header-menu > ul > li a:before{
	display: block;
	content:'';
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width: 0%;
	height:3px;
	background: var(--color2);
	-moz-transform: translateX(0px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.2s ease-in-out;
}
.header-menu > ul > li a:hover:before{
	display: block;
	content:'';
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width: 100%;
	height:3px;
	background: var(--color2);
	-moz-transform: translateX(0px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.2s ease-in-out;
}
.header-date {
	font-size: 120%;
	color:var(--color7);
	margin-bottom: 15px;
}
.padding-bottom15 {
	padding: 15px 0;
}
.slider-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.slider-item-text {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: -100px;
}
.slider-item-image {
	width: 50%;
	position: relative;
}
.slider-item-text-big {
	font-size: 42px;
    line-height: 58px;
    letter-spacing: 1px;
    margin-bottom: 60px;
    font-family: var(--font-family-1);
}
.site-button {
	box-shadow: 0px 3px 0px 0px #ecaa02;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:none;
	display:inline-block;
	cursor:pointer;
	color:var(--color6);
	font-family:var(--font-family-2);
	letter-spacing: 2px;
    font-size: 19px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ecaa02;
}
.site-button:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
	color:var(--color6);
}
.site-button:active {
	position:relative;
	top:1px;
}
.slide-image-podpis {
	position: absolute;
	bottom:5%;
	width: 85%;
	margin: auto;
	left: 0;
	right: 0;
	background: #fff5e6;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 15px;
	-webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,0.4);
	box-shadow: 0 1px 20px 0 rgba(0,0,0,0.4);
	color:var(--color6);
	font-size:110%;
	line-height: 140%;
}
.slide-image-podpis-title {
	font-size:130%;
	font-weight: bold;
	color:var(--color6);
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.slider-container {
	position: relative;
}
.slider-container .owl-dots {
	position: absolute;
	bottom: 5%;
	left: 0;
}
.slider-container .owl-dots span{
	width: 24px !important;
	height: 4px !important;
	background: var(--color7) !important;
}
.slider-container button.active span{
	background: var(--color2) !important;
}
.holst {
	padding: 70px 0;
	position: relative;
	overflow: hidden;
	background-size: cover;
}
.holst-container {
    position:relative;
    z-index:1;
}
.holst-col {
	margin-bottom:30px;
}
.holst-name {
	position: absolute;
    top: 0;
    width: 53px;
    height: 100%;
    font-size: 32px;
    font-family: var(--font-family-3);
    letter-spacing: 5px;
    line-height: 90%;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
}
.holst-name span{
	display: flex;
    justify-content: center;
	-webkit-transform: rotate(-90deg);
  	-moz-transform: rotate(-90deg);
  	-ms-transform: rotate(-90deg);
  	-o-transform: rotate(-90deg);
  	transform: rotate(-90deg);
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	pointer-events:none;
}
.nameleft {
	left: 5px;
}
.nameright {
	right: 5px;
}
.holst-title{
	display: block;
	margin: auto;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
.holst-content {
	position: relative;
	z-index: 1;
	font-size:120%;
	font-family: var(--font-family-2);
}
.holst-title h1, .holst-title h2{
	text-align: center;
    font-size: 46px;
    width: 90%;
    display: block;
    margin: auto;
    line-height: 100%;
    font-family: var(--font-family-1);
}

.holst-title h3{
	text-align: center;
    font-size: 30px;
    width: 90%;
    display: block;
    margin: auto;
    line-height: 100%;
	font-family: var(--font-family-1);
}
.holst-introtext {
	font-size:110%;
	margin-bottom: 30px;
	text-align: center;
}
.plashka {
	background: var(--color1);
	-webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 20px 0 rgba(0,0,0,0.1);
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 30px 20px 20px 20px;
	display: flex;
	flex-wrap: wrap;
	min-height: 135px;
	height: 100%;
	justify-content: center;
	position: relative;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.plashka:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.flex-row {
	flex-direction:row;
}
.flex-column {
	flex-direction:column;
}
.plashka-image {
	width: 16%;
}
.plashka-image img{
	display: initial !important;
	width: auto!important;
	text-align:center;
	max-width:80%;
}
.plashka-content {
	width: 84%;
}
.plashka-title {
	font-size: 25px;
	font-family: var(--font-family-1);
}
.plashka-text {
	font-family: var(--font-family-2);
	font-size: 18px;
}
.holst-button {
	text-align:center;
}
.carusel .owl-stage{
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.carusel-item {
	padding: 10px 20px;
	height:100%;
}
.carusel-item a{
	color:var(--color4);
	text-decoration:none;
}
.carusel .owl-dots{
	position: absolute;
    bottom: 1%;
    left: 0;
    right: 0;
    margin: auto;
}
.carusel2 .owl-dots  {
	position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.carusel .owl-dots span, .carusel2 .owl-dots span{
	width: 24px !important;
	height: 4px !important;
	background: var(--color7) !important;
}
.carusel button.active span, .carusel2 button.active span{
	background: var(--color2) !important;
}
.news-item{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.news-item:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.news-item a {
	text-decoration:none;
}
.news-blok-image {
	width:40%;
}
.news-blok-content {
	width:60%;
}
.news-blok-image img {
	width:100%;
}
.news-blok-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 0 0 0 15px;
}
.news-blok {
	background: var(--color1);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:15px;
	-webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 20px 0 rgba(0,0,0,0.2);
	margin-bottom: 30px;
}
.news-blok-date {
	color:var(--color6);
	font-family: var(--font-family-2);
}
.news-blok-title {
	color:#d0a978;
	line-height: 120%;
}
.zayavka {
	position: relative;
	height: 100%;
}
.zayavka-image {
	position: absolute;
	bottom: -70px;
	left: -20px;
	z-index: 0;
}
.zayavka-image img{
	width: 110%;
	margin-left: -30px;
}
.zayavka-form {
	height:100%;
}
.zayavka-form form{
	position: absolute;
    top: 15%;
    right: 0;
    width: 60%;
	padding:30px 40px;
	z-index: 1;
	background:var(--color1);
	-webkit-box-shadow: 0 35px 0 -15px rgba(241,241,241,1);
	box-shadow: 0 35px 0 -15px rgba(241,241,241,1);
}
.form-title {
	text-align: center;
    font-size: 140%;
    line-height: 100%;
    margin-bottom: 15px;
	font-family: var(--font-family-1);
}
.forminput{
	margin-bottom: 15px;
}
.forminput input{
	display: block;
	width: 100%;
	border:0;
	border-bottom:1px solid var(--color5);
	padding: 10px 0;
	font-size:115%;
	font-family: var(--font-family-2);
}
.form-inputs {
	margin-bottom: 30px;
}
.form-button {
	text-align: center;
}
.padding-top-0 {
	padding-top: 0; 
}
.article-item-date {
	font-size:100%;
	font-family: var(--font-family-2);
	margin-bottom: 15px;
}
.article-item-title {
	font-size:120%;
	font-family: var(--font-family-1);
	margin-bottom: 10px;
    line-height: 100%;
	color:#d0a978;
}
.article-item-title a{
	color:#d0a978;
	text-decoration:none;
}
.article-item-title a:hover{
	color:#c08b47;
	text-decoration:none;
}
.article-item-introtext {
	font-size:100%;
	font-family: var(--font-family-2);
	margin-bottom: 15px;
}
.articles {
	margin-bottom: 50px;
}
.paddingleftright{
	padding-left: 70px;
	padding-right: 70px;
}
.voprosu-form form {
    position: relative;
    margin: auto;
    width: 100%;
    padding: 30px 30px;
    z-index: 1;
    background: var(--color1);
    -webkit-box-shadow: 0 5px 40px -5px rgb(0 0 0 / 15%);
    box-shadow: 0 5px 40px -5px rgb(0 0 0 / 15%);
    z-index: 2;
}
.voprosu-form form:after {
    position: absolute;
    width: 90%;
    height: 17px;
    bottom: -17px;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    background: #efefef;
    z-index: 0;
}
.voprosu-image img{
	width: 80%;
	margin:auto;
}
.flex-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.vopros-text {
	text-align:center;
}
.holst-content-voprosu {
	font-size:150%;
}
.footer {
	background: var(--color3);
	color:var(--color1);
	padding:30px 0;
}
.footer a{
	color:var(--color1);
}
.footer-menu {
	max-width: 100%
	height: 80px;
	 -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    column-rule: none;
}
.footer-menu ul{
	margin: 0;
	padding: 0;
}
.footer-menu ul li{
	display: block;
}
.footer-menu ul li a{
	display: block;
	text-decoration: none;
	font-family: var(--font-family-2);
	font-size:110%;
}
.footer-logo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.footer-logo div:first-child{
	width:40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer-logo div:first-child img{
	max-width:102px;
}
.footer-logo div:last-child{
	width:60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size:90%;
	font-family: var(--font-family-2);
}
.footer-col-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer-row > div {
	margin-bottom:15px;
}
.footer-kontakts-phone {
	font-size:28px;
	text-align:center;
	font-family: var(--font-family-1);
}
.footer-kontakts-phone a{
	text-decoration:none;
	color:#fff;
}
.footer-kontakts-mail {
	text-align:center;
}
.footer-kontakts-mail a{
	text-decoration: none;
	font-family: var(--font-family-2);
	border-bottom: 1px dotted var(--color1);
}
.footer-kontakts-socsety {
	text-align:center;
	padding: 15px 0 0 0;
}
.footer-kontakts-socsety a{
	width: 36px;
	height: 36px;
	background-image: url("../images/icons-sety.png");
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 5px;
}
.inst {
	background-position: 0 0;
}
.fb {
	background-position: -35px 0;
}
.vk {
	background-position: -70px 0;
}
.ok {
	background-position: -104px 0;
}
.doo {
	background-position: -140px 0;
}
.tl {
    background-position: -177px 0;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
	padding: 25px 30px;
}
.modal-content .btn-close {
	position: absolute;
	top:15px;
	right:15px;
}
.ok-mes, .ok-mes2, .ok-mes3 {
	text-align: center;
    font-size: 150%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #46cc74;
}
.pageinfo-container {
	padding: 60px 15px;
}
.pageinfo-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pageinfo-image {
	text-align: center;
}
.pageinfo-image img{
	max-width: 80%;
	min-width: 70%;
}
.image-practik{
	min-width: 80%;
	box-shadow: -15px 15px 0 0 rgb(0 0 0 / 10%);
}
.pageinfo-intro {
	margin-bottom: 30px;
	font-size:120%;
	font-family: var(--font-family-2);
}
.pageinfo-button {
	margin-bottom: 15px;
}
.about-number {
	position: absolute;
    top: 15px;
    left: 15px;
    color: #fbf1e2;
    font-size: 70px;
    line-height: 60px;
    font-weight: bolder;
    letter-spacing: 5px;
	font-family: var(--font-family-2);
}
.about-title {
	font-size:120%;
	font-weight: bold;
	margin-bottom: 10px;
}
.about-item {
	height:100%;
	padding: 15px 12px;
}
.about-plashka {
	background: var(--color1);
	-webkit-box-shadow: 0 1px 18px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 18px 0 rgba(0,0,0,0.1);
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 15px 15px 25px 15px;
	display: flex;
	flex-wrap: wrap;
	min-height: 280px;
	height: 100%;
	justify-content: center;
	position: relative;
}
.about-text {
	line-height: 120%
}
.for-car {
	margin:auto;
	width:98%;
	margin-top: 30px;
}
.about-blok-image img{
	max-width: 100%
}
.about-blok-title {
	font-size:300%;
	line-height: 120%;
	margin-bottom: 30px;
	font-family: var(--font-family-1);
}
.about-blok-text {
	font-size:120%;
	font-family: var(--font-family-2);
	line-height: 120%;
}
.about-blok-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:flex-end;
}
.about-blok-col {
	width: 50%;
}
.license-blok {
	margin-top: -40%;
}
.license-title {
	font-size:140%;
	margin-bottom:15px;
	font-family: var(--font-family-1);
}
.license-item {
	padding: 15px 10px;
}
.license-item a{
	background: var(--color1);
    padding: 5px;
    -webkit-box-shadow: 0 1px 15px -3px rgb(0 0 0 / 40%);
    box-shadow: 0 1px 15px -3px rgb(0 0 0 / 40%);
    display: block;
}
.license {
	position: relative;
}
.license .owl-nav{
	position:absolute;
	height:1px;
	top:50%;
	width:100%;
}
.license .owl-prev {
	float:left;
	line-height:1px !important;
	margin-top:0;
}
.license .owl-next {
	float:right;
	line-height:1px !important;
}
.license .owl-prev:hover, .license .owl-prev:focus {
	background: none !important;
}
.license .owl-next:hover, .license .owl-next:focus {
	background: none !important;
}
.license .owl-prev span{
	line-height:1px;
	font-size:0;
	display:block;
	width:38px;
	height:38px;
	background:url("../images/prev.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin-top:-30px;
	margin-left: -45px;
}
.license .owl-next span{
	line-height:1px;
	font-size:0;
	display:block;
	width:38px;
	height:38px;
	background:url("../images/next.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin-top:-30px;
	margin-right: -50px;
}
.license-button {
	margin-bottom: 60px;
	margin-top:20px;
}
.zayavka-svyaz form {
    position: relative;
	margin:auto;
    width: 100%;
    padding: 30px 30px;
    z-index: 1;
    background: var(--color1);
    -webkit-box-shadow: 0 5px 40px -5px rgba(0,0,0,0.15);
    box-shadow: 0 5px 40px -5px rgba(0,0,0,0.15);
	z-index: 2;
}
.zayavka-svyaz form:after {
    position: absolute;
	width: 90%;
	height: 17px;
	bottom:-17px;
	content: '';
	left: 0;
	right: 0;
	margin: auto;
	background: #efefef;
	z-index: 0;
}
.svyaz {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.svyaz-content {
	font-size:150%;
	font-family: var(--font-family-1);
}
.servises-col {
	margin-bottom: 25px;
}
.servises-col a{
	text-decoration: none;
	color:#000000;
}
.servises-item {
	background: var(--color1);
	-webkit-box-shadow: 0 1px 24px -4px rgba(0,0,0,0.25);
	box-shadow: 0 1px 24px -4px rgba(0,0,0,0.25);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 20px 20px 120px 20px;
	height: 100%;
	position: relative;
	min-height: 315px;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.servises-item:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.servises-item:hover > .servises-item-title{
	color:var(--color2);
	-moz-transform: translateX(0px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.2s ease-in-out;
}
.servises-item-title {
	font-size:120%;
	font-family: var(--font-family-1);
	line-height: 100%;
	margin-bottom: 15px;
	-moz-transform: translateX(0px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.2s ease-in-out;
}
.servises-item-intro {
	font-size:100%;
	font-family: var(--font-family-2);
	line-height: 130%;
	margin-bottom: 15px;
}
.servises-item-image {
	position: absolute;
	bottom:20px;
	right: 20px;\;
	width: 100%;
	text-align: right;
}
.servises-item-image img{
	width: 47%;
}
.dov-item {
	text-align:center;
	margin-bottom: 30px;
}
.pageinfo-title {
	font-family: var(--font-family-1);
	margin-bottom:15px;
}
.pageinfo-title h1{
	font-size: 3rem;
}
.textcontent {
	padding-top:40px;
	padding-bottom:40px;
	font-size:120%;
	min-height: 600px;
}
.textcontent-date {
	font-size:85%;
	font-family: var(--font-family-2);
	margin-bottom: 15px;
	color:var(--color7);
}
.textcontent h1{
	font-size:200%;
	font-family: var(--font-family-3);
	margin-bottom: 15px;
}
.textcontent h3, .textcontent h2 {
	font-family: var(--font-family-1);
	font-size:150%;
	position:relative;
	padding-left:45px;
}
.textcontent h3:after, .textcontent h2:after{
	content:'';
	position:absolute;
	top:14px;
	left: 0;
	width: 30px;
	height:3px;
	background: #d0a978;
}
.textcontent ul{
	padding-left: 18px;
	list-style-image: url(../images/liststyle.png);
}
.textcontent ul li{
	padding-left:15px;
	line-height: 110%;
	margin-bottom: 15px;
}
.textcontent b{
	font-size:110%;
	margin-bottom: 15px;
	display: block;
}
.practic-col {
	margin-bottom: 20px;
}
.practic-col a{
	text-decoration:none;
	color:#000000;
}
.practic-item {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:15px;
	background: var(--color1);
	-webkit-box-shadow: 0 1px 25px -5px rgba(0,0,0,0.3);
	box-shadow: 0 1px 25px -5px rgba(0,0,0,0.3);
	height:100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.practic-item:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-moz-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-ms-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	-o-transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
	transition: all 0.4s cubic-bezier(0.58, 0.08, 0.26, 0.98);
}
.practic-item-image {
	margin: auto;
	margin-bottom: 15px;;
}
.practic-item-image img{
	width: 100%;
}
.practic-item-date {
	font-size:90%;
	margin-bottom: 10px;
	color:var(--color7);
}
.practic-item-title {
	font-size:110%;
	font-family: var(--font-family-1);
	color:#d0a978;
	line-height: 120%;
}
.pagination {
	text-align: center;
	justify-content: center;
}
.pagination .page-item {
	margin: 0 5px;
}
.pagination .page-item a{
	border-radius:.25rem; 
	-webkit-border-radius:.25rem; 
	-moz-border-radius:.25rem; 
	-khtml-border-radius:.25rem;
	padding: 10px 18px;
	background-color: #f5f5f5;
	border:0;
	color:var(--color4);
}
.pagination .page-item.active a{
	border-radius:.25rem; 
	-webkit-border-radius:.25rem; 
	-moz-border-radius:.25rem; 
	-khtml-border-radius:.25rem;
	padding: 10px 18px;
	background-color:#c08b47;
	border:0;
}
.tegi {
	margin-bottom: 60px;
}
.tegi-container {
	padding-top: 15px;
}
.tegi-title {
	font-family: var(--font-family-1);
	font-size:155%;
	margin-bottom: 15px;
}
.tegi-list ul{
	margin: 0;
	padding:0;
}
.tegi-list li{
	display: inline-block;
	margin-right: 30px;
}
.tegi-list li a{
	display:block;
	color:#c08b47;
	text-decoration: none;
	font-size:110%;
}
.caruseldocs-item {
	padding: 10px;
}
.doc-item-image {
	background: var(--color1);
	-webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.25);
	box-shadow: 0 1px 10px 0 rgba(0,0,0,0.25);
	padding: 15px;
}
.doc-item-image img{
	max-width: 80%;
	display: block;
	margin: auto;
}
.search-output {
	position:relative;
	margin-bottom: 30px;
}
.search-input {
	background: rgba(255,255,255,0.8);
	border:0;
	padding: 10px 15px;
	border-radius:6px; 
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	-khtml-border-radius:6px;
	color:var(--color4);
	width: 100%;
}
.search-button {
	width: 32px;
	height: 32px;
	background-color:transparent;
	background-image: url(../images/icon-saerch.png);
	background-repeat: no-repeat;
	background-position:center center;
	border: 0;
	position: absolute;
	top: 5px;
    right: 10px;
}
.simple-container {
	min-height: 600px;
}
.newsitem {
	margin-bottom: 30px;
}
.newsitem-image {
	width: 25%;
	padding: 0 15px;
	float: left;
}
.newsitem-image img{
	width:100%;
}
.newsitem-date {
	font-size:90%;
	color:#808080;
	margin-bottom: 10px;
}
.newsitem-title-text {
	color:#d0a978;
	font-size:150%;
	font-family: var(--font-family-1);
	margin-bottom: 10px;
}
.newsitem-introtext {
	margin-bottom: 15px;
	line-height: 120%;
}
.newsitem-readmore a {
	color:#d0a978;
	text-decoration:none;
}
.simplesearch-paging {
	color:#808080;
	font-size:90%;
	margin-bottom: 15px;;
}
.documents-border  {
	margin-bottom: 30px;
}
.fille-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.fille-item-icon {
	width: 25%;
	text-align: center;
}
.fille-item-icon img{
	width: 90%;
}
.fille-item-title{
	width: 75%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fille-item-title a{
	color:#d0a978;
	text-decoration: none;
	font-size:120%;
	line-height: 100%;
}
.fille-col {
	margin-bottom: 15px;
}
.kontaktinfo-col {
	position: relative;
}
.kontaktinfo-container {
	padding: 15px 15px 0 15px;
}
.kontakt-plashki {
	padding:60px 0;
}
.kontakt-plashki-item {
	background: 40px;
	text-align: center;
	background: var(--color1);
	padding: 30px;
	-webkit-box-shadow: 0 1px 40px -5px rgba(0,0,0,0.25);
	box-shadow: 0 1px 40px -5px rgba(0,0,0,0.25);
	margin-bottom: 15px;
}
.kontakt-plashki-item-text {
	font-size: 140%;
	font-weight: bold;
}
.kontakt-plashki-item-text a{
	color:#000;
	text-decoration:none;
}
.kontakt-plashki-item-image {
	margin-bottom: 25px;
}
.kontaktinfo-image img{
	max-width: 100%;
}
.zayavkaslide-inputs {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom:25px;
	margin-top:25px;
}
.zayavkaslide-inputs > .form-group{
    width:50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 15px 0 0;
}
.zayavkaslide-inputs > .form-group input{
    width:100%;
    background:transparent;
    padding:5px 0;
    border:0;
    border-bottom:2px solid var(--color2);
}
.zayavkaslide-text {
    font-size:160%;
    line-height:120%;
}
.zayavkaOk {
    padding:15px;
    font-size:160%;
    text-align:center;
    font-weight:bold;
}
.mobile-only {
    display:none;
}
.descop-only {
    display:block;
}
.free-konsult {
    position:fixed;
    top:45%;
    right: -123px;
    width: 300px;
    z-index:99;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.free-konsult button{
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}
.min-h-holst .zayavka{
    min-height: 380px;
}
.problem-col {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.floating {
    padding:10px 0;
    background:rgba(252,240,223,0.99);
    width:100%;
    position:fixed;
    left:0;
    right:0;
    margin:auto;
    z-index:3;
    box-shadow: 0 1px 20px -10px rgb(0,0,0,0.3);
    -moz-transform: translateX(0px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.2s ease-in-out;
}
.floating-hide {
    top:-90px;
}
.floating .header-kontakts {
    display:none;
}
.floating-show {
    top:0;
}
.floating-logo img{
    width:66px;
}
.floating-col {
    display: flex;
	flex-direction: column;
	justify-content: center;
}
.linksModals li{
    cursor:pointer;
}
.linksModals li:hover{
    cursor:pointer;
    font-family: var(--font-family-1);
}
.resModalTitle {
    font-family: var(--font-family-3);
    font-size:28px;
    text-align:center;
    margin-bottom:30px;
}
.resModalText {
    font-family: var(--font-family-2);
    font-size:24px;
    line-height:26px;
    margin-bottom:30px;
}
.resModalText ul>li{
    display:block;
    position:relative;
    padding:0 0 0 30px;
    margin-bottom:15px;
}
.resModalText ul>li:after{
    content:'';
    display:block;
    position:absolute;
    width:22px;
    height:18px;
    left:0;
    top:5px;
    background:url('../images/limarker.png');
    background-repeat:no-repeat;
}
.modalSubTitle {
    font-family: var(--font-family-1);
    font-size:22px;
    line-height:24px;
    text-align:center;
    margin-bottom:15px;
}
.centerForm {
    margin:auto;
    width:70%;
}
.ok-mes4 {
    text-align:center;
    font-size:24px;
    font-family: var(--font-family-1);
    color:green;
}
.messWhatsap {
    padding: 20px 0 5px 0;
    margin-bottom:15px;
    text-align:center;
}
.messWhatsap a{
    color:#000;
    font-family: var(--font-family-2);
    font-size:16px;
    text-decoration:none;
}
.smalltext {
    text-align:center;
    font-size:14px;
    padding:15px 0;
}
.smalltext img{
    vertical-align: sub;
}
.centerForm .forminput input{
    text-align:center;
}
.formModalIcons {
    padding:20px 0 0 0;
    text-align:center;
}
.formModalIcons a{
    text-decoration:none;
}
.delo-item {
    margin-bottom:50px;
}
.delo-kontent h3{
    font-family: var(--font-family-3);
}
.delo-text, .delo-result {
    margin-bottom:30px;
    font-size: 22px;
    line-height: 28px;
}
.delo-image {
    padding: 15px 40px;
}
.delo-image img{
    border:1px solid #f5f5f5;
    box-shadow: 0 1px 20px -6px rgba(0,0,0,0.3);
}
.delo-button {
    text-align:center;
    margin-bottom: 25px;
}
.mobile-delo-button {
    display:none;
    text-align:center;
}
.messWhatsap a{
    display:inline-block;
    margin:0 5px;
}
.title-dela {
    font-family: var(--font-family-1);
    font-size: 150%;
    position: relative;
    padding-left: 45px;
    font-size:30px;
}
.title-dela:after{
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #d0a978;
}

.primer-dela {
    display:flex;
}

.primer-dela-content{
    width:50%;
    padding-top:20px;
}

.primer-dela-image{
     width:50%;
}

.primer-dela-image .owl-stage-outer {
    height:auto !important;
}

.primer-dela-image .owl-item{
    padding:20px;
}

.primer-dela-image img {
    width:100%;
    box-shadow:0 1px 20px -5px rgba(0,0,0,0.4);
    border-radius:30px;
}
