@media (min-width: 1560px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 1559px) {
    .container {
        max-width: 100%;
        padding-left: 55px !important;
        padding-right: 55px !important;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 100% !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

* {
    font-family: "Roboto-Regular";
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    overflow-x: hidden !important;
}

header {
    z-index: 1000;
    background-color: #fff;
}

main {
    flex: 1 0 auto;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

footer {
    flex: 0 0 auto;
}

.menu-scroll-lock {
    position: relative;
    overflow-y: hidden;
}

.menu-scroll-lock::before {
    content: "";
    position: fixed;
    z-index: 999;
    top: 0;
    height: 100vh;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.z-minus {
    z-index: -1 !important;
}

.breadcrumb-main {
    height: 34px;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.breadcrumb-item {
    line-height: 1;
}

.breadcrumb-link {
    font-size: 14px;
    color: #4A4A4A;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    fill: #000000;
}

.breadcrumb-link:hover {
    color: #27AE00;
    fill: #27AE00;
}

.breadcrumb-link-active {
    font-size: 14px;
    color: #7D7D7D;
    margin-top: 2px;
}

.breadcrumb-link-active:hover {
    color: #4A4A4A;
}

.img-fluid {
    user-select: none;
}

.unit {
    margin-top: 80px;
}

.unit-inside {
    padding: 80px 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.header-top {
    padding: 14px 0;
}

.header-logo-wrap {
    max-width: 340px;
    margin-right: 20px;
}

.header-logo-wrap > img {
    width: 100%;
    height: auto;
}

.header-group {
    margin-left: auto;
}

.header-group-link {
    margin-right: 60px;
}

.group-name {
    font-size: 13px;
    color: #0C1212;
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
}

.group-svg-wrap {
    width: 40px;
}

.group-description {
    font-size: 17px;
    color: #27AE00;
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
}

.language-box {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    padding: 2px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    cursor: pointer;
}

.language-box:last-child {
    margin-left: 14px;
}

.language-box svg {
    width: 100%;
    height: 100%;
}

.header-bottom-wrap {
    background-color: #27AE00;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.header-bottom {
    background-color: #27AE00;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 200;
}

.nav-header {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-header-scroll {
    top: 58px !important;
}

.nav-list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.dropdown-list > li {
    margin-bottom: 24px;
}

.dropdown-list > li:last-child {
    margin-bottom: 0;
}

.dropdown_link {
    width: 100%;
    display: block;
    font-size: 19px;
    color: #353A40;
    white-space: nowrap;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.dropdown_link:hover {
    color: #27AE00;
}

.sidenav-block {
    height: 100%;
    display: flex;
    align-items: center;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.sidenav-block-active {
    background-color: #219500;
}

.sidenav-block:last-child {
    margin-right: 0;
}

.nav_link {
    font-size: 18px;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.nav_link:hover {
    color: #fff;
}

.search-button {
    min-width: 70px;
    min-height: 70px;
    background-color: #229101;
    cursor: pointer;
    outline: none;
    border: none;
}

.section-name {
    font-size: 30px;
    font-family: "RobotoCondensed-Bold";
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.green-group {
    margin-top: 14px;
}

.green {
    width: 40px;
    height: 2px;
    background-color: #A2DF48;
}

.green-middle {
    width: 6px;
    height: 2px;
    background-color: #A2DF48;
    margin-left: 4px;
}

.green-small {
    width: 3px;
    height: 2px;
    background-color: #A2DF48;
    margin-left: 4px;
}

.footer {
    background-color: #F5F5F5;
}

.footer-top {
    padding-bottom: 47px;
    border-bottom: 1px solid #C7C2C2;
}

.footer-list {
    margin-top: 34px;
}

.footer-name {
    font-family: "RobotoCondensed-Bold";
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #51494E;
}

.footer-li {
    margin-bottom: 12px;
}

.footer-li:last-child {
    margin-bottom: 0;
}

.footer_link {
    font-size: 16px;
    color: #8E8E90;
    font-family: "Roboto-Regular";
    font-weight: 400;
    font-style: normal;
    word-break: break-all;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.footer_link:hover {
    color: #51494E;
}

.footer-contact-li:hover {
    color: #8E8E90;
}

.footer-contact-li {
    min-width: 100px;
}

.footer-bottom {
    padding: 30px 0;
}

.footer-logo-wrap {
    max-width: 340px;
}

.footer-logo-wrap > img {
    width: 100%;
}

.footer-box {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.footer-box {
    color: #fff;
    margin-right: 6px;
}

.footer-box:last-child {
    margin-right: 0;
}

.footer-box:hover {
    color: #fff;
}

.facebook-box {
    background-color: #3B5999;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.facebook-box:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.14);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.14);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.14);
}

.facebook-box:hover > i {
    color: #3B5999;
}

.linkedin-box {
    background-color: #3E729A;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.linkedin-box:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.14);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.14);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.14);
}

.linkedin-box:hover > i {
    color: #3E729A;
}

.instagram-box {
    background-color: #A02EEC;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.instagram-box:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.14);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.14);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.14);
}

.instagram-box:hover > i {
    color: #A02EEC;
}

.twitter-box {
    background-color: #29A3F0;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.twitter-box:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.14);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.14);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.14);
}

.twitter-box:hover > i {
    color: #29A3F0;
}

.right-text {
    font-size: 14px;
    color: #000000;
}

.right-text:hover {
    color: #000000;
}

.web-site-link {
    color: #000000;
    border-radius: 50px;
    padding: 14px 48px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: background 400ms;
    color: #fff;
    outline: 0;
    border: 0;
}

span.ripple {
position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 600ms linear;
  background-color: #f5f5f5;
}

@keyframes ripple {
    to {
      transform: scale(4);
      opacity: 0;
    }
}

.web-site-link > span {
    font-size: 16px;
    color: #000000;
    font-family: "RobotoCondensed-Italic";
    font-weight: 400;
    font-style: italic;
    text-decoration: underline;
    word-break: break-all;
}

.web-site-link > a:hover {
    color: #000000;
}

.gf-card {
    padding: 12px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(57, 57, 57, 0.2);
    -moz-box-shadow: 0px 2px 7px 0px rgba(57, 57, 57, 0.2);
    box-shadow: 0px 2px 7px 0px rgba(57, 57, 57, 0.2);
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.gf-card:hover .gf-card-name {
    color: #27AE00;
}

.gf-card-name {
    font-size: 21px;
    color: #252A37;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.gf-card-description {
    font-size: 16px;
    color: #9498AB;
    font-family: "RobotoCondensed-Italic";
    font-weight: 400;
    font-style: italic;
    margin-top: 40px;
}

.green-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #27AE00;
    outline: none;
    border: none;
    color: #fff;
    font-family: "RobotoCondensed-Italic";
    font-weight: 400;
    font-style: italic;
    font-size: 22px;
    border-radius: 8px;
    padding: 11px 143px;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    border: 1px solid;
    overflow: hidden;
    position: relative;
}

.green-button::after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 20px;
    z-index: 50;
}

.green-button:hover::after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.search-form-wrap {
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.19);
    -moz-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.19);
    box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.19);
}

.search-form {
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.37); */
    display: none;
}

.search-input {
    width: 100%;
    height: 45px;
    padding: 0 16px;
    font-size: 16px;
    color: #fff;
    outline: none;
    border: none;
    background-color: inherit;
}

.search-submit {
    outline: none;
    border: none;
    width: 75px;
    height: 45px;
    color: #fff;
    background-color: inherit;
    padding: 0 14px;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.search-submit:hover {
    color: #fff;
    background: rgba(39, 174, 0, 0.5);
}

@keyframes search {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateY(70px);
        z-index: 50;
    }
}

.search-form-wrap-active {
    animation-name: search;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.search-form-wrap-active > form {
    display: flex;
}

.bar1, .bar2, .bar3 {
    width: 34px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    border-radius: 6px;
}

.bar3 {
    width: 20px;
    margin-left: auto;
}

.bar1.active {
    -webkit-transform: rotate(-45deg) translate(-4px, 6px);
    -moz-transform: rotate(-45deg) translate(-4px, 6px);
    transform: rotate(-45deg) translate(-4px, 6px);
}

.bar2.active {
    opacity: 0;
}

.bar3.active {
    width: 34px;
    -webkit-transform: rotate(45deg) translate(-4px, -7px);
    -moz-transform: rotate(45deg) translate(-4px, -7px);
    transform: rotate(45deg) translate(-4px, -7px);
}

.search-submit > svg {
    min-width: 16px;
    max-width: 16px;
}

.text-astudio {
    position: relative;
}

.text-astudio::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

/* .text-astudio:hover:before {
    transform: scaleX(1);
} */

.mobile-dropdown-name {
    font-family: "Roboto-Medium";
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #219500;
}

.dropdown-close {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-bottom-logo-wrap > img {
    width: 77%;
    height: auto;
}

.header-bottom-logo-wrap {
    padding: 0 14px;
    display: none;
}

#btn-top {
    width: 55px;
    height: 55px;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 53px;
    right: 30px;
    z-index: 9999;
    border: none;
    outline: none;
    background-color: rgba(114, 189, 66, 0.6);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    border-radius: 4px;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transform: rotate(-90deg);
    fill: #fff;
    z-index: -1;
    opacity: 0;
}

#btn-top:hover {
    background-color: rgba(114, 189, 66, 1);
}

.spinner-border {
    display: none;
}

.header-group .group-description {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.header-group .group-description:hover {
    transform: translate3d(15px,0,0);
    text-decoration: none;
}

.header-group-link:first-child .group-description:hover {
    transform: none !important;
}

body::-webkit-scrollbar {
    width: 14px;
}

body::-webkit-scrollbar-track {
    background: #DCDCDC;
}

body::-webkit-scrollbar-thumb {
    background-color: #C0C0C0;
}

.header-dropdown {
    position: absolute;
    top: 90px;
    left: 0;
    padding: 28px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(9, 9, 9, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(9, 9, 9, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(9, 9, 9, 0.2);
    background-color: #fff;
    opacity: 0;
    z-index: -1;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    visibility: hidden;
}

.menu_closed {
    padding: 0;
    margin: 0;
    display: none;
    top: 48px;
    right: 0;
    padding: 8px;
    background-color: red;
    z-index: 200;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 21%);
}

.sidenav-none {
    cursor: pointer;
}

.sidenav-none svg {
    fill: #fff !important;
}

.menu_closed {
    background-color: #27AE00;;
}

.menu_closed a {
    color: #fff;
}

@media (min-width: 1025px) {
    .dropdown-open:hover .header-dropdown {
        opacity: 1;
        z-index: 30;
        visibility: visible;
        transform: translateY(-20px);
    }

    .sidenav-block:hover {
        background-color: #219500;
    }

    .fixed {
        width: 100%;
        position: fixed;
        top: -82px;
        z-index: 500;
        -webkit-box-shadow: 0px 4px 9px 1px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 0px 4px 9px 1px rgba(34, 60, 80, 0.2);
        box-shadow: 0px 4px 9px 1px rgba(34, 60, 80, 0.2);
    }

    .fixed-active {
        top: 0;
    }

    .fixed-inactve {
        top: -70px;
    }

    .moving-main {
        padding-top: 70px;
    }

    .search-form {
        background: rgba(0, 0, 0, 0.40);
    }

    .header-bottom-logo-wrap {
        display: none !important;
    }

    .nav-header {
        margin-right: 30px;
    }

    .nav_link {
        white-space: nowrap;
    }

    .nav-header {
        opacity: 0;
    }
}

@media (max-width: 1559px) {
    .header-logo-wrap {
        width: 320px;
    }

    .header-bottom {
        height: 58px;
    }

    .search-button {
        min-width: 58px;
        min-height: 58px;
    }

    .header-group-link {
        margin-right: 30px;
    }

    .group-svg-wrap {
        width: 30px;
    }

    .group-description {
        font-size: 15px;
    }

    .nav_link {
        font-size: 16px;
    }

    .footer-contact-li {
        min-width: 75px;
    }

    .section-name {
        font-size: 28px;
    }

    .gf-card-name {
        font-size: 19px;
    }

    .gf-card-description {
        font-size: 15px;
        margin-top: 36px;
    }

    .green-button {
        font-size: 20px;
        padding: 11px 143px;
    }
}

@media (max-width: 1399px) {
    .unit {
        margin-top: 50px;
    }

    .unit-inside {
        padding: 50px 0;
    }
}

@media (max-width: 1299px) {
    .gf-card-name {
        font-size: 17px;
    }

    .header-logo-wrap {
        width: 200px;
    }

    .header-group-link {
        margin-right: 20px;
    }

    .group-svg-wrap {
        width: 25px;
    }

    .group-description {
        font-size: 14px;
    }

    .footer-li {
        margin-bottom: 10px;
    }

    .footer_link {
        font-size: 15px;
    }
}

@media (max-width: 1099px) {
    .header-group-link {
        margin-right: 14px;
    }

    .group-description {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .search-form-wrap {
        box-shadow: none;
    }

    .header-bottom-wrap > .container {
        padding: 0 !important;
    }

    .header-bottom-fixed {
        position: fixed;
        z-index: 999;
        top: 0;
        width: 100%;
    }

    .dropdown_link {
        font-size: 18px;
        color: #000000;
    }

    .dropdown-list {
        margin-top: 40px;
    }

    .dropdown-open {
        position: static !important;
    }

    .header-dropdown {
        width: 100%;
        height: 100%;
        top: 0;
        left: 110%;
        opacity: 1;
        visibility: visible;
        z-index: 1000 !important;
        background-color: #fff;
        padding: 44px 30px;
    }

    .header-dropdown-opened {
        left: 0;
    }

    .header-dropdown-closed {
        left: 110%;
    }

    .dropdown_link {
        text-align: right;
    }

    .sidenav-block-active {
        background-color: #fff;
    }

    .nav_link:hover {
        color: #000000;
    }

    .header-bottom {
        position: relative;
        padding: 0 30px;
    }

    .nav-header {
        width: 70%;
        position: absolute;
        top: 58px;
        right: -107%;
        background-color: #fff;
        display: flex;
        justify-content: flex-end;
        height: calc(100vh - 134px);
        z-index: 999;
        padding: 44px 30px;
        transition: 0.4s all;
        -webkit-transition: 0.4s all;
        -moz-transition: 0.4s all;
        -webkit-box-shadow: -2px 0px 5px 1px rgba(0, 0, 0, 0.14);
        -moz-box-shadow: -2px 0px 5px 1px rgba(0, 0, 0, 0.14);
        box-shadow: -2px 0px 5px 1px rgba(0, 0, 0, 0.14);
        overflow-x: hidden;
        display: none;
    }

    .nav-header-opened {
        right: 0;
        display: block;
        animation-name: open;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }

    @keyframes open {
        from {
            right: -107%;
        }
        to {
            right: 0;
        }
    }


    .nav-list {
        flex-direction: column;
        align-items: flex-end;
    }

    .nav_link {
        font-size: 18px;
        color: #000000;
        padding: 0;
    }

    .sidenav-block {
        height: max-content;
        margin-bottom: 24px;
    }

    .sidenav-block:last-child {
        margin-bottom: 0;
    }

    .section-name {
        font-size: 25px;
    }

    .header-group > .header-group-link:first-child {
        display: none !important;
    }

    .search-button {
        margin-left: auto;
        margin-right: 12px;
        width: 38px;
        height: 38px;
    }

    .search-form-wrap {
        width: 100%;
        position: static;
        z-index: 0;
        opacity: 1;
        margin-left: auto;
        margin-right: 16px;
        display: flex;
        justify-content: flex-end;
    }

    .search-input {
        width: 100%;
        height: 38px;
        padding-right: 14px;
        padding: 0 14px 0 16px;
        transition: 0.4s all;
        background: rgba(0, 0, 0, 0);
    }

    .search-form {
        width: 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        background: rgba(0, 0, 0, 0.37);
    }

    .inputopenmobile {
        animation-name: baropen;
        animation-duration: 0.4s;
        animation-fill-mode: forwards;
        display: flex;
    }

    .inputclosemobile {
        animation-name: barclose;
        animation-duration: 0.4s;
        animation-fill-mode: forwards;
        display: flex;
    }

    @keyframes baropen {
        from {
            width: 0;
            display: none;
        }

        to {
            width: 100%;
            display: block;
        }
    }

    @keyframes barclose {
        from {
            width: 100%;
            display: block;
        }

        to {
            width: 0;
            display: none;
        }
    }

    .search-submit {
        width: 38px;
        height: 38px;
        background-color: #229101;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .language-box {
        width: 40px;
        height: 40px;
    }

    .language-box > svg {
        width: 100%;
        height: 100%;
    }

    .header-group-link {
        justify-content: center;
        -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .header-group-link > svg {
        width: 25px;
        height: 25px;
    }

    .header-text-group {
        display: none !important;
    }

    .group-svg-wrap {
        justify-content: center;
        align-items: center;
    }

    .footer-list {
        margin-top: 25px;
    }

    .dropdown_link {
        white-space: pre-wrap;
    }

    .moving-main-mobile {
        padding-top: 58px;
    }

    .footer-top {
        padding-bottom: 30px;
        border-bottom: 1px solid #C7C2C2;
    }

    .web-site-link {
        padding: 10px 22px;
    }

    .header-bottom-logo-wrap > img {
        width: 205px;
        height: auto;
    }
}

@media (max-width: 575px) {
    .breadcrumb-link, .breadcrumb-link-active {
        font-size: 13px;
    }

    .breadcrumb-link-active {
        margin-top: 2.3px;
    }

    .section-name {
        font-size: 22px;
    }

    .nav-header {
        width: 100%;
    }

    .header-bottom {
        padding: 0 15px;
    }

    .nav-header, .header-dropdown {
        padding: 24px 18px;
    }

    .unit {
        margin-top: 24px;
    }

    .unit-inside {
        padding: 35px 0;
    }

    .language-box {
        width: 32px;
        height: 32px;
    }

    .header-group-link {
        width: 32px;
        height: 32px;
        margin-right: 8px;
    }

    .language-box:last-child {
        margin-left: 8px;
    }

    .group-svg-wrap {
        width: 21px;
    }

    .right-text {
        font-size: 13px;
    }

    .footer_link {
        font-size: 16px;
    }

    .dropdown-list {
        margin-top: 24px;
    }

    .nav_link, .dropdown_link {
        font-size: 16px;
    }

    .sidenav-block, .dropdown-list > li {
        margin-bottom: 18px;
    }

    .footer-top {
        padding-bottom: 15px;
        border-bottom: 1px solid #C7C2C2;
    }

    .footer-bottom {
        padding: 15px 0;
    }

    .green-button {
        font-size: 18px;
        padding: 9px 143px;
    }

    .gf-card-name {
        font-size: 16px;
    }

    .seminar-date {
        font-size: 14px;
    }

    .gf-card-description {
        font-size: 14px;
        margin-top: 24px;
    }

    .web-site-link > a {
        font-size: 14px;
    }

    footer .contacts-group {
        margin-left: 14px;
    }
}

@media (max-width: 374px) {
    .breadcrumb-link, .breadcrumb-link-active {
        font-size: 11px;
    }

    .header-bottom-logo-wrap > img {
        width: 170px;
        height: auto;
    }
}

/* Added styles in backend stage */

.report-card {
    text-decoration: none;
}

.article-card {
    text-decoration: none;
}

.report-block, .link-block, .gallery-block, .children-pages {
    clear: both;
}

.editor table {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.2);
}

.editor > p > img, .editor > img, .editor > span > img, .editor > strong > img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .editor > p > iframe, .editor > iframe, .editor > span > iframe, .editor > strong > iframe {
        max-width: 100%;
        height: 250px;
    }
}

.grecaptcha-badge {
    position: absolute;
    visibility: hidden;
}

.form-error .field_error_message ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.form-error .field_error_message li {
    list-style: none;
    color: red;
    font-size: 13px;
    margin-right: 5px;
}

.form-error input {
    border: 1px solid #cf0000;
}

.form-error textarea {
    border: 1px solid #cf0000;
}

.comment {
    font-size: 16px;
    color: #9498AB;
    line-height: 1.8;
    font-family: "RobotoCondensed-Italic";
    font-family: "RobotoCondensed-Italic";
    font-weight: 400;
    font-style: italic;
}

.seminar-date {
    display: block;
    font-size: 17px;
    color: #000000;
    font-family: "Roboto-Italic";
    font-weight: 400;
    font-style: italic;
    margin-top: 15px;
}

.fancybox-button--zoom {
    display: none !important;
}

.editor {
    transform: translateY(40);
    opacity: 0;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
}

.gf-link {
    opacity: 0;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    transform: translateY(50px);
}