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

body {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.main-bg-img1 {
  position: absolute;
  top: -349px;
  z-index: -1;
  height: 2182px;
  right: calc((100% - 2904px) / 2);
}
.main-bg-img1.mobile {
  display: none;
}
@media screen and (min-width: 1910px) {
  .main-bg-img1 {
    right: calc((100% - 2904px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .main-bg-img1 {
    display: none;
  }
  .main-bg-img1.mobile {
    right: 0;
    top: 156px;
    height: 308px;
    display: block;
  }
}

.section-title {
  color: #000;
  font-family: Montserrat;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
}

.section-description {
  color: rgba(0, 0, 0, 0.54);
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
}
@media screen and (max-width: 768px) {
  .section-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
  }
}

.container {
  max-width: 1418px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1470px) {
  .container {
    padding: 0 15px;
  }
}

.header {
  margin-top: 38px;
  margin-bottom: 107px;
}
@media screen and (max-width: 480px) {
  .header {
    margin: 14px 0;
  }
}
.header .logos {
  display: flex;
  gap: 29px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .header .logos {
    gap: 34px;
  }
}
.header .logos img {
  max-width: 192px;
}
@media screen and (max-width: 480px) {
  .header .logos img {
    max-width: 119px;
  }
}

.hero {
  margin-bottom: 154px;
}
@media screen and (max-width: 480px) {
  .hero {
    margin-bottom: 39px;
  }
}
.hero .contents-block {
  width: 100%;
}
.hero .contents-blocks {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .hero .contents-blocks {
    flex-direction: column-reverse;
    align-items: start;
  }
}
.hero .sub-title {
  max-width: 377px;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  background: linear-gradient(104deg, #C8E6C9 3.33%, #03A9F4 36.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 13px;
}
@media screen and (max-width: 480px) {
  .hero .sub-title {
    max-width: 290px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
  }
}
.hero .main-title {
  max-width: 692px;
  color: rgba(0, 0, 0, 0.87);
  font-family: Montserrat;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 69px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .hero .main-title {
    max-width: 236px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
    margin-bottom: 12px;
  }
}
.hero .description {
  max-width: 720px;
  color: rgba(0, 0, 0, 0.54);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 56px;
}
@media screen and (max-width: 480px) {
  .hero .description {
    display: none;
  }
}
.hero .about-us_block {
  display: flex;
  align-items: start;
  gap: 24.5px;
  margin-bottom: 102px;
}
@media screen and (max-width: 768px) {
  .hero .about-us_block {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .hero .about-us_block {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 18px;
  }
}
.hero .item {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .hero .item {
    width: 100%;
    padding: 5px 25px;
    background: #C8E6C9;
    display: flex;
    flex-direction: unset;
    border-radius: 50px;
    position: relative;
    z-index: -3;
    gap: 4px;
  }
  .hero .item:last-child {
    display: none;
  }
}
.hero .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 108.5px;
  height: 193.5px;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 480px) {
  .hero .item::after {
    display: none;
  }
}
.hero .item.last-item {
  background-image: none;
  padding-right: 0;
  margin-left: -26px;
}
.hero .item.last-item::after {
  display: none;
}
@media screen and (max-width: 480px) {
  .hero .item.last-item {
    padding: 5px 25px;
  }
}
.hero .item_title {
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  font-family: Roboto;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .hero .item_title {
    color: #2E7D32;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }
}
.hero .item_description {
  width: 211px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/btn-bg.svg);
  color: #2E7D32;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 480px) {
  .hero .item_description {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    background: none;
    width: unset;
    height: unset;
  }
}
.hero .last-item .item_description {
  background-image: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media screen and (max-width: 480px) {
  .hero .last-item .item_description {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    background: none;
    width: unset;
    height: unset;
  }
}
.hero .btns {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .hero .btns {
    flex-direction: column;
    gap: 10px;
  }
}
.hero .btns .btn {
  border-radius: 50px;
  border: 1px solid #2196F3;
  background: #fff;
  padding: 17px 68px;
  color: #363636;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .hero .btns .btn {
    width: 100%;
    color: #363636;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 11px 45px;
  }
}
.hero .btns .btn.green {
  color: #FFF;
  background: #4CAF50;
  border: none;
}
@media screen and (max-width: 480px) {
  .hero .img-block {
    display: none;
  }
}
.hero .img-block.mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .hero .img-block.mobile {
    display: block;
  }
}
.hero .img-block img {
  width: 696px;
  border-radius: 0 590px 590px 590px;
}
@media screen and (max-width: 800px) {
  .hero .img-block img {
    max-width: 696px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .hero .img-block img {
    width: 100%;
    max-width: 200px;
    height: 200px;
  }
}

.services-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .services-section {
    margin-bottom: 39px;
  }
}
.services-section .container {
  position: relative;
}
.services-section .container::after {
  content: "";
  width: 745.225px;
  height: 734.704px;
  position: absolute;
  left: -252px;
  bottom: -126px;
  background-image: url(../images/services-section_bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .services-section .container::after {
    display: none;
  }
}
.services-section .section-title {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .services-section .section-title {
    margin-bottom: 2px;
  }
}
.services-section .section-description {
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .services-section .section-description {
    margin-bottom: 0;
  }
}
.services-section .navigation-block {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 24px;
}
.services-section .navigation-block .slider-btn {
  width: 48px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #C8E6C9;
}
.services-section .mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .services-section .mobile {
    display: flex;
  }
}
.services-section .mobile.slider-btn {
  position: relative;
  overflow: hidden;
}
.services-section .mobile.slider-btn .btn-prev,
.services-section .mobile.slider-btn .btn-next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 2;
  cursor: pointer;
}
.services-section .mobile.slider-btn .btn-prev {
  left: 0;
}
.services-section .mobile.slider-btn .btn-next {
  right: 0;
}
@media screen and (min-width: 768px) {
  .services-section .services-swiper {
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .services-section .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 24px;
  }
}
.services-section .swiper-slide {
  height: auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .services-section .desktop-only {
    display: none !important;
  }
}
.services-section .mobile-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .services-section .mobile-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .services-section .mobile-only.navigation-block {
    display: flex;
  }
}
.services-section .block {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.services-section .block:nth-child(4) {
  margin-bottom: 25px;
}
.services-section .block:nth-child(5) {
  justify-content: end;
}
@media screen and (max-width: 1090px) {
  .services-section .block {
    flex-wrap: wrap;
  }
}
.services-section .services-swiper {
  width: 100%;
  overflow: hidden;
}
.services-section .swiper-slide {
  height: auto;
  display: flex;
}
.services-section .item {
  width: 336px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .services-section .item {
    width: 100%;
  }
}
.services-section .item {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  padding-bottom: 92px;
  position: relative;
}
.services-section .item .img {
  width: 100%;
  border-radius: 30px 30px 100px 30px;
}
.services-section .item .item_contents {
  padding: 16px 19px 0 19px;
}
@media screen and (max-width: 768px) {
  .services-section .item .item_contents {
    padding: 7px 12px 16px 12px;
  }
}
.services-section .item .item_title {
  color: rgba(0, 0, 0, 0.87);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .services-section .item .item_title {
    max-width: 213px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 11px;
    text-align: center;
  }
}
.services-section .item .item_description {
  color: rgba(0, 0, 0, 0.54);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .services-section .item .item_description {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }
}
.services-section .item .btn {
  width: calc(100% - 38px);
  position: absolute;
  bottom: 31px;
  margin: 0 auto;
  padding: 12px 40px;
  border-radius: 50px;
  border: 1px solid #2196F3;
  text-align: center;
  color: #2D2D2D;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .services-section .item .btn {
    width: calc(100% - 24px);
    padding: 10px 29px;
    font-size: 14px;
    line-height: 19px;
    bottom: 16px;
    font-size: 14px;
  }
}

.safe-home-care {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .safe-home-care {
    margin-bottom: 70px;
  }
}
.safe-home-care .block {
  border-radius: 47px;
  border: 4px solid #03A9F4;
  background: #FFF;
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
  padding: 67px 487px 60px 98px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .safe-home-care .block {
    padding: 67px 577px 60px 98px;
  }
}
@media screen and (max-width: 1000px) {
  .safe-home-care .block {
    padding: 40px 15px 560px 15px;
  }
}
@media screen and (max-width: 480px) {
  .safe-home-care .block {
    padding: 40px 15px 260px 15px;
  }
}
.safe-home-care .block::after {
  width: 450px;
  height: 515px;
  content: "";
  position: absolute;
  right: 85px;
  top: 19px;
  background-image: url(../images/safe-home-care_img.png);
}
@media screen and (max-width: 1000px) {
  .safe-home-care .block::after {
    max-width: 450px;
    max-height: 515px;
    width: 100%;
    height: 100%;
    right: 50%;
    transform: translateX(50%);
    bottom: -22px;
    top: unset;
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .safe-home-care .block::after {
    max-width: 236px;
    max-height: 270px;
    bottom: -22px;
  }
}
.safe-home-care .block::before {
  width: 554px;
  height: 525px;
  content: "";
  position: absolute;
  right: 40px;
  top: 44px;
  border-radius: 590px 60px 590px 590px;
  background: #E5F8FB;
}
@media screen and (max-width: 1000px) {
  .safe-home-care .block::before {
    max-width: 554px;
    max-height: 525px;
    width: 100%;
    height: 100%;
    right: 50%;
    transform: translateX(50%);
    bottom: -40px;
    top: unset;
  }
}
@media screen and (max-width: 480px) {
  .safe-home-care .block::before {
    max-width: 290px;
    max-height: 290px;
    bottom: -40px;
  }
}
.safe-home-care .block .title {
  color: rgba(0, 0, 0, 0.87);
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 61px;
  margin-bottom: 33px;
}
@media screen and (max-width: 480px) {
  .safe-home-care .block .title {
    font-size: 24px;
    line-height: 25px;
    padding-left: 11px;
    margin-bottom: 11px;
  }
}
.safe-home-care .description_block {
  max-width: 670px;
  padding: 15px 0 16px 16px;
  border-left: 9px solid rgba(0, 0, 0, 0.12);
  margin-left: -18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 22px;
}
@media screen and (max-width: 480px) {
  .safe-home-care .description_block {
    margin-left: 0;
    gap: 10px;
    padding: 0 0 0 13px;
  }
}
.safe-home-care .description_block p {
  color: rgba(0, 0, 0, 0.54);
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
}
@media screen and (max-width: 480px) {
  .safe-home-care .description_block p {
    font-size: 16px;
    line-height: 23px;
  }
}
.safe-home-care .btn {
  border-radius: 81px;
  background: #4CAF50;
  box-shadow: 0 0 49px -2px rgba(0, 0, 0, 0.19);
  padding: 18px 50px;
  margin-bottom: 20px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .safe-home-care .btn {
    font-size: 14px;
    margin-bottom: 11px;
    padding: 12px 0;
    width: 100%;
  }
}
.safe-home-care .btn-description {
  color: rgba(0, 0, 0, 0.44);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 480px) {
  .safe-home-care .btn-description {
    font-size: 12px;
  }
}

.advantages {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .advantages {
    margin-bottom: 24px;
  }
}
.advantages .section-title {
  margin-bottom: 22px;
}
@media screen and (max-width: 480px) {
  .advantages .section-title {
    margin-bottom: 16px;
    color: #03A9F4;
  }
}
.advantages .advantages_blocks {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 1300px) {
  .advantages .advantages_blocks {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .advantages .advantages_blocks {
    margin-bottom: 16px;
  }
}
.advantages .rounded-block {
  width: 691px;
  height: 691px;
  position: relative;
  padding: 180px;
  border-radius: 691px;
  border: 1px solid #03A9F4;
  margin-top: 61px;
}
@media screen and (max-width: 768px) {
  .advantages .rounded-block {
    display: none;
  }
}
.advantages .rounded-block::after {
  content: "";
  position: absolute;
  width: 479px;
  height: 479px;
  top: 103px;
  left: 106px;
  border-radius: 479px;
  border: 1px solid #03A9F4;
}
.advantages .rounded-block .center-text {
  display: flex;
  width: 328.354px;
  height: 328.354px;
  justify-content: center;
  align-items: center;
  border-radius: 328.354px;
  background: #03A9F4;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 57px;
}
.advantages .rounded-block .item {
  position: absolute;
  z-index: 2;
}
.advantages .rounded-block .img1 {
  top: -122px;
  left: 50%;
  transform: translateX(-50%);
}
.advantages .rounded-block .img2 {
  top: 89px;
  left: -90px;
}
.advantages .rounded-block .img3 {
  top: 519px;
  left: 35px;
}
.advantages .rounded-block .img4 {
  left: 87px;
  top: 421px;
}
.advantages .rounded-block .img5 {
  left: 363px;
  top: 435px;
}
.advantages .rounded-block .img6 {
  right: 23px;
  top: 211px;
}
.advantages .rounded-block .img7 {
  right: 98px;
  top: 103px;
}
.advantages .block_title {
  max-width: 635px;
  color: rgba(0, 0, 0, 0.87);
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .advantages .block_title {
    font-size: 16px;
    line-height: 21px;
    max-width: 281px;
    margin-bottom: 14px;
  }
}
.advantages .block_description {
  max-width: 695px;
  color: rgba(0, 0, 0, 0.69);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  margin-bottom: 28px;
}
@media screen and (max-width: 480px) {
  .advantages .block_description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 53px;
    max-width: 289px;
  }
}
.advantages .guarantee {
  height: 64px;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 28px;
  border-radius: 40.5px;
  border: 1px solid rgba(0, 0, 0, 0.54);
  background: linear-gradient(143deg, rgba(200, 230, 201, 0.11) 15.84%, rgba(3, 169, 244, 0.11) 85.86%);
  border-left: none;
  max-width: 696px;
  width: 100%;
  padding-right: 78px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .advantages .guarantee {
    padding: 18px 18px 13px 18px;
    margin-bottom: 12px;
  }
}
.advantages .guarantee .big-icon {
  max-width: 160px;
  width: 100%;
  height: 78px;
  border-radius: 15px 8px 12px 0;
  background: var(--my1, linear-gradient(143deg, #C8E6C9 15.84%, #03A9F4 85.86%));
  padding: 12px 13px;
}
@media screen and (max-width: 480px) {
  .advantages .guarantee .big-icon {
    position: absolute;
    max-width: 137px;
    height: 57px;
    top: -41px;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 20px;
  }
}
.advantages .guarantee .icon-title {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 4px;
}
@media screen and (max-width: 480px) {
  .advantages .guarantee .icon-title {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
.advantages .guarantee .icon-description {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
}
@media screen and (max-width: 480px) {
  .advantages .guarantee .icon-description {
    font-size: 16px;
    line-height: 11px;
  }
}
.advantages .guarantee .content {
  color: rgba(0, 0, 0, 0.69);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
@media screen and (max-width: 480px) {
  .advantages .guarantee .content {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
  }
}
.advantages .guarantee_blocks {
  max-width: 698px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 22px;
}
@media screen and (max-width: 600px) {
  .advantages .guarantee_blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .advantages .guarantee_blocks {
    gap: 12px;
  }
}
.advantages .guarantee_blocks .item {
  padding: 18px 15px 12px 21px;
  display: flex;
  align-items: center;
  gap: 7px;
}
@media screen and (max-width: 480px) {
  .advantages .guarantee_blocks .item {
    padding: 16px 21px;
    gap: 12px;
  }
}
.advantages .guarantee_blocks .item:nth-child(4n+1), .advantages .guarantee_blocks .item:nth-child(4n+2) {
  border-radius: 40.5px;
  border: 1px solid #01579B;
  background: #B3E5FC;
}
.advantages .guarantee_blocks .item:nth-child(4n+3), .advantages .guarantee_blocks .item:nth-child(4n+4) {
  border-radius: 40.5px;
  border: 1px solid #01579B;
}
.advantages .guarantee_blocks .item img {
  width: 33.795px;
  height: 42px;
  -o-object-fit: none;
     object-fit: none;
}
.advantages .guarantee_blocks .item .content {
  color: rgba(0, 0, 0, 0.54);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 480px) {
  .advantages .guarantee_blocks .item .content {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.footer {
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .footer {
    margin: 0;
  }
  .footer .container {
    padding: 0;
  }
}
.footer .footer_bg {
  border-radius: 10px;
  background: #E5F8FB;
}
.footer .footer_blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #B3B3B3;
  padding: 52px 120px 21px 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer .footer_blocks {
    align-items: end;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer_blocks {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer_blocks {
    padding: 18px 15px 12px 15px;
  }
}
.footer .footer_blocks .left-block {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .footer .footer_blocks .left-block {
    gap: 22px;
  }
}
.footer .logos {
  display: flex;
  align-items: center;
  gap: 33px;
}
@media screen and (max-width: 480px) {
  .footer .logos {
    margin: 0 auto;
  }
}
.footer .logos img {
  width: 151px;
  height: 58px;
}
@media screen and (max-width: 480px) {
  .footer .logos img {
    width: 119px;
    height: 46px;
  }
}
.footer .footer_contacts {
  display: flex;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .footer .footer_contacts {
    gap: 8px;
    justify-content: space-between;
  }
}
.footer .footer_contacts .sub-title {
  color: #333;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .footer .footer_contacts .sub-title {
    font-size: 14px;
    line-height: 150%;
  }
}
.footer .footer_contacts .title {
  color: #333;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 480px) {
  .footer .footer_contacts .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .footer .right-block {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 12px;
    right: 15px;
  }
}
.footer .footer_bottom-block {
  display: flex;
  padding: 19px 120px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footer_bottom-block {
    padding: 12px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer_bottom-block {
    flex-direction: column;
    gap: 8px;
  }
}
.footer .footer_bottom-block p {
  color: #484848;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 480px) {
  .footer .footer_bottom-block p {
    font-size: 12px;
  }
}
.footer .footer_bottom-block p:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 480px) {
  .footer .footer_bottom-block p:first-child {
    gap: 4px;
  }
}
.footer .footer_bottom-block a {
  color: #484848;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 480px) {
  .footer .footer_bottom-block a {
    font-size: 12px;
  }
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.widgets {
  position: fixed;
  z-index: 9999;
}

.widgets__whatsapp {
  position: fixed;
  right: 20px;
  bottom: 30px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.widgets__whatsapp:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.widgets__whatsapp::after,
.widgets__whatsapp::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #25D366;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.widgets__whatsapp:after {
  animation-delay: 0.5s;
}

.widgets__tel {
  position: fixed;
  right: 20px;
  bottom: 135px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.widgets__tel:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.widgets__tel::after,
.widgets__tel::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #333333;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.widgets__tel:after {
  animation-delay: 0.5s;
}/*# sourceMappingURL=index.css.map */