.fade-in {
	opacity: 0; /* Начальное состояние */
	transform: translateY(-12px); /* Небольшой сдвиг вниз */
	transition: opacity 1.2s ease, transform 1.2s ease; /* Плавный переход */
}

.fade-in.visible {
	opacity: 1; /* Конечное состояние */
	transform: translateY(0); /* Возвращаем элемент на место */
}

.phone-section {
	max-width: 966px;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	top: 118px;
	z-index: 1;
	left: 0;
	right: 0;
}
.phone-section .phone-img {
	width: 315px;
}
.arrow-1 {
	position: absolute;
	left: 83px;
	top: 65px;
}
.arrow-2 {
	position: absolute;
	left: 122px;
	top: 126px;
}
.arrow-3 {
	position: absolute;
	left: 189px;
	top: 179px;
}
.arrow-4 {
	position: absolute;
	left: 172px;
	top: 225px;
}
.arrow-5 {
	position: absolute;
	left: 173px;
	top: 282px;
	width: 100px;
}
.phone-section .arrow-6 {
	position: absolute;
	left: 237px;
	top: 367px;
}
.phone-section.en .arrow-2 {
	width: 144px;
	left: 126px;
}
.phone-section.en .arrow-3 {

}
.phone-section.en .arrow-4 {
	left: 204px;
}
.phone-section.en .arrow-5 {
	width: auto;
	left: 145px;
	top: 287px;
}

.phone-qr {
	position: absolute;
	left: 205px;
	top: 444px;
	height: 84px;
	width: 84px;
}
.phone-section span {
	position: absolute;
	left: 279px;
	color: #FFF;
	font-family: Madera;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.desc-1 {
	top: 59px;
}
.desc-2 {
	top: 120px;
}
.desc-3 {
	top: 172px;
}
.desc-4 {
	top: 217px;
	max-width: 218px;
}
.desc-5 {
	top: 277px;
	max-width: 257px;
}
.phone-section .desc-6 {
	top: 349px;
	max-width: 218px;
}


.video-youtube {
	position: relative;
	width: 100%;
	max-width: 519px; /* Максимальная ширина для десктопа */
	margin: 0 auto; /* Центрирование */
	overflow: hidden;
	padding-top: 56.25%; /* Соотношение сторон 16:9 (9 / 16 * 100) */
}

.video-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.main-banner {
    height: 700px;
    position: relative;
}
.banner-body {
    padding-top: 200px;
    position: relative;
    z-index: 3;
	max-width: 1148px;
	margin: 0 auto;
}
.banner-body h2 {
	color: #FFF;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 52px;
	margin: 0 0 40px auto;
	max-width: 390px;
	padding: 0px;
}
.banner-body > p {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	max-width: 390px;
	margin: 0 0 33px auto;
	text-align: center;
}
.banner-body .open-profiles {
    color: #4994C0;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 140px;
    height: 49px;
    flex-shrink: 0;
    border-radius: 11px;
    background: conic-gradient(from 133deg at 49.72% 50%, #FFF 0deg, #E1F2FF 214.7727370262146deg, #FFF 360deg);
    box-shadow: 0px 0px 6.1px 3px rgba(255, 255, 255, 0.25);
    display: block;
    padding-left: 0;
    position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
	margin: 34px 125px auto auto;
	border-radius: 27px;
	justify-content: center;
}
.banner-body .open-profiles.en {
	width: 140px;
	margin: 34px 125px auto auto;
}
.banner-body .open-profiles:hover {
    box-shadow: 0px 0px 6.1px 4px rgba(255, 255, 255, 0.4);
}

.banner-body a.scroll-arrow {
    position: relative;
    margin: 56px auto 0 auto;
    display: block;
    width: 42px;
    height: 30px;
}
.banner-body a.scroll-arrow::after {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='27' viewBox='0 0 42 27' fill='none'%3E%3Cg filter='url(%23filter0_d_48_49)'%3E%3Cpath d='M6 6L21 21L36 6' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_48_49' x='0.2' y='0.2' width='41.6' height='26.6' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2.15'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_48_49'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_48_49' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    width: 42px;
    height: 27px;
}
.main-banner > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-banner > img.banner-mob-img {
	display: none;
}

.main-banner > span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: rgba(113, 173, 218, 0.75);*/
}
.main-banner > i:nth-of-type(1) {
    position: absolute;
    bottom: -6px;
    width: 657px;
    height: 356.061px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='657' height='350' viewBox='0 0 657 350' fill='none'%3E%3Cpath d='M656.904 356C607.345 354.01 560.855 324.137 538.485 279.88C531.915 266.886 527.408 252.813 523.02 239.219C519.807 229.222 516.499 218.889 512.399 209.083C505.685 193.068 490.364 164.946 463.103 156.65C433.756 147.732 403.138 164.514 376.117 179.33L371.993 181.584C344.276 196.712 305.531 210.473 278.413 190.119C255.804 173.145 254.581 144.951 253.262 115.078C252.495 97.5767 251.704 79.4758 246.261 63.7245C230.173 17.3814 174.5 -2.03808 130.264 3.23635C82.2149 8.9663 39.2253 36.5372 1.29472 60.8955L0 58.8816C38.1464 34.3795 81.3997 6.64075 129.976 0.862855C175.147 -4.50747 232.043 15.4155 248.515 62.9573C254.077 79.0443 254.893 97.313 255.66 115.006C256.955 144.303 258.153 171.946 279.852 188.249C305.962 207.836 343.749 194.339 370.842 179.546L374.966 177.293C402.395 162.26 433.492 145.214 463.799 154.421C484.706 160.774 502.736 179.882 514.604 208.22C518.752 218.121 522.085 228.502 525.298 238.548C529.638 252.07 534.121 266.047 540.619 278.849C562.269 321.668 609.047 351.732 657 353.674L656.904 356.072V356Z' fill='white'/%3E%3C/svg%3E");
}
.main-banner > i:nth-of-type(2) {
    position: absolute;
    width: 734px;
    height: 494px;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='734' height='494' viewBox='0 0 734 494' fill='none'%3E%3Cpath d='M707.275 493.52C706.91 492.995 707.024 492.286 707.526 491.921C708.05 491.555 708.756 491.669 709.12 492.195C709.485 492.698 709.371 493.406 708.87 493.772C708.665 493.931 708.437 494 708.209 494C707.844 494 707.48 493.817 707.275 493.52ZM720.444 480.975C719.943 480.609 719.829 479.901 720.216 479.375C720.581 478.872 721.31 478.781 721.811 479.147C722.312 479.535 722.403 480.244 722.039 480.746C721.811 481.043 721.469 481.203 721.127 481.203C720.9 481.203 720.649 481.135 720.444 480.975ZM729.307 465.07C728.692 464.865 728.395 464.225 728.6 463.631C728.806 463.036 729.466 462.717 730.059 462.922C730.651 463.128 730.947 463.791 730.765 464.385C730.583 464.842 730.15 465.139 729.671 465.139C729.557 465.139 729.421 465.139 729.307 465.07ZM732.838 447.223C732.223 447.223 731.699 446.698 731.722 446.081C731.722 445.441 732.223 444.938 732.861 444.938C733.499 444.938 734 445.464 734 446.104C734 446.721 733.476 447.223 732.861 447.223H732.838ZM728.783 428.531C728.578 427.914 728.874 427.274 729.489 427.068C730.081 426.863 730.719 427.183 730.924 427.777C731.129 428.371 730.833 429.011 730.218 429.239C730.218 429.239 729.99 429.285 729.854 429.285C729.375 429.285 728.942 428.988 728.783 428.531ZM720.398 412.764C720.034 412.261 720.125 411.552 720.626 411.164C721.127 410.775 721.856 410.89 722.221 411.392C722.608 411.895 722.494 412.626 721.993 412.992C721.788 413.152 721.56 413.221 721.31 413.221C720.968 413.221 720.626 413.061 720.398 412.764ZM707.708 400.218C707.207 399.853 707.093 399.121 707.457 398.619C707.822 398.116 708.551 398.002 709.052 398.367C709.553 398.733 709.667 399.441 709.303 399.967C709.075 400.264 708.733 400.424 708.391 400.424C708.141 400.424 707.913 400.355 707.708 400.218ZM619.558 392.54C618.92 392.472 618.464 391.9 618.532 391.283C618.601 390.643 619.148 390.186 619.785 390.255C620.401 390.324 620.856 390.872 620.788 391.512C620.742 392.106 620.241 392.54 619.672 392.54H619.558ZM636.737 391.42C636.668 390.781 637.147 390.232 637.762 390.186C638.4 390.141 638.947 390.598 638.992 391.238C639.06 391.855 638.582 392.403 637.967 392.472H637.876C637.283 392.472 636.782 392.015 636.737 391.42ZM691.828 392.22C691.235 392.06 690.893 391.42 691.076 390.803C691.258 390.209 691.896 389.867 692.488 390.049C693.103 390.232 693.445 390.872 693.263 391.466C693.103 391.969 692.648 392.289 692.169 392.289C692.055 392.289 691.941 392.289 691.828 392.22ZM654.85 389.547C654.804 388.93 655.26 388.358 655.875 388.313C656.513 388.244 657.06 388.701 657.128 389.318C657.196 389.958 656.741 390.506 656.103 390.575H655.989C655.419 390.575 654.918 390.141 654.85 389.547ZM674.17 389.638C673.532 389.638 673.031 389.09 673.054 388.473C673.054 387.833 673.578 387.33 674.216 387.353C674.831 387.353 675.332 387.878 675.332 388.518C675.332 389.135 674.808 389.638 674.193 389.638H674.17ZM601.536 388.313C600.966 388.061 600.67 387.399 600.898 386.827C601.126 386.233 601.809 385.936 602.379 386.187C602.971 386.416 603.267 387.079 603.017 387.673C602.857 388.107 602.424 388.381 601.969 388.381C601.832 388.381 601.672 388.381 601.536 388.313ZM586.066 378.03C585.656 377.55 585.678 376.841 586.134 376.407C586.612 375.973 587.319 375.996 587.752 376.476C588.184 376.933 588.139 377.664 587.683 378.098C587.455 378.281 587.182 378.395 586.909 378.395C586.612 378.395 586.293 378.258 586.088 378.03H586.066ZM577.886 361.257C577.772 360.64 578.182 360.046 578.798 359.931C579.435 359.817 580.005 360.251 580.119 360.868C580.233 361.485 579.823 362.079 579.208 362.194H579.003C578.456 362.194 577.977 361.805 577.886 361.257ZM579.595 344.027C578.98 343.89 578.57 343.296 578.706 342.679C578.843 342.062 579.458 341.65 580.073 341.787C580.666 341.924 581.076 342.519 580.939 343.158C580.825 343.684 580.347 344.05 579.823 344.05C579.823 344.05 579.663 344.05 579.595 344.05V344.027ZM584.471 326.408C583.878 326.226 583.537 325.586 583.719 324.992C583.924 324.375 584.562 324.055 585.154 324.238C585.769 324.42 586.088 325.06 585.906 325.677C585.747 326.157 585.291 326.477 584.812 326.477C584.812 326.477 584.585 326.477 584.471 326.408ZM589.415 308.836C588.777 308.699 588.389 308.104 588.503 307.487C588.617 306.87 589.21 306.459 589.848 306.573C590.463 306.711 590.85 307.305 590.736 307.922C590.645 308.47 590.167 308.836 589.62 308.836H589.415ZM589.21 289.663C589.119 289.046 589.552 288.475 590.189 288.384C590.805 288.315 591.374 288.749 591.465 289.389C591.534 290.006 591.101 290.578 590.486 290.646C590.486 290.646 590.372 290.646 590.326 290.646C589.757 290.646 589.278 290.212 589.21 289.641V289.663ZM302.112 281.391C301.497 281.346 300.996 280.82 301.019 280.203C301.064 279.563 301.588 279.06 302.226 279.106C302.841 279.129 303.32 279.655 303.297 280.294C303.297 280.911 302.773 281.391 302.158 281.391H302.112ZM319.246 279.86C319.177 279.22 319.633 278.672 320.271 278.603C320.886 278.535 321.456 278.992 321.501 279.632C321.569 280.249 321.114 280.82 320.476 280.889H320.385C319.792 280.889 319.291 280.432 319.246 279.86ZM283.862 279.22C283.247 279.106 282.837 278.489 282.974 277.872C283.088 277.255 283.68 276.844 284.295 276.981C284.91 277.095 285.321 277.689 285.207 278.306C285.093 278.855 284.614 279.243 284.09 279.243C284.09 279.243 283.931 279.243 283.862 279.243V279.22ZM337.245 277.072C337.108 276.455 337.495 275.838 338.11 275.701C338.726 275.564 339.341 275.953 339.477 276.57C339.591 277.187 339.204 277.804 338.589 277.941C338.589 277.941 338.429 277.941 338.338 277.941C337.837 277.941 337.359 277.575 337.245 277.049V277.072ZM266.182 274.102C265.59 273.873 265.316 273.21 265.544 272.616C265.749 272.022 266.433 271.725 267.002 271.954C267.595 272.182 267.891 272.868 267.663 273.439C267.481 273.896 267.048 274.17 266.592 274.17C266.456 274.17 266.319 274.17 266.182 274.102ZM354.856 272.434C354.674 271.839 355.016 271.2 355.608 270.994C356.224 270.811 356.861 271.154 357.044 271.748C357.226 272.342 356.884 273.005 356.292 273.188C356.178 273.188 356.064 273.233 355.95 273.233C355.472 273.233 355.016 272.913 354.856 272.434ZM584.22 272.525H584.197C583.947 271.954 584.197 271.268 584.767 271.017C585.336 270.743 586.02 271.017 586.293 271.565C586.567 272.136 586.293 272.822 585.747 273.096C585.587 273.165 585.428 273.188 585.268 273.188C584.835 273.188 584.425 272.936 584.243 272.525H584.22ZM372.104 266.492C371.876 265.898 372.172 265.235 372.764 265.03C373.357 264.801 374.018 265.098 374.223 265.692C374.45 266.264 374.154 266.926 373.562 267.155C373.562 267.155 373.311 267.223 373.175 267.223C372.696 267.223 372.263 266.949 372.104 266.492ZM249.801 265.647C249.277 265.281 249.117 264.573 249.482 264.07C249.824 263.544 250.53 263.384 251.054 263.727C251.578 264.07 251.715 264.778 251.373 265.327C251.145 265.647 250.78 265.829 250.416 265.829C250.211 265.829 249.983 265.761 249.801 265.647ZM389.032 259.705C388.781 259.134 389.055 258.471 389.647 258.22C390.217 257.969 390.878 258.22 391.128 258.837C391.379 259.408 391.105 260.071 390.513 260.322C390.376 260.391 390.217 260.414 390.08 260.414C389.624 260.414 389.214 260.14 389.032 259.705ZM574.628 257.397C574.218 256.895 574.286 256.186 574.788 255.775C575.266 255.386 575.972 255.455 576.383 255.935C576.793 256.415 576.724 257.146 576.223 257.534C576.018 257.717 575.767 257.809 575.494 257.809C575.175 257.809 574.856 257.672 574.628 257.397ZM235.743 253.65C235.31 253.193 235.333 252.461 235.812 252.027C236.267 251.616 236.996 251.639 237.406 252.119C237.839 252.576 237.817 253.307 237.338 253.718C237.133 253.924 236.86 254.015 236.563 254.015C236.267 254.015 235.948 253.901 235.743 253.65ZM405.801 252.53C405.55 251.959 405.801 251.273 406.393 251.022C406.963 250.77 407.624 251.045 407.874 251.639C408.125 252.21 407.874 252.873 407.282 253.124C407.145 253.193 406.986 253.216 406.826 253.216C406.393 253.216 405.983 252.964 405.801 252.53ZM422.57 245.378C422.319 244.783 422.57 244.121 423.185 243.869C423.754 243.641 424.438 243.915 424.666 244.509C424.916 245.081 424.62 245.743 424.051 245.995C423.914 246.04 423.754 246.086 423.618 246.086C423.162 246.086 422.752 245.812 422.57 245.378ZM561.733 244.875C561.231 244.486 561.14 243.778 561.528 243.275C561.915 242.773 562.621 242.681 563.122 243.07C563.624 243.458 563.715 244.166 563.327 244.669C563.1 244.966 562.758 245.126 562.416 245.126C562.188 245.126 561.938 245.035 561.733 244.875ZM439.521 238.682C439.293 238.088 439.612 237.425 440.204 237.22C440.797 236.991 441.435 237.311 441.662 237.882C441.867 238.499 441.571 239.139 440.979 239.368C440.842 239.413 440.728 239.436 440.592 239.436C440.113 239.436 439.68 239.139 439.521 238.682ZM225.08 238.522C224.807 237.974 224.989 237.265 225.559 236.968C226.106 236.671 226.789 236.877 227.108 237.448C227.404 237.997 227.177 238.682 226.63 238.979C226.47 239.071 226.288 239.116 226.106 239.116C225.696 239.116 225.286 238.911 225.08 238.522ZM546.49 235.346C545.921 235.072 545.67 234.386 545.943 233.815C546.217 233.244 546.9 233.015 547.47 233.289C548.04 233.563 548.267 234.249 547.994 234.82C547.812 235.232 547.402 235.46 546.992 235.46C546.809 235.46 546.65 235.46 546.49 235.346ZM456.814 232.901C456.631 232.284 456.973 231.667 457.588 231.484C458.203 231.301 458.819 231.667 459.001 232.261C459.183 232.855 458.819 233.495 458.226 233.678C458.226 233.678 458.021 233.723 457.907 233.723C457.406 233.723 456.95 233.403 456.814 232.901ZM474.494 228.445C474.357 227.805 474.767 227.211 475.382 227.096C475.997 226.982 476.59 227.371 476.727 227.988C476.84 228.605 476.453 229.222 475.815 229.336C475.815 229.336 475.678 229.336 475.61 229.336C475.063 229.336 474.585 228.947 474.494 228.422V228.445ZM529.608 229.245C528.992 229.107 528.605 228.49 528.765 227.873C528.901 227.256 529.516 226.891 530.132 227.028C530.747 227.165 531.111 227.782 530.975 228.399C530.838 228.925 530.382 229.29 529.858 229.29C529.858 229.29 529.676 229.29 529.608 229.245ZM492.516 225.748C492.447 225.131 492.926 224.583 493.564 224.537C494.179 224.469 494.726 224.948 494.771 225.588C494.817 226.205 494.361 226.754 493.723 226.799C493.723 226.799 493.678 226.799 493.632 226.799C493.062 226.799 492.561 226.342 492.516 225.725V225.748ZM511.791 226.617C511.153 226.571 510.674 226.022 510.72 225.406C510.765 224.766 511.289 224.286 511.927 224.331C512.565 224.377 513.021 224.926 512.998 225.543C512.953 226.16 512.451 226.617 511.859 226.617H511.791ZM218.314 221.338C218.131 220.721 218.496 220.104 219.111 219.921C219.703 219.761 220.319 220.127 220.501 220.721C220.66 221.338 220.319 221.955 219.703 222.138C219.703 222.138 219.498 222.138 219.407 222.138C218.906 222.138 218.45 221.818 218.314 221.315V221.338ZM215.01 203.171H215.033C214.964 202.554 215.42 201.983 216.035 201.914C216.673 201.869 217.22 202.326 217.288 202.943C217.357 203.582 216.901 204.131 216.263 204.199H216.149C215.58 204.199 215.078 203.765 215.01 203.171ZM215.397 185.941C214.782 185.941 214.281 185.416 214.281 184.799C214.281 184.159 214.805 183.656 215.42 183.656C216.058 183.656 216.559 184.182 216.559 184.822C216.559 185.439 216.035 185.941 215.42 185.941H215.397ZM216.149 167.683C215.511 167.637 215.033 167.089 215.078 166.449C215.124 165.832 215.671 165.352 216.309 165.398C216.924 165.444 217.402 165.992 217.357 166.609C217.311 167.226 216.81 167.683 216.218 167.683H216.149ZM217.676 149.448C217.038 149.402 216.582 148.854 216.628 148.214C216.696 147.574 217.243 147.117 217.881 147.185C218.519 147.231 218.974 147.802 218.906 148.419C218.86 149.014 218.359 149.448 217.767 149.448H217.676ZM219.293 131.235C218.655 131.189 218.2 130.641 218.245 130.024C218.291 129.384 218.838 128.904 219.476 128.973C220.091 129.019 220.569 129.567 220.524 130.184C220.478 130.778 219.977 131.258 219.385 131.258C219.385 131.258 219.316 131.258 219.293 131.235ZM220.387 113C219.749 113 219.248 112.451 219.271 111.812C219.271 111.195 219.817 110.692 220.433 110.715C221.071 110.715 221.572 111.263 221.549 111.88C221.549 112.497 221.025 113 220.41 113H220.387ZM218.997 93.6676C218.952 93.0278 219.43 92.4793 220.045 92.4565C220.683 92.4108 221.23 92.8678 221.276 93.5076C221.298 94.1475 220.82 94.6959 220.205 94.7188H220.114C219.521 94.7188 219.02 94.2617 218.997 93.6676ZM216.582 75.7293C216.468 75.1123 216.856 74.4953 217.471 74.3582C218.086 74.244 218.701 74.6324 218.815 75.2494C218.952 75.8664 218.564 76.4605 217.949 76.5977C217.949 76.5977 217.79 76.6205 217.699 76.6205C217.174 76.6205 216.696 76.2549 216.582 75.7293ZM211.251 58.5223C211 57.9281 211.251 57.2654 211.843 57.0141C212.435 56.7627 213.096 57.0141 213.324 57.6082C213.575 58.2023 213.324 58.865 212.709 59.1164C212.572 59.1849 212.413 59.2078 212.276 59.2078C211.82 59.2078 211.41 58.9564 211.228 58.5223H211.251ZM202.433 42.8462C202.069 42.3435 202.16 41.6351 202.684 41.2466C203.185 40.881 203.892 40.9953 204.279 41.498C204.643 42.0236 204.53 42.732 204.028 43.1205C203.823 43.2576 203.595 43.3261 203.345 43.3261C203.003 43.3261 202.661 43.1662 202.433 42.8462ZM190.358 29.5468C189.88 29.1354 189.857 28.4042 190.267 27.9243C190.677 27.4673 191.406 27.4216 191.862 27.8329C192.34 28.2671 192.386 28.9755 191.976 29.4554C191.748 29.7067 191.429 29.8438 191.11 29.8438C190.837 29.8438 190.563 29.7296 190.358 29.5468ZM0.0685182 29.0897C-0.159319 28.4956 0.136869 27.8329 0.729246 27.6044C1.29884 27.3759 1.95957 27.673 2.1874 28.2671C2.41524 28.8612 2.11905 29.5239 1.52668 29.7296C1.41276 29.7981 1.27605 29.821 1.13935 29.821C0.660895 29.821 0.228004 29.5468 0.0685182 29.0897ZM17.1107 22.6228C16.8829 22.0287 17.2019 21.366 17.7942 21.1603C18.3866 20.9318 19.0473 21.2289 19.2524 21.8459C19.4575 22.4172 19.1613 23.0798 18.5689 23.3084C18.5689 23.3084 18.3183 23.3769 18.1816 23.3769C17.7259 23.3769 17.293 23.0798 17.1107 22.6228ZM175.822 18.9209C175.275 18.601 175.116 17.8926 175.435 17.3442C175.754 16.8186 176.46 16.6358 176.984 16.9557C177.531 17.2756 177.713 17.984 177.394 18.5324C177.189 18.8752 176.802 19.0809 176.414 19.0809C176.209 19.0809 176.004 19.0352 175.822 18.9209ZM34.2669 16.4758C34.0846 15.8588 34.4036 15.219 34.9959 15.0133C35.5883 14.8077 36.2263 15.1276 36.4313 15.7446C36.6364 16.3387 36.3174 16.9785 35.725 17.1842C35.5883 17.2299 35.4744 17.2528 35.3605 17.2528C34.882 17.2528 34.4264 16.9328 34.2669 16.4758ZM51.6508 10.9229C51.4686 10.306 51.8103 9.66611 52.4255 9.50615C53.0179 9.32334 53.6558 9.66611 53.8381 10.2831C53.9976 10.8772 53.6558 11.5171 53.0634 11.6999C53.0634 11.6999 52.8356 11.6999 52.7445 11.6999C52.2432 11.6999 51.7875 11.38 51.6508 10.9001V10.9229ZM159.623 10.9915C159.03 10.7401 158.757 10.0774 158.985 9.50615C159.213 8.91202 159.873 8.61495 160.466 8.86632C161.058 9.09483 161.332 9.73467 161.104 10.3288C160.922 10.7858 160.489 11.06 160.033 11.06C159.896 11.06 159.76 11.06 159.623 10.9915ZM69.2854 6.28412C69.1259 5.66713 69.5133 5.05014 70.1284 4.91304C70.7208 4.77593 71.336 5.1644 71.4727 5.78139C71.6094 6.39837 71.222 6.99251 70.6069 7.15247C70.6069 7.15247 70.4474 7.15247 70.3563 7.15247C69.8322 7.15247 69.3766 6.78684 69.2626 6.26126L69.2854 6.28412ZM142.376 5.62143C141.76 5.48432 141.373 4.86733 141.51 4.25035C141.669 3.63336 142.262 3.24489 142.877 3.40485C143.492 3.54196 143.879 4.15894 143.72 4.77593C143.606 5.30151 143.127 5.64428 142.626 5.64428C142.626 5.64428 142.444 5.64428 142.353 5.64428L142.376 5.62143ZM87.1934 2.90212C87.1023 2.28513 87.5352 1.71385 88.1503 1.62244C88.7883 1.53104 89.3579 1.96521 89.449 2.60505C89.5174 3.22204 89.0845 3.79332 88.4693 3.88473C88.4693 3.88473 88.3782 3.88473 88.3098 3.88473C87.763 3.88473 87.2618 3.4734 87.1934 2.87927V2.90212ZM124.559 2.74216C123.921 2.67361 123.465 2.12517 123.533 1.48534C123.579 0.86835 124.149 0.411324 124.764 0.457027C125.402 0.525581 125.857 1.07401 125.789 1.71385C125.743 2.28513 125.242 2.74216 124.65 2.74216H124.559ZM105.306 1.18827C105.284 0.548432 105.785 0.0228513 106.423 0C107.038 0 107.562 0.457027 107.585 1.09686C107.63 1.7367 107.129 2.26228 106.491 2.28513H106.446C105.853 2.28513 105.329 1.80525 105.306 1.18827Z' fill='white'/%3E%3C/svg%3E");
}
.main-banner > i:nth-of-type(3) {
    position: absolute;
    left: calc(50vw + 205px);
    top: 45px;
    width: 488.005px;
    height: 620.977px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='488' height='621' viewBox='0 0 488 621' fill='none'%3E%3Cpath d='M335.52 619.231C335.456 618.362 334.684 617.686 333.785 617.783C332.917 617.847 332.242 618.619 332.306 619.52C332.403 620.389 333.174 621.064 334.042 620.968C334.941 620.903 335.584 620.131 335.52 619.231ZM309.876 618.812C310.005 617.944 309.394 617.139 308.494 617.011C307.627 616.85 306.823 617.461 306.695 618.362C306.566 619.231 307.145 620.035 308.045 620.164C308.045 620.164 308.205 620.164 308.27 620.164C309.073 620.164 309.748 619.584 309.876 618.78V618.812ZM359.557 615.692C360.392 615.402 360.842 614.501 360.553 613.665C360.264 612.796 359.332 612.378 358.496 612.668C357.661 612.957 357.211 613.858 357.5 614.694C357.725 615.37 358.368 615.788 359.01 615.788C359.203 615.788 359.364 615.756 359.557 615.692ZM284.908 612.764C285.229 611.928 284.811 610.995 283.976 610.705C283.172 610.383 282.24 610.802 281.919 611.638C281.598 612.442 282.015 613.375 282.851 613.697C283.044 613.761 283.236 613.794 283.429 613.794C284.072 613.794 284.683 613.408 284.908 612.764ZM382.822 603.981C383.529 603.467 383.722 602.469 383.208 601.729C382.694 601.022 381.698 600.829 380.959 601.343C380.252 601.826 380.059 602.823 380.573 603.563C380.894 604.014 381.376 604.271 381.891 604.271C382.212 604.271 382.533 604.174 382.79 603.981H382.822ZM261.931 601.343C262.445 600.603 262.252 599.606 261.513 599.091C260.774 598.609 259.778 598.802 259.264 599.542C258.782 600.282 258.975 601.279 259.714 601.794C259.971 601.955 260.292 602.051 260.614 602.051C261.128 602.051 261.642 601.794 261.931 601.343ZM401.943 586.223C402.521 585.547 402.393 584.518 401.718 583.971C401.043 583.392 400.015 583.521 399.468 584.196C398.89 584.872 398.986 585.901 399.693 586.448C399.982 586.706 400.336 586.834 400.722 586.834C401.171 586.834 401.621 586.609 401.943 586.223ZM242.361 584.775C243.036 584.164 243.1 583.167 242.522 582.491C241.943 581.815 240.915 581.751 240.24 582.362C239.597 582.941 239.533 583.939 240.111 584.614C240.433 584.968 240.851 585.161 241.301 585.161C241.686 585.161 242.072 585.033 242.361 584.775ZM415.696 564.089C416.05 563.285 415.696 562.32 414.893 561.934C414.09 561.58 413.158 561.934 412.772 562.738C412.386 563.542 412.772 564.507 413.575 564.861C413.768 564.958 413.993 565.022 414.218 565.022C414.829 565.022 415.439 564.668 415.696 564.089ZM227.9 563.607C228.704 563.221 229.025 562.255 228.639 561.451C228.254 560.647 227.29 560.325 226.486 560.711C225.683 561.097 225.362 562.062 225.747 562.867C226.036 563.446 226.583 563.768 227.193 563.768C227.418 563.768 227.675 563.703 227.9 563.607ZM423.794 539.317C423.987 538.449 423.441 537.612 422.573 537.419C421.706 537.258 420.838 537.805 420.677 538.674C420.484 539.543 421.031 540.411 421.931 540.572C421.931 540.572 422.123 540.604 422.22 540.604C422.991 540.604 423.666 540.089 423.827 539.317H423.794ZM218.067 539.832C218.902 539.51 219.32 538.61 219.031 537.773C218.71 536.937 217.81 536.518 216.974 536.808C216.139 537.13 215.689 538.031 216.01 538.867C216.235 539.51 216.846 539.929 217.521 539.929C217.521 539.929 217.874 539.896 218.067 539.832ZM66.2297 536.326C67.1295 536.261 67.7722 535.457 67.6758 534.588C67.6115 533.687 66.8082 533.044 65.9405 533.141C65.0408 533.205 64.3981 534.009 64.4945 534.878C64.5587 535.714 65.2657 536.326 66.0691 536.326H66.2297ZM42.225 532.401C42.5142 531.564 42.0322 530.663 41.1967 530.374C40.3612 530.084 39.4614 530.567 39.1722 531.403C38.9151 532.24 39.365 533.173 40.2005 533.43C40.2005 533.43 40.5219 533.527 40.7147 533.527C41.3895 533.527 42.0001 533.076 42.225 532.401ZM91.1985 528.347C91.9698 527.897 92.1947 526.899 91.7448 526.127C91.295 525.387 90.2988 525.13 89.5275 525.58C88.7884 526.063 88.5314 527.028 88.9813 527.8C89.3026 528.315 89.8167 528.572 90.363 528.572C90.6523 528.572 90.9415 528.508 91.1985 528.347ZM19.8592 520.111C20.4697 519.468 20.4376 518.47 19.7949 517.859C19.1522 517.248 18.156 517.28 17.5133 517.924C16.9348 518.567 16.967 519.564 17.5775 520.176C17.8989 520.465 18.3167 520.626 18.7023 520.626C19.1201 520.626 19.5378 520.465 19.8592 520.111ZM208.684 515.897C209.487 515.511 209.808 514.546 209.423 513.741C209.069 512.937 208.105 512.583 207.302 512.969C206.498 513.355 206.145 514.32 206.531 515.125C206.788 515.704 207.366 516.025 207.977 516.025C208.202 516.025 208.459 516.025 208.684 515.897ZM424.63 515.028C425.53 515.028 426.237 514.288 426.204 513.387C426.204 512.519 425.465 511.811 424.566 511.811C423.698 511.811 422.991 512.551 422.991 513.452C422.991 514.32 423.73 515.028 424.598 515.028H424.63ZM110.769 511.071C111.347 510.428 111.315 509.398 110.64 508.819C109.997 508.208 108.969 508.272 108.391 508.916C107.78 509.591 107.844 510.589 108.487 511.2C108.808 511.457 109.194 511.618 109.58 511.618C109.997 511.618 110.447 511.425 110.769 511.071ZM5.49487 499.071C6.33038 498.782 6.74808 497.849 6.45886 497.012C6.16965 496.176 5.2699 495.758 4.40225 496.047C3.56674 496.337 3.14902 497.27 3.43823 498.106C3.66318 498.75 4.30585 499.168 4.94852 499.168C5.14133 499.168 5.30206 499.136 5.49487 499.071ZM195.058 494.181C195.701 493.57 195.733 492.54 195.123 491.897H195.155C194.544 491.221 193.516 491.189 192.873 491.801C192.231 492.412 192.166 493.409 192.777 494.053C193.098 494.406 193.548 494.599 193.966 494.599C194.351 494.599 194.737 494.439 195.058 494.181ZM127.929 492.026C128.571 491.415 128.571 490.385 127.929 489.742C127.318 489.13 126.322 489.13 125.679 489.742C125.037 490.353 125.037 491.382 125.647 492.026C125.968 492.348 126.386 492.508 126.804 492.508C127.222 492.508 127.607 492.348 127.929 492.026ZM421.738 489.516C422.573 489.291 423.12 488.423 422.895 487.586C422.702 486.718 421.802 486.171 420.934 486.396C420.099 486.589 419.585 487.49 419.778 488.358C419.97 489.066 420.613 489.549 421.352 489.549C421.352 489.549 421.609 489.549 421.738 489.549V489.516ZM174.717 478.707C175.038 477.903 174.653 476.937 173.817 476.616C172.982 476.294 172.05 476.712 171.729 477.517C171.407 478.353 171.825 479.286 172.628 479.608C172.821 479.704 173.014 479.736 173.207 479.736C173.882 479.736 174.46 479.35 174.717 478.707ZM148.559 478.45C149.395 478.192 149.877 477.291 149.62 476.455C149.363 475.586 148.463 475.136 147.595 475.393C146.76 475.651 146.278 476.551 146.535 477.42C146.76 478.096 147.402 478.546 148.077 478.546C148.077 478.546 148.399 478.514 148.559 478.45ZM3.21326 472.337C3.27753 471.436 2.60269 470.664 1.70294 470.6C0.835297 470.6 0.0640564 471.211 -0.000213623 472.112C-0.0644836 472.98 0.610382 473.753 1.478 473.817H1.60654C2.44205 473.817 3.14899 473.173 3.21326 472.337ZM412.933 465.388C413.704 464.97 413.993 464.005 413.575 463.233C413.158 462.46 412.194 462.139 411.39 462.557C410.619 462.975 410.33 463.973 410.748 464.745C411.037 465.292 411.583 465.581 412.162 465.581C412.419 465.581 412.676 465.517 412.933 465.388ZM9.99371 448.402C10.4115 447.63 10.1223 446.664 9.35104 446.246C8.54767 445.796 7.58359 446.118 7.16583 446.89C6.74808 447.662 7.03735 448.659 7.80859 449.077C8.06567 449.206 8.32269 449.27 8.57977 449.27C9.1582 449.27 9.70453 448.949 9.99371 448.402ZM398.151 444.445C398.793 443.801 398.826 442.804 398.151 442.16C397.54 441.517 396.512 441.485 395.901 442.16C395.259 442.772 395.259 443.801 395.901 444.412C396.191 444.766 396.608 444.927 397.058 444.927C397.444 444.927 397.862 444.766 398.151 444.477V444.445ZM378.87 427.458C379.416 426.75 379.255 425.721 378.548 425.206C377.874 424.659 376.845 424.82 376.331 425.528C375.785 426.204 375.913 427.233 376.62 427.748C376.91 427.973 377.263 428.102 377.584 428.102C378.066 428.102 378.581 427.876 378.87 427.458ZM357.886 412.563C358.4 411.823 358.207 410.826 357.468 410.311C356.729 409.828 355.733 410.021 355.251 410.761C354.737 411.469 354.929 412.466 355.668 412.981C355.926 413.174 356.247 413.271 356.568 413.271C357.082 413.271 357.597 413.013 357.886 412.563ZM336.805 397.796C337.352 397.089 337.223 396.091 336.484 395.577C335.809 395.03 334.781 395.158 334.267 395.866C333.72 396.574 333.849 397.603 334.556 398.118C334.845 398.343 335.199 398.44 335.52 398.44C336.034 398.44 336.516 398.215 336.805 397.796ZM317.299 381.1C317.942 380.488 317.974 379.491 317.364 378.848C316.753 378.172 315.757 378.14 315.082 378.751C314.439 379.362 314.407 380.392 315.018 381.035C315.339 381.357 315.757 381.55 316.207 381.55C316.592 381.55 316.978 381.389 317.299 381.1ZM302.614 360.188C303.417 359.834 303.803 358.902 303.481 358.065C303.128 357.261 302.196 356.875 301.361 357.196C300.557 357.55 300.172 358.483 300.493 359.288C300.75 359.931 301.361 360.285 302.003 360.285C302.196 360.285 302.389 360.285 302.614 360.188ZM299.529 333.679C299.593 332.779 298.918 332.006 298.051 331.942C297.151 331.878 296.38 332.553 296.315 333.422C296.251 334.323 296.926 335.095 297.794 335.159H297.922C298.758 335.159 299.465 334.516 299.529 333.679ZM306.952 310.001C307.37 309.229 307.113 308.232 306.309 307.782C305.538 307.363 304.574 307.653 304.124 308.425C303.706 309.197 303.963 310.162 304.735 310.613C304.992 310.741 305.281 310.806 305.538 310.806C306.084 310.806 306.631 310.516 306.952 310.001ZM322.602 290.313C323.277 289.733 323.309 288.704 322.698 288.061C322.088 287.417 321.059 287.385 320.417 287.996C319.774 288.607 319.742 289.605 320.352 290.28C320.674 290.602 321.091 290.763 321.509 290.763C321.927 290.763 322.312 290.634 322.602 290.313ZM342.879 275.16C343.682 274.71 343.907 273.712 343.457 272.94C343.007 272.2 342.011 271.943 341.24 272.393C340.501 272.844 340.244 273.809 340.694 274.581C340.983 275.096 341.529 275.385 342.075 275.385C342.365 275.385 342.622 275.321 342.879 275.16ZM365.759 263.932C366.594 263.578 366.948 262.645 366.626 261.809C366.273 261.005 365.341 260.619 364.506 260.972C363.702 261.326 363.317 262.259 363.67 263.064C363.927 263.675 364.506 264.061 365.116 264.061C365.341 264.061 365.566 264.029 365.759 263.932ZM389.603 254.377C390.406 254.056 390.824 253.123 390.503 252.286C390.181 251.45 389.249 251.064 388.414 251.385C387.578 251.707 387.193 252.64 387.514 253.477C387.771 254.088 388.382 254.506 388.992 254.506C389.185 254.506 389.41 254.442 389.603 254.377ZM413.318 244.179C414.122 243.793 414.443 242.828 414.058 242.024C413.672 241.219 412.708 240.898 411.904 241.284C411.133 241.67 410.78 242.635 411.165 243.439C411.455 243.986 412.033 244.34 412.611 244.34C412.836 244.34 413.093 244.276 413.318 244.179ZM435.684 230.989C436.391 230.474 436.552 229.445 436.038 228.737C435.524 228.029 434.527 227.868 433.788 228.383C433.081 228.898 432.921 229.927 433.435 230.635C433.756 231.085 434.238 231.311 434.752 231.311C435.074 231.311 435.395 231.214 435.684 230.989ZM454.901 213.456C455.511 212.812 455.447 211.783 454.772 211.204C454.098 210.592 453.101 210.657 452.491 211.332C451.912 211.976 451.977 213.005 452.651 213.584C452.941 213.874 453.326 214.003 453.712 214.003C454.162 214.003 454.58 213.81 454.901 213.456ZM470.101 192.351C470.551 191.579 470.294 190.614 469.522 190.164C468.751 189.713 467.787 189.971 467.337 190.743C466.887 191.515 467.144 192.512 467.916 192.963C468.173 193.091 468.43 193.156 468.719 193.156C469.265 193.156 469.811 192.866 470.101 192.351ZM480.93 168.706C481.219 167.869 480.769 166.968 479.934 166.679C479.098 166.389 478.167 166.84 477.877 167.644C477.588 168.513 478.038 169.413 478.874 169.703C479.034 169.767 479.227 169.799 479.388 169.799C480.063 169.799 480.673 169.381 480.93 168.706ZM487.004 143.419C487.132 142.55 486.522 141.746 485.622 141.617C484.754 141.489 483.951 142.1 483.822 142.969C483.694 143.869 484.304 144.674 485.204 144.802H485.429C486.2 144.802 486.907 144.223 487.004 143.419ZM486.489 119.13C487.389 119.065 488.032 118.326 488 117.425C487.936 116.556 487.164 115.881 486.297 115.913C485.397 115.977 484.722 116.749 484.786 117.65C484.851 118.486 485.525 119.13 486.361 119.13H486.489ZM482.376 93.7789C483.244 93.5216 483.726 92.653 483.469 91.7843C483.212 90.9479 482.344 90.4331 481.476 90.6905C480.641 90.9479 480.159 91.8487 480.384 92.6851C480.609 93.3929 481.252 93.8433 481.926 93.8433C481.926 93.8433 482.248 93.8433 482.376 93.7789ZM472.832 69.9401C473.603 69.5219 473.893 68.5567 473.443 67.7525C473.025 66.9804 472.061 66.6908 471.29 67.1412C470.518 67.5594 470.197 68.5246 470.647 69.3289C470.936 69.8436 471.483 70.1331 472.061 70.1331C472.318 70.1331 472.575 70.0688 472.832 69.9401ZM458.532 48.6106C459.207 48.0637 459.271 47.0342 458.693 46.3586C458.114 45.6831 457.118 45.5865 456.411 46.1656C455.769 46.7447 455.672 47.742 456.251 48.4498C456.572 48.8037 457.022 48.9967 457.472 48.9967C457.857 48.9967 458.211 48.868 458.532 48.6106ZM440.312 30.4983C440.858 29.8227 440.729 28.7932 440.055 28.2463C439.348 27.6994 438.319 27.7959 437.773 28.5037C437.227 29.2114 437.355 30.2087 438.03 30.7556C438.319 31.013 438.673 31.1095 439.026 31.1095C439.508 31.1095 439.99 30.9165 440.312 30.4983ZM418.974 16.2143C419.36 15.4422 419.071 14.477 418.267 14.0588C417.496 13.6406 416.532 13.9301 416.114 14.7344C415.696 15.5065 416.018 16.5038 416.789 16.922C417.046 17.0185 417.303 17.0829 417.528 17.0829C418.106 17.0829 418.685 16.7612 418.974 16.2143ZM395.259 6.40206C395.484 5.53344 395.002 4.63265 394.134 4.40745C393.298 4.15008 392.399 4.66482 392.174 5.50127C391.917 6.36989 392.399 7.23851 393.266 7.49588C393.266 7.49588 393.555 7.56022 393.716 7.56022C394.423 7.56022 395.066 7.10983 395.259 6.40206ZM370.033 1.70507C370.033 0.83645 369.422 0.0643423 368.522 0C367.623 0 366.884 0.643423 366.819 1.51204C366.755 2.41284 367.43 3.18495 368.33 3.21712H368.426C369.262 3.21712 369.968 2.57369 370.033 1.70507Z' fill='white'/%3E%3C/svg%3E");
}

body > h3:nth-of-type(3) {
    max-width: 663px;
    margin: 0 auto 26px auto;
}
.main-description {
    margin: 19px 0 0 0;
    max-width: 363px;
    width: 100%;
    color: #5A5A5A;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

}
.main-description span {
    color: #4794C2;
    font-weight: 500;
}
.video-container {
    max-width: 519px;
    width: 100%;
    height: 293px;
    margin: 0;
    position: relative;
}
.video-container .video-placeholder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.video-container .video-placeholder i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='83' height='83' viewBox='0 0 83 83' fill='none'%3E%3Cmask id='mask0_48_229' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='83' height='83'%3E%3Cpath d='M41.5 81C63.3158 81 81 63.3158 81 41.5C81 19.6842 63.3158 2 41.5 2C19.6842 2 2 19.6842 2 41.5C2 63.3158 19.6842 81 41.5 81Z' fill='white' stroke='white' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M33.6001 41.4999V27.8171L45.4501 34.6585L57.3001 41.4999L45.4501 48.3413L33.6001 55.1827V41.4999Z' fill='black' stroke='black' stroke-width='4' stroke-linejoin='round'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_48_229)'%3E%3Cpath d='M-5.8999 -5.90002H88.9001V88.9H-5.8999V-5.90002Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
    height: 83px;
    width: 83px;
    position: absolute;
    cursor: pointer;
}
.video-container video {
    height: 100%;
    width: 100%;
}
.video-container > img {
    position: absolute;
    z-index: 2;
}
.video-container > img:nth-of-type(1) {
    right: -147px;
    top: -67px;
    height: 156px;
    display: none;
}
.video-container > img:nth-of-type(2) {
    left: -498px;
    top: 226px;
    height: 98px;
    display: none;
}
.qr-block {
    /*height: 188px;
    right: -248px;
    bottom: -6px;
    position: absolute;
    text-align: center;*/
    height: 266px;
    right: -284px;
    bottom: -6px;
    position: absolute;
    text-align: center;
}
.qr-block > div {
    text-align: center;
    color: #4794C2;
    font-size: 14px;
    font-weight: 500;
    width: 200px;
    margin-bottom: 40px;
}
.qr-block::after {
    position: absolute;
    bottom: -4px;
    content: '';
    background-image: radial-gradient(50% 50% at 50% 50%, #D9D9D9 0%, rgba(255, 255, 255, 0.00) 100%);
    width: 199px;
    height: 20px;
/*    left: -25px;*/
    left: 0px;
    z-index: -1;
}
.qr-block img {
    transition: transform 0.8s ease-in-out;
    width: 149.688px;
    height: 149.688px;
    transform: rotate(43.164deg);
}
.qr-block:hover img {
    /*transform: rotate(-43deg);*/
    transform: rotate(0deg);
}
.grid-block.slider-for {
    display: block;
    max-width: 447px;
    width: 100%;
    margin: 169px 0 0 0;
}
.grid-block > div {
    width: 100%;
    text-align: center;
}

.grid-block img {
    height: 30px;
}
.grid-block strong {
    color: #FFF;
    font-family: Madera;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.718%; /* 43.459px */
    text-transform: uppercase;
    width: 64px;
    height: 64px;
    background: #4794C2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.grid-block span {
    text-align: left;
    color: #4794C2;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.718%; /* 36.215px */
    display: block;
    max-width: 369px;
    margin: 0 0 19px 0;
}
.grid-block > div:nth-of-type(4) span {
    max-width: 278px;
}
.grid-block p {
    color: #5A5A5A;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 0px */
    max-width: 422px;
    margin: 0;
}
.grid-block .slick-track > :nth-child(6) p {
    max-width: 431px;
}
.grid-block > div:nth-of-type(2) strong, .grid-block > div:nth-of-type(3) strong,.grid-block > div:nth-of-type(4) strong {
    margin-left: 18px;
}
.form-section {
    background: #4794C2;
    height: 566px;
    margin-top: 105px;
    overflow: hidden;
    position: relative;
}
.form-section > div {
    margin: 0 auto;
    max-width: 1172px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.form-section > i:nth-of-type(1) {
    position: absolute;
    bottom: -14px;
    left: -13px;
    width: 657px;
    height: 356.061px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='657' height='350' viewBox='0 0 657 350' fill='none'%3E%3Cpath d='M656.904 356C607.345 354.01 560.855 324.137 538.485 279.88C531.915 266.886 527.408 252.813 523.02 239.219C519.807 229.222 516.499 218.889 512.399 209.083C505.685 193.068 490.364 164.946 463.103 156.65C433.756 147.732 403.138 164.514 376.117 179.33L371.993 181.584C344.276 196.712 305.531 210.473 278.413 190.119C255.804 173.145 254.581 144.951 253.262 115.078C252.495 97.5767 251.704 79.4758 246.261 63.7245C230.173 17.3814 174.5 -2.03808 130.264 3.23635C82.2149 8.9663 39.2253 36.5372 1.29472 60.8955L0 58.8816C38.1464 34.3795 81.3997 6.64075 129.976 0.862855C175.147 -4.50747 232.043 15.4155 248.515 62.9573C254.077 79.0443 254.893 97.313 255.66 115.006C256.955 144.303 258.153 171.946 279.852 188.249C305.962 207.836 343.749 194.339 370.842 179.546L374.966 177.293C402.395 162.26 433.492 145.214 463.799 154.421C484.706 160.774 502.736 179.882 514.604 208.22C518.752 218.121 522.085 228.502 525.298 238.548C529.638 252.07 534.121 266.047 540.619 278.849C562.269 321.668 609.047 351.732 657 353.674L656.904 356.072V356Z' fill='white'/%3E%3C/svg%3E");
}
.form-section > i:nth-of-type(2) {
    position: absolute;
    width: 734px;
    height: 494px;
    bottom: -14px;
    left: -13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='734' height='494' viewBox='0 0 734 494' fill='none'%3E%3Cpath d='M707.275 493.52C706.91 492.995 707.024 492.286 707.526 491.921C708.05 491.555 708.756 491.669 709.12 492.195C709.485 492.698 709.371 493.406 708.87 493.772C708.665 493.931 708.437 494 708.209 494C707.844 494 707.48 493.817 707.275 493.52ZM720.444 480.975C719.943 480.609 719.829 479.901 720.216 479.375C720.581 478.872 721.31 478.781 721.811 479.147C722.312 479.535 722.403 480.244 722.039 480.746C721.811 481.043 721.469 481.203 721.127 481.203C720.9 481.203 720.649 481.135 720.444 480.975ZM729.307 465.07C728.692 464.865 728.395 464.225 728.6 463.631C728.806 463.036 729.466 462.717 730.059 462.922C730.651 463.128 730.947 463.791 730.765 464.385C730.583 464.842 730.15 465.139 729.671 465.139C729.557 465.139 729.421 465.139 729.307 465.07ZM732.838 447.223C732.223 447.223 731.699 446.698 731.722 446.081C731.722 445.441 732.223 444.938 732.861 444.938C733.499 444.938 734 445.464 734 446.104C734 446.721 733.476 447.223 732.861 447.223H732.838ZM728.783 428.531C728.578 427.914 728.874 427.274 729.489 427.068C730.081 426.863 730.719 427.183 730.924 427.777C731.129 428.371 730.833 429.011 730.218 429.239C730.218 429.239 729.99 429.285 729.854 429.285C729.375 429.285 728.942 428.988 728.783 428.531ZM720.398 412.764C720.034 412.261 720.125 411.552 720.626 411.164C721.127 410.775 721.856 410.89 722.221 411.392C722.608 411.895 722.494 412.626 721.993 412.992C721.788 413.152 721.56 413.221 721.31 413.221C720.968 413.221 720.626 413.061 720.398 412.764ZM707.708 400.218C707.207 399.853 707.093 399.121 707.457 398.619C707.822 398.116 708.551 398.002 709.052 398.367C709.553 398.733 709.667 399.441 709.303 399.967C709.075 400.264 708.733 400.424 708.391 400.424C708.141 400.424 707.913 400.355 707.708 400.218ZM619.558 392.54C618.92 392.472 618.464 391.9 618.532 391.283C618.601 390.643 619.148 390.186 619.785 390.255C620.401 390.324 620.856 390.872 620.788 391.512C620.742 392.106 620.241 392.54 619.672 392.54H619.558ZM636.737 391.42C636.668 390.781 637.147 390.232 637.762 390.186C638.4 390.141 638.947 390.598 638.992 391.238C639.06 391.855 638.582 392.403 637.967 392.472H637.876C637.283 392.472 636.782 392.015 636.737 391.42ZM691.828 392.22C691.235 392.06 690.893 391.42 691.076 390.803C691.258 390.209 691.896 389.867 692.488 390.049C693.103 390.232 693.445 390.872 693.263 391.466C693.103 391.969 692.648 392.289 692.169 392.289C692.055 392.289 691.941 392.289 691.828 392.22ZM654.85 389.547C654.804 388.93 655.26 388.358 655.875 388.313C656.513 388.244 657.06 388.701 657.128 389.318C657.196 389.958 656.741 390.506 656.103 390.575H655.989C655.419 390.575 654.918 390.141 654.85 389.547ZM674.17 389.638C673.532 389.638 673.031 389.09 673.054 388.473C673.054 387.833 673.578 387.33 674.216 387.353C674.831 387.353 675.332 387.878 675.332 388.518C675.332 389.135 674.808 389.638 674.193 389.638H674.17ZM601.536 388.313C600.966 388.061 600.67 387.399 600.898 386.827C601.126 386.233 601.809 385.936 602.379 386.187C602.971 386.416 603.267 387.079 603.017 387.673C602.857 388.107 602.424 388.381 601.969 388.381C601.832 388.381 601.672 388.381 601.536 388.313ZM586.066 378.03C585.656 377.55 585.678 376.841 586.134 376.407C586.612 375.973 587.319 375.996 587.752 376.476C588.184 376.933 588.139 377.664 587.683 378.098C587.455 378.281 587.182 378.395 586.909 378.395C586.612 378.395 586.293 378.258 586.088 378.03H586.066ZM577.886 361.257C577.772 360.64 578.182 360.046 578.798 359.931C579.435 359.817 580.005 360.251 580.119 360.868C580.233 361.485 579.823 362.079 579.208 362.194H579.003C578.456 362.194 577.977 361.805 577.886 361.257ZM579.595 344.027C578.98 343.89 578.57 343.296 578.706 342.679C578.843 342.062 579.458 341.65 580.073 341.787C580.666 341.924 581.076 342.519 580.939 343.158C580.825 343.684 580.347 344.05 579.823 344.05C579.823 344.05 579.663 344.05 579.595 344.05V344.027ZM584.471 326.408C583.878 326.226 583.537 325.586 583.719 324.992C583.924 324.375 584.562 324.055 585.154 324.238C585.769 324.42 586.088 325.06 585.906 325.677C585.747 326.157 585.291 326.477 584.812 326.477C584.812 326.477 584.585 326.477 584.471 326.408ZM589.415 308.836C588.777 308.699 588.389 308.104 588.503 307.487C588.617 306.87 589.21 306.459 589.848 306.573C590.463 306.711 590.85 307.305 590.736 307.922C590.645 308.47 590.167 308.836 589.62 308.836H589.415ZM589.21 289.663C589.119 289.046 589.552 288.475 590.189 288.384C590.805 288.315 591.374 288.749 591.465 289.389C591.534 290.006 591.101 290.578 590.486 290.646C590.486 290.646 590.372 290.646 590.326 290.646C589.757 290.646 589.278 290.212 589.21 289.641V289.663ZM302.112 281.391C301.497 281.346 300.996 280.82 301.019 280.203C301.064 279.563 301.588 279.06 302.226 279.106C302.841 279.129 303.32 279.655 303.297 280.294C303.297 280.911 302.773 281.391 302.158 281.391H302.112ZM319.246 279.86C319.177 279.22 319.633 278.672 320.271 278.603C320.886 278.535 321.456 278.992 321.501 279.632C321.569 280.249 321.114 280.82 320.476 280.889H320.385C319.792 280.889 319.291 280.432 319.246 279.86ZM283.862 279.22C283.247 279.106 282.837 278.489 282.974 277.872C283.088 277.255 283.68 276.844 284.295 276.981C284.91 277.095 285.321 277.689 285.207 278.306C285.093 278.855 284.614 279.243 284.09 279.243C284.09 279.243 283.931 279.243 283.862 279.243V279.22ZM337.245 277.072C337.108 276.455 337.495 275.838 338.11 275.701C338.726 275.564 339.341 275.953 339.477 276.57C339.591 277.187 339.204 277.804 338.589 277.941C338.589 277.941 338.429 277.941 338.338 277.941C337.837 277.941 337.359 277.575 337.245 277.049V277.072ZM266.182 274.102C265.59 273.873 265.316 273.21 265.544 272.616C265.749 272.022 266.433 271.725 267.002 271.954C267.595 272.182 267.891 272.868 267.663 273.439C267.481 273.896 267.048 274.17 266.592 274.17C266.456 274.17 266.319 274.17 266.182 274.102ZM354.856 272.434C354.674 271.839 355.016 271.2 355.608 270.994C356.224 270.811 356.861 271.154 357.044 271.748C357.226 272.342 356.884 273.005 356.292 273.188C356.178 273.188 356.064 273.233 355.95 273.233C355.472 273.233 355.016 272.913 354.856 272.434ZM584.22 272.525H584.197C583.947 271.954 584.197 271.268 584.767 271.017C585.336 270.743 586.02 271.017 586.293 271.565C586.567 272.136 586.293 272.822 585.747 273.096C585.587 273.165 585.428 273.188 585.268 273.188C584.835 273.188 584.425 272.936 584.243 272.525H584.22ZM372.104 266.492C371.876 265.898 372.172 265.235 372.764 265.03C373.357 264.801 374.018 265.098 374.223 265.692C374.45 266.264 374.154 266.926 373.562 267.155C373.562 267.155 373.311 267.223 373.175 267.223C372.696 267.223 372.263 266.949 372.104 266.492ZM249.801 265.647C249.277 265.281 249.117 264.573 249.482 264.07C249.824 263.544 250.53 263.384 251.054 263.727C251.578 264.07 251.715 264.778 251.373 265.327C251.145 265.647 250.78 265.829 250.416 265.829C250.211 265.829 249.983 265.761 249.801 265.647ZM389.032 259.705C388.781 259.134 389.055 258.471 389.647 258.22C390.217 257.969 390.878 258.22 391.128 258.837C391.379 259.408 391.105 260.071 390.513 260.322C390.376 260.391 390.217 260.414 390.08 260.414C389.624 260.414 389.214 260.14 389.032 259.705ZM574.628 257.397C574.218 256.895 574.286 256.186 574.788 255.775C575.266 255.386 575.972 255.455 576.383 255.935C576.793 256.415 576.724 257.146 576.223 257.534C576.018 257.717 575.767 257.809 575.494 257.809C575.175 257.809 574.856 257.672 574.628 257.397ZM235.743 253.65C235.31 253.193 235.333 252.461 235.812 252.027C236.267 251.616 236.996 251.639 237.406 252.119C237.839 252.576 237.817 253.307 237.338 253.718C237.133 253.924 236.86 254.015 236.563 254.015C236.267 254.015 235.948 253.901 235.743 253.65ZM405.801 252.53C405.55 251.959 405.801 251.273 406.393 251.022C406.963 250.77 407.624 251.045 407.874 251.639C408.125 252.21 407.874 252.873 407.282 253.124C407.145 253.193 406.986 253.216 406.826 253.216C406.393 253.216 405.983 252.964 405.801 252.53ZM422.57 245.378C422.319 244.783 422.57 244.121 423.185 243.869C423.754 243.641 424.438 243.915 424.666 244.509C424.916 245.081 424.62 245.743 424.051 245.995C423.914 246.04 423.754 246.086 423.618 246.086C423.162 246.086 422.752 245.812 422.57 245.378ZM561.733 244.875C561.231 244.486 561.14 243.778 561.528 243.275C561.915 242.773 562.621 242.681 563.122 243.07C563.624 243.458 563.715 244.166 563.327 244.669C563.1 244.966 562.758 245.126 562.416 245.126C562.188 245.126 561.938 245.035 561.733 244.875ZM439.521 238.682C439.293 238.088 439.612 237.425 440.204 237.22C440.797 236.991 441.435 237.311 441.662 237.882C441.867 238.499 441.571 239.139 440.979 239.368C440.842 239.413 440.728 239.436 440.592 239.436C440.113 239.436 439.68 239.139 439.521 238.682ZM225.08 238.522C224.807 237.974 224.989 237.265 225.559 236.968C226.106 236.671 226.789 236.877 227.108 237.448C227.404 237.997 227.177 238.682 226.63 238.979C226.47 239.071 226.288 239.116 226.106 239.116C225.696 239.116 225.286 238.911 225.08 238.522ZM546.49 235.346C545.921 235.072 545.67 234.386 545.943 233.815C546.217 233.244 546.9 233.015 547.47 233.289C548.04 233.563 548.267 234.249 547.994 234.82C547.812 235.232 547.402 235.46 546.992 235.46C546.809 235.46 546.65 235.46 546.49 235.346ZM456.814 232.901C456.631 232.284 456.973 231.667 457.588 231.484C458.203 231.301 458.819 231.667 459.001 232.261C459.183 232.855 458.819 233.495 458.226 233.678C458.226 233.678 458.021 233.723 457.907 233.723C457.406 233.723 456.95 233.403 456.814 232.901ZM474.494 228.445C474.357 227.805 474.767 227.211 475.382 227.096C475.997 226.982 476.59 227.371 476.727 227.988C476.84 228.605 476.453 229.222 475.815 229.336C475.815 229.336 475.678 229.336 475.61 229.336C475.063 229.336 474.585 228.947 474.494 228.422V228.445ZM529.608 229.245C528.992 229.107 528.605 228.49 528.765 227.873C528.901 227.256 529.516 226.891 530.132 227.028C530.747 227.165 531.111 227.782 530.975 228.399C530.838 228.925 530.382 229.29 529.858 229.29C529.858 229.29 529.676 229.29 529.608 229.245ZM492.516 225.748C492.447 225.131 492.926 224.583 493.564 224.537C494.179 224.469 494.726 224.948 494.771 225.588C494.817 226.205 494.361 226.754 493.723 226.799C493.723 226.799 493.678 226.799 493.632 226.799C493.062 226.799 492.561 226.342 492.516 225.725V225.748ZM511.791 226.617C511.153 226.571 510.674 226.022 510.72 225.406C510.765 224.766 511.289 224.286 511.927 224.331C512.565 224.377 513.021 224.926 512.998 225.543C512.953 226.16 512.451 226.617 511.859 226.617H511.791ZM218.314 221.338C218.131 220.721 218.496 220.104 219.111 219.921C219.703 219.761 220.319 220.127 220.501 220.721C220.66 221.338 220.319 221.955 219.703 222.138C219.703 222.138 219.498 222.138 219.407 222.138C218.906 222.138 218.45 221.818 218.314 221.315V221.338ZM215.01 203.171H215.033C214.964 202.554 215.42 201.983 216.035 201.914C216.673 201.869 217.22 202.326 217.288 202.943C217.357 203.582 216.901 204.131 216.263 204.199H216.149C215.58 204.199 215.078 203.765 215.01 203.171ZM215.397 185.941C214.782 185.941 214.281 185.416 214.281 184.799C214.281 184.159 214.805 183.656 215.42 183.656C216.058 183.656 216.559 184.182 216.559 184.822C216.559 185.439 216.035 185.941 215.42 185.941H215.397ZM216.149 167.683C215.511 167.637 215.033 167.089 215.078 166.449C215.124 165.832 215.671 165.352 216.309 165.398C216.924 165.444 217.402 165.992 217.357 166.609C217.311 167.226 216.81 167.683 216.218 167.683H216.149ZM217.676 149.448C217.038 149.402 216.582 148.854 216.628 148.214C216.696 147.574 217.243 147.117 217.881 147.185C218.519 147.231 218.974 147.802 218.906 148.419C218.86 149.014 218.359 149.448 217.767 149.448H217.676ZM219.293 131.235C218.655 131.189 218.2 130.641 218.245 130.024C218.291 129.384 218.838 128.904 219.476 128.973C220.091 129.019 220.569 129.567 220.524 130.184C220.478 130.778 219.977 131.258 219.385 131.258C219.385 131.258 219.316 131.258 219.293 131.235ZM220.387 113C219.749 113 219.248 112.451 219.271 111.812C219.271 111.195 219.817 110.692 220.433 110.715C221.071 110.715 221.572 111.263 221.549 111.88C221.549 112.497 221.025 113 220.41 113H220.387ZM218.997 93.6676C218.952 93.0278 219.43 92.4793 220.045 92.4565C220.683 92.4108 221.23 92.8678 221.276 93.5076C221.298 94.1475 220.82 94.6959 220.205 94.7188H220.114C219.521 94.7188 219.02 94.2617 218.997 93.6676ZM216.582 75.7293C216.468 75.1123 216.856 74.4953 217.471 74.3582C218.086 74.244 218.701 74.6324 218.815 75.2494C218.952 75.8664 218.564 76.4605 217.949 76.5977C217.949 76.5977 217.79 76.6205 217.699 76.6205C217.174 76.6205 216.696 76.2549 216.582 75.7293ZM211.251 58.5223C211 57.9281 211.251 57.2654 211.843 57.0141C212.435 56.7627 213.096 57.0141 213.324 57.6082C213.575 58.2023 213.324 58.865 212.709 59.1164C212.572 59.1849 212.413 59.2078 212.276 59.2078C211.82 59.2078 211.41 58.9564 211.228 58.5223H211.251ZM202.433 42.8462C202.069 42.3435 202.16 41.6351 202.684 41.2466C203.185 40.881 203.892 40.9953 204.279 41.498C204.643 42.0236 204.53 42.732 204.028 43.1205C203.823 43.2576 203.595 43.3261 203.345 43.3261C203.003 43.3261 202.661 43.1662 202.433 42.8462ZM190.358 29.5468C189.88 29.1354 189.857 28.4042 190.267 27.9243C190.677 27.4673 191.406 27.4216 191.862 27.8329C192.34 28.2671 192.386 28.9755 191.976 29.4554C191.748 29.7067 191.429 29.8438 191.11 29.8438C190.837 29.8438 190.563 29.7296 190.358 29.5468ZM0.0685182 29.0897C-0.159319 28.4956 0.136869 27.8329 0.729246 27.6044C1.29884 27.3759 1.95957 27.673 2.1874 28.2671C2.41524 28.8612 2.11905 29.5239 1.52668 29.7296C1.41276 29.7981 1.27605 29.821 1.13935 29.821C0.660895 29.821 0.228004 29.5468 0.0685182 29.0897ZM17.1107 22.6228C16.8829 22.0287 17.2019 21.366 17.7942 21.1603C18.3866 20.9318 19.0473 21.2289 19.2524 21.8459C19.4575 22.4172 19.1613 23.0798 18.5689 23.3084C18.5689 23.3084 18.3183 23.3769 18.1816 23.3769C17.7259 23.3769 17.293 23.0798 17.1107 22.6228ZM175.822 18.9209C175.275 18.601 175.116 17.8926 175.435 17.3442C175.754 16.8186 176.46 16.6358 176.984 16.9557C177.531 17.2756 177.713 17.984 177.394 18.5324C177.189 18.8752 176.802 19.0809 176.414 19.0809C176.209 19.0809 176.004 19.0352 175.822 18.9209ZM34.2669 16.4758C34.0846 15.8588 34.4036 15.219 34.9959 15.0133C35.5883 14.8077 36.2263 15.1276 36.4313 15.7446C36.6364 16.3387 36.3174 16.9785 35.725 17.1842C35.5883 17.2299 35.4744 17.2528 35.3605 17.2528C34.882 17.2528 34.4264 16.9328 34.2669 16.4758ZM51.6508 10.9229C51.4686 10.306 51.8103 9.66611 52.4255 9.50615C53.0179 9.32334 53.6558 9.66611 53.8381 10.2831C53.9976 10.8772 53.6558 11.5171 53.0634 11.6999C53.0634 11.6999 52.8356 11.6999 52.7445 11.6999C52.2432 11.6999 51.7875 11.38 51.6508 10.9001V10.9229ZM159.623 10.9915C159.03 10.7401 158.757 10.0774 158.985 9.50615C159.213 8.91202 159.873 8.61495 160.466 8.86632C161.058 9.09483 161.332 9.73467 161.104 10.3288C160.922 10.7858 160.489 11.06 160.033 11.06C159.896 11.06 159.76 11.06 159.623 10.9915ZM69.2854 6.28412C69.1259 5.66713 69.5133 5.05014 70.1284 4.91304C70.7208 4.77593 71.336 5.1644 71.4727 5.78139C71.6094 6.39837 71.222 6.99251 70.6069 7.15247C70.6069 7.15247 70.4474 7.15247 70.3563 7.15247C69.8322 7.15247 69.3766 6.78684 69.2626 6.26126L69.2854 6.28412ZM142.376 5.62143C141.76 5.48432 141.373 4.86733 141.51 4.25035C141.669 3.63336 142.262 3.24489 142.877 3.40485C143.492 3.54196 143.879 4.15894 143.72 4.77593C143.606 5.30151 143.127 5.64428 142.626 5.64428C142.626 5.64428 142.444 5.64428 142.353 5.64428L142.376 5.62143ZM87.1934 2.90212C87.1023 2.28513 87.5352 1.71385 88.1503 1.62244C88.7883 1.53104 89.3579 1.96521 89.449 2.60505C89.5174 3.22204 89.0845 3.79332 88.4693 3.88473C88.4693 3.88473 88.3782 3.88473 88.3098 3.88473C87.763 3.88473 87.2618 3.4734 87.1934 2.87927V2.90212ZM124.559 2.74216C123.921 2.67361 123.465 2.12517 123.533 1.48534C123.579 0.86835 124.149 0.411324 124.764 0.457027C125.402 0.525581 125.857 1.07401 125.789 1.71385C125.743 2.28513 125.242 2.74216 124.65 2.74216H124.559ZM105.306 1.18827C105.284 0.548432 105.785 0.0228513 106.423 0C107.038 0 107.562 0.457027 107.585 1.09686C107.63 1.7367 107.129 2.26228 106.491 2.28513H106.446C105.853 2.28513 105.329 1.80525 105.306 1.18827Z' fill='white'/%3E%3C/svg%3E");
}
.form-section > i:nth-of-type(3) {
    position: absolute;
    left: calc(50vw + 405px);
    top: -189px;
    width: 620px;
    height: 747px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='488' height='688' viewBox='0 0 488 688' fill='none'%3E%3Cpath d='M387.389 682.632C387.2 681.69 386.263 681.056 385.292 681.285C384.352 681.474 383.719 682.411 383.913 683.389C384.137 684.326 385.074 684.96 386.01 684.736C386.985 684.542 387.582 683.609 387.389 682.632ZM359.279 685.683C359.301 684.715 358.523 683.918 357.521 683.9C356.55 683.843 355.755 684.622 355.737 685.626C355.716 686.594 356.458 687.395 357.46 687.413C357.46 687.413 357.636 687.391 357.706 687.382C358.585 687.272 359.244 686.546 359.275 685.648L359.279 685.683ZM413.199 675.469C414.073 675.038 414.442 673.991 414.011 673.115C413.576 672.203 412.499 671.873 411.625 672.304C410.751 672.736 410.382 673.783 410.813 674.659C411.151 675.368 411.912 675.738 412.615 675.65C412.826 675.623 412.997 675.566 413.199 675.469ZM331.137 682.48C331.374 681.521 330.789 680.557 329.835 680.354C328.913 680.112 327.95 680.697 327.713 681.657C327.472 682.581 328.057 683.545 329.015 683.783C329.234 683.827 329.45 683.836 329.661 683.809C330.364 683.721 330.979 683.215 331.137 682.48ZM437.047 659.468C437.75 658.808 437.824 657.69 437.16 656.951C436.501 656.246 435.385 656.171 434.647 656.836C433.939 657.461 433.865 658.579 434.529 659.318C434.942 659.767 435.504 659.983 436.067 659.913C436.418 659.869 436.757 659.719 437.012 659.473L437.047 659.468ZM304.438 673.124C304.9 672.244 304.552 671.179 303.673 670.716C302.799 670.289 301.735 670.637 301.274 671.517C300.848 672.393 301.196 673.458 302.075 673.92C302.378 674.061 302.743 674.123 303.094 674.079C303.657 674.009 304.184 673.657 304.438 673.124ZM455.532 637.415C456.072 636.596 455.79 635.487 454.977 634.981C454.16 634.439 453.052 634.721 452.547 635.535C452.007 636.353 452.253 637.467 453.102 637.969C453.453 638.211 453.858 638.304 454.279 638.251C454.772 638.189 455.233 637.881 455.532 637.415ZM280.762 657.668C281.416 656.906 281.35 655.806 280.625 655.146C279.899 654.485 278.766 654.556 278.111 655.317C277.487 656.039 277.554 657.139 278.279 657.799C278.679 658.143 279.162 658.297 279.654 658.235C280.076 658.183 280.48 657.989 280.762 657.668ZM467.547 611.306C467.823 610.378 467.304 609.37 466.373 609.057C465.445 608.78 464.474 609.295 464.163 610.228C463.851 611.161 464.405 612.164 465.332 612.442C465.556 612.521 465.811 612.561 466.057 612.53C466.725 612.446 467.345 611.975 467.547 611.306ZM262.044 636.477C262.87 635.944 263.09 634.844 262.558 634.017C262.026 633.189 260.927 632.969 260.101 633.501C259.275 634.034 259.056 635.134 259.588 635.962C259.983 636.556 260.625 636.833 261.293 636.75C261.539 636.719 261.811 636.613 262.044 636.477ZM473.014 583.085C473.106 582.108 472.393 581.267 471.418 581.174C470.447 581.117 469.572 581.834 469.516 582.807C469.424 583.784 470.14 584.66 471.147 584.713C471.147 584.713 471.362 584.722 471.467 584.709C472.311 584.603 472.979 583.948 473.049 583.08L473.014 583.085ZM248.032 611.801C248.902 611.334 249.236 610.291 248.805 609.415C248.339 608.544 247.297 608.209 246.423 608.64C245.553 609.107 245.184 610.154 245.65 611.026C245.984 611.699 246.709 612.073 247.448 611.981C247.448 611.981 247.83 611.897 248.032 611.801ZM81.4522 628.74C82.4277 628.547 83.0206 627.579 82.7962 626.641C82.6026 625.664 81.6357 625.07 80.6997 625.294C79.7243 625.488 79.1313 626.456 79.3557 627.393C79.5405 628.3 80.3976 628.872 81.2764 628.762L81.4522 628.74ZM54.6552 627.729C54.8571 626.774 54.2064 625.854 53.2528 625.652C52.2992 625.449 51.3809 626.1 51.1791 627.056C51.0124 628.006 51.6322 628.966 52.5815 629.133C52.5815 629.133 52.9462 629.195 53.1572 629.168C53.8954 629.076 54.5017 628.5 54.6552 627.729ZM107.674 616.591C108.456 615.992 108.566 614.87 107.968 614.086C107.374 613.338 106.249 613.193 105.467 613.791C104.725 614.421 104.576 615.512 105.174 616.296C105.596 616.815 106.193 617.026 106.791 616.952C107.107 616.912 107.415 616.802 107.674 616.591ZM28.5059 617.339C29.0857 616.551 28.914 615.464 28.1272 614.883C27.3404 614.302 26.2551 614.473 25.6401 615.265C25.0954 616.049 25.2672 617.136 26.0187 617.722C26.4099 617.995 26.889 618.113 27.3108 618.061C27.7678 618.003 28.2028 617.77 28.5059 617.339ZM234.49 586.887C235.316 586.354 235.535 585.254 235.004 584.426C234.507 583.594 233.404 583.339 232.578 583.871C231.752 584.404 231.497 585.509 232.029 586.336C232.39 586.935 233.066 587.208 233.734 587.124C233.98 587.094 234.262 587.058 234.49 586.887ZM470.602 556.385C471.586 556.262 472.258 555.356 472.1 554.374C471.981 553.423 471.075 552.75 470.091 552.873C469.142 552.991 468.47 553.898 468.593 554.884C468.712 555.835 469.618 556.508 470.567 556.39L470.602 556.385ZM126.717 595.004C127.262 594.221 127.086 593.098 126.268 592.557C125.481 591.976 124.365 592.187 123.821 592.97C123.245 593.793 123.452 594.876 124.239 595.457C124.626 595.695 125.069 595.818 125.491 595.765C125.948 595.708 126.414 595.435 126.717 595.004ZM9.91153 596.276C10.7859 595.845 11.1151 594.766 10.6842 593.89C10.2533 593.014 9.2117 592.68 8.3022 593.115C7.42789 593.547 7.09867 594.625 7.52958 595.501C7.86374 596.174 8.62403 596.544 9.3271 596.456C9.53804 596.43 9.7094 596.373 9.91153 596.276ZM216.612 564.983C217.231 564.226 217.125 563.095 216.369 562.474L216.405 562.47C215.644 561.814 214.515 561.919 213.895 562.676C213.276 563.433 213.342 564.534 214.098 565.154C214.498 565.498 215.017 565.647 215.474 565.59C215.896 565.537 216.296 565.309 216.612 564.983ZM142.881 571.81C143.501 571.053 143.36 569.926 142.569 569.31C141.817 568.724 140.727 568.861 140.108 569.618C139.488 570.375 139.629 571.502 140.385 572.122C140.781 572.43 141.26 572.549 141.717 572.492C142.174 572.435 142.574 572.206 142.881 571.81ZM463.945 528.858C464.828 528.497 465.307 527.471 464.946 526.587C464.617 525.662 463.557 525.187 462.639 525.552C461.751 525.878 461.312 526.934 461.642 527.858C461.95 528.607 462.719 529.047 463.528 528.946C463.528 528.946 463.809 528.91 463.95 528.893L463.945 528.858ZM192.241 550.829C192.482 549.905 191.928 548.902 190.97 548.664C190.012 548.426 189.05 549.011 188.809 549.936C188.572 550.895 189.157 551.859 190.079 552.101C190.304 552.18 190.519 552.189 190.73 552.163C191.468 552.071 192.048 551.569 192.241 550.829ZM163.591 554.127C164.47 553.731 164.874 552.679 164.478 551.799C164.078 550.884 163.032 550.514 162.118 550.914C161.239 551.31 160.835 552.362 161.235 553.277C161.574 553.986 162.339 554.391 163.077 554.299C163.077 554.299 163.424 554.22 163.591 554.127ZM3.75521 567.327C3.70218 566.332 2.8582 565.579 1.86512 565.632C0.915974 565.751 0.156014 566.525 0.209038 567.52C0.257652 568.479 1.10163 569.232 2.05959 569.184L2.20016 569.166C3.11418 569.052 3.79942 568.251 3.75521 567.327ZM451.01 503.653C451.796 503.09 451.98 501.994 451.417 501.206C450.855 500.418 449.756 500.198 448.935 500.766C448.148 501.329 447.968 502.46 448.531 503.248C448.922 503.807 449.56 504.049 450.192 503.97C450.474 503.935 450.746 503.829 451.01 503.653ZM7.89544 540.201C8.24673 539.299 7.79821 538.282 6.89724 537.93C5.95674 537.546 4.94614 538.031 4.59484 538.933C4.24355 539.835 4.69654 540.887 5.59751 541.239C5.89638 541.345 6.18633 541.38 6.46758 541.345C7.10035 541.266 7.65394 540.839 7.89544 540.201ZM431.971 482.753C432.586 481.961 432.485 480.865 431.659 480.253C430.903 479.632 429.773 479.738 429.198 480.561C428.579 481.318 428.72 482.444 429.506 483.026C429.871 483.373 430.35 483.492 430.842 483.431C431.264 483.378 431.699 483.145 431.976 482.788L431.971 482.753ZM408.554 466.799C409.054 465.95 408.738 464.845 407.894 464.378C407.081 463.872 405.978 464.189 405.512 465.034C405.007 465.848 405.289 466.957 406.133 467.424C406.48 467.631 406.884 467.724 407.236 467.68C407.763 467.614 408.295 467.297 408.554 466.799ZM383.559 453.368C384.02 452.487 383.673 451.422 382.794 450.96C381.919 450.533 380.856 450.88 380.43 451.756C379.964 452.601 380.312 453.667 381.191 454.129C381.498 454.305 381.863 454.367 382.215 454.323C382.777 454.252 383.304 453.9 383.559 453.368ZM358.477 440.09C358.977 439.24 358.7 438.166 357.821 437.704C357.008 437.198 355.901 437.48 355.435 438.325C354.935 439.174 355.216 440.283 356.06 440.75C356.407 440.957 356.807 441.014 357.159 440.97C357.721 440.9 358.218 440.587 358.477 440.09ZM334.852 424.484C335.472 423.727 335.37 422.631 334.614 422.01C333.854 421.354 332.76 421.456 332.105 422.217C331.486 422.974 331.592 424.105 332.348 424.726C332.743 425.034 333.227 425.188 333.719 425.126C334.141 425.074 334.541 424.845 334.852 424.484ZM315.924 403.606C316.755 403.108 317.049 402.034 316.583 401.163C316.086 400.331 315.014 400.036 314.144 400.502C313.313 401 313.019 402.074 313.481 402.91C313.85 403.579 314.566 403.883 315.27 403.795C315.48 403.768 315.691 403.742 315.924 403.606ZM308.92 375.013C308.867 374.018 308.023 373.265 307.065 373.314C306.072 373.366 305.321 374.211 305.369 375.171C305.422 376.166 306.266 376.918 307.224 376.87L307.365 376.853C308.279 376.738 308.964 375.937 308.92 375.013ZM313.798 348.081C314.15 347.179 313.732 346.122 312.791 345.739C311.89 345.387 310.876 345.836 310.489 346.742C310.138 347.645 310.551 348.666 311.457 349.053C311.755 349.159 312.081 349.19 312.362 349.155C312.959 349.08 313.517 348.688 313.798 348.081ZM328.222 324.389C328.881 323.663 328.776 322.532 328.02 321.911C327.264 321.291 326.134 321.396 325.515 322.153C324.895 322.91 324.997 324.006 325.757 324.662C326.153 324.97 326.632 325.089 327.089 325.032C327.546 324.975 327.95 324.781 328.222 324.389ZM348.33 305.03C349.147 304.427 349.256 303.304 348.658 302.521C348.065 301.772 346.94 301.627 346.158 302.226C345.411 302.82 345.262 303.911 345.86 304.695C346.247 305.219 346.884 305.461 347.482 305.386C347.798 305.346 348.07 305.241 348.33 305.03ZM371.821 289.61C372.687 289.108 372.946 288.038 372.48 287.167C371.983 286.335 370.911 286.04 370.045 286.541C369.215 287.039 368.921 288.113 369.418 288.945C369.782 289.578 370.468 289.922 371.136 289.838C371.382 289.808 371.624 289.742 371.821 289.61ZM396.597 275.889C397.432 275.427 397.761 274.348 397.295 273.477C396.829 272.605 395.757 272.31 394.887 272.777C394.017 273.243 393.723 274.317 394.189 275.188C394.554 275.822 395.279 276.197 395.947 276.113C396.158 276.087 396.395 275.985 396.597 275.889ZM421.144 261.481C421.97 260.949 422.189 259.848 421.657 259.021C421.125 258.193 420.027 257.973 419.201 258.505C418.41 259.033 418.155 260.138 418.687 260.966C419.079 261.525 419.76 261.833 420.393 261.754C420.639 261.723 420.911 261.617 421.144 261.481ZM443.805 243.983C444.508 243.323 444.542 242.174 443.883 241.47C443.224 240.766 442.112 240.726 441.374 241.391C440.671 242.051 440.636 243.2 441.296 243.904C441.709 244.353 442.267 244.533 442.829 244.463C443.181 244.419 443.519 244.269 443.805 243.983ZM462.426 222.163C463.006 221.375 462.794 220.257 461.977 219.716C461.155 219.139 460.074 219.346 459.499 220.169C458.954 220.952 459.165 222.07 459.983 222.612C460.339 222.889 460.778 222.977 461.2 222.924C461.692 222.863 462.123 222.594 462.426 222.163ZM476.164 196.984C476.55 196.077 476.137 195.056 475.232 194.668C474.326 194.281 473.307 194.695 472.92 195.601C472.534 196.508 472.952 197.564 473.857 197.952C474.156 198.057 474.446 198.093 474.762 198.053C475.36 197.978 475.918 197.587 476.164 196.984ZM484.773 169.621C484.975 168.666 484.359 167.741 483.406 167.539C482.452 167.336 481.494 167.957 481.288 168.877C481.091 169.867 481.706 170.791 482.66 170.994C482.844 171.042 483.06 171.051 483.235 171.029C483.974 170.937 484.584 170.395 484.773 169.621ZM487.955 141.113C487.976 140.144 487.198 139.348 486.197 139.33C485.23 139.308 484.435 140.087 484.413 141.055C484.396 142.059 485.174 142.855 486.176 142.873L486.422 142.842C487.265 142.737 487.959 142.006 487.955 141.113ZM484.067 114.598C485.042 114.404 485.644 113.506 485.485 112.525C485.296 111.583 484.36 110.949 483.415 111.103C482.44 111.297 481.807 112.234 482.001 113.211C482.186 114.118 483.012 114.73 483.926 114.615L484.067 114.598ZM476.096 87.4135C477.01 87.0131 477.418 85.9964 477.018 85.0808C476.622 84.2005 475.603 83.7558 474.689 84.1562C473.81 84.5523 473.406 85.6042 473.767 86.4889C474.11 87.2328 474.875 87.6378 475.613 87.5455C475.613 87.5455 475.964 87.5015 476.096 87.4135ZM462.392 62.6272C463.178 62.0639 463.362 60.968 462.76 60.1492C462.197 59.3613 461.103 59.1763 460.321 59.7748C459.535 60.3381 459.315 61.4385 459.917 62.2572C460.304 62.781 460.942 63.0232 461.574 62.944C461.856 62.9089 462.128 62.8033 462.392 62.6272ZM443.828 41.2384C444.491 40.5474 444.421 39.4118 443.695 38.7515C442.97 38.0912 441.867 38.1219 441.173 38.8525C440.549 39.5742 440.58 40.679 441.31 41.3745C441.71 41.7179 442.229 41.8676 442.721 41.806C443.143 41.7532 443.512 41.564 443.828 41.2384ZM421.416 23.9072C421.921 23.093 421.64 21.9838 420.826 21.4775C419.978 20.9756 418.867 21.222 418.366 22.0714C417.865 22.9209 418.142 23.9948 418.955 24.5011C419.307 24.7432 419.707 24.8005 420.094 24.7521C420.621 24.6862 421.122 24.4089 421.416 23.9072ZM396.118 11.1928C396.435 10.295 395.986 9.27819 395.05 8.93037C394.149 8.57815 393.134 9.02698 392.787 9.96445C392.436 10.8667 392.924 11.9143 393.825 12.2665C394.119 12.337 394.409 12.3722 394.655 12.3415C395.288 12.2623 395.877 11.831 396.118 11.1928ZM368.832 3.69841C368.959 2.7169 368.308 1.79692 367.328 1.66916C366.379 1.5018 365.465 2.18832 365.334 3.13462C365.171 4.12053 365.818 5.0053 366.802 5.16827C366.802 5.16827 367.127 5.19912 367.303 5.17713C368.076 5.08039 368.718 4.49947 368.832 3.69841ZM340.593 2.00941C340.474 1.05868 339.701 0.297134 338.708 0.349839C337.723 0.472966 337.003 1.27835 337.052 2.23788C337.105 3.23262 337.948 3.98537 338.937 3.89745L339.043 3.88426C339.957 3.76992 340.642 2.96894 340.593 2.00941Z' fill='white'/%3E%3C/svg%3E");
}
.follow-block {
    max-width: 353px;
    width: 100%;
}
.follow-block h4 {
	margin: 0;
	padding: 44px 0 0 0;
	color: #FFF;
	text-align: center;
	font-family: Madera;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
}
.follow-block img {
    margin-top: 25px;
    width: 371px;
}

.form-block {
    max-width: 521px;
}
.form-block > p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 0px */
    margin: 86px 0 64px 0;
}
.form-block h5 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin: 22px auto 43px auto;
    max-width: 467px;
}
.form-body {
    max-width: 397px;
    width: calc(100vw - 20px);
    margin: 0 auto;
}
.form-body input {
    color: white;
    font-family: Madera;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 0px */
    width: calc(100% - 23px);
    height: 57px;
    border-radius: 10px;
    border: 3px solid #FFF;
    box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.25);
    background: none;
    margin-bottom: 11px;
    padding-left: 17px;
}
.form-body input::placeholder {
    color: #DBE7F0;
}
.form-body button {
    color: #4994C0;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 54px;
    width: 100%;
    border-radius: 27px;
    background: conic-gradient(from 133deg at 49.72% 50%, #FFF 0deg, #E1F2FF 214.7727370262146deg, #FFF 360deg);
    box-shadow: 0px 0px 6.1px 3px rgba(255, 255, 255, 0.25);
}
.form-body button:hover {
    box-shadow: 0px 0px 6.1px 4px rgba(255, 255, 255, 0.4);
}
.form-body > a {
    color: #FFF;

    text-align: center;
    font-family: Madera;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-top: 19px;
    display: block;
    text-decoration: none;
}

.grid-main {
    max-width: 1158px;
    margin: 0 auto;
    padding-right: 73px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(470px, 1fr));
    grid-gap: 46px;
}
.grid-main > div {
    max-width: 470px;
    position: relative;
}
.grid-main > div:nth-of-type(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='203' height='19' viewBox='0 0 203 19' fill='none'%3E%3Cellipse cx='101.5' cy='9.73193' rx='101.5' ry='9' fill='url(%23paint0_radial_117_692)'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_117_692' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(101.5 9.73193) scale(101.5 9)'%3E%3Cstop stop-color='%23B4B4B4' stop-opacity='0.46'/%3E%3Cstop offset='0.255' stop-color='%23A3A3A3' stop-opacity='0.27'/%3E%3Cstop offset='1' stop-color='%23737373' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
    content: '';
    width: 203px;
    height: 19px;
    position: absolute;
    top: 200px;
    left: 16px;
}
.grid-main > div:nth-of-type(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='199' height='21' viewBox='0 0 199 21' fill='none'%3E%3Cellipse cx='99.5' cy='10.7319' rx='99.5' ry='10' fill='url(%23paint0_radial_117_686)'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_117_686' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(99.5 10.7319) scale(99.5 10)'%3E%3Cstop stop-color='%23D9D9D9'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
    content: '';
    width: 199px;
    height: 21px;
    position: absolute;
    top: 201px;
    left: 7px;
    z-index: -1;
}
.grid-main > div:nth-of-type(2) {
    margin-right: 100px;
}
.grid-main p {
    color: #4794C2;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 0px */
    text-transform: uppercase;

    margin: 10px 0 25px 0;
    max-width: 272px;
}
.grid-main span {
    color: #5A5A5A;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.grid-main > div:nth-of-type(2) p {
    height: 48px;
}
.grid-main > div:nth-of-type(1) img {
    width: 221px;
}
.grid-main > div:nth-of-type(2) img {
    width: 212px;
}
.grid-main > div:nth-of-type(3) img {
    box-shadow: 0px 4px 6.4px -1px rgba(193, 193, 193, 0.25);
    border-radius: 21px 21px 0px 0px;
    border: 1px solid #EFEFEF;
    width: 166px;
    transition: transform 0.5s ease-in-out;
}
.grid-main > div:nth-of-type(4) img {
    width: 166px;
    border-radius: 21px 21px 0px 0px;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 4px 6.4px -1px rgba(193, 193, 193, 0.25);
    transition: transform 0.5s ease-in-out;

}
.grid-main img:hover {
    transform: scale(1.07);
}

.grid-main > div:nth-of-type(1) img, .grid-main > div:nth-of-type(2) img {
    transition: transform 0.8s ease-in-out;
}
.grid-main > div:nth-of-type(1) img:hover {
    transform: rotate(-40deg);
}
.grid-main > div:nth-of-type(2) img:hover {
    transform: rotate(-43deg) scale(1);
}
.flex-main {
    display: flex;
    justify-content: space-between;
    max-width: 947px;
    margin: 0 auto;
    padding-right: 225px;
    width: 100%;
}
.slider-block {
    width: 238px;
    height: auto;
    position: relative;
    margin: 30px 90px 0 98px;
}
.slider-block::after {
    content: '';
    position: absolute;
    bottom: 46px;
    z-index: 0;
    left: -16px;
    border-radius: 269.564px;
    background: radial-gradient(50% 50% at 50% 50%, #D9D9D9 0%, #D9D9D9 0.01%, rgba(115, 115, 115, 0.00) 100%);
    width: 269.564px;
    height: 13.43px;
}
.slider-block .slider img {
    width: 238px;
    height: auto;
    display: block;
}
.slick-dots {
    bottom: -34px;
}
.slick-dots li button:before {
    line-height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 8px;
    opacity: 1;
    background: #D9D9D9;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #4794C2;
}
.slick-dots li {
    width: 8px;
    height: 20px;
    margin: 0 7px;
    padding: 0;
}
.faq-section {
    max-width: 900px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 19px;
    margin: 0 auto 105px auto;
}
.faq-block {
    margin-bottom: 10px;
}
.faq-block > * {

}
.faq-block section {
    border-radius: 30px;
    background: none;
}
.faq-block section[expanded] {
    box-shadow: inset 0 0 0 2px #4794C2;
}
.faq-block h3 {
    background: none;
    border: none;
    box-shadow: inset 0 0 0 2px #4794C2;
    border-radius: 30px;
    position: relative;

}
.faq-block section[expanded] h3 {
    box-shadow: none;
}
.faq-block section[expanded] h3::before {
    height: 2px;
    background: #4794C2;
    position: absolute;
    bottom: 0;
    left: 21px;
    right: 21px;
    display: block;
    content: '';
}
.faq-block h3 span {
    margin: 18px 0 18px 26px;
    color: #4794C2;
	font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    max-width: 420px;
    display: block;
}
.faq-block h3 i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='53' viewBox='0 0 66 53' fill='none'%3E%3Crect width='66' height='53' rx='16' fill='%234794C2'/%3E%3Cpath d='M46 27.5C46 27.8978 45.842 28.2794 45.5607 28.5607C45.2794 28.842 44.8978 29 44.5 29H35V38.5C35 38.8978 34.842 39.2794 34.5607 39.5607C34.2794 39.842 33.8978 40 33.5 40C33.1022 40 32.7206 39.842 32.4393 39.5607C32.158 39.2794 32 38.8978 32 38.5V29H22.5C22.1022 29 21.7206 28.842 21.4393 28.5607C21.158 28.2794 21 27.8978 21 27.5C21 27.1022 21.158 26.7206 21.4393 26.4393C21.7206 26.158 22.1022 26 22.5 26H32V16.5C32 16.1022 32.158 15.7206 32.4393 15.4393C32.7206 15.158 33.1022 15 33.5 15C33.8978 15 34.2794 15.158 34.5607 15.4393C34.842 15.7206 35 16.1022 35 16.5V26H44.5C44.8978 26 45.2794 26.158 45.5607 26.4393C45.842 26.7206 46 27.1022 46 27.5Z' fill='white'/%3E%3C/svg%3E");
    position: absolute;
    right: 26px;
    width: 66px;
    height: 53px;
    top: 0;
    bottom: 0;
    margin: auto;
	display: none;
}
.faq-block section[expanded] h3 i {
    background-image: url("data:image/svg+xml,%3Csvg width='66' height='53' viewBox='0 0 66 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='66' height='53' rx='16' fill='%234794C2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 27C18 25.8954 18.8395 25 19.875 25H46.125C47.1605 25 48 25.8954 48 27C48 28.1046 47.1605 29 46.125 29H19.875C18.8395 29 18 28.1046 18 27Z' fill='white'/%3E%3C/svg%3E%0A");
}
.faq-block p {
    color: #747474;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 0px */
    padding: 34px 43px 28px 26px;
	max-width: 400px;
}
.faq-description {
    color: #5A5A5A;
    text-align: center;
    font-family: Madera;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 0px */
    max-width: 530px;
    margin: 0 auto 70px auto;
}
.faq-description a {
    text-decoration: none;
    color: #4794C2;
}

.slick-prev, .slick-next {
    padding: 0;
    background: #B5D1E7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-prev {
    left: 0;
    top: 214px;
}
.slick-next {
    left: 59px;
    top: 214px;
    background: #4794C2;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #4794C2;
}

.slick-prev:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E%3Cpath d='M-4.1931e-07 9.59335L8.7297 18.6242C8.90189 18.8023 9.10631 18.9436 9.33129 19.04C9.55627 19.1364 9.7974 19.186 10.0409 19.186C10.2844 19.186 10.5256 19.1364 10.7505 19.04C10.9755 18.9436 11.1799 18.8023 11.3521 18.6242C11.5243 18.446 11.6609 18.2346 11.7541 18.0018C11.8473 17.7691 11.8953 17.5196 11.8953 17.2677C11.8953 17.0158 11.8473 16.7664 11.7541 16.5336C11.6609 16.3009 11.5243 16.0894 11.3521 15.9113L7.09949 11.5119L21.1686 11.5119C21.6605 11.5119 22.1322 11.3098 22.4801 10.95C22.8279 10.5902 23.0233 10.1022 23.0233 9.59335C23.0233 9.08451 22.8279 8.5965 22.4801 8.2367C22.1322 7.87689 21.6605 7.67475 21.1686 7.67475L7.09949 7.67475L11.3521 3.27542C11.525 3.09765 11.6621 2.8863 11.7557 2.65351C11.8493 2.42072 11.8975 2.17109 11.8975 1.91897C11.8975 1.66685 11.8493 1.41722 11.7557 1.18443C11.6621 0.951641 11.525 0.740285 11.3521 0.56252C11.18 0.384197 10.9757 0.242725 10.7507 0.1462C10.5257 0.0496726 10.2845 -9.98629e-06 10.0409 -9.97565e-06C9.79734 -9.965e-06 9.55616 0.0496727 9.33116 0.1462C9.10617 0.242725 8.90178 0.384197 8.7297 0.562521L-4.1931e-07 9.59335Z' fill='white'/%3E%3C/svg%3E");
    width: 24px;
    height: 20px;
    display: block;
}
.slick-next:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E%3Cpath d='M24 10.4067L15.2703 1.37582C15.0981 1.19769 14.8937 1.05639 14.6687 0.959987C14.4437 0.863583 14.2026 0.813964 13.9591 0.813964C13.7156 0.813964 13.4744 0.863583 13.2495 0.959987C13.0245 1.05639 12.8201 1.19769 12.6479 1.37582C12.4757 1.55396 12.3391 1.76543 12.2459 1.99817C12.1527 2.23091 12.1047 2.48035 12.1047 2.73227C12.1047 2.98419 12.1527 3.23363 12.2459 3.46637C12.3391 3.69911 12.4757 3.91059 12.6479 4.08872L16.9005 8.48806L2.83136 8.48805C2.33949 8.48805 1.86776 8.69019 1.51995 9.05C1.17214 9.4098 0.976743 9.89781 0.976743 10.4066C0.976743 10.9155 1.17214 11.4035 1.51995 11.7633C1.86776 12.1231 2.33949 12.3252 2.83136 12.3252L16.9005 12.3252L12.6479 16.7246C12.475 16.9023 12.3379 17.1137 12.2443 17.3465C12.1507 17.5793 12.1025 17.8289 12.1025 18.081C12.1025 18.3331 12.1507 18.5828 12.2443 18.8156C12.3379 19.0484 12.475 19.2597 12.6479 19.4375C12.82 19.6158 13.0243 19.7573 13.2493 19.8538C13.4743 19.9503 13.7155 20 13.9591 20C14.2027 20 14.4438 19.9503 14.6688 19.8538C14.8938 19.7573 15.0982 19.6158 15.2703 19.4375L24 10.4067Z' fill='white'/%3E%3C/svg%3E");
    width: 24px;
    height: 20px;
    display: block;
}
.slick-prev:before, .slick-next:before {
    opacity: 1;
}

.slider-section {
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    border-radius: 50px;
    box-shadow: inset 0 0 0 3px #4794C2;

    background: #FCFCFC;
    min-height: 556px;
    position: relative;
}
.slider-section > img {
    bottom: 34px;
    right: 50px;
    height: 156px;
    position: absolute;
}
.slider-nav .slick-next, .slider-nav .slick-prev {
    display: none !important;
}
.slick-slider {
    z-index: 2;
}

.counter-profiles {
    position: relative;
    top: -118px;
    max-width: 1148px;
    margin: 0 auto;
    text-align: right;
    height: 0;
    font-size: 14px;
}
.counter-profiles p {
    margin: 0;
    color: white;
}
.counter-profiles h4 {
    color: white;
    text-transform: uppercase;
    margin: 0;
}

.video-youtube {
	position: relative;
	width: 100%;
	max-width: 519px; /* Максимальная ширина для десктопа */
	margin: 0 auto; /* Центрирование */
	overflow: hidden;
	padding-top: 56.25%; /* Соотношение сторон 16:9 (9 / 16 * 100) */
}

.video-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.brand-slider:after,.brand-slider:before{content:'';bottom:0;width:166px;height:80px;z-index:8}[data-aos=fade-down]{transform:translate3d(0,-20px,0)}@keyframes scrollTicker{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.brand-slider{position:relative;max-width:1170px;margin:40px auto 0;width:100%}@media (max-width:1200px){.brand-slider{width:calc(100% - 40px);max-width:1000px}}@media (max-width:800px){body > h1{margin-top:14px;margin-bottom: 22px}.main-description{margin-top: 0px}.brand-slider:before,.brand-slider:after{width:22px}.brand-slider{width:calc(100% - 20px);max-width:400px}}.brand-slider__wrapper{position:relative;display:flex;align-items:center;width:100%;overflow:hidden}.page__footer--home .brand-slider__wrapper{margin-top:0;margin-bottom:0}.brand-slider__marquee{display:flex;align-items:center;width:100%;height:100%}.brand-slider__items{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;animation:20s linear infinite scrollTicker}.brand-slider__item{width:7.5rem;min-width:7.5rem;margin:0 2rem;transition:filter .2s}.brand-slider__ratio{padding-bottom:63.3333333333%;position:relative;display:block}.brand-slider__image{position:absolute;top:0;right:0;left:0;bottom:0;margin:auto}@media only screen and (min-width:1024px){.page__footer--home .brand-slider__wrapper{margin-top:0;margin-bottom:0}.brand-slider__item{width:8.3125rem;min-width:8.3125rem;margin:0 3rem}.brand-slider__ratio{padding-bottom:60.1503759398%}}.brand-slider:before{display:block;position:absolute;left:0;transform:translateX(-50%);background:linear-gradient(90deg,#fff 50%,rgba(255,255,255,.16) 90%,rgba(255,255,255,0) 100%)}.brand-slider:after{display:block;position:absolute;right:0;transform:translateX(50%);background:linear-gradient(-90deg,#fff 50%,rgba(255,255,255,.16) 90%,rgba(255,255,255,0) 100%)}

/*.banner-body h2, .banner-body > p, .counter-profiles h4, .counter-profiles p {*/
/*  color: #4794C2;*/
/*}*/
@media (max-width: 800px) {
	.header-block, .header-block:not(.scroll) {
		height: 50px;
	}
}


@media (max-width:1200px) {
    .flex-main {
        display: block;
        height: auto;
        padding: 0;
        max-width: 600px;
    }
    .main-description {
        width: calc(100vw - 20px);
        max-width: 400px;
        margin: 44px auto 30px auto;
    }
    .faq-section {
        grid-gap: 10px;
        max-width: 800px;
        width: calc(100% - 10px);
    }
    .faq-block h3 span {
        margin: 23px 0 23px 18px;
        font-size: 18px;
    }
    .slider-section {
        width: calc(100% - 40px);
        max-width: 1000px;
    }
    .slider-block {
        margin: 30px 60px 0 60px;
    }
    .grid-block p {
        max-width: 396px;
    }
    .grid-block span {
        font-size: 29px;
        max-width: 400px;
        margin: 0 0 12px 0;
    }
	.counter-profiles h4 {
		visibility: hidden;
	}

}


@media (max-width:800px) {

	.phone-section {
		transform: scale(.72);
		min-width: 542px;
		right: unset;
		margin: 0;
		left: -60px;
		top: 4px;
	}

	.main-banner > img {
		display: none;
	}
	.main-banner > img.banner-mob-img {
		display: block;
	}
	.main-banner {
		height: 650px;
	}
    .counter-profiles {
        top: -210px;
        max-width: 100%;
        font-size: 12px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .counter-profiles p {
        max-width: 100%;

    }
	.counter-profiles.en p {
		max-width: 100%;
	}
    .counter-profiles h4 {
        display: block;
        width: 100%;
    }


    .slider-block::after {
        bottom: -7px;
    }
    .slider-for .slick-next, .slider-for .slick-prev {
        display: none !important;
    }
    .slider-nav .slick-next, .slider-nav .slick-prev {
        display: flex !important;
    }
    .slick-next {
        top: 50%;
        right: -30px;
        left: unset;
    }
    .slick-prev {
        top: 50%;
        left: -30px;

    }

    .grid-block.slider-for {
        display: block;
        max-width: 320px;
        margin: 44px auto 0 auto;
    }
    .grid-block:not(.mob) {
        display: none;
    }

    .banner-body {
        padding-top: 270px;
		max-width: 360px;
    }
    .banner-body h2 {
		font-size: 28px;
		line-height: 34px;
		margin: 0 auto;
		padding-top: 190px;
		max-width: 340px;
		text-align: center;
		text-transform: none;
    }
    .banner-body > p {
		font-size: 13px;
		margin: 10px auto 13px auto;
		max-width: 320px;
		text-align: center;
    }
    .banner-body .open-profiles {
		font-size: 13px;
		height: 39px;
		padding-left: 0;
		margin: 18px auto auto auto;
		width: 148px;
    }
	.banner-body .open-profiles.en {
		width: 110px;
		margin: 18px auto auto auto;
	}
    .main-banner > i:nth-of-type(1), .main-banner > i:nth-of-type(2), .main-banner > i:nth-of-type(3) {
        display: none;
    }
    .banner-body a::after {
        transform: scale(.9);
    }
    body > h3 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 auto 24px;
        padding-top: 50px;
    }
    .qr-block {
        height: 90px;
        right: 3px;
        bottom: -299px;
        display: none;
    }
    .video-container {
        width: calc(100vw - 10px);
        max-width: 400px;
        height: auto;
        margin: 30px auto 10px auto;
    }
    .grid-main {
        max-width: 500px;
        padding-right: 0;
        width: calc(100vw - 30px);
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-gap: 40px;
    }
    .grid-main > div:nth-of-type(1) img {
        width: 180px;
    }
    .grid-main > div:nth-of-type(2) img {
        width: 180px;
    }
    .grid-main > div:nth-of-type(2) {
        margin-right: 0;
    }
    .grid-main > div:nth-of-type(2) p {
        height: auto;
    }
    .grid-main p {
        margin: 10px 0 12px 0;
    }
    .video-container > img:nth-of-type(1) {
        bottom: unset;
        height: 68px;
        top: -77px;
        right: 18px;
        left: unset;
    }
    .video-container > img:nth-of-type(2) {
        bottom: -54px;
        height: 40px;
        left: 40px;
        right: unset;
        top: unset;
    }
    .form-section {
        height: 972px;
        margin-top: 50px;
    }
    .form-section > div {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 500px;
    }
    .follow-block {
        order: 2;
    }
    .form-block {
        order: 1;
        max-width: calc(100vw - 8px);
    }
    .form-block > p {
        font-size: 15px;
        line-height: 20px;
        margin: 50px auto 64px auto;
        max-width: 400px;
        width: calc(100vw - 18px);
    }
    .follow-block img {
        margin-top: 18px;
        width: 350px;
    }

    .grid-main > div:nth-of-type(1)::before {
        top: 164px;
        left: -3px;
    }
    .grid-main > div:nth-of-type(2)::before {
        top: 170px;
        left: -4px;
    }
    .slider-block {
        margin: 0 auto;
    }
    body > h3:nth-of-type(3) {
        margin: 0px auto 26px auto;
        padding-top: 60px;
    }
    .faq-description {
        max-width: 92vw;
        margin: 0 auto 36px auto;
    }
    .faq-section {
        width: calc(100vw - 14px);
        display: block;
        max-width: 600px;
    }
    .faq-block h3 span {
        margin: 18px 0 18px 16px;
        font-size: 15px;
        line-height: 22px;
        max-width: 280px;
    }
    .faq-block h3 i {
        right: 2px;
        transform: scale(.8);
    }
    .faq-block {
        margin-bottom: 8px;
    }
    .follow-block h4 {
        padding: 39px 0 0 0;
        font-size: 36px;
        line-height: 44px;
    }

    .faq-block p {
        font-size: 14px;
        line-height: 22px;
        padding: 20px 19px 24px 26px;
    }

    .qr-block::after {
        position: absolute;
        bottom: -4px;
        content: '';
        background-image: radial-gradient(50% 50% at 50% 50%, #D9D9D9 0%, rgba(255, 255, 255, 0.00) 100%);
        width: 100px;
        height: 10px;
        left: -5px;
        z-index: -1;
    }
    body > h3:nth-of-type(2) {
        margin: 0 auto 30px auto;
        max-width: 360px;
    }
    .slider-section {
        display: block;
        padding: 40px 0 80px 0;
        width: calc(100% - 20px);
        max-width: 400px;

    }
    .grid-block span {
        font-size: 22px;
    }
    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
    }
    .slick-prev:before, .slick-next:before {
        transform: scale(.7);
    }
    .slick-prev {
        background: #4794C2;
    }
    .slider-section > img {
        bottom: 16px;
        right: 18px;
        height: 80px;
    }
	.flex-menu.guest {
		min-width: initial;
		max-width: 199px;
	}





}

@media (max-width: 400px) {
	.phone-section {
		transform: scale(.66);
		left: -72px;
	}
}

@media (max-width: 380px) {
    .form-section > i:nth-of-type(1) {
        bottom: -44px;
    }
}
@media (max-width: 350px) {
    .faq-block h3 span {
        margin: 18px 0 18px 15px;
        font-size: 14px;
        line-height: 22px;
        max-width: 260px;
    }
    .slider-section {
        width: calc(100% - 10px);
    }
    .grid-block.slider-for {
        max-width: 300px;
    }
    header button {
        width: 120px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
	.main-banner {
		min-height: 700px;
		height: 100vh;
		max-height: 900px;
	}
	.form-section {
		min-height: calc(100vh - 180px);
	}
}

@media (min-width: 2000px) {
	.main-banner {
		min-height: 700px;
		height: 100vh;
		max-height: 850px;
	}
}
