/*
Theme Name: Glider Global
Theme URI: 
Author: Tsunami
Author URI: //www.tsunami.group/
Description: Glider
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: //www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --color-text-black-primary: #3c3c3c;
  --color-text-black-secondary: #5d5d5d;
  --color-text-green: #007a53;
  --color-text-white: white;
  --color-text-black-tertiary: rgba(60, 60, 60, 0.3);
  --color-text-contacts: rgba(93, 93, 93, 0.6);

  --background-color-main: white;
  --color-fill-black-primary: #3c3c3c;
  --color-fill-black-tertiary: rgba(60, 60, 60, 0.3);
  --color-fill-grey: #f0f0f0;
  --color-fill-black-for-form: #212121;
  --color-fill-green: #007a53;
  --color-fill-dark-green: #046949;
  --color-fill-button-pause: rgba(240, 240, 240, 0.6);
  --color-fill-black-secondary: #5d5d5d;
  --color-fill-categories-tab-hover: rgba(60, 60, 60, 0.4);

  --gap-about-us-benefits: 25px;
  --padding-left-benefit: 40px;
  --width-individual-approach-benefits: 44.5%;
  --column-gap-individual-approach-content: 100px;
  --width-pause-button: 112px;
  --height-pause-button: 70px;
  --width-about-us-img: 235px;
  --height-header: 80px;
  --duraction-transition-text: 0.2s;
  --gap-categories-mosaic: 13px;
}

* {
  font-family: Inter, sans-serif;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: var(--background-color-main);
  margin: 0;
}

input,
textarea {
  outline: none;
}

.main {
  padding-top: calc(var(--height-header) + 16px);
  max-width: 1600px;
  margin: 0 auto;
}

.container {
  padding: 0 20px;
  margin-bottom: calc(150px - var(--height-header) - 5px);
}

.customize-support header {
  top: 30px !important;
}

.wpcf7-response-output.wpcf7-response-error {
  display: none;
}

.container:not(:first-child) {
  padding-top: calc(var(--height-header) + 5px);
}

.title {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  margin: 0;
  margin-bottom: 20px;
  color: var(--color-text-black-secondary);
  text-transform: uppercase;
}

.description {
  font-weight: 500;
  font-size: 60px;
  line-height: 115%;
  margin: 0;
  max-width: 973px;
  color: var(--color-text-black-primary);
}

.overflow-hidden {
  overflow: hidden;
}

a.nav-item__active {
  color: var(--color-text-green);
}

a.nav-item__active::before {
  width: 100%;
  background-color: var(--color-fill-green);
}

.wpcf7-list-item {
  margin: 0;
}

/* header start */
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  background-color: white;
}

.header a {
  text-decoration: none;
  transition: text-decoration, color var(--duraction-transition-text) linear;
}

.header__logo-desktop {
  width: 200px;
  height: 27px;
}

.header__logo-mobile {
  display: none;
  width: inherit;
  height: inherit;
}

.header__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
  z-index: 1001;
  background-color: var(--background-color-main);
}

.header__nav {
  display: flex;
  column-gap: 64px;
}

.header__nav-item {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 10px;
  width: fit-content;
  font-size: 16px;
  line-height: 110%;
  color: var(--color-text-black-primary);
  font-weight: 500;
}

.header__nav-item::before {
  content: "";
  position: relative;
  width: 0%;
  align-self: flex-start;
  height: 1px;
  background-color: var(--color-text-black-secondary);
  transition: width var(--duraction-transition-text) linear;
}

.header__nav-item:hover {
  color: var(--color-text-black-secondary);
}

.header__nav-item:hover::before {
  width: 100%;
  background-color: var(--color-text-black-secondary);
}

.header__nav-item:active {
  color: var(--color-text-green);
}

.header__nav-item:active::before {
  background-color: var(--color-fill-green);
}

.header__nav__button {
  position: relative;
  display: none;
  background-color: var(--color-fill-grey);
  border-radius: 3px;
  width: 60px;
  height: 23px;
  padding: 7px 20.5px;
  justify-content: center;
  align-items: center;
}

.header__nav__button__stick {
  position: relative;
  width: 20px;
  height: 1px;
  background-color: var(--color-fill-black-primary);
  border-radius: 2px;
}

.header__nav__button__stick:hover {
  cursor: pointer;
}

.header__nav__button__stick::after,
.header__nav__button__stick::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--color-fill-black-primary);
  border-radius: 2px;
}

.header__nav__button__stick::after {
  bottom: -4px;
}

.header__nav__button__stick::before {
  top: -4px;
}

.header__nav__button-active .header__nav__button__stick {
  background-color: transparent;
}

.header__nav__button-active .header__nav__button__stick::after {
  bottom: 0px;
  transform: rotate(30deg);
}

.header__nav__button-active .header__nav__button__stick::before {
  top: 0px;
  transform: rotate(-30deg);
}

.header__menu {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  padding: 77px 15px;
  background-color: var(--background-color-main);
  z-index: 1000;
  overflow-y: scroll;
}

.header__menu-active {
  display: block;
}

.header__menu__nav {
  display: flex;
  flex-direction: column;
  row-gap: 27px;
  margin-bottom: 50px;
}

.header__menu__nav .header__nav-item {
  font-size: 28px;
}

.header__menu__download-catalog {
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-size: 28px;
  line-height: 115%;
  color: var(--color-text-black-primary);
  font-weight: 400;
  margin-bottom: 60px;
}

.header__menu__networks {
  display: flex;
  column-gap: 10px;
}

.header__menu__networks__item {
  padding: 15px;
  height: 60px;
  background-color: var(--color-fill-grey);
  border-radius: 10px;
}

.header__menu__networks__item svg {
  width: 30px;
  height: 30px;
}

.header__menu__networks__item svg path {
  transition: fill var(--duraction-transition-text) linear;
}

.header__menu__networks__youtube:hover svg path:nth-child(1) {
  fill: #ff0000;
}

.header__menu__networks__telegram:hover svg path {
  fill: #2aabee;
}
/* header end */

/* brand start */
.brand {
  overflow: hidden;
}

.brand__title {
  color: var(--color-text-green);
  font-size: 70px;
  text-align: center;
  margin: 0 auto;
  line-height: 120%;
  font-weight: 600;
  max-width: 1100px;
  margin-bottom: 35px;
}

.brand__swiper {
  width: 100%;
  height: 434px;
  margin-bottom: 30px;
}

.brand__swiper-slide .brand__swiper-slide__wrapper {
  opacity: 0.6;
  transform: scale(0.7) !important;
  transition: transform 0.3s linear;
  padding: 30px 30px 0;
}

.brand__swiper-slide.swiper-slide-active .brand__swiper-slide__wrapper {
  opacity: 1;
  transform: scale(1) !important;
}

.brand__swiper-slide {
  width: 434px;
}

.brand__swiper-slide:hover {
  cursor: pointer;
}

.brand__swiper-slide.swiper-slide-active:hover {
  cursor: auto;
}

.brand__swiper-slide__wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand__swiper-pagination {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  column-gap: 5px;
  padding: 10px;
  background-color: var(--color-fill-grey);
  border-radius: 70px;
}

.brand__swiper-pagination__bullet {
  width: 7px;
  height: 7px;
  background-color: var(--color-fill-black-tertiary);
  border-radius: 2px;
}

.brand__swiper-pagination__bullet-active {
  background-color: var(--color-fill-black-primary);
}

.brand__swiper-slide__borders {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.brand__swiper-slide__video {
  width: 90%;
  height: 90%;
  margin-bottom: auto;
  pointer-events: none;
}

.brand__swiper-slide__title {
  display: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--color-text-black-primary);
}

.brand__swiper-slide.swiper-slide-active .brand__swiper-slide__title {
  display: block;
}

/* brand end */

/* illustraction start */
.illustration__wrapper {
  position: relative;
}

.illustration__video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.illustration__video:hover {
  cursor: pointer;
}

.illustration__play,
.illustration__pause {
  position: absolute;
  z-index: 100;
  left: calc(50% - var(--width-pause-button) / 2);
  top: calc(50% - var(--height-pause-button) / 2);
  justify-content: center;
  background-color: var(--color-fill-button-pause);
  padding: 15px 0;
  width: var(--width-pause-button);
  border-radius: 10px;
}

.illustration__play {
  display: flex;
}

.illustration__pause {
  display: none;
}

.illustration__play:hover,
.illustration__pause:hover {
  cursor: pointer;
}

.illustration:hover .illustration__pause {
  display: flex;
}

.illustration__play,
.illustration__pause {
  cursor: pointer;
}

.illustration__button-disabled {
  display: none !important;
}
/* illustraction end */

/* about-us start*/
.about-us__intro {
  margin-bottom: 150px;
}

.about-us__intro__wrapper {
  display: flex;
  column-gap: 20px;
}

.about-us__description {
  margin-right: auto;
  margin-bottom: 0 !important;
}

.about-us__text__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
}

.about-us__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--color-text-black-secondary);
  max-width: 338px;
}

.about-us__img {
  position: absolute;
  left: calc(50% - var(--width-about-us-img) / 2);
  border-radius: 20px;
}

.about-us__gallery {
  border-top: 1px solid var(--color-fill-black-tertiary);
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 150px;
}

.about-us__gallery__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  max-width: 23.9%;
  color: var(--color-text-black-secondary);
}

.about-us__gallery-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 13px;
  width: 72.8%;
}

.about-us__gallery__img {
  width: 32.5%;
  border-radius: 20px;
}

.about-us__benefits {
  display: flex;
  justify-content: space-between;
  column-gap: var(--gap-about-us-benefits);
  max-height: 716px;
}

.about-us__benefits__img__wrapper {
  width: 50%;
  height: 50%;
  border-radius: 20px;
}

.about-us__benefits__img {
  width: 100%;
  height: 100%;
  max-height: 716px;
}

.about-us__benefits__wrapper {
  position: relative;
  width: calc(50% - var(--gap-about-us-benefits));
  display: flex;
  align-items: center;
}

.about-us__benefit {
  position: absolute;
  left: 0;
  top: 0;
}

.about-us__benefit__achievement {
  display: flex;
  gap: 10px;
  align-items: center;
}

.about-us__benefit__achievement__years {
  color: var(--color-text-green);
  font-size: 76px;
  line-height: 115%;
  font-style: italic;
  font-weight: 600;
}

.about-us__benefit__achievement__text {
  max-width: 245px;
  font-size: 25px;
  line-height: 120%;
  color: var(--color-text-green);
  font-weight: 600;
  text-transform: uppercase;
}

.about-us__benefit {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: var(--color-text-black-primary);
  padding-left: var(--padding-left-benefit);
}

.about-us__benefit-1 {
  max-width: calc(287px + var(--padding-left-benefit));
}

.about-us__benefit-2 {
  max-width: calc(200px + var(--padding-left-benefit));
}

.about-us__benefit-3 {
  max-width: calc(300px + var(--padding-left-benefit));
}

.about-us__benefit-4 {
  max-width: calc(372px + var(--padding-left-benefit));
}

.about-us__benefits__svg {
  transform: translateX(-60px);
}
/* about-us end */

/* advantages start */
.advantages {
  display: flex;
  flex-direction: column;
}

.advantages__sticky {
  position: sticky;
  top: calc(var(--height-header) + 10px);
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.advantages__description {
  margin-bottom: 20px;
}

.advantages__cards__wrapper {
  align-self: flex-end;
  width: 50%;
}

.advantages__cards {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.advantages__card {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px;
  border: 1px solid var(--color-fill-black-tertiary);
  border-radius: 20px;
  min-height: 254px;
  width: 100%;
}

.advantages__card__text {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}

.advantages__card__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 115%;
  color: var(--color-text-black-primary);
  max-width: 50%;
  flex-shrink: 0;
  width: 100%;
}

.advantages__card__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--color-text-black-secondary);
  max-width: 363px;
}
/* advantages end */

/* categories start */
.categories {
  display: flex;
  flex-direction: column;
}

.categories__title {
  margin-bottom: 20px;
}

.categories__slider {
  margin-bottom: 60px;
}

.categories__swiper {
  position: relative;
  height: 480px;
  width: 100%;
}

.categories__swiper-slide {
  display: none;
  background-color: var(--color-fill-grey);
  border-radius: 16px;
}

.categories__swiper-slide:hover {
  cursor: grab;
}

.categories__swiper-slide img {
  width: 100%;
}

.categories__swiper-slide-active {
  display: block;
}

.categories__swiper-button__navigation {
  position: absolute;
  top: calc(50% - 60px / 2);
  background-color: var(--background-color-main);
  padding: 10px;
  border-radius: 12px;
  z-index: 5;
  height: 60px;
  width: 60px;
}

.categories__swiper-button__navigation:hover {
  cursor: pointer;
}

.categories__swiper-button__navigation-disabled {
  display: none;
}

.categories__swiper-button-next {
  right: 20px;
}

.categories__swiper-button-prev {
  left: 20px;
}

.categories__slider__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.categories__tab {
  background-color: var(--color-fill-grey);
  color: var(--color-text-black-secondary);
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  padding: 15px;
  border-radius: 16px;
  transition: background-color var(--duraction-transition-text) linear;
}

.categories__tab:hover {
  cursor: pointer;
  background-color: var(--color-fill-categories-tab-hover);
}

.categories__tab-active {
  background-color: var(--color-fill-black-for-form);
  color: var(--color-text-white);
}

.categories__tab-active:hover {
  background-color: var(--color-fill-black-for-form);
  color: var(--color-text-white);
}

.categories__mosaic {
  margin-bottom: 60px;
}

.categories__mosaic__content {
  display: none;
  flex-direction: column;
  gap: var(--gap-categories-mosaic);
}

.categories__mosaic__content-active {
  display: flex;
}

.categories__mosaic__top {
  display: flex;
  gap: var(--gap-categories-mosaic);
  justify-content: space-between;
}

.categories__mosaic__top-left {
  display: flex;
  flex-direction: column;
  gap: var(--gap-categories-mosaic);
  width: calc(50% - var(--gap-categories-mosaic) / 2);
}

.categories__mosaic__top-left__bottom {
  display: flex;
  gap: var(--gap-categories-mosaic);
}

.categories__mosaic__top-right {
  display: flex;
  flex-direction: column;
  gap: var(--gap-categories-mosaic);
  width: calc(50% - var(--gap-categories-mosaic) / 2);
}

.categories__mosaic__top-right__top {
  display: flex;
  gap: var(--gap-categories-mosaic);
}

.categories__mosaic__bottom {
  display: flex;
  gap: var(--gap-categories-mosaic);
}

.categories__mosaic__big {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-fill-grey);
  border-radius: 20px;
  aspect-ratio: 1;
}

.categories__mosaic__small {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(50% - var(--gap-categories-mosaic) / 2);
  background-color: var(--color-fill-grey);
  border-radius: 20px;
}

.categories__mosaic__big .categories__mosaic__img {
  aspect-ratio: 1;
}

.categories__mosaic__small .categories__mosaic__img {
  aspect-ratio: 0.791;
}

.categories__mosaic__img {
  width: 100%;
  border-radius: inherit;
}

.categories__mosaic__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.categories__mosaic__bottom__item {
  width: calc(50% - var(--gap-categories-mosaic) / 2);
}

.categories__download-catalog {
  background-color: var(--color-fill-green);
  color: var(--color-text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  padding: 23px 0;
  border-radius: 20px;
  text-decoration: none;
  transition: backgorund-color var(--duraction-transition-text) linear;
  max-width: 780px;
  margin: 0 auto;
  width: 100%;
}

.categories__download-catalog:hover {
  cursor: pointer;
  background-color: var(--color-fill-dark-green);
}
/* categories end */

/* individual approach start */
.individual-approach__content {
  display: flex;
  column-gap: var(--column-gap-individual-approach-content);
}

.individual-approach__description {
  width: var(--width-individual-approach-benefits);
}

.individual-approach__benefits {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  width: calc(
    100% - var(--width-individual-approach-benefits) -
      var(--column-gap-individual-approach-content)
  );
}

.individual-approach__benefit {
  display: flex;
  column-gap: 20px;
}

.individual-approach__benefit__content {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  padding-top: 8px;
}

.individual-approach__benefit__svg {
  flex-shrink: 0;
}

.individual-approach__benefit__title {
  color: var(--color-text-black-primary);
  font-size: 28px;
  line-height: 115%;
  font-weight: 500;
}

.individual-approach__benefit__description {
  display: flex;
  flex-direction: column;
  color: var(--color-text-black-secondary);
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

.individual-approach__benefit-customized-solutions
  .individual-approach__benefit__description {
  max-width: 586px;
}

.individual-approach__benefit-cooperation
  .individual-approach__benefit__description {
  max-width: 555px;
}

.individual-approach__benefit__description__text {
  display: block;
}

.individual-approach__benefit-customized-solutions
  .individual-approach__benefit__description__text:not(:last-child) {
  margin-bottom: 8px;
}

.individual-approach__benefit-cooperation
  .individual-approach__benefit__description__text:not(:last-child) {
  margin-bottom: 10px;
}

.individual-approach__benefit__description__list {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  max-width: 520px;
  margin: 0;
  padding: 0;
}

.individual-approach__benefit__description__item {
  position: relative;
  list-style-type: none;
  padding-left: 15px;
}

.individual-approach__benefit__description__item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: var(--color-text-black-secondary);
}
/* individual approach end */

/* contacts start */
.contacts {
  margin-bottom: 12px;
}

.contacts__wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 65px;
}

.contacts__data {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  padding-bottom: 44px;
}

.contacts__title {
  margin-bottom: auto;
}

.contacts__data__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.contacts__data__phone-and-cooperation {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.contacts__data__support-and-media {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.contacts__data__phone,
.contacts__data__cooperation,
.contacts__data__support {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.contacts__data__title {
  font-size: 16px;
  line-height: 110%;
  font-weight: 500;
  color: var(--color-text-contacts);
}

.contacts__data__value {
  font-size: 22px;
  line-height: 120%;
  font-weight: 500;
  color: var(--color-text-black-primary);
  text-decoration: underline var(--color-text-black-primary);
  transition: color, text-decoration var(--duraction-transition-text) linear;
}

.contacts__data__value:hover {
  cursor: pointer;
  color: var(--color-text-black-secondary);
  text-decoration: underline var(--color-text-black-secondary);
}

.contacts__data__phone .contacts__data__value {
  text-decoration: none;
}

.contacts__data__media {
  display: flex;
  column-gap: 6px;
}

.contacts__data__media__item {
  height: 50px;
  padding: 13px;
  border-radius: 10px;
  background-color: var(--color-fill-grey);
}

.contacts__data__media__item:hover {
  cursor: pointer;
}

.contacts__data__media__item svg path {
  transition: fill var(--duraction-transition-text) linear;
}

.contacts__data__media__youtube:hover svg path:nth-child(1) {
  fill: #ff0000;
}

.contacts__data__media__telegram:hover svg path {
  fill: #2aabee;
}

#wpcf7-f92-o1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  min-width: 310px;
}

.contacts__description {
  margin-bottom: 20px;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contacts__input {
  border: none;
  padding: 16px 16px 16px 0;
  border-bottom: 1px solid var(--color-fill-black-secondary);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-text-black-primary);
  width: 100%;
}

.contacts__input::placeholder {
  opacity: 0.7;
  color: var(--color-text-black-secondary);
}

.contacts__input-message {
  resize: none;
  margin-bottom: 10px;
}

#wpcf7-f92-o1 .wpcf7-form-control-wrap[data-name="privacy-policy"] label:hover,
#wpcf7-f92-o1 .wpcf7-form-control-wrap[data-name="privacy-policy"] input:hover {
  cursor: pointer;
}

#wpcf7-f92-o1 .wpcf7-form-control-wrap[data-name="privacy-policy"] label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  width: fit-content;
  column-gap: 5px;
}

.contacts__privacy-policy:hover {
  cursor: pointer;
}

#wpcf7-f92-o1 .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  column-gap: 7px;
  font-size: 14px;
  line-height: 130%;
  color: var(--color-text-black-primary);
  font-weight: 400;
}

#wpcf7-f92-o1 .wpcf7-list-item-label a {
  color: var(--color-text-black-tertiary);
  text-decoration: none;
  transition: color, text-decoration var(--duraction-transition-text) linear;
}

#wpcf7-f92-o1 .wpcf7-list-item-label a:hover {
  color: var(--color-text-black-primary);
  text-decoration: underline var(--color-fill-black-tertiary);
}

#wpcf7-f92-o1 .wpcf7-list-item-label::before {
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid var(--color-fill-categories-tab-hover);
  padding-left: 1px;
  box-sizing: border-box;
}

#wpcf7-f92-o1 .contacts__privacy-policy__input:checked + .wpcf7-list-item-label::before {
  content: url("/wp-content/themes/gliderglobal/img/checked-input.svg");
  border-color: var(--color-fill-black-primary);
}

#wpcf7-f92-o1 .wpcf7-acceptance label:hover .wpcf7-list-item-label::before {
  border-color: var(--color-fill-black-secondary);
}

#wpcf7-f92-o1 .wpcf7-acceptance label:hover .contacts__privacy-policy__input:checked + .wpcf7-list-item-label::before {
  content: url("/wp-content/themes/gliderglobal/img/checked-input-hover.svg");
}

.contacts__privacy-policy__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.contacts__privacy-policy__custom-input {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-fill-black-primary);
  margin-right: 5px;
}

.contacts__privacy-policy__custom-input__active::before {
  content: url("http://glider.itagency.tmweb.ru/wp-content/themes/gliderglobal/img/checked-input.svg");
  position: absolute;
  top: -1px;
  left: 1px;
}

.contacts__button {
  border-radius: 20px;
  padding: 23px 0;
  text-transform: uppercase;
  color: var(--color-text-white);
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  background-color: var(--color-fill-green);
  border: none;
  width: 100%;
}

.contacts__button:hover {
  cursor: pointer;
  background-color: var(--color-fill-dark-green);
}

.contacts__swiper {
  position: relative;
  width: 100%;
  height: 100%;
}

.contacts__swiper-slide {
  border-radius: 16px;
}

.contacts__swiper-slide:hover {
  cursor: grab;
}

.contacts__swiper-slide__img {
  width: 100%;
}

.contacts__swiper-button__navigation {
  position: absolute;
  top: calc(50% - 60px / 2);
  background-color: var(--background-color-main);
  padding: 10px;
  border-radius: 12px;
  z-index: 5;
  height: 60px;
  width: 60px;
}

.contacts__swiper-button__navigation:hover {
  cursor: pointer;
}

.contacts__swiper-button__navigation-disabled {
  display: none;
}

.contacts__swiper-button-next {
  right: 20px;
}

.contacts__swiper-button-prev {
  left: 20px;
}
/* contacts end */

/* footer start */
.footer {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 20px;
}

.footer a {
  text-decoration: none;
  transition: text-decoration, color var(--duraction-transition-text) linear;
}

.footer__catalog {
  display: flex;
  background-color: var(--color-fill-grey);
  border-radius: 20px;
  padding: 20px;
}

.footer__logo-desktop {
  width: 200px;
  height: 27px;
}

.footer__logo-mobile {
  display: none;
  width: inherit;
  height: inherit;
}

.footer__logo__link {
  height: 53px;
  width: 109px;
  margin-right: auto;
}

.footer__catalog__content {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.footer__catalog__nav {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 50%;
}

.footer__catalog__nav-item {
  position: relative;
  width: fit-content;
  font-size: 16px;
  line-height: 110%;
  color: var(--color-text-black-primary);
  font-weight: 500;
  padding-bottom: 10px;
}

.footer__catalog__nav-item::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: transparent;
}

.footer__catalog__nav-item:hover {
  color: var(--color-text-black-secondary);
}

.footer__catalog__nav-item:hover::before {
  background-color: var(--color-text-black-secondary);
}

.footer__catalog__nav-item:active {
  color: var(--color-text-green);
}

.footer__catalog__nav-item:active::before {
  background-color: var(--color-fill-green);
}

.footer__catalog__download-file {
  display: flex;
  font-size: 16px;
  line-height: 110%;
  font-weight: 500;
  color: var(--color-text-black-primary);
  column-gap: 6px;
  width: fit-content;
  transition: color var(--duraction-transition-text) linear;
}

.footer__catalog__download-file:hover {
  cursor: pointer;
  color: var(--color-text-black-secondary);
}

.footer__catalog__download-file:hover svg path {
  stroke: var(--color-fill-black-secondary);
}

.footer__catalog__social-network__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 36px;
  width: calc((100% - 20px) / 2);
}

.footer__catalog__social-network {
  display: flex;
  column-gap: 6px;
}

.footer__catalog__social-network__item {
  height: 50px;
  padding: 13px;
  border-radius: 10px;
  background-color: white;
}

.footer__catalog__social-network__item:hover {
  cursor: pointer;
}

.footer__catalog__social-network__item svg path {
  transition: fill var(--duraction-transition-text) linear;
}

.footer__catalog__social-network__youtube:hover svg path:nth-child(1) {
  fill: #ff0000;
}

.footer__catalog__social-network__telegram:hover svg path {
  fill: #2aabee;
}

.footer__basement {
  display: flex;
  justify-content: space-between;
}

.footer__basement-left {
  display: flex;
  align-items: center;
  width: 50%;
}

.footer__basement-left__copyright {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  color: var(--color-text-black-tertiary);
  margin-right: 25.6%;
  flex-shrink: 0;
  column-gap: 4px;
}

.footer__basement__link {
  font-size: 14px;
  line-height: 110%;
  font-weight: 400;
  color: var(--color-text-black-tertiary);
}

.footer__basement__link:hover {
  cursor: pointer;
  color: var(--color-text-black-secondary);
  text-decoration: underline var(--color-text-black-secondary);
}

.footer__basement-right {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.footer__basement-right__link {
  width: 50%;
}

.footer__basement-right__website-created {
  display: flex;
  align-items: center;
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  color: var(--color-text-black-tertiary);
  column-gap: 10px;
}

.footer__basement-right__website-created__link svg path {
  transition: fill, fill-opacity var(--duraction-transition-text) linear;
}

.footer__basement-right__website-created__link:hover {
  cursor: pointer;
}

.footer__basement-right__website-created__link:hover svg path {
  fill: #4266ff;
  fill-opacity: 1;
}

.button__go-back {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 10;
}

.button__go-back circle {
  transition: fill var(--duraction-transition-text) linear;
}

.button__go-back path {
  transition: stroke var(--duraction-transition-text) linear;
}

.button__go-back:hover {
  cursor: pointer;
}

.button__go-back:hover circle {
  fill: var(--color-fill-green);
}

.button__go-back:hover path {
  stroke: white;
}

.button__go-back.button__go-back__active {
  display: block;
}
/* footer end */