*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  font-family: "Open Sans";
  font-weight: 400;
  text-decoration: none;
  color: #1F1F1F;
}

html, body {
  font-size: 20px;
}
html.hidden-overflow, body.hidden-overflow {
  overflow: hidden;
}

a, button, input, select, textarea {
  border: none;
}

@media only screen and (max-width: 545px) {
  .hidden-xs {
    display: none !important;
  }
}

@media only screen and (max-width: 900px) {
  .hidden-sm {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}
@media only screen and (max-width: 545px) {
  .visible-xs {
    display: flex !important;
  }
}

.visible-sm {
  display: none;
}
@media only screen and (max-width: 900px) {
  .visible-sm {
    display: flex !important;
  }
}

.content {
  width: 100%;
  max-width: 1240px;
  padding: 0 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 545px) {
  .content {
    padding: 0 15px;
  }
}

.toast-messages {
  position: fixed;
  right: 30px;
  top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 1001;
}
@media only screen and (max-width: 900px) {
  .toast-messages {
    right: 15px;
    top: 15px;
  }
}

.message-toast {
  max-width: 290px;
  border-radius: 5px;
  background-color: #00B958;
  padding: 18px 19px 19px 19px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 20px;
}
.message-toast p {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.message-toast.error {
  background-color: #E63322;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.viewer-button.viewer-close {
  top: 48px;
  right: calc(((100vw - 1240px) / 2) + 30px);
  width: 25px;
  height: 25px;
  outline: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  background-image: url(../img/icons/close.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.viewer-button.viewer-close::before {
  content: unset;
}

.policy-page {
  padding: 50px 0 100px 0;
  font-size: 18px;
}
@media only screen and (max-width: 900px) {
  .policy-page {
    font-size: 16px;
  }
}
@media only screen and (max-width: 545px) {
  .policy-page {
    font-size: 14px;
  }
}
.policy-page .content * {
  margin: 1em 0 0.5em 0;
}
.policy-page .content p {
  margin: 1em 0 0.65em 0;
}
.policy-page .content a {
  text-decoration: underline;
}
.policy-page .content h1, .policy-page .content h2, .policy-page .content h3 {
  font-weight: 600;
}
.policy-page .content ul {
  list-style-type: none;
}
.policy-page .content ul li {
  margin: 0.25em 0;
}
.policy-page .back-link {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none !important;
}
.policy-page .back-link:hover {
  color: #00A34D;
}

.navbar {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 100;
  filter: drop-shadow(0px 2px 30px rgba(0, 0, 0, 0.06));
}
@media only screen and (max-width: 900px) {
  .navbar {
    position: fixed;
    left: 0;
    top: 0;
  }
}
.navbar__logo {
  transform: translateY(-6px);
  padding: 10px 0;
}
@media only screen and (max-width: 900px) {
  .navbar__logo {
    transform: none;
  }
}
.navbar__logo img {
  height: 46px;
  display: block;
}
@media (max-width: 1100px) {
  .navbar__logo img {
    height: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .navbar__logo img {
    height: 64px;
  }
}
@media only screen and (max-width: 545px) {
  .navbar__logo img {
    height: 44px;
  }
}
.navbar__partner {
  display: block;
  width: 141px;
  flex: none;
  margin-left: 20px;
}
@media only screen and (max-width: 1240px) {
  .navbar__partner {
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .navbar__partner {
    display: none;
  }
}
.navbar__partner--tablet {
  display: none;
}
@media only screen and (max-width: 900px) {
  .navbar__partner--tablet {
    display: block;
    position: absolute;
    left: 30px;
    top: 0;
    width: 190px;
  }
}
@media (max-width: 600px) {
  .navbar__partner--tablet {
    position: relative;
    left: 0;
    width: 100%;
    margin-bottom: 37px;
  }
}
.navbar__partner img {
  display: block;
  width: 126px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 900px) {
  .navbar__partner img {
    width: 190px;
  }
}
@media only screen and (max-width: 545px) {
  .navbar__partner img {
    width: 126px;
  }
}
.navbar__partner span {
  font-size: 9px;
  line-height: 12px;
  opacity: 0.7;
  display: block;
}
@media only screen and (max-width: 900px) {
  .navbar__partner span {
    font-size: 11px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 545px) {
  .navbar__partner span {
    font-size: 9px;
    line-height: 12px;
  }
}
.navbar__wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 545px) {
  .navbar__wrapper {
    padding: 0 15px;
  }
}
.navbar__links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
@media only screen and (max-width: 900px) {
  .navbar__links {
    display: none;
  }
}
.navbar__links a {
  cursor: pointer;
  font-size: 14px;
  padding-bottom: 15px;
  position: relative;
}
.navbar__links a.active {
  font-weight: 600;
}
.navbar__links a.active::before, .navbar__links a:hover::before, .navbar__links a:focus::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  height: 2px;
  width: calc(100% + 36px);
  border-radius: 2px;
  background-color: #00B958;
}
.navbar__links a:nth-last-child(1)::before, .navbar__links a:nth-child(1)::before {
  width: calc(100% + 18px);
  transform: none;
}
.navbar__links a:nth-child(1)::before {
  left: 0;
}
.navbar__links a:nth-last-child(1)::before {
  right: 0;
  left: unset;
}
.navbar__info {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .navbar__info {
    padding: 23px 0 20px 0;
    align-items: center;
  }
}
@media only screen and (max-width: 545px) {
  .navbar__info {
    padding: 17px 0;
  }
}
.navbar__address {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 21px;
  white-space: nowrap;
}
@media only screen and (max-width: 900px) {
  .navbar__address {
    display: none;
  }
}
.navbar__address img {
  position: absolute;
  left: 0;
  top: 2px;
}
.navbar__address p {
  font-size: 14px;
  font-weight: 600;
}
.navbar__address span {
  font-size: 12px;
  opacity: 0.8;
}
.navbar__contact-info {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 21px;
  white-space: nowrap;
}
@media only screen and (max-width: 900px) {
  .navbar__contact-info {
    margin-left: auto;
    padding-left: 23px;
  }
}
@media (max-width: 710px) {
  .navbar__contact-info {
    display: none;
  }
}
.navbar__contact-info a:hover, .navbar__contact-info a:focus {
  text-decoration: underline;
}
.navbar__contact-info img {
  position: absolute;
  left: 0;
  top: 6px;
}
.navbar__contact-info .address-link {
  display: none;
  margin-top: 5px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .navbar__contact-info .address-link {
    display: block;
  }
}
.navbar__contact-info .address-link img {
  transform: translateX(-23px);
  top: 3px;
}
.navbar__contact-info .address-link p {
  font-size: 16px;
}
.navbar__contact-info .tel-link {
  font-size: 17px;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .navbar__contact-info .tel-link {
    font-size: 20px;
  }
}
.navbar__contact-info span {
  font-size: 14px;
  opacity: 0.8;
}
@media only screen and (max-width: 900px) {
  .navbar__contact-info span {
    display: none;
  }
}
.navbar__contact-info span .mail-link {
  font-size: inherit;
}
.navbar__menu {
  display: none;
  width: 42px;
  height: 42px;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
  background: transparent;
  border: none;
}
.navbar__menu img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 545px) {
  .navbar__menu img {
    width: 27px;
  }
}
.navbar__menu-close {
  opacity: 0;
}
@media only screen and (max-width: 545px) {
  .navbar__menu-close {
    width: 21px !important;
  }
}
@media only screen and (max-width: 900px) {
  .navbar__menu {
    display: flex;
  }
}
.navbar__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 1240px) {
  .navbar__social {
    display: none;
  }
}
.navbar__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.4;
}
.navbar__social a:hover, .navbar__social a:focus {
  opacity: 1;
}
.navbar__social a img {
  display: block;
  width: 22px;
}
@media only screen and (max-width: 900px) {
  .navbar__social a img {
    width: unset;
  }
}
.navbar__button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #1F1F1F;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 21px 11px 21px;
  flex: none;
}
@media (max-width: 1050px) {
  .navbar__button {
    display: none;
  }
}
.navbar__button:hover, .navbar__button:focus {
  background-color: #1F1F1F;
  color: #ffffff;
}
.navbar__dropdown {
  display: none;
  position: absolute;
  width: 100%;
  height: calc(100vh - 100%);
  overflow: auto;
  left: 0;
  top: calc(100% - 1px);
  padding: 30px 30px 42px 30px;
  background-color: #ffffff;
}
@media (max-width: 600px) {
  .navbar__dropdown {
    padding-top: 0;
  }
}
@media only screen and (max-width: 545px) {
  .navbar__dropdown {
    padding: 0px 15px 47px 15px;
  }
}
.navbar__dropdown-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.navbar__dropdown-content .navbar__title {
  font-size: 20px;
}
@media only screen and (max-width: 545px) {
  .navbar__dropdown-content .navbar__title {
    font-size: 14px;
  }
}
.navbar__dropdown-content .navbar__title--small {
  font-size: 18px;
}
@media only screen and (max-width: 545px) {
  .navbar__dropdown-content .navbar__title--small {
    font-size: 14px;
  }
}
.navbar__dropdown-content .navbar__row {
  display: flex;
  margin-top: 18px;
}
@media only screen and (max-width: 545px) {
  .navbar__dropdown-content .navbar__row {
    margin-top: 12px;
  }
}
.navbar__dropdown-content .navbar__row a {
  margin: 0 18.5px;
}
@media only screen and (max-width: 545px) {
  .navbar__dropdown-content .navbar__row a {
    margin: 0 11px;
  }
}
.navbar__dropdown-content .navbar__row a img {
  height: 30px;
}
@media only screen and (max-width: 545px) {
  .navbar__dropdown-content .navbar__row a img {
    height: 26px;
  }
}
.navbar__dropdown-content .navbar__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  border-bottom: none;
}
@media only screen and (max-width: 545px) {
  .navbar__dropdown-content .navbar__links {
    margin-bottom: 7px;
  }
}
.navbar__dropdown-content .navbar__links a {
  font-size: 20px;
  padding-bottom: 0px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 545px) {
  .navbar__dropdown-content .navbar__links a {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 27px;
  }
}
.navbar__dropdown-content .navbar__links a::before {
  content: unset;
}
.navbar__dropdown-content .navbar__links a:hover, .navbar__dropdown-content .navbar__links a:focus {
  color: #00B958;
}
.navbar__dropdown-content .navbar__button {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 240px;
  padding: 16px 0;
  font-size: 18px;
  color: #ffffff;
  background-color: #00B958;
  border: none;
}
@media only screen and (max-width: 545px) {
  .navbar__dropdown-content .navbar__button {
    max-width: 194px;
    padding: 12px 0;
    font-size: 14px;
  }
}
.navbar__dropdown-content .navbar__button:hover, .navbar__dropdown-content .navbar__button:focus {
  background-color: #00A34D;
}
.navbar__dropdown-content .navbar__social {
  display: flex;
  margin: 18px auto 47px auto;
}
@media only screen and (max-width: 545px) {
  .navbar__dropdown-content .navbar__social {
    margin: 11px auto 33px auto;
  }
}
.navbar__dropdown-content .navbar__social a {
  margin: 0 22.5px;
}
@media only screen and (max-width: 545px) {
  .navbar__dropdown-content .navbar__social a {
    margin: 0 17px;
  }
}
.navbar__dropdown-content .navbar__social a img {
  height: 46px;
}
@media only screen and (max-width: 545px) {
  .navbar__dropdown-content .navbar__social a img {
    height: 30px;
  }
}
.navbar__worktime {
  margin: 44px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 545px) {
  .navbar__worktime {
    margin: 35px 0;
  }
}
.navbar__worktime span {
  font-size: 20px;
  opacity: 0.8;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.navbar__worktime span.address-link, .navbar__worktime span.phone-link {
  display: none;
  opacity: 1;
}
@media (max-width: 710px) {
  .navbar__worktime span.address-link, .navbar__worktime span.phone-link {
    display: block;
  }
}
.navbar__worktime span.phone-link a {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 545px) {
  .navbar__worktime span.phone-link a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 545px) {
  .navbar__worktime span {
    margin-bottom: 13px;
  }
}
.navbar__worktime span img {
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translate(-100%, -50%);
}
@media only screen and (max-width: 545px) {
  .navbar__worktime span {
    font-size: 14px;
  }
}
.navbar__worktime span:nth-last-child(1) {
  margin-bottom: 0;
}
.navbar--active .navbar__menu-close {
  opacity: 1;
}
.navbar--active .navbar__menu-burger {
  opacity: 0;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
  display: none;
}
.modal-background {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150vw;
  height: 150%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal .content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 545px) {
  .modal .content {
    align-items: flex-start;
    padding-top: 100px;
  }
}
.modal-close {
  position: absolute;
  top: 48px;
  right: 30px;
  cursor: pointer;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 545px) {
  .modal-close {
    top: 28px;
    right: 17px;
  }
}
.modal-content {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 55px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 546px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 545px) {
  .modal-content {
    padding: 49px 15px;
  }
}
.modal-content__title {
  text-align: center;
  max-width: 460px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat";
  margin-bottom: 8px;
}
@media only screen and (max-width: 545px) {
  .modal-content__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.modal-content__subtitle {
  text-align: center;
  max-width: 415px;
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 30px;
}
@media only screen and (max-width: 545px) {
  .modal-content__subtitle {
    margin-bottom: 39px;
  }
}
.modal-content__wait {
  text-align: center;
  font-size: 14px;
  margin-bottom: 9px;
}
.modal-content__link {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #00B958;
}
@media only screen and (max-width: 545px) {
  .modal-content__link {
    font-size: 18px;
  }
}
.modal-content__link:hover, .modal-content__link:focus {
  color: #00A34D;
}
.modal--success .modal-content {
  padding: 81px 15px;
}
@media only screen and (max-width: 545px) {
  .modal--success .modal-content {
    padding: 41px 15px 36px 15px;
  }
}
.modal-form {
  width: 100%;
  max-width: 375px;
}
@media only screen and (max-width: 545px) {
  .modal-form {
    padding: 0 15px;
  }
}
.modal-form input {
  flex: none;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(31, 31, 31, 0.15);
  margin-bottom: 20px;
  font-size: 14px;
  padding: 14px 25px;
  color: #1F1F1F;
}
@media only screen and (max-width: 545px) {
  .modal-form input {
    padding: 15px 25px 16px 25px;
    margin-bottom: 30px;
  }
}
.modal-form input::placeholder {
  color: rgba(31, 31, 31, 0.4);
}
.modal-form input.incorrect {
  color: #E63322;
  border-color: #E63322;
}
.modal-form input.incorrect::placeholder {
  color: #E63322;
}
.modal-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: transparent;
  width: 100%;
  background-color: #00B958;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 0 13px 0;
}
@media only screen and (max-width: 545px) {
  .modal-form button {
    padding: 15px 0 16px 0;
    font-size: 14px;
  }
}
.modal-form button:hover, .modal-form button:focus {
  background-color: #00A34D;
}
.modal-form__policy {
  text-align: center;
  max-width: 415px;
  font-size: 12px;
  color: #727272;
  margin-top: 20px;
}
.modal-form__policy a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.modal-form__description {
  text-align: center;
  max-width: 320px;
  font-size: 13px;
  opacity: 0.6;
  margin-top: 12px;
}
@media only screen and (max-width: 545px) {
  .modal-form__description {
    font-size: 12px;
    margin-top: 19px;
  }
}

@media only screen and (max-width: 900px) {
  .home-page {
    padding-top: 107px;
  }
}
@media only screen and (max-width: 545px) {
  .home-page {
    padding-top: 78px;
  }
}

.scroll-top-btn {
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 28px rgba(31, 31, 31, 0.12);
  cursor: pointer;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
}
@media only screen and (max-width: 545px) {
  .scroll-top-btn {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 30px;
  }
}
.scroll-top-btn img {
  width: 25px;
  display: block;
}
@media only screen and (max-width: 545px) {
  .scroll-top-btn img {
    width: 20px;
  }
}

.section-header {
  font-size: 26px;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .section-header {
    font-size: 28px;
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 545px) {
  .section-header {
    font-size: 20px;
    margin-bottom: 28px;
  }
}

.header-section {
  position: relative;
  padding: 69px 0 41px 0;
  z-index: 1;
  overflow: hidden;
  background-color: #f3f3f3;
}
@media (max-width: 1000px) {
  .header-section {
    padding: 71px 0 78px 0;
  }
}
@media only screen and (max-width: 545px) {
  .header-section {
    padding: 96px 0 68px 0;
  }
}
.header-section__background {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  z-index: -1;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
@media (max-width: 1000px) {
  .header-section__background {
    height: 326px;
  }
}
@media (max-width: 700px) {
  .header-section__background {
    height: 250px;
  }
}
@media only screen and (max-width: 545px) {
  .header-section__background {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }
}
.header-section__background--mobile {
  display: none;
}
@media only screen and (max-width: 545px) {
  .header-section__background--mobile {
    display: block;
  }
}
.header-section .content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.header-section h1 {
  font-family: "Montserrat";
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 11px;
  width: 100%;
  max-width: 451px;
}
@media (max-width: 1000px) {
  .header-section h1 {
    font-size: 40px;
    max-width: 474px;
  }
}
@media only screen and (max-width: 545px) {
  .header-section h1 {
    font-size: 26px;
    margin-bottom: 9px;
    max-width: 310px;
  }
}
.header-section p {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 25px;
  width: 100%;
  max-width: 450px;
}
@media (max-width: 1000px) {
  .header-section p {
    font-size: 18px;
    max-width: 377px;
  }
}
@media only screen and (max-width: 545px) {
  .header-section p {
    font-size: 14px;
    max-width: 300px;
    margin-bottom: 26px;
  }
}
@media (max-width: 1000px) {
  .header-section p br {
    display: none;
  }
}
.header-section p b {
  font-weight: 600;
  font-size: inherit;
}
.header-section p span {
  color: #00B958;
  font-size: inherit;
  text-decoration: underline;
}
.header-section__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1000px) {
  .header-section__buttons {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.header-section__button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: transparent;
  width: 100%;
  max-width: 205px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  background-color: #1F1F1F;
  padding: 13px 34px 14px 34px;
  margin-bottom: 34px;
}
@media (max-width: 1000px) {
  .header-section__button {
    font-size: 18px;
    padding: 16px 38px;
    max-width: 240px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 545px) {
  .header-section__button {
    max-width: 254px;
    padding: 15px 0 16px 0;
    font-size: 14px;
  }
}
.header-section__button:hover, .header-section__button:focus {
  background-color: #383838;
}
.header-section__button:nth-child(1) {
  margin-right: 20px;
}
.header-section__button--green {
  background-color: #00B958;
  max-width: 275px;
  padding: 7px 16px 7px 16px;
}
@media (max-width: 1000px) {
  .header-section__button--green {
    max-width: 325px;
    padding: 12px 22px;
  }
}
@media only screen and (max-width: 545px) {
  .header-section__button--green {
    max-width: 254px;
    padding: 11px 18px 12px 19px;
  }
}
.header-section__button--green:hover, .header-section__button--green:focus {
  background-color: #00A34D;
}
.header-section__button--green img {
  display: block;
  width: 50px;
  margin-right: 11px;
}
@media only screen and (max-width: 545px) {
  .header-section__button--green img {
    width: 40px;
    margin-right: 7px;
  }
}
.header-section__gift {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 4px 6px 25px rgba(31, 31, 31, 0.05);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 100%;
  max-width: 573px;
}
@media (max-width: 1000px) {
  .header-section__gift {
    display: none;
  }
}
.header-section__gift img {
  margin-right: 13px;
}
.header-section__gift a {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.header-section__gift a b {
  text-decoration: underline;
  font-weight: 600;
  text-transform: uppercase;
  color: #00B958;
}

.discount-section {
  position: relative;
  padding-top: 15px;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 1160px) {
  .discount-section {
    padding-top: 20px;
  }
}
@media (max-width: 760px) {
  .discount-section {
    padding-top: 15px;
  }
}
.discount-section .content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .discount-section .content {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.discount-section__background {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(50vw - 8px);
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 760px) {
  .discount-section__background {
    width: 100vw;
    border-radius: 0 !important;
    right: unset !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.discount-section__background--1 {
  right: 0;
  border-radius: 0 4px 4px 0;
}
.discount-section__background--2 {
  left: 0;
  border-radius: 4px 0 0 4px;
}
.discount-section__item {
  width: calc(50% - 7.5px);
  padding: 26px 60px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (max-width: 1160px) {
  .discount-section__item {
    width: calc(50% - 10px);
    padding: 44px 40px 43px 40px;
  }
}
@media (max-width: 760px) {
  .discount-section__item {
    width: 100%;
    margin-bottom: 15px;
    padding: 25px 15px 27px 15px !important;
  }
}
.discount-section__item:nth-last-child(1) {
  padding-right: 0;
}
@media (max-width: 1160px) {
  .discount-section__item:nth-last-child(1) p {
    display: none;
  }
}
.discount-section__item:nth-child(1) {
  padding-left: 0;
}
.discount-section__item p {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 21px;
}
@media (max-width: 760px) {
  .discount-section__item p {
    font-size: 13px;
    margin-bottom: 11px;
  }
}
.discount-section__item p.text-tablet {
  display: none;
}
@media (max-width: 1160px) {
  .discount-section__item p.text-tablet {
    display: block;
  }
}
.discount-section__item button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: transparent;
  background-color: #00B958;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 24px 10px 24px;
  width: 100%;
  max-width: 160px;
}
@media (max-width: 1160px) {
  .discount-section__item button {
    font-size: 18px;
    padding: 16px 48px;
    max-width: 240px;
  }
}
@media (max-width: 760px) {
  .discount-section__item button {
    padding: 12px 0;
    max-width: 194px;
    font-size: 14px;
  }
}
.discount-section__item button:hover, .discount-section__item button:focus {
  background-color: #00A34D;
}
.discount-section__title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat";
  margin-bottom: 2px;
  white-space: nowrap;
}
@media (max-width: 1160px) {
  .discount-section__title {
    white-space: unset;
    margin-bottom: 9px;
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .discount-section__title {
    font-size: 15px;
  }
}
.discount-section__title span {
  font-size: 22px;
  margin-right: 5px;
}
@media (max-width: 1160px) {
  .discount-section__title span {
    font-size: 20px;
    margin-right: 8px;
  }
}
@media (max-width: 760px) {
  .discount-section__title span {
    font-size: 17px;
    margin-right: 6px;
  }
}
.discount-section__title b {
  font-size: 30px;
  font-weight: 700;
  font-family: "Montserrat";
  color: #00B958;
  margin: 0 5px 0 3px;
  display: inline-flex;
}
@media (max-width: 1160px) {
  .discount-section__title b {
    font-size: 26px;
  }
}
@media (max-width: 760px) {
  .discount-section__title b {
    font-size: 20px;
  }
}
.discount-section__title img {
  display: inline-block;
  margin-right: 8px;
}
@media only screen and (max-width: 545px) {
  .discount-section__title img {
    max-width: 23px;
    margin-right: 5px;
  }
}
.discount-section__title br {
  display: none;
}
@media (max-width: 1160px) {
  .discount-section__title br {
    display: unset;
  }
}
@media (max-width: 760px) {
  .discount-section__title br {
    display: none;
  }
}
@media only screen and (max-width: 545px) {
  .discount-section__title br {
    display: unset;
  }
}
.discount-section__emoji {
  position: relative;
  top: 2px;
}
.discount-section__emoji--1 {
  width: 21px;
}
.discount-section__emoji--2 {
  width: 24px;
}

.info-section {
  position: relative;
  padding-top: 71px;
  z-index: 3;
}
@media only screen and (max-width: 900px) {
  .info-section {
    padding-top: 69px;
  }
}
@media only screen and (max-width: 545px) {
  .info-section {
    padding-top: 55px;
  }
}
.info-section p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .info-section p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 41px;
  }
}
@media only screen and (max-width: 545px) {
  .info-section p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 900px) {
  .info-section p span {
    display: none;
  }
}
.info-section .read-more {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 20px;
  display: none;
}
@media only screen and (max-width: 900px) {
  .info-section .read-more {
    display: contents;
  }
}
@media only screen and (max-width: 545px) {
  .info-section .read-more {
    font-size: 14px;
  }
}
.info-section .read-more a {
  text-decoration: underline;
}
.info-section__advantages {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .info-section__advantages {
    flex-wrap: wrap;
  }
}
.info-section__advantage {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .info-section__advantage {
    width: calc(50% - 80px);
    margin-bottom: 60px;
  }
}
@media (max-width: 790px) {
  .info-section__advantage {
    width: calc(50% - 30px);
  }
}
@media (max-width: 650px) {
  .info-section__advantage {
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .info-section__advantage {
    width: 100%;
    align-items: center;
    margin-bottom: 40px;
  }
}
.info-section__advantage-title {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 50px;
  line-height: 30px;
  font-weight: 800;
  color: #00B958;
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 18px;
  font-family: "Montserrat";
}
@media only screen and (max-width: 900px) {
  .info-section__advantage-title {
    font-size: 60px;
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .info-section__advantage-title {
    font-size: 50px;
    padding-bottom: 25px;
    margin-bottom: 13px;
  }
}
.info-section__advantage-title strong {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  line-height: 30px;
  margin: 0 15px 0 12px;
  display: inline-flex;
}
.info-section__advantage-title b {
  font-weight: 700;
  font-size: 24px;
  line-height: 12px;
  color: inherit;
  font-family: inherit;
}
@media only screen and (max-width: 900px) {
  .info-section__advantage-title b {
    font-size: 28px;
  }
}
.info-section__advantage-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 69px;
  height: 3px;
  border-radius: 2px;
  background-color: #00B958;
}
@media (max-width: 600px) {
  .info-section__advantage-title::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.info-section__advantage span {
  font-size: 15px;
}
@media only screen and (max-width: 900px) {
  .info-section__advantage span {
    font-size: 18px;
    max-width: 285px;
  }
  .info-section__advantage span br {
    display: none;
  }
}
@media (max-width: 600px) {
  .info-section__advantage span {
    font-size: 14px;
    text-align: center;
    max-width: 300px;
  }
}

.services-section {
  position: relative;
  z-index: 4;
  padding-top: 86px;
}
@media (max-width: 1200px) {
  .services-section {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .services-section {
    padding-top: 20px;
  }
}
.services-section .visible-tablet {
  display: none;
}
@media (max-width: 1200px) {
  .services-section .visible-tablet {
    display: block;
  }
}
@media (max-width: 700px) {
  .services-section .visible-tablet {
    display: none;
  }
}
.services-section .visible-mobile {
  display: none;
}
@media (max-width: 700px) {
  .services-section .visible-mobile {
    display: block;
  }
}
.services-section .small-text {
  font-size: 14px;
  margin-top: 26px;
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .services-section .small-text {
    font-size: 16px;
    margin-top: 28px;
  }
}
@media only screen and (max-width: 545px) {
  .services-section .small-text {
    font-size: 12px;
    margin-top: 20px;
  }
}
.services-section .quick-link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: transparent;
  display: flex;
  background-color: #00B958;
  color: #ffffff;
  margin: 46px auto 0 auto;
  width: 100%;
  max-width: 204px;
  padding: 14px 0 13px 0;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .services-section .quick-link {
    font-size: 18px;
    margin-top: 50px;
    padding: 16px 0;
    max-width: 240px;
  }
}
@media only screen and (max-width: 545px) {
  .services-section .quick-link {
    font-size: 14px;
    margin-top: 37px;
    padding: 15px 0 16px 0;
    max-width: 228px;
  }
}
.services-section .quick-link:hover, .services-section .quick-link:focus {
  background-color: #00A34D;
}
.services-section .mb-20 {
  margin-bottom: 20px;
}
.services-section__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 43px;
}
@media (max-width: 1200px) {
  .services-section__title {
    margin-top: 32px;
    margin-bottom: 25px;
    font-size: 22px;
  }
  .services-section__title.visible-tablet {
    display: block !important;
  }
}
@media only screen and (max-width: 545px) {
  .services-section__title {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
.services-section__title small {
  font-size: 14px;
  font-weight: inherit;
}
.services-section__links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .services-section__links {
    display: none;
  }
}
.services-section__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  height: 61px;
  padding: 0 10px;
  width: calc((100% - 54px) / 4);
  border: 1px solid rgba(31, 31, 31, 0.15);
  color: rgba(31, 31, 31, 0.5);
  text-align: center;
}
.services-section__link--active, .services-section__link:hover, .services-section__link:focus {
  background-color: #00B958;
  color: #ffffff;
  border-color: #00B958;
}
.services-section__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
@media (max-width: 1200px) {
  .services-section__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-section__row-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1200px) {
  .services-section__row-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1200px) {
  .services-section__row--titles {
    display: none;
  }
}
.services-section__item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #F3F3F3;
  padding: 35px 24px 35px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
  filter: none;
  transition: box-shadow 0.2s;
}
@media (max-width: 1200px) {
  .services-section__item {
    margin-bottom: 20px;
    padding: 40px 30px 45px 30px;
  }
  .services-section__item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .services-section__item br {
    display: none;
  }
  .services-section__item--1 p {
    max-width: 500px;
  }
  .services-section__item--2 p {
    max-width: 444px;
  }
  .services-section__item--3 p {
    max-width: 492px;
  }
  .services-section__item--4 p {
    max-width: 580px;
  }
  .services-section__item--5 p {
    max-width: 562px;
  }
  .services-section__item--6 p {
    max-width: 340px;
  }
  .services-section__item--7 p {
    max-width: 460px;
  }
  .services-section__item--9 p {
    max-width: 721px;
  }
}
@media only screen and (max-width: 545px) {
  .services-section__item {
    padding: 64px 20px 65px 20px;
  }
  .services-section__item--4 {
    padding: 34px 20px 37px 20px;
  }
  .services-section__item--4 span {
    padding: 8px 16px !important;
  }
  .services-section__item--5 {
    padding: 45px 20px 47px 20px;
  }
}
.services-section__item:hover {
  box-shadow: 4px 7px 20px rgba(0, 0, 0, 0.1);
}
.services-section__item-background {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  z-index: -1;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
@media (max-width: 1200px) {
  .services-section__item-background {
    display: none;
  }
  .services-section__item-background.visible-tablet {
    display: block;
  }
}
@media (max-width: 700px) {
  .services-section__item-background.visible-tablet {
    display: none;
  }
}
.services-section__item-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 9px;
}
@media (max-width: 1200px) {
  .services-section__item-name {
    font-size: 20px;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 545px) {
  .services-section__item-name {
    font-size: 15px;
  }
}
.services-section__item p {
  font-size: 14px;
  opacity: 0.7;
}
@media (max-width: 1200px) {
  .services-section__item p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 545px) {
  .services-section__item p {
    font-size: 13px;
  }
}
.services-section__item p.mb-3 {
  margin-bottom: 3px;
}
.services-section__item span {
  display: inline-flex;
  border-radius: 4px;
  background-color: rgba(0, 185, 88, 0.2);
  padding: 4px 19px 5px 19px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat";
  margin-top: 17px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .services-section__item span {
    font-size: 16px;
    padding: 6px 19px 8px 19px;
  }
}
@media only screen and (max-width: 545px) {
  .services-section__item span {
    font-size: 12px;
    padding: 8px 30px 8px 22px;
  }
}
.services-section__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: transparent;
  margin-bottom: 29px;
  margin-top: auto;
  border: 1px solid #1F1F1F;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 48px 10px 48px;
}
@media (max-width: 1200px) {
  .services-section__item-link {
    font-size: 16px;
    padding: 15px 70px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 545px) {
  .services-section__item-link {
    padding: 12px 60px;
    font-size: 14px;
  }
}
.services-section__item-link.mb-3 {
  margin-bottom: 3px;
}
.services-section__item-link.mb-7 {
  margin-bottom: 7px;
}
.services-section__item-link:hover, .services-section__item-link:focus {
  background-color: #1F1F1F;
  color: #ffffff;
}
.services-section__item--big-padding {
  padding: 42px 24px 42px 30px;
}
@media (max-width: 1200px) {
  .services-section__item--big-padding {
    padding: 22px 30px 28px 30px;
  }
}
@media only screen and (max-width: 545px) {
  .services-section__item--big-padding {
    padding: 51px 20px 55px 20px;
  }
  .services-section__item--big-padding span {
    padding: 8px 16px;
  }
}
.services-section__item--small-padding {
  padding: 21px 24px 26px 30px;
}
@media (max-width: 1200px) {
  .services-section__item--small-padding {
    padding: 23px 30px 32px 30px;
  }
}
@media only screen and (max-width: 545px) {
  .services-section__item--small-padding {
    padding: 24px 20px 29px 20px;
  }
  .services-section__item--small-padding span {
    padding: 8px 16px;
  }
}
.services-section__item--big-padding .services-section__item-link, .services-section__item--small-padding .services-section__item-link {
  margin-bottom: 0;
}

.form-section {
  position: relative;
  padding-top: 86px;
  z-index: 5;
}
@media (max-width: 1100px) {
  .form-section {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 545px) {
  .form-section {
    padding-top: 60px;
  }
}
.form-section--2 {
  padding-top: 0 !important;
}
.form-section__wrapper {
  position: relative;
  padding: 51px 0 52px 0;
  z-index: 1;
  overflow: hidden;
  background-color: #F3F3F3;
}
@media (max-width: 1100px) {
  .form-section__wrapper {
    padding: 53px 30px;
  }
}
@media only screen and (max-width: 545px) {
  .form-section__wrapper {
    padding: 44px 15px;
  }
}
.form-section__background {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  z-index: -1;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
@media (max-width: 1100px) {
  .form-section__background {
    display: none;
  }
}
.form-section__background--tablet {
  display: none;
}
@media (max-width: 1100px) {
  .form-section__background--tablet {
    display: block;
  }
}
@media only screen and (max-width: 545px) {
  .form-section__background--tablet {
    display: none;
  }
}
.form-section__background--mobile {
  display: none;
}
@media only screen and (max-width: 545px) {
  .form-section__background--mobile {
    display: block;
  }
}
.form-section__background--left {
  left: 0;
  right: unset;
}
.form-section form {
  width: 100%;
  max-width: 1038px;
  padding: 36px 30px 35px 30px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 15px 10px 45px rgba(28, 28, 28, 0.05);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .form-section form {
    max-width: 732px;
    padding: 46px 30px 56px 30px;
  }
}
@media only screen and (max-width: 545px) {
  .form-section form {
    padding: 37px 15px 40px 15px;
  }
}
.form-section form h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Montserrat";
  text-align: center;
}
@media only screen and (max-width: 545px) {
  .form-section form h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.form-section form p {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 36px;
  text-align: center;
}
@media (max-width: 1100px) {
  .form-section form p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 545px) {
  .form-section form p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.form-section__row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  width: 100%;
}
@media (max-width: 760px) {
  .form-section__row {
    flex-direction: column;
    margin-bottom: 17px;
  }
}
.form-section__row label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-section__row label span {
  font-size: 13px;
  display: inline-flex;
  white-space: nowrap;
  flex: none;
  margin-right: 13px;
}
@media (max-width: 1100px) {
  .form-section__row label span {
    font-size: 14px;
    margin-right: 15px;
  }
}
@media (max-width: 760px) {
  .form-section__row label span {
    display: none;
  }
}
.form-section__row label input {
  flex: none;
  width: 100%;
  max-width: 248px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(31, 31, 31, 0.15);
  margin-right: 20px;
  font-size: 18px;
  padding: 11px 24px;
}
@media (max-width: 1100px) {
  .form-section__row label input {
    font-size: 20px;
    padding: 15px 28px;
  }
}
@media (max-width: 760px) {
  .form-section__row label input {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 545px) {
  .form-section__row label input {
    font-size: 18px;
    max-width: 228px;
  }
}
.form-section__row label input::placeholder {
  color: rgba(31, 31, 31, 0.35);
}
.form-section__row label input.incorrect {
  color: #E63322;
  border-color: #E63322;
}
.form-section__row label input.incorrect::placeholder {
  color: #E63322;
}
.form-section__row button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: transparent;
  width: 100%;
  max-width: 204px;
  background-color: #00B958;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 0 13px 0;
}
@media (max-width: 1100px) {
  .form-section__row button {
    font-size: 18px;
    padding: 16px 0;
    max-width: 240px;
  }
}
@media only screen and (max-width: 545px) {
  .form-section__row button {
    max-width: 228px;
    font-size: 14px;
    padding: 15px 0 16px 0;
  }
}
.form-section__row button:hover, .form-section__row button:focus {
  background-color: #00A34D;
}
.form-section__checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .form-section__checkbox {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 545px) {
  .form-section__checkbox {
    margin-bottom: 17px;
  }
}
.form-section__checkbox-box {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  flex: none;
  border: 1px solid #00B958;
  background-color: #ffffff;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.form-section__checkbox input {
  display: none;
}
.form-section__checkbox input:checked + .form-section__checkbox-box {
  background-image: url(../img/icons/check.svg);
  background-color: #00B958;
}
.form-section__checkbox span {
  font-size: 12px;
  color: #727272;
  margin-left: 9px;
}
@media (max-width: 1100px) {
  .form-section__checkbox span {
    font-size: 13px;
    margin-left: 14px;
  }
}
@media (max-width: 760px) {
  .form-section__checkbox span {
    max-width: 187px;
    font-size: 11px;
  }
}
.form-section__checkbox span a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.form-section__checkbox.incorrect span {
  color: #E63322;
}
.form-section__contacts {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .form-section__contacts {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 545px) {
  .form-section__contacts {
    max-width: 270px;
  }
}
.form-section__contacts span {
  font-size: 14px;
}
@media (max-width: 1100px) {
  .form-section__contacts span {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .form-section__contacts span {
    width: 100%;
    text-align: center;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 545px) {
  .form-section__contacts span {
    font-size: 12px;
  }
}
.form-section__contacts a {
  margin-left: 10px;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .form-section__contacts a {
    margin-left: 15px;
  }
}
@media (max-width: 760px) {
  .form-section__contacts a {
    margin: 0 10px;
  }
}
.form-section__contacts a img {
  display: block;
}
@media (max-width: 1100px) {
  .form-section__contacts a img {
    width: 26px;
  }
}

.photos-section {
  position: relative;
  padding: 80px 0 86px 0;
  z-index: 6;
}
@media (max-width: 1100px) {
  .photos-section {
    padding: 75px 0 84px 0;
  }
}
@media only screen and (max-width: 545px) {
  .photos-section {
    padding: 57px 0 65px 0;
  }
}
@media (max-width: 600px) {
  .photos-section .content {
    padding: 0 15px;
  }
}
.photos-section__links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .photos-section__links {
    flex-wrap: wrap;
  }
}
.photos-section__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  height: 61px;
  padding: 0 10px;
  width: calc((100% - 54px) / 4);
  border: 1px solid rgba(31, 31, 31, 0.15);
  color: rgba(31, 31, 31, 0.5);
  text-align: center;
}
@media (max-width: 1100px) {
  .photos-section__link {
    width: calc(50% - 12px);
    font-size: 18px;
    height: 64px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .photos-section__link {
    width: 100%;
  }
  .photos-section__link br {
    display: none;
  }
}
@media only screen and (max-width: 545px) {
  .photos-section__link {
    font-size: 13px;
    height: 50px;
  }
}
.photos-section__link--active, .photos-section__link:hover, .photos-section__link:focus {
  color: #1F1F1F;
  border-color: #00B958;
}
.photos-section__link small {
  color: inherit;
  font-size: 10px;
  font-weight: inherit;
  display: contents;
}
.photos-section__container {
  overflow: hidden;
}
@media (max-width: 600px) {
  .photos-section__container {
    margin-top: 20px;
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 0 15px;
  }
}
.photos-section__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 50px;
}
@media (max-width: 1100px) {
  .photos-section__list {
    margin-top: 30px;
    grid-column-gap: 13px;
  }
}
@media (max-width: 600px) {
  .photos-section__list {
    display: flex;
    margin-top: 0px;
    grid-template-columns: unset;
    grid-column-gap: unset;
    grid-row-gap: unset;
  }
}
.photos-section__list-item {
  position: relative;
  height: 280px;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .photos-section__list-item {
    height: 226px;
  }
}
@media (max-width: 600px) {
  .photos-section__list-item {
    height: 215px !important;
    width: 202px !important;
    flex: none;
  }
}
.photos-section__list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.3s;
}
.photos-section__list-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s;
}
.photos-section__list-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icons/loupe.svg);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s;
}
.photos-section__list-item:hover::before {
  opacity: 1;
}
@media only screen and (max-width: 545px) {
  .photos-section__list-item:hover::before {
    opacity: 0;
  }
}
.photos-section__list-item:hover::after {
  opacity: 0.8;
}
@media only screen and (max-width: 545px) {
  .photos-section__list-item:hover::after {
    opacity: 0;
  }
}

.videos-section {
  position: relative;
  padding: 75px 0 188px 0;
  z-index: 7;
  background-color: #F3F3F3;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .videos-section {
    padding: 76px 0 134px 0;
  }
}
@media only screen and (max-width: 545px) {
  .videos-section {
    padding: 54px 0 83px 0;
  }
}
.videos-section .section-header {
  margin-bottom: 74px;
}
@media (max-width: 1100px) {
  .videos-section .section-header {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 545px) {
  .videos-section .section-header {
    margin-bottom: 26px;
  }
}
.videos-section__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .videos-section__row {
    flex-wrap: wrap;
  }
}
.videos-section__row--1 {
  margin-bottom: 184px;
}
@media (max-width: 1100px) {
  .videos-section__row--1 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 545px) {
  .videos-section__row--1 {
    margin-bottom: 89px;
  }
}
.videos-section__text {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1100px) {
  .videos-section__text {
    order: 1;
    max-width: 100%;
    margin-bottom: 66px;
  }
}
@media only screen and (max-width: 545px) {
  .videos-section__text {
    margin-bottom: 49px;
  }
}
.videos-section__text--2 {
  margin-right: 15px;
  max-width: 545px;
}
@media (max-width: 1100px) {
  .videos-section__text--2 {
    max-width: 100%;
  }
}
.videos-section__text--2 .videos-section__description {
  max-width: 490px;
  width: 100%;
}
@media (max-width: 1100px) {
  .videos-section__text--2 .videos-section__description {
    max-width: 100%;
  }
}
.videos-section__text--2 ul li {
  max-width: 540px !important;
}
@media (max-width: 1100px) {
  .videos-section__text--2 ul li {
    max-width: 100% !important;
  }
}
.videos-section__text ul {
  list-style-type: none;
}
.videos-section__text ul li {
  position: relative;
  padding-left: 27px;
  font-size: 14px;
  margin-bottom: 9px;
  max-width: 435px;
}
@media (max-width: 1100px) {
  .videos-section__text ul li {
    font-size: 16px;
    max-width: 100%;
    padding-left: 32px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 545px) {
  .videos-section__text ul li {
    font-size: 13px;
    padding-left: 29px;
  }
}
.videos-section__text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icons/check-circle.svg);
}
@media (max-width: 1100px) {
  .videos-section__text ul li::before {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (max-width: 545px) {
  .videos-section__text ul li::before {
    width: 19px;
    height: 19px;
  }
}
.videos-section__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}
@media (max-width: 1100px) {
  .videos-section__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 545px) {
  .videos-section__title {
    font-size: 17px;
  }
}
.videos-section__description {
  font-size: 14px;
  margin-bottom: 23px;
}
@media (max-width: 1100px) {
  .videos-section__description {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 545px) {
  .videos-section__description {
    font-size: 14px;
    margin-bottom: 19px;
  }
}
.videos-section__subtitle {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 13px;
}
@media (max-width: 1100px) {
  .videos-section__subtitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 545px) {
  .videos-section__subtitle {
    font-size: 15px;
  }
}
.videos-section__overlay {
  margin-right: 43px;
  position: relative;
  z-index: 1;
  width: 517px;
  height: 334px;
}
@media (max-width: 1100px) {
  .videos-section__overlay {
    order: 2;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 545px) {
  .videos-section__overlay {
    width: 100%;
    max-width: 345px;
    height: 208px;
  }
}
.videos-section__overlay-background {
  position: absolute;
  z-index: -1;
  left: -84px;
  top: -147px;
}
@media (max-width: 1100px) {
  .videos-section__overlay-background {
    width: 630px;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 545px) {
  .videos-section__overlay-background {
    width: 400px;
    top: 50%;
  }
}
.videos-section__overlay-background--2 {
  left: -110px;
  top: -175px;
}
@media (max-width: 1100px) {
  .videos-section__overlay-background--2 {
    width: 660px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
  }
}
@media only screen and (max-width: 545px) {
  .videos-section__overlay-background--2 {
    width: 440px;
    top: 53%;
  }
}
.videos-section__overlay-preview {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.videos-section__overlay-video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.videos-section__overlay-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.6);
  z-index: 2;
}
.videos-section__overlay-video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/play.svg);
  z-index: 3;
  transition: transform 0.2s;
}
@media only screen and (max-width: 545px) {
  .videos-section__overlay-video::after {
    width: 46px;
    height: 46px;
  }
}
.videos-section__overlay-video:hover::after {
  transform: translate(-50%, -50%) scale(1.2);
}
.videos-section__overlay-video video {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1F1F1F;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.videos-section__overlay-video--active video {
  opacity: 1;
  pointer-events: unset;
}

.documents-section {
  position: relative;
  padding: 87px 0 86px;
  z-index: 8;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .documents-section {
    padding: 73px 0 80px 0;
  }
}
@media only screen and (max-width: 545px) {
  .documents-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 545px) {
  .documents-section .section-header {
    margin-bottom: 0;
  }
}
.documents-section__container {
  overflow: visible;
}
@media only screen and (max-width: 545px) {
  .documents-section__container {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 36px 15px 0 15px;
  }
}
.documents-section__list {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
@media (max-width: 1100px) {
  .documents-section__list {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 545px) {
  .documents-section__list {
    grid-column-gap: unset;
    grid-row-gap: unset;
    grid-template-columns: unset;
    flex-wrap: nowrap;
  }
}
.documents-section__list-item {
  width: calc((100% - 180px) / 4);
  position: relative;
  box-shadow: 10px 10px 28px rgba(31, 31, 31, 0.09);
  z-index: 1;
  transition: box-shadow 0.2s, filter 0.2s;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .documents-section__list-item {
    width: calc((100% - 80px) / 3);
  }
}
@media only screen and (max-width: 545px) {
  .documents-section__list-item {
    width: 183px;
    flex: none;
  }
}
.documents-section__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.2);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s;
}
.documents-section__list-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icons/loupe.svg);
  z-index: 3;
  opacity: 0;
  transition: opacity 0.2s;
}
.documents-section__list-item:hover {
  box-shadow: none;
}
@media only screen and (max-width: 545px) {
  .documents-section__list-item:hover {
    box-shadow: 10px 10px 28px rgba(31, 31, 31, 0.09);
  }
}
.documents-section__list-item:hover::before, .documents-section__list-item:hover::after {
  opacity: 1;
}
@media only screen and (max-width: 545px) {
  .documents-section__list-item:hover::before, .documents-section__list-item:hover::after {
    opacity: 0;
  }
}
.documents-section__list-item img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}

.trust-section {
  position: relative;
  padding: 80px 0 86px 0;
  z-index: 9;
}
@media only screen and (max-width: 1240px) {
  .trust-section {
    padding: 77px 0 84px 0;
  }
}
@media (max-width: 600px) {
  .trust-section {
    padding: 60px 0 63px 0;
  }
}
@media only screen and (max-width: 1240px) {
  .trust-section .content {
    max-width: 835px;
  }
}
.trust-section .quick-link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: transparent;
  display: flex;
  background-color: #00B958;
  color: #ffffff;
  margin: 50px auto 0 auto;
  width: 100%;
  max-width: 204px;
  padding: 14px 0 13px 0;
  font-size: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 1240px) {
  .trust-section .quick-link {
    font-size: 18px;
    padding: 16px 0;
    max-width: 240px;
  }
}
@media (max-width: 600px) {
  .trust-section .quick-link {
    margin: 25px auto 0 auto;
    font-size: 14px;
    padding: 15px 0 16px 0;
    max-width: 228px;
  }
}
.trust-section .quick-link:hover, .trust-section .quick-link:focus {
  background-color: #00A34D;
}
.trust-section__row {
  display: flex;
  justify-content: space-between;
  grid-column-gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1240px) {
  .trust-section__row {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    margin-bottom: 0;
  }
}
.trust-section__item {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding: 30px;
  height: 260px;
  z-index: 1;
  flex: 1 1 auto;
  max-width: 318px;
}
@media only screen and (max-width: 1240px) {
  .trust-section__item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    padding: 38px 54px 39px 166px !important;
    height: unset;
  }
}
@media (max-width: 600px) {
  .trust-section__item {
    margin-bottom: 15px;
    padding: 28px 15px 29px 93px !important;
  }
}
.trust-section__item--big {
  max-width: 504px;
}
@media only screen and (max-width: 1240px) {
  .trust-section__item--big {
    max-width: 100%;
  }
}
.trust-section__item-background {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  display: block;
  z-index: -1;
}
@media only screen and (max-width: 1240px) {
  .trust-section__item-background {
    left: 0;
    right: unset;
    display: none;
  }
}
.trust-section__item-background--tablet {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .trust-section__item-background--tablet {
    display: block;
  }
}
@media (max-width: 600px) {
  .trust-section__item-background--tablet {
    display: none;
  }
}
.trust-section__item-background--mobile {
  display: none;
}
@media (max-width: 600px) {
  .trust-section__item-background--mobile {
    display: block;
  }
}
.trust-section__item--yellow {
  background-color: #FFF7DB;
  padding: 84px 15px 30px 156px;
}
.trust-section__item--yellow .trust-section__item-background {
  left: 0;
  right: unset;
}
.trust-section__item--pink {
  background-color: #FFE8E8;
}
.trust-section__item--blue {
  background-color: #C8DFEF;
}
.trust-section__item--green {
  background-color: #C2FFDF;
  padding: 46px 40px;
}
.trust-section__item--gray {
  background-color: #ECECEC;
  padding: 46px 30px;
}
.trust-section__item--black {
  background-color: #1A191E;
  padding: 65px 30px;
}
@media only screen and (max-width: 1240px) {
  .trust-section__item--black {
    background-color: #454448;
  }
}
@media (max-width: 600px) {
  .trust-section__item--black .trust-section__item-background {
    width: 100%;
    object-fit: cover;
    object-position: left center;
  }
}
.trust-section__item--black h4, .trust-section__item--black p {
  color: #ffffff;
}
.trust-section__item-gem {
  width: 30px;
  display: block;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1240px) {
  .trust-section__item-gem {
    display: none;
  }
}
.trust-section__item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}
@media (max-width: 600px) {
  .trust-section__item h4 {
    font-size: 15px;
    margin-bottom: 9px;
  }
}
.trust-section__item p {
  font-size: 14px;
  opacity: 0.8;
}
@media only screen and (max-width: 1240px) {
  .trust-section__item p {
    font-size: 17px;
    max-width: 554px;
  }
  .trust-section__item p br {
    display: none;
  }
}
@media (max-width: 600px) {
  .trust-section__item p {
    font-size: 13px;
  }
}

.equipment-section {
  position: relative;
  padding: 80px 0 114px 0;
  background-color: #F3F3F3;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 1240px) {
  .equipment-section {
    padding: 76px 0 87px 0;
  }
}
@media only screen and (max-width: 545px) {
  .equipment-section {
    padding: 54px 0 60px 0;
  }
}
@media only screen and (max-width: 1240px) {
  .equipment-section .content {
    max-width: 1098px;
  }
}
.equipment-section .section-header {
  margin-bottom: 96px;
}
@media only screen and (max-width: 1240px) {
  .equipment-section .section-header {
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 545px) {
  .equipment-section .section-header {
    margin-bottom: 38px;
  }
}
.equipment-section__list {
  display: flex;
  flex-direction: column;
}
.equipment-section__item {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
@media only screen and (max-width: 545px) {
  .equipment-section__item {
    margin-bottom: 40px;
  }
}
.equipment-section__item:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.equipment-section__item-wrapper {
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 15px 10px 45px rgba(31, 31, 31, 0.03);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 20px 83px 20px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
}
@media only screen and (max-width: 1240px) {
  .equipment-section__item-wrapper {
    padding: 0 30px 50px 30px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 545px) {
  .equipment-section__item-wrapper {
    border-radius: 4px;
    padding: 15px 20px 40px 20px;
  }
}
.equipment-section__item-background {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 1240px) {
  .equipment-section__item-background {
    display: none;
  }
}
.equipment-section__item-background--1 {
  left: -108px;
  top: -50px;
}
.equipment-section__item-background--2 {
  left: -118px;
  top: -39px;
}
.equipment-section__item-background--3 {
  left: -80px;
  top: 0px;
}
.equipment-section__item-badge {
  position: absolute;
  left: 322px;
  top: 0;
  background-color: #DE2E21;
  color: #ffffff;
  border-radius: 0 0 4px 4px;
  padding: 15px 18px 14px 17px;
  font-size: 13px;
  font-weight: 600;
}
@media only screen and (max-width: 1240px) {
  .equipment-section__item-badge {
    left: 26px;
    font-size: 14px;
    padding: 14px 24px;
  }
}
@media only screen and (max-width: 545px) {
  .equipment-section__item-badge {
    left: 20px;
    font-size: 11px;
    padding: 8px 22px;
  }
}
.equipment-section__item-image {
  width: 460px;
  height: 460px;
  margin-right: 87px;
  flex: none;
}
@media only screen and (max-width: 1240px) {
  .equipment-section__item-image {
    width: 360px;
    height: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 545px) {
  .equipment-section__item-image {
    width: 223px;
  }
}
.equipment-section__item-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.equipment-section__item-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
  gap: 30px;
}
@media only screen and (max-width: 1240px) {
  .equipment-section__item-buttons {
    justify-content: center;
  }
}
@media only screen and (max-width: 545px) {
  .equipment-section__item-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
.equipment-section__item-buttons button, .equipment-section__item-buttons a {
  margin: 0 !important;
}
.equipment-section__item-text {
  display: flex;
  flex-direction: column;
}
.equipment-section__item-text .mt-20 {
  margin-top: 20px;
}
.equipment-section__item-text .mt-4 {
  margin-top: 4px;
}
.equipment-section__item-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 11px;
}
@media only screen and (max-width: 1240px) {
  .equipment-section__item-text h4 {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 545px) {
  .equipment-section__item-text h4 {
    font-size: 17px;
  }
}
.equipment-section__item-text h5 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 19px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1240px) {
  .equipment-section__item-text h5 {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 21px;
  }
}
@media only screen and (max-width: 545px) {
  .equipment-section__item-text h5 {
    font-size: 15px;
    margin-bottom: 9px;
    margin-top: 16px;
  }
}
.equipment-section__item-text p {
  font-size: 14px;
  opacity: 0.8;
}
@media only screen and (max-width: 1240px) {
  .equipment-section__item-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 545px) {
  .equipment-section__item-text p {
    font-size: 13px;
  }
}
.equipment-section__item-text button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: transparent;
  margin-top: 30px;
  width: 100%;
  max-width: 160px;
  border: 1px solid #1F1F1F;
  padding: 11px 0 10px 0;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 1240px) {
  .equipment-section__item-text button {
    padding: 15px 0;
    max-width: 215px;
    font-size: 16px;
    margin: 44px auto 0 auto;
  }
}
@media only screen and (max-width: 545px) {
  .equipment-section__item-text button {
    padding: 12px 0;
    max-width: 186px;
    font-size: 14px;
    margin: 40px auto 0 0;
  }
}
.equipment-section__item-text button:hover, .equipment-section__item-text button:focus {
  background-color: #1F1F1F;
  color: #ffffff;
}
.equipment-section__item-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: transparent;
  background-color: #00B958;
  color: #ffffff;
  margin-top: 30px;
  width: 100%;
  max-width: 160px;
  padding: 11px 0 10px 0;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 1240px) {
  .equipment-section__item-text a {
    padding: 15px 0;
    max-width: 215px;
    font-size: 16px;
    margin: 44px auto 0 auto;
  }
}
@media only screen and (max-width: 545px) {
  .equipment-section__item-text a {
    padding: 12px 0;
    max-width: 186px;
    font-size: 14px;
    margin: 40px auto 0 0;
  }
}
.equipment-section__item-text a:hover, .equipment-section__item-text a:focus {
  background-color: #00A34D;
}

.partners-section {
  position: relative;
  padding-top: 82px;
  z-index: 11;
  overflow: hidden;
}
@media only screen and (max-width: 1240px) {
  .partners-section {
    padding-top: 74px;
  }
}
@media only screen and (max-width: 545px) {
  .partners-section {
    padding-top: 60px;
  }
}
.partners-section .content {
  padding: 0;
}
.partners-section .section-header {
  padding: 0 30px;
}
@media only screen and (max-width: 545px) {
  .partners-section .section-header {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 545px) {
  .partners-section__container {
    padding: 0 15px;
  }
}
.partners-section__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 545px) {
  .partners-section__row {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.partners-section__row img {
  width: auto;
  height: auto;
  display: block;
  filter: grayscale(1);
  opacity: 0.3;
  transition: filter 0.2s, opacity 0.2s;
  margin: 0 20px 40px 20px;
}
@media only screen and (max-width: 545px) {
  .partners-section__row img {
    margin: 0;
  }
}
.partners-section__row img:hover {
  filter: none;
  opacity: 1;
}

.sections-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1240px) {
  .sections-row {
    flex-wrap: wrap;
  }
}

.faq-section {
  position: relative;
  padding-top: 104px;
  z-index: 12;
  width: 100%;
  max-width: 576px;
  margin-right: auto;
}
@media only screen and (max-width: 1240px) {
  .faq-section {
    padding-top: 77px;
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 545px) {
  .faq-section {
    padding-top: 60px;
  }
}
.faq-section .section-header {
  padding-bottom: 58px;
}
@media only screen and (max-width: 1240px) {
  .faq-section .section-header {
    padding-bottom: 0;
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 545px) {
  .faq-section .section-header {
    margin-bottom: 25px;
  }
}
.faq-section__questions {
  display: flex;
  flex-direction: column;
}
.faq-section__question {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 5px 0 25px 0;
  border-bottom: 1px solid rgba(31, 31, 31, 0.23);
  margin-bottom: 16px;
}
@media only screen and (max-width: 1240px) {
  .faq-section__question {
    margin-bottom: 23px;
    padding: 5px 0 30px 0;
  }
}
@media only screen and (max-width: 545px) {
  .faq-section__question {
    margin-bottom: 20px;
    padding: 0 0 20px 0;
  }
}
.faq-section__question:nth-last-child(1) {
  margin-bottom: 0;
}
@media only screen and (max-width: 1240px) {
  .faq-section__question:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.faq-section__question-header {
  position: relative;
  cursor: pointer;
}
.faq-section__question-header h4 {
  max-width: calc(100% - 40px);
  font-size: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 1240px) {
  .faq-section__question-header h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 545px) {
  .faq-section__question-header h4 {
    font-size: 14px;
  }
}
.faq-section__question-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 1240px) {
  .faq-section__question-toggle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 545px) {
  .faq-section__question-toggle {
    font-size: 20px;
  }
}
.faq-section__question--active .faq-section__question-toggle {
  transform: translateY(-50%) translateY(-2px) translateX(-1px);
}
@media only screen and (max-width: 1240px) {
  .faq-section__question--active .faq-section__question-toggle {
    transform: translateY(-50%) translateY(-4px) translateX(-1px);
  }
}
@media only screen and (max-width: 545px) {
  .faq-section__question--active .faq-section__question-toggle {
    transform: translateY(-50%) translateY(-3px) translateX(-1px);
  }
}
.faq-section__question-content {
  padding-top: 18px;
  opacity: 0.8;
  display: none;
}
@media only screen and (max-width: 1240px) {
  .faq-section__question-content {
    padding-top: 10px;
    padding-right: 25px;
  }
}
.faq-section__question-content p {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 1240px) {
  .faq-section__question-content p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 545px) {
  .faq-section__question-content p {
    font-size: 13px;
    line-height: auto;
  }
}

.contacts-section {
  position: relative;
  padding-top: 104px;
  z-index: 13;
  width: 100%;
  max-width: 504px;
  margin-left: 30px;
  flex: none;
}
@media only screen and (max-width: 1240px) {
  .contacts-section {
    padding-top: 78px;
    margin-left: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 545px) {
  .contacts-section {
    padding-top: 60px;
  }
}
.contacts-section .section-header {
  padding-bottom: 47px;
}
@media only screen and (max-width: 1240px) {
  .contacts-section .section-header {
    padding-bottom: 0;
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 545px) {
  .contacts-section .section-header {
    margin-bottom: 35px;
  }
}
.contacts-section__logo {
  margin-bottom: 30px;
}
@media only screen and (max-width: 545px) {
  .contacts-section__logo {
    margin-bottom: 33px;
  }
}
.contacts-section__logo img {
  width: 100%;
  max-width: 205px;
}
@media only screen and (max-width: 1240px) {
  .contacts-section__logo img {
    max-width: 330px;
  }
}
@media only screen and (max-width: 545px) {
  .contacts-section__logo img {
    max-width: 207px;
  }
}
.contacts-section__card {
  position: relative;
  background-color: #F3F3F3;
  border-radius: 4px;
  overflow: hidden;
  padding: 50px 34px 45px 34px;
  z-index: 1;
}
@media only screen and (max-width: 1240px) {
  .contacts-section__card {
    padding: 40px 40px 48px 45px;
  }
}
@media only screen and (max-width: 545px) {
  .contacts-section__card {
    padding: 39px 20px 38px 20px;
  }
}
.contacts-section__card h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1240px) {
  .contacts-section__card h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 545px) {
  .contacts-section__card h4 {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
.contacts-section__card p {
  font-size: 15px;
  margin-bottom: 30px;
  opacity: 0.8;
}
@media only screen and (max-width: 1240px) {
  .contacts-section__card p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 545px) {
  .contacts-section__card p {
    font-size: 14px;
    margin-bottom: 26px;
  }
}
.contacts-section__card p:nth-last-child(1) {
  margin-bottom: 0;
}
.contacts-section__card a {
  display: inline-flex;
}
.contacts-section__tel-link {
  font-size: 17px;
  margin-top: 3px;
  margin-bottom: 27px;
  opacity: 0.8;
}
@media only screen and (max-width: 1240px) {
  .contacts-section__tel-link {
    font-size: 22px;
  }
}
@media only screen and (max-width: 545px) {
  .contacts-section__tel-link {
    font-size: 17px;
  }
}
.contacts-section__tel-link:hover, .contacts-section__tel-link:focus {
  text-decoration: underline;
}
.contacts-section__mail-link {
  font-size: 15px;
  margin-bottom: 28px;
  opacity: 0.8;
}
@media only screen and (max-width: 1240px) {
  .contacts-section__mail-link {
    font-size: 20px;
  }
}
@media only screen and (max-width: 545px) {
  .contacts-section__mail-link {
    font-size: 14px;
    margin-bottom: 31px;
  }
}
.contacts-section__mail-link:hover, .contacts-section__mail-link:focus {
  text-decoration: underline;
}
.contacts-section__background {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  z-index: -1;
}
@media only screen and (max-width: 1240px) {
  .contacts-section__background {
    display: none;
  }
}
.contacts-section__background--tablet {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .contacts-section__background--tablet {
    display: block;
  }
}
@media (max-width: 700px) {
  .contacts-section__background--tablet {
    display: none;
  }
}
.contacts-section__background--mobile {
  display: none;
}
@media (max-width: 700px) {
  .contacts-section__background--mobile {
    display: block;
  }
}

.big-form-section {
  position: relative;
  padding-top: 91px;
  z-index: 14;
}
@media only screen and (max-width: 1240px) {
  .big-form-section {
    padding-top: 85px;
  }
}
@media (max-width: 600px) {
  .big-form-section {
    padding-top: 65px;
  }
}
.big-form-section__wrapper {
  position: relative;
  padding: 71px 0 72px 0;
  z-index: 1;
  overflow: hidden;
  background-color: #F3F3F3;
}
@media only screen and (max-width: 1240px) {
  .big-form-section__wrapper {
    padding: 68px 30px;
  }
}
@media (max-width: 600px) {
  .big-form-section__wrapper {
    padding: 43px 15px 42px 15px;
  }
}
.big-form-section__background {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  z-index: -1;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
@media only screen and (max-width: 1240px) {
  .big-form-section__background {
    display: none;
  }
}
.big-form-section__background--tablet {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .big-form-section__background--tablet {
    display: block;
  }
}
@media (max-width: 600px) {
  .big-form-section__background--tablet {
    display: none;
  }
}
.big-form-section__background--mobile {
  display: none;
}
@media (max-width: 600px) {
  .big-form-section__background--mobile {
    display: block;
  }
}
.big-form-section form {
  width: 100%;
  max-width: 1038px;
  padding: 57px 30px 56px 30px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 15px 10px 45px rgba(28, 28, 28, 0.05);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}
@media only screen and (max-width: 1240px) {
  .big-form-section form {
    padding: 46px 30px 51px 30px;
    max-width: 732px;
  }
}
@media (max-width: 600px) {
  .big-form-section form {
    padding: 51px 15px;
  }
}
.big-form-section form h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Montserrat";
  text-align: center;
}
@media (max-width: 600px) {
  .big-form-section form h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.big-form-section form p {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 38px;
  text-align: center;
}
@media only screen and (max-width: 1240px) {
  .big-form-section form p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .big-form-section form p {
    font-size: 14px;
  }
}
.big-form-section form input,
.big-form-section form textarea {
  flex: none;
  width: 100%;
  max-width: 235px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(31, 31, 31, 0.15);
  font-size: 14px;
  padding: 14px 25px;
  margin-bottom: 20px;
  color: #1F1F1F;
}
@media only screen and (max-width: 1240px) {
  .big-form-section form input,
.big-form-section form textarea {
    margin-bottom: 30px;
    max-width: calc(50% - 15px);
    padding: 17px 20px;
    font-size: 17px;
    height: 57px;
  }
}
@media (max-width: 600px) {
  .big-form-section form input,
.big-form-section form textarea {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    max-width: 230px;
    padding: 16px 23px;
    font-size: 13px;
    height: 50px;
  }
}
.big-form-section form input::placeholder,
.big-form-section form textarea::placeholder {
  color: rgba(31, 31, 31, 0.4);
}
.big-form-section form input.incorrect,
.big-form-section form textarea.incorrect {
  color: #E63322;
  border-color: #E63322;
}
.big-form-section form input.incorrect::placeholder,
.big-form-section form textarea.incorrect::placeholder {
  color: #E63322;
}
.big-form-section form textarea {
  max-width: 100%;
  width: 100%;
  height: 84px;
  resize: none;
}
@media only screen and (max-width: 1240px) {
  .big-form-section form textarea {
    max-width: calc(50% - 15px);
    height: 57px;
  }
}
@media (max-width: 600px) {
  .big-form-section form textarea {
    height: 50px;
    max-width: 230px;
  }
}
.big-form-section form button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: transparent;
  width: 100%;
  max-width: 204px;
  background-color: #00B958;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 0 13px 0;
}
@media only screen and (max-width: 1240px) {
  .big-form-section form button {
    font-size: 18px;
    padding: 16px 0;
    max-width: 240px;
  }
}
@media (max-width: 600px) {
  .big-form-section form button {
    font-size: 14px;
    padding: 15px 0 16px 0;
    max-width: 230px;
  }
}
.big-form-section form button:hover, .big-form-section form button:focus {
  background-color: #00A34D;
}
.big-form-section__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 745px;
}
@media only screen and (max-width: 1240px) {
  .big-form-section__row {
    align-items: flex-start;
    max-width: 526px;
  }
}
@media (max-width: 600px) {
  .big-form-section__row {
    max-width: 230px;
  }
}
.big-form-section__checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .big-form-section__checkbox {
    margin-top: 16px;
  }
}
.big-form-section__checkbox-box {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  flex: none;
  border: 1px solid #00B958;
  background-color: #ffffff;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.big-form-section__checkbox input {
  display: none;
}
.big-form-section__checkbox input:checked + .big-form-section__checkbox-box {
  background-image: url(../img/icons/check.svg);
  background-color: #00B958;
}
.big-form-section__checkbox span {
  font-size: 12px;
  color: #727272;
  margin-left: 9px;
}
@media only screen and (max-width: 1240px) {
  .big-form-section__checkbox span {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .big-form-section__checkbox span {
    font-size: 11px;
    max-width: 187px;
  }
}
.big-form-section__checkbox span a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.big-form-section__checkbox.incorrect span {
  color: #E63322;
}

.footer {
  position: relative;
  padding: 58px 0 49px 0;
  z-index: 15;
}
@media only screen and (max-width: 1240px) {
  .footer {
    padding: 39px 0 48px 0;
  }
}
@media only screen and (max-width: 545px) {
  .footer {
    padding: 30px 0 32px 0;
    overflow: hidden;
  }
}
.footer__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1240px) {
  .footer__row {
    flex-direction: column;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1240px) {
  .footer__info {
    flex-direction: row;
  }
}
@media only screen and (max-width: 545px) {
  .footer__info {
    flex-wrap: wrap;
  }
}
.footer__info--right {
  align-items: flex-end;
}
@media only screen and (max-width: 1240px) {
  .footer__info--right {
    display: none;
  }
}
.footer__logo {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1240px) {
  .footer__logo {
    margin-bottom: 20px;
    margin-right: 56px;
  }
}
@media only screen and (max-width: 545px) {
  .footer__logo {
    margin-bottom: 17px;
    margin-right: 20px;
  }
}
.footer__logo img {
  max-width: 242px;
  display: block;
}
@media only screen and (max-width: 1240px) {
  .footer__logo img {
    max-width: 226px;
  }
}
@media only screen and (max-width: 545px) {
  .footer__logo img {
    max-width: 200px;
  }
}
.footer__partner {
  display: block;
  width: 141px;
  margin-bottom: 27px;
}
@media only screen and (max-width: 545px) {
  .footer__partner {
    width: 125px;
  }
}
.footer__partner img {
  display: block;
  width: 126px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 545px) {
  .footer__partner img {
    width: 104px;
  }
}
.footer__partner span {
  font-size: 9px;
  line-height: 12px;
  opacity: 0.7;
  display: block;
}
@media only screen and (max-width: 545px) {
  .footer__partner span {
    font-size: 8px;
    line-height: 11px;
  }
}
.footer__copyright {
  font-size: 13px;
  opacity: 0.7;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1240px) {
  .footer__copyright {
    display: none;
  }
}
.footer__copyright--tablet {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .footer__copyright--tablet {
    display: block;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .footer__copyright--tablet br {
    display: none;
  }
}
@media only screen and (max-width: 545px) {
  .footer__copyright--tablet {
    font-size: 11px;
    margin-top: 10px;
  }
}
.footer__politics {
  font-size: 12px;
  opacity: 0.7;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1240px) {
  .footer__politics {
    display: none;
  }
}
.footer__politics:hover {
  opacity: 1;
}
.footer__links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 1240px) {
  .footer__links {
    display: none;
  }
}
.footer__links span {
  font-size: 14px;
  margin-right: 16px;
}
.footer__links a {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.footer__menu {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1240px) {
  .footer__menu {
    flex-direction: row;
  }
}
@media (max-width: 675px) {
  .footer__menu {
    display: none;
  }
}
.footer__menu--mobile {
  display: none;
  flex-wrap: wrap;
}
@media (max-width: 675px) {
  .footer__menu--mobile {
    display: flex;
  }
}
.footer__menu a {
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1240px) {
  .footer__menu a {
    font-size: 18px;
    margin-bottom: 20px;
    margin-right: 100px;
  }
  .footer__menu a:nth-last-child(1) {
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  .footer__menu a {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 545px) {
  .footer__menu a {
    font-size: 14px;
    margin-right: 50px;
    display: inline-flex;
  }
}
.footer__menu a:hover, .footer__menu a:focus {
  color: #00B958;
}
.footer__social-title {
  font-size: 14px;
  margin-bottom: 14px;
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  width: 100%;
}
.footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 45px;
  opacity: 0.4;
}
.footer__social a:hover, .footer__social a:focus {
  opacity: 1;
}
.footer__social a img {
  display: block;
  width: 29px;
}
.footer__tel-link {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 9px;
}
.footer__tel-link:hover, .footer__tel-link:focus {
  text-decoration: underline;
}
.footer__address {
  font-size: 14px;
  margin-bottom: 11px;
  opacity: 0.8;
}
.footer__email-link {
  font-size: 14px;
  opacity: 0.8;
}
.footer__email-link:hover, .footer__email-link:focus {
  text-decoration: underline;
}

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