﻿/*--------------------------------------------------------------------------------------------------*/
/***** GLOBAL MELOV16 *****/
*,
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

html,
body {
    overflow-x: hidden;
    background-color: #fff;
}

body {
    padding: 0 5%;
}

.megaWrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 15px 15px;
}

p,
li {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
}

ol,
ul,
dl {
    padding-left: 20px;
}

h1 {
    display: none;
}

.upProgressSquare {
    position: absolute;
    top: 0%;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

    /* IE 5-7 */
    filter: alpha(opacity=50);

    /* Netscape */
    -moz-opacity: 0.5;

    /* Safari 1.x */
    -khtml-opacity: 0.5;

    /* Good browsers */
    opacity: 0.5;
    background-color: #ddd;
    width: 100%;
    height: 100%;
    min-height: 70px;
    left: -1px;
    z-index: 10000;
}

.upProgressSquare .sk-cube-grid {
    position: relative;
    margin: 1% auto;
}

/*--------------------------------------------------------------------------------------------------*/
/***** HEADER *****/
header {
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding: 10px 0 10px 0;
    margin: 0 0 13px 0;
    border-bottom: 2px solid rgba(97, 113, 126, .2);
}

.logo img {
    height: auto;
    max-width: 200px;
}

.HeaderFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lang-selection .Langs {
    padding: 0;
    margin: 0;
}

.lang-selection .Langs li {
    padding: 0;
}

.lang-selection .Langs li a {
    text-transform: lowercase;
    color: #00B9D3;
    text-decoration: none;
    font-weight: 700;
}

.lang-selection .Langs li:first-child a {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #61717E;
}

.lang-selection .Langs li a.langActive {
    color: #1C79DB;
}

.navigation.header {
    display: none;
}

.header-right-info-id {
    background-color: #F1F1F1;
    padding: 12px 22px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    display: grid;
    grid-template-columns: 93px 485px 261px;
    align-items: center;
    grid-gap: 18px;
}

.header-right-info-text {
    color: #61717E;
    font-size: 14px;
}

.header-right-info-btn a {
    background-color: #174D8F;
    color: #F1F1F1;
    font-size: 17px;
    padding: 10px 10px;
    display: flex;
    width: 100%;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.header-right-info-btn a:hover {
    opacity: .7;
}

.header-right-info-btn img {
    display: flex;
    margin-left: 7px;
}

.header-right-info {
    display: grid;
    grid-template-columns: 55px auto 115px;
    grid-gap: 10px;
}

.header-right-powered span {
    font-size: 11px;
    color: #61717E;
}

.header-right-powered {
    width: 115px;
    background-color: #F1F1F1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.lang-selection {
    align-self: center;
}

/*--------------------------------------------------------------------------------------------------*/
/***** pnlMenu *****/
#ctl00_pnlMenu .main-menu>ul>li {
    padding: 0px 10px;
    line-height: 15px;
}

#ctl00_pnlMenu .main-menu>ul>li:last-child {
    padding-right: 0;
}

#ctl00_pnlMenu .main-menu>ul>li>a {
    font-weight: 400;
    font-size: 13px;
    color: #00B9D3 !important;
    padding: 5px 10px;
    transition: font-size 200ms ease-in;
}

#ctl00_pnlMenu .main-menu>ul>li.hasChildren>ul>li>a {
    font-size: 13px;
    width: 100%;
    color: #175175 !important;
}

#ctl00_pnlMenu .main-menu>ul>li:hover>a,
#ctl00_pnlMenu .main-menu>ul>li.active>a,
#ctl00_pnlMenu .main-menu>ul>li.hasChildren>ul>li:hover>a,
#ctl00_pnlMenu .main-menu>ul>li.hasChildren>ul>li.active>a {
    color: #00B9D3 !important;
}

/*--------------------------------------------------------------------------------------------------*/
/***** HEADER FOOTER *****/
.main-menu ul {
    max-width: 100%;
}

.main-menu ul {
    margin-bottom: 0;
}

.main-menu>ul>li>a:before,
.main-menu>ul>li>a:after {
    display: none;
}

.main-menu ul li.active,
.main-menu ul li:hover {
    background-color: transparent;
}

.main-menu>ul>li {
    margin: 0;
}

.main-menu>ul>li:last-child {
    margin: 0;
}

.main-menu ul li ul {
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.main-menu>ul>li:hover>ul>li {
    background-color: #fff;
}

.main-menu>ul>li:hover>ul {
    padding-top: 0;
}

.main-menu ul li ul li a {
    padding: 8px 30px 8px 30px;
}

.main-menu>ul>li.hasChildren {
    padding-right: 0;
}

/*--------------------------------------------------------------------------------------------------*/
/***** FOOTER STRUCTURE *****/
.footer__social {
    background-color: #dbdbdb;
    padding: 30px 15px 25px 15px;
    text-align: center;
    display: none;
}

.footer_info_text {
    display: grid;
    padding: 65px 15px 30px;
    /* grid-template-columns: 202px 114px 175px; */
    text-align: center;
    /* grid-gap: 33px; */
    justify-content: center;
    display: flex;
}

.footer_info_block:not(:last-child) {
    margin: 0 33px 0 0;
}

.footer_info_block {
    color: #61717E;
    font-size: 15px;
}

.footer_info_block i {
    margin-right: 8px;
}

.footer_info_block a {
    color: #61717E;
    font-size: 15px;
}

.footer_nav {
    padding: 31px 0;
    border-top: 2px solid #61717E;
}

.footer_info {
    border-right: 2px solid #61717E;
    padding-right: 24px;
}

.footer_menu {
    max-width: 370px;
    width: 100%;
    margin-left: 50px;
    display: flex;
    justify-content: space-between;
    margin-right: auto;
}

.footer_right {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F2F4F4;
    padding: 30px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.footer_nav_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_right_text {
    font-size: 14px;
    color: #61717E;
    margin-right: 14px;
}

.footer_down {
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_down a {
    color: #61717E;
    text-decoration: none;
}

footer .megaWrapper {
    padding: 7px 15px;
}

/*--------------------------------------------------------------------------------------------------*/
/***** pnlFooter *****/
#ctl00_pnlFooter .main-menu>ul,
#ctl00_pnlFooterSecond .main-menu>ul {
    margin-top: 0 !important;
}

#ctl00_pnlFooter .main-menu>ul>li,
#ctl00_pnlFooterSecond .main-menu>ul>li {
    width: 100%;
    margin-bottom: 13px;
}

#ctl00_pnlFooter .main-menu>ul>li>a {
    font-size: 14px;
    color: #00B9D3;
    margin: 0;
}

#ctl00_pnlFooter .main-menu>ul>li.active>a,
#ctl00_pnlFooterSecond .main-menu>ul>li.active>a,
#ctl00_pnlFooter .main-menu>ul>li:hover>a,
#ctl00_pnlFooterSecond .main-menu>ul>li:hover>a {
    color: #00B9D3;
}

#ctl00_pnlFooter .main-menu>ul>li:first-child {
    display: none;
}

/*--------------------------------------------------------------------------------------------------*/
/***** LOGIN *****/
.login-position-control {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 116%;
}

.LoginBox {
    background-color: transparent;
}

.LoginArea {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 150px;
    border: none;
    z-index: 99;
    width: 342px !important;
}

#ctl00_DivUserNotLoggedIn {
    box-shadow: unset;
}

.widget-body {
    position: relative;
}

.login-layout .widget-box .widget-main {
    background-color: rgba(255, 255, 255, 1);
    padding: 30px;
    min-height: unset;
    border-radius: 18px;
}

.login-box .toolbar,
.forgot-box .toolbar {
    background-color: rgba(255, 255, 255, 1);
}

.light-login .widget-box .toolbar {
    border-top-width: unset;
    padding: 0;
    border-radius: unset;
    position: relative;
    top: unset;
    right: unset;
    background-color: unset;
    text-align: right;
}

.light-login .widget-box .toolbar a {
    font-size: 13px;
    font-weight: 700;
    color: #1C79DB;
}

.labeldiv input {
    border: 2px solid #61717E;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 300;
    color: #64686D !important;
    height: 48px;
    width: 100%;
    border-radius: 6px;
    /* transition: all 300ms linear; */
}

.labeldiv input:focus {
    border: 2px solid #00B9D3;
}

.LoginBox label {
    margin: 0 0 10px 0;
}

.labeldiv input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 1) inset !important;
}

.labeldiv input:focus {
    outline: unset;
}

.loginButton {
    width: 100%;
    height: 48px;
    cursor: pointer;
    font-size: 17px;
    color: #fff;
    background-color: #00B9D3;
    border-radius: 6px;
    border: none;
    margin-top: 25px;
}

.loginButton:hover {
    opacity: .7;
}

.toolbar a {
    font-size: 13px;
    color: #60676C;
    font-weight: 300;
    text-decoration: none;
}

.login_log {
    font-size: 23px;
    color: #00B9D3;
    font-weight: 300;
    padding: 15px 0 40px 0;
}

.LogedinBtn {
    margin-top: 0;
}

.LogedinBtn .fa-power-off:before {
    background-color: #00B9D3;
    display: inline-block;
}

.login_top {
    font-size: 13px;
    font-weight: 300;
    color: #60676C;
    margin-bottom: 30px;
}

.login_top a {
    color: #00B9D3;
    font-weight: 700;
    text-decoration: none;
    margin-left: 5px;
}

.LogedinBtn a {
    color: #64686D;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
}

#ctl00_DivUserLoggedIn {
    background: rgba(255, 255, 255, 1);
    padding: 30px;
    border-radius: 18px;
}

i.fa.fa-power-off {
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

/*--------------------------------------------------------------------------------------------------*/
/***** MAIN CONTENT *****/
.hero-section {
    height: 29vw;
    margin-bottom: 8px;
}

.hero-left {
    background-image: url(/CMS/site/images/hillsidepress-hero-img01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.hero-left-block-holder {
    max-width: 740px;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

.hero-left-block {
    position: relative;
    padding: 22px;
}

.hero-left-block-text {
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-left-block-text-ui {
    background-color: #00B9D3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    mix-blend-mode: multiply;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.hero-left-block-under {
    height: 30px;
    background-color: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.hero-right-block {
    background-color: #FFD42A;
    padding: 43px 51px 25px;
}

.hero-right-img {
    text-align: center;
    margin-bottom: 21px;
}

.hero-right-img img {
    width: 100%;
}

.hero-right-text {
    background-color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    padding: 21px 18px;
    position: relative;
}

.hero-right-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #fff;
    border-right: 11px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 10px solid transparent;
}

.hero-right-ui {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}

.hero-right-ui-line {
    height: 3px;
    width: 156px;
    background-color: #fff;
}

.hero-right-ui-dot {
    height: 6px;
    width: 6px;
    background-color: #fff;
    border-radius: 50%;
}

.hero-right-btn {
    font-size: 17px;
    background-color: #174D8F;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-right-btn-icon {
    display: flex;
    margin-left: 7px;
}

.hero-right-note {
    text-align: center;
    font-size: 13px;
    color: #174D8F;
    margin-top: 13px;
}

.section-title {
    padding: 73px 0 42px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #3868B2;
}

.section-title.with-line {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.section-title.with-line::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 208px;
    background-color: #00B9D3;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.home-section-1 {
    background-color: #EDEFF0;
    margin-top: 20px;
    padding: 0 15px;
}

.home-setion-1-block {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 46px;
}

.home-section-2 {
    background: linear-gradient(to bottom, #00b9d3 0%, #3868b2 100%);
}

.home-section-2 .section-title {
    color: #fff;
}

.e-learning-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 82px;
    flex-flow: row wrap;
}

.e-learning-block {
    width: 161px;
    text-align: center;
    margin: 20px;
}

.e-learning-block-icon {
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.e-learning-block-line {
    width: 100px;
    height: 2px;
    margin: 21px auto;
    background-color: #00B9D3;
}

.e-learning-block-title {
    font-size: 13px;
    color: #fff;
}

.extra-support {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-flow: row wrap;
}

.extra-support-block {
    width: 192px;
    margin: 110px;
}

.extra-support-icon {
    position: relative;
}

.extra-support-icon::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 192px;
    background-color: #00B9D3;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.extra-support-block {
    width: 192px;
}

.extra-support-text {
    font-size: 16px;
    color: #3868B2;
    text-align: center;
    margin-top: 21px;
}

@media (max-width:991px) {
    .home-section-2 {
        border-bottom-right-radius: 0;
    }
}

/*--------------------------------------------------------------------------------------------------*/
/***** Form Activeate Codes *****/
.wizard>.steps {
    background-image: url(/CMS/site/images/form-steps-bg.png);
    padding: 30px 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*--------------------------------------------------------------------------------------------------*/
/***** MEDIA QUERY *****/
@media (max-width:1500px) {
    .hero-left-block-holder {
        max-width: 630px;
        bottom: unset;
        top: 50%;
        transform: translateY(-50%);
    }

    .hero-left-block-text-ui {
        mix-blend-mode: unset;
    }

    .header-right-info-id {
        grid-template-columns: 93px 345px 261px;
    }
}

@media (max-width: 1300px) {
    body {
        padding: 0 15px;
    }

    #ctl00_pnlMenu .main-menu>ul>li {
        padding: 0px 5px;
    }

    #ctl00_pnlMenu .main-menu>ul>li>a {
        font-size: 13px;
        padding: 5px 0px;
    }

    .select2-container--bootstrap .select2-selection--single {
        min-width: auto;
    }
}

@media (max-width: 1200px) {

    .Diary .table,
    .ProgramLessons .table {
        width: 1200px;
    }

    .hero-section {
        height: 515px;
    }

    .hero-left-block-holder {
        top: unset;
        bottom: 0;
        max-width: 100%;
        transform: translateY(0);
    }

    .LoginArea {
        top: 65px;
        right: unset;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .HeaderFlex {
        flex-direction: column;
    }

    .header-right-info {
        margin: 20px 0 0;
    }

    .header-right-info-id {
        grid-template-columns: 93px auto 261px;
        border-radius: 0;
    }

    .login-position-control {
        top: 109%;
    }
}

@media (max-width: 1023px) {

    .extra-support-block {
        margin: 45px;
    }
}

@media (max-width: 1110px) {

    /*RESPONSIVE MENU*/
    #ctl00_pnlMenuResponsive .main-menu ul li ul {
        display: none;
    }

    .main-menu>ul>li:hover>ul {
        padding-top: 0;
    }

    .main-menu>ul>li.hasChildren>ul>li.hasChildren>ul {
        display: none;
        padding-left: 10px;
    }

    #ctl00_pnlMenu .main-menu>ul.open {
        max-height: 472px;
        margin: 17px 0 0 0 !important;
        float: none;
        padding: 0;
        overflow: auto;
        background-color: #fff;
    }

    #ctl00_pnlMenu .main-menu>ul {
        padding: 0;
        margin: 17px 0 0 0 !important;
        clear: both;
        float: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease-out;
        background-color: #fff;
    }

    #ctl00_pnlMenu .main-menu ul li ul li:hover>ul>li {
        max-height: none;
        position: relative;
    }

    #ctl00_pnlMenu .main-menu>ul>li:hover>ul>li {
        max-height: none;
        position: relative;
    }

    #ctl00_pnlMenu .main-menu ul li {
        float: none;
    }

    #ctl00_pnlMenu .main-menu>ul>li {
        padding: 10px 20px;
        border-right: none;
        line-height: 20px;
    }

    #ctl00_pnlMenu .main-menu ul li ul {
        float: none;
        position: relative !important;
        left: 0px !important;
        border: none;
        background: none;
    }

    #ctl00_pnlMenu .main-menu ul li ul li {
        float: none;
        position: relative !important;
    }

    #ctl00_pnlMenu .main-menu ul {
        margin: 0
    }

    #ctl00_pnlMenu .main-menu .menu-button {
        box-sizing: border-box;
        width: 30px;
        padding: 15px 15px;
        font-weight: 700;
        font-size: 0;
        letter-spacing: 1px;
        color: #231F20;
        cursor: pointer;
        position: relative;
        background: url(/CMS/site/images/burger.svg);
        background-repeat: no-repeat;
        background-position: right;
        float: none;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        margin-left: auto;
    }

    #ctl00_pnlMenu {
        position: absolute;
        right: 15px;
        top: 27px;
        z-index: 99;
        max-width: 210px;
        width: 100%;
    }

    #ctl00_pnlMenu .main-menu ul {
        max-width: 100%;
    }

    #ctl00_pnlMenu .main-menu ul li.hasChildren i {
        width: 20px;
        display: block;
        position: absolute;
        position: absolute;
        top: 13px;
        left: 85%;
        z-index: 99;
    }

    .fa-plus-circle:before {
        content: url(/CMS/site/images/arrowdown.svg);
    }

    .fa-minus-circle:before {
        content: url(/CMS/site/images/arrowup.svg);
    }

    #ctl00_pnlMenu .main-menu ul li.hasChildren i {
        width: 20px;
        display: block;
    }

    .footer_down .col-md-6 {
        width: 100%;
        text-align: center !important;
    }

    #ctl00_pnlMenu .main-menu>ul>li>a {
        font-weight: 600;
        display: block;
    }

    #ctl00_pnlMenu .main-menu ul li ul li a {
        padding: 8px 8px;
        font-size: 16px;
    }

    #ctl00_pnlMenu .main-menu>ul>li.hasChildren::before {
        display: none;
    }

    #ctl00_pnlMenu .main-menu>ul>li.hasChildren>ul>li.hasChildren>ul>li>a {
        font-size: 14px;
        color: #322F90;
    }

    #ctl00_pnlMenu .main-menu>ul>li>ul>li>a,
    #ctl00_pnlMenu .main-menu>ul>li>ul>li:hover>a {
        color: #322F90;
    }

    .main-menu ul li ul li.hasChildren:after,
    .main-menu ul li ul li.hasChildren:before,
    .main-menu .menu-button:before,
    .main-menu .menu-button:after {
        display: none;
    }

    .HeaderBtns {
        margin-right: 50px;
        position: relative;
        z-index: 9999;
    }

    .platform__banner--container {
        padding: 515px 15px 50px;
    }

    .platform__banner--block {
        max-width: 100%;
    }

    .platform__banner--block-bg img {
        display: none;
    }

    .platform__banner--block {
        background-color: #00B9D3;
        padding: 20px;
        flex-direction: column;
    }

    .platform__banner--icon {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .platform__banner--text-group {
        text-align: center;
    }

    .platform__banner--container::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .HeaderFlex {
        justify-content: center;
    }

    .light-login .widget-box .toolbar {
        position: relative;
        top: 0;
        right: 0;
        margin: 20px 0 0;
    }

    .login-layout .widget-box .widget-main {
        grid-template-columns: 1fr;
    }

    .LoginArea {
        max-width: 360px;
        width: 100% !important;
        margin: 0 auto;
    }

    .footer_down {
        flex-direction: column;
        text-align: center;
    }

    #ctl00_DivUserLoggedIn .LogedinBtn {
        flex-direction: column;
    }

    #ctl00_DivUserLoggedIn .LogedinBtn a {
        margin: 0;
    }

    .header-right-info-id>img {
        display: none;
    }

    .header-right-info-id {
        grid-template-columns: auto 261px;
    }
}

@media (max-width: 767px) {
    .footer_info {
        border-right: none;
        border-bottom: 2px solid #303030;
        padding-right: 0;
        padding-bottom: 50px;
        text-align: center;
    }

    .footer_info_block {
        justify-content: center;
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .LoginArea {
        max-width: 320px;
    }

    .RegisterLoginLeft {
        margin-bottom: 50px;
    }

    .contact_container ul {
        padding-left: 20px;
        display: block;
        max-width: 215px;
        margin: 0 auto 0 auto;
    }

    /*MAIN CONTENT*/
    .services-box {
        width: 100%;
        min-height: 310px;
        box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
        padding: 30px;
    }

    /*FOOTER*/
    .footer_nav_wrapper {
        flex-direction: column;
    }

    .footer_menu {
        margin-right: unset;
    }

    .footer_menu {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 20px 0 0 0;
    }

    /*Contact*/
    .form_container {
        margin-top: 50px;
    }

    /*Body*/
    .PlatformContainer {
        margin: 15px auto;
    }
}

@media (max-width: 680px) {
    .logo {
        max-width: 250px;
    }

    .logo img {
        width: 100%;
    }

    #ctl00_pnlMenu {
        top: 20px;
    }

    .footer_info_text {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .footer_info_block:not(:last-child) {
        margin: 0 0 33px 0;
    }

    .header-right-info-id {
        grid-template-columns: 1fr;
    }

    .login-position-control {
        top: 106%;
    }
}

@media (max-width: 580px) {

    .HeaderBtns {
        margin-bottom: 0;
        margin-top: 30px;
        align-self: flex-start;
    }

    .hero-left {
        padding-top: 290px;
    }
}

@media (max-width: 480px) {
    .Register .LoginBtnItem {
        max-width: 100%;
        margin-left: unset;
        margin-top: unset;
    }

    .hero-right-ui-line {
        width: 100%;
        max-width: 156px;
    }

    .login-position-control {
        top: 104%;
    }

    /*FOOTER*/

    .footer_right_text {
        text-align: center;
    }

    .footer_right_awards {
        flex-direction: column;
        align-items: center;
    }

    .footer_right_awards>img {
        margin: 10px;
    }

    .header-right-info {
        grid-template-columns: 1fr;
    }

    .header-right-powered {
        width: 100%;
        padding: 10px;
    }
}