html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: 'PT Sans', sans-serif, arial;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .container {
    margin: 0 40px;
  }
}

@media (max-width: 980px) {
  .container {
    margin: 0 20px;
  }
}

@media (max-width: 720px) {
  .container {
    margin: 0 10px;
  }
}

.visually-hidden {
  position: fixed;
  transform: scale(0);
}

._lock {
  overflow: hidden;
}

.error {
  box-shadow: 0 0 0 2px #f24841;
}

.concrete {
  background: url(../img/backgrounds/concrete-back-2.jpg);
  background-size: cover;
}

@media (max-width: 980px) {
  .concrete {
    background-position: 25%;
  }
}

.profnastil {
  background: url(../img/backgrounds/profnastil-back-2.jpg);
  background-size: cover;
}

@media (max-width: 720px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
  }
}

.header__box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

@media (max-width: 1300px) {
  .header__box {
    justify-content: space-around;
  }
}

@media (max-width: 720px) {
  .header__box {
    justify-content: space-between;
    max-width: 480px;
    margin: 0 auto;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  max-width: 30%;
}

@media (max-width: 1300px) {
  .header__logo {
    max-width: 30%;
  }
}

@media (max-width: 980px) {
  .header__logo {
    border: none;
    max-width: 15%;
  }
}

@media (max-width: 720px) {
  .header__logo {
    max-width: 35%;
  }
}

.header__logo-pictures-part {
  max-width: 45%;
}

@media (max-width: 1300px) {
  .header__logo-pictures-part {
    max-width: 120px;
  }
}

@media (max-width: 980px) {
  .header__logo-pictures-part {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .header__logo-pictures-part {
    max-width: 100%;
    margin: 7px;
  }
}

.header__logo-img {
  max-width: 90%;
  display: block;
  border-right: 1px solid #b1b7bd;
  padding-right: 10%;
}

@media (max-width: 980px) {
  .header__logo-img {
    border: none;
  }
}

@media (max-width: 720px) {
  .header__logo-img {
    border: none;
    max-width: 95px;
  }
}

.header__logo-title-part {
  width: 55%;
  display: flex;
  justify-content: start;
}

@media (max-width: 980px) {
  .header__logo-title-part {
    display: none;
  }
}

@media (max-width: 720px) {
  .header__logo-title-part {
    display: none;
  }
}

.header__page-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  color: #293a4f;
  text-decoration: none;
}

.header__contacts {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-end;
  margin: 20px 0 30px 0;
  flex-basis: 610px;
}

@media (max-width: 1300px) {
  .header__contacts {
    margin: 15px 0 20px 0;
  }
}

@media (max-width: 720px) {
  .header__contacts {
    margin: 7px 10px;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
  }
}

.header__phone {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  .header__phone {
    margin: 0px;
  }
}

.header__phone-img {
  display: block;
  max-width: 42px;
  border-radius: 50%;
  border: 2px solid #293a4f;
  margin-right: 15px;
  padding: 6px;
}

@media (max-width: 980px) {
  .header__phone-img {
    max-width: 37px;
    padding: 5px;
  }
}

@media (max-width: 720px) {
  .header__phone-img {
    margin: 0 25px 0 0;
  }
}

.header__burger-icon {
  display: none;
}

@media (max-width: 720px) {
  .header__burger-icon {
    display: block;
    width: 26px;
    height: 13px;
    z-index: 5;
    position: relative;
    cursor: pointer;
  }
}

.header__burger-icon:before, .header__burger-icon:after, .header__burger-line {
  position: absolute;
  left: 0;
  height: 9%;
  width: 100%;
  transition: all 0.3s ease 0s;
  background-color: #293a4f;
}

.header__burger-icon:before, .header__burger-icon:after {
  content: "";
}

.header__burger-icon:before {
  top: 0;
}

.header__burger-icon:after {
  bottom: 0;
}

.header__burger-line {
  top: 50%;
  transform: scale(1) translate(0px, -50%);
}

.header__burger-icon_active:before {
  top: 50%;
  transform: rotate(-45deg) translate(0px, -50%);
}

.header__burger-icon_active:after {
  bottom: 50%;
  transform: rotate(45deg) translate(0px, 50%);
}

.header__burger-icon_active .header__burger-line {
  transform: scale(0) translate(0px, -50%);
}

.header__sity {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 720px) {
  .header__sity {
    display: none;
  }
}

.header__sity-name {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  font-style: normal;
}

.header__phone-number {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  color: #293a4f;
  text-decoration: none;
  display: block;
}

.header__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 1300px) {
  .header__btns {
    justify-content: flex-end;
  }
}

@media (max-width: 720px) {
  .header__btns {
    display: none;
  }
}

.header__btn {
  background-color: #ffe400;
  border-radius: 25px;
  padding: 9px 25px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  border: none;
  min-width: 180px;
  font-family: 'PT Sans',sans-serif;
}

@media (max-width: 1300px) {
  .header__btn {
    padding: 8px 10px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 0 10px;
  }
}

.header__btn:hover {
  background-color: #ffc601;
}

.header__navigation {
  background-color: #293a4f;
}

@media (max-width: 720px) {
  .header__navigation {
    display: none;
    position: fixed;
    top: 61px;
    left: -100%;
  }
}

@media (max-width: 720px) {
  .header__navigation_active {
    display: block;
    background-color: #011b38f0;
    position: fixed;
    top: 61px;
    left: 0;
    transition: left 0.3s ease 0s;
    width: 100%;
    height: 100%;
  }
}

.header__nav-links {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

@media (max-width: 1300px) {
  .header__nav-links {
    padding: 15px 0;
  }
}

@media (max-width: 980px) {
  .header__nav-links {
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .header__navigation_active .header__nav-links {
    flex-direction: column;
    padding: 15px 0;
    max-width: 480px;
    margin: 0 auto;
  }
}

.header__nav-link {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-style: normal;
  margin-right: 40px;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .header__navigation_active .header__nav-link {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
  }
}

.offer__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 980px) {
  .offer__box {
    flex-direction: column;
    text-align: center;
    padding: 0 0 30px 0;
  }
}

@media (max-width: 720px) {
  .offer__box {
    position: relative;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 0 0 60px 0;
  }
}

.offer__sense {
  display: flex;
  flex-flow: column;
  align-items: start;
  max-width: 50%;
  justify-content: space-around;
  margin: 80px 0;
}

@media (max-width: 980px) {
  .offer__sense {
    max-width: 60%;
    margin: 40px 0 10px 0;
  }
}

@media (max-width: 720px) {
  .offer__sense {
    max-width: 100%;
    margin: 30px 0 10px 0;
  }
}

.offer__h1 {
  font-size: 44px;
  line-height: 58px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  margin: 0 0 50px 0;
  font-family: 'Montserrat',sans-serif,arial;
}

@media (max-width: 980px) {
  .offer__h1 {
    font-size: 35px;
    line-height: 37px;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 25px 0;
  }
}

@media (max-width: 720px) {
  .offer__h1 {
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin: 0 0 15px 0;
    width: 100%;
    max-width: 470px;
  }
}

.offer__text {
  background-color: #fff;
  border-radius: 3px;
  color: #011b38;
  padding: 8px 37px;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 100px 0;
}

@media (max-width: 980px) {
  .offer__text {
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 720px) {
  .offer__text {
    padding: 8px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    font-style: normal;
    margin: 0 auto 15px auto;
    width: 100%;
  }
}

.offer__items {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .offer__items {
    display: none;
  }
}

@media (max-width: 720px) {
  .offer__items {
    display: none;
  }
}

.offer__item {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-right: 60px;
}

@media (max-width: 1300px) {
  .offer__item {
    margin-right: 5px;
  }
}

.offer__img {
  max-width: 120px;
  border-radius: 50%;
  border: 2px solid #b1b7bd;
  margin: 0 0 25px 0;
}

.offer__name {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  margin: 0 0 15px 0;
}

.offer__price {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.offer__order {
  width: 37%;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(to right, rgba(20, 30, 48, 0.9) 0%, rgba(36, 59, 85, 0.9) 100%);
  border-radius: 10px;
}

@media (max-width: 1300px) {
  .offer__order {
    width: 45%;
  }
}

@media (max-width: 980px) {
  .offer__order {
    width: 60%;
    max-width: 470px;
    text-align: start;
  }
}

@media (max-width: 720px) {
  .offer__order {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.offer__order-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 30px 30px 30px;
  color: #fff;
}

@media (max-width: 720px) {
  .offer__order-form {
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
  }
}

.offer__order-name {
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin: 0 0 30px 0;
}

@media (max-width: 980px) {
  .offer__order-name {
    text-align: center;
    margin: 0 0 17px 0;
  }
}

@media (max-width: 720px) {
  .offer__order-name {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-style: normal;
  }
}

.offer__form-text_highlighted {
  color: #ffe400;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 23px;
  font-weight: 900;
  font-style: normal;
  font-family: 'Monserrat',sans-serif,arial;
}

@media (max-width: 720px) {
  .offer__form-text_highlighted {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    font-style: normal;
  }
}

.offer__form-text_highlighted-dark {
  color: #f24841;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  font-weight: 900;
  font-style: normal;
  font-family: 'Montserrat', sans-serif,arial;
}

.offer__order-desc {
  display: flex;
  flex-direction: row;
  margin: 0 0 30px 0;
}

@media (max-width: 720px) {
  .offer__order-desc {
    margin: 0 0 10px 0;
  }
}

.offer__form-num {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  font-style: normal;
  margin: 0 15px 0 0;
}

@media (max-width: 720px) {
  .offer__form-num {
    font-size: 23px;
    line-height: 23px;
    font-weight: 700;
    font-style: normal;
  }
}

.offer__form-text {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 720px) {
  .offer__form-text {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
  }
}

.offer__phones-fild {
  width: 100%;
  border-radius: 25px;
  padding: 10px 8px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: center;
  border: none;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

.offer__phones-fild:focus-visible {
  outline: none;
}

.offer__phones-fild._error {
  box-shadow: 0 0 2px #f24841;
}

.offer__form-button {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #ffe400;
  border: none;
  padding: 12px 10px;
  border-radius: 25px;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
}

.offer__form-button:hover {
  background: #ffc601;
  cursor: pointer;
}

.offer__extra-filds {
  display: flex;
  width: 90%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.offer__extra-label, .offer__extra-fild {
  margin: 0 0 15px 0;
  display: inline-block;
  width: 45%;
  color: #fff;
  flex-grow: 1;
  text-align: end;
  font-size: 14px;
  line-height: 15px;
  font-weight: 300;
  font-style: normal;
}

.offer__extra-fild {
  border-radius: 20px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 300;
  font-style: normal;
  color: #000;
  padding: 7px 5px;
  text-align: center;
  border: none;
}

@media (max-width: 720px) {
  .offer__extra-fild {
    width: 50%;
    min-width: 60px;
  }
}

.offer__extra-fild::placeholder {
  color: #b1b7bd;
}

.offer__extra-fild:-moz-placeholder {
  color: #b1b7bd;
}

.offer__extra-fild::-moz-placeholder {
  color: #b1b7bd;
}

.offer__extra-fild:-ms-input-placeholder {
  color: #b1b7bd;
}

.offer__extra-fild:focus-visible {
  outline: none;
}

.offer__order-explanation {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 30px 30px 50px 30px;
  color: #6c6c6b;
  margin: 30px -30px -30px -30px;
}

@media (max-width: 720px) {
  .offer__order-explanation {
    width: calc(100% + 20px);
    margin: 0 auto;
    padding: 30px 10px;
    margin: 30px 0 -30px -10px;
  }
}

.offer__checkbox {
  display: none;
}

.offer__policy-label {
  position: relative;
  width: 100%;
  margin: 0 0 0 35px;
}

@media (max-width: 720px) {
  .offer__policy-label {
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 0 25px;
  }
}

.offer__policy-label:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: -20px;
  border: 1px solid #6c6c6b;
  border-radius: 3px;
}

.offer__checkbox:checked + .offer__policy-label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: -19px;
  background-image: url("../img/icons/mark.png");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  z-index: 1;
}

.product__title {
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  margin: 80px auto 50px auto;
  color: #2c2c2c;
}

@media (max-width: 720px) {
  .product__title {
    font-size: 24px;
    margin: 55px auto 20px auto;
  }
}

.product__items {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1300px) {
  .product__items {
    justify-content: space-around;
  }
}

.product__item {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px;
}

@media (max-width: 1300px) {
  .product__item {
    min-width: 320px;
  }
}

@media (max-width: 720px) {
  .product__item {
    min-width: 310px;
    margin: 10px;
  }
}

.product__img {
  width: 100%;
  border-radius: 7px;
  height: 220px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffe400;
  position: relative;
  box-shadow: 0 2px 25px 1px #2c2c2c21;
  transition-duration: 0.5s;
}

@media (max-width: 1300px) {
  .product__img {
    height: 210px;
  }
}

@media (max-width: 720px) {
  .product__img {
    height: 200px;
  }
}

.product__item:hover .product__img {
  background-size: 105%;
  transition-duration: 0.5s;
}

.product__img_iron {
  background-image: url("../img/main/prod_profnastil.jpg");
}

.product__img_concrete {
  background-image: url("../img/main/prod_concrete.jpg");
}

.product__img_gate {
  background-image: url("../img/main/prod_gate-1.jpg");
}

.product__img_gate-concrete {
  background-image: url("../img/main/prod_gate.jpg");
}

.product__img_gates {
  background-image: url("../img/main/prod_gates-2.jpg");
}

.product__img_gates-concrete {
  background-image: url("../img/main/prod_gates.jpg");
}

.product__img_tent {
  background-image: url("../img/main/prod_tent.jpg");
}

.product__img_canopy {
  background-image: url("../img/main/prod_canopy.jpg");
}

.product__link {
  display: block;
  position: absolute;
  bottom: 0;
  color: #ffe400;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  height: 100px;
  width: 100%;
  padding: 50px 20px 22px 20px;
  background-image: linear-gradient(0deg, #1c2736, transparent);
  border-radius: 0 0 7px 7px;
}

.product__price {
  display: block;
  color: #1c2736;
  font-size: 22px;
  line-height: 23px;
  font-weight: 700;
  font-style: normal;
  font-family: 'Montserrat', sans-serif, arial;
  padding: 25px 0;
}

.product__btn {
  display: block;
  background-color: #ffe400;
  border-radius: 25px;
  min-width: 50%;
  border: none;
  padding: 10px 20px;
  color: #000;
  font-size: 14px;
  line-height: 186x;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 60px 0;
  transition-duration: 0.3s;
}

@media (max-width: 720px) {
  .product__btn {
    margin: 0 0 30px 0;
  }
}

.product__btn:hover {
  background-color: #ffc601;
  transition-duration: 0.3s;
  cursor: pointer;
}

.measure {
  background-color: #293a4f;
  background-image: linear-gradient(45deg, #293a4ff0, #011b38f0), url("../img/backgrounds/measure.jpg");
  background-size: auto, cover;
}

.measure__intro {
  width: 51%;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

@media (max-width: 720px) {
  .measure__intro {
    width: 100%;
    max-width: 320px;
  }
}

.measure__h3 {
  font-size: 32px;
  line-height: 26px;
  font-weight: 700;
  font-style: normal;
  font-family: 'Monserrat', sans-serif, arial;
  padding: 60px 0 30px 0;
}

@media (max-width: 720px) {
  .measure__h3 {
    font-size: 24px;
  }
}

.measure__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 720px) {
  .measure__text {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
  }
}

.measure__text_highlighted {
  text-transform: uppercase;
  color: #ffe400;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif, arial;
}

.measure__parts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.measure__privilege {
  width: 40%;
}

@media (max-width: 980px) {
  .measure__privilege {
    width: 100%;
    max-width: 615px;
  }
}

.measure__privilege-h5 {
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 30px 30px 10px 30px;
  text-align: center;
}

.measure__privilege-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}

.measure__privilege-item {
  background-color: #fff;
  width: 145px;
  height: 160px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 6px;
  margin: 12px;
}

@media (max-width: 720px) {
  .measure__privilege-item {
    margin: 6px;
  }
}

@media (max-width: 720px) {
  .measure__privilege-item_desktop {
    display: none;
  }
}

.measure__privilege-img {
  max-width: 60px;
  padding: 0 0 15px 0;
}

.measure__privilege-desc {
  line-height: 25px;
}

.measure__action {
  width: 50%;
  display: inline-block;
  text-align: center;
}

@media (max-width: 980px) {
  .measure__action {
    width: 100%;
    max-width: 500px;
  }
}

.measure__form {
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  display: flex;
  flex-direction: column;
  max-width: 70%;
  margin: 0 10% 0 auto;
  padding: 30px 5px;
}

@media (max-width: 980px) {
  .measure__form {
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .measure__form {
    max-width: 100%;
  }
}

.measure__form-h4 {
  font-size: 27px;
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
  display: block;
  width: 90%;
  margin: 0 auto 15px auto;
}

.measure__form-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  display: block;
  width: 65%;
  margin: 0 auto 25px auto;
}

@media (max-width: 720px) {
  .measure__form-text {
    width: 80%;
  }
}

.measure__form-phone {
  width: 80%;
  border-radius: 25px;
  padding: 10px 8px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: center;
  border: 1px solid #c6c6c6;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
}

.measure__form-phone:focus-visible {
  outline: none;
}

.measure__form-btn {
  display: block;
  width: 80%;
  margin: 0 auto 30px auto;
  background: #ffe400;
  border: none;
  padding: 12px 10px;
  border-radius: 25px;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  transition: 0.3s;
}

.measure__form-btn:hover {
  background: #ffc601;
  transition: 0.3s;
  cursor: pointer;
}

.measure__checkbox {
  display: none;
}

.measure__policy-label {
  position: relative;
  width: 85%;
  margin: 0 0 0 35px;
  color: #2c2c2c;
}

@media (max-width: 720px) {
  .measure__policy-label {
    font-size: 12px;
  }
}

.measure__policy-label:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: -10px;
  border: 1px solid #6c6c6b;
  border-radius: 3px;
}

.measure__checkbox:checked + .measure__policy-label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  left: -9px;
  background-image: url("../img/icons/mark.png");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  z-index: 1;
}

.measure__extra {
  color: #fff;
  display: inline-block;
  max-width: 350px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  margin: 25px auto;
}

.materials {
  margin: 100px 0 0 0;
}

@media (max-width: 720px) {
  .materials {
    margin-top: 70px;
  }
}

.materials__title {
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .materials__title {
    font-size: 22px;
  }
}

.materials__items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto 20px auto;
  flex-wrap: wrap;
}

@media (max-width: 720px) {
  .materials__items {
    margin-top: 20px;
  }
}

.materials__items-cuple {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
}

.materials__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  justify-content: center;
  text-align: center;
  padding: 10px;
  margin: 0 0 60px 0;
}

@media (max-width: 720px) {
  .materials__item {
    margin-bottom: 20px;
  }
}

.materials__img {
  width: 50%;
  border-radius: 50%;
  margin: 0 auto 30px auto;
}

@media (max-width: 720px) {
  .materials__img {
    margin-bottom: 20px;
  }
}

.materials__name {
  font-size: 19px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  height: 25px;
  margin: 0 auto 45px auto;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .materials__name {
    font-size: 17px;
    margin-bottom: 25px;
  }
}

.materials__divide-line {
  display: block;
  height: 3px;
  width: 110px;
  background-color: #f24841;
  margin: 0 auto 35px auto;
}

@media (max-width: 720px) {
  .materials__divide-line {
    margin-bottom: 20px;
  }
}

.materials__price {
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto 25px auto;
  color: #2c2c2c;
}

.materials__btn {
  background-color: #ffe400;
  padding: 10px 12px;
  border-radius: 20px;
  transition: 0.3s;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
}

.materials__btn:hover {
  background-color: #ffc601;
  transition: 0.3s;
  cursor: pointer;
}

.installation {
  background-color: #faf9f9;
}

.installation__box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0 80px 0;
}

@media (max-width: 720px) {
  .installation__box {
    padding: 40px 10px;
    margin: 0 auto;
    max-width: 450px;
    justify-content: space-around;
  }
}

.installation__ilustration {
  width: 30%;
}

@media (max-width: 720px) {
  .installation__ilustration {
    display: none;
  }
}

.installation__img {
  width: 100%;
  display: block;
}

.installation__info {
  width: 25%;
  text-align: center;
  color: #2c2c2c;
}

@media (max-width: 720px) {
  .installation__info {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.installation__title {
  font-size: 25px;
  line-height: 26px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 auto 40px auto;
}

@media (max-width: 720px) {
  .installation__title {
    font-size: 18px;
  }
}

.installation__desc {
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto 50px auto;
}

@media (max-width: 720px) {
  .installation__desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.installation__offer-mini {
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto 50px auto;
}

@media (max-width: 720px) {
  .installation__offer-mini {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.installation__offer-big {
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
  font-style: normal;
  margin: 0 auto 0px auto;
  font-family: 'Montserrat', arial, sans-serif;
}

@media (max-width: 720px) {
  .installation__offer-big {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.installation__form {
  width: 35%;
  background-color: #293a4f;
  background: linear-gradient(135deg, #293a4f, #293a4ff0);
  color: #fff;
  border-radius: 10px;
  padding: 30px 30px;
  text-align: center;
}

@media (max-width: 720px) {
  .installation__form {
    width: 100%;
    max-width: 600px;
  }
}

.installation__form-name {
  font-size: 26px;
  line-height: 27px;
  font-weight: 900;
  font-style: normal;
  margin: 0 0 30px 0;
}

@media (max-width: 720px) {
  .installation__form-name {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.installation__form-desc {
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 30px 0;
}

@media (max-width: 720px) {
  .installation__form-desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.installation__form-phone {
  width: 100%;
  border-radius: 25px;
  padding: 10px 8px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: center;
  border: none;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .installation__form-phone {
    margin-bottom: 15px;
  }
}

.installation__form-phone:focus-visible {
  outline: none;
}

.installation__form-btn {
  display: block;
  width: 100%;
  margin: 0 auto 30px auto;
  background: #ffe400;
  border: none;
  padding: 12px 10px;
  border-radius: 25px;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
}

.installation__form-btn:hover {
  background: #ffc601;
  cursor: pointer;
}

.installation__checkbox {
  display: none;
}

.installation__policy-label {
  position: relative;
  width: 100%;
  margin: 0 0 0 35px;
}

@media (max-width: 720px) {
  .installation__policy-label {
    font-size: 13px;
  }
}

.installation__policy-label:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: -20px;
  border: 1px solid #6c6c6b;
  border-radius: 3px;
}

.installation__checkbox:checked + .installation__policy-label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: -19px;
  background-image: url("../img/icons/mark.png");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  z-index: 1;
}

.show {
  background-color: #def6fe;
  color: #2c2c2c;
  padding: 100px 10px 20px 10px;
}

.show__h3 {
  font-size: 28px;
  line-height: 29px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 auto 60px auto;
  text-align: center;
}

@media (max-width: 720px) {
  .show__h3 {
    font-size: 22px;
    text-transform: none;
    margin-bottom: 25px;
  }
}

.show__box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 100px 0;
}

@media (max-width: 720px) {
  .show__box {
    justify-content: space-around;
    margin-bottom: 50px;
  }
}

.show__imgs {
  width: 45%;
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
}

@media (max-width: 720px) {
  .show__imgs {
    width: 100%;
    max-width: 500px;
  }
}

.show__imgs-big {
  width: 100%;
  margin: 0 auto 20px auto;
  position: relative;
}

.show__img-big {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.show__imgs-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0;
}

.show__imgs-item {
  margin: 0 auto;
  width: 23%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.show__link1:hover::after, .show__link2:hover::after {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 1;
}

.show__link1::after, .show__link2::after {
  content: '';
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background: rgba(5, 6, 44, 0.7) url(../img/icons/loupe.svg) center no-repeat;
  background-size: 100% 30px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  border-radius: 5px;
  opacity: 0;
}

.show__img-mini {
  width: 100%;
  display: block;
}

.show__info {
  width: 50%;
  display: block;
}

@media (max-width: 720px) {
  .show__info {
    width: 100%;
    max-width: 500px;
  }
}

.show__h4 {
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 30px 0;
}

.show__text {
  margin: 0 0 10px 0;
}

@media (max-width: 720px) {
  .show__text {
    line-height: 17px;
    margin: 0;
  }
}

.show__desc {
  font-weight: 700;
}

.show__work-items {
  margin: 40px 0 25px 0;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px;
}

@media (max-width: 720px) {
  .show__work-items {
    padding: 10px 20px;
    width: 100%;
    flex-direction: column;
  }
}

.show__work-item {
  width: 30%;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 720px) {
  .show__work-item {
    margin: 5px 0 5px 20px;
    width: 75%;
    justify-content: flex-start;
  }
}

.show__work-img-item {
  width: 50%;
}

@media (max-width: 720px) {
  .show__work-img-item {
    max-width: 100px;
  }
}

.show__work-img {
  width: 50%;
  display: inline-block;
}

@media (max-width: 720px) {
  .show__work-img {
    max-width: 70px;
  }
}

.show__work-name, .show__work-price {
  font-weight: 700;
}

@media (max-width: 720px) {
  .show__work-name, .show__work-price {
    min-width: 100px;
  }
}

.show__btn {
  display: block;
  width: 95%;
  margin: 0 auto;
  background: #ffe400;
  border: none;
  padding: 16px 12px;
  border-radius: 25px;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  font-family: 'PT Sans';
}

@media (max-width: 720px) {
  .show__btn {
    font-size: 14px;
    padding: 10px 12px;
  }
}

.show__btn:hover {
  background: #ffc601;
  cursor: pointer;
}

.price {
  padding: 100px 0;
  color: #2c2c2c;
}

.price__h3 {
  font-size: 30px;
  line-height: 31px;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto 50px auto;
  max-width: 80%;
  text-align: center;
}

@media (max-width: 720px) {
  .price__h3 {
    font-size: 24px;
    line-height: 25px;
    font-weight: 700;
    font-style: normal;
  }
}

.price__switchs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 50px auto;
}

@media (max-width: 720px) {
  .price__switchs {
    flex-wrap: wrap;
  }
}

.price__switch-btn {
  display: block;
  width: 250px;
  margin: 0 10px;
  border: none;
  padding: 14px 12px;
  border-radius: 25px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #6c6c6b;
  border: 2px solid #6c6c6b;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 720px) {
  .price__switch-btn {
    flex-wrap: wrap;
    margin: 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    font-style: normal;
  }
}

.price__switch-btn_active {
  background: #ffe400;
  color: #000;
  border: #ffe400;
  background: #ffe400;
}

.price__items {
  display: none;
}

.price__items_active {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: center;
  width: 100%;
  color: #1c2736;
}

.price__item {
  width: 30%;
}

@media (max-width: 720px) {
  .price__item {
    width: 100%;
    max-width: 310px;
    margin: 30px auto;
  }
}

.price__name {
  font-size: 19px;
  line-height: 19px;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  font-family: 'Montserrat', sans-serif;
}

.price__params {
  text-align: left;
  margin: 0 0 25px 50px;
}

.price__param {
  margin: 0 0 10px 0;
}

.price__number {
  font-weight: 700;
}

.price__img {
  width: 100%;
  max-width: 320px;
  margin: 0 0 20px 0;
}

.price__value {
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 30px 0;
  font-family: 'Montserrat', sans-serif;
}

.price__btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #ffe400;
  border: none;
  padding: 16px 12px;
  border-radius: 25px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  max-width: 250px;
}

.price__btn:hover {
  background: #ffc601;
  cursor: pointer;
}

.stock {
  background: linear-gradient(45deg, #293a4ff0, #011b38f0), url(../img/backgrounds/measure-1.jpg);
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: center;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  padding: 70px 10px 50px 10px;
}

.stock__title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 50px 0;
  text-align: center;
}

@media (max-width: 720px) {
  .stock__title {
    font-size: 23px;
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
  }
}

.stock__items {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media (max-width: 720px) {
  .stock__items {
    width: 100%;
    max-width: 350px;
    margin: 0px auto;
  }
}

.stock__item {
  width: 50%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  margin: 0 0 30px 0;
}

@media (max-width: 720px) {
  .stock__item {
    width: 100%;
  }
}

.stock__name {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  color: #ffe400;
  margin: 0 0 10px 0;
}

@media (max-width: 720px) {
  .stock__name {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5px;
  }
}

.stock__desc {
  margin: 0 0 25px 0;
}

@media (max-width: 720px) {
  .stock__desc {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 15px;
  }
}

.stock__img {
  width: 90%;
  border-radius: 10px;
  margin: 0 0 40px 0;
}

.stock__old-price {
  margin: 0 0 10px 0;
}

.stock__new {
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 20px 0;
}

.stock__new-price {
  color: #ffe400;
  font-weight: 700;
}

.stock__btn {
  display: block;
  width: 85%;
  max-width: 250px;
  margin: 0 auto;
  background: #ffe400;
  border: none;
  padding: 16px 12px;
  border-radius: 25px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
}

.stock__btn:hover {
  background: #ffc601;
  cursor: pointer;
}

.quality {
  padding: 80px 0;
  color: #2c2c2c;
}

.quality__title {
  margin: 0 auto 60px auto;
  text-align: center;
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 720px) {
  .quality__title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
  }
}

.quality__items {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.quality__item {
  width: 50%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 720px) {
  .quality__item {
    width: 95%;
    margin: 0 auto;
    max-width: 500px;
  }
}

.quality__node {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0 auto 40px 0;
}

@media (max-width: 720px) {
  .quality__node {
    margin: 0 auto 25px auto;
    width: 320px;
  }
}

.quality__ring {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ffe400;
  margin: 0 20px 0 0;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 720px) {
  .quality__ring {
    width: 55px;
    height: 55px;
  }
}

.quality__img {
  width: 55%;
}

.quality__info {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 720px) {
  .quality__info {
    width: 70%;
  }
}

.quality__name {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 15px 0;
}

@media (max-width: 720px) {
  .quality__name {
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    font-style: normal;
  }
}

.quality__desc {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 10px 0;
}

@media (max-width: 720px) {
  .quality__desc {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
  }
}

.infoback {
  background: url(../img/backgrounds/mobile.jpg);
  height: 480px;
  position: relative;
}

@media (max-width: 720px) {
  .infoback {
    height: auto;
    padding: 20px 0;
  }
}

.infoback__box {
  width: 680px;
  height: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 20%;
}

@media (max-width: 980px) {
  .infoback__box {
    right: 10%;
  }
}

@media (max-width: 720px) {
  .infoback__box {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
}

.infoback__img {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 330px;
  height: 500px;
  background: url(../img/icons/messenger.png) no-repeat;
  background-size: 100%;
  z-index: 2;
  background-position: bottom;
}

@media (max-width: 720px) {
  .infoback__img {
    display: none;
  }
}

.infoback__block {
  width: 550px;
  height: 400px;
  background-color: #293a4f;
  background: linear-gradient(to right, rgba(20, 30, 48, 0.9) 0%, rgba(36, 59, 85, 0.9) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 50px 20px 20px 130px;
  margin: 0 auto 30px auto;
  position: absolute;
  bottom: 0;
  right: 0%;
  z-index: 1;
  border-radius: 10px;
}

@media (max-width: 720px) {
  .infoback__block {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 500px;
    padding: 35px 15px 15px;
    text-align: center;
    height: auto;
  }
}

.infoback__title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  font-style: normal;
  font-family: 'Montserrat', arial, sans-serif;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .infoback__title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 900;
    font-style: normal;
  }
}

.infoback__name {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 30px 0;
}

@media (max-width: 720px) {
  .infoback__name {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    font-style: normal;
    margin: 20px 0;
  }
}

.infoback__color-text {
  color: #ffe400;
  padding: 0 0 0 130px;
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

@media (max-width: 720px) {
  .infoback__color-text {
    padding: 0;
    max-width: 320px;
    text-align: center;
    margin: 0 auto 40px auto;
  }
}

.infoback__color-text::before {
  content: '';
  background: url(../img/icons/mark_color.svg) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 20px 0 0;
  position: absolute;
  top: 0;
  left: 65px;
}

@media (max-width: 720px) {
  .infoback__color-text::before {
    display: none;
  }
}

.infoback__link {
  font-size: 27px;
  line-height: 27px;
  font-weight: 900;
  font-style: normal;
  font-family: 'Montserrat', arial, sans-serif;
  text-decoration: none;
  color: #fff;
  margin: 0 0 0 67px;
}

@media (max-width: 720px) {
  .infoback__link {
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    font-style: normal;
    margin: 0 0 30px 0;
  }
}

.colors {
  padding: 100px 0px;
}

@media (max-width: 720px) {
  .colors {
    padding: 80px 0px;
  }
}

.colors__title {
  color: #2c2c2c;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
  font-family: 'Montserrat', arial, sans-serif;
  text-align: center;
  margin: 0 0 50px 0;
}

@media (max-width: 720px) {
  .colors__title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
  }
}

.colors__items {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin: 0 auto 50px auto;
  align-items: flex-start;
}

@media (max-width: 720px) {
  .colors__items {
    flex-wrap: wrap;
  }
}

.colors__item {
  display: flex;
  flex-direction: column;
  width: 20%;
  min-width: 150px;
}

.colors__img {
  width: 80%;
  border-radius: 50%;
  display: block;
  margin: 0 auto 35px auto;
}

@media (max-width: 720px) {
  .colors__img {
    margin: 0 auto 15px auto;
  }
}

.colors__desc {
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

@media (max-width: 720px) {
  .colors__desc {
    margin: 0 0 30px 0;
  }
}

.colors__btn {
  display: block;
  width: 85%;
  max-width: 350px;
  margin: 0 auto;
  background: #ffe400;
  border: none;
  padding: 16px 12px;
  border-radius: 25px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
}

.colors__btn:hover {
  background: #ffc601;
  cursor: pointer;
}

.stages {
  background-color: #f3f3f4;
  padding: 100px 0;
  color: #2c2c2c;
}

@media (max-width: 720px) {
  .stages {
    padding: 70px 0;
  }
}

.stages__title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin: 0 auto 50px auto;
}

@media (max-width: 980px) {
  .stages__title {
    width: 100%;
    max-width: 500px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    font-style: normal;
  }
}

@media (max-width: 720px) {
  .stages__title {
    max-width: 300px;
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    font-style: normal;
  }
}

.stages__items {
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  align-items: flex-start;
}

.stages__item {
  width: 33.333%;
  max-width: 360px;
  margin: 0 auto 60px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media (max-width: 720px) {
  .stages__item {
    width: 100%;
    max-width: 320px;
    text-align: left;
  }
}

.stages__img {
  width: 70%;
  max-width: 160px;
  display: block;
  margin: 0 auto 30px auto;
  border-radius: 50%;
}

@media (max-width: 720px) {
  .stages__img {
    margin: 0 auto 30px 0;
    max-width: 120px;
    text-align: left;
  }
}

.stages__num {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 5px 0;
}

@media (max-width: 720px) {
  .stages__num {
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    font-style: normal;
  }
}

.stages__name {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  color: #f24841;
}

@media (max-width: 720px) {
  .stages__name {
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    font-style: normal;
  }
}

.stages__info {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 15px 0;
  color: #293a4f;
}

@media (max-width: 720px) {
  .stages__info {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 10px 0;
  }
}

.stages__desc {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 5px 0;
}

.stages__link {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 5px 0;
  color: #2c2c2c;
  text-decoration: none;
}

.reviews {
  padding: 100px 0 50px 0;
}

@media (max-width: 720px) {
  .reviews {
    padding-top: 70px;
  }
}

.reviews_back-img {
  background-color: #293a4f;
  background: url(../img/backgrounds/review.jpg);
}

.reviews__title_light {
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 50px;
  text-align: center;
  color: #fff;
}

@media (max-width: 720px) {
  .reviews__title_light {
    font-size: 24px;
    line-height: 27px;
    font-weight: 700;
    font-style: normal;
  }
}

.reviews__items {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  margin: 0 auto 50px auto;
}

@media (max-width: 720px) {
  .reviews__items {
    flex-wrap: wrap;
  }
}

.reviews__item {
  margin: 0 0 50px 0;
  text-align: center;
  width: 20%;
  min-width: 250px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .reviews__item {
    min-width: 200px;
  }
}

@media (max-width: 720px) {
  .reviews__item {
    margin: 0 auto 10px auto;
    min-width: 250px;
  }
}

.reviews__link {
  border: 5px solid #ffe400;
  text-decoration: none;
  display: block;
  position: relative;
}

.reviews__link:hover::after {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 1;
}

.reviews__link::after {
  content: '';
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background: rgba(5, 6, 44, 0.7) url(../img/icons/loupe.svg) center no-repeat;
  background-size: 100% 35px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  border-radius: 5px;
  opacity: 0;
}

.reviews__img {
  width: 100%;
  display: block;
}

.reviews__btn {
  display: block;
  width: 95%;
  max-width: 300px;
  margin: 0 auto;
  background: #ffe400;
  border: none;
  padding: 16px 14px;
  border-radius: 25px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  font-family: 'PT Sans';
}

.reviews__btn:hover {
  background: #ffc601;
  cursor: pointer;
}

.map {
  height: 500px;
  padding: 45px 0;
}

@media (max-width: 720px) {
  .map {
    display: none;
  }
}

.map_gomel {
  background: url(../img/backgrounds/map-Gomel.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.map__card {
  display: flex;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 40px;
  width: 400px;
  height: 410px;
  color: #fff;
  background: linear-gradient(to right, rgba(20, 30, 48, 0.9) 0%, rgba(36, 59, 85, 0.9) 100%);
}

.map__name {
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  font-style: normal;
  margin: 30px 0 0 0;
}

.map__text, .map__link {
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 30px 0;
}

.map__link {
  color: #fff;
  text-decoration: none;
}

.map__btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background: #ffe400;
  border: none;
  padding: 16px 14px;
  border-radius: 25px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

.map__btn:hover {
  background: #ffc601;
  cursor: pointer;
}

.example {
  padding: 40px 0 60px 0;
  background-color: #f3f3f4;
}

.example__title {
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  margin: 80px auto 50px auto;
  color: #2c2c2c;
}

@media (max-width: 720px) {
  .example__title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    font-style: normal;
  }
}

.example__items {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1300px) {
  .example__items {
    justify-content: space-around;
  }
}

.example__item {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px;
}

@media (max-width: 1300px) {
  .example__item {
    min-width: 320px;
  }
}

@media (max-width: 720px) {
  .example__item {
    min-width: 310px;
    margin: 10px;
  }
}

@media (max-width: 980px) {
  .example__item_desktop {
    display: none;
  }
}

.example__img {
  width: 100%;
  border-radius: 7px;
  height: 230px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffe400;
  position: relative;
  box-shadow: 0 2px 25px 1px #2c2c2c21;
  transition-duration: 0.5s;
  background-image: url("../img/iron/iron_example_1.jpg");
}

@media (max-width: 1300px) {
  .example__img {
    height: 210px;
  }
}

@media (max-width: 720px) {
  .example__img {
    height: 200px;
  }
}

.example__item:hover .example__img {
  background-size: 105%;
  transition-duration: 0.5s;
}

.example__name {
  display: block;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  height: 100px;
  width: 100%;
  padding: 50px 20px 22px 20px;
  background-image: linear-gradient(0deg, #1c2736, transparent);
  border-radius: 0 0 7px 7px;
}

.quest {
  background: url("../img/backgrounds/quest.jpg");
  padding: 100px 0;
  color: #fff;
  text-align: center;
  background-size: 100% 100%;
}

@media (max-width: 720px) {
  .quest {
    padding: 70px 0 20px 0;
  }
}

@media (max-width: 720px) {
  .quest_gomel {
    background: url("../img/backgrounds/map-Gomel.jpg");
  }
}

.quest__form {
  width: 400px;
  margin: 0 auto;
}

@media (max-width: 720px) {
  .quest__form {
    width: 70%;
    min-width: 310px;
  }
}

.quest__name {
  font-size: 31px;
  line-height: 31px;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 30px;
}

@media (max-width: 720px) {
  .quest__name {
    font-size: 28px;
    color: #293a4f;
  }
}

.quest__desc {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 30px;
  padding: 5px;
}

@media (max-width: 720px) {
  .quest__desc {
    font-weight: 700;
    color: #293a4f;
    max-width: 320px;
    margin: 0 auto 30px auto;
    background-color: #ffffffc5;
    border-radius: 5px;
    max-width: 300px;
    margin: 0 auto 25px auto;
  }
}

.quest__message {
  width: 90%;
  margin: 0 0 25px 0;
  border-radius: 25px;
  padding: 20px 14px;
  outline: none;
  border: none;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-family: 'PT Sans', sans-serif, arial;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .quest__message {
    border: 1px solid #293a4ff0;
    border-radius: 15px;
  }
}

.quest__phone {
  width: 90%;
  margin: 0 0 25px 0;
  border-radius: 25px;
  padding: 16px 14px;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif, arial;
  text-align: center;
  outline: none;
  border: none;
}

@media (max-width: 720px) {
  .quest__phone {
    border: 1px solid #293a4ff0;
    border-radius: 15px;
  }
}

.quest__message:hover, .quest__phone:hover {
  outline: none;
}

.quest__btn {
  background-color: #ffe400;
  border-radius: 25px;
  padding: 15px 25px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  border: none;
  width: 90%;
  min-width: 280px;
  margin: 0 0 30px;
}

.quest__btn:hover {
  background-color: #ffc601;
}

.quest__checkbox {
  display: none;
}

.quest__policy-label {
  position: relative;
  width: 100%;
  margin: 0 0 0 35px;
}

@media (max-width: 720px) {
  .quest__policy-label {
    color: #293a4f;
  }
}

.quest__policy-label_link {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 720px) {
  .quest__policy-label_link {
    color: #293a4f;
  }
}

.quest__policy-label_link:hover {
  cursor: pointer;
}

.quest__policy-label:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: -20px;
  border: 1px solid #6c6c6b;
  border-radius: 3px;
}

.quest__checkbox:checked + .quest__policy-label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: -19px;
  background-image: url("../img/icons/mark.png");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  z-index: 1;
}

.footer {
  background: #1e2a3a;
  padding: 50px 0;
}

.footer__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .footer__box {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 20px auto;
  }
}

.footer__info {
  width: 28%;
}

@media (max-width: 1300px) {
  .footer__info {
    width: 40%;
  }
}

@media (max-width: 980px) {
  .footer__info {
    width: 90%;
    margin: 0 auto 20px auto;
  }
}

.footer__h4 {
  font-size: 19px;
  line-height: 19px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

@media (max-width: 720px) {
  .footer__h4 {
    margin-bottom: 15px;
  }
}

.footer__text {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

@media (max-width: 720px) {
  .footer__text {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    font-style: normal;
  }
}

.footer__copyright {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .footer__copyright {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    font-style: normal;
  }
}

.footer__about {
  width: 70%;
}

@media (max-width: 1300px) {
  .footer__about {
    width: 60%;
  }
}

@media (max-width: 980px) {
  .footer__about {
    width: 90%;
    margin: 0 auto 20px auto;
  }
}

.footer__items {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.footer__item {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}

.footer__links {
  margin: 0 30px 0 0;
  list-style: none;
}

@media (max-width: 980px) {
  .footer__links {
    display: none;
  }
}

.footer__link {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 8px 0;
  text-decoration: none;
  display: block;
}

.footer__link:hover {
  cursor: pointer;
  color: #ffe400;
}

.footer__desc {
  max-width: 30%;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: right;
  margin: 0 0 40px auto;
}

@media (max-width: 1300px) {
  .footer__desc {
    display: none;
  }
}

.footer__contacts {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-end;
  margin: 20px 0 30px 0;
}

.footer__phone {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 20px;
}

.footer__phone-img {
  display: block;
  max-width: 42px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 15px;
  padding: 6px;
}

@media (max-width: 720px) {
  .footer__phone-img {
    max-width: 35px;
  }
}

.footer__sity {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.footer__sity-name {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  font-style: normal;
}

.footer__phone-number {
  font-size: 22px;
  line-height: 28px;
  font-weight: 900;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-decoration: none;
  display: block;
}

@media (max-width: 720px) {
  .footer__phone-number {
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    font-style: normal;
  }
}

.footer__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: space-between;
  font-family: 'PT Sans';
}

@media (max-width: 720px) {
  .footer__btns {
    flex-wrap: wrap;
  }
}

.footer__btn {
  background-color: #ffe400;
  border-radius: 25px;
  padding: 9px 15px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  border: none;
  min-width: 200px;
  margin: 0 0 0 10px;
}

@media (max-width: 720px) {
  .footer__btn {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 12px 15px;
  }
}

.footer__btn:hover {
  background-color: #ffc601;
}

.hat {
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 0 10px #2c2c2c21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all .3s;
}

.hat__active {
  opacity: 1;
  transition: all .3s;
  z-index: 999;
}

@media (max-width: 720px) {
  .hat__active {
    opacity: 0;
    transition: all .3s;
    z-index: -1;
  }
}

.hat__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

.hat__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.hat__btn {
  background-color: #ffe400;
  border-radius: 25px;
  padding: 9px 15px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  border: none;
  min-width: 180px;
  margin: 0 20px 0 0;
  text-align: center;
}

.hat__btn:hover {
  background-color: #ffc601;
  cursor: pointer;
}

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

.hat__img {
  display: block;
  max-width: 35px;
  border-radius: 50%;
  border: 2px solid #293a4f;
  margin-right: 15px;
  padding: 4px;
}

.hat__link {
  font-size: 23px;
  line-height: 28px;
  font-weight: 900;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  color: #293a4f;
  text-decoration: none;
  display: block;
}

.btn__top {
  background: #286090;
  width: 40px;
  height: 35px;
  border-radius: 4px 4px 0 0;
  text-align: center;
  padding: 3px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  font-style: normal;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: -1;
  opacity: 0;
  transition: all .3s;
  border: none;
}

.btn__top:hover {
  background: #000;
}

.btn__top_active {
  opacity: 1;
  transition: all .3s;
  z-index: 999;
}

.btn__img {
  width: 45%;
  position: absolute;
  top: 8px;
  left: 11px;
}

.callback {
  display: block;
  background: #19bb9b;
  padding: 5px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  border-radius: 50%;
}

.callback-pulse {
  cursor: pointer;
  box-shadow: 0 0 0 rgba(25, 187, 155, 0.4);
  animation: pulse 10s infinite;
}

.callback__img {
  max-width: 47px;
  border-radius: 50%;
  margin: 0;
  display: block;
  animation: circle-fill-anim 10s infinite ease-in-out;
  transition: all 0.5s;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(25, 187, 155, 0.4);
  }
  16% {
    box-shadow: 0 0 0 35px rgba(204, 169, 44, 0);
  }
  25% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  2.5%, 7.5% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  5%, 10% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  12% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.mainform {
  display: block;
  width: 100%;
  height: 100%;
  background: #1e1e1efa;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -20;
  opacity: 0;
  transition: .2s;
}

@media (max-width: 720px) {
  .mainform {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}

.mainform__active {
  z-index: 1000;
  opacity: 1;
  transition: .1s;
}

.mainform__box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 30px;
  left: calc(50% - 200px);
  width: 95%;
  max-width: 400px;
  margin: auto;
  background: #fff;
  padding: 30px 10px;
  border-radius: 15px;
  color: #2c2c2c;
}

@media (max-width: 720px) {
  .mainform__box {
    position: relative;
    left: 0;
    top: 0;
    margin: 10px auto;
  }
}

.mainform__title {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin: 0 0 20px 0;
}

.mainform__desc {
  display: block;
  max-width: 80%;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 0 auto 20px auto;
}

.mainform__input {
  width: 100%;
  max-width: 300px;
  border-radius: 25px;
  padding: 10px 8px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  font-style: normal;
  color: #000;
  text-align: center;
  border: 1px solid #c6c6c6;
  margin: 0 auto 30px auto;
  text-transform: uppercase;
}

.mainform__input:focus {
  border: 1px solid #c6c6c6;
  outline: none;
}

.mainform__btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px auto;
  background: #ffe400;
  border: none;
  padding: 12px 10px;
  border-radius: 25px;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
}

.mainform__btn:hover {
  background: #ffc601;
  cursor: pointer;
}

.mainform__privacy {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.mainform__checkbox {
  display: none;
}

.mainform__policy-label {
  position: relative;
  width: 100%;
  margin: 0 0 0 35px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-style: normal;
}

.mainform__policy-label:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: -20px;
  border: 1px solid #6c6c6b;
  border-radius: 3px;
}

.mainform__checkbox.error .mainform__policy-label:before {
  border-color: #f24841;
}

.mainform__checkbox:checked + .mainform__policy-label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: -19px;
  background-image: url("../img/icons/mark.png");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  z-index: 1;
}

.mainform__checkbox.error .mainform__policy-label:before {
  box-shadow: 0 0 0 2px #f24841;
}

.slider {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #1e1e1efa;
  z-index: 1000;
  display: none;
}

.slider_active {
  display: flex;
}

.slider__img {
  display: block;
  max-height: 90%;
  max-width: 60%;
}

@media (max-width: 1300px) {
  .slider__img {
    max-width: 400px;
  }
}

@media (max-width: 720px) {
  .slider__img {
    max-width: 320px;
  }
}

.slider__prev, .slider__next, .slider__cross {
  position: absolute;
  z-index: 1001;
  width: 45px;
  height: 45px;
  background: #1e1e1efa;
  color: #fff;
  font-size: 35px;
  padding: 5px;
  opacity: .5;
  text-align: center;
}

.slider__prev {
  left: 5px;
  top: 50%;
  transform: rotate(180deg);
}

.slider__next {
  right: 5px;
  top: 50%;
}

.slider__prev:hover, .slider__next:hover, .slider__cross:hover:before {
  opacity: 1;
  cursor: pointer;
}

.slider__disactive {
  opacity: .3;
}

.slider__disactive:hover {
  opacity: .3;
}

.slider__cross {
  right: 0;
  top: 0;
}

.slider__cross::before {
  content: "\00D7";
  font-size: 50px;
  display: inline-block;
  width: 45px;
  height: 45px;
  position: relative;
  left: -5px;
  bottom: 10px;
}

.slider__cross:hover {
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.sending {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: #1e1e1efa url("../img/gif/loading.gif") center/50px no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease 0s;
}

.sending_active {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.sending_answer {
  background: #1e1e1efa;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.sending__message {
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
}
/*# sourceMappingURL=style.css.map */