@charset "UTF-8";
body {
  --sea-serpent: #49cec9;
  --white: #ffffff;
  --balck: #000000;
  --blue-green: #0abab3;
  --dark-grey: #787878;
  --brown: #a86f52;
  --grey: #d2dbec;
  --midnight-blue: #789ae2;
  --blue-green1: #09bab5; }

.header-menu li a, .header-info__link, .link-blue-green1-hover, .header-info__phone, .footer-list li a, .contact-box-link, .language-settings a,
.wpml-ls-legacy-list-horizontal ul a, .service-small-text__title, .header-mobile-openmenu, .head-text__btn, .brains-price-download, .brains-price-item__link, .form-down button, .service-small-text__btn, .info-box-text__btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.header-menu li a, .header-left-menu li a, .header-left-menu li span, .header-left-close {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase; }

.title-1 {
  color: var(--balck);
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  text-transform: uppercase; }
  .title-1 span {
    color: var(--blue-green);
    font-weight: 700; }
  @media (max-width: 767.98px) {
    .title-1 {
      font-size: 21px;
      line-height: 26px; } }

.title-2 {
  color: var(--balck);
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase; }
  .title-2 span {
    color: var(--blue-green);
    font-weight: 700; }

.header-menu li a {
  color: var(--balck);
  text-decoration: none; }
  .header-menu li a:hover, .header-menu li a:focus {
    color: var(--blue-green1);
    border-bottom: 1px solid var(--blue-green1); }

.header-info__link, .link-blue-green1-hover {
  color: var(--blue-green1); }
  .header-info__link:hover, .link-blue-green1-hover:hover {
    color: var(--balck); }

.header-info__phone, .footer-list li a, .contact-box-link, .language-settings a,
.wpml-ls-legacy-list-horizontal ul a, .service-small-text__title {
  color: var(--balck); }
  .header-info__phone:hover, .footer-list li a:hover, .contact-box-link:hover, .language-settings a:hover,
  .wpml-ls-legacy-list-horizontal ul a:hover, .service-small-text__title:hover {
    color: var(--blue-green1); }

.header-mobile-openmenu, .head-text__btn, .brains-price-download, .brains-price-item__link, .form-down button, .service-small-text__btn, .info-box-text__btn {
  cursor: pointer;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.26);
  border-radius: 24px;
  background-color: var(--blue-green);
  background-image: linear-gradient(to bottom, var(--blue-green) 0%, #00bdd2 100%);
  border: none;
  text-decoration: none;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px; }
  .header-mobile-openmenu:hover, .head-text__btn:hover, .brains-price-download:hover, .brains-price-item__link:hover, .form-down button:hover, .service-small-text__btn:hover, .info-box-text__btn:hover, .header-mobile-openmenu:focus, .head-text__btn:focus, .brains-price-download:focus, .brains-price-item__link:focus, .form-down button:focus, .service-small-text__btn:focus, .info-box-text__btn:focus {
    outline: none;
    background-color: var(--midnight-blue);
    background-image: none; }

.header-info, .header-menu, .header-row, .header-left-menu li a, .header-left-menu li span, .header-left-close, .head, .head .container, .head-home .head-img, .head-services .head-img, .head-contact .head-img, .head-price .head-img, .head-service .head-img, .head-text, .head-text__desc, .brains-price-item, .brains-price-item-priced, .form-down, .footer-social, .contact, .contact-box, .center, .language-settings,
.wpml-ls-legacy-list-horizontal ul, .logo a, .service-small, .service-small-body, .service-small-image, .service-small-text, .plus-box, .plus-box-icon, .plus-row, .brands, .breadcrumb, .seo-text:after, .price-item__head, .price-table, .price-table-row, .info-box-gallery, .info-box-text, .equipment-item, .equipment-item-text__check, .rules, .svg-icon, .owl-carousel--navcenter .owl-nav, .owl-carousel--navcenter .owl-nav button, .owl-carousel--navcenter .owl-nav .owl-prev:after,
.owl-carousel--navcenter .owl-nav .owl-next:after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.head-text__btn, .brains-price-download, .service-small-text__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

.header-info {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .header-info .language-settings,
  .header-info .wpml-ls-legacy-list-horizontal {
    margin-bottom: 15px; }
  .header-info__address {
    color: var(--balck);
    font-size: 11px;
    font-weight: 500;
    line-height: 13px; }
  .header-info__link {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-decoration: underline;
    margin-bottom: 10px;
    letter-spacing: 0.5px; }
  .header-info__phone {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 10px; }
.header-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0; }
  .header-menu li {
    margin-left: 15px;
    margin-right: 15px; }
    .header-menu li:first-child {
      margin-left: 0; }
    .header-menu li:last-child {
      margin-right: 0; }
    .header-menu li.active a, .header-menu li.current-menu-item a {
      color: var(--blue-green1);
      border-bottom: 1px solid var(--blue-green1); }
.header-row {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  z-index: 2;
  top: 17px; }
.header-mobile {
  display: none;
  padding: 5px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 5px; }
  .header-mobile .logo {
    position: static !important; }
.header-left {
  position: fixed;
  left: -400px;
  top: 0;
  z-index: 999;
  width: 100%;
  max-width: 260px;
  height: 100%;
  background-color: var(--blue-green);
  -webkit-box-shadow: 5px 0px 21px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 0px 21px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 0px 21px 0px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  overflow: hidden; }
  .header-left-menu {
    list-style: none;
    padding: 0;
    margin: 0px; }
    .header-left-menu li {
      border-bottom: 1px solid var(--sea-serpent); }
      .header-left-menu li a {
        color: #fff;
        text-decoration: none;
        padding: 10px 10px;
        width: 100%; }
      .header-left-menu li span {
        color: #fff;
        text-transform: capitalize;
        padding: 10px 10px;
        width: 100%; }
  .header-left-close {
    width: 100%;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid var(--sea-serpent);
    padding: 10px 15px;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: var(--white);
    text-transform: capitalize;
    cursor: pointer; }
    .header-left-close i {
      margin-left: 10px; }
    .header-left-close:focus {
      outline: none; }
.header .container {
  position: relative; }
@media (max-width: 767.98px) {
  .header-row {
    display: none; }
  .header-mobile {
    display: flex; }
    .header-mobile .logo a img {
      max-width: 150px !important; } }
@media (max-width: 991.98px) {
  .header .logo {
    position: absolute;
    left: 0;
    top: 0px; }
    .header .logo a img {
      max-width: 150px; } }
@media (max-width: 1199.98px) {
  .header .logo a img {
    max-width: 200px; }
  .header-row {
    width: calc(100% - 30px); } }

.head {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  .head .container {
    position: relative;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .head-home {
    background-image: url("../img/head-home.jpg");
    height: 600px;
    position: relative;
    margin-bottom: 60px; }
    .head-home .head-text {
      height: 260px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      width: 65%;
      position: relative;
      z-index: 2; }
    .head-home .head-img {
      position: absolute;
      background-image: url("../img/background-home-head-img.png");
      width: 698px;
      height: 598px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      right: -15%;
      top: 0;
      z-index: 1; }
      .head-home .head-img img {
        margin-top: 125px;
        margin-right: 61px;
        opacity: 0;
        animation-name: head-img-home;
        animation-delay: 1s;
        animation-duration: 3s;
        animation-fill-mode: forwards; }
  .head-services {
    background-image: url("../img/head-services.jpg");
    height: 487px;
    margin-bottom: 50px;
    position: relative; }
    .head-services .head-text {
      height: 130px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      width: 55%; }
    .head-services .head-img {
      position: absolute;
      background-image: url("../img/background-services-head-img.png");
      width: 736px;
      height: 220px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      bottom: 15%;
      top: auto;
      right: -15%; }
      .head-services .head-img img {
        opacity: 0;
        animation-name: head-img-home;
        animation-delay: 1s;
        animation-duration: 3s;
        animation-fill-mode: forwards; }
  .head-contact {
    background-image: url("../img/head-services.jpg");
    height: 487px;
    margin-bottom: 50px;
    position: relative; }
    .head-contact .head-text {
      height: 100px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      width: 55%; }
    .head-contact .head-img {
      position: absolute;
      background-image: url("../img/background-services-head-img.png");
      width: 736px;
      height: 220px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      bottom: 15%;
      top: 30%;
      right: -15%; }
      .head-contact .head-img img {
        opacity: 0;
        animation-name: head-img-home;
        animation-delay: 1s;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        margin-right: 50px;
        margin-top: 100px; }
  .head-price {
    background-image: url("../img/head-services.jpg");
    height: 487px;
    margin-bottom: 10px;
    position: relative; }
    .head-price .head-text {
      height: 220px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      width: 55%; }
    .head-price .head-img {
      position: absolute;
      background-image: url("../img/background-services-head-img.png");
      width: 736px;
      height: 220px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      bottom: 15%;
      top: 30%;
      right: -15%; }
      .head-price .head-img img {
        opacity: 0;
        animation-name: head-img-home;
        animation-delay: 1s;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        margin-right: 50px;
        margin-top: 100px; }
  .head-service {
    background-image: url("../img/head-services.jpg");
    height: 487px;
    margin-bottom: 10px;
    position: relative; }
    .head-service .head-text {
      height: 140px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      width: 55%; }
    .head-service .head-img {
      position: absolute;
      background-image: url("../img/background-services-head-img.png");
      width: 736px;
      height: 220px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      bottom: auto;
      right: -20%; }
      .head-service .head-img img {
        opacity: 0;
        animation-name: head-img-home;
        animation-delay: 1s;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        margin-right: 50px;
        margin-top: 20px; }
  .head-text {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    .head-text__btn {
      padding: 15px 80px; }
    .head-text__desc {
      color: var(--balck);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
    .head-text__title {
      color: var(--balck);
      font-size: 30px;
      font-weight: 400;
      line-height: 50px;
      text-transform: uppercase; }
      .head-text__title span {
        color: var(--blue-green);
        font-weight: 700; }
  @media (max-width: 767.98px) {
    .head .container {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .head-home {
      padding-top: 70px;
      height: 400px;
      margin-bottom: 0; }
      .head-home .head-text {
        width: 100%;
        height: auto;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center; }
        .head-home .head-text__title {
          font-size: 21px;
          line-height: 32px;
          margin-bottom: 10px; }
        .head-home .head-text__desc {
          font-size: 12px;
          line-height: 18px;
          margin-bottom: 20px; }
      .head-home .head-img {
        display: none; }
    .head-services {
      padding-top: 70px;
      height: 300px;
      margin-bottom: 0; }
      .head-services .head-text {
        width: 100%;
        height: auto;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center; }
        .head-services .head-text__title {
          font-size: 21px;
          line-height: 32px;
          margin-bottom: 10px; }
        .head-services .head-text__desc {
          font-size: 12px;
          line-height: 18px;
          margin-bottom: 20px; }
      .head-services .head-img {
        display: none; }
    .head-price {
      padding-top: 70px;
      height: 350px;
      margin-bottom: 0; }
      .head-price .head-text {
        width: 100%;
        height: auto;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center; }
        .head-price .head-text__title {
          font-size: 21px;
          line-height: 32px;
          margin-bottom: 10px; }
        .head-price .head-text__desc {
          font-size: 12px;
          line-height: 18px;
          margin-bottom: 20px; }
        .head-price .head-text__btn {
          padding: 10px 30px; }
      .head-price .head-img {
        display: none; }
    .head-service {
      padding-top: 70px;
      height: 300px;
      margin-bottom: 0; }
      .head-service .head-text {
        width: 100%;
        height: auto;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center; }
        .head-service .head-text__title {
          font-size: 21px;
          line-height: 32px;
          margin-bottom: 10px; }
        .head-service .head-text__desc {
          font-size: 12px;
          line-height: 18px;
          margin-bottom: 20px; }
        .head-service .head-text__btn {
          padding: 10px 30px; }
      .head-service .head-img {
        display: none; }
    .head-contact {
      padding-top: 70px;
      height: 250px;
      margin-bottom: 0; }
      .head-contact .head-text {
        width: 100%;
        height: auto;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center; }
        .head-contact .head-text__title {
          font-size: 21px;
          line-height: 32px;
          margin-bottom: 10px; }
        .head-contact .head-text__desc {
          font-size: 12px;
          line-height: 18px;
          margin-bottom: 20px; }
        .head-contact .head-text__btn {
          padding: 10px 30px; }
      .head-contact .head-img {
        display: none; } }
  @media (min-width: 767.99px) and (max-width: 991.98px) {
    .head-home .head-text {
      width: 55%; }
      .head-home .head-text__title {
        font-size: 22px;
        line-height: 32px;
        width: calc(100% + 30%); }
      .head-home .head-text__desc {
        font-size: 14px;
        line-height: 21px; }
    .head-home .head-img {
      background-size: cover;
      width: 500px;
      height: 400px;
      right: -15%;
      top: 10%; }
      .head-home .head-img img {
        max-width: 300px;
        margin-top: 100px;
        margin-right: 0px; }
    .head-services .head-text {
      width: 60%;
      height: auto; }
    .head-services .head-img {
      right: -30%; }
    .head-service .head-text {
      height: auto; }
    .head-service .head-img {
      right: -30%; }
    .head-price .head-text__title {
      font-size: 22px;
      line-height: 34px; }
    .head-price .head-img {
      top: 20%;
      right: -40%; }
    .head-contact {
      height: 400px;
      margin-bottom: 0px; }
      .head-contact .head-text {
        height: auto; }
      .head-contact .head-img {
        width: 400px;
        height: auto;
        right: -15%;
        background-size: 100% 100%; }
        .head-contact .head-img img {
          margin-top: 0px;
          max-width: 300px; } }
  @media (min-width: 991.99px) and (max-width: 1199.98px) {
    .head-home .head-text {
      width: 55%; }
      .head-home .head-text__title {
        font-size: 24px;
        line-height: 32px; }
    .head-home .head-img {
      background-size: cover;
      width: 640px;
      height: 480px;
      right: -12%; }
      .head-home .head-img img {
        max-width: 400px;
        margin-top: 170px;
        margin-right: 0px; }
    .head-contact {
      margin-bottom: 0; }
      .head-contact .head-img {
        top: 20%;
        right: -20%; }
        .head-contact .head-img img {
          max-width: 320px; } }
  @media (min-width: 1199.99px) and (max-width: 1299.98px) {
    .head-home .head-text {
      width: 60%; }
    .head-home .head-img {
      right: -11%; }
    .head-contact {
      margin-bottom: 0; } }

.brains-price {
  background-image: url("../img/brains-price.jpg");
  height: 703px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom: 80px; }
  .brains-price-download {
    margin-top: 20px;
    padding: 15px 70px; }
  .brains-price-item {
    width: 100%;
    height: 380px;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    background-color: var(--white);
    margin-bottom: 30px;
    padding: 25px 40px;
    text-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .brains-price-item-priced {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      align-items: flex-end;
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%; }
      .brains-price-item-priced > div {
        margin-left: 5px;
        margin-right: 5px; }
        .brains-price-item-priced > div:first-child {
          margin-left: 0; }
        .brains-price-item-priced > div:last-child {
          margin-right: 0; }
      .brains-price-item-priced__center {
        color: var(--blue-green);
        font-size: 40px;
        line-height: 32px; }
      .brains-price-item-priced__left, .brains-price-item-priced__right {
        color: var(--balck);
        font-size: 18px;
        font-weight: 700;
        line-height: 18px; }
    .brains-price-item__desc {
      color: var(--balck);
      font-size: 12px;
      font-weight: 400;
      line-height: 20px; }
    .brains-price-item__link {
      padding: 11px 20px; }
    .brains-price-item__title {
      color: var(--balck);
      font-size: 18px;
      font-weight: 700;
      line-height: 22px;
      text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .brains-price {
      height: auto;
      padding-top: 40px;
      padding-bottom: 30px; }
      .brains-price-item {
        padding: 15px 20px;
        min-height: 380px;
        height: auto; } }
  @media (min-width: 767.99px) and (max-width: 991.98px) {
    .brains-price {
      height: auto; }
      .brains-price .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
  @media (min-width: 991.99px) and (max-width: 1199.98px) {
    .brains-price {
      padding-top: 60px;
      padding-bottom: 40px; } }

.form-down {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  .form-down input,
  .form-down button {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px; }
    .form-down input:first-child,
    .form-down button:first-child {
      margin-left: 0; }
    .form-down input:last-child,
    .form-down button:last-child {
      margin-right: 0; }
  .form-down button {
    padding: 19px; }
  .form-down input {
    height: 56px;
    border: none;
    border-bottom: 2px solid var(--blue-green);
    padding-left: 20px;
    color: var(--balck);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px; }
    .form-down input:hover, .form-down input:focus {
      outline: none;
      border-bottom: 2px solid var(--midnight-blue); }
  @media (max-width: 767.98px) {
    .form-down {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .form-down input,
      .form-down button {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px; }
        .form-down input:first-child,
        .form-down button:first-child {
          margin-left: 0; }
        .form-down input:last-child,
        .form-down button:last-child {
          margin-right: 0; }
      .form-down input {
        margin-bottom: 15px; } }

.footer {
  background-image: url("../img/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px; }
  .footer-title {
    color: var(--blue-green);
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 23px; }
  .footer-smalltitle {
    color: var(--balck);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; }
  .footer-address {
    color: var(--balck);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 8px; }
  .footer-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer-list li {
      margin-bottom: 5px; }
      .footer-list li a {
        font-size: 10px;
        font-weight: 400;
        line-height: 22px;
        text-transform: uppercase;
        text-decoration: none; }
  .footer .logo img {
    max-width: 220px; }
  .footer-social {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px; }
    .footer-social li {
      margin-left: 15px;
      margin-right: 15px; }
      .footer-social li:first-child {
        margin-left: 0; }
      .footer-social li:last-child {
        margin-right: 0; }
  @media (max-width: 767.98px) {
    .footer .col-12 {
      margin-bottom: 20px; } }

.contact {
  margin-bottom: 75px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .contact .container {
    position: absolute; }
  .contact-box {
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.26);
    border-radius: 15px;
    border: 2px solid var(--blue-green1);
    background-color: var(--white);
    padding: 35px 50px 35px 30px;
    max-width: 390px;
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    .contact-box-link {
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      text-decoration: none; }
    .contact-box-text {
      color: var(--balck);
      font-size: 16px;
      font-weight: 400;
      line-height: 18px; }
    .contact-box ul {
      margin-top: 0;
      margin-bottom: 0; }
    .contact-box-title {
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      margin-bottom: 20px;
      margin-top: 40px;
      color: var(--balck); }
      .contact-box-title span {
        color: var(--blue-green1);
        font-weight: 700; }
      .contact-box-title:first-child {
        margin-top: 0; }
  .contact iframe {
    width: 100%;
    height: 500px;
    border: none; }
  @media (max-width: 767.98px) {
    .contact {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .contact .container {
        position: relative; }
      .contact-box {
        max-width: 100%;
        padding: 20px 15px;
        margin-bottom: 20px; } }
  @media (min-width: 767.99px) and (max-width: 991.98px) {
    .contact-box {
      max-width: 250px;
      padding: 25px 15px; }
    .contact iframe {
      margin-left: 300px; } }

video:hover, video:focus, video:active {
  outline: none; }

.owl-carousel .owl-item img {
  width: auto !important;
  max-width: 100%;
  height: auto; }

.template-mb-xl {
  margin-bottom: 70px; }
  @media (max-width: 767.98px) {
    .template-mb-xl {
      margin-bottom: 35px; } }

.center {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.language-settings,
.wpml-ls-legacy-list-horizontal ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative; }
  .language-settings a,
  .wpml-ls-legacy-list-horizontal ul a {
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    text-transform: uppercase;
    position: relative; }
    .language-settings a:after,
    .wpml-ls-legacy-list-horizontal ul a:after {
      content: "|";
      color: var(--balck);
      position: absolute;
      right: -6px;
      top: 1px; }
  .language-settings li,
  .wpml-ls-legacy-list-horizontal ul li {
    margin-left: 5px;
    margin-right: 5px; }
    .language-settings li:first-child,
    .wpml-ls-legacy-list-horizontal ul li:first-child {
      margin-left: 0; }
    .language-settings li:last-child,
    .wpml-ls-legacy-list-horizontal ul li:last-child {
      margin-right: 0; }
    .language-settings li:last-child a:last-child:after,
    .wpml-ls-legacy-list-horizontal ul li:last-child a:last-child:after {
      content: none; }
    .language-settings li.wpml-ls-current-language a,
    .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
      color: var(--blue-green1);
      text-decoration: underline; }

.logo a img {
  width: 100%;
  max-width: 262px; }

.service-small {
  height: 300px;
  border-radius: 15px;
  background-color: var(--grey);
  margin-bottom: 30px; }
  .service-small-body {
    margin: 15px;
    border: 1px solid var(--white);
    width: 100%;
    height: 270px;
    position: relative; }
  .service-small-image {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1; }
    .service-small-image--1 {
      background-image: url("../img/service-small-image--1.png");
      min-width: 470px;
      max-width: 470px;
      min-height: 225px;
      max-height: 225px;
      bottom: -13px;
      right: -79px; }
    .service-small-image--2 {
      background-image: url("../img/service-small-image--22.png");
      min-width: 435px;
      max-width: 435px;
      min-height: 221px;
      max-height: 221px;
      right: -63px;
      bottom: -15px; }
    .service-small-image--3 {
      background-image: url("../img/service-small-image--3.png");
      min-width: 470px;
      max-width: 470px;
      min-height: 228px;
      max-height: 228px;
      right: -80px;
      bottom: -15px; }
    .service-small-image--4 {
      background-image: url("../img/service-small-image--4.png");
      min-width: 470px;
      max-width: 470px;
      min-height: 220px;
      max-height: 220px;
      right: -80px;
      bottom: -7px; }
    .service-small-image--5 {
      background-image: url("../img/service-small-image--5.png");
      min-width: 470px;
      max-width: 470px;
      min-height: 220px;
      max-height: 220px;
      right: -80px;
      bottom: -7px; }
  .service-small-text {
    position: relative;
    z-index: 2;
    padding: 25px 0px 27px 20px;
    width: 100%;
    max-width: 370px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
    .service-small-text__btn {
      padding: 11px 52px; }
    .service-small-text__list {
      padding: 0;
      list-style: none;
      color: var(--balck);
      font-size: 12px;
      font-weight: 400;
      line-height: 18px; }
    .service-small-text__title {
      color: var(--balck);
      font-size: 20px;
      font-weight: 700;
      line-height: 22px;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap; }
  @media (max-width: 767.98px) {
    .service-small {
      height: auto; }
      .service-small-text {
        padding: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        .service-small-text__title {
          white-space: normal;
          text-align: center;
          font-size: 18px;
          line-height: 20px; }
      .service-small-body {
        height: auto;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
      .service-small-image {
        display: none; } }
  @media (min-width: 991.99px) and (max-width: 1199.98px) {
    .service-small-text__title {
      font-size: 16px; }
    .service-small-image {
      opacity: 0.6; } }

.title-1 {
  text-align: center; }
  .title-1--mbXL {
    margin-bottom: 60px; }

.title-2 {
  text-align: center; }
  .title-2--mbXL {
    margin-bottom: 70px; }

.plus-box {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .plus-box--bg .plus-box-icon {
    background-color: var(--blue-green); }
  .plus-box--bg .plus-box-icon__circle {
    background-color: var(--sea-serpent); }
  .plus-box--outline .plus-box-icon {
    border: 2px solid var(--blue-green1);
    background-color: var(--white); }
  .plus-box--outline .plus-box-icon__circle {
    border: 2px solid var(--blue-green1);
    background-color: var(--white); }
  .plus-box-icon {
    position: relative;
    min-width: 98px;
    max-width: 98px;
    min-height: 98px;
    max-height: 98px;
    border-radius: 50%;
    margin-bottom: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .plus-box-icon__circle {
      min-width: 21px;
      max-width: 21px;
      min-height: 22px;
      max-height: 22px;
      border-radius: 50%;
      position: absolute;
      top: 13px;
      left: 83px; }
  .plus-box-text {
    text-align: center;
    color: var(--balck); }
    .plus-box-text__desc {
      font-size: 12px;
      font-weight: 400;
      line-height: 14px; }
    .plus-box-text__title {
      height: 28px;
      font-size: 15px;
      font-weight: 700;
      line-height: 16px;
      text-transform: uppercase;
      margin-bottom: 15px; }
  @media (max-width: 991.98px) {
    .plus-box {
      margin-bottom: 30px; } }
  @media (min-width: 991.99px) and (max-width: 1199.98px) {
    .plus-box-text__title {
      height: auto;
      font-size: 13px; } }

.plus-row {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 767.98px) {
    .plus-row {
      margin: 0px;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }

.plus-item {
  padding-left: 15px;
  padding-right: 15px; }

.brands {
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .brands-item {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; }
    .brands-item img {
      width: auto;
      max-width: 100%;
      display: block;
      max-height: 200px;
      height: auto; }
  @media (max-width: 767.98px) {
    .brands {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
      .brands-item {
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px; }
        .brands-item img {
          max-width: 100px; } }

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative; }
  .breadcrumb-item,
  .breadcrumb span {
    color: #9f9f9f;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    position: relative;
    margin-left: 5.5px;
    margin-right: 5.5px; }
    .breadcrumb-item:first-child,
    .breadcrumb span:first-child {
      margin-left: 0; }
    .breadcrumb-item:last-child,
    .breadcrumb span:last-child {
      margin-right: 0; }
    .breadcrumb-item:after,
    .breadcrumb span:after {
      content: "/";
      position: absolute;
      top: 1px;
      right: -6.5px; }
    .breadcrumb-item a,
    .breadcrumb span a {
      color: #9f9f9f;
      font-weight: 700;
      text-decoration: none; }
      .breadcrumb-item a:hover, .breadcrumb-item a:focus,
      .breadcrumb span a:hover,
      .breadcrumb span a:focus {
        color: #9f9f9f;
        outline: none;
        text-decoration: underline; }
    .breadcrumb-item:last-child:after,
    .breadcrumb span:last-child:after {
      content: none; }

.seo-text {
  overflow: hidden;
  position: relative; }
  .seo-text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 53px;
    bottom: 0px;
    background: white;
    background: linear-gradient(0deg, white 23%, rgba(255, 255, 255, 0) 100%); }
  .seo-text.active:after {
    content: none; }

.link-blue-green1-hover {
  font-size: 14px;
  font-weight: 500; }

.price-container {
  position: relative;
  height: auto;
  margin: 10px auto; }

.price-item {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 10px; }
  .price-item-content {
    display: none;
    margin-top: 20px;
    padding-left: 20px; }
  .price-item__head {
    border-radius: 10px;
    background-color: var(--blue-green1);
    padding: 20px;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .price-item__head span {
      color: #ffebeb;
      font-size: 18px;
      font-weight: 400;
      line-height: 18px;
      text-transform: uppercase; }
    .price-item__head.active i {
      transform: rotate(-180deg); }
  @media (max-width: 767.98px) {
    .price-item__head {
      padding: 10px; }
      .price-item__head span {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-transform: capitalize; }
    .price-item-content {
      padding-left: 0; } }

.price-table {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .price-table-item__head {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-align: center; }
  .price-table-item__text {
    color: var(--balck);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px; }
  .price-table-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    margin-bottom: 25px; }
    .price-table-row .price-table-item {
      max-width: 12.5%;
      width: 100%;
      text-align: center; }
      .price-table-row .price-table-item:nth-child(1) {
        max-width: 62.5%;
        text-align: left; }
        .price-table-row .price-table-item:nth-child(1) .price-table-item__head {
          text-align: left; }
  @media (max-width: 767.98px) {
    .price-table-item {
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      .price-table-item__text {
        font-size: 14px; }
      .price-table-item:before {
        color: #8e8e8e;
        font-size: 12px;
        font-weight: 500;
        line-height: 12px;
        margin-right: 5px; }
    .price-table-row {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 15px;
      padding-bottom: 10px;
      border-bottom: 1px solid var(--sea-serpent); }
      .price-table-row:first-child {
        display: none; }
      .price-table-row .price-table-item {
        max-width: 100%;
        width: 100%;
        text-align: left; }
        .price-table-row .price-table-item:nth-child(1) {
          max-width: 100%;
          text-align: left;
          margin-bottom: 10px; }
          .price-table-row .price-table-item:nth-child(1) .price-table-item__head {
            text-align: left; }
        .price-table-row .price-table-item:nth-child(2):before {
          content: "Min объем"; }
        .price-table-row .price-table-item:nth-child(3):before {
          content: "Ед."; }
        .price-table-row .price-table-item:nth-child(4):before {
          content: "Цена без ПДВ"; }
        .price-table-row .price-table-item:nth-child(5):before {
          content: "Цена за кг, с ПДВ"; } }

.info-box {
  min-height: 425px;
  overflow: hidden;
  position: relative; }
  .info-box > div {
    height: 100%; }
    .info-box > div > div {
      padding-bottom: 10px;
      height: calc(100% - 10px);
      overflow: hidden; }
  .info-box-gallery {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .info-box-gallery__item {
      margin-bottom: 10px; }
      .info-box-gallery__item img {
        max-width: 100%;
        width: auto;
        height: auto; }
      .info-box-gallery__item--w100 {
        width: 100%; }
      .info-box-gallery__item--w50 {
        width: calc(50% - 7px); }
  .info-box-text {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .info-box-text p {
      color: var(--balck);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      margin-top: 10px;
      margin-bottom: 10px; }
    .info-box-text h3 {
      margin-top: 0; }
    .info-box-text__btn {
      padding: 18px 55px;
      max-width: 265px; }
  @media (max-width: 767.98px) {
    .info-box {
      min-height: 425px;
      height: auto; }
      .info-box-gallery {
        margin-top: 30px; }
      .info-box-text {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; }
        .info-box-text__btn {
          max-width: 100%; } }
  @media (min-width: 767.99px) and (max-width: 991.98px) {
    .info-box {
      min-height: 425px;
      height: auto; }
      .info-box-gallery {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        margin-top: 20px; }
        .info-box-gallery__item {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          display: flex; } }
  @media (min-width: 991.99px) and (max-width: 1199.98px) {
    .info-box {
      min-height: 425px;
      height: auto; } }

.equipment-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  .equipment-item-img {
    margin-right: 30px; }
  .equipment-item-text__title {
    color: var(--balck);
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .equipment-item-text__check {
    color: var(--balck);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 3px; }
    .equipment-item-text__check i {
      margin-top: 4px;
      margin-right: 5px; }
  @media (max-width: 767.98px) {
    .equipment-item {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin-bottom: 30px; }
      .equipment-item-img {
        margin-right: 0;
        margin-bottom: 15px; } }

.rules {
  -webkit-box-pack: flex-strt;
  -ms-flex-pack: flex-strt;
  -webkit-justify-content: flex-strt;
  -moz-justify-content: flex-strt;
  justify-content: flex-strt;
  margin-bottom: 60px; }
  .rules-number {
    color: var(--blue-green);
    font-size: 60px;
    font-weight: 400;
    line-height: 43px;
    margin-right: 20px; }
  .rules-text {
    color: var(--balck);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; }

.modal {
  padding: 15px; }
  .modal-body {
    border-radius: 15px;
    border: 1px solid #0abab3;
    padding: 40px 30px; }
  .modal-title {
    margin-bottom: 20px; }
  .modal-subtitle {
    text-align: center;
    margin-bottom: 20px; }
  .modal-form-down {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .modal-form-down input,
    .modal-form-down button {
      width: 100%;
      margin-left: 0px;
      margin-right: 0px; }
      .modal-form-down input:first-child,
      .modal-form-down button:first-child {
        margin-left: 0; }
      .modal-form-down input:last-child,
      .modal-form-down button:last-child {
        margin-right: 0; }
    .modal-form-down input {
      margin-bottom: 20px; }

.reviews .owl-stage-outer {
  padding: 15px;
  width: calc(100% + 30px);
  left: -15px; }
.reviews .brains-price-item {
  height: auto;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.15); }
  .reviews .brains-price-item i,
  .reviews .brains-price-item div {
    margin-bottom: 15px; }
  .reviews .brains-price-item__desc {
    margin-bottom: 0; }

.svg-icon {
  background-repeat: no-repeat;
  background-size: cover; }
  .svg-icon-plus-box-1 {
    background-image: url("../svg/laundry-detergent.svg");
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px; }
  .svg-icon-plus-box-2 {
    background-image: url("../svg/laundry.svg");
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px; }
  .svg-icon-plus-box-3 {
    background-image: url("../svg/box.svg");
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px; }
  .svg-icon-plus-box-4 {
    background-image: url("../svg/networking.svg");
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px; }
  .svg-icon-plus-box-5 {
    background-image: url("../svg/towels.svg");
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px; }
  .svg-icon-plus-box-6 {
    background-image: url("../svg/accessory.svg");
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px; }
  .svg-icon-plus-box-7 {
    background-image: url("../svg/feather.svg");
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px; }
  .svg-icon-plus-box-8 {
    background-image: url("../svg/powder.svg");
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px; }
  .svg-icon-plus-box-9 {
    background-image: url("../svg/dirty-clothes.svg");
    min-width: 63px;
    max-width: 63px;
    min-height: 63px;
    max-height: 63px; }
  .svg-icon-brains-price-1 {
    background-image: url("../svg/double-bed.svg");
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px; }
  .svg-icon-brains-price-2 {
    background-image: url("../svg/dining-table.svg");
    min-width: 76px;
    max-width: 76px;
    min-height: 76px;
    max-height: 76px; }
  .svg-icon-brains-price-3 {
    background-image: url("../svg/quilt.svg");
    min-width: 71px;
    max-width: 71px;
    min-height: 71px;
    max-height: 71px; }
  .svg-icon-user {
    background-image: url("../svg/user.svg");
    background-position: center center;
    min-width: 71px;
    max-width: 71px;
    min-height: 71px;
    max-height: 71px; }
  .svg-icon-social-1 {
    background-image: url("../svg/instagram.svg");
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px; }
  .svg-icon-social-2 {
    background-image: url("../svg/facebook.svg");
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px; }
  .svg-icon-arrow-down {
    background-image: url("../svg/down-arrow.svg");
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px; }
  .svg-icon-check {
    background-image: url("../svg/check-in.svg");
    min-width: 12px;
    max-width: 12px;
    min-height: 12px;
    max-height: 12px; }
  .svg-icon-nav {
    background-image: url("../svg/menu.svg");
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px; }
  .svg-icon-close {
    background-image: url("../svg/close.svg");
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px; }

.owl-carousel--navcenter .owl-stage-outer {
  z-index: 2; }
.owl-carousel--navcenter .owl-nav {
  position: absolute;
  top: calc(50% - 18px);
  width: calc(100% + 102px);
  left: -51px;
  z-index: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .owl-carousel--navcenter .owl-nav button {
    min-width: 36px;
    max-width: 36px;
    min-height: 36px;
    max-height: 36px;
    background-color: var(--blue-green1) !important;
    border-radius: 50%;
    outline: none;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .owl-carousel--navcenter .owl-nav button span {
      display: none;
      font-size: 0px; }
    .owl-carousel--navcenter .owl-nav button:hover {
      outline: none;
      opacity: 0.5; }
  .owl-carousel--navcenter .owl-nav .owl-prev:after,
  .owl-carousel--navcenter .owl-nav .owl-next:after {
    content: "";
    background-image: url("../svg/down-arrow.svg");
    min-width: 12px;
    max-width: 12px;
    min-height: 12px;
    max-height: 12px; }
  .owl-carousel--navcenter .owl-nav .owl-prev:after {
    transform: rotate(90deg); }
  .owl-carousel--navcenter .owl-nav .owl-next:after {
    transform: rotate(-90deg); }
  .owl-carousel--navcenter .owl-nav.owl-next {
    left: auto;
    right: -51px; }
  @media (max-width: 991.98px) {
    .owl-carousel--navcenter .owl-nav {
      z-index: 2;
      width: 98%;
      left: 1%; } }
  @media (min-width: 991.99px) and (max-width: 1399.98px) {
    .owl-carousel--navcenter .owl-nav {
      width: 90%;
      left: 5%;
      z-index: 2; } }

@keyframes head-img-home {
  0% {
    opacity: 0%; }
  100% {
    opacity: 100%; } }
@media (max-width: 767.98px) {
  .blocker {
    padding: 0; } }

/*# sourceMappingURL=main.css.map */
