@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: 'Montserrat', 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: 90px;
	display: flex;
	align-items: center;
	background: rgba(234,90,66,0.9);
}
.header__logo{
	width: 230px;
	height: 30px;
}
.header__logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (max-width: 768px){
	.header{
		height: 60px;
	}
	

}
@media (max-width: 576px){
	.header{
		height: 40px;
	}
	.header__logo{
		width: 115px;
    height: 15px;
	}
}

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

.intro {
  position: relative;
  background: url('img/mobile-intro.png') no-repeat;
  background-size: cover;
  padding-top: 40px;
  height: 150px;
}

.intro__content {
  text-align: right;
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
	padding-top: 15px;
}
.intro__content h1 {
  color: #c01e24;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.intro__content p {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (min-width: 576px) {
  .intro {
    height: 315px;
    padding-top: 90px;
  }
  .intro__content h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .intro__content p {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .bg-ellipse {
    display: block;
  }
}
@media (min-width: 767px) {
  .intro {
    height: 400px;
    background: url('img/intro.png') no-repeat;
    background-position: center center;
  }
  .intro__content h1 {
    font-size: 48px;
  }
  .intro__content p {
    font-size: 36px;
  }
  .intro__content {
    margin-bottom: 0;
		padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .intro {
    height: 500px;
    padding-top: 0;
  }
  .intro__content {
    top: 130px;
  }
}

/* //////////////////recommend///////////////////////// */
.recommend {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 78px;
  padding: 20px 30px;
  border-radius: 4px;
  box-shadow: 0 10px 14px 1px rgb(192 30 36 / 32%);
  background-color: #ea5a42;
  background-image: radial-gradient(circle 145px at 11.99% 69.11%, rgba(228, 213, 190, 0.28) 0%, rgba(254, 254, 253, 0) 97%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}
.recommend__container {
  display: flex;
  align-items: center;
}
.recommend-block {
  white-space: nowrap;
  text-align: right;
  display: none;
}
.recommend img {
  position: relative;
  width: 30px;
  object-fit: cover;
  margin-right: 15px;
}
.recommend p {
  position: relative;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 0;
  line-height: 1.2;
}
.block-col__name {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.block-col__value {
  color: #e7c081;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.bg-ellipse {
  display: none;
  position: absolute;
  top: -30px;
  right: 0px;
  z-index: 0;
  width: 400px;
  height: 400px;
  background: url('img/bg-ellipse.png') no-repeat;
  background-size: contain;
}
@media (min-width: 576px) {
  .bg-ellipse {
    display: block;
  }
}
@media (min-width: 767px) {
  .recommend {
    height: 110px;
    bottom: -22px;
  }
  .recommend img {
    margin-right: 40px;
  }
  .recommend p {
    font-size: 16px;
  }
  .block-col__name {
    font-size: 18px;
  }
  .block-col__value {
    font-size: 24px;
  }
  .recommend-block {
    padding-bottom: 10px;
  }
  .bg-ellipse {
    width: 450px;
    height: 450px;
  }
}

@media (min-width: 992px) {
  .recommend {
    height: 315px;
    background: url('img/info.png') no-repeat;
    background-size: contain;
    background-position: center center;
    bottom: -130px;
    box-shadow: none;
  }
  .recommend-block {
    display: block;
  }
  .recommend img {
    width: 67px;
    bottom: -58px;
  }
  .recommend p {
    font-size: 25px;
    transform: rotateX(-22deg) rotateY(13deg);
    perspective: 10000px;
    bottom: -30px;
    margin-right: 40px;
    line-height: 1;
  }
  .recommend-block__col:not(:last-child) {
    margin-bottom: 20px;
  }
  .bg-ellipse {
    width: 650px;
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .recommend {
    bottom: -120px;
  }
  .recommend img {
    bottom: -70px;
  }
  .recommend p {
    bottom: -34px;
  }
}
/* //////////////////offers///////////////////////// */
.offers {
  position: relative;
  padding: 100px 0 75px;
  background: url('img/bg.png') no-repeat;
  background-size: cover;
  background-position: bottom center;
  overflow: hidden;
}
.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: 8px;
  padding: 20px 15px 35px;
  background: #fff;
}
.offer-box__header {
  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: 37px 0 40px;
  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 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    line-height: 1.5;
    flex-direction: column;
}
.offer-box__main .col-left,
.offer-box__main .col-right {
	justify-content: center;
    width: 100%;
    text-align: center;
}
.box-main__row:not(:last-child) {
  margin-bottom: 25px;
}

.col-left {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-right: 25px;
}
.col-left svg {
  margin-right: 5px;
  width: 22px !important;
  height: 22px !important;
}
.col-left span {
  color: #383838;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.col-right {
  color: #c01e24;
  font-size: 22px;
  font-weight: 500;
  text-align: right;
  line-height: 1.2;
}
.col-right span {
  font-weight: 700;
}
.offer-box__button a {
  margin: 0 auto;
  display: block;
  width: 210px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 30px;
  background: #ea5a42;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #ea5a42;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.offer-box__button a:hover {
  background-color: transparent;
  color: #ea5a42;
}

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

.button-tab span {
  margin-right: 10px;
  color: #ea5a42;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  transition: color 0.3s ease;
}
.tab-arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.1s linear;
}

.tab-list {
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  transition: all 0.1s linear;
}
.tab-list p {
  margin: 0;
  color: #383838;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}
.offer__box.--show-tab .tab-list {
  height: 100%;
  opacity: 1;
  visibility: visible;
  padding-top: 20px;
}
.offer__box.--show-tab .tab-arrow {
  transform: rotate(180deg);
}
.ellipse-bottom {
  position: absolute;
  left: 121px;
  bottom: -294px;
  width: 700px;
  height: 550px;
  background: url('img/ellipse_bottom.png') no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .offers {
    padding-top: 100px;
  }
}
@media screen and (max-width: 992px) {
  .ellipse-bottom {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .offers {
    padding-top: 70px;
  }
  .offers__wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (max-width: 576px) {
  .offers {
    padding-top: 100px;
  }
  .offers__wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}

/* //////////////////footer///////////////////////// */
.footer {
  color: #fff;
  font-size: 16px;
  padding: 45px 0 35px;
  background: rgba(234, 90, 66, 0.9);
}
.footer a {
  color: #fff;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.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;
  color: #f9fafc;
  font-size: 18px;
  font-weight: 300;
}
.footer__info-text span {
  display: block;
}
.copyright {
  color: #f9fafc;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.footer-top__row {
  display: flex;
  text-align: left;
  align-items: center;
  color: #f9fafc;
  font-size: 18px;
  font-weight: 500;
}
.footer-top__row:not(:last-child) {
  margin-bottom: 15px;
}
.footer-top__row svg {
  margin-right: 12px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .footer {
    padding: 15px 0;
  }
  .footer-top__row {
    font-size: 9px;
  }
  .footer__info-text {
    font-size: 9px;
  }
  .copyright {
    font-size: 9px;
  }
  .footer-top__row:not(:last-child) {
    margin-bottom: 8px;
  }
  .footer-top__row svg {
    width: 10px;
    height: 10px;
    margin-right: 8px;
  }
  .footer-top__row:nth-child(2) {
    line-height: 1.2;
  }
}
@media screen and (max-width: 992px) {
  .footer__wrapper {
    flex-direction: column;
  }
  .footer__col-contacts {
    margin-bottom: 20px;
  }
}
