@media screen and (max-width:1024px){

.wrapper {
    padding: 20px;
}
header.header .wrapper {
    display: flex;
    flex-direction: column;
}

header.header .info_site {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.logo svg {
    width: 100%;
    height: auto;
}

section.slide_1 .wrapper {
    gap: 40px;
    display: flex;
    flex-direction: column;
}

section.slide_1 .text {
    width: 100%;
    text-align: center;
}

section.slide_1 .text h1 {
    font-size: 34px;
    line-height: 31px;
}

section.slide_1 .text p {
    font-size: 15px;
    line-height: 26px;
}

section.slide_2 {
    margin: 50px 0;
    padding: 0 20px;
}

section.slide_2 .title {
    font-size: 34px;
    line-height: 31px;
}

section.slide_2 .column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section.slide_2 .column .center {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
}

section.slide_2 .column .left {
    order: 1;
    width: 50%;
    min-height: 200px;
}

section.slide_2 .column .right {
    width: 50%;
    min-height: 200px;
}

section.foto {
    margin: 50px 0;
}

#gallery {
    --f-carousel-slide-width: 150px;
}

section.foto .title, section.video .title {
    font-size: 34px;
    line-height: 31px;
}

div#gallery2 {
    --f-carousel-slide-width: calc(100% / 2);
    --f-carousel-gap: 15px;
}

section.video {
    margin: 50px 0;
}

section.slide_3 .wrapper {
    display: flex;
    flex-direction: column;
}

section.slide_3 .wrapper .left {
    width: 100%;
	margin: 0 auto;
}
section.slide_3 .right img {
    margin: 0 auto;
}
section.slide_3 .wrapper .left .title {
    font-size: 34px;
    line-height: 31px;
}
section.slide_2 .column .left {
    background-position: center left;
}

section.slide_2 .column .right {
    background-position: center right;
}
section.slide_3 .wrapper .left p {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
}

section.slide_3 .right {
    position: relative;
    width: 100%;
    margin: 40px 0 0 0;
}

section.slide_3 {
    padding: 0;
    margin: 50px 0;
}

section.slide_4 .wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

section.slide_4 .left {
    width: 100%;
}

section.slide_4 .right {
    width: 100%;
    gap: 11px;
}
iframe {
    height: 300px !important;
}
section.slide_4 .right {
    order: -1;
}
.form_a .right {
    display: flex;
    flex-direction: column;
}

.form_a {
    padding: 0;
}

.form_a .right h2 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    line-height: 27px;
}
}


@media screen and (min-width:1690px) and (max-width:768px){

}