@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Roboto+Condensed:wght@400;500;700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

ol, ol li {
  list-style-position: inside;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

input, textarea, button, select {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background: transparent none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

:root {
  --card: #F2F2F3;
  --background-light: #F2F2F3;
  --background-dark: #dddddd;
  --stroke: #5e5e5e;
  --accent: #ff52d1;
  --primary: #52a5ff;
  --hover: #7cb7f5;
  --head: rgb(60, 60, 60);
  --main-text: #8b8b8b;
}

html,
body {
  height: 100%;
}

body {
  width: auto;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--main-text);
  background: white;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--head);
}

h1 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.625rem, 2.15rem + 2.38vw, 5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

h2 {
  margin-bottom: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.375rem, 2.1rem + 1.38vw, 3.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

h3 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.375rem, 2.225rem + 0.75vw, 3.125rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

h4 {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

h5 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  transition: all 0.5s ease-in;
}

h6 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  transition: all 0.5s ease-in;
}

p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: unset;
}

a {
  color: var(--main-text);
  transition: all 0.3s ease-in;
  cursor: pointer;
}
a:hover {
  color: var(--accent);
  transition: all 0.3s ease-in;
}

svg path {
  transition: all 0.3s ease-in;
}

span {
  color: var(--primary);
}

strong {
  color: var(--accent);
}

.page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex-grow: 1;
  margin-top: 65px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

section {
  margin-bottom: clamp(1.25rem, 0.5rem + 3.75vw, 5rem);
}

.none {
  display: none;
}

.notice {
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
  line-height: 130%;
  text-align: center;
}
.notice .privacy {
  color: var(--accent);
}
.notice .privacy:hover {
  color: var(--hover);
}

.swiper {
  width: 100%;
  margin-bottom: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
}
.swiper .swiper-wrapper {
  align-items: stretch;
}
.swiper .swiper-wrapper .swiper-slide {
  height: auto;
}

.header {
  min-height: 80px;
  border-radius: 0 0 30px 30px;
  border: 1px solid var(--primary);
  background: var(--primary);
  position: fixed;
  top: 0;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
  z-index: 1000;
}
.header__nav {
  padding: 10px 0;
}
.header__socials {
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .header__socials {
    gap: 10px;
  }
}
.header .l-header-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.header .contacts-list__item {
  white-space: nowrap;
}
.header .contacts-list__item a h6{
  color: white;
  font-family: Oswald, serif;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.header .contacts-list__item a:hover h6{
  color: var(--accent);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.nav .nav-list {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.nav .nav-list a {
  color: white;
}
.nav .nav-list a:hover {
  color: var(--accent);
}
@media (max-width: 1199.98px) {
  .nav .nav-list {
    display: none;
  }
}

#header .socials-wrapper {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 10px;
  z-index: 1234;
  align-items: center;
}
#header .btn-all {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  overflow-x: hidden;
  position: relative;
}
#header .btn-all:hover {
  background-color: var(--accent);
}
#header .btn-all svg.active {
  display: none;
}
#header .btn-all.active svg.hidden {
  display: none;
}
#header .btn-all.active svg.active {
  display: block;
}
#header .socials-wrapper .soc__holder {
  display: none;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  transition: unset;
}
#header .socials-wrapper .soc__item {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: unset;
  margin-bottom: 10px;
  transition: 0.3s;
}
#header .socials-wrapper .soc__item:hover {
  opacity: 0.7;
}
#header .socials-wrapper .soc__item img,
#header .socials-wrapper .soc__item svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#header .socials-wrapper .soc__item:last-child {
  margin-bottom: 0px;
}
#header .socials-wrapper .soc__item:hover {
  background: var(--mainH);
}

.socials {
  display: flex;
  align-items: center;
}
.socials__item {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
}
.socials__link svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in;
}
.socials__link:hover {
  opacity: 0.7;
}
@media (max-width: 575.98px) {
  .socials {
    display: none;
  }
}

.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

.theme-modal {
  height: fit-content;
  width: 570px;
  max-width: 90vw;
  max-height: 90vh;
  padding: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem) clamp(1.875rem, 1.25rem + 3.13vw, 5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem);
  border-radius: 30px;
  background: var(--background-light);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease-in;
  overflow-y: auto;
  pointer-events: none;
  z-index: 99999;
}
.theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  overflow-x: hidden;
}
.theme-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 14px;
  cursor: pointer;
}
.theme-modal .close-modal:hover svg path {
  fill: var(--accent);
}

[form-send][disabled] {
  opacity: 0.5;
}

#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
@media (max-width: 1199.98px) {
  #header .burger.open_menu {
    display: flex;
  }
}
#header .burger.open_menu:hover {
  background: var(--background-dark);
  transition: all 0.3s ease-in;
}
#header .burger.open_menu span {
  background-color: var(--accent);
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
  pointer-events: none;
}
#header .burger.open_menu.clicked {
  background-color: var(--background-dark);
}
#header .burger.open_menu.clicked span {
  background-color: var(--accent);
}
#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: var(--background-light);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  overflow-y: auto;
}
#header #mobile-mnu #close-mnu {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  display: block;
}
#header #mobile-mnu #close-mnu:hover svg path {
  fill: var(--accent);
}
#header #mobile-mnu .menuTop {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#header #mobile-mnu .socials {
  display: flex;
}
#header #mobile-mnu .l-header-contacts {
  align-items: flex-start;
}
#header #mobile-mnu.opened {
  transform: translateX(0);
}

.footer {
  margin: 0 15px;
  border-radius: 30px 30px 0 0;
  border: 1px solid var(--primary);
  background: var(--primary);
}
.footer__inner {
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer__inner {
    padding: 15px;
    flex-direction: column;
    gap: 10px;
  }
}
.footer__inner .privacy-policy {
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
  line-height: 130%;
  text-decoration-line: underline;
  color: white;
}
.footer__inner .privacy-policy:hover {
  color: var(--accent);
}
.footer__inner .dev {
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
  line-height: 130%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  transition: 0.3s;
}
.footer__inner .dev:hover {
  color: var(--accent);
}
.footer__inner .dev path {
  fill: white;
}
.footer__inner .dev:hover svg path {
  fill: var(--accent);
  transition: all 0.3s ease-in;
}
.footer__inner .copyright {
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
  line-height: 130%;
  color: white;
}

.form {
  width: 100%;
}
.form .l-input-container {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.form .l-input-container input,
.form .l-input-container textarea {
  width: 100%;
  padding: 20px 25px;
  color: var(--main-text);
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
  line-height: 130%;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid var(--primary);
  background: var(--card);
  transition: all 0.3s ease-in;
  outline: none;
}
.form .l-input-container input.error,
.form .l-input-container textarea.error {
  color: red !important;
  border: 1px solid red;
  transition: all 0.3s ease-in;
}
.form .l-input-container input.error::placeholder,
.form .l-input-container textarea.error::placeholder {
  color: red !important;
  transition: all 0.3s ease-in;
}
.form .l-input-container input:hover,
.form .l-input-container textarea:hover {
  border: 1px solid var(--accent);
  transition: all 0.3s ease-in;
}
.form textarea {
  resize: none;
}
.form.active, .form:hover {
  border-color: var(--accent);
}
.form .submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.form .submit .main-btn {
  width: 100%;
}

.logo {
  max-width: 175px;
  max-height: 60px;
  display: block;
}
.logo .logo__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-btn {
  width: fit-content;
  padding: 20px 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  color: white;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.5s ease-in;
  background: var(--accent);
}
.main-btn:focus {
  letter-spacing: normal;
}
.main-btn:hover {
  background: white;
  transition: all 0.5s ease-in;
  color: var(--accent);
}
.main-btn--callback {
  padding: unset;
  background: none;
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
  line-height: 130%;
  color: var(--accent);
  border: unset;
}
#header .main-btn--callback {
  color: white;
}
.main-btn--callback:hover {
  background: none;
}
.main-btn--invert {
  color: white;
  background: var(--accent);
}
.main-btn--invert:hover {
  background: white;
  color: var(--accent);
}

.slider-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.slider-nav .slider-pagination-progressbar {
  position: relative;
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
}
.slider-nav .slider-pagination-progressbar::before {
  content: "";
  width: 100%;
  overflow: hidden;
  display: block;
  height: 2px;
  background: var(--background-light);
}
.slider-nav .slider-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--primary);
}

.slider-controls {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.slider-controls .slider-controls__prev,
.slider-controls .slider-controls__next {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--accent);
  transition: all 0.3s ease-in;
  outline: none;
}
.slider-controls .slider-controls__prev:hover,
.slider-controls .slider-controls__next:hover {
  background: var(--hover);
}
.slider-controls .slider-controls__prev.swiper-button-disabled,
.slider-controls .slider-controls__next.swiper-button-disabled {
  pointer-events: none;
  background: white;
  border: 1px solid var(--accent);
}

.slider-controls .slider-controls__prev.swiper-button-disabled path,
.slider-controls .slider-controls__next.swiper-button-disabled path {
  stroke: gray;
  transition: 0.3s;
}

.read-more-btn {
  margin-top: 5px;
  width: fit-content;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  color: var(--accent);
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
}
.read-more-btn:hover {
  color: var(--hover);
}



/*============ VIDEO =============*/
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
}
.video:hover .video-btn {
  transform: translate(-50%, -50%) scale(1.2);
}
.video .video__embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video .video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform 0.3s ease-in;
  /*background-color: white;*/
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--accent);
}
.video .video-btn svg {
  /*width: 16px;*/
  /*height: 16px;*/
  object-fit: contain;
  object-position: center;
}


.error-page{
display:flex;
flex-direction:column;
gap:20px;
align-items:center;
justify-content:center;
max-width:660px;
width:100%;
	margin:0 auto;
}
.error-page .title{
font-size:clamp(6.25rem, 3rem + 16.25vw, 22.5rem);
line-height: 100%;
}

.error-page .error-text{
	font-size:clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
	text-align:center;
}
/*# sourceMappingURL=app.css.map */
