@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/montserrat.regular.eot");
  src: url("../webfonts/montserrat.regular.woff2") format("woff2"), url("../webfonts/montserrat.regular.woff") format("woff"), url("../webfonts/montserrat.regular.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/montserrat.medium.eot");
  src: url("../webfonts/montserrat.medium.woff2") format("woff2"), url("../webfonts/montserrat.medium.woff") format("woff"), url("../webfonts/montserrat.medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/montserrat.semibold.eot");
  src: url("../webfonts/montserrat.semibold.woff2") format("woff2"), url("../webfonts/montserrat.semibold.woff") format("woff"), url("../webfonts/montserrat.semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/montserrat.bold.eot");
  src: url("../webfonts/montserrat.bold.woff2") format("woff2"), url("../webfonts/montserrat.bold.woff") format("woff"), url("../webfonts/montserrat.bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
:root {
  --white: #ffffff;
  --yellow: #feb33d;
  --green: #07b257;
  --rhino: #3e4757;
  --haiti: #252328;
  --ghost-white: #f4f6ff;
  --gray: #8d8d8d;
}

body {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Verdana, Arial, sans-serif;
  font-size: 15px;
  background-color: #f5f5f5;
  font-weight: 100;
  color: var(--haiti);
}

body.disabled {
  height: 100%;
  overflow: hidden;
}

header, main, footer, section, nav {
  display: block;
}

a {
  text-decoration: none;
  transition: color 0.3s linear;
  cursor: pointer;
}

button.btn {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#overlay {
  display: none;
  position: fixed;
  z-index: 20;
  background-color: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

#overlay.active {
  display: block;
  opacity: 0.85;
}

.icon-svg {
  width: 22px;
  height: 22px;
  color: #ff6600;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.block-header {
  font-size: 28px;
  font-weight: 600;
}

.header-top {
  height: 60px;
  background-color: var(--rhino);
  font-size: 15px;
}

.header-top .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top .nav {
  flex: 1;
}

.header-top .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.header-top .nav ul li {
  margin-right: 20px;
}

.header-top .nav ul li a {
  color: #f2f2f2;
}

.header-top .nav ul li a:hover {
  color: var(--yellow);
}

.header-top .phones {
  display: flex;
}

.header-top .phones > div:first-child {
  margin-right: 30px;
}

.header-top .phones .callback a {
  color: var(--yellow);
  border-bottom: 1px var(--yellow) solid;
}

.header-top .phones .callback a:hover {
  color: #f2f2f2;
  border-bottom: 1px var(--rhino) solid;
}

.header-top .phones .phone a {
  font-size: 16px;
  color: #f2f2f2;
  font-weight: 800;
}

.header-top .phones .phone a:hover {
  color: var(--yellow);
}

.header-main {
  background-color: #ffffff;
}

.header-main .container > div {
  width: 100%;
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.header-main .logo {
  margin-right: 40px;
}

.header-main .logo img {
  max-width: 200px;
  height: auto;
  display: block;
}

.header-main .contacts {
  flex: 1;
  font-size: 13px;
}

.header-main .contacts > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-main .contacts p {
  margin: 0;
  font-weight: 400;
}

.header-main .contacts a {
  color: var(--haiti);
}

.header-main .contacts a:hover {
  color: var(--green);
}

.header-main .contacts .gray {
  margin-bottom: 2px;
  color: var(--gray);
  font-weight: 100;
}

.header-main .contacts .icon-svg {
  color: var(--yellow);
  margin-right: 10px;
}

.header-main .contacts > div:first-child {
  margin-bottom: 8px;
}

.header-main .buttons button {
  width: 210px;
  height: 50px;
  font-size: 15px;
  font-weight: 100;
  color: #000000;
}

.header-main .buttons button.zamer {
  color: var(--rhino);
  background-color: var(--yellow);
  margin-right: 20px;
}

.header-main .buttons button.calc {
  background-color: var(--green);
  color: #ffffff;
}

.header-main .buttons button.zamer:hover {
  background-color: #e0a800;
}

.header-main .buttons button.calc:hover {
  background-color: #218838;
}

.header-bottom {
  background-color: #ffffff;
  box-shadow: 0 7px 6px rgba(0, 0, 0, 0.03);
}

.header-bottom .container > div {
  border-top: 1px solid #e2e4e6;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.header-bottom .container > div > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-bottom a span {
  color: var(--rhino);
  font-size: 15px;
  font-weight: 400;
  transition: color 0.15s ease-in-out;
}

.header-bottom a:hover span, .header-bottom a:hover .icon-svg {
  color: var(--yellow);
}

.header-bottom .icon-svg {
  color: var(--green);
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: color 0.15s ease-in-out;
}

.actions-gallery {
  padding-top: 35px;
}

.actions-gallery .swiper {
  border-radius: 16px;
}

.actions-gallery .swiper img {
  max-width: 100%;
  display: block;
}

.comp-values {
  margin-top: 35px;
}

.comp-values .values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.comp-values .values > div {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  width: calc(25% - 10px);
  box-sizing: border-box;
}

.comp-values .values > div .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comp-values .values > div .icon-svg {
  width: 36px;
  height: 36px;
  color: var(--green);
  margin-left: 10px;
}

.comp-values .values > div .icon-svg.small {
  width: 30px;
  height: 30px;
}

.comp-values .values > div span {
  font-size: 18px;
  font-weight: 400;
  color: var(--green);
}

.comp-values .values > div .desc {
  font-weight: 100;
  margin-top: 10px;
}

.production .block-header {
  margin-top: 35px;
}

.production .swiper {
  margin-top: 15px;
}

.production .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 28%;
}

.production .swiper-slide .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(255, 255, 255, 0) 80%);
}

.production .swiper-slide .prod-price {
  position: absolute;
  z-index: 3;
  top: 15px;
  background-color: var(--yellow);
  padding: 5px 12px 5px 15px;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  color: #000000;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}

.production .swiper-slide .prod-price span {
  font-weight: 600;
}

.production .swiper-slide .prod-name {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  width: calc(100% - 30px);
}

.production .prod-img img {
  max-width: 100%;
  display: block;
}

.numbers {
  min-height: 200px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.numbers .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.numbers .container > div {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin: 0 35px;
}

.numbers .icon-svg {
  color: var(--yellow);
  width: 64px;
  height: 64px;
  margin-right: 15px;
}

.numbers .container > div span {
  display: block;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.calculator {
  margin-top: 35px;
}

.calculator .container {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 35px 45px;
}

.calculator .block-header {
  margin-bottom: 15px;
}

.jscalc {
  display: flex;
}

.jscalc .pic {
  position: relative;
  flex: 1;
  margin-right: 30px;
  padding-bottom: 65px;
}

.jscalc .pic img {
  max-width: 100%;
  border-radius: 20px;
  display: block;
}

.jscalc .pic .detalis {
  position: absolute;
  margin-top: -85px;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 150px;
}

.jscalc .pic .detalis > div {
  width: 160px;
  height: 160px;
  z-index: 2;
  border-radius: 50%;
  background-color: #fff;
  padding: 6px;
  box-sizing: border-box;
  margin: 0 15px;
}

.jscalc .pic .detalis div > div {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.jscalc .pic .detalis div > div span {
  display: block;
  position: absolute;
  bottom: 18px;
  color: #000;
  background-color: var(--yellow);
  font-size: 13px;
  padding: 2px 8px 3px 8px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.jscalc .fields {
  max-width: 300px;
}

.jscalc .fields > div {
  margin-top: 15px;
}

.jscalc .fields > div:first-child {
  margin-top: 0;
}

.jscalc .fields .select label {
  display: block;
  margin-bottom: 5px;
  color: var(--gray);
}

.jscalc .fields .select select {
  width: 300px;
  background-color: #f1f1f1;
  border: 0;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 10px;
}

.jscalc .fields .color .color-group {
  display: flex;
  flex-wrap: wrap;
}

.jscalc .fields .color label {
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
  margin-top: 10px;
}

.jscalc .fields .color .radio-option {
  width: 40px;
  height: 40px;
  border: 1px #e1e1e1 solid;
  padding: 2px;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 2px 2px 0 0;
}

.jscalc .fields .color .radio-option.selected {
  border: 1px var(--yellow) solid;
}

.jscalc .fields .color .radio-option > div {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}

.jscalc .fields .price {
  border-top: 1px #e1e1e1 solid;
}

.jscalc .fields .price label {
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
  margin-top: 10px;
  color: var(--gray);
}

.jscalc .fields .price > div {
  font-size: 20px;
  font-weight: 400;
}

.jscalc .fields .price > div span {
  font-size: 38px;
  font-weight: 800;
  color: var(--green);
}

.swiper {
  --swiper-theme-color: var(--yellow);
  --swiper-navigation-size: 32px;
}

@media (max-width: 1200px) {
  .header-top .nav ul li {
    margin-right: 10px;
  }
  .header-top .phones > div:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 960px) {
  .header-top, .header-main, .header-bottom {
    display: none;
  }
  .block-header {
    font-size: 24px;
  }
  .actions-gallery {
    padding-top: 15px;
  }
  .comp-values .values {
    flex-wrap: wrap;
  }
  .comp-values .values > div {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .production .container {
    padding: 0 0 0 10px;
  }
  .production .swiper {
    padding-right: 10px;
  }
  .production .swiper-slide {
    width: 38%;
  }
  .numbers .container > div {
    display: flex;
    align-items: center;
    margin: 0 10px;
    flex-direction: column;
    text-align: center;
  }
  .numbers .icon-svg {
    width: 52px;
    height: 52px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .numbers .container > div span {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .container {
    padding: 0 10px;
  }
  .block-header {
    font-size: 18px;
  }
  .comp-values .values {
    flex-wrap: wrap;
  }
  .comp-values .values > div {
    padding: 10px 12px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .comp-values .values > div .header {
    align-items: center;
  }
  .comp-values .values > div .icon-svg {
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    margin-left: unset;
  }
  .comp-values .values > div span {
    font-size: 16px;
  }
  .comp-values .values > div .desc {
    font-size: 13px;
  }
  .comp-values .values > div .desc {
    margin-top: 5px;
  }
  .production .swiper-slide {
    width: 78%;
  }
  .production .swiper-slide .prod-name {
    font-size: 18px;
  }
  .numbers {
    padding: 25px 0;
  }
  .numbers .container {
    align-items: flex-start;
    flex-direction: column;
  }
  .numbers .container > div {
    align-items: flex-start;
    margin: 20px 0 0 0;
    flex-direction: row;
    text-align: unset;
  }
  .numbers .container > div:first-child {
    margin: 0;
  }
  .numbers .icon-svg {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .calculator .container {
    border-radius: 0;
    padding: 25px 0;
  }
  .calculator .block-header {
    text-align: center;
  }
  .jscalc {
    flex-direction: column;
    max-height: 100vh;
  }
  .jscalc .pic {
    margin-right: 0;
    padding-bottom: 55px;
  }
  .jscalc .pic img {
    border-radius: 0;
  }
  .jscalc .pic .detalis {
    margin-top: -65px;
    height: 120px;
  }
  .jscalc .pic .detalis > div {
    width: 120px;
    height: 120px;
  }
  .jscalc .pic .detalis div > div {
    width: 108px;
    height: 108px;
  }
  .jscalc .pic .detalis div > div span {
    font-size: 12px;
    font-weight: 400;
  }
  .jscalc .fields {
    max-width: unset;
    height: 589px;
    overflow: scroll;
    padding: 0 10px;
  }
  .jscalc .fields > div:first-child {
    margin-top: 15px;
  }
  .jscalc .fields .select label, .jscalc .fields .color label, .jscalc .fields .price label, .jscalc .fields .price > div {
    text-align: center;
  }
  .jscalc .fields .select select {
    width: 100%;
  }
  .jscalc .fields .color .color-group {
    justify-content: center;
  }
}
@media (max-width: 375px) {
  .comp-values .values > div .desc {
    font-size: 13px;
  }
}
/* hamburgers */
.hamburger {
  padding: 20px 0 10px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #d92129;
}

.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 2px;
  background-color: #d92129;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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