@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding-right: 25px !important; }

body {
  font-family: 'PT Sans', sans-serif;
  font-family: 'PT Serif', serif;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.42857;
  margin: 0 auto;
  transition: retate(360deg);
  position: relative;
  -webkit-font-smoothing: antialised;
  color: #323232; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #323232; }

body input:required:valid,
body textarea:required:valid {
  color: #323232; }

.hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out; }

.hamburger {
  cursor: pointer;
  display: none;
  margin-top: 15px; }

#hamburger-6.is-active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s;
  transform: rotate(45deg); }

#hamburger-6.is-active .line:nth-child(2) {
  width: 0px; }

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  transition-delay: 0.3s; }

#hamburger-6.is-active .line:nth-child(1) {
  transform: translateY(13px); }

#hamburger-6.is-active .line:nth-child(3) {
  transform: translateY(-13px) rotate(90deg); }

.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff; }
  .loader .loader_inner {
    background-image: url(../img/loading.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.9;
    height: 200px;
    width: 200px;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    z-index: 40; }

.container {
  max-width: 1300px;
  margin: 0 auto; }

.row {
  padding: 0px 15px; }

a.btn {
  display: inline-block;
  text-decoration: none;
  background-color: #3bb878;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  line-height: 1; }
  a.btn:active {
    background-color: #38af72; }

.s_header {
  height: 159px; }
  .s_header .top_info {
    background: #6b7076;
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10; }
    .s_header .top_info .ul_top {
      margin: 0;
      padding: 0;
      list-style: none; }
    .s_header .top_info .btn_site {
      color: #eee;
      float: right;
      font-size: 12px;
      text-decoration: none;
      position: relative; }
      .s_header .top_info .btn_site:hover {
        text-decoration: underline; }
      .s_header .top_info .btn_site::after {
        top: 3px;
        left: -18px;
        position: absolute;
        display: inline-block;
        content: "";
        width: 11px;
        height: 9px;
        background: url("../img/css_sprites.png") -10px -10px; }
    .s_header .top_info li {
      position: relative;
      float: left;
      color: #eee;
      font-size: 12px;
      cursor: default;
      margin-right: 60px; }
      .s_header .top_info li:nth-child(2)::after {
        top: 3px;
        left: -18px;
        position: absolute;
        display: inline-block;
        content: "";
        width: 11px;
        height: 9px;
        background: url("../img/css_sprites.png") -39px -10px; }
      .s_header .top_info li:nth-child(3)::after {
        top: 4px;
        left: -18px;
        position: absolute;
        display: inline-block;
        content: "";
        width: 11px;
        height: 9px;
        background: url("../img/css_sprites.png") -70px -10px; }
      .s_header .top_info li a {
        display: inline-block;
        text-decoration: none;
        color: #eee;
        font-size: 12px; }
        .s_header .top_info li a:hover {
          text-decoration: underline; }
    .s_header .top_info::after {
      display: inline-block;
      clear: both;
      content: ""; }
  .s_header .top_block {
    position: absolute;
    left: 0;
    right: 0;
    top: 39px;
    z-index: 10; }
    .s_header .top_block .transparent_bg {
      background-color: rgba(0, 0, 0, 0.3);
      padding: 10px 0;
      width: 100%;
      height: 100px; }
    .s_header .top_block .logo {
      float: left;
      background-image: url("../img/logo.png");
      width: 375px;
      height: 95px; }
    .s_header .top_block .top_nav {
      float: right;
      text-align: right;
      margin-top: -1px; }
      .s_header .top_block .top_nav .btn_call {
        font-size: 14px;
        text-transform: uppercase;
        max-width: 165px;
        width: 100%;
        min-width: 165px;
        margin-top: 5px; }
        .s_header .top_block .top_nav .btn_call:active {
          background-color: #3ab476; }
        .s_header .top_block .top_nav .btn_call:hover {
          background-color: #41ca84; }
      .s_header .top_block .top_nav .mnu {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 20px; }
        .s_header .top_block .top_nav .mnu li {
          display: inline-block;
          font-size: 18px;
          margin-left: 30px; }
          .s_header .top_block .top_nav .mnu li a {
            color: #fff;
            text-decoration: none; }
          .s_header .top_block .top_nav .mnu li:hover a {
            color: #3bb878;
            text-decoration: underline; }
        .s_header .top_block .top_nav .mnu li.active a {
          color: #3bb878; }

.s_slider {
  background: url(../img/head_bg.jpg) top center;
  background-size: cover;
  background-repeat: repeat-x;
  min-height: 700px;
  margin-top: -120px; }
  .s_slider::before {
    content: "";
    display: inline-block;
    clear: both;
    content: ""; }
  .s_slider .wrapper {
    padding: 0px 60px; }
  .s_slider .slide {
    padding-top: 22%;
    padding-bottom: 8%; }
  .s_slider .slider_top_text {
    margin: 0;
    color: #fff;
    font-size: 50px; }
  .s_slider p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    max-width: 475px;
    padding-top: 10px; }
  .s_slider .btn_slider {
    color: #fff;
    max-width: 200px;
    width: 100%;
    font-size: 14px;
    margin-top: 50px; }
    .s_slider .btn_slider:active {
      background-color: #38af72; }
    .s_slider .btn_slider:hover {
      background-color: #41ca84; }

.owl-carousel {
  width: auto;
  position: relative; }
  .owl-carousel .owl-buttons {
    font-size: 45px;
    color: #3bb878;
    width: 10px;
    height: 10px; }
  .owl-carousel .owl-prev {
    content: "";
    width: 17px;
    height: 30px;
    background: url("../img/css_sprites.png") -101px -10px;
    position: absolute;
    top: 60%;
    left: -40px;
    display: inline-block;
    background-color: transparent; }
    .owl-carousel .owl-prev:hover {
      background: url("../img/css_sprites.png") -175px -10px; }
  .owl-carousel .owl-next {
    content: "";
    width: 17px;
    height: 30px;
    background: url("../img/css_sprites.png") -138px -10px;
    position: absolute;
    top: 60%;
    right: -40px;
    display: inline-block;
    background-color: transparent; }
    .owl-carousel .owl-next:hover {
      background: url("../img/css_sprites.png") -213px -10px; }
  .owl-carousel .owl-pagination {
    text-align: center;
    display: none; }
    .owl-carousel .owl-pagination .owl-page {
      display: inline-block;
      text-align: center;
      border-radius: 50%;
      margin: 2px 5px;
      background-color: #fff;
      opacity: 0.6;
      width: 12px;
      height: 12px; }
      .owl-carousel .owl-pagination .owl-page span {
        height: 12px;
        width: 12px; }
    .owl-carousel .owl-pagination .owl-page.active {
      border: 1px solid #fff;
      background-color: transparent;
      width: 14px;
      height: 14px;
      opacity: 1; }
      .owl-carousel .owl-pagination .owl-page.active span {
        display: inline-block;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        margin: 0 0 3px 0;
        border: 2px solid transparent; }
    .owl-carousel .owl-pagination .active {
      background-color: #000;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      display: inline-block; }

.top_text_box {
  margin-bottom: 30px; }
  .top_text_box .top_text {
    color: #323232;
    font-size: 24px;
    margin: 0;
    line-height: 1.1; }
  .top_text_box .line {
    background-color: #3bb878;
    width: 55px;
    height: 3px;
    display: inline-block; }

.s_laeder {
  text-align: left;
  padding: 70px 0 110px; }
  .s_laeder .flex_wrap {
    display: flex; }
  .s_laeder .text_box {
    flex: 4;
    padding-right: 30px; }
    .s_laeder .text_box .top_p p {
      font-size: 18px;
      font-weight: 300; }
    .s_laeder .text_box .text p {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.3; }
  .s_laeder .video_box {
    flex: 3; }
    .s_laeder .video_box .video {
      max-width: 600px;
      margin: 0 auto;
      height: 280px;
      padding: 0px 15px; }
      .s_laeder .video_box .video iframe {
        width: 100%;
        height: 100%;
        border: none; }

.s_services {
  background-color: #f1f3f4;
  padding: 65px 0px 85px;
  text-align: left; }
  .s_services .flex_wrap {
    display: flex; }
  .s_services .left_block {
    flex: 1;
    padding-right: 15px; }
    .s_services .left_block .text_up p {
      font-size: 17px; }
    .s_services .left_block .info_box {
      background-color: #fff; }
      .s_services .left_block .info_box:hover > .img_box > .text_up {
        opacity: 1; }
    .s_services .left_block .img_box {
      width: 505px;
      height: 415px;
      overflow: hidden;
      position: relative;
      cursor: pointer; }
      .s_services .left_block .img_box img {
        height: 100%;
        width: auto; }
    .s_services .left_block .text_box {
      padding-bottom: 40px; }
  .s_services .name_text {
    margin: 0;
    padding-bottom: 20px;
    font-size: 18px;
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 10px; }
  .s_services p {
    margin-top: 0;
    font-size: 16px;
    padding-right: 30px;
    padding-left: 35px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px; }
  .s_services .right_block {
    flex: 3;
    padding-left: 15px; }
    .s_services .right_block .info_box_small {
      background-color: #fff;
      display: flex;
      margin-bottom: 40px;
      cursor: pointer;
      flex: 2;
      max-height: 400px; }
      .s_services .right_block .info_box_small:hover > .img_wrap > .text_up {
        opacity: 1; }
      .s_services .right_block .info_box_small .img_wrap {
        display: inline-block;
        overflow: hidden;
        height: 240px;
        width: 320px;
        position: relative; }
        .s_services .right_block .info_box_small .img_wrap img {
          width: auto;
          height: 100%; }
  .s_services .text_up {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(59, 185, 120, 0.75);
    opacity: 0;
    transition: .3s; }
    .s_services .text_up p {
      padding: 0 20px 10px 35px;
      white-space: pre-line;
      margin: 0;
      height: 100%;
      font-size: 15px;
      color: #fff; }
  .s_services .text_box_small {
    flex: 3; }
    .s_services .text_box_small p {
      padding-left: 30px;
      padding-right: 25px;
      max-height: 115px;
      overflow: hidden; }
    .s_services .text_box_small .name_text {
      padding-top: 30px;
      padding-left: 30px;
      padding-right: 10px; }
  .s_services .text_box_small {
    height: 240px;
    overflow: hidden; }
  .s_services .text_box,
  .s_services .text_box_small {
    position: relative; }
    .s_services .text_box::before,
    .s_services .text_box_small::before {
      position: absolute;
      content: '';
      display: inline-block;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-top: 45px solid #ececec;
      border-right: 45px solid transparent; }
    .s_services .text_box::after,
    .s_services .text_box_small::after {
      position: absolute;
      content: '';
      display: inline-block;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-bottom: 45px solid #f1f3f4;
      border-left: 45px solid transparent; }

.s_baner_1 {
  min-height: 330px;
  background-image: url("../img/bg_1.jpg");
  background-size: cover; }
  .s_baner_1 .flex_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 330px;
    flex-wrap: wrap; }
  .s_baner_1 .box {
    padding: 0px 10px; }
    .s_baner_1 .box .img_left {
      display: inline-block;
      float: left;
      padding-right: 15px;
      margin-top: -2px;
      width: 45px;
      height: 55px;
      background-image: url("../img/css_sprites.png"); }
    .s_baner_1 .box:nth-child(1) .img_left {
      background-position: -529px -10px; }
    .s_baner_1 .box:nth-child(2) .img_left {
      background-position: -594px -10px; }
    .s_baner_1 .box:nth-child(3) .img_left {
      background-position: -472px -10px;
      width: 40px; }
    .s_baner_1 .box:nth-child(4) .img_left {
      background-position: -733px -10px;
      width: 50px; }
    .s_baner_1 .box:nth-child(5) .img_left {
      background-position: -661px -10px; }
    .s_baner_1 .box .text_right {
      max-width: 220px; }
      .s_baner_1 .box .text_right h5 {
        margin: 0;
        color: #fff;
        font-size: 18px;
        line-height: 1.1;
        cursor: default; }

.s_project {
  padding: 60px 0px 80px;
  background-color: #f1f3f4; }
  .s_project .flex_wrap {
    display: flex;
    justify-content: space-between; }
    .s_project .flex_wrap .proj_box {
      margin: 5px;
      min-height: 285px;
      position: relative;
      cursor: pointer; }
      .s_project .flex_wrap .proj_box:hover > .img_wrap > .text_up {
        opacity: 1; }
      .s_project .flex_wrap .proj_box .img_wrap {
        overflow: hidden;
        position: relative; }
        .s_project .flex_wrap .proj_box .img_wrap img {
          width: 100%;
          height: auto; }
        .s_project .flex_wrap .proj_box .img_wrap .text_up {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background-color: rgba(59, 185, 120, 0.75);
          padding: 35px;
          opacity: 0;
          transition: .3s; }
          .s_project .flex_wrap .proj_box .img_wrap .text_up .a_obg {
            text-decoration: none;
            display: block;
            width: 100%;
            height: 100%; }
          .s_project .flex_wrap .proj_box .img_wrap .text_up .name {
            margin: 0;
            color: #fff;
            font-size: 18px; }
          .s_project .flex_wrap .proj_box .img_wrap .text_up p {
            color: #fff;
            margin: 0;
            padding-bottom: 15px; }
          .s_project .flex_wrap .proj_box .img_wrap .text_up .text_span {
            display: inline-block;
            font-size: 14px;
            color: #2a2f35;
            text-decoration: none; }
            .s_project .flex_wrap .proj_box .img_wrap .text_up .text_span:hover {
              text-decoration: underline; }
      .s_project .flex_wrap .proj_box .text {
        background-color: #2a2f35;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0; }
        .s_project .flex_wrap .proj_box .text .name_proj {
          text-align: center;
          color: #fff;
          font-size: 18px;
          font-weight: 400;
          margin: 0;
          padding: 10px 0; }

.btn_view_more {
  display: block;
  background-color: #3bb878;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  width: 230px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin-top: 20px; }
  .btn_view_more:active {
    background-color: #3ab476; }
  .btn_view_more:hover {
    background-color: #41ca84; }

.s_reviews .flex_wrap {
  display: flex; }

.s_reviews .img_wrap {
  width: 49.5%;
  overflow: hidden; }
  .s_reviews .img_wrap img {
    width: auto;
    height: 100%; }

.s_reviews .slider_box {
  width: 49.5%;
  display: inline-block; }
  .s_reviews .slider_box > .top_text_box {
    padding: 40px 0px 0px 50px; }
  .s_reviews .slider_box .owl-nav {
    margin-left: 1rem; }
    .s_reviews .slider_box .owl-nav .owl-prev {
      top: 90%;
      left: 2rem;
      background-color: #333;
      padding: 5px;
      background-position: -96px -5px; }
    .s_reviews .slider_box .owl-nav .owl-next {
      top: 90%;
      right: 2rem;
      background-color: #333;
      padding: 5px;
      background-position: -132px -5px; }

.s_reviews .text_wrap {
  padding: 50px;
  padding-top: 0px; }
  .s_reviews .text_wrap .top_text_box {
    margin-bottom: 0px; }
  .s_reviews .text_wrap .text_box {
    padding: 10px 0px 1rem 50px;
    color: #323232;
    position: relative;
    max-height: 340px;
    overflow: hidden; }
    .s_reviews .text_wrap .text_box::before {
      position: absolute;
      left: 0;
      top: 15px;
      width: 32px;
      height: 30px;
      display: inline-block;
      background: url("../img/css_sprites.png") -420px -10px; }
    .s_reviews .text_wrap .text_box p {
      margin: 0;
      line-height: 1.5;
      margin-bottom: 20px;
      font-size: 16px;
      font-weight: 400; }
    .s_reviews .text_wrap .text_box::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2rem;
      left: 0;
      bottom: 0;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), white);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), white);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), white);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1), white);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white); }
  .s_reviews .text_wrap .author_box {
    padding-left: 50px;
    padding-bottom: 15px; }
    .s_reviews .text_wrap .author_box .name {
      font-size: 18px;
      margin: 0;
      margin-top: 15px; }
    .s_reviews .text_wrap .author_box span {
      font-size: 16px; }
  .s_reviews .text_wrap .btn_photo {
    display: inline-block;
    text-decoration: none;
    background-color: #3bb878;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    line-height: 1;
    margin-left: 50px; }
    .s_reviews .text_wrap .btn_photo:hover {
      background-color: #41ca84; }

.s_reviews .owl-buttons {
  position: absolute;
  right: 90px;
  bottom: 0;
  display: inline-block; }
  .s_reviews .owl-buttons .owl-prev {
    position: relative;
    background-color: #222;
    width: 50px;
    height: 50px;
    background-image: none; }
    .s_reviews .owl-buttons .owl-prev::before {
      position: absolute;
      left: 14px;
      top: 9px;
      content: "";
      display: inline-block;
      background: url("../img/css_sprites.png") -101px -10px;
      width: 17px;
      height: 30px; }
    .s_reviews .owl-buttons .owl-prev:active::before {
      background: url("../img/css_sprites.png") -175px -10px; }
  .s_reviews .owl-buttons .owl-next {
    position: relative;
    left: 12px;
    top: -65px;
    background-color: #222;
    width: 50px;
    height: 50px;
    background-image: none; }
    .s_reviews .owl-buttons .owl-next::before {
      position: absolute;
      left: 18px;
      top: 9px;
      content: "";
      display: inline-block;
      background: url("../img/css_sprites.png") -138px -10px;
      width: 17px;
      height: 30px; }
    .s_reviews .owl-buttons .owl-next:active::before {
      background: url("../img/css_sprites.png") -213px -10px; }

.s_baner_2 {
  padding: 65px 0px 85px;
  text-align: center;
  background-color: #f1f3f4; }
  .s_baner_2 .logo_box {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden; }
    .s_baner_2 .logo_box img {
      width: auto;
      height: auto;
      max-width: 100%;
        max-width-max-height: 100%; }
    .s_baner_2 .logo_box:hover {
      border: 1px solid #3bb878; }
  .s_baner_2 .owl-prev {
    background: url(../img/css_sprites.png) -29px -108px;
    top: 39%;
    left: -5px; }
  .s_baner_2 .owl-next {
    background: url(../img/css_sprites.png) -70px -108px;
    top: 39%;
    right: -5px; }

.s_call_back {
  text-align: center;
  background: url(../img/bg_2.jpg) top center;
  background-size: cover;
  height: 100%;
  min-height: 330px; }
  .s_call_back .top_text_box {
    padding-top: 65px; }
  .s_call_back .top_text {
    color: #fff;
    margin-bottom: 10px; }
  .s_call_back p {
    color: #b7b7b8;
    font-size: 14px;
    margin-top: 20px; }
  .s_call_back .form_box {
    padding-top: 25px; }
    .s_call_back .form_box input {
      max-width: 375px;
      width: 100%;
      background-color: transparent;
      border: 1px solid #67676d;
      height: 50px;
      box-sizing: border-box;
      /* color: #b7b7b8; */
	  color: #fff!important;
      font-size: 18px;
      padding-left: 55px;
      position: relative; }
      .s_call_back .form_box input:active, .s_call_back .form_box input:hover, .s_call_back .form_box input:focus {
        color: #fefefe; }
      .s_call_back .form_box input::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 22px;
        height: 22px;
        background-color: #fff;
        background: url("../img/css_sprites.png") -333px -10px; }
      .s_call_back .form_box input:nth-child(1)::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 20px;
        height: 22px;
        background: url("../img/css_sprites.png") -251px -10px; }
      .s_call_back .form_box input:nth-child(2) {
        margin: 0px 30px; }
    .s_call_back .form_box button {
      width: 215px;
      background-color: #3bb878;
      border: none;
      color: #fff;
      height: 50px;
      font-size: 18px;
      outline: none;
      font-weight: 400;
      cursor: pointer; }
      .s_call_back .form_box button:active {
        background-color: #38af72; }
      .s_call_back .form_box button:hover {
        background-color: #41ca84; }

.s_news {
  padding: 60px 0px;
  text-align: center;
  background-color: #f1f3f4; }
  .s_news .flex_wrap {
    display: flex;
    justify-content: space-between; }
  .s_news .news_block {
    text-align: left;
    background-color: #fff;
    width: 390px;
    border: 1px solid #ddd;
    margin: 5px; }
    .s_news .news_block .img_wrap {
      overflow: hidden;
      width: 100%;
      height: 240px; }
      .s_news .news_block .img_wrap img {
        width: 100%;
        height: auto; }
    .s_news .news_block .text_wrap {
      padding: 30px 5px 30px 30px; }
      .s_news .news_block .text_wrap .name {
        margin: 0;
        font-size: 18px;
        margin-bottom: 25px;
        min-height: 50px; }
      .s_news .news_block .text_wrap p {
        margin: 0;
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 25px;
        height: 50px;
        overflow: hidden; }
      .s_news .news_block .text_wrap a {
        padding: 10px 0;
        width: 140px;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        background-color: #3bb878;
        color: #fff;
        font-weight: 400;
        font-size: 16px; }
        .s_news .news_block .text_wrap a:active {
          background-color: #38af72; }
        .s_news .news_block .text_wrap a:hover {
          background-color: #41ca84; }
  .s_news .btn_more {
    padding: 12px 0;
    width: 230px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background-color: #3bb878;
    color: #fff;
    margin-top: 50px;
    font-size: 14px;
    font-weight: 600; }
    .s_news .btn_more:active {
      background-color: #38af72; }
    .s_news .btn_more:hover {
      background-color: #41ca84; }

.s_contact {
  min-height: 440px; }
  .s_contact .flex_wrap {
    display: flex; }
    .s_contact .flex_wrap .map {
      width: 50%;
      flex: 1;
      height: 100%; }
      .s_contact .flex_wrap .map iframe {
        width: 100%;
        height: 445px;
        border: none; }
    .s_contact .flex_wrap .text_contact {
      width: 50%;
      background-color: #d0d1d3;
      padding: 50px;
      position: relative;
      overflow: hidden;
      box-sizing: border-box; }
      .s_contact .flex_wrap .text_contact::after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: -125px;
        width: 300px;
        height: 400px;
        background: url(../img/bg_logo.png); }
      .s_contact .flex_wrap .text_contact a {
        text-decoration: none;
        display: block;
        color: #323232;
        font-size: 16px;
        max-width: 240px;
        margin: 40px; }
        .s_contact .flex_wrap .text_contact a:hover {
          text-decoration: underline; }
      .s_contact .flex_wrap .text_contact .addres {
        position: relative;
        z-index: 20; }
        .s_contact .flex_wrap .text_contact .addres::before {
          content: '';
          display: inline-block;
          position: absolute;
          left: -38px;
          top: 4px;
          width: 22px;
          height: 30px;
          background: url("../img/css_sprites.png") -291px -10px; }
      .s_contact .flex_wrap .text_contact .mail {
        position: relative;
        z-index: 20; }
        .s_contact .flex_wrap .text_contact .mail::before {
          content: '';
          display: inline-block;
          position: absolute;
          left: -38px;
          top: 1px;
          width: 25px;
          height: 19px;
          background: url("../img/css_sprites.png") -375px -10px; }

footer {
  background: #6b7076;
  min-height: 170px; }
  footer .row {
    display: flex; }
  footer .logo {
    padding-top: 35px;
    display: inline-block;
    flex: 1; }
  footer .text_copy {
    padding-top: 52px;
    padding-left: 20px;
    float: right;
    text-align: right;
    flex: 3; }
    footer .text_copy p {
      color: #fff;
      font-size: 14px; }

/* ABOUT PAGE */
.position_line a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500; }
  .position_line a:hover {
    text-decoration: underline; }

.position_line span {
  color: #fff;
  margin: 0px 5px;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 600; }

.position_line .this_page {
  font-size: 14px;
  font-weight: 500;
  cursor: default; }

main {
  position: relative; }

.s_top_image {
  margin-top: -120px;
  overflow: hidden; }
  .s_top_image .image {
    position: relative;
    height: 100%;
    width: 100%; }
    .s_top_image .image img {
      width: 100%;
      height: auto;
      display: block; }
  .s_top_image .flex_wrap {
    position: absolute;
    width: 100%;
    top: 51%;
    bottom: 0;
    left: 0; }
    .s_top_image .flex_wrap .name_page {
      color: #fff;
      font-size: 32px;
      font-weight: 600;
      cursor: default; }

.s_seo_text {
  padding: 70px 0 80px; }
  .s_seo_text .flex_wrap {
    display: flex;
    justify-content: space-between; }
    .s_seo_text .flex_wrap .left_block {
      position: relative;
      flex: 3;
      /*&:after
				position: absolute
				right: 100px
				content: ""
				display: block
				width: 229px
				height: 147px
				background-image: url("../img/17.jpg") */ }
      .s_seo_text .flex_wrap .left_block p {
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 100;
        padding-right: 30px;
        padding-top: 20px;
        margin: 0; }
      .s_seo_text .flex_wrap .left_block img {
        width: auto; }
    .s_seo_text .flex_wrap .right_block {
      flex: 2; }
      .s_seo_text .flex_wrap .right_block .img_wrap {
        overflow: hidden;
        max-width: 400px;
        width: 100%;
        height: auto; }
        .s_seo_text .flex_wrap .right_block .img_wrap img {
          width: 100%;
          height: auto; }

.s_video_box_about {
  background-image: url("../img/bg_4.jpg");
  background-size: cover;
  min-height: 595px;
  padding: 4rem 0;
  display: flex;
  align-items: center; }
  .s_video_box_about .container .row:not(:last-child) {
    margin-bottom: 3rem; }
  .s_video_box_about .container .row:nth-child(odd) .flex_wrap .left_block {
    flex: 3; }
  .s_video_box_about .container .row:nth-child(odd) .flex_wrap .right_block {
    flex: 2;
    padding-left: 30px; }
  .s_video_box_about .container .row:nth-child(even) .flex_wrap .left_block {
    flex: 2;
    padding-right: 30px; }
  .s_video_box_about .container .row:nth-child(even) .flex_wrap .right_block {
    flex: 3; }
  .s_video_box_about .flex_wrap {
    display: flex;
    align-items: center; }
    .s_video_box_about .flex_wrap .video {
      overflow: hidden;
      height: 393px;
      max-width: 700px;
      width: 100%; }
      .s_video_box_about .flex_wrap .video iframe {
        border: none;
        width: 100%;
        height: 100%; }
    .s_video_box_about .flex_wrap p {
      font-weight: 30;
      margin: 0;
      color: #fff;
      font-size: 27px;
      font-weight: 100;
      font-family: 'Lato', sans-serif; }

.s_history_text {
  padding: 70px 0 80px; }
  .s_history_text .top_text_box {
    margin-bottom: 20px; }
  .s_history_text .flex_wrap {
    display: flex;
    justify-content: space-between; }
    .s_history_text .flex_wrap .left_block {
      flex: 3; }
      .s_history_text .flex_wrap .left_block p {
        max-height: 315px;
        overflow: hidden;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 100;
        padding-right: 30px;
        padding-bottom: 20px;
        margin: 0; }
    .s_history_text .flex_wrap .right_block {
      flex: 2; }
      .s_history_text .flex_wrap .right_block .img_box {
        display: flex;
        justify-content: space-between;
        overflow: hidden;
        width: 505px;
        height: 340px; }
        .s_history_text .flex_wrap .right_block .img_box .img_wrap {
          max-width: 245px;
          width: 100%; }
          .s_history_text .flex_wrap .right_block .img_box .img_wrap img {
            height: auto;
            width: 100%; }

.s_history_text_bottom {
  padding: 70px 0 80px;
  background-color: #f1f3f4; }
  .s_history_text_bottom .top_text_box {
    margin-bottom: 20px; }
  .s_history_text_bottom .flex_wrap {
    display: flex;
    justify-content: space-between; }
    .s_history_text_bottom .flex_wrap .left_block {
      flex: 2; }
      .s_history_text_bottom .flex_wrap .left_block .img_box {
        display: flex;
        justify-content: space-between;
        width: 505px;
        height: 340px;
        overflow: hidden; }
        .s_history_text_bottom .flex_wrap .left_block .img_box .img_wrap {
          max-width: 245px;
          width: 100%; }
          .s_history_text_bottom .flex_wrap .left_block .img_box .img_wrap img {
            height: auto;
            width: 100%; }
    .s_history_text_bottom .flex_wrap .right_block {
      padding-left: 30px;
      flex: 3; }
      .s_history_text_bottom .flex_wrap .right_block p {
        overflow: hidden;
        max-height: 315px;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 100;
        padding-right: 30px;
        padding-bottom: 20px;
        margin: 0; }

.s_slider_about {
  background-repeat: repeat-x;
  background-attachment: fixed;
  min-height: 480px;
  display: flex;
  align-items: center; }
  .s_slider_about .flex_wrap {
    display: flex; }
    .s_slider_about .flex_wrap .left_block {
      flex: 3; }
      .s_slider_about .flex_wrap .left_block .video {
        overflow: hidden;
        height: 420px;
        max-width: 700px; }
        .s_slider_about .flex_wrap .left_block .video iframe {
          border: none;
          width: 100%;
          height: 100%; }
    .s_slider_about .flex_wrap .right_block {
      flex: 2;
      padding-left: 30px; }
      .s_slider_about .flex_wrap .right_block p {
        font-weight: 30;
        margin-top: 50px;
        color: #fff;
        font-size: 27px;
        font-weight: 100;
        font-family: 'Lato', sans-serif; }

.owl-carousel .owl-buttons {
  width: 0;
  height: 0; }

.s_about_slider {
  background: url(../img/bg_5.jpg) top center;
  background-size: cover;
  min-height: 430px; }
  .s_about_slider .img_wrap {
    width: 380px;
    height: 310px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 80px; }
  .s_about_slider .owl-carousel .owl-prev {
    top: 220px;
    left: 0; }
  .s_about_slider .owl-carousel .owl-next {
    top: 220px;
    right: 0; }

/* PAGE services */
.s_services_slider {
  background: url(../img/bg_5.jpg) top center;
  background-size: cover;
  padding: 65px 0 35px;
  min-height: 480px;
  text-align: center; }
  .s_services_slider .top_text {
    color: #fff; }
  .s_services_slider .img_wrap {
    width: 380px;
    height: 310px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 5px; }
    .s_services_slider .img_wrap img {
      width: auto;
      height: 100% !important;
      margin: 0 auto; }
  .s_services_slider .btn_view_more {
    margin-top: 35px; }
  .s_services_slider .owl-carousel .owl-prev {
    top: 140px;
    left: 0; }
  .s_services_slider .owl-carousel .owl-next {
    top: 140px;
    right: 0; }

.s_services_call_back {
  text-align: center;
  background-color: #f1f3f4;
  padding: 80px 0 70px; }
  .s_services_call_back .top_text {
    color: #323232;
    margin-bottom: 10px; }
  .s_services_call_back p {
    color: #7c7c7c;
    font-size: 14px;
    margin-top: 20px; }
  .s_services_call_back .form_box input {
    max-width: 375px;
    width: 100%;
    background-color: #f5f6f7;
    border: 1px solid #d0d1d3;
    height: 50px;
    box-sizing: border-box;
    color: #323232;
    font-size: 18px;
    padding-left: 55px;
    position: relative; }
    .s_services_call_back .form_box input::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: inline-block;
      width: 22px;
      height: 22px;
      background-color: #fff;
      background: url("../img/css_sprites.png") -333px -10px; }
    .s_services_call_back .form_box input:nth-child(1)::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: inline-block;
      width: 20px;
      height: 22px;
      background: url("../img/css_sprites.png") -251px -10px; }
    .s_services_call_back .form_box input:nth-child(2) {
      margin: 0px 30px; }
  .s_services_call_back .form_box button {
    width: 215px;
    background-color: #3bb878;
    border: none;
    color: #fff;
    height: 50px;
    font-size: 18px;
    outline: none;
    font-weight: 400;
    cursor: pointer; }
    .s_services_call_back .form_box button:hover {
      background-color: #41ca84; }

.s_services_text {
  padding: 70px 0 80px; }
  .s_services_text .flex_wrap {
    display: flex;
    justify-content: space-between; }
    .s_services_text .flex_wrap .left_block {
      position: relative;
      flex: 1; }
      .s_services_text .flex_wrap .left_block p {
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 100;
        padding-right: 30px;
        margin: 0;
        margin-bottom: 20px;
        white-space: pre-line; }
    .s_services_text .flex_wrap .right_block {
      flex: 1;
      max-height: 445px;
      overflow: hidden; }
      .s_services_text .flex_wrap .right_block .img_wrap {
        overflow: hidden;
        width: 635px;
        height: 360px; }
        .s_services_text .flex_wrap .right_block .img_wrap img {
          width: 100%;
          height: auto;
          padding-left: 15px; }

.s_services_text_bottom {
  padding: 70px 0 80px;
  background-color: #f1f3f4; }
  .s_services_text_bottom .top_text_box {
    margin-bottom: 20px; }
  .s_services_text_bottom .flex_wrap {
    display: flex;
    justify-content: space-between; }
    .s_services_text_bottom .flex_wrap .left_block {
      flex: 1;
      overflow: hidden; }
      .s_services_text_bottom .flex_wrap .left_block .img_wrap {
        overflow: hidden;
        width: 635px;
        height: 360px; }
        .s_services_text_bottom .flex_wrap .left_block .img_wrap img {
          height: auto;
          width: 100%;
          padding-right: 15px; }
    .s_services_text_bottom .flex_wrap .right_block {
      padding-left: 30px;
      flex: 1;
      overflow: hidden; }
      .s_services_text_bottom .flex_wrap .right_block p {
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 100;
        padding-right: 30px;
        margin: 0;
        margin-bottom: 20px;
        white-space: pre-line;
        overflow: hidden; }

/* OBJECT PAGE */
.s_top_image.s_top_map {
  margin-top: -120px;
  height: auto; }
  .s_top_image.s_top_map .image {
    position: relative; }
    .s_top_image.s_top_map .image img {
      width: 100%;
      height: auto; }
  .s_top_image.s_top_map .flex_wrap {
    position: absolute;
    width: 100%;
    top: 160px;
    bottom: 0;
    left: 0; }
    .s_top_image.s_top_map .flex_wrap .name_page {
      color: #fff;
      font-size: 32px;
      font-weight: 600;
      cursor: default; }

.map_marks {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }
  .map_marks img {
    position: relative; }
  .map_marks .label {
    display: inline-block;
    position: absolute; }
    .map_marks .label a {
      text-decoration: none; }
      .map_marks .label a .img_wrap {
        width: 32px;
        height: 32px;
        overflow: hidden;
        cursor: pointer;
        display: block;
        position: relative;
        z-index: 10; }
        .map_marks .label a .img_wrap img {
          background-position: 25px 0px;
          image-position: 32px 32px;
          height: 100%;
          width: auto;
          margin-left: -32px; }
      .map_marks .label a .name_label {
        display: block;
        background-color: #2a2f35;
        color: #fff;
        padding: 9px 10px 9px 25px;
        line-height: 1;
        margin-top: -32px;
        margin-left: 15px;
        display: none;
        border-radius: 6px;
        position: absolute;
        min-width: 190px;
        text-align: center; }
      .map_marks .label a:hover {
        position: relative; }
        .map_marks .label a:hover .name_label {
          display: block; }
        .map_marks .label a:hover img {
          margin: 0; }

.s_object {
  padding-top: 60px; }
  .s_object .box_button {
    margin-bottom: 35px; }
    .s_object .box_button button {
      border: none;
      background-color: transparent;
      padding: 0;
      padding-bottom: 15px;
      margin-right: 30px;
      color: #323232;
      font-size: 19px;
      font-weight: 600;
      outline: none;
      cursor: pointer;
      border-bottom: 3px solid transparent; }
      .s_object .box_button button.active_color {
        border-bottom: 3px solid #3bb878; }
  .s_object .box_object .object_block {
    margin-bottom: 55px; }
    .s_object .box_object .object_block .flex_wrap {
      display: flex; }
      .s_object .box_object .object_block .flex_wrap .img_wrap {
        flex: 1;
        overflow: hidden;
        background-color: #f1f3f4;
        height: 375px;
        padding-bottom: 25px; }
        .s_object .box_object .object_block .flex_wrap .img_wrap img {
          width: 100%;
          height: auto; }
      .s_object .box_object .object_block .flex_wrap .text_wrap {
        height: 375px;
        padding-bottom: 25px;
        flex: 1;
        background-color: #f1f3f4;
        padding-left: 0; }
        .s_object .box_object .object_block .flex_wrap .text_wrap .top_text_box {
          padding-left: 50px;
          padding-top: 50px;
          padding-right: 25px; }
        .s_object .box_object .object_block .flex_wrap .text_wrap p {
          color: #323232;
          font-size: 16px;
          margin-right: 50px;
          margin-left: 50px;
          max-height: 200px;
          overflow: hidden;
          text-overflow: ellipsis;
          position: relative; }
        .s_object .box_object .object_block .flex_wrap .text_wrap .btn_photo {
          display: block;
          text-transform: uppercase;
          color: #fff;
          text-decoration: none;
          font-size: 14px;
          padding: 11px 0;
          width: 180px;
          background-color: #3bb878;
          text-align: center;
          margin-top: -41px;
          position: absolute;
          font-weight: 100; }
          .s_object .box_object .object_block .flex_wrap .text_wrap .btn_photo:hover {
            background-color: #41ca84; }
          .s_object .box_object .object_block .flex_wrap .text_wrap .btn_photo:active {
            background-color: #3bb878; }
  .s_object .bat_obj {
    margin-left: 50px;
    margin-top: 60px; }

/* NEWS PAGE */
.s_news_page {
  padding: 50px 0 55px; }
  .s_news_page .flex_wrap {
    display: flex;
    margin-bottom: 60px; }
    .s_news_page .flex_wrap .img_wrap {
      max-height: 290px;
      background-color: #f1f3f4;
      flex: 1;
      overflow: hidden; }
      .s_news_page .flex_wrap .img_wrap img {
        height: auto;
        width: 100%; }
    .s_news_page .flex_wrap .text_wrap {
      max-height: 290px;
      flex: 2;
      background-color: #f1f3f4; }
      .s_news_page .flex_wrap .text_wrap .text_box {
        padding: 10px 40px 30px;
        padding-bottom: 30px; }
        .s_news_page .flex_wrap .text_wrap .text_box p {
          font-size: 15px;
          height: 87px;
          overflow: hidden;
          text-overflow: ellipsis;
          position: relative;
          margin-bottom: 0;
          margin-top: 15px; }
        .s_news_page .flex_wrap .text_wrap .text_box p:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 2px;
          height: 2rem;
          width: 100%;
          background-color: #f1f3f4;
          background: -webkit-gradient(top, bottom, color-stop(0%, rgba(247, 247, 247, 0.15)), color-stop(100%, #f1f3f4));
          background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0.15) 0%, #f1f3f4 100%);
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0.15)), to(#f1f3f4));
          background: linear-gradient(to bottom, rgba(247, 247, 247, 0.15) 0%, #f1f3f4 100%); }
        .s_news_page .flex_wrap .text_wrap .text_box .btn_more {
          display: block;
          text-transform: uppercase;
          color: #fff;
          text-decoration: none;
          font-size: 14px;
          padding: 11px 0;
          width: 180px;
          background-color: #3bb878;
          text-align: center;
          margin-top: 30px; }
          .s_news_page .flex_wrap .text_wrap .text_box .btn_more:hover {
            background-color: #41ca84; }

.pager_block {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  width: 100%; }
  .pager_block .wrapper {
    max-width: 1330px; }

.numbers_page .number {
  cursor: pointer;
  font-size: 14px;
  color: #000;
  display: inline-block;
  padding: 0 4px;
  line-height: 1.2;
  margin: 0px 4px;
  border: 1px solid transparent;
  background-color: #f1f3f4; }
  .numbers_page .number.active {
    border: 1px solid #e3e3e3;
    background-color: #fff; }
  .numbers_page .number:hover {
    border: 1px solid #e3e3e3;
    background-color: #fff; }

.numbers_page .number_block {
  display: inline-block; }
  .numbers_page .number_block .ditto_previous_link,
  .numbers_page .number_block .ditto_next_link {
    color: #323232;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 2px;
    margin: 0px 5px;
    text-decoration: none;
    border: 1px solid transparent;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer; }
    .numbers_page .number_block .ditto_previous_link:hover,
    .numbers_page .number_block .ditto_next_link:hover {
      border: 1px solid #e3e3e3; }
  .numbers_page .number_block .ditto_currentpage {
    color: #323232;
    display: inline-block;
    padding: 3px 4px;
    margin: 0px 5px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    line-height: 1.2;
    height: 15px;
    min-width: 15px;
    border-radius: 2px; }
  .numbers_page .number_block .ditto_page {
    color: #323232;
    display: inline-block;
    padding: 3px 4px;
    margin: 0px 5px;
    text-decoration: none;
    background-color: #f1f3f4;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    line-height: 1.2;
    height: 15px;
    min-width: 15px;
    border-radius: 2px; }
    .numbers_page .number_block .ditto_page:hover {
      background-color: transparent; }

/* END PAGE */
.s_end_page {
  padding: 60px 0 70px; }
  .s_end_page .top_text_box {
    text-align: center; }
  .s_end_page .text_box .img_wrap {
    width: 350px;
    height: 300px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px; }
    .s_end_page .text_box .img_wrap img {
      height: 100%;
      width: auto; }
  .s_end_page .text_box p {
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
    letter-spacing: 0.5px; }
  .s_end_page ul {
    margin: 25px 30px; }
  .s_end_page img {
    margin: 0 !important;
    margin-right: 20px !important;
    margin-bottom: 15px !important;
    width: auto;
    overflow: hidden;
    display: block; }

/* POSITION LABEL MAP */
.map_marks .label:nth-child(1) {
  left: 15%;
  top: 65%; }

.map_marks .label:nth-child(2) {
  left: 18%;
  top: 52%; }

.map_marks .label:nth-child(3) {
  left: 22%;
  top: 58.5%; }

.map_marks .label:nth-child(4) {
  left: 33%;
  top: 46%; }

.map_marks .label:nth-child(5) {
  left: 43%;
  top: 55%; }

.map_marks .label:nth-child(6) {
  left: 60.5%;
  top: 53%; }

.map_marks .label:nth-child(7) {
  top: 41%;
  right: 21%; }

/* Пoдлoжкa */
#overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 10;
  text-align: center; }

#modal_form {
  min-width: 250px;
  min-height: 365px;
  max-width: 700px;
  border-radius: 5px;
  border: 1px #444 solid;
  background: #fff;
  position: relative;
  display: none;
  opacity: 1;
  z-index: 35;
  padding: 20px 5px;
  top: 0;
  margin: auto;
  position: absolute;
  z-index: 15;
  text-align: center;
  background-image: url("../img/001.jpg");
  background-size: cover;
  width: 85%;
  left: 15px;
  right: 15px; }
  #modal_form #talk-to-manager-wrap {
    cursor: default;
    padding: 5px 20px; }
    #modal_form #talk-to-manager-wrap p {
      font-size: 15px;
      margin-bottom: 5px; }
    #modal_form #talk-to-manager-wrap form {
      display: flex;
      flex-direction: column;
      width: 49%; }
      #modal_form #talk-to-manager-wrap form input {
        margin: 10px 0;
        padding: 5px 15px;
        font-size: 16px; }
      #modal_form #talk-to-manager-wrap form textarea {
        margin: 10px 0;
        padding: 5px 15px;
        min-height: 60px;
        font-size: 16px;
        font-family: 'Lato', sans-serif; }
      #modal_form #talk-to-manager-wrap form .btn_send {
        margin-top: 30px;
        width: 180px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 20px;
        cursor: pointer; }
        #modal_form #talk-to-manager-wrap form .btn_send:hover {
          background-color: #41ca84; }

#modal_form #modal_close {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  display: block;
  z-index: 15; }

#modal_close {
  z-index: 15;
  text-transform: uppercase;
  font-size: 16px;
  padding: 2px 2px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #000;
  line-height: 1.25; }
  #modal_close:hover {
    background-color: rgba(255, 255, 255, 0.2); }

#layout-full {
  z-index: 9 !important; }

/* ПРЕДЗАГРУЗОЧНАЯ */
.s_main {
  overflow: hidden;
  background-image: url("/assets/bg_0.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  min-height: 100vh; }
  .s_main:after {
    content: '';
    position: absolute;
    display: inline-block;
    bottom: -15px;
    background-image: url("/assets/bg_b.png");
    height: 400px;
    background-size: cover;
    width: 100%;
    z-index: -1; }
  .s_main .s_top_bg .top_site {
    position: absolute;
    top: 25px;
    left: 25px; }
    .s_main .s_top_bg .top_site .logo {
      width: 260px; }
      .s_main .s_top_bg .top_site .logo img {
        width: 100%;
        height: auto; }
      .s_main .s_top_bg .top_site .logo a {
        display: inline-block; }
    .s_main .s_top_bg .top_site .wrap_site {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
    .s_main .s_top_bg .top_site .name_site {
      margin: 0;
      color: #1a351c;
      font-size: 48px;
      max-width: 540px;
      padding-right: 15px;
      line-height: 1.2;
      cursor: default; }
    .s_main .s_top_bg .top_site .text_box {
      margin-left: 30px; }
    .s_main .s_top_bg .top_site .go_site {
      display: inline-block;
      text-decoration: none;
      border: 3px solid #3bb878;
      background-color: #3bb878;
      padding: 10px 0;
      width: 190px;
      font-size: 15px;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      margin-top: 30px;
      font-weight: 600; }
      .s_main .s_top_bg .top_site .go_site:hover {
        background-color: transparent;
        color: #3bb878; }
  .s_main .s_top_bg .span {
    display: block;
    color: #1a351c;
    font-size: 18px;
    cursor: default;
    margin-bottom: 10px; }
  .s_main .s_top_bg .bottom_site {
    position: absolute;
    bottom: 15px;
    right: 25px;
    text-align: right; }
    .s_main .s_top_bg .bottom_site .span {
      margin: 0; }
    .s_main .s_top_bg .bottom_site .logo {
      width: 210px; }
      .s_main .s_top_bg .bottom_site .logo img {
        width: 100%;
        height: auto; }
      .s_main .s_top_bg .bottom_site .logo a {
        display: inline-block; }
    .s_main .s_top_bg .bottom_site .wrap_site {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
    .s_main .s_top_bg .bottom_site .name_site {
      margin: 0;
      color: #f4962c;
      font-size: 48px;
      line-height: 1.2;
      cursor: default;
      padding-left: 15px; }
    .s_main .s_top_bg .bottom_site .text_box {
      margin-right: 30px; }
    .s_main .s_top_bg .bottom_site .go_site {
      display: inline-block;
      text-decoration: none;
      border: 3px solid #3bb878;
      background-color: #3bb878;
      padding: 10px 0;
      width: 190px;
      font-size: 15px;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-weight: 600; }
      .s_main .s_top_bg .bottom_site .go_site:hover {
        background-color: transparent;
        color: #3bb878; }

/* слайдер объекты */
.s_slider_object {
  margin-top: -120px;
  height: auto;
  width: 100%;
  overflow: hidden; }
  .s_slider_object .owl-carousel {
    width: auto;
    position: relative; }
    .s_slider_object .owl-carousel .owl-buttons {
      font-size: 45px;
      color: #3bb878;
      width: 10px;
      height: 10px; }
    .s_slider_object .owl-carousel .owl-prev {
      z-index: 30;
      content: "";
      width: 17px;
      height: 30px;
      background: url("../img/css_sprites.png") -101px -10px;
      position: absolute;
      top: 50%;
      left: 10px;
      display: inline-block;
      background-color: transparent; }
      .s_slider_object .owl-carousel .owl-prev:hover {
        background: url("../img/css_sprites.png") -175px -10px; }
    .s_slider_object .owl-carousel .owl-next {
      z-index: 30;
      content: "";
      width: 17px;
      height: 30px;
      background: url("../img/css_sprites.png") -138px -10px;
      position: absolute;
      top: 50%;
      right: 10px;
      display: inline-block;
      background-color: transparent; }
      .s_slider_object .owl-carousel .owl-next:hover {
        background: url("../img/css_sprites.png") -213px -10px; }
  .s_slider_object .slide_object .img_wrap {
    overflow: hidden;
    height: 790px; }
    .s_slider_object .slide_object .img_wrap img {
      width: 100%;
      height: auto; }
  .s_slider_object .wrapper_box {
    position: absolute;
    width: 100%;
    top: 280px;
    left: 0;
    padding: 0px 50px; }
    .s_slider_object .wrapper_box .text_box {
      width: 72%;
      margin-bottom: 30px; }
      .s_slider_object .wrapper_box .text_box .p_box {
        max-height: 140px;
        overflow: hidden; }
      .s_slider_object .wrapper_box .text_box .slider_top_text {
        font-size: 50px;
        color: #fff;
        margin-bottom: 20px; }
      .s_slider_object .wrapper_box .text_box p {
        color: #fff;
        font-size: 19px;
        font-weight: 400;
        letter-spacing: 1px; }
    .s_slider_object .wrapper_box .btn_slider {
      width: 210px;
      display: block;
      text-transform: uppercase; }
      .s_slider_object .wrapper_box .btn_slider:hover {
        background-color: #41ca84; }
