/*
Theme Name: zk-central Website
Theme URI: https://rubika.com.ua/
Description: Theme for zk-central website by Rubika professionals
Author: Rubika
Author URI: https://rubika.com.ua
Version: 1.0
*/
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Gilroy-Regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype"), url("fonts/Gilroy-Regular.svg#Montserrat") format("svg"); }

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Gilroy-Medium.eot");
  src: local(""), url("fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy-Medium.ttf") format("truetype"), url("fonts/Gilroy-Medium.svg#Montserrat") format("svg"); }

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Gilroy-Semibold.eot");
  src: local(""), url("fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Semibold.woff2") format("woff2"), url("fonts/Gilroy-Semibold.woff") format("woff"), url("fonts/Gilroy-Semibold.ttf") format("truetype"), url("fonts/Gilroy-Semibold.svg#Montserrat") format("svg"); }

noscript div {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  text-align: center; }

noscript div span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.wrapper {
  position: relative;
  min-width: 320px;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  font-family: 'Gilroy', sans-serif;
  color: #353535;
  font-size: 18px; }

img,
iframe {
  max-width: 100%;
  max-height: 100%;
  height: auto; }

svg {
  vertical-align: middle; }

a, .btn.btn-primary, button, svg path, svg rect {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  white-space: normal; }

textarea,
input[type=text],
input[type=password],
input[type=tel],
input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #A4A4A4; }

textarea {
  resize: none;
  height: 86px; }

*:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0 !important;
  outline-offset: 0 !important; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 1310px) {
  .container {
    width: 1280px; } }

.btn {
  padding: 11px 64px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  border-radius: 0; }

.btn-primary {
  color: #EE314A;
  background-color: #fff;
  border: 1px solid #EE314A;
  position: relative; }

.btn-primary:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 50%;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s; }

.btn-primary > span {
  position: relative;
  z-index: 2;
  -webkit-transition: all .1s;
  transition: all .1s; }

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #fff;
  border-color: #EE314A;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-primary.active:before,
.btn-primary:active:before,
.btn-primary:hover:before,
.open > .dropdown-toggle.btn-primary:before,
.btn-primary.active.focus:before,
.btn-primary.active:focus:before,
.btn-primary.active:hover:before,
.btn-primary:active.focus:before,
.btn-primary:active:focus:before,
.btn-primary:active:hover:before,
.open > .dropdown-toggle.btn-primary.focus:before,
.open > .dropdown-toggle.btn-primary:focus:before,
.open > .dropdown-toggle.btn-primary:hover:before,
.btn-primary.focus:before, .btn-primary:focus:before {
  top: 2%;
  bottom: 4%;
  background-color: #EE314A; }

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #A4A4A4;
  border-color: #A4A4A4;
  opacity: 1;
  color: #fff; }

.btn-primary.disabled:before, .btn-primary[disabled]:before, fieldset[disabled] .btn-primary:before {
  content: none; }

.open-dropdown {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.5 6.5L12 1' stroke='%23EE314A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s;
  cursor: pointer; }

h1, .main-title {
  font-weight: 600;
  font-size: 80px;
  line-height: 98px;
  color: #EE314A;
  margin-bottom: 40px;
  margin-top: 0; }

h2, .secondary-title {
  font-weight: 500;
  font-size: 46px;
  color: #EE314A;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center; }

h5 {
  font-weight: 600;
  font-size: 28px;
  color: #EE314A;
  margin-bottom: 12px; }

.subtitle {
  font-size: 22px;
  display: block;
  text-align: center;
  max-width: 630px;
  margin: 0 auto 30px; }

.slick-initialized .slick-slide, .slick-slide img {
  margin: 0 auto; }

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 0px;
  z-index: 12;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%; }

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  background-color: #A4A4A4;
  cursor: not-allowed; }

.slick-prev.slick-disabled, .slick-next.slick-disabled,
.slick-prev.slick-disabled:hover, .slick-next.slick-disabled:hover {
  background-color: #A4A4A4;
  cursor: not-allowed;
  border-color: #A4A4A4;
  display: none!important;}

.slick-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L2 12.5L13 24' stroke='%23EE314A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A"); }

.slick-next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L12 12.5L1 24' stroke='%23EE314A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A"); }

.slick-prev:hover, .slick-next:hover {
  background-color: #EE314A;
  border-color: #EE314A; }

.slick-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L2 12.5L13 24' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A"); }

.slick-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L12 12.5L1 24' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A"); }

.slick-dots {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .slick-dots li {
    display: inline-block;
    margin: 0 6px; }
    .slick-dots li button {
      height: 2px;
      width: 30px;
      border: none;
      background-color: #A4A4A4;
      border-radius: 1px;
      font-size: 0; }
    .slick-dots li.slick-active button {
      background-color: #EE314A; }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

::-webkit-scrollbar {
  width: 2px; }

::-webkit-scrollbar-track {
  background: #A4A4A4; }

::-webkit-scrollbar-thumb {
  background: #353535; }

::-webkit-scrollbar-thumb:hover {
  background: #353535; }

.form-block {
  position: relative;
  margin-bottom: 40px; }

.form-block label {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 26px;
  color: #A4A4A4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: transparent;
  cursor: text; }

.form-block input,
.form-block textarea {
  width: 100%; }

.form-block.active label {
  font-weight: normal;
  font-size: 12px;
  top: -20px; }

body {
  position: relative; }

header {
  padding: 30px 0 4px 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  position: fixed;
  -webkit-transition: all .3s;
  transition: all .3s; }

.logo {
  float: left;
  position: relative;
  top: -19px; }

.menu {
  margin-top: 12px;
  display: inline-block; }
  .menu ul {
    margin: 0;
    padding: 0; }
    .menu ul li {
      display: inline-block;
      margin-left: 40px; }
      .menu ul li a {
        display: inline-block;
        font-size: 16px;
        color: #A4A4A4;
        padding: 9px 0;
        position: relative; }
        .menu ul li a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          width: 0;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          bottom: 0;
          border-top: 1px solid #EE314A;
          border-bottom: 1px solid #EE314A;
          -webkit-transition: all .3s;
          transition: all .3s; }
        .menu ul li a:hover, .menu ul li a:focus {
          color: #050505;
          text-decoration: none;
          background-color: transparent; }
          .menu ul li a:hover:before{
            width: 100%; }
      .menu ul li.active a {
        color: #353535;
        border-color: #EE314A;
        text-decoration: none; }
        .menu ul li.active a:before {
          width: 100%; }

.phones {
  padding-left: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.93874 11.1566L10.1814 11.1868L10.3543 11.0139L11.6437 9.72392C11.644 9.72359 11.6444 9.72326 11.6447 9.72293C11.7496 9.61963 11.8822 9.54893 12.0264 9.51934C12.1707 9.48973 12.3204 9.50255 12.4576 9.55624C12.4579 9.55638 12.4583 9.55652 12.4586 9.55666L14.0277 10.1834C14.0281 10.1835 14.0285 10.1837 14.0289 10.1839C14.1668 10.2402 14.2851 10.336 14.369 10.4593C14.4527 10.5824 14.4982 10.7275 14.5 10.8764V13.7559C14.499 13.8567 14.4777 13.9564 14.4373 14.0489C14.3968 14.1419 14.3379 14.2257 14.2641 14.2952C14.1904 14.3648 14.1033 14.4187 14.0082 14.4538C13.9139 14.4885 13.8135 14.5039 13.7132 14.4992C8.36243 14.1653 5.185 11.7446 3.27874 8.99334C1.35716 6.21994 0.710467 3.08235 0.50446 1.33358C0.492969 1.22852 0.503743 1.12222 0.536082 1.0216C0.568563 0.920547 0.62206 0.827529 0.693041 0.748665C0.764022 0.669802 0.850877 0.606881 0.947886 0.564029C1.04489 0.521178 1.14986 0.499363 1.25589 0.500014L1.25589 0.500024H1.25896H4.04324C4.19173 0.500593 4.33669 0.545522 4.45952 0.629081C4.58253 0.712764 4.67774 0.831372 4.73286 0.969672L4.73295 0.969891L5.36147 2.54472L5.36146 2.54472L5.36283 2.54808C5.41816 2.68386 5.43228 2.83296 5.40342 2.97673C5.37459 3.12033 5.30415 3.25224 5.20094 3.35603C5.20081 3.35615 5.20069 3.35628 5.20056 3.3564L3.90957 4.64792L3.73182 4.82574L3.76856 5.07446L4.26319 5.0014C3.76856 5.07446 3.7686 5.07471 3.76864 5.07498L3.76873 5.07562L3.76897 5.07723L3.76968 5.08184L3.77202 5.09649C3.774 5.10862 3.77685 5.12545 3.78067 5.14669C3.78832 5.18917 3.79988 5.24934 3.81624 5.32486C3.84894 5.4758 3.90094 5.68868 3.97941 5.9446C4.13598 6.45517 4.40011 7.14422 4.83171 7.85641C5.69996 9.28913 7.25385 10.8216 9.93874 11.1566Z' stroke='%23EE314A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 28px;
  transition: all .3s;
  margin-top: 18px; }
  .phones:hover{
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.93874 11.1566L10.1814 11.1868L10.3543 11.0139L11.6437 9.72392C11.644 9.72359 11.6444 9.72326 11.6447 9.72293C11.7496 9.61963 11.8822 9.54893 12.0264 9.51934C12.1707 9.48973 12.3204 9.50255 12.4576 9.55624C12.4579 9.55638 12.4583 9.55652 12.4586 9.55666L14.0277 10.1834C14.0281 10.1835 14.0285 10.1837 14.0289 10.1839C14.1668 10.2402 14.2851 10.336 14.369 10.4593C14.4527 10.5824 14.4982 10.7275 14.5 10.8764V13.7559C14.499 13.8567 14.4777 13.9564 14.4373 14.0489C14.3968 14.1419 14.3379 14.2257 14.2641 14.2952C14.1904 14.3648 14.1033 14.4187 14.0082 14.4538C13.9139 14.4885 13.8135 14.5039 13.7132 14.4992C8.36243 14.1653 5.185 11.7446 3.27874 8.99334C1.35716 6.21994 0.710467 3.08235 0.50446 1.33358C0.492969 1.22852 0.503743 1.12222 0.536082 1.0216C0.568563 0.920547 0.62206 0.827529 0.693041 0.748665C0.764022 0.669802 0.850877 0.606881 0.947886 0.564029C1.04489 0.521178 1.14986 0.499363 1.25589 0.500014L1.25589 0.500024H1.25896H4.04324C4.19173 0.500593 4.33669 0.545522 4.45952 0.629081C4.58253 0.712764 4.67774 0.831372 4.73286 0.969672L4.73295 0.969891L5.36147 2.54472L5.36146 2.54472L5.36283 2.54808C5.41816 2.68386 5.43228 2.83296 5.40342 2.97673C5.37459 3.12033 5.30415 3.25224 5.20094 3.35603C5.20081 3.35615 5.20069 3.35628 5.20056 3.3564L3.90957 4.64792L3.73182 4.82574L3.76856 5.07446L4.26319 5.0014C3.76856 5.07446 3.7686 5.07471 3.76864 5.07498L3.76873 5.07562L3.76897 5.07723L3.76968 5.08184L3.77202 5.09649C3.774 5.10862 3.77685 5.12545 3.78067 5.14669C3.78832 5.18917 3.79988 5.24934 3.81624 5.32486C3.84894 5.4758 3.90094 5.68868 3.97941 5.9446C4.13598 6.45517 4.40011 7.14422 4.83171 7.85641C5.69996 9.28913 7.25385 10.8216 9.93874 11.1566Z' fill='%23EE314A' stroke='%23EE314A'/%3E%3C/svg%3E%0A");
  }
  .phones a {
    font-size: 16px;
    text-decoration: none;
    color: #353535; }
    .phones a:hover {
      background-color: transparent;
      color: #EE314A;
      text-decoration: none; }
  .phones .dropdown-menu {
    min-width: 160px;
    padding: 9px 0;
    margin: 2px 0 0;
    font-size: 16px;
    border: none;
    border-top: 1px solid #EE314A;
    border-bottom: 1px solid #EE314A;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent; }
    .phones .dropdown-menu:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, right top, from(rgba(164, 164, 164, 0.2)), to(rgba(164, 164, 164, 0)));
      background: linear-gradient(90deg, rgba(164, 164, 164, 0.2) 0%, rgba(164, 164, 164, 0) 100%);
      -webkit-filter: blur(4px);
      filter: blur(4px);
      -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px); }
    .phones .dropdown-menu li {
      position: relative;
      z-index: 2; }
      .phones .dropdown-menu li > a {
        padding: 0 16px;
        font-weight: normal;
        color: #353535; }
        .phones .dropdown-menu li > a:hover, .phones .dropdown-menu li > a:focus {
          background-color: transparent;
          color: #EE314A;
          text-decoration: none; }
.phones.dropdown.open .open-dropdown{
  transform: rotate(180deg);
}
.address {
  padding-left: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='22' viewBox='0 0 16 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.59308 21.2776C6.50152 19.6457 5.5735 18.2824 4.78471 17.1237C3.3746 15.0522 2.40948 13.6343 1.75055 12.5045C1.24292 11.634 0.934968 10.9631 0.750758 10.3216C0.567563 9.68366 0.5 9.05136 0.5 8.25C0.5 3.95516 3.87224 0.5 8 0.5C12.1278 0.5 15.5 3.95516 15.5 8.25C15.5 9.05136 15.4324 9.68366 15.2492 10.3216C15.065 10.9631 14.7571 11.634 14.2494 12.5045C13.5905 13.6344 12.6254 15.0522 11.2153 17.1237C10.4265 18.2825 9.49837 19.6459 8.40673 21.2779C8.20746 21.5741 7.79219 21.574 7.59308 21.2776ZM8 12.1875C10.1315 12.1875 11.8333 10.41 11.8333 8.25C11.8333 6.08998 10.1315 4.3125 8 4.3125C5.86851 4.3125 4.16667 6.08998 4.16667 8.25C4.16667 10.41 5.86851 12.1875 8 12.1875Z' stroke='%23EE314A'/%3E%3C/svg%3E%0A");
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 12px;
  transition: all .3s;
  margin-top: 16px; }
.address:hover{
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='22' viewBox='0 0 16 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.59308 21.2776C6.50152 19.6457 5.5735 18.2824 4.78471 17.1237C3.3746 15.0522 2.40948 13.6343 1.75055 12.5045C1.24292 11.634 0.934968 10.9631 0.750758 10.3216C0.567563 9.68366 0.5 9.05136 0.5 8.25C0.5 3.95516 3.87224 0.5 8 0.5C12.1278 0.5 15.5 3.95516 15.5 8.25C15.5 9.05136 15.4324 9.68366 15.2492 10.3216C15.065 10.9631 14.7571 11.634 14.2494 12.5045C13.5905 13.6344 12.6254 15.0522 11.2153 17.1237C10.4265 18.2825 9.49837 19.6459 8.40673 21.2779C8.20746 21.5741 7.79219 21.574 7.59308 21.2776ZM8 12.1875C10.1315 12.1875 11.8333 10.41 11.8333 8.25C11.8333 6.08998 10.1315 4.3125 8 4.3125C5.86851 4.3125 4.16667 6.08998 4.16667 8.25C4.16667 10.41 5.86851 12.1875 8 12.1875Z' fill='%23EE314A' stroke='%23EE314A'/%3E%3C/svg%3E%0A");
}
header > .container > .phones{
  margin-top: 20px;
}
header > .container > .phones .open-dropdown{
  width: 26px;
}
header > .container > .address{
  margin-top: 22px;
}
.mobile-menu-btn {
  display: none;
  z-index: 1010;
  position: relative;
  margin-top: 28px;
  margin-left: 30px;
  float: right; }
  .mobile-menu-btn span {
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 20px;
    height: 2px;
    background-color: #353535;
    margin-bottom: 3px;
    margin-right: 0;
    margin-left: auto; }
    .mobile-menu-btn span:first-child {
      width: 16px; }
    .mobile-menu-btn span:last-child {
      width: 16px;
      margin-bottom: 0; }

.menu-open {
  overflow: hidden; }

section {
  padding-top: 120px; }
  section:first-of-type {
    padding-top: 0; }

.padding-section {
  padding: 120px 0;
  margin-top: 120px;
  background-color: #F4F4F4; }

.main-banner {
  position: relative; }

.slider-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }

.banner-slider .banner-slide {
  position: relative; }
  .banner-slider .banner-slide .banner-image {
    height: calc(100vh - 100px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  .banner-slider .banner-slide .main-banner-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    padding: 30px 0; }
    .banner-slider .banner-slide .main-banner-caption > * {
      position: relative;
      z-index: 2; }
    .banner-slider .banner-slide .main-banner-caption h1 {
      margin-bottom: 0; }
    .banner-slider .banner-slide .main-banner-caption span {
      font-weight: 600;
      font-size: 28px;
      color: #fff;
      display: inline-block;
      max-width: 650px; }
.download-button{
  text-align: center;
  margin-top: 40px;
}
.benefits-slider {
  padding: 0 108px; }
  .benefits-slider .benefits-slider-nav .slick-list {
    margin: 0 -6px; }
  .benefits-slider .benefits-slider-nav .benefits-icon {
    -webkit-transition: all .3s;
    transition: all .3s;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
    width: 120px;
    height: 120px;
    position: relative;
    margin-bottom: 10px; }
    .benefits-slider .benefits-slider-nav .benefits-icon:before {
      content: "";
      position: absolute;
      height: 60px;
      top: 0;
      left: 0;
      right: 0;
      border-left: 1px solid #353535;
      border-right: 1px solid #353535;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .benefits-slider .benefits-slider-nav .benefits-icon:after {
      content: "";
      position: absolute;
      height: 60px;
      bottom: 0;
      left: 0;
      right: 0;
      border-left: 1px solid #353535;
      border-right: 1px solid #353535;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .benefits-slider .benefits-slider-nav .benefits-icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .benefits-slider .benefits-slider-nav .benefits-icon svg path {
        -webkit-transition: all .3s;
        transition: all .3s; }
  .benefits-slider .benefits-slider-nav span {
    -webkit-transition: all .3s;
    transition: all .3s; }
  .benefits-slider .benefits-slider-nav .slick-slide {
    margin: 0 6px;
    text-align: center;
    font-weight: 500;
    font-size: 16px; }
    .benefits-slider .benefits-slider-nav .slick-slide:hover .benefits-icon, .benefits-slider .benefits-slider-nav .slick-slide.slick-current .benefits-icon {
      border-color: #EE314A; }
      .benefits-slider .benefits-slider-nav .slick-slide:hover .benefits-icon svg path, .benefits-slider .benefits-slider-nav .slick-slide.slick-current .benefits-icon svg path {
        fill: #EE314A;
        stroke: #EE314A; }
      .benefits-slider .benefits-slider-nav .slick-slide:hover .benefits-icon:before, .benefits-slider .benefits-slider-nav .slick-slide.slick-current .benefits-icon:before {
        height: 0px; }
      .benefits-slider .benefits-slider-nav .slick-slide:hover .benefits-icon:after, .benefits-slider .benefits-slider-nav .slick-slide.slick-current .benefits-icon:after {
        height: 0px; }
    .benefits-slider .benefits-slider-nav .slick-slide:hover span, .benefits-slider .benefits-slider-nav .slick-slide.slick-current span {
      color: #EE314A; }
  .benefits-slider .benefits-slider-for {
    margin: 26px -4px -4px -4px; }
    .benefits-slider .benefits-slider-for .slick-list {
      padding: 4px; }
    .benefits-slider .benefits-slider-for .flex-container {
      margin: 0 -10px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .benefits-slider .benefits-slider-for .description {
      width: 40%;
      margin: 0 10px; }
    .benefits-slider .benefits-slider-for .benefits-slide-image {
      width: 60%;
      margin: 0 10px;
      -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  .benefits-slider .slick-prev {
    left: -108px; }
  .benefits-slider .slick-next {
    right: -108px; }

.construction-slider {
  position: relative; }
  .construction-slider .slick-list {
    overflow: visible; }
    .construction-slider .slick-list .construction-slide {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      -webkit-transition: all 1s;
      transition: all 1s; }
    .construction-slider .slick-list .slick-current .construction-slide {
      -webkit-transform: scale(1);
      transform: scale(1); }
  .construction-slider .construction-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .construction-slider .construction-caption:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: -webkit-gradient(linear, left top, right top, from(rgba(164, 164, 164, 0.2)), to(rgba(164, 164, 164, 0)));
      background: linear-gradient(90deg, rgba(164, 164, 164, 0.2) 0%, rgba(164, 164, 164, 0) 100%);
      -webkit-filter: blur(4px);
      filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px); }
    .construction-slider .construction-caption > * {
      position: relative;
      z-index: 2;
      color: #fff; }
    .construction-slider .construction-caption .construction-name {
      font-weight: 600;
      font-size: 28px;
      position: relative;
      z-index: 2;
      display: inline-block;
      padding: 4px 0;
      border-top: 1px solid #EE314A;
      border-bottom: 1px solid #EE314A; }
    .construction-slider .construction-caption .show-image {
      font-weight: 500;
      font-size: 16px;
      padding-right: 42px;
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7C0.447715 7 -4.82823e-08 7.44772 0 8C4.82823e-08 8.55228 0.447715 9 1 9L1 7ZM31.7071 8.7071C32.0976 8.31658 32.0976 7.68341 31.7071 7.29289L25.3431 0.92893C24.9526 0.538406 24.3195 0.538406 23.9289 0.92893C23.5384 1.31945 23.5384 1.95262 23.9289 2.34314L29.5858 8L23.9289 13.6569C23.5384 14.0474 23.5384 14.6805 23.9289 15.0711C24.3195 15.4616 24.9526 15.4616 25.3431 15.0711L31.7071 8.7071ZM1 9L31 9L31 7L1 7L1 9Z' fill='%23EE314A'/%3E%3C/svg%3E%0A");
      background-position: right center;
      background-repeat: no-repeat;
      cursor: pointer; }
.fancy-images {
  opacity: 0;
  visibility: hidden;
  height: 0px; }

.modal-dialog {
  width: 80%;
  height:100%;
}
.modal-content{
  padding-top:80px;
  height:100%;
  text-align:center;
}
.modal-content h2{
  position:absolute;
  width:100%;
  top:15px;
}
@media screen and (max-width: 667px){
  .modal-dialog {
    height:auto;
  }
  .modal-content{
    height:auto;
  }
}
.modal-content > div {
  margin: 0 auto; }

.builders .flex-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -10px; }
  .builders .flex-container > * {
    padding: 0 10px;
    width: 50%; }
    .builders .flex-container > .builders-image img{
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.builders .btn {
  margin-top: 50px; }

.contacts {
  margin-top: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 45px 0;
  position: relative; }
  .contacts:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(164, 164, 164, 0.2)), to(rgba(164, 164, 164, 0)));
    background: linear-gradient(90deg, rgba(164, 164, 164, 0.2) 0%, rgba(164, 164, 164, 0) 100%);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.7); }
  .contacts .flex-container {
    position: relative;
    z-index: 2;
    margin: 0 -10px; }
    .contacts .flex-container > * {
      padding: 0 10px;
      width: 50%; }
  .contacts .contact-block .contact-row {
    margin-bottom: 30px; }
  .contacts .contact-block .title {
    margin-bottom: 14px;
    text-align: left; }
  .contacts .contact-block .address {
    font-size: 22px;
    color: #353535;
    background-size: 20px;
    padding-left: 32px;
    display: inline-block;
    line-height: 1.5;
    margin-top: 0; }
    .contacts .contact-block .address br{display: none;}
  .contacts .contact-block .phones {
    margin-left: 0;
    font-size: 22px;
    color: #353535;
    background-size: 20px;
    padding-left: 32px; }
    .contacts .contact-block .phones:hover {
      color: #EE314A;
      text-decoration: none; }
  .contacts .contact-form-wrapper .contact-form {
    background-color: #fff;
    max-width: 522px;
    padding: 60px 55px; }
  .contacts .title {
    font-weight: 600;
    font-size: 28px;
    color: #EE314A;
    margin-bottom: 30px;
    text-align: center; }
    .button-ajax{position: relative;}
    .wpcf7 .ajax-loader{position: absolute;top: 50%;transform: translateY(-50%);}
.description-text {
  font-size: 22px;
  margin-bottom: 30px;
  display: block;
  text-align: center; }

.mail {
  padding-left: 32px;
  font-size: 22px;
  color: #353535;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0.5H18C18.8239 0.5 19.5 1.17614 19.5 2V14C19.5 14.8239 18.8239 15.5 18 15.5H2C1.17614 15.5 0.5 14.8239 0.5 14V2C0.5 1.17614 1.17614 0.5 2 0.5ZM11.3259 8.76342C11.3262 8.76325 11.3265 8.76307 11.3268 8.7629L17.8562 4.67949C18.0107 4.59077 18.1462 4.47233 18.2547 4.33096C18.3659 4.1861 18.4466 4.02018 18.4918 3.84323C18.5371 3.6663 18.546 3.48202 18.5179 3.30154C18.4899 3.12108 18.4255 2.94818 18.3287 2.7933C18.2319 2.63843 18.1047 2.50481 17.9548 2.40052C17.8048 2.29624 17.6353 2.22346 17.4564 2.18659C17.2776 2.14972 17.0931 2.14954 16.9141 2.18604C16.7394 2.22166 16.5736 2.29153 16.4261 2.39156L10 6.41028L3.57389 2.39156C3.42642 2.29153 3.26057 2.22167 3.08588 2.18604C2.90693 2.14954 2.72244 2.14972 2.54356 2.18659C2.36469 2.22346 2.19516 2.29624 2.04522 2.40052C1.89529 2.50481 1.76808 2.63843 1.67128 2.7933C1.57449 2.94817 1.51012 3.12108 1.48208 3.30155C1.45405 3.48202 1.46292 3.6663 1.50816 3.84324C1.5534 4.02018 1.63408 4.1861 1.74531 4.33096C1.85385 4.47232 1.98929 4.59076 2.14377 4.67948L8.67325 8.7629C8.67353 8.76307 8.6738 8.76325 8.67408 8.76342C9.48665 9.27553 10.5134 9.27553 11.3259 8.76342Z' stroke='%23EE314A'/%3E%3C/svg%3E%0A");
  background-position: left center;
  background-repeat: no-repeat; }
  .mail:hover {
    color: #EE314A;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 0H2C0.9 0 0 0.9 0 2V14C0 15.1 0.9 16 2 16H18C19.1 16 20 15.1 20 14V2C20 0.9 19.1 0 18 0ZM17.6 4.25L11.06 8.34C10.41 8.75 9.59 8.75 8.94 8.34L2.4 4.25C2.29973 4.19371 2.21192 4.11766 2.14189 4.02645C2.07186 3.93525 2.02106 3.83078 1.99258 3.71937C1.96409 3.60796 1.9585 3.49194 1.97616 3.37831C1.99381 3.26468 2.03434 3.15581 2.09528 3.0583C2.15623 2.96079 2.23632 2.87666 2.33073 2.811C2.42513 2.74533 2.53187 2.69951 2.6445 2.6763C2.75712 2.65309 2.87328 2.65297 2.98595 2.67595C3.09863 2.69893 3.20546 2.74453 3.3 2.81L10 7L16.7 2.81C16.7945 2.74453 16.9014 2.69893 17.014 2.67595C17.1267 2.65297 17.2429 2.65309 17.3555 2.6763C17.4681 2.69951 17.5749 2.74533 17.6693 2.811C17.7637 2.87666 17.8438 2.96079 17.9047 3.0583C17.9657 3.15581 18.0062 3.26468 18.0238 3.37831C18.0415 3.49194 18.0359 3.60796 18.0074 3.71937C17.9789 3.83078 17.9281 3.93525 17.8581 4.02645C17.7881 4.11766 17.7003 4.19371 17.6 4.25Z' fill='%23EE314A'/%3E%3C/svg%3E%0A");
    text-decoration: none; }

.footer {
  padding-top: 30px;
  font-size: 12px;
  line-height: 100%; }
  .footer .logo{
    float: none;
  }
  .footer .flex-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer a {
    color: #353535; }
    .footer a:hover {
      color: #EE314A;
      text-decoration: none; }
      .wpcf7-form-control-wrap{position: static;}
      .wpcf7 form .wpcf7-response-output{margin-left: 0;margin-right: 0;}
      .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {border-color: #EE314A;}
#map {
  margin-top: 120px;
  height: 640px; }

@media screen and (max-width: 1199px) {
  section {
    padding-top: 80px; }
  .padding-section {
    margin-top: 80px;
    padding: 80px 0; }
    #map,.contacts {
      margin-top: 80px;}
  h1, .main-title {
    font-size: 60px;
    line-height: 76px; }
  h2, .secondary-title {
    font-size: 38px;
    margin-bottom: 24px; }
  .logo {
    top: -16px; }
  .logo svg {
    width: 100px; }
  .menu ul li {
    margin-left: 15px; }
  .banner-slider .banner-slide .main-banner-caption {
    padding: 15px 0; }
  .banner-slider .banner-slide .main-banner-caption span {
    font-size: 22px;
    max-width: 430px; }
  .benefits-slider .benefits-slider-for .description,
  .benefits-slider .benefits-slider-for .benefits-slide-image {
    width: 50%; }
  .contacts .contact-form-wrapper .contact-form {
    padding: 45px 25px; }
  #map {
    height: 540px; } }

@media screen and (max-width: 991px) {
  header {
    padding: 5px 0; }
  .logo {
    top: 0; }
  h5 {
    font-size: 24px; }
  .mobile-menu-btn {
    display: inline-block; }
  .mobile-wrap {
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .menu-open .mobile-wrap {
    z-index: 1001;
    opacity: 1;
    visibility: visible; }
  .menu ul li {
    display: block;
    margin: 0 0 10px 0; }
  .menu-open .mobile-menu-btn {
    height: 20px; }
    .menu-open .mobile-menu-btn span {
      margin-bottom: 0; }
      .menu-open .mobile-menu-btn span:nth-child(2) {
        opacity: 0; }
      .menu-open .mobile-menu-btn span:first-child {
        width: 20px;
        -webkit-transform: rotate(45deg) translate(4px, 5px);
        transform: rotate(45deg) translate(4px, 5px); }
      .menu-open .mobile-menu-btn span:last-child {
        width: 20px;
        margin-bottom: 0;
        -webkit-transform: rotate(-45deg) translate(-2px, 1px);
        transform: rotate(-45deg) translate(-2px, 1px); }
  .mobile-wrap .phones {
    margin: 30px 0; }
    .mobile-wrap .phones .open-dropdown {
      display: none; }
    .mobile-wrap .phones a {
      display: block; }
    .mobile-wrap .phones .dropdown-menu {
      display: block;
      position: static;
      min-width: auto;
      padding: 0;
      margin: 0;
      border: none; }
      .mobile-wrap .phones .dropdown-menu a {
        padding: 0; }
      .mobile-wrap .phones .dropdown-menu:before {
        content: none; }
  section {
    padding-top: 60px; }
  .padding-section {
    margin-top: 60px;
    padding: 60px 0; }
    #map,.contacts {
      margin-top: 60px;}
  h1, .main-title {
    font-size: 46px;
    line-height: 58px; }
  h2, .secondary-title {
    font-size: 32px; }
  .subtitle {
    font-size: 20px; }
    .banner-slider .banner-slide .banner-image {
      height: calc(100vh - 76px);}
  .banner-slider .banner-slide .main-banner-caption span {
    font-size: 18px;
    max-width: 350px; }
  .benefits-slider .benefits-slider-nav .benefits-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px; }
  .benefits-slider .benefits-slider-for .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .benefits-slider .benefits-slider-for .description, .benefits-slider .benefits-slider-for .benefits-slide-image {
    width: 100%; }
  .benefits-slider .custom-scroll-block {
    padding-right: 0 !important;
    margin: 0 20px 20px 0; }
  .construction-slider .slick-list .slick-slide {
    width: 600px; }
  .contacts .title {
    margin-bottom: 20px;
    font-size: 20px; }
  .contacts .contact-form-wrapper .contact-form {
    padding: 20px 15px; }
  .form-block {
    margin-bottom: 26px; }
  .contacts .contact-form .title {
    font-size: 22px; }
  .description-text {
    font-size: 16px; }
  .form-block label {
    font-size: 16px; }
  .footer {
    padding-top: 0; }
  .contacts .contact-block .address,
  .contacts .contact-block .phones,
  .mail {
    font-size: 18px; }
  #map {
    height: 440px; } }

@media screen and (max-width: 767px) {
  .wrapper {
    font-size: 16px; }
  section {
    padding-top: 40px; }
  .padding-section {
    margin-top: 40px;
    padding: 40px 0; }
    #map,.contacts {
      margin-top: 40px;}
  h5 {
    font-size: 20px; }
  h1, .main-title {
    font-size: 32px;
    line-height: 44px; }
  h2, .secondary-title {
    font-size: 26px;
    margin-bottom: 20px; }
  .subtitle {
    font-size: 16px; }
  .header {
    padding: 0; }
  .slider-navigation {
    width: 100%; }
  .slick-dots {
    bottom: 15px; }
  .modal-dialog {
    margin-left: auto;
    margin-right: auto; }
  .benefits-slider {
    padding: 0; }
  .construction-slider .slick-list .slick-slide {
    width: 290px; }
  .construction-slider .construction-caption {
    padding: 10px 15px; }
  .construction-slider .construction-caption .construction-name {
    font-size: 18px; }
  .construction-slider .construction-caption .show-image {
    font-size: 14px; }
  .builders .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .builders .flex-container > * {
    width: 100%; }
  .builders .flex-container > .builders-description {
    margin-top: 20px; }
  .builders .btn {
    margin-top: 20px; }
  .contacts .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .contacts .flex-container > * {
    width: 100%; }
  .contacts .flex-container > .contact-form-wrapper {
    margin-bottom: 20px; }
  .contacts .contact-block .title {
    display: none; }

  .contacts .contact-block .address, .contacts .contact-block .phones, .mail {
    font-size: 16px;
    display: inline-block;
    line-height: 22px;}
    .contacts .contact-block .address{
      line-height: 28px;
    }
  .contacts .contact-block .contact-row {
    margin-bottom: 20px; }
  .form-block input, .form-block textarea {
    padding: 4px 0; }
  .footer {
    padding: 15px 0; }
    .footer .logo{margin: 10px auto;}
  .footer .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #map {
    height: 340px; } }
