:where(:not(html, iframe, canvas, img, svg, video, audio, u, b, strong, em, i, mark, small, sub, sup, del, ins, s, strike):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
a,
button {
  cursor: revert;
}
menu,
ol,
summary,
ul {
  list-style: none;
}
ol {
  counter-reset: revert;
}
img {
  max-block-size: 100%;
  max-inline-size: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
:where(pre) {
  all: revert;
  box-sizing: border-box;
}
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable='false'])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  -webkit-line-break: after-white-space;
  overflow-wrap: break-word;
  -webkit-user-select: auto;
}
:where([draggable='true']) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}
::-webkit-details-marker {
  display: none;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(./assets/fonts/Montserrat-Regular.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(./assets/fonts/Montserrat-Medium.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url(./assets/fonts/Montserrat-SemiBold.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(./assets/fonts/Montserrat-Bold.woff) format('woff');
  font-display: swap;
}
body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  position: relative;
  width: 100%;
}
.no-scroll {
  overflow: hidden;
}

.header {
  background-color: #fff;
  color: #001f31;
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header__icon {
  display: inline-block;
  height: 22px;
  width: 22px;
}
.header__wrapper {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: space-between;
  padding: 0 12px;
  width: 100%;
}
.header__logo {
  display: inline-block;
  height: 42px;
  width: 188px;
  fill: #001f31;
  cursor: pointer;
}
.header__logo:hover {
  fill: #004e7b;
}
.header__left {
  align-items: center;
  display: none;
}
.header__left-nav {
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  height: 100%;
  row-gap: 10px;
}
.header__right {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  gap: 14px;
  justify-content: flex-end;
  white-space: nowrap;
}
.header__right-link {
  display: inline-flex;
}
.header__right-search {
  align-items: center;
  background-color: #001f31;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  height: 22px;
  justify-content: center;
  width: 22px;
}
.header__right-search img {
  height: 14px;
  width: 14px;
}
.header__right-contacts {
  align-items: center;
  align-self: flex-start;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 14px;
  margin-right: auto;
  white-space: nowrap;
}
.header__right-contacts-phone {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
.header__right-contacts-messenger {
  display: none;
}
.header__burger {
  align-items: center;
  background-color: #001f31;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  gap: 2px;
  height: 22px;
  justify-content: center;
  width: 22px;
}
.header__burger--opened .header__burger-bar {
  background-color: #f4a614;
}
.header__burger-bar {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 12px;
}
.search-wrapper {
  align-items: center;
  background-color: #efefef;
  border-radius: 8px;
  display: inline-flex;
  flex-grow: 1;
  flex-shrink: 0;
  gap: 10px;
  justify-content: flex-end;
  margin-right: 30px;
  padding: 2px;
  position: relative;
  width: 189px;
}
.search-wrapper__input {
  display: inline-flex;
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
  width: 100%;
}
.search-wrapper__button-clear {
  cursor: pointer;
  display: none;
  flex-shrink: 0;
  height: auto;
  width: auto;
}
.search-wrapper__button-clear-icon {
  height: 10px;
  width: 10px;
}
.search-wrapper__button {
  align-items: center;
  background-color: #001f31;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  transition: background-color 0.1s;
  width: 32px;
}
.search-wrapper__button:hover {
  background-color: #004e7b;
}
.search-wrapper__icon {
  height: 22px;
  width: 22px;
}
.nav-mobile {
  max-width: 430px;
  overflow: auto;
  transform: translate(100%);
  transition: transform 0.3s ease-out;
  z-index: 50;
  z-index: 52;
}
.nav-mobile,
.nav-mobile__backdrop {
  position: fixed;
  right: 0;
  top: 80px;
  width: 100%;
}
.nav-mobile__backdrop {
  animation: backdrop 0.3s ease-out;
  background-color: #0006;
  display: none;
  height: 100%;
}
@keyframes backdrop {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav-mobile.nav-mobile--opened {
  transform: translate(0);
}
.nav-mobile__content {
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 100%;
  z-index: 51;
}
.nav-mobile__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 9px 12px;
}
.nav-mobile__link {
  align-items: center;
  color: #001f31;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  min-width: 330px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.nav-mobile__link-background {
  background-color: #f4a614;
  border-radius: 10px;
  color: #001f31;
  height: 64px;
  justify-content: flex-start;
  margin-left: -40px;
  margin-right: 12px;
  padding-left: 56px;
  transform: skew(-20deg);
  width: 100%;
}
.nav-mobile__link-background,
.nav-mobile__link-icon {
  align-items: center;
  box-shadow: 0 3px 5px #0006;
  display: flex;
}
.nav-mobile__link-icon {
  background-color: #ffa600;
  border-radius: 50%;
  flex-shrink: 0;
  height: 80px;
  justify-content: center;
  transition: background-color 0.1s;
  width: 80px;
  z-index: 1;
}
.nav-mobile__link-icon svg {
  color: #f4a614;
}
.nav-mobile__link-text {
  left: 91px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.1s;
}

.main_contacts{
	background: #efefef;
	padding: 80px 12px 40px
}


@media (pointer: fine) {
  .nav-mobile__link:hover .nav-mobile__link-icon {
    background-color: #fff;
  }
  .nav-mobile__link:hover .nav-mobile__link-text {
    color: #fff;
  }
  .nav-mobile__link:hover .nav-mobile__link-background {
    background-color: #d28d0b;
  }
}
.nav-mobile__link:active .nav-mobile__link-icon {
  background-color: #ffc908;
}
.nav-mobile__link:active .nav-mobile__link-text {
  color: #ffc908;
}
@media (min-width: 768px) {
  .header__right-contacts-messenger {
    display: inline-flex;
  }
}
@media (min-width: 1280px) {
  .header__burger,
  .header__right-search,
  .nav-mobile {
    display: none;
  }
  .header__left {
    display: flex;
  }
  .header__wrapper {
    height: 90px;
    padding: 0 40px;
    gap: 23px;
  }
  .header__logo {
    
  }
  .header__right {
    flex-grow: 0;
  }
}
@media (min-width: 1920px) {
  .header__wrapper {
    height: 150px;
    padding: 0 100px;
  }
  .header__right-contacts {
    gap: 20px;
  }
  .header__icon {
    height: 36px;
    width: 36px;
  }
  .header__left-nav {
    -moz-column-gap: 36px;
    column-gap: 36px;
    row-gap: 15px;
  }
  .header__logo {
    height: 60px;
    width: 270px;
  }
  .header__left-nav {
    font-size: 18px;
  }
  .search-wrapper {
    margin-right: 36px;
    width: 270px;
    gap: 20px;
  }
  .search-wrapper__input {
    font-size: 14px;
    line-height: 16px;
  }
  .search-wrapper__button-clear-icon {
    height: 20px;
    width: 20px;
  }
  .search-wrapper__button {
    height: 48px;
    width: 48px;
  }
  .search-wrapper__icon {
    height: 22px;
    width: 22px;
  }
  .header__right-contacts-phone {
    font-size: 20px;
  }
}
@media (min-width: 3440px) {
  .header__wrapper {
    height: 200px;
    padding: 0 250px;
  }
  .header__right-contacts {
    gap: 40px;
  }
  .header__icon {
    height: 58px;
    width: 58px;
  }
  .header__left-nav {
    -moz-column-gap: 70px;
    column-gap: 70px;
    row-gap: 30px;
  }
  .header__logo {
    height: 69px;
    width: 309px;
  }
  .header__left-nav {
    font-size: 24px;
  }
  .search-wrapper {
    margin-right: 40px;
    width: 329px;
  }
  .search-wrapper__input {
    font-size: 24px;
    line-height: 25px;
    margin-left: 15px;
  }
  .search-wrapper__button {
    height: 58px;
    width: 58px;
  }
  .search-wrapper__icon {
    height: 34px;
    width: 34px;
  }
}
.top-banner {
  align-items: center;
  display: flex;
  justify-content: center;
}
.top-banner,
.top-banner__wrapper {
  overflow: hidden;
  position: relative;
}
.top-banner__wrapper {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
	padding: 0 12px
}
.top-banner__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.top-banner__video {
  display: none;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top-banner__content {
  align-items: center;
  color: #001f31;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  padding: 24px 36px;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
}
.top-banner__logo {
  height: 43.56px;
  margin-bottom: 20px;
  width: 195px;
  fill: #001f31;
}
.top-banner__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28.87px;
  padding: 10px;
}
.top-banner__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 10px;
}
.top-banner__btn {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4.29px 4.29px #00000040;
  color: #001f31;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.4px;
  margin-top: 70px;
  padding: 15px 30px;
  text-decoration: none;
  transition: background-color 0.1s ease-out;
  white-space: nowrap;
}
@media (pointer: fine) {
  .top-banner__btn:hover {
    background-color: #ffa600;
  }
}
.top-banner__btn:active {
  background-color: #ff8a00;
}
.top-banner__btn--valid {
  background-color: #333;
  color: #8f8f8f;
}
.top-banner__badges {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: auto;
}
.top-banner__badge {
  align-items: center;
  display: flex;
  font-weight: 600;
  gap: 20px;
}
.top-banner__badge-image {
  height: 45px;
}
.top-banner__badge-text {
  font-size: 14px;
  font-weight: 600;
  text-align: start;
}
.social-section {
	padding: 40px 12px
}
@media (min-width: 768px) {
  .top-banner__video {
    display: block;
  }

  .top-banner__content {
    color: #fff;
    padding: 40px;
    position: absolute;
  }
  .top-banner__logo {
    display: none;
  }
  .top-banner__badges {
    flex-direction: row;
    gap: 50px;
  }
}
@media (min-width: 1280px) {
  .top-banner__title {
    font-size: 40px;
    line-height: 50px;
  }
  .top-banner__description {
    font-size: 24px;
    line-height: 30px;
  }
  .top-banner__content {
    color: #fff;
    padding: 50px 40px;
  }
  .top-banner__badges {
    gap: 109px;
  }
  .top-banner__badge {
    font-size: 18px;
  }
  .top-banner__badge-image {
    height: 90px;
  }
  .top-banner__badge-text {
    font-size: 18px;
  }
  .top-banner__btn {
    font-size: 16px;
    margin-top: 50px;
    padding: 20px 30px;
  }
}
@media (min-width: 1920px) {
.main_contacts {
	padding: 80px 100px 40px
}
	.top-banner__wrapper {
	  padding: 0 100px;
	}
	.social-section {
		padding: 90px 100px 55px;
	}
  .top-banner__title {
    font-size: 52px;
    line-height: 50px;
  }
  .top-banner__description {
    font-size: 28px;
    line-height: 30px;
  }
  .top-banner__content {
    padding: 70px 40px;
  }
  .top-banner__badge {
    font-size: 20px;
    gap: 25px;
  }
  .top-banner__badge-image {
    height: 108px;
  }
  .top-banner__badge-text {
    font-size: 20px;
  }
  .top-banner__btn {
    font-size: 24px;
    margin-top: 60px;
    padding: 30px 50px;
  }
}
@media (min-width: 3440px) {
  .top-banner__title {
    font-size: 64px;
    line-height: 55px;
  }
  .top-banner__description {
    font-size: 40px;
    line-height: 40px;
  }
  .top-banner__content {
    padding: 100px 40px;
  }
  .top-banner__badge {
    font-size: 32px;
    gap: 35px;
  }
  .top-banner__badge-image {
    height: 148px;
  }
  .top-banner__badge-text {
    font-size: 32px;
  }
  .top-banner__btn {
    font-size: 36px;
    margin-top: 60px;
    padding: 40px 50px;
  }
}
.company {
  background-color: #001f31;
  background-image: url(./assets/background-WFU0fmm-.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.company:before {
  background-color: #001f31cc;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.company__wrapper {
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
  padding: 24px 12px 62px;
}
.company__side,
.company__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}
.company__side {
  flex-direction: row;
  gap: 35px;
  justify-content: center;
  z-index: 2;
}
.company__person {
  align-items: center;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  position: relative;
  width: 100%;
  width: 120px;
}
.company__person-img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.company__person-info {
  color: #fff;
  padding-top: 7px;
  position: absolute;
  top: 100%;
  white-space: nowrap;
}
.company__person-name {
  font-size: 8px;
  font-weight: 600;
  text-align: center;
}
.company__person-position {
  font-size: 7px;
  text-align: center;
}
.company__center {
  color: #fff;
  height: 100%;
  justify-content: space-between;
  order: -1;
  width: 100%;
  z-index: 5;
}
.company__center,
.company__center-header {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.company__center-header {
  gap: 15px;
  justify-content: center;
}
.company__center-logo {
  width: 60px;
}
.company__center-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 37.9px;
  text-align: center;
  white-space: nowrap;
}
.company__center-person {
  height: auto;
  max-width: 200px;
  position: relative;
}

.company__center-img-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

.company__center-img-wrapper::before {
  content: '';
  position: absolute;
  display: block;
  top: 80%;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(0, 31, 49, 0) 0%, #001f31 100%);
}

.company__center-img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.company__center-info {
  border-radius: 10px;
  color: #fff;
  left: 50%;
  padding: 0 30px;
  position: absolute;
  top: 95%;
  transform: translate(-50%);
  white-space: nowrap;
}
.company__center-name {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.company__center-position {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 430px) {
  .company__wrapper {
    flex-direction: row;
    gap: 17px;
  }
  .company__person {
    width: 90px;
  }
  .company__center {
    order: 0;
  }
  .company__side {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .company__wrapper {
    padding: 50px 12px 100px;
  }
  .company__side {
    gap: 80px;
  }
  .company__person {
    width: 150px;
  }
  .company__person-info {
    padding-top: 10px;
    top: 96%;
  }
  .company__person-name {
    font-size: 16px;
    line-height: 19px;
  }
  .company__person-position {
    font-size: 14px;
    line-height: 17px;
  }
  .company__center-person {
    max-width: 90%;
  }
  .company__center-name {
    font-size: 28px;
    line-height: 32px;
  }
  .company__center-position {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1280px) {
  .company__wrapper {
    padding: 50px 140px 100px;
  }
  .company__side {
    gap: 122px;
    justify-content: space-between;
  }
  .company__person {
    width: 189px;
  }
  .company__person-name {
    font-size: 16px;
    line-height: 19px;
  }
  .company__person-position {
    font-size: 14px;
    line-height: 17px;
  }
  .company__center-logo {
    width: 68px;
  }
  .company__center-title {
    font-size: 32px;
    line-height: 37.9px;
  }
  .company__center-name {
    font-size: 32px;
    line-height: 39px;
  }
  .company__center-position {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1600px) {
  .company__person {
    width: 270px;
  }
  .company__person-info {
    padding-top: 14px;
  }
  .company__person-name {
    font-size: 22px;
    line-height: 26px;
  }
  .company__person-position {
    font-size: 18px;
    line-height: 22px;
  }
  .company__center-logo {
    width: 112px;
  }
  .company__center-title {
    font-size: 38px;
    line-height: 38px;
  }
  .company__center-name {
    font-size: 36px;
    line-height: 43px;
  }
  .company__center-position {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1920px) {
  .company__wrapper {
    padding: 70px 245px 153px;
  }
}
@media (min-width: 3440px) {
  .company__wrapper {
    padding: 100px 580px 215px;
  }
  .company__person {
    width: 473px;
  }
  .company__person-info {
    padding-top: 25px;
  }
  .company__person-name {
    font-size: 40px;
    line-height: 48px;
  }
  .company__person-position {
    font-size: 32px;
    line-height: 39px;
  }
  .company__center-logo {
    width: 159px;
  }
  .company__center-title {
    font-size: 64px;
  }
  .company__center-name {
    font-size: 64px;
    line-height: 78px;
  }
  .company__center-position {
    font-size: 32px;
    line-height: 38px;
  }
}
.media {
  margin: 20px auto 0;
  padding: 24px 0;
  position: relative;
}
.media,
.media:before {
  height: 100%;
  width: 100%;
}
.media:before {
  background-color: #ffa600;
  background-image: url(./assets/background-WFU0fmm-.svg);
  background-position: right 50% top 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.media__icon {
  height: 65px;
  width: 65px;
}
.media__reviews,
.media__social {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.media__reviews {
  padding: 0 12px;
}
.media__reviews-title {
  color: #001f31;
  font-size: 20px;
  line-height: 24px;
  margin-top: 30px;
  padding: 15px 35px;
  text-align: center;
}
.media__reviews-video {
  background-color: #000;
  border-radius: 17px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.media__reviews-video:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.media__reviews-video iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.media__social {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 20px;
}
.media__social-title {
  color: #001f31;
  font-size: 23px;
  line-height: 38px;
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: center;
}
.media__below {
  flex-direction: column;
  margin-top: 24px;
  width: 100%;
}
.media__below,
.media__below-icons {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.media__below-text {
  font-size: 16px;
  font-weight: 600;
}
.media__below-icon {
  align-items: center;
  display: flex;
  height: 64px;
  width: auto;
}
.slider-swiper {
  height: 100%;
  position: relative;
  width: 100%;
}
.slider-swiper-slide {
  align-items: center;
  background: #fff;
  display: flex;
  font-size: 25px;
  justify-content: center;
  text-align: center;
}
.slider-swiper-slide:not(.slider-swiper-slide-active) {
  transform: scale(0.9);
}
.slider-swiper-slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider-video {
  background-color: #000;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider-video:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.slider-video iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider-swiper-wrapper {
  align-items: center;
  display: flex;
}
.slider-swiper-wrapper .slider-swiper-slide {
  border-radius: 35px;
  overflow: hidden;
}
.slider-swiper-button-next {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 5.99px 5.99px #00000040;
  height: 58px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-10%);
  width: 58px;
  z-index: 10;
}
.slider-swiper-button-next:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='31' fill='none' viewBox='0 0 28 31'%3E%3Cpath fill='%23001F31' d='M26.915 14.002a1.588 1.588 0 0 1 0 2.75L3.192 30.463A1.588 1.588 0 0 1 .81 29.088V1.667A1.588 1.588 0 0 1 3.192.292z'/%3E%3C/svg%3E");
  background-position: top 50% right 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 28px;
  transform: scale(1);
  transition: transform 0.2s ease-out;
  width: 28px;
}
.slider-swiper-button-prev {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 5.99px 5.99px #00000040;
  height: 58px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-10%);
  width: 58px;
  z-index: 10;
}
.slider-swiper-button-prev:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='31' fill='none' viewBox='0 0 28 31'%3E%3Cpath fill='%23001F31' d='M26.915 14.002a1.588 1.588 0 0 1 0 2.75L3.192 30.463A1.588 1.588 0 0 1 .81 29.088V1.667A1.588 1.588 0 0 1 3.192.292z'/%3E%3C/svg%3E");
  background-position: top 50% right 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 28px;
  transform: rotate(180deg);
  transition: transform 0.2s ease-out;
  width: 28px;
}
@media (pointer: fine) {
  .slider-swiper-button-prev:hover:after {
    transform: scale(1.2) rotate(180deg);
  }
  .slider-swiper-button-prev:active:after {
    transform: scale(1) rotate(180deg);
  }
  .slider-swiper-button-next:hover:after {
    transform: scale(1.2);
  }
  .slider-swiper-button-next:active:after {
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .media__reviews-video {
    margin: 0 auto;
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .media {
    padding: 30px 0;
  }
  .media__social {
    padding: 0 32px;
  }
  .slider-swiper-button-prev {
    left: 0;
  }
  .slider-swiper-button-next {
    right: 0;
  }
  .media__below {
    flex-direction: row;
    margin-top: 30px;
  }
  .media__below-text {
    font-size: 21px;
  }
  .media__below-icon {
    height: 68px;
  }
  .media__below-text:not(:first-of-type) {
    order: 3;
  }
}
@media (min-width: 1920px) {
  .media {
    padding: 40px 0 60px;
	  margin-top: 30px
  }
	
  .slider-swiper-button-next,
  .slider-swiper-button-prev {
    height: 84px;
    width: 84px;
  }
  .slider-swiper-button-next:after,
  .slider-swiper-button-prev:after {
    height: 40px;
    width: 40px;
  }
  .media__social {
    padding: 0 100px;
  }
  .media__reviews-video {
    max-width: 1140px;
  }
  .media__below {
    flex-direction: row;
    gap: 20px;
    margin-top: 50px;
  }
  .media__below-text {
    font-size: 32px;
  }
  .media__below-icons {
    gap: 20px;
  }
  .media__below-icon {
    height: 68px;
  }
}
@media (min-width: 3440px) {
  .slider-swiper-button-next,
  .slider-swiper-button-prev {
    height: 143px;
    width: 143px;
  }
  .slider-swiper-button-next:after,
  .slider-swiper-button-prev:after {
    height: 40px;
    width: 40px;
  }
  .media {
    padding: 100px 0;
  }
  .media__reviews-video {
    max-width: 1954px;
  }
  .media__below {
    flex-direction: row;
    gap: 60px;
    margin-top: 60px;
  }
  .media__below-text {
    font-size: 36px;
  }
  .media__below-icons {
    gap: 60px;
  }
  .media__below-icon {
    height: 117px;
  }
}
.footer {
  background-color: #001f31;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  height: 100%;
  padding: 44px 12px 47px;
  width: 100%;
}
.footer__container {
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer__row {
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.footer__col,
.footer__row {
  align-items: flex-start;
  display: flex;
  gap: 26px;
  justify-content: space-between;
}
.footer__col {
  flex-direction: column;
}
.footer__logo {
  height: auto;
  width: 195px;
}
.footer__menu {
  gap: 10px;
}
.footer__contacts,
.footer__menu {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__contacts {
  gap: 5px;
}
.footer__policy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 26px;
  justify-content: space-between;
}
.copyright {
  text-align: left;
}
.footer__social {
  align-items: flex-start;
  display: flex;
  gap: 15px;
}
.footer__social-link {
  display: inline-flex;
}
.footer__social-link img {
  height: 22px;
  width: 22px;
}
@media (pointer: fine) {
  .footer__contacts-link:hover {
    color: #ffa600;
    transition: color 0.2s ease-out;
  }
}
@media (min-width: 940px) {
  .footer__logo {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 289px;
  }
  .footer__row {
    flex-wrap: nowrap;
    gap: 60px;
    height: 100%;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .footer__col {
    gap: 43px;
    height: 100%;
    justify-content: space-between;
  }
  .footer__policy {
    gap: 5px;
  }
}

@media (min-width: 1280px) {
  .footer {
    font-size: 18px;
    padding: 47px 40px 53px;
  }
}

@media (min-width: 1920px) {
  .footer {
    font-size: 20px;
    padding: 63px 100px 68px;
  }
  .footer__row {
    gap: 80px;
  }
}
@media (min-width: 3440px) {
  .footer {
    font-size: 26px;
    padding: 67px 250px 76px;
  }
  .footer__logo {
    width: 473px;
  }
  .footer__row {
    gap: 94px;
  }
}
@media (min-width: 768px) {
  .footer__social {
    display: none;
  }
}
.catalog {
  padding: 24px 12px;
  width: 100%;
}
.catalog,
.catalog__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog__header {
  gap: 15px;
  margin-bottom: 24px;
}
.catalog__icon {
  width: 60px;
}
.catalog__title {
  color: #001f31;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: center;
}
.catalog__grid {
  display: grid;
  gap: 16px;
  grid-template: auto/repeat(2, 1fr);
}
.catalog__card {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 12px;
  justify-content: space-between;
  padding: 10px 20px;
  position: relative;
	background: #ededed;
	border-radius: 12px
}
.catalog__card-image-wrapper {
  margin: 0 auto 10px;
  position: relative;
  width: 100%;
}
.catalog__card-image-wrapper:before {
  content: '';
  display: block;
  padding-top: 100%;
  width: 100%;
}
.catalog__card-link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.catalog__card-link,
.catalog__card-link img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.catalog__card-link img {
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
}
.catalog__card-footer {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}
.catalog__card-title {
  color: #001f31;
  font-weight: 500;
  line-height: 18px;
}
.catalog__card-btn {
  cursor: pointer;
}
.catalog__card-price {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  width: 100%;
}
.catalog__btn {
  background-color: #ffa600;
  border-radius: 20px;
  box-shadow: 0 4.29px 4.29px #00000040;
  color: #001f31;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.4px;
  margin-top: 24px;
  padding: 15px 30px;
  text-decoration: none;
  transition: background-color 0.1s ease-out;
  white-space: nowrap;
}
@media (pointer: fine) {
  .catalog__btn:hover {
    background-color: #ffe500;
  }
}
.catalog__btn:active {
  background-color: #ff8a00;
}
.catalog__btn--valid {
  background-color: #333;
  color: #8f8f8f;
}
.catalog__rating {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  margin-bottom: 7px;
}
.catalog__rating-icon {
  background-position: 50%;
  background-size: contain;
  background: url(./assets/star.svg);
  height: 12px;
  width: 12px;
}
.catalog__rating-icon--fill {
  background: url(./assets/star-fill.svg);
}

.header__left{
    column-gap: 28px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	position: relative;
    bottom: 0;
}
.swiper-pagination-bullet {
    background: #e2e8f0;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #ecad3b;
    opacity: 1;
}

@media (min-width: 768px) {
  .catalog__rating-icon {
    height: 20px;
    width: 20px;
  }
  .catalog__grid {
    grid-template: auto/repeat(3, 1fr);
  }
  .catalog__card {
    font-size: 14px;
  }
  .catalog-price {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .catalog {
    padding: 60px 40px 50px;
  }
  .catalog__header {
    gap: 20px;
    margin-bottom: 10px;
  }
  .catalog__icon {
    width: 67px;
  }
  .catalog__title {
    font-size: 32px;
  }
  .catalog__grid {
    font-size: 16px;
    grid-template: auto/repeat(4, 1fr);
  }
  .catalog__btn {
    font-size: 16px;
    margin-top: 50px;
    padding: 20px 30px;
  }
  .catalog__card {
    font-size: 16px;
    padding: 15px 30px;
  }
  .catalog-price {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .catalog {
    padding: 70px 116px;
  }
  .catalog__header {
    gap: 30px;
    margin-bottom: 30px;
  }
  .catalog__icon {
    width: 110px;
  }
  .catalog__title {
    font-size: 38px;
  }
  .catalog__grid {
    font-size: 20px;
  }
  .catalog__btn {
    font-size: 24px;
    margin-top: 70px;
    padding: 30px 50px;
  }
  .catalog__card {
    font-size: 18px;
    padding: 20px 40px;
  }
  .catalog-price {
    font-size: 20px;
  }
}
@media (min-width: 3440px) {
  .catalog {
    padding: 100px 250px;
  }
  .catalog__header {
    gap: 60px;
    margin-bottom: 10px;
  }
  .catalog__icon {
    width: 155px;
  }
  .catalog__title {
    font-size: 64px;
  }
  .catalog__grid {
    font-size: 24px;
  }
  .catalog__btn {
    font-size: 36px;
    margin-top: 60px;
    padding: 40px 50px;
  }
  .catalog__card {
    font-size: 24px;
    padding: 30px 60px;
  }
  .catalog-price {
    font-size: 26px;
  }
}

@media (max-width: 800px) {
	.header__right-contacts-phone span {
		display: none
	}
	.header__right-contacts {
		margin-right: 0;
	}
	.header__logo {
		max-width: 100%;
	}
}

/* Скрытие элементов */
.hidden {
    display: none;
}

/* Количество колонок для промежуточных разрешений */
@media (min-width: 431px) and (max-width: 767px) {
    .catalog__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Для >1920px — 7 колонок */
@media (min-width: 1921px) {
    .catalog__grid {
        grid-template-columns: repeat(7, 1fr);
    }
}