.form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: clamp(3rem, 6vw, 6rem) 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(4rem, 6vw, 8rem);
width: 100%;
max-width: 192rem;
border-radius: 0rem 2rem 2rem 2rem;
background: linear-gradient(100deg, #004b89 15.38%, #1bbbe9 100%);
}
.form h3 {
color: #fff;
}
.form .contact-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 3rem;
-ms-flex-item-align: stretch;
align-self: stretch;
padding: 3rem;
border-radius: 0rem 2rem 2rem 2rem;
}
.form .contact-form .form-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 3rem;
-ms-flex-item-align: stretch;
align-self: stretch;
padding: 3rem;
border-radius: 0rem 2rem 2rem 2rem;
}
.form .contact-form .form-content .inputs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 3rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
@media screen and (max-width: 900px) {
.form .contact-form .form-content .inputs {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.form .contact-form .form-content .inputs .col-1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1.5rem;
width: 100%;
max-width: 79rem;
}
@media screen and (max-width: 900px) {
.form .contact-form .form-content .inputs .col-1 {
max-width: 100%;
}
}
.form .contact-form .form-content .inputs .name_surname,
.form .contact-form .form-content .inputs .email_tel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(2rem, 3vw, 3rem);
-ms-flex-item-align: stretch;
align-self: stretch;
}
@media screen and (max-width: 570px) {
.form .contact-form .form-content .inputs .name_surname,
.form .contact-form .form-content .inputs .email_tel {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.form .contact-form .form-content .inputs .input {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(1.5rem, 1.5vw, 1.5rem);
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
.form .contact-form .form-content .inputs .input label {
color: #d4e5eb;
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
font-size: 1.6rem;
font-style: normal;
line-height: normal;
text-transform: uppercase;
}
.form .contact-form .form-content .inputs .input input {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 6rem;
padding: 0rem 2rem;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 1rem;
-ms-flex-item-align: stretch;
align-self: stretch;
border-radius: 0rem 1.5rem 1.5rem 1.5rem;
background: rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
.form .contact-form .form-content .inputs .input input::-webkit-input-placeholder {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-flex: 1;
flex: 1 0 0;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
.form .contact-form .form-content .inputs .input input::-moz-placeholder {
display: flex;
flex-direction: column;
justify-content: center;
flex: 1 0 0;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
.form .contact-form .form-content .inputs .input input:-ms-input-placeholder {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-ms-flex-item-align: stretch;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
.form .contact-form .form-content .inputs .input input::-ms-input-placeholder {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-ms-flex-item-align: stretch;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
.form .contact-form .form-content .inputs .input input::placeholder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-ms-flex-item-align: stretch;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
.form .contact-form .form-content .inputs .textarea {
margin-bottom: -1.5rem;
}
.form .contact-form .form-content .inputs .textarea textarea {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 20rem;
padding: 1rem 2rem;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 1rem;
-ms-flex-item-align: stretch;
align-self: stretch;
border-radius: 0rem 1.5rem 1.5rem 1.5rem;
background: rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
.form .contact-form .form-content .inputs .textarea textarea::-webkit-input-placeholder {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-flex: 1;
flex: 1 0 0;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
.form .contact-form .form-content .inputs .textarea textarea::-moz-placeholder {
display: flex;
flex-direction: column;
justify-content: center;
flex: 1 0 0;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
.form .contact-form .form-content .inputs .textarea textarea:-ms-input-placeholder {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-ms-flex-item-align: stretch;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
.form .contact-form .form-content .inputs .textarea textarea::-ms-input-placeholder {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-ms-flex-item-align: stretch;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
.form .contact-form .form-content .inputs .textarea textarea::placeholder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-ms-flex-item-align: stretch;
align-self: stretch;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 1.8rem;
font-style: normal;
line-height: 140%; }
.form .contact-form .form-content .inputs .require-input {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
color: #d4e5eb;
font-size: 1.2rem;
font-style: normal;
line-height: normal;
}
.form .contact-form .form-content .row {
width: 100%;
}
.form .contact-form .form-content .row .require-input {
font-family: "Inter", sans-serif;
font-weight: 400;
padding-bottom: 3rem;
color: #d4e5eb;
font-size: 1rem;
font-style: normal;
line-height: normal;
font-weight: 700;
}
.form .contact-form .form-content .row .bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-item-align: stretch;
align-self: stretch;
gap: 2rem;
}
@media screen and (max-width: 550px) {
.form .contact-form .form-content .row .bottom {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.form .contact-form .form-content .row .bottom__check {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 3rem;
width: 100%;
}
@media screen and (max-width: 400px) {
.form .contact-form .form-content .row .bottom__check {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.form .contact-form .form-content .row .bottom__check .checkbox {
width: 100%;
max-width: 31.6rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2rem;
color: #d4e5eb;
font-size: 1.2rem;
font-style: normal;
line-height: 1.4;
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
}
@media screen and (max-width: 400px) {
.form .contact-form .form-content .row .bottom__check .checkbox {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 100%;
}
}
.form .contact-form .form-content .row .bottom__check .checkbox input[type=checkbox] {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
max-width: 5rem;
height: 5rem;
border-radius: 0rem 1.5rem 1.5rem 1.5rem;
background: rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
cursor: pointer;
position: relative;
margin: 0;  }
.form .contact-form .form-content .row .bottom__check .checkbox input[type=checkbox]:checked::after {
content: "";
position: absolute;
left: 50%;
top: 45%;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
width: 1rem;
height: 2rem;
border: solid #1bbbe9;
border-width: 0 3px 3px 0;
}
.form .contact-form .form-content .row .bottom__check .checkbox input[type=checkbox]:hover {
background: rgba(0, 0, 0, 0.15);
}
.form .contact-form .form-content .row .bottom__check .checkbox input[type=checkbox]:checked {
background: rgba(0, 0, 0, 0.2);
}
.form .contact-form .hidden {
display: none;
}
.form .contact-form .sent {
text-align: center;
margin-top: 15px;
text-align: center;
border-radius: 15px;
margin-left: auto;
margin-right: auto;
padding: 10px 0;
}
.form .contact-form .sent.hidden {
display: none;
}
.form .contact-form .sent p {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
font-size: calc(var(--fs-small-rate) * 2rem);
line-height: 1.2;
color: #fff;
}
.form .contact-form .sending {
height: 300px;
background-size: 90px auto;
}
.form .contact-form span.errorEmpty,
.form .contact-form span.errorFormat,
.form .contact-form span.errorData {
display: block;
overflow: hidden;
color: red;
font-size: 1.8rem;
line-height: 2.5rem;
font-weight: normal;
font-family: "Inter", sans-serif;
font-weight: 600;
opacity: 1;
-webkit-transition: 0.3s;
transition: 0.3s;
max-height: 0px;
padding: 0;
opacity: 0;
}
.form .contact-form .hasErrorEmpty span.errorEmpty,
.form .contact-form .hasErrorFormat span.errorFormat,
.form .contact-form .hasErrorData span.errorData {
max-height: 40px;
padding: 4px 0 6px 0;
opacity: 1;
}
.form .contact-form .hasErrorEmpty .form-input {
border: 1px solid red;
}
section.gt-block.course.blue {
background: #f2f9fc;
}
section.gt-block.course .course__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: clamp(6rem, 8vw, 10rem) 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(1rem, 3vw, 4rem);
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.course .course__content-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(3rem, 4vw, 6rem);
-ms-flex-item-align: stretch;
align-self: stretch;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
section.gt-block.course .course__content-info .info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(0.5rem, 1vw, 1rem);
width: 100%;
max-width: 36rem;
border: 1px solid #1bbbe9;
border-radius: 0rem 3rem 3rem 3rem;
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 75, 137, 0.1);
box-shadow: 0px 4px 30px 0px rgba(0, 75, 137, 0.1);
padding: 2rem;
background: #fff;
}
@media screen and (max-width: 800px) {
section.gt-block.course .course__content-info .info {
width: 100%;
max-width: 100%;
}
}
section.gt-block.course .course__content-info .info .text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 1rem;
}
section.gt-block.course .course__content-info .info .text .location-title,
section.gt-block.course .course__content-info .info .text .start-course-title,
section.gt-block.course .course__content-info .info .text .end-course-title,
section.gt-block.course .course__content-info .info .text .hours-course-title,
section.gt-block.course .course__content-info .info .text .price-title {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
font-size: 2rem;
line-height: normal;
font-style: normal;
color: #004b89;
padding-top: 0.3rem;
}
section.gt-block.course .course__content-info .info .text .location-text,
section.gt-block.course .course__content-info .info .text .start-course-text,
section.gt-block.course .course__content-info .info .text .end-course-text,
section.gt-block.course .course__content-info .info .text .hours-course-text,
section.gt-block.course .course__content-info .info .text .price-text {
font-size: calc(var(--fs-small-rate) * 1.8rem);
line-height: 1.4;
padding-top: 0.1rem;
font-family: "Inter", sans-serif;
font-weight: 400;
}
section.gt-block.course .course__content-info .info .signup {
margin-top: 1.6rem;
}
section.gt-block.course .course__content-info .info .signup .btn__secondary {
padding: 2rem 2rem;
height: auto;
}
section.gt-block.course .course__content-info .info .popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
z-index: 1000;
overflow: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
section.gt-block.course .course__content-info .info .popup .popup-content {
position: relative;
width: 100%;
max-width: 700px;
margin: 20px auto;
border-radius: 10px;
max-height: 100vh;
overflow-y: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: white;
}
section.gt-block.course .course__content-info .info .popup .popup-content .close-popup {
position: absolute;
top: 50px;
right: 50px;
font-size: 24px;
cursor: pointer;
color: white;
z-index: 1001;
}
section.gt-block.course .course__content-info .info .hidden {
display: none;
}
.desc p {
font-family: "Inter", sans-serif;
font-weight: 400;
color: #28323c;
font-size: calc(var(--fs-small-rate) * 1.5rem);
line-height: 1.2;
}