.section-1-contact {
    padding: 50px 0
}

.navig {
    margin: 20px 0;
}

.navig a {
    margin-right: 15px;
}

.btnnav {
    display: flex;
    align-items: center;
}

.left-box-section-4-dezvoltator {
    float: left;
    width: calc(100% - 35px)
}

.link-team {
    float: right;
    width: 30px;
    margin: 20px 0 0;
    text-align: right;
}

@media screen and (max-width:991px) {
    .link-team {
        min-height: 24px !important;
        min-width: 24px;
        margin-right: 15px;
    }
    .left-box-section-4-dezvoltator {
        width: calc(100% - 45px);
    }
}

.section-1-contact .content-general-custom button {
    border: 0;
    background: transparent;
    color: #FED441;
    position: relative;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    margin: 10px 0;
    margin-right: 45px;
    outline: none;
    position: relative;
    ;
}

.section-1-contact .content-general-custom button::after {
    display: block !important;
    content: '';
    background: #FED441;
    width: 28px;
    height: 1.5px;
    position: absolute;
    top: calc(50% - 0.5px);
    right: -35px;
    display: block;
    transition: .25s all;
    opacity: .6
}

.section-1-contact .content-general-custom button:hover:after {
    opacity: 1;
    transition: .1s all;
    transform: translateX(10px);
}

.section-2-contact h3 {
    color: #172440;
    font-family: "New Hero";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 63px;
}

.section-2-contact .container {
   
    padding-top: 80px;
    padding-bottom: 0;
}
@media screen and (min-width:1200px) {
     .section-2-contact .content-general-custom.row{
        flex-wrap: nowrap;
    }
}
@media screen and (max-width:1600px) {
    .section-2-contact h3 {
        font-size: 36px;
        line-height: 1.4;
    }
}

@media screen and (max-width:992px) {
    .section-2-contact h3 {
        font-size: 24px;
        line-height: 1.3;
    }
}

.tabs {
    float: none
}

.buttons-tabs {
    color: #171C26;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-left: 30px;
    cursor: pointer;
}

.buttons-tabs.active {
    color: #FED441;
}

@media screen and (max-width:991px) {
    .buttons-tabs {
        position: relative;
        margin: 0 40px 0px 0;
        font-size: 14px;
    }
    .buttons-tabs.active::after {
        content: '';
        background: #FED441;
        width: 28px;
        height: 1.5px;
        position: absolute;
        top: calc(50% - 0.5px);
        right: -35px;
        display: block;
        transition: .25s all;
        opacity: .6
    }
}

.box-section-4-dezvoltator img {
    max-width: 100%;
}

.box-section-4-dezvoltator {
    position: relative;
    padding: 0;
}

.name-team {
    color: #3B393C;
    font-family: "New Hero";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 20px;
}

.bio-team {
    color: #5C5F66;
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (min-width: 992px) {
    .tabs {
        float: right;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .section-2-contact .container {
        padding-top: 40px;
    }
    .section-hero br,
    .section-2-contact h3 br {
        display: none;
    }
    .section-1-contact {
        padding-bottom: 20px;
        padding-top: 40px;
    }
    .tabs {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .section-3-contact .title-general-custom,
    .section-3-contact .tabs {
        padding: 0 15px;
    }
    .section-3-contact .row {
        margin: 0
    }
    .section-3-contact .col-xs-12,
    .section-3-contact .container {
        padding: 0
    }
    div.section-3-contact {
        padding-top: 30px;
    }
    .left-box-section-4-dezvoltator {
        padding-left: 15px;
    }
    .section-1-contact .content-general-custom button {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.wrapper-slider-team {
    margin: 30px 0;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.section-3-contact {
    padding: 50px 0 20px;
}

.swiper-horizontal {
    position: relative;
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev {
    top: calc(50% - 32px) !important;
}

