:root {
    --fontahead: clamp(12px, 2vw, 20px);
    --white: #FFFFFF;
    --regular: 400;
    --black: #000000;
    --blue: #4985FF;
    --fontlabelhead: clamp(14px, 2vw, 30px);
    --maintextwhite: #FFFFFF;
    --blackbut: #000000;
    --backbut: #FFD050;
    --backbuthov: rgb(220,220,3);
    --head1fs: clamp(20px, 2vw, 40px);
    --colhea: #000000;
    --text: clamp(11px, 1.5vw, 16px);
    --head2fs: clamp(20px, 3vw, 40px);
    --arttext: clamp(14px, 2vw, 20px);
    --head3fs: clamp(20px, 1.5vw, 35px);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: clamp(13px, 2vw, 28px); 
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: #FFFFFF;
}
h1, p, h2, h3, h4 {
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: "Jost";
    src: url("font/Jost-VariableFont_wght.ttf") format("truetype");
    font-weight: 100-900;
    font-style: normal;
    font-display: swap;
}
body {
    background-color: #FFFFFF;
    font-family: "Jost", sans-serif;
    overflow-x: hidden
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    width: 100%;
}
.main1 {
    width: 100vw;
    max-width: 1920px;
    margin: 0 auto;

}
.hidden {
    opacity: 0;
    transition: all 1s ease-in-out;
    transform: scale(0.7);
}

.visible {
    opacity: 1;
    transform: scale(1);
}

.maina {
    font-size: var(--fontahead);
    color: var(--white);
    font-weight: var(--regular);
    transition: all 1s;
}
.maina:hover {
    color: rgb(230,230,0);
}
.maina1 {
    color: var(--black);
    background-color: var(--white);
    padding: 16px 48px;
    transition: all 1s;
}
.maina1:hover {
    background: var(--backbut);
}
.mainnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    width: 100vw;
    max-width: 1440px;
}
.head0 {

    max-width: inherit;
    background: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
}
.head1 {
    font-size: var(--fontlabelhead);
    color: var(--white);
    font-weight: var(--regular);
    transition: all 1s;
}
.head1:hover {
    color: rgb(230,230,0);
}
.head2, .head20 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

@media screen and (min-width: 768px) {
    #svghead {
        display: none;
    }
    .ar1 {
        padding: 20px 40px;
    }
    .ar8 {
        width: 80%
    }
    .ar85 {
        width: 80%;
    }
}
.otstup {
    height: 50px;
    width: inherit;
    max-width: 1920px;
}
#svghead {
    transform: rotateY(180deg);
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .mainnav {
        padding: 10px 15px;
        position: relative;
    }
    .head2 {
        position: absolute;
        top: -100%;
        z-index: 600;
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
        background: rgba(0,0,0,0.8);
        transition: all 1s;
        width: 100vw;
        padding: 20px 20px 10px 20px; 
    }
    .head0 {
        position: relative;
        z-index: 700;
    }
    .head20 {
        display: none;
    }
    .ar85 {
        width: 100%
    }
    .ar1 {
        padding: 10px;
    }
    .ar8 {
        width: 100%;
    }
}
.open {
    top: calc(var(--fontlabelhead) + 20px);
}



.ar1 {
    margin: 0 auto;
    max-width: 1440px;
    
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
.ar2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.ar3 {
    border-radius: 50%;
    width: 50px;
    filter:brightness(70%)
}
.ar4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
}
.ar5 {
    font-size: var(--fontahead);
    font-weight: 500;
}
.ar6 {
    font-size: var(--text);
}
.ar7 {
    font-size: var(--head2fs);
    font-weight: 600;
}
.ar8 {
    
    max-width: 1400px;
    margin: 0 auto;
}
.ar105 {
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}
.ar9 {
    font-size: var(--arttext);
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: "Jost";
    line-height: 1.5;
    text-align: justify;
}
.ar10 {
    font-size: var(--head1fs);
    font-weight: 600;
}

.ar85 {
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    
    flex-direction: column;
}
.ar11 {
    font-size: var(--head3fs);
    line-height: 1.5;
}
b {
    line-height: 0;
}
.ul1 {
    list-style:inside;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.main52 {
    padding-top: 50px;
    padding-bottom: 50px;
    
}
.main53 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.main55, .main551 {
    color: #999999;
    font-size: 0.8rem;
}
.main551 {
    text-align: center
}
.main56 {
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.main57 {
    
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    
    border: 2px solid #F2F2F2
}
.main58 {
    background: #4985FF;
    
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    border: none;
    cursor: pointer;
    transition: all 1s;
}
.main58:hover {
    background: #6C9DFF
}
.main59 {
    font-size: clamp(11px, 3vw, 16px);
    color: #FFFFFF
}

@media screen and (min-width: 768px) {
    .main56 {
        width: 489px;
        height: 45px;
    }
    .main57 {
        height: 45px;
        padding-left: 30px;
    }
    .main58 {
        height: 45px;
    }
}

@media screen and (max-width: 767px) {
    .main56 {
        width: calc(100vw - 30px);
        height: 30px;
    }
    .main57 {
        height: 30px;
        padding-left: 20px;
    }
    .main58 {
        height: 30px;
    }
    .main55 {
        text-align: center;
    }
    .s3 {
        max-width: 290px;
    }
}
.s3 {
    margin: 0 auto;
    width: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    flex-direction: column;
}
.s2p4, .s3p1 {
    font-size: var(--fontahead);
}
.s3p1 {
    font-weight: 300;
    text-align: center;
}
.s2h2 {
    font-size: var(--fontlabelhead);
    font-weight: 600;
    color: var(--colhea);
    text-align: center;
}
.sb1 {
    color: var(--blackbut);
    background: var(--backbut);
    padding: 10px 30px;
    transition: all 1s ease-in-out;
    font-size: var(--fontahead);
}
.sb1:hover {
    background: var(--backbuthov)
}
.podcherk {
    color: #000000;
    text-decoration: underline;
    transition: all 1s;
}
.podcherk:hover {
    color: #4985FF;
    text-decoration: none;
}