@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-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Jost";
    src: url("fonts/Jost-Medium.ttf") format("truetype");
    font-weight: 500;
    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: 1580px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
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;
}
/*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: #000;
}
.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__container {
  background: #F7F7F7;
  padding: 77px 0 55px 0;
}
.section-hero__heading {
  font-family: 'Gilroy-Heavy';
  font-size: 65px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
}
.section-hero__description {
  font-family: 'Gilroy-Bold';
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-top: 15px;
}

/*section-info*/
.section-info {
  padding: 60px 0;
}
.section-info__container {
  position: relative;
  max-width: 1260px;
}
.section-info__heading {
  font-family: 'Gilroy-Bold';
  max-width: 1100px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.section-info__description {
  font-family: 'Gilroy';
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 675px;
  margin-top: 100px;
}
.section-info__img {
  position: absolute;
  right: 0;
  top: 130px;
}
.section-info__description a {
  color: #2D2D2D;
  border-bottom: 1px solid #2D2D2D;
}
/*section call*/
.section-call {
    padding-top: 65px;
    padding-bottom: 135px;
  }
  @media (max-width: 991px) {
    .section-call {
      padding-top: 40px;
    }
  }
  @media (max-width: 767px) {
    .section-call {
      padding-bottom: 30px;
    }
  }
  @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;
  }
  @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;
    }
  }
  /*форма обратной связи*/
.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;
    }
  }
  /*форма с доставкой*/
  .delivery-call {
    display: none;
    max-width: 480px!important;
    width: 100%;
    padding: 25px 30px 30px 30px !important;
  }
  @media (max-width: 767px) {
    .delivery-call {
      max-width: 390px!important;
      width: 100%;
      padding: 38px 15px 39px 15px !important;
    }
  }
  @media (max-width: 767px) {
    .delivery-call__logo {
      width: 110px;
    }
  }
  .delivery-call__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .delivery-call__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    width: 100%;
  }
  @media (max-width: 767px) {
    .delivery-call__form {
      margin-top: 18px;
    }
  }
  .delivery-call__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) {
    .delivery-call__input {
      font-size: 20px;
      line-height: 24px;
      padding: 15px 15px;
    }
  }
  .delivery-call__title {
    font-family: "lato", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #2D2D2D;
    margin-bottom: 5px;
    text-align: center;
  }
  .delivery-call__data {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #707070;
    margin-bottom: 32px;
    max-width: 375px;
    font-family: "Jost";
    font-weight: 400;
  }
  .delivery-call__notify {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #707070;
    margin-top: 6px;
    font-family: "Jost";
    font-weight: 400;
  }
  @media (max-width: 767px) {
    .delivery-call__notify {
      font-size: 18px;
      line-height: 25px;
      margin-top: 0;
    }
  }
  .delivery-call__btn {
    font-family: "Jost";
    font-weight: 400;
    display: inline-block;
    margin-top: 40px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    border: none;
    width: 213px;
    padding: 19px 10px;
    background: #468217;
    border-radius: 29.5px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0.03em;
    box-shadow: 0px 10px 30px rgb(70 130 23 / 20%);
  }
  @media (max-width: 767px) {
    .delivery-call__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;
    }
  }
/*delivery*/
.section-delivery {
    padding-top: 85px;
  }
  @media (max-width: 991px) {
    .section-delivery {
      padding-top: 50px;
    }
  }
  .section-delivery__container {
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative;
    background: #F7F7F7;
    border-radius: 3px;
  }
  @media (max-width: 1549px) {
    .section-delivery__container {
      max-width: 1199px;
    }
  }
  @media (max-width: 1199px) {
    .section-delivery__container {
      max-width: 991px;
    }
  }
  @media (max-width: 991px) {
    .section-delivery__container {
      max-width: 767px;
      padding-bottom: 47px;
    }
  }
  .section-delivery__content {
    max-width: 700px;
    margin-left: auto;
  }
  @media (max-width: 1549px) {
    .section-delivery__content {
      max-width: 600px;
    }
  }
  @media (max-width: 1199px) {
    .section-delivery__content {
      max-width: 500px;
    }
  }
  @media (max-width: 991px) {
    .section-delivery__content {
      max-width: 700px;
      margin: 0 auto;
    }
  }
  @media (max-width: 767px) {
    .section-delivery__content {
      max-width: 390px;
    }
  }
  .section-delivery__image {
    position: absolute;
    left: 120px;
    bottom: 0;
  }
  @media (max-width: 1549px) {
    .section-delivery__image {
      left: 20px;
      max-width: 550px;
    }
  }
  @media (max-width: 1199px) {
    .section-delivery__image {
      max-width: 450px;
    }
  }
  @media (max-width: 991px) {
    .section-delivery__image {
      position: static;
      display: block;
      margin: 0 auto;
    }
  }
  @media (max-width: 767px) {
    .section-delivery__image {
      max-width: 400px;
    }
  }
  @media (max-width: 500px) {
    .section-delivery__image {
      width: 100%;
    }
  }
  .section-delivery__heading {
    margin-bottom: 40px;
    font-family: "lato", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #2D2D2D;
  }
  @media (max-width: 991px) {
    .section-delivery__heading {
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .section-delivery__heading {
      margin-bottom: 20px;
      font-size: 26px;
      line-height: 31px;
    }
  }
  .section-delivery__list {
    list-style-type: disc;
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
    max-width: 600px;
    font-family: "Jost";
    font-weight: 500;
  }
  @media (max-width: 991px) {
    .section-delivery__list {
      margin-top: 30px;
    }
  }
  @media (max-width: 767px) {
    .section-delivery__list {
      flex-direction: column;
    }
  }
  .section-delivery__item {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
  .section-delivery__item span {
    color: #63563D;
  }
  @media (max-width: 767px) {
    .section-delivery__item {
      width: 100%;
    }
  }
  .section-delivery__border {
    margin-top: 10px;
  }
  .section-delivery__company {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  @media (max-width: 767px) {
    .section-delivery__company {
      flex-direction: column;
    }
  }
  .section-delivery__name {
    font-family: "Jost";
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    margin-right: 25px;
  }
  @media (max-width: 767px) {
    .section-delivery__name {
      margin-right: 0;
      margin-bottom: 38px;
    }
  }
  .section-delivery__icons {
    display: flex;
    align-items: center;
  }
  .section-delivery__icon {
    margin-right: 30px;
  }
  .section-delivery__btn {
    display: inline-block;
    color: #FFFFFF;
    background: #468217;
    border-radius: 29.5px;
    width: auto;
    padding: 14px 48px;
    margin-top: 40px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0.03em;
    box-shadow: 0px 10px 30px rgba(70, 130, 23, 0.2);
    font-family: "Jost";
    font-weight: 400;
  }
  @media (max-width: 991px) {
    .section-delivery__btn {
      margin: 40px auto 0 auto;
      display: block;
      max-width: 225px;
      padding: 14px 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;
}

/*mobile*/
@media (max-width: 1199px) {
  /*section-info*/
  .section-info__description {
    max-width: 500px;
  }
}
@media (max-width: 1000px) {
  /*section-hero*/
  .section-hero__heading {
    font-size: 50px;
  }
  /*section-info*/
  .section-info {
    padding-bottom: 0;
  }
  .section-info__heading {
    font-size: 36px;
  }
  .section-info__description {
    margin: 20px auto 30px auto;
  }
  .section-info__img {
    position: static;
    display: block;
    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) {
  /*section-hero*/
  .section-hero__heading {
    font-size: 26px;
  }
  /*section-info*/
  .section-info {
    padding-top: 45px;
  }
  .section-info__heading {
    font-size: 24px;
    line-height: 31px;
  }
  .section-info__description {
    font-size: 16px;
    line-height: 26px;
  }
  .section-info__img {
    position: static;
    display: block;
    margin: 0 auto;
  }
    /*header*/
    .content-container {
        flex-direction: column;
        justify-content: center; 
    }
    .content-container .logo {
        margin-bottom: 10px;
    }
    .breadcrumbs {
        margin-bottom: 0;
    }

}
@media (max-width: 479px) {
  main, header, footer {
      min-width: 300px;
  }
  .section-footer__phone {
      font-size: 36px;
  }
  /*section-footer*/
  .section-footer__info p {
      font-size: 14px;
  }
}