@import url('https://fonts.googleapis.com/css2?family=Ysabeau+Infant:ital,wght@0,1..1000;1,1..1000&display=swap');

body {
    font-family: "Ysabeau Infant", sans-serif !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 800 !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

@keyframes bgZoom {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 100% 100%;
  }
}

.logo__block {
    width: 13.91vw;
}

.alert {
    position: fixed !important;
    left: auto !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    max-width: 300px;
    z-index: 99;
    font-size: 1.2rem;
}

header {
    display: flex;
    justify-content: center;
    background-color: #0A2647;
    color: #fff;
    padding: 3.23vw 0;
    position: fixed;
    z-index: 99;
    width: 100%;
    transition: .3s all;
    top: 0;
}

.block__1__1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25vw;
    width: 93.54vw;
}

.block__1__1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2.40vw;
    font-size: 1.04vw;
    font-weight: 500;
}

.block__1__1 a {
    color: #fff;
}

.block__1__1 a:hover {
    color: #D6B980;
}

.block__1__1 button {
    background-color: #D6B980;
    color: #0A2647;
    font-size: 1.04vw;
    font-weight: 500;
    border: 0;
    border-radius: 0.83vw;
    padding: 0.63vw 1.67vw;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 0.16vw;
}

.block__1__1 button:hover {
    background-color: #fff;
}

.block__1__1 button picture {
    flex-shrink: 0;
    width: 1.04vw;
}

.header__contacts {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.header__contacts > a {
    font-size: 1.04vw;
    font-weight: 500;
}

.block__2 {
    width: 100%;
    display: flex;
    background-color: #0A2647;
    justify-content: center;
    padding: 14vw 0 3.65vw 0;
}

.nav-up {
    top: -100px;
}

.head_fixed {
    padding: 1rem 0;
}

.block__2__1 {
    display: flex;
    justify-content: start;
    width: calc(100% - 22.92vw);
    color: #fff;
    flex-direction: column;
    gap: 1.67vw;
}

.block__2__1 h1 {
    font-size: 3.75vw;
    font-weight: 400 !important;
    line-height: 3.96vw;
}

.block__2__1 p {
    font-size: 1.25vw;
    font-weight: 500;
}

.block__2__1 > div {
    display: flex;
    justify-content: space-between;
}

.block__2__1 > div a {
    color: #fff;
    font-size: 1.04vw;
    font-weight: 500;
    text-decoration: underline !important;
}

.block__2__1 > div a:hover {
    color: #D6B980;
    text-decoration: none !important;
}

.location {
    display: flex;
    align-items: center;
    gap: 0.31vw;
}

.location picture {
    flex-shrink: 0;
    width: 1.25vw;
}

.block__2__1 button {
    padding: 0.63vw 2.92vw 0.83vw 1.25vw;
    position: relative;
    background-color: transparent;
    font-size: 1.04vw;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0.73vw;
    line-height: 100%;
    display: flex;
    align-items: center;
    margin-right: 1.88vw;
}

.block__2__1 button picture {
    position: absolute;
    width: 3.75vw;
    right: -1.88vw;
}

.block__2__1 button:hover {
    background-color: #fff;
    color: #0A2647;
}

.block__3 {
    display: flex;
    justify-content: end;
    background: #0A2647;
    background: linear-gradient(180deg, rgba(10, 38, 71, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.block__3__1 {
    width: 100%;
    max-width: calc(100% - 11.46vw);
}

.block__3__1 .ratio {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.block__3__1 picture {
    position: absolute;
    width: 100%;
    height: 100%;
	overflow: hidden;
}

.block__3__1 picture img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
	animation: zoomInOut 40s infinite;
}

.offcanvas-body {
    background-color: #0A2647;
    color: #fff;
}

.offcanvas-body .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.offcanvas-body ul {
    list-style: none;
    font-size: 1.5rem;
    margin: 1.5rem 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 1.5rem;
}

.offcanvas-body ul a {
    color: #fff;
}

.block__4 {
    margin-top: 11.15vw;
    display: flex;
}

.block__4__1 {
    width: 19.27vw;
    flex-shrink: 0;
}

.block__4__1 h2 {
    font-size: 0.94vw;
    color: #0A2647;
    text-transform: uppercase;
    margin: 0 3.23vw;
}

.block__4__2 {
    width: calc(100% - 19.27vw);
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.block__4__2__1 {
    display: flex;
}

.block__4__2__1 > div:first-child {
    display: flex;
    justify-content: start;
    flex-direction: column;
}

.block__4__2__1 > div:first-child > b {
    font-size: 2.92vw;
    color: #0A2647;
    font-weight: 400 !important;
    line-height: 120%;
    margin: 0;
}

.block__4__2__1 > div:last-child p {
    font-size: 1.04vw;
    color: #0A2647;
    line-height: 120%;
    margin: 0.42vw 0 0 14.17vw;
    max-width: 37.50vw;
}

.block__4__2__2 {
    padding-top: 5.21vw;
    position: relative;
    width: 100%;
}

.owl-carousel {
    position: relative;
}

.carousel__block__1 {
    display: flex;
    gap: 3.65vw;
}

.carousel__block__1 > div {
    width: 100%;
}

.carousel__block__1 img {
    width: 100% !important;
}

.carousel__block__1 > div:last-child {
    width: 33.33vw;
    flex-shrink: 0;
}

.owl-nav {
    height: 1px;
    width: 11.25vw;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 11.25vw;
}

.owl-nav button {
    width: 3.75vw !important;
    height: 3.75vw !important;
    border-radius: 100% !important;
    border: 1px solid #0A2647 !important;
    font-size: 0 !important;
    margin: -7.81vw 0 0 0 !important;
}

.owl-nav .owl-prev {
    background: url(../img/left.svg) center no-repeat #fff !important;
    background-size: 0.83vw !important;
}

.owl-nav .owl-prev:hover {
    background: url(../img/left_white.svg) center no-repeat #0A2647 !important;
    background-size: 0.83vw !important;
}

.owl-nav .owl-next {
    background: url(../img/right.svg) center no-repeat #fff !important;
    background-size: 0.83vw !important;
}

.owl-nav .owl-next:hover {
    background: url(../img/right_white.svg) center no-repeat #0A2647 !important;
    background-size: 0.83vw !important;
}

.block__5 {
    margin-top: 6.15vw;
    padding-bottom: 2.34vw;
    display: flex;
}

.block__5__1 {
    width: 19.27vw;
    flex-shrink: 0;
}

.block__5__1 h2 {
    font-size: 0.94vw;
    color: #0A2647;
    text-transform: uppercase;
    margin: 0 3.23vw;
}

.block__5__2 {
    width: calc(100% - 19.27vw);
    display: flex;
    justify-content: start;
}

.block__5__2 h3 {
    font-size: 2.92vw;
    color: #0A2647;
    font-weight: 400 !important;
    line-height: 120%;
}

.block__5__2__1 {
    width: calc(100% - 33.33vw);
}

.block__5__2__2 {
    width: 33.33vw;
    flex-shrink: 0;
}

.block__5__2__2 p {
    color: #0A2647;
    font-size: 1.04vw;
    max-width: 16.56vw;
    margin: 0;
    line-height: 120%;
}

.block__6 {
    display: flex;
    position: relative;
}

.nav {
    position: absolute;
    z-index: 9;
    top: 2.81vw;
    left: 19.27vw;
}

.nav button.active {
    font-size: 1.67vw;
    padding: 0.68vw 3.02vw;
    border-radius: 0.73vw;
    background-color: #fff;
    border: 1px solid #0A2647;
    color: #0A2647;
}

.nav button {
    font-size: 1.67vw;
    padding: 0.68vw 3.02vw;
    border-radius: 0.73vw;
    background-color: transparent;
    border: 1px solid transparent;
    color: #0A2647;
    line-height: 110%;
}

.block__6__1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.block__6__1__1 {
    width: 63.02vw;
    position: relative;
    display: flex;
    justify-content: end;
}

.block__6__1__1 > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
	overflow: hidden;
}

.block__6__1__1 > picture img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
	animation: zoomInOut 40s infinite;
}

.block__6__1__2 {
    width: 33.33vw;
}

.block__6__1__1 > div {
    width: 38.39vw;
    margin: 7.81vw 5.57vw 6.46vw 0;
}

.block__6__text {
    display: flex;
    flex-direction: column;
    gap: 2.29vw;
}

.block__6__text > div:first-child {
    display: flex;
    justify-content: space-between;
}

.block__6__text > div:first-child > div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    font-size: 0.73vw;
    color: rgba(10, 38, 71, .6);
    font-weight: bold;
    gap: 2vw;
    line-height: 100%;
}

.block__6__text > div:first-child > div b {
    font-size: 2.50vw;
    color: #0A2647;
    font-weight: 400 !important;
}

.block__6__1__2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block__6__1__2 h4 {
    font-size: 1.67vw;
    color: #0A2647;
    font-weight: 400 !important;
    margin-bottom: 1.35vw;
}

.block__6__1__2 table {
    font-size: 1.04vw;
    color: #0A2647;
}

.block__6__1__2 table tr td:first-child {
    padding-right: 2.24vw;
}

.block__6__1__2 p {
    font-size: 1.04vw;
    color: #0A2647;
    line-height: 120%;
    margin: 2.24vw 0 1.04vw 0;
    max-width: 22.24vw;
}

.block__6__1__2 h5 {
    font-size: 1.72vw;
    color: #0A2647;
    font-weight: 500 !important;
    margin: 0 0 5.21vw 0;
}

.block__7 {
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(../img/uzor.png) center left no-repeat #D6B980;
    background-size: 12.07vw;
    padding: 4.79vw 0 4.01vw 0;
}

.block__7__1 {
    width: 100%;
    padding-left: 19.27vw;
    display: flex;
    justify-content: space-between;
}

.block__7__1__1 h2 {
    font-size: 2.92vw;
    color: #0A2647;
    margin: 0 0 1.25vw 0;
    font-weight: 400 !important;
    line-height: 120%;
    max-width: 41.15vw;
}

.block__7__1__2 {
    width: 33.33vw;
    flex-shrink: 0;
}

.block__7__1__2 form {
    width: 22.24vw;
}

.download {
    display: flex;
    gap: 0.42vw;
}

.download a {
    color: #0A2647;
    font-weight: bold;
    font-size: 0.94vw;
    text-decoration: underline !important;
}

.download a:hover {
    text-decoration: none !important;
}

.block__7__1__1 p {
    font-size: 0.94vw;
    color: #0A2647;
    margin: 1.25vw 0 0 0;
    max-width: 22.19vw;
}

.block__7__1__2 input {
    font-size: 0.83vw;
    padding: 0.63vw 1.04vw;
    border-radius: 0.83vw;
    border: 1px solid #0A2647;
    font-weight: 600;
    background-color: transparent;
    margin-bottom: 1.09vw;
}

.block__7__1__2 input::placeholder {
    color: #0A2647;
}

.block__7__1__2 p {
    font-size: 0.63vw;
    color: #0A2647;
}

.block__7__1__2 p a {
    font-weight: 600;
    color: #0A2647;
}

.block__7__1__2 form {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 1vw;
}

.block__7__1__2 form button {
    font-size: 1.04vw;
    color: #D6B980;
    font-weight: 500;
    background-color: #0A2647;
    border: 1px solid transparent;
    padding: 0.5vw 2.8vw 0.6vw 1.35vw;
    border-radius: 0.73vw;
    display: flex;
    align-items: center;
    position: relative;
    margin: 1.04vw 1.88vw 0 0;
}

.block__7__1__2 form button picture {
    width: 3.75vw;
    position: absolute;
    right: -1.88vw;
}

.block__7__1__2 form p {
    width: 100%;
    text-align: start;
}

.block__7__1__2 form button:hover {
    color: #0A2647;
    background-color: #fff;
}

.block__8 {
    padding-top: 11.46vw;
    background-color: #0A2647;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.block__8__1 {
    width: 19.27vw;
    flex-shrink: 0;
}

.block__8__1 h2 {
    font-size: 0.94vw;
    color: #fff;
    text-transform: uppercase;
    margin: 0 3.23vw;
}

.block__8__2 {
    width: calc(100% - 19.27vw);
    font-size: 2.24vw;
    line-height: 150%;
}

.block__8__2 > div {
    max-width: 69.53vw;
}

.block__8__3 {
    width: calc(100% - 2rem);
    max-width: 77.71vw;
    margin: 8.13vw 0 14.11vw 0;
}

.block__8__3 img {
    width: 100%;
}

.block__9 {
    background: #0A2647;
    background: linear-gradient(180deg, rgba(10, 38, 71, 1) 0%, rgba(255, 255, 255, 1) 100%);
    color: #fff;
    display: flex;
    padding-bottom: 14.74vw;
}

.block__9__1 {
    width: 19.27vw;
    flex-shrink: 0;
}

.block__9__1 h2 {
    font-size: 0.94vw;
    color: #fff;
    text-transform: uppercase;
    margin: 0 3.23vw;
}

.block__9__2 {
    width: calc(100% - 19.27vw);
    display: flex;
    flex-wrap: wrap;
}

.block__9__2 > div:first-child {
    width: 26.30vw;
}

.block__9__2 > div:first-child h3 {
    font-size: 3.75vw;
    font-weight: 400 !important;
}

.block__9__2 > div:nth-child(2n) {
    font-size: 1.04vw;
    line-height: 150%;
    margin-left: 9.38vw;
}

.block__9__2 > div:nth-child(2n) ul {
    margin: 1.04vw 0 0 0;
    padding: 0;
}

.block__9__2 > div:last-child {
    width: 100%;
    margin-top: 4.69vw;
}

.carousel__2 .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel__2 .ratio picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.block__10 {
    display: flex;
    margin: 6.09vw 0 8.49vw 0;
    padding-bottom: 8.49vw;
}

.block__10__1 {
    width: 19.27vw;
    flex-shrink: 0;
}

.block__10__1 h2 {
    font-size: 0.94vw;
    text-transform: uppercase;
    margin: 0 3.23vw;
}

.block__10__2 {
    width: calc(100% - 19.27vw);
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.block__10__2 > div:first-child {
    font-size: 3.75vw;
    color: #0A2647;
    font-weight: 400 !important;
    max-width: 46.41vw;
    line-height: 120%;
    margin-bottom: 3.65vw;
}

.block__10__2 > div:last-child {
    padding-right: 3.23vw;
}

.carousel__3 {
    position: relative;
}

.carousel__3 iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.carousel__3 .ratio > div {
    background-color: #f0f0f0;
}

.carousel__3 p {
    margin: 1.56vw 0 0 0;
    font-size: 0.94vw;
    color: #0A2647;
}

.block__11 {
    display: flex;
    padding: 9.74vw 0 8.65vw 0;
    color: #fff;
    background: url(../img/bg_2.png) center no-repeat;
    background-size: 100% 100%; /* стартовый размер фона */
    animation: bgZoom 40s infinite alternate ease-in-out;
}

.block__11__1 {
    width: 19.27vw;
    flex-shrink: 0;
}

.block__11__1 h2 {
    font-size: 0.94vw;
    text-transform: uppercase;
    margin: 0 3.23vw;
}

.block__11__2 {
    width: calc(100% - 19.27vw);
    display: flex;
    flex-direction: column;
    justify-content: start;
}

#question__accordion {
    margin-right: 11.25vw;
}

.accordion-item {
    background-color: transparent !important;
    border: 0 !important;
}

.accordion-item > button {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: transparent !important;
    border: 0 !important;
    font-size: 1.25vw;
    font-weight: 600;
    padding: 1.25vw 0.63vw;
    color: #fff;
    border-bottom: 1px solid #fff !important;
}

.accordion-item > button span {
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    transition: .5s all;
}

.accordion-item > button span svg path {
    stroke: #fff;
    transition: .5s all;
}

.accordion-body {
    width: 90%;
}

.accordion-body p {
    font-size: 0.83vw;
    color: #fff;
}

.accordion-item > button:not(.collapsed) {
    border: 0 !important;
}

.accordion-item > button:not(.collapsed) span {
    background-color: #fff;
    transform: rotate(180deg);
}

.accordion-item > button:not(.collapsed) span svg path {
    stroke: #0A2647;
}

.footer__block {
    padding: 6.67vw 0 5.21vw 0;
    background-color: #071A30;
    color: #fff;
    display: flex;
    justify-content: center;
}

.footer__1 {
    width: 19.27vw;
    flex-shrink: 0;
}

.footer__1 img {
    width: 8.13vw;
    margin-left: 3.44vw;
}

.footer__2 {
    width: calc(100% - 8.13vw);
    display: flex;
    flex-wrap: wrap;
}

.footer__2__1 {
    width: calc(100% - 33.33vw);
    margin-bottom: 1rem;
}

.footer__2__2 {
    width: 33.33vw;
}

.footer__menu {
    display: flex;
    gap: 5.73vw;
}

.footer__2__1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.67vw;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
}

.footer__2__1 a {
    color: #fff;
}

.footer__2__1 a:hover {
    color: #D6B980;
}

.footer__2__1 i {
    font-style: normal;
    font-size: 1.04vw;
}

.soc__links {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    margin: 24px 0 66px 0;
}

.soc__links img {
    transition: .3s all;
}

.soc__links img:hover {
    transform: scale(1.1);
}

.cpy {
    display: flex;
    gap: 9.90vw;
}

.footer__2__2 b {
    font-size: 1.67vw;
    font-weight: 400 !important;
    display: block;
    margin-bottom: 2rem;
}

.footer__2__2 a {
    color: #fff;
}

.footer__2__2 a:hover {
    color: #D6B980;
}

.foot__phone {
    font-size: 20px;
}

.footer__2__2 p {
    margin-top: 1rem;
}

.footer__buttons {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: start;
    margin-top: 4rem;
}

.footer__buttons > button:first-child {
    background-color: #D6B980;
    color: #0A2647;
    font-size: 20px;
    padding: 12px 40px;
    gap: 8px;
    align-items: center;
    border: 0;
    border-radius: 16px;
    line-height: 100%;
}

.footer__buttons > button:first-child:hover {
    background-color: #fff;
}

.footer__buttons > button:last-child {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    padding: 12px 50px 12px 40px;
    gap: 8px;
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 16px;
    position: relative;
    line-height: 120%;
    border: 1px solid #fff;
}

.footer__buttons > button:last-child picture {
    position: absolute;
    width: 72px;
    right: -36px;
}

.footer__buttons > button:last-child:hover {
    color: #0A2647;
    background-color: #fff;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {
    .block__1__1,
    .block__2__1 {
        width: calc(100% - 2rem);
    }

    .block__2 {
        padding-top: 150px !important;
    }

    .block__3__1 {
        max-width: 100%;
    }

    .block__1 {
        display: flex;
        justify-content: center;
        background-color: #0A2647;
        color: #fff;
        padding-top: 1rem;
    }

    .block__1__1 {
        gap: 2rem;
    }
    
    .block__1__1 button {
        font-size: 1rem;
        border-radius: 14px;
        padding: .75rem 1.5rem;
        gap: .25rem;
    }
    
    .block__1__1 button picture {
        width: auto;
    }
    
    .header__contacts {
        gap: 2rem;
    }
    
    .header__contacts > a {
        font-size: 1.3rem;
        font-weight: 500;
    }

    .logo__block picture {
        width: auto;
    }

    .logo__block picture img {
        height: 3.5rem;
    }

    .block__2 {
        padding: 100px 0 50px 0;
    }
    
    .block__2__1 h1 {
        font-size: 3rem;
        line-height: 120%;
    }
    
    .block__2__1 p {
        font-size: 1.2rem;
    }
    
    .block__2__1 > div {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 2rem;
    }
    
    .block__2__1 > div a {
        font-size: 1.1rem;
    }
    
    .location {
        display: flex;
        gap: 1rem;
    }
    
    .location picture {
        width: auto;
    }
    
    .block__2__1 button {
        padding: 1rem 3.2rem 1.2rem 1.5rem;
        position: relative;
        background-color: transparent;
        font-size: 1rem;
        border-radius: 1rem;
    }
    
    .block__2__1 button picture {
        position: absolute;
        width: auto;
        right: -36px;
    }
    
    .block__2__1 button:hover {
        background-color: #fff;
        color: #0A2647;
    }

    .block__4,
    .block__5 {
        flex-direction: column;
        margin-top: 50px;
    }

    .block__4__1,
    .block__5__1 {
        width: 100%;
    }

    .block__4__1 h2,
    .block__5__1 h2 {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        margin: 0 1rem;
    }

    .block__4__2,
    .block__5__2 {
        width: 100%;
    }

    .block__5__2 {
        flex-direction: column;
    }

    .block__5__2__2 {
        width: 75%;
    }

    .block__4__2__1,
    .block__5__2__1 {
        padding: 2rem 1rem 0 1rem;
        flex-direction: column;
    }

    .block__4__2__1 > div:first-child > b,
    .block__5__2__1 h3 {
        font-size: 3rem;
    }

    .block__5__2__1 {
        width: 100%;
    }
    
    .block__4__2__1 > div:last-child p,
    .block__5__2__2 p {
        font-size: 1.1rem;
        color: #0A2647;
        line-height: 120%;
        margin: 1rem 0 0 0;
        max-width: 75%;
    }

    .block__5__2__2 p {
        margin: 1rem;
    }

    .owl-nav {
        height: 1px;
        width: auto;
        top: 0;
        right: 1rem;
        gap: .5rem;
    }
    
    .owl-nav button {
        width: 4rem !important;
        height: 4rem !important;
        margin: -6rem 0 0 0 !important;
    }
    
    .owl-nav .owl-prev,
    .owl-nav .owl-next,
    .owl-nav .owl-prev:hover,
    .owl-nav .owl-next:hover {
        background-size: auto !important;
    }

    .block__6__1 {
        flex-direction: column;
    }

    .block__6__1 > div {
        width: 100%;
    }

    .nav {
        left: 1rem;
        top: 2.5rem;
    }

    .nav button {
        padding: .75rem 2rem !important;
        border-radius: 1rem;
        font-size: 1rem !important;
    }

    .block__6__1__1 {
        justify-content: start;
        padding: 5rem 1rem 1rem 1rem;
    }

    .block__6__text {
        width: 100% !important;
        padding-top: 1rem;
    }

    .block__6__text > div:first-child {
        width: 100%;
    }

    .block__6__text > div:first-child span {
        font-size: 1rem;
        line-height: 120%;
    }

    .block__6__image {
        margin-top: 1rem;
    }

    .block__6__1__2 {
        padding: 1rem;
    }

    .block__6__1__2 h4 {
        font-size: 2rem;
    }

    .block__6__1__2 table {
        font-size: 1rem;
        width: 100%;
        margin-top: 1rem;
    }

    .block__6__1__2 p {
        font-size: .9rem;
        max-width: 100%;
        margin: 1.5rem 0;
    }

    .block__6__1__2 h5 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .block__6__text > div:first-child > div b {
        font-size: 1.3rem;
        line-height: 120%;
    }

    .block__7 {
        background: #D6B980 !important;
        padding: 2rem 0;
    }
    
    .block__7__1 {
        padding: 1rem;
        flex-direction: column;
    }
    
    .block__7__1__1 h2 {
        font-size: 2rem;
        max-width: 100%;
    }
    
    .block__7__1__2 {
        width: 100%;
        flex-shrink: 0;
    }
    
    .block__7__1__2 form {
        width: 100%;
    }
    
    .download {
        align-items: center;
        gap: .5rem;
        margin-top: 1.5rem;
    }
    
    .download a {
        font-size: 1rem;
    }
    
    .download a:hover {
        text-decoration: none !important;
    }
    
    .block__7__1__1 p {
        font-size: 1rem;
        margin: .75rem 0;
        max-width: 100%;
    }
    
    .block__7__1__2 input {
        font-size: 1rem;
        padding: .75rem 1rem;
        border-radius: 1rem;
        margin-bottom: 1rem;
    }
    
    .block__7__1__2 p {
        font-size: 1rem;
    }
    
    .block__7__1__2 form {
        margin-top: 1rem;
    }
    
    .block__7__1__2 form button {
        font-size: 1rem;
        padding: 1rem 3.5rem 1rem 2rem;
        border-radius: 1rem;
        margin: 12px 36px 0 0;
    }
    
    .block__7__1__2 form button picture {
        width: auto;
        right: -36px;
    }

    .block__8 {
        padding-top: 50px;
        flex-direction: column;
    }
    
    .block__8__1 {
        width: 100%;
        padding: 0 1rem;
    }
    
    .block__8__1 h2 {
        font-size: .9rem;
        margin: 0;
    }
    
    .block__8__2 {
        width: calc(100% - 2rem);
        margin: 1rem;
        font-size: 1rem;
        line-height: 150%;
    }
    
    .block__8__2 > div {
        max-width: 100%;
    }
    
    .block__8__3 {
        width: 100%;
        max-width: 100%;
        margin: 8.13vw 0 14.11vw 0;
    }

    .block__9 {
        flex-direction: column;
        padding-bottom: 100px;
    }
    
    .block__9__1 {
        width: 100%;
        flex-shrink: 0;
        padding: 0 1rem;
    }
    
    .block__9__1 h2 {
        font-size: .9rem;
        margin: 0 0 1rem 0;
    }
    
    .block__9__2 {
        width: 100%;
    }
    
    .block__9__2 > div:first-child {
        width: 100%;
        padding: 0 1rem;
    }
    
    .block__9__2 > div:first-child h3 {
        font-size: 2rem;
        font-weight: 400 !important;
    }
    
    .block__9__2 > div:nth-child(2n) {
        font-size: 1rem;
        line-height: 150%;
        margin-left: 0;
        width: 75%;
        padding: 0 1rem;
    }
    
    .block__9__2 > div:nth-child(2n) ul {
        margin: 1rem;
    }
    
    .block__9__2 > div:last-child {
        margin-top: 2rem;
    }
    
    .carousel__2 .ratio picture {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    
    .carousel__2 .ratio picture img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .block__10 {
        margin: 0;
        padding-bottom: 100px;
        flex-direction: column;
    }
    
    .block__10__1 {
        width: 100%;
    }
    
    .block__10__1 h2 {
        font-size: .9rem;
        text-transform: uppercase;
        margin: 1rem;
    }
    
    .block__10__2 {
        width: 100%;
    }
    
    .block__10__2 > div:first-child {
        font-size: 2rem;
        max-width: 75%;
        margin: 1rem;
    }
    
    .block__10__2 > div:last-child {
        padding: 0 1rem !important;
        margin-top: 2rem;
    }
    
    .carousel__3 p {
        margin: 1rem 0 0 0;
        font-size: 1rem;
    }

    .block__11 {
        padding: 50px 0;
        flex-direction: column;
    }
    
    .block__11__1 {
        width: 100%;
    }
    
    .block__11__1 h2 {
        font-size: .9rem;
        margin: 0 1rem 2rem 1rem;
    }
    
    .block__11__2 {
        width: 100%;
    }
    
    #question__accordion {
        margin-right: 1.5rem;
        margin-right: 0;
    }
    
    .accordion-item {
        background-color: transparent !important;
        border: 0 !important;
    }
    
    .accordion-item > button {
        font-size: 1rem;
        padding: .75rem;
    }

    .accordion-body {
        width: 100%;
    }
    
    .accordion-body p {
        font-size: .9rem;
    }

    .footer__block {
        padding: 50px 0;
        flex-direction: column;
    }
    
    .footer__1 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footer__1 picture {
        display: flex;
        justify-content: center;
    }
    
    .footer__1 img {
        object-fit: contain;
        width: 75%;
        margin: 0 auto;
    }
    
    .footer__2 {
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    
    .footer__2__1 {
        width: 100%;
        margin-bottom: 2rem;
    }
    
    .footer__2__2 {
        width: 100%;
        text-align: center;
    }
    
    .footer__menu {
        display: flex;
        gap: 5.73vw;
    }
    
    .footer__2__1 ul {
        width: 50%;
        font-size: 1.1rem;
        display: flex;
        flex-direction: start;
        align-items: start;
        gap: 24px;
        padding: 32px 0 0 24px;
    }
    
    .footer__2__1 i {
        font-style: normal;
        font-size: 1rem;
        width: 100% !important;
        display: block;
        text-align: center;
    }
    
    .soc__links {
        justify-content: center;
        gap: 1.5rem;
        align-items: center;
        margin: 24px 0;
    }
    
    .cpy {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .footer__2__2 b {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .footer__buttons {
        gap: 2rem;
        align-items: center;
        margin-top: 2rem;
    }

    .footer__buttons button {
        margin-right: 36px;
    }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {
    .block__1__1 {
        gap: 0;
    }
    .logo__block {
        width: 130px;
    }
    .header__contacts {
        flex-direction: column;
        gap: .5rem;
    }

    .header__contacts a {
        font-size: 4.10vw;
    }

    .header__contacts button {
        position: fixed;
        right: 1rem;
        bottom: 1rem;
        z-index: 9;
    }

    .block__2 {
        padding: 100px 0 50px 0;
    }

    .block__2__1 h1 {
        font-size: 2.3rem;
    }

    .block__2__1 p {
        font-size: 1.3rem;
    }

    .location a {
        font-size: .9rem !important;
    }

    .block__3__1 .ratio {
        --bs-aspect-ratio: calc(3 / 4 * 100%);
    }

    .carousel__block__1 > div {
        width: 60%;
    }

    .carousel__block__1 > div:last-child {
        width: 40%;
        flex-shrink: 0;
    }

    .carousel__1 .owl-nav,
    .carousel__2 .owl-nav,
    .carousel__3 .owl-nav {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: 40px !important;
        top: -5.5rem;
    }

    .block__4__2__2 {
        padding-top: 50px;
    }

    .block__5__2__1 h3 {
        font-size: 2rem;
    }
}