﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    height: 40px;
    width: 144px;
    padding: 0;
    margin-left: 24px;
}

.navbar-dark .navbar-brand {
    height: 52px;
}

a.navbar-brand img {
    max-width: 100%;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */

@font-face {
    font-family: "GothamProRegular";
    src: url("/font/GothamPro.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GothamProLight";
    src: url("/font/GothamPro-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "GothamProBold";
    src: url("/font/GothamPro-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}


html {
    font-size: 14px;
    font-family: 'GothamProRegular';
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    letter-spacing: -0.05em;
    font-family: 'GothamProRegular';
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    color: #1E1A1A;
    font-family: 'GothamProRegular';
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 72px;
    background: #172126;
    color: #E6E6E6;
    font-size: 24px;
}


.temp-btn {
    margin: 0 10px 0 0 !important;
    padding: 10px 10px !important;
}

main.pb-3 {
    padding: 0;
}

main {
    padding-top: 112px; 
}


.navbar {
    padding: 28px 0;
    position: fixed;
    background-color: #172126;
    width: 100%;
    z-index: 9;
    transition: background-color 1.5s;
}

    .navbar.white {
        background-color: #FFFFFF;
    }

        .navbar.white .nav-item .nav-link {
            color: #172126;
        }

        .navbar.white .navbar-nav .nav-item .nav-link.my-page {
            color: #172126;
        }

        .navbar.white #current-lang svg path {
            fill: #172126;
        }

.navbar-nav {
    align-items: center;
}

.navbar .nav-item .nav-link {
    font-family: "GothamProBold";
    font-size: 1.25rem;
    line-height: 24px;
    color: #FFF;
    font-weight: bold;
    padding: 15px 24px 15px;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item.active .nav-link {
    color: #FC4545;
}

.navbar-nav .nav-item .nav-link.my-page {
    font-family: 'GothamProRegular';
    font-size: 20px;
    font-weight: normal;
    color: #FFF;
}


.main-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    background: #FC4545;
    border-radius: 8px;
    color: #FFFFFF;
    font-family: "GothamProBold";
    font-size: 1.187rem;
    line-height: 24px;
    white-space: nowrap;
    border: none;
    font-weight: bold;
    transition: background 0.2s;
    outline: none !important;
}

    .main-btn:hover {
        background: #d90000;
        text-decoration: none;
        color: #FFFFFF;
    }

    .main-btn.white {
        background: #FFFFFF;
        color: #FC4545;
    }

.main-container {
    background-color: #172126;
    position: relative;
}

.main-img {
    /*position: relative;*/
}

    .main-img img {
        z-index: 2;
    }

.main-back, .main-front, .competencies-back, .competencies-front {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain; 
}
 
.main-back {
    background-image: url(/img/back_main.svg);
    z-index: 1;
}

.main-front {
    background-image: url(/img/front_main.svg);
    z-index: 3;
}

.competencies-back {
    background-image: url(/img/back_competencies.svg);
    z-index: 1;
}

.competencies-front {
    background-image: url(/img/front_comptetencies.svg);
    z-index: 3;
}

.banner {
    padding: 80px 0;
    color: #FFFFFF;
    position: relative;
    max-width: 825px;
    text-align: center;
    margin: 0 auto;
    z-index: 3;
}

    .banner h3 {
        font-family: "GothamProLight";
        font-size: 80px;
        font-weight: 300;
        line-height: 72px;
    }

.author {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 8px;
}

.company {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0;
}

#main-banner img.quotes {
    margin-bottom: 47px;
}

#main-banner img.ceo {
    position: absolute;
    bottom: 0;
    right: 102px;
}

#main-banner .banner-footer {
    margin-top: 158px;
}

.sector-header {
    margin: 80px 0 72px;
    color: #FC4545;
    font-family: "GothamProLight";
    font-size: 80px;
    font-weight: 300;
    line-height: 72px;
}

    .sector-header.white {
        color: #FFFFFF;
    }

.competencies-block .sector-header {
    margin-bottom: 64px;
}

.competencies-block-wrapper {
    background: #FFF;
    position: relative;
    display: flex;
}

    .competencies-block-wrapper h4 {
        font-size: 20px;
        line-height: 32px;
        font-weight: bold;
        color: #172126;
        padding: 16px 24px;
        border-radius: 16px;
        transition: all 0.3s;
        cursor: pointer;
        margin-bottom: 0;
    }

        .competencies-block-wrapper h4:hover {
            background: #F5F5F5;
        }

        .competencies-block-wrapper h4.main-сompetence {
            color: #FFF;
            background: #FC4545;
        }

.competencies-left {
    max-width: 328px;
    flex-shrink: 0;
}

.competencies-right {
    padding: 40px 56px;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
}

    .competencies-right p {
        margin-bottom: 0;
    }

    .competencies-right p + p {
        margin-top: 25px;        
    }


#сompetence-cards-list, #сompetence-sign-list,
#сompetence-fiscal-list, #сompetence-leisure-list, #сompetence-tech-list, #сompetence-marketplaces-list {
    display: none
}


.technologies {
    margin-bottom: 20px;
}

    .technologies h3 {
        font-family: "GothamProBold";
        font-weight: bold;
        font-size: 36px;
        line-height: 48px;
    }

.technologies-list {
    padding: 40px 0;
    display: flex;
}

.technologies-list-item {
    /*  background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(42, 49, 77, 0.15);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 212px;
    height: 224px;
    padding: 48px 0 40px;*/
}

    .technologies-list-item + .technologies-list-item {
        margin-left: 19px;
    }

    .technologies-list-item img {
        max-width: 80px;
        margin: 0 auto;
    }

    .technologies-list-item span {
        font-size: 20px;
        font-weight: bold;
        line-height: 32px;
        text-align: center;
        color: #3F515A;
        margin-top: 24px;
    }

/*
.red-block {
    width: 100%;
    padding: 124px 0 103px;
    background: #FC4545;
    font-size: 4rem;
    font-weight: bold;
    line-height: 4.5rem;
}

.red-block-header {
    font-size: 4rem;
    font-weight: bold;
    line-height: 4.5rem;
}

.red-block-text {
    margin-top: 48px;
    color: #FFFFFF;
}*/

.text-align-end {
    text-align: end;
}

.our-experience {
    background-color: #F5F5F5;
    background-image: url(/img/bizzon.svg);
    background-repeat: no-repeat;
    background-position: center calc(100% + 20px);
    padding-bottom: 170px;
    position: relative;
}


    .our-experience:after {
        content: " ";
        position: absolute;
        height: 15%;
        width: 100%;
        bottom: -2px;
        left: 0;
        background-image: url(/img/black_divider_top.svg);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 101%;
    }

.our-experience-header {
    font-family: "GothamProBold";
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
}

.our-experience-text {
    margin-top: 19px;
    margin-bottom: 55px;
    font-size: 20px;
    line-height: 32px;
}

.black-block {
    width: 100%;
    padding: 10px 0 80px;
    background: #2B2B2B;
}

    .black-block .sector-header {
        margin-bottom: 84px;
    }

.project {
    color: #FFFFFF;
    background: #FC4545;
    border-radius: 24px;
    padding: 47px 40px 42px;
    position: relative;
    margin-bottom: 77px;
}


.project-body {
    max-width: 700px;
}

.project-name {
    font-size: 36px;
    line-height: 48px;
}

.project-desc {
    font-size: 24px;
    line-height: 32px;
    margin: 30px 0 35px;
}

.project-image {
    position: absolute;
    bottom: 0;
    right: 42px;
}

.project-button {
    background: #FFFFFF;
    border-radius: 8px;
    cursor: pointer;
    padding: 16px 28px;
    font-weight: bold;
    font-size: 19px;
    line-height: 24px;
    color: #FC4545;
    border: none;
}

.all-project {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    color: #FC4545;
    transition: color 0.3s;
}

    .all-project:hover {
        color: #FFF;
        text-decoration: none;
    }

#project2 {
    margin-bottom: 50px;
}

    #project2 .project-image {
        right: 130px;
    }

.client {
    width: 212px;
    height: 111px;
    background: #E5E5E5;
    border-radius: 12px;
    margin-right: 20px;
}

.review-phrase {
    font-size: 24px;
    line-height: 40px;
    padding-left: 145px;
    padding-top: 47px;
    position: relative;
}

    .review-phrase:before {
        content: "";
        width: 66px;
        height: 47px;
        position: absolute;
        top: 0;
        left: 37px;
        background: url(/img/quotes_left.svg);
    }

    .review-phrase:after {
        content: "";
        width: 66px;
        height: 47px;
        position: absolute;
        right: 0;
        bottom: -25px;
        background: url(/img/quotes_right.svg);
    }

.review-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    line-height: 40px;
}

    .review-author img {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 265px;
        margin-bottom: 40px;
    }

.review-author-name {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 5px;
}

.review {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-navigation {
    padding-left: 24px;
}

.left-arrow {
    transform: rotateZ(180deg);
    margin-left: 20px;
}

.contact {
    background-color: #F2F2F2;
    background-image: url(/img/red_divider_bottom2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 170px;
}

    .contact .sector-header {
        margin: 175px 0 146px;
    }

.suggest-project {
    display: flex;
    justify-content: center;
    padding: 80px 116px;
    width: 1140px;
    max-width: 100%;
    background: #FFF;
    position: relative;
}

    .suggest-project::before {
        content: " ";
        position: absolute;
        height: 74px;
        width: 100%;
        top: -74px;
        left: 0;
        background-image: url(/img/form_top.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
    }

    .suggest-project::after {
        content: " ";
        position: absolute;
        height: 50px;
        width: 100%;
        bottom: -50px;
        left: 0;
        background-image: url(/img/form_bottom.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
    }

.form-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .form-wrapper .form-group + .form-group {
        margin-left: 40px;
    }

    .form-wrapper .main-btn {
        margin-top: 26px;
    }

    .form-wrapper label {
        font-family: GothamProRegular;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #556C77;
    }

    .form-wrapper .form-control {
        color: #172126;
    }
    .form-wrapper .form-group {
        padding-right: 15px;
    }
    .form-wrapper .form-control:focus {
        border: 1px solid #72848D;
        box-shadow: none;
    }

    .wedo-container {
        background-color: #172126;
        background-image: url(/img/white_divider_new.svg);
        background-repeat: no-repeat;
        background-position: center calc(100% + 1px);
        background-size: 100%;
        padding-bottom: 32px;
    }

.wedo-item {
    border-radius: 24px;
    padding: 32px 32px 48px;
    background: #1C272C;
    margin-bottom: 24px;
    transition: transform .2s;
    display: flex; 
    flex-direction: column;
    flex: 1;
}

    .wedo-item.white {
        background: #FFFFFF;
        box-shadow: 0px 4px 16px rgba(89, 94, 102, 0.15);
    }

   /* .wedo-item:hover {
        transform: rotate3d(0, 0, 1, 2deg);
    }*/

.wedo-item-image {
    width: 132px;
    height: 132px;
    margin-bottom: 48px;
}

.wedo-item-name {
    font-weight: bold;
    font-family: "GothamProBold";
    font-size: 27px;
    line-height: 34px;
    color: #FFFFFF;
}

.wedo-item.white .wedo-item-name {
    color: #172126;
}

.wedo-item-image img {
    max-width: 100%;
}

.wedo-container.white {
    background-color: #FFFFFF;
    background-image: url(/img/gray_divider_bottom.svg);
}

.number-block {
    background-color: #172126;
    position: relative;
    padding-bottom: 190px;
    background-image: url(/img/bizzon_big.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 750px;
}

    .number-block .sector-header {
        margin-bottom: 144px;
    }

/*.number-block::before {
    content:" ";
    position: absolute;
    height: 69px;
    width: 100%;
    top: -56px;
    left: 0;    
    background-image: url(/img/black_divider_top.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}*/

.number-block-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "GothamProBold";
    font-weight: bold;
    font-size: 80px;
    line-height: 72px;
    color: #FFFFFF;
    margin-bottom: 63px;
}

    .number-block-text p {
        margin: 0;
    }

    .number-block-text span {
        display: inline-block;
        border-left: 4px solid #FC4545;
        font-family: "GothamProLight";
        font-style: normal;
        font-weight: 300;
        font-size: 36px;
        line-height: 40px;
        padding: 3px 0 3px 8px;
        margin-left: 20px;
    }

.technologies-block {
    background-image: url(/img/black_divider_bottom.svg);
    background-repeat: no-repeat;
    background-size: 101%;
    padding: 80px 0;
    margin-top: -1px;
}



.methodology-block {
    background-color: #FC4545;
    position: relative;
    padding-bottom: 56px;
}

    .methodology-block::before {
        content: " ";
        position: absolute;
        height: 69px;
        width: 100%;
        top: -68px;
        left: 0;
        background-image: url(/img/red_divider_top2.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
    }

.methodology-block-text {
    font-family: "GothamProBold";
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    color: #FFFFFF;
    background: #172126;
    border-radius: 4px;
    padding: 12px 120px;
    display: inline-block;
    position: relative;
}

    .methodology-block-text:not(#last):after {
        content: " ";
        position: absolute;
        background: url(/img/arrow_icon.svg);
        height: 41px;
        width: 42px;
        right: -56px;
        top: 21px;
    }


    .methodology-block-text.gray {
        background: #E6E6E6;
        padding: 12px 56px;
        color: #172126;
        margin-left: 334px;
    }

    .methodology-block-text.white {
        background: #FFFFFF;
        padding: 12px 96px;
        margin-left: 551px;
        color: #172126;
    }

#current-lang {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: normal;
    transition: color 0.2s;
    font-family: 'GothamProRegular';
}

    #current-lang:hover {
        color: #FC4545;
    }

    #current-lang img {
        margin-right: 16px;
    }

    #current-lang svg {
        margin-left: 13px;
        margin-top: 4px;
        transition: all 0.2s ease;
    }

        #current-lang svg path {
            transition: all 0.2s ease;
        }

    #current-lang:hover svg path {
        fill: #FC4545;
    }

.language-ddl {
    display: none;
    position: absolute;
    background: #FFF;
    top: 45px;
    left: 8px;
    z-index: 10;
    padding: 8px;
    width: 128px;
    background: #263740;
    box-shadow: 0px 2px 8px rgba(42, 49, 77, 0.15);
    border-radius: 8px;
    justify-content: center;
    flex-direction: column;
    color: #FFF;
    font-size: 20px;
    line-height: 32px;
    transition: all 0.3s;
}

.navbar.white .language-ddl {
    background: #FFF;
    box-shadow: 0px 2px 8px rgba(42, 49, 77, 0.15);
    color: #172126;
}

    .navbar.white .language-ddl ul li:hover {
        background: #F5F5F5;
    }

.language-ddl ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .language-ddl ul li {
        padding: 8px;
        border-radius: 8px;
        transition: background 0.2s;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .language-ddl ul li img {
            margin-right: 16px;
        }

        .language-ddl ul li:hover {
            background: #3F515A;
        }


.modal-content {
    border-radius: 16px;
}

.modal-header {
    padding: 16px 24px;
    font-weight: bold;
    font-family: "GothamProBold";
    border-bottom: none;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.modal-body {
    padding: 16px 24px;
}

.modal-body p{
    margin: 0;
}


.modal-footer {
    border-top: none;
    justify-content: center;
    padding-bottom: 24px;
}



@media(max-width: 1300px) {
    .navbar .nav-item .nav-link {
        padding: 13px 19px 4px;
        font-size: 18px;
    }

    .main-btn {
        padding: 16px 17px;
    }

    .number-block-text {
        font-size: 76px;
    }

        .number-block-text span {
            font-size: 32px;
        }

    .navbar-dark .navbar-brand {
        height: 42px;
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

@media(max-width: 1200px) {  

    a.navbar-brand {
        margin: 0;
        width: 100px;
    }

    .navbar .nav-item .nav-link {
        font-size: 1.1rem;
        padding: 8px 10px;
    }

    .navbar .main-btn {
        padding: 16px 10px;
        font-size: 1rem;
    }

    a.navbar-brand {
        margin-right: 15px;
    }

    .our-experience {
        background-size: 95%;
    }

    .number-block::before {
        top: -52px;
    }

    .number-block .sector-header {
        white-space: nowrap;
    }

    .technologies {
        width: 100%;
    }

    .technologies-list-item {
        width: initial;
        max-width: 212px;
    }

    .methodology-block::before {
        top: -68px;
    }

    .suggest-project::before {
        top: -67px;
        background-size: 100%;
    }

    .suggest-project::after {
        bottom: -45px;
        background-size: 100%;
    }

    .technologies-list-item img {
        max-width: 70px;
    }

    .number-block-text {
        font-size: 65px;
    }

        .number-block-text span {
            font-size: 28px;
        }
}


@media(max-width: 992px) {

    .navbar-dark .navbar-brand {
        height: initial;
    }

    main {
        padding-top: 60px;
    }

    .navbar {
        padding: 10px 0;
    }

    a.navbar-brand {
        margin: 0;
        width: 144px;
    }

    .navbar .main-btn {
        margin-top: 20px;
    }

    .navbar-nav {
        margin-top: 20px;
    }

    a.navbar-brand {
        margin-left: 15px;
    }

    .navbar .nav-item .nav-link {
        font-size: 1.25rem;
        padding: 8px 24px;
    }

    .navbar-toggler {
        margin-left: 10px;
    }

    .banner {
        padding: 50px 0;
    }

    .main-container {
        background-position: right 80%;
        background-size: 100%;
    }

    .banner h3 {
        max-width: initial;
        text-align: center;
    }

    .wedo-item-name {
        font-size: 20px;
        line-height: 24px;
    }

    .wedo-container {
        background-size: initial;
    }

    .number-block {
        padding-bottom: 100px;
        background-size: 100%;
    }

        .number-block::before {
            top: -48px;
        }

    .technologies-list {
        flex-wrap: wrap;
    }

    .suggest-project::before {
        top: -59px;
    }

    .suggest-project::after {
        bottom: -40px;
    }

    .number-block-text {
        justify-content: start;
    }

    .methodology-block-text.gray {
        margin-left: 215px;
    }

    .methodology-block-text.white {
        margin-left: 310px;
    }

    .competencies-block-wrapper {       
        flex-direction: column;
    }

}

@media(max-width: 768px) {

    main {
        padding-top: 60px;
    }

    .banner {
        padding: 40px 0;
    }

        .banner h3, .sector-header {
            font-size: 48px;
            line-height: 56px;
        }

    .sector-header {
        margin: 35px 0 40px;
    }

    .our-experience-header {
        font-size: 24px;
        line-height: 24px;
    }

    .our-experience-text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 32px;
    }

    .our-experience {
        background-position: center calc(100% + 10px);
        padding-bottom: 125px;
    }

    .number-block::before {
        top: -45px;
    }

    .methodology-block-text {
        font-size: 32px;
    }

    .suggest-project::before {
        top: -53px;
    }

    .suggest-project::after {
        bottom: -37px;
    }

    .number-block .row.d-flex .col-md-6.col-lg-4 {
        max-width: 350px !important;
    }

    .number-block .sector-header {
        margin-bottom: 60px;
    }

    .number-block {
        padding-bottom: 0;
    }

    .technologies-block {
        padding: 60px 0;
    }

    .technologies-list {
        padding: 25px 0;
    }

    .methodology-block-text.gray {
        margin-left: 180px;
    }

    .methodology-block-text.white {
        margin-left: 195px;
    }

    .contact .sector-header {
        margin: 75px 0 75px;
    }

    .contact {
        padding-bottom: 100px;
    }
}

@media(max-width: 576px) {

    .banner {
        padding: 10px 0 40px;
    }

    .our-experience {
        background-position: center calc(100% + 10px);
        padding-bottom: 60px;
    }

    .number-block::before {
        top: -40px;
    }

    .suggest-project::before {
        top: -53px;
    }

    .suggest-project::before {
        top: -47px;
    }

    .suggest-project::after {
        bottom: -32px;
    }

    .suggest-project {
        padding: 75px 32px 50px;
    }

    .footer {
        line-height: 72px;
        font-size: 18px;
    }

    .navbar .nav-item .nav-link {
        padding: 15px 24px 4px
    }

    a.navbar-brand {
        margin-left: 10px;
        margin-right: 10px;
        width: 130px;
    }

    .wedo-container.white .sector-header {
        word-break: break-all;
    }

    .number-block-text {
        font-size: 50px;
    }

        .number-block-text span {
            font-size: 25px;
        }

    .technologies-list-item {
        margin-right: 24px;
        margin-bottom: 24px;
    }

        .technologies-list-item + .technologies-list-item {
            margin-left: 0;
        }


    .methodology-block-text {
        padding: 12px 80px;
    }

        .methodology-block-text.gray {
            margin-left: 80px;
        }

            .methodology-block-text.gray:after {
                right: initial;
                left: -55px;
                transform: rotateY(180deg);
            }

        .methodology-block-text.white {
            margin-left: 0;
            padding: 12px 83px;
        }
}


#numbers {
    position: absolute;
    top: -50px;
}


.competencies-block {
    background-image: url(/img/competencies_top_devider.svg);
    background-repeat: no-repeat;
    background-size: 101%;
    padding: 80px 0;
    margin-top: -1px;
}


.competencies-contact .contact {
    background-image: url(/img/competencies_white_devider.svg);
}

#accordionCompetencies .card {
    border: none;
}

.card-header {
    padding: 0;
    background-color: initial;
    border: none;
}

#accordionCompetencies .btn-link {
    font-family: "GothamProBold";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #172126;
    padding: 16px 16px 16px 24px;
    border-radius: 16px;
}

#accordionCompetencies .btn-link svg {
   margin-left: 8px;
   transition: all 0.2s ease;
   flex-shrink: 0;
}

#accordionCompetencies .btn-link.collapsed svg {
    margin-left: 8px;
    transform: rotateZ(180deg);
}
    #accordionCompetencies .btn-link.collapsed svg path {
        stroke: black;
        transform: rotateZ('angle')
    }

    #accordionCompetencies .btn-link:not(.collapsed) {
        background: #FC4545;
        color: #FFFFFF;
    }

#accordionCompetencies .btn-link:hover {
    text-decoration: none;
}

#accordionCompetencies .card-body {
    padding: 40px 24px;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
}

    #accordionCompetencies .card-body p {
       margin-bottom: 0;
    }

        #accordionCompetencies .card-body p + p {
            margin-top: 24px;
        }