@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
address {
	font-style: normal;
}
@font-face { 
	font-family: "iconfont"; 
	font-display: swap;
	src: url("../../assets/fonts/iconfont.woff2?11b932e0365105912c8c150dc7211b80") format("woff2"); 
} 
[class*="--icon-"]::before{
	font-family: iconfont; 
}
	[class*="--icon-telegraph"]::before { 
		content: "\f101"; 
	} 
	[class*="--icon-star"]::before { 
		content: "\f102"; 
	} 
	[class*="--icon-chat"]::before { 
		content: "\f103"; 
	} 
	[class*="--icon-arrow"]::before { 
		content: "\f104"; 
	} 
	[class*="--icon-arrow-long"]::before { 
		content: "\f105"; 
	} 

/* Generated by vite-plugin-svg-spritemap */
body {
  min-width: 20rem;
  color: #000;
  font-family: "Inter";
  font-size: 0.9375rem;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*=__container] {
  max-width: 76.875rem;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
[class*=__container--big] {
  max-width: 85.625rem;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.title {
  line-height: 120%;
  font-weight: 900;
}
.ibg {
  position: relative;
}
.ibg img, .ibg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.text {
  line-height: 160%;
}
.text p:not(:last-child) {
  margin-bottom: 0.4375rem;
}
.line {
  width: 100%;
  height: 0.0625rem;
  box-shadow: 0rem 0.25rem 0.6875rem rgba(0, 0, 0, 0.53);
  background-color: #666768;
}/* Generated by vite-plugin-svg-spritemap */
.title-block {
  max-width: 58.125rem;
  text-align: center;
  margin: 0 auto;
}
.title-block--big .title-block__title {
  line-height: 120%;
  font-weight: 900;
}
.title-block__title {
  line-height: 131.25%;
}
.title-block__title {
  font-weight: 600;
}
.title-block__title span {
  color: #004AAD;
}
.title-block__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
.title-block__sub-title {
  line-height: 130%;
  font-weight: 500;
}/* Generated by vite-plugin-svg-spritemap */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  padding: 0.75rem 1.25rem;
  border-radius: 0.3125rem;
  width: 100%;
  display: block;
  caret-color: inherit;
  background-color: #fff;
  border: 0.0625rem solid #A0AAB8;
  color: #000;
}
.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
  color: #666768;
  line-height: 8.125rem;
}
.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: vertical;
  padding: 0rem 0rem;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

[data-fls-popup-open] body::after {
  opacity: 1;
}

[data-fls-popup] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.875rem 0.625rem;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
[data-fls-popup][data-fls-popup-active] {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

[data-fls-popup-active] [data-fls-popup-body] {
  visibility: visible;
  transform: scale(1);
}

[data-fls-popup-wrapper] {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-fls-popup-body] {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: #ffffff;
  padding: 1.875rem;
  width: 100%;
  max-width: 31.25rem;
  border-radius: 1.25rem;
}

[data-fls-popup-youtube-place] iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.popup-link.--icon-chat {
  position: fixed;
  right: 1.75rem;
  bottom: 1.75rem;
}
.popup-link.--icon-chat {
  z-index: 2;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background-color: #2275E2;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 0.625rem 1.75rem rgba(0, 0, 0, 0.18);
  animation: chatPulse 2s ease-in-out infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}
.popup-link.--icon-chat::before {
  font-size: 1.75rem;
}

@keyframes chatPulse {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
/* hover */
.popup-link.--icon-chat:hover {
  transform: translateY(-0.3125rem);
  filter: brightness(1.04);
  box-shadow: 0 0.875rem 2.125rem rgba(0, 0, 0, 0.22);
}

.content-popup {
  padding-top: 1.25rem;
}
.content-popup__title-block:not(:last-child) {
  margin-bottom: 1.875rem;
}
.content-popup__title-block .title-block__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.content-popup__title-block .title-block__sub-title {
  font-size: 1rem;
  font-weight: 400;
}
.content-popup__inputs:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.content-popup__input {
  font-size: 1.0625rem;
}
.content-popup__input:not(:last-child) {
  margin-bottom: 0.625rem;
}
.content-popup__button {
  font-size: 1.125rem;
  width: 100%;
}
@media (max-width: 29.99875em){
  [data-fls-popup-body] {
    padding: 1.25rem;
  }
  .content-popup__title-block .title-block__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .content-popup__inputs:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
@media (width <= 20em){
  .title {
    font-size: 2.25rem;
  }
  main {
    padding-bottom: 2.5rem;
  }
  .title-block--big .title-block__title {
    font-size: 2.25rem;
  }
  .title-block__title {
    font-size: 1.5rem;
  }
  .title-block__sub-title {
    font-size: 1.125rem;
  }
  .content-popup__title-block .title-block__title {
    font-size: 1.75rem;
  }
}
@media (width > 20em) and (width <= 76.875em){
  .title {
    font-size: clamp( 2.25rem , 2.11813186813125rem  +  0.6593406593vw , 2.625rem );
  }
  main {
    padding-bottom: clamp( 2.5rem , 1.18131868131875rem  +  6.5934065934vw , 6.25rem );
  }
  .title-block--big .title-block__title {
    font-size: clamp( 2.25rem , 2.11813186813125rem  +  0.6593406593vw , 2.625rem );
  }
  .title-block__title {
    font-size: clamp( 1.5rem , 1.324175824175rem  +  0.8791208791vw , 2rem );
  }
  .title-block__sub-title {
    font-size: clamp( 1.125rem , 0.99313186813125rem  +  0.6593406593vw , 1.5rem );
  }
  .content-popup__title-block .title-block__title {
    font-size: clamp( 1.75rem , 1.6620879120875rem  +  0.4395604396vw , 2rem );
  }
}
@media (min-width: 61.99875em){
  .popup-link.--icon-chat {
    right: 6.25rem;
    bottom: 2.5rem;
  }
}
@media (width > 76.875em){
  .title {
    font-size: 2.625rem;
  }
  main {
    padding-bottom: 6.25rem;
  }
  .title-block--big .title-block__title {
    font-size: 2.625rem;
  }
  .title-block__title {
    font-size: 2rem;
  }
  .title-block__sub-title {
    font-size: 1.5rem;
  }
  .content-popup__title-block .title-block__title {
    font-size: 2rem;
  }
}