@import url(normalize.css);
@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #000;
/*background-image: url(../images/holiday-christmas-bg.png);  Новогодний фон! Путь к фоновому рисунку*/
 /*background-position: left bottom;  Положение фона*/
  /*background-repeat: inherit; Повторяем фон по горизонтали*/
  
  background-color: #F5F4F4; }
  @media only screen and (max-width: 1100px) {
    body {
      padding-top: 95px; } }

 .photo {
    display: inline-block; /* Строчно-блочный элемент */
    position: relative; /* Относительное позиционирование */
    cursor: help;
    
   }
   .gcse-search { display: none;}
   .gcse-search div { display: none;}
   
  /* ajax search */
.gsc-search-box table {
    border: 1px solid #fff;
}

.gsc-search-box {
    border: 1px solid #fff;
    
}


.gsib_a {
    border: 1px solid #fff;
    
}


.d3 {box-sizing: border-box;}
.d3 body{margin: 0;}
.d3 div {padding: 30px 0}
.d3 form {
  position: relative;
  
  margin: 0 auto;
}


.search-form {
    position: relative;
}

.d3 {background: #DCDCDC;}
.d3 form {
  background: #DCDCDC;
}
.d3 input, .d3 button {
  border: none;
  outline: none;
  background: transparent;
}
.d3 input {
  width: 100%;
  height: 30px;
  padding-left: 5px;
}
.d3 button {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.d3 button:before {
   content: "\f002";
  font-family: FontAwesome;
  font-size: 20px;
  color: #000000;
}

@media only screen and (max-width: 1300px) {
  .d3 form {
  position: relative;
  
  margin: 0 auto;
}
 }




.ajax-search {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.ajax-search::-webkit-scrollbar {
    width: 6px;
    background-color: #eff2f3;
}

.ajax-search::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 4em;
}

.ajax-search__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.ajax-search__link {
    color: var(--accent);
    line-height: 130%;
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
}

.ajax-search__excerpt {
    cursor: default;
    font-size: 11px;
    line-height: 140%;
}

.ajax-search__not-found {
    font-size: 12px;
}
   
   .photo:hover::after {
       cursor: help;
    content: attr(data-title); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    left: 20%; top: 80%; /* Положение подсказки */
    z-index: 1; /* Отображаем подсказку поверх других элементов */
    background: rgba(255,255,230,0.9); /* Полупрозрачный цвет фона */
    font-family: Arial, sans-serif; /* Гарнитура шрифта */
    font-size: 11px; /* Размер текста подсказки */
    padding: 5px 10px; /* Поля */
    border: 1px solid #333; /* Параметры рамки */
    

  margin: 0 0 .4em auto;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;  /* ширина подсказки может быть не более содержимого */
  max-width: 20em;  /* ширина подсказки может быть не более 20em */
  max-height: 80vh;
   }

.arrow {
    position: fixed;
    width: 64px;
    right: 0.5%;
    top: 30%;
    z-index: 10;
}
.arrow img {
opacity: 0.3;
}
.arrow img:hover{
cursor: pointer;
opacity: 1;
filter: alpha(opacity=100);
}

h1 {
font-size:20px;
margin:0;
padding:0;
}

.text-block-logo h2 {
   color: #242424;
text-align: center;
font-size: 25px;
display: block;
text-transform: uppercase;
margin-top: 10px;
font-weight: normal;
}

h2 {
   font-size: 17px;
   margin:0;
}

.container {
  max-width: 1280px;
  margin: auto; }
  @media only screen and (max-width: 1300px) {
    .container {
      max-width: 1080px; } }
  @media only screen and (max-width: 1100px) {
    .container {
      max-width: 880px; } }
  @media only screen and (max-width: 900px) {
    .container {
      max-width: 680px; } }
  @media only screen and (max-width: 700px) {
    .container {
      width: 100%;
      padding-left: 6px;
      padding-right: 6px;
      box-sizing: border-box; } }

.row:after {
  content: "";
  display: block;
  clear: both; }

.header {
  background-image: url(../images/navbg.jpg);
  position: relative;
  box-sizing: border-box;
  padding: 0 38px; }
  @media only screen and (max-width: 1100px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 55px;
      z-index: 4000; } }
  @media only screen and (max-width: 700px) {
    .header {
      padding-left: 6px;
      padding-right: 6px; } }
  .header-call {
    width: 240px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #39B265;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: bold;
    transition: all 1s ease; 
      
  }
  .header-info {
    text-align: center;
    color: #FFF;
  background: #39B265;
  position: relative;
  box-sizing: border-box;
  padding: 0 38px; }
  @media only screen and (max-width: 1100px) {
    .header-info {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 55px;
      z-index: 4000; } }
  @media only screen and (max-width: 700px) {
    .header-info {
      padding-left: 6px;
      padding-right: 6px; } }
  


    .header-call:hover {
      background-color: #48E27F; }
  .header-mobile-logo {
    float: left;
    margin-top: 10px;
    color: #FF8009;
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
    display: none; }
    @media only screen and (max-width: 1100px) {
      .header-mobile-logo {
        display: block; } }
  .header-logo {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 120px; }
    @media only screen and (max-width: 1100px) {
      .header-logo {
        display: none; } }
    .header-logo-img {
      width: 94px;
      height: 120px;
      float: left;
      display: block; }
      .header-logo-img img {
        width: 100%;
        height: 100%; }
    .header-logo-text {
      float: left;
      margin-left: 22px;
      color: #000000;
      font-size: 13px;
      letter-spacing: 1px;
      width: 320px;
      line-height: 20px;
      margin-top: 30px;
      font-weight: 600; }
      @media only screen and (max-width: 1300px) {
        .header-logo-text {
          max-width: 1080px;
          width: 200px;
          margin-top: 0; } }
  .header-center {
    width: 240px;
    float: left;
    margin-left: 90px;
    margin-top: 40px; }
    @media only screen and (max-width: 1100px) {
      .header-center {
        display: none; } }
  .header-worktime {
    margin-top: 6px; }
    .header-worktime span {
      display: block;
      color: #000000;
      font-size: 13px;
      letter-spacing: 1px;
      line-height: 16px;
      font-weight: 600;
      text-align: center; }
  .header-contacts {
    float: right;
    width: 270px;
    margin-top: 7px; }
    @media only screen and (max-width: 700px) {
      .header-contacts {
        width: auto; } }
  .header-numbers {
    float: right;
    width: 245px;
    margin-top: 10px; }
    @media only screen and (max-width: 1100px) {
      .header-numbers {
        margin-top: 0; } }
    @media only screen and (max-width: 700px) {
      .header-numbers {
        width: auto; } }
  .header-mail {
    float: right;
    color: #242424;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    margin-top: 15px; }
    @media only screen and (max-width: 1100px) {
      .header-mail {
        margin-top: 0; } }
    @media only screen and (max-width: 700px) {
      .header-mail {
        font-size: 11px; } }
  .header-number {
    width: 100%;
    margin-top: 16px;
    height: 15px; }
    @media only screen and (max-width: 1100px) {
      .header-number {
        margin-top: 0; } }
    .header-number:first-child {
      margin-top: 0; }
    .header-number-num {
      float: right;
      color: #000000;
      font-size: 17px;
      letter-spacing: 1px;
      font-weight: 600;
      text-decoration: none;
      line-height: 15px; }
      @media only screen and (max-width: 700px) {
        .header-number-num {
          font-size: 11px; } }
    .header-number-city {
      float: left;
      color: #000000;
      font-size: 13px;
      letter-spacing: 1px;
      text-transform: uppercase;
      line-height: 15px;
      font-weight: 600; }
      @media only screen and (max-width: 1100px) {
        .header-number-city {
          display: none; } }
  .header-lang {
    float: right; }
    @media only screen and (max-width: 1100px) {
      .header-lang {
        display: none; } }
    .header-lang-element {
      float: left;
      width: 32px;
      height: 22px;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      margin-left: 15px; }
      .header-lang-element.en {
        background-image: url(../images/en.png); }
      .header-lang-element.ru {
        background-image: url(../images/ru.jpg); }
      .header-lang-element.sp {
        background-image: url(../images/sp.jpg); }
      .header-lang-element:first-child {
        margin-left: 0; }

.navigation {
  background: linear-gradient(to bottom, #FF8009, #ff9735 50%, #FF8009 100% );
  box-shadow: 0px 3px 10px 0px #a1a1a1;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  position: relative; }
  @media only screen and (max-width: 1100px) {
    .navigation {
      position: fixed;
      top: 55px;
      left: 0;
      width: 100%;
      height: 40px;
      margin-top: 0;
      padding: 0 38px;
      z-index: 4000; } }
  @media only screen and (max-width: 700px) {
    .navigation {
      padding-left: 6px;
      padding-right: 6px; } }
  .navigation-bar {
    display: none; }
    @media only screen and (max-width: 1100px) {
      .navigation-bar {
        display: block;
        float: left;
        color: #FFFFFF;
        margin-top: 2.5px;
        line-height: 35px;
        font-size: 35px; } }
  .navigation-mobile {
    display: none; }
    @media only screen and (max-width: 1100px) {
      .navigation-mobile {
        display: block;
        float: right;
        padding: 0; } }
  @media only screen and (max-width: 1100px) {
    .navigation-osn {
      display: none;
      position: absolute;
      top: 40px;
      width: 100%;
      background: linear-gradient(to bottom, #FF8009, #ff9735 50%, #FF8009 100% );
      left: 0;
      padding: 0 12px 20px !important;
      box-sizing: border-box; }
      .navigation-osn li {
        float: none !important;
        margin-left: 0 !important;
        margin-top: 10px; }
        .navigation-osn li a {
          margin-left: 0 !important;
          display: block;
          text-transform: uppercase;
          font-size: 24px; } }
  .navigation ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 55px; }
    .navigation ul li {
      float: left;
      margin-left: 20px; }
      .navigation ul li:first-child {
        margin-left: 0; }
      .navigation ul li a {
        letter-spacing: 2px;
        color: #FFFFFF;
        line-height: 18px;
        font-size: 13px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600; }
        @media only screen and (max-width: 1300px) {
          .navigation ul li a {
            font-size: 11px; } }
        @media only screen and (max-width: 1100px) {
          .navigation ul li a {
            font-weight: bold;
            font-size: 14px;
            text-transform: uppercase;
            position: relative;
            top: 12px; } }
        .navigation ul li a:after {
          content: "";
          display: inline-block;
          height: 15px;
          position: relative;
          top: 1.5px;
          width: 1px;
          margin-left: 22px;
          background-color: #CB2C00; }
          @media only screen and (max-width: 1100px) {
            .navigation ul li a:after {
              display: none; } }
        .navigation ul li a:hover {
          color: #fed231; }
      .navigation ul li:last-child a:after {
        display: none; }

.page-content {
  margin-top: 6px; }

.page-aside {
  float: left;
  width: 25%; }
  @media only screen and (max-width: 1100px) {
    .page-aside {
      width: 100%; } }

.page-right {
  float: right;
  width: 75%;
  padding-left: 6px;
  box-sizing: border-box; }
  @media only screen and (max-width: 1100px) {
    .page-right {
      width: 100%;
      padding-left: 0; } }
  .page-right-inner {
    width: 100%; }

.left-menu {
  width: 100%;
  border: 1px solid #E6E5E5;
  border-top-width: 0px;
  background-color: #FFFFFF; }
  @media only screen and (max-width: 1100px) {
    .left-menu {
      padding: 10px 90px;
      box-sizing: border-box; } }
  @media only screen and (max-width: 700px) {
    .left-menu {
      padding: 10px; } }
      .left-menu-logo a:visited{color: #FF8009;}
      .left-menu-logo a{
          text-align: center;
          text-decoration: none;
          letter-spacing: 3px;
    color: #FF8009;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    line-height: 45px;
    display: block;
    border-bottom: 1px solid #E6E5E5;
      }
  .left-menu-logo {
      text-align: center;
    letter-spacing: 3px;
    color: #FF8009;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    line-height: 45px;
    display: block;
    border-bottom: 1px solid #E6E5E5; }
  .left-menu-ul {
    list-style: none;
    margin: 0;
    padding: 23px 0 31px 9px; }
    .left-menu-ul li {
      margin-top: 5px; }
      .left-menu-ul li:first-child {
        margin-top: 0; }
.left-menu-ul a:active {
color: #fff;
background: linear-gradient(to bottom, #FF8009, #ff9735 50%, #FF8009 100% );
background-size: 10px;
border: 8px solid #ff8009;
}
      .left-menu-ul li a {
        height: 18px;
        line-height: 18px;
        color: #000000;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none; }
        @media only screen and (max-width: 700px) {
          .left-menu-ul li a {
            font-size: 14px; } }
        .left-menu-ul li a:before {
          display: inline-block;
          content: "";
          margin-right: 8px;
          width: 18px;
          height: 18px;
          position: relative;
          top: 4px;
          background: url(../images/mark.png) no-repeat;
          background-size: cover; }
        .left-menu-ul li a:hover {
          color: #fff;
          box-shadow: 2px -3px 10px 0px #a1a1a1;
background: linear-gradient(to bottom, #FF8009, #ff9735 50%, #FF8009 100% );
background-size: 10px;
border: 8px solid #ff8009; }

.left-link {
  margin-top: 6px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  width: 100%;
  display: block;
  text-decoration: none;
  transition: all 1s ease; }
  .left-link.orange {
    background: linear-gradient(to bottom, #FF8009, #ff9735 50%, #FF8009 100% ); }
    .left-link.orange:hover {
      background-color: #fed231;
       }
  .left-link.green {
    background-color: #39B265;
    cursor: pointer;}
    .left-link.green:hover {
      background-color: #48E27F; }
      
      .d1 input {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  border: 2px solid #7BA7AB;
  border-radius: 5px;
  outline: none;
  background: #F9F0DA;
  color: #9E9C9C;
}
.screen-reader-text{
  position: absolute; 
  top: 0;
  right: 0px;
  width: 42px;
  height: 42px;
  border: none;
  background: #7BA7AB;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.screen-reader-text:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}

.left-search {
  margin-top: 2px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  width: 100%;
  display: block;
  text-decoration: none;
  transition: all 1s ease; 
    background: linear-gradient(to bottom, #FF8009, #ff9735 50%, #FF8009 100% ); 
    background-color: #fed231;
       }



.promo {
  height: 480px;
  width: 100%; }
  @media only screen and (max-width: 900px) {
    .promo {
      height: 280px; } }
  .promo .owl-item, .promo .owl-stage, .promo .owl-stage-outer {
    height: 480px; }
    @media only screen and (max-width: 900px) {
      .promo .owl-item, .promo .owl-stage, .promo .owl-stage-outer {
        height: 280px; } }
  .promo-element {
text-decoration: none;
    height: 480px;
    width: 100%;
    background: no-repeat center center;
        background-size: contain;}
    @media only screen and (max-width: 900px) {
      .promo-element {
        height: 280px; } }
    .promo-element-fade {
      width: 100%;
      height: 100%;
      padding-top: 10px;
      box-sizing: border-box;
      padding-left: 20px;
      padding-right: 220px; 
	text-decoration: none; }
      @media only screen and (max-width: 900px) {
        .promo-element-fade {
          padding-top: 70px;
          padding-right: 20px;
text-decoration: none; } }
    .promo-element-logo {
text-decoration: none;      
box-shadow: none;
      background-color: transparent;
      color: #FF8009;
      font-size: 45px;
      line-height: 54px;
      display: block;
      text-transform: uppercase;
      font-weight: bold; }
      @media only screen and (max-width: 900px) {
        .promo-element-logo {
          font-size: 25px;
          line-height: 25px; } }
    .promo-element-line {
      margin-top: 330px;
      margin-bottom: 33px;
      height: 0px;
      width: 100%;
      background-color: #000; }
    .promo-element-link {
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.1);
      color: #FF8009;
      font-size: 18px;
      line-height: 18px;
      text-decoration: none; 
      position: absolute;
      top: 400px;
      display: block;
}
.promo-element-link:hover {
font-size: 20px;
}
      .promo-element-link:after {
        display: inline-block;
        margin-left: 17px;
        background: url(../images/arr.png) no-repeat;
        background-size: cover;
        width: 15px;
        position: relative;
        top: 5px;
        height: 20px;
        content: ""; }
 

.text-block {
  margin-top: 1px;
  box-sizing: border-box;
  border: 1px #E6E5E5;
  border-left: 1px solid #E6E5E5;
  border-right: 1px solid #E6E5E5;
  background-color: #FFFFFF;
  position: relative;
  padding: 1px 20px; }
  .text-block-logo {
    color: #242424;
    text-align: center;
    font-size: 25px;
    display: block;
    text-transform: uppercase; }
.text-block-logo1 {
    color: #242424;
    text-align: center;
    font-size: 17px;
    display: block;
   }
  .text-block-content {
    margin-top: 30px;
    font-size: 15px; }
    .text-block-content a {
      color: #FF8009; }
  @media only screen and (max-width: 900px) {
    .text-block {
      padding: 17px 7px; } }

.clients {
  margin-top: 7px;
  box-sizing: border-box;
  border: 1px #E6E5E5;
  background-color: #FFFFFF;
  position: relative;
  padding: 22px; }
  .clients-logo {
    color: #242424;
    text-transform: uppercase;
    font-size: 25px;
    display: block; }
  .clients-nav {
    position: absolute;
    top: 55px;
    width: 19px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block; }
    .clients-nav.left {
      left: 0;
      background-image: url(../images/clients-arr-left.png); }
    .clients-nav.right {
      right: 0;
      background-image: url(../images/clients-arr-right.png); }
.main-nav {
    position: absolute;
    top: 55px;
    width: 19px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block; } 
.main-nav.left1 {
        left: 0;
        background-image: url(../images/images1.png);
	width: 70px;
        margin-top: 150px;
        height: 70px;}
    .main-nav.right1 {
        right: 0;
        background-image: url(../images/images.png);
        width: 70px;
        margin-top: 150px;
        height: 70px;
    }
.main-nav.right1:hover {
        width: 80px;
        height: 80px;
	margin-top: 145px;
    }
.main-nav.left1:hover {
        width: 80px;
        height: 80px;
	margin-top: 145px;
    }
  .clients-inner {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-top: 15px; }
    .clients-inner-slider {
      width: 100%; }
      .clients-slider {
    width: 100%; }
    .clients-slider-element-img {
      width: 135px;
      height: 135px;
      background: transparent no-repeat center center; }
      @media only screen and (max-width: 1300px) {
        .clients-slider-element-img {
          width: 100%; } }
    .clients-slider-element-name {
      color: #242424;
      text-align: center;
      font-size: 13px;
      margin-top: 10px;
      display: block;
      min-height: 26px; }

.footer {
  margin-top: 7px; }
  .footer-navigation {
    min-height: 50px;
    background: linear-gradient(to bottom, #FF8009, #ff9735 50%, #FF8009 100% );
    box-shadow: 0px -3px 10px 0px #a1a1a1;
     
    list-style: none;
    padding: 0;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
 }
    @media only screen and (max-width: 1300px) {
      .footer-navigation {
        display: none; } }
    .footer-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer-navigation ul li {
          display: inline-block;
    margin: 0;
    padding: 0;
        
        margin-left: 20px; }
        .footer-navigation ul li:first-child {
          margin-left: 0; }
        .footer-navigation ul li a {
          letter-spacing: 2px;
          color: #FFFFFF;
          font-size: 13px;
          line-height: 16px;
          text-decoration: none;
          text-transform: uppercase;
          font-weight: 600; }
          @media only screen and (max-width: 1300px) {
            .footer-navigation ul li a {
              font-size: 11px; } }
          .footer-navigation ul li a:after {
            content: "";
            display: inline-block;
            height: 15px;
            position: relative;
            top: 1.5px;
            width: 1px;
            margin-left: 22px;
            background-color: #CB2C00; }
          .footer-navigation ul li a:hover {
            color: #fed231; }
        .footer-navigation ul li:last-child a:after {
          display: none; }
  .footer-center {
    float: left;
    margin-left: 70px; }
    @media only screen and (max-width: 1300px) {
      .footer-center {
        float: right; } }
    .footer-center-element {
      margin-top: 12px; }
      .footer-center-element:first-child {
        margin-top: 0; }
      .footer-center-element-num {
        float: left;
        color: #000000;
        font-size: 17px;
        letter-spacing: 1px;
        text-decoration: none;
        font-weight: 600;
        line-height: 23px;
        width: 190px;
        text-align: right; }
      .footer-center-element-time {
        color: #000000;
        font-size: 13px;
        float: left;
        line-height: 23px;
        letter-spacing: 1px;
        margin-left: 20px;
        font-weight: 600; }
  .footer-map {
    margin-top: 15px;
    margin-left: 50px;
    text-decoration: none;
    cursor: pointer;
    display: block; }
    .footer-map-title {
      color: #000000;
      font-size: 13px;
      letter-spacing: 1px;
      font-weight: 600;
      float: left;
      line-height: 23px; }
    .footer-map-icon {
      width: 23px;
      margin-left: 17px;
      height: 23px;
      float: left;
      background: url(../images/map.png) no-repeat;
      background-size: cover; }
  .footer-contacts-element {
    margin-top: 6px;
    height: 30px;
    cursor: pointer; }
    .footer-contacts-element:first-child {
      margin-top: 0; }
    .footer-contacts-element-text {
      float: left;
      margin-left: 16px;
      line-height: 30px;
      color: #000000;
      font-size: 13px;
      letter-spacing: 1px;
      font-weight: 600; }
    .footer-contacts-element-icon {
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: cover;
      float: left;
      border-radius: 4px;
      display: block; }
      .footer-contacts-element-icon.call {
        background-image: url(../images/call.jpg); }
      .footer-contacts-element-icon.qw {
        background-image: url(../images/qw.jpg); }
      .footer-contacts-element-icon.envelope {
        background-image: url(../images/envelope.jpg); }
  .footer-mobile {
    display: none; }
    @media only screen and (max-width: 1100px) {
      .footer-mobile {
        display: block;
        background-color: #fed231;
        box-shadow: 0px -3px 10px 0px #a1a1a1;
        padding: 24px 20px; } }
    .footer-mobile-right {
      float: right; }
      @media only screen and (max-width: 500px) {
        .footer-mobile-right {
          float: none; } }
    .footer-mobile-time {
      color: #000000;
      font-size: 13px;
      line-height: 23px;
      letter-spacing: 1px;
      font-weight: 600;
      display: block; }
      @media only screen and (max-width: 500px) {
        .footer-mobile-time {
          font-size: 16px;
          text-align: center;
          display: block; } }
    .footer-mobile-socials {
      margin-top: 20px; }
      @media only screen and (max-width: 500px) {
        .footer-mobile-socials {
          width: 140px;
          margin: 13px auto 0; } }
      .footer-mobile-socials-element {
        float: left;
        width: 35px;
        height: 35px;
        margin-left: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 4px; }
        .footer-mobile-socials-element-text {
          line-height: 35px;
          margin-left: 12px;
          float: left; }
        .footer-mobile-socials-element.youtube {
          background-image: url(../images/youtube.jpg); }
        .footer-mobile-socials-element.vk {
          background-image: url(../images/vk.jpg); }
        .footer-mobile-socials-element.tw {
          background-image: url(../images/tw.png); }
        .footer-mobile-socials-element:first-child {
          margin-left: 0; }
    .footer-mobile-full {
      display: block;
      text-align: center;
      margin-top: 20px;
      color: #000;
      font-size: 14px; }
    .footer-mobile-bottom {
      margin-top: 20px; }
    .footer-mobile-contacts {
      float: left; }
      @media only screen and (max-width: 500px) {
        .footer-mobile-contacts {
          float: none;
          width: 205px;
          margin: 10px auto;
          cursor: pointer; } }
      .footer-mobile-contacts-element {
        margin-top: 6px;
        height: 30px; 
          cursor: pointer;   }
        .footer-mobile-contacts-element:first-child {
          margin-top: 0; }
        .footer-mobile-contacts-element-text {
          float: left;
          margin-left: 16px;
          line-height: 30px;
          color: #000000;
          font-size: 16px;
          letter-spacing: 1px;
          font-weight: 600; }
        .footer-mobile-contacts-element-icon {
          width: 30px;
          height: 30px;
          background-repeat: no-repeat;
          background-size: cover;
          float: left;
          border-radius: 4px;
          display: block; }
          .footer-mobile-contacts-element-icon.call {
            background-image: url(../images/call.jpg); }
          .footer-mobile-contacts-element-icon.qw {
            background-image: url(../images/qw.jpg); }
          .footer-mobile-contacts-element-icon.envelope {
            background-image: url(../images/envelope.jpg); }
    .footer-mobile-adr {
      color: #000000;
      font-size: 13px;
      letter-spacing: 1px;
      line-height: 13px;
      font-weight: 600;
      display: block;
      text-align: center;
      margin-top: 7px; }
      .footer-mobile-adr:first-child {
        margin-top: 0; }
    .footer-mobile-nums {
      margin-top: 20px; }
    .footer-mobile-num {
      text-align: center;
      color: #000000;
      font-size: 17px;
      letter-spacing: 1px;
      display: block;
      text-decoration: none;
      font-weight: 600;
      line-height: 23px; }
  .footer-content {
    background-image: url(../images/navbg1.jpg);
    padding: 24px 20px;
    box-sizing: border-box; }
    @media only screen and (max-width: 1100px) {
      .footer-content {
        display: none; } }
    .footer-content-left {
      float: left; }
    .footer-content-right {
      float: right; }
      @media only screen and (max-width: 1300px) {
        .footer-content-right {
          display: none; } }
    .footer-content-adr {
      color: #000000;
      font-size: 13px;
      letter-spacing: 1px;
      line-height: 13px;
      font-weight: 600;
      display: block;
      margin-top: 20px; }
      .footer-content-adr:first-child {
        margin-top: 0; }
    .footer-content-socials {
      margin-top: 20px; }
      .footer-content-socials-element {
        float: left;
        width: 35px;
        height: 35px;
        margin-left: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 4px; }
        .footer-content-socials-element-text {
          float: left;
          line-height: 35px;
          margin-left: 12px; }
        .footer-content-socials-element.youtube {
          background-image: url(../images/youtube.jpg); }
        .footer-content-socials-element.vk {
          background-image: url(../images/vk.jpg); }
        .footer-content-socials-element.tw {
          background-image: url(../images/tw.png); }
        .footer-content-socials-element:first-child {
          margin-left: 0; }

.category-top {
  border-left: 1px solid #E6E5E5;
  border-right: 1px solid #E6E5E5;
  border-top: 1px solid #E6E5E5;
  background-color: #FFFFFF; }
  .category-top-logo {
    letter-spacing: 3px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #E6E5E5; }
    @media only screen and (max-width: 500px) {
      .category-top-logo {
        font-size: 13px;
        padding-left: 2px;
        padding-right: 2px; } }
  .category-top-content {
    padding: 16px 16px 47px;
      box-sizing: border-box;
  }
  
  @media only screen and (max-width: 1300px) {
  .category-top-content {
    padding: 16px 16px 80px;
      box-sizing: border-box;
  }}
   @media only screen and (max-width: 700px) {
  .category-top-content {
    padding: 80px;
      box-sizing: border-box;
  }}
.category-element {
  width: 32%;
  height: 338px;
  float: left;
  margin-left: 2%;
  margin-top: 42px;
  text-decoration: none; }
  .category-element:hover .category-element-title {
    background: linear-gradient(to bottom, #FF8009, #ff9735 50%, #FF8009 100% );
    color: #ffffff; }
  .category-element:nth-child(3n + 1) {
    margin-left: 0; }
  .category-element:nth-child(1), .category-element:nth-child(2), .category-element:nth-child(3) {
    margin-top: 0; }
  @media only screen and (max-width: 700px) {
    .category-element {
      width: 49%;
      margin-left: 2%; }
      .category-element:nth-child(1), .category-element:nth-child(2), .category-element:nth-child(3) {
        margin-top: 42px; }
      .category-element:nth-child(1), .category-element:nth-child(2) {
        margin-top: 0; }
      .category-element:nth-child(3n + 1) {
        margin-left: 2%; }
      .category-element:nth-child(2n + 1) {
        margin-left: 0; } }
  @media only screen and (max-width: 500px) {
    .category-element {
      margin-left: 0;
      width: 100%;
      margin-top: 12px; }
      .category-element:nth-child(1), .category-element:nth-child(2) {
        margin-top: 12px; }
      .category-element:nth-child(1) {
        margin-top: 0; }
      .category-element:nth-child(2n + 1) {
        margin-left: 0; } }
        
        .category-element-podbor {
  width: 25%;
  height: 300px;
  float: left;
  margin-left: 7%;
  margin-top: 42px;
  text-decoration: none; }
  .category-element-podbor:hover .category-element-title-podbor {
    background: linear-gradient(to bottom, #FF8009, #ff9735 50%, #FF8009 100% );
    color: #ffffff; }
    .category-element-podbor:nth-child(2),  .category-element-podbor:nth-child(5),  .category-element-podbor:nth-child(8),  .category-element-podbor:nth-child(11),  .category-element-podbor:nth-child(14),  .category-element-podbor:nth-child(17),  .category-element-podbor:nth-child(20),  .category-element-podbor:nth-child(23) {
    margin-left: 25px; }
  
  @media only screen and (max-width: 700px) {
    .category-element-podbor {
      width: 49%;
      margin-left: 2%; }
      }
  @media only screen and (max-width: 500px) {
    .category-element-podbor {
      margin-left: 0;
      width: 100%;
      margin-top: 12px; }
       }
     .category-element-img-podbor {
    width: 101.6%;
    height: 245px; }
    .category-element-img-podbor img {
      height: 245px;
      display: block;
    margin: 14px;
    max-width: 130%; }
      .category-element-title-podbor {
    background-color: #fed231;
    box-shadow: 0px 3px 10px 0px #a1a1a1;
    width: 100%;
    display: block;
    height: 40px;
    text-align: center;
display: table-cell;
    vertical-align: middle;
min-width: 21em;
    padding: 9px 3px;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 15px;
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 3px;
    transition: all 1s ease; }
     .category-element-img-slide {
    width: 101.6%;
    height: 380px; }
    .category-element-img-slide img {
      height: 369px;
      max-width: 95%;
      box-shadow:0 0 2px 1px #555; }   
      .category-element-img-slide img:hover {
box-shadow:0 0 6px 6px #555; 
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
  .category-element-img {
    width: 101.6%;
    height: 283px; }
    .category-element-img img {
      height: 283px;
      display: block;
      margin: auto;
      max-width: 100%; }
      .category-element-img1 img {
      height: 500px;
      display: block;
      margin: auto;
      max-width: 100%; }
      .category-element-img2 {
    max-width: 100%;
    height: 100%;
    display: block;
      margin-left: 5px;}
             .category-element-img2 img {
      max-height: 100%;
      display: block;
      margin: auto;
      width: 100px; }
      .category-element-img3 {
    max-width: 100%;
    height: 100%;
    float: left; margin-left: 10px; margin-right: 15px;}
  .category-element-title {
    background-color: #fed231;
    box-shadow: 0px 3px 10px 0px #a1a1a1;
    width: 100%;
    display: block;
    height: 55px;
    text-align: center;
display: table-cell;
    vertical-align: middle;
min-width: 23em;
    padding: 9px 3px;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 15px;
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 3px;
    transition: all 1s ease; }
    
           @media only screen and (max-width: 1300px) {
        .category-element-img {
    width: 100%;
    height: 283px; }
    .category-element-img img {
      height: 283px;
      display: block;
      margin: auto;
      max-width: 100%; }
      
        .category-element-title {
    background-color: #fed231;
    box-shadow: 0px 3px 10px 0px #a1a1a1;
    width: 100%;
    display: block;
    height: 55px;
    text-align: center;
display: table-cell;
    vertical-align: middle;
min-width: 16em;
    padding: 5px 4px;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 15px;
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0,5px;
    margin-top: 3px;
    transition: all 1s ease; }
           }
           
           @media only screen and (max-width: 700px) {
        .category-element-img {
    width: 283px;
    height: 283px; }
    .category-element-img img {
      height: 283px;
      
      max-width: 283px; }
       .category-element-title {
    background-color: #fed231;
    width: 283px;;
    display: block;
    
    text-align: center;
display: table-cell;

    vertical-align: middle;
min-width: 23em;
    padding: 9px 3px;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 12px;
    color: #000000;
    font-size: 11px;
    letter-spacing: 0.4px;
    margin-top: 3px;
    transition: all 1s ease; }
           }
           
           @media only screen and (max-width: 700px) {
        .category-element-img {
    width: 100%;
    height: 283px; }
    .category-element-img img {
      height: 283px;
      
      max-width: 100%; }
       .category-element-title {
    background-color: #fed231;
    width: 100%;;
    display: block;
    
    text-align: center;
display: table-cell;
 text-transform:none;
    vertical-align: middle;
min-width: 23em;
    padding: 9px 3px;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 12px;
    color: #000000;
    font-size: 11px;
    letter-spacing: 0.4px;
    margin-top: 3px;
    transition: all 1s ease; }
           }
    .category-element-title:hover {
      background: linear-gradient(to bottom, #FF8009, #ff9735 50%, #FF8009 100% );
      color: #ffffff; }
.category-dop {
  border-left: 1px solid #E6E5E5;
  border-right: 1px solid #E6E5E5;
  border-bottom: 1px solid #E6E5E5;
  background-color: #FFFFFF; }
  .category-dop-logo {
    letter-spacing: 3px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #E6E5E5; }
  .category-dop-content {
    padding: 21px 16px;
    box-sizing: border-box; }
  .category-dop-element {
    margin-top: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E6E5E5;}
    .category-dop-element:hover .category-dop-element-link {
      background: linear-gradient(to bottom, #FF8009, #ff9735 50%, #FF8009 100% );
      color: #ffffff; }
.category-dop-element:hover .category-dop-element-logo {
      color: #FF8009; 
font-weight:bold;}
    .category-dop-element:first-child {
      margin-top: 0;
      }
       .category-dop-element:last-child {
      border-bottom: none;
      }
    .category-dop-element-left {
      width: 25%;
      float: left; }
      @media only screen and (max-width: 500px) {
        .category-dop-element-left {
          width: 100%;
          margin-top: 15px; } }
    .category-dop-element-right {
      width: 75%;
      float: right;
      
        
    }
      @media only screen and (max-width: 500px) {
        .category-dop-element-right {
          width: 100%;
          margin-top: 10px; } }
    .category-dop-element-img {
      width: 100%;
      height: 170px;
      display: block;
        margin: auto;}
      .category-dop-element-img-nalich1 {
          max-width: 80%;
    display: block;
    margin: auto;
       }
      .category-dop-element-img-nalich {
          margin-left: 14px;
    max-width: 100%;
    max-height: 35px;
       }
       @media only screen and (max-width: 700px) {
           .category-dop-element-img-nalich {
               margin-left: 0px;
      max-width: 90px;
       }}
       @media only screen and (max-width: 500px) {
           .category-dop-element-img-nalich {
               margin-left: 0px;
      max-width: 100px;
       }}
       .category-dop-element-img-nalich img {
        margin-left: 0px;
        height: 170px;
        max-width: 100%;
        display: block;
        margin: auto; }
        
      .category-dop-element-img img {
        height: 170px;
        max-width: 100%;
        display: block;
        margin: auto; }
        
        .category-dop-element-img-sh img {
        height: 170px;
        max-width: 100%;
        display: block;
        margin: 15px; }
        
        .category-dop-element-img-sh {
      width: 100%;
      height: 170px;
      display: block;
        margin: auto;}
        
    .category-dop-element-link {
      width: 100%;
      height: 35px;
      line-height: 35px;
      text-align: center;
      display: block;
      color: #000000;
      font-size: 13px;
      letter-spacing: 1px;
      margin-top: 3px;
      background-color: #fed231;
      box-shadow: 0px 3px 10px 0px #a1a1a1;
      text-transform: uppercase;
      text-decoration: none;
      transition: all 1s ease; }
      .category-dop-element-link:hover {
        background: linear-gradient(to bottom, #FF8009, #ff9735 50%, #FF8009 100% );
        color: #ffffff; }
    .category-dop-element-logo {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      display: block;
      color: #000; }
.category-dop-element-next {
      font-size: 11px;
      font-weight: 600;
text-decoration: none;
      text-transform: uppercase;
      color: blue; }
      @media only screen and (max-width: 500px) {
        .category-dop-element-logo {
          text-align: center; } }
    .category-dop-element-content {
      margin-top: 5px; }
      @media only screen and (max-width: 500px) {
        .category-dop-element-content {
          display: none; } }

.single-logo {
  letter-spacing: 1px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  box-sizing: border-box;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #E6E5E5;
  text-align: center; }
  @media only screen and (max-width: 700px) {
    .single-logo {
      font-size: 12px;
      line-height: 18px; } }
      @media only screen and (max-width: 500px) {
    .single-logo {
      font-size: 11px;
      line-height: 22px; } }
.single-top {
  background-color: #fff;
  border: 1px solid #E6E5E5;
  border-bottom-width: 0;
  padding-bottom: 47px; }
  .single-top-content {
    padding: 21px 16px;
    box-sizing: border-box; }
  .single-top-left {
    width: 35%;
    float: left; }
    @media only screen and (max-width: 700px) {
      .single-top-left {
        width: 100%; } }
  .single-top-right {
    width: 63%;
    float: right; }
    @media only screen and (max-width: 700px) {
      .single-top-right {
        width: 100%; } }
.single-main-img {
  width: 100%; }
.single-dop-imgs {
  margin-top: 2px; }
  .single-dop-imgs-element {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding-left: 7px; }
    .single-dop-imgs-element:first-child {
      padding-left: 0; }
    .single-dop-imgs-element img {
      width: 100%;
      height: 54px; }
      .single-description a{
  color: #FF8009;
  text-align: justify;
  font-size: 13px;
  margin-bottom: 20px; }
.single-description {
  color: #000000;
  text-align: justify;
  font-size: 13px;
  margin-bottom: 20px; }
  .single-description p:first-child {
    margin-top: 0; }
.single-info {
  margin-top: 22px; }
  .single-info-col {
    width: 260px;
    float: left;
    clear:both;}
  .single-info-element {
    margin-top: 17px;
    display: block;
    color: #000;
    text-decoration: none; }
    .single-info-element:first-child {
      margin-top: 0; }
    .single-info-element b {
      text-transform: uppercase; }
.single-call {
  display: block;
  width: 313px;
  height: 35px;
  line-height: 35px;
  background-color: #39B265;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;
  transition: all 1s ease; }
  .single-call:hover {
    background-color: #48e27f; }
  @media only screen and (max-width: 700px) {
    .single-call {
      width: 85%;
        float: none;
        text-align: center;
  display:flex;
  justify-content:center;
        margin: 0 auto; } }
.single-tabs-nav {
  width: 100%; 
    box-shadow: 0px -3px 10px 0px #a1a1a1;
}
.single-tabs-nav1 {
  width: 100%; 
    box-shadow: 0px 3px 10px 0px #a1a1a1;
}
.single-tabs-tab {
  width: 33.33333333333333%;
  float: left;
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
background-color: #fed231;

border: 1px solid #E6E5E5;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer; }
  
  .single-tabs-tab.active, .single-tabs-tab:hover {
    background: linear-gradient(to bottom, #FF8009, #ff9735 50%, #FF8009 100% );
color: #fff;
    border: 1px solid #E6E5E5;
    border-bottom-width: 0; }
  @media only screen and (max-width: 700px) {
    .single-tabs-tab {
      width: 100%;
      float: none; } }
.single-tabs-content {
  background-color: #fff;
  padding: 22px 14px;
  border: 1px solid #E6E5E5;
  border-top-width: 0;
  box-sizing: border-box; }
.single-video {
  width: 50%;
  padding-right: 8px;
  padding-left: 8px;
  box-sizing: border-box;
  float: left; }
  .single-video-inner {
    width: 100%; }
    .single-video-inner iframe {
      width: 100%;
      height: 320px; }
      
      .single-video1 {
  width: 50%;
  padding-right: 8px;
  padding-left: 8px;
  box-sizing: border-box;
  float: left; }
  .single-video-inner1 {
    max-width: 320px; 
      max-height: 100%;
      padding: 5px;
  box-sizing: border-box;
  float: left;
  }
    .single-video-inner1 iframe {
      width: 270px;
      
  box-sizing: border-box;
  float: left;
       }
      @media only screen and (max-width: 1300px) {
    .single-video-inner1 {
     
      max-height: 100%;
      padding: 5px;
  box-sizing: border-box;
  float: center;
  }
    .single-video-inner1 iframe {
      width: 240px;
  box-sizing: border-box;
  float: center;
       } }
       @media only screen and (max-width: 900px) {
    .single-video-inner1 {
   display: none;
  }
  
    .single-video-inner1 iframe {
      display: none;
       } }
/* open-sans-regular - cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/open-sans-v27-cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-cyrillic-ext_cyrillic-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
.page-content {
  box-sizing: border-box;
  font-size: 15px; }
  .page-content.padding {
    padding: 17px 20px; }
    .page-content.padding a {
      color: #FF8009; }
  .page-content table {
    border: 1px solid #000000;
    border-collapse: collapse;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
      
  }
    .page-content table th, .page-content table td {
      border: 1px solid #000000;
      padding: 5px 7px;
      box-sizing: border-box; }

#call .modal-form {
  height: 395px; }
#info .modal-form {
  height: 395px; }
#podbor .modal-form {
  height: 463px; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  height: 100%;
  z-index: 6000; }
  .modal-fade {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1001; }
  .modal-form {
    width: 500px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.3);
    background-color: #FFFFFF;
    padding: 25px 55px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1002;
    margin: auto; }
    @media only screen and (max-width: 600px) {
      .modal-form {
        width: 100%;
        height: 100%;
        padding: 22px 20px;
         } }
    .modal-form-close {
      background: linear-gradient(to bottom, #FF8009, #ff9735 50%, #FF8009 100% );
      width: 30px;
      height: 30px;
      display: block;
      position: absolute;
      right: 0;
      color: #ffffff;
      cursor: pointer;
      top: 0;
      font-size: 14px;
      text-align: center;
      line-height: 30px; }
    .modal-form-title {
      display: block;
      text-align: center;
      font-size: 18px;
      line-height: 22px;
      font-weight: 600; }
      .modal-form-title-pol {
      display: block;
      text-align: center;
      font-size: 10px;
       }
    .modal-form-area {
      margin-top: 11px; }
      .modal-form-area input[type=text], .modal-form-area input[type=email] {
        width: 100%;
        height: 35px;
        line-height: 35px;
        margin-top: 10px;
        padding-left: 6px;
        padding-right: 6px;
        box-sizing: border-box;
        background-color: #F4F4F4;
        color: #242424;
        font-weight: 600;
        border: 1px solid #B5B5B5;
        font-size: 14px; }
      .modal-form-area textarea {
        width: 100%;
        padding: 6px;
        height: 80px;
        margin-top: 10px;
        box-sizing: border-box;
        background-color: #F4F4F4;
        color: #242424;
        font-weight: 600;
        border: 1px solid #B5B5B5;
        font-size: 14px; }
      .modal-form-area input[type=submit] {
        width: 100%;
        height: 35px;
        line-height: 35px;
        margin-top: 10px;
        padding-left: 6px;
        padding-right: 6px;
        box-sizing: border-box;
        background: linear-gradient(to bottom, #FF8009, #ff9735 50%, #FF8009 100% );
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        border: 1px solid #FF8009;
        font-size: 14px; }

.contact-form {
  width: 100%;
  margin-top: 10px;
  background-color: #FFFFFF;
    border-left: 1px solid #E6E5E5;
    border-right: 1px solid #E6E5E5;
    border-top: 1px solid #E6E5E5;
}
  .contact-form.padding {
    padding: 17px 20px;
    box-sizing: border-box; }
  .contact-form-textarea {
    width: 65%;
    float: left;
    padding: 6px 20px;
    height: auto;
    box-sizing: border-box;
    color: #000000;
    font-weight: 600;
    font-size: 14px; }
    .contact-form-textarea p {
      margin-top: 6px;
      margin-bottom: 0; }
    @media only screen and (max-width: 700px) {
      .contact-form-textarea {
        width: 100%;
        float: none; } }
  .contact-form-submit {
    height: 35px;
    width: 33%;
    float: right;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 19px;
    display: block;
    box-shadow: none;
    border: none;
    text-decoration: none;
    transition: all 1s ease;
    background-color: #39B265; }
    .contact-form-submit:hover {
      background-color: #48E27F; }
    @media only screen and (max-width: 700px) {
      .contact-form-submit {
        width: 85%;
        float: none;
        text-align: center;
  display:flex;
  justify-content:center;
        margin: 0 auto; } }
        
        .contact-form-other {
    height: 35px;
    width: 100%;
    float: none;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 10px;
    border: 0px;
    text-decoration: none;
    transition: all 1s ease;
    background-color: #39B265; }
    .contact-form-other:hover {
      background-color: #48E27F; }
   

.publ {
  border: 1px solid #E6E5E5;
  background-color: #FFFFFF;
  box-sizing: border-box; }
  .publ-logo {
    letter-spacing: 3px;
    color: #000000;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-left: 10px;
    box-sizing: border-box;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #E6E5E5; }
  .publ-content {
    padding: 2px 17px 32px;
    box-sizing: border-box; }
    .publ-content p:first-child {
      margin-top: 0; }
  .publ-imgs {
    width: 242px;
    float: right; }
    .publ-imgs img {
      width: 100%;
      height: 182px;
      margin-top: 16px; }
      .publ-imgs img:first-child {
        margin-top: 0; }

.contact-call {
  height: 35px;
  width: 290px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  display: block;
  box-shadow: none;
  border: none;
  text-decoration: none;
  margin-top: 30px;
  transition: all 1s ease;
  background-color: #39B265; }
  .contact-call:hover {
    background-color: #48E27F; }
  @media only screen and (max-width: 500px) {
    .contact-call {
      width: 100%; } }
.contact-element {
  margin-top: 30px;
  width: 100%; }
  .contact-element-logo {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    display: block; }
  .contact-element:first-child {
    margin-top: 0; }
  .contact-element-content {
    width: 57%;
    float: left; }
    @media only screen and (max-width: 500px) {
      .contact-element-content {
        width: 100%;
        float: none; } }
  .contact-element-map {
    width: 40%;
    float: right;
    height: 350px; }
    @media only screen and (max-width: 500px) {
      .contact-element-map {
        width: 100%;
        margin-top: 10px; } }
    .contact-element-map iframe {
      width: 100%;
      height: 100%; }
  .contact-element-block {
    margin-top: 30px; }
    .contact-element-block:first-child {
      margin-top: 0; }
    .contact-element-block-logo {
      font-size: 15px;
      line-height: 18px;
      font-weight: 700;
      display: block; }
    .contact-element-block-content {
      margin-top: 25px;
      font-size: 15px;
      line-height: 18px;
      display: block; }
      .contact-element-block-content span {
        display: block; }

.breadcrumbs {
  box-sizing: border-box;
  width: 100%;
  display: block;
  border-bottom: 1px solid #E6E5E5;
  padding: 10px; }
  @media only screen and (max-width: 500px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .breadcrumbs ul li {
      float: left;
      margin-right: 7px;
      color: #000000;
      font-size: 13px; }
      .breadcrumbs ul li a {
        color: #000000;
        font-size: 13px; }
        .breadcrumbs ul li a:after {
          content: "-";
          display: inline-block;
          margin-left: 7px; }

.modal-thanks {
  display: none; }

.modal-loader {
  display: none; }

#information {
  display: none; }

#videos {
  display: none; }
  
  
  
@keyframes rubberBand {
  from {
        transform: scale3d(1, 1, 1);
  }

  30% {
        transform: scale3d(1.08, 0.75, 1);
  }

  40% {
        transform: scale3d(0.75, 1.15, 1);
  }

  50% {
       transform: scale3d(1.05, 0.85, 1);
  }

  65% {
        transform: scale3d(0.95, 0.95, 1);
  }

  75% {
        transform: scale3d(1, 0.85, 1);
  }

  to {
        transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  
}

@keyframes bounce {
  from,
  20000%,
  53%,
  80%,
  to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, -30, 0);
  }

  60%,
 
  70% {
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -9px, 0);
  }

  90% {
        transform: translate3d(0, -3px, 0);
  }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}


.animated {
    animation-duration: 6s;
    animation-fill-mode: both;
}

.animated.delay-10s {
  animation-delay: 2s;
}

.animated.delay-15s {
  animation-delay: 15s;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .animated {
        animation: unset !important;
        transition: none !important;
  }
}
@media screen and (max-width:1000px){td{word-break:break-all;}}
/*# sourceMappingURL=style.css.map */