@font-face {
  font-family: 'Circe';
  src: url("fonts/Circe-Regular.eot");
  src: local("Circe"), local("Circe-Regular"), url("fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Circe-Regular.woff") format("woff"), url("fonts/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/*
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
*/
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
input:focus, input:active, input.active,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important; }

body {
  font-family: 'Circe';
  color: #383a46;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left; }
  @media (max-width: 991.98px) {
    body {
      font-size: 14px;
      line-height: 18px;
      overflow-x: hidden;
      max-width: 100%; } }

@media (max-width: 991.98px) {
  #body-wrapper {
    overflow-x: hidden;
    max-width: 100%; } }

h1 {
  font-size: 70px;
  font-weight: bold;
  line-height: 1; }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 45px;
      line-height: 40px; } }

h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.75; }

h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5; }
  @media (max-width: 991.98px) {
    h3 {
      font-size: 30px; } }

h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 2.8; }

h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 3.5; }
  @media (max-width: 991.98px) {
    h5 {
      font-size: 18px;
      line-height: 28px; } }

img {
  max-width: 100%; }

nav {
  padding: 0 !important; }

.container {
  padding: 0 !important; }
  @media (max-width: 991.98px) {
    .container {
      margin: 0 15px !important;
      width: calc(100% - 30px); } }

.text-bold {
  font-weight: bold !important; }

.vertical-text {
  transform: rotate(270deg);
  color: #fe595a;
  display: block;
  width: 240px;
  height: 240px;
  float: left;
  text-align: right;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 95px;
  /*display: none;*/ }
  .vertical-text.inv {
    transform: rotate(90deg);
    float: right; }
  @media (max-width: 991.98px) {
    .vertical-text {
      display: none; } }

.stiky-block {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 95px;
  margin-bottom: 95px; }

.link {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  color: #6baf32 !important;
  text-decoration: none !important;
  display: block;
  cursor: pointer;
  position: relative; }
  .link:before {
    display: inline-block;
    content: '';
    width: 65px;
    height: 1px;
    background-color: #6baf32;
    vertical-align: middle;
    margin-right: 30px; }
    @media (max-width: 991.98px) {
      .link:before {
        position: absolute;
        top: 100%;
        left: 0;
        width: 85px; } }

.pre_line {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  margin-top: 50%; }

.gradient_bar {
  width: 1%;
  height: 20px;
  object-fit: contain;
  background-image: linear-gradient(to left, #fe595a, #e39797 53%, #6baf32);
  margin-top: 75px;
  margin-bottom: 75px; }

section {
  margin-right: -70px;
  padding-right: 70px;
  margin-left: -70px;
  padding-left: 70px;
  padding-top: 80px; }

.container .owl-carousel button.owl-dot {
  border-radius: 50%;
  background-color: #ccc;
  width: 9px;
  height: 9px; }
  .container .owl-carousel button.owl-dot.active {
    background-color: #6baf32; }

#main-nav {
  margin-top: 20px; }
  #main-nav .nav-link {
    font-weight: bold;
    line-height: 1.44;
    color: #383a46;
    margin-bottom: 10px;
    margin-left: 50px; }
/*    #main-nav .nav-link.active {
      color: #fe595a;
      border-bottom: 1px solid #fe595a; }*/
  #main-nav .navbar-toggler {
    border-color: transparent; }
    #main-nav .navbar-toggler .navbar-toggler-icon {
      background-image: url("/img/nav-close.png");
      width: 17px;
      height: 17px;
      margin-left: 18px; }
    #main-nav .navbar-toggler.collapsed .navbar-toggler-icon {
      background-image: url("/img/nav-toggler.png");
      width: 20px;
      margin-left: 15px; }

#navigation_box {
  padding-top: 0px; }

.close-toggle:after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent; }

#lang_switcher #lang_label {
  background: none;
  border: none;
  font-weight: bold; }
#lang_switcher .dropdown-menu {
  width: auto;
  min-width: 0;
  top: -10px;
  left: -5px;
  padding: 0;
  border: none;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.4); }
#lang_switcher .dropdown-item {
  padding: 5px 10px; }
  #lang_switcher .dropdown-item.active, #lang_switcher .dropdown-item:hover {
    background: none;
    font-weight: bold;
    color: #383a46; }

#home {
  background: url("../img/home_bg.png") no-repeat;
  font-size: 14px;
  padding-top: 20px; }
  #home .more-link {
    margin-top: 40px;
    margin-bottom: 50px; }
  #home h1 {
    margin-top: 100px;
    margin-bottom: 30px; }
  #home .scrollable_wrapper {
    width: 480px;
    max-width: 90%; }
  #home .scroll-down img {
    margin-top: 15px;
    margin-bottom: 40px; }
  #home .items h3 {
    display: inline-block; }
  @media (max-width: 991.98px) {
    #home {
      background-size: contain;
      background-position: center bottom;
      padding-bottom: 145px; }
      #home h1 {
        margin-top: 50px; }
      #home .scrollable_wrapper {
        position: absolute;
        top: 580px; }
      #home h5 {
        position: absolute;
        top: 520px; }
      #home .scroll-link {
        position: absolute;
        top: 200px; } }

#services {
  background-image: linear-gradient(to right, #ffffff, #edeff2 49%, #edeff2); }
  @media (max-width: 991.98px) {
    #services {
      padding-top: 160px;
      margin-top: -2px; } }
  #services h2 {
    line-height: 40px;
    margin-top: 30px;
    color: #ccc;
    cursor: pointer;
    transition: all ease 0.4s 0s; }
    #services h2 + p {
      display: none; }
    #services h2.active {
      color: #383a46; }
      #services h2.active + p {
        display: block; }
  #services p {
    margin-top: 30px;
    margin-bottom: 40px; }
  #services .accordeon_page {
    border-top: 1px solid #ccc; }
    #services .accordeon_page:first-child {
      border-top: none; }
  #services #link_support {
    background: url("/img/finger.png") center center no-repeat;
    margin-bottom: 25px; }
    #services #link_support .item {
      background: #fff;
      margin: 15px 0;
      min-height: 245px;
      overflow: hidden;
      z-index: 1;
      transition: all ease 0.4s 0s;
      cursor: pointer;
      position: relative; }
      #services #link_support .item:before {
        content: url("/img/arr_tr.png");
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10; }
      #services #link_support .item:after {
        content: '';
        position: absolute;
        width: 140px;
        height: 160px;
        border-radius: 50%;
        background: #6baf32;
        right: calc(0% - 70px);
        top: calc(0% - 80px);
        z-index: 2;
        transition: all ease 0.4s 0s; }
      #services #link_support .item h5 {
        line-height: 21px;
        position: absolute;
        bottom: 30px;
        left: 30px;
        z-index: 3;
        transition: all ease 0.2s 0.2s; }
      #services #link_support .item span {
        font-size: 14px;
        line-height: 20px;
        z-index: 3;
        color: #e4e5e7;
        position: absolute;
        left: 30px;
        bottom: -150px;
        margin-right: 30px;
        transition: all ease 0.4s 0.2s; }
      #services #link_support .item:hover {
        box-shadow: 2px 12px 24px 0 rgba(0, 0, 0, 0.16); }
        #services #link_support .item:hover:before {
          display: none; }
        #services #link_support .item:hover:after {
          width: 600px;
          height: 300px;
          border-radius: 0;
          right: 0;
          top: 0; }
        #services #link_support .item:hover h5 {
          color: #fff;
          transform: translateY(calc(-175px + 100%)); }
        #services #link_support .item:hover span {
          transform: translateY(-180px); }

  #services #link_cloud {
    padding-top: 40px;
    margin-bottom: 20px; }
    #services #link_cloud > div.media {
      background: #fff;
      margin-bottom: 20px;
      padding-top: 45px;
      padding-bottom: 15px;
      padding-left: 40px;
      padding-right: 75px;
      transition: all ease 0.4s 0s;
      cursor: pointer; }
      @media (max-width: 991.98px) {
        #services #link_cloud > div.media {
          background: transparent;
          padding-top: 20px;
          padding-right: 20px; } }
      #services #link_cloud > div.media:before {
        content: url("/img/arrow_tr_b.svg");
        display: block;
        position: absolute;
        top: 30px;
        right: 30px; }
      #services #link_cloud > div.media h5 {
        line-height: 1.4;
        transition: all ease 0.2s 0.2s; }
      #services #link_cloud > div.media p {
        margin: 0;}
      #services #link_cloud > div.media .media-body {
        margin-left: 50px; }
      #services #link_cloud > div.media img {
        margin-bottom: 50px; }
      #services #link_cloud > div.media:hover {
        box-shadow: 2px 12px 24px 0 rgba(0, 0, 0, 0.16); }
        #services #link_cloud > div.media:hover h5 {
          color: #6baf32; }
        #services #link_cloud > div.media:hover:before {
          display: none; }

  #services #link_why {
    padding-top: 40px;
    margin-bottom: 20px; }
    #services #link_why > div.media {
      background: #fff;
      margin-bottom: 20px;
      padding-top: 15px;
      padding-bottom: 10px;
      padding-left: 30px;
      padding-right: 30px;
      transition: all ease 0.4s 0s;
      cursor: pointer; }
      @media (max-width: 991.98px) {
        #services #link_why > div.media {
          background: transparent;
          padding-top: 20px;
          padding-right: 20px; } }
/*      #services #link_why > div.media:before {
        content: url("/img/arrow_tr_b.svg");
        display: block;
        position: absolute;
        top: 30px;
        right: 30px; }*/
      #services #link_why > div.media h5 {
        line-height: 1.4;
        transition: all ease 0.2s 0.2s;}
      #services #link_why > div.media p {
        margin: 0;
        font-size: 18px;
        /*font-weight: bold;*/}
      #services #link_why > div.media .media-body {
        margin-left: 20px; }
      #services #link_why > div.media img {
        margin-bottom: 10px; }
      #services #link_why > div.media:hover {
        box-shadow: 2px 12px 24px 0 rgba(0, 0, 0, 0.16); }
        #services #link_why > div.media:hover h5 {
          color: #6baf32; }
        #services #link_why > div.media:hover:before {
          display: none; }
      #services #link_why > div.media dl, ol, ul {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;}/*1rem;*/

    #services #smb_services {
    padding-top: 40px;
    margin-bottom: 20px; }
    #services #smb_services > div.media {
      background: #fff;
      margin-bottom: 20px;
      padding-top: 15px;
      padding-bottom: 10px;
      padding-left: 30px;
      padding-right: 30px;
      transition: all ease 0.4s 0s;
      cursor: pointer; }
      @media (max-width: 991.98px) {
        #services #smb_services > div.media {
          background: transparent;
          padding-top: 20px;
          padding-right: 20px; } }
/*      #services #smb_services > div.media:before {
        content: url("/img/arrow_tr_b.svg");
        display: block;
        position: absolute;
        top: 30px;
        right: 30px; }*/
      #services #smb_services > div.media h5 {
        line-height: 1.4;
        transition: all ease 0.2s 0.2s;
        margin-top: .5rem;
        margin-bottom: .1rem;}
      #services #smb_services > div.media p {
        margin: 0;}
      #services #smb_services > div.media .media-body {
        margin-left: 20px; }
      #services #smb_services > div.media img {
        margin-top: 10px;
        /*margin-bottom: 20px;*/ }
      #services #smb_services > div.media:hover {
        box-shadow: 2px 12px 24px 0 rgba(0, 0, 0, 0.16); }
        #services #smb_services > div.media:hover h5 {
          color: #343a40; } /*#6baf32*/
        #services #smb_services > div.media:hover:before {
          display: none; }

#services #smb_benefits {
    padding-top: 40px;
    margin-bottom: 20px; }
    #services #smb_benefits > div.media {
      background: #fff;
      margin-bottom: 20px;
      padding-top: 15px;
      padding-bottom: 10px;
      padding-left: 30px;
      padding-right: 30px;
      transition: all ease 0.4s 0s;
      cursor: pointer; }
      @media (max-width: 991.98px) {
        #services #smb_benefits > div.media {
          background: transparent;
          padding-top: 20px;
          padding-right: 20px; } }
/*      #services #smb_benefits > div.media:before {
        content: url("/img/arrow_tr_b.svg");
        display: block;
        position: absolute;
        top: 30px;
        right: 30px; }*/
      #services #smb_benefits > div.media h5 {
        line-height: 1.4;
        transition: all ease 0.2s 0.2s;
        margin-top: .5rem;
        margin-bottom: .1rem;}
      #services #smb_benefits > div.media p {
        margin: 0;}
      #services #smb_benefits > div.media .media-body {
        margin-left: 20px; }
      #services #smb_benefits > div.media img {
        margin-top: 10px;
        /*margin-bottom: 20px;*/ }
      #services #smb_benefits > div.media:hover {
        box-shadow: 2px 12px 24px 0 rgba(0, 0, 0, 0.16); }
        #services #smb_benefits > div.media:hover h5 {
          color: #343a40; } /*#6baf32*/
        #services #smb_benefits > div.media:hover:before {
          display: none; }

  #services #link_cloud > a div.media {
        background: #fff;
        margin-bottom: 20px;
        padding-top: 45px;
        padding-bottom: 15px;
        padding-left: 40px;
        padding-right: 75px;
        transition: all ease 0.4s 0s;
        cursor: pointer;
        text-decoration: none !important;
        }
        @media (max-width: 991.98px) {
          #services #link_cloud > a div.media {
            background: transparent;
            padding-top: 20px;
            padding-right: 20px; } }
        #services #link_cloud > a div.media:before {
          content: url("/img/arrow_tr_b.svg");
          display: block;
          position: absolute;
          top: 30px;
          right: 30px; }
        #services #link_cloud > a div.media h5 {
          line-height: 1.4;
          transition: all ease 0.2s 0.2s;
          color: #383a46; }
        #services #link_cloud > a div.media p {
          margin: 0;
          color: #383a46;}
        #services #link_cloud > a div.media .media-body {
          margin-left: 50px; }
        #services #link_cloud > a div.media img {
          margin-bottom: 50px; }
        #services #link_cloud > a div.media:hover {
          box-shadow: 2px 12px 24px 0 rgba(0, 0, 0, 0.16);
          text-decoration: none !important; }
          #services #link_cloud > a div.media:hover h5 {
            color: #6baf32;}
          #services #link_cloud > a div.media:hover:before {
            /*color: black;*/
            display: none; }
  html a:hover {
    text-decoration: none !important;
  }

  #services #link_cloud > button div.media {
        background: #fff;
        /*margin-bottom: 20px;*/
        padding-top: 45px;
        padding-left: 40px;
        padding-right: 75px;
        transition: all ease 0.4s 0s;
        cursor: pointer;
        text-align: left;
        }
        @media (max-width: 991.98px) {
          #services #link_cloud > button div.media {
            background: transparent;
            padding-top: 20px;
            padding-right: 20px; } }
        #services #link_cloud > button div.media:before {
          content: url("/img/arrow_tr_b.svg");
          display: block;
          position: absolute;
          top: 30px;
          right: 30px; }
        #services #link_cloud > button div.media h5 {
          line-height: 1.4;
          transition: all ease 0.2s 0.2s;
          color: #383a46; }
        #services #link_cloud > button div.media p {
          margin: 0;
          color: #383a46;
          margin-bottom: 15px;}
        #services #link_cloud > button div.media .media-body {
          margin-left: 50px; }
        #services #link_cloud > button div.media img {
          margin-bottom: 50px; }
        #services #link_cloud > button div.media:hover {
          box-shadow: 2px 12px 24px 0 rgba(0, 0, 0, 0.16); }
          #services #link_cloud > button div.media:hover h5 {
            color: #6baf32;}
          #services #link_cloud > button div.media:hover:before {
            /*color: black;*/
            display: none; }


  #services #link_iot {
    padding: 40px 0 40px; }
    #services #link_iot h5 {
      line-height: 1.4; }
    #services #link_iot #email {
      border: none;
      padding: 15px;
      height: auto;
      background: white;
      border-radius: 0;
      color: #edeff2; }
      #services #link_iot #email:hover {
        background: #edeff2;
        color: #ccc; }
    #services #link_iot #wp_number {
      border: none;
      padding: 15px;
      height: auto;
      background: white;
      border-radius: 0;
      color: #383a46;
      /*color: #edeff2;*/ }
      #services #link_iot #wp_number:hover {
        background: #edeff2;
        color: #383a46;
        /*color: #ccc;*/ }
    #services #link_iot #tel {
      border: none;
      padding: 15px;
      height: auto;
      background: white;
      border-radius: 0;
      color: #383a46;
      /*color: #edeff2;*/ }
      #services #link_iot #tel:hover {
        background: #edeff2;
        color: #383a46;
        /*color: #ccc;*/ }
    #services #link_iot button {
      border: none;
      border-radius: 0; }

#services #link_iot p {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px }
#services #link_iot table {
  margin-top: 20px;
  margin-bottom: 30px;}

#partners h5 {
  line-height: 1.4;
  margin-bottom: 35px;
  display: inline-block; }
  #partners h5:after {
    content: '';
    display: inline-block;
    border-bottom: 2px solid #edeff2;
    width: calc(100% - 200px);
    position: absolute;
    right: -40px;
    top: 15px; }
#partners .partners_logos {
  text-align: center; }
  #partners .partners_logos span.title {
    font-weight: bold;
    margin-top: 20px;
    display: block; }
#partners .customers_logos {
  text-align: center;
  margin-top: 50px; }
  #partners .customers_logos > div {
    margin-bottom: 50px; }

#about .gallery_wrapper {
  position: absolute;
  z-index: 99; }
  #about .gallery_wrapper .owl-nav {
    position: absolute;
    left: 106%;
    bottom: 6%; }
    #about .gallery_wrapper .owl-nav .owl-prev {
      margin-bottom: 25px;
      width: 35px;
      height: 35px; }
    #about .gallery_wrapper .owl-nav .owl-next {
      width: 35px;
      height: 35px; }
  @media (max-width: 991.98px) {
    #about .gallery_wrapper {
      position: relative; } }

#certificates h5 {
  line-height: 1.4;
  margin-bottom: 65px;
  display: inline-block; }
  #certificates h5:after {
    content: '';
    display: inline-block;
    border-bottom: 2px solid #edeff2;
    width: calc(100% - 125px);
    position: absolute;
    right: -40px;
    top: 15px; }
#certificates .cert_gallery.owl-carousel .owl-item {
  cursor: pointer; }
  #certificates .cert_gallery.owl-carousel .owl-item .cert_wrap {
    transition: all ease 0.4s 0s;
    display: inline-block;
    margin: 10px 15px 24px;
    width: auto;
    position: relative;
    overflow: hidden; }
    #certificates .cert_gallery.owl-carousel .owl-item .cert_wrap:before {
      content: url("/img/arr_tr.png");
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 10; }
    #certificates .cert_gallery.owl-carousel .owl-item .cert_wrap:after {
      content: '';
      position: absolute;
      width: 140px;
      height: 160px;
      border-radius: 50%;
      background: #6baf32;
      right: calc(0% - 70px);
      top: calc(0% - 80px);
      z-index: 2;
      transition: all ease 0.4s 0s; }
    #certificates .cert_gallery.owl-carousel .owl-item .cert_wrap:hover {
      box-shadow: 2px 12px 24px 0 rgba(0, 0, 0, 0.16); }
      #certificates .cert_gallery.owl-carousel .owl-item .cert_wrap:hover:before {
        opacity: 0; }
      #certificates .cert_gallery.owl-carousel .owl-item .cert_wrap:hover:after {
        opacity: 0; }
  #certificates .cert_gallery.owl-carousel .owl-item img {
    width: auto; }
#certificates .cert_gallery.owl-carousel .owl-dots {
  width: 10px;
  position: absolute;
  top: 45px;
  right: 0; }
  #certificates .cert_gallery.owl-carousel .owl-dots .owl-dot {
    margin-bottom: 11px; }

#history h2 {
  margin-bottom: 40px; }

#history_bg {
  position: absolute;
  transform: translateY(-270px);
  z-index: -1; }
  #history_bg #history_grid {
    width: 100%;
    height: 99px; }

#csr h5 {
  line-height: 1.4;
  margin-bottom: 25px;
  display: inline-block; }
  #csr h5:after {
    content: '';
    display: inline-block;
    border-bottom: 2px solid #edeff2;
    width: calc(100% - 55px);
    position: absolute;
    right: -40px;
    top: 15px; }
#csr .csr_carousel .csr_item {
  cursor: pointer; }
  #csr .csr_carousel .csr_item .csr_image {
    margin: 10px 18px 30px;
    display: inline-block;
    width: auto;
    position: relative;
    overflow: hidden; }
    #csr .csr_carousel .csr_item .csr_image img {
      max-width: 100%; }
    #csr .csr_carousel .csr_item .csr_image:before {
      content: url("/img/arr_tr.png");
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 10; }
    #csr .csr_carousel .csr_item .csr_image:after {
      content: '';
      position: absolute;
      width: 140px;
      height: 160px;
      border-radius: 50%;
      background: #6baf32;
      right: calc(0% - 70px);
      top: calc(0% - 80px);
      z-index: 2;
      transition: all ease 0.4s 0s; }
  #csr .csr_carousel .csr_item .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    min-height: 48px;
    margin: 0 18px 10px; }
  #csr .csr_carousel .csr_item .preview {
    margin: 0 18px; }
  #csr .csr_carousel .csr_item:hover .csr_image {
    box-shadow: 2px 12px 24px 0 rgba(0, 0, 0, 0.16); }
    #csr .csr_carousel .csr_item:hover .csr_image:before {
      opacity: 0; }
    #csr .csr_carousel .csr_item:hover .csr_image:after {
      opacity: 0; }
  #csr .csr_carousel .csr_item:hover .title {
    color: #6baf32; }
#csr .csr_carousel .owl-dots {
  height: 10px;
  width: 100%;
  text-align: center;
  margin-top: 40px; }
  #csr .csr_carousel .owl-dots .owl-dot {
    margin: 10px; }

#head h2 {
  margin-bottom: 35px; }
#head .head_items > div {
  text-align: center;
  cursor: pointer; }
  #head .head_items > div .head_image {
    outline: 8px solid #edeff2;
    outline-offset: -8px; }
    #head .head_items > div .head_image img {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      filter: gray;
      /* IE 6-9 */
      position: relative;
      transition: all ease 0.4s 0s; }
  #head .head_items > div .title {
    margin-top: 20px;
    font-weight: bold; }
  #head .head_items > div:hover .head_image img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none; }
  #head .head_items > div:hover .title {
    color: #fe595a; }
@media (max-width: 991.98px) {
  #head .head_items {
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap; }
    #head .head_items > div {
      float: none;
      display: inline-block; } }

#contacts .phone a {
  font-weight: bold;
  color: #6baf32; }
#contacts .email a {
  font-weight: bold;
  color: #383a46; }

#map {
  height: 400px;
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 40px; }

#footer {
  padding: 40px;
  font-weight: bold; }

#popup-win {
  padding: 0 !important; }
  #popup-win .modal-dialog {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }
    #popup-win .modal-dialog .modal-content {
      height: 100%;
      border-radius: 0; }
      #popup-win .modal-dialog .modal-content .close {
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin-top: 5px; }
        #popup-win .modal-dialog .modal-content .close span {
          margin-right: 20px; }
      #popup-win .modal-dialog .modal-content .modal-body {
        overflow-y: auto; }
      #popup-win .modal-dialog .modal-content .modal-footer {
        border: none !important;
        margin-bottom: 30px; }
        #popup-win .modal-dialog .modal-content .modal-footer .link {
          display: inline-block; }
      #popup-win .modal-dialog .modal-content .modal-header {
        border: none !important; }

#popup-form .modal-content {
  border-radius: 0; }
  #popup-form .modal-content .modal-header, #popup-form .modal-content .modal-footer {
    border: none; }
  #popup-form .modal-content .modal-body, #popup-form .modal-content .modal-footer {
    padding: 1rem 3rem 3rem 3rem; }
  #popup-form .modal-content .send-button {
    width: 100%;
    padding: 15px 25px;
    background-color: #6baf32;
    text-align: center; }
  #popup-form .modal-content .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #383a46;
    font-size: 16px;
    line-height: 28px;
    color: #383a46;
    margin: 20px 0;
    padding: 20px;
    height: auto; }

@media (max-width: 991.98px) {
  #popup-header {
    font-size: 24px;
    line-height: 1; } }

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