@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

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;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0px;
  margin: 0 120px;
}
.header__item {
  padding-right: 40px;
  text-decoration: none;
  color: #292F36;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.header__item:nth-child(2) {
  color: #CDA274;
}
.header__item:last-child {
  padding: 0;
}

.header-small {
  display: none;
}

.section-first {
  background: url("../img/IMAGE (1).png") no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 185px;
  padding-bottom: 260px;
}
.section-first__block {
  width: 600px;
  height: 386px;
  margin-left: 120px;
}
.section-first__block__title {
  font-family: "DM Serif Display", sans-serif;
  font-size: 80px;
  font-weight: 400;
  padding-bottom: 19px;
  color: #292F36;
}
.section-first__block__text {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  line-height: 33px;
  padding-bottom: 35px;
  color: #4D5053;
}
.section-first__block__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 71px;
  width: 207px;
  background: #292F36;
  border-radius: 18px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  font-size: 18px;
}
.section-first__block__btn::after {
  content: "➜";
  color: #CDA274;
  margin-left: 30px;
  font-size: 40px;
}

.section-second__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 175px 0;
  text-align: center;
}
.section-second__services__item__title {
  font-family: "DM Serif Display", sans-serif;
  font-size: 25px;
  padding-bottom: 17px;
  color: #292F36;
}
.section-second__services__item__text {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  line-height: 33px;
  width: 317px;
  height: 132px;
  padding-bottom: 35px;
  letter-spacing: 0.22px;
  color: #4D5053;
}
.section-second__services__item__link {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: #4D5053;
}
.section-second__services__item__link::after {
  content: "➜";
  margin-left: 6px;
  color: #CDA274;
}

.section-third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 140px;
}
.section-third__advice {
  padding-top: 40px;
  width: 592px;
}
.section-third__advice__title {
  font-family: "DM Serif Display", sans-serif;
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 0.22px;
  padding-bottom: 42px;
  color: #292F36;
}
.section-third__advice__text {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  line-height: 33px;
  color: #4D5053;
  padding-bottom: 40px;
}
.section-third__advice__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 71px;
  width: 263px;
  background: #292F36;
  border-radius: 18px;
  color: #fff;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  font-size: 18px;
}
.section-third__advice__btn::after {
  content: "➜";
  color: #CDA274;
  margin-left: 30px;
  font-size: 40px;
}
.section-third__advice__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
}
.section-third__advice__contact__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 93px;
  height: 93px;
  background-color: #F4F0EC;
  border-radius: 100px;
  margin-right: 20px;
}
.section-third__advice__contact__tel__number {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  color: #4D5053;
}
.section-third__advice__contact__tel__text {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  color: #4D5053;
}

.section-fourth {
  background-color: #F4F0EC;
  width: 1200px;
  margin: 0 auto;
  border-radius: 70px;
  text-align: center;
  padding-top: 103px;
  padding-bottom: 121px;
}
.section-fourth__title {
  font-size: 45px;
  font-family: "DM Serif Display", sans-serif;
  width: 479px;
  margin: 0 auto;
  padding-bottom: 45px;
}
.section-fourth__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.section-fourth__about__item {
  background-color: #fff;
  width: 354px;
  border-radius: 30px;
  text-align: center;
  padding-top: 49px;
}
.section-fourth__about__item__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.section-fourth__about__item__person__photo {
  margin-right: 20px;
}
.section-fourth__about__item__person__name {
  font-family: "DM Serif Display", sans-serif;
  font-size: 25px;
  line-height: 38px;
  color: #292F36;
  letter-spacing: 0.22px;
}
.section-fourth__about__item__person__country {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #4D5053;
}
.section-fourth__about__item__person__text {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #4D5053;
  width: 244px;
  margin: 0 auto;
  padding-bottom: 45px;
}

.section-fifth {
  margin: 140px auto 0;
}
.section-fifth__brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-sixth {
  margin-top: 113px;
  text-align: center;
}
.section-sixth__title {
  font-family: "DM Serif Display", sans-serif;
  font-size: 47px;
  color: #292F36;
}
.section-sixth__text {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  line-height: 33px;
  width: 786px;
  margin: 20px auto;
  color: #4D5053;
  padding-bottom: 70px;
}
.section-sixth__choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.section-sixth__choices__choice {
  padding-bottom: 60px;
}
.section-sixth__choices__choice__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
.section-sixth__choices__choice__wrapper__title {
  font-family: "DM Serif Display", sans-serif;
  font-size: 24px;
  color: #292F36;
  height: 38px;
}
.section-sixth__choices__choice__wrapper__text {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  color: #4D5053;
  height: 33px;
  text-align: start;
}
.section-sixth__choices__choice__wrapper__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  background: #F4F0EC;
  border-radius: 100px;
  text-decoration: none;
  color: #292F36;
}

.section-seventh {
  margin-top: 80px;
  padding-top: 140px;
  background-color: #F4F0EC;
  padding: 140px 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 140px;
}
.section-seventh__block {
  width: 288px;
  height: 195px;
  text-align: center;
  border-right: 1px solid #CDA274;
}
.section-seventh__block:last-child {
  border-right: none;
}
.section-seventh__block__title {
  font-family: "DM Serif Display", sans-serif;
  color: #CDA274;
  font-size: 85px;
  margin-top: 40px;
}
.section-seventh__block__text {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  color: #4D5053;
  line-height: 33px;
}

.section-eighth {
  margin-top: 143px;
  text-align: center;
}
.section-eighth__title {
  font-family: "DM Serif Display", sans-serif;
  font-size: 48px;
  color: #292F36;
  padding-bottom: 21px;
}
.section-eighth__text {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  color: #4D5053;
  width: 589px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.section-eighth__blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-eighth__blogs__item {
  width: 387px;
  border: 1px solid #E7E7E7;
  border-radius: 62px;
  padding-top: 21px;
  padding-bottom: 40px;
  margin-right: 20px;
  margin-bottom: 40px;
}
.section-eighth__blogs__item__title {
  margin-top: 15px;
  font-family: "DM Serif Display", sans-serif;
  color: #292F36;
  font-size: 25px;
  text-align: start;
  padding-left: 21px;
  padding-bottom: 20px;
}
.section-eighth__blogs__item__date {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #4D5053;
  padding-left: 21px;
}
.section-eighth__blogs__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-eighth__blogs__item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  background: #F4F0EC;
  border-radius: 100px;
  text-decoration: none;
  color: #292F36;
  margin-right: 21px;
}

.section-ninth {
  width: 1200px;
  background-color: #292F36;
  border-radius: 70px;
  text-align: center;
  padding: 100px 0;
  margin: 100px auto;
  color: #fff;
}
.section-ninth__title {
  font-family: "DM Serif Display", sans-serif;
  font-size: 50px;
  line-height: 75px;
  padding-bottom: 9px;
}
.section-ninth__text {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  line-height: 33px;
  padding-bottom: 31px;
}
.section-ninth__btn {
  background: #CDA274;
  border: 2px solid #CDA274;
  -webkit-box-shadow: 1px 0px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0px 18px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  width: 241px;
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.section-ninth__btn::after {
  content: "➜";
  margin-left: 27px;
  font-size: 30px;
}

.section-tenth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 100px;
}
.section-tenth__block {
  margin-right: 16px;
}
.section-tenth__block:first-child {
  padding-right: 67px;
}
.section-tenth__block:nth-child(2) {
  width: 210px;
}
.section-tenth__block:nth-child(3) {
  width: 210px;
}
.section-tenth__block__link {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  line-height: 33px;
  color: #4D5053;
  padding-bottom: 30px;
  text-decoration: none;
}
.section-tenth__block .address {
  width: 321px;
}
.section-tenth__block__text {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  line-height: 33px;
  width: 326px;
  padding-top: 15px;
  padding-bottom: 30px;
  color: #4d5053;
}
.section-tenth__block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-tenth__block__wrapper__link {
  padding-right: 40px;
  color: #292F36;
}
.section-tenth__block__title {
  font-family: "DM Serif Display", sans-serif;
  font-size: 25px;
  line-height: 37.5px;
  color: #292F36;
  padding-bottom: 21px;
}

.footer {
  text-align: center;
  margin-top: 35px;
  padding-bottom: 35px;
}
.footer__text {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  line-height: 33px;
  color: #4D5053;
}
.footer span {
  color: #cda274;
}

.visible {
  display: block;
}

@media (max-width: 1280px) {
  .section-second__services {
    margin: 100px 0;
  }
  .section-second__services__item__text {
    font-size: 20px;
    height: 120px;
    padding-bottom: 20px;
  }
  .section-third__advice {
    width: 370px;
  }
  .section-third__advice__title {
    font-size: 48px;
    padding-bottom: 32px;
  }
  .section-third__advice__text {
    padding-bottom: 30px;
  }
  .section-fourth {
    width: 95%;
    padding-top: 90px;
  }
  .section-fourth__about__item {
    width: 300px;
  }
  .section-fifth {
    margin: 100px auto 0;
  }
  .section-sixth__choices__choice__img {
    width: 450px;
  }
  .section-seventh {
    padding: 140px 0;
  }
  .section-eighth {
    margin-top: 110px;
  }
  .section-ninth {
    width: 95%;
  }
  .section-tenth {
    padding-left: 10px;
  }
  .section-tenth__block:first-child {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .header {
    margin: 0 15px;
  }
  .section-first__block {
    margin: 0 auto;
  }
  .section-second__services {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 80px;
  }
  .section-second__services__item {
    padding-bottom: 30px;
    width: 390px;
  }
  .section-second__services__item__text {
    margin: auto;
  }
  .section-third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-fourth__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-fourth__about__item {
    margin-bottom: 15px;
  }
  .section-sixth__text {
    width: 95%;
  }
  .section-seventh__block {
    width: 190px;
  }
  .section-eighth__blogs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-eighth__blogs__item {
    width: 363px;
  }
  .section-tenth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-tenth__block:first-child {
    padding-bottom: 15px;
  }
  .section-tenth__block__info {
    display: none;
  }
  .section-tenth__block .accordion:after {
    content: ">";
    font-weight: 600;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .header {
    display: none;
  }
  .header-small {
    display: block;
  }
  .section-first__block {
    width: 95%;
  }
  .section-third img {
    width: 95%;
  }
  .section-fourth__title {
    width: 95%;
  }
  .section-fifth__brands {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-fifth__brands__brand {
    margin-bottom: 30px;
  }
  .section-sixth__choices__choice {
    width: 95%;
  }
  .section-sixth__choices__choice__img {
    width: 95%;
  }
  .section-eighth__text {
    width: 95%;
  }
  .section-eighth__blogs__item {
    margin-right: 0;
  }
  .visible {
    display: block;
  }
}
@media (max-width: 575px) {
  .section-seventh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-seventh__block {
    border-right: none;
    border-bottom: 1px solid #CDA274;
  }
  .section-seventh__block:last-child {
    border-bottom: none;
  }
}