@charset "UTF-8";
html, body {
  background: #2b2b2b;
  font-family: 'Gilroy', sans-serif; }

a:hover, a:focus, a:active, .btn.focus, .btn:focus, button:focus {
  text-decoration: none;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

a, .hover_red, .button_callback, .button_link {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.container {
  max-width: 1170px; }

.transition-animation {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.icon_top {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #444343;
  text-align: center;
  margin-right: 10px; }

.blue_circle {
  border: 1px solid #444343;
  padding-top: 3px;
  padding-left: 3px; }
  .blue_circle:hover {
    border: 2px solid #ff0000; }

.blue_circle:hover svg,
.blue_circle:hover g {
  fill: #ff0000 !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.icon_whatsapp {
  position: absolute !important;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  display: block;
  margin-top: -6px; }

.icon_insta {
  position: absolute !important;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  display: block;
  margin-top: -4px; }

.icon_viber {
  position: absolute !important;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  display: block;
  margin-top: -4px; }

.icon_telegram {
  position: absolute !important;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  display: block;
  margin-top: -4px; }

.icon_top:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* Hover effect */
.icon-effect .icon_top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.icon-effect .icon_top:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

.icon-effect-1a .icon_top:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.phone_callback {
  font-size: 18px;
  font-weight: 900;
  color: white; }
  .phone_callback:hover {
    color: #ff0000;
    text-decoration: none; }

.button_callback {
  font-size: 12px;
  color: white;
  font-weight: bold;
  padding: 15px 30px;
  border: 1px solid #ff0000;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 10px 1px #ff0000;
  box-shadow: 0px 0px 10px 1px #ff0000;
  background: none; }
  .button_callback:hover {
    background: #ff0000; }

.button_link {
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 10px 1px #ff0000;
  box-shadow: 0px 0px 10px 1px #ff0000;
  background: #ff0000;
  font-size: 13px;
  color: white;
  border: 1px solid #ff0000;
  font-weight: bold;
  padding: 20px 30px; }
  .button_link:hover {
    color: white;
    -webkit-box-shadow: 0px 0px 10px 1px #ff0000;
    box-shadow: 0px 0px 10px 1px #ff0000;
    border: 1px solid #ff0000;
    background: none; }

h1 {
  font-size: 43px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 58px; }
  h1 strong {
    font-weight: 900; }

.top_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  height: 700px;
  width: 600px;
  position: absolute;
  right: 20px;
  top: -20px; }

.man_image:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #4f4f4f;
  border-radius: 50%;
  height: 700px;
  width: 700px;
  -webkit-animation: pulsate 2.9s ease-out;
  animation: pulsate 2.9s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.0;
  content: "";
  z-index: -1;
  margin: auto;
  position: absolute;
  top: -40px;
  left: 30px;
  right: 0;
  bottom: 0; }

.d-mob-show {
  display: none; }

.man_image .border_2:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #4f4f4f;
  border-radius: 50%;
  height: 900px;
  width: 900px;
  -webkit-animation: pulsate 2.9s ease-out;
  animation: pulsate 2.9s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.0;
  content: "";
  z-index: -1;
  margin: auto;
  position: absolute;
  top: -30px;
  left: -60px;
  right: 0;
  bottom: 0; }

.man_image .border_3:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #4f4f4f;
  border-radius: 50%;
  height: 1200px;
  width: 1200px;
  -webkit-animation: pulsate 2.9s ease-out;
  animation: pulsate 2.9s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.0;
  content: "";
  z-index: -1;
  margin: auto;
  position: absolute;
  top: -45px;
  left: -190px;
  right: 0;
  bottom: 0; }

.header {
  overflow: hidden; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.0; } }
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.0; } }
@-webkit-keyframes pulsatevideo {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes pulsatevideo {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
.z-98 {
  z-index: 98; }

.z-999 .col-lg-8 *, .form_skidka *, .form_skidka .input, .owl-client * {
  z-index: 999; }

.preim_short {
  font-size: 14px; }
  .preim_short .preim_info {
    font-weight: 200;
    font-style: normal;
    color: #c6c6c6; }

.mt-6 {
  margin-top: 4rem !important; }

.mb-6 {
  margin-bottom: 4rem !important; }

h2 {
  font-size: 30px; }

.calc_row:after,
.row_setting:after {
  content: "";
  display: block;
  border-bottom: 1px solid #4f4f4f;
  margin: 0 15px -45px 15px;
  width: 100%; }

.calc_title {
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-bottom: 0px; }

.chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

.chiller_cb {
  position: relative;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.chiller_cb input {
  display: none; }

.chiller_cb input:checked ~ span {
  background: #fd2727;
  border-color: #fd2727; }

.chiller_cb input:checked ~ span:before {
  width: 0.7rem;
  height: 0.14rem;
  -webkit-transition: width 0.1s;
  -o-transition: width 0.1s;
  transition: width 0.1s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.14rem;
  -webkit-transition: width 0.1s;
  -o-transition: width 0.1s;
  transition: width 0.1s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc; }

.chiller_cb input:disabled ~ label {
  color: #dcdcdc; }

.chiller_cb input:disabled ~ label:hover {
  cursor: default; }

.chiller_cb label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  color: white;
  font-size: 18px; }

.chiller_cb span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid #c6ccd2;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #c6ccd2;
  border-radius: 40%; }

.chiller_cb span:before {
  -webkit-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
  top: 0.7rem;
  left: 0.45rem; }

.chiller_cb span:after {
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem; }

.image_label img {
  cursor: pointer; }

.mb-7 {
  margin-bottom: 5rem !important; }

.number-spinner, .input_text {
  max-width: 160px;
  width: 100%;
  height: 60px;
  border-radius: 50px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  background: #ececec;
  border: 2px solid #ececec;
  overflow: hidden;
  position: relative;
  display: inline-table;
  text-align: center;
  outline: none !important;
  font-size: 18px;
  color: black; }
  .number-spinner input, .input_text input {
    text-align: center;
    height: 60px;
    max-height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: black;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    float: left;
    width: 100%; }
    .number-spinner input:focus, .input_text input:focus {
      outline: none; }
  .number-spinner .ns-btn, .input_text .ns-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer; }
    .number-spinner .ns-btn a, .input_text .ns-btn a {
      height: 30px;
      min-height: 30px;
      width: 30px;
      padding: 0;
      max-width: 40px;
      line-height: 40px;
      border-radius: 0;
      border: none;
      text-align: center;
      position: relative;
      background: #c6ccd2;
      color: white;
      display: inline-block;
      vertical-align: middle;
      text-decoration: none; }
    .number-spinner .ns-btn .icon-minus:after, .input_text .ns-btn .icon-minus:after {
      content: "\002212";
      font-size: 24px;
      line-height: 35px; }
    .number-spinner .ns-btn .icon-plus:after, .input_text .ns-btn .icon-plus:after {
      content: "\00002B";
      font-size: 24px;
      line-height: 35px; }
  .number-spinner .number_control, .input_text .number_control {
    display: table-cell;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 15px; }

.number_control .ns-btn:nth-child(1) a {
  border-radius: 5px 0px 0px 5px;
  border-right: 1px solid #b8bdc2; }

.number_control .ns-btn:nth-child(2) a {
  border-radius: 0px 5px 5px 0px; }

.calc_row .col-lg-9 label {
  color: white;
  font-size: 18px;
  margin-right: 20px; }

.center {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.calc_row .col-lg-9 select {
  z-index: 3;
  float: left; }

/** Custom Select **/
.custom-selects-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.custom-selects-wrapper select {
  display: none; }

.custom-selects {
  position: relative;
  display: inline-block; }

.custom-selects-trigger {
  position: relative;
  display: block;
  min-width: 130px;
  padding: 0 75px 0 25px;
  color: #2b2b2b;
  line-height: 60px;
  background-color: #ececec;
  cursor: pointer;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.custom-selects-trigger:hover {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
  box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1); }

.custom-selects-trigger:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 50px;
  top: 3px;
  right: 50px;
  margin-top: -3px;
  border-right: 1px solid #ececec;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.custom-selects-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-bottom: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.custom-selects.opened .custom-select-trigger:after {
  margin-top: 3px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  -ms-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%); }

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0%;
  right: 0;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  box-shadow: 0 2px 1px rgba(0, 0, 0, .1); */
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  border: 0; }

.custom-selects.opened .custom-options {
  opacity: 1;
  z-index: 999;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.option-hover:before {
  background: #f9f9f9; }

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  color: white;
  line-height: 47px;
  cursor: pointer;
  -webkit-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out; }

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.custom-option:hover,
.custom-option.selection {
  color: #ff0000; }

.row_setting .chiller_cb {
  margin: 20px 0px; }

@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }
@keyframes animatedBackground {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }
.screen3 .carousel-cell {
  width: 33%;
  height: auto;
  min-height: 100%;
  margin-right: 25px; }

.service_info {
  padding: 60px 65px;
  color: white;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: 0px 0px;
  background-repeat: repeat-x;
  -webkit-animation: animatedBackground 10s linear infinite alternate;
  animation: animatedBackground 10s linear infinite alternate; }
  .service_info:before {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 1; }
  .service_info * {
    z-index: 2;
    position: relative; }
  .service_info h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    min-height: 72px; }
  .service_info ul {
    margin-bottom: 40px; }
    .service_info ul li {
      font-size: 18px; }
      .service_info ul li:before {
        content: "\2022";
        color: red;
        font-weight: bold;
        display: inline-block;
        width: 20px;
        margin-left: 0em;
        font-size: 26px;
        vertical-align: middle; }
  .service_info .button_link {
    font-size: 12px; }
    .service_info .button_link:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }

.panel-body ul li {
  font-size: 16px; }
  .panel-body ul li:before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: 0em;
    font-size: 26px;
    vertical-align: middle; }

.service1 {
  background-image: url("/images/service/service1.jpg"); }

.service2 {
  background-image: url("/images/service/service2.jpg"); }

.service3 {
  background-image: url("/images/service/service3.jpg"); }

.screen4 .no-gutters .count_preim {
  color: #c6ccd2;
  font-size: 34px !important;
  font-weight: 200;
  position: relative;
  display: inline-block;
  margin-bottom: 5px; }
  .screen4 .no-gutters .count_preim:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #c6ccd2;
    position: absolute;
    bottom: 5px;
    left: 0px; }

.screen4 .no-gutters .col-lg-6 h3 {
  color: #ff0000;
  font-size: 22px;
  font-weight: bold; }
.screen4 .no-gutters .col-lg-6 p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 200; }

.screen4 .no-gutters .col-lg-6:nth-child(2n+1) {
  border-right: 1px solid #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
  padding: 20px 40px 20px 0px; }

.screen4 .no-gutters .col-lg-6:nth-last-child(1) {
  border-bottom: none !important; }

.screen4 .no-gutters .col-lg-6:nth-last-child(2) {
  border-right: 1px solid #4b4b4b;
  border-bottom: none; }

.screen4 .no-gutters .col-lg-6:nth-child(2n) {
  border-bottom: 1px solid #4b4b4b;
  padding: 20px 20px 20px 40px; }

.screen4 .container * {
  z-index: 98;
  position: relative; }

.screen6 .video_link {
  border-radius: 2px; }

.video_link {
  text-transform: uppercase;
  color: white;
  font-weight: normal;
  font-size: 16px;
  border-radius: 50px;
  vertical-align: middle;
  position: relative;
  padding: 12px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .video_link:hover i {
    -webkit-animation: pulsatevideo 1.5s ease-out;
    animation: pulsatevideo 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

.screen4 .container:after {
  content: '';
  background: #2b2b2b url(/images/bg_video.jpg) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -32px;
  right: -60%;
  z-index: 1; }

.screen5 .nav .nav-link {
  width: 33%;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 200;
  position: relative;
  border-bottom: 2px solid #c6ccd2; }

.screen5 .nav .active {
  font-weight: bold;
  border-bottom: 2px solid #ff0000; }
  .screen5 .nav .active:after {
    content: '';
    background: #2b2b2b;
    height: 2px;
    width: 2px;
    right: 0px;
    position: absolute;
    bottom: -2px;
    position: absolute; }
  .screen5 .nav .active:before {
    content: '';
    background: #2b2b2b;
    height: 2px;
    width: 2px;
    left: 0px;
    position: absolute;
    bottom: -2px;
    position: absolute; }

.panel-title a {
  background: #ff0000;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 15px 15px 25px;
  border-bottom: 1px solid #f20303; }

.panel-heading a:before {
  font-family: FontAwesome;
  content: "\f078";
  float: right;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.accordion .nav {
  margin: 0px -6px !important; }

.panel-heading h4 {
  margin-bottom: 0px; }

.table .thead-dark th {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  background-color: #3e3e3e;
  border: none !important; }

.table .thead-light th {
  background-color: #4a4a4a;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  color: white;
  border: none !important; }

.table tbody tr {
  cursor: pointer; }

.table td, .table th {
  border: none !important; }

.table tbody tr:nth-child(odd) {
  background-color: #ececec;
  /* фон нечетных строк */ }

.table tbody tr:nth-child(even) {
  background-color: #d8d8d8;
  /* фон четных строк */ }

.hover-red {
  background-color: #ff0000 !important;
  color: white !important;
  position: relative;
  display: table-row; }

.hover_link {
  background: #ff0000;
  right: 0px;
  font-weight: bold; }

.screen6 .nav-link:hover {
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  color: white; }

.screen6 .nav-pills .nav-item {
  width: auto;
  text-align: center;
  display: inline-block;
  margin-top: 5px; }

.screen6 .nav-pills .nav-link {
  font-size: 16px;
  color: #c6ccd2;
  background-color: #4c4c4c;
  border: 1px solid #4c4c4c;
  padding: 20px 15px;
  border-radius: 2px; }

.screen6 .nav-pills .nav-link.active, .screen6 .nav-pills .show > .nav-link {
  background: none !important;
  background-color: inherit;
  color: white; }

.f-24 {
  font-size: 24px; }

.bottom-0 {
  bottom: 0px; }

#callback_modal .modal-content {
  background: none; }
  #callback_modal .modal-content .close {
    position: absolute;
    right: 30px;
    top: -75px;
    color: #ff0000;
    opacity: 1;
    font-size: 40px;
    font-weight: normal; }

.video-wrap {
  position: relative;
  width: 100%;
  height: 400px; }
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.screen10 .input--kohana,
.modal .input--kohana {
  width: 100% !important;
  margin-right: 0px !important;
  margin-left: 0px !important; }

#menuToggle {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#menu > a:last-child {
  border-bottom: none; }

#menuToggle .footer {
  padding: 10px; }
  #menuToggle .footer .icon_top {
    width: 35px;
    height: 35px; }
  #menuToggle .footer svg {
    width: 20px;
    height: 20px; }
  #menuToggle .footer .phone_callback {
    font-size: 16px; }

#menuToggle a {
  text-decoration: none;
  color: white;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

#menuToggle a:hover {
  color: #ff0000; }

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none; }

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 27px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
  -ms-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }

.mob_phone {
  display: none; }

#menuToggle span:first-child {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

#menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%; }

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
  -ms-transform: rotate(45deg) translate(-2px, -1px);
  transform: rotate(45deg) translate(-2px, -1px);
  background: #ff0000; }

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  -ms-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2); }

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(0, -1px);
  -ms-transform: rotate(-45deg) translate(0, -1px);
  transform: rotate(-45deg) translate(0, -1px); }

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 400px;
  margin: -100px 0 0 -50px;
  padding: 0px;
  padding-top: 55px;
  background: #242424;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  display: none;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }

#menu > a {
  padding: 15px 30px;
  display: block;
  border-bottom: 1px solid rgba(66, 66, 66, 0.5); }

#menu li {
  padding: 0px 0;
  font-size: 18px; }

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  -webkit-transform: translate(-71%, 0);
  -ms-transform: translate(-71%, 0);
  transform: translate(-71%, 0);
  display: block; }

#menuToggle img {
  max-width: 200px; }

.info_logo {
  padding: 2px 25px 15px;
  border-bottom: 1px solid rgba(66, 66, 66, 0.5); }

.border-image {
  height: 170px;
  width: 170px;
  margin: auto;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 50%; }

.border-image img {
  position: absolute;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 170px;
  padding: 0px; }

.owl-person .name_person {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0px 0px; }
.owl-person .position_person {
  font-size: 16px;
  color: #a9a9a9;
  font-weight: 300; }
.owl-person .info_person {
  font-size: 16px;
  color: white;
  font-weight: 300; }

.owl-theme .owl-dots .owl-dot.active span {
  background: #ff0000; }

.screen8 .carousel-cell {
  width: 19%;
  height: 445px;
  min-height: 100%;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .screen8 .carousel-cell img {
    max-height: 445px;
    width: 100%;
    position: relative; }

.screen8 a {
  display: block;
  text-align: center;
  position: relative;
  margin: 0px 18px; }

.screen8 .flickity-viewport {
  height: 500px; }

.screen8 .carousel-cell.is-selected {
  padding: 0px; }
  .screen8 .carousel-cell.is-selected img {
    -webkit-box-shadow: 0px 0px 10px 1px #ff0000;
    box-shadow: 0px 0px 10px 1px #ff0000;
    max-height: 480px;
    margin-top: 3px; }
  .screen8 .carousel-cell.is-selected a:after {
    display: none; }

.screen8 .carousel-cell.is-selected:hover img {
  -webkit-box-shadow: none;
  box-shadow: none; }

.name_table {
  margin: 0px;
  color: white;
  padding: 10px 25px;
  font-weight: 200;
  background: #252525; }

.screen8 .carousel-cell a:after {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto; }

.screen10 .z-98 {
  z-index: 0 !important;
  height: 100%;
  min-height: 760px; }

[data-simplebar] {
  height: 280px;
  padding-right: 20px; }

.simplebar-scrollbar:before {
  background-color: #ff0000 !important; }

.carousel_images .carousel-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.carousel_images .carousel-cell div {
  position: relative;
  width: 575px;
  height: 430px;
  margin: auto;
  overflow: hidden;
  display: block; }
  .carousel_images .carousel-cell div a {
    display: block;
    width: 100%;
    height: 100%; }
  .carousel_images .carousel-cell div img {
    position: absolute;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 430px;
    padding: 0px; }

.carousel-cell-image {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }

/* fade in lazy loaded image */
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1; }

.form_skidka {
  background: #ececec;
  padding: 45px;
  margin-top: -100px; }
  .form_skidka h2 {
    color: black;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase; }
  .form_skidka p {
    color: #ff0000;
    font-size: 16px;
    font-weight: 600; }
  .form_skidka button {
    width: 100%;
    max-width: 300px; }
    .form_skidka button:hover {
      color: #ff0000; }

.screen10 {
  margin-top: 150px !important;
  margin-bottom: 30px !important; }

.screen10 .top_image {
  right: 20%;
  top: 0px; }

.screen10, .screen10 .container, .screen10 .row {
  height: 100%;
  min-height: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.screen10 .col-md-5 {
  height: 100%; }

.footer {
  background: #161616;
  z-index: 999;
  padding: 50px; }

.screen10 .man_image .border_3:after {
  display: none; }

.footer p {
  font-size: 14px; }
  .footer p a {
    color: #c6ccd2; }
    .footer p a:hover {
      color: #ff0000; }

@media screen and (max-width: 1090px) {
  h1 {
    font-size: 35px;
    line-height: 45px; }

  .service_info .button_link {
    width: 100%;
    padding: 20px 0px;
    display: block;
    text-align: center; }

  .service_info {
    padding: 45px; }

  .screen3 .carousel-cell {
    width: 30%;
    margin-right: 2%; }

  .screen4 .container:after {
    bottom: -115px; }

  .owl-person .name_person {
    font-size: 20px; }

  .screen8 .carousel-cell, .screen8 .flickity-viewport {
    height: 355px; }

  .border_3 img {
    max-width: 600px; }

  .man_image:after {
    height: 90%;
    width: 100%;
    top: -20%;
    left: 6%; }

  .man_image .border_2:after {
    height: 110%;
    width: 120%;
    top: -26%;
    left: -7%; }

  .man_image .border_3:after {
    display: none; } }
@media screen and (max-width: 1040px) {
  .screen4 .no-gutters .col-lg-6 h3 {
    font-size: 18px; }

  .screen8 .carousel-cell {
    width: 27%; }

  .button_link {
    font-size: 12px; }

  #menuToggle {
    display: none; } }
@media screen and (max-width: 980px) {
  .top_image {
    right: -80px; }

  .preim_short .preim_info {
    font-size: 13px; }

  .calc_title, .chiller_cb label, .calc_row .col-lg-9 label {
    font-size: 16px; }

  .service_info h2 {
    font-size: 28px;
    line-height: 35px; }

  .service_info {
    padding: 45px 25px; }

  .screen4 .no-gutters .count_preim {
    font-size: 22px !important; }

  .screen4 .container:after {
    right: -47%; }

  .form_skidka {
    padding: 30px;
    margin-top: 0px; }

  .screen10 .z-98 {
    height: 100%;
    min-height: 520px; }

  .screen10, .screen10 .container, .screen10 .row {
    min-height: 520px; } }
@media screen and (max-width: 915px) {
  .screen4 .no-gutters .col-lg-6:nth-child(2n) {
    padding: 20px; }

  .screen4 .no-gutters .col-lg-6:nth-child(2n+1) {
    padding: 20px 20px 20px 0px; }

  .owl-person .info_person {
    font-size: 14px; } }
@media screen and (max-width: 850px) {
  .screen6 .nav-pills .nav-link {
    font-size: 14px;
    padding: 20px 10px; }

  .service_info ul li {
    font-size: 15px; }

  .custom-selects-trigger {
    padding: 0 45px 0 25px; }

  .number-spinner input {
    height: 55px;
    max-height: 55px; }

  .phone_callback {
    font-size: 15px; }

  h1 {
    font-size: 26px;
    line-height: 36px; }

  .d-inline-block svg {
    width: 20px;
    height: 20px; }

  .icon_top {
    width: 40px;
    height: 40px; }

  .button_callback {
    padding: 15px 20px; }

  .border_3 img {
    max-width: 515px; }

  .top_image {
    right: 50px;
    width: 100%;
    height: 100%; }

  .man_image .border_2:after, .man_image:after {
    display: none; }

  .calc_title, .chiller_cb label, .calc_row .col-lg-9 label {
    font-size: 14px; } }
@media screen and (max-width: 768px) {
  /* #menuToggle{
     display: block;
   }
    */
  .header .col-sm-8 .d-inline-block:last-child {
    display: none !important; }

  h1 {
    text-align: center;
    margin-bottom: 15px; }
    h1 br {
      display: none; }

  .preim_short div {
    text-align: center;
    margin-bottom: 10px; }

  .top_image {
    display: none; }

  .header .mt-6 {
    text-align: center; }

  h2 {
    font-size: 22px; }

  .calc_row .col-sm-12 {
    margin-bottom: 25px; }

  .calc_title, .chiller_cb label, .calc_row .col-lg-9 label {
    font-size: 16px; }

  .screen3 .carousel-cell {
    width: 40%;
    margin-right: 2%; }

  .screen4 .no-gutters {
    margin-bottom: 10px !important; }

  .screen4 .align-items-center {
    margin: 10px 0px; }
    .screen4 .align-items-center a {
      margin: 0 auto; }

  .screen4 .container:after {
    opacity: 0.4; }

  .screen5 .nav .nav-link {
    font-size: 16px; }

  .table .thead-dark th, .table .thead-light th {
    font-size: 14px; }

  .screen6 .text-white {
    margin: 10px 0px; }

  .screen6 .video_link {
    position: relative !important;
    margin: 20px auto; }

  .screen7 {
    margin-top: 0px !important; }

  .screen10 .z-98 {
    display: none; }

  .screen2 .input {
    margin: 10px;
    max-width: 350px;
    width: 29%; }

  .screen2 {
    margin-top: 20px !important; }

  .custom-option {
    background: gray; } }
@media screen and (max-width: 730px) {
  .screen2 .button_link {
    width: 100%;
    padding: 20px 0px; }

  .screen8 .carousel-cell.is-selected img {
    max-height: 555px; }

  .screen8 .carousel-cell {
    height: auto;
    width: 33%;
    margin: 0px 5px; }

  .screen9 {
    margin-top: 10px !important; }

  .form_skidka {
    padding: 30px;
    max-width: 390px !important;
    margin: 0 auto; } }
@media screen and (max-width: 580px) {
  #menuToggle {
    display: block; }

  .fixed_bur {
    top: 22px !important; }

  .fixed_menu .img-fluid {
    display: none; }

  .fixed_menu .d-mob-show {
    display: flex;
    margin: 4px 0px;
    justify-content: center;
    align-items: center; }
    .fixed_menu .d-mob-show a {
      color: #ff0000;
      font-weight: bold;
      font-size: 18px; }

  .mob_phone {
    display: inline-block;
    margin-right: 32%;
    position: relative;
    padding-right: 20px; }
    .mob_phone:after {
      content: '';
      background: gray;
      width: 1px;
      height: 30px;
      position: absolute;
      right: 0px;
      top: 0px; }

  .fixed_menu {
    position: fixed;
    width: 100%;
    z-index: 9998;
    background: #2b2b2b; }

  .header .col-sm-8 .d-inline-block {
    display: none !important; }

  .header .pt-4 {
    padding: 10px 0px !important; }

  #menuToggle {
    top: 35px; }

  #menuToggle span {
    background: #ff0000; }

  .calc_title, .chiller_cb label, .calc_row .col-lg-9 label {
    font-size: 12px; }

  .screen2 .input {
    margin: 20px 10px;
    max-width: 350px;
    width: 46%; }

  .screen3 .carousel-cell {
    width: 60%; }

  .screen5 .nav .nav-link {
    font-size: 14px;
    padding-right: 0px;
    padding-left: 0px; }

  h2 {
    font-size: 18px;
    padding-bottom: 20px !important; }

  .service_info h2 {
    min-height: 95px; }

  .screen2 .row .col-12 .row .col-12 {
    margin: 10px 0px !important; }

  .screen2 .row .col-12 .row .col-12 label {
    width: 50%; }

  .custom-selects-trigger {
    padding: 0 70px 0 25px; } }
@media screen and (max-width: 500px) {
  #menuToggle {
    top: 29px; }

  .screen2 .input {
    margin: 20px 1%;
    max-width: 350px;
    width: 48%; }

  .screen2 .row .align-items-center {
    padding: 0px !important;
    margin: 0px !important; }
    .screen2 .row .align-items-center button {
      width: 98%; } }
@media screen and (max-width: 470px) {
  .panel-body ul li {
    font-size: 12px; }

  .footer .col-12 {
    padding: 0px; }

  .screen6 .nav-pills .nav-link {
    font-size: 12px;
    padding: 20px 5px; }

  .carousel_images .carousel-cell div {
    width: 510px;
    height: 325px; }

  .screen8 .carousel-cell {
    height: auto;
    width: 49%;
    margin: 0px 5px; }

  .footer .d-inline-block {
    display: block !important;
    width: 100%; }
    .footer .d-inline-block .phone_callback {
      font-size: 14px; }

  .footer {
    padding: 20px 0px; }

  .form_skidka {
    padding: 30px;
    max-width: inherit !important;
    margin: 0 auto;
    width: 100%; }

  .screen10, .screen10 .container, .screen10 .row {
    min-height: inherit !important; }

  .table .thead-dark th, .table .thead-light th {
    font-size: 11px; }

  .table td, .table th {
    font-size: 12px; }

  .screen5 .nav .nav-link {
    font-size: 11px;
    padding-right: 0px;
    padding-left: 0px; }

  .screen3 .carousel-cell {
    width: 80%; }

  #menuToggle {
    top: 22px;
    right: 6%; }

  .image_label img {
    max-width: 100%; }

  .custom-selects-trigger {
    padding: 0 45px 0 25px; }

  .screen2 .row .align-items-center button {
    width: 100%; }

  .screen10, .screen10 .container, .screen10 .row {
    display: block !important;
    width: inherit !important; }

  .footer .d-inline-block .phone_callback {
    font-size: 12px; }

  .info_logo {
    padding: 10px 25px 15px; }

  #menuToggle .footer {
    background: none;
    padding: 0px;
    margin-bottom: 15px; }

  #menuToggle input:checked ~ ul {
    height: 100vh;
    min-height: 100%;
    overflow-y: hidden; }

  .screen4 .container:after {
    display: none; }

  .header:after {
    content: '';
    background: url(/images/rezka.png) no-repeat center/contain;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10%;
    left: 0px;
    z-index: 0; }

  .header .text-white {
    z-index: 999; } }

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