@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("fonts/Gilroy-Regular.eot");
  src: local("☺"), url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype"), url("fonts/Gilroy-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("fonts/Gilroy-Bold.eot");
  src: local("☺"), url("fonts/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy-Bold.woff") format("woff"), url("fonts/Gilroy-Bold.ttf") format("truetype"), url("fonts/Gilroy-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Heavy";
  font-display: swap;
  src: url("fonts/Gilroy-Heavy.eot");
  src: local("☺"), url("fonts/Gilroy-Heavy.woff2") format("woff2"), url("fonts/Gilroy-Heavy.woff") format("woff"), url("fonts/Gilroy-Heavy.ttf") format("truetype"), url("fonts/Gilroy-Heavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Black";
  font-display: swap;
  src: url("fonts/Gilroy-Black.eot");
  src: local("☺"), url("fonts/Gilroy-Black.woff2") format("woff2"), url("fonts/Gilroy-Black.woff") format("woff"), url("fonts/Gilroy-Black.ttf") format("truetype"), url("fonts/Gilroy-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Light";
  font-display: swap;
  src: url("fonts/Gilroy-Light.eot");
  src: local("☺"), url("fonts/Gilroy-Light.woff2") format("woff2"), url("fonts/Gilroy-Light.woff") format("woff"), url("fonts/Gilroy-Light.ttf") format("truetype"), url("fonts/Gilroy-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Semibold";
  font-display: swap;
  src: url("fonts/Gilroy-Semibold.eot");
  src: local("☺"), url("fonts/Gilroy-Semibold.woff2") format("woff2"), url("fonts/Gilroy-Semibold.woff") format("woff"), url("fonts/Gilroy-Semibold.ttf") format("truetype"), url("fonts/Gilroy-Semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Extrabold";
  font-display: swap;
  src: url("fonts/Gilroy-Extrabold.eot");
  src: local("☺"), url("fonts/Gilroy-Extrabold.woff2") format("woff2"), url("fonts/Gilroy-Extrabold.woff") format("woff"), url("fonts/Gilroy-Extrabold.ttf") format("truetype"), url("fonts/Gilroy-Extrabold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("fonts/Gilroy-Medium.eot");
  src: local("☺"), url("fonts/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy-Medium.ttf") format("truetype"), url("fonts/Gilroy-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.opt-body {
  background-color: #fff;
  font-family: "Gilroy", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  padding: 0;
  margin: 0;
  /*section-hero*/
  /*section-send*/
  /*consultation*/
  /*section-information*/
  /*footer*/
  /*modal*/
  /*mobile*/
}
.opt-body a {
  text-decoration: none;
}
.opt-body ul, .opt-body ol {
  list-style: none;
}
.opt-body .text-center-container {
  margin: 0 auto;
  max-width: 1150px;
  width: 100%;
}
.opt-body input, .opt-body textarea {
  font-size: 16px;
  line-height: 18px;
  padding: 16px 20px;
  border: 1px solid #cbc9c9;
}
.opt-body input:-webkit-input-placeholder, .opt-body textarea:-webkit-input-placeholder {
  color: var(--black-color);
}
.opt-body input::-moz-placeholder, .opt-body textarea::-moz-placeholder {
  color: var(--black-color);
}
.opt-body input:-moz-placeholder, .opt-body textarea:-moz-placeholder {
  color: var(--black-color);
}
.opt-body input:-ms-input-placeholder, .opt-body textarea:-ms-input-placeholder {
  color: var(--black-color);
}
.opt-body h1, .opt-body h2 {
  font-weight: 900;
  font-family: "Gilroy-Black";
}
.opt-body .main-btn {
  display: block;
  height: 74px;
  min-width: 240px;
  font-size: 19px;
  padding: 24px 30px;
  color: #000;
  font-weight: bold;
  background: #fff380;
  background: -moz-linear-gradient(top, #fff380 0%, #fdbc01 100%);
  background: -webkit-linear-gradient(top, #fff380 0%, #fdbc01 100%);
  background: linear-gradient(to bottom, #fff380 0%, #fdbc01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff380", endColorstr="#fdbc01",GradientType=0 );
  text-align: center;
  cursor: pointer;
  outline: none;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.53);
  border-width: 1px 1px 5px;
  border-style: solid;
  border-color: #fed434 #fed434 #c59200;
  -moz-border-radius: 6px 6px 9px 9px;
  -webkit-border-radius: 6px 6px 9px 9px;
  border-radius: 6px 6px 9px 9px;
  -moz-box-shadow: 0 1px #feffbf inset, 0 20px 5px -10px rgba(70, 75, 69, 0.5);
  -webkit-box-shadow: 0 1px #feffbf inset, 0 20px 5px -10px rgba(70, 75, 69, 0.5);
  box-shadow: 0 1px #feffbf inset, 0 20px 5px -10px rgba(70, 75, 69, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Gilroy-Black", Arial, sans-serif;
}
.opt-body .main-btn:hover {
  background: #fcbb00;
  -moz-box-shadow: 0 1px #feffbf inset, 0 20px 5px -10px rgba(70, 75, 69, 0.66);
  -webkit-box-shadow: 0 1px #feffbf inset, 0 20px 5px -10px rgba(70, 75, 69, 0.66);
  box-shadow: 0 1px #feffbf inset, 0 20px 5px -10px rgba(70, 75, 69, 0.66);
}
.opt-body .green {
  color: rgb(197, 199, 33);
}
.opt-body .red {
  color: rgb(255, 103, 62);
}
.opt-body .center {
  text-align: center;
}
.opt-body .right {
  text-align: right;
}
.opt-body .left {
  text-align: left;
}
.opt-body .title {
  margin: 0 0 30px;
  font-size: 44px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0 15px;
  text-transform: uppercase;
  font-family: "Gilroy-Heavy", Arial, sans-serif;
}
.opt-body .header {
  padding: 16px 0 17px;
  background: linear-gradient(to top, #eaeaea, #cfcfcf);
}
@media (max-width: 1199px) {
  .opt-body .header {
    height: auto;
  }
}
.opt-body .header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .opt-body .header__content {
    flex-direction: column;
    gap: 10px;
  }
}
.opt-body .content-container {
  display: flex;
  align-items: center;
}
.opt-body .logo {
  display: flex;
  align-items: center;
}
@media (max-width: 1549px) {
  .opt-body .logo {
    flex-direction: row;
  }
}
@media (max-width: 479px) {
  .opt-body .logo {
    flex-direction: column;
  }
}
.opt-body .logo p {
  font-family: "Gilroy-Light", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  padding: 4px 0;
  margin-bottom: 0;
  margin-left: 25px;
  margin-top: 0;
}
@media (max-width: 479px) {
  .opt-body .logo p {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}
.opt-body .phone-block .phone {
  font-family: "Gilroy-Bold", Arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #000000;
  transition: 0.3s all;
}
.opt-body .phone-block .phone:hover {
  color: red;
}
.opt-body .breadcrumbs {
  display: flex;
  font-family: inherit;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  padding-left: 0;
}
.opt-body .breadcrumbs li:not(:first-child) {
  padding-left: 8px;
}
.opt-body .breadcrumbs li a {
  color: #000000;
  padding-right: 5px;
  transition: 0.3s all;
}
.opt-body .breadcrumbs li a:hover {
  color: red;
}
.opt-body .section-hero {
  padding-top: 70px;
  padding-bottom: 120px;
}
.opt-body .section-hero__heading {
  font-size: 65px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 70px 0;
}
.opt-body .section-hero__description:not(:last-child) {
  line-height: 22px;
  margin-bottom: 20px;
}
.opt-body .section-hero__list {
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 20px;
}
.opt-body .section-hero__item:not(:last-child) {
  margin-bottom: 7px;
}
.opt-body .section-hero__item {
  position: relative;
  padding-left: 28px;
}
.opt-body .section-hero__item::before {
  content: "";
  background-image: url(../images/icon-tick.png);
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}
.opt-body .section-send {
  background: #F2F2F2;
}
.opt-body .section-send__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding-top: 120px;
  padding-bottom: 64px;
}
.opt-body .section-send__container-img {
  width: 100%;
  max-width: 455px;
}
.opt-body .section-send__container-img img {
  width: 100%;
  object-fit: cover;
}
.opt-body .section-send__container-form {
  max-width: 320px;
  width: 100%;
}
.opt-body .section-send__form-input {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
.opt-body .section-send__form-textarea {
  width: 100%;
  height: 100px;
}
.opt-body .section-send__form-button {
  width: 100%;
  padding: 10px;
  min-height: 60px;
  margin-top: 20px;
  cursor: pointer;
}
.opt-body .consultation {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #2e3234;
}
.opt-body .consultation .fields-2 {
  align-items: flex-end;
}
.opt-body .consultation label {
  font-size: 20px;
  color: #fff;
}
.opt-body .consultation input {
  width: 100%;
  font-size: 18px;
  margin: 10px 0 0;
  padding: 18px;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.opt-body .consultation input:hover, .opt-body .consultation input:focus, .opt-body .consultation input:focus {
  outline: none;
}
@media (max-width: 991px) {
  .opt-body .consultation input.btn-reset {
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  .opt-body .consultation input {
    margin: 10px 0;
  }
  .opt-body .consultation input.btn-reset {
    margin-top: 34px;
  }
}
.opt-body .consultation__title {
  font-size: 30px;
  color: #FFF;
  text-align: center;
}
@media (max-width: 767px) {
  .opt-body .consultation__title {
    margin-bottom: 20px;
  }
}
.opt-body .consultation__form {
  padding: 30px 0;
}
.opt-body .btn-reset {
  height: 58px;
  text-align: center;
  padding: 10px;
  border: none;
}
.opt-body .consultation-form__privacy {
  color: #FFF;
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 16px;
}
.opt-body .section-information {
  padding-top: 120px;
  padding-bottom: 120px;
}
.opt-body .section-information__heading {
  font-size: 48px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.opt-body .section-information__description a {
  color: #000;
  text-decoration: underline;
  transition: 0.3s;
}
.opt-body .section-information__description a:hover {
  color: red;
}
.opt-body .section-information__description:not(:last-child) {
  margin-bottom: 20px;
}
.opt-body #order-success {
  display: none;
}
.opt-body #order-success-opt {
  display: none;
}
.opt-body footer {
  background-color: #000;
  padding-top: 40px;
  margin-bottom: -20px;
  font-size: 16px;
  line-height: 19px;
}
.opt-body footer .requisites {
  margin: 40px 0 30px;
}
.opt-body footer .info {
  color: #fff;
  opacity: 0.4;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 40px;
}
.opt-body footer a {
  width: 100%;
  margin-bottom: 5px;
}
.opt-body #requisites {
  margin: 20px 0;
  text-align: center;
  color: #FFF;
}
.opt-body .modal__form {
  max-width: 412px;
}
.opt-body .modal-title {
  font-family: "Gilroy-Black", Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-align: center;
}
.opt-body .modal__input {
  width: 100%;
  margin: 10px 0 20px;
}
.opt-body .modal__button {
  font-size: 24px;
  width: 100%;
  height: 74px;
  cursor: pointer;
}
.opt-body #thanks {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .opt-body .section-questions {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .opt-body .section-questions__form {
    flex-direction: column;
    align-items: center;
  }
  .opt-body .section-questions__form label {
    margin-bottom: 10px;
    max-width: 510px;
    width: 100%;
  }
  .opt-body .section-questions__input {
    max-width: none;
  }
  .opt-body .section-questions__button {
    max-width: 510px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .opt-body {
    /*header*/
    /*section-hero*/
    /*section-send*/
    /*consultation*/
    /*section-information*/
    /*section-footer*/
  }
  .opt-body .content-container {
    flex-direction: column;
    justify-content: center;
  }
  .opt-body .content-container .logo {
    margin-bottom: 10px;
  }
  .opt-body .breadcrumbs {
    margin-bottom: 0;
    margin-top: 0;
  }
  .opt-body .section-hero {
    padding-bottom: 40px;
  }
  .opt-body .section-hero__heading {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .opt-body .section-send__container {
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: none;
  }
  .opt-body .section-send__container-form {
    margin: 0 auto;
  }
  .opt-body .consultation {
    padding-bottom: 30px;
    padding-bottom: 30px;
  }
  .opt-body .section-information {
    padding-top: 50px;
  }
  .opt-body .section-information__heading {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .opt-body .section-footer {
    padding-top: 50px;
  }
  .opt-body .section-footer__copyright {
    margin-top: 20px;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .opt-body .section-hero__heading {
    font-size: 30px;
  }
  .opt-body .section-information__heading {
    font-size: 24px;
  }
  .opt-body .container {
    min-width: 300px;
  }
  .opt-body .button {
    font-size: 16px;
  }
  .opt-body .section-questions__phone {
    font-size: 26px;
  }
  .opt-body .section-footer__phone {
    font-size: 28px;
  }
}

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