@import url("https://fonts.googleapis.com/css2?family=Andada+Pro:wght@400;500;600;700;800&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,700&display=swap");
* {
  box-sizing: border-box;
}

body,
ul,
li,
p,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

ol {
  margin-block-start: 0;
  margin-block-end: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

.imageTextModule__wrapper--frame::after, .puctures-block__wrapper::after, .button--book::before {
  border-radius: 28px;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 3px;
  right: 3px;
  left: 3px;
  bottom: 3px;
}

.frame--dark .frame__background, .background--dark {
  background-color: #213f76;
  background-image: url(/images/texture-on-dark.png);
}

.frame--light .frame__background, .background--light {
  background-image: linear-gradient(90deg, rgba(7, 174, 252, 0.08) 0%, rgba(7, 174, 252, 0.3) 100%), url(/images/on-gradient-bg.png);
}

.header {
  position: relative;
  background-image: url("/images/title.jpg");
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  height: 300px;
}
.header--homePage {
  background-image: url("/images/home-bg.jpg");
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: 50% 0px;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.header--homePage .header__content {
  height: 100vh;
}
.header__content {
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.header__titles {
  color: white;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1.2px;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.header__titles :first-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 744px) {
  .header__titles {
    font-size: 40px;
  }
}
@media screen and (min-width: 970px) {
  .header__titles {
    font-size: 50;
  }
}
@media screen and (min-width: 1260px) {
  .header__titles {
    font-size: 52;
  }
}

.page::-webkit-scrollbar {
  width: 10px;
}
.page::-webkit-scrollbar-thumb {
  background: #0d234d;
  border-radius: 10px;
}
.page::-webkit-scrollbar-track {
  background: rgba(57, 144, 188, 0.4784313725);
}
.page__home {
  font-family: "Andada Pro", serif;
  color: #314470;
}
.page__title {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 744px) {
  .page__title {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 40px;
  }
}
.page__title--benefits {
  position: relative;
  z-index: 52;
  color: white;
  margin-bottom: 45px;
}
.page__title span {
  color: #004bd5;
  margin-left: 6px;
}
.page__titleH3 {
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 800;
  font-size: 30px;
  color: #0373af;
  margin-bottom: 20px;
}
.page__subtitle {
  padding-inline: 10px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16.8px;
  line-height: 28.56px;
}
@media screen and (min-width: 1260px) {
  .page__subtitle {
    padding-inline: 0;
  }
}
.page__text2 {
  color: #314470;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28.56px;
}
.page__text2--center {
  text-align: center;
}
.page__text2:not(:last-child) {
  margin-bottom: 20px;
}
.page__text3 {
  color: white;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28.56px;
}
.page__text3--center {
  text-align: center;
}
.page__text3:not(:last-child) {
  margin-bottom: 20px;
}
.page__line {
  width: 100%;
  height: 3px;
  position: relative;
}
.page__line::before {
  content: "";
  background-image: url("/images/icons/line.svg");
  background-repeat: repeat;
  background-size: 5px 5px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.questions {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  position: relative;
}
.questions__fake {
  position: absolute;
  height: 1px;
  width: 1px;
  bottom: 50%;
  right: 50%;
}
@media screen and (min-width: 744px) {
  .questions {
    grid-template-columns: 1fr 1fr;
  }
}
.questions__images {
  position: relative;
  height: 370px;
  background-image: url("/images/konsultacija-bg.png");
  background-repeat: no-repeat;
  background-size: 730px;
  background-position: bottom;
}
@media screen and (min-width: 744px) {
  .questions__images {
    grid-column: 1;
    grid-row: 1;
  }
}
.questions__block {
  padding: 50px 10px 70px;
  text-align: center;
  overflow: hidden;
}
.questions__title {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 24px;
}
.questions__subtitle {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 25px;
}
.questions__consult {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 317px;
  height: 400px;
}
.questions__img-consult {
  display: block;
  margin-inline: auto;
}
.questions__img-consult-wrapper {
  position: relative;
  left: 0;
  right: 0;
  bottom: 30px;
  height: 400px;
  overflow: hidden;
}

.benefits__list {
  position: relative;
  z-index: 52;
  color: white;
}
@media screen and (min-width: 744px) {
  .benefits__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.benefits__item {
  padding: 40px 0 0 40px;
  text-align: justify;
  max-width: 500px;
  background-image: url("/images/benefitsPlus.svg");
  background-repeat: no-repeat;
  background-size: 67px 86px;
  background-position: left top;
}
@media screen and (max-width: 743px) {
  .benefits__item {
    margin-inline: auto;
    text-align: center;
  }
  .benefits__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.benefits__content {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.animate {
  transition: all 300ms;
}
.animate--opacity {
  opacity: 0;
}
.animate--opacity-active {
  opacity: 1;
}
.animate--scale {
  transform: scale(0);
}
.animate--scale-active {
  transform: scale(1);
}
.animate--up {
  transform: translate(0px, 100%);
  opacity: 0;
}
.animate--up-active {
  transform: translate(0px, 0);
  opacity: 1;
}
.animate--move-consultant {
  transform: translate(-200%, 0);
}
.animate--move-consultant-active {
  transform: translate(-50%, 0);
}
.animate--move {
  transform: translate(200%, 0);
}
.animate--move-active {
  transform: translate(0, 0);
}

.steps__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 744px) {
  .steps__list {
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.steps__item {
  text-align: center;
  transition: all 300ms;
}
.steps__item:hover {
  transform: translate(0, -20px);
}
.steps__item:hover .steps__number {
  transform: rotate(360deg);
  background-color: rgba(48, 162, 219, 0.8);
}
.steps__number {
  background-color: #0373af;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: white;
  margin-inline: auto;
  margin-block-end: 15px;
  line-height: 60px;
  font-size: 50px;
  font-weight: 600;
  transition: all 300ms;
}
.steps__description {
  max-width: 390px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
}

.footer {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  color: white;
  gap: 20px;
  padding-block: 30px;
}
@media screen and (min-width: 744px) {
  .footer {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.footer__contacts {
  position: relative;
  margin-block: 30px;
  transform: translateX(10px);
}
.footer__contacts::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #0373af;
  transform: translateX(-10px);
  top: -25px;
  width: 100%;
}
.footer__contacts::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #0373af;
  transform: translateX(-10px);
  bottom: -20px;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .footer__contacts::before, .footer__contacts::after {
    content: none;
  }
}
.footer__contacts-list > :not(:last-child) {
  margin-bottom: 10px;
}

.nav--tabletDesctop {
  display: none;
}
@media screen and (min-width: 970px) {
  .nav--tabletDesctop {
    display: flex;
  }
}
.nav__list {
  display: flex;
  gap: 20px;
}
.nav__list--mobile {
  display: block;
  padding: 0 10px 0 30px;
}
.nav__list--mobile .nav__servicesList {
  display: flex;
  justify-content: space-between;
}
.nav__list--mobile .nav__link--services::after {
  content: none;
}
.nav__list--services {
  height: 0;
  overflow: hidden;
  transition: all 300ms;
}
.nav__list--servicesOpen {
  height: 295px;
}
.nav__list--hover {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 500px;
  background-color: rgba(29, 29, 42, 0.8588235294);
  top: 57px;
  display: none;
  z-index: 40;
  grid-template-columns: auto auto;
  padding: 20px;
  transition: all 200ms;
}
@media screen and (min-width: 744px) {
  .nav__list--hover {
    display: grid;
  }
}
.nav__item {
  position: relative;
}
.nav__link {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 18px;
  color: white;
  display: inline-block;
  padding-block: 14px;
  transition: all 300ms;
  position: relative;
}
.nav__link:hover {
  color: rgba(48, 162, 219, 0.8);
}
.nav__link:hover::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 2px;
  background-color: rgba(48, 162, 219, 0.8);
}
.nav__link--active {
  color: rgba(48, 162, 219, 0.8);
}
.nav__link--services::after {
  content: "";
  display: inline-block;
  transition: all 300ms;
  width: 20px;
  height: 10px;
  margin-left: 5px;
  background-image: url(/images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.nav__link--services:hover::after {
  background-image: url(/images/icons/arrow-down-blue.svg);
}
.nav__link--services-active::after {
  background-image: url(/images/icons/arrow-down-blue.svg);
}

.logo {
  border-radius: 40px;
  overflow: hidden;
  transition: transform 300ms;
}
.logo:hover {
  transform: scale(1.1);
}
.logo--nav {
  position: absolute;
  top: 5px;
}
.logo__img {
  transition: all 300ms;
  display: block;
  height: 80px;
}
@media screen and (min-width: 970px) {
  .logo__img--footer {
    height: 110px;
  }
}
@media screen and (min-width: 970px) {
  .logo__img--big {
    height: 90px;
  }
}

.container--center {
  margin-inline: auto;
  text-align: center;
}
.container--maxW-600 {
  max-width: 600px;
}
.container--maxW-800 {
  max-width: 800px;
}
.container--page {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.container--pi-10 {
  padding-inline: 10px;
}
@media screen and (min-width: 1260px) {
  .container--pi-10 {
    padding-inline: 0;
  }
}
.container--pb-80 {
  padding-block: 30px;
  position: relative;
}
@media screen and (min-width: 744px) {
  .container--pb-80 {
    padding-block: 50px;
  }
}
.container--pb-mainSection {
  padding-block: 30px;
  position: relative;
}
@media screen and (min-width: 744px) {
  .container--pb-mainSection {
    padding-block: 50px;
  }
}
.container--mt-20 {
  margin-top: 20px;
}
.container--mb-35 {
  margin-bottom: 35px;
}
.container--mb-30 {
  margin-bottom: 30px;
}
.container--mb-15 {
  margin-bottom: 15px;
}
.container--pb-15 {
  padding-bottom: 15px;
}
.container--pb-30 {
  padding-bottom: 30px;
}

.button {
  cursor: pointer;
  background-color: transparent;
  border-width: 0;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
.button--menuClose {
  border: none;
  margin-top: 10px;
  margin-right: 5px;
  display: inline-block;
  background-color: rgba(48, 162, 219, 0.8);
  position: relative;
  height: 30px;
  width: 30px;
}
.button--menuClose::after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 2px;
  background-color: white;
  transform: translate(-3px, -1px) rotate(314deg);
}
.button--menuClose::before {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 2px;
  background-color: white;
  transform: translate(-3px, -1px) rotate(226deg);
}
.button--menuClose:hover {
  animation: blink 0.5s linear;
}
.button--next {
  border: none;
  background-color: transparent;
  position: relative;
  height: 20px;
  width: 20px;
  margin: auto 0;
}
.button--next::after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 2px;
  background-color: #ced2e5;
  transition: all 300ms;
  transform: translate(-3px, -1px);
}
.button--next::before {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 2px;
  background-color: #ced2e5;
  transition: all 300ms;
  transform: translate(-3px, -1px) rotate(90deg);
}
.button--next:hover::after {
  background-color: rgba(48, 162, 219, 0.8);
}
.button--next:hover::before {
  background-color: rgba(48, 162, 219, 0.8);
}
.button--nextActive::after {
  transform: translate(-3px, -1px) rotate(45deg);
}
.button--nextActive::before {
  transform: translate(-3px, -1px) rotate(135deg);
}
.button--book {
  background-color: rgba(48, 162, 219, 0.8);
  color: white;
  padding: 7px 40px;
  border-radius: 28px;
  transition: all 300ms;
}
.button--book:hover {
  scale: 1.05;
  background-color: #213f76;
}
.button--book::before {
  content: "";
}
.button--long {
  width: 100%;
}
.button--shake {
  animation: shake ease-in 2s;
}
.button--card {
  border: 1px solid white;
  background-color: rgba(63, 66, 122, 0.6784313725);
  color: white;
  text-align: center;
  transition: all 300ms;
  padding: 10px 20px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
}
.button--card:hover {
  border-color: rgba(48, 162, 219, 0.8);
}
@keyframes blink {
  from {
    background-color: rgba(33, 63, 118, 0.9019607843);
  }
  to {
    background-color: rgba(48, 162, 219, 0.8);
  }
}
@keyframes shake {
  0%, 100% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

.miniContact {
  color: #ced2e5;
  position: relative;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  transition: all 300ms;
}
.miniContact::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: -30px;
}
.miniContact--phone::before {
  background-image: url("/images/icons/phone.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 300ms;
}
.miniContact--phone:hover {
  color: rgba(48, 162, 219, 0.8);
}
.miniContact--phone:hover::before {
  background-image: url("/images/icons/phone-hover.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.miniContact--mail::before {
  background-image: url("/images/icons/email.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 300ms;
}
.miniContact--mail:hover {
  color: rgba(48, 162, 219, 0.8);
}
.miniContact--mail:hover::before {
  background-image: url("/images/icons/emailHover.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.miniContact--shedule::before {
  background-image: url("/images/icons/clock.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 744px) {
  .miniContact {
    display: block;
  }
}

@media screen and (min-width: 744px) {
  .form--contactPage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media screen and (min-width: 744px) {
  .form--contactPage > :last-child {
    grid-column: 1/3;
  }
}
.form--contactPage .form__label {
  display: block;
  margin-bottom: 10px;
}
.form--contactPage .form__input {
  padding: 10px 15px;
  margin-bottom: 5px;
  width: 100%;
  border: 1px solid rgba(48, 162, 219, 0.8);
  color: #0373af;
  background-color: #f3f9ff;
}
.form--contactPage .form__input::placeholder {
  color: #b4b4b4;
}
.form--contactPage .form__input:focus {
  outline: 1px solid rgba(48, 162, 219, 0.8);
}
.form--contactPage .form__input:hover {
  border: 1px solid rgba(48, 162, 219, 0.8);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
.form--contactPage .form__input:-webkit-autofill:focus {
  border: 1px solid rgba(48, 162, 219, 0.8);
}
.form--contactPage .form__input:-webkit-autofill {
  border: 1px solid rgba(48, 162, 219, 0.8);
  -webkit-text-fill-color: #0373af !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
}
.form--contactPage .form__input--error {
  border-color: red;
}
.form--contactPage .form__textarea {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  padding: 15px;
  height: 167px;
  resize: none;
  display: block;
  width: 100%;
  border: 1px solid rgba(48, 162, 219, 0.8);
  background-color: #f3f9ff;
}
.form--contactPage .form__textarea::-webkit-scrollbar {
  width: 4px;
}
.form--contactPage .form__textarea::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}
.form--contactPage .form__textarea:focus {
  outline: 1px solid rgba(48, 162, 219, 0.8);
}
.form--contactPage .form__textarea:hover {
  border: 1px solid rgba(48, 162, 219, 0.8);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
.form--contactPage .form__title {
  text-align: left;
  color: #0373af;
}
.form--contactPage .form__title > span {
  color: red;
  margin-left: 5px;
}
.form--contactPage .form__title-checkbox {
  display: inline-block;
  padding-left: 5px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  color: #0373af;
}
.form--contactPage .form__checkbox {
  display: inline;
  cursor: pointer;
}
.form__list {
  padding-left: 30px;
}
.form__list > li {
  display: inline-block;
}
@media screen and (min-width: 744px) {
  .form__list > li {
    display: block;
  }
}
.form__list > li:not(:last-child) {
  margin-right: 15px;
}
.form__title {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.form__title-error {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 11px;
  color: red;
}
.form > input {
  width: 100%;
}
.form input {
  display: block;
  padding: 5px;
  background-color: #f8f8fa;
  border-radius: 2px;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
}
.form input[type=number]::-webkit-inner-spin-button, .form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form input::placeholder {
  font-family: "Poppins", sans-serif;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #7e7e83;
}
.form input:hover {
  border: 1px solid #d5d7de;
}
.form input:focus {
  outline: 1px solid white;
}
.form input:-webkit-autofill:focus {
  border: 1px solid white;
}
.form input:-webkit-autofill {
  border: 1px solid white;
  -webkit-text-fill-color: white !important;
  box-shadow: 0 0 0 1000px #213f76 inset !important;
}
.form > :not(:last-child) {
  margin-bottom: 10px;
}
.form__input-container {
  display: flex;
  justify-content: space-between;
}
.form__input-container > input {
  width: 49.7%;
}
.form__wrapper-button {
  text-align: center;
}

.shaddow--open {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.7803921569);
}
.shaddow--header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4196078431);
}
.shaddow--mobile-navigation {
  position: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 61;
}
.shaddow--open-mobile-navigation {
  position: fixed;
  background-color: rgba(24, 23, 42, 0.5294117647);
}

.cards__button, .cards__subtitle, .cards__title {
  position: relative;
  z-index: 52;
}

.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 464px) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 744px) {
  .cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.cards__card {
  height: 260px;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.cards__card:hover .cards__card-wrapper--over {
  opacity: 0;
  transform: scale(0%);
}
.cards__card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cards__card-wrapper--under {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(63, 66, 122, 0.6784313725);
}
.cards__card-wrapper--over {
  transition: transform 1s, opacity 700ms;
  z-index: 53;
}
.cards__card-wrapper--freezer {
  background-image: url(/images/services/freezer.jpg);
}
.cards__card-wrapper--oven {
  background-image: url(/images/services/oven.jpg);
}
.cards__card-wrapper--dishwasher {
  background-image: url(/images/services/dishwasher.jpg);
}
.cards__card-wrapper--dryer {
  background-image: url(/images/services/dryer.jpg);
}
.cards__card-wrapper--washing {
  background-image: url(/images/services/washing.jpg);
}
.cards__card-wrapper--garbage {
  background-image: url(/images/services/garbage.jpg);
}
.cards__titles {
  color: white;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 15px;
}
.cards__titles--over {
  background-color: rgba(63, 66, 122, 0.6784313725);
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  margin: 0;
}
.cards__title {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
}
.cards__subtitle {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 12px;
}
.notification--error {
  height: 100vh;
  width: 100vw;
  background-color: rgba(243, 218, 218, 0.4784313725);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 25px;
  color: red;
}

.history {
  color: rgb(173, 175, 179);
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
}
.history__list {
  display: flex;
  gap: 20px;
  position: relative;
}
.history__item {
  position: relative;
}
.history__item:not(:first-child)::before {
  content: "/";
  display: block;
  position: absolute;
  left: -12px;
}
.history__link {
  position: relative;
  color: rgb(173, 175, 179);
}
.history__link:hover {
  text-decoration: underline;
}

.slogan {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
  border-radius: 20px;
}
.slogan__img-slogan {
  text-align: center;
}
.slogan__image-slogan {
  max-width: 500px;
}
.slogan__title-slogan {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1.2px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.callUs {
  line-height: 28px;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-inline: auto;
  padding-inline: 10px;
}
@media screen and (min-width: 1260px) {
  .callUs {
    padding-inline: 0;
  }
}
.callUs--white .callUs__tel, .callUs--white .callUs__contact, .callUs--white p {
  color: white;
}
.callUs > :nth-child(n) {
  display: inline;
}
.callUs__tel {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 16px;
  color: #01184f;
  margin-inline: 5px;
  transition: all 300ms;
}
.callUs__tel:hover {
  color: #0373af;
}
.callUs__contact {
  color: #01184f;
  text-decoration: underline;
  margin-inline: 5px;
  transition: all 300ms;
}
.callUs__contact:hover {
  color: #0373af;
  text-decoration: none;
}

.puctures-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 2fr;
  gap: 5px;
}
@media screen and (min-width: 464px) {
  .puctures-block {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 463px) {
  .puctures-block > :last-child {
    grid-column: 1/3;
  }
}
.puctures-block__item {
  width: 100%;
}
.puctures-block__wrapper {
  max-height: 600px;
  position: relative;
}
.puctures-block__wrapper::after {
  content: "";
  border-radius: 0;
}
.puctures-block__img {
  width: 100%;
  display: block;
}
.puctures-block__text {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 13px;
  margin-top: 5px;
  text-align: center;
}

.navBar--header {
  position: relative;
}
.navBar--mobile {
  background-color: #1c1919;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: none;
  z-index: 30;
  min-width: 250px;
  transform: translate(100%, 0);
  transition: all 300ms;
  overflow-y: scroll;
  padding-block-end: 50px;
}
.navBar--mobile::-webkit-scrollbar {
  width: 4px;
}
.navBar--mobile::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}
.navBar--mobile-open {
  transform: translate(0, 0);
}
.navBar__closeMobileMenuWrapper {
  height: 60px;
  padding: 10px;
  text-align: right;
}
.navBar__closeMobileMenuWrapper > button {
  line-height: 60px;
}
.navBar__logo {
  position: relative;
  transform: translate(0, 19px);
}
.navBar__block {
  background-color: rgba(24, 24, 41, 0.768627451);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 44px;
  height: 50px;
  z-index: 60;
  transition: all 300ms;
}
.navBar__block--large {
  min-height: 65px;
}
.navBar__content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navBar__contacts-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}
.navBar__contacts-menu > :first-child {
  border-right: 2px dotted #0373af;
  padding-right: 10px;
}
.navBar__contacts-menu > :first-child::before {
  left: -25px;
}
@media screen and (min-width: 970px) {
  .navBar__contacts-menu > :first-child {
    border-right: none;
    padding-right: 0;
  }
}
.navBar__openMenu {
  display: flex;
}
@media screen and (min-width: 970px) {
  .navBar__openMenu {
    display: none;
  }
}
.navBar__openMenuButton {
  cursor: pointer;
  background-color: transparent;
  border-width: 0;
}
.navBar__openMenuBlockLines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 16px;
  width: 22px;
  transition: all 300ms;
}
.navBar__openMenuBlockLines > span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: white;
  transition: all 300ms;
}
.navBar__openMenuBlockLines > span:nth-child(2) {
  margin-inline: auto;
}
.navBar__openMenuBlockLines:hover > span:first-child {
  transform: translate(0, 2px);
}
.navBar__openMenuBlockLines:hover > span:last-child {
  transform: translate(0, -3px);
}
.navBar__openMenuBlockLines:hover > span:nth-child(2) {
  width: 80%;
}
.navBar__openMenuBlockLines:hover > span {
  background-color: rgba(48, 162, 219, 0.8);
}
.navBar__contacts {
  border-top: 1px solid white;
  margin: 20px 10px 0 30px;
  padding-top: 20px;
}
.navBar__contacts-list > :not(:last-child) {
  margin-bottom: 10px;
}

.background--bland {
  background-color: rgba(0, 128, 255, 0.1098039216);
}
.background--benefits {
  background-image: url("/images/benefits.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.imageTextModule {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 744px) {
  .imageTextModule {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 744px) {
  .imageTextModule--img-right .imageTextModule__img {
    order: 2;
  }
}
.imageTextModule__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.imageTextModule__wrapper > span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.imageTextModule__wrapper--frame::after {
  content: "";
  border-radius: 0;
}
.imageTextModule__img {
  position: relative;
  width: 80%;
  max-height: 300px;
  min-height: 300px;
}
@media screen and (min-width: 744px) {
  .imageTextModule__img {
    width: 35%;
  }
}
@media screen and (min-width: 1048px) {
  .imageTextModule__img {
    width: 40%;
  }
}
.imageTextModule__content {
  padding: 10px;
}
@media screen and (min-width: 744px) {
  .imageTextModule__content {
    width: 75%;
    text-align: left;
  }
}
@media screen and (min-width: 1048px) {
  .imageTextModule__content {
    width: 60%;
  }
}
.imageTextModule__title {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .imageTextModule__title {
    text-align: left;
  }
}
.imageTextModule__title span {
  color: #004bd5;
  margin-left: 6px;
}
.imageTextModule__subtitles--markedList {
  columns: 2;
  -webkit-columns: 2;
  column-gap: 20px;
}
.imageTextModule__subtitles--markedList > * {
  display: block;
  width: fit-content;
  margin-left: 10px;
  position: relative;
}
.imageTextModule__subtitles--markedList > *::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: -25px;
  top: 1px;
  background-image: url("/images/icons/tick.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.imageTextModule__subtitles i {
  font-style: normal;
}
.imageTextModule__subtitles :not(:last-child) {
  margin-bottom: 10px;
}
.imageTextModule__subtitle {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24.56px;
}
.imageTextModule__subtitle--second {
  color: #314470;
}
.imageTextModule__subtitle--second:not(:last-child) {
  margin-bottom: 10px;
}
.imageTextModule__order-block {
  display: flex;
  padding-inline-start: 10px;
}
.imageTextModule__order {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  color: #314470;
  line-height: 24.56px;
  position: relative;
  margin-right: 5px;
  height: 100%;
  display: inline-block;
  float: left;
}
.imageTextModule__order::after {
  content: ".";
}

.frame--dark .frame__border::before, .frame--white .frame__border::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  border-radius: 12px;
}

.frame {
  position: relative;
}
.frame--white .frame__background {
  background-color: rgba(255, 255, 255, 0.3019607843);
}
.frame--white .frame__shaddow {
  box-shadow: rgba(3, 115, 175, 0.2) 0px 0px 30px 0px;
}
.frame--white .frame__border::before {
  border: 2px solid #bad8eb;
  z-index: 5;
}
.frame__position {
  position: relative;
  z-index: 6;
}
.frame--dark .frame__shaddow {
  box-shadow: rgba(3, 115, 175, 0.2) 0px 0px 30px 0px;
}
.frame--dark .frame__border::before {
  border: 2px solid #0373af;
}
.frame__border-radius {
  border-radius: 12px;
  overflow: hidden;
}
.frame__icon {
  position: absolute;
  z-index: 1;
  right: 50%;
  transform: translate(50%, 0);
  top: -17px;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-image: url("/images/icons/quotes.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #0373af;
}
.frame__padding {
  padding: 20px;
}
@media screen and (min-width: 744px) {
  .frame__padding {
    padding: 30px;
  }
}

.photoBlock__wrapper {
  overflow: hidden;
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
}
.photoBlock__image {
  width: 100%;
}
.photoBlock__text {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 13px;
  margin-top: 5px;
  text-align: center;
}

@media screen and (min-width: 744px) {
  .list--block {
    display: flex;
    flex-direction: column;
  }
}
.list--ordered {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  color: #314470;
  line-height: 28.56px;
}
.list--ordered > :not(:last-child) {
  margin-bottom: 10px;
}
.list--block-wrap > li {
  max-width: fit-content;
}
@media screen and (min-width: 744px) {
  .list--block-wrap {
    flex-wrap: wrap;
  }
}
.list__item {
  position: relative;
  padding-left: 45px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16.8px;
}
.list__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 15px;
  top: 1px;
}
.list__item:not(:last-child) {
  margin-bottom: 10px;
}
.list__item--markOK::before {
  background-image: url("/images/icons/tick.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.list__title {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .list__title {
    margin-bottom: 25px;
  }
}

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