.container {
  padding: 0 10px;
}

.slick-slider {
  padding-top: 73px;
}
.slick-slider .slick-prev {
  width: 32px;
  height: 26px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='26' viewBox='0 0 32 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M31 13.0216L1.35167 12.9999M12.6467 24.6666L1 12.9999L12.6467 1.33325' stroke='%2329374F' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  right: 61px;
  top: 37px;
  left: auto;
}
.slick-slider .slick-prev:before {
  display: none;
}
.slick-slider .slick-next {
  width: 32px;
  height: 26px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='26' viewBox='0 0 32 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 13.0216L30.6483 12.9999M19.3533 24.6666L31 12.9999L19.3533 1.33325' stroke='%2329374F' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  right: 0;
  top: 37px;
}
.slick-slider .slick-next:before {
  display: none;
}
.slick-slider .slick-list {
  margin: 0 -10px;
}
.slick-slider .slick-slide {
  padding: 0 10px;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #EEF5FF;
}

h2 {
  font-weight: 400;
  font-size: 56px;
  line-height: 130%;
  text-transform: uppercase;
  color: #29374F;
  margin-bottom: 25px;
}

a:hover {
  text-decoration: none;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #C4C4C4;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #C4C4C4;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #C4C4C4;
}

input::placeholder,
textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #C4C4C4;
}

label {
  margin-bottom: 0;
}

.input-check {
  height: 20px;
  display: flex;
  align-items: center;
  margin: 20px 0 8px;
}
.input-check a {
  text-decoration: underline;
  color: #C4C4C4;
}
.input-check input {
  width: 0;
  height: 0;
}
.input-check label {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #C4C4C4;
  position: relative;
  padding-left: 27px;
}
.input-check label a {
  text-decoration: none;
}
.input-check label:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  content: "";
  width: 20px;
  height: 20px;
  border: 1.5px solid #C4C4C4;
  border-radius: 3px;
}
.input-check input[type=checkbox]:checked + label:after {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 1px;
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 5;
  content: "";
}

header {
  background-color: #050D1A;
  padding: 30px 0;
}
header .open-menu {
  display: none;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  width: 27px;
}
header .open-menu span {
  background-color: #EEF5FF;
  width: 27px;
  height: 2px;
  margin: 3px 0;
  border-radius: 10px;
  display: block;
  transition: all 0.4s ease;
  transform-origin: 0 0;
}
header .open-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(-1px, -4px);
}
header .open-menu.active span:nth-child(2) {
  Transform: scaleX(0);
}
header .open-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(1px, 0);
}
header .row {
  align-items: center;
}
header ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: auto;
  padding: 0;
}
header a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #EEF5FF;
}
header .col-xl-8 {
  display: flex;
}
header .col-xl-2:nth-child(3) {
  display: flex;
  justify-content: flex-end;
}

.price form, .hero form {
  padding: 40px;
  background: #FFFFFF;
  border-radius: 15px;
  max-width: 472px;
  justify-content: flex-end;
  margin: 0 auto;
}
.price form select, .hero form select {
  padding: 12px;
  width: 100%;
  height: 44px;
  border: 1px solid rgba(66, 80, 102, 0.4);
  border-radius: 5px;
  margin-bottom: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.6654 1L5.9987 5.66667L1.33203 1' stroke='black' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #C4C4C4;
}
.price form .check-circle-block, .hero form .check-circle-block {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.price form .check-circle-block div, .hero form .check-circle-block div {
  display: flex;
  gap: 7px;
  align-items: center;
  align-content: center;
}
.price form .check-circle-block div input, .hero form .check-circle-block div input {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(66, 80, 102, 0.4);
  box-shadow: 0px 2px 4px rgba(66, 80, 102, 0.1);
  border-radius: 5000px;
  accent-color: #29374F;
}
.price form .check-circle-block div label, .hero form .check-circle-block div label {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #29374F;
}
.price form button, .hero form button {
  width: 100%;
  height: 52px;
  background: #2D91F6;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
.price form input:not([type=checkbox]):not([type=radio]), .hero form input:not([type=checkbox]):not([type=radio]) {
  padding: 12px;
  width: 100%;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid rgba(66, 80, 102, 0.4);
  border-radius: 5px;
  margin-bottom: 10px;
}
.price form label:not(.label-check):not(.label-radio), .hero form label:not(.label-check):not(.label-radio) {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #29374F;
  width: 100%;
  margin-bottom: 6px;
}

.hero {
  background-color: #050D1A;
  padding: 20px 0 52px;
}
.hero .row > div:nth-child(3) {
  display: flex;
}
.hero h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 90px;
  line-height: 1;
  color: #EEF5FF;
  margin-bottom: 42px;
}
.hero h1 span {
  color: #2D91F6;
}
.hero p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #EEF5FF;
  margin-bottom: 39px;
}
.hero a.hover-type-1 {
  width: max-content;
  height: 52px;
  background: #2D91F6;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  display: flex;
  padding: 0 81px;
}

.services {
  padding: 140px 0;
}
.services p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #8792A3;
  margin-bottom: 84px;
}
.services .services-item {
  background: #FFFFFF;
  border-radius: 10px;
  padding-bottom: 50px;
  margin-bottom: 22px;
}
.services .services-item h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #2D91F6;
  margin-bottom: 16px;
}
.services .services-item-description {
  padding: 0 20px;
}
.services .services-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #8792A3;
  margin-bottom: 33px;
}
.services .services-item-icon {
  width: 60px;
  height: 60px;
  background: #2D91F6;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -41px auto 32px;
  z-index: 10;
  position: relative;
}
.services .services-item-price {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #2D91F6;
  display: block;
  margin-bottom: 20px;
}
.services .services-item-img {
  height: 273px;
  border-radius: 10px 10px 0 0;
  width: 100%;
  object-fit: cover;
}
.services .services-item a {
  width: max-content;
  height: 52px;
  background: #2D91F6;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  display: flex;
  padding: 0 81px;
  margin: auto;
}

.security-structure {
  padding: 6px 0 40px;
}
.security-structure p {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #8792A3;
}
.security-structure .security-structure-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: -8px 0 29px;
}
.security-structure .security-structure-items div {
  margin-bottom: 20px;
}
.security-structure .security-structure-items span {
  display: block;
}
.security-structure .security-structure-items span:nth-child(1) {
  font-weight: 400;
  font-size: 50px;
  line-height: 130%;
  text-transform: uppercase;
  color: #29374F;
}
.security-structure .security-structure-items span:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #8792A3;
}

.accordion-category {
  border-top: 1px solid #29374F;
  padding: 29px 3px 29px 0;
}
.accordion-category-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #29374F;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  position: relative;
  padding-right: 30px;
}
.accordion-category-title span {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordion-category-title span:after {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #29374F;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50px;
}
.accordion-category-title span:before {
  content: "";
  width: 2px;
  height: 24px;
  background-color: #29374F;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  margin: auto;
}
.accordion-category.active .accordion-category-title svg {
  transform: scale(1, 1);
}
.accordion-category.active .accordion-category-title span:before {
  display: none;
}
.accordion-category.active .accordion-category-body {
  height: auto;
  padding: 31px 0 0;
  transition: all 0.3s;
}
.accordion-category.active .accordion-category-body:has(.slick-slider) {
  padding-top: 0;
}
.accordion-category-body {
  overflow: hidden;
  height: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #8792A3;
  transition: all 0.3s;
}
.accordion-category-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #8792A3;
}
.accordion-category-body-slider {
  display: flex;
  justify-content: flex-end;
}
.accordion-category-body .autos-slider {
  width: 100%;
}
.accordion-category-body .autos-slider .slick-slide img {
  width: 100%;
  height: 211px;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 12px;
}
.accordion-category-body .autos-slider .slick-slide a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #8792A3;
  display: block;
  margin: auto;
}

.tariff {
  padding-bottom: 140px;
}
.tariff h2 {
  margin-bottom: 50px;
}
.tariff .tariff-item {
  background: #FFFFFF;
  border-radius: 10px;
}
.tariff .tariff-item:hover .tariff-item-img img {
  transform: scale(1.1);
}
.tariff .tariff-item h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: left;
  text-transform: uppercase;
  color: #2D91F6;
  margin-bottom: 18px;
  min-height: 68px;
}
.tariff .tariff-item-icon {
  width: 60px;
  height: 60px;
  background: #2D91F6;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -30px auto 14px;
  z-index: 10;
  position: relative;
}
.tariff .tariff-item-description {
  padding: 0 43px 43px;
}
.tariff .tariff-item-price {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: left;
  color: #2D91F6;
  display: block;
  margin-bottom: 12px;
}
.tariff .tariff-item-price span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #050D1A;
  display: block;
}
.tariff .tariff-item .tariff-item-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.tariff .tariff-item .tariff-item-img img {
  transition: all 0.3s;
  height: 240px;
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.tariff .tariff-item a {
  width: max-content;
  height: 52px;
  background: #2D91F6;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  display: flex;
  padding: 0 81px;
  margin: auto;
}

.partners {
  padding-bottom: 117px;
}
.partners .partners-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.partners .partners-item {
  height: 180px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners .partners-item img {
  max-width: 315px;
  max-height: 180px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.price {
  padding-bottom: 140px;
}
.price h2 {
  margin-bottom: 10px;
}
.price p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #8792A3;
}
.price form {
  margin: 0;
}
.price .row > div:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}

.reviews {
  padding: 0 0 60px;
}
.reviews:not(.reviews-page) {
  background-color: #050D1A;
  padding: 60px 0;
}
.reviews:not(.reviews-page) h2 {
  color: #FFFFFF;
}
.reviews h2 {
  margin-bottom: -16px;
}
.reviews-slider .slick-prev {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='26' viewBox='0 0 32 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M31 13.0218L1.35167 13.0002M12.6467 24.6668L1 13.0002L12.6467 1.3335' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.reviews-slider .slick-next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='26' viewBox='0 0 32 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 13.0218L30.6483 13.0002M19.3533 24.6668L31 13.0002L19.3533 1.3335' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.reviews-slider-item {
  height: 320px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 22px 30px 30px;
}
.reviews-slider-item-header {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 22px;
}
.reviews-slider-item-header img {
  height: 60px;
  object-fit: cover;
}
.reviews-slider-item-header span {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  color: #29374F;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-line-clamp: 1;
  max-height: 30px;
}
.reviews-slider-item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-line-clamp: 6;
  height: 132px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #29374F;
}
.reviews-slider-item-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 27px;
}
.reviews-slider-item-link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #2D91F6;
}

.faq {
  padding: 140px 0 108px;
}
.faq h2 {
  margin-bottom: 50px;
}

footer {
  background-color: #050D1A;
  padding: 60px 0 23px;
}
footer .footer-line-1 {
  border-top: 1px solid #EEF5FF;
  opacity: 0.3;
  margin: 36px 0 25px;
}
footer .footer-line-2 {
  border-top: 1px solid #EEF5FF;
  opacity: 0.3;
  margin: 17px 0 25px;
}
footer .footer-title {
  font-weight: 400;
  font-size: 56px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 26px;
}
footer .footer-subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  color: #2D91F6;
  margin-bottom: 18px;
}
footer p {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #8792A3;
}
footer form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
footer form > * {
  width: calc(50% - 12px);
  margin: 0 6px 12px;
}
footer form > *:nth-child(3) {
  width: 100%;
}
footer form input:not([type=checkbox]):not([type=radio]) {
  padding: 12px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid rgba(66, 80, 102, 0.4);
  border-radius: 5px;
}
footer form textarea {
  padding: 12px;
  height: 105px;
  background: #FFFFFF;
  border: 1px solid rgba(66, 80, 102, 0.4);
  border-radius: 5px;
  width: 100%;
}
footer form .input-check {
  margin: 8px 0 21px;
}
footer form button {
  width: 100%;
  max-width: 352px;
  height: 52px;
  background: #2D91F6;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: #BDDEFF;
  text-align: center;
}
footer .footer-address {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #EEF5FF;
  display: flex;
  gap: 21px;
  align-items: center;
  margin: 69px 0 18px;
  padding-left: 6px;
}
footer .footer-address span {
  width: calc(100% - 30px);
}
footer .footer-tel {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  color: #EEF5FF;
  display: flex;
  gap: 21px;
  align-items: center;
  padding-left: 6px;
}
footer .footer-soc {
  display: flex;
  gap: 24px;
  margin-top: 30px;
  align-items: flex-end;
  flex-wrap: wrap;
}
footer .footer-soc span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #EEF5FF;
}
footer .footer-soc a svg {
  height: 24px;
  width: auto;
}
footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 48px;
  list-style: none;
}
footer ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #EEF5FF;
  display: block;
}
footer .copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #EEF5FF;
  text-align: center;
}

.mobile-menu {
  background-color: #F4F8FF;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 22px 10px;
  display: none;
}
.mobile-menu.active {
  display: block;
}
.mobile-menu .user-link {
  height: 52px;
  background: #2D91F6;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: #BDDEFF;
  display: flex;
  padding: 0;
  justify-content: center;
  margin-top: 24px;
}
.mobile-menu-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.mobile-menu ul {
  list-style: none;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 60px 0 0;
  margin: 0;
}
.mobile-menu ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #8792A3;
}
.mobile-menu ul li a.active, .mobile-menu ul li a:hover {
  color: #29374F;
}

.page-title {
  font-size: 56px;
  line-height: 130%;
  text-transform: uppercase;
  color: #29374F;
  margin-bottom: 25px;
}

.service-page {
  padding-bottom: 60px;
}
.service-page h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #8792A3;
  margin-bottom: 16px;
}
.service-page p {
  font-weight: 400;
  font-size: 16px;
  line-height: 143%;
  color: #8792A3;
}
.service-page img {
  border-radius: 10px;
  height: 606px;
  width: 100%;
  object-fit: cover;
}
.service-page .service-page-main {
  display: block;
}
.service-page .service-page-mobile {
  display: none;
}

#breadcrumb {
  position: relative;
  z-index: 10;
  margin: 40px 0 44px;
}
#breadcrumb .breadcrumb {
  background-color: transparent;
  padding: 0;
  display: flex;
}
#breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8792A3;
}
#breadcrumb li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #8792A3;
}
#breadcrumb li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #2D91F6;
}

body:has(.service-page) .services {
  padding: 175px 0 116px;
}

.contacts-page iframe {
  margin: 40px 0 140px;
  border: 0;
  width: 100%;
  height: 542px;
}
.contacts-page-info {
  margin-bottom: 20px;
}
.contacts-page-info-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  color: #29374F;
  margin-bottom: 9px;
}
.contacts-page-info-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #8792A3;
}
.contacts-page-info-soc {
  display: flex;
  gap: 24px;
}

.login-page {
  padding-bottom: 140px;
}
.login-page h1 {
  text-align: center;
}
.login-page form {
  max-width: 300px;
  margin: auto;
}
.login-page form .password-container {
  position: relative;
  width: 100%;
  margin: 20px 0 20px;
}
.login-page form .password-container .toggle-password {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  margin: auto;
  right: 12px;
  height: 24px;
}
.login-page form .password-container .toggle-password.active svg:nth-child(1) {
  display: none;
}
.login-page form .password-container .toggle-password.active svg:nth-child(2) {
  display: block;
}
.login-page form .password-container .toggle-password svg:nth-child(2) {
  display: none;
}
.login-page form input:not([type=checkbox]):not([type=radio]) {
  padding: 12px;
  width: 100%;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid rgba(66, 80, 102, 0.4);
  border-radius: 5px;
  background-color: transparent;
}
.login-page form button {
  width: 100%;
  height: 52px;
  background: #2D91F6;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: #BDDEFF;
  text-align: center;
  margin-top: 20px;
}
.login-page form .login-footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.login-page form .login-footer .input-check {
  margin: 0;
}
.login-page form .login-footer .input-check label {
  color: #29374F;
}
.login-page form .login-footer .input-check label:before {
  border: 1.5px solid #29374F;
}
.login-page form .login-footer input[type=checkbox]:checked + label:after {
  background: #29374F;
}
.login-page form .login-footer a {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #FF8682;
}

.account-page {
  padding: 0 0 140px;
}
.account-page h1 {
  margin-bottom: 79px;
}
.account-page-menu {
  padding: 30px;
  background: #FFFFFF;
  border-radius: 20px;
}
.account-page-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.account-page-menu ul li:not(:last-child) {
  margin-bottom: 18px;
}
.account-page-menu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
.account-page-menu ul li a.active {
  font-weight: 700;
  color: #2D91F6;
}
.account-page-info-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  color: #29374F;
  text-align: center;
  margin-bottom: 40px;
}
.account-page-info-subtitle {
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  color: #29374F;
}
.account-page-info-text, .account-page-info-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #29374F;
  margin-bottom: 0;
}

.account-page-pay > *:not(button) {
  padding: 30px 0 18px;
  border-top: 1px solid #29374F;
}
.account-page-pay-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #29374F;
  margin-bottom: 21px;
}
.account-page-pay-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #29374F;
}
.account-page-pay-line input {
  width: 0;
  height: 0;
}
.account-page-pay-line label {
  padding-left: 27px;
  position: relative;
  cursor: pointer;
  min-height: 20px;
}
.account-page-pay-line label:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid rgba(66, 80, 102, 0.4);
  box-shadow: 0px 2px 4px rgba(66, 80, 102, 0.1);
  border-radius: 50%;
}
.account-page-pay-line input:checked + span:after {
  width: 8px;
  height: 8px;
  background: #29374F;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 50%;
  z-index: 5;
  content: "";
}
.account-page-pay button {
  max-width: 315px;
  width: 100%;
  height: 52px;
  background: #2D91F6;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: #BDDEFF;
  text-align: center;
  margin-top: 24px;
}

.account-page-review {
  max-width: 873px;
  width: 100%;
  margin: auto;
}
.account-page-review textarea {
  height: 200px;
  background: #FFFFFF;
  border-radius: 5px;
  width: 100%;
  padding: 16px;
  border: 0;
  margin-bottom: 25px;
}
.account-page-review button {
  max-width: 315px;
  width: 100%;
  height: 52px;
  background: #2D91F6;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: #BDDEFF;
  text-align: center;
}

.account-page-chat textarea {
  height: 70px;
  background: #FFFFFF;
  border-radius: 5px;
  width: 100%;
  padding: 16px;
  border: 0;
  margin-bottom: 25px;
}
.account-page-chat button {
  max-width: 315px;
  width: 100%;
  height: 52px;
  background: #2D91F6;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: #BDDEFF;
  text-align: center;
}
.account-page-chat-main {
  height: 427px;
  background-color: #FFFFFF;
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: auto;
}
.account-page-chat-main::-webkit-scrollbar {
  width: 3px;
  height: 30px;
  margin-right: -1px;
  background-color: #fff;
}
.account-page-chat-main::-webkit-scrollbar-thumb {
  background-color: #2D91F6;
  height: 32px;
}
.account-page-chat-main::-webkit-scrollbar-thumb:hover {
  background-color: #A8B2C2;
  cursor: pointer;
}
.account-page-chat-main-new-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #8792A3;
  text-align: center;
  position: relative;
}
.account-page-chat-main-new-date:before {
  content: "";
  width: calc(100% - 4px);
  height: 1px;
  background-color: #8792A3;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.account-page-chat-main-new-date span {
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding: 0 7px;
}
.account-page-chat-main-user {
  padding-left: 20px;
  display: flex;
  gap: 16px;
  margin: 6px 0;
}
.account-page-chat-main-user-icon {
  width: 40px;
  height: 40px;
  background: #2D91F6;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
}
.account-page-chat-main-user-message {
  width: calc(100% - 56px);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}
.account-page-chat-main-user-message-text {
  padding: 10px;
  background: #EEF5FF;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #29374F;
  max-width: 590px;
  width: max-content;
}
.account-page-chat-main-user-message-date {
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  color: #29374F;
  margin-top: 4px;
}
.account-page-chat-main-admin {
  padding-right: 20px;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin: 6px 0;
}
.account-page-chat-main-admin-icon {
  width: 40px;
  height: 40px;
  background: #2D91F6;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
}
.account-page-chat-main-admin-message {
  width: calc(100% - 56px);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
}
.account-page-chat-main-admin-message-text {
  padding: 10px;
  background: #2D91F6;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  max-width: 590px;
  width: max-content;
}
.account-page-chat-main-admin-message-date {
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  color: #29374F;
  margin-top: 4px;
}

.hover-type-1 {
  transition: all 0.3s;
  border: 1px solid #2D91F6;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
}
.hover-type-1:hover {
  background: #fff !important;
  color: #2D91F6 !important;
  border: 1px solid #2D91F6;
}

.error-page {
  padding: 178px 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}
.error-page-title {
  font-style: normal;
  font-weight: 400;
  font-size: 128px;
  line-height: 130%;
  text-transform: uppercase;
  color: #29374F;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.error-page-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #29374F;
  margin-bottom: 32px;
}
.error-page a {
  width: max-content;
  height: 52px;
  background: #2D91F6;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: #BDDEFF;
  display: flex;
  padding: 0 81px;
  margin: auto;
}

.about-page h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 130%;
  text-transform: uppercase;
  color: #29374F;
  margin-bottom: 36px;
}
.about-page p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #8792A3;
}
.about-page img {
  border-radius: 20px;
  width: 100%;
}

.about-page-certificate {
  padding: 60px 0 35px;
}
.about-page-certificate .col-xl-12 {
  gap: 22px;
  display: flex;
  flex-wrap: wrap;
}
.about-page-certificate .col-xl-12 img {
  width: calc(25% - 17px);
}

.about-page-banner {
  padding-bottom: 120px;
}
.about-page-banner .col-xl-12 .about-page-banner-info {
  background-image: url("/images/about-page-banner-pc.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  display: flex;
  align-content: center;
  align-items: center;
  border-radius: 20px;
}
.about-page-banner .col-xl-12 .about-page-banner-info > div {
  padding: 0 37px;
  max-width: 555px;
  width: 100%;
}
.about-page-banner .col-xl-12 .about-page-banner-info > div p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #EEF5FF;
  margin-bottom: 0;
}
.about-page-banner .col-xl-12 .about-page-banner-info-title {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  text-transform: uppercase;
  color: #EEF5FF;
  margin-bottom: 45px;
}
.about-page-banner .col-xl-12 .about-page-banner-info-title span {
  display: block;
  color: #2D91F6;
}
.about-page-banner .col-xl-12 .about-page-banner-info ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.about-page-banner .col-xl-12 .about-page-banner-info ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4875BB;
}

#cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 52px;
  background: #2D91F6;
  width: 100%;
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#cookie-consent a {
  color: #fff;
}
#cookie-consent #accept-cookie {
  display: flex;
  padding: 5px 10px;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
  cursor: pointer;
}
#cookie-consent #accept-cookie:hover {
  background: #fff;
  color: #2D91F6;
}

.modal {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
}
.modal-body {
  padding: 40px;
  border-radius: 20px;
  flex: none;
  position: relative;
  display: none;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}
.modal-body:has(.modal-body-question.open), .modal-body:has(.modal-body-question-thank.open) {
  background-color: #fff;
}
.modal-body:has(.modal-body-contact-thank.open) {
  background-color: #fff;
}
.modal-body .modal-body-content {
  max-width: 588px;
  width: 100%;
}
.modal-body form {
  background: #FFFFFF;
  border-radius: 15px;
  max-width: 472px;
  justify-content: flex-end;
  margin: 0 auto;
}
.modal-body form select {
  padding: 12px;
  width: 100%;
  height: 44px;
  border: 1px solid rgba(66, 80, 102, 0.4);
  border-radius: 5px;
  margin-bottom: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.6654 1L5.9987 5.66667L1.33203 1' stroke='black' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #C4C4C4;
}
.modal-body form .check-circle-block {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.modal-body form .check-circle-block div {
  display: flex;
  gap: 7px;
  align-items: center;
  align-content: center;
}
.modal-body form .check-circle-block div input {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(66, 80, 102, 0.4);
  box-shadow: 0px 2px 4px rgba(66, 80, 102, 0.1);
  border-radius: 5000px;
  accent-color: #29374F;
}
.modal-body form .check-circle-block div label {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #29374F;
}
.modal-body form button {
  width: 100%;
  height: 52px;
  background: #2D91F6;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: #BDDEFF;
  text-align: center;
  border: 0;
}
.modal-body form input:not([type=checkbox]):not([type=radio]) {
  padding: 12px;
  width: 100%;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid rgba(66, 80, 102, 0.4);
  border-radius: 5px;
  margin-bottom: 10px;
}
.modal-body form label:not(.label-check):not(.label-radio) {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #29374F;
  width: 100%;
  margin-bottom: 6px;
}
.modal-body.open, .modal-body .modal-body-question.open {
  display: flex;
  flex-direction: column;
}
.modal .modal-body-title {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.modal .modal-body-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  text-align: center;
}
.modal .hidden {
  display: none;
}
.modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.modal-close:hover svg {
  transform: scale(1.2);
}
.modal .modal-body-question-thank, .modal .modal-body-question, .modal .modal-body-contact-thank {
  display: none;
}
.modal .modal-body-question-thank.open, .modal .modal-body-question.open, .modal .modal-body-contact-thank.open {
  display: flex;
  flex-direction: column;
}
.modal.open {
  display: flex;
}
.modal.open .modal-body {
  display: flex;
}

body.open {
  overflow: hidden;
}

.label-check {
  cursor: pointer;
}

.calculator {
  padding-bottom: 117px;
}
.calculator-block {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.calculator-form {
  width: 425px;
  background: #EEF5FF;
  border-radius: 20px;
  padding: 33px;
}
.calculator-form-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
.calculator-form-price {
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #29374F;
  margin-bottom: 35px;
}
.calculator-form-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #8792A3;
  margin-bottom: 30px;
}
.calculator-form-inputs {
  padding: 20px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
}
.calculator-form-inputs .input-check {
  position: relative;
}
.calculator-form-inputs .input-check input {
  width: 0;
  height: 0;
}
.calculator-form-inputs .input-check a {
  text-decoration: none;
}
.calculator-form-inputs .input-check:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  content: "";
  width: 20px;
  height: 20px;
  border: 1.5px solid #C4C4C4;
  border-radius: 3px;
}
.calculator-form-inputs p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #29374F;
}
.calculator-form-inputs input:not(#policy) {
  padding: 12px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid rgba(66, 80, 102, 0.4);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.calculator-form-inputs button {
  width: 100%;
  height: 52px;
  background: #2D91F6;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
.calculator-title {
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 130%;
  text-transform: uppercase;
  color: #29374F;
  width: 100%;
}
.calculator-block-content {
  width: calc(100% - 535px);
}
.calculator-block-content-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #29374F;
  margin-bottom: 16px;
}
.calculator-block-content-type-object-inputs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 24px;
  width: 100%;
}
.calculator-block-content-type-object-inputs div {
  margin: 0 8px 8px;
  width: calc(33.3333333333% - 16px);
  position: relative;
}
.calculator-block-content-type-object-inputs input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.calculator-block-content-type-object-inputs input:checked + label {
  border: 2px solid #2D91F6;
}
.calculator-block-content-type-object-inputs label {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 30px;
  gap: 12px;
  height: 106px;
  background: #EEF5FF;
  border-radius: 10px;
  border: 2px solid #EEF5FF;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #29374F;
}
.calculator-block-content-type-system-inputs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 32px;
  width: 100%;
}
.calculator-block-content-type-system-inputs div {
  margin: 0 8px;
  position: relative;
  display: flex;
}
.calculator-block-content-type-system-inputs input {
  appearance: none;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(66, 80, 102, 0.4);
  border-radius: 50%;
  position: relative;
  outline: none;
  cursor: pointer;
  margin-right: 7px;
}
.calculator-block-content-type-system-inputs input[type=radio]:checked::before {
  display: block;
}
.calculator-block-content-type-system-inputs input[type=radio]::before {
  display: none;
  content: "";
  width: 8px;
  height: 8px;
  background: #29374F;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: 0.2s ease-in-out;
}
.calculator-block-content-type-system-inputs label {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #29374F;
  cursor: pointer;
  width: calc(100% - 40px);
}
.calculator-block-content-type-system-inputs label span {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #29374F;
  display: block;
  margin-top: 7px;
}
.calculator-block-content-additionally-inputs > div {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 16px;
}
.calculator-block-content-additionally-inputs > div:has(input:checked) label, .calculator-block-content-additionally-inputs > div:has(input:checked) .quantity {
  opacity: 1;
  pointer-events: all;
}
.calculator-block-content-additionally-inputs > div label {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #29374F;
  cursor: pointer;
  opacity: 0.5;
  pointer-events: none;
}
.calculator-block-content-additionally-inputs > div input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #8792A3;
  border-radius: 3px;
  position: relative;
  outline: none;
  cursor: pointer;
  margin-right: 7px;
}
.calculator-block-content-additionally-inputs > div input[type=checkbox]:checked::before {
  display: block;
}
.calculator-block-content-additionally-inputs > div input[type=checkbox]::before {
  display: none;
  content: "";
  width: 12px;
  height: 12px;
  background: #29374F;
  border-radius: 1px;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: 0.2s ease-in-out;
}
.calculator-block-content-additionally-inputs > div .quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px;
  gap: 6px;
  width: 52px;
  height: 25px;
  background: #EEF5FF;
  border-radius: 4px;
  position: relative;
  justify-content: space-between;
  opacity: 0.5;
  pointer-events: none;
}
.calculator-block-content-additionally-inputs > div .quantity input {
  width: 52px;
  background: transparent;
  border: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 25px;
  text-align: center;
  pointer-events: none;
}
.calculator-block-content-additionally-inputs > div .quantity span {
  cursor: pointer;
}
.calculator-block-content-additionally-inputs > div .quantity span.disabled svg line {
  stroke: #8792A3;
}

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