/*
Theme Name: thdp-theme
*/

 /* НАВИГАЦИЯ */
*,
*::before,
*::after {
  box-sizing: border-box;
}
nav{
	position: fixed ;
}
@media (min-width:992px){
.phone_icon{
display: none;	
}
}
.phone_icon-img{
	
height: 40px;
width: auto;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Tahoma';
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
@media (min-width: 576px){
	body{
		font-size: 1.3rem;
	}
}
button, input, textarea:focus{
  outline-color: #25682d;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.collapse:not(.show) {
  display: none;
}
.dropdown-menu.show {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  font-size: 1rem;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.bg-thdp {
  background-color: #25682d !important;
}
.navbar-light .navbar-nav .nav-link {
  color: white;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: white;
}

.navbar-light .navbar-toggler {
  color: white;
  border-color: white;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/*КОНЕЦ НАВИГАЦИИ*/
 a { text-decoration: none; color: #25682d; }
*{
	padding: 0;
	margin: 0;
}
body{

	height: 100%;
}

.button-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background-color: #25682d;
  margin-bottom: 10px;
  width: 80%;
  text-decoration: none;
}
.p-button-header {
  text-decoration: none;
  color: white;
  font-family: 'Tahoma';
  margin-bottom: 5px;
  margin-top: 5px;
  padding-right: 8px;
  padding-left: 8px;
}
.logo-header {
  display: flex;
  justify-content: center;
  margin: 0;
  align-items: center;  

}
.logo-header-main {
      display: block;
      width: 100%;
      height: auto !important;
    }
.custom-logo{
	 display: block !important;
      width: 100% !important;
      height: auto !important;
}
@media screen and (max-width: 575px) {  
    .header-contacts{
      display: none !important;
    } 
    .custom-logo{
		display: block !important;
      max-width: 90vw !important;
      height: 100% !important;
    }
    .logo-header>a>img{
      display: block !important;
      max-width: 90vw !important;
      height: 100% !important;
    }
    .logo-header-main {
      display: block;
      width: 90vw;
    }
    }
 
.mobile-phone{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.phone-li-1{
  margin-right: 10px;
}
.phone-menu{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
}
.phone-header {
  color: #25682d;
  font-family: 'Tahoma';
  margin-bottom: 5px;
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;

}
.button-hdiv{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.triangle-header{
  display: inline-block;
  margin-left: 10px;
  height: 12px;
  align-items: center;
  margin-bottom: 2px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.section-main {
  display: block;
  justify-content: center;
  width: 100%;
}
.header-contacts{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
flex-direction: column;

}

.section-main>.container-fluid {
  margin: 0;
  padding: 0 !important;
}
.header-row {
  height: 130px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content:space-between;
  align-items: center;
}
/*Всплывающие окна*/
.modal-phone{
  display: none;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  left: 0;
  top: 0; 
  width: 100%;
  height: 100%;
  z-index: 1022;
}
.modal-content-phone{
  position: relative;
  background-color: #fff;
  padding: 30px 50px;
  width: 100%;
  max-width: 360px;
  max-height: 90vh;
  margin:50px auto;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(0,0,1,0.18);
}
.modal-content-phone>p{
font-size: 14px;
margin-top: 0;
margin-bottom: 10px;
}
.modal-form-phone{
margin-top: 37px;
}
.modal-form-phone>a{
margin-bottom: 10px;
}
h4{
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 18px;
  color:#25682d;
}
.close{
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 1;
  font-size: 25px;
  opacity: 0.5;
}
.close:hover{
  cursor: pointer;
}
.modal-form-phone>form>input{
  display: block;
  width: 100%;
  border:1px solid rgba(0,0,0,0.15);
  font-size: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 15px;
}
.modal-form-phone>form>button{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

/**/

.section-main>.container-fluid {
	margin: 0;
	padding: 0 !important;
}
.header-row {
	height: 130px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
/*Слайдер*/

/*.main{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
background: radial-gradient(384.82% 384.82% at 50% -39.64%, #25682D 0%, rgba(231, 231, 231, 0.708333) 99.99%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.slider{
  min-width: 0;
}*/
.wrapper{
  height: 100%;
  padding: 30px;
  display: flex;
  justify-content:center;
  align-items: center;
  background: radial-gradient(384.82% 384.82% at 50% -39.64%, #25682D 0%, rgba(231, 231, 231, 0.708333) 99.99%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width:767px){
  .wrapper{padding: 50px 10px;}
}

/* Основные стили */

/* Слайдер */
.slick-slider{
  min-width: 0;
}
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}
/* Лента слайдов */
.slick-track{
  display: flex;
  align-items: flex-start;
}

/* Слайд */
.slick-slide{}
/* Слайд активный */
.slick-slide.slick-active{}
/* Слайд основной */
.slick-slide.slick-current{}
/* Слайд по центру */
.slick-slide.slick-center{}

/* Стрелка */
.slick-arrow{}
/* Стрелка влево */
.slick-arrow.slick-prev{}
/* Стрелка вправо */
.slick-arrow.slick-next{}
/* Стрелка не активная */
.slick-arrow.slick-disabled{}

/* Точки */
.slick-dots{}
.slick-dots li{}
.slick-dots button{}

/* Конкретный слайдер */
.slider {
  position: relative;
  padding: 0px 60px;
}

@media (max-width:767px){
  .slider {
    padding: 0px 0px;
  }
  
.slick-arrow.slick-prev{
  display: none !important;

}
.slick-arrow.slick-next{
  display: none !important;
}
}
.slider .slick-arrow{
  border-width: 0 !important;
}
.slider .slick-arrow{
  position: absolute;
  top: 50%;
  margin: -30px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 60px;
  outline: none;
}
.slider .slick-arrow.slick-prev{
  left: 0;
  background: url('assets/img/sl-arrow_l.svg') 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-next{
  right: 0;
  background: url('assets/img/sl-arrow_r.svg') 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-disabled{
  opacity: 0.2;
}

.slider .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .slick-dots li{
  list-style: none;
  margin: 0px 5px;
}
.slider .slick-dots button{
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.slider .slick-dots li.slick-active button{
  background-color: transparent;
  border: 1px solid #fff;
}

.slider__item {
  padding: 0px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.slider__item img{
  max-width: 100%;
}
.slider__item.slick-center{
  
}
/*тоси боси*/
.about {


}
.about-text>ul>li{
	display: list-item;
	list-style: none;
	border-bottom: 1px solid currentColor;
	padding-bottom: 15px;	
	/*border-width: 2px;
	border-color: #000;
	line-height: 40px;*/
}
.about-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}
.about-title{

color: #000000;
font-family: Tahoma;
font-size: 24px;
font-weight: 400;
margin-top: 30px;
}
.about-text{

color: #000000;
font-family: Tahoma;
font-size: 20px;
font-weight: 400;
margin-top: 40px;
padding-bottom: 20px;

}
@media screen and (max-width: 991px) {
.about-text{
	text-align: center;
}
.about-text>ul>li{
	display: list-item;
	list-style: none;
	border-bottom: 1px solid currentColor;
	padding-bottom: 15px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	

}
}
li{
	display: list-item;
	list-style: none;
}
.about-img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	height: 300px;
	margin-bottom: 50px;
}
.direction-item {
	padding-left: 0 !important;
	padding-right: 0 !important;
	height: 190px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: black;
}
.direction {
	height: 100%;
	background-color: black;

}
.h2-direction{
  text-align: center;
}
.direction-content>h1,h2,h3,h4{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.d-item-t {
display: flex;
height: 27px;
color: #ffffff;
font-family: Tahoma;
font-size: 30px;
font-weight: 400;
text-align: center;
justify-content: center;
	align-items: center;
}
.title-h1{
  margin-top: 20px;
  margin-bottom: 20px;
}
.d-item-t-back {
display: flex;
color: #ffffff;
font-family: Tahoma;
font-size: 14px;
font-weight: 400;
text-align: center;
justify-content: center;
  align-items: center;
}
/*.form-inner {padding: 50px;}
.form-inner>input,
.form-inner>textarea {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #E9EFF6;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: 'Tahoma', sans-serif;
}*/
.dir-item-button {
  margin-top: 20px;
  background: #25682d;
  border-bottom: 4px solid #25680a;
  color: white;
  font-size: 18px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: 'Tahoma', sans-serif;
  /*margin:auto auto;*/
}
.dir-item-button:hover {
  background: #25551d;
}

.dir-item-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #cbd6ee;
}
.d-item-1 {
	background-image: url('assets/img/Layer_8.png');
}
.d-item-2 {
	background-image: url('assets/img/Layer_9.png');
}
.d-item-3 {
	background-image: url('assets/img/Layer_10.png');
}
.d-item-4 {
	background-image: url('assets/img/Layer_11.png');
}
.d-item-5 {
	background-image: url('assets/img/Layer_12.png');
}
.d-item-6 {
	background-image: url('assets/img/Layer_13.png');
}
.d-item-7 {
	background-image: url('assets/img/Layer_14.png');
}
.d-item-8 {
	background-image: url('assets/img/Layer_16.png');
}
@media (max-width:767px){
	.direction {
	background-color: black;

}
	.d-item-1 {
	background: url('assets/img/Layer_8(1).png');
}
.d-item-2 {
	background-image: url('assets/img/Layer_9(1).png');
}
.d-item-3 {
	background-image: url('assets/img/Layer_10(1).png');
}
.d-item-4 {
	background-image: url('assets/img/Layer_11(1).png');
}
.d-item-5 {
	background-image: url('assets/img/Layer_12(1).png');
}
.d-item-6 {
	background-image: url('assets/img/Layer_13(1).png');
}
}
.card {
  position: relative;
  perspective: 1000px;
}
.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
  backface-visibility: hidden;
  flex-direction: column;
}
.front {
  
}
.back {
  transform: rotateY(180deg);
}
.card:hover .front {transform: rotateY(180deg);}
.card:hover .back {transform: rotateY(360deg);}
.fame {
	height: 100%;
}
.fame-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	padding-top: 5%;
	padding-bottom: 5%;
}
@media (max-width: 991px){
	.fame-img{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center !important;
	}
	.about-title{
		text-align: center;
	}
	.numbers-title{
		text-align: center;
	}
	.algorithm-title{
		text-align: center;
	}
	.objects-title{
		text-align: center;
	}
	.location-title{
		text-align: center;
	}
	.location-map{
	width: inherit;
	padding-bottom: 20px;
	padding-top: 40px;
}
	.location-text{
		text-align: center;
	}
}
.fame-text {

	height: 63px;
color: #000000;
font-family: Tahoma;
font-size: 20px;
font-weight: 500;
}
@media screen and (max-width: 450px) {
.fame-text{
font-size: 14px;
color: #000000;
font-family: Tahoma;
font-weight: 500;
}
}
.fame-title {
height: 22px;
color: #000000;
font-family: Tahoma;
font-size: 30px;
font-weight: 400;
}
@media (max-width: 992px) {
	.fame-img{
		padding-bottom: 20px;
	}
}
.numbers {
height: 100%;
background-color: black;
background-image: url('assets/img/60d1f9b357078553015c0622f7b36a0f_.png');
}
.numbers-title {
height: 27px;
color: #ffffff;
font-family: Tahoma;
font-size: 30px;
font-weight: 400;
padding-top: 24px;
}
.numbers-items {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
width: 100%;
height: 100%;
justify-content: space-around !important;
margin-left: 0 !important;
margin-right: 0 !important;

}
.n-item {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.n-item-title {
height: 60px;
color: #ffffff;
font-family: Tahoma;
font-size: 65px;
font-weight: 400;
margin-top: 50px;
text-align: center;
}
.n-item-text {
padding-top: 20px;
height: 80px;
color: #ffffff;
font-family: Tahoma;
font-size: 24px;
font-weight: 400;
text-align: center;
margin-bottom: 70px;
}

* {
  box-sizing: border-box;  
}

.item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 30px;

}

.image-wrap, .text-wrap {
  padding-left: 8px;
  padding-right: 8px;
  flex: 0 0 50%;
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #000000;
font-family: Tahoma;
font-size: 17px;
font-weight: 400;	
}
	
@media (max-width: 767px) {
.a-numbers{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-right: 20px;
	align-items: center;
}
.text-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
}
@media (min-width:768px) and (max-width: 991px) {
.a-numbers{
padding-right: 20px;
}
.image-wrap{
	padding-right: 70px;
}
}
@media (min-width:992px) and (max-width: 1199px) {
.with-arrow::after {
height: 100px !important;
background-position: center 0 !important;
background-size: contain !important;
}
}
@media (min-width: 768px) {
  .image-wrap, .text-wrap {
    flex: 0 0 100%;
    width: 100%;
  }

}

@media (min-width: 992px) {
	  .a-numbers{
	display: none;
	}
  .with-arrow::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
  	/*background-color: red;*/
    background-image: url('assets/img/ios7-arrow-thin-right_icon-icons.com_50346.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .with-arrow:last-child::after {
    display: none;
  }
}

.algorithm {
	background-color: white;
	height: 100%;
}
.algorithm1 {
	background-color: white;
	height: 100%;
}
.algorithm-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	align-items: center;
	box-sizing: border-box;

}
.a-item-text {
width: 190px;
color: #000000;
font-family: Tahoma;
font-size: 17px;
font-weight: 400;
text-align: center;
margin-bottom: 10px;
margin-top: 10px;
}
.algorithm-title {
height: 22px;
color: #000000;
font-family: Tahoma;
font-size: 30px;
font-weight: 400;
padding-top: 24px;
}
.new-algorithm-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	justify-content: space-around;
}
.algorithm-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}
/*старый лг иксЛ*/

.alorithm-item {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
padding-right: 0 !important;
	padding-left: 0 !important;
}
.arrow-item {
	display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
.arrow-item {
display:none;
}
.algorithm1{
	display: none;
}
/.algorithm-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding-top: 15px;

}
.algorithm-item-last {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.n-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
}

@media screen and (min-width: 992px) {
.algorithm-items{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	
	flex-direction: row;
}
.algorithm-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column !important;
	text-align: center;
}
.algorithm{
	display: none;
}

}
.objects {
	height: 100%;
	background-color: #f5f5f5;
}
.objects-title {
height: 22px;
color: #000000;
font-family: Tahoma;
font-size: 30px;
font-weight: 400;
padding-top: 24px;
padding-bottom: 24px;
}
.objects-items {
	padding-top: 34px;
}
.objects-item {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: column;
text-align: center;
}
.objects-item-1 {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: column;
text-align: center;
}
.ob-item-title {
	display: block;
padding-top: 24px;
height: 80px;
color: #000000 !important;
font-family: Tahoma;
font-size: 30px;
font-weight: 400;
text-transform: uppercase;
}
.ob-item-title>a{
  color: #000000 !important;
}
.ob-item-img-1{
	max-height: 184.2px !important;
	height: auto !important;
}
@media (min-width:992px) and (max-width: 1199px) {
	.ob-item-img-1{
	max-height: 152.63px !important;
	width: 290px !important;
}
}
@media (min-width:768px) and (max-width: 991px) {
  .ob-item-img-1{
  max-height: 184.19px !important;
  max-width: 380px !important;
}
}
@media (min-width: 1200px) {
	.ob-item-img-1{
	
	width: 350px !important;
}
}

 @media (max-width: 765px){
	.ob-item-img-1{
	display: block;
	width: 320px !important;
	height: 160px !important;
	margin: auto auto;
	}
 }
.ob-item-text {
	display: block;
padding-top: 44px;
color: #000000;
font-family: Tahoma;
font-size: 14px;
font-weight: 400;
height: 86px;
}
.ob-item-button {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (max-width: 765px){
  .ob-item-button{
  width: 250px !important;
  margin: auto auto;
  }
 }
.objects-button {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
	
}
.button-ob-load{
  margin-top: 20px;
  background: #25682d;
  border-radius: 10px;
  border-color: #25682d;
  border-width: 3px;
  color: white;
  font-size: 18px;
  text-align: center;
  display: block;
  width: 300px;
  padding: 0 20px;
  margin-bottom: 10px;
  line-height: 40px;
  margin: auto auto;
  border-bottom: 5px solid darken(#25682d, 10%);
  font-family: 'Tahoma', sans-serif;
  margin-bottom: 30px;

  cursor: pointer;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.button-ob-load:hover {
  background: #25551d;
}
/*.button-ob{
	text-decoration: none;
	border-radius: 10px;
	border-color: #25682d;
	border-width: 3px;
  padding:20px 30px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  border-bottom: 5px solid darken(#25682d, 10%);
}*/
.button-ob {
  margin-top: 20px;
  background: #25682d;
  border-radius: 10px;
  border-color: #25682d;
  border-width: 3px;
  color: white;
  font-size: 18px;
  text-align: center;
  display: block;
  width: 300px;
  padding: 0 20px;
  margin-bottom: 10px;
  line-height: 40px;
  display: inline-block;
  border-bottom: 5px solid darken(#25682d, 10%);
  font-family: 'Tahoma', sans-serif;
  /*margin:auto auto;*/
}
/*@media (max-width: 765px){
  .button-ob{
  width: 250px !important;
  }
 }*/
.button-ob:hover {
  background: #25551d;
}
.button-ob>a{
  color:#ffffff;
}
.button-ob>a:focus {
  color:#ffffff;
}
.button-ob:focus {
  outline: none;
  box-shadow: 0 0 0 4px #cbd6ee;
}
.p-button-objects{
	padding: 5px;
	background-color: #f5f5f5;
	border-radius: 10px;
  box-shadow: 0 0 0 4px #25682d;
}
.form-inner>h3{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.form-item {
	background-image: url('assets/img/unnamed.jpg');
	height: 100%;
}
.decor {
  position: relative;
  max-width: 500px;
  margin: 25px auto;
  background: white;
  border-radius: 30px;
 
}
.form-inner {padding: 50px;}
.form-inner>input,
.form-inner>textarea {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #E9EFF6;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: 'Tahoma', sans-serif;
}
.form-inner>input,textarea{
	text-align: center;
}
.form-inner input[type="submit"] {
  margin-top: 30px;
  background: #25682d;
  border-bottom: 4px solid #25680a;
  color: white;
  font-size: 18px;
  /*margin:auto auto;*/
}
.form-inner textarea {resize: none;}
.form-inner h3 {
  margin-top: 0;
  font-family: 'Tahoma', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #707981;
}
@media screen and (min-width: 992px) {
.decor{
position: relative;
  width: 700px;
  background: white;
  border-radius: 30px;
}
}
.location{
height: 100%;
}
.location-title>h3{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.location-title{
height: 22px;
color: #000000;
font-family: Tahoma;
font-size: 30px;
font-weight: 400;
margin-bottom: 60px;
margin:auto auto;
}
.location-text{
  margin-top: 70px;
	padding-bottom: 20px;
}
.location-text-p1{
  padding-top: 0 !important ; 
}
.location-text>p{
color: #000000;
font-family: Tahoma;
font-size: 20px;
font-weight: 400;
padding-top: 35px;
}
@media (min-width: 992px){
.location-text>p>a{
justify-content: flex-start !important;
margin-left: 30px;
}
}
 @media (max-width: 767px){
.location-map{
  height: 500px;
  margin-top: 20px !important;
  width: inherit;
  padding-bottom: 20px;
}
}
.location-map{
  margin-top: 70px;
	width: inherit;
	padding-bottom: 20px;
}
.location-map-button{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.location-map-button>p{
  margin-top: 10px;
  background: #25682d;
  border-bottom: 4px solid #25680a;
  color: white;
  font-size: 12px;
  margin-bottom: 30px;
  display: block;
  width: 45%;
  padding: 0 10px;
  margin-bottom: 10px;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: 'Tahoma', sans-serif;
  text-align: center;
}
.location-map-button>p:hover {
  background: #25551d;
}

.location-map-button>p:focus {
  outline: none;
  box-shadow: 0 0 0 4px #cbd6ee;
}
@media (max-width: 334px){
  .location-map{
    margin-bottom: 70px;
  }
}
  @media (min-width: 335px) and (max-width: 767px){
  .location-map{
    margin-bottom: 40px;
  }
}
.footer {
	height: 100%;
	background-color: #25682d;
}
.footer-p{
  display: list-item;
  list-style: none;
  border-bottom: 1px solid currentColor;
  border-bottom-width: thin;
  padding-bottom: 15px;
  color:white;
  padding-right: 15px;
}
.footer-item{
  display: list-item;
  list-style: none;
  color:white;
}
.footer-col{
  display: flex;
  align-items: baseline;
  flex-direction: column;

}
.footer-p{
  display: flex;
  align-items: flex-start;
}
.footer-items-2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 575px) {
  .footer-items-2{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .footer-col>p,ul{
    margin:auto auto;

  }
}
@media (max-width: 334px) {
.copy-block{
font-size: 14px;
}
}
.footer-phone a{
  color: #fff;
  font-family: 'Tahoma';
  font-size: 18px;
}

.footer-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.social a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	font-size: 20px !important;
    
    width: 50px;
    height: 50px;
    float: left;
    /*background: #fff;
    border: 1px solid #ccc;*/
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 8px;
    margin: 10px 10px 10px 0;
    padding: 6px;
    color: #fff;
}
.social svg {
 
  width: 38px;
  height: 38px;
}

.facebook a:hover {background: #3b5998; color: #fff;}
.instagram a:hover {background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); color: #fff;}
.telegram a:hover {background: #249bd7; color: #fff;}
.viber a:hover{background: #7b519d; color: #fff}
/*.github a:hover {background: #191919; color: #fff;}
.youtube a:hover {background: #c4302b; color: #fff;}
.google-pluse a:hover {background: #DD4B39; color: #fff;}
.twitter a:hover {background: #00acee; color: #fff;}
.skype a:hover {background: #00aff0; color: #fff;}
.vk a:hover {background: #5d84ae; color: #fff;}
.odnoklassniki a:hover {background: #f93; color: #fff;}
.pinterest a:hover {background: #c8232c; color: #fff;}
.linkedin a:hover {background: #0e76a8; color: #fff;}
.tumblr a:hover {background: #34526f; color: #fff;}
.windows a:hover {background: #125acd; color: #fff;}
.whatsapp a:hover {background: #50b154; color: #fff;}
.weibo a:hover {background: #d52b2b; color: #fff;}
.dropbox a:hover {background: #1087dd; color: #fff;}*/
@media (max-width: 767px) {
/*.footer-phone{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
}*/
@media (max-width: 575px) {
.footer-logo>a>img{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}
}
.footer-items{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
}
.footer-phone{
	color: #fff;
	font-family: 'Tahoma';
	font-size: 18px;
}
.social-all{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
}
.copy-block>span{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
}
.dropdown-item-close{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  color:red !important;
}
/*Страница О нас*/
.about-us-main{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50vw;
  max-height: 500px;
  background-image: url('assets/img/About_Company-main-layer.png');
  background-size: cover;
}
.about-us-main-ob{
 display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.about-us-main-img{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
.about-us-logo{
  display: block;
  height: 5vh;
  margin-bottom: 1vw;
}
.about-us-main-text{
  font-family: Tahoma;
font-style: normal;
font-weight: bold;
font-size: 60%;
color: white;
}
.about-us-grade{
display: block;
height: 5vh;
}}
@media (min-width: 992px){
.about-us-logo{
  display: block;
  height: 8vh;
  margin-bottom: 3vw;
}
.about-us-grade{
display: block;
height: 8vh;
}
.about-us-main-text{
  font-family: Tahoma;
font-style: normal;
font-weight: bold;
font-size: 120%;
color: white;
}
}
@media (min-width: 768px){
.about-us-logo{
  display: block;
  height: 6vh;
  margin-bottom: 3vw;
}
.about-us-grade{
display: block;
height: 6vh;
}
.about-us-main-text{
  font-family: Tahoma;
font-style: normal;
font-weight: bold;
font-size: 120%;
color: white;
}
}
.about-us-text{
  text-align: justify;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.about-us-text-form{
  text-align: justify;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
}


.about-team-title{
color: black;
font-family: Tahoma;
font-size: 45px;
font-weight: 400;
margin-top: 10px;
margin-bottom: 40px;
text-align: center;
} 
@media (max-width: 768px){
.about-team-title{

font-size: 34px !important;

} 
}
.about-team-items{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.about-team-img{
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background-color: #25682d;
	margin: auto;
}
.about-team-img-1{
  display: block;
  width: 150px;
  height: 150px;
  margin: auto auto;
  align-items: center;
}
.about-team-doc{
  display: flex;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.about-item-text-name{
	width: max-content;
	text-align: center;
	margin-right:0px;

	margin: auto !important;
	padding: 0 !important;
}
.about-team-item{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: column;
}
.about-team-text{
text-align: center;
}
.about-item-text-def{
	margin-bottom: 30px;
}
@media (max-width: 991px) {
.sidebar,.empty-direction{
	display: none;
}
.tosi-bosi>.row{
	justify-content: center;
}
.about-team-item{

}
}
/**/
/*Услуги*/
.way-page{
  color: #25682d;
  margin-top: 10px;
}
.sidebar{
	padding: 18px 10px;
    background: #25682d;
    margin-bottom: 35px;
    overflow: auto;
    margin-top: 15px;	
    border-radius: 20px;
    height: 100%;
    float: right;
}
.sidebar-item{
	display: list-item;
	list-style: none;
	border-bottom: 1px solid currentColor;
	padding-bottom: 15px;
  color:white !important;	
	/*border-width: 2px;
	border-color: #000;
	line-height: 40px;*/
}
.sidebar-item:hover{
	font-size: 1.32rem;
}
.content-img{
	background-color: #000;
}
.content>.d-item-1{
background-repeat: no-repeat;
-webkit-background-size:cover;
background-size:cover;
}
.content>.d-item-2{
background-repeat: no-repeat;
-webkit-background-size:cover;
background-size:cover;
}
.content>.d-item-3{
background-repeat: no-repeat;
-webkit-background-size:cover;
background-size:cover;
}
.content>.d-item-4{
background-repeat: no-repeat;
-webkit-background-size:cover;
background-size:cover;
}
.content>.d-item-5{
background-repeat: no-repeat;
-webkit-background-size:cover;
background-size:cover;
}
.content>.d-item-6{
background-repeat: no-repeat;
-webkit-background-size:cover;
background-size:cover;
}
.content>.d-item-7{
background-repeat: no-repeat;
-webkit-background-size:cover;
background-size:cover;
}
.content>.d-item-8{
background-repeat: no-repeat;
-webkit-background-size:cover;
background-size:cover;
}
.content{
  margin-top: 15px;
  width: 100%;
  float: right;
}
.el-group{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.el {
  flex: 0 0 30%;
  margin: 1.5%;
  position: relative;
}
.el-img>img{
  display: block;
  width: 100%;
}

.el:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .25);
  border-radius: 20px;
}

.el__content {
  
  padding: 50px 0;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  text-align: center;
}


.direction-content>ul>li{
list-style-image:url(assets/img/playarrowtriangleoutlinepointingtoright_112576.svg) !important;
list-style-position: inside;
}
.direction-content>p{
  margin-top: 20px;
  text-align: justify;
  margin-bottom: 10px;
}
/**/
/*Объекты*/
.title>.container>.row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.object-page{
	background-color: #ffff;
}
.description>.container>.row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.description-img{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.description-task>ul>li, .description-goals>ul>li {

    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: disc !important;
}
.images-img>img{
	display: block;
	width: 100%;
	margin-bottom: 30px;
	
}
.images{
	margin-top: 30px;
}
.description-task,.description-goals{
	text-align: center;
}
.description-img>img{
	display: block;
	width: 100%;
  height: auto;
}

/**/
/*Блог*/
.container>h1{
  margin-top: 10px;
}
.img-blog{
	display: block;
	height: auto;
	margin:auto auto;
  z-index: 2;
}
@media (max-width:575px){
	.img-blog{
	padding-left: 0 !important;
	width: 100vw !important;
}
}
@media (min-width:576px) and (max-width: 767px) {
	.img-blog{
	width: 510px !important;
}
}
@media (min-width:768px) and (max-width: 991px) {
	.img-blog{
	width: 690px !important;
}
}

@media (min-width:992px) and (max-width: 1199px) {
	.img-blog{
	width: 450px !important;
}
}
@media (min-width: 1200px) {
	.img-blog{
	
	width: 540px !important;
}
}





.blog-preview{
  z-index: 1;
}
.blog-description{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
  height: 100px !important;
}
.blog-item{

	margin-top: 30px;
	border-bottom: 1px solid currentColor;
	border-color: #25682d;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.blog-title>h2>a{
	color: black;
}
.blog-date>h3{
color: #25682d;
font-family: Tahoma;
font-size: 18px;
font-weight: 800;
}
.blog-button-next{
  text-align: center;
}
.blog-text>p{
	text-align: justify;
}
/**/
/*Всплывающие окна*/
.modal{
  display: none;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  left: 0;
  top: 0; 
  width: 100%;
  height: 100%;
  z-index: 1022;
}
.modal-content{
  position: relative;
  background-color: #fff;
  padding: 30px 50px;
  width: 100%;
  max-width: 360px;
  margin:50px auto;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(0,0,1,0.18);
}
.modal-button{
  text-decoration: none;
  border-radius: 10px;
  border-color: #25682d;
  color: #ffff;
  background-color: #25682d;
  border-width: 3px;
  padding:20px 30px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  border-bottom: 5px solid darken(#25682d, 10%);
}
.modal-content>p{
font-size: 18px;
margin-top: 0;
margin-bottom: 15px;
}
.modal-form{
margin-top: 37px;
}
h4{
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 18px;
  color:#25682d;
}
.close{
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 1;
  font-size: 25px;
  opacity: 0.5;
}
.close:hover{
  cursor: pointer;
}
.modal-form>form>input{
  display: block;
  width: 100%;
  border:1px solid rgba(0,0,0,0.15);
  font-size: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 15px;
}
.modal-form>form>button{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

/**/
/*Документы*/
.documents>h1{
  text-align: center;
  font-size: 1.5em;
}
.documents-list>.col-sm-12,.col-md-6>img{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
.reg-4>img{
  display: block;
  width: 300px;
  height: 234px;
}
}
/*.documents-list .doc-link{
  display: inline-block;
}*/
.documents-list a{
  display: inline-block;
  
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
/**/
@media (max-width: 991px) {
.objects-items>.col-12{
padding-left: 0 !important;
padding-right: 0 !important;  
}
}
.page-title-thdp{
	text-align: center;
}
.vacancies-img{
	display: block;
	height: auto;
	margin:auto auto;
  z-index: 2;
}
/* Слайдер */
.slick-slider{
  min-width: 0;
}
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}
/* Лента слайдов */
.slick-track{
  display: flex;
  align-items: flex-start;
}

/* Слайд */
.slick-slide{}
/* Слайд активный */
.slick-slide.slick-active{}
/* Слайд основной */
.slick-slide.slick-current{}
/* Слайд по центру */
.slick-slide.slick-center{}

/* Стрелка */
.slick-arrow{}
/* Стрелка влево */
.slick-arrow.slick-prev{}
/* Стрелка вправо */
.slick-arrow.slick-next{}
/* Стрелка не активная */
.slick-arrow.slick-disabled{}

/* Точки */
.slick-dots{}
.slick-dots li{}
.slick-dots button{}

/* Конкретный слайдер */
.slider {
  position: relative;
  padding: 0px 60px;
}

@media (max-width:767px){
  .slider {
    padding: 0px 0px;
  }
  
.slick-arrow.slick-prev{
  display: none !important;

}
.slick-arrow.slick-next{
  display: none !important;
}
}
.slider .slick-arrow{
  border-width: 0 !important;
}
.slider-1 .slick-arrow{
  position: absolute;
  top: 50%;
  margin: -30px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 60px;
  outline: none;
}
.slider-1 .slick-arrow.slick-prev{
  left: 0;
  background: url('assets/img/sl-arrow_l.svg') 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-next{
  right: 0;
  background: url('assets/img/sl-arrow_r.svg') 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-disabled{
  opacity: 0.2;
}

.slider .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .slick-dots li{
  list-style: none;
  margin: 0px 5px;
}
.slider .slick-dots button{
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.slider .slick-dots li.slick-active button{
  background-color: transparent;
  border: 1px solid #fff;
}

.slider__item {
  padding: 0px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.slider__item img{
  max-width: 100%;
}
.slider__item.slick-center{
  
}

/**/
@media (max-width:991px){
.footer-logo-img{
  width: 300px;
}
}
.gallery-fluids{
  margin-right: auto;
    margin-left: auto;
  max-height: auto !important;
  width: 100% !important;
}
.documents-fluids{

    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  max-height: 381.59px !important;
  width: auto;
}
@media (min-width:768px) and (max-width: 991px) {
  .documents-fluids{

    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  width: 100% !important;
}
}
/**/
.blog-content-text>figure>img{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-content-text{
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-content-text>p{
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 10px;
}
.mt-v{
  margin-top: 61px; 
}
@media (max-width: 991px) {
      .mt-v{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;  
        margin:  auto;
      margin-top: 20px; 
      }
}
.ob-item-content{
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: justify;
}