.cong {
    margin-bottom: 4rem; }
.cong__logo {
    width: 7rem;
    height: fit-content; }
.cong__cap {
    width: 70%;
    height: fit-content; }
.cong__logo-big {
    /*width: 16rem;*/
    width: 14rem;
    height: fit-content;
}

@media(min-width: 320px){
    .logo{
        max-height: 200px;
    }
}
@media(min-width: 768px){
    .logo{
        max-height: 239px;
    }
}

@media(min-width: 320px){
    .logo-calc{
        max-height: 70px;
    }
}
@media(min-width: 768px){
    .logo-calc{
        max-height: 84px;
    }
}

@media(min-width: 320px){
    .logo-ytb{
        max-height: 40px;
    }
}
@media(min-width: 768px){
    .logo-ytb{
        max-height: 47px;
    }

}

.cong__row {
    display: flex;
    gap: 2rem; }
.cong__row-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem; }
.cong__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    padding: 2rem 2rem 3rem;
    border-radius: 10px;
    border: 2px solid #68ABCE; }
.cong__content .btn {
    background: #68ABCE; }
.cong__content .btn:hover {
    background: #83E5EE; }
.cong__content h3 {
    font-size: 1.75rem;
    font-weight: 500;
    color: #68ABCE;
    margin-bottom: 1rem; }
.cong__content p {
    font-size: 1.5rem;
    font-weight: 400;
    color: black;
    margin-bottom: .5rem; }
.cong__content p span {
    font-weight: 700;
    color: #68ABCE; }
.cong__content a {
    font-size: 1.5rem;
    font-weight: 400; }
.cong__content a:not(.btn):hover {
    color: #68ABCE; }
.cong__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem; }

.data__list {
    display: flex;
    flex-direction: column;
    gap: .25rem; }
.data__list-item {
    display: flex;
    gap: .5rem;
    align-items: baseline; }
.data__list-item img {
    width: 1rem; }

.btn {
    min-width: 320px;
    padding: .5rem 1.5rem;
    border-radius: 5rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0;
    background: #68ABCE;
    cursor: pointer;
    outline: none;
    border: none;
    transition: all .2s ease;
    width: fit-content;
    margin-left: auto;
    height: fit-content;
    white-space: normal; }
.btn:hover {
    text-decoration: none;
    background: #52D4E1;
    color: #fff; }

html {
    scroll-behavior: smooth; }

body {
    overflow-x: hidden;
    background: #fff; }

body::-webkit-scrollbar, #comments_list::-webkit-scrollbar {
    width: 0.75rem;
    background-color: #E5E5E5; }

body::-webkit-scrollbar-thumb, #comments_list::-webkit-scrollbar-thumb {
    border-radius: 0.75rem;
    background-color: #71B2D5;
    cursor: pointer; }

body::-webkit-scrollbar-track, #comments_list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E5E5E5; }

@media screen and (max-width: 1540px) {
    html {
        font-size: 14px; } }

@media screen and (max-width: 1200px) {
    html {
        font-size: 12px; } }

@media screen and (max-width: 992px) {
    html {
        font-size: 10px; } }

@media screen and (max-width: 768px) {
    html {
        font-size: 9px; } }

@media screen and (max-width: 576px) {
    html {
        font-size: 8px; } }

@media screen and (min-width: 1540px) {
    .container {
        max-width: 1400px; } }

@media (max-width: 768px) {
    .cong__cap{
        width: 100%;
    }
    .btn {
        min-width: 180px; }
    .cong__row-big {
        flex-direction: column;
        align-items: center; } }

.js_reg_auth{
    display: none !important;
}