header {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    padding: 14px 0;
}

@media (max-width: 768px) {
    header {
        padding: 32px 0;
    }
}

header .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .flex > .h-btn {
    display: none;
}

@media (max-width: 992px) {
    header .flex > .h-btn {
        display: block;
    }
}

header .burger-btn {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 992px) {
    header .burger-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

header .burger-btn svg {
    display: block;
}

header .h-btn {
    color: #CCDB29;
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.26px;
    border-radius: 4px;
    background-color: #157B56;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 28px 27px;
    margin-left: 41px;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
}

@media (max-width: 992px) {
    header .h-btn {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    header .h-btn {
        padding: 10px 11px;
    }
}

header .h-btn:hover {
    background-color: #10714E;
}

header .h-btn svg {
    display: block;
    width: 100%;
    max-width: 20px;
    margin-right: 4px;
}

header .logo {
    width: 100%;
    max-width: 110px;
}

@media (max-width: 768px) {
    header .logo {
        display: none;
    }
}

header .logo.mobile {
    display: none;
    max-width: 160px;
}

@media (max-width: 768px) {
    header .logo.mobile {
        display: block;
    }
}

@media (max-width: 576px) {
    header .logo.mobile {
        max-width: 130px;
    }
}

header .logo svg {
    display: block;
    width: 100%;
}

header .right-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 18px 0;
}

@media (max-width: 992px) {
    header .right-holder {
        display: none;
        position: absolute;
        z-index: 10;
        top: 146px;
        left: 0;
        width: 100%;
        background-color: #fff;
    }

    header .right-holder .h-btn {
        display: none;
    }
}

@media (max-width: 768px) {
    header .right-holder {
        top: 114px;
    }
}

header .right-holder ul {
    border-left: 1px solid #D4DFD4;
    padding-left: 0;
    margin: 0;
    margin-left: 68px;
    height: 100%;
}

@media (max-width: 992px) {
    header .right-holder ul {
        border-left: 0;
        margin: 0;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    header .right-holder ul:last-of-type {
        margin-bottom: 0;
    }
}

header .right-holder ul li {
    margin-bottom: 10px;
    list-style-type: none;
}

header .right-holder ul li:last-of-type {
    margin-bottom: 0;
}

header .right-holder ul li a {
    color: #232525;
    font-family: "Satoshi", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.08px;
    text-decoration: none;
    padding-left: 15px;
}

header .right-holder ul li a:hover {
    color: #157B56;
}

footer {
    padding: 66px 0 30px;
    background-color: #157B56;
}

@media (max-width: 768px) {
    footer {
        padding: 17px 0 23px;
    }
}

footer .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    footer .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    footer .flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

footer .flex .left-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}

@media (max-width: 1200px) {
    footer .flex .left-col {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    footer .flex .left-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

footer .flex .left-col .logo {
    display: inline-block;
    width: 100%;
    max-width: 183px;
    margin-right: 65px;
}

@media (max-width: 768px) {
    footer .flex .left-col .logo {
        margin-right: 0;
        max-width: 152px;
        margin-bottom: 28px;
    }
}

footer .flex .left-col .logo svg {
    display: block;
    width: 100%;
}

footer .flex .left-col .text {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 138.889% */
    letter-spacing: -0.36px;
    border-left: 1px solid #fff;
    padding-left: 33px;
    width: 100%;
    max-width: 300px;
}

@media (max-width: 768px) {
    footer .flex .left-col .text {
        border-left: 0;
        text-align: center;
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    footer .flex .left-col .text {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.32px;
    }
}

@media (max-width: 1200px) {
    footer .flex .right-col {
        margin-top: 36px;
        width: 100%;
    }
}

footer .flex .right-col .top-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .flex .right-col .top-line ul {
    border-left: 1px solid #D4DFD4;
    padding-left: 0;
    margin: 0;
    margin-left: 68px;
}

@media (max-width: 1200px) {
    footer .flex .right-col .top-line ul {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    footer .flex .right-col .top-line ul {
        display: none;
    }
}

footer .flex .right-col .top-line ul li {
    margin-bottom: 10px;
    list-style-type: none;
}

footer .flex .right-col .top-line ul li:last-of-type {
    margin-bottom: 0;
}

footer .flex .right-col .top-line ul li a {
    color: #fff;
    font-family: "Satoshi", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.08px;
    text-decoration: none;
    padding-left: 15px;
    display: inline-block;
}

footer .flex .right-col .top-line ul li a:hover {
    color: #CCDB29;
}

footer .flex .right-col .top-line .h-btn {
    color: #157B56;
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.26px;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 28px 27px;
    margin-left: 41px;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
}

@media (max-width: 768px) {
    footer .flex .right-col .top-line .h-btn {
        width: 100%;
        margin-left: 0;
        padding: 20px 27px;
    }
}

footer .flex .right-col .top-line .h-btn:hover {
    background-color: #CCDB29;
}

footer .flex .right-col .top-line .h-btn svg {
    display: block;
    width: 100%;
    max-width: 20px;
    margin-right: 4px;
}

footer .flex .right-col .top-line .lang-switcher {
    margin-left: 42px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.5);
    font-family: Satoshi;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.08px;
}

@media (max-width: 768px) {
    footer .flex .right-col .top-line .lang-switcher {
        display: none;
    }
}

footer .flex .right-col .top-line .lang-switcher a {
    color: #fff;
    text-decoration: none;
}

footer .flex .right-col .top-line .lang-switcher a:hover {
    color: #CCDB29;
}

footer .flex .right-col .f-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 21px 28px;
    color: #157B56;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.26px;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #CCDB29;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    text-decoration: none;
    width: calc(100% - 68px);
    max-width: 682px;
    margin-top: 53px;
    margin-left: 68px;
}

@media (max-width: 1200px) {
    footer .flex .right-col .f-btn {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    footer .flex .right-col .f-btn {
        margin-top: 16px;
    }
}

footer .flex .right-col .f-btn:hover {
    background-color: #fff;
}

footer .bottom-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 58px;
}

@media (max-width: 768px) {
    footer .bottom-line {
        margin-top: 46px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

footer .bottom-line .left-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    footer .bottom-line .left-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 39px;
    }
}

footer .bottom-line .left-col .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    footer .bottom-line .left-col .socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

footer .bottom-line .left-col .socials a {
    display: inline-block;
    margin-right: 8px;
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
}

footer .bottom-line .left-col .socials a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

footer .bottom-line .left-col .socials a svg {
    width: 25px;
    height: 25px;
}

footer .bottom-line .left-col .copyrights {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 208.333% */
    letter-spacing: -0.24px;
    margin-left: 7px;
}

@media (max-width: 768px) {
    footer .bottom-line .left-col .copyrights {
        text-align: center;
        font-size: 11px;
        margin-left: 0;
        margin-top: 8px;
    }
}

footer .bottom-line .right-col ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    footer .bottom-line .right-col ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

footer .bottom-line .right-col ul li {
    list-style-type: none;
    margin-left: 15px;
}

@media (max-width: 768px) {
    footer .bottom-line .right-col ul li {
        margin-left: 12px;
    }

    footer .bottom-line .right-col ul li:first-of-type {
        margin-left: 0;
    }
}

footer .bottom-line .right-col ul a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 208.333% */
    letter-spacing: -0.24px;
}

footer .bottom-line .right-col ul a:hover {
    color: #CCDB29;
}

a.nodecoration {
    text-decoration: none;
    color: #fff;
}

a.nodecoration:hover {
    text-decoration: none;
    color: #ECEEF0;
}
