.grecaptcha-badge{
	display:none!important
}

.sg_perspectiveBox .container{
    display: flex;
    justify-content: space-between;
}

.sg_perspectiveBox{
    padding-bottom: 50px;
}

.sg_perspectiveBox .mediaBox{
    padding-right: 20px;
    overflow: hidden;
    position: relative;
    width: 630px!important;
    max-width: 100%;
    flex-shrink: 0;
}

.sg_perspectiveBox .mediaBox figure{
    height: 450px;
    width: 570px!important;
    max-width: 100%;
    margin-bottom: 0;
    left: auto;
    top:0;
    right: auto!important;
    padding-top: 0;
}
.sg_perspectiveBox .mediaBox figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}





/*
.perspectiveBox .perspective mark{
    background-color: white;
    position: revert;
}
.perspectiveBox .perspective .info h2{
    color: #2B112C;
}
.perspectiveBox .perspective .info{
    color: #706570;
    padding: 0 0 40px 0;
    text-align: left;
}
.perspectiveBox .perspective {
    text-align: right;
    width: 95%;
}
.perspectiveBox {
    padding-top: 64px;
}


 */


.about_team-block__background-color{
    height: 100%;
    background-image: url("https://bb.sitegist.net/wp-content/uploads/2023/06/Vector.png");
    position: relative;
}
.about_team-block__background-image{
    height: 100%;
    background-image: url("https://bb.sitegist.net/wp-content/uploads/2023/06/JAFC_PATTERN_CENTER_A4-6-2.png");
}
.team-block_ttl{
    color: #CE2F33;
    text-align: center;
    padding-top: 130px;
}
.team-block_txt{
    max-width: 628px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin: 24px auto;
}
.team-block_img img{
    margin: 35px auto;
}
.team-block_btn{
    margin-bottom: 100px;
}
a.about_btn:hover {
    color: white;
    text-decoration: none;
}
.partners__flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.sg__partners img.networks_logo{
    width: 100%;
    height: 133px;
    filter: grayscale(1);
    transition: .3s all;
    opacity: .6;
}

.sg__partners img.networks_logo:hover{
    filter: grayscale(0);
    opacity: 1;
}



.partners_items{
    width: 24%;
    border-right: 1px solid #CCCCCC;
    margin-top: 40px;
}

.partners_items:last-child{
    border: none;
}

.networks_items:last-child{
    border: none;
}

.about_partners{
    background-color: white;
    position: relative;
    padding-bottom: 95px;
}
.partners_items img{
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(1);
    transition: .3s all;
}

.partners_items img:hover{
    filter: grayscale(0);
    opacity: 1;
    transition: .3s all;
}

.ttl__red{
    font-family: "Bebas";
    font-weight: 400;
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
    color: #CE2F33;
    padding: 126px 0 0;
}
.partners_items:nth-child(4n){
    border-right: none;
}
.partners_subtitle{
    margin-top: 64px;
}
.networks_items{
    width: 33%;
    border-right: 1px solid #CCCCCC;
    margin-top: 40px;
}
img.networks_logo {
    width: 50%;
}
.flex__center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq_block .accordion .link-sg {
    align-items: center;
    border-bottom: 1px solid #D1DCE0;
}
.faq_block .accordion .link-sg .accordion__question span.arrow:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border-right: 2px solid #131725;
    border-top: 2px solid #131725;
    transform: rotate(135deg);
    transition: all 0.4s;
    top: 33px;
    right: 0px;

}
.faq_block .accordion .link-sg .accordion__question {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 16px 60px 16px 0;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}
.faq_block{
    background-color: white;
    position: relative;
    padding-bottom: 128px;
}
.link-sg{
    max-width: 846px;
    margin: 0 auto;
}
.faq_block .accordion .link-sg.active .accordion__question span.arrow:before {
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.faq_block .accordion .link-sg.active .accordion__answer {
    pointer-events: all;
}
.question {
    font-family: "Bebas";
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #2B112C;
    flex-wrap: wrap;
    order: 0;
    flex-grow: 0;
}
.ch113 footer{
    background-color: white;
    position: relative;
}
.content.relative{
    background-color: white;
    padding-bottom: 0;
}
.faq_block .accordion .link-sg .accordion__answer {
    display: none;
    pointer-events: none;
    font-size: 16px;
    line-height: 22px;
}
@media (max-width: 1200.98px) {
   
    .team-block_btn {
        margin-bottom: 30px;
    }
    .team-block_ttl {
        padding-top: 60px;
    }
    .ttl__red {
        padding: 60px 0 0;
    }
    .partners_subtitle {
        margin-top: 40px;
        padding: 10px 24px;
    }
    .about_partners {
        padding-bottom: 45px;
    }


}
@media (max-width: 991.98px) {
    .perspectiveBox {
        padding-top: 0px;
    }
    .perspectiveBox .mediaBox {
        position: unset;
        margin: 0 auto;
    }
    .perspectiveBox .perspective {
        text-align: center;
    }
    .perspectiveBox {
        margin-bottom: 0;
    }
    .link-sg {
        max-width: 90%;
    }
}
@media (max-width: 767.98px) {

    .perspectiveBox {
        display: block;
    }

    .team-block_txt {
        max-width: 90%;
    }
    .partners_items {
        width: 49%;
    }
    .partners_items:nth-child(2n){
        border-right: none;
    }
    .about_partners {
        padding-bottom: 0;
    }
}
@media (max-width: 599.98px) {
    .perspectiveBox .perspective .info h2 {
        margin-top: 75px;
    }

    .networks_items {
        width: 100%;
        border-right: none;
        margin-top: 60px;
    }
    .question {
        font-size: 20px;
        line-height: 26px;
    }
}
@media (max-width: 350px) {
    .partners_items {
        width: 100%;
        border-right: none;
    }
}