@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
aside,
figure,
footer,
header,
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b {
  font-weight: bold;
}
img {
  border: 0;
}
figure {
  margin: 1em 40px;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h3 {
  font-size: 24px;
}
p {
  margin: 0 0 10px;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

/* ////////// */
.container {
  width: 100%;
  max-width: 1308px;
  padding-right: 64px;
  padding-left: 64px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 769px) {
  .container {
    padding: 0 16px;
  }
}
/* ////////// */

@-ms-viewport {
  width: device-width;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: 'MullerLight', sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  line-height: 1.5;
  color: #000;
  background-color: #fbfbfb;
}

a {
  color: #5d6481;
}

p {
  font-size: 16px;
  font-weight: 400;
}

a:hover,
a:active {
  color: #23527c;
  text-decoration: none;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  color: rgb(0 0 0 / 75%);
}

h1 {
  margin: 0;
  padding: 0;
}

/* //////////////////intro///////////////////////// */

.intro {
  overflow: hidden;
  position: relative;
  padding: 112px 0;
  background: url('./img/intro.webp') no-repeat;
  background-size: cover;
  background-position: center;
}
.intro__content {
  position: relative;
  z-index: 1;
  margin-left: 88px;
}
.intro h1 {
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 48px;
}
.intro p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 330px;
  margin: 0;
}

.bg-picture {
  position: absolute;
  bottom: -4px;
  right: 30%;
  width: 14%;
  z-index: 0;
}

@media screen and (max-width: 769px) {
  .intro {
    padding: 24px 0;
  }
  .intro__content {
    margin-left: 0;
  }
  .intro h1 {
    font-size: 28px;
  }
  .intro p {
    display: none;
  }
  .bg-picture {
    display: none;
  }
}

/* //////////////////recommend///////////////////////// */
.recommend {
  position: relative;
  padding: 48px 0;
  border-bottom: 1px solid #e7e7e7;
}
.recommend__box {
  display: flex;
  align-items: center;
}
.recommend__box svg {
  min-width: 24px;
  min-height: 24px;
}
.recommend__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 28px;
  min-width: 61px;
  min-height: 61px;
}
.recommend__icon::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 61px;
  height: 61px;
  opacity: 0.2;
  border-radius: 50%;
  background-color: #f89300;
  z-index: 10;
}
.recommend__box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .recommend {
    padding: 24px 0;
    border-bottom: none;
  }
  .recommend__icon {
    min-width: auto;
    min-height: auto;
    margin-right: 12px;
  }
  .recommend__icon::after {
    display: none;
  }
}

/* //////////////////offers///////////////////////// */
.offers {
  padding: 20px 0 120px;
}
.offers__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: auto;
  justify-items: stretch;
  align-items: start;
  gap: 30px;
}
.offer__box {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 30px 28px;
  border-radius: 6px;
  font-size: 16px;
  box-shadow: 0px 4px 56px rgb(0 0 0 / 4%);
  background: #fff;
}
.offer-box__header a {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 300px;
  margin: 0 auto;
  border: 1px solid #ebebeb;
  padding: 12px 9px;
  border-radius: 6px;
}
.offer-box__header img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offer-box__name {
  text-align: center;
  text-transform: uppercase;
  padding: 12px 0;
  border-top: 1px solid #c2e7d0;
  border-bottom: 1px solid #c2e7d0;
}
.offer-box__name a {
  color: #009a3a;
}
.offer-box__name a:hover {
  text-decoration: underline;
}
.offer-box__main {
  padding: 24px 0;
  flex: 1;
}
.box-main__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.box-main__row:not(:last-child) {
  margin-bottom: 15px;
}
.col-left {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-right: 30px;
}
.col-left span {
  color: #777777;
  font-size: 16px;
}
.col-left svg {
  margin-right: 5px;
}
.col-right {
  font-weight: 600;
  text-align: right;
  font-size: 18px;
}
.offer-box__button {
  position: relative;
  margin-bottom: 20px;
}
.offer-box__button a {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 170px;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  background-color: #f89300;
  box-shadow: 0px 4px 34px rgb(248 147 0 / 34%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  z-index: 10;
}
.button {
  border: 2px solid #f89300;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.button:hover {
  background-color: transparent;
  color: #f89300;
}

.button-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 0 0;
  cursor: pointer;
}
.button-tab::after {
  content: '';
  position: absolute;
  display: block;
  width: 100vw;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 1px;
  background: #e7e7e7;
}
.button-tab span {
  margin-right: 8px;
  font-size: 14px;
  color: #777777;
}
.tab-list {
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  transition: all 0.1s linear;
}
.offer__box.--show-tab .tab-list {
  height: 100%;
  opacity: 1;
  visibility: visible;
  padding-top: 16px;
}
.tab-list p {
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 8px;
}
.tab-list a {
  font-size: 16px;
  color: #007bff;
  text-align: center;
  display: block;
}
.tab-list a:hover {
  color: #0056b3;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .offers__wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  .offer__box {
    padding: 24px 16px;
  }
  .offer-box__button a {
    width: 100%;
  }
}

@media screen and (max-width: 1480px) {
  .offers {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1180px) {
  .offers {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 769px) {
  .offers {
    padding-bottom: 24px;
  }
}
/* //////////////////footer///////////////////////// */
.footer {
  color: #fff;
  padding: 72px 0 24px 0;
  background-color: #323232;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 56px;
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 16px;
}
.footer-top__row {
  display: flex;
  align-items: center;
}
.footer-top__row:not(:last-child) {
  margin-right: 50px;
}
.footer-top__row:first-child,
.footer-top__row:last-child {
  white-space: nowrap;
}
.footer-top__row svg {
  margin-right: 12px;
  flex-shrink: 0;
}
.footer-bott {
  margin-bottom: 76px;
  font-size: 14px;
  line-height: 1.5;
}
.copyright {
  font-size: 12px;
  opacity: 0.5;
}
.footer-link {
  color: #f89300;
}
.footer-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  .footer-top {
    flex-direction: column;
  }
  .footer-top__row:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .footer {
    padding: 24px 0;
  }
  .footer-top {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .footer-bott {
    margin-bottom: 48px;
  }
}
