.main-block .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-block a {
    text-decoration: none;
    color: inherit;
}

.main-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-block img {
    max-width: 100%;
    height: auto;
    display: block;
}

.main-block .section-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 30px;
}

.main-block .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.main-block .btn-primary {
    background-color: var(--secondary-color);
    color: var(--white);
}

.main-block .btn-primary:hover {
    background-color: #007acc;
}

.main-block .btn-outline {
    background-color: var(--white);
    color: var(--primary-color);
    border: 1px solid var(--border-color);
}

.main-block .btn-outline:hover {
    background-color: var(--bg-light);
}

.main-block .input-field {
    width: 100%;
    padding: 14px 18px;
    border-radius: 40px;
    border: 1px solid var(--border-color);
    background-color: var(--white);
    font-size: 16px;
    color: var(--text-dark);
    outline: none;
}

.main-block .input-field::placeholder {
    color: var(--text-light);
}

.main-block .input-field:focus {
    border-color: var(--secondary-color);
}

.main-block .textarea-field {
    width: 100%;
    padding: 14px 18px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    background-color: var(--white);
    font-size: 16px;
    color: var(--text-dark);
    outline: none;
    resize: vertical;
    min-height: 120px;
}

.main-block .textarea-field::placeholder {
    color: var(--text-light);
}

.main-block .textarea-field:focus {
    border-color: var(--secondary-color);
}

.topWidgetLogo {
    height: 108px;
}

.logoWrapperTop {
    width: 262px;
    top: 9px;
}

.logoWrapperTop .logoText {
    font-size: 18px;
    width: auto;
    border-left: 1px solid #083874;
    height: 44px;
    bottom: 0px;
    padding-left: 11px;
}

.logoWrapperTop .logoText span {
    float: left;
    margin-top: 15px;
}

#search {
    top: 30px;
    display: block;
    position: absolute;
    left: calc(50% - 181px);
}

#search .search {
    width: 362px;
    height: 48px;
    border: 1px solid #F7F7F7;
    background: #F7F7F7;
    border-radius: 24px;
    padding: 13px 18px;
}

#search .search:focus {
    outline: none;
}

#search .search::placeholder {
    font-size: 18px;
    color: #9E9E9E;
}

#search .btn-search {
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    background: url('/assets/images/search.png');
    position: absolute;
    z-index: 10;
    right: 18px;
    top: 13px;
}

.topWidgetLogo .telegramLink {
    top: 38px;
    right: calc(50% - 240px);
}

.topWidgetLogo .vkLink {
    top: 38px;
    right: calc(50% - 285px);
}

.topWidgetLogo .rzd {
    position: absolute;
    top: 41px;
    right: calc(50% - 310px);
    display: block;
    width: 1px;
    height: 26px;
    border-left: 1px solid #E2E7EE;
}

.userInfoWrapper {
    position: absolute;
    min-width: 155px;
    height: 48px;
    z-index: 10;
    right: 0px;
    top: 38px;
    cursor: pointer;
}

.userInfoWrapper-auth {
    top: 20px;
    cursor: pointer;
    color: #032C65;
}

.userInfoWrapper-auth .userWhite32 {
    margin-top: 18px;
}    

.userInfoWrapper .userWhite32 {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #032C65;
    border-radius: 16px;
    float: left;
}

.userInfoWrapper .userWhite32 img {
    margin: 6px;    
}

.userInfoInner {
    display: inline-block;
    margin-left: 5px;
    float: left;
    margin-top: 2px;
}

.userStatus {
    margin-left: 8px;
}

.notification {
    right: 0px;
    top: 0px;
}

.userInfoWrapper .userName {
    color: #032C65;
    font-size: 18px;
}

.userInfoWrapper .userName-auth {
    font-size: 14px;
}

#userTopMenu {
    top: 85px;
    right: -50px;
    z-index: 10000;
}

nav .nav-item {
    margin-right: 40px;
}

nav .nav-item .nav-link {
    font-size: 18px;
    color: #fff;
}

nav .nav-item-last {
    margin-right: 0px;
    margin-left: auto;
}

.wtLinkBtn {
    color: #032C65 !important;
    display: block;
    width: max-content;
    background: #fff;
    border-radius: 20px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-weight: 500;
}

support {
    margin-top: 120px;
    margin-bottom: 70px;
    background: url('/assets/images/graduation-hat2.png') no-repeat  88% bottom;
}

.container-footer {
    width: calc(100% - 100px);
    max-width: 1750px
}

.footer-block {
    padding: 70px 175px;
    border-radius: 20px;
}

.footer-block .logoWrapperBottom {
    width: 220px;
}

.footer-block .logoText {
    border-left: 1px solid #fff;
    padding-left: 5px;
    margin-left: 5px;
    margin-bottom: 8px;
    float: left;
    width: 135px;
}

.footer-block .linkFooter {
    font-size: 18px;
    margin-bottom: 8px;
}

.footer-block .contactFooterInner {
    opacity: 0.3;
}

.footer-block .widgetBlueMedium {
    margin-top: 14px;
    display: block;
    width: max-content;
}

.footer-block .vkLink {
    margin-right: 14px;
}

.footer-block .rzd {
    display: block;
    width: 1px;
    height: 100%;
    margin-right: 120px;
    float: left;
    border-left: 1px solid #fff;
    opacity: 0.3;
}

.footer-block .rzd-hor {
    height: 10px;
}

.footer-block .record-block {
    display: block;
    float: left;
    max-width: 390px;
}

.footer-block .messageComment, .messageEmail, .messageText, .messageBtn {
    margin-top: 15px;
}

.footer-block .messageComment {
    font-size: 18px;
    font-weight: bold;
}

.messageText {
    height: 160px;
    box-sizing: border-box;
    resize: none;
}

.messageBtn {
    font-size: 18px;
}