@charset "utf-8";
@font-face {
    font-family: 'Lato';
    src: local('Lato Light'), local('Lato-Light'), url('../fonts/latolight.woff2') format('woff2'), url('../fonts/latolight.woff') format('woff'), url('../fonts/latolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/latoregular.woff2') format('woff2'), url('../fonts/latoregular.woff') format('woff'), url('../fonts/latoregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  background-color: #fff;
}
.wrapper {
      max-width: 1600px;
      margin: 0 auto;
      padding: 40px 20px;
	    box-sizing: border-box;
}
header.header {}

header.header .info_site {
    display: flex;
    gap: 60px;
    font-size: 20px;
    font-weight: 300;
    justify-content: center;
}

header.header .info_site a {
    color: inherit;
}

a {text-decoration: none;}

header.header .wrapper {
    display: flex;
    gap: 45px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.slide_1 {}

section.slide_1 .wrapper {
    display: flex;
    gap: 80px;
    align-items: center;
    padding: 0 20px;
}

section.slide_1 .text {
    width: 46%;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

section.slide_1 .text h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 58px;
}

section.slide_1 .text p {
    font-size: 20px;
    line-height: 38px;
}

.button a {
    color: #fff;
    background: #4AB9FF;
    height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
}
.over_s img {
    width: 100%;
    height: auto;
    display: block;
}

section.slide_2 {
    margin: 100px 0;
}

section.slide_2 .title {
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    margin: 0 0 30px 0;
}

section.slide_2 .column {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

section.slide_2 .column .center {
    max-width: 600px;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
}

section.slide_2 .column .center h3 {
    font-size: 34px;
}

section.slide_2 .column .center .button a {
    font-size: 16px;
}

.button a {
    font-size: 16px;
}

section.foto {
    margin: 100px 0;
}

section.video {
    margin: 100px 0;
}

section.foto .title {
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    margin: 0 0 30px 0;
}

section.video .title {
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    margin: 0 0 30px 0;
}

section.slide_3 {
    margin: 0;
	padding: 100px 0 00px;
    background: url(../images/31.jpg) top 40% right -20% no-repeat;
    background-size: clamp(100px, 80%, 700px) auto;
}

section.slide_3 .wrapper {
    display: flex;
}

section.slide_3 .wrapper .left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 50%;
    max-width: 550px;
    text-align: center;

    align-items: center;
    justify-content: center;
}

section.slide_3 .wrapper .left .title {
    font-size: 50px;
    font-weight: 300;
}


section.slide_3 .right img {
    width: 100%;
    height: auto;
    display: block;
}

section.slide_3 .wrapper .left p {
    font-size: 20px;
    line-height: 35px;
}

section.slide_4 .wrapper {
    display: flex;
}

section.slide_4 .left {
    width: 60%;
}

section.slide_4 .right {
    width: 40%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: 20px;
    line-height: 35px;
    align-items: center;
    justify-content: center;
}

section.slide_4 .right a {
    color: inherit;
}
section.slide_2 .column .left {
    width: 100%;
	min-height: 400px;
	background: url("../images/1-2.png");
		    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

section.slide_2 .column .right {
    width: 100%;
	min-height: 400px;
	
	background: url("../images/1-1.png");
	background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}

section.slide_2 .column .center {
    min-width: 40%;
}

section.slide_3 {
    position: relative;
    padding: 30px 0 100px;
}

section.slide_3 .right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

section.slide_3 .right img {
    max-width: 650px;
}
.gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

#gallery {
	--f-carousel-gap: 30px;
	--f-carousel-slide-width: 250px;
	--f-carousel-slide-padding: 0;
}
#gallery2 {
	--f-carousel-gap: 30px;
	--f-carousel-slide-width: calc(100% / 4);
	--f-carousel-slide-padding: 0;
}

section.video .gallery video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}


.form_a {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
}

.form_a .left {}

.form_a .left img {
    width: 100%;
    height: auto;
    display: block;
}

.form_a .right h2 {
    font-size: 34px;
    font-weight: 300;
    line-height: 36px;
    width: 50%;
}

.form_a .right {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: center;
}

.form_a .right form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form_a .right form .wpforms-field-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form_a .right form .wpforms-field-container input {
    height: 40px;
    width: 100%;
    font-family: inherit;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.form_a .right form .wpforms-field-container label {
    display: none !important;
}

.form_a .right form button {
    color: #fff;
    background: #4AB9FF;
    height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    border: 0;
    border-radius: 9px;
    font-family: inherit;
    font-size: 16px;
}

.form_a .right form button {
    cursor: pointer;
}

em.wpforms-error {
    display: none !important;
}

.form_a .right form .wpforms-field-container input.wpforms-error {
    border-color: #ff8a8a;
}