@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap");
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #464646;
  font-size: 20px;
  line-height: 1.5;
}

div, p, form, input, a, span, button, ul, li, aside, article, section, h1, h2, h3, h4, nav, textarea, ol {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 700;
}

h1, h2 {
  font-size: 36px;
  font-weight: 600;
}

h2 {
  margin-bottom: 32px;
}

a, a:hover, a:active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a {
  color: #00AEE1;
}
a:hover {
  text-decoration: none;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

input, button, a {
  outline: none;
}

img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

strong {
  font-weight: 600;
}

.container {
  margin: 0 auto;
  width: 1120px;
}

.container-left {
  width: 760px;
}

.df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #FD553B;
  border-bottom: 4px solid #B32A19;
  line-height: 1.5;
  height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.btn:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}
.btn:active {
  border: none;
}

.quote {
  border-radius: 24px;
  padding: 45px 55px 46px 49px;
  background: #00AEE1 url(../img/quote.webp) no-repeat 94% 0/165px auto;
  color: #fff;
}
.quote__list {
  margin: 22px 0;
}
.quote__list .quote:not(:last-child) {
  margin-bottom: 32px;
}
.quote p {
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6;
}
.quote p strong {
  font-style: normal;
}

@media (max-width: 1200px) {
  body {
    font-size: 18px;
  }
  h1, h2 {
    font-size: 32px;
  }
  h2 {
    margin-bottom: 27px;
  }
  h2 br {
    display: none;
  }
  .container {
    width: 940px;
  }
  .container-left {
    width: 650px;
  }
  .btn {
    font-size: 18px;
    height: 56px;
  }
  .quote {
    border-radius: 22px;
    padding: 33px 40px 30px 30px;
    background: #00AEE1 url(../img/quote.webp) no-repeat 94% 0/125px auto;
  }
  .quote p {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 992px) {
  body {
    line-height: 1.3;
  }
  h1, h2 {
    font-size: 26px;
    color: #464646;
  }
  h2 {
    margin-bottom: 27px;
  }
  h2 br {
    display: none;
  }
  .container {
    width: 90%;
  }
  .container-left {
    width: 100%;
  }
  .quote {
    border-radius: 22px;
    padding: 28px;
    background: #00AEE1 url(../img/quote.webp) no-repeat 94% 0/165px auto;
  }
  .quote p {
    font-size: 18px;
    line-height: 1.4;
  }
  .quote p strong {
    display: block;
    margin-top: 35px;
  }
}
@media (max-width: 575px) {
  body {
    line-height: 1.2;
    color: #464646;
  }
  h1, h2 {
    font-size: 24px;
  }
  h2 {
    margin-bottom: 17px;
  }
  .container {
    width: 90%;
  }
  .quote {
    border-radius: 22px;
    padding: 28px;
    background: #00AEE1 url(../img/quote.webp) no-repeat 94% 0/165px auto;
  }
  .quote p {
    font-size: 18px;
    line-height: 1.25;
  }
  .quote p strong {
    display: block;
    margin-top: 35px;
  }
  .btn {
    font-size: 17px;
  }
}
.header {
  padding: 33px 0;
  border-bottom: 1px solid #dcdcdc;
}
.header__wrapp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  width: 250px;
}
.header__logo img {
  border-radius: 0;
}
.header__text {
  color: #000;
  font-size: 24px;
  line-height: 1.5;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .header {
    padding: 30px 0;
  }
  .header__logo {
    width: 230px;
  }
  .header__text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 20px 0;
  }
  .header__logo {
    width: 215px;
  }
  .header__text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .header {
    padding: 0px 0 10px;
  }
  .header .container {
    width: 100%;
  }
  .header__wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header__logo {
    width: 215px;
  }
  .header__text {
    font-size: 18px;
    padding: 8px;
    background: #00AEE1;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
  }
}

.footer {
  color: #fff;
  padding: 65px 0 60px;
  background: #373737;
  text-align: center;
}
.footer__text {
  margin-bottom: 58px;
  font-size: 16px;
}
.footer__text p:not(:last-child) {
  margin-bottom: 23px;
}
.footer__menu {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__menu p, .footer__menu a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.footer__menu span {
  margin: 0 5px;
}
@media (max-width: 1200px) {
  .footer {
    padding: 45px 0 40px;
  }
  .footer__text {
    margin-bottom: 50px;
    font-size: 15px;
  }
  .footer__text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer__text p br {
    display: none;
  }
  .footer__menu p, .footer__menu a {
    font-size: 15px;
  }
  .footer__menu span {
    margin: 0 4px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 42px 0 40px;
  }
  .footer__text {
    margin-bottom: 60px;
    font-size: 15px;
  }
  .footer__text p:not(:last-child) {
    margin-bottom: 18px;
  }
  .footer__text p br {
    display: none;
  }
  .footer__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__menu p, .footer__menu a {
    font-size: 16px;
  }
  .footer__menu p {
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
  }
  .footer__menu span {
    margin: 0 4px;
  }
  .footer .none {
    display: none;
  }
}

.about__wrapp {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about__title-table {
  margin-bottom: 41px;
}
.about__list {
  margin-bottom: 48px;
}
.about__item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__item-img {
  width: 87px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about__item-right {
  width: calc(100% - 64px - 23px);
}
.about__item-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}
.about__item img {
  max-width: 100%;
  max-height: 64px;
  width: auto;
  border-radius: 0px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__item:not(:last-child) {
  margin-bottom: 41px;
}
.about__block:not(:last-child) {
  margin-bottom: 48px;
}
.about__text p:not(:last-child) {
  margin-bottom: 32px;
}
.about__text-large {
  font-size: 24px;
}
.about__text-strong strong {
  font-weight: 700;
}
.about__img-wrapp {
  position: relative;
}
.about__stick-12 {
  border-radius: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  width: 34px;
}
.about__img-1 {
  margin: 48px 0 36px;
}
.about__img-2 {
  margin: 41px 0 24px;
}
.about__img-3 {
  margin-top: 48px;
}
.about__img-5 {
  margin: 0px 0 34px;
}
.about__title-arrow {
  margin-bottom: 82px;
  margin-right: 40px;
}
.about__title-arrow img {
  max-width: 70px;
  border-radius: 0;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(18px, 20px);
          transform: translate(18px, 20px);
}
.about__table {
  margin-bottom: 58px;
}
.about__table-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  height: 58px;
  border-bottom: 1px solid #C0C0C0;
}
.about__table-row > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.about__table-row > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.about__table-row > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.about__table-row div {
  font-size: 20px;
  height: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__table-top div {
  font-weight: 700;
}
.about__table-top div.brand-color {
  color: #00AEE1;
}
.about__table-btn {
  margin-bottom: 66px;
}
.about__bot {
  padding: 88px 0 55px;
}
.about__bot a {
  margin-bottom: 46px;
}
.about__bot p {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .about__title-table {
    margin-bottom: 25px;
  }
  .about__list {
    margin-bottom: 40px;
  }
  .about__item-img {
    width: 70px;
  }
  .about__item-right {
    width: calc(100% - 60px - 20px);
  }
  .about__item-title {
    font-size: 22px;
    margin-bottom: 11px;
  }
  .about__item:not(:last-child) {
    margin-bottom: 35px;
  }
  .about__block:not(:last-child) {
    margin-bottom: 40px;
  }
  .about__text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .about__text-large {
    font-size: 20px;
  }
  .about__stick-1 {
    width: 38px;
  }
  .about__img-1 {
    margin: 45px 0 34px;
  }
  .about__img-2 {
    margin: 38px 0 22px;
  }
  .about__img-3 {
    margin-top: 30px;
  }
  .about__img-5 {
    margin: 0px 0 30px;
  }
  .about__title-arrow {
    margin-bottom: 82px;
    margin-right: 40px;
  }
  .about__title-arrow img {
    max-width: 70px;
    border-radius: 0;
    display: inline-block;
    position: absolute;
    -webkit-transform: translate(12px, 10px);
            transform: translate(12px, 10px);
  }
  .about__table {
    margin-bottom: 45px;
  }
  .about__table-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 22px;
    grid-row-gap: 0px;
    height: 58px;
    border-bottom: 1px solid #C0C0C0;
  }
  .about__table-row > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .about__table-row > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .about__table-row > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .about__table-row div {
    font-size: 19px;
  }
  .about__table-btn {
    margin-bottom: 45px;
  }
  .about__bot {
    padding: 40px 0 45px;
  }
  .about__bot a {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .about__table {
    margin-bottom: 25px;
  }
  .about__table-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 22px;
    grid-row-gap: 0px;
    height: auto;
    border-bottom: 1px solid #C0C0C0;
  }
  .about__table-row > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .about__table-row > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .about__table-row > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .about__table-row div {
    padding: 12px 5px;
    font-size: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 500;
  }
  .about__table-row div:first-child {
    font-weight: 700;
  }
  .about__table-row div:nth-child(2) {
    color: #00AEE1;
  }
  .about__table-top div {
    padding: 12px 5px;
    font-weight: 700;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__table-btn {
    margin-bottom: 35px;
  }
  .about__bot {
    padding: 30px 0 35px;
  }
  .about__bot a {
    margin-bottom: 20px;
  }
  .about__bot p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .about__title-table {
    margin-bottom: 15px;
  }
  .about__table {
    margin-bottom: 15px;
  }
  .about__table-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    height: auto;
    word-break: break-all;
    border-bottom: 1px solid #C0C0C0;
  }
  .about__table-row > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .about__table-row > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .about__table-row > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .about__table-row div {
    padding: 12px 5px;
    font-size: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 500;
  }
  .about__table-row div:first-child {
    font-weight: 700;
  }
  .about__table-row div:nth-child(2) {
    color: #00AEE1;
  }
  .about__table-top div {
    padding: 12px 5px;
    font-weight: 700;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__table-btn {
    margin-bottom: 27px;
  }
  .about__title-arrow {
    margin-bottom: 42px;
    margin-right: 25px;
  }
  .about__title-arrow img {
    max-width: 40px;
    border-radius: 0;
    display: inline-block;
    position: absolute;
    -webkit-transform: translate(8px, 12px);
            transform: translate(8px, 12px);
  }
  .about__list {
    margin-bottom: 35px;
  }
  .about__item-img {
    width: 45px;
  }
  .about__item-right {
    width: calc(100% - 50px - 12px);
  }
  .about__item-title {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .about__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .about__block:not(:last-child) {
    margin-bottom: 25px;
  }
  .about__text p:not(:last-child) {
    margin-bottom: 18px;
  }
  .about__text-large {
    font-size: 20px;
    margin-right: 30px;
  }
  .about__stick-1 {
    width: 38px;
    display: none;
  }
  .about__stick-12 {
    max-width: 36px;
    border-radius: 0;
    display: inline-block;
    position: absolute;
    -webkit-transform: translate(5px, 13px);
            transform: translate(5px, 13px);
  }
  .about__img-1 {
    margin: 20px 0;
  }
  .about__img-2 {
    margin: 50px 0 22px;
  }
  .about__img-3 {
    margin-top: 15px;
  }
  .about__img-5 {
    margin: 0px 0 20px;
  }
  .about__bot {
    padding: 30px 0 20px;
  }
  .about__bot a {
    margin-bottom: 7px;
  }
  .about__bot p {
    font-size: 14px;
  }
  .about__bot p a {
    font-weight: 600;
  }
}

.offer {
  padding-top: 35px;
}
.offer__title {
  margin-bottom: 18px;
  position: relative;
  width: 90%;
}
.offer__title img {
  width: 70px;
  position: absolute;
  top: 25px;
  right: -18px;
}
.offer__wrapp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.offer__left {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.offer__right {
  position: sticky;
  top: 20px;
  margin-top: 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1);
  border-radius: 21px;
  padding-bottom: 40px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 760px - 24px);
}
.offer__right-top {
  border-radius: 21px 21px 0px 0px;
  background: #00AEE1;
  padding: 17px 25px 13px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  width: 100%;
}
.offer__right .btn {
  font-size: 16px;
}
.offer__right-img {
  padding: 22px 0 18px;
}
.offer__right-bot {
  width: 100%;
  padding: 0 18px;
}
.offer__bot {
  margin-top: 23px;
  margin-bottom: 40px;
}
.offer__text {
  font-size: 24px;
  margin-bottom: 53px;
}
.offer__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 41px;
}
.offer__list li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offer__list li img {
  width: 24px;
  margin-right: 11px;
}
.offer__list li p {
  font-size: 20px;
}
.offer__list li:not(:last-child) {
  margin-bottom: 23px;
}
@media (max-width: 1200px) {
  .offer {
    padding-top: 30px;
  }
  .offer__title {
    margin-bottom: 17px;
  }
  .offer__title img {
    width: 55px;
    position: absolute;
    top: 25px;
    right: -25px;
  }
  .offer__right {
    margin-top: 5px;
    border-radius: 21px;
    padding-bottom: 20px;
    width: calc(100% - 650px - 20px);
  }
  .offer__right-top {
    border-radius: 21px 21px 0px 0px;
    padding: 16px 12px 13px;
    font-size: 13px;
    text-align: center;
  }
  .offer__right .btn {
    font-size: 13px;
    height: 54px;
  }
  .offer__right-img {
    width: 70%;
    margin: 0 auto;
    padding: 12px 0;
  }
  .offer__right-bot {
    width: 100%;
    padding: 0 12px;
  }
  .offer__bot {
    margin-top: 22px;
    margin-bottom: 35px;
  }
  .offer__text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .offer__list {
    margin-bottom: 30px;
  }
  .offer__list li img {
    width: 19px;
    margin-right: 8px;
  }
  .offer__list li p {
    font-size: 17px;
  }
  .offer__list li:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .offer {
    padding-top: 20px;
  }
  .offer__title {
    margin-bottom: 45px;
  }
  .offer__title img {
    max-width: 45px;
    width: auto;
    position: relative;
    top: auto;
    right: auto;
    border-radius: 0;
    display: inline-block;
    position: absolute;
    -webkit-transform: translate(5px, 13px);
            transform: translate(5px, 13px);
  }
  .offer__right {
    display: none;
  }
  .offer__bot {
    margin-top: 22px;
    margin-bottom: 27px;
  }
  .offer__text {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .offer__text br {
    display: none;
  }
  .offer__list {
    margin-bottom: 30px;
  }
  .offer__list li img {
    width: 19px;
    margin-right: 8px;
  }
  .offer__list li p {
    font-size: 17px;
  }
  .offer__list li:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .offer__title {
    color: #464646;
    margin-bottom: 45px;
  }
  .offer__title img {
    max-width: 45px;
    border-radius: 0;
    display: inline-block;
    position: absolute;
    -webkit-transform: translate(5px, 13px);
            transform: translate(5px, 13px);
  }
  .offer__right {
    display: none;
  }
  .offer__bot {
    margin-top: 22px;
    margin-bottom: 25px;
  }
  .offer__text {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .offer__text br {
    display: none;
  }
  .offer__list {
    margin-bottom: 23px;
  }
  .offer__list li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .offer__list li img {
    width: 19px;
    margin-right: 6px;
    margin-top: 3px;
  }
  .offer__list li p {
    font-size: 18px;
  }
  .offer__list li:not(:last-child) {
    margin-bottom: 12px;
  }
}