@font-face {
  font-family: 'panton-regular';
  src: url(../assets-siberian/fonts/Panton.otf);
}
@font-face {
  font-family: 'panton-semibold';
  src: url(../assets-siberian/fonts/Panton%20SemiBold.otf);
}
@font-face {
  font-family: 'panton-bold';
  src: url(../assets-siberian/fonts/Panton%20Bold.otf);
}
@font-face {
  font-family: 'panton-extrabold';
  src: url(../assets-siberian/fonts/Panton%20ExtraBold.otf);
}
@font-face {
  font-family: 'panton-black';
  src: url(../assets-siberian/fonts/Panton%20Black.otf);
}

html,
body {
  margin: 0;
}

/* Reset CSS */
.promo_build * {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0;
  font-family: 'panton-semibold', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #414141;
  line-height: 1.5;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}
header.promo,
.promo_build {
  min-width: 1190px;
  position: relative;
}
.promo_build .container {
  width: 1200px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.promo_build .container:before,
.promo_build .container:after,
.promo_build .row:before,
.promo_build .row:after {
  display: block;
  content: '';
  clear: both;
}
.promo_build .row {
  margin-left: -15px;
  margin-right: -15px;
}
.promo_build .marg15 {
  margin-top: 15px !important;
}
.promo_build .marg25 {
  margin-top: 25px !important;
}
.promo_build .marg50 {
  margin-top: 50px !important;
}
.promo_build .marg75 {
  margin-top: 75px !important;
}
.promo_build .marg100 {
  margin-top: 100px !important;
}
.promo_build .hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* Columns Adaptive */
.col-12,
.col-10,
.col-9,
.col-8,
.col-6,
.col-5-5,
.col-4,
.col-3,
.col-2,
.col-2-5,
.col-1-5 {
  position: relative;
  float: left;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promo_build .col-12 {
  width: 100%;
}
.promo_build .col-10 {
  width: 83.33333333%;
}
.promo_build .col-9 {
  width: 75%;
}
.promo_build .col-8 {
  width: 66.66666666%;
}
.promo_build .col-6 {
  width: 50%;
}
.promo_build .col-5-5 {
  width: 35%;
}
.promo_build .col-4 {
  width: 33.33333333%;
}
.promo_build .col-3 {
  width: 25%;
}
.promo_build .col-2-5 {
  width: 20%;
}
.promo_build .col-2 {
  width: 16.66666666%;
}
.promo_build .col-1-5 {
  width: 15%;
}
.promo_build .clearfix {
  width: 100%;
  display: block;
  clear: both;
}

/* Text */
.promo_build h1 {
  font-size: 24px;
  margin: 30px 0 45px 0;
  text-align: center;
  font-weight: 500;
}
.promo_build h2 {
  font-size: 20px;
  font-weight: 500;
}
.promo_build .subheading {
  display: block;
  margin-bottom: 12px;
  color: #97c848;
  font-size: 18px;
}

/* Header*/
header {
  height: 158px;
  position: relative;
  padding-top: 30px; /*background:url(../assets-siberian/images/header-bg.png) no-repeat center;*/
  z-index: 100;
}
header nav {
  position: absolute;
  width: calc(50% - 100px);
  top: 45px;
}

header nav ul {
  text-align: center;
  padding-left: 0;
}

header nav:after {
  display: block;
  content: '';
  clear: both;
}
nav ul li {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 2px solid #737373;
}
nav ul li:not(:last-of-type) {
  margin-right: 38px;
}
nav ul li a {
  display: block;
  text-decoration: none;
}
nav ul li a span {
  color: #737373;
  font-size: 18px;
  font-family: 'panton-semibold', sans-serif;
}
nav ul li a .icon_holder {
  height: 25px;
}
nav ul li a .icon_holder img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

header .logo {
  position: absolute;
  top: 60px;
  left: calc(50% - 21px);
  height: 69px;
}
header .logo img {
  height: 100%;
}
.header_cta_holder {
  position: absolute;
  top: 44px;
  right: 0;
  width: calc(50% - 100px);
  text-align: center;
}

.header_cta_holder:after {
  display: block;
  content: '';
  clear: both;
}
.header_cta {
  display: inline-block;
}
.header_cta span {
  display: block;
  margin-bottom: 9px;
  color: #737373;
  font-size: 16px;
  font-family: 'panton-semibold', sans-serif;
}
.header_cta a {
  height: 24px;
  display: block;
  position: relative;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  transition: opacity 0.3s;
  opacity: 1;
}
.header_cta a:hover {
  opacity: 0.7;
}
.header_cta a:before {
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: -9px;
  left: -30px;
  content: url(../assets-siberian/images/i-arrow.png);
}
.header_cta:first-of-type a {
  width: 119px;
  background: url(../assets-siberian/images/header-btn-1.png) no-repeat;
  font-family: 'panton-semibold', sans-serif;
}
.header_cta:last-of-type a {
  width: 128px;
  background: url(../assets-siberian/images/header-btn-2.png) no-repeat;
  font-family: 'panton-semibold', sans-serif;
}
.header_cta .icon_holder {
  height: 25px;
}
.header_cta .icon_holder img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.header_cta:first-of-type {
  margin-right: 2vw;
}

/* Promo Banner*/
.promo_banner {
  height: 790px;
  position: relative;
  top: -265px;
  margin-bottom: -185px;
  background: url(../assets-siberian/images/main-banner.jpg) no-repeat center 143px;
  z-index: 90;
  overflow: hidden;
}
.promo_banner h1 {
  position: absolute;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.promo_banner h1:nth-of-type(1) {
  width: 660px;
  height: 75px;
  left: calc(50% - 330px);
  bottom: 253px;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  font-size: 60px;
  font-family: 'panton-black', sans-serif;
}
.promo_banner h1:nth-of-type(2) {
  width: 720px;
  height: 60px;
  left: calc(50% - 360px);
  bottom: 193px;
  border-radius: 30px;
  font-size: 34px;
  font-family: 'panton-bold', sans-serif;
  line-height: 55px;
}
.promo_banner h1:nth-of-type(3) {
  width: 420px;
  height: 48px;
  left: calc(50% - 210px);
  bottom: 145px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 24px;
  font-family: 'panton-bold', sans-serif;
}
.promo_banner a {
  width: 238px;
  height: 70px;
  display: block;
  position: absolute;
  bottom: 14px;
  left: calc(50% - 119px);
  background: url(../assets-siberian/images/banner-btn.png) no-repeat;
  z-index: 100;
  transition: opacity 0.3s;
  opacity: 1;
}
.promo_banner a:hover {
  opacity: 0.9;
}
.promo_banner:after {
  width: 1920px;
  height: 45px;
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 979px);
  content: url(../assets-siberian/images/banner-btn-bg.png);
}

/* Reasons */
.promo_5reasons {
  position: relative; /* padding-top:40px;*/
  padding-bottom: 85px;
  overflow: hidden;
}
.reason_holder .img_holder img {
  display: table;
  margin: 0 auto 22px auto;
}
.reason_holder span {
  display: block;
  text-align: center;
  color: #737373;
  font-size: 18px;
}
.promo_5reasons:after {
  width: 1440px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 720px);
  display: block;
  content: url(../assets-siberian/images/divider-shadow.png);
  clear: both;
  opacity: 0.4;
}

/* Production */
.promo_build .main .row {
  margin-bottom: 65px;
}
/*#catalog .container > h1{width:1149px; height:36px; margin: 40px auto 60px auto; background:url(../assets-siberian/images/heading.png) no-repeat center;}*/
.production_holder > .image_holder {
  position: relative;
  margin-bottom: 60px;
}
.production_holder.special > .image_holder:after {
  width: 216px;
  height: 59px;
  display: block;
  position: absolute;
  bottom: 9px;
  left: -4px;
  content: url(../assets-siberian/images/promo-ribbon.png);
}
.production_holder > .image_holder img {
  width: auto;
  max-width: 100%;
  margin: 0px auto;
  height: 337px;
  border-radius: 8px;
}
.production_holder > h2 {
  font-size: 32px;
  line-height: 32px;
}
.production_holder ul {
  margin-bottom: 20px;
  list-style: none;
}
.production_holder ul li,
.owl-item ul li {
  font-family: 'Open Sans', sans-serif !important;
}
.production_holder ul li:not(:last-of-type),
.owl-item ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
.production_holder ul li:before,
.owl-item ul li:before {
  width: 2px;
  height: 11px;
  display: block;
  float: left;
  position: relative;
  top: 5px;
  margin-right: 20px;
  background-color: #97c848;
  content: '';
}
.production_holder .owl-pagination {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -40px;
}
.production_holder .owl-pagination .owl-page span {
  background: #97c848;
}
.details,
.production_holder h3 {
  color: #45acdb;
  font-size: 16px;
  font-family: 'panton-bold', sans-serif;
}
.production_holder h3 {
  margin-bottom: 10px;
}
.details:hover {
  text-decoration: none;
}
.details_info {
}
.details_info u {
  font-family: 'Open Sans', sans-serif;
  color: #888;
  text-decoration: none;
}
.details_info p {
  margin-top: 18px;
  font-family: 'Open Sans', sans-serif;
}

.service_details {
  cursor: pointer;
}
.service_details:hover {
  color: #97c848;
}
.service_details_info {
}

.length {
  width: 100%;
  margin-top: 22px;
  margin-bottom: 18px;
  padding: 15px 0 17px 0;
  border-top: 1px dotted #aeaeae;
  border-bottom: 1px dotted #aeaeae;
}
.length h2,
.more_opts {
  margin-bottom: 5px;
  font-size: 18px;
}
.length input:not(:first-of-type) {
  margin-left: 15px;
}
.length input[type*='radio'] {
  width: 28px;
  height: 28px;
  -webkit-appearance: none;
  background: url(../assets-siberian/images/input-radio.png) no-repeat;
  cursor: pointer;
}
.length input[type*='radio']:checked {
  background: url(../assets-siberian/images/input-radio-active.png) no-repeat;
}
.length label {
  position: relative;
  top: -7px;
  margin-left: 2px;
  color: #737373;
  font-size: 18px;
  cursor: pointer;
}
.crossline {
}
.crossline.total_price {
  text-decoration: line-through;
  font-size: 18px;
  color: #999;
  margin-right: 8px;
}

/* More Options */
.more_opts {
  width: 100%;
  margin-bottom: 18px;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px dotted #aeaeae;
  padding-bottom: 11px;
  border-bottom: 1px dotted #aeaeae;
}
.more_opts mark {
  background: transparent;
}
.more_opts img {
  display: block;
  width: 100%;
  border-radius: 7px;
}
.more_opts > h2 {
  text-decoration: underline;
  color: #45acdb;
  margin-bottom: 7px;
}
.more_opts > h2:hover {
  text-decoration: none;
  color: #45acdb;
}
.more_opts h2 i {
  margin-left: 9px;
  color: #45acdb;
}
.more_opts > table {
  width: 100%;
}
table.services tr:last-of-type td {
  padding-top: 18px;
}
.more_opts > table tr td {
  padding: 4px 0;
}
.more_opts > table tr td:nth-of-type(2) {
  text-align: right;
}
.more_opts label {
  font-family: 'Open Sans', sans-serif !important;
  cursor: pointer;
}
.more_opts > td {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.more_opts td > p {
  color: #7d7d7d;
  line-height: 26px;
  font-size: 12px;
}

.more_opts input[type='checkbox'] {
  display: none;
}
.more_opts input[type='checkbox'] + label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: -2px;
  margin-right: 15px;
  vertical-align: middle;
  background: url(../assets-siberian/images/cbx.png) no-repeat;
  cursor: pointer;
}
.more_opts input[type='checkbox']:checked + label span {
  background: url(../assets-siberian/images/cbx-cd.png) no-repeat;
}
.divider {
  width: 100%;
  border-bottom: 1px dotted #aeaeae;
  margin: 18px 0;
}

/* Tooltip Info */
.tooltip {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: relative;
  top: 2px;
  margin-left: 5px;
  background: url(../assets-siberian/images/tooltip.png) no-repeat;
}
.tooltip_info.active {
  display: block;
}
.tooltip_info:before {
  position: absolute;
  top: -7px;
  left: 216px;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  transform: rotate(45deg);
  background-color: #fff;
}
.tooltip_info {
  display: none;
  width: 450px;
  position: absolute;
  top: 16px;
  left: -218px;
  padding: 10px 15px 15px 15px;
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  z-index: 100;
}
.tooltip_info h2 {
  margin: 0;
}
.tooltip_info p {
  padding-left: 15px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  line-height: inherit !important;
}
.tooltip_info table {
  width: 100%;
}
.tooltip_info table:first-of-type {
  padding-bottom: 4px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #aeaeae;
}
.tooltip_info table:not(:first-of-type) tr:first-of-type td:first-of-type {
  vertical-align: baseline;
}
.tooltip_info table * {
  vertical-align: middle;
}
.tooltip_info table img {
  width: 150px;
}
.minus,
.plus,
.tooltip_info input {
  margin-right: 4px;
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tooltip_info input {
  background: url(../assets-siberian/images/input.png) no-repeat;
  box-shadow: none;
  border: none;
  text-align: center;
}
.minus {
  margin-right: 4px;
  background: url(../assets-siberian/images/minus.png) no-repeat;
}
.plus {
  margin-right: 22px;
  background: url(../assets-siberian/images/plus.png) no-repeat;
}

/* Options Banner */
#carousel {
  margin-bottom: 135px;
}
#carousel .container {
  width: 1100px !important;
}
#carousel h2 {
  font-size: 32px;
  margin-bottom: 25px;
}
#options_banner {
  padding: 20px 20px 0 20px;
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #cfcfcf;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
#options_banner h2 {
  font-size: 22px;
  margin-bottom: 8px;
}
#options_banner img {
  display: block;
  width: 100%;
  border-radius: 7px;
}
#options_banner .btn {
  display: table;
  margin: 0 auto 10px auto;
  float: none !important;
}
#options_banner .size {
  display: block;
  text-align: center;
}
#options_banner .item img {
  display: block;
  width: 100%;
  height: auto;
}

#options_banner .owl-controls {
  margin: 25px -21px -5px -21px;
}
#options_banner .owl-page {
  padding: 15px;
  position: relative;
  display: inline-block;
  width: 25%;
  border-radius: 0 0 7px 7px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: inset 5px 5px 25px rgba(0, 0, 0, 0.12);
}
#options_banner .owl-page div:not([class='clearfix']) {
  height: 105px;
  border-radius: 7px;
  padding-top: 14px;
  box-sizing: border-box;
}
#options_banner .owl-page .btn,
#options_banner .owl-page .size {
  display: none;
}
#options_banner .owl-page.active .btn,
#options_banner .owl-page.active .size {
  display: table;
}
#options_banner .owl-page.active .size {
  width: 100%;
  font-size: 12px;
  color: #a0a0a0;
}
#options_banner .owl-page.active {
  border-top: 0;
  box-shadow: none;
}
#options_banner .owl-page.active div {
  background: #fff !important;
}
#options_banner .owl-item p {
  font-family: 'open sans', sans-serif;
  font-size: 14px;
}

#options_banner .owl-page span {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  background-color: transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
  text-align: center;
  text-decoration: underline;
  color: #8cba43;
  font-size: 16px;
  opacity: 1 !important;
}
#options_banner .owl-page span:hover,
#options_banner .owl-page.active span {
  color: #1d1d1d;
}

#options_banner .owl-theme .owl-prev,
#options_banner .owl-theme .owl-next {
  position: absolute;
  top: 5px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #c0c0c0;
  outline: none;
}

#options_banner .owl-prev {
  left: -48px !important;
  top: calc(50% + 28px) !important;
}

#options_banner .owl-next {
  right: -48px !important;
  top: calc(50% + 28px) !important;
}
.owl-item p,
.owl-item li {
  font-family: 'Open Sans', sans-serif !important;
}
.owl-item ul {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 15px;
}
.owl-item strong {
  margin-bottom: 7px;
  font-size: 18px;
}

/* Prices */
.total_price {
  color: #f65a36;
  font-family: 'panton-regular', sans-serif;
}
.total_price mark {
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.production_holder .cta {
  margin-top: 30px;
  margin-bottom: 15px;
}
.production_holder .cta:after {
  display: block;
  content: '';
  clear: both;
}
.production_holder .btn,
#options_banner .btn {
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  line-height: 42px;
  text-decoration: none;
  font-family: 'panton-bold', sans-serif;
  transition: opacity 0.3s;
  opacity: 1;
}
.production_holder .btn:hover {
  opacity: 0.7;
}
.production_holder .btn:first-of-type {
  width: 146px;
  height: 41px;
  margin-right: 15px;
  background: url(../assets-siberian/images/production-btn-1.png) no-repeat;
}
.production_holder .btn:last-of-type,
#options_banner .btn {
  width: 174px;
  height: 41px;
  background: url(../assets-siberian/images/production-btn-2.png) no-repeat;
}
.production_holder .btn i,
#options_banner .btn i {
  margin-right: 5px;
  color: #fff;
}
.size {
  color: #7e7e7e;
  font-size: 16px;
  font-family: 'panton-bold', sans-serif;
}
.size:hover {
  text-decoration: none;
}

/* Main Form */
.order_form {
  position: relative;
  height: 552px;
  padding-top: 30px;
  background: url(../assets-siberian/images/main-form.png) no-repeat center;
}
.order_form h1,
#catalog .container > h1 {
  position: relative;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 48px;
  font-family: 'panton-extrabold', sans-serif;
  text-transform: uppercase;
}
.order_form h1:before,
#catalog .container > h1:before,
.order_form h1:after,
#catalog .container > h1:after {
  width: 175px;
  display: block;
  content: '';
  position: absolute;
  top: 35px;
  border-top: 1px solid #fff;
}
.order_form h1:before,
#catalog .container > h1:before {
  left: 0;
}
.order_form h1:after,
#catalog .container > h1:after {
  right: 0;
}

#catalog .container > h1 {
  margin-top: 20px !important;
}
#catalog .container > h1 {
  color: #444;
}
#catalog .container > h1:before,
#catalog .container > h1:after {
  border-color: #444 !important;
}

.order_form span:not(:last-of-type) {
  width: 33.33333333%;
  display: inline-block;
  float: left;
  padding-top: 30px;
  box-sizing: border-box;
}
.order_form span:nth-of-type(1) {
  padding-right: 30px;
}
.order_form span:nth-of-type(3) {
  padding-left: 30px;
}
.order_form label:not([for*='order_message']) {
  display: block;
  top: 0;
  margin-bottom: 10px;
  padding-left: 15px;
  color: #fff;
}
.order_form label:nth-of-type(2) {
  left: 33.33333333%;
}
.order_form label:nth-of-type(3) {
  left: calc(66.66666666% + 30px);
}
.order_form label[for*='order_message'] {
  position: relative;
  left: 15px;
  margin-top: 15px;
  padding-left: 15px;
  color: #fff;
}
.order_form label[for*='order_message']:before {
  display: block;
  content: '';
  clear: both;
}
.order_form input {
  width: 100%;
  height: 47px;
  box-sizing: border-box;
  padding-left: 20px;
  border-radius: 47px;
  background-color: #fff;
  margin-bottom: 20px;
}
.order_form textarea {
  width: 100%;
  height: 206px;
  margin-top: 10px;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 20px;
  border-radius: 25px;
  background-color: #fff;
}
.order_form input[type='submit'] {
  width: 220px;
  height: 52px;
  position: absolute;
  bottom: -92px;
  left: calc(50% - 109px);
  display: block;
  color: transparent;
  cursor: pointer;
  background: url(../assets-siberian/images/form-btn.png) no-repeat;
  transition: opacity 0.3s;
}
.order_form input[type='submit']:hover {
  opacity: 0.8;
}
.order_form .wpcf7-validation-errors,
.order_form .wpcf7-response-output {
  display: block !important;
  margin: 0 !important;
  position: absolute !important;
  bottom: 0 !important;
  background: transparent !important;
  color: #fff !important;
}

/* Testimonials */
.testimonials {
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
.testimonials h1 {
  margin-top: 50px;
}
.testimonials_holder {
  padding-bottom: 85px;
  overflow: hidden;
}
.testimonials:before {
  width: 1440px;
  height: 20px;
  position: absolute;
  top: 0;
  left: calc(50% - 720px);
  display: block;
  content: url(../assets-siberian/images/divider-shadow.png);
  clear: both;
  opacity: 0.4;
}
.testimonials_holder .item {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials_holder .media,
.testimonials_holder .info {
  display: inline-block;
  float: left;
  box-sizing: border-box;
}
.testimonials_holder .media {
  width: 20%;
}
.testimonials_holder .media img {
  width: 100%;
  display: block;
}
.testimonials_holder .info {
  width: 70%;
  padding-left: 25px;
}
.testimonials_holder .info h4 {
  padding-bottom: 17px;
  font-size: 18px;
  color: #888;
}
.testimonials_holder .info p {
  padding-bottom: 17px;
  font-family: 'Open Sans', sans-serif !important;
}
.testimonials_holder .ns,
.date {
  font-family: 'Open Sans', sans-serif;
  color: #888;
}

.testimonials_holder .ns,
.testimonials_holder .date {
  display: block;
  font-style: italic;
}

/* Certificates */
.certificates {
  padding-bottom: 75px;
}
.certificates .item .media img {
  border-radius: 7px;
}

/* Map */
footer {
  position: relative;
  background: url(../assets-siberian/images/map.png) no-repeat center;
}
.map-info {
  width: 316px;
  height: 312px;
  position: absolute;
  top: calc(50% - 158px);
  right: calc(50% - 380px);
  background: url(../assets-siberian/images/map-info.png) no-repeat center;
}

/* Headings */
.testimonials h1,
.certificates h1 {
  position: relative;
  margin: 35px 0 20px 0;
  color: #737373;
  font-size: 48px;
  font-family: 'panton-extrabold', sans-serif;
}
.certificates h1 {
  margin-bottom: 35px;
}
.testimonials h1:before,
.testimonials h1:after,
.certificates h1:before,
.certificates h1:after {
  display: block;
  content: '';
  position: absolute;
  top: 36px;
  border-top: 1px solid #aeaeae;
}
.testimonials h1:before,
.testimonials h1:after {
  width: 160px;
}
.certificates h1:before,
.certificates h1:after {
  width: 405px;
}
.testimonials h1:before,
.certificates h1:before {
  left: 0;
}
.testimonials h1:after,
.certificates h1:after {
  right: 0;
}

/* Popup */
.popup_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s,
    visibility 0.3s 0s;
}
.popup_container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.popup_content {
  width: 500px;
  position: relative;
  margin: 100px auto 50px auto;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 4px;
  background: #45acdb;
}
#order-p .popup_content {
  background: #97c848;
}

.popup_close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #cfcfcf;
  transition: color 0.3s;
  cursor: pointer;
}
.popup_close:hover {
  color: #a1c7e0;
  transition: color 0.3s;
}
.popup_close i {
  color: #fff;
  font-size: 30px;
}

.popup h5 {
  margin-top: 5px;
  margin-bottom: 40px;
  color: #fff;
  font-family: 'panton-bold', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
}
.popup_img {
  box-sizing: border-box;
  border: 10px solid #f8f8f8;
}
.popup img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
.popup a:hover {
  text-decoration: none;
}
.popup .btn {
  margin: 0;
  margin-top: 20px;
}

.popup_wrap:target {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.3s,
    visibility 0.3s 0s;
}

.popup label {
  display: block;
  margin-bottom: 5px;
  padding-left: 15px;
  color: #fff;
  margin-top: 10px;
}
.popup span {
  display: block;
  margin-bottom: 20px;
}
.popup label[for*='question'] {
  margin-top: 20px;
}
.popup input {
  width: 100%;
  height: 47px;
  box-sizing: border-box;
  padding-left: 20px;
  border-radius: 47px;
  background-color: #fff;
}
.popup textarea {
  max-width: 100%;
  width: 100%;
  min-height: 150px;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 20px;
  border-radius: 25px;
  background-color: #fff;
}
.popup input[type='submit'] {
  width: 220px;
  height: 52px;
  display: block;
  margin: 30px auto 15px auto;
  color: transparent;
  cursor: pointer;
  background: url(../assets-siberian/images/form-btn.png) no-repeat;
  transition: opacity 0.3s;
}
.popup input[type='submit']:hover {
  opacity: 0.8;
}
#consultation .popup_content {
  background: #45acdb;
}
#header_callback span,
#header_callback a,
#order-p span,
#order-p a,
#order span,
#order a #consultation span,
#consultation a {
  font-size: 12px;
}
div.wpcf7-response-output {
  border: none !important;
  color: #fff;
}

/* Owl carousel */
.owl-prev,
.owl-next {
  width: 42px;
  height: 42px;
  position: absolute;
  top: calc(50% - 21px);
}
.owl-prev {
  left: 30px;
  background: url(../assets-siberian/images/circle-left.png) no-repeat;
}
.owl-next {
  right: 30px;
  background: url(../assets-siberian/images/circle-right.png) no-repeat;
}

#cerficiates_banner {
  width: 1030px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#cerficiates_banner .owl-item {
  box-sizing: border-box;
  padding: 15px;
}
#cerficiates_banner .owl-prev {
  left: -60px;
}
#cerficiates_banner .owl-next {
  right: -60px;
}

/* Copyright */
.copyright {
  position: relative;
  padding: 30px 0 40px 0;
}
.copyright p {
  margin-top: 10px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #999;
}
.copyright .author {
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
}
.copyright .author img {
  display: block;
  margin-bottom: 10px;
}

/*fixes*/
div.wpcf7 img.ajax-loader {
  display: none;
}

/*.form_consult{
    position:relative; 
    height: 363px;
    padding-top: 50px;
    padding: 50px 10% 5px 10%;
    background:url(../assets-siberian/images/main-form.png) no-repeat center;
}
.form_consult h1 {position:relative; margin: 0 0 20px 0; color:#fff; font-size:48px; font-family:'panton-extrabold', sans-serif; text-transform:uppercase;}
.form_consult h1:before, .form_consult h1:after{width:175px; display:block; content:""; position:absolute; top:35px; border-top:1px solid #fff;}
.form_consult h1:before {left:0;}
.form_consult h1:after{right:0;}


.form_consult span:not(:last-of-type){width:33.33333333%; display:inline-block; float:left; padding-top:30px; box-sizing:border-box;}
.form_consult span:nth-of-type(1){padding-right:30px;}
.form_consult span:nth-of-type(3){padding-left:30px;}
.form_consult label:not([for*='order_message']){display:block;  top:0; margin-bottom:10px; padding-left:15px; color:#fff;}
.form_consult label:nth-of-type(2){left:33.33333333%;}
.form_consult label:nth-of-type(3){left:calc(66.66666666% + 30px);}
.form_consult label[for*='order_message']{position:relative; left:15px; margin-top:15px; padding-left:15px; color:#fff;}
.form_consult label[for*='order_message']:before{display:block; content:""; clear:both;}
.form_consult input{width:100%; height:47px; box-sizing:border-box; padding-left:20px; border-radius:47px; background-color:#fff;  margin-bottom: 20px;}
.form_consult textarea{width:100%; height:206px; margin-top:10px; box-sizing:border-box; padding-top:15px; padding-left:20px; border-radius:25px; background-color:#fff;}
.form_consult input[type='submit']{width:330px; height:52px; font-size: 16px; position:absolute; bottom:-111px; left:calc(50% - 160px); display:block; cursor:pointer; background:url(../assets-siberian/images/consult.png) no-repeat; transition:opacity .3s;}
.form_consult input[type='submit']:hover{opacity:0.8;}
*/
.form_consult {
  position: absolute;
  padding-top: 50px;
  padding: 2%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 28px;
  right: 4%;
  top: 0;
  z-index: 100;
}

@media (max-width: 1800px) {
  .promo_banner h1:nth-of-type(3) {
    left: calc(32% - 210px);
  }
  .promo_banner h1:nth-of-type(2) {
    left: calc(32% - 360px);
  }
  .promo_banner h1:nth-of-type(1) {
    left: calc(32% - 330px);
  }
}
.form_consult h1 {
  position: relative;
  color: #fff;
  font-size: 21px;
  font-family: 'panton-extrabold', sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.form_consult h4 {
  color: #fff;
  text-align: center;
  margin: 0 0 12px 0;
}

.form_consult span:not(:last-of-type) {
  width: 33.33333333%;
  display: inline-block;
  float: left;
  padding-top: 30px;
  box-sizing: border-box;
}
.form_consult span:nth-of-type(1) {
  padding-right: 30px;
}
.form_consult span:nth-of-type(3) {
  padding-left: 30px;
}
.form_consult label:not([for*='order_message']) {
  display: block;
  top: 0;
  margin-bottom: 10px;
  padding-left: 15px;
  color: #fff;
}
.form_consult label:nth-of-type(2) {
  left: 33.33333333%;
}
.form_consult label:nth-of-type(3) {
  left: calc(66.66666666% + 30px);
}
.form_consult label[for*='order_message'] {
  position: relative;
  left: 15px;
  margin-top: 15px;
  padding-left: 15px;
  color: #fff;
}
.form_consult label[for*='order_message']:before {
  display: block;
  content: '';
  clear: both;
}
.form_consult input {
  width: 100%;
  height: 47px;
  box-sizing: border-box;
  padding-left: 20px;
  border-radius: 47px;
  background-color: #fff;
  margin-bottom: 20px;
}
.form_consult textarea {
  width: 100%;
  height: 206px;
  margin-top: 10px;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 20px;
  border-radius: 25px;
  background-color: #fff;
}
.form_consult input[type='submit'] {
  width: 100%;
  /* height: 52px; */
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 4px;
  padding: 0;
  background: #ddd;
  /* position: absolute; */
  /* bottom: -111px; */
  /* left: calc(50% - 160px); */
  /* display: block; */
  /* cursor: pointer; */
  /* background: url(../assets-siberian/images/consult.png) no-repeat; */
  transition: opacity 0.3s;
}
.form_consult input[type='submit']:hover {
  opacity: 0.8;
}
.form_consult span,
.form_consult a {
  color: #fff;
  font-size: 12px;
}
.form_consult .container {
  width: 400px;
}
#catalog .service_details_info tr:last-child .tooltip_info {
  left: 0;
}
#catalog .service_details_info tr:last-child .tooltip_info::before {
  left: 0;
}

/* new */

/*   
body, html {
    height: 100%;
    font-size: 16px;
}
  
body {
    font-family: 'Roboto', Helvetica, sans-serif;
    line-height: 1.42;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
  
.wrapper {

    min-height: 100%;
    position: relative;

} */

tr:has(input[value='Система автоматического полива']) {
  display: none !important;
}

input[type="submit"] {
  cursor: pointer;
}