body {
    font-family: Helvetica,Tahoma;
}

.js-fix-overflow {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

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

p {
    margin: 0;
}

.bg-green {
    background-color: #24C347;
    color: #ffffff;
}

.bg-gray {
    background-color: #232323;
    color: #ffffff;
}

body {
    font-family: 'Raleway', sans-serif;
    margin: 0;
}

.button {
    border-radius: 30px;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.button img {
    height: 24px;
    margin-right: 9px;
}

.button-white {
    background-color: #fff;
    color: #232323;
    transition: all 0.2s ease-in-out;
    border: solid 1px #fff;
}

.button-white:hover {
    background-color: transparent;
    color: #fff;
}

.button-green {
    background-color: #24C347;
    border: solid 1px #24C347;
    color: #232323;
    padding: 20px 30px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.button-green:hover {
    background-color: #fff;
    color: #24C347;
}

.button-green.button-small {
    padding: 5px 11px;
    font-size: 9px;
    line-height: 11px;
    text-transform: uppercase;
}

/* SECTION HERO WRAPPER */
.hero-wrapper__text {
    background: #24C347;
    padding: 30px 0 55px;
}
@media (min-width: 992px) {
    .hero-wrapper__text {
        background-color: transparent;
    }
}
.hero-wrapper__title {
    font-weight: 700;
    font-size: 27px;
    color: #fff;
    margin: 0;
    line-height: 1em;
}

.hero-wrapper__description {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin: 21px 0 0;
}

.hero-wrapper__text {
    padding: 30px 16px 40px;
}

.hero-wrapper__text-buttons {
    margin-top: 40px;
}

.hero-wrapper__text-buttons ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.hero-wrapper__text-buttons li {
    margin-top: 21px;
}

.hero-wrapper__text-buttons li:first-child {
    margin-top: 0;
}

.hero-wrapper__text-buttons a {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.hero-wrapper figure {
    margin: 0;
}

.hero-wrapper figure img {
    width: 100%;
}

.hero-wrapper .orbit-bullets button {
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background-color: rgba(36, 195, 71, 0.7);
    border: none;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.hero-wrapper .orbit-bullets button.is-active {
    width: 30px;
    height: 10px;
    background-color: #24C347;
}
.hero-wrapper .orbit-slide {
    width: 100%;
}
.hero-wrapper__decoration .orbit {
    margin: 0;
}

.hero-wrapper__decoration .orbit .orbit-container {
    position: relative;
}

.hero-wrapper__decoration .orbit .orbit-bullets {
    padding: 20px 0 30px;
    text-align: center;
}

@media (min-width: 992px) {
    .hero-wrapper {
        display: flex;
        height: 420px;
        margin: 0 0 40px;
        position: relative;
    }

    .hero-wrapper::before {
        content: '';
        height: 100%;
        width: 100%;
        background-image: url(../images/Vector.svg);
        position: absolute;
        background-repeat: no-repeat;
        z-index: 1;
        background-position: left bottom;
    }

    .hero-wrapper__text {
        width: 50%;
        position: relative;
        z-index: 2;
    }
    .hero-wrapper__decoration {
        width: 50%;
    }

    .hero-wrap-content {
        top: 69px;
        padding-left: 0;
        max-width: 545px;
        width: 100%;
        padding: 0;
    }


    .hero-wrapper__title {
        font-size: 36px;
        word-break: break-all;
    }

    .hero-wrapper figure {
        height: 420px;
    }

    .hero-wrapper__text-buttons ul {
        display: flex;
    }

    .hero-wrapper__text-buttons li {
        margin-top: 0;
        margin-right: 16px;
    }

    .hero-wrapper__decoration {
        overflow: hidden;
    }

    .hero-wrapper__decoration .orbit .orbit-bullets {
        position: absolute;
        left: 0;
        right: 0;
    }

    .hero-wrapper figure img {
        height: 100%;
        width: auto;
    }
}

@media (min-width: 992px) {
    .hero-wrap-content {
        

    }
}

@media (min-width: 1200px) {
    .hero-wrapper__text {
        display: flex;
        justify-content: flex-end;
        padding-top: 98px;
    }
    .hero-wrap-content {
        padding-right: 60px;
        text-align: left;
    }
}
@media (min-width: 1500px) {
    .hero-wrapper figure img {
        height: auto;
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    .hero-wrapper__text-buttons ul {
        justify-content: center;
    }

}
/* END SECTION HERO WRAPPER */

/* SECTION MAIN BLOCK */
.main-block_wrapper {
    width: 74%;
    margin: 0 auto;
}

.main-block__title {
    color: #24C347;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 16px;
}

.main-block__description {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 32px;
}

.attention__text {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #232323;
    text-align: center;
    margin: 0 0 16px;
}

.attention__text span {
    color: #24C347;
}

.attention__image {
    background-color: #24C347;
    border-radius: 50%;
    width: 158px;
    height: 158px;
    margin: 0 auto;
    position: relative;
}

.attention__image img {
    width: 84px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.attention__button {
    font-size: 18px;
    line-height: 26px;
    color: #232323;
    text-align: center;
    font-weight: 500;
    margin: 0 0 50px;
}

.attention__button .attention__button-text {
    margin: 0 0 30px;
}

.attention__button .attention__button-text span {
    font-weight: 700;
    color: #24C347;
}

.attention__button .attention__button-btn .button-green {
    display: inline-block;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .main-block {
        padding: 40px 0;
    }

    .attention__button {
        margin: 0;
    }

    .attention__text span {
        display: block;
    }

    .attention__text {
        margin: 0 0 30px;
    }

    .attention__image {
        margin: 0 auto 30px;
    }

    .attention__button {
        width: 76%;
        margin: 0 auto;
    }
}

/* END SECTION MAIN BLOCK */

/* SECTION ICON BLOCK */
.icon-block {
    text-align: center;
    padding: 40px 0 60px;
}

.icon-block .icon-block_title {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
}

.icon-block .icon-block_text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.icon-block .icon-block_title span {
    display: block;
    font-weight: 700;
}

.icon-block .icon-block_subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 30px;
}

.icon-block .service-card {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 24px;
}

.icon-block .service-card__title {
    font-weight: 700;
}

.icon-block .service-card__image img {
    width: 64px;
    height: 64px;
}

@media (min-width: 992px) {
    .icon-block .service-card {
        margin: 0 20px 50px;
    }

    .icon-block .icon-block_subtitle {
        width: 72%;
        margin: 0 auto 50px;
    }
}

/* END SECTION ICON BLOCK */

/* SECTION CONSULTING BLOCK */

.consulting-block {
    text-align: center;
    padding: 23px 0 33px;
}

.consulting-block .consulting-block__title h2 {
    margin: 0;
    font-size: 27px;
    line-height: 47px;
    font-weight: 700;
    margin: 0 0 8px;
}

.consulting-block .consulting-block__button {
    margin: 0 0 17px;
}

.consulting-block .consulting-block__button a {
    display: inline-block;
}

.consulting-block .consulting-block__description p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

@media (min-width: 992px) {
    .consulting-block {
        padding: 37px 0 48px;
    }

    .consulting-block .consulting-block__title h2 {
        font-size: 57px;
        line-height: 60px;
        margin: 0 0 28px;
    }

    .consulting-block .consulting-block__button {
        margin: 0 0 27px;
    }

    .consulting-block .consulting-block__description p {
        display: inline;
    }
}

/* ENDSECTION CONSULTING BLOCK */

/* FOOTER */
.footer-general {
    padding: 30px 0;
    text-align: center;
}

.footer-general .footer-general_rrss-title,
.footer-general .footer-general_rrss-subtitle,
.footer-general .footer-general_rrss-direction,
.footer-general .footer-general_rrss-icons {
    margin: 0 0 23px;
    font-size: 12px;
    line-height: 19px;
}

.footer-general .footer-general_rrss-direction strong {
    font-size: 14px;
    line-height: 21px;
    display: block;
}

.footer-general .footer-general_rrss-icons {
    justify-content: space-evenly;
    display: flex;
    align-items: center;
}

.footer-general .footer-general_rrss-title .footer-title {
    display: none;
}

.footer-general a {
    color: #232323;
    transition: all 0.2s ease-in-out;
}

.footer-general a:hover {
    color: #24c347;
    text-decoration: none;
}

.footer-general a:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(59%) sepia(27%) saturate(1325%) hue-rotate(81deg) brightness(98%) contrast(86%);
    filter: brightness(0) saturate(100%) invert(59%) sepia(27%) saturate(1325%) hue-rotate(81deg) brightness(98%) contrast(86%);
}

.footer-general a img {
    transition: all .3s ease-in-out;
    -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(2%) hue-rotate(327deg) brightness(96%) contrast(93%);
    filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(2%) hue-rotate(327deg) brightness(96%) contrast(93%);
}

.footer-general img {
    max-width: 200px;
}

.footer-general .footer-title a,
.footer-general .footer-title,
.footer-general ul li a {
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-general ul {
    display: none;
}

.footer-general .footer-inf {
    text-align: center;
    border-top: solid 1px #D9DAD9;
    padding: 23px 0 0;
    margin: 23px 0 0;
}

.footer-general .footer-inf_legal {
    padding: 23px 0 0;
}

.footer-general .footer-inf ul {
    display: block;
}

.footer-general .footer-inf p,
.footer-general .footer-inf ul li a {
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    text-transform: none;
}

@media (min-width: 992px) {
    .footer-general {
        padding: 40px 0;
        text-align: left;
    }

    .footer-general .footer-general_rrss-icons {
        justify-content: flex-start;
    }

    .footer-general ul {
        display: block;
    }

    .footer-general ul li a {
        font-weight: 400;
        text-transform: none;
    }

    .footer-general .footer-title.footer-title-2 a {
        font-weight: 400;
        text-transform: uppercase;
    }

    .footer-general .footer-inf {
        margin: 40px 0 0;
        padding: 30px 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-general .footer-inf .footer-inf_legal {
        display: flex;
        justify-content: end;
        align-items: center;
        padding: 0;
    }

    .footer-general .footer-inf .footer-inf_legal li {
        padding: 0 0 0 30px;
    }
}

/* END FOOTER */

/* HEADER */
.header {
    padding: 20px 0;
}

.header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header .header-wrapper .header-menu-sup{
    width: 80%;
    margin-left: auto;
}
@media (min-width: 420px){
    .header .header-wrapper .header-menu-sup{
        width: auto;
    }
}

.nav-icon {
    width: 39px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    left: 8px;
}

.header .header-logo {
    min-width: 155px;
    margin-left: 30px;
}

.header .header-logo a {
    height: 50px;
    max-width: 155px;
    display: inline-block;
}

.header .header-logo a img {
    width: 100%;
}

.header .header-menu-sup_link a {
    display: flex;
    align-items: center;
    color: #232323;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.header .header-menu-sup_link a:hover {
    color: #24C347;
}

.header .header-menu-sup_link img {
    height: 15px;
    margin-right: 5px;
}

.header .header-menu-sup_link,
.header .header-menu-sup_lang {
    display: none;
}

.header .header-menu-sup_btn {
    text-align: right;
    display: flex;
    flex-direction: column;
}

.header .header-menu-sup_btn li {
    padding: 0 5px;
    margin-top: 8px;
}
.header .header-menu-sup_btn li:first-child {
    margin-top: 0;
}

.header .header-menu-sup_btn img {
    width: 16px;
}

.header .header-main-menu {
    display: flex;
    position: fixed;
    top: 92px;
    left: -100%;
    transition: .3s ease-in-out;
    height: calc(100% - 60px);
    background: #fff;
    width: 100%;
    flex-direction: column;
    padding: 20px 15px;
    justify-content: flex-start;
    z-index: 9999;
}

.header .header-main-menu.open {
    left: 0;
    overflow-y: auto;
}

.header .header-main-menu li {
    margin: 0 0 20px;
}

.header .header-main-menu a {
    text-decoration: none;
    font-size: 24px;
    line-height: 28px;
    color: #232323;
    transition: all 0.2s ease-in-out;
}

.header .header-main-menu a:hover {
    color: #24c347;
    text-decoration: none;
}

@media (min-width: 992px) {
    .header {
        padding: 14px 0;
    }

    .header-hamburguer {
        display: none;
    }

    .header .header-menu-sup_link,
    .header .header-menu-sup_lang {
        display: block;
    }

    .header .header-menu-sup {
        display: flex;
    }

    .header .header-menu-sup ul {
        margin-left: 20px;
    }

    .header .header-menu-sup .header-menu-sup_link li {
        padding-left: 15px;
        margin-top: 3px;
    }
    .header .header-menu-sup .header-menu-sup_btn li {
        margin-top: 0;
    }

    .header .header-menu-sup .header-menu-sup_btn,
    .header .header-menu-sup .header-menu-sup_link,
    .header .header-menu-sup .header-menu-sup_lang {
        display: flex;
    }
    .header .header-menu-sup .header-menu-sup_lang {
        margin-top: 3px;
    }
    .header .header-menu-sup .header-menu-sup_btn {
        flex-direction: row;
    }

    .header .header-wrapper {
        align-items: initial;
        position: relative;
    }

    .header .header-logo a {
        width: 257px;
        height: 81px;
    }

    .header .header-main-menu {
        position: absolute;
        height: auto;
        padding: 0;
        top: 58px;
        left: 0;
        right: 12px;
        bottom: 0;
        display: block;
        background-color: transparent;
    }

    .header .header-main-menu ul {
        display: flex;
        justify-content: flex-end;
    }

    .header .header-main-menu li {
        margin: 0 0 0 17px;
    }

    .header .header-main-menu a {
        font-size: 14px;
        line-height: 16px;
    }

    .header .header-menu-sup_lang a {
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        color: #232323;
        border-right: solid 1px #232323;
        padding-right: 10px;
        margin-left: 10px;
    }

    .header .header-menu-sup_lang li:last-child a {
        border-right: none;
        padding-right: 0;
    }

    .header .header-menu-sup_lang a:hover {
        color: #24C347;
    }
}

@media (min-width: 992px) {
    .hero-wrapper {
        background: #24C347; /* Old browsers */
        background: -moz-linear-gradient(left, #24C347 0%, #24C347 50%, #fff 50%, #fff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #24C347 0%, #24C347 50%, #fff 50%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #24C347 0%, #24C347 50%, #fff 50%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}

@media (min-width: 1200px) {
    .header .header-logo a {
        max-width: none;
    }
}

a.service-card-a{
    color: white;
    font-size: 1.1em;
    text-decoration: none;
    font-weight: 900;
}