

/* Start:/company/style.css?175075439218811*/
.left_block {
    display: none;
}

.page-top-info {
    display: none;
}

#navigation {
    display: none;
}

.right_block {
    width: 100% !important;
}

body .wide- {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body > .body:not(.index) > .main {
  padding-bottom: 0 !important;
}

.banner-wrapper {
    background: url('/images/company/bf-banner3.png') no-repeat center;
    background-size: cover;
    padding: 88px 88px 112px;
    border-radius: 12px;
    margin: 0 0 40px;
    box-shadow: 0px -1px 27px 9px #00569C29;
}

.banner {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.88) 48.75%, rgba(255, 255, 255, 0) 66.61%, rgba(255, 255, 255, 0) 100%);
    max-width: 1564px;
    margin: 0 auto;
    padding: 49px 32px 0;
}

.banner-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 523px;
}

.banner-title, .banner-subtitle, .banner-description {
    font-family: "Montserrat", sans-serif;
    color: #333333;
}

.banner-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}

.banner-subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.banner-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.banner-image {
    display: none;
}

@media (max-width: 1199px) {	

	.banner-wrapper {
        display: flex;
        flex-direction: column;
        background: #FFFFFF;
        padding: 0;
        border-radius: 12px;
        overflow: hidden;
        border-bottom: 1px solid #FFFFFF;
        margin: 0 0 56px;
    }

    .banner {
        max-width: 100%;
        margin: 0 auto;
        padding: 48px 24px 0;
    }

    .banner-content {
        max-width: 100%;
        padding: 24px 24px 0;
        gap: 8px;
    }

    .banner-image {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .banner-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0)
        );
        pointer-events: none;
    }

    .banner-image img {
        width: 100%;
        display: block;
    }

    .banner-image_mobile {
        display: none;
    }
}

@media (max-width: 770px) {	

	.banner-title {
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 16px;
    }

    .banner-subtitle {
        font-size: 16px;
    }

    .banner-description {
        font-size: 14px;
    }
}

@media (max-width: 375px) {	

    .banner-wrapper {
        margin: 0 0 45px;
    }

    .banner {
        padding: 16px 10px 0;
    }

    .banner-title {
        margin-bottom: 8px;
    }

	.banner-image_tablet {
        display: none;
    }

    .banner-image_mobile {
        display: block;
    }
}

/*mission*/

.mission {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: linear-gradient(0deg,rgba(151, 167, 191, 0.24) 24%, rgba(255, 255, 255, 1) 100%); */
    background: linear-gradient(1deg,rgba(151, 167, 191, 0.4) 24%, rgba(255, 255, 255, 1) 100%);
    padding: 8px 0 64px;
}

.mission-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1564px;
    margin: 0 auto;
    padding: 0 32px;
}

.mission-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 991px;
    margin: 0 0 48px;
}

.mission-title, .mission-description, .mission-text {
    font-family: "Montserrat", sans-serif;
}

.mission-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
    color: #00569C;
    margin: 0 0 16px;
}

.mission-description {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
    text-align: center;
}

.mission-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 24px;
    column-gap: 24px;
    max-width: 1500px;
}

.mission-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.88) 48.75%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 3px 12px 0px #00569C29;
    padding: 16px 40px 40px;
    border-radius: 8px;
}

.mission-icon {
    width: 80px;
}

.mission-icon img {
    width: 100%;
}

.mission-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
}

.mission-image {
    max-width: 180px;
    margin: 0 0 8px;
}

.mission-image img{
    width: 100%;
}

@media (max-width: 1199px) {	
	.mission {
        padding: 24px 24px 48px;
    }

    .mission-wrapper {
        max-width: 100%;
        padding: 0 24px;
    }

    .mission-image {
        max-width: 120px;
    }

    .mission-header {
        margin: 0 0 24px;
    }


    .mission-description {
        display: none;
    }

    .mission-item {
        gap: 12px;
        padding: 16px;
    }

    .mission-icon {
        width: 64px;
    }

    .mission-text {
        font-size: 14px;
    }
}

@media (max-width: 770px) {
    .mission-title {
        font-size: 24px;
        line-height: 1.2;
        margin: 0;
    }
}

@media (max-width: 576px) {

    .mission {
        background: linear-gradient(1deg,rgba(151, 167, 191, 0.4) 69%, rgb(255, 255, 255) 100%);
    }

    .mission-list {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .mission-wrapper {
        padding: 0 10px;
    }
}

@media (max-width: 375px) {	

    .mission {
        padding: 13px 10px 48px;
    }

}

/*action*/

.action {
    padding: 72px 0;
    background: linear-gradient(180deg, rgba(151, 167, 191, 0.24) 0%, #FFFFFF 100%);
}

.action-wrapper {
    max-width: 1516px;
    margin: 0 auto;
    padding: 0 32px;
}

.action-title, .action-subtitle, .action-description {
    font-family: "Montserrat", sans-serif;
}

.action-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
    color: #00569C;
    text-align: center;
    margin: 0 0 43px;
}

.action-subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
}

.action-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #333333;
}

.action-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.action-item {
    padding: 0 24px 36px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.88) 48.75%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 3px 12px 0px #00569C3D;
    border-radius: 12px;
}

.action-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.action-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.action-icon {
    width: 132px;
    margin: -25px 0 0;
}

.action-icon img {
    width: 100%;
}

@media (max-width: 1199px) {	

    .action {
        padding: 48px 0 64px;
    }

    .action-wrapper {
        max-width: 100%;
        padding: 0 24px;
    }

    .action-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 32px;
        column-gap: 20px;
    }

    .action-item {
        border-radius: 8px;
        padding: 0 16px 16px;
    }

    .action-icon {
        align-self: center;
        width: 104px;
    }

}

@media (max-width: 770px) {

    .action-item {
        gap: 8px;
    }

    .action-text {
        gap: 8px;
    }

    .action-title {
        font-size: 24px;
        line-height: 1.2;
        margin: 0 0 24px;
    }

    .action-subtitle {
        font-size: 16px;
    }

    .action-description {
        font-size: 14px;
    }
}

@media (max-width: 576px) {

    .action-list {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .action-icon {
        margin: -16px 0 0;
    }

    .action-wrapper {
        padding: 0 10px;
    }

}

/*approach*/

.approach {
    padding: 64px 0 64px;
    background: linear-gradient(1deg,rgba(151, 167, 191, 0.4) 60%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0px 3px 12px 0px #00569C29;
}

.approach-wrapper {
    max-width: 1564px;
    margin: 0 auto;
    padding: 0 32px;
}

.approach-title, .approach-subtitle, .approach-description {
    font-family: "Montserrat", sans-serif;
}

.approach-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
    color: #00569C;
    text-align: center;
    margin: 0 0 22px;
}

.approach-subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
}

.approach-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #333333;
}

.approach-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
}

.approach-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 56px 22px 44px 24px;
}

.approach-item {
    position: relative;
    border-radius: 8px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.88) 48.75%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 3px 12px 0px #00569C29;
}

.approach-item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -42px;
    transform: translate(0, -50%);
    width: 24px;
    height: 32px;
    background: url('/images/company/approach-arr.svg') no-repeat center;
    background-size: auto;
    display: block;
}

.approach-icon {
    position: absolute;
    bottom: 100%;
    left: 0;
    transform: translate(0, 50%);
}

.approach-icon img {
    width: 100%;
}

@media (max-width: 1199px) {

    .approach {
        padding: 0 0 49px;
        background: linear-gradient(1deg,rgba(151, 167, 191, 0.24) 24%, rgba(255, 255, 255, 1) 100%);
        box-shadow: none;
    }


    .approach-wrapper {
        max-width: 100%;
        padding: 0 24px;
    }

    .approach-title {
        margin: 0 0 56px;
    }

    .approach-list {
        gap: 36px;
    }

    .approach-text {
        gap: 8px;
        padding: 40px 16px 17px 16px;
    }

    .approach-item:not(:last-child)::before {
        right: -30px; 
    }
}

@media (max-width: 770px) {

    .approach-text {
        gap: 4px;
    }

    .approach-title {
        font-size: 24px;
        line-height: 1.2;
    }

    .approach-subtitle {
        font-size: 16px;
    }

    .approach-description {
        font-size: 14px;
    }
}

@media (max-width: 576px) {

    .approach {
        padding: 0 0 48px;
        background: linear-gradient(1deg,rgba(151, 167, 191, 0.24) 24%, rgb(255, 255, 255) 100%);
    }
    

    .approach-list {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .approach-icon {
        position: absolute;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, 0);
        top: -20px;
    }

    .approach-text {
        gap: 8px;
        padding: 64px 16px 17px 16px;
    }

    .approach-title {
        line-height: 1.2;
    }

    .approach-item:not(:last-child)::before {
        background: url('/images/company/down.svg') no-repeat center;
        top: auto;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -40px;
    }

    .approach-wrapper {
        padding: 0 10px;
    }

}

/*choice*/

.choice {
    padding: 64px 0 64px;
    background-color: #97A7BF;
}

.choice-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 32px;
}

.choice-title, .choice-subtitle, .choice-description {
    font-family: "Montserrat", sans-serif;
}

.choice-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.choice-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 22px;
}

.choice-subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
}

.choice-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #333333;
}

.choice-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.choice-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.choice-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

.choice-icon {
   width: 46px;
}

.choice-icon img, .choice-image img {
    width: 100%;
}

@media (max-width: 1199px) {

    .choice {
        padding: 24px 0 48px;
    }

    .choice-wrapper {
        max-width: 1024px;
        padding: 0 24px;
    }

    .choice-wrapper {
        max-width: 100%;
        padding: 0 24px;
    }

    .choice-image {
        width: 120px;
    }

    .choice-header {
        gap: 8px;
    }

}

@media (max-width: 770px) {

    .choice-wrapper {
        max-width: 526px;
    }

    .choice-title {
        font-size: 24px;
        line-height: 1.2;
        margin: 0 0 16px;
    }

    .choice-subtitle {
        font-size: 16px;
    }

    .choice-description {
        font-size: 14px;
    }

    .choice-header {
        margin: 0 0 16px;
    }

    .choice-text {
        gap: 4px;
    }

    .choice-item {
        gap: 16px;
    }

    .choice-list {
        gap: 24px;
    }

    .choice-icon img {
        width: 46px;
    }
}

@media (max-width: 576px) {

    .choice-wrapper {
        padding: 0 10px;
    }

}

/*promises*/

.promises {
    background: linear-gradient(1deg,rgba(151, 167, 191, 0.24) 24%, rgba(255, 255, 255, 1) 100%);
    padding: 64px 0;
}

.promises-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1724px;
    margin: 0 auto;
    padding: 0 32px;
}

.promises-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 294px;
    margin: 0 0 48px;
}

.promises-title, .promises-text {
    font-family: "Montserrat", sans-serif;
}

.promises-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
    color: #00569C;
}

.promises-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 24px;
    column-gap: 24px;
}

.promises-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.88) 48.75%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 3px 12px 0px rgba(0, 86, 156, 0.16);
    padding: 24px 24px 24px;
    border-radius: 8px;
}

.promises-icon {
    width: 80px;
}

.promises-icon img, .promises-image img {
    width: 100%;
}

.promises-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
}

@media (max-width: 1199px) {

    .promises {
        padding: 24px 0 48px;
        background: linear-gradient(1deg,rgba(151, 167, 191, 0.4) 66%, rgb(255, 255, 255) 100%);
    }

    .promises-header {
        gap: 8px;
        margin: 0 0 24px;
    }

    .promises-image {
        width: 120px;
    }

    .promises-wrapper {
        max-width: 100%;
        padding: 0 24px;
    }

    .promises-list {
        grid-template-columns: 1fr 1fr;
        row-gap: 16px;
        column-gap: 20px;
    }

}

@media (max-width: 770px) {

    .promises-title {
        font-size: 24px;
        line-height: 1.2;
    }

    .promises-item {
        gap: 12px;
        padding: 16px;
    }

    .promises-icon {
        width: 64px;
    }

    .promises-text {
        font-size: 14px;
    }

}

@media (max-width: 576px) {

    .promises {
        padding: 8px 0 48px;
    }

    .promises-list {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .promises-wrapper {
        padding: 0 10px;
    }

}

/*forum*/

.forum {
    padding: 40px 0 64px;
    background-color: #97A7BF;
}

.forum-wrapper {
    max-width: 1564px;
    margin: 0 auto;
    padding: 0 32px;
}

.forum-title, .forum-subtitle {
    font-family: "Montserrat", sans-serif;
    color: #FFFFFF;
}

.forum-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.forum-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    margin: 0 0 24px;
}

.forum-subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 32px;
}

.forum-list {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.forum-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.forum-content {
    display: flex;
    align-items: center;
    gap: 4px;
}

.forum-icon {
   width: 32px;
}

.forum-icon img {
    width: 100%;
}

.forum-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    color: #00569C;
    text-decoration: underline;
    transition: all .3s ease-in-out ;
    cursor: pointer;
}

.forum-description:hover {
    text-decoration: none;
}

.forum-information {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    color: #333333;
}

.forum-text {
    display: flex;
    flex-direction: column;
}

.forum-item address {
    margin: 0;
}

@media (max-width: 1199px) {

    .forum {
        padding: 40px 0 48px;
    }

    .forum-wrapper {
        max-width: 100%;
        padding: 0 24px;
    }

    .forum-description {
        font-size: 15px;
        max-width: 184px;
    }

    .forum-information{
        font-size: 16px;
    }

    .forum-item:nth-child(2), .forum-item:nth-child(3) {
        flex-direction: column;
    }

    .forum-item:nth-child(3) {
        margin: 0 0 0 55px;
    }

    .forum-item {
        gap: 4px;
    }

    .forum-subtitle {
        text-align: center;
    }

    .forum-content_decoration {
        margin: 0 0 0 -40px;
    }
}

@media (max-width: 770px) {


    .forum-title {
        font-size: 24px;
        line-height: 1.2;
    }

    .forum-subtitle {
        font-size: 16px;
        margin: 0 0 24px;
    }

}

@media (max-width: 768px) {
    
    .forum-content_decoration {
        margin: 0;
    }
}

@media (max-width: 600px) {

    .forum {
        padding: 48px 0 48px;
    }

    .forum-wrapper {
        padding: 0 10px;
    }

    .forum-list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }

    .forum-item:nth-child(2), .forum-item:nth-child(3) {
        align-items: center;
    }

    .forum-item:nth-child(3) {
        margin: 0;
    }

    .forum-description {
        max-width: 100%;
    }

    .forum-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .forum-content {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}
/* End */
/* /company/style.css?175075439218811 */
