@font-face {
  font-family: 'Sora';
  src: local('Sora'),
    url('../fonts/Sora-Light.woff2') format('woff2'),
    url('../fonts/Sora-Light.woff') format('woff'),
    url('../fonts/Sora-Light.ttf') format('ttf');
  font-weight: 300;
}

@font-face {
  font-family: 'Sora';
  src: local('Sora'),
    url('../fonts/Sora-Medium.woff2') format('woff2'),
    url('../fonts/Sora-Medium.woff') format('woff'),
    url('../fonts/Sora-Medium.ttf') format('ttf');
  font-weight: 500;
}

@font-face {
  font-family: 'Sora';
  src: local('Sora'),
    url('../fonts/Sora-Bold.woff2') format('woff2'),
    url('../fonts/Sora-Bold.woff') format('woff'),
    url('../fonts/Sora-Bold.ttf') format('ttf');
  font-weight: 700;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

img {
  vertical-align: top;
}

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #5e6278;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #ddecf4;
}

.main {
  flex: 1 1 auto;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ::::::::::::::::::::::::::::::::::::*/
.title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.05px;
}

.subtitle {
  font-size: 22px;
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 48px;
  border-radius: 240px;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid rgba(0, 151, 232, 0.22);
  transition: all 0.3s ease 0s;
}

.btn:hover {
  background-color: #084d71;
  color: #fff;
}

/* ***************************** */

.promo__wrap {
  display: flex;
  background-color: #fff;
}

.promo__left {
  padding: 30px 10px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 50%;
}

.promo-other .promo__left {
  padding: 30px 10px;
}

.promo__header {
  margin: 0px 0px auto 0px;
}

.header {
  width: 100%;
}

.menu__list {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  flex-wrap: wrap;
}

.link {
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
}

.link:hover {
  color: #084d71;
}

.link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #084d71;
  transition: width 0.3s;
}

.link:hover:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  background-color: #084d71;
  transition: width 0.3s;
}

.promo__content {
  margin: 30px 0px auto 0px;
  padding: 0px 0px 0px 20px;
  max-width: 500px;
  width: 100%;
}

.promo__title {
  margin: 0px 0px 15px 0px;
}

.promo-other .promo__title {
  text-align: center;
}

.promo__text {
  margin: 0px 0px 45px 0px;
}

.promo-other .promo__text {
  margin: 0;
}

.btn-wrap {
  display: flex;
  gap: 15px;
}

.promo__image {
  flex: 1 1 50%;
  width: 100%;
}

.promo__img {
  position: relative;
  padding: 0px 0px 60% 0px;
  height: 100%;
}

.promo-other .promo__img {
  padding: 0px 0px 40% 0px;
}

.promo__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------*/

.text-img {
  padding: 50px 0;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

.text-img__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  background-color: rgba(193, 200, 204, 0.514);
  ;
}

.text-img__wrapper--reverse {
  flex-direction: row-reverse;
  background-color: #c1c8cc83;
}

.text-img__content {
  position: relative;
  padding: 20px 10px 30px 100px;
  max-width: 500px;
  width: 100%;
}

.text-img__svg-box {
  position: absolute;
  top: 20px;
  left: 20px;
}

.text-img__subtitle {
  margin: 0px 0px 5px 0px;
  line-height: 1.2;
}

.text-img__text p:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.text-img__descr {
  margin: 0px 0px 20px 0px;
  font-size: 13px;
}

.text-img__image {
  max-width: 396px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.text-img__img {
  position: relative;
  padding: 0px 0px 87% 0px;
}

.text-img__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------------------------*/

.links {
  padding: 50px 0;
}

.links__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.links__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px 10px 10px;
  max-width: 700px;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  background: rgba(193, 200, 204, 0.514);
  min-height: 65px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.links__item:hover {
  color: #084d71;
}

.links__item::after {
  content: '';
  position: absolute;
  transform: rotate(42deg);
  right: -85px;
  top: -38px;
  width: 200px;
  height: 50px;
  background-color: #ddecf4;
}

.links__item::before {
  content: '';
  position: absolute;
  transform: rotate(132deg);
  right: -85px;
  bottom: -40px;
  width: 200px;
  height: 50px;
  background-color: #ddecf4;
}

.links__item:not(:last-child) {
  margin: 0px 0px 5px 0px;
}

.links__link {
  font-size: 14px;
  display: block;
  word-break: break-word;
}

/*----------------------------------------*/
.text-with-button {
  padding: 50px 0;
}

.text-with-button__wrapper {
  padding: 20px 10px;
  display: flex;
  column-gap: 20px;
  border: 2px solid rgba(193, 200, 204, 0.514);
  border-radius: 24px;
}

.text-with-button__wrapper--reverse {
  flex-direction: row-reverse;
}

.text-with-button__wrapper--column {
  flex-direction: column;
}

.text-with-button__box {
  padding: 20px 0;
  flex: 0 0 250px;
  display: flex;
  flex-direction: column;
}

.text-with-button__box--column {
  flex: auto;
}

.text-with-button__subtitle {
  margin: 0px 0px 10px 0px;
}

.text-with-button__descr {
  margin: 0px 0px 10px 0px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
}

.text-with-button__btn {
  margin: 10px 0px 0px auto;
  display: flex;
}

.text-with-button__wrapper--reverse .text-with-button__btn {
  margin: 10px 0px 0px 0px;
}

.text-with-button--center .text-with-button__btn {
  margin: 0 auto;
}

.text-with-button__text {
  padding: 20px 10px;
  column-count: 2;
  column-gap: 2%;
}

.text-with-button__box--column {
  text-align: center;
}

.text-with-button__text p:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

/*-----------------------------------------*/

.text-center-btn {
  padding: 50px 0;
}

.text-center-btn__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-center-btn__subtitle {
  margin: 0px 0px 20px 0px;
}

.text-center-btn__descr {
  margin: 0px 0px 30px 0px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
}

.text-center-btn__text {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.text-center-btn__text p:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.text-center-btn__svg-box {
  margin: 0px 0px 0px 5px;
  transition: all 0.3s ease 0s;
}

.text-center-btn__btn--color {
  height: 40px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  border-color: transparent;
  background-color: #084d71;
  color: #fff;
}

.text-center-btn__btn--color:hover {
  background-color: transparent;
  color: #220E5B;
  border-color: #220E5B;
}

.text-center-btn__btn--color:hover .text-center-btn__svg-box {
  transform: translateX(15px) rotate(-10deg);
}

.text-center-btn__btn--color svg path {
  transition: all 0.3s ease 0s;
}

.text-center-btn__btn--color:hover svg path {
  stroke: #220E5B;
}

.text-img__svg-box svg {
  width: 50px;
  height: 30px;
}

/*--------------------------------------------*/

.text-img-btn {
  padding: 50px 0;
}

.text-img-btn__wrapper {
  padding: 10px;
  display: flex;
  column-gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.text-img-btn__wrapper--reverse {
  flex-direction: row-reverse;
}

.text-img-btn__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-img-btn__subtitle {
  margin: 0px 0px 20px 0px;
}

.text-img-btn__text {
  max-width: 600px;
  width: 100%;
  margin: 0px 0px 50px 0px;
}

.text-img-btn__text p:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.text-img-btn__wrap {
  display: flex;
  column-gap: 10px;
}

.text-img-btn__image {
  max-width: 500px;
  width: 100%;
}

.text-img-btn__img {
  position: relative;
  z-index: 10;
  padding: 0px 0px 70% 0px;
}

.text-img-btn__img::before,
.text-img-btn__img::after {
  content: '';
  z-index: -1;
  position: absolute;
  width: 52%;
  height: 55%;
  background-color: #084d71;
}

.text-img-btn__img::before {
  left: -15px;
  bottom: -15px;
}

.text-img-btn__img--reverse:before {
  right: -15px;
  top: auto;
  left: auto;
  bottom: -15px;
}

.text-img-btn__img::after {
  right: -15px;
  top: -15px;
}

.text-img-btn__img--reverse:after {
  left: -15px;
  bottom: -15px;
}

.text-img-btn__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------*/
.img-center-text {
  padding: 50px 0;
}

.img-center-text__wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}

.img-center-text__wrap {
  display: flex;
  column-gap: 20px;
}

.img-center-text__wrap--reverse {
  flex-direction: row-reverse;
}

.img-center-text__wrap .img-center-text__img {
  padding: 0px 0px 60% 0px;
}

.img-center-text__image {
  max-width: 850px;
  width: 100%;
}

.img-center-text__img {
  position: relative;
  padding: 0px 0px 40% 0px;
}

.img-center-text__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-center-text__content {
  display: flex;
  flex-direction: column;
  max-width: 850px;
  width: 100%;
}

.img-center-text__subtitle {
  margin: 0px 0px 30px 0px;
}

.img-center-text__text p:not(:last-child) {
  margin: 0px 0px 15px 0px;
}

/*::::::::::::::::::BLOGS:::::::::::::::::::::*/

.blogs {
  display: block;
  padding: 100px 0;
}

.blogs__subtitle {
  margin: 0px 0px 10px 0px;
  text-align: center;
}

.blogs__desrc {
  margin: 0px 0px 60px 0px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.blogs__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.blogs__item {
  flex: 0 0 264px;
}

.blogs__link {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  border-radius: 12px;
  border: 2px solid transparent;
  transition: all 0.3s ease 0s;
}

.blogs__image {
  max-width: 264px;
  width: 100%;
}

.blogs__img {
  position: relative;
  padding: 0px 0px 93% 0px;
  border-radius: 12px;
  overflow: hidden;
}

.blogs__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogs__content {
  position: relative;
  padding: 15px 10px;
  border-radius: 0px 12px 12px 12px;
  background-color: #c1c8cc83;
  transition: all 0.3s ease 0s;
}

.blogs__title {
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  font-weight: 700;
}

.blogs__link:hover {
  border-color: #084d71;
  background-color: #c1c8cc83;
}

.blogs__link:hover .blogs__content {
  color: #fff;
}

.blogs__number {
  position: absolute;
  top: -40px;
  left: 30px;
  font-size: 42px;
  color: #084d71;
  transition: all 0.3s ease 0s;
}

.blogs__link:hover .blogs__number {
  transform: translateY(-25px);
}

/*::::::::::::::::::::BLOG:::::::::::::::::::*/
.blog {
  padding: 50px 0;
}

.blog__list {
  margin: 0px 0px 100px 0px;
}

.blog-list__wrapper {
  display: flex;
  flex-direction: column;
}

.blog-list__item {
  display: flex;
  gap: 40px;
  align-items: center;
}

.blog-list__item:not(:last-child) {
  margin: 0px 0px 50px 0px;
}

.blog-list__image {
  max-width: 440px;
  width: 100%;
}

.blog-list__img {
  position: relative;
  padding: 0px 0px 61% 0px;
  border-radius: 12px;
  overflow: hidden;
}

.blog-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-list__content {
  position: relative;
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.blog-list__content:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  width: 2px;
  height: 70%;
  transform: translateY(-50%);
  background-color: #084d71;
}

.blog-list__content--reverse:after {
  right: auto;
  left: -20px;
}

.blog-list__title {
  font-size: 24px;
  margin: 0px 0px 20px 0px;
}

.blog-list__text {
  margin: 0px 0px 30px 0px;
}

.blog-list__text p:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.blog-list__wrap {
  display: flex;
  justify-content: space-between;
}

.blog-list__descr {
  color: #95A1BB;
}

.blog-list__link {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

.blog-list__link:hover {
  text-decoration: underline;
  transform: translateX(10px);
  letter-spacing: 1px;
}

/*-----------------------------*/
.blog__news {
  padding: 50px 0;
}

.news__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.news__title {
  text-align: center;
}

.news__descr {
  text-align: center;
}

.news__image {
  position: relative;
  width: 100%;
}

.news__img {
  position: relative;
  z-index: 2;
  padding: 0px 0px 26% 0px;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
}

.news__image::before {
  content: '';
  top: -15px;
  left: 0;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 55%;
  background-color: #084d71;
}

.news__image--decor::before {
  content: '';
  top: -15px;
  left: -15px;
  z-index: 1;
  position: absolute;
  width: 20%;
  height: 55%;
  background-color: #084d71;
}

.news__image--decor::after {
  content: '';
  bottom: -15px;
  right: -15px;
  z-index: 1;
  position: absolute;
  border-radius: 0 0 24px 0;
  width: 20%;
  height: 55%;
  background-color: #084d71;
}

.news__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__text {
  position: relative;
}

.news__text::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 70%;
  height: 2px;
  background-color: #c1c8cc83;
  transform: translateX(-50%);
}

.news__text p:not(:last-child) {
  margin: 0px 0px 15px 0px;
}

.news__end {
  color: #95A1BB;
  text-align: right;
}

/* ::::::::::::::::::FAQ::::::::::::::::::::: */

.faq {
  padding: 100px 0;
}

.faq__title {
  margin: 0px 0px 30px 0px;
  text-align: center;
  font-size: 2rem;
}

.faq__wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.faq__item {
  border: 1px solid #220E5B;
  border-radius: 0 10px 0 10px;
  margin-bottom: 5px;
}

input[name='panel'] {
  display: none;
}

label {
  position: relative;
  display: block;
  padding: 20px;
  font-size: 1.5em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

label:after {
  content: '\21D2';
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  color: #220E5B;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .75);
  transition: all 0.3s ease 0s;
}

input:checked+label:after {
  content: '\21D2';
  line-height: .8em;
  transform: rotate(90DEG) translateY(-5px);
  color: #084d71;
  text-shadow: 0 1px 0 #084d71;
}

.faq__body {
  position: relative;
}

.faq__body::before {
  position: absolute;
  content: '';
  left: -15px;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #084d71;
}

.faq__content {
  display: none;
  padding: 20px 30px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.faq__content.faq__header {
  padding: 1em 0;
}

.faq__content.faq__body {
  font-size: .825em;
  line-height: 1.4em;
}

input[name='panel']:checked~.faq__content {
  display: block;
}

/* ::::::::::::::::::::::::::::::::::::::: */

.disclaimer {
  padding: 50px 0;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ddecf4;
  border-radius: 4px;
  overflow: hidden;
}

.disclaimer__title {
  margin: 0px 0px 30px 0px;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}

.disclaimer__content {
  padding: 15px;
}

.disclaimer__subtitle {
  margin: 0px 0px 20px 0px;
  font-size: 1.5rem;
  font-weight: 500;
}

.disclaimer__content p:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

/* ::::::::::::::::::::::::::::::::::::::: */

.footer {
  padding: 50px 0;
  background-color: #fff;
}

.footer__link {
  font-size: 14px;
}

.footer__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  justify-content: center;
  align-items: center;
}

.footer__link:after {
  height: 1px;
  background-color: #084d71;
  transition: width 0.3s;
}

.footer__link:hover:after {
  height: 1px;
  background-color: #084d71;
  transition: width 0.3s;
}

@media (min-width: 767px) {

  .menu__list {
    align-items: center;
    width: 100%;
  }

  .menu__list>li {
    padding: 10px 0;
  }
}

@media (max-width: 1000px) {
  .title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .menu__icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }

  .menu__icon span,
  .menu__icon::before,
  .menu__icon::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #220E5B;
  }

  .menu__icon::before,
  .menu__icon::after {
    content: "";
  }

  .menu__icon::before {
    top: 0;
  }

  .menu__icon::after {
    bottom: 0;
  }

  .menu__icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }

  .menu__icon._active span {
    transform: scale(0) translate(0px, -50%);
  }

  .menu__icon._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
    background-color: #5e6278;
  }

  .menu__icon._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
    background-color: #5e6278;
  }

  .menu__body._active .menu__link:hover {
    color: #084d71;
  }

  .menu__body._active .menu__link:hover::after,
  .menu__body._active .menu__link::after {
    background-color: transparent;
  }

  .menu__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    z-index: 5;
    top: 0;
    transform: translateY(-200%);
    left: 0;
    width: 100%;
    min-height: 50vh;
    max-height: 100%;
    padding: 25px 35px 25px 45px;
    background-color: #fff;
    transition: all 0.5s ease 0s;
    opacity: 0;
    overflow: scroll;
  }

  .menu__body._active {
    opacity: 1;
    transform: translateY(0);
  }

  .menu__list {
    flex-direction: column;
  }

  .menu__list>li {
    margin: 15px 0px 15px 0px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease 0s;
  }

  .menu__list>li:last-child {
    margin-bottom: 0;
  }

  .title {
    font-size: 30px;
  }

  .subtitle {
    font-size: 18px;
  }

  .header__container {
    display: flex;
    justify-content: space-between;
  }

  .header__menu {
    flex: none;
  }

  .promo__wrap {
    flex-direction: column;
  }

  .promo__content {
    padding: 0;
    max-width: 500px;
  }

  .promo__left {
    padding: 30px 10px 10px;
  }

  .promo__text {
    margin: 0px 0px 25px 0px;
  }

  .btn-wrap {
    justify-content: center;
  }

  .text-img__svg-box {
    top: 50px;
    left: 10px;
  }

  .text-img__svg-box svg {
    width: 30px;
    height: 20px;
  }

  .text-img__content {
    padding: 50px 10px 30px 50px;
  }

  .text-img__wrapper {
    flex-direction: column-reverse;
  }

  .text-img__wrapper--reverse {
    flex-direction: column;
  }

  .text-img__image {
    max-width: none;
  }

  .text-img__img {
    padding: 0px 0px 50% 0px;
  }

  .text-img__image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .text-img__image--reverse {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .text-with-button__wrapper {
    flex-direction: column;
  }

  .text-with-button__box {
    flex: auto;
    align-items: flex-end;
  }

  .text-with-button__subtitle {
    width: 100%;
    text-align: center;
  }

  .text-img-btn__wrapper {
    flex-direction: column-reverse;
    row-gap: 30px;
  }

  .img-center-text__wrap {
    flex-direction: column;
    row-gap: 30px;
  }

  .blogs {
    padding: 50px 0;
  }

  .blog-list__item {
    flex-direction: column;
  }

  .news__img {
    padding: 0px 0px 40% 0px;
    border-radius: 0 12px 12px 12px;
  }

  .news__image--decor::after {
    border-radius: 0 0 12px 0;
  }

  .news__image--decor::before {
    top: -10px;
    left: -10px;
  }

  .news__image--decor::after {
    bottom: -10px;
    right: -10px;
  }

  .faq {
    padding: 50px 0;
  }

  .disclaimer__title {
    margin: 0;
    font-size: 1.5rem;
  }

  .disclaimer__subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 580px) {
  .blogs__item {
    flex: 0 0 100%;
  }

  .blogs__image {
    max-width: none;
  }

  .blogs__img {
    padding: 0px 0px 70% 0px;
  }
}

@media (max-width: 460px) {
  .footer__list {
    column-gap: 15px;
  }

  .btn {
    width: 140px;
  }

  .text-with-button__text {
    column-count: 1;
  }
}