a, a:hover, a:focus, a:visited {
  color: inherit;
  cursor: pointer; }

body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #000; 
#background-image: url("../img/p/patern.png");
}

/***************Header****************/

.header {
  padding: 10px 0;
  position: fixed;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
  z-index: 999; 
}

.index-page .logo img {
  filter: brightness(0) invert(1);
}

.header.sticky {
  background-color: #fff;
  padding: 0;
}

.index-page .header .main_nav_bottom ul li label .dropdown-list a, .main_nav_bottom ul li label .dropdown-list button {
  color: #fff;
}

.index-page .header .header_bottom .main_nav_bottom ul li a {
  color: #fff;
}

.index-page .header.sticky .main_nav_bottom ul li label .dropdown-list a, .main_nav_bottom ul li label .dropdown-list button {
  color: #000;
}

.index-page .header.sticky .header_bottom .main_nav_bottom ul li a {
  color: #000;
}

.index-page .header.sticky .logo img {
  filter: brightness(0);
}






.header_top {
  background-color: #212121; }
  .header_top .main_nav_top {
    display: inline-block; }
    .header_top .main_nav_top ul {
      padding-left: 100px;
      margin: 0;
      position: relative;
      z-index: 15; }
      .header_top .main_nav_top ul li {
        display: inline-block;
        list-style-type: none; }
        .header_top .main_nav_top ul li a {
          text-decoration: none;
          color: white;
          font-family: Montserrat, sans-serif;
          font-size: 12px;
          font-weight: 300;
          padding: 17px 25px;
          display: inline-block; }
  .header_top .bloc_tel {
    display: inline-block;
    float: right;
    height: 35px; }
    .header_top .bloc_tel > div {
      line-height: 1 !important;
      height: auto !important;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .header_top .bloc_tel a {
         color: #ffbf26;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 300;
      line-height: 1;
      position: relative;
      top: 2px; }
    .header_top .bloc_tel button {
      margin-left: 15px;
      color: white;
      font-family: Montserrat, sans-serif;
      font-size: 14px;
      font-weight: 350;
      background-image: url("../img/btn_bg.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      border: 0;
      border-radius: 3px;
      padding: 9px 21px 14px 21px;
      outline: none; }

.header_bottom .hamburger {
  display: none; }
.header_bottom .hamburger .line {
  width: 50px;
  height: 5px;
  background-color: rgba(186, 29, 23, 0.9);
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.header_bottom .hamburger:hover {
  cursor: pointer; }
.header_bottom #hamburger-11 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.header_bottom #hamburger-11.active {
  animation: smallbig 0.6s forwards; }
@keyframes smallbig {
  0%,
    100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }
.header_bottom #hamburger-11.active .line:nth-child(1),
.header_bottom #hamburger-11.active .line:nth-child(2),
.header_bottom #hamburger-11.active .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.header_bottom #hamburger-11.active .line:nth-child(2) {
  opacity: 0; }
.header_bottom #hamburger-11.active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg); }
.header_bottom #hamburger-11.active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg); }
.header_bottom #hamburger-11.active {
  animation: smallbig 0.6s forwards; }
.header_bottom .row {
  position: relative; }
.header_bottom .logo {
  position: absolute;
  left: 0;
  top: 0px; }
  .header_bottom .logo a img {
    height: 80px;
    z-index: 10;
    position: relative; }
.header_bottom .main_nav_bottom {
  display: inline-block;
  width: 60%;
  float: right;
  min-height: 80px; }
  .header_bottom .main_nav_bottom ul {
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 80px; }
    .header_bottom .main_nav_bottom ul li {
      position: relative;
      list-style-type: none; }
      .header_bottom .main_nav_bottom ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-height: 65px;
        padding: 10px 30px;
        text-decoration: none;
        color: #fff;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 350;
        position: relative; }
        .header_bottom .main_nav_bottom ul li a:before {
          content: '';
          position: absolute;
          right: 0;
          top: 21px;
          height: 24px;
          width: 1px;
          background-color: #e6e6e6; }
      .header_bottom .main_nav_bottom ul li label {
        margin: 0; }
        .header_bottom .main_nav_bottom ul li label .dropdown-list {
          position: relative; }
          .header_bottom .main_nav_bottom ul li label .dropdown-list a, .header_bottom .main_nav_bottom ul li label .dropdown-list button {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            min-height: 65px;
            color: black;
            font-family: Montserrat, sans-serif;
            font-size: 16px;
            font-weight: 350;
            color: #fff;
            border: 0;
            text-decoration: none;
            background-color: transparent;
            outline: none;
            padding: 10px 30px; }
          .header_bottom .main_nav_bottom ul li label .dropdown-list .add-scroll {
            -webkit-box-shadow: 0px 0px 16px 6px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0px 0px 16px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 16px 6px rgba(0, 0, 0, 0.15);
            display: none;
            position: absolute;
            top: calc(100% + 1px);
            z-index: 3;
            background: #fff;
            left: 0;
            right: 0;
            padding-left: 0px;
            display: none;
            width: 200px;

            border-radius: 0px; }
            .header_bottom .main_nav_bottom ul li label .dropdown-list .add-scroll div a {
              width: 100%;
              padding: 10px 0 9px 34px;
              color: black;
              font-family: Montserrat, sans-serif;
              font-size: 14px;
              font-weight: 300;
              display: inline-block;
              text-decoration: none;
              position: relative;
              border-bottom: 1px solid #d8dadd; }
              .header_bottom .main_nav_bottom ul li label .dropdown-list .add-scroll div a:before {
                content: '';
                position: absolute;
                width: 9px;
                height: 9px;
                border-radius: 50px;
                background-color: #ffbf26;
                left: 12px;
                top: 14px; }
              .header_bottom .main_nav_bottom ul li label .dropdown-list .add-scroll div a:after {
                content: '';
                position: absolute;
                width: 5px;
                height: 5px;
                border-radius: 50px;
                background-color: transparent;
                left: 14px;
                top: 16px;
                -webkit-transition: 0.25s;
                transition: 0.25s; }
              .header_bottom .main_nav_bottom ul li label .dropdown-list .add-scroll div a:hover {
                background-color: rgba(57, 138, 191, 0.3);
                box-shadow: inset none; }
                .header_bottom .main_nav_bottom ul li label .dropdown-list .add-scroll div a:hover:after {
                  background-color: #fff; }
    .header_bottom .main_nav_bottom ul li:last-of-type a:before {
      display: none; }

/***************Carousel****************/
.carus .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
  display: inline-block;
  width: 100%; }
  .carus .item .container {
    height: 100%;
#width: 1400px;
    position: relative; }
  .carus .item h2 {
    margin-top: 125px;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    #font-weight: 300;
    #font-weight: 300;
    display: inline-block;
    line-height: 1;
    padding-left: 3px;
    padding-right: 3px; }
    .carus .item h2 span:first-of-type {
      background-color: rgba(0, 0, 0, 0.75);
      display: block;
      padding: 3px; }
    .carus .item h2 span:last-of-type {
      background-color: #04040454;
      display: inline-block;
      padding: 3px; }
  .carus .item p {
    padding-left: 15px;
    margin-top: 30px;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 300; }
.carus .blocWithNumberOfItems {
  position: absolute;
  bottom: 150px;
  left: 0;
  display: inline-block;
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300; }
  .carus .blocWithNumberOfItems .arrow_left {
    display: inline-block;
    float: right;
    padding: 5px 10px;
    cursor: pointer; }
  .carus .blocWithNumberOfItems .arrow_right {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    cursor: pointer; }

.carus_all {
  position: relative; }
  .carus_all > .container {
    position: relative; }
  .carus_all .right_form {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 50px; }
    .carus_all .right_form form {
      width: 340px;
      background-color: #fff;
      border-radius: 6px;
      padding-left: 40px;
      padding-right: 40px; }
      .carus_all .right_form form .dropdown-item {
        display: inline-block;
        width: 100%;
        position: relative;
        margin-bottom: 20px; }
        .carus_all .right_form form .dropdown-item button {
          width: 100%;
          text-align: left;
          border: 1px solid #e6e6e6;
          border-radius: 3px;
          background-color: #fff;
          color: #999;
          font-family: Montserrat, sans-serif;
          font-size: 16px;
          font-weight: 300;
          padding: 15px;
          outline: none; }
        .carus_all .right_form form .dropdown-item ul {
          margin: 0;
          position: absolute;
          top: calc(100% + 1px);
          z-index: 3;
          background-color: #fff;
          border: 1px solid #cdcdcd;
          left: 5px;
          right: 0;
          padding-left: 0px;
          display: none;
          max-height: 300px; }
          .carus_all .right_form form .dropdown-item ul li {
            list-style-type: none; }
            .carus_all .right_form form .dropdown-item ul li a {
              display: inline-block;
              padding-top: 10px;
              padding-bottom: 10px;
              padding-left: 5px;
              padding-right: 5px;
              color: black;
              font-family: Montserrat, sans-serif;
              font-size: 14px;
              text-align: center;
              font-weight: 300;
              width: 100%;
              text-decoration: none;
              transition: .25s; }
              .carus_all .right_form form .dropdown-item ul li a:hover {
                transition: .25s;
                background-color: #ffbf26;
                color: #fff; }
      .carus_all .right_form form h2 {
        color: white;
        font-family: Montserrat, sans-serif;
        font-size: 24px;
        font-weight: 350;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        background-color: #ffbf26;
        text-align: center;
        padding: 23px 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: -40px;
        margin-right: -40px;
        margin-bottom: 20px; }
      .carus_all .right_form form p {
        text-align: center;
        color: #999;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        font-weight: 300; }
      .carus_all .right_form form input {
        width: 100%;
        color: #000;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 300;
        border: 1px solid #e6e6e6;
        border-radius: 3px;
        padding: 15px;
        outline: none;
        margin-bottom: 20px; }
      .carus_all .right_form form input::placeholder {
        color: #999;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 300; }
      .carus_all .right_form form .send {
        width: 100%;
        color: white;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        font-weight: 350;
        background-image: url(../img/btn_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border: 0;
        border-radius: 3px;
        padding: 10px 21px 12px 21px;
        margin-bottom: 15px; }
      .carus_all .right_form form .floor > div {
        width: 23%;
        display: inline-block;
        text-align: center; }
        .carus_all .right_form form .floor > div input {
          width: auto;
          margin-right: 5px;
          opacity: 0;
          position: relative; }
          .carus_all .right_form form .floor > div input:checked + label::before {
            content: '\f111';
            font-family: FontAwesome;
            font-size: 10px;
            color: #ffbf26;
            position: absolute;
            left: -17.6px;
            top: 4px; }
        .carus_all .right_form form .floor > div label {
          color: #999;
          font-family: Montserrat, sans-serif;
          font-size: 16px;
          font-weight: 300;
          position: relative; }
          .carus_all .right_form form .floor > div label:after {
            content: '\f1db';
            font-family: FontAwesome;
            font-size: 16px;
            color: #dadada;
            position: absolute;
            left: -20px;
            top: 0px; }

/**************Section honeycombs****************/
.sec_hexlist {
  margin-top: -70px;
  padding-bottom: 70px; }

.container {
  position: relative;
  height: 100%; }

.hexlist {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  width: auto;
  padding: 0; }

.hexlist > .item {
  width: 285px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: relative;
  box-sizing: border-box; }

.hexlist > .item.item-odd {
  margin-top: -71.25px;
  margin-bottom: -71.25px; }

.hexlist > .item.item-odd-first {
  margin-left: 142.5px; }

.hexlist > .item.item-odd-last {
  margin-right: 142.5px; }

.hexlist > .item > .item-inner {
  text-decoration: none;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 255px;
  height: 286.875px;
  background-size: cover;
  color: #fbc216;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 350;
  position: relative;
  transform-origin: 0 25%;
  -webkit-clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%, 50% 0%);
  clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%, 50% 0%);
  -webkit-clip-path: url("#hex-shape");
  clip-path: url("#hex-shape");
  z-index: 1;
  cursor: pointer; }

.hexlist > .item > .item-inner > .item-txt {
  display: block;
  position: relative;
  z-index: 5;
  transform: translate3d(0, 0, 100px); }
  .hexlist > .item > .item-inner > .item-txt span:first-of-type {
    color: #ffbf26; }
  .hexlist > .item > .item-inner > .item-txt span:last-of-type {
    color: #000000; }

.hexlist > .item > .item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 255px;
  height: 286.875px;
  background-color: transparent;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: transform .5s ease-out, background-color .5s ease-out;
  -webkit-clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%, 50% 0%);
  clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%, 50% 0%);
  -webkit-clip-path: url("#hex-shape");
  clip-path: url("#hex-shape");
  z-index: 3;
  mix-blend-mode: overlay; }

.hexlist > .item:hover > .item-inner:before {
  transform: scale(0.9);
  background-color: rgba(0, 0, 0, 0.5);
  transition: transform .2s ease-in, background-color .2s ease-in; }

.hexlist > .item > .item-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 255px;
  height: 286.875px;
  background-color: rgba(72, 72, 72, 0.8);
  transform-origin: 50% 50%;
  transform: scale(0.9);
  -webkit-clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%, 50% 0%);
  clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%, 50% 0%);
  -webkit-clip-path: url("#hex-shape");
  clip-path: url("#hex-shape");
  z-index: 2;
  mix-blend-mode: overlay; }

.hexlist > .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 315px;
  background-color: #ffffff38;
  transform-origin: 50% 50%;
  clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%, 50% 0%);
  clip-path: url(#hex-shape2);
  z-index: 0.5; }

/**************section advantages****************/
.advantages {
background-color: white;
}
.advantages h3 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #000;
  margin-bottom: 35px;
    margin-top: 35px;; }
  .advantages h3 span {
    color: #ffbf26; }
.advantages .advantages_element {
  display: flex;
  justify-content: space-around; }
  .advantages .advantages_element .item {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px; }
    .advantages .advantages_element .item .item_in {
      border: 2px #e6e6e6 solid;
      padding: 35px 20px 20px 30px;
      position: relative; }
      .advantages .advantages_element .item .item_in i {
        content: '';
        position: absolute;
        width: 94px;
        height: 80px;
        top: -50px;
        left: 10px;
        background-color: #fff0;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
      .advantages .advantages_element .item .item_in h4 {
        color: black;
        font-family: Montserrat, sans-serif;
        font-size: 18px;
        font-weight: 300; }
      .advantages .advantages_element .item .item_in p {
        color: black;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        font-weight: 300; }
  .advantages .advantages_element .item:first-of-type {
    padding-left: 0; }
  .advantages .advantages_element .item:last-of-type {
    padding-right: 0; }

/**************section sertificat****************/
.sertificat {
  padding-top: 20px; }
  .sertificat .element {
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.32);
    background-image: url("../img/sertificat_bg.jpg");
    background-size: cover;
    min-height: 175px; }
    .sertificat .element .element_inner {
      padding-left: 370px;
      padding-top: 25px; }
      .sertificat .element .element_inner h2 {
        color: #fff;
        font-family: Montserrat, sans-serif;
        font-size: 24px;
        font-weight: 300; }
      .sertificat .element .element_inner ul {
        padding-left: 0; }
        .sertificat .element .element_inner ul li {
          color: #fff;
          list-style-type: none;
          font-family: Montserrat, sans-serif;
          font-size: 16px;
          font-weight: 300; }
          .sertificat .element .element_inner ul li strong {
            font-weight: 350; }
          .sertificat .element .element_inner ul li:before {
            content: '-'; }
          .sertificat .element .element_inner ul li a {
            text-decoration: underline; }

/**************section partners****************/
.sec_partners h3 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #000;
  margin-bottom: 35px;
  margin-top: 50px; }
  .sec_partners h3 span {
    color: #ffbf26; }

.carus_partners {
  position: relative; }
  .carus_partners .item {
    text-align: center;
    margin: 15px 15px 80px;
    outline: none;
    -webkit-box-shadow: 0px 8px 44px -4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 8px 44px -4px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 8px 44px -4px rgba(0, 0, 0, 0.35); }

  .carus_partners i {
    display: block;
    content: '';
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
  }
  .carus_partners a {
    color: #252423;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
    display: block; 
    position: relative;
    width: 100%;
  }

   .carus_partners .item-text {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    text-align: left;
   }

  .carus_partners .arrow_leftt {
    width: 59px;
    height: 25px;
    margin: 0 !important;
    padding: 0 !important;
    right: -150px;
    z-index: 15;
    position: absolute;
    top: calc(50% - 12.5px);
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer; }
  .carus_partners .arrow_rightt {
    width: 59px;
    height: 25px;
    margin: 0 !important;
    padding: 0 !important;
    left: -150px;
    z-index: 15;
    padding: 10px;
    position: absolute;
    top: calc(50% - 12.5px);
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer; }

/**************section coment****************/
.sec_coment {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .sec_coment h3 {
    margin-top: 45px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 35px; }
  .sec_coment .item {
    position: relative;
    padding-left: 95px;
    outline: none; }
    .sec_coment .item:before {
      content: '';
      position: absolute;
      width: 60px;
      height: 60px;
      left: 15px;
      top: 0;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: url("../img/elem_coment.png"); }
    .sec_coment .item h3 {
      text-align: left;
      margin-top: 0;
      color: white;
      font-family: Montserrat, sans-serif;
      font-size: 18px;
      font-weight: 300;
      margin-bottom: 0; }
    .sec_coment .item span {
      color: white;
      font-family: Montserrat, sans-serif;
      font-size: 14px;
      font-weight: 300;
      display: inline-block;
      margin-bottom: 18px; }
    .sec_coment .item p {
      color: white;
      font-family: Montserrat, sans-serif;
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 0; }
  .sec_coment .arrow_left2 {
    width: 20px;
    height: 25px;
    margin: 0 !important;
    padding: 0 !important;
    right: -150px;
    z-index: 15;
    position: absolute;
    top: calc(50% - 12.5px);
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer; }
  .sec_coment .arrow_right2 {
    width: 20px;
    height: 25px;
    margin: 0 !important;
    padding: 0 !important;
    left: -150px;
    z-index: 15;
    padding: 10px;
    position: absolute;
    top: calc(50% - 12.5px);
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer; }
  .sec_coment a {
    display: block;
    margin: 75px auto;
    text-align: center;
    text-decoration: none;
    width: 258px;
    height: 44px;
    border-radius: 2px;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 350;
    line-height: 42px;
    background-image: url("../img/btn_bg2.png");
    background-repeat: no-repeat;
    background-size: cover; }

/**************section form****************/
.sec_form {
  #background-image: url("../img/bg_sec_form_foot.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  #padding-bottom: 223px; }
  .sec_form form {
    width: 630px; }
    .sec_form form h2 {
      text-align: left;
      font-family: Montserrat, sans-serif;
      font-size: 36px;
      font-weight: 300;
      color: #000;
      margin-top: 25px;
      margin-bottom: 25px; }
      .sec_form form h2 span {
        color: #ffbf26; }
    .sec_form form .form_inp {
      display: flex;
      justify-content: space-around; }
      .sec_form form .form_inp input {
        display: inline-block;
        padding: 10px;
        border: 1px #e6e6e6 solid;
        border-radius: 2px;
        width: 100%;
        margin: 10px; }
      .sec_form form .form_inp input::placeholder {
        color: #000;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 300; }
    .sec_form form .form_text {
      padding: 10px; }
    .sec_form form textarea {
      padding: 20px;
      border: 1px #e6e6e6 solid;
      border-radius: 2px;
      width: 100%;
      resize: none; }
    .sec_form form textarea::placeholder {
      color: #000;
      font-family: Montserrat, sans-serif;
      font-size: 16px;
      font-weight: 300; }
    .sec_form form button {
      display: block;
      margin: 10px;
      text-align: center;
      text-decoration: none;
      width: 258px;
      height: 44px;
      border-radius: 2px;
      color: #000;
      font-family: Montserrat, sans-serif;
      font-size: 16px;
      font-weight: 350;
      line-height: 42px;
      #@#background-image: url("../img/btn_bg2.png");
      background-repeat: no-repeat;
      background-size: cover;
      border: 0; }
  .sec_form .text_info {
    padding-top: 30px;
    padding-left: 10px;
    padding-bottom: 50px; }
    .sec_form .text_info p:first-of-type {
      color: #ffbf26;;
      font-family: Montserrat;
      font-size: 24px;
      font-weight: 550;
      margin-bottom: 0; }
    .sec_form .text_info p:last-of-type {
      color: #ffbf26;
      font-family: Montserrat;
      font-size: 16px;
      font-weight: 550;
      margin-bottom: 20px; }
    .sec_form .text_info a {
      text-decoration: none;
      color: #ffbf26;
      font-family: Montserrat;
      font-size: 36px;
      font-weight: 900;
      margin: 20px 0; }
    .sec_form .text_info span {
      position: relative;
      color: #666;
      font-family: Montserrat;
      font-size: 14px;
      font-weight: 550; }
      .sec_form .text_info span:before {
        content: '\f041';
        font-family: "FontAwesome";
        color: #fff;
        margin-right: 5px;
        font-size: 18px; }

/**************footer****************/
html {
  position: relative; }

.footer {
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(19, 19, 19, 0.9); }
  .footer .footer_top {
    padding-top: 25px; }
    .footer .footer_top .row {
      position: relative; }
  .footer ul {
    padding-left: 0;
    width: 30%;
    display: inline-block; }
    .footer ul li {
      width: 49%;
      display: inline-block; }
      .footer ul li a {
        text-decoration: none;
        padding: 10px 0;
        width: 100%;
        display: inline-block;
        color: white;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 300; }
  .footer ul:last-of-type li a {
    color: white;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 350; }
  .footer .tel {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
    color: white;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none; }
  .footer .developer .row {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px #181b1b solid; }
    .footer .developer .row p {
      color: grey;
      font-family: Montserrat;
      font-size: 12px;
      font-weight: 300; }
    .footer .developer .row p:first-of-type {
      text-align: left;
      width: 100%; }
    .footer .developer .row p:last-of-type {
      text-align: right;
      width: 100%; }

.left.carus_taitl {
  width: 100%;
text-align: center;
 }

.hexlist > .item#hex02 > .item-inner:before, .hexlist > .item#hex02 > .item-inner:after {
  display: none; }

.header_bottom .main_nav_bottom ul li label .dropdown-list .add-scroll div a {
  min-height: auto;
  text-align: left; }

@media (max-width: 1550px) {
  .carus_partners .arrow_leftt {
    width: 72px;
    height: 25px;
    margin: 0 !important;
    padding: 0 !important;
    right: 15px;
    z-index: 15;
    position: absolute;
    top: calc(100% - 30px);
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer; }

  .carus_partners .arrow_rightt {
    width: 72px;
    height: 25px;
    margin: 0 !important;
    padding: 0 !important;
    left: 15px;
    z-index: 15;
    padding: 10px;
    position: absolute;
    top: calc(100% - 30px);
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer; }

  .sec_coment .arrow_left2 {
    width: 20px;
    height: 25px;
    margin: 0 !important;
    padding: 0 !important;
    right: 0px;
    z-index: 15;
    position: absolute;
    top: calc(100% - -30px);
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer; }

  .sec_coment .arrow_right2 {
    width: 20px;
    height: 25px;
    margin: 0 !important;
    padding: 0 !important;
    left: 0px;
    z-index: 15;
    padding: 10px;
    position: absolute;
    top: calc(100% - -30px);
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer; } }
@media (max-width: 1200px) {
  .left.carus_taitl {
    width: 50%; }

  .sertificat .element {
    background-position: right;
    background-image: url("../img/coment_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat; }

  .sertificat .element .element_inner {
    padding: 15px; } }
@media (max-width: 991px) {
  .header_bottom .hamburger {
    display: inline-block;
    float: right;
    text-align: right;
    padding: 11px 15px; }

  .advantages .advantages_element {
    display: inline-block;
    width: 100%; }
    .advantages .advantages_element .item {
      display: inline-block;
      width: 100%;
      margin-top: 60px; }

  .header_bottom .main_nav_bottom {
    height: auto;
    max-width: none;
    position: absolute;
    left: 0;
    top: 69px;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999;
    padding-bottom: 10px;
    background-color: rgba(186, 29, 23, 0.9);
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: calc(100vh - 117px);
    border-radius: 3px;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    .header_bottom .main_nav_bottom ul li a {
      color: #fff; }
    .header_bottom .main_nav_bottom ul li label .dropdown-list a {
      color: #fff; }

  .header_bottom .main_nav_bottom.active {
    display: flex;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  .header_bottom .main_nav_bottom ul li {
    display: inline-block;
    width: 100%;
    margin: 0; }

  .header_bottom .main_nav_bottom ul {
    display: inline-block; }
    .header_bottom .main_nav_bottom ul li a:before {
      display: none; }

  .header_bottom .main_nav_bottom ul li label .dropdown-list .add-scroll {
    box-shadow: 0px 0px 16px 6px rgba(0, 0, 0, 0.15);
    display: none;
    position: static;
    top: calc(100% + 1px);
    z-index: 3;
    background: #fff;
    left: 0;
    right: 0;
    padding-left: 0px;
    display: none;
    width: 200px;
    border-radius: 6px; }

  .header_bottom .main_nav_bottom ul li label .dropdown-list .add-scroll div a {
    width: 100%;
    padding: 10px;
    min-height: auto;
    text-align: center; }

  .header_bottom .main_nav_bottom ul li label .dropdown-list .add-scroll {
    box-shadow: 0px 0px 16px 6px rgba(0, 0, 0, 0.15);
    display: none;
    position: static;
    top: calc(100% + 1px);
    z-index: 3;
    background: #fff;
    left: 0;
    right: 0;
    padding-left: 0px;
    display: none;
    max-height: 300px;
    width: 200px;
    border-radius: 6px; }

  .header_bottom .main_nav_bottom ul li label .dropdown-list .add-scroll div a {
    width: 100%;
    padding: 10px;
    min-height: auto; }

  .header_bottom .main_nav_bottom ul li label .dropdown-list a, .header_bottom .main_nav_bottom ul li label .dropdown-list button, .header_bottom .main_nav_bottom ul li a {
    line-height: 1;
    min-height: 36px;
    color: #fff; }

  .header_bottom .main_nav_bottom ul li label .dropdown-list button {
    min-width: 200px; } }
@media (max-width: 767px) {
  .carus_all .right_form {
    display: none; }

  .sec_form form h2 {
    padding: 0 10px; }

  .carus_partners i {
    width: 100%;
    height: 136px; }

  .sec_form form {
    width: 100%; }

  .sec_form form .form_inp {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }

  .sec_form form .form_inp input {
    margin: 10px 0; }

  .footer .tel {
    display: inline-block;
    position: static;
    width: 100%;
    right: 0;
    margin: 15px 0; }

  .footer ul {
    width: 49%;
    float: left; }

  .footer .developer .row {
    padding: 20px 15px; }

  .carus .item h2 {
    margin-top: 60px;
    font-size: 31px; }

  .carus_all .right_form {
    display: none; }

  .left.carus_taitl {
    width: 100%; 
text-align: center;
}

  .sec_form {
    padding-bottom: 80px; }

  .header_top .bloc_tel button {
    margin-right: 11px; } 

.carus_partners .item-text {
  font-size: 14px;
}
}
@media (max-width: 480px) {
  .sec_hexlist {
    margin-top: -70px;
    padding-bottom: 20px;
    overflow: hidden; }

  .header_bottom .logo a img {
    height: 80px;
    z-index: 10;
    position: relative; }

  .header_bottom .logo {
    position: static;
    left: 0;
    float: left;
    margin-left: 10px; }

  .header_bottom .hamburger {
    padding: 16px 15px; }

  .carus .item {
    height: 520px;
    width: 100%; }

  .header_top .main_nav_top {
    display: none; }

  .header_top .bloc_tel {
    display: inline-block;
    float: right;
    height: 70px;
    text-align: center; }
    .header_top .bloc_tel a {
      margin-bottom: 10px;
      display: inline-block; }

  .carus .item p {
    margin-top: 5px; }

  .hexlist > .item#hex02 {
    display: none; }

  .advantages h3, .sec_partners h3, .sec_coment h3, .sec_form form h2 {
    margin: 20px; } }
.main_about_us {
  padding-top: 60px; }
  .main_about_us .container > h2 {
    color: black;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    text-align: center; }
  .main_about_us .container > p {
    color: #666;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center; }

.about_us_block1 {
  padding-top: 50px;
  display: inline-block;
  width: 100%; }
  .about_us_block1 .item_left i {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
    width: 360px;
    display: inline-block;
    float: left;
    z-index: 10;
    position: relative; }
  .about_us_block1 .item_text_right {
    padding-top: 25px; }
    .about_us_block1 .item_text_right h3 {
      color: black;
      font-family: Montserrat, sans-serif;
      font-size: 24px;
      font-weight: 300;
      position: relative; }
      .about_us_block1 .item_text_right h3 i {
        position: absolute;
        display: inline-block;
        left: -50px;
        top: 2px;
        height: 20px;
        width: 20px;
        z-index: 5;
        background-image: url("../img/rubs.png"); }
        .about_us_block1 .item_text_right h3 i:before {
          content: '';
          position: absolute;
          height: 1px;
          width: 200px;
          left: -200px;
          top: 10px;
          border-bottom: 1px #ffbf26 dotted; }
    .about_us_block1 .item_text_right p {
      color: #666;
      font-family: Montserrat, sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 21px; 
    }

.about_us_block2 {
  margin: 65px 0;
  background-image: url("../img/bg_text.png");
  padding: 25px 55px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .about_us_block2 .element_picture {
    width: 60%;
    padding-right: 200px; }
    .about_us_block2 .element_picture h3 {
      color: white;
      font-family: Montserrat, sans-serif;
      font-size: 24px;
      font-weight: 300; }
    .about_us_block2 .element_picture p {
      color: white;
      font-family: Montserrat, sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 23px; }

.nav-tabs {
  text-align: center; }

.nav-tabs > li {
  float: none;
  display: inline-block; }

.tab-pane {
 /* padding-top: 65px; */
  
  }
  .tab-pane .item_left i {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
    width: 360px;
    display: inline-block;
    float: left;
    z-index: 10;
    position: relative; }
  .tab-pane .item_text_right {
    padding-top: 25px; }
    .tab-pane .item_text_right h3 {
      margin-top: 0;
      color: black;
      font-family: Montserrat, sans-serif;
      font-size: 24px;
      font-weight: 300;
      position: relative; }
      .tab-pane .item_text_right h3 i {
        position: absolute;
        display: inline-block;
        left: -50px;
        top: 2px;
        height: 20px;
        width: 20px;
        z-index: 5;
        background-image: url("../img/rubs.png"); }
        .tab-pane .item_text_right h3 i:before {
          content: '';
          position: absolute;
          height: 1px;
          width: 200px;
          left: -200px;
          top: 10px;
          border-bottom: 1px #ffbf26 dotted; }
    .tab-pane .item_text_right ul {
      padding: 0; }
      .tab-pane .item_text_right ul li {
        padding-left: 30px;
        width: 49%;
        display: inline-block;
        color: black;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
        position: relative; }
        .tab-pane .item_text_right ul li:before {
          content: '';
          display: inline-block;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          position: absolute;
          left: 0px;
          top: 12px;
          background-color: #ffbf26; }

.about_us_block3 {
  margin: 65px 0;
  background-image: url("../img/block3.jpg");
  padding: 45px 55px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%; }
  .about_us_block3 .element_picture {
    width: 60%;
    padding-right: 200px; }
    .about_us_block3 .element_picture h3 {
      color: white;
      font-family: Montserrat, sans-serif;
      font-size: 24px;
      font-weight: 300; }
    .about_us_block3 .element_picture p {
      color: white;
      font-family: Montserrat, sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 23px; }

.main_about_us {
  border-top: 1px #ccc solid; }

@media (max-width: 991px) {
  .about_us_block2 .element_picture, .about_us_block3 .element_picture {
    width: 100%;
    padding: 15px; }

  .about_us_block3, .about_us_block2 {
    background-image: linear-gradient(to bottom, #d94742 0%, #d94742 100%), linear-gradient(to bottom, #d94742 0%, #d94742 100%);
    padding: 20px; } }
@media (max-width: 768px) {
  .tab-pane .item_text_right ul li {
    width: 100%; }

  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }

  .nav-tabs > li > a {
    border-radius: 4px; } }
.hed_page {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: start;
  align-items: center;
  min-height: 240px;
  padding: 15px 0; }
  .hed_page h3 {
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 300;
    display: inline-block;
    margin-right: 100px;
    margin-top: 0;
    float: left; }
  .hed_page p {
    display: inline-block;
    width: 50%;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px; }

.block_advantages {
  display: inline-block;
  width: 100%;
  padding: 70px; }
  .block_advantages .left_picture {
    position: relative; }
    .block_advantages .left_picture i {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 240px;
      width: 360px;
      margin-left: 20px;
      display: inline-block;
      float: left;
      z-index: 10;
      position: relative; }
    .block_advantages .left_picture:before {
      content: '';
      position: absolute;
      bottom: -30px;
      left: 115px;
      height: 200px;
      width: 200px;
      border: 1px #ffbf26 dashed;
      border-radius: 4px;
      z-index: 5; }
  .block_advantages .right_text {
    padding-top: 25px; }
    .block_advantages .right_text h3 {
      color: black;
      font-family: Montserrat, sans-serif;
      font-size: 24px;
      font-weight: 300;
      position: relative; }
      .block_advantages .right_text h3 i {
        position: absolute;
        display: inline-block;
        left: -50px;
        top: 2px;
        height: 20px;
        width: 20px;
        z-index: 5;
        background-image: url("../img/rubs.png"); }
        .block_advantages .right_text h3 i:before {
          content: '';
          position: absolute;
          height: 1px;
          width: 500px;
          left: -500px;
          top: 10px;
          border-bottom: 1px #ffbf26 dashed; }
    .block_advantages .right_text p {
      color: #666;
      font-family: Montserrat, sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 21px; }

.list_advantages {
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .list_advantages .container {
    padding-right: 20%; }
  .list_advantages .item {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px; }
    .list_advantages .item:last-of-type {
      margin-bottom: 0; }
    .list_advantages .item h2 {
      display: inline-block;
      float: left;
      color: white;
      font-family: Montserrat, sans-serif;
      font-size: 18px;
      font-weight: 350;
      line-height: 22px;
      margin-right: 50px;
      min-width: 200px;
      margin-top: 0; }
    .list_advantages .item p {
      display: inline-block;
      color: white;
      font-family: Montserrat, sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 22px;
      width: 50%;
      margin: 0; }

.about_us_block4 {
  margin: 15px 0;
  background-image: url("../img/bg_block1.jpg");
  padding: 25px 55px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .about_us_block4 .element_picture {
    width: 60%;
    padding-right: 200px; }
    .about_us_block4 .element_picture h3 {
      color: white;
      font-family: Montserrat, sans-serif;
      font-size: 24px;
      font-weight: 300; }
    .about_us_block4 .element_picture p {
      color: white;
      font-family: Montserrat, sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 23px; }

.voter_block div a {
  display: inline-block;
  width: 100%;
  padding: 65px 0;
  text-align: center;
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: .25s;
  margin-bottom: 25px; }
  .voter_block div a:hover {
    transition: .25s;
    opacity: 0.9; }
  .voter_block div a span {
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 350;
    line-height: 1; }

.voter_block_bottom {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 65px;
  display: inline-block;
  width: 100%; }
  .voter_block_bottom a {
    display: inline-block;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 350;
    background-image: url(../img/p/buttons.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    border-radius: 3px;
    padding: 9px 21px 14px 21px;
    text-decoration: none; }

.carus_advantages_all {
  background: #000;
  background-image: url(../img/block_slaid.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 50px; }
  .carus_advantages_all h2 {
    text-align: center;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px; }
  .carus_advantages_all .blocWithNumberOfItemss {
    position: static;
    bottom: 100px;
    left: 0;
    display: inline-block;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 300; }
    .carus_advantages_all .blocWithNumberOfItemss span.first {
      color: #999;
      font-size: 14px;
      font-weight: 300; }
    .carus_advantages_all .blocWithNumberOfItemss .arrow_left {
      display: inline-block;
      float: right;
      padding: 0px 10px;
      cursor: pointer;
      margin-left: 15px; }
    .carus_advantages_all .blocWithNumberOfItemss .arrow_right {
      display: inline-block;
      float: left;
      padding: 0px 10px;
      cursor: pointer;
      margin-right: 15px; }

.carus_advantages {
  position: relative; }
  .carus_advantages .item {
    text-align: center;
    margin: 15px;
    margin-bottom: 15px;
    outline: none;
    position: relative;
    min-height: 185px;
    transition: .25s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .carus_advantages .item h3 {
      color: white;
      font-family: Montserrat, sans-serif;
      font-size: 18px;
      font-weight: 300; }
      .carus_advantages .item h3 span {
        display: inline-block;
        width: 100%;
        color: white;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        font-weight: 300; }
    .carus_advantages .item a {
      color: white;
      font-family: Montserrat, sans-serif;
      font-size: 14px;
      font-weight: 300;
      padding: 10px 26px;
      border: 1px #fff solid;
      text-decoration: none;
      transition: .25s; }
      .carus_advantages .item a:hover {
        transition: .25s;
        border: 1px #ffbf26 solid; }
    .carus_advantages .item i {
      display: inline-block;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      z-index: 10;
      transition: .25s; }
    .carus_advantages .item i.bg_carus_item {
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 9;
      transition: .25s; }
    .carus_advantages .item:hover {
      transition: .25s; }
      .carus_advantages .item:hover i {
        transition: .25s;
        z-index: -2; }
      .carus_advantages .item:hover i.bg_carus_item {
        transition: .25s;
        z-index: -1; }
  .carus_advantages a {
    color: #ffbf26;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    margin-bottom: 5px;
    display: inline-block; }
  .carus_advantages .arrow_leftt {
    width: 59px;
    height: 25px;
    margin: 0 !important;
    padding: 0 !important;
    right: -150px;
    z-index: 15;
    position: absolute;
    top: calc(50% - 12.5px);
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer; }
  .carus_advantages .arrow_rightt {
    width: 59px;
    height: 25px;
    margin: 0 !important;
    padding: 0 !important;
    left: -150px;
    z-index: 15;
    padding: 10px;
    position: absolute;
    top: calc(50% - 12.5px);
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer; }

@media (max-width: 991px) {
  .about_us_block4 .element_picture {
    width: 100%;
    padding-right: 0px; }

  .about_us_block4 {
    background-image: linear-gradient(to bottom, #d94742 0%, #d94742 100%), linear-gradient(to bottom, #d94742 0%, #d94742 100%);
    padding: 20px; } }
@media (max-width: 767px) {
  .list_advantages .container {
    padding-right: 0; }

  .list_advantages .item h2 {
    display: inline-block;
    width: 100%; }

  .list_advantages .item p {
    display: inline-block;
    width: 100%; }

  .list_advantages {
    background-position: left; }

  .hed_page p {
    width: 100%; }

  .block_advantages {
    padding: 25px 0; } }
@media (max-width: 480px) {
  .block_advantages .left_picture i {
    height: 200px;
    width: 290px;
    margin-left: 0; } }
#map {
  display: inline-block;
  width: 100%;
  height: 360px; }

.contact_map {
  padding: 100px 0;
  display: inline-block;
  width: 100%; }

.contact_form {
  padding-top: 70px;
  padding-bottom: 60px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .contact_form h3 {
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 32px; }
  .contact_form p {
    color: #b3b3b3;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px; }
  .contact_form input {
    margin: 15px;
    padding: 18px 23px;
    width: 250px;
    background-color: #fff;
    border-radius: 3px;
    border: 0;
    outline: none;
    #color: #fff; 
    }
  .contact_form button {
     margin: 15px auto;
    display: block;
    color: #000000;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 350;
    background-color: #ffbf26;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #bf8d42;
    /* border: 0; */
    border-radius: 3px;
    padding: 15px 21px 14px 21px;
    outline: none;
} }

.main_contacts {
  border-top: 1px #dadada solid; }

.contact_map .text_right {
  padding-left: 45px; }
  .contact_map .text_right h3 {
    margin-top: 0;
    color: #212121;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1; }
  .contact_map .text_right p {
    color: black;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px; }
    .contact_map .text_right p span {
      font-weight: 300;
      color: #ffbf26; }
  .contact_map .text_right a {
    color: #ffbf26;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin: 20px 0;
    display: inline-block; }
  .contact_map .text_right .tel {
    margin-top: 20px; }
    .contact_map .text_right .tel p {
      margin-bottom: 5px;
      line-break: 1; }
    .contact_map .text_right .tel a {
      display: inline;
      color: #000;
      margin: 0; }

@media (max-width: 991px) {
  .contact_map {
    padding: 25px 0; }

  .contact_map .text_right h3 {
    margin-top: 20px; }

  .contact_map .text_right {
    padding-left: 15px; } }
@media (max-width: 767px) {
  .contact_form {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; } }
.sec_warranties_carus {
  padding-bottom: 60px; }

.main_warranties {
  padding-top: 50px;
  border-top: 1px #dadada solid; }

.page_warranties_top {
  display: inline-block;
  width: 100%; }
  .page_warranties_top .page_warranties_text_left h3 {
    margin-top: 0;
    color: black;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 25px; }
  .page_warranties_top .page_warranties_text_left p {
    color: #4d4d4d;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px; }
  .page_warranties_top .page_warranties_text_right {
    padding-left: 115px; }
    .page_warranties_top .page_warranties_text_right .item {
      padding: 35px 35px 35px 125px;
      margin-bottom: 35px;
      box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.21);
      position: relative; }
      .page_warranties_top .page_warranties_text_right .item i {
        display: inline-block;
        position: absolute;
        height: 45px;
        width: 36px;
        left: 55px;
        top: 55px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
    .page_warranties_top .page_warranties_text_right h2 {
      margin-top: 0;
      color: black;
      font-family: Montserrat, sans-serif;
      font-size: 18px;
      font-weight: 300;
      line-height: 1; }
    .page_warranties_top .page_warranties_text_right p {
      font-family: Montserrat, sans-serif;
      font-size: 16px;
      font-weight: 300;
      color: black;
      margin-bottom: 0; }
    .page_warranties_top .page_warranties_text_right a {
      color: #ffbf26; }

.page_warranties_bottom h2 {
  color: black;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 30px; }
.page_warranties_bottom .all_item {
  display: inline-block;
  width: 100%;
  margin: 40px 0; }
  .page_warranties_bottom .all_item .item {
    padding-left: 65px;
    position: relative; }
    .page_warranties_bottom .all_item .item i {
      position: absolute;
      left: 0;
      top: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      color: white;
      font-family: Montserrat, sans-serif;
      font-size: 24px;
      font-weight: 300;
      font-style: normal; }
    .page_warranties_bottom .all_item .item h3 {
      color: black;
      font-family: Montserrat, sans-serif;
      font-size: 18px;
      font-weight: 900;
      line-height: 24px;
      margin-top: 5px;
      margin-bottom: 25px; }
    .page_warranties_bottom .all_item .item p {
      color: black;
      font-family: Montserrat, sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 21px; }

.sec_coment .item h3 {
  margin: 0; }

@media (max-width: 991px) {
  .page_warranties_top .page_warranties_text_right, .page_warranties_top .page_warranties_text_left {
    padding: 0; }

  .page_warranties_bottom .all_item {
    margin: 20px 0; }

  .page_warranties_top .page_warranties_text_right .item:last-of-type {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .page_warranties_top .page_warranties_text_right .item {
    padding: 15px 15px 15px 95px; }

  .page_warranties_top .page_warranties_text_right .item i {
    left: 25px; } }
.poolBenefits {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  padding: 30px 0; }
  .poolBenefits h2 {
    color: white;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 50px; }
  .poolBenefits .item_pool {
    padding: 0 60px;
    margin-bottom: 40px; }
    .poolBenefits .item_pool i {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      margin: 5px auto;
      width: 90px;
      height: 100px;
      line-height: 100px;
      font-style: normal;
      color: white;
      font-size: 24px;
      font-weight: 300; }
  .poolBenefits h3 {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px; }
  .poolBenefits p {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 0; }
  .poolBenefits .prais {
    padding: 15px 0;
    display: inline-block;
    width: 100%; }
    .poolBenefits .prais a {
      font-size: 14px;
      font-weight: 350;
      background-image: url(../img/btn_bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      border: 0;
      border-radius: 3px;
      padding: 9px 21px 14px 21px;
      outline: none;
      text-decoration: none; }

.hed_page a {
    margin-left: 50px;
    /* color: white; */
    /* font-family: Montserrat, sans-serif; */
    /* font-size: 14px; */
    /* font-weight: 350; */
    /* background-image: url(../img/btn_bg.jpg); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* border: 0; */
    /* border-radius: 3px; */
    /* padding: 9px 21px 14px 21px; */
    color: #000000;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 350;
    background-color: #ffbf26;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #bf8d42;
    /* border: 0; */
    border-radius: 3px;
    padding: 15px 21px 14px 21px;
    display: inline-block;
}

@media (max-width: 1200px) {
  .hed_page a {
    margin-left: 20px; } }
@media (max-width: 991px) {
  .hed_page a {
    margin: 20px 0; } }
@media (max-width: 767px) {
  .poolBenefits h2 {
    font-size: 25px;
    margin-bottom: 20px; }

  .poolBenefits .item_pool {
    padding: 0 15px;
    margin-bottom: 15px; } }
.list_advantages.list_text_right .container {
  padding-left: 25%;
  padding-right: 0; }
  .list_advantages.list_text_right .container h3 {
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 35px; }

@media (max-width: 767px) {
  .list_advantages.list_text_right .container {
    padding: 0 15px; }

  .list_advantages.list_text_right {
    background-position: right; } }
.nav_tabs_project {
  margin: 15px 0; }

.tab_content_project {
  display: inline-block;
  width: 100%; }

.block_advantages.block_project_right {
  overflow: hidden; }
  .block_advantages.block_project_right .right_text h3 i {
    position: absolute;
    display: inline-block;
    right: -50px;
    left: auto;
    top: 2px;
    height: 20px;
    width: 20px;
    z-index: 5;
    background-image: url(../img/rubs.png); }
  .block_advantages.block_project_right .right_text h3 i:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 500px;
    right: 500px;
    left: 0;
    top: 10px;
    border-bottom: 1px #ffbf26 dashed; }
  .block_advantages.block_project_right .left_picture {
    position: relative;
    text-align: right; }
    .block_advantages.block_project_right .left_picture i {
      float: right;
      margin-right: 20px;
      margin-left: 0; }
  .block_advantages.block_project_right .left_picture:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 220px;
    height: 200px;
    width: 200px;
    border: 1px #ffbf26 dashed;
    border-radius: 4px;
    z-index: 5; }

.design_prices_all {
  text-align: center; }
  .design_prices_all h3 {
    color: black;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 300;
    margin-top: 75px;
    margin-bottom: 20px; }
  .design_prices_all .design_prices_bottom {
    display: inline-block;
    width: 100%; }
    .design_prices_all .design_prices_bottom a {
      margin-top: 30px;
      margin-bottom: 85px;
      color: white;
      font-family: Montserrat, sans-serif;
      font-size: 14px;
      font-weight: 350;
      background-image: url(../img/btn_bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      border: 0;
      border-radius: 3px;
      padding: 9px 21px 14px 21px;
      display: inline-block; }

.design_prices {
  width: 840px;
  display: inline-block;
  border-top: 1px #cdcdcd solid;
  border-bottom: 1px #cdcdcd solid; }
  .design_prices .item {
    width: 33.33333333%;
    display: inline-block;
    float: left;
    border-right: 1px #cdcdcd solid;
    padding: 50px 0; }
    .design_prices .item h2 {
      margin-top: 0;
      color: black;
      font-family: Montserrat, sans-serif;
      font-size: 24px;
      font-weight: 350; }
    .design_prices .item span {
      color: #ffbf26;
      font-family: Montserrat, sans-serif;
      font-weight: 900;
      line-height: 23px;
      font-size: 24px; }
    .design_prices .item p {
      color: #999;
      font-family: Montserrat, sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 23px;
      margin-bottom: 0; }
    .design_prices .item:last-of-type {
      border-right: 0; }

.typical_projects {
  text-align: center;
  min-height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 15px 0;
  transition: .25s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .typical_projects:before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .typical_projects h3 {
    display: inline-block;
    width: 100%;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 300;
    z-index: 5; }
  .typical_projects span {
    display: inline-block;
    width: 100%;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    z-index: 5; }
  .typical_projects a {
    transition: .25s;
    display: none;
    padding: 15px 40px;
    border: 2px #fff solid;
    text-decoration: none;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 350;
    z-index: 5; }
    .typical_projects a:hover {
      border: 2px #ffbf26 solid; }
  .typical_projects:hover {
    transition: .25s; }
    .typical_projects:hover a {
      transition: .25s;
      display: inline-block; }

.typical_proj_bottom {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px; }
  .typical_proj_bottom a {
    text-decoration: none;
    display: inline-block;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 350;
    background-image: url(../img/btn_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    border-radius: 3px;
    padding: 9px 21px 14px 21px; }

@media (max-width: 991px) {
  .design_prices .item {
    width: 100%; }

  .design_prices {
    width: 100%; }
    .design_prices .item {
      border-left: 1px #cdcdcd solid;
      border-right: 1px #cdcdcd solid;
      border-bottom: 1px #cdcdcd solid; }
      .design_prices .item:last-of-type {
        border-bottom: 0;
        border-right: 1px #cdcdcd solid; } }
@media (max-width: 991px) {
  .design_prices_all h3 {
    margin-top: 25px;
    margin-bottom: 15px; }

  .design_prices_all .design_prices_bottom a {
    margin-top: 15px;
    margin-bottom: 25px; }

  .block_advantages.block_project_right .left_picture i {
    float: left;
    margin-right: 20px;
    margin-left: 0; }

  .block_advantages.block_project_right .left_picture:before {
    left: 115px; } }
.item_partners {
  text-align: center;
  margin: 30px 0;
  position: relative; }
  .item_partners i {
    display: inline-block;
    width: 100%;
    height: 125px;
    background-position: center;
    background-size: container;
    background-repeat: no-repeat; }
  .item_partners:before {
    content: '';
    position: absolute;
    height: 60px;
    width: 1px;
    background-color: #dadada;
    right: 0;
    top: 32.5px; }
  .item_partners:first-of-type:after {
    content: '';
    position: absolute;
    height: 60px;
    width: 1px;
    background-color: #dadada;
    left: 0;
    top: 32.5px; }

.next_partners {
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center; }
  .next_partners a {
    display: inline-block;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 350;
    background-image: url(../img/btn_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    border-radius: 3px;
    padding: 9px 21px 14px 21px;
    text-decoration: none; }

@media (max-width: 767px) {
  .item_partners:before {
    display: none; }

  .item_partners:first-of-type:after {
    display: none; }

  .item_partners {
    border: 1px #dadada solid;
    margin: 15px 0; } }
.glyphicon-list-alt:before {
  content: '\f03a';
  font-family: "FontAwesome"; }

.glyphicon-th:before {
  content: '\f046  ';
  font-family: "FontAwesome"; }

.fixed-table-container tbody td {
  border-left: 0; }

.fixed-table-container {
  border: 0;
  border-radius: 0; }

.bootstrap-table .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0; }

.fixed-table-container thead th {
  border-left: 0; }

.fixed-table-container thead th {
  color: #999;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  background-color: #f2f2f2; }

.table > tbody > tr > td {
  color: black;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300; }

.tab-pane {
  /*padding-top: 65px; */
  }

.tab-pane.tab_pane_prices {
  padding-top: 15px; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #ffbf26;
  border-color: #ffbf26; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #ffbf26; }

.pagination > li > a, .pagination > li > span {
  color: #ffbf26; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #ffbf26; }

.main_prices > .container > h3 {
  color: black;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px; }

.products_item_all {
  padding-top: 15px;
  padding-bottom: 15px; }

.tabs_a_products {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px; }
  .tabs_a_products a {
    color: black;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 16px;
    display: inline-block;
    text-decoration: none; }
    .tabs_a_products a.action {
      font-weight: 300; }

@media (max-width: 767px) {
  .tabs_a_products {
    display: block; } }
.product_element .product_element_top {
  padding-top: 30px;
  padding-bottom: 50px; }
  .product_element .product_element_top p {
    display: inline-block;
    margin-right: 50px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 36px;
    color: grey; }
    .product_element .product_element_top p b {
      color: black; }
.product_element .product_element_body p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: grey;
  margin-bottom: 28px; }
  .product_element .product_element_body p b {
    color: black; }
.product_element .product_element_bottom .item_product {
  margin: 15px 0; }
  .product_element .product_element_bottom .item_product a {
    display: inline-block;
    height: 230px;
    width: 100%;
    outline: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .product_element .product_element_bottom .item_product a::after {
      content: "";
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      background: #ffbf2626;
      transition: .3s;
      position: absolute; }
    .product_element .product_element_bottom .item_product a:hover:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.main_prices {
  border-top: 1px #dadada solid; }

.main_thank_you, .main_error {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px #dadada solid; }

.hgroup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center; }
  .hgroup h2 {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 8px;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 55px;
    font-weight: 300;
    display: inline-block;
    line-height: 1; }
  .hgroup p {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 300; }
  .hgroup a {
    color: #ffbf26; }

.modal-header .close {
  margin-top: -22px; }

.btn-primary {
  color: #fff;
  background-color: #ffbf26;
  border-color: #ffbf26;
  outline: none; }
  .btn-primary:hover {
    opacity: 0.9;
    background-color: #ffbf26;
    border-color: #ffbf26; }

.sec_coment {
  padding-bottom: 30px; }

.products_item_all div:nth-child(3n+1) .typical_projects {
  animation-duration: 1s; }
.products_item_all div:nth-child(3n+2) .typical_projects {
  animation-duration: 1.5s; }
.products_item_all div:nth-child(3n+3) .typical_projects {
  animation-duration: 2s; }

.main {
  padding-top: 105px;
}
.main .top2 {
  padding-top: 65px;
}
.index-page .main {
  padding-top: 0;
}

.header_bottom .main_nav_bottom ul li a {
  color: #000;
}

 .header_bottom .main_nav_bottom ul li label .dropdown-list a, .header_bottom .main_nav_bottom ul li label .dropdown-list button {
  color: #000;
}

.sec_form {
  padding: 25px 0
}

.sec_form form h2 {
  margin: 0 20px;
}

.carus .item {
  position: relative;
}

.carus .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0,0,0, 0.5);*/
  z-index: 1;
  pointer-events: none;
}

.carus .item .container {
  z-index: 10;
}



@media(max-width: 991px) {
  .header_bottom .logo a img {height: 70px;}

  .carus .item .container {
    display: flex;
    align-items: center;
  }

  .carus .item p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
