/*--------------GENERAL------------*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul {
  margin: 0;
  padding-left: 0;
}
body {
  font-weight: 400;
  background: url('/images/b.png');
  background-color: #f2f0f0;
  color: #212121;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
}
.container {
  padding: 0 15px;
  margin: 0 auto;
}
.section {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 480px) {
  .container {
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.img {
  display: block;
  max-width: 100%;
  height: auto;
}
.link {
  color: #212121;
  text-decoration: none;
}

.margin {
  margin-bottom: 5px;
}
.list {
  list-style: none;
}
.big-text {
  line-height: 2.7;
  font-size: 22px;
}
.big-text-1 {
  font-size: 21px;
}
.little-text {
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.18;
}
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.btn {
  font-family: inherit;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.current {
  color: rgb(184, 19, 19);
  position: relative;
}
.current::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #d00a0a;
}
.position {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.shadow-main {
  box-shadow: 0px 0px 10px 5px #00000049;
}
/*--------------CONDITIONS------------*/
.conditions-link {
  color: rgb(53, 19, 132);
}
.conditions-link:hover,
.conditions-link:focus {
  color: rgb(184, 19, 19);
}
.conditions-ul {
  font-size: 20px;
  line-height: 2.3;
  padding-left: 25px;
}
.conditions-ul-1 {
  font-size: 20px;
  line-height: 2.3;
  padding-left: 55px;
}
.conditions-ul-2 {
  font-size: 17px;
  line-height: 1.5;
  padding-left: 25px;
}
.conditions-li {
  line-height: 1.8;
}
.conditions.section {
  padding-top: 25px;
  padding-bottom: 45px;
}
.conditions-item {
  background-color: #ffffffad;
  border-radius: 20px;
  border-color: #000;
  border: 1px;
  margin-bottom: 20px;
  font-size: 20px;
}
/*--------------CONTACTS------------*/
.contacts-link {
  color: rgb(53, 19, 132);
}
.contacts-link:hover,
.contacts-link:focus {
  color: rgb(184, 19, 19);
}
.contacts-ul {
  font-size: 20px;
  line-height: 2.3;
  padding-left: 25px;
}
.contacts-item {
  background-color: #ffffffad;
  border-radius: 20px;
  border-color: #000;
  border: 1px;
  margin-bottom: 20px;
  font-size: 20px;
}
/*--------------MOB MENU------------*/
.menu-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 15px;
  top: 18px;
  padding: 0;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn__icon-menu {
  cursor: pointer;
  fill: #212121;
  -webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mob-menu__item {
  justify-content: center;
  display: flex;
}
.mob-menu {
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: scroll;
  padding: 48px 48px 48px 48px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.08),
    0px 1px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.08),
    0px 1px 3px rgba(0, 0, 0, 0.16);
  background-color: #dbdbdb;
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
    visibility 250ms cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
    visibility 250ms cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), visibility 250ms cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
  .mob-menu {
    display: none;
  }
}
.mob-menu.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.menu-btn-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 15px;
  top: 20px;
  padding: 0;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 768px) {
  .menu-btn-close {
    display: none;
  }
}
.menu-btn-close__icon-menu-close {
  cursor: pointer;
  fill: #212121;
  -webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mob-menu__item:not(:last-child) {
  margin-bottom: 32px;
}
.mob-menu__link {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.02em;
  letter-spacing: 0.02em;
  color: #212121;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mob-menu__link--current {
  color: #c64c4c;
}
@media screen and (max-width: 479.98px) {
  .mob-menu__link {
    font-size: 8.333vw;
  }
}
.mob-menu__link:hover,
.mob-menu__link:focus {
  color: #c64c4c;
}
.mob-menu__navigation {
  margin-top: 30px;
}
.mob-menu__tel {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.02em;
  color: #212121;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mob-menu__tel:hover,
.mob-menu__tel:focus {
  color: #c64c4c;
}
@media screen and (max-width: 479.98px) {
  .mob-menu__tel {
    font-size: 7.08vw;
  }
}
/*--------------HEADER------------*/
@media screen and (max-width: 1199.98px) {
  .header-social-item-link-tel {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }
}
@media screen and (max-width: 767.98px) {
  .header-social-item-link-tel {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }
  .header-social-list {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }

  .header-social {
    position: relative;
    display: flex;
  }
  .header-social-item:not(:last-child) {
    margin-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .header-social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-left: 10px;
  }
  .header-social {
    display: flex;
  }
  .header-social-item:not(:last-child) {
    margin-right: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .header-social-item-link-tel {
    margin-left: 160px;
    margin-right: 0;
    font-weight: 700;
    font-size: 23px;
  }
  .header .container {
    width: 1200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 5px;
  }
  .header-social {
    display: block;
  }
  .header-social-item:not(:last-child) {
    margin-right: 16px;
  }
}
.header-social-list-b {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-social-item {
  font-weight: 700;
  font-size: 18px;
}
.header-social-item-link:hover,
.header-social-item-link:focus {
  color: rgb(184, 19, 19);
}
.header-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.729);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header-social-link:hover,
.header-social-link:focus {
  background-color: rgb(229, 205, 140);
}
.header-social-link-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgb(201 201 201);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header-social-link-1:hover,
.header-social-link-1:focus {
  background-color: rgba(103, 102, 99, 0.466);
}
.header-item-content-image {
  max-width: 60px;
  height: auto;
  display: block;
}
.header-logo {
  margin-left: 0;
  margin-top: 7px;
}
.header-logo-content {
  align-items: center;
  justify-content: center;
  display: flex;
}
.sticky-header {
  position: fixed !important;
  z-index: 1000;
  box-shadow: 0 0 10px 0 rgba(16, 67, 123, 0.2);
  position: fixed !important;
  left: 0;
  right: 0;
  background-color: #dbdbdb;
}
.header {
  border-bottom: 2px solid #d00a0a;
  align-items: center;
  position: relative;
}
.header-button {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  background-color: rgb(199, 55, 55);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.88;
  letter-spacing: 0.16em;
  display: block;
  height: 50px;
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header-button:hover,
.header-button:focus {
  background-color: rgb(181, 20, 20);
}
.header-main-nav {
  margin: auto;
}
/*--------------HERO------------*/
.hero-title {
  color: #233177;
  font-family: Montserrat;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.75px;
  text-align: center;
}
.hero-p {
  color: #000;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.hero-modal {
  margin-left: 90px;
  margin-right: 90px;
}
.height {
  font-size: 35px;
}
.hero-form {
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  padding-bottom: 3px;
  border: 0;
  font-weight: 700;
  background-color: #ffffffad;
  color: #000000;
  line-height: 1.88;
  letter-spacing: 0.13em;
  display: block;
  height: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-button {
  font-size: 20px;
  padding-bottom: 3px;
  border: 0;
  background-color: rgb(199, 55, 55);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.88;
  letter-spacing: 0.16em;
  display: block;
  height: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 46px;
  }
  .hero-p {
    font-size: 44px;
  }
  .hero-modal {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .hero-title {
    font-size: 36px;
  }
  .hero-p {
    font-size: 34px;
  }
  .hero-modal {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 479.98px) {
  .hero-title {
    font-size: 28px;
  }
  .hero-p {
    font-size: 26px;
  }
  .hero-modal {
    margin-left: 30px;
    margin-right: 30px;
  }
  .hero-button {
    font-size: 16px;
  }
}
.hero {
  max-width: 1200px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero-button:hover,
.hero-button:focus {
  background-color: rgb(181, 20, 20);
}
/*--------------CERTIFICATES------------*/
.certificates.section {
  padding-top: 65px;
  padding-bottom: 65px;
}
.certificates-item-content {
  position: relative;
}
.certificates-list {
  display: flex;
  justify-content: center;
}
.certificates-item {
  display: flex;
  align-items: center;
}
@media (min-width: 0) {
  .certificates-item:not(:last-child) {
    margin-right: 20px;
  }
  .certificates-item-content-image {
    max-width: 60px;
    height: auto;
    display: block;
  }
}
@media (min-width: 480px) {
  .certificates-item:not(:last-child) {
    margin-right: 35px;
  }
  .certificates-item-content-image {
    max-width: 80px;
    height: auto;
    display: block;
  }
}
@media (min-width: 768px) {
  .certificates-item:not(:last-child) {
    margin-right: 50px;
  }
  .certificates-item-content-image {
    max-width: 100px;
    height: auto;
    display: block;
  }
}
@media (min-width: 1200px) {
  .certificates-item:not(:last-child) {
    margin-right: 70px;
  }
  .certificates-item-content-image {
    max-width: 130px;
    height: auto;
    display: block;
  }
}
/*--------------PARTNERS------------*/
@media screen and (min-width: 320px) {
  .partners-1 {
    padding-top: 140px;
  }
}
@media screen and (min-width: 768px) {
  .partners-1 {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .partners-1 {
    padding-top: 140px;
  }
}
.partners-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
  margin-right: 15px;
}
.partners-item {
  flex-basis: calc((100%) / 2);
  margin: 0;
}
.partners.section {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 480px) {
  .partners-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-right: 30px;
  }
  .partners-item {
    flex-basis: calc((100%) / 2);
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .partners-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 40px;
    margin-right: 40px;
  }
  .partners-item {
    flex-basis: calc((100%) / 3);
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .partners-list {
    flex-wrap: nowrap;
    margin-left: 60px;
    margin-right: 60px;
  }
  .partners-item {
    flex-basis: calc((100%) / 6);
  }
  .partners.section {
    padding-top: 75px;
    padding-bottom: 85px;
  }
}
.partners-item-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
/*--------------ADVANTAGES------------*/
@media screen and (min-width: 768px) {
  .advantages-list {
    display: flex;
    justify-content: center;
  }
  .advantages-item:not(:last-child) {
    margin-right: 18px;
  }
  .advantages-item {
    margin-bottom: 0;
  }
}
.advantages.section {
  padding-top: 0;
  padding-bottom: 0;
}
.advantages-item-content {
  border-color: #000;
  border: 10px;
  border-radius: 20px;
}
.advantages-list {
  justify-content: center;
}
.advantages-item {
  background-color: #ffffff;
  border-radius: 20px;
  border-color: #000;
  border: 1px;
  margin-bottom: 20px;
}
.advantages-item-title {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.19;
  color: inherit !important;
  text-decoration: none !important;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
}
.advantages-item-image {
  padding: 0 17px 17px 17px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .advantages-item-image {
    width: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .advantages-item-image {
    width: 564px;
  }
}
.advantages-item-1 {
  align-items: center;
  justify-content: center;
  display: flex;
}
.advantages-item-content {
  padding: 20px;
}
.picture__wrapper {
  transform: scale(100%);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.picture__wrapper:hover {
  transform: scale(110%);
  z-index: 1;
}
.advantages-item-content-button {
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  cursor: pointer;
}
/*--------------FOOTER------------*/
.footer-logo {
  margin-left: 0;
  margin-top: 7px;
}
.footer-social {
  display: block;
}
.footer-social-item:not(:last-child) {
  margin-right: 15px;
}
.footer-social-item {
  font-weight: 700;
  font-size: 18px;
}
.footer-social-item-link:hover,
.footer-social-item-link:focus {
  color: rgb(184, 19, 19);
}
.footer-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgb(238 238 241 / 63%);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-social-link:hover,
.footer-social-link:focus {
  background-color: rgba(130, 124, 124, 0.459);
}
.footer-logo-content {
  align-items: center;
  justify-content: center;
  display: flex;
}
.footer-social-item-tel {
  font-weight: 700;
  font-size: 22px;
  justify-content: center;
  display: flex;
  padding-bottom: 10px;
}
.footer-social-list-a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 5px;
}
.footer-social-list-b {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer {
  background-color: #b3b3b3;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 480px) {
  .footer-social-item-tel {
    font-weight: 700;
    font-size: 22px;
    justify-content: center;
    display: flex;
    padding-bottom: 10px;
  }
  .footer-social-list-a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
  }
  .footer-social-list-b {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-social-item-tel {
    font-weight: 700;
    font-size: 22px;
    justify-content: center;
    display: flex;
    padding-bottom: 10px;
  }
  .footer-social-list-a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
  }
  .footer-social-list-b {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .footer .container {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-social-item-tel {
    font-weight: 700;
    font-size: 22px;
    margin-left: 150px;
    padding-bottom: 0;
  }
  .footer-social-list-a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-social-list-b {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/*--------------CUSTOMERS------------*/
.section__customers {
  padding-bottom: 10px;
}
.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 32px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d65151;
  opacity: 1;
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.swiper-pagination-bullet-active {
  width: 12.4px;
  height: 11.84px;
  background-color: transparent;
  border-radius: unset;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/images/mobile/testimonials/home1.svg');
  transform: scale(1.2);
}
.swiper-slide__position {
  justify-content: center;
  display: flex;
}
.swiper-slide__img {
  margin: 0 auto;
  margin-bottom: 32px;
}
@media screen and(min-width: 768px) {
  .swiper-slide__img {
    margin-bottom: 20px;
  }
}
@media screen and(min-width: 1200px) {
  .swiper-slide__img {
    margin-bottom: 16px;
  }
}
.testimonial {
  box-shadow: 0px 0px 10px 5px #00000049;
  margin: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 36px;
  padding: 50px 50px;
  padding-top: 43px;
  padding-bottom: 21px;
  max-width: 100%;
  position: relative;
  background-color: #fafafa;
}
@media screen and(min-width: 480px) {
  .testimonial {
    min-width: 280px;
  }
}
@media screen and(min-width: 768px) {
  .testimonial {
    max-width: 620px;
    padding: 0 6px;
    padding-top: 37px;
    padding-bottom: 36px;
    margin-bottom: 24px;
  }
}
@media screen and(min-width: 1200px) {
  .testimonial {
    max-width: 1034px;
    padding: 0 106px;
    padding-top: 47px;
    padding-bottom: 31px;
    margin-bottom: 36px;
  }
}
.testimonial::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 53px;
  width: 54px;
  height: 40px;
  background-size: contain;
  background-image: url('/images/112x.png');
}
@media (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .testimonial::before {
    background-image: url('/images/11.png');
  }
}
@media screen and (min-width: 768px) {
  .testimonial::before {
    top: 20px;
    left: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial::before {
    top: 32px;
    left: 105px;
  }
}
.testimonial__wrapper {
  padding-left: 15px;
  padding-right: 8px;
  padding-bottom: 5px;
  background: repeating-linear-gradient(#fafafa, #fafafa 30px, #e1e1e1 30px, #e1e1e1 31px);
}
@media screen and (min-width: 768px) {
  .testimonial__wrapper {
    padding-left: 45px;
    padding-right: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial__wrapper {
    padding-left: 36px;
    padding-right: 35px;
    padding-bottom: 8px;
  }
}
.testimonial__text {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 2.2;
  z-index: 10;
}
@media screen and(min-width: 768px) {
  .testimonial__text {
    font-size: 14px;
    line-height: 2.16;
  }
}
@media screen and(min-width: 1200px) {
  .testimonial__text {
    font-size: 16px;
    line-height: 1.86;
    letter-spacing: 0.04em;
  }
}
.testimonial__name {
  position: relative;

  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.86;
}
@media screen and(min-width: 768px) {
  .testimonial__name {
    font-size: 16px;
    line-height: 1.86;
  }
}
@media screen and(min-width: 1200px) {
  .testimonial__name {
    font-size: 20px;
  }
}
.testimonial__name::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/images/dots-mark.png');
}
@media (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .testimonial__name::after {
    background-image: url('/images/dots-mark.png');
  }
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 9px);
}
/*--------------PHOTO------------*/
.photo-item-content-image-1 {
  display: flex;
  max-width: 90%;
  height: auto;
}
.photo-item-content-image {
  display: flex;
  max-width: 90%;
  height: auto;
}
.photo {
  max-width: 1200px;
  padding-bottom: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 320px) {
  .photo {
    padding-top: 110px;
  }
}
@media screen and (min-width: 768px) {
  .photo {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .photo {
    padding-top: 80px;
  }
  .photo-item-content-image-1 {
    width: 1053px;
    height: 702px;
  }
}
.photo-stable {
  display: flex;
  justify-content: center;
}
/*--------------MODAL------------*/
.modal {
  text-align: center;
  z-index: 1001;
  width: 100%;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding: 10px;
  overflow-y: auto;
  display: none;
}

.modal__main {
  position: relative;
  max-width: 700px;
  background-color: #fff;
  margin: auto;
  color: #000000;
  border-radius: 16px;
  padding: 20px 30px 30px;
  cursor: default;
}

.modal-position {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  font-weight: 700;
  font-size: 23px;
}

.modal__title {
  font-size: 60px;
  margin-bottom: 30px;
}

.modal__container {
  font-size: 30px;
  margin-bottom: 30px;
}

.modal__btn {
  background-color: red;
  color: #fff;
  font-size: 26px;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  border: none;
  padding: 15px 30px;
}

.modal__close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  top: 14px;
  right: 14px;
  outline: 1px solid transparent;
  outline-offset: 3px;
  transition: outline-color 0.15s ease-in-out;
  border-radius: 3px;
  padding: 0;
  text-align: center;
  display: block;
  width: 22px;
  height: 22px;
}

.modal__close:focus-visible {
  outline-color: green;
}
.modal-img {
  display: block;
  width: 100%;
}

.section__button {
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .space {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 320px;
  }
}
