/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.maps {
	display: flex;
	align-content: center;
}
@media screen and (max-width: 660px) {
	.maps {
		flex-direction: column;
	}
	.maps iframe {
		max-height: 250px;
		min-height: 220px;
	}
}
.header__mobile-phone {
	display: flex;
	align-items: center;
	gap: 10px;
}
.header__mobile-phone span {
	display: flex;
	align-items: center;
	gap: 5px;
}
.header__mobile-phone.mobile {
	display:none;
}
@media screen and (max-width: 960px) {
	.header__mobile-phone.mobile {
		display: flex;
	}
}
@media screen and (max-width: 660px) {
	.header__mobile-phone {
		flex-direction:column;
		gap: 10px;
	}
	.header__mobile-phone span {
		font-size: .6em;
		line-height: normal;
	}
}

@media screen and (max-width: 389px) {
	.tm-logo-small.uk-visible-small {
		max-width: 100px;
	}
}
@media screen and (max-width: 360px) {
	.tm-logo-small.uk-visible-small {
		max-width: 80px;
	}
	.language-switcher {
		display:none;
	}
}
.slider-text h1{
	color: #5b7e26;
	font-size: 32px;
	font-weight: bold;
	margin-top: 0px;
}
.slider-text h2{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-top: 0px;
}
.slider-text ul li{
	font-size: 20px;
	line-height: 22px;
	color: #5b7e26;
	list-style: none;
	
}
.slider-text ul li i{
	color: #2daae1;
}
.slider-phone{
	margin: 30px 0;
}
.slider-phone a {
	font-size: 30px;
	color: #5b7e26;
	text-decoration: none;
}
.tm-footer-right {
	gap: 40px;
}
.tm-footer-right ul {
	margin: 0;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.slider-phone i {
	font-size: 30px;
	color: #2daae1;
}
section.tm-top-a.uk-grid h2{
	color: #fff;
}
.language-switcher {
	display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.language-switcher a span {
	display: none;
}
.services__types {
	display: grid;
	grid-template-columns: repeat(3 , 1fr);
	gap: 20px;
}
.service-uslugi {
	padding-left: 0px;
	list-style: none;
	text-align: left;
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}
.uslugi-items {
	line-height: 15px;
}
.uslugi-links {
	color: #fff;
}
.custom__images img{
	max-height: 167px;
	object-fit: cover;
}
.about-images figure img {
	min-height: 250px;
	max-height: 250px;
	object-fit: cover;
}
.r12 {
	min-height: 520px;
	object-fit: cover;
}
.contact__form form label {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: 100%;
	text-align: left;
}
.contact__form form input {
	width: 100%;
}
.contact__form form label textarea {
	max-height: 115px;
	resize: none;
	width: 100%;
	height: 100%;
}
.contact__form form .btn {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000 !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    border: 1px solid;
    border-color: #EFEFEF #EFEFEF #E8E8E8;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    background: #EFEFEF;
    background-image: -moz-linear-gradient(top,#fff,#EFEFEF);
    background-image: -ms-linear-gradient(top,#fff, #EFEFEF);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#EFEFEF));
    background-image: -webkit-linear-gradient(top,#fff,#EFEFEF);
    background-image: -o-linear-gradient(top,#fff,#EFEFEF);
    background-image: linear-gradient(to bottom,#fff,#EFEFEF);
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	max-width: 97px;
	width: 100%;
	padding: 4px 12px;
	margin-right: auto;
    display: block;
	transition: all .5s;
	max-height: 30px;
	line-height: 1.9em;
}
.contact__form form .btn:hover {
    background-color: #EFEFEF;
    background-position: 0 -30px;
}
.wpcf7-spinner {
	position: absolute;
    bottom: 70px;
    left: 130px;
}
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
}
.overlay {
	background: rgba(0,0,0,0.35);
	z-index: 9999999999;
	width: 100%;
	height: 100%;
}
.-active .popup {
	visibility: visible;
	opacity: 1;
}
.-active {
	overflow: hidden;
}
.popup .contact__form {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	max-width: 440px;
	width: 100%;
	background-color: #5b7e26;
	padding: 25px;
	z-index: 101;
	color: #fff;
	box-sizing: border-box;
}
.popup .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -10px;
}
.popup .wpcf7-response-output {
	display: none;
}
.popup .btn {
	margin-top: 20px;
}
.popup form {
	margin: 0;
}
.btn {
	outline: none;
}
.uk-cover-background.uk-position-cover {
    max-height: 580px;
}
.uk-slideshow.images > li {
	max-height: 580px !important; 
	min-height: 580px !important;
	/* height: 550px !important; */
 }
 .about-images {
     justify-content: center;
 }
@media screen and (min-width: 1500px) {
    li .uk-cover-background {
        background-position: 50% 31%;
    }
}
@media screen and (max-width: 1200px) {
	.uk-navbar-brand.uk-flex.uk-flex-middle.uk-hidden-small {
		max-width: 175px;
	}
}
@media screen and (max-width: 1023px) {
	.services__types {
		grid-template-columns: repeat(2 , 1fr);
		gap: 15px;
	 }

}
@media screen and (max-width: 767px) {
	.services__types {
		grid-template-columns: repeat(1 , 1fr);
		gap: 10px;
	 }
	 .uk-cover-background.uk-position-cover {
		max-height: 325px;
	 }
	 .uk-slideshow.images > li {
		max-height: 325px !important; 
		min-height: 325px !important;
	 }
}
@media screen and (max-width: 550px) {
	.popup .contact__form {
		max-width: 320px;
	}	
}

.blog__wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
@media screen and (max-width: 600px) {
	.blog__wrapper {
	display: flex;
	flex-direction: column;
}
}
.uk-container.uk-container-center.blog__wrapper::before {
	display: none;
}
.blog__wrapper .uk-article + .uk-article {
	margin: 0;
	padding: 0;
	border-top: 0;
}
.blog__wrapper .uk-article-title {
	margin: 25px 0 10px 0;
}
.uk-article .article-image {
    width: 100%;
    height: 235px; /* Высота, под которую будут обрезаны изображения */
    overflow: hidden;
}

.uk-article .article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Для обрезки изображений */
}

.article-meta {
    margin: 10px 0;
    font-size: 14px;
    color: #999;
}

.read-more-button {
    display: inline-block;
    padding: 10px 20px;
    background: #ffdc39;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s, color 0.3s;
}

.read-more-button:hover {
    background: #000;
    color: #fff;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children::after {
	content: '+';
    width: fit-content;
    height: fit-content;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
	font-weight: 700;
}
.menu-item-has-children.open::after {
	content: '-';
}
@media screen and (max-width: 1023px) {
	.menu-item-has-children::after {
		top: 10px;
		transform: translate(0);
	}
}
.uk-navbar-nav .sub-menu {
	padding: 0;
}
.uk-navbar-nav .sub-menu li{
	padding: 10px 25px 10px 10px;
}
body .uk-navbar-nav .menu-item > .sub-menu .sub-menu {
	max-width: fit-content;
}
.tm-navbar-right {
	gap: 5px;
}
.tm-navbar-right svg {
	margin-bottom: -2px;
	display: none;
}
@media screen and (max-width: 1023px) {
	.tm-navbar-right svg{
		display: block;
	}
}
.uk-offcanvas-bar.uk-offcanvas-bar-flip.uk-offcanvas-bar-show {
	overflow-x: hidden;
}
.service__type {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.service__type .services__additional-service {
	display: flex;
	flex-direction: column;
}
.service__type aside {
	width: 30%;
	height: 70vh;
	overflow: hidden;
	overflow-y: scroll;
	border: 1px solid #000;
	padding: 10px 12px;
	border-radius: 12px;
	position: sticky;
    top: 80px;
}
.service__type .service__type-content {
	width: 70%;
}

.service__type aside {
    scrollbar-width: thin;
    scrollbar-color: rgba(76, 175, 80) #000;  
}

.service__type aside::-webkit-scrollbar {
    width: 1px; 
}

.service__type aside::-webkit-scrollbar-track {
    background: #000; 
}

.service__type aside::-webkit-scrollbar-thumb {
    background-color: rgba(76, 175, 80);
}
.button_show-more.uk-button {
	margin: 15px auto 0;
	display:none;
}
@media screen and (max-width: 1023px) {
	.service__type {
		flex-direction: column;
		align-items: center;
	}
	.service__type aside {
		width: 100%;
		position: static;
		height: 100%;
		border: none;
		padding: 0;
	}
	.service__type .service__type-content {
		width: 100%;
	}
	.button_show-more.uk-button {
		display: flex;
	}
	.service__type .services__additional-service {
		max-height: 180px;
		overflow: hidden;
		transition: all .5s;
	}
	.service__type .show .services__additional-service {
		max-height: 2500px;
	}
}
.current-service {
	border: 2px solid #000;
}
#tm-main {
	margin-top: 150px;
}
#tm-header {
	margin-top: 100px;
}
@media screen and (max-width: 1023px) {
#tm-main {
	margin-top: 80px;
}
#tm-header {
	margin-top: 80px;
}	
}
.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}
.tm-toolbar {
	transition: all .5s;
	overflow: hidden;
}
.scroll .tm-toolbar {
	height: 0;
	padding: 0;
}
.tm-navbar .tm-navbar-container {
	transition: all .5s;
}
.scroll .tm-navbar .tm-navbar-container {
    min-height: 60px;
}
.scroll .uk-navbar-nav > li > a {
    line-height: 60px;
    height: 60px;
}
.scroll .uk-navbar-brand.uk-flex img {
	width: 50%;
}
body .saboxplugin-wrap {
	margin-top: 25px;
}
.uk-panel-box > .uk-panel-teaser {
	height: 200px;
	margin-bottom: 20px;
}
.services__types h3 {
	text-align: left;
	position: relative;
}
@media screen and (max-width: 1023px) {
	.services__types h3 {
		margin-bottom: 0;
		padding-right: 20px;
	}
	.services__types h3::after {
		content: '+';
		width: 15px;
		height: 15px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0 , -50%);
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 700;
}
	.service-uslugi {
		max-height: 0;
		overflow: hidden;
		margin-top: 0;
		transition: all .5s;
	}
	.uk-panel-box-primary.open .service-uslugi {
		max-height: 2500px;
		padding-top: 25px;
	}
	.services__types .uk-panel-box-primary.open  h3::after {
		content: '-';
	}
}

body .price__container-list {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  margin: 0 0 20px 0;
	padding: 0;
}
body .price__container-list-item {
  display: flex;
  align-items: start;
  flex-direction: column;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
body .price__container-list-item span {
  padding: 30px;
  max-width: 100%;
  width: 100%;
  background-color: rgba(76, 175, 80, .4);
  color: #000;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body .price__container-list-item span {
    font-size: 16px;
    padding: 30px 20px;
  }
}
body .price__container-list-item ul {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  max-width: 100%;
  width: 100%;
  margin: 0;
  gap: 0;
	padding: 0;
}
body .price__container-list-item ul li {
  background-color: #FFF;
  display: flex;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
body .price__container-list-item ul li span {
  text-transform: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: inherit;
  padding: 10px 30px;
  color: #283441;
  border: 1px solid #DCE0E5;
}
@media screen and (max-width: 550px) {
  body .price__container-list-item ul li span {
    font-size: 12px;
    padding: 16px 20px;
  }
}
@media screen and (max-width: 550px) {
  body .price__container-list-item ul li span {
    font-size: 12px;
    padding: 16px 20px;
    word-break: break-word;
  }
}
body .price__container-list-item ul li .price__container-btn {
  min-width: 130px;
  position: relative;
  max-width: 180px;
  width: 100%;
  display: flex;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
body .price__container-list-item ul li .price__container-btn:hover span, body .price__container-list-item ul li .price__container-btn:hover .btn {
  transform: translateX(-100%);
}
body .price__container-list-item ul li .price__container-btn span {
  transition: all 0.3s ease;
  min-width: 130px;
  min-width: 100%;
}
body .price__container-list-item ul li .price__container-btn .btn {
    border-radius: 0;
    min-width: 100%;
    line-height: normal;
    padding: 18px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .price__container-list-item ul li .price__container-btn .btn:hover {
  background-color: rgba(76, 175, 80, .4);;
}
.uk-container.uk-container-center .uk-container.uk-container-center.price-list {
	padding: 0;
}
* {
	box-sizing: border-box;
}