@font-face {
  font-family: "Rubik";
  src: url("../../fonts/Rubik-Light.woff2") format("woff2"), url("../../fonts/Rubik-Light.woff") format("woff"), url("../../fonts/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../../fonts/Rubik-Regular.woff2") format("woff2"), url("../../fonts/Rubik-Regular.woff") format("woff"), url("../../fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../../fonts/Rubik-Medium.woff2") format("woff2"), url("../../fonts/Rubik-Medium.woff") format("woff"), url("../../fonts/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RussoOne";
  src: url("../../fonts/RussoOne-Regular.woff2") format("woff2"), url("../../fonts/RussoOne-Regular.woff") format("woff"), url("../../fonts/RussoOne-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Rubik", sans-serif;
  transition: 0.3s;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 0;
  }
}
body {
  margin: 0 auto 0 auto;
  position: relative;
  color: #001018;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 100px;
  font-family: "Rubik", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 968px) {
  body {
    padding-bottom: unset;
  }
}

main {
  margin-bottom: 100px;
}

img {
  max-width: 100%;
  object-fit: contain;
}

a {
  text-decoration: none;
  outline: none;
  color: #001018;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

input {
  outline: none;
  text-decoration: none;
  box-shadow: none;
  all: unset;
  cursor: pointer;
}
input:hover {
  opacity: 0.8;
}

.main-title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
}

.scroll-horizontal {
  overflow-x: scroll;
}

.bg-img {
  background-position: center;
  background-size: cover;
  background-color: #C4C4C4;
}

.block__title {
  font-family: "RussoOne", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 66px;
  padding: 30px 0 30px 80px;
}
@media (max-width: 968px) {
  .block__title {
    padding: 15px 0;
    font-size: 45px;
    line-height: 54px;
  }
}
@media (max-width: 580px) {
  .block__title {
    font-size: 35px;
    line-height: 42px;
  }
}
.block__title + .block__title {
  padding-top: unset;
}
.block__content {
  display: flex;
}
@media (max-width: 968px) {
  .block__content {
    flex-direction: column;
  }
}
.block__img {
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E9F6FE;
  overflow: hidden;
}
.block__img.right {
  border-radius: 400px 0 400px 400px;
}
.block__img.left {
  border-radius: 0 400px 400px 400px;
}
.block__img img {
  width: 100%;
  height: 100%;
}

.form {
  width: 100%;
  padding: 90px 100px 70px 100px;
  background-color: #E9F6FE;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 968px) {
  .form {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .form {
    padding: 25px;
  }
}
.form__cross {
  position: absolute;
  right: 50px;
  top: 30px;
  width: 25px;
  height: 25px;
  background-image: url("../img/icons/cross.svg");
  cursor: pointer;
}
.form__title {
  font-size: 27px;
  padding: 15px;
}
.form__subtitle {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
}
.form__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.form__row:last-child {
  margin-bottom: unset;
}
@media (max-width: 768px) {
  .form__row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.form__row .col-6 {
  width: 48%;
  max-width: 468px;
}
@media (max-width: 768px) {
  .form__row .col-6 {
    width: 100%;
    margin-bottom: 15px;
    max-width: unset;
  }
}
.form__row .col-4 {
  width: 30%;
  max-width: 370px;
}
@media (max-width: 768px) {
  .form__row .col-4 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.form__row .col-12 {
  width: 100%;
}
@media (max-width: 768px) {
  .form__row .col-12 {
    margin-bottom: 15px;
  }
}
.form__input {
  border: 1px solid #AECDE0;
  box-sizing: border-box;
  border-radius: 72px;
  background-color: #ffffff;
  padding: 12px 30px;
  width: 100%;
}
.form__forget {
  color: #CC1928;
  text-decoration: underline;
}
.form__forget:hover {
  text-decoration: none;
}

.checkbox-wrap__input {
  display: none;
}
.checkbox-wrap__input + .checkbox-wrap__text {
  padding-left: 40px;
  position: relative;
  display: block;
  cursor: pointer;
}
.checkbox-wrap__input + .checkbox-wrap__text:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: -12px;
  left: 0;
  top: 50%;
  border: 2px solid #CC1928;
  transition: 0.5s;
  box-sizing: border-box;
}
.checkbox-wrap__input + .checkbox-wrap__text:hover:before {
  box-shadow: 0px 0px 12px rgba(222, 0, 0, 0.39);
}
.checkbox-wrap__input:checked + .checkbox-wrap__text:after {
  content: "";
  position: absolute;
  background-color: #CC1928;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: -8px;
  left: 4px;
  top: 50%;
  box-sizing: border-box;
}

.btn {
  background-color: #CC1928;
  border: none;
  outline: none;
  box-shadow: 1px 4px 12px rgba(222, 0, 0, 0.39);
  border-radius: 0 30px 10px;
  padding: 18px 40px;
  left: 41px;
  top: 18px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}
.btn:hover {
  box-shadow: 1px 4px 12px rgba(131, 171, 197, 0.5);
  background-color: #AECDE0;
}

.card {
  position: relative;
  margin: 15px auto 50px auto;
  display: flex;
  flex-direction: column;
  padding: 25px;
  background: #E9F6FE;
  border-radius: 30px;
  max-height: 365px;
}
@media (max-width: 986px) {
  .card {
    width: 220px;
  }
}
.card__favorites {
  position: absolute;
  right: 48px;
  top: -14px;
  height: 26px;
  width: 18px;
  background-image: url("../img/icons/favorites.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card__favorites.active {
  background-image: url("../img/icons/favorites-active.svg");
}
.card__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
  width: 100%;
  height: 150px;
  border-radius: 45px;
  overflow: hidden;
  background-color: #ffffff;
}
.card__img:before {
  content: "photo";
  position: absolute;
}
.card__img img {
  width: 100%;
  height: 100%;
}
.card__name {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
  text-align: center;
}
.card__price {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 25px;
  text-align: center;
}

.phone {
  display: flex;
  align-items: flex-start;
}
.phone-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.phone-item .icon {
  margin-right: 8px;
}

.table {
  background-color: #E9F6FE;
  border: 1px solid #AECDE0;
  border-radius: 30px;
  width: 85%;
}
.table__row {
  border-bottom: 1px solid #AECDE0;
  display: flex;
}
.table__row:last-child {
  border-bottom: none;
}
.table__col {
  height: 30px;
  width: 100%;
  max-width: 300px;
  border-right: 1px solid #AECDE0;
  padding-left: 40px;
}
.table__col:first-child {
  max-width: 370px;
}
.table__col:last-child {
  border-right: unset;
}
.table__col.title {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 968px) {
  .table__col {
    height: auto;
  }
}

.header {
  position: relative;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header {
    flex-wrap: wrap;
  }
}
.header__logo {
  cursor: pointer;
  max-width: 182px;
}
@media (max-width: 768px) {
  .header__logo {
    max-width: 162px;
  }
}
@media (max-width: 480px) {
  .header__logo {
    max-width: 100px;
  }
}
.header__contacts {
  flex-direction: column;
}
@media (max-width: 768px) {
  .header__contacts {
    order: 2;
    flex-direction: row;
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .header__contacts {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .header__contacts .phone-item {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .header__contacts .phone-item {
    font-size: 14px;
    margin-right: unset;
  }
}
.header__search {
  display: flex;
  position: relative;
}
.header__search input {
  width: 100%;
  max-width: 268px;
  padding: 5px 0;
  border-bottom: 2px solid #AECDE0;
}
@media (max-width: 480px) {
  .header__search input {
    display: none;
  }
}
.header__search button {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/search.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}
.header__search button:hover {
  opacity: 0.8;
}
.header__user {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header__user:hover {
  cursor: pointer;
}
.header__user .icon {
  margin-right: 14px;
}
@media screen and (max-width: 968px) {
  .header__user span {
    display: none;
  }
}
.header__lang {
  display: flex;
}
.header__lang input:checked + span {
  background-color: #E9F6FE;
}
.header__lang-ru {
  border: 1px solid #AECDE0;
  border-radius: 53px 0 0 53px;
  padding: 5px 10px;
}
.header__lang-en {
  border-radius: 0 53px 53px 0;
  border: 1px solid #AECDE0;
  padding: 5px 10px;
  margin-left: -1px;
}
.header .popup {
  position: absolute;
  top: 60px;
  right: 0;
  display: none;
}
.header .popup.active {
  display: block;
}
.header .popup .form {
  padding: 30px;
  width: 350px;
}
.header .popup .form .form__input {
  height: 40px;
  margin-bottom: 15px;
}
.header .popup .form .form__forget {
  margin-bottom: 15px;
}

.tabs {
  display: flex;
  margin: 0 auto;
  background-color: #E9F6FE;
  border-radius: 25px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 85px;
}
@media (max-width: 768px) {
  .tabs {
    width: 100%;
    padding: unset;
    justify-content: center;
  }
}
@media (max-width: 580px) {
  .tabs {
    flex-wrap: wrap;
  }
}
.tabs__item {
  margin: 10px;
  padding: 0 10px;
  border-radius: 25px;
  border: 1px solid transparent;
  cursor: pointer;
}
.tabs__item:hover {
  border: 1px solid #AECDE0;
}
.tabs__item.active {
  border: 1px solid #AECDE0;
}
@media (max-width: 580px) {
  .tabs__item {
    width: 42%;
  }
}

.advert {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
  height: 620px;
}
@media (max-width: 1200px) {
  .advert {
    height: 480px;
  }
}
@media (max-width: 968px) {
  .advert {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .advert {
    height: 280px;
  }
}
@media (max-width: 580px) {
  .advert {
    height: 180px;
  }
}
.advert img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
}
.advert__title {
  font-size: 77px;
  line-height: 88px;
  font-family: "RussoOne", sans-serif;
}
@media (max-width: 968px) {
  .advert__title {
    font-size: 70px;
    line-height: 84px;
  }
}
@media (max-width: 768px) {
  .advert__title {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 580px) {
  .advert__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 480px) {
  .advert__title {
    font-size: 35px;
    line-height: 42px;
  }
}
.advert__subtitle {
  font-size: 55px;
  line-height: 66px;
  font-family: "RussoOne", sans-serif;
}
@media (max-width: 968px) {
  .advert__subtitle {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .advert__subtitle {
    font-size: 43px;
    line-height: 52px;
  }
}
@media (max-width: 580px) {
  .advert__subtitle {
    font-size: 34px;
    line-height: 41px;
  }
}
@media (max-width: 480px) {
  .advert__subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}
.advert .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 110px;
  z-index: 2;
}
@media (max-width: 768px) {
  .advert .container {
    margin-top: 30px;
  }
}

.worksheet {
  position: relative;
  height: 680px;
}
@media (max-width: 768px) {
  .worksheet {
    height: 750px;
  }
}
.worksheet .block__title {
  margin-bottom: 50px;
}
.worksheet__tab {
  background-color: #E9F6FE;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 40px;
  border-radius: 30px 30px 0 0;
  font-size: 30px;
  line-height: 36px;
  color: #AECDE0;
}
.worksheet__item {
  position: absolute;
  width: calc(100% - 40px);
  z-index: 5;
}
.worksheet__item.second {
  z-index: 1;
}
.worksheet__item.second .worksheet__tab {
  background-color: #E0E0E0;
  margin-left: 140px;
  border-radius: 0 30px 0 0;
  color: #ffffff;
}
.worksheet__item.second .col-6 {
  width: 35%;
}
@media (max-width: 768px) {
  .worksheet__item.second .col-6 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .worksheet__item.second .col-3 {
    width: 100%;
  }
}
.worksheet__item.second .col-12 {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .worksheet__item.second .form__row {
    flex-wrap: wrap;
  }
}
.worksheet__item.second .checkbox-wrap .checkbox-wrap__text {
  margin-bottom: 15px;
}
.worksheet__form {
  border-radius: 0 30px 30px 30px;
  left: 15px;
}
.worksheet .form__row.custom {
  padding-left: 120px;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .worksheet .form__row.custom {
    flex-direction: column;
    align-items: center;
    padding-left: unset;
  }
}
.worksheet .form__row.custom .checkbox-wrap {
  margin-right: 72px;
}
@media (max-width: 768px) {
  .worksheet .form__row.custom .checkbox-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .worksheet .form__row.custom .btn {
    margin-top: 20px;
  }
}

.realty {
  margin-top: 100px;
}
.realty .block__text {
  padding-left: 80px;
}
@media (max-width: 968px) {
  .realty .block__text {
    padding-left: unset;
  }
}
.realty__list {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.realty .swiper {
  height: 450px;
}
.realty .swiper .wrap-arrow .swiper-button-prev, .realty .swiper .wrap-arrow .swiper-button-next {
  background-color: #E9F6FE;
}
.realty .swiper .wrap-arrow .swiper-button-prev.swiper-button-disabled, .realty .swiper .wrap-arrow .swiper-button-next.swiper-button-disabled {
  background-color: unset;
}
@media (max-width: 480px) {
  .realty .swiper .swiper-slide {
    width: 220px;
  }
}
.realty__link {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #CC1928;
  text-decoration: underline;
  cursor: pointer;
  z-index: 10;
}
.realty__link:hover {
  text-decoration: none;
}

.calculator .block__text {
  padding-left: 80px;
}
@media (max-width: 968px) {
  .calculator .block__text {
    padding-left: unset;
  }
}
.calculator__content {
  display: flex;
  margin-top: 60px;
  align-items: flex-start;
}
@media (max-width: 968px) {
  .calculator__content img {
    display: none;
  }
}

.reviews {
  position: relative;
  z-index: 1;
}
.reviews__list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.reviews__item {
  width: 100%;
  margin: 50px auto 0 auto;
  max-width: 370px;
  background-color: #E9F6FE;
  border-radius: 30px;
  padding: 0 42px 42px;
  font-weight: 300;
}
.reviews__item.swiper-slide {
  height: -moz-fit-content;
  height: fit-content;
}
.reviews__item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  top: -48px;
  width: 96px;
  height: 96px;
  background-color: #E9F6FE;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__item-img img {
  width: 100%;
  height: 100%;
}
.reviews__item-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.reviews__item-author {
  margin-top: 20px;
  text-align: end;
  color: #CC1928;
  font-style: italic;
}
.reviews .swiper .swiper-pagination {
  width: 30%;
  margin-left: auto;
}
@media (max-width: 480px) {
  .reviews .swiper .swiper-pagination {
    width: unset;
  }
}
@media (max-width: 480px) {
  .reviews .swiper .wrap-arrow {
    display: none;
  }
}

.table-service .table {
  min-width: 968px;
}

.swiper {
  height: 420px;
  align-items: flex-start;
}
.swiper .wrap-arrow {
  position: absolute;
  bottom: 15px;
  left: 80px;
  display: flex;
  width: 129px;
}
@media (max-width: 768px) {
  .swiper .wrap-arrow {
    display: none;
  }
}
.swiper .wrap-arrow .swiper-button-prev {
  border: 1px solid #AECDE0;
  background-color: #ffffff;
  width: 55px;
  border-radius: 25px 0 0 25px;
  height: 30px;
  opacity: 1;
}
.swiper .wrap-arrow .swiper-button-prev:after {
  display: none;
}
.swiper .wrap-arrow .swiper-button-prev:before {
  content: "";
  width: 30px;
  height: 15px;
  background-image: url("../img/icons/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.swiper .wrap-arrow .swiper-button-prev.swiper-button-disabled {
  background-color: unset;
}
.swiper .wrap-arrow .swiper-button-next {
  border: 1px solid #AECDE0;
  background-color: #ffffff;
  width: 55px;
  border-radius: 0 25px 25px 0;
  height: 30px;
  opacity: 1;
}
.swiper .wrap-arrow .swiper-button-next.swiper-button-disabled {
  background-color: unset;
}
.swiper .wrap-arrow .swiper-button-next:after {
  display: none;
}
.swiper .wrap-arrow .swiper-button-next:before {
  content: "";
  width: 30px;
  height: 15px;
  background-image: url("../img/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.swiper .wrap-arrow .swiper-button-next:hover {
  background-color: #ffffff;
}
.swiper .swiper-pagination {
  right: 0;
  left: unset;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  height: 15px;
  width: 15px;
  box-sizing: border-box;
  opacity: 1;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: unset;
}

.wrap {
  position: relative;
  margin-bottom: 270px;
}
@media (max-width: 968px) {
  .wrap {
    margin-bottom: 100px;
  }
}

.button-fon {
  position: absolute;
  left: 50%;
  bottom: -60px;
  margin-left: -720px;
  z-index: 0;
  width: 100%;
  max-width: 1440px;
  height: 315px;
  background-color: #CC1928;
  border-radius: 30px 30px 0 0;
}
@media (max-width: 1440px) {
  .button-fon {
    bottom: -60px;
    margin-left: 0;
    left: 0;
  }
}

.dreams .block__img.left {
  margin-left: 30px;
}
@media (max-width: 968px) {
  .dreams .block__img.left {
    margin: unset;
    width: 46%;
  }
}
.dreams .block__img.right {
  margin-right: 30px;
}
@media (max-width: 968px) {
  .dreams .block__img.right {
    order: 2;
    width: 46%;
    margin: unset;
  }
}
@media (max-width: 480px) {
  .dreams .block__img.right {
    width: 100%;
  }
}
.dreams .block__text {
  padding-top: 20px;
}
@media (max-width: 968px) {
  .dreams .block__content:last-child {
    flex-direction: column-reverse;
    margin-top: -25%;
  }
  .dreams .block__content:last-child .block__img {
    margin-left: auto;
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .dreams .block__content .block__img {
    opacity: 0;
  }
}

.service-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 968px) {
  .service__content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 968px) {
  .service .block__text {
    width: 45%;
  }
}
@media (max-width: 580px) {
  .service .block__text {
    width: 100%;
  }
}
.service__img {
  width: 100%;
  max-width: 470px;
  border-radius: 30px;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 30px;
  height: 535px;
}
@media (max-width: 968px) {
  .service__img {
    display: none;
  }
}
.service__img.mobile {
  display: none;
  height: 390px;
}
@media (max-width: 968px) {
  .service__img.mobile {
    display: block;
    width: 45%;
  }
}
@media (max-width: 580px) {
  .service__img.mobile {
    width: 100%;
    margin: 0 auto;
    height: 360px;
  }
}
@media (max-width: 480px) {
  .service__img.mobile {
    margin: 0 auto;
    height: 220px;
  }
}
.service__img img {
  width: 100%;
  height: 100%;
}
.service__list {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
.service__item {
  position: relative;
  width: 49%;
  padding-left: 100px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .service__item {
    padding-left: 40px;
  }
}
@media (max-width: 968px) {
  .service__item {
    padding-left: 30px;
  }
}
@media (max-width: 480px) {
  .service__item {
    padding-left: 50px;
    width: 100%;
  }
}
.service__item:before {
  content: "";
  position: absolute;
  left: 85px;
  width: 8px;
  height: 8px;
  top: 8px;
  background-color: #CC1928;
  transform: rotate(45deg);
}
@media (max-width: 1200px) {
  .service__item:before {
    left: 15px;
  }
}
@media (max-width: 968px) {
  .service__item:before {
    left: 15px;
  }
}
@media (max-width: 480px) {
  .service__item:before {
    left: 25px;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 968px) {
  .footer {
    position: relative;
  }
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .container:last-child {
  align-items: flex-end;
}
@media (max-width: 968px) {
  .footer .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 968px) {
  .footer .footer__contacts {
    order: 2;
  }
}
.footer .footer__contacts .header__contacts {
  flex-direction: row;
  margin-bottom: 40px;
}
.footer .footer__contacts .header__contacts .phone-item:first-child {
  margin-right: 50px;
}
.footer__socials {
  display: flex;
  align-items: center;
}
.footer__socials a {
  display: flex;
}
.footer__socials svg {
  margin-left: 20px;
}
.footer__socials svg path {
  fill: #AECDE0;
}
.footer__socials svg:hover path {
  fill: #CC1928;
}
.footer__nav {
  display: flex;
}
@media (max-width: 570px) {
  .footer__nav {
    margin-left: -15px;
  }
}
.footer__nav-col {
  margin: 0 10px;
}
@media (max-width: 570px) {
  .footer__nav-col:first-child {
    margin: unset;
  }
}
.footer__nav-item {
  padding: 5px 10px;
  margin: 5px;
  cursor: pointer;
  border: 1px solid transparent;
}
.footer__nav-item:hover {
  border: 1px solid #AECDE0;
  border-radius: 25px;
}
.footer .danger {
  display: flex;
  flex-direction: column;
}
.footer .danger__title {
  color: #CC1928;
}

.global-popup {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  overflow: hidden;
  opacity: 0;
}
.global-popup.active {
  display: flex;
  opacity: 1;
}
.global-popup .form {
  position: relative;
  width: 90%;
  max-width: 470px;
  padding: 50px;
}
.global-popup .form__input {
  margin-bottom: 15px;
}
.global-popup.search .form__input {
  margin-top: 15px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */