@import url('fonts.css');

@keyframes Spin {
    to {
        transform: rotate(360deg);
    }
}

:root {
    font-size: 0.52083333333333336vw;
}

a {
    color: inherit;
    text-decoration: none;
}
body {
    font-family: 'Museo Sans Cyrl', sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    background-color: #333549;
}
body, h1, h2, p, ul {
    margin: 0;
}
li {
    padding: 0;
}
ul {
    list-style: none;
}
*, *::before, *::after {
    box-sizing: border-box;
}


.feedback {
    padding: 15.8rem 11.8rem;
    background-color: #41D97B;
}
.feedback-title {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 7.68rem;
    color: #FFFFFF;
    padding-bottom: 9.5rem;
}
.feedback-list {
    display: flex;
    flex-direction: row;
}
.feedback-item {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.16rem;
    color: #333549;
    display: block;
}
.feedback-item span {
    display: block;
}
.feedback-item input {
    height: 4rem;
    width: 34.5rem;
    border: none;
    border-bottom: 0.1rem solid #333549;
    background-color: #41D97B;
}
.feedback-item input:focus {
    outline: none;
}
.feedback-form {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4.9rem;
}
.feedback-block {
    display: flex;
    flex-direction: column;
}
.feedback-button {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.16rem;
    padding: 1.6rem 12.3rem;
    color: #FFFFFF;
    background-color: #333549;
    border: none;
}
.feedback-button:disabled {
    opacity: 0.75;
}
.feedback-button:enabled:hover {
    box-shadow: 0 0 1rem rgba(0,0,0,0.3);
    cursor: pointer;
}
.feedback-interplay-description {
    margin-left: 0.8rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #333549;
    vertical-align: top;
}
.feedback-checkbox {
    display: inline-block;
    height: 2.4rem;
    width: 2.4rem;
    border: 0.1rem solid #000000;
}
.feedback-interplay {
    height: 2.4rem;
    margin-top: 1rem;
    overflow: hidden;
}
.feedback-interplay input {
    visibility: hidden;
    position: absolute;
    z-index: -1;
}
.feedback-interplay input:checked + .feedback-checkbox::after {
    content: '\2713';
    font-size: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
}

.footer {
    padding: 12.6rem 0;
}
.footer-communications {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9.6rem;
}
.footer-tel_mail {
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 4.32rem;
    color: #FFFFFF;
    margin-top: 2rem;
}
.footer-description {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.88rem;
    color: #FFFFFF;
    margin-top: 5.1rem;
    display: flex;
    justify-content: center;
}
.footer-socials-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 4rem;
    padding: 0;
}
.footer-socials-item svg {
    height: 2.7rem;
    width: 2.7rem;
}

.header {
    padding-top: 10.9rem;
    padding-left: 11.8rem;
    background-color: #333549;
    background-image:
            linear-gradient(to left, #37394F 28rem, transparent 28rem, transparent 56rem, #37394F 56rem, #37394F 84rem, transparent 84rem),
            linear-gradient(to left, transparent 28rem, #3C3F5A 28rem, #3C3F5A 56rem, transparent 56rem, transparent 84rem, #3C3F5A 84rem, #3C3F5A 112rem, transparent 112rem),
            linear-gradient(to left, #3C3F5A 28rem, transparent 28rem, transparent 56rem, #37394F 56rem, #37394F 84rem, transparent 84rem);
    background-repeat: no-repeat;
    background-size: auto 28rem;
    background-position: right 0, right 28rem, right 56rem;
}
.header-title {
    margin: 10.35rem 0 0 ;
    font-weight: 700;
    font-size: 8rem;
    line-height: 9.6rem;
    color: #FFFFFF;
}
.header-description {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.88rem;
    color: #FFFFFF;
    margin-top: 1.5rem;
    padding-right: 92rem;
    padding-bottom: 8.2rem;
}
.header-description.partner {
    padding-right: 110.2rem;
    padding-bottom: 3rem;
}
.header-subtitle {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.88rem;
    color: #FFFFFF;
}
.header-list {
    padding: 0;
    display: flex;
    flex-direction: row;
}
.header-item-count {
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.76rem;
    color: #FFFFFF;
}
.header-item-text{
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.88rem;
    color: #41D97B;
    margin-right: 6rem;
}

.overlay {
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden;
    z-index: 5;
}
.overlay.visible {
    opacity: 1;
    visibility: visible;
}

.partners-title {
    margin-top: 31.2rem;
}
.partners-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8.4rem 7.5rem;
    padding-left: 0;
    margin: 11.5rem auto 21.1rem;
}
.partners-item {
    padding: 3.8rem;
    width: 59.5rem;
    background-color: #41D97B;
}
.partners-item-title {
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 4.32rem;
    color: #FFFFFF;
    margin-top: 2.8rem;
    margin-bottom: 0;
}
.partners-item-description {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.16rem;
    color: #FFFFFF;
    margin-top: 1.9rem;
}
.partners-extra-start {
    display: flex;
    flex-direction: row;
    padding: 16.686rem 10.1rem 15rem;
    background-color: #333549;
    background-image:
            linear-gradient(to left, #37394F 50%, transparent 50%, transparent 100%),
            linear-gradient(to left, transparent 50%, #3C3F5A 50%, #3C3F5A 100%),
            linear-gradient(to left, #37394F 50%, transparent 50%, transparent 100%);
    background-repeat: repeat-x;
    background-size: 28.5714% 28rem;
    background-position: right 0, right 28rem, right 56rem;
}
.partners-extra {
    display: flex;
    padding: 0;
}
.partners-extra-end {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 18rem;

}
.partners-extra-item {
    margin-right: 20.8rem;
}
.partners-extra-item-add {
    padding-left: 33rem;
}
.partners-extra-item-title {
    font-weight: 400;
    font-size: 6.2rem;
    line-height: 7.28rem;
    color: #41D97B;
}
.partners-extra-item-text {
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 4.32rem;
    color: #FFFFFF;
    margin-top: 4.7rem;
}

.process-list {
    padding-left: 0;
 padding-bottom: 14.5rem;
}
.process-title {
    margin-top: 27.9rem;
    padding-bottom: 12rem;
}
.process-item {
    display: flex;
}
.process-item-number {
    display: flex;
    flex-direction: column;
    margin-left: 50rem;
}
.process-item-number svg {
    width: 15.4rem;
    height: 15.4rem;
    margin-bottom: 2.5rem;

}
.process-item-text {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 5.5rem;
    height: 15.4rem;

}
.process-item-title {
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 4.32rem;
    color: #FFFFFF;
    margin: 0;
;
}
.process-item-description {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.16rem;
    color: #FFFFFF;
    margin-top: 1.5rem;
}

.spin {
    border: 1rem solid #FFFFFF;
    border-top-color: transparent;
    border-radius: 50%;
    bottom: 0;
    display: none;
    height: 10rem;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 10rem;
    z-index: 10;
}
.spin.visible {
    animation: Spin 1s infinite linear;
    display: block;
}

.title {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 7.68rem;
    color: #FFFFFF;
    margin-left:  11.8rem;
}