
body{
	font-family: 'Montserrat', sans-serif;
}
.td-container {
	margin: 0 auto;
	width: 100%;
	max-width: 1250px;
	max-width: min(1250px, 100vw);
	padding: 0 15px;
}
.flex{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.nowrap{
	flex-wrap: nowrap;
}
.justify-content-between{
    justify-content:space-between;
}
.justify-content-around{
    justify-content:space-around;
}
.justify-content-center{
	justify-content: center;
}
.justify-content-end{
    justify-content:flex-end;
}
.align-items-center{
	align-items: center;
}
.align-items-stretch{
	align-items: stretch;
}
.align-items-end{
	align-items: flex-end;
}
.align-content-end{
	align-content: flex-end;
}
.align-content-center{
	align-content: center;
}
.robo_gallery .rbsTitle,
.robo_gallery .rbsIcons{
	color: #fff;
}
.td-wrapper{
	max-width: 1265px;
	padding: 0 15px;
	margin: auto;
}
.td-post-thumb-wrap{
	display: block;
	aspect-ratio: 16/9;
	overflow: hidden;
}
.td-post-thumb-wrap > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

a.floating-button{
	color: #fff !important;
}

.td-container iframe{
	display:block;
	width:100%;
}
.td-container center{
	margin:20px 0;
}
/***************************************************************************************************************************************************************************/
/* с хедера часть 1 */
/***************************************************************************************************************************************************************************/

.uvel:hover{
	transition: all .5s;
	transform: scale(1.05);
}

@media (max-width:768px){

.mobh1{
font-size:29px;
}

.cenamob{

padding-top:9px;
background:#CA4A1F;
min-width:270px;
height:48px;text-align:center;
color:#fff;
font-size:22px;
font-weight:bold;

}

}

@media (min-width:768px){

.cenapc{
padding-top:4px;
background:#CA4A1F;
min-width:270px;
height:68px;
text-align:center;
color:#fff;
font-size:30px;
font-weight:bold;
border-radius:5px;
}

}





.border-button {
  text-decoration: none;
  display: inline-block;
  padding: 20px 30px;
  margin: 10px 20px;
  position: relative;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .4);
  background: #000;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.border-button:before, .border-button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  box-sizing: border-box;
}
.border-button:before {
  bottom: 0;
  left: 0;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transition: 0s ease opacity .8s, .2s ease width .4s, .2s ease height .6s;
}
.border-button:after {
  top: 0;
  right: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: 0s ease opacity .4s, .2s ease width, .2s ease height .2s;
}
.border-button:hover:before, 
.border-button:hover:after {
  height: 100%;
  width: 100%;
  opacity: 1;
}
.border-button:hover:before {
  transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s;
}
.border-button:hover:after {
  transition: 0s ease opacity .4s, .2s ease height .4s, .2s ease width .6s;
}
.border-button:hover {
  background: rgba(255, 255, 255, 1.0);
  color:#000;
}


   .leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 15px 15px 15px 0; /* Отступы вокруг картинки */
   }

#fixed{
    background:#fff;
    left: 0;
    width:100%;
    overflow: none;
    z-index:99999;
}

.bip {
  text-decoration: none;
  outline: none;
  display: inline-block;
  margin: 10px 20px;
  padding: 10px 30px;
  position: relative;
  border: 2px solid #910000;
  color: #910000;
  font-family: 'Montserrat', sans-serif;
  transition: .4s;
}
.bip:hover{
color:#910000;
}
.bip:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 2px solid rgba(0,0,0,0);
  transition: .4s;
}
.bip:hover:after {
color:#910000;
  border-color: #910000;
  width: calc(100% - 10px);
  height: calc(100% + 10px);
}


.menu-triger {
    display: block;
    width: 40px;
    height: 37px;
    background:transparent;

    position: relative;
    color:#fff;
font-size:18px;
text-align:center;
    bottom: 0px;
}
.menu-close {
    display: block;
    width: 28px;
    height: 28px;
    background: url(/close.png) 0 0 repeat;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
}
.menu-popup {
    display: none;
    background: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    padding: 30px;
    z-index: 9999;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
    margin: 0;
    padding: 0;
}
.menu-popup li {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.menu-popup li a {
    font-size: 18px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    line-height: 1.4;
    text-decoration: none;
}

.menu-popup li ul li {
margin-left:5px;
    font-size: 15px;
    font-family: "Arial";
    color:#ff0000;
    line-height: 1.4;
    text-decoration: none;
}
.body_pointer * {
    cursor: pointer;
}

/***************************************************************************************************************************************************************************/
/* с хедера часть 1 - мобилка */
/***************************************************************************************************************************************************************************/

@media screen and (min-width: 768px) {
	@charset "UTF-8";

	/**
	 * Переключаемая боковая панель навигации
	 * выдвигающаяся по клику слева
	 */

	.nav {
		/*  ширна произвольная, не стесняйтесь экспериментировать */
		width: 320px;
		min-width: 320px;
		/* фиксируем и выставляем высоту панели на максимум */
		height: 100%;
		position: fixed;
		top: 0;
		bottom: 0;
		margin: 0;
		/* сдвигаем (прячем) панель относительно левого края страницы */
		left: -320px;
		/* внутренние отступы */

		padding: 15px 20px;
		/* плавный переход смещения панели */
		-webkit-transition: left 0.3s;
		-moz-transition: left 0.3s;
		transition: left 0.3s;
		/* определяем цвет фона панели */
		background: #000;
		/* поверх других элементов */
		z-index: 2000;
	}


	/**
	 * Кнопка переключения панели
	 * тег
	 */

	.nav-toggle {
		/* абсолютно позиционируем */
		position: absolute;
		/* относительно левого края панели */
		left: 320px;
		/* отступ от верхнего края панели */
		top: 1em;
		/* внутренние отступы */
		padding: 0.5em;
		/* определяем цвет фона переключателя
		 * чаще вчего в соответствии с цветом фона панели
		*/
		background: #transperent;
		/* цвет текста */
		color: #fff;
		/* вид курсора */
		cursor: pointer;
		/* размер шрифта */
		font-size: 1.2em;
		line-height: 1;
		/* всегда поверх других элементов страницы */
		z-index: 2001;
		/* анимируем цвет текста при наведении */
		-webkit-transition: color .25s ease-in-out;
		-moz-transition: color .25s ease-in-out;
		transition: color .25s ease-in-out;
	}


	/* определяем текст кнопки
	 * символ Unicode (TRIGRAM FOR HEAVEN)
	*/

	.nav-toggle:after {
		content: '';
		text-decoration: none;
	}


	/* цвет текста при наведении */

	.nav-toggle:hover {
		color: #000;
	}


	/**
	 * Скрытый чекбокс (флажок)
	 * невидим и недоступен :)
	 * имя селектора атрибут флажка
	 */

	[id='nav-toggle'] {
		position: absolute;
		display: none;
	}


	/**
	 * изменение положения переключателя
	 * при просмотре на мобильных устройствах
	 * когда навигация раскрыта, распологаем внутри панели
	*/

	[id='nav-toggle']:checked ~ .nav > .nav-toggle {
		left: auto;
		right: 2px;
		top: 1em;
	}


	/**
	 * Когда флажок установлен, открывается панель
	 * используем псевдокласс:checked
	 */

	[id='nav-toggle']:checked ~ .nav {
		left: 0;
		box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
		-moz-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
		-webkit-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
		overflow-y: auto;
	}


	/*
	 * смещение контента страницы
	 * на размер ширины панели,
	 * фишка необязательная, на любителя
	*/

	[id='nav-toggle']:checked ~ main > article {
		-webkit-transform: translateX(320px);
		-moz-transform: translateX(320px);
		transform: translateX(320px);
	}


	/*
	 * изменение символа переключателя,
	 * привычный крестик (MULTIPLICATION X),
	 * вы можете испльзовать любой другой значок
	*/

	[id='nav-toggle']:checked ~ .nav > .nav-toggle:after {
		content: '\2715';
	}


	/**
	 * профиксим баг в Android <= 4.1.2
	 * см: http://timpietrusky.com/advanced-checkbox-hack
	 */

	body {
		-webkit-animation: bugfix infinite 1s;
	}

	@-webkit-keyframes bugfix {
		to {
		  padding: 0;
		}
	}


	/**
	 * позаботьтимся о средних и маленьких экранах
	 * мобильных устройств
	 */





	/**
	 * Формируем стиль заголовка (логотип) панели
	*/

	.nav h2 {
		width: 90%;

		margin: 10px 0;
		text-align: center;
		text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
		font-size: 1.3em;
		line-height: 1.3em;
		opacity: 0;
		transform: scale(0.1, 0.1);
		-ms-transform: scale(0.1, 0.1);
		-moz-transform: scale(0.1, 0.1);
		-webkit-transform: scale(0.1, 0.1);
		transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-webkit-transform-origin: 0% 0%;
		transition: opacity 0.8s, transform 0.8s;
		-ms-transition: opacity 0.8s, -ms-transform 0.8s;
		-moz-transition: opacity 0.8s, -moz-transform 0.8s;
		-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
	}

	.nav h2 a {
		color: #dadada;
		text-decoration: none;
		text-transform: uppercase;
	}


	/*плавное появление заголовка (логотипа) при раскрытии панели */

	[id='nav-toggle']:checked ~ .nav h2 {
		opacity: 1;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}


	/**
	 * формируем непосредственно само меню
	 * используем неупорядоченный список для пунктов меню
	 * прикрутим трансфомации и плавные переходы
	 */

	.nav > ul {
		display: block;
		margin: 0;
		padding: 6px;;
		list-style: none;
	}

	.nav > ul > li {
		line-height: 2.5;
		opacity: 0;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
		-moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
		-ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
		transition: opacity .5s .1s, transform .5s .1s;
	}

	[id='nav-toggle']:checked ~ .nav > ul > li {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}


	/* определяем интервалы появления пунктов меню */

	.nav > ul > li:nth-child(2) {
		-webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
		transition: opacity .5s .2s, transform .5s .2s;
	}

	.nav > ul > li:nth-child(3) {
		-webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
		transition: opacity .5s .3s, transform .5s .3s;
	}

	.nav > ul > li:nth-child(4) {
		-webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
		transition: opacity .5s .4s, transform .5s .4s;
	}

	.nav > ul > li:nth-child(5) {
		-webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
		transition: opacity .5s .5s, transform .5s .5s;
	}

	.nav > ul > li:nth-child(6) {
		-webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
		transition: opacity .5s .6s, transform .5s .6s;
	}

	.nav > ul > li:nth-child(7) {
		-webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
		transition: opacity .5s .7s, transform .5s .7s;
	}


	/**
	 * оформление ссылок пунктов меню
	 */

	.nav > ul > li > a {
		display: inline-block;
		position: relative;
		top:45px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		font-size: 1.2em;
		color: #dadada;
		width: 100%;
		text-decoration: none;
		/* плавный переход */
		-webkit-transition: color .5s ease, padding .5s ease;
		-moz-transition: color .5s ease, padding .5s ease;
		transition: color .5s ease, padding .5s ease;
	}


	/**
	 * состояние ссылок меню при наведении
	 */

	.nav > ul > li > a:hover,
	.nav > ul > li > a:focus {
		color: white;
		padding-left: 26px;
	}


	/**
	 * линия подчеркивания ссылок меню
	 */

	.nav > ul > li > a:before {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		height: 1px;
		width: 100%;
		-webkit-transition: width 0s ease;
		transition: width 0s ease;
	}

	.nav > ul > li > a:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		height: 1px;
		width: 100%;
		background: #fff;
		-webkit-transition: width .5s ease;
		transition: width .5s ease;
	}


	/**
	 * анимируем линию подчеркивания
	 * ссылок при наведении
	 */

	.nav > ul > li > a:hover:before {
		width: 0%;
		background: #fff;
		-webkit-transition: width .5s ease;
		transition: width .5s ease;
	}

	.nav > ul > li > a:hover:after {
		width: 0%;
		background: transparent;
		-webkit-transition: width 0s ease;
		transition: width 0s ease;
	}


	/* фон затемнения на основной контент
	 * при этом элементы блокируютя
	 * спорная такая фича, если оно вам надо
	 * просто раскомментируйте
	*/

	/*
	.mask-content {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.4);
		visibility: hidden;
		opacity: 0;
	}

	[id='nav-toggle']:checked ~ .mask-content {
		visibility: visible;
		opacity: 1;
		-webkit-transition: opacity .5s, visibility .5s;
		transition: opacity .5s, visibility .5s;
	}
	*/

}

/***************************************************************************************************************************************************************************/
/* с хедера часть 2 */
/***************************************************************************************************************************************************************************/

.toggle {
	width: 100%;
	margin: 0 0 14px;
	text-align: center;
	background:#568576;
	border: 1px solid #ccc;
	padding:10px;
	color:#DCDEBD;
}
.toggle .content {
	color:#fff;
	text-align: left;
	width:110%;
}
.toggle .toggler {
	color:#fff;
	font-size: 22px;
	font-weight:bold;
}

/***************************************************************************************************************************************************************************/
/* с хедера часть 3 */
/***************************************************************************************************************************************************************************/

.four h1 {
  font-weight: normal;
  font-family: 'Merriweather', serif;
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 1;
  color: #7d504b;
  font-size: 40px;
  padding: .4em 1em .55em;
}
.four h1:before,
.four h1:after {
  content: "";
  position: absolute;
  width: 60%;
  height: .1em;
  background: #442827;
}
.four h1:before {
  left: 0;
  top: 0;
}
.four h1:after {
  right: 0;
  bottom: 0;
}
.four h1 span:before,
.four h1 span:after {
  content: "";
  position: absolute;
  width: .65em;
  height: .65em;
  border: .1em solid #442827;
  border-radius: 50%;
  box-sizing: border-box;
}
.four h1 span:before {
  top: -.55em;
  left: -.325em;
}
.four h1 span:after {
  bottom: -.55em;
  right: -.325em;
}
@media (max-width: 600px) {
  .four h1 {font-size: 2em;}
}
@media (max-width: 450px) {
  .four h1 {font-size: 1.5em;}
}



.ccd {
    overflow: hidden;
    margin: 30px 0;
    position: relative;
}

a.ddott {
    display: block;
    text-transform: uppercase;
    line-height: 50px;
    height: 50px;
    width: 35%;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 100px 0 #FFF,1px 76px 10px #000;
    color: #FFF;
    background: #7c514b;
    border-right: 2px solid #FFF;
    border-left: 2px solid #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
a.ddott:hover {
    text-shadow: 0 50px 0 #FFF, 1px 51px 20px #FFF;
    margin-top: -50px;
    height: 100px;
    background: #442827;
}

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.swing:hover {
  -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}


.grow {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
}
.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index:9999999;

}

.obes {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);

}
.obes:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}




.newbtn {
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 12px 40px;
  margin: 10px 20px;
  border-radius: 30px;
  background-image: linear-gradient(45deg, #940911 0%, #c01c25 50%, #ff313c 100%);
  background-position: 100% 0;
  background-size: 200% 200%;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: white;
  box-shadow: 0 16px 32px 0 rgba(0,40,120,.35);
  transition: .5s;
}
.newbtn:hover {
color:#fff;
  box-shadow: 0 0 0 0 rgba(0,40,120,0);
  background-position: 0 0;
}


.slider {position:relative;}
.slider_items{position:relative;width:100%;overflow:hidden;max-height:650px;}
.slider_item{position:relative;display:none;width:100%;transition: transform 0.6s ease;backface-visibility: hidden;overflow:hidden;}
.slider_item_active,.slider_item_next,.slider_item_prev{display:block;}
.slider_item_next,.slider_item_prev{position: absolute;top:0;}
.slider_item_next.slider_item_left,
.slider_item_prev.slider_item_right{transform: translateX(0);}
.slider_item_next,
.slider_item_right.slider_item_active{transform: translateX(100%);}
.slider_item_prev,
.slider_item_left.slider_item_active{transform: translateX(-100%);}
.slider_control{position:absolute;top:0;bottom:0;display:flex;align-items:center;justify-content:center;width:49%;color:#fff;opacity:.5;}
.slider_control:hover,
.slider_control:focus{opacity:1;}
.slider_control_prev{left:0;}
.slider_control_next{right:0;}
.slider_control::before {content: '';height:80px;width:19px;position:absolute;display:inline-block;background:transparent no-repeat center center;background-size: 100% 100%;}
.slider_control_prev::before {background:url(/arrows.png) no-repeat 0;left:15%;border-radius:0px 3px 3px 0px;}
.slider_control_next::before {background:url(/arrows.png) no-repeat -19px 0;right:15%;border-radius:3px 0px 0px 3px;}
.slider_indicators{position:absolute;right:0;bottom:10px;left:0;z-index:1;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none;}
.slider_indicator{position: relative;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;border-radius:6px;}
.slider_indicator::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:"";}
.slider_indicator::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:"";}
.slider_indicator_active {background-color:#f00;}
.slider_items img{display:inline-block;height:auto;width:100%;vertical-align:bottom;}
.slider_text{padding:15px;background:rgba(0, 0, 0, 0.0);z-index:3;position:absolute;top:18%;left:16%;max-width:1200px;}
.slider h1 {text-align:left;font-size:38px;color:#fff;font-weight:bold;text-shadow:1px 2px 14px #333;}
.slider h2 {text-align:left;font-size:26px;color:#fff;font-weight:normal;text-shadow:3px 4px 7px #333;}

@media (max-width:1300px){
.slider_control_prev{left:5%;width:100px;}
.slider_control_next{right:5%;width:100px;}
}

@media (max-width:1050px){
.slider_text{top:10%;left:50%;margin-left:-200px;max-width:400px;}
}

@media (max-width:720px){
.slider_items{max-height:280px;}
.slider_items img{width:100%;background-size:cover;height:280px;}
.slider_control_prev{display:none;}
.slider_control_next{display:none;}
.slider_text{top:2%;left:2%;right:4%;margin-left:0px;max-width:330px;}
.slider h1 {text-shadow:1px 3px 7px #333;font-size:20px;color:#fff;font-weight:bold;}
.slider h2 {text-shadow:5px 5px 10px black;font-size:17px;color:#fff;font-weight:normal;line-height: 1;}
}
.btncarusel{
	min-width:180px;
	height:60px;
	padding:10px;
	position:relative;
	top:15px;
	font-size:22px;
	background:#46bece;
	color:#fff;
	border-radius:22px;
}

/*кнопка звонка*/

.callback-bt {
	background: #9D7D64;
	border:2px solid #9D7D64;
	border-radius:50%;
	box-shadow:0 8px 10px rgba(157,125,100,0.3);
	cursor:pointer;
	height:68px;
	text-align:center;
	width:68px;
	position: fixed;
	right: 3%;
	bottom: 7%;
	z-index:999;
	transition:.3s;
	-webkit-animation:hoverWave linear 1s infinite;
	animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
	height:68px;
	width:68px;
	border-radius:50%;
	position:relative;
	overflow:hidden;
}

.callback-bt .text-call .text {
	color: #333;
	opacity: 0;
	font-size: 0;
	position: absolute;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: opacity .3s linear;
	font-family: 'montserrat', Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	top: -2px;
	left: 0;
	text-align: center;
}

.callback-bt .text-call:hover .text {
    opacity: 1;
    font-size: 8px;
}
html[dir="rtl"] .callback-bt .text-call:hover .text {
	font-size: 12px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
	z-index:1;
	background:#fff;
	color:transparent;
	transition:.3s;
}
.callback-bt:hover i {
	color:#38a3fd;
	font-size:40px;
	transition:.3s;
}
.callback-bt i {
	color:#fff;
	font-size:34px;
	transition:.3s;
	line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
	animation-iteration-count: infinite;
	-webkit-animation: 1200ms ease 0s normal none 1 running shake;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
	0% {
		box-shadow:0 8px 10px rgba(157,125,100,0.3),0 0 0 0 rgba(157,125,100,0.2),0 0 0 0 rgba(157,125,100,0.2)
	}
	40% {
		box-shadow:0 8px 10px rgba(157,125,100,0.3),0 0 0 15px rgba(157,125,100,0.2),0 0 0 0 rgba(157,125,100,0.2)
	}
	80% {
		box-shadow:0 8px 10px rgba(157,125,100,0.3),0 0 0 30px rgba(157,125,100,0),0 0 0 26.7px rgba(157,125,100,0.067)
	}
	100% {
		box-shadow:0 8px 10px rgba(157,125,100,0.3),0 0 0 30px rgba(157,125,100,0),0 0 0 40px rgba(157,125,100,0.0)
	}
}
@keyframes hoverWave {
	0% {
		box-shadow:0 8px 10px rgba(157,125,100,0.3),0 0 0 0 rgba(157,125,100,0.2),0 0 0 0 rgba(157,125,100,0.2)
	}
	40% {
		box-shadow:0 8px 10px rgba(157,125,100,0.3),0 0 0 15px rgba(157,125,100,0.2),0 0 0 0 rgba(157,125,100,0.2)
	}
	80% {
		box-shadow:0 8px 10px rgba(157,125,100,0.3),0 0 0 30px rgba(157,125,100,0),0 0 0 26.7px rgba(157,125,100,0.067)
	}
	100% {
		box-shadow:0 8px 10px rgba(157,125,100,0.3),0 0 0 30px rgba(157,125,100,0),0 0 0 40px rgba(157,125,100,0.0)
	}
}

/* animations icon */

@keyframes shake {
	0% {
		transform: rotateZ(0deg);
			-ms-transform: rotateZ(0deg);
			-webkit-transform: rotateZ(0deg);
	}
	10% {
		transform: rotateZ(-30deg);
			-ms-transform: rotateZ(-30deg);
			-webkit-transform: rotateZ(-30deg);
	}
	20% {
		transform: rotateZ(15deg);
			-ms-transform: rotateZ(15deg);
			-webkit-transform: rotateZ(15deg);
	}
	30% {
		transform: rotateZ(-10deg);
			-ms-transform: rotateZ(-10deg);
			-webkit-transform: rotateZ(-10deg);
	}
	40% {
		transform: rotateZ(7.5deg);
			-ms-transform: rotateZ(7.5deg);
			-webkit-transform: rotateZ(7.5deg);
	}
	50% {
		transform: rotateZ(-6deg);
			-ms-transform: rotateZ(-6deg);
			-webkit-transform: rotateZ(-6deg);
	}
	60% {
		transform: rotateZ(5deg);
			-ms-transform: rotateZ(5deg);
			-webkit-transform: rotateZ(5deg);
	}
	70% {
		transform: rotateZ(-4.28571deg);
			-ms-transform: rotateZ(-4.28571deg);
			-webkit-transform: rotateZ(-4.28571deg);
	}
	80% {
		transform: rotateZ(3.75deg);
			-ms-transform: rotateZ(3.75deg);
			-webkit-transform: rotateZ(3.75deg);
	}
	90% {
		transform: rotateZ(-3.33333deg);
			-ms-transform: rotateZ(-3.33333deg);
			-webkit-transform: rotateZ(-3.33333deg);
	}
	100% {
		transform: rotateZ(0deg);
			-ms-transform: rotateZ(0deg);
			-webkit-transform: rotateZ(0deg);
	}
}

@-webkit-keyframes shake {
	0% {
		transform: rotateZ(0deg);
			-ms-transform: rotateZ(0deg);
			-webkit-transform: rotateZ(0deg);
	}
	10% {
		transform: rotateZ(-30deg);
			-ms-transform: rotateZ(-30deg);
			-webkit-transform: rotateZ(-30deg);
	}
	20% {
		transform: rotateZ(15deg);
			-ms-transform: rotateZ(15deg);
			-webkit-transform: rotateZ(15deg);
	}
	30% {
		transform: rotateZ(-10deg);
			-ms-transform: rotateZ(-10deg);
			-webkit-transform: rotateZ(-10deg);
	}
	40% {
		transform: rotateZ(7.5deg);
			-ms-transform: rotateZ(7.5deg);
			-webkit-transform: rotateZ(7.5deg);
	}
	50% {
		transform: rotateZ(-6deg);
			-ms-transform: rotateZ(-6deg);
			-webkit-transform: rotateZ(-6deg);
	}
	60% {
		transform: rotateZ(5deg);
			-ms-transform: rotateZ(5deg);
			-webkit-transform: rotateZ(5deg);
	}
	70% {
		transform: rotateZ(-4.28571deg);
			-ms-transform: rotateZ(-4.28571deg);
			-webkit-transform: rotateZ(-4.28571deg);
	}
	80% {
		transform: rotateZ(3.75deg);
			-ms-transform: rotateZ(3.75deg);
			-webkit-transform: rotateZ(3.75deg);
	}
	90% {
		transform: rotateZ(-3.33333deg);
			-ms-transform: rotateZ(-3.33333deg);
			-webkit-transform: rotateZ(-3.33333deg);
	}
	100% {
		transform: rotateZ(0deg);
			-ms-transform: rotateZ(0deg);
			-webkit-transform: rotateZ(0deg);
	}
}
/* конец кнопки звонка */


@media (max-width: 1024px) {

	.navimenu{
	   position:absolute;
	}

}

@media (min-width: 1450px) {

	.hidebigpc{
		display:none;
	}

}



@media (max-width: 768px) {  /* Отображение на моб */

	.hidemob{
		display:none;
	}
	.menuheadtxtd{
		display:none;
	}
	.mobileprobelj{
		width:100%;
		height:275px;
		background:#transparent;
	}
	.podtjah{
		margin-top:-70px;
	}
	.logovlevyj{
		margin-left:-80px;
	}
	.txtkmob{
		color:#ffffff;
	}
	.txtnmob{
		color:#fffe90;
	}
	.butimob{
		position:relative;
		left:50px;
	}
	.posbtn{
		position:relative;
		right:65px;
		bottom:15px;
	}
	.footertxt{
		display:none;
	}
	.mobfooter{
		width:100%;
		height:100%;
		background-color:#262d33;
		color:#ffffff;
		font-weight:650;
		text-align:center;
	}
	.txtmenuotstup{
		display:none;
	}
	.txtmenuotstup2{
		padding-top:20px;
	}
	.otstupuslugy{
		width:100%;
		height:430px;
	}
	.probelfooter{
		width:100%;
		height:30px;
	}
	.menunamobs{
		display:none;
	}
	.txtverh{
		padding-top:140px;
		z-index:1100;
	}
	.modalmob{
		width:100%;
	}
	.derevoubrat{
		display:none;
	}
	.txtxs{
		display:none
	}
	.netu{
		display:none;
	}
}

@media (min-width: 768px) {  /* Отображение на pc */
	.hidepc{
		display:none;
	}
	.otstup{
		width:100%;
		height:40px;
		background:#transparent;
	}
	.txtkpc{
		color:#be5c1b;
	}
	.txtnpc{
		color:#2d1404;
	}
	.logomobb{
		display:none;
	}
	.knopkisapka{
		display:none;
	}
	.menuskryt{
		display:none;
	}
	.footerpc{
		display:none;
	}
	.buti{
		position:relative;
		left:220px;
		top:50px;
		font-size:32px;
	}

}

/***************************************************************************************************************************************************************************/
/* с хедера часть 4 */
/***************************************************************************************************************************************************************************/

.div1{
    width: 320px;
    height: 250px;    
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    position: relative;
    display:inline-block;  
    margin:10px;
    vertical-align: top;
}
.div2{
	display:inline-block;  
	width: 320px;
	height: 250px; 
	color:#fff;
	font-size:26px;
	text-align:center;
	display: none;
	padding-top: 40px;
	position: absolute; left: 0; top: 0; 
	line-height: 1.2; 
	background: rgb(2,147,210);
	background: linear-gradient(60deg, rgba(2,147,210,1) 0%, rgba(0,104,242,1) 100%);   
}
.div1:hover .div2{
    display: block;  
    cursor: pointer;    
}

/***************************************************************************************************************************************************************************/
/* с хедера часть 5 */
/***************************************************************************************************************************************************************************/

.linkos{
	color:#983B45;
	font-size:25px;
	margin:8px;
	line-height:1.1;
}
.linkos:hover{
	text-decoration:underline;
	color:#B498A7;
}
.floating-button {
	text-decoration: none;
	display: inline-block;
	min-width: 190px;
	padding:7px;
	line-height: 45px;
	border-radius: 8px;
	margin: 10px 20px;
	font-size: 17px;
	text-align: center;
	font-weight: 500;
	color: #fff;
	background: #9D7D64;
	transition: .3s;
}
.floating-button:hover {
	background:#002937; 
	color: white;
	transform: translateY(-7px);
}

.floating-buttonn {
	text-decoration: none;
	display: inline-block;
	min-width: 190px;
	padding:7px;
	line-height: 45px;
	border-radius: 45px;
	margin: 10px 20px;
	font-size: 17px;
	text-align: center;
	font-weight: 500;
	color: #002937;
	background: #fff;
	transition: .3s;
}
.floating-buttonn:hover {
	background: #e15b13;
	color: white;
	transform: translateY(-7px);
}

:root {
    --ut-primary: #002937;
    --ut-primary-light: #0a4355;
    --ut-accent: #9d7d64;
    --ut-accent-hover: #866850;
    --ut-text: #172126;
    --ut-muted: #69777d;
    --ut-border: #e8edef;
    --ut-bg-light: #f7f9f9;
    --ut-white: #ffffff;
}

/* =========================
   GENERAL HEADER
========================= */

.ut-header,
.ut-header * {
    box-sizing: border-box;
}

.ut-header a {
    text-decoration: none;
}

.ut-header {
    position: relative;
    z-index: 1000;
    background: var(--ut-white);
    font-family: inherit;
}

/* =========================
   TOP BAR
========================= */

.ut-topbar {
    background: var(--ut-primary);
    color: var(--ut-white);
    min-height: 42px;
    display: flex;
    align-items: center;
}

.ut-topbar__inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.ut-hotline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ut-white);
    font-size: 14px;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.ut-hotline:hover {
    color: var(--ut-white);
    opacity: 0.82;
}

.ut-hotline__label {
    font-weight: 300;
    opacity: 0.8;
}

.ut-hotline__number {
    font-size: 16px;
    font-weight: 700;
}

.ut-languages {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ut-languages a {
    min-width: 37px;
    height: 30px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 600;
    transition:
        color 0.2s ease,
        background 0.2s ease;
}

.ut-languages a:hover,
.ut-languages a.ut-language-active {
    color: var(--ut-white);
    background: rgba(255, 255, 255, 0.12);
}

/* =========================
   MAIN HEADER
========================= */

.ut-mainbar {
    background: var(--ut-white);
    border-bottom: 1px solid var(--ut-border);
}

.ut-mainbar__inner {
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.ut-brand {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ut-primary);
}

.ut-brand:hover {
    color: var(--ut-primary);
}

.ut-brand img {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 64px;
    object-fit: contain;
}

.ut-brand__fallback {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.ut-brand__title {
    color: var(--ut-primary);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.ut-brand__subtitle {
    margin-top: 6px;
    color: var(--ut-accent);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ut-mainbar__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

.ut-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ut-socials a {
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ut-border);
    border-radius: 50%;
    color: var(--ut-accent);
    background: var(--ut-white);
    font-size: 16px;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.ut-socials a:hover {
    color: var(--ut-white);
    background: var(--ut-accent);
    border-color: var(--ut-accent);
    transform: translateY(-2px);
}

.ut-phones {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ut-phone {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ut-text);
    font-size: 18px;
    font-weight: 750;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.ut-phone i {
    width: 19px;
    color: var(--ut-accent);
    text-align: center;
}

.ut-phone:hover {
    color: var(--ut-accent);
}

.ut-contact-btn {
    min-height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid var(--ut-accent);
    border-radius: 12px;
    color: var(--ut-white);
    background: var(--ut-accent);
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(157, 125, 100, 0.2);
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.ut-contact-btn:hover {
    color: var(--ut-white);
    background: var(--ut-accent-hover);
    border-color: var(--ut-accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(157, 125, 100, 0.28);
}

/* =========================
   DESKTOP NAVIGATION
========================= */

.ut-navigation {
    position: relative;
    background: var(--ut-white);
    border-bottom: 1px solid var(--ut-border);
    box-shadow: 0 8px 24px rgba(0, 41, 55, 0.04);
}

.ut-navbar {
    min-height: 58px;
    padding: 0;
}

.ut-navbar .navbar-nav {
    width: 100%;
    justify-content: center;
    gap: 2px;
}

.ut-navbar .nav-item {
    position: relative;
}

.ut-navbar .nav-link {
    min-height: 58px;
    padding: 0 17px !important;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ut-text);
    border-radius: 9px;
    font-size: 14px;
    font-weight: 650;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    transition:
        color 0.2s ease,
        background 0.2s ease;
}

.ut-navbar .nav-link:hover,
.ut-navbar .nav-link:focus,
.ut-navbar .nav-link.show,
.ut-navbar .nav-link.ut-current {
    color: var(--ut-primary);
    background: var(--ut-bg-light);
}

.ut-navbar .dropdown-toggle::after {
    width: 7px;
    height: 7px;
    margin-left: 4px;
    border: 0;
    border-right: 1.7px solid currentColor;
    border-bottom: 1.7px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
}

.ut-navbar .dropdown-toggle.show::after {
    transform: rotate(225deg) translate(-1px, -1px);
}

.ut-navbar .dropdown-menu {
    min-width: 270px;
    margin-top: 0;
    padding: 10px;
    border: 1px solid var(--ut-border);
    border-radius: 14px;
    background: var(--ut-white);
    box-shadow: 0 18px 48px rgba(0, 41, 55, 0.13);
}

.ut-navbar .dropdown-item {
    padding: 11px 13px;
    border-radius: 9px;
    color: var(--ut-text);
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        padding-left 0.2s ease;
}

.ut-navbar .dropdown-item:hover,
.ut-navbar .dropdown-item:focus {
    color: var(--ut-primary);
    background: var(--ut-bg-light);
    padding-left: 17px;
}

/* Dropdown on hover for desktop */

@media (min-width: 1200px) {
    .ut-navbar .dropdown:hover > .dropdown-menu {
        display: block;
        animation: utDropdownShow 0.2s ease;
    }

    .ut-navbar .dropdown:hover > .nav-link::after {
        transform: rotate(225deg) translate(-1px, -1px);
    }
}

@keyframes utDropdownShow {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================
   MOBILE HEADER
========================= */

.ut-mobile-header {
    display: none;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 0;
    background: var(--ut-white);
    border-bottom: 1px solid var(--ut-border);
    box-shadow: 0 5px 18px rgba(0, 41, 55, 0.06);
}

.ut-mobile-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ut-mobile-call,
.ut-menu-toggle {
    width: 43px;
    height: 43px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    font-size: 18px;
}

.ut-mobile-call {
    color: var(--ut-accent);
    background: #f7f2ee;
    border: 1px solid #eee2d9;
}

.ut-mobile-call:hover {
    color: var(--ut-white);
    background: var(--ut-accent);
}

.ut-menu-toggle {
    color: var(--ut-white);
    background: var(--ut-primary);
    border: 1px solid var(--ut-primary);
}

.ut-menu-toggle:hover {
    color: var(--ut-white);
    background: var(--ut-primary-light);
}

/* =========================
   OFFCANVAS
========================= */

.ut-offcanvas {
    width: min(390px, 91vw) !important;
    border: 0 !important;
}

.ut-offcanvas .offcanvas-header {
    min-height: 78px;
    padding: 17px 20px;
    border-bottom: 1px solid var(--ut-border);
}

.ut-offcanvas .offcanvas-body {
    padding: 15px 20px 28px;
}

.ut-offcanvas-brand {
    color: var(--ut-primary);
    font-size: 20px;
    font-weight: 800;
}

.ut-offcanvas .btn-close {
    box-shadow: none;
}

.ut-mobile-nav {
    display: flex;
    flex-direction: column;
}

.ut-mobile-nav__link,
.ut-mobile-nav__button {
    width: 100%;
    min-height: 52px;
    padding: 12px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--ut-text);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--ut-border);
    font-size: 15px;
    font-weight: 650;
    text-align: left;
    transition: color 0.2s ease;
}

.ut-mobile-nav__link:hover,
.ut-mobile-nav__button:hover {
    color: var(--ut-accent);
}

.ut-mobile-nav__button i {
    color: var(--ut-accent);
    font-size: 12px;
    transition: transform 0.2s ease;
}

.ut-mobile-nav__button[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.ut-mobile-submenu {
    padding: 7px 0 9px 13px;
    border-bottom: 1px solid var(--ut-border);
}

.ut-mobile-submenu a {
    position: relative;
    padding: 9px 12px 9px 18px;
    display: block;
    color: var(--ut-muted);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.45;
}

.ut-mobile-submenu a::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ut-accent);
}
html[dir="rtl"] .ut-mobile-submenu {
	padding: 7px 13px 9px 0;
}
html[dir="rtl"] .ut-mobile-submenu a {
    padding: 9px 18px 9px 12px;
}
html[dir="rtl"] .ut-mobile-submenu a::before {
    left: unset;
	right: 4px;
}

.ut-mobile-submenu a:hover {
    color: var(--ut-primary);
    background: var(--ut-bg-light);
}

.ut-mobile-contacts {
    margin-top: 24px;
    padding: 18px;
    border-radius: 14px;
    background: var(--ut-bg-light);
}

.ut-mobile-contacts__title {
    margin-bottom: 13px;
    color: var(--ut-primary);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.ut-mobile-contacts .ut-phone {
    margin-bottom: 9px;
    font-size: 17px;
}

.ut-mobile-contacts .ut-contact-btn {
    width: 100%;
    margin-top: 9px;
}

.ut-mobile-languages {
    margin-top: 18px;
    display: flex;
    gap: 8px;
}

.ut-mobile-languages a {
    flex: 1;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ut-border);
    border-radius: 10px;
    color: var(--ut-primary);
    background: var(--ut-white);
    font-size: 14px;
    font-weight: 700;
}

.ut-mobile-languages a:hover,
.ut-mobile-languages a.ut-language-active {
    color: var(--ut-white);
    background: var(--ut-primary);
    border-color: var(--ut-primary);
}

.ut-mobile-socials {
    margin-top: 20px;
    justify-content: center;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1199.98px) {
    .ut-topbar,
    .ut-mainbar,
    .ut-navigation {
        display: none;
    }

    .ut-mobile-header {
        display: flex;
    }

    .ut-brand__title {
        font-size: 18px;
    }

    .ut-brand__subtitle {
        font-size: 9px;
        letter-spacing: 0.1em;
    }

    .ut-brand img {
        max-width: 145px;
        max-height: 48px;
    }
}

@media (max-width: 419.98px) {
    .ut-mobile-header {
        min-height: 64px;
    }

    .ut-brand__title {
        font-size: 16px;
    }

    .ut-brand__subtitle {
        display: none;
    }

    .ut-mobile-call,
    .ut-menu-toggle {
        width: 41px;
        height: 41px;
    }
}


/* Прибираємо підкреслення у всіх посилань нової шапки */
.ut-header a,
.ut-offcanvas a,
.ut-mobile-nav a,
.ut-mobile-nav__link,
.ut-mobile-submenu a,
.ut-mobile-contacts a,
.ut-mobile-languages a,
.ut-mobile-socials a {
    text-decoration: none !important;
}

.ut-header a:hover,
.ut-header a:focus,
.ut-header a:active,
.ut-offcanvas a:hover,
.ut-offcanvas a:focus,
.ut-offcanvas a:active {
    text-decoration: none !important;
}

.ut-header .d-xl-none{
	max-width: 100vw !important;
	padding: 0;
}
.ut-header .d-xl-none > *{
	padding-left: 15px;
	padding-right: 15px;
}
/***************************************************************************************************************************************************************************/
/* с хедера часть 6 */
/***************************************************************************************************************************************************************************/

:root {
    --ut-modal-primary: #002937;
    --ut-modal-primary-light: #074658;
    --ut-modal-bronze: #9d7d64;
    --ut-modal-bronze-dark: #82644e;
    --ut-modal-text: #1d2c31;
    --ut-modal-muted: #6d7b80;
    --ut-modal-border: #e4eaec;
    --ut-modal-light: #f5f8f8;
    --ut-modal-white: #ffffff;
}

/* =========================
   MODAL OVERLAY
========================= */

.ut-contact-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 23, 31, 0.78);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}

.ut-contact-modal:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.ut-contact-modal__overlay {
    position: absolute;
    inset: 0;
    cursor: default;
}

/* =========================
   MODAL WINDOW
========================= */

.ut-contact-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(960px, 100%);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 26px;
    background: var(--ut-modal-white);
    box-shadow: 0 35px 100px rgba(0, 18, 25, 0.35);
    transform: translateY(18px) scale(0.985);
    transition: transform 0.28s ease;
}

.ut-contact-modal:target .ut-contact-modal__dialog {
    transform: translateY(0) scale(1);
}

.ut-contact-modal__close {
    position: absolute;
    z-index: 5;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 41, 55, 0.1);
    border-radius: 12px;
    color: var(--ut-modal-primary);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 7px 20px rgba(0, 41, 55, 0.09);
    font-size: 17px;
    text-decoration: none !important;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

html[dir="rtl"] .ut-contact-modal__close {
	right: auto;
	left: 18px;
}

.ut-contact-modal__close:hover {
    color: var(--ut-modal-white);
    background: var(--ut-modal-primary);
    transform: rotate(4deg);
    text-decoration: none !important;
}

.ut-contact-modal__grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.85fr) minmax(420px, 1.15fr);
}

/* =========================
   CONTACT SIDE
========================= */

.ut-contact-modal__info {
    position: relative;
    padding: 48px 40px;
    overflow: hidden;
    color: var(--ut-modal-white);
    background:
        radial-gradient(
            circle at 105% 0%,
            rgba(255, 255, 255, 0.12),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            var(--ut-modal-primary) 0%,
            var(--ut-modal-primary-light) 72%,
            var(--ut-modal-bronze) 155%
        );
}

.ut-contact-modal__info::before {
    content: "";
    position: absolute;
    right: -85px;
    bottom: -100px;
    width: 260px;
    height: 260px;
    border: 55px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.ut-contact-modal__info-inner {
    position: relative;
    z-index: 2;
}

.ut-contact-modal__badge {
    width: fit-content;
    margin-bottom: 24px;
    padding: 8px 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.08);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ut-contact-modal__info-title {
    max-width: 360px;
    margin: 0;
    color: var(--ut-modal-white);
    font-size: clamp(28px, 3vw, 39px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.ut-contact-modal__info-text {
    margin: 17px 0 31px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.7;
}

.ut-contact-modal__contacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ut-contact-modal__phone {
    padding: 13px 14px;
    display: flex;
    align-items: center;
    gap: 13px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 14px;
    color: var(--ut-modal-white);
    background: rgba(255, 255, 255, 0.06);
    text-decoration: none !important;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.ut-contact-modal__phone:hover {
    color: var(--ut-modal-white);
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateX(4px);
    text-decoration: none !important;
}

.ut-contact-modal__phone-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--ut-modal-white);
    background: linear-gradient(
        145deg,
        var(--ut-modal-bronze),
        #b89678
    );
    font-size: 16px;
}

.ut-contact-modal__phone-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ut-contact-modal__phone-label {
    color: rgba(255, 255, 255, 0.57);
    font-size: 11px;
    font-weight: 500;
}

.ut-contact-modal__phone-number {
    color: var(--ut-modal-white);
    font-size: 16px;
    font-weight: 750;
    line-height: 1.3;
}

.ut-contact-modal__phone--hotline {
    border-color: rgba(184, 150, 120, 0.45);
    background: rgba(157, 125, 100, 0.18);
}

.ut-contact-modal__availability {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.ut-contact-modal__availability-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #91d1a0;
    box-shadow: 0 0 0 5px rgba(145, 209, 160, 0.12);
}

/* =========================
   FORM SIDE
========================= */

.ut-contact-modal__form-side {
    padding: 50px 48px 46px;
    background:
        radial-gradient(
            circle at 95% 5%,
            rgba(157, 125, 100, 0.08),
            transparent 28%
        ),
        var(--ut-modal-white);
}

.ut-contact-modal__form-eyebrow {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--ut-modal-bronze);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ut-contact-modal__form-eyebrow::before {
    content: "";
    width: 27px;
    height: 2px;
    border-radius: 5px;
    background: var(--ut-modal-bronze);
}

.ut-contact-modal__form-title {
    margin: 0;
    color: var(--ut-modal-primary);
    font-size: 31px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.ut-contact-modal__form-text {
    margin: 13px 0 29px;
    color: var(--ut-modal-muted);
    font-size: 14px;
    line-height: 1.65;
}

.ut-contact-form {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.ut-contact-form__group {
    position: relative;
}

.ut-contact-form__label {
    margin-bottom: 7px;
    display: block;
    color: var(--ut-modal-text);
    font-size: 13px;
    font-weight: 700;
}

.ut-contact-form__required {
    color: var(--ut-modal-bronze);
}

.ut-contact-form__control,
.wpcf7-form p input.ut-contact-form__control, 
.wpcf7-form p textarea.ut-contact-form__control{
    width: 100%;
    min-height: 52px;
    padding: 13px 16px 13px 46px;
    border: 1px solid var(--ut-modal-border);
    border-radius: 12px;
    outline: none;
    color: var(--ut-modal-text);
    background: var(--ut-modal-light);
    font-family: inherit;
    font-size: 15px;
    line-height: 1.4;
    box-shadow: none;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
	margin: 0;
}

.ut-contact-form[dir="rtl"] .ut-contact-form__control,
.wpcf7-form .ut-contact-form[dir="rtl"] p input.ut-contact-form__control, 
.wpcf7-form .ut-contact-form[dir="rtl"] p textarea.ut-contact-form__control{
	text-align: right;
	padding: 13px 46px 13px 16px;
}
.ut-contact-form[dir="rtl"] .ut-contact-form__icon {
	left: unset;
	right: 17px;
}

.ut-contact-form__control::placeholder {
    color: #98a4a8;
}

.ut-contact-form__control:focus {
    border-color: var(--ut-modal-bronze);
    background: var(--ut-modal-white);
    box-shadow: 0 0 0 4px rgba(157, 125, 100, 0.1);
}

.ut-contact-form__icon {
    position: absolute;
    left: 17px;
    bottom: 20px;
    color: var(--ut-modal-bronze);
    font-size: 15px;
    pointer-events: none;
	z-index:2;
}

textarea.ut-contact-form__control {
    min-height: 125px;
    padding-top: 15px;
    resize: vertical;
}

.ut-contact-form__group--textarea .ut-contact-form__icon {
    top: 44px;
    bottom: auto;
}

.ut-contact-form__submit {
    width: 100%;
    min-height: 54px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--ut-modal-bronze);
    border-radius: 12px;
    color: var(--ut-modal-white);
    background: linear-gradient(
        135deg,
        var(--ut-modal-bronze),
        #b08d70
    );
    box-shadow: 0 14px 30px rgba(157, 125, 100, 0.25);
    font-family: inherit;
    font-size: 15px;
    font-weight: 750;
    cursor: pointer;
    transition:
        background 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.ut-contact-form__submit:hover {
    background: linear-gradient(
        135deg,
        var(--ut-modal-bronze-dark),
        var(--ut-modal-bronze)
    );
    box-shadow: 0 18px 34px rgba(157, 125, 100, 0.33);
    transform: translateY(-2px);
}

.ut-contact-form__notice,
.wpcf7-form .ut-contact-form__notice,
.wpcf7-form p.ut-contact-form__notice{
    margin: 0;
    color: #8a979b;
    font-size: 11px;
    line-height: 1.55;
    text-align: center;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991.98px) {
    .ut-contact-modal {
        align-items: flex-start;
        padding: 20px;
    }

    .ut-contact-modal__dialog {
        width: min(680px, 100%);
        margin: auto;
    }

    .ut-contact-modal__grid {
        grid-template-columns: 1fr;
    }

    .ut-contact-modal__info {
        padding: 42px 38px 35px;
    }

    .ut-contact-modal__contacts {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ut-contact-modal__phone--hotline {
        grid-column: 1 / -1;
    }

    .ut-contact-modal__form-side {
        padding: 40px 38px;
    }
}

@media (max-width: 575.98px) {
    .ut-contact-modal {
        padding: 0;
        align-items: flex-start;
        background: var(--ut-modal-white);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .ut-contact-modal__dialog {
        width: 100%;
        min-height: 100dvh;
        margin: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .ut-contact-modal__close {
        position: fixed;
        top: 13px;
        right: 13px;
        width: 40px;
        height: 40px;
    }

    .ut-contact-modal__info {
        padding: 69px 20px 30px;
    }

    .ut-contact-modal__info-title {
        max-width: 290px;
        font-size: 29px;
    }

    .ut-contact-modal__info-text {
        margin-bottom: 23px;
        font-size: 14px;
    }

    .ut-contact-modal__contacts {
        display: flex;
    }

    .ut-contact-modal__phone {
        padding: 11px 12px;
    }

    .ut-contact-modal__form-side {
        padding: 34px 20px 38px;
    }

    .ut-contact-modal__form-title {
        padding-right: 15px;
        font-size: 27px;
    }

    .ut-contact-modal__form-text {
        margin-bottom: 24px;
    }
}

/*=========================================================================================================================================================================*/
/*=========================================================================================================================================================================*/
/***************************************************************************************************************************************************************************/
/* ФУТЕР */
/***************************************************************************************************************************************************************************/
/*=========================================================================================================================================================================*/
/*=========================================================================================================================================================================*/

@media (min-width: 768px){
	.bg1{
		width:60%;display:inline-block;vertical-align:top;
	}
	.bg2{
		width:35%;display:inline-block;vertical-align:top;padding-top:70px;
	}
}
@media (max-width: 768px){
	.bg1{
		width:100%;display:inline-block;vertical-align:top;
	}
	.bg2{
		width:100%;display:inline-block;vertical-align:top;padding-top:40px;
	}
}
:root {
    --ut-footer-bg: #002937;
    --ut-footer-dark: #011b24;
    --ut-footer-accent: #9d7d64;
    --ut-footer-white: #ffffff;
    --ut-footer-muted: rgba(255, 255, 255, 0.68);
    --ut-footer-border: rgba(255, 255, 255, 0.12);
}

.ut-footer,
.ut-footer * {
    box-sizing: border-box;
}

.ut-footer {
    position: relative;
    color: var(--ut-footer-white);
    background: var(--ut-footer-bg);
}

.ut-footer a {
    text-decoration: none;
}

/* Основна частина */

.ut-footer__main {
    padding: 64px 0 48px;
}

.ut-footer__column {
    height: 100%;
}

.ut-footer__title {
    position: relative;
    margin: 0 0 24px;
    padding-bottom: 13px;
    color: var(--ut-footer-white);
    font-size: 16px;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ut-footer__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 2px;
    border-radius: 5px;
    background: var(--ut-footer-accent);
}
html[dir="rtl"] .ut-footer__title::after {
    left: unset;
	right:0;
}

/* Навігація */

.ut-footer__navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.ut-footer__navigation a {
    position: relative;
    padding: 7px 0 7px 16px;
    color: var(--ut-footer-muted);
    font-size: 15px;
    line-height: 1.4;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.ut-footer__navigation a::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ut-footer-accent);
}
html[dir="rtl"] .ut-footer__navigation a {
	padding: 7px 16px 7px 0;
}
html[dir="rtl"] .ut-footer__navigation a::before {
    left: unset;
    right: 0;
}
.ut-footer__navigation a:hover {
    color: var(--ut-footer-white);
    transform: translateX(4px);
}

/* Контакти */

.ut-footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.ut-footer__phone {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ut-footer-white);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.ut-footer__phone:hover {
    color: var(--ut-footer-accent);
    transform: translateX(3px);
}

.ut-footer__phone-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ut-footer-border);
    border-radius: 10px;
    color: var(--ut-footer-accent);
    background: rgba(255, 255, 255, 0.05);
}

.ut-footer__phone-text {
    display: flex;
    flex-direction: column;
}

.ut-footer__phone-label {
    margin-top: 2px;
    color: var(--ut-footer-muted);
    font-size: 12px;
    font-weight: 400;
}
html[dir="rtl"] .ut-footer__phone-label {
	text-align: right;
}

.ut-footer__contact-button {
    width: fit-content;
    min-height: 44px;
    margin-top: 8px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid var(--ut-footer-accent);
    border-radius: 10px;
    color: var(--ut-footer-white);
    background: var(--ut-footer-accent);
    font-size: 14px;
    font-weight: 700;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.ut-footer__contact-button:hover {
    color: var(--ut-footer-white);
    background: #876a53;
    transform: translateY(-2px);
}

/* Соцмережі */

.ut-footer__description {
    max-width: 260px;
    margin: 0 0 20px;
    color: var(--ut-footer-muted);
    font-size: 14px;
    line-height: 1.65;
}

.ut-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.ut-footer__socials a {
    width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ut-footer-border);
    border-radius: 11px;
    color: var(--ut-footer-white);
    background: rgba(255, 255, 255, 0.05);
    font-size: 17px;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.ut-footer__socials a:hover {
    color: var(--ut-footer-white);
    background: var(--ut-footer-accent);
    border-color: var(--ut-footer-accent);
    transform: translateY(-3px);
}

/* Погода */

.ut-footer__weather {
    min-height: 125px;
    padding: 14px;
    overflow: hidden;
    border: 1px solid var(--ut-footer-border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.ut-footer__weather iframe {
    max-width: 100% !important;
}

/* Нижня частина */

.ut-footer__bottom {
    padding: 20px 0;
    border-top: 1px solid var(--ut-footer-border);
    background: var(--ut-footer-dark);
}

.ut-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.ut-footer__copyright {
    color: var(--ut-footer-muted);
    font-size: 13px;
    line-height: 1.5;
}

.ut-footer__copyright strong {
    color: var(--ut-footer-white);
    font-weight: 700;
}

.ut-footer__developer {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ut-footer-muted);
    font-size: 12px;
    transition: color 0.2s ease;
}

.ut-footer__developer:hover {
    color: var(--ut-footer-white);
}

.ut-footer__developer img {
    display: block;
    width: auto;
    max-width: 105px;
    max-height: 36px;
    object-fit: contain;
    opacity: 0.85;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.ut-footer__developer:hover img {
    opacity: 1;
    transform: translateY(-1px);
}

/* Адаптивність */

@media (max-width: 991.98px) {

    .ut-footer__main {
        padding: 48px 0 36px;
    }
}

@media (max-width: 767.98px) {
    .ut-footer__main {
        padding: 42px 0 30px;
    }

    .ut-footer__column {
        text-align: center;
    }

    .ut-footer__title {
        margin-bottom: 20px;
    }

    .ut-footer__title::after,
	html[dir="rtl"] .ut-footer__title::after{
		right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    .ut-footer__navigation {
        align-items: center;
    }

    .ut-footer__navigation a,
	html[dir="rtl"] .ut-footer__navigation a{
        padding: 7px 10px;
    }

    .ut-footer__navigation a::before {
        display: none;
    }

    .ut-footer__navigation a:hover {
        transform: none;
    }

    .ut-footer__contacts {
        align-items: center;
    }

    .ut-footer__phone {
        width: 100%;
        max-width: 280px;
        justify-content: flex-start;
        text-align: left;
    }

    .ut-footer__description {
        margin-right: auto;
        margin-left: auto;
    }

    .ut-footer__socials {
        justify-content: center;
    }

    .ut-footer__bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .ut-footer__developer {
        flex-direction: column;
        gap: 8px;
    }
}


.currency-block-wrapper{
	padding: 36px 0;
	background: #EEF0F0;
}
.currency-block{
	padding: 0 16px;
	max-width: 585px;
	margin: 0;
}
.currency-block-title span{
	color:#9D7D64;
}

#thecurrency {
	width: 100%;
	display: block;
	padding: 0;
	max-width: unset;
	margin-top: 27px;
	margin-bottom: 36px;
}
.currency-block #thecurrency .MxCurrencyResultBox{
	max-width: unset !important;
}
#thecurrency .MxCurrencyResultBox {
	text-align: center !important;
	border-radius: 13px 13px 20px 20px !important;
	padding: 12px 0 0 !important;
	border: none !important;
	font-family: inherit !important;
	font-size: 16px !important;
	color: inherit !important;
	background: linear-gradient(90.6deg, #012B39 0.52%, #455858 102.93%) !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#thecurrency .MxCurrencyResultBox > *:not(:last-child) {
	color: #fff !important;
	font-size: 18px;
	line-height: 1.3;
}
#thecurrency .MxCurrencyResultBox > div:last-child {
	width: 100%;
	margin: 12px 0 0 !important;
	border-radius: 0 0 13px 13px !important;
	background: #fff !important;
	padding-bottom: 30px;
}
#thecurrency .MxCurrencyResultBox > div:last-child table {
	border: none;
	font-size: inherit !important;
	margin: 0;
}
#thecurrency .MxCurrencyResultBox > div:last-child table th, 
#thecurrency .MxCurrencyResultBox > div:last-child table dt {
	font-weight: 700;
	padding: 13px 4px;
	line-height: 108%;
	font-size: 16px;
	width: 25%;
}
#thecurrency .MxCurrencyResultBox > div:last-child table td, 
#thecurrency .MxCurrencyResultBox > div:last-child table dd {
	padding: 13px 4px;
	line-height: 108%;
	font-size: 16px;
	width: 25%;
	border-right: 1px solid #EEE !important;
}
#thecurrency .MxCurrencyResultBox > div:last-child table td:first-child, 
#thecurrency .MxCurrencyResultBox > div:last-child table dd:first-child {
	font-weight: 700;
}
#thecurrency .MxCurrencyResultBox > div:last-child table td:last-child, 
#thecurrency .MxCurrencyResultBox > div:last-child table dd:last-child {
	border-right: none !important;
}
@media (max-width: 767.98px) {
	#thecurrency .MxCurrencyResultBox {
		background: #9D7D64 !important;
	}
}
/*=========================================================================================================================================================================*/
/*=========================================================================================================================================================================*/
/***************************************************************************************************************************************************************************/
/*  Рош га-Шана 2026  */
/***************************************************************************************************************************************************************************/
/*=========================================================================================================================================================================*/
/*=========================================================================================================================================================================*/

:root {
    --ut-rh-primary: #002937;
    --ut-rh-primary-light: #074657;
    --ut-rh-primary-dark: #001c26;
    --ut-rh-bronze: #9d7d64;
    --ut-rh-bronze-light: #c3a58d;
    --ut-rh-text: #25363c;
    --ut-rh-muted: #68787e;
    --ut-rh-border: #e4eaec;
    --ut-rh-light: #f5f8f8;
    --ut-rh-white: #ffffff;
    --ut-rh-danger: #b5463c;
}

.ut-rh-page,
.ut-rh-page * {
    box-sizing: border-box;
}

.ut-rh-page {
    overflow: hidden;
    color: var(--ut-rh-text);
    background: var(--ut-rh-white);
}

.ut-rh-page a {
    text-decoration: none !important;
}

/* =========================
   HERO
========================= */

.ut-rh-hero {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--ut-rh-white);
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(157, 125, 100, 0.32),
            transparent 28%
        ),
        radial-gradient(
            circle at 12% 90%,
            rgba(255, 255, 255, 0.08),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            var(--ut-rh-primary-dark) 0%,
            var(--ut-rh-primary) 48%,
            var(--ut-rh-primary-light) 100%
        );
}

.ut-rh-hero::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -100px;
    width: 430px;
    height: 430px;
    border: 90px solid rgba(255, 255, 255, 0.04);
    border-radius: 50%;
}

.ut-rh-hero::after {
    content: "";
    position: absolute;
    right: 8%;
    bottom: -140px;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
}

.ut-rh-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
}

.ut-rh-hero__content {
    max-width: 860px;
	margin: auto;
	text-align: center;
}

.ut-rh-hero__eyebrow {
    width: fit-content;
    margin-bottom: 20px;
    padding: 8px 14px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ut-rh-hero__eyebrow i {
    color: var(--ut-rh-bronze-light);
}

.ut-rh-hero__title {
    max-width: 790px;
    margin: 0;
    color: var(--ut-rh-white);
    font-size: clamp(44px, 6vw, 78px);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.ut-rh-hero__description {
    max-width: 690px;
    margin: 24px auto 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.7;
}

.ut-rh-hero__meta {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    gap: 12px;
}

.ut-rh-hero__meta-item {
    min-height: 43px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 11px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.06);
    font-size: 13px;
    font-weight: 650;
}

.ut-rh-hero__meta-item i {
    color: var(--ut-rh-bronze-light);
}

/* =========================
   QUICK LINKS
========================= */

.ut-rh-navigation {
    position: relative;
    z-index: 5;
    margin-top: -55px;
    padding-bottom: 30px;
}

.ut-rh-navigation__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ut-rh-navigation__card {
    position: relative;
    min-height: 165px;
    padding: 28px 30px;
    display: flex;
    align-items: center;
    gap: 22px;
    overflow: hidden;
    border: 1px solid rgba(0, 41, 55, 0.08);
    border-radius: 21px;
    color: var(--ut-rh-primary);
    background: var(--ut-rh-white);
    box-shadow: 0 22px 55px rgba(0, 41, 55, 0.13);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.ut-rh-navigation__card::after {
    content: "";
    position: absolute;
    top: -75px;
    right: -75px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(157, 125, 100, 0.07);
    transition: transform 0.3s ease;
}

.ut-rh-navigation__card:hover {
    color: var(--ut-rh-primary);
    border-color: rgba(157, 125, 100, 0.35);
    box-shadow: 0 28px 65px rgba(0, 41, 55, 0.19);
    transform: translateY(-6px);
}

.ut-rh-navigation__card:hover::after {
    transform: scale(1.12);
}

.ut-rh-navigation__icon {
    position: relative;
    z-index: 2;
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: var(--ut-rh-white);
    background: linear-gradient(
        145deg,
        var(--ut-rh-primary),
        var(--ut-rh-primary-light)
    );
    box-shadow: 0 13px 28px rgba(0, 41, 55, 0.18);
    font-size: 23px;
}

.ut-rh-navigation__content {
    position: relative;
    z-index: 2;
}

.ut-rh-navigation__label {
    margin-bottom: 6px;
    color: var(--ut-rh-bronze);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ut-rh-navigation__title {
    margin: 0;
    color: var(--ut-rh-primary);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.25;
}

.ut-rh-navigation__arrow {
    position: relative;
    z-index: 2;
    margin-left: auto;
    color: var(--ut-rh-bronze);
    font-size: 15px;
    transition: transform 0.25s ease;
}
.ut-rh-navigation__card:hover .ut-rh-navigation__arrow {
    transform: translateX(5px);
}

html[dir="rtl"] .ut-rh-navigation__arrow {
	transform: rotate(180deg);
    margin-left: unset;
    margin-right: auto;
}
html[dir="rtl"] .ut-rh-navigation__card:hover .ut-rh-navigation__arrow{
    transform: rotate(180deg) translateX(5px);
}
html[dir="rtl"] .ut-rh-navigation__card::after {
    right: unset;
	left: -75px;
}

/* =========================
   MAIN CONTENT
========================= */

.ut-rh-content {
    padding: 65px 0 95px;
    background:
        radial-gradient(
            circle at 0% 10%,
            rgba(157, 125, 100, 0.08),
            transparent 26%
        ),
        linear-gradient(
            to bottom,
            var(--ut-rh-white),
            var(--ut-rh-light)
        );
}

.ut-rh-content__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 42px;
    align-items: start;
}

.ut-rh-article {
    min-width: 0;
}

.ut-rh-section-heading {
    margin-bottom: 30px;
}

.ut-rh-section-heading__eyebrow {
    margin-bottom: 11px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ut-rh-bronze);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.ut-rh-section-heading__eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 5px;
    background: var(--ut-rh-bronze);
}

.ut-rh-section-heading__title {
    max-width: 750px;
    margin: 0;
    color: var(--ut-rh-primary);
    font-size: clamp(30px, 4vw, 45px);
    font-weight: 850;
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.ut-rh-intro {
    margin-bottom: 28px;
    padding: 25px 27px;
    border-left: 4px solid var(--ut-rh-bronze);
    border-radius: 0 15px 15px 0;
    color: var(--ut-rh-primary);
    background: rgba(157, 125, 100, 0.09);
    font-size: 18px;
    font-weight: 650;
    line-height: 1.7;
}

html[dir="rtl"] .ut-rh-intro {
    border-left: none;
    border-right: 4px solid var(--ut-rh-bronze);
	border-radius: 15px 0 0 15px;
}

/* Restrictions */

.ut-rh-restrictions {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ut-rh-restriction {
    position: relative;
    padding: 20px 22px 20px 68px;
    border: 1px solid var(--ut-rh-border);
    border-radius: 15px;
    background: var(--ut-rh-white);
    box-shadow: 0 8px 24px rgba(0, 41, 55, 0.045);
}

.ut-rh-restriction__icon {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--ut-rh-white);
    background: linear-gradient(
        145deg,
        var(--ut-rh-bronze),
        var(--ut-rh-bronze-light)
    );
    font-size: 13px;
}

html[dir="rtl"] .ut-rh-restriction {
	padding: 20px 68px 20px 22px;
}
html[dir="rtl"] .ut-rh-restriction__icon {
	left: unset;
	right: 18px;
}

.ut-rh-restriction p {
    margin: 0;
    color: var(--ut-rh-text);
    font-size: 16px;
    line-height: 1.7;
}

/* Notices */

.ut-rh-notices {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ut-rh-notice {
    position: relative;
    padding: 27px 28px 27px 78px;
    overflow: hidden;
    border: 1px solid rgba(181, 70, 60, 0.17);
    border-radius: 17px;
    background: #fff8f7;
}

.ut-rh-notice::after {
    content: "";
    position: absolute;
    top: -55px;
    right: -55px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(181, 70, 60, 0.045);
}

.ut-rh-notice__icon {
    position: absolute;
    top: 25px;
    left: 24px;
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: var(--ut-rh-white);
    background: var(--ut-rh-danger);
    font-size: 16px;
}

html[dir="rtl"] .ut-rh-notice {
	padding: 27px 78px 27px 28px;
}
html[dir="rtl"] .ut-rh-notice__icon{
	left: unset;
	right: 24px;
}
html[dir="rtl"] .ut-rh-notice::after{
	right: unset;
	left: -55px;
}

.ut-rh-notice p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #57322f;
    font-size: 16px;
    line-height: 1.75;
}

.ut-rh-notice strong {
    color: var(--ut-rh-danger);
}

/* Sidebar */

.ut-rh-sidebar {
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ut-rh-sidebar-card {
    padding: 26px;
    border: 1px solid var(--ut-rh-border);
    border-radius: 19px;
    background: var(--ut-rh-white);
    box-shadow: 0 15px 42px rgba(0, 41, 55, 0.08);
	text-align: center;
}

.ut-rh-sidebar-card--dark {
    color: var(--ut-rh-white);
    border: 0;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(157, 125, 100, 0.32),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            var(--ut-rh-primary),
            var(--ut-rh-primary-light)
        );
}

.ut-rh-sidebar-card__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--ut-rh-white);
    background: var(--ut-rh-bronze);
    font-size: 19px;
}

.ut-rh-sidebar-card__title {
    margin: 0 0 11px;
    color: var(--ut-rh-primary);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3;
}

.ut-rh-sidebar-card--dark .ut-rh-sidebar-card__title {
    color: var(--ut-rh-white);
}

.ut-rh-sidebar-card__text {
    margin: 0;
    color: var(--ut-rh-muted);
    font-size: 14px;
    line-height: 1.7;
}

.ut-rh-sidebar-card--dark .ut-rh-sidebar-card__text {
    color: rgba(255, 255, 255, 0.7);
}

.ut-rh-hotline {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ut-rh-hotline__label {
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ut-rh-hotline__number {
    color: var(--ut-rh-white);
    font-size: 20px;
    font-weight: 800;
    text-decoration: none !important;
}

.ut-rh-hotline__number:hover {
    color: var(--ut-rh-bronze-light);
}

.ut-rh-sidebar-button {
    width: 100%;
    min-height: 48px;
    margin-top: 20px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 11px;
    color: var(--ut-rh-white);
    background: var(--ut-rh-bronze);
    font-size: 14px;
    font-weight: 750;
    text-decoration: none !important;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.ut-rh-sidebar-button:hover {
    color: var(--ut-rh-white);
    background: #84664f;
    transform: translateY(-2px);
}

.ut-rh-sidebar-links {
    display: flex;
    flex-direction: column;
}

.ut-rh-sidebar-links a {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid var(--ut-rh-border);
    color: var(--ut-rh-text);
    font-size: 14px;
    font-weight: 650;
    text-decoration: none !important;
}

.ut-rh-sidebar-links a:last-child {
    border-bottom: 0;
}

.ut-rh-sidebar-links a i {
    color: var(--ut-rh-bronze);
    font-size: 11px;
    transition: transform 0.2s ease;
}

.ut-rh-sidebar-links a:hover {
    color: var(--ut-rh-bronze);
}

.ut-rh-sidebar-links a:hover i {
    transform: translateX(4px);
}

html[dir="rtl"] .ut-rh-sidebar-links a i{
	transform: rotate(180deg);
}
html[dir="rtl"] .ut-rh-sidebar-links a:hover i {
    transform: rotate(180deg) translateX(4px);
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1199.98px) {
    .ut-rh-content__layout {
        grid-template-columns: minmax(0, 1fr) 290px;
        gap: 30px;
    }
}

@media (max-width: 991.98px) {
    .ut-rh-hero {
        min-height: 420px;
    }

    .ut-rh-navigation {
        margin-top: -40px;
    }

    .ut-rh-content__layout {
        grid-template-columns: 1fr;
    }

    .ut-rh-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .ut-rh-hero {
        min-height: 390px;
    }

    .ut-rh-hero__inner {
        padding-top: 70px;
        padding-bottom: 75px;
    }

    .ut-rh-hero__title {
        font-size: 42px;
    }

    .ut-rh-hero__description {
        font-size: 16px;
    }

    .ut-rh-navigation {
        margin-top: -32px;
    }

    .ut-rh-navigation__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ut-rh-navigation__card {
        min-height: 130px;
        padding: 22px;
        border-radius: 17px;
    }

    .ut-rh-navigation__icon {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
        border-radius: 14px;
        font-size: 19px;
    }

    .ut-rh-navigation__title {
        font-size: 20px;
    }

    .ut-rh-content {
        padding: 45px 0 70px;
    }

    .ut-rh-section-heading__title {
        font-size: 32px;
    }

    .ut-rh-intro {
        padding: 20px;
        font-size: 16px;
    }

    .ut-rh-restriction {
        padding: 18px 18px 18px 60px;
    }

    .ut-rh-restriction__icon {
        top: 17px;
        left: 15px;
        width: 33px;
        height: 33px;
    }

    .ut-rh-restriction p {
        font-size: 15px;
    }

    .ut-rh-notice {
        padding: 69px 20px 22px;
    }

    .ut-rh-notice__icon {
        top: 19px;
        left: 19px;
    }

    .ut-rh-notice p {
        font-size: 15px;
    }

    .ut-rh-sidebar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 399.98px) {
    .ut-rh-hero__title {
        font-size: 36px;
    }

    .ut-rh-navigation__card {
        gap: 15px;
    }

    .ut-rh-navigation__arrow {
        display: none;
    }
}



/*=========================================================================================================================================================================*/
/*=========================================================================================================================================================================*/
/***************************************************************************************************************************************************************************/
/* Главная страница */
/***************************************************************************************************************************************************************************/
/*=========================================================================================================================================================================*/
/*=========================================================================================================================================================================*/

.ut-hero {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    overflow: hidden;
	background-color: #002937;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ut-hero::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
	width:100%;
    background: linear-gradient( 90deg, rgba(0, 24, 33, 0.84) 0%, rgba(0, 30, 41, 0.66) 42%, rgba(0, 30, 41, 0.22) 100% );
}

.ut-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 170px;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(0, 24, 33, 0.34),
        transparent
    );
}

.ut-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 90px;
}

.ut-hero__content {
    max-width: 820px;
}

.ut-hero__eyebrow {
    width: fit-content;
    margin-bottom: 22px;
    padding: 8px 14px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ut-hero__eyebrow i {
    color: #d4b89f;
}

.ut-hero__title {
    max-width: 800px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.ut-hero__text {
    max-width: 680px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.65;
}

.ut-hero__actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.ut-hero__button {
    min-height: 54px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1;
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.ut-hero__button:hover {
    transform: translateY(-2px);
    text-decoration: none !important;
}

.ut-hero__button--primary {
    color: #ffffff;
    border: 1px solid #9d7d64;
    background: #9d7d64;
    box-shadow: 0 14px 34px rgba(157, 125, 100, 0.3);
}

.ut-hero__button--primary:hover {
    color: #ffffff;
    border-color: #876850;
    background: #876850;
    box-shadow: 0 17px 38px rgba(157, 125, 100, 0.4);
}

.ut-hero__button--secondary {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ut-hero__button--secondary:hover {
    color: #002937;
    border-color: #ffffff;
    background: #ffffff;
}

.ut-hero__hotline {
    margin-top: 27px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.ut-hero__hotline-icon {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.ut-hero__hotline-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ut-hero__hotline-label {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-weight: 500;
}

.ut-hero__hotline-number {
    color: #ffffff;
    font-size: 17px;
    font-weight: 750;
    text-decoration: none !important;
}

.ut-hero__hotline-number:hover {
    color: #d4b89f;
    text-decoration: none !important;
}

.ut-hero__scroll {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 27px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(0, 41, 55, 0.32);
    transform: translateX(-50%);
    text-decoration: none !important;
    animation: utHeroBounce 2s infinite;
}

.ut-hero__scroll:hover {
    color: #ffffff;
    background: #9d7d64;
}

@keyframes utHeroBounce {
    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, 7px);
    }
}

@media (max-width: 991.98px) {
    .ut-hero__inner {
        padding-top: 75px;
        padding-bottom: 90px;
    }

    .ut-hero__content {
        max-width: 700px;
    }

    .ut-hero__title {
        font-size: clamp(40px, 8vw, 60px);
    }
}

@media (max-width: 767.98px) {
    .ut-hero__inner {
        padding-top: 110px;
        padding-bottom: 85px;
    }

    .ut-hero__eyebrow {
        margin-bottom: 17px;
        padding: 7px 11px;
        font-size: 11px;
    }

    .ut-hero__title {
        font-size: clamp(36px, 11vw, 48px);
        line-height: 1.08;
    }

    .ut-hero__text {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.55;
    }

    .ut-hero__actions {
        margin-top: 27px;
        flex-direction: column;
    }

    .ut-hero__button {
        width: 100%;
        min-height: 52px;
    }

    .ut-hero__hotline {
        margin-top: 21px;
    }

    .ut-hero__hotline-number {
        font-size: 16px;
    }

    .ut-hero__scroll {
        display: none;
    }
}

@media (max-width: 399.98px) {
    .ut-hero__title {
        font-size: 33px;
    }

    .ut-hero__text {
        font-size: 15px;
    }
}

/************************/

.leftimg {
	float:left; /* Выравнивание по левому краю */
	margin: 7px 27px 7px 0; /* Отступы вокруг картинки */
}
.rightimg  {
	float: right; /* Выравнивание по правому краю  */ 
	margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
}

/************************/

.ut-services {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(157, 125, 100, 0.12),
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(0, 41, 55, 0.08),
            transparent 35%
        ),
        #f7f9f9;
}

.ut-services::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -100px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    border: 70px solid rgba(157, 125, 100, 0.05);
    pointer-events: none;
}

.ut-services__heading {
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.ut-services__eyebrow {
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #9d7d64;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ut-services__eyebrow::before,
.ut-services__eyebrow::after {
    content: "";
    width: 28px;
    height: 1px;
    background: #9d7d64;
}

.ut-services__title {
    margin: 0;
    color: #002937;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.ut-services__text {
    max-width: 650px;
    margin: 16px auto 0;
    color: #65767d;
    font-size: 17px;
    line-height: 1.7;
}

.ut-service-card {
    position: relative;
    height: 100%;
    min-height: 285px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(0, 41, 55, 0.08);
    border-radius: 22px;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            #002937 0%,
            #073f50 58%,
            #9d7d64 145%
        );
    box-shadow: 0 18px 45px rgba(0, 41, 55, 0.13);
    text-decoration: none !important;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.ut-service-card::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    transition: transform 0.35s ease;
}

.ut-service-card::after {
    content: "";
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 62px;
    height: 62px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0 0 18px 0;
}

.ut-service-card:hover {
    color: #ffffff;
    transform: translateY(-8px);
    border-color: rgba(157, 125, 100, 0.4);
    box-shadow: 0 26px 55px rgba(0, 41, 55, 0.23);
    text-decoration: none !important;
}

.ut-service-card:hover::before {
    transform: scale(1.15);
}

.ut-service-card__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.ut-service-card__icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 17px;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            rgba(157, 125, 100, 0.95),
            rgba(184, 151, 124, 0.78)
        );
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.13);
    font-size: 23px;
}

.ut-service-card__number {
    color: rgba(255, 255, 255, 0.2);
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.ut-service-card__content {
    position: relative;
    z-index: 2;
    margin-top: 31px;
}

.ut-service-card__title {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 750;
    line-height: 1.3;
}

.ut-service-card__description {
    margin: 13px 0 0;
    color: rgba(255, 255, 255, 0.73);
    font-size: 15px;
    line-height: 1.65;
}

.ut-service-card__footer {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d7c0ad;
    font-size: 14px;
    font-weight: 700;
}

.ut-service-card__footer i {
    font-size: 12px;
    transition: transform 0.25s ease;
}

.ut-service-card:hover .ut-service-card__footer i {
    transform: translateX(5px);
}

html[dir="rtl"] .ut-service-card__footer i {
	transform: rotate(180deg);
}
html[dir="rtl"] .ut-service-card:hover .ut-service-card__footer i {
    transform: rotate(180deg) translateX(5px);
}

/* Світліший акцент для окремих карток */

.ut-service-card--bronze {
    background:
        linear-gradient(
            145deg,
            #7e624d 0%,
            #9d7d64 50%,
            #002937 145%
        );
}

.ut-service-card--bronze .ut-service-card__icon {
    color: #002937;
    background: rgba(255, 255, 255, 0.9);
}

.ut-service-card--bronze .ut-service-card__footer {
    color: #ffffff;
}

#utCategories {
    scroll-margin-top: 90px;
}

@media (max-width: 991.98px) {
    .ut-services {
        padding: 70px 0;
    }

    .ut-service-card {
        min-height: 270px;
    }
}

@media (max-width: 767.98px) {
    .ut-services {
        padding: 58px 0;
    }

    .ut-services__heading {
        margin-bottom: 34px;
        text-align: left;
    }

    .ut-services__eyebrow::before {
        display: none;
    }

    .ut-services__eyebrow::after {
        width: 36px;
    }

    .ut-services__title {
        font-size: 32px;
    }

    .ut-services__text {
        font-size: 16px;
    }

    .ut-service-card {
        min-height: 250px;
        padding: 25px;
        border-radius: 19px;
    }

    .ut-service-card__title {
        font-size: 20px;
    }
}

/************************/

.ut-history {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(157, 125, 100, 0.09),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 82%,
            rgba(0, 41, 55, 0.06),
            transparent 32%
        ),
        #ffffff;
}

.ut-history::before {
    content: "";
    position: absolute;
    top: 160px;
    left: 50%;
    width: 1px;
    height: calc(100% - 320px);
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(157, 125, 100, 0.22) 10%,
        rgba(157, 125, 100, 0.22) 90%,
        transparent
    );
    transform: translateX(-50%);
    pointer-events: none;
}

.ut-history__heading {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.ut-history__eyebrow {
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #9d7d64;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ut-history__eyebrow::before,
.ut-history__eyebrow::after {
    content: "";
    width: 30px;
    height: 1px;
    background: #9d7d64;
}

.ut-history__title {
    margin: 0;
    color: #002937;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.ut-history__intro {
    max-width: 620px;
    margin: 16px auto 0;
    color: #66777d;
    font-size: 17px;
    line-height: 1.7;
}

.ut-history__list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.ut-history-card {
    position: relative;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(0, 41, 55, 0.08);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 55px rgba(0, 41, 55, 0.08);
}

.ut-history-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        #9d7d64,
        #c5a98f
    );
}

.ut-history-card__row {
    align-items: stretch;
}

.ut-history-card__media {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    border-radius: 19px;
    background: #e9eeee;
}

.ut-history-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(0, 41, 55, 0.16),
        transparent 45%
    );
}

.ut-history-card__media img {
    width: 100%;
    height: 100%;
    min-height: 390px;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ut-history-card:hover .ut-history-card__media img {
    transform: scale(1.035);
}

.ut-history-card__number {
    position: absolute;
    z-index: 2;
    top: 17px;
    left: 17px;
    min-width: 48px;
    height: 34px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(0, 41, 55, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.ut-history-card__content {
    height: 100%;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ut-history-card__label {
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #9d7d64;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.ut-history-card__label::before {
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 4px;
    background: #9d7d64;
}

.ut-history-card__title {
    margin: 0 0 23px;
    color: #002937;
    font-size: clamp(25px, 2.4vw, 34px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.ut-history-card__points {

}

.ut-history-card__points ul{
    list-style: none;
	display: flex;
    flex-direction: column;
    gap: 17px;
}

.ut-history-card__points ul li {
    position: relative;
    margin: 0;
    padding-left: 25px;
    color: #26383e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
}

.ut-history-card__points ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 1px;
    width: 8px;
    height: 8px;
    border: 2px solid #9d7d64;
    border-radius: 50%;
    background: #ffffff;
}
html[dir="rtl"] .ut-history-card__points ul,
html[dir="rtl"] .ut-history-card__points ul li {
    direction: rtl;
    text-align: right;
}
html[dir="rtl"] .ut-history-card__points ul li {
    padding-left: 0;
    padding-right: 25px;
}
html[dir="rtl"] .ut-history-card__points ul li::before {
    left: auto;
    right: 1px;
}

@media (max-width: 1199.98px) {
    .ut-history-card__content {
        padding: 16px 18px;
    }

    .ut-history-card__media img {
        min-height: 440px;
    }

    .ut-history-card__points ul li {
        font-size: 15px;
    }
}

@media (max-width: 991.98px) {
    .ut-history {
        padding: 70px 0;
    }

    .ut-history::before {
        display: none;
    }

    .ut-history__list {
        gap: 28px;
    }

    .ut-history-card {
        padding: 17px;
        border-radius: 22px;
    }

    .ut-history-card::before,
    .ut-history-card--reverse::before {
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 4px;
    }

    .ut-history-card__media img {
        min-height: 350px;
        max-height: 430px;
    }

    .ut-history-card__content {
        padding: 30px 13px 14px;
    }
}

@media (max-width: 767.98px) {
    .ut-history {
        padding: 56px 0;
    }

    .ut-history__heading {
        margin-bottom: 34px;
        text-align: left;
    }

    .ut-history__eyebrow::before {
        display: none;
    }

    .ut-history__eyebrow::after {
        width: 38px;
    }

    .ut-history__title {
        font-size: 32px;
    }

    .ut-history__intro {
        font-size: 16px;
    }

    .ut-history-card {
        padding: 12px;
        border-radius: 19px;
    }

    .ut-history-card__media {
        border-radius: 15px;
    }

    .ut-history-card__media img {
        min-height: 260px;
        max-height: 320px;
    }

    .ut-history-card__content {
        padding: 25px 7px 10px;
    }

    .ut-history-card__title {
        margin-bottom: 19px;
        font-size: 25px;
    }

    .ut-history-card__points {
        gap: 15px;
    }

    .ut-history-card__points ul li {
        padding-left: 22px;
        font-size: 15px;
        line-height: 1.65;
    }

    .ut-history-card__points ul li::before {
        top: 9px;
        width: 7px;
        height: 7px;
    }
}

/************************/


.full-width-block{
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #aeaeae;
    margin: 0!important;
    overflow: hidden;
    padding: 0px 0 0px 0!important;
    position: relative;
}

.mainpage-contacts-wrap {
	max-width: 812px;
	padding: 0 16px;
}
.mainpage-contacts-section{
	background-color: #002937;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #aeaeae;
    margin: 0!important;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
}
.mainpage-contacts-section > *{
	position: relative;
	z-index: 2;
}
.mainpage-contacts-section::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient( 90deg, rgba(0, 24, 33, 0.4) 0%, rgba(0, 30, 41, 0.36) 25%, rgba(0, 30, 41, 0) 100% );
	z-index: 0;
}
.mainpage-contacts-section__title{
	color:#fff;
	margin: 0 auto 12px;
	font-size: 32px;
	line-height: 34px;
	max-width: 500px;
}
.mainpage-contacts-section__text {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 18px;
	margin: 0 auto 26px;
	max-width: 500px;
}
.td-form{
	margin-top: 40px;
}
.td-formflex{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	align-items: stretch;
}
.td-inputfield{
	width: 100%;
	max-width: calc(33.33% - 10px);
}
.td-inputfield.td-inputfield-50{
	max-width: calc(50% - 8px);
}
.td-inputfield.td-inputfield-100{
	max-width: 100%;
}
.td-inputfield p{
	margin:0; 
	display:block;
}
.td-inputfield input, 
.wpcf7-form .td-inputfield p input, 
.td-inputfield textarea, 
.wpcf7-form .td-inputfield p textarea {
	display: block;
	background: #fff;
	border: none;
	color: #07202A;
	min-height: 52px;
	border-radius: 6px;
	outline: none !important;
}
.td-inputfield textarea,
.wpcf7-form .td-inputfield p textarea{
	height: 100px;
}
.mainpage-contacts-wrap .td-inputfield textarea,
.mainpage-contacts-wrap .wpcf7-form .td-inputfield p textarea{
	min-height: 127px;
}
.td-submit{
	margin-top: 20px;
}
.td-submit p{
	overflow: visible;
}
.td-submit .wpcf7-spinner{
	position: absolute;
	margin-top: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
	background: #002937;
	color: #fff;
	border-radius: 5px;
	border-width: 1px;
	margin-top: 15px;
}
span.wpcf7-not-valid-tip {
	position: relative;
	margin-top: 5px;
	background: #002937;
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
	border: 1px solid red;
	padding: 0 5px;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	background: #46b450;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 3px #002937;
}
@media (max-width:990px){
	.td-inputfield{
		width: 100%;
		max-width: unset;
	}
}
@media (max-width:768px){
	.td-inputfield.td-inputfield-50{
		max-width: 100%;
	}
	.mainpage-contacts-section .td-form,
	.mainpage-contacts-section__title,
	.mainpage-contacts-section__text{
		max-width: 350px;
	}
	.td-inputfield input, 
	.wpcf7-form .td-inputfield p input, 
	.td-inputfield textarea, 
	.wpcf7-form .td-inputfield p textarea {
		padding: 10px 20px;
		text-align: left;
		margin: 0;
		color:#fff;
		background: #FFFFFF11;
		border: 1px solid #FFFFFF;
	}
	.td-inputfield input::placeholder,
	.wpcf7-form .td-inputfield p input::placeholder,
	.td-inputfield textarea::placeholder,
	.wpcf7-form .td-inputfield p textarea::placeholder {
		opacity: 1;
		color: #fff;
	}
	.wpcf7-submit.wpcf7-submit {
		min-width: 350px;
	}
}

/*=========================================================================================================================================================================*/
/*=========================================================================================================================================================================*/
/***************************************************************************************************************************************************************************/
/* ШАБЛОН КОНТАКТІВ */
/***************************************************************************************************************************************************************************/
/*=========================================================================================================================================================================*/
/*=========================================================================================================================================================================*/
.contacts-page-wrapper{
	padding-top: 50px;
}
.contacts-page-wrapper i{
	color:#9D7D64;
}
.contacts-page-wrapper i:hover{
	color:#002937;
}
.contacts-page-subtitle{
	font-size:23px;
	font-weight: 700;
	color:#000;
	display:flex;
	gap: 10px;
	align-items:center;
	align-content:center;
	justify-content:center;
	margin-bottom: 20px;
}
.contacts-page-phones {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.contacts-page-phone{
	display:block;
	width: 100%;
	text-align: center;
	color:#000;
	font-size:22px;
	font-weight: 600;
}
.contacts-page-phone:hover{
	color:#9D7D64;
}
.contacts-page-phone.mainone{
	margin-top: 20px;
}
.contacts-page-phone-text{
	font-size:15px;
	font-weight:200;
}
.contacts-page-email{
	font-size:23px;
	margin: 20px 0;
	text-align: center;
}
.contacts-page-email a{
	font-weight:300;
	font-size:23px;
	color:#000;
}
.contacts-page-email a:hover{
	color:#9D7D64;
}
.contacts-page-socials{
	display:flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items:center;
	align-content:center;
	justify-content:center;
	color:#9D7D64;
	margin: 25px 0;
}
.contacts-page-formtitle{
	display:flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items:center;
	align-content:center;
	justify-content:center;
	margin: 30px 0 20px;
}
.contacts-page-formtitle i{
	color:#9D7D64;
	font-size:45px;
}
.contacts-page-formtitle-text{
	font-size:25px;
	color:#323E48;
	font-weight:bold;
}

.contacts-page-form {
	text-align: center;
	max-width: 800px;
	margin: auto;
	margin-bottom: 50px;
}
.contacts-page-form .td-formflex {
	gap: 10px;
}
.contacts-page-form .td-inputfield.td-inputfield-50 {
	max-width: calc(50% - 5px);
}
.contacts-page-form .td-inputfield input,
.contacts-page-form .wpcf7-form .td-inputfield p input,
.contacts-page-form .td-inputfield textarea,
.contacts-page-form .wpcf7-form .td-inputfield p textarea{
	margin: 0;
	padding: 10px 30px;
	background: #EAEAEA;
	color: #000;
	border-radius: 12px;
	height: 50px;
	border: none;
	text-align: left;
}

.contacts-page-form .td-form[dir="rtl"] .td-inputfield input, 
.contacts-page-form .td-form[dir="rtl"] .wpcf7-form .td-inputfield p input, 
.contacts-page-form .td-form[dir="rtl"] .td-inputfield textarea, 
.contacts-page-form .td-form[dir="rtl"] .wpcf7-form .td-inputfield p textarea {
	text-align: right;
}

.contacts-page-form .td-inputfield textarea,
.contacts-page-form .wpcf7-form .td-inputfield p textarea{
	height: 120px;
}
.contacts-page-form .td-submit {
	margin-top: 15px;
}
@media (max-width:768px){
	.contacts-page-wrapper {
		padding-top: 25px;
	}
	.contacts-page-subtitle,
	.contacts-page-phone,
	.contacts-page-email,
	.contacts-page-email a,
	.contacts-page-formtitle i{
		font-size: 18px;
	}
	.contacts-page-socials .fa-2x{
		font-size: 25px;
	}
	.contacts-page-formtitle i,
	.contacts-page-formtitle-text {
		font-size: 20px;
	}
	.contacts-page-form .td-form {
		margin-top: 20px;
	}
}
/*=========================================================================================================================================================================*/
/*=========================================================================================================================================================================*/
/***************************************************************************************************************************************************************************/
/* ШАБЛОН ДЕФОЛТ */
/***************************************************************************************************************************************************************************/
/*=========================================================================================================================================================================*/
/*=========================================================================================================================================================================*/

.page-hero{
	padding: 150px 0;
	text-align: center;
	background-color: #002937;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0;
}
.page-hero h1{
	color:#fff;
	margin: 0;
	padding: 0;
	font-size: 80px;
}
.standard-h1,
.entry h1 .standard-h1{
	text-align:center;
	padding: 0 !important;
	margin: 50px 0 40px;
}
.td-page-buttons{
	gap: 15px;
	margin: 30px 0;
}
.td-page-button{
	width:calc(50% - 8px);
	background: #002937;
	border-radius: 8px;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	padding: 25px;
	text-align: center;
}
.td-page-button:hover{
	color: #fff;
	background: #876a53;
}
.td-page-buttons-2{
	gap: 15px;
	margin: 30px 0;
}
.td-page-button-2{
	width:330px;
	height: 264px;
	background: #002937;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 8px;
	overflow: hidden;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	text-shadow: 5px 5px 5px black;
	text-align: center;
	padding: 10px;
}
.td-page-button-2:hover{
	color: #fff;
	transition: all .5s;
	transform: scale(1.05);
}
@media (max-width:990px){
	.td-page-button {
		font-size: 18px;
		padding: 15px;
	}
	.page-hero{
		padding: 100px 0;
	}
}
@media (max-width:768px){
	.page-hero h1{
		font-size: 40px;
	}
	.td-page-buttons {
		gap: 10px;
	}
	.td-page-button {
		width:100%;
	}
	.td-page-buttons-2{
		gap: 10px;
	}
	.td-page-button-2{
		width:calc(50% - 5px);
		height: auto;
		aspect-ratio: 16/12;
		font-size: 25px;
	}
}
/*=========================================================================================================================================================================*/
/*=========================================================================================================================================================================*/
/***************************************************************************************************************************************************************************/
/* РАЗНОЕ */
/***************************************************************************************************************************************************************************/
/*=========================================================================================================================================================================*/
/*=========================================================================================================================================================================*/
.td-lightbox-form br{
	display:none;
}
.td-lightbox-form .wpcf7-form p {
	margin: 0;
}
.td-lightbox-form span.wpcf7-not-valid-tip {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: -14px;
	margin: 0;
	padding: 0 15px;
	font-size: 13px;
	background: none;
	border: none;
	color: red;
}
.td-lightbox-form .ut-contact-form[dir="rtl"] span.wpcf7-not-valid-tip {
	left: unset;
	right: 0;
}
.td-lightbox-form .wpcf7 form.invalid .wpcf7-response-output, 
.td-lightbox-form .wpcf7 form.unaccepted .wpcf7-response-output, 
.td-lightbox-form .wpcf7 form.payment-required .wpcf7-response-output {
	font-size: 15px;
	line-height: 1.3;
	padding: 5px 15px;
}

.ut-he-languages__icon {
	margin-right: 5px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
}
.otgs-development-site-front-end{
	display:none;
}

#core{
	margin-bottom: 50px;
}