@charset "UTF-8";
:root {
  --color-black: #1B1B1B;
  --color-blue: #46B8F5;
  --color-yellow: #F2A258;
  --color-bg-yellow: #FEF9F1; }

.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1; }

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px; }

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: #fff;
  min-height: 100vh;
  height: 100%;
  color: #000;
  overflow-x: hidden; }

img {
  max-width: 100%; }

a {
  text-decoration: none; }

.site-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh; }

.wrapper {
  margin-top: 17px;
  margin-bottom: 100px; }
  @media screen and (max-width: 1279px) {
    .wrapper {
      margin-bottom: 50px; } }
  .wrapper__title {
    background-color: var(--color-bg-yellow);
    text-align: center;
    min-height: 126px;
    display: flex;
    margin-bottom: 133px; }
    @media screen and (max-width: 767px) {
      .wrapper__title {
        margin-bottom: 65px;
        margin-top: 50px; } }
    .wrapper__title h1 {
      font-size: 50px;
      text-transform: uppercase;
      font-weight: bold;
      color: var(--color-yellow);
      margin-bottom: 23px;
      margin-top: -25px; }
      @media screen and (max-width: 767px) {
        .wrapper__title h1 {
          font-size: 30px; } }
    .wrapper__title-text {
      font-size: 15px;
      color: #000;
      font-weight: normal;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .wrapper__title-text {
          font-size: 14px;
          width: 80%;
          margin: 0 auto; } }

.is-hidden {
  display: none !important; }

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer; }

.btn__link {
  background-color: none;
  color: #303C40;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  z-index: 0; }
  .btn__link::after {
    content: '';
    width: 85%;
    margin: 0 auto;
    height: 9px;
    background-color: var(--color-yellow);
    position: absolute;
    bottom: -1px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    transition: all 0.2s; }
  .btn__link:hover:after, .btn__link:focus:after, .btn__link:active:after {
    height: 100%;
    transition: all 0.2s; }

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0; }

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1170px;
  width: 100%; }

.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

.header {
  padding: 46px 0;
  margin-bottom: 38px; }
  @media screen and (max-width: 767px) {
    .header {
      padding: 15px 0;
      margin-bottom: 0; } }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__form {
    display: flex;
    flex-direction: column;
    /*&-checkbox {
      position: absolute;
      z-index: -1;
      opacity: 0;

      &+label {
        display: inline-flex;
        align-items: center;
        user-select: none;
        font-size: 13px;
        line-height: 33px;
        color: rgba(0, 0, 0, 0.7);

        &::before {
          content: '';
          display: inline-block;
          width: 19px;
          height: 19px;
          flex-shrink: 0;
          flex-grow: 0;
          border: 1px solid rgba(0, 0, 0, 0.2);
          margin-right: 14px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 50% 50%;
        }
      }

      &:checked+label {
        &::before {
          background: url(../../img/checkox_cheked.svg);
          background-size: 9px 9px;
          background-repeat: no-repeat;
          background-position: 50% 50%;
        }
      }
    }*/ }
    .header__form-field {
      display: flex;
      flex-direction: column;
      margin-bottom: 24px; }
    .header__form-label {
      font-size: 16px;
      line-height: 33px; }
    .header__form-input {
      border: 1px solid rgba(0, 0, 0, 0.2);
      padding: 0 10px;
      height: 46px;
      line-height: 46px;
      font-size: 14px;
      max-width: 418px; }
    .header__form-licenzeblock {
      margin-top: 11px; }
    .header__form .btn__link {
      margin-top: 6px; }
    .header__form .fields.field__item:nth-child(4) .field__title {
      display: none; }
  @media screen and (max-width: 767px) {
    .header__menu {
      display: none; } }

.main__menu {
  display: flex; }
  .main__menu-item:not(:last-child) {
    margin-right: 45px; }
  .main__menu-link {
    color: #303C40;
    font-size: 11px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.2s;
    letter-spacing: 0.03px; }
    .main__menu-link:hover, .main__menu-link:focus {
      color: var(--color-yellow);
      transition: all 0.2s;
      border-bottom: 2px solid #F8C478;
      text-decoration: none; }
    .main__menu-link.menu-trigger {
      font-weight: 900;
      color: var(--color-yellow); }
    .main__menu-link--active {
      border-bottom: 2px solid #F8C478; }
  .main__menu-adaptive {
    background-image: url(../img/burger__menu.svg);
    width: 17px;
    height: 27px;
    display: block; }
    @media screen and (min-width: 768px) {
      .main__menu-adaptive {
        display: none; } }

.logo {
  background-image: url(../img/main_logo.svg);
  width: 146px;
  height: 14px;
  display: block;
  background-repeat: no-repeat; }

.header__form-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.header__form-checkbox + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.header__form-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.header__form-checkbox:checked + label::before {
  background: url(../img/checkox_cheked.svg);
  background-size: 9px 9px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.field__checkbox {
  list-style: none;
  margin: 0;
  padding: 0; }

.field__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.field__checkbox span {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px; }

.field__checkbox span::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.field__checkbox input:checked + span::before {
  background: url(../img/checkox_cheked.svg);
  background-size: 9px 9px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.header__form-field .field__item:last-child .field__title {
  display: none; }

.header__form .submit {
  margin-bottom: -24px; }

.header__form-field .field__item:last-child .field__title {
  display: none; }

.footer {
  background-color: #FEF9F1;
  padding: 41px 0;
  margin-top: auto; }
  .footer .logo {
    margin-bottom: 37px;
    margin-top: 3px; }
  .footer .container {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1279px) {
      .footer .container {
        flex-direction: column; } }
  .footer__info {
    display: flex;
    flex-direction: column;
    text-align: right;
    padding-top: 40px; }
    @media screen and (max-width: 1279px) {
      .footer__info {
        text-align: left;
        padding-top: 0;
        padding-bottom: 20px; } }
    .footer__info-text {
      font-size: 12px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.5); }
      .footer__info-text:not(:last-child) {
        margin-bottom: 13px; }
      @media screen and (max-width: 1279px) {
        .footer__info-text {
          font-size: 12px; }
          .footer__info-text:not(:last-child) {
            margin-bottom: 10px; } }
    .footer__info-copyright {
      display: none; }
      @media screen and (max-width: 1279px) {
        .footer__info-copyright {
          display: block; } }
  .footer__links {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 1279px) {
      .footer__links {
        flex-direction: column; } }
    @media screen and (max-width: 1279px) {
      .footer__links-left .footer__info-text {
        display: none; } }
  .footer__menu .main__menu {
    justify-content: flex-end; }
  @media screen and (max-width: 1279px) {
    .footer__menu {
      display: none; } }
  .footer .main__menu-item:not(:last-child) {
    margin-right: 47px; }

.catalog__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 1279px) {
    .catalog__list {
      justify-content: space-evenly; } }
  @media screen and (max-width: 767px) {
    .catalog__list {
      align-items: center;
      flex-direction: column; } }

.catalog__item {
  max-width: 335px;
  margin-bottom: 35px;
  position: relative; }
  @media screen and (min-width: 1280px) {
    .catalog__item {
      margin-bottom: 70px; }
      .catalog__item:nth-last-child(-n+3) {
        margin-bottom: 0; } }
  .catalog__item::before {
    content: '';
    height: 87px;
    width: 100%;
    position: absolute;
    top: 75px;
    background-color: var(--color-bg-yellow);
    z-index: -1; }
  .catalog__item:nth-child(3n+2)::before {
    background-color: #F8C478; }

.catalog__img {
  max-width: 335px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.catalog__subtitle {
  font-size: 18px;
  line-height: 31px;
  font-weight: 500;
  color: var(--color-black);
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0 15px;
  text-align: center;
  max-height: 93px;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media screen and (max-width: 1439px) {
    .catalog__subtitle {
      font-size: 16px;
      line-height: 28px;
      margin-top: 20px;
      max-height: 80px; } }

.main__catalog {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center; }
  .main__catalog .container {
    background-color: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0px 20px 37px 20px rgba(184, 109, 39, 0.1);
    position: relative; }
  .main__catalog-content {
    padding-bottom: 40px; }
  .main__catalog-img {
    min-width: 50%; }
  .main__catalog-image {
    position: absolute;
    top: -100px;
    left: 100px; }
    @media screen and (max-width: 1279px) {
      .main__catalog-image {
        position: relative;
        top: 70px;
        left: 0;
        min-width: 176px; } }
  .main__catalog-title {
    padding-top: 42px;
    font-size: 25px;
    line-height: 48px;
    font-weight: bold;
    color: #303C40;
    text-transform: uppercase; }
    @media screen and (max-width: 1279px) {
      .main__catalog-title {
        font-size: 18px; } }
  .main__catalog-text {
    margin-top: 10px;
    font-size: 15px;
    color: #303C40;
    max-width: 350px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1279px) {
      .main__catalog-text {
        font-size: 14px;
        line-height: 24px; } }
  .main__catalog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 504px;
    background-color: #F8C478;
    z-index: -1; }
  .main__catalog::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50%;
    height: 410px;
    background-color: #FEF9F1;
    z-index: -1; }

.brands__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 10; }
  .brands__list::after {
    content: '';
    display: block;
    position: absolute;
    top: 100px;
    width: 100vw;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: repeating-linear-gradient(to bottom, #FEF9F1 0px, #FEF9F1 350px, #fff 100px, #fff 750px);
    z-index: -1;
    pointer-events: none; }
    @media screen and (max-width: 1279px) {
      .brands__list::after {
        display: none; } }
  @media screen and (max-width: 1279px) {
    .brands__list {
      justify-content: space-evenly; } }
  @media screen and (max-width: 767px) {
    .brands__list {
      align-items: center;
      flex-direction: column; } }

.brands__item {
  background-color: #fff;
  max-width: 520px;
  max-height: 255px;
  margin-bottom: 40px;
  box-shadow: 0px 20px 37px 20px rgba(184, 109, 39, 0.1);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10; }
  @media screen and (min-width: 1280px) {
    .brands__item {
      margin-bottom: 110px; }
      .brands__item:nth-last-child(-n+3) {
        margin-bottom: 50px; } }

.brands__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.news__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative; }
  @media screen and (max-width: 1279px) {
    .news__block {
      flex-direction: column;
      align-items: center;
      margin: 0 -15px; } }
  .news__block::after {
    content: '';
    background-color: var(--color-bg-yellow);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100vw;
    max-height: 126px;
    z-index: -1;
    height: 100%; }
    @media screen and (max-width: 1279px) {
      .news__block::after {
        display: none; } }
  .news__block-category:not(:last-child) {
    margin-bottom: 33px; }
  @media screen and (min-width: 1280px) {
    .news__block-category {
      flex-wrap: nowrap; } }
  .news__block-category::after {
    display: none; }
  .news__block-category .news__block-title {
    padding: 0; }
  .news__block-link {
    margin-top: auto; }
    @media screen and (max-width: 1279px) {
      .news__block-link {
        margin: 20px 0 0; } }
  .news__block-img {
    max-width: 550px;
    max-height: 510px;
    flex-shrink: 0;
    width: 100%;
    margin-right: 47px; }
    @media screen and (max-width: 1279px) {
      .news__block-img {
        margin-right: 0;
        margin-bottom: 30px; } }
  .news__block-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .news__block-info {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 650px); }
    @media screen and (max-width: 1279px) {
      .news__block-info {
        padding: 20px;
        padding-top: 0;
        max-width: 100%; } }
    .news__block-info--category {
      min-height: auto;
      min-height: auto;
      max-width: 550px;
      padding: 50px;
      background: var(--color-bg-yellow); }
    .news__block-info--main {
      min-height: auto;
      background-color: #F4F5FB; }
      .news__block-info--main .btn__link {
        margin-top: 20px; }
  .news__block-maintext {
    flex-basis: 100%;
    margin-top: 75px; }
    @media screen and (max-width: 1279px) {
      .news__block-maintext {
        margin-top: 0;
        padding: 20px; } }
  .news__block-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 37px;
    color: #303C40;
    letter-spacing: 0.6px;
    padding: 24px 0; }
    @media screen and (max-width: 1279px) {
      .news__block-title {
        font-size: 16px;
        line-height: 30px;
        padding: 0; } }
  .news__block-date {
    font-size: 14px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 6px;
    color: rgba(0, 0, 0, 0.5); }
  .news__block-text p {
    font-size: 15px;
    line-height: 32px;
    margin: 0; }
    .news__block-text p:not(:last-child) {
      margin-bottom: 32px; }
    @media screen and (max-width: 1279px) {
      .news__block-text p {
        line-height: 28px; } }

.news__main .news__block:nth-child(2) .news__block-img {
  margin-right: 0;
  margin-left: 47px; }
  @media screen and (max-width: 1279px) {
    .news__main .news__block:nth-child(2) .news__block-img {
      margin-left: 0; } }

@media screen and (min-width: 1280px) {
  .news__main .news__block:nth-child(2) {
    flex-direction: row-reverse; } }

.news__main .news__block-title {
  padding: 0; }

.header__form-field .field__item:last-child .field__title {
  display: none; }

h1 {
  font-size: 21px;
  line-height: 54.5px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 48px 0; }
  h1 span {
    color: var(--color-yellow); }

.main__page {
  background: #fff; }

.navigation__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px; }
  .navigation__block-title {
    font-size: 21px;
    line-height: 54.5px;
    font-weight: 700;
    text-transform: uppercase; }

.main__header {
  background-image: url(../img/header__bg.jpg);
  background-repeat: no-repeat;
  background-size: 720px 484px;
  background-position: 100% 70%;
  min-height: 666px;
  width: 100%;
  margin-bottom: 60px; }
  @media screen and (max-width: 1279px) {
    .main__header {
      min-height: 760px;
      background-image: url(../img/header__bg-mobail.jpg);
      background-size: contain;
      margin-bottom: -60px; } }
  .main__header-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 17px;
    text-transform: uppercase;
    color: #F2A258; }
    @media screen and (max-width: 1279px) {
      .main__header-title {
        font-size: 46px;
        line-height: 58px;
        margin-bottom: 22px; } }
  .main__header-text {
    font-size: 23px;
    line-height: 36px;
    margin-bottom: 30px;
    color: #303C40;
    font-weight: 700;
    max-width: 200px;
    text-transform: uppercase; }
    @media screen and (max-width: 1279px) {
      .main__header-text {
        font-size: 18px;
        line-height: 24px;
        max-width: none; } }
  .main__header-block {
    margin-top: 155px; }
    @media screen and (max-width: 1279px) {
      .main__header-block {
        margin-top: 90px; } }

.main__about {
  margin-bottom: 113px; }
  .main__about-info {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1279px) {
      .main__about-info {
        flex-direction: column; } }
  .main__about h1 {
    max-width: 440px;
    line-height: 45.5px;
    margin-bottom: 22px;
    max-width: 480px; }
    @media screen and (max-width: 767px) {
      .main__about h1 {
        font-size: 15px;
        line-height: 35px;
        text-align: center;
        max-width: none; } }
  .main__about-text {
    margin: 0 0 36px 0;
    font-size: 16px;
    line-height: 33px;
    max-width: 490px; }
    @media screen and (max-width: 767px) {
      .main__about-text {
        text-align: center;
        line-height: 33px;
        font-size: 15px;
        max-width: none; } }

.main__catalog {
  margin-bottom: 113px; }
  .main__catalog .navigation__block {
    margin-bottom: 15px; }

.main__brands {
  margin-bottom: 110px; }
  .main__brands .container {
    display: flex; }
    @media screen and (max-width: 1279px) {
      .main__brands .container {
        padding: 0; } }
  @media screen and (max-width: 1279px) {
    .main__brands-bg {
      display: none; } }
  @media screen and (max-width: 1279px) {
    .main__brands .btn__link {
      display: table;
      margin: 0 auto; } }
  .main__brands-block {
    max-width: 575px;
    width: 100%; }
    @media screen and (max-width: 1279px) {
      .main__brands-block {
        max-width: none; } }
  .main__brands-title {
    background-color: #F8C478;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    min-height: 113px;
    display: flex;
    align-items: center;
    padding: 0 75px; }
    @media screen and (max-width: 1279px) {
      .main__brands-title {
        font-size: 18px;
        padding: 0;
        justify-content: center; } }
  .main__brands-content {
    background-color: #fff;
    box-shadow: 0px 20px 37px 20px rgba(184, 109, 39, 0.1);
    padding: 33px 55px 33px 75px;
    min-height: 427px; }
    @media screen and (max-width: 1279px) {
      .main__brands-content {
        padding: 30px;
        min-height: auto; } }
  .main__brands-text {
    font-size: 15px;
    color: #000;
    margin-bottom: 35px; }
    @media screen and (max-width: 1279px) {
      .main__brands-text {
        text-align: center; } }
  .main__brands-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px; }
    @media screen and (max-width: 1279px) {
      .main__brands-list {
        flex-direction: column;
        align-items: center; } }
  .main__brands-item {
    display: flex;
    align-items: center;
    width: 100%; }
    .main__brands-item:not(:last-child) {
      margin-bottom: 10px; }
  .main__brands-img {
    width: 58px;
    height: 58px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    margin-right: 28px;
    padding: 15px; }
  .main__brands-images {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.button__desktop {
  margin-left: -17px; }
  @media screen and (max-width: 767px) {
    .button__desktop {
      display: none; } }

@media screen and (min-width: 768px) {
  .button__mobail {
    display: none; } }

/*стили для наложения*/
.body-overlay {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  min-height: 666px;
  top: 0;
  left: 0;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.4s 0s, visibility 0s 0.4s; }
  .body-overlay.menu-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s 0s, visibility 0s 0s; }

/*Стили для адаптивного меню*/
.a-form {
  position: fixed;
  height: 100%;
  overflow: auto;
  z-index: 999;
  width: 50%;
  min-height: 666px;
  right: 0;
  top: 0;
  background: #FEF9F1;
  box-shadow: none;
  padding: 100px 150px;
  transform: translateX(100%);
  transition: transform 0.4s 0s, box-shadow 0.4s 0s;
  /*Кнопка закрыть*/ }
  @media screen and (max-width: 1279px) {
    .a-form {
      padding: 6px 30px;
      width: 100%;
      min-height: 100vh;
      position: fixed; } }
  @media screen and (min-width: 1280px) {
    .a-form .logo {
      display: none; } }
  .a-form.menu-open {
    transform: translateX(0%); }
  .a-form__title {
    color: #303C40;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 37px;
    letter-spacing: 1.3px; }
    @media screen and (max-width: 1279px) {
      .a-form__title span {
        display: none; } }
  .a-form .close-trigger {
    background-image: url(../img/close_icon.svg);
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    top: 26px;
    right: 26px; }

/*стили для наложения*/
.body-overlay__menu {
  position: fixed;
  z-index: 10;
  height: 100%;
  width: 100%;
  min-height: 666px;
  top: 0;
  left: 0;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.4s 0s, visibility 0s 0.4s; }
  .body-overlay__menu.menu-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s 0s, visibility 0s 0s; }

/*Стили для адаптивного меню*/
.adaptive {
  position: absolute;
  overflow: auto;
  z-index: 998;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: none;
  transform: translateY(-100%);
  /*Кнопка закрыть*/ }
  .adaptive.menu-open {
    transform: translateY(0%); }
  .adaptive__title {
    color: var(--color-blue);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 37px;
    letter-spacing: 1.3px;
    padding: 22px 15px 0;
    margin-bottom: 54px; }
  .adaptive .close-adaptive {
    background-image: url(../img/close_icon.svg);
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 16px; }
  .adaptive .main__menu {
    flex-direction: column; }
    .adaptive .main__menu-item {
      margin: 0; }
    .adaptive .main__menu-link {
      font-size: 16px;
      line-height: 52px;
      font-weight: 500;
      color: #000;
      text-transform: uppercase;
      padding: 0 30px;
      width: 100%;
      display: block; }
      .adaptive .main__menu-link--active {
        background-color: #FEF9F1;
        border-bottom: none; }
      .adaptive .main__menu-link--callback {
        font-weight: 700;
        color: #F8C478; }

.error__field input {
  color: #C12828; }

.error__field p.error {
  margin: 0;
  color: #C12828;
  font-size: 14px; }

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