@charset "UTF-8";
/* главная */

.front-page h2 {
  margin: 70px 0 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  color: #2B2B2B; }

.front-header {

  /* background-image: url("img/bg-big.jpg"); */
  background-color: #2b2b2b;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 700px;
  padding: 60px 0 200px; }
  .front-header-form {
    display: flex;
    align-items: flex-start; 
    padding-bottom: 24px;
    position: relative;
  }
  .front-header-form .ajax-loader{
    position: absolute;
    bottom: 0;
  }
  @media(min-width: 1201px){
      .front-header{
        background-image: url("img/bg-big.jpg");
      }
  }
  @media(max-width: 1200px){
    .front-header{
      background-image: url("img/1200-min.jpg");
    }
  }
  @media (max-width: 767px) {
    .front-header{
      background-size: cover;
    }
    .front-header-form {
      flex-direction: column;
      align-items: center; 
    }
    .front-header-form input {
      max-width: 100%; 
    } 
  }
  .front-header-form input[type='submit']{
    margin-right: 0;
  }
  .front-header-container {
    max-width: 685px; }
  .front-header h1 {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    color: #FFFFFF; }
  .front-header .front-desc {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #9D9D9D;
    margin-bottom: 40px; }
  .front-header [type="submit"],
  .front-header .wpcf7-form-control-wrap {
    width: calc(33% - 10px);
    margin-right: 10px; }
    @media (max-width: 767px) {
      .front-header [type="submit"],
      .front-header .wpcf7-form-control-wrap {
        width: 300px;
        max-width: 100%;
        margin: 0 0 15px; } }
  .front-header input {
    max-width: 100%; }
    .front-header input:not([type="submit"]) {
      border: none; }
  @media (max-width: 975px) {
    .front-header h1 {
      text-align: center; }
    .front-header .front-desc {
      text-align: center; } }
  @media (max-width: 800px) {
    .front-header {
      padding: 70px 0 170px; } }
  @media (max-width: 600px) {
    .front-header {
      padding: 50px 0 100px; 
    } 
  }
  @media(max-width: 500px){
    .front-header{
      background-image: url("img/500-min.jpg");
    }
  }

.arrow-left,
.arrow-right {
  height: 100%;
  min-width: 8.33333333%;
  max-width: 8.33333333%;
  display: flex;
  align-items: center; }
  .arrow-left img,
  .arrow-right img {
    cursor: pointer; }

.arrow-left {
  justify-content: flex-start; }

.arrow-right {
  justify-content: flex-end; }

/*слайдер*/

.front-slider.slick-slider,
.front-slider{
  max-width: calc(100% - 80px);
}
.front-slider-container {
  display: flex;
  max-width: 100%;
  align-items: center;
  margin-top: -90px;
  position: relative;
  justify-content: center; }

.front-slider-container .arrow-left,
.front-slider-container .arrow-right {  
  display: none; 
} 

@media (max-width: 991px) {
  .front-slider.slick-initialized ~ .arrow-right,
  .front-slider.slick-initialized ~ .arrow-left{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
}
@media (min-width: 950px){
  .front-slider{
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
  /*.front-slider-item{
    min-width: calc(33% - 10px);
  }  */
  
}
@media (min-width: 992px){
  .front-slider-container{
    max-width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
  }
}

.front-slider-container .arrow-left,
.front-slider-container .arrow-right {
  position: absolute;
}

.front-slider-container .arrow-left{
  left: 0px;
}
.front-slider-container .arrow-right{
  right: 0px;
}

.front-slider-item {
  /*height: 100%;*/
  position: relative;
  background: #2B2B2B;
  border-radius: 10px;
  padding: 25px 25px 45px;
  margin: 0 5px 20px;
  outline: none; }
  .front-slider-item-img {
    margin-bottom: 20px;
    max-height: 50px; }
  .front-slider-item-title {
    height: 2em;
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px; }
  .front-slider-item-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #9D9D9D;
    margin-bottom: 30px; }
  .front-slider-item-link {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    padding: 0 30px 0 0;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center right;
    /*color: linear-gradient(#00D7FF, #1294DB);*/
    color: #1294DB;
    background-image: url(img/collaps-arrow-blue.svg);
    position: absolute;
    bottom: 25px;
    cursor: pointer; }
    .front-slider-item-link:focus {
      outline: none; }
    .front-slider-item-link.collapsed:hover {
      /*color: white;*/
      text-decoration: none;      
      background-image: url(img/gradient-right.svg);  

    }
    .front-slider-item-link.collapsed:focus .front-slider-item__link,
    .front-slider-item-link.collapsed:hover .front-slider-item__link{
      background: linear-gradient(to bottom,#00D7FF 0%,#1294DB 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cc9dc',endColorstr='#4dbddf',GradientType=0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: block;
    }

    .front-slider-item-link.collapsed {
      color: #9D9D9D;
      background-image: url(img/collaps-arrow.svg); }
  .front-slider-item .collapse a:first-child {
    margin-top: 40px; }
  .front-slider-item .collapse a {
    font-size: 16px;
    line-height: 22px;
    color: #9D9D9D;
    display: block;
    margin-bottom: 10px; }
  .front-slider .slick-track{
    grid-template-columns: repeat(1000, 1fr);
    display: grid;
  }
  .front-slider .slick-initialized .slick-slide{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: auto;
  }

.structure {;
  margin-bottom: 70px; }
  .structure-item-container {
    display: flex; }
    .structure-item__conter {
      
      color: #1294DB;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 20px;
      /*background: linear-gradient(to bottom,#00D7FF 0%,#1294DB 100%);*/
      background: linear-gradient(to bottom,#0f9cdf 0%,#1294DB 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cc9dc',endColorstr='#4dbddf',GradientType=0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: #1294DB;
    }
    .structure-item-container hr {
      min-width: 30px;
      max-width: 30px;
      margin: 10px 10px 0;
      height: 0;
      border: 1px solid #C4C4C4;
      border-bottom: 0; }
  .structure-item {
    padding-bottom: 35px; }
    .structure-item-title {
      margin-bottom: 20px;
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 20px;
      color: #2B2B2B; }
    .structure-item-desc {
      font-size: 16px;
      line-height: 22px;
      color: #9D9D9D;
      margin-bottom: 30px; }
      @media (min-width: 1200px){
        .structure-item-desc{
          min-height: 176px;
        }
      }
    .structure-item .btn {
      /*position: absolute;
      bottom: 0;*/
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 19px;
      background: linear-gradient(to bottom,#00D7FF 0%,#1294DB 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cc9dc',endColorstr='#4dbddf',GradientType=0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
       }
       .structure-item .gradient{
        transition: none;
       }
      .structure-item .gradient .btn:hover {
        background: linear-gradient(180deg, #00D7FF 0%, #1294DB 100%);
        color: white;
        -webkit-text-fill-color: white;
        border: none;
        text-decoration: none;
        }
  @media (max-width: 1199px) {
    .structure .btn {
      position: static; } }
  @media (max-width: 400px) {
    .structure .structure-item {
      margin-left: -40px; }
      .structure .structure-item-title {
        margin-left: 40px; }
      .structure .structure-item .btn {
        white-space: normal; } }

.article-item {
  position: relative;
  border: 1px solid #C3C3C3;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px 20px 40px;
  display: flex;
  margin-bottom: 30px;
  height: calc(100% - 30px); }
  .article-item-img {
    border-radius: 6px;
    min-width: 153px;
    min-height: 153px;
    max-width: 153px;
    max-height: 153px;
    overflow: hidden;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .article-item-title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #2B2B2B;
    margin-bottom: 10px;
    display: block; }
  .article-item-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #9D9D9D;
    margin-bottom: 20px; }
  .article-item-link {
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #1294DB;
    background: linear-gradient(to bottom,#00D7FF 0%,#1294DB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cc9dc',endColorstr='#4dbddf',GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    right: 20px;
    bottom: 20px;
     }
    .article-item-link:hover {
      text-decoration: underline;
      -webkit-text-fill-color: #4cafed;
       }
  @media (max-width: 500px) {
    .article-item {
      flex-direction: column;
      align-items: center; }
      .article-item-link {
        float: unset; }
      .article-item-img {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px; }
        
      .article-item-title, .article-item-desc {
        width: 100%; }
      .article-item-content {
        display: flex;
        flex-direction: column;
        align-items: center; } }



@media (min-width: 1200px){
  body .front-slider.slick-slider{
    max-width: 990px;
  }
}