@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
.header {
  display: flex;
  align-items: center;
  height: 70px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 50px;
}
@media all and (max-width: 767px) {
  .header {
    height: 60px;
    padding: 0 15px;
  }
}
@media all and (max-width: 767px) {
  .header {
    padding: 0 10px;
  }
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .wrapper .header-logo {
  margin-right: 10px;
}
@media all and (max-width: 767px) {
  .header .wrapper .header-logo {
    width: 132px;
    height: 30px;
  }
}
.header .wrapper .header-links {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .wrapper .header-links a {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #252525;
  margin-right: 24px;
}
.header .wrapper .header-links a:last-child {
  margin-right: unset;
}
.opacity-9:hover {
  opacity: 0.9 !important;
}
.header .wrapper .header-links a.active {
  color: #ff9110;
  border-bottom: 2px solid #ff9110;
}
@media all and (max-width: 767px) {
  .header .wrapper .header-links a {
    display: none;
  }
}
.header .wrapper .header-links .mobile-menu-icon {
  display: none;
  margin-right: 24px;
}
@media all and (max-width: 767px) {
  .header .wrapper .header-links .mobile-menu-icon {
    display: block;
  }
}
.header .wrapper .header-links .menu-close {
  display: none;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #252525;
  padding: 64px 50px;
}
@media all and (max-width: 767px) {
  .footer {
    padding: 64px 15px;
  }
}
@media all and (max-width: 375px) {
  .footer {
    padding: 56px 10px;
  }
}
.footer-text {
  margin-bottom: 24px;
}

.footer-text .link {
  color: white;
  margin-right: 16px;
  font-weight: 500;
}

.footer-text .link:hover {
  color: #DDDDDD;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .footer-text {
    margin-bottom: 28px;
  }
}
.footer-text p {
  color: #ffffff;
  font-size: 12px;
  line-height: 21.6px;
  margin: 4px 0;
}
@media all and (max-width: 767px) {
  .footer-text p {
    margin: 8px 0;
  }
}
.footer-text p:first-child {
  margin-top: 0;
}
.footer-text p:last-child {
  margin-bottom: 0;
}
.footer-buttons {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .footer-buttons {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }
}
.footer-buttons a {
  height: 36px;
  padding: 8px 20px;
  width: auto;
  max-width: unset;
  background: #ffd233;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
  border-radius: 15px;
  text-decoration: none;
  cursor: pointer;
}
.footer-buttons a:hover {
  background-color: #fdcc22;
}
.footer-buttons a:not(:last-child) {
  margin-right: 12px;
}
@media all and (max-width: 767px) {
  .footer-buttons a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.footer-buttons a.cancel-from-insurance {
  background-color: #ffffff;
}
.footer-buttons a.cancel-from-insurance:hover {
  background-color: #f5f5f5;
}
.footer .links {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.footer .links a {
  font-size: 12px;
  font-weight: 400;
}
.footer .links a:not(:last-child) {
  margin-bottom: 4px;
}
.footer .links a,
.footer .links a:visited {
  color: #409ce0;
}
.footer ul {
  padding-left: 24px;
}
.footer h5 {
  text-transform: uppercase;
}
.footer h5.we-accept {
  font-weight: 400;
  margin-bottom: 16px;
  text-transform: unset;
}
.footer .card-images {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  column-gap: 24px;
}
@media all and (max-width: 767px) {
  .footer .card-images {
    column-gap: 16px;
    row-gap: 16px;
  }
}
.footer .card-images img {
  width: 100px;
  max-width: 100px;
  height: 55px;
  max-height: 55px;
}
.footer .eighteen-plus-img {
  width: 32px;
  height: 32px;
}

.information {
  padding: 64px 50px 80px;
}
@media all and (max-width: 767px) {
  .information {
    padding: 24px 15px 64px;
  }
}
@media all and (max-width: 375px) {
  .information {
    padding: 24px 10px 64px;
  }
}
.information .wrapper {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1199px) {
  .information .wrapper {
    flex-wrap: wrap;
  }
}
.information .wrapper .policy span {
  padding-top: 4px;
  font-size: 15px;
}
.information .wrapper .documents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 670px;
}
@media all and (max-width: 1199px) {
  .information .wrapper .documents {
    margin-bottom: 40px;
  }
}
.information .wrapper .documents-title {
  font-weight: 500;
  color: #161D35;
  margin-bottom: 18px;
}
@media all and (max-width: 1199px) {
  .information .wrapper .documents-title {
    margin-bottom: 20px;
  }
}
.information .wrapper .documents-list {
  font-family: "Inter", sans-serif;
  margin-left: 16px;
}
.information .wrapper .documents-list li:not(:last-child) {
  margin-bottom: 4px;
}
.information .wrapper .documents-list li a,
.information .wrapper .documents-list li a:visited,
.information .wrapper .documents-list li::marker {
  font-size: 14px;
  font-weight: 400;
  color: #006BCD;
  line-height: 25px;
}
.information .wrapper .documents-list a {
  text-decoration: none;
}
.information .wrapper .documents-list a:hover {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .information .wrapper > img {
    max-width: 290px;
  }
}
.insurance .wrapper .documents {
  margin-bottom: 36px;
  line-height: 25.6px;
  font-family: "Inter", sans-serif;
}
.insurance .wrapper .documents li {
  list-style: none;
}
.polies-date {
  font-family: "Inter", sans-serif;
}
.insurance {
  padding: 80px 50px 104px;
  background: #FFFFFF;
  box-shadow: -2px 0px 12px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 767px) {
  .insurance {
    padding: 64px 15px;
  }
}
@media all and (max-width: 375px) {
  .insurance {
    padding: 56px 10px 64px;
  }
}
.insurance .order li:not(.dashed):nth-child(n+1):nth-child(-n+3) {
  margin-bottom: 16px;
}
.insurance .title {
  margin-bottom: 36px;
  font-weight: 400;
}
.insurance h1.title {
  font-size: 30px;
}
.insurance h2.title {
  font-size: 24px;
}
@media all and (max-width: 767px) {
  .insurance .title {
    margin-bottom: 24px;
  }
  .insurance h1.title {
    font-size: 28px;
  }
  .insurance h2.title {
    font-size: 22px;
  }
}
.insurance .order,
.insurance .text,
.insurance .text + div {
  font-family: "Inter", sans-serif;
}
.insurance .order {
  list-style-type: decimal;
  margin-left: 16px;
}
.insurance .order.none-decimal {
  list-style-type: none;
}
.insurance .order li {
  line-height: 25.6px;
}
.insurance .order li.dashed {
  list-style-type: "— ";
  margin: 36px 0;
}
.insurance .order.none-decimal li.dashed {
  margin: 22px;
}
@media all and (max-width: 767px) {
  .insurance .order li.dashed {
    margin: 24px 0;
  }
}
@media all and (max-width: 767px) {
  .insurance .order li:nth-child(5) {
    margin-top: 44px;
  }
}
@media all and (max-width: 375px) {
  .insurance .order li:nth-child(5) {
    margin-top: 28px;
  }
}
.insurance .text {
  margin-bottom: 36px;
  line-height: 25.6px;
}
@media all and (max-width: 767px) {
  .insurance .text {
    margin-bottom: 24px;
  }
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 60px;
  right: -9999px;
  z-index: 999;
}
.mobile-menu__open {
  right: 0;
}
@media all and (max-width: 991px) {
  .mobile-menu__open {
    display: flex;
  }
}
.mobile-menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 375px;
  min-width: 320px;
  min-height: 790px;
  background-color: #ffffff;
  padding: 32px 20px 18px;
}
.mobile-menu__inner .mobile-menu__links {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu__inner .mobile-menu__links .mobile-menu__link {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 23.7px;
}
.mobile-menu__inner .mobile-menu__links .mobile-menu__link:not(:last-child) {
  margin-bottom: 28px;
}
.mobile-menu__inner .mobile-menu__links .mobile-menu__link a {
  text-decoration: none;
  color: #252525;
}
.mobile-menu__inner .mobile-menu__links .mobile-menu__link a:active, .mobile-menu__inner .mobile-menu__links .mobile-menu__link a:visited {
  text-decoration: none;
  color: #252525;
}
.mobile-menu__inner .mobile-menu__links .mobile-menu__link a.mobile-menu__link--active {
  color: #FF9110;
  border-left: 3px solid #ff9110;
  padding-left: 16px;
}
.mobile-menu__inner .phone,
.mobile-menu__inner .email {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #3883f3;
  font-family: "Inter", sans-serif;
}
.mobile-menu__inner .phone img,
.mobile-menu__inner .email img {
  margin-right: 12px;
}
.mobile-menu__inner .phone {
  margin-bottom: 12px;
}
.mobile-menu__inner .call {
  margin-top: 36px;
  background-color: #da4744;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

.information .left-col {
  max-width: 670px;
  margin: auto 0;
}
@media all and (max-width: 1199px) {
  .information .left-col {
    margin-bottom: 56px;
  }
}
.information .left-col .name {
  font-size: 38px;
  font-weight: 500;
  color: #202E3D;
  margin-bottom: 32px;
}
@media all and (max-width: 767px) {
  .information .left-col .name {
    margin-bottom: 56px;
    font-weight: 600;
    font-size: 30px;
  }
}
.information .left-col .name span {
  color: #FF9110;
  font-weight: 400;
}
.information .left-col .policy {
  display: flex;
  align-items: flex-start;
  background-color: #F8F8F8;
  border-radius: 15px;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  font-family: "Inter", sans-serif;
  line-height: 22.4px;
}
@media all and (max-width: 767px) {
  .information .left-col .policy {
    margin-bottom: 40px;
  }
}
.information .left-col .policy img {
  margin-right: 10px;
}
.information .left-col .documents-title {
  font-weight: 600;
  color: #161d35;
  margin-bottom: 12px;
}
.information .left-col .documents-list {
  margin-left: 16px;
}
.information .left-col .documents-list li:not(:last-child) {
  margin-bottom: 4px;
}
.information .left-col .documents-list li a,
.information .left-col .documents-list li::marker {
  font-size: 14px;
  font-weight: 400;
  color: #1a87d8;
}
@media all and (max-width: 767px) {
  .information .right-col img {
    max-width: 290px;
  }
}

.insurance .risks,
.insurance .bank-cards {
  color: #000000;
  margin-left: 8px;
  list-style-type: none;
  font-family: "Inter", sans-serif;
}
.insurance .risks li:not(:last-child),
.insurance .bank-cards li:not(:last-child),
.insurance .order li:not(:last-child) {
  margin-bottom: 12px;
}
.insurance .bank-cards {
  margin-bottom: 48px;
}
@media all and (max-width: 767px) {
  .insurance .bank-cards {
    margin-bottom: 64px;
  }
}
.insurance .risks {
  margin-bottom: 36px;
}
@media all and (max-width: 767px) {
  .insurance .risks {
    margin-bottom: 28px;
  }
}

.fin-service {
  display: flex;
  align-items: center;
  padding: 40px 50px 180px;
}
@media all and (max-width: 767px) {
  .fin-service {
    padding: 15px 15px 104px;
  }
}
@media all and (max-width: 375px) {
  .fin-service {
    padding: 15px 10px 104px;
  }
}
.fin-service .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .fin-service .wrapper {
    flex-direction: column;
  }
}
.fin-service .wrapper .fin-service-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-height: 540px;
  max-height: 540px;
  border-radius: 30px;
  border: 1px solid #E1E1E1;
  margin-right: 30px;
  padding: 52px 44px 44px;
}
@media all and (max-width: 767px) {
  .fin-service .wrapper .fin-service-block {
    min-height: 438px;
    max-height: 438px;
    align-items: center;
    margin-right: 0;
    margin-bottom: 24px;
    padding: 28px 24px 24px;
  }
}
@media all and (max-width: 375px) {
  .fin-service .wrapper .fin-service-block {
    padding: 24px 16px 20px;
  }
}
.fin-service .wrapper .fin-service-block .title-block {
  display: flex;
  flex-direction: column;
}
.fin-service .wrapper .fin-service-block .title-block .title {
  color: #252525;
  font-size: 36px;
  line-height: 50.4px;
  margin-bottom: 16px;
}
@media all and (max-width: 767px) {
  .fin-service .wrapper .fin-service-block .title-block .title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media all and (max-width: 375px) {
  .fin-service .wrapper .fin-service-block .title-block .title {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 33.6px;
  }
}
.fin-service .wrapper .fin-service-block .title-block .text {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 25.6px;
  color: #252525;
}
@media all and (max-width: 767px) {
  .fin-service .wrapper .fin-service-block .title-block .text {
    line-height: 27.2px;
    margin-bottom: 36px;
  }
}
@media all and (max-width: 375px) {
  .fin-service .wrapper .fin-service-block .title-block .text {
    margin-bottom: 28px;
  }
}
.fin-service .wrapper .fin-service-block a {
  width: 255px;
  background: rgba(255, 145, 16, 0.02);
  border: 1px solid #FF9110;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #FF9110;
  padding: 22px 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.fin-service-block a:hover {
  background: #FF9110 !important;
  color: #FFFFFF !important;
  opacity: 0.85;
}
@media all and (max-width: 767px) {
  .fin-service .wrapper .fin-service-block a {
    width: 100%;
  }
}
.fin-service .wrapper .insurance-block {
  flex: 1;
}
.fin-service .wrapper .insurance-block .get-insurance {
  background-color: #FFD233;
  border-radius: 30px;
  margin-bottom: 20px;
  background-image: url("../img/get-insurance-img.svg");
  background-size: contain;
  text-decoration: none;
  cursor: pointer;
}
.get-insurance:hover {
  background-color: #fdcc22 !important;
}
.fin-service .wrapper .insurance-block .cancel-insurance {
  background-color: #F8F8F8;
  border-radius: 30px;
  background-image: url("../img/cancel-insurance-photo.svg");
  text-decoration: none;
  cursor: pointer;
}
.cancel-insurance:hover {
  background-color: #f5f5f5 !important;
}
.fin-service .wrapper .insurance-block .get-insurance,
.fin-service .wrapper .insurance-block .cancel-insurance {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-height: 260px;
  padding: 32px 44px 28px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media all and (max-width: 991px) {
  .fin-service .wrapper .insurance-block .get-insurance,
.fin-service .wrapper .insurance-block .cancel-insurance {
    background-size: auto;
  }
}
@media all and (max-width: 767px) {
  .fin-service .wrapper .insurance-block .get-insurance,
.fin-service .wrapper .insurance-block .cancel-insurance {
    min-height: 345px;
    max-height: 345px;
    padding: 28px 24px;
  }
}
@media all and (max-width: 375px) {
  .fin-service .wrapper .insurance-block .get-insurance,
.fin-service .wrapper .insurance-block .cancel-insurance {
    padding: 28px 16px;
  }
}
.fin-service .wrapper .insurance-block .get-insurance .title,
.fin-service .wrapper .insurance-block .cancel-insurance .title {
  font-size: 26px;
  line-height: 36.4px;
  color: #252525;
  margin-bottom: 16px;
}
@media all and (max-width: 767px) {
  .fin-service .wrapper .insurance-block .get-insurance .title,
.fin-service .wrapper .insurance-block .cancel-insurance .title {
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 12px;
  }
}
.fin-service .wrapper .insurance-block .get-insurance .text,
.fin-service .wrapper .insurance-block .cancel-insurance .text {
  font-weight: 300;
  line-height: 25.6px;
  color: #252525;
}
.fin-service .wrapper .insurance-block .get-insurance .arrow,
.fin-service .wrapper .insurance-block .cancel-insurance .arrow {
  width: 42px;
  height: 42px;
}

.insurance-coverage {
  display: flex;
  align-items: center;
  padding: 0 50px 226px;
}
@media all and (max-width: 767px) {
  .insurance-coverage {
    padding: 0 15px 104px;
  }
}
@media all and (max-width: 375px) {
  .insurance-coverage {
    padding: 0 10px 88px;
  }
}
.insurance-coverage .wrapper {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .insurance-coverage .wrapper {
    flex-direction: column;
  }
}
.insurance-coverage .wrapper .left-col {
  width: 100%;
  max-width: 620px;
}
@media all and (max-width: 767px) {
  .insurance-coverage .wrapper .left-col {
    max-width: 100%;
  }
}
.insurance-coverage .wrapper .left-col .title {
  font-size: 36px;
  color: #252525;
  line-height: 50.4px;
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .insurance-coverage .wrapper .left-col .title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 375px) {
  .insurance-coverage .wrapper .left-col .title {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 39.2px;
  }
}
.insurance-coverage .wrapper .left-col .text {
  max-width: 570px;
  font-family: "Inter", sans-serif;
  line-height: 28.8px;
  color: #000000;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .insurance-coverage .wrapper .left-col .text {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
@media all and (max-width: 375px) {
  .insurance-coverage .wrapper .left-col .text {
    margin-bottom: 28px;
  }
}
.insurance-coverage .wrapper .left-col .cost {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .insurance-coverage .wrapper .left-col .cost {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }
}
.insurance-coverage .wrapper .left-col .cost img {
  margin-right: 28px;
}
@media all and (max-width: 767px) {
  .insurance-coverage .wrapper .left-col .cost img {
    width: 165px;
    height: 172px;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
@media all and (max-width: 375px) {
  .insurance-coverage .wrapper .left-col .cost img {
    width: 145px;
    height: 170px;
    margin-bottom: 28px;
  }
}
.insurance-coverage .wrapper .left-col .cost .insurance-cost {
  font-size: 20px;
  line-height: 28px;
  color: #252525;
  margin-bottom: 8px;
}
.insurance-coverage .wrapper .left-col .cost .price {
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  color: #ff9110;
}
@media all and (max-width: 767px) {
  .insurance-coverage .wrapper .left-col .cost .price {
    font-size: 28px;
    line-height: 39.2px;
  }
}
@media all and (max-width: 375px) {
  .insurance-coverage .wrapper .left-col .cost .price {
    font-size: 24px;
    line-height: 33.6px;
  }
}
.insurance-coverage .wrapper .left-col .available-in-installments {
  display: flex;
  align-items: flex-start;
  background-color: rgba(255, 210, 51, 0.1);
  border-radius: 15px;
  padding: 20px 24px;
  max-width: 570px;
}
@media all and (max-width: 767px) {
  .insurance-coverage .wrapper .left-col .available-in-installments {
    max-width: 100%;
    margin-bottom: 28px;
  }
}
.insurance-coverage .wrapper .left-col .available-in-installments img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.insurance-coverage .wrapper .left-col .available-in-installments .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 25.2px;
  color: #252525;
  margin-bottom: 8px;
}
.insurance-coverage .wrapper .left-col .available-in-installments .additional-text {
  font-family: "Inter", sans-serif;
  line-height: 25.6px;
  color: #252525;
  opacity: 0.65;
}
.insurance-coverage .right-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .insurance-coverage .right-col {
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 375px) {
  .insurance-coverage .right-col img {
    width: 285px;
    height: 285px;
  }
}
.insurance-coverage .right-col a {
  width: 100%;
  max-width: 100%;
  background-color: #FF9110;
  border: 1px solid #FF9110;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  padding: 22px 0;
  text-align: center;
  border-radius: 15px;
  color: #ffffff;
}
.insurance-coverage a:hover {
  background: #FF9110 !important;
  color: #FFFFFF !important;
  opacity: 0.85;
}
@media all and (max-width: 767px) {
  .insurance-coverage .right-col a {
    height: 64px;
    margin-bottom: 40px;
    padding: 18px 0;
  }
}

.sleep-peacefully {
  padding: 0 50px 160px;
}
@media all and (max-width: 767px) {
  .sleep-peacefully {
    padding: 0 15px 104px;
  }
}
@media all and (max-width: 375px) {
  .sleep-peacefully {
    padding: 0 10px 88px;
  }
}
.sleep-peacefully .sleep-peacefully-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 65px;
}
@media all and (max-width: 767px) {
  .sleep-peacefully .sleep-peacefully-block {
    flex-direction: column;
    margin-bottom: 48px;
  }
}
@media all and (max-width: 375px) {
  .sleep-peacefully .sleep-peacefully-block {
    margin-bottom: 44px;
  }
}
.sleep-peacefully .sleep-peacefully-block .title {
  font-size: 36px;
  line-height: 50.4px;
  color: #252525;
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .sleep-peacefully .sleep-peacefully-block .title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 375px) {
  .sleep-peacefully .sleep-peacefully-block .title {
    font-size: 28px;
    line-height: 39.2px;
  }
}
.sleep-peacefully .sleep-peacefully-block .text {
  max-width: 570px;
  margin-bottom: 36px;
  color: #000000;
  line-height: 28.8px;
}
@media all and (max-width: 767px) {
  .sleep-peacefully .sleep-peacefully-block .text {
    margin-bottom: 32px;
  }
}
.sleep-peacefully .sleep-peacefully-block .images {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .sleep-peacefully .sleep-peacefully-block .images .heart,
.sleep-peacefully .sleep-peacefully-block .images .card {
    width: 165px;
    height: 172px;
  }
}
@media all and (max-width: 375px) {
  .sleep-peacefully .sleep-peacefully-block .images .heart,
.sleep-peacefully .sleep-peacefully-block .images .card {
    width: 145px;
    height: 150px;
  }
}
.sleep-peacefully .sleep-peacefully-block .images .heart {
  margin-right: 30px;
}
@media all and (max-width: 767px) {
  .sleep-peacefully .sleep-peacefully-block .images .heart {
    margin-right: 15px;
  }
}
@media all and (max-width: 375px) {
  .sleep-peacefully .sleep-peacefully-block .images .heart {
    margin-right: 10px;
  }
}
@media all and (max-width: 767px) {
  .sleep-peacefully .sleep-peacefully-block .notebook {
    display: none;
  }
}
.sleep-peacefully .accident-insurance {
  margin-bottom: 48px;
}
.sleep-peacefully .bank-card-insurance {
  margin-bottom: 64px;
}
@media all and (max-width: 375px) {
  .sleep-peacefully .accident-insurance,
.sleep-peacefully .bank-card-insurance {
    margin-bottom: 40px;
  }
}
.sleep-peacefully .accident-insurance .title,
.sleep-peacefully .bank-card-insurance .title {
  font-size: 24px;
  line-height: 33.6px;
  color: #161d35;
  margin-bottom: 12px;
}
@media all and (max-width: 375px) {
  .sleep-peacefully .accident-insurance .title,
.sleep-peacefully .bank-card-insurance .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.sleep-peacefully .accident-insurance .text,
.sleep-peacefully .bank-card-insurance .text {
  font-family: "Inter", sans-serif;
  line-height: 32px;
  color: #000000;
  opacity: 0.65;
}
@media all and (max-width: 767px) {
  .sleep-peacefully .accident-insurance .text,
.sleep-peacefully .bank-card-insurance .text {
    opacity: 1;
  }
}
.sleep-peacefully a {
  display: block;
  background-color: rgba(255, 145, 16, 0.02);
  border: 1px solid #FF9110;
  color: #FF9110;
  font-weight: 400;
  font-size: 18px;
  padding: 22px 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 15px;
  max-width: 270px;
}
.sleep-peacefully a:hover {
  background: #FF9110 !important;
  color: #FFFFFF !important;
  opacity: 0.85;
}

@media all and (max-width: 767px) {
  .sleep-peacefully a {
    height: 64px;
    padding: 18px 0;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .sleep-peacefully .notebook {
    display: block;
  }
}

.insurance-case {
  padding: 0 50px 140px;
}
@media all and (max-width: 767px) {
  .insurance-case {
    padding: 0 15px 104px;
  }
}
@media all and (max-width: 375px) {
  .insurance-case {
    padding: 0 10px 88px;
  }
}
.insurance-case .wrapper .title {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 50.4px;
  color: #252525;
}
@media all and (max-width: 767px) {
  .insurance-case .wrapper .title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 375px) {
  .insurance-case .wrapper .title {
    font-size: 28px;
    line-height: 39.2px;
  }
}
.insurance-case .wrapper .text {
  margin-bottom: 28px;
}
@media all and (max-width: 767px) {
  .insurance-case .wrapper .text {
    color: #000000;
  }
}
.insurance-case .wrapper .text,
.insurance-case .wrapper .additional-text {
  font-family: "Inter", sans-serif;
  line-height: 28.8px;
  color: #252525;
}
.insurance-case .wrapper .additional-text {
  opacity: 0.65;
  margin-bottom: 20px;
}
.insurance-case .wrapper .phone,
.insurance-case .wrapper .email {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #3883f3;
  font-family: "Inter", sans-serif;
  line-height: 28.8px;
}
.insurance-case .wrapper .phone img,
.insurance-case .wrapper .email img {
  margin-right: 12px;
}
.insurance-case .wrapper .phone {
  margin-bottom: 8px;
}
.insurance-case .wrapper .email {
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .insurance-case .wrapper .email {
    margin-bottom: 28px;
  }
}

.about {
  padding: 0 50px 160px;
}
@media all and (max-width: 767px) {
  .about {
    padding: 0 15px 104px;
  }
}
@media all and (max-width: 375px) {
  .about {
    padding: 0 10px 136px;
  }
}
.about .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .about .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about .wrapper .info-block {
  max-width: 570px;
}
@media all and (max-width: 767px) {
  .about .wrapper .info-block {
    margin-bottom: 40px;
  }
}
.about .wrapper .info-block .title {
  font-size: 36px;
  line-height: 50.4px;
  color: #252525;
  margin-bottom: 28px;
}
@media all and (max-width: 767px) {
  .about .wrapper .info-block .title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 375px) {
  .about .wrapper .info-block .title {
    font-size: 28px;
    line-height: 39.2px;
  }
}
.about .wrapper .info-block .text {
  font-family: "Inter", sans-serif;
  color: #000000;
  line-height: 28.8px;
  margin-bottom: 32px;
}
@media all and (max-width: 375px) {
  .about .wrapper .info-block .text {
    margin-bottom: 28px;
  }
}
.about .wrapper .info-block .official {
  display: flex;
  align-items: flex-start;
  background-color: #EEF4FF;
  border-radius: 15px;
  padding: 20px 24px;
  font-family: "Inter", sans-serif;
  line-height: 25.6px;
  color: #252525;
}
.about .wrapper .info-block .official img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
@media all and (max-width: 767px) {
  .about .wrapper .investment {
    width: 285px;
    height: 285px;
  }
}

.buy {
  padding: 80px 50px 200px;
  background-color: #FF9110;
  border-radius: 30px 30px 0 0;
  background-image: url("../img/buy-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 767px) {
  .buy {
    padding: 64px 15px 104px;
  }
}
@media all and (max-width: 375px) {
  .buy {
    padding: 56px 10px 88px;
  }
}
.buy .wrapper {
  color: #ffffff;
}
.buy .wrapper .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 50.4px;
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .buy .wrapper .title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 375px) {
  .buy .wrapper .title {
    font-size: 28px;
    line-height: 39.2px;
  }
}
.buy .wrapper .text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-bottom: 42px;
  line-height: 28.8px;
}
@media all and (max-width: 767px) {
  .buy .wrapper .text {
    margin-bottom: 32px;
  }
}
.buy .wrapper .images {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .buy .wrapper .images {
    flex-direction: column;
  }
}
.buy .wrapper .images img:first-child {
  margin-right: 30px;
}
@media all and (max-width: 767px) {
  .buy .wrapper .images img:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 320px) {
  .buy .wrapper .images img:first-child {
    margin-bottom: 12px;
  }
}

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

html,
body {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

h1, h5 {
  margin-top: 0;
}

h5 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 18px;
}

button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 270px;
  height: 56px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: "Rubik", sans-serif;
}
button:focus, button:focus-visible {
  border: none;
  outline: none;
}

.wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #7c818f;
}

.not-found {
  padding: 90px 50px 135px;
}

@media all and (max-width: 767px) {
  .not-found {
    padding: 64px 15px 56px;
  }
}

@media all and (max-width: 375px) {
  .not-found {
    padding: 40px 10px 56px;
  }
}

.not-found .wrapper {
  display: flex;
  align-items: center;
}

@media all and (max-width: 767px) {
  .not-found .wrapper {
    flex-direction: column-reverse;
  }
}

.not-found .wrapper .info-block {
  display: flex;
  flex-direction: column;
  max-width: 570px;
}

@media all and (max-width: 767px) {
  .not-found .wrapper .info-block {
    margin-bottom: 40px;
  }
}

.not-found .wrapper .info-block a {
  width: 100%;
  max-width: 100%;
  background-color: #FF9110;
  border: 1px solid #FF9110;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  padding: 22px 15px;
  text-align: center;
  border-radius: 15px;
  color: #ffffff;
}

.not-found .wrapper .info-block a:hover {
  background: #FF9110 !important;
  color: #FFFFFF !important;
  opacity: 0.85;
}

@media all and (max-width: 767px) {
  .not-found .wrapper .info-block  a {
    height: 64px;
    margin-bottom: 40px;
    padding: 18px 0;
  }
}

.not-found .wrapper .info-block .info {
  margin-bottom: 64px;
}

.not-found .wrapper .info-block .info .title {
  font-size: 38px;
  line-height: 45px;
  color: #161D35;
  margin-bottom: 12px;
}

@media all and (max-width: 767px) {
  .not-found .wrapper .info-block .info .title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media all and (max-width: 375px) {
  .not-found .wrapper .info-block .info .title {
    font-size: 28px;
    line-height: 39.2px;
  }
}

.not-found .wrapper .info-block .info .title .text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #A3A5B1;
  line-height: 25.2px;
}

@media all and (max-width: 767px) {
  .not-found .wrapper .info-block .info .title .text {
    font-size: 16px;
    line-height: 22.4px;
  }
}


.not-found .wrapper img {
  margin-right: 130px;
}

@media all and (max-width: 767px) {
  .not-found .wrapper img {
    margin-top: 40px;
    margin-right: 0;
    width: 345px;
    height: 345px;
  }
}

@media all and (max-width: 375px) {
  .not-found .wrapper img {
    width: 300px;
    height: 300px;
  }
}

.wording {
  margin-top: 50px;
}

/*# sourceMappingURL=main.css.map */
