@font-face {
    font-family: "lato";
    src: url("fonts/Lato-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "lato";
    src: url("fonts/Lato-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Jost";
    src: url("fonts/Jost-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@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;
}

body {
    background-color: #fff;
    font-family: 'Gilroy', Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #2D2D2D;
    padding: 0;
    margin: 0;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
img {
    max-width: 100%;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
input, textarea {
    font-size: 16px;
    line-height: 18px;
    padding: 16px 20px;
    border: 1px solid #cbc9c9;
}
h1, h2 {
    font-family: 'Gilroy-Heavy', Arial, sans-serif;
}
.button {
    font-family: 'Gilroy-Medium',Arial,sans-serif;
    background: #468217;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    border: none;
    background: #468217;
    box-shadow: 0px 10px 30px rgba(62, 39, 35, 0.2);
    border-radius: 29.5px;
    transition: .3s all;
}
.button:hover {
  background: #366512;
}
/*effect*/
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
/*header*/
#header {
    padding-top: 20px;
}
.content-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.logo {
    display: flex;
    align-items: flex-end;
}
.logo p {
    font-family: inherit;
    font-size: 14px;
    line-height: 18px;
    color: #949697;
    padding: 4px 0;
    margin-bottom: 0px;
    margin-left: 10px;
}
.phone-block .phone {
    font-family: 'Gilroy-Bold', Arial, sans-serif;
    font-size: 28px;
    line-height: 30px;
    color: #2D2D2D;
}
.breadcrumbs {
    display: flex;
    margin-bottom: 30px; 
    font-family: inherit;
    font-size: 14px;
    line-height: 14px;
    color: #949697;
}
.breadcrumbs li a {
    color: #949697;
    padding-right: 5px;
}
/*section-hero*/
.section-hero {
    padding-top: 40px;
    padding-bottom: 120px;
}
.section-hero__heading {
    font-size: 65px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 70px 0;
    max-width: 1017px;
}
.section-hero__description:not(:last-child) {
    line-height: 22px;
    margin-bottom: 20px;
}
.section-hero__list {
    margin-bottom: 20px;
}
.section-hero__item:not(:last-child) {
    margin-bottom: 7px;
}
.section-hero__item {
    position: relative;
    padding-left: 28px;
}
.section-hero__item::before {
    content: "";
    background-image: url(../images/icon-tick.png);
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
}
/*section-send*/
.section-send {
    background: #F2F2F2;
}
.section-send__container {
    background: url(../images/header.png) no-repeat;
    background-size: 360px;
    background-position: left 200px center;
    padding-top: 120px;
    padding-bottom: 110px;
}
.section-send__container-form {
    max-width: 320px;
    width: 100%;
    margin-left: auto;
}
.section-send__form-input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}
.section-send__form-textarea {
    width: 100%;
    height: 100px;
}
.section-send__form-button {
    width: 251px;
    padding:  14px 0;
    margin-top: 20px;
    display: block;
    margin: 20px auto 0 auto;
}
/*section-information*/
.section-information {
    padding-top: 120px;
}
.section-information__heading {
    font-size: 48px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    max-width: 1070px;
}
.section-information__description a{
    color: #000;
    text-decoration: underline;
}
.section-information__description:not(:last-child) {
    margin-bottom: 20px;
}



/*section-footer*/
.section-footer {
    background-color: #323232;
    color:#fff;
    padding-top: 53px;
    margin-bottom: -20px;
}
.section-footer__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
}
.section-footer__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-footer__logo {
    margin-left: 0;
    margin-bottom: 35px;
}
.section-footer__logo-mobile {
    display: none;
}
.section-footer__phone {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    text-decoration: none;
    color: #fff;
}
.section-footer__left span {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 8px;
    color: #c1c1c1;
}
.section-footer__right {
    display: flex;
    align-items: center;
}
.section-footer__info {
    max-width: 305px;
    margin-right: 50px;
}
.section-footer__info p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 8px;
    color: #c1c1c1;
}
.section-footer__info p span {
    font-family: Gilroy-Bold,sans-serif;
    color: #fff;
}
.section-footer__list {
    margin-bottom: 20px;
}
.section-footer__item {
    margin-bottom: 10px;
}
.section-footer__link {
    color: #fff;
    font-size: 16px;
    line-height: 160%;
    text-decoration-line: underline;
}
.section-footer__copyright-description {
    font-size: 12px;
    line-height: 140%;
    padding: 23px 0;
}


#order-success {
    display:none;
}
#order-success-opt {
    display: none;
}


/*форма обратной связи*/
.callme {
    display: none;
    max-width: 480px!important;
    width: 100%;
    padding: 25px 30px 30px 30px !important;
  }
  @media (max-width: 767px) {
    .callme {
      max-width: 390px!important;
      width: 100%;
      padding: 38px 15px 39px 15px !important;
    }
  }
  @media (max-width: 767px) {
    .callme__logo {
      width: 110px;
    }
  }
  .callme__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .callme__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    width: 100%;
  }
  @media (max-width: 767px) {
    .callme__form {
      margin-top: 18px;
    }
  }
  .callme__input {
    width: 100%;
    padding: 19px 20px;
    font-family: "lato", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #707070;
    margin-bottom: 15px;
    border: 1px solid rgba(47, 47, 47, 0.2);
    border-radius: 10px;
  }
  @media (max-width: 767px) {
    .callme__input {
      font-size: 20px;
      line-height: 24px;
      padding: 15px 15px;
    }
  }
  .callme__title {
    font-family: "lato", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #2D2D2D;
    margin-bottom: 33px;
    text-align: center;
  }
  .callme__notify {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #707070;
    margin-top: 15px;
    font-family: "Jost";
    font-weight: 400;
  }
  @media (max-width: 767px) {
    .callme__notify {
      font-size: 18px;
      line-height: 25px;
      margin-top: 0;
    }
  }
  .callme__btn {
    display: inline-block;
    margin-top: 40px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    border: none;
    width: 197px;
    background: #468217;
    border-radius: 29.5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0.03em;
    box-shadow: 0px 10px 30px rgb(70 130 23 / 20%);
  }
  @media (max-width: 767px) {
    .callme__btn {
      margin-top: 28px;
    }
  }
  /*форма подтверждения*/
  .form-popup {
    display: none;
    max-width: 480px!important;
    width: 100%;
    padding: 25px 30px 30px 30px !important;
  }
  @media (max-width: 767px) {
    .form-popup {
      max-width: 390px!important;
      width: 100%;
      padding: 38px 15px 39px 15px !important;
    }
  }
  @media (max-width: 767px) {
    .form-popup__logo {
      width: 110px;
    }
  }
  .form-popup__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form-popup__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    width: 100%;
  }
  @media (max-width: 767px) {
    .form-popup__form {
      margin-top: 18px;
    }
  }
  .form-popup__input {
    width: 100%;
    padding: 19px 20px;
    font-family: "lato", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #707070;
    margin-bottom: 22px;
    border: 1px solid rgba(47, 47, 47, 0.2);
    border-radius: 10px;
  }
  @media (max-width: 767px) {
    .form-popup__input {
      font-size: 20px;
      line-height: 24px;
      padding: 15px 15px;
    }
  }
  .form-popup__title {
    font-family: "lato", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #2D2D2D;
    margin-bottom: 8px;
    text-align: center;
  }
  .form-popup__data {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #707070;
    margin-bottom: 25px;
    max-width: 375px;
  }
  .form-popup__notify {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #707070;
    margin-top: 0px;
    max-width: 361px;
  }
  @media (max-width: 767px) {
    .form-popup__notify {
      font-size: 18px;
      line-height: 25px;
    }
  }
  .form-popup__btn {
    display: inline-block;
    background: #468217;
    border-radius: 29.5px;
    margin-top: 25px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    border: none;
    width: 197px;
    padding: 19px 10px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0.03em;
    box-shadow: 0px 10px 30px rgb(70 130 23 / 20%);
  }
  @media (max-width: 767px) {
    .form-popup__btn {
      margin-top: 23px;
    }
  }
  .section-call {
    padding-top: 145px;
    padding-bottom: 135px;
  }
  @media (max-width: 991px) {
    .section-call {
      padding-top: 40px;
    }
  }
  @media (max-width: 767px) {
    .section-call {
      padding-bottom: 0px;
    }
  }
  @media (max-width: 991px) {
    .section-call__container-hero {
      max-width: 767px;
    }
  }
  .section-call__container {
    max-width: 1004px;
    margin: 0 auto;
    box-shadow: 0px 20px 60px -10px rgba(80, 60, 46, 0.15);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 50px 0 50px 0;
  }
  @media (max-width: 767px) {
    .section-call__container {
      padding: 35px 0 20px 0;
    }
  }
  @media (max-width: 380px) {
    .section-call__container {
      padding: 35px 15px 20px 15px;
    }
  }
  .section-call__content {
    max-width: 540px;
    margin-left: auto;
    padding-right: 80px;
  }
  @media (max-width: 991px) {
    .section-call__content {
      padding-right: 20px;
      max-width: 350px;
    }
  }
  @media (max-width: 767px) {
    .section-call__content {
      max-width: none;
      width: 50%;
      padding-right: 10px;
    }
  }
  @media (max-width: 380px) {
    .section-call__content {
      width: 100%;
    }
  }
  .section-call__image {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  @media (max-width: 991px) {
    .section-call__image {
      max-width: 300px;
    }
  }
  @media (max-width: 767px) {
    .section-call__image {
      max-width: 200px;
      left: -20px;
      z-index: 0;
    }
  }
  @media (max-width: 380px) {
    .section-call__image {
      display: none;
    }
  }
  .section-call__heading {
    font-family: "lato", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #2D2D2D;
    max-width: 540px;
    margin-left: auto;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 991px) {
    .section-call__heading {
      font-size: 35px;
      line-height: 1;
      max-width: 350px;
    }
  }
  @media (max-width: 767px) {
    .section-call__heading {
      font-size: 26px;
      line-height: 31px;
      text-align: center;
      max-width: none;
    }
  }
  .section-call__phone {
    text-decoration: none;
    font-family: "lato", sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    color: #9E5D02;
    margin-bottom: 13px;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 991px) {
    .section-call__phone {
      font-size: 43px;
      line-height: 1;
    }
  }
  @media (max-width: 767px) {
    .section-call__phone {
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 10px;
    }
  }
  .section-call__text {
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #2D2D2D;
    opacity: 0.5;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 767px) {
    .section-call__text {
      margin-bottom: 17px;
    }
  }
  .section-call__desc {
    font-size: 20px;
    line-height: 29px;
    color: #2F2F2F;
    opacity: 0.7;
    position: relative;
    z-index: 1;
    font-family: "Jost";
    font-weight: 400;
  }
  @media (max-width: 991px) {
    .section-call__desc {
      font-size: 17px;
    }
  }
  @media (max-width: 767px) {
    .section-call__desc {
      font-size: 18px;
      line-height: 26px;
    }
  }
  .section-call__btn {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    background: #468217;
    border-radius: 29.5px;
    padding: 20px;
    width: 197px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0.03em;
    box-shadow: 0px 10px 30px rgba(70, 130, 23, 0.2);
    margin-top: 56px;
    padding: 14px;
    position: relative;
    z-index: 1;
    font-family: "Jost";
    font-weight: 400;
    transition: .3s all;
  }
  .section-call__btn:hover {
    background: #325e10;
  }
  @media (max-width: 767px) {
    .section-call__btn {
      margin-top: 30px;
      max-width: 170px;
      font-size: 14px;
    }
  }
  @media (max-width: 380px) {
    .section-call__btn {
      margin: 30px auto 0 auto;
      display: block;
      max-width: 170px;
    }
  }

/*mobile*/
@media (max-width: 1000px) {
    .section-send__container {
        background-size: 310px;
        background-position: left 150px center;
    }
    /*section-questions*/
    .section-questions {
        padding-top: 80px;
    }
    .section-questions__row {
        flex-direction: column-reverse;
        align-items: center;
    }
    .section-questions__feedback {
        padding-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .section-questions__input {
        display: block;
    }
    .section-questions__consultation {
        margin: 0 auto;
    }
    /*section-footer*/
    .section-footer__row {
        flex-direction: column;
    }
    .section-footer__left {
        align-items: center;
        margin-bottom: 30px;
    }
    .section-footer__logo {
        display: none;
    }
    .section-footer__logo-mobile {
        display: block;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .section-footer__right {
        flex-direction: column-reverse;
        align-items: center;
    }
    .section-footer__info {
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    .section-footer__list {
        margin-bottom: 0;
    }
    .section-footer__item {
        text-align: center;
    }
}
@media (max-width: 767px) {
    /*header*/
    .content-container {
        flex-direction: column;
        justify-content: center; 
    }
    .content-container .logo {
        margin-bottom: 10px;
    }
    .breadcrumbs {
        margin-bottom: 0;
    }
    /*section-hero*/
    .section-hero {
        padding-bottom: 40px;
    }
    .section-hero__heading {
        font-size: 45px;
        margin-bottom: 30px;
    }
    /*section-send*/
    .section-send__container {
        padding-top: 50px;
        padding-bottom: 50px;
        background: none;
    }
    .section-send__container-form {
        margin: 0 auto;
    }
    /*section-information*/
    .section-information {
        padding-top: 50px;
    }
    .section-information__heading {
        font-size: 35px;
        margin-bottom: 15px;
    }
    /*section-questions*/
    .section-questions__heading {
        font-size: 32px;
        line-height: 42px;
    }
    .section-questions__phone {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .section-questions__consultation {
        font-size: 18px;
        line-height: 26px;
    }
    @media (max-width: 479px) {
        .section-hero__heading {
            font-size: 30px;
        }
        .section-information__heading {
            font-size: 24px;
        }
        .container {
            min-width: 300px;
        }
        .section-questions__phone {
            font-size: 36px;
        }
        .section-footer__phone {
            font-size: 36px;
        }
        /*section-footer*/
        .section-footer__info p {
            font-size: 14px;
        }
    }
}