@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@import "https://unpkg.com/open-props";
@import "https://unpkg.com/open-props/normalize.min.css";

:root {
     color-scheme: only light;
}

/* Стили для светлой темы */
body {
    background-color: #ffffff; /* Белый цвет фона */
    color: #000000; /* Черный цвет текста */
}

/* Медиа-запрос для темного режима на мобильных устройствах */
@media (prefers-color-scheme: dark) {
    body {
        background-color: #ffffff; /* Белый цвет фона */
        color: #000000; /* Черный цвет текста */
        border-radius: 1px;
    }
}

    /* Дополнительные стили для темного режима */
    select, input {
        background-color: lightgrey; /* Белый цвет фона для выпадающих списков и текстовых полей */
        color: #000000; /* Черный цвет текста для выпадающих списков и текстовых полей */
    }

.section-outer {
  width: 100%;
}

.section-inner {
  width: 1164px;
  margin: 0 auto;
}
@media (max-width: 1377px) {
  .section-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

.section-header {
  font-family: "Montserrat", sans-serif;
  height: 95px;
  border-bottom: 1px solid #0465bd;
}
.section-header-wrapper {
  display: flex;
  justify-content: space-between;
}
.section-header-logo__icon {
  position: relative;
}
.section-header-logo__text {
  position: absolute;
  margin-top: -53px;
  right: 2.5%;
  font-size: 9px;
  font-weight: 600;
  color: black;
}
.section-header-logo__text span {
  color: #0465bd;
}
.section-header-phones {
  width: 32%;
  display: flex;
  justify-content: space-between;
}
.section-header-phones__item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-header-phones__item__icon {
  width: 20%;
}
.section-header-phones__item__icon img {
  width: 100%;
  height: auto;
}
.section-header-phones__item__phone {
  width: 75%;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991px) {
  .section-header-phones__item__phone {
    font-size: 13px;
  }
}
@media (max-width: 1099px) {
  .section-header-phones {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .section-header-phones {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    width: 60%;
  }
  .section-header-phones__item {
    width: 100%;
  }
  .section-header-phones__item__icon {
    width: 13%;
  }
  .section-header-phones__item__phone {
    font-size: 14px;
  }
}
.section-header-geolocation {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.section-header-geolocation__location {
  width: 84%;
  display: flex;
  align-items: center;
}
.section-header-geolocation__location__icon {
  width: 14%;
  margin-top: 4px;
}
.section-header-geolocation__location__icon img {
  width: 100%;
  height: auto;
}
.section-header-geolocation__location__text {
  width: 74%;
  margin-left: 8px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
}
.section-header-geolocation__links {
  width: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-header-geolocation__links img {
  width: 100%;
  height: auto;
}
.section-header-languages {
  width: 5%;
  display: flex;
  align-items: center;
}
.section-header-languages__item {
  cursor: pointer;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .section-header-geolocation__location__text {
    font-size: 13px;
  }
  .section-header-languages {
    width: 10%;
  }
}
@media (max-width: 767px) {
  .section-header-geolocation__location {
    display: none;
  }
  .section-header-geolocation__links {
    width: 30%;
  }
}
@media (max-width: 575px) {
  .section-header {
    height: auto;
  }
  .section-header-wrapper {
    flex-wrap: wrap;
  }
  .section-header-logo {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-header-logo__text {
    top: 60%;
    margin: 0 auto;
  }
  .section-header-phones {
    width: 60%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .section-header-phones__item {
    justify-content: center;
    align-items: center;
  }
  .section-header-phones__item__phone {
    font-size: 15px;
    text-align: left;
  }
  .section-header-phones__item__icon {
    width: 13%;
    margin-right: 6%;
  }
  .section-header-languages {
    width: 10%;
    justify-content: flex-end;
    order: 1;
  }
}

.section-advantages {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-bottom: 10px solid #ffffff /*#0465bd*/;
}
.section-advantages-wrapper {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-advantages__content {
  width: 60%;
}
.section-advantages__content-header {
  width: 100%;
}
.section-advantages__content-header__title {
  font-size: 38px;
  letter-spacing: -2px;
}
.section-advantages__content-header__title_2 {
  font-size: 28px;
  letter-spacing: -2px;
}
.section-advantages__content-header__subtitle {
  margin-top: 10px;
  font-size: 22px;
}
.section-advantages__content-footer {
  margin-top: 60px;
}
.section-advantages__content-footer__title {
  font-size: 20px;
}

/*---------------------------------buttons----------------------------------------------------------------------------------------------------------------------------------------------------*/

.section-advantages__content-footer__button {
  position: absolute;
  margin-top: 15px;
  padding: 15px 40px;
  border-radius: 35px;
  background: #0465bd;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: 0px 6px 0px #0465bd;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  transition: 0.2s;
  cursor: pointer;
}
.section-advantages__content-footer__button:hover {
  box-shadow: 0px 3px 0px #0465bd;
  margin-top: 17px;
}

.section-advantages__content-footer__button_2 {
  position: absolute;
  margin-top: 113px;
  padding: 15px 15px;
  border-radius: 35px;
  background: #0465bd;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: 0px 6px 0px #0465bd;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  transition: 0.2s;
  cursor: pointer;
}
.section-advantages__content-footer__button_2:hover {
  box-shadow: 0px 0px 0px #0465bd;
  margin-top: 115px;
}

.section-advantages__content-footer__button_3 {
  position: absolute;
  margin-top: 113px;
  padding: 15px 15px;
  border-radius: 35px;
  background: #0465bd;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: 0px 6px 0px #0465bd;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  transition: 0.2s;
  cursor: pointer;
}
.section-advantages__content-footer__button_3:hover {
  box-shadow: 0px 0px 0px #0465bd;
  margin-top: 115px;
}

.section-advantages__content-footer__button_4 {
  position: absolute;
  margin-top: 15px;
  padding: 15px 40px;
  border-radius: 35px;
  background: #0465bd;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: 0px 6px 0px #0465bd;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none;
}
.section-advantages__content-footer__button_4:hover {
  box-shadow: 0px 3px 0px #0465bd;
  margin-top: 17px;
}

.section-advantages__content-footer__button_4:link {
  color: white;
}
.section-advantages__content-footer__button_4:visited {
  color: white;
}
.section-advantages__content-footer__button_4:active {
  color: white;
}

.section-guarantees__row-4__button_gallery {
  font-family: "Montserrat", sans-serif;
/*  position: absolute;*/
  margin-top: 15px;
  padding: 15px 40px;
  border-radius: 35px;
  background: #0465bd;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: 0px 6px 0px #0465bd;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  transition: 0.2s;
  cursor: pointer;
  margin: 10px auto;
}
.section-guarantees__row-4__button_gallery:hover {
  box-shadow: 0px 3px 0px #0465bd;
  margin-top: 17px;
  position: relative; 
}

/*----------buttons end-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.section-advantages__image {
  width: 40%;
}
.section-advantages__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .section-advantages-wrapper {
    flex-direction: column;
  }
  .section-advantages__image {
    width: 80%;
    margin: 0 auto;
    order: 0;
  }
  .section-advantages__content {
    width: 100%;
    order: 1;
  }
}
.section-guarantees {
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
}
.section-guarantees-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  background: url("../assets/images/instrument-2-image.jpg") 48% 40%/27% 27% no-repeat, url("../assets/icons/circle-icons.svg") 50% 44%/20% 35% no-repeat, url("../assets/icons/circle-frame-icons.svg") 50% 43%/25% 40% no-repeat;
}
@media (max-width: 1099px) {
  .section-guarantees-wrapper {
    background: url("../assets/images/instrument-2-image.jpg") 48% 40%/27% 27% no-repeat, url("../assets/icons/circle-icons.svg") 50% 44%/20% 30% no-repeat, url("../assets/icons/circle-frame-icons.svg") 50% 43%/25% 35% no-repeat;
  }
}
.section-guarantees__title {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.section-guarantees__line {
  width: 4%;
  height: 4px;
  border: none;
  outline: none;
  background: #0465bd;
}
.section-guarantees__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
}
.section-guarantees__row-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section-guarantees__row-1__item {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
}
.section-guarantees__row-1__item__text {
  width: 83%;
  font-size: 19px;
  text-align: left;
}
.section-guarantees__row-1__item__number {
  width: 15%;
  font-size: 40px;
  color: #0465bd;
  text-align: center;
}
.section-guarantees__row-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section-guarantees__row-2__item {
  width: 37%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0;
}
.section-guarantees__row-2__item__text {
  width: 85%;
  font-size: 19px;
}
.section-guarantees__row-2__item__number {
  width: 15%;
  font-size: 40px;
  color: #0465bd;
  text-align: center;
}
.section-guarantees__row-3 {
  padding: 60px 0;
  font-weight: 600;
}
.section-guarantees__row-3__number {
  text-align: center;
  font-size: 40px;
  color: #0465bd;
}
.section-guarantees__row-3__text {
  text-align: center;
  font-size: 19px;
}
.section-guarantees__row-4 {
  display: flex;
  justify-content: center;
}
.section-guarantees__row-4__button {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  margin-top: 15px;
  padding: 15px 40px;
  border-radius: 35px;
  background: #0465bd;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: 0px 6px 0px #0465bd;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  transition: 0.2s;
  cursor: pointer;
  margin: 15px auto;
}
.section-guarantees__row-4__button:hover {
  box-shadow: 0px 3px 0px #0465bd;
  margin-top: 17px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 991px) {
  .section-guarantees-wrapper {
    background: none;
  }
  .section-guarantees__line {
    width: 10%;
  }
  .section-guarantees__row-1 {
    flex-direction: column;
  }
  .section-guarantees__row-1__item {
    width: 100%;
    padding: 20px 0;
  }
  .section-guarantees__row-1__item__text {
    width: 85%;
    order: 2;
    font-size: 30px;
  }
  .section-guarantees__row-1__item__number {
    order: 1;
  }
  .section-guarantees__row-2 {
    width: 100%;
    flex-direction: column;
  }
  .section-guarantees__row-2__item {
    width: 100%;
    padding: 20px 0;
  }
  .section-guarantees__row-2__item__text {
    order: 2;
    font-size: 30px;
  }
  .section-guarantees__row-2__item__number {
    order: 1;
  }
  .section-guarantees__row-3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
  }
  .section-guarantees__row-3__number {
    width: 15%;
  }
  .section-guarantees__row-3__text {
    width: 83%;
    font-size: 30px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .section-guarantees__line {
    width: 10%;
  }
  .section-guarantees__row-1__item__text {
    font-size: 25px;
  }
  .section-guarantees__row-2__item__text {
    font-size: 25px;
  }
  .section-guarantees__row-3__text {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .section-guarantees__line {
    width: 10%;
  }
  .section-guarantees__row-1__item__text {
    font-size: 15px;
  }
  .section-guarantees__row-1__item__number {
    font-size: 25px;
  }
  .section-guarantees__row-2__item__text {
    font-size: 15px;
  }
  .section-guarantees__row-2__item__number {
    font-size: 25px;
  }
  .section-guarantees__row-3__text {
    width: 85%;
    font-size: 15px;
  }
  .section-guarantees__row-3__number {
    font-size: 25px;
  }
}
/*---------------------section-gallery----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.section-gallery{
  margin-top: 50px;
}

* {
  box-sizing: border-box;
}

/*body {
  font-family: Lato, sans-serif;
  margin: 0;
  padding: 1rem;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(20, 20, 20, 1);
}*/

img {
/*  width: 100%;*/
  display: block;
/*  aspect-ratio: 1 / 1;*/
  object-fit: cover;
  transition: transform 500ms;
}

ul {
  margin-left: 100px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  max-width: 100%;
  width: 70rem;
}

figure {
  margin-left: 15px;
/*  margin: 0;*/
  position: relative;
  overflow: hidden;
}

figure::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5);
  transform-origin: center;
  opacity: 0;
  transform: scale(2);
  transition: opacity 300ms;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  place-items: center;
  text-align: center;
  padding: 1rem;
  color: white;
  font-size: 1.2rem;
  z-index: 1;
  opacity: 0;
  transition: opacity 600ms, transform 600ms;
}

a:is(:hover, :focus) figure::after {
  opacity: 1;
}

a:is(:hover, :focus) figcaption {
  opacity: 1;
  transition: opacity 600ms;
}

@media (prefers-reduced-motion: no-preference) {
  figcaption {
    transform: translate3d(0, 2rem, 0);
  }
  
  figure::after {
    border-radius: 50%;
    opacity: 1;
    transform: scale(0);
    transition: transform 900ms;
  }
  
  a:is(:hover, :focus) figure::after {
    transform: scale(2.5);
  }

  a:is(:hover, :focus) figcaption {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 600ms 400ms, transform 600ms 400ms;
  }

  a:is(:hover, :focus) img {
    transform: scale(1.2);
  }
}
/*----------------------------section-gallery end---------------------------------------------------------------------------------------------------------------------------------------------------*/
.section-interested {
  font-family: "Montserrat", sans-serif;
  margin-top: 50px;
}
.section-interested-wrapper {
  padding: 100px 0;
  padding: 0px 0;
}
.section-interested__title {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
}
.section-interested__subtitle {
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
}
.section-interested__list {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-interested__list__item {
  width: 48%;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-interested__list__item-icon {
  width: 15%;
}
.section-interested__list__item-icon img {
  width: 100%;
  height: auto;
}
.section-interested__list__item-text {
  width: 75%;
  box-sizing: border-box;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 767px) {
  .section-interested__list {
    width: 90%;
  }
  .section-interested__list__item {
    width: 100%;
  }
  .section-interested__list__item-icon {
    width: 10%;
  }
  .section-interested__list__item-text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .section-interested__list__item {
    padding: 25px 0;
  }
  .section-interested__list__item-icon {
    width: 12%;
  }
  .section-interested__list__item-text {
    width: 80%;
    font-size: 17px;
  }
}

.section-footer {
  font-family: "Montserrat", sans-serif;
  height: 95px;
/*  border-top: 1px solid #0465bd;*/
  margin-top: 65px;
}
.section-footer-wrapper {
  display: flex;
  justify-content: space-between;
}
.section-footer-logo__text {
  position: absolute;
  margin-top: -53px;
  margin-left: 55px;
  font-size: 9px;
  font-weight: 600;
  color: black;
}
.section-footer-logo__text span {
  color: #0465bd;
}
.section-footer-phones {
  width: 32%;
  display: flex;
  justify-content: space-between;
}
.section-footer-phones__item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-footer-phones__item__icon {
  width: 20%;
}
.section-footer-phones__item__icon img {
  width: 100%;
  height: auto;
}
.section-footer-phones__item__phone {
  width: 75%;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991px) {
  .section-footer-phones__item__phone {
    font-size: 13px;
  }
}
@media (max-width: 1099px) {
  .section-footer-phones {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .section-footer-phones {
    align-items: center;
    width: 60%;
  }
  .section-footer-phones__item {
    width: 100%;
  }
  .section-footer-phones__item__icon {
    width: 15%;
  }
  .section-footer-phones__item__phone {
    font-size: 14px;
  }
}
.section-footer-geolocation {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.section-footer-geolocation__location {
  width: 84%;
  display: flex;
  align-items: center;
}
.section-footer-geolocation__location__icon {
  width: 14%;
  margin-top: 4px;
}
.section-footer-geolocation__location__icon img {
  width: 100%;
  height: auto;
}
.section-footer-geolocation__location__text {
  width: 74%;
  margin-left: 8px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
}
.section-footer-geolocation__links {
  width: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-footer-geolocation__links img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .section-footer-geolocation {
    display: none;
  }
}
.section-footer-languages {
  width: 5%;
  display: flex;
  align-items: center;
}
.section-footer-languages__item {
  cursor: pointer;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .section-footer-geolocation__location__text {
    font-size: 13px;
  }
  .section-footer-languages {
    width: 10%;
  }
}
@media (max-width: 575px) {
  .section-footer {
    height: auto;
  }
  .section-footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-footer-logo {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-footer-logo__icon {
    width: 60%;
    display: flex;
    justify-content: center;
  }
  .section-footer-logo__text {
    display: none;
  }
  .section-footer-phones {
    width: 60%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-footer-phones__item {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px 0;
  }
  .section-footer-phones__item__phone {
    font-size: 1rem;
    text-align: center;
  }
  .section-footer-phones__item__icon {
    width: 30px;
    margin-right: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-footer-languages {
    width: 10%;
    justify-content: flex-end;
    order: 1;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
  transition: 0.5s;
}
.modal-content {
  background-color: white;
  width: 70%;
  visibility: hidden;
}
.modal-content__header {
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: space-between;
  padding: 40px 80px;
  background: #0465bd;
}
.modal-content__header__title {
  color: #0465bd;
  width: 70%;
  font-weight: 600;
  font-size: 25px;
}
.modal-content__header__page-number {
  font-size: 30px;
}
.modal-content__divider {
  width: 100%;
  height: 10px;
  background: #0465bd;
}
.modal-content__divider__line {
  width: 0%;
  height: 100%;
  background: #0465bd;
}
.modal-content__content {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  padding: 40px 80px 0;
  display: none;
  box-sizing: border-box;
}
.modal-content__content:first-child {
  display: block;
}
.modal-content__content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal-content__content__title {
  margin-top: 50px;
  font-weight: 600;
  font-size: 30px;
  color: Black;
}
.modal-content__content__input {
  width: 100%;
  padding-top: 40px;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  font-size: 30px;
}
.modal-content__content__select {
  width: 100%;
  margin-top: 60px;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  font-size: 30px;
}
.modal-content__content__error {
  visibility: hidden;
  margin-top: 5px;
  color: red;
}
.modal-content__content__complete {
  margin: 0 auto;
  box-sizing: border-box;
  background: #0465bd;
  color: white;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.modal-content__button-group {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  margin-top: 60px;
  padding: 40px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: white;
}
.modal-content__button-group .modal-btn {
  background: #0465bd;
  font-size: 20px;
  padding: 15px 35px;
  border-radius: 35px;
  cursor: pointer;
}
.modal-content__button-group__back {
  background: #0465bd;
}
.modal-content__button-group__back::before {
  content: "←";
  margin-right: 5px;
}
.modal-content__button-group__next {
  background: #0465bd;
}
.modal-content__button-group__next::after {
  content: "→";
  margin-left: 5px;
}
@media (max-width: 991px) {
  .modal-content__header__title {
    color: #0465bd;
    font-size: 20px;
  }
  .modal-content__header__number {
    font-size: 25px;
  }
  .modal-content__content__title {
    font-size: 25px;
  }
  .modal-content__content__input {
    font-size: 25px;
  }
  .modal-content__content__select {
    font-size: 25px;
  }
  .modal-content__content__complete {
    padding: 20px;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .modal-content__header {
    padding: 20px 40px;
  }
  .modal-content__header__title {
    color: #0465bd;
    width: 80%;
    font-size: 15px;
  }
  .modal-content__header__number {
    font-size: 15px;
  }
  .modal-content__content {
    padding: 20px 40px;
  }
  .modal-content__content__title {
    width: 85%;
    font-size: 20px;
  }
  .modal-content__content__input {
    font-size: 20px;
  }
  .modal-content__content__select {
    font-size: 20px;
  }
  .modal-content__content__complete {
    font-size: 20px;
    padding: 15px;
    margin: 80px 0 0;
  }
  .modal-content__button-group {
    padding: 10px 25px;
  }
  .modal-content__button-group .modal-btn {
    background: #0465bd;
    font-size: 15px;
    padding: 15px 30px;
    border-radius: 25px;
  }
}
@media (max-width: 575px) {

/*LOGOTYPE*/
.logotype { 
  visibility: hidden;
}
  .modal-content {
  background-color: white;
  width: 95%;
  visibility: hidden;
}
  .modal-content__header {
    padding: 10px 20px;
  }
  .modal-content__header__title {
    color: #0465bd;
    font-size: 17px;
  }
  .modal-content__header__number {
    font-size: 13px;
  }
  .modal-content__content {
    padding: 10px 20px;
  }
  .modal-content__content__title {
    width: 100%;
    font-size: 20px;
  }
  .modal-content__content__input {
    padding-top: 10px;
    font-size: 25px;
  }
  .modal-content__content__select {
    font-size: 20px;
  }
  .modal-content__content__complete {
    font-size: 15px;
    padding: 30px;
    margin: 80px 0 0;
  }
  .modal-content__button-group {
    margin-top: 30px;
    padding: 10px 25px;
    box-sizing: border-box;
  }
  .modal-content__button-group .modal-btn {
    background: #0465bd;
    box-sizing: border-box;
    font-size: 18px;
    padding: 15px 25px;
    border-radius: 25px;
  }
}

.right {
  text-align: right;
}
@media (max-width: 991px) {
  .right {
    text-align: left;
  }
}

.left {
  text-align: left;
}
@media (max-width: 991px) {
  .left {
    text-align: left;
  }
}

.opacity-none {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}/*# sourceMappingURL=styles.css.map */

/*custom styles*/
.section-guarantees__row-5__item__number {
  width: 5%;
  font-size: 50px;
  color: darkorange;
/*color: #0465bd;*/
  text-align: center;
}

.section-guarantees__row-5__button {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
/*  margin-top: 25px;*/
  padding: 15px 30px;
  border-radius: 35px;
  background: #0465bd;
  color: white;
  border: none;
  box-shadow: 0px 6px 0px #0465bd;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  transition: 0.2s;
  cursor: pointer;
}

.section-guarantees__row-5__button:hover {
  box-shadow: 0px 3px 0px #0465bd;
  margin-top: 15px;
}
