/****************************/
.captcha {
    margin-top: 10px;
    float: left;
}

#block-webform-3 .captcha {
    margin-left: 15px;
}

.region-featured-bottom-first-wrap {
    overflow: hidden;
}

.block-views-blockfaq-block-promo {
    position: relative;
    background-color: #000;
    padding-bottom: 90px;
}

.block-views-blockfaq-block-promo::before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    left: calc(50% - 50vw);
    z-index: 0;
    background-color: #000;    
}

.block-views-blockfaq-block-promo .content {
    position: relative;
    z-index: 1;
}

.faq__block-title {
    padding-top: 90px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
}

.faq-item {
    margin-bottom: 3px;
    color: #101010;
    background-color: #fff;
}
.faq__top {
    display: flex;
    align-items: center;
    padding: 20px 35px 20px 0;
    position: relative;
    cursor: pointer;
}

.faq__top::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 36px;
    position: absolute;
    right: 36px;
    top: calc(50% - 36px / 2);
    background-image: url(../images/arrow--red.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.faq-item--active.faq__top::after {
    transform: rotate(180deg);
}

.faq__toggler {
    display: inline-block;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    margin-right: 20px;
    position: relative;
    font-size: 0;
    border: 1px solid #df2926;
    border-radius: 50%;
    
}
.faq__toggler::before,
.faq__toggler::after {
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #df2926;
    transition: transform ease 0.35s;
}

.faq__toggler::after {
    transform: rotate(90deg);
}

.faq-item--active .faq__toggler::after {    
    transform: rotate(0deg);
}
.faq__title {
    font-size: 24px;
    font-weight: 600;
    transform: scale(0.8);
    transform-origin: left center;
    transition: transform ease 0.35s;
    will-change: transform;
}

.faq-item--active .faq__title {
    transform: scale(1);
}

.faq__content {
    padding-right: 35px;
    padding-bottom: 20px;
    padding-left: 55px;
    position: relative;
    display: none;
    max-width: 75%;
}

.faq__description {
    width: 100%;
    flex: auto;
}
.faq__description ul {
    padding-left: 0;
    list-style: none;
}
.faq__description li {
    padding-left: 22px;
    margin-bottom: 25px;
    position: relative;    
    font-size: 16px;
    font-weight: 500;
}

.faq__description li:last-of-type {
    margin-bottom: 0;
}

.faq__description li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.625em;
    border-top: 8px solid #df2926;
    border-left: 8px solid transparent;
    -webkit-transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
}


.faq__author {
    text-align: left;
}
.faq__author-image {
    /* width: 124px;
    height: 124px; */
    margin-bottom: 25px;
    border-radius: 50%;
    overflow: hidden;
    width: fit-content;
}

.faq__author-image img {
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
}
.faq__author-name {
    font-size: 22px;
    font-weight: 600;
}
.faq__author-role {
    font-size: 14px;
    font-weight: 500;
}

.block-views-blockfaq-block-promo .view-footer {
    margin-top: 60px;
}

.grecaptcha-badge {
    display: none;
}

/*** .sale-solutions */
.sale-solutions {
    padding-top: 75px;
    padding-bottom: 180px;
    background-color: #f4f4f4;
}

.sale-solutions h2 {
    max-width: 840px;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 0.9;
    color: #000;
}

.field--name-field-sale-solutions,
.sale-solutions__list {
    display: flex;
    flex-wrap: wrap;
    gap: 45px 70px;
    margin-top: 45px;
}

.field--name-field-sale-solutions > div:last-child {
    display: block;
}

.field--name-field-sale-solutions > .field__item,
.sale-solutions__item {
    display: flex;
    flex-direction: column;
    /* width: calc(25% - 210px / 4); */
    padding-top: 25px;
    position: relative;
    font-weight: normal;
    line-height: 1.4;
    color: #4F4F4F;
}

.field--name-field-sale-solutions > .field__item:before,
.sale-solutions__item::before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}


.sale-solutions__item-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.25;
    color: #000000;
}

.sale-solutions__item-title a {
    text-decoration-line: underline;
}

.sale-solutions__item-title:hover {
    text-decoration-line: none;
}

.sale-solutions__item-title a:hover {
    color: #ED1849;
    text-decoration: none;
}

.sale-solutions__item-text {
    margin-top: 3px;
    font-size: 15px;
}
.sale-solutions__item-price {
    margin-top: auto;
    font-style: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}

.field--name-field-sale-solutions .sale-solutions__consult > div,
.sale-solutions__consult {
    display: flex;
    justify-content: flex-end;
    width: calc(50% - 210px / 4);
    margin-left: auto;
    position: relative;
}

.field--name-field-sale-solutions .sale-solutions__consult > div {
    width: 100%;
}

.view-frontpage {
    display: none;
}

.sale-solutions__consult::before,
.sale-solutions__consult::after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 0;
}
.sale-solutions__consult::before {
    width: 133px;
    height: 123px;
    top: 0;
    left: 10%;
    background-image: url(../images/triangle-white.svg);
}
.sale-solutions__consult::after {
    width: 310px;
    height: 310px;
    top: 4px;
    right: 3.7%;
    background-image: url(../images/triangle-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.sale-solutions__link-form {
    max-width: 247px;
    margin-top: 145px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.25;
    text-decoration-line: underline;
    color: #000000;
}
.js-form-submit {
}
.form-submit {
}
/** / .sale-solutions */

/*** Pluses */
.pluses {
    padding-top: 126px;
    padding-bottom: 30px;
    position: relative;
    background-color: #fff;
    color: #000;
}
.pluses__block-title {
    max-width: 850px;
    margin: 0;
    font-size: 60px;
    line-height: 1.25;
}
.pluses__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 60px;
    margin-top: 150px;
}
.pluses__item {
    padding-top: 31px;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    color: #4F4F4F;
}
.pluses__item--hand {
    padding-top: 0;
    font-size: 25px;
    line-height: 1.25;
    color: #000000;
}
.pluses__item::before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 3px;
    position: absolute;
    top: 3px;
    left: 0;
    background-color: #000;
}

.pluses__item--hand::before {
    display: none;
}

.pluses__item--hand::after {
    content: '';
    display: inline-block;
    width: 110px;
    height: 71px;
    margin-top: 30px;
    background-image: url('/sites/default/files/2022-10/Vector.svg');
    background-size: contain;    
    background-repeat: no-repeat;
}
.pluses__item .h3 {
    min-height: 68px;
    margin-bottom: 7px;
    font-size: 25px;
    font-weight: 700;
    color: #000000;
}
/** /Pluses */


/*** Employee */
.employee {
    padding-top: 110px;
    padding-bottom: 88px;
    background-color: #f4f4f4;
    overflow: hidden;
}
.employee__content-wrapper {
    /*! display: grid; */
    /*! grid-template-columns: auto auto; */
    /*! gap: 0 60px; */ 
}
.employee__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 490px;
    /* padding-left: 100px; */
    /* margin-left: -100px; */
    position: relative;
    /* display: none; */
}

.employee__list::before {
    content: '';
    display: inline-block;
    width: 579px;
    height: 516px;
    position: absolute;
    top: 76px;
    left: -98px;
    /* background-image: url(../images/command.svg); */
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.employee__item {
    width: 200px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
}

.employee__item:nth-of-type(2) {
    margin-top: 123px;
}
.employee__item:nth-of-type(3) {
    margin-top: 20px;
    margin-left: 110px;
}
.employee__item-photo {
    margin-bottom: 15px;
}
.employee__item-text {
    padding-left: 40px;
    line-height: 1.4;
}
.employee__item-text p {
    margin-bottom: 0;
}
.employee__item-text strong {
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
    color: #000;
}

.employee__block-text {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 57px 70px;
    padding-top: 72px;
}

@media (min-width: 1500px) {
    .employee__block-text {
        margin-right: -100px;
    }
}


.employee__block-text > div {
    /* grid-column: span 2; */
    padding: 0 28px;
}
.employee__block-text > div:nth-of-type(1) p {
    max-width: 560px;
}
.employee__block-text > div:nth-of-type(n + 2) {
    width: 260px;
}

.employee__block-text h2 {
    margin-bottom: 16px;
    line-height: 1.25;
    color: #000;
    font-size: 30px;
}
.employee__block-text h3 {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.employee__block-text p {
    margin-bottom: 0;
}

/** /Employee */


/*** Form-consult */
.b-form-consultation {
    padding-top: 91px;
    padding-bottom: 94px;
}
.container {
}
.b-form-consultation h2 {
    color: #000;
}

.form-consultation__note {
    margin-top: 32px;
    font-size: 15px;
    font-weight: 700;
}

.b-form-consultation form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
    margin-top: 47px;
}

.b-form-consultation input[type="text"] {
    width: 290px;
    font-size: 18px;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    line-height: 36px;
}
/** /Form-consult */

@media (min-width: 1200px) {
    #block-webform #edit-right #edit-container-row-02 .form-group {
        float: right;
    }
    .captcha {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {    
    .pluses {
        padding-top: 70px;
    }

    .pluses__list {
        margin-top: 100px;
    }
}
/** /@media (max-width: 1199px) */

@media (max-width: 1199px) and (min-width: 992px) {
    .logo {
        margin-left: 16px;
    }

    .navbar-brand {
        margin-right: 40px;
    }

    #block-bitriks24ssylka {
        margin-left: 40px;
    }
    #block-telefon {
        margin-right: 16px;
        margin-left: 40px;
    }

    .employee {
        padding-top: 90px;
    }

    .employee__content-wrapper {
        row-gap: 30px;
    }

    .employee__list {
        width: 330px;
        align-content: flex-start;
    }
    
    .employee__list::before {
        width: calc(100% + 30px);
        height: 330px;
        left: -30px;
        background-size: 400px;
        background-position: right top;
    }
    .employee__item {
        width: 150px;
    }

    .employee__item:nth-of-type(2) {
        margin-top: 70px;
    }

    .employee__item:nth-of-type(3) {
        margin-left: 50px;
    }
    .employee__item img {
        max-width: 100%;
    }

    .employee__item-text {
        padding-left: 0;
        text-align: center;
    }

    .employee__block-text {
        padding-top: 0;
        gap: 30px 30px;
    }

    .employee__block-text > div:nth-of-type(n + 2) {
        width: calc(50% - 15px);
    }
}

@media (max-width: 991px) {
    .faq__top {
        padding: 15px 20px;
    }
    .block-komanda .field--name-field-member > .field__item .paragraph--type--comand .field--name-field-comand-descr p{
        /* padding-left: 40px !important; */
        /* text-align: left; */
    }
    .faq__toggler {
        width: 22px;
        height: 22px;
    }

    .faq__toggler::before, 
    .faq__toggler::after  {
        width: 14px;
    }

    .faq__block-title {
        padding-top: 40px;
        margin-bottom: 30px;
        font-size: 32px;
    }

    .faq__top::after {
        display: none;
    }

    .faq__content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .faq__title {
        margin-bottom: 0;
        font-size: 18px;
    }

    .faq__description li {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .faq__description li::before {
        top: 0.4em;
    }

    .block-views-blockfaq-block-promo .view-footer {
        margin-top: 30px;
    }

    .sale-solutions__list {
        gap: 80px 9.5%;
    }

    /* .sale-solutions__item {
        width: 27%;
    } */

    .sale-solutions__consult {
        justify-content: center;
        width: 100%;
        margin-top: 0;
    }
    
    .sale-solutions__consult::before {
        width: 72px;
        height: 83px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .sale-solutions__consult::after {
        width: 86px;
    }
    .sale-solutions__link-form {
        max-width: 100%;
        width: auto;
        margin-top: 0;
    }

    #block-bitriks24ssylka {
        display: none;
    }

    .pluses__block-title {
        font-size: 45px;
    }

    .pluses__item--hand::after {
        transform: rotate(90deg);
    }
    .faq__content {
        max-width: 100%;
    }

}
/** /@media (max-width: 991px) */

@media (max-width: 991px) and (min-width: 768px) {
    .pluses .container {
        position: relative;
    }

    .pluses__block-title {
        padding-right: 250px;
    }

    .pluses__list {
        grid-template-columns: 1fr;
    }

    .pluses__item--hand {
        display: flex;
        flex-direction: column;
        margin-top: 0;
        font-size: 25px;
        padding-bottom: 80px;
    }    
}

@media (max-width: 767px) {
    .pluses__list {
        grid-template-columns: 1fr;
    }

    .pluses__item--hand {
        display: flex;
        flex-direction: column;
        margin-top: 0;
        font-size: 25px;
        padding-bottom: 80px;
    } 
    .faq__block-title {
        font-size: 24px;
    }
    .fixed-phone-block__open {
        /* width: 60px; */
        /* height: 60px; */
    }

    .fixed-phone-block__open-link {
        width: 60px;
        height: 60px;
    }
    
}

@media (max-width: 575px) {
    .faq-item {
        width: calc(100% + 2 * 0.9375rem);
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
        position: relative;
    }

    .faq-item::before {
        /* content: '';
        width: 100vw;
        height: 100%;
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: #fff; */
    }
}

@media (max-width: 400px) {
    .block-views-blockfaq-block-promo .view-footer .btn {   
        width: 100%;
    }
}