@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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
/* ////////// */

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

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

body {
  font-family: 'Inter', sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  line-height: 1;
  font-size: 14px;
  color: #212529;
}

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;
}
/* //////////////////header///////////////////////// */
.header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	height: 60px;
	display: flex;
	align-items: center;
}
.header__logo{
	width: 140px;
	height: 30px;
}
.header__logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* //////////////////intro///////////////////////// */
.intro {
  position: relative;
  background: linear-gradient(100.13deg, #4f4d4d 32.52%, #000 96.63%);
  padding: 70px 0 70px;
}
.intro h1 {
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #ffdd28;
}
.intro__content {
  position: relative;
  z-index: 10;
}
.intro__content p {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
  display: none;
}
.features__name {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #e5e5e5;
}
.features__value {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}
.intro__features {
  position: relative;
  display: none;
  z-index: 10;
}

.human-pic {
  position: absolute;
  bottom: 0;
  right: -130px;
  display: none;
  width: 600px;
  z-index: 0;
}
.human-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 576px) {
  .intro {
    padding: 110px 0 150px;
  }
  .intro__content {
    margin-bottom: 77px;
  }
  .intro__content h1 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }
  .intro__content p {
    display: block;
  }
  .intro__features {
    display: flex;
  }
  .features__col {
    white-space: nowrap;
    padding-left: 10px;
    border-left: 2px solid #ffdd28;
  }
  .features__col:not(:last-child) {
    margin-right: 70px;
  }
  .features__name {
    font-size: 13px;
    line-height: 20px;
  }
  .features__value {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 767px) {
  .intro__content h1 {
    font-size: 60px;
    line-height: 73px;
  }
  .features__name {
    font-size: 17px;
    line-height: 26px;
  }
  .features__value {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .intro {
    background: #353535;
  }
  .human-pic {
    display: block;
  }
}
@media (min-width: 1200px) {
  .human-pic {
    width: 660px;
  }
}
/* //////////////////recommend///////////////////////// */
.recommend {
  z-index: 5;
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(50%);
}
.recommend__box {
  display: flex;
  align-items: center;
  padding: 11px 20px;
  background: #fff;
  border-radius: 10px;
}
.recommend__box img {
  margin-right: 15px;
  width: 19px;
  height: 19px;
}
.recommend__box p {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  color: #494949;
  line-height: 1.5;
}
.recommend__box span {
  color: #ca0005;
}

@media (min-width: 576px) {
  .recommend__box {
    padding: 20px 30px;
    border-radius: 30px;
  }
  .recommend__box p {
    font-size: 17px;
  }
  .recommend__box img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
@media (min-width: 767px) {
  .recommend__box {
    padding: 20px 50px;
  }
  .recommend__box img {
    margin-right: 30px;
    width: 58px;
    height: 58px;
  }
}
@media (min-width: 992px) {
  .recommend__box {
    padding: 20px 140px;
  }
}
@media (min-width: 1200px) {
  .recommend__box {
    padding: 20px 185px;
  }
}

/* //////////////////offers///////////////////////// */
.offers {
  position: relative;
  padding: 70px 0 150px;
  overflow: hidden;
  background: #f2f2f2;
}
.offers__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: auto;
  justify-items: stretch;
  align-items: start;
  gap: 30px;
  z-index: 10;
}
.offer__box {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  padding: 25px 35px 45px;
  background: #fff;
}
.offer-box__header {
  padding-bottom: 24px;
  border-bottom: 1px solid #a6a6a6;
  flex: 1;
}
.offer-box__header a {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 300px;
  margin: 0 auto;
}
.offer-box__header img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offer-box__name {
  text-align: center;
}
.offer-box__name a {
  display: inline-block;
  color: #383838;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  transition: color 0.3s ease;
}
.offer-box__name a:hover {
  color: #ea5a42;
}
.offer-box__main {
  padding: 24px 0 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.box-main__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.5;
}
.box-main__row:not(:last-child) {
  margin-bottom: 22px;
}

.col-left {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.col-left svg {
  margin-right: 5px;
  width: 22px !important;
  height: 22px !important;
}
.col-left span {
  font-weight: bold;
  font-size: 15px;
  color: #626262;
}
.col-right {
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  text-align: right;
  line-height: 1.2;
}
.col-right span {
  font-weight: 700;
}
.offer-box__button {
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 23px;
  margin-bottom: 20px;
}
.offer-box__button a {
  margin: 0 auto;
  display: flex;
	justify-content: center;
	align-items: center;
  width: 176px;
  height: 50px;
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffe24b 0%, #e9c300 100%);
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 17px;
}
.offer-box__button a:hover {
  background: transparent;
  border: 2px solid #ffdd28;
  color: #ffdd28;
}

.button-tab {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-tab__content {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.button-tab span {
  font-size: 17px;
  line-height: 26px;
  text-decoration: underline;
  color: #626262;
  cursor: pointer;
}

.tab-list {
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  transition: all 0.1s linear;
}
.tab-list p {
  margin: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
}
.tab-list a {
  display: block;
  font-weight: bold;
  font-size: 17px;
  color: #626262;
  text-decoration: underline;
}
.tab-list a:hover {
  color: #0056b3;
  text-decoration: none;
}
.button-tab.--show-tab + .tab-list {
  height: 100%;
  opacity: 1;
  visibility: visible;
  padding-top: 20px;
}

@media screen and (max-width: 576px) {
  .offers__wrapper {
    display: flex;
    flex-direction: column;
  }
  .offer-box__button {
    border-bottom: none;
    padding-bottom: 0;
  }
  .box-main__row:not(:last-child) {
    margin-bottom: 14px;
  }
  .offer-box__header {
    padding-bottom: 10px;
  }
  .offer-box__main {
    padding: 10px 0 15px;
  }
  .button-tab span {
    font-size: 14px;
    line-height: 17px;
  }
  .col-right {
    font-size: 17px;
  }
  .col-left span {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .offer__box {
    padding: 15px 20px 30px;
  }
}
/* //////////////////footer///////////////////////// */
.footer {
  position: relative;
  color: #fff;
  font-size: 17px;
  padding: 80px 0 75px;
  background: #353535;
}
.footer a {
  color: #fff;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer__col-info {
  flex: 0 1 50%;
}
.footer__col-contacts {
  flex: 0 1 40%;
}
.footer__icon {
  display: flex;
  margin-bottom: 15px;
}
.footer__icon-link {
  display: flex;
  align-items: center;
}
.footer__icon-link:hover {
  text-decoration: underline;
}
.footer__icon-link img {
  width: 98px;
  height: auto;
  margin-right: 12px;
}
.footer__icon-link span {
  font-family: 'Gilroy-Medium';
  font-size: 26px;
}
.footer__info-text {
  line-height: 1.3;
  font-size: 18px;
  font-weight: 400;
}
.footer__info-text span {
  display: block;
}
.footer__info-text span:first-child {
  margin-bottom: 25px;
}
.footer-logo {
  margin-bottom: 30px;
  width: 220px;
  height: 50px;
}
.footer-logo img {
  width: 100%;
  object-fit: contain;
}
.footer-top__row {
  display: flex;
  text-align: left;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3;
}
.footer-top__row:not(:last-child) {
  margin-bottom: 20px;
}
.footer-top__row svg {
  margin-right: 12px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.footer-btn-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ffdd28;
  cursor: pointer;
}
.footer-btn-top svg {
  width: 62px;
  height: 62px;
}

@media screen and (max-width: 992px) {
  .footer__wrapper {
    flex-direction: column;
  }
  .footer__col-contacts {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer-btn-top {
    width: 84px;
    height: 84px;
    top: -42px;
  }
  .footer-btn-top svg {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    padding: 55px 0 35px;
  }
  .footer-logo {
    display: none;
  }
  .footer__col-contacts {
    margin-bottom: 30px;
  }
  .footer-top__row {
    font-size: 13px;
  }
  .footer__info-text {
    font-size: 8px;
  }
  .footer__info-text span:first-child {
    margin-bottom: 8px;
  }
}
