.ac_form__active {
    position: relative;
}

.ac_form__active:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("/images/Polygon 1.png");
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: calc(50% - 8px);
    transition: all .3s ease-in-out;
}

.ac_form__submit button {
    transition: all .3s ease-in-out;
    border: 1px solid #e28383;
    user-select: none;
}

.ac_form__submit button:hover {
    background: white;
    color: #e28383;
    cursor: pointer;
}

.ac_form__wrapper {
    background: url(/images/company_form.png);
    background-repeat: no-repeat;
    background-position-x: right;
}

.ac_form__selectlist {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 60px 110px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    position: absolute;
    width: 100%;
    margin-top: 14px;
    padding: 32px;
    max-width: calc(100% - 64px);
    overflow: hidden;
}

.ac_form__select {
    position: relative;
}

.ac_form__selectlist>div:not(:last-child) {
    margin-bottom: 23px;
}

.ac_form__selectlist>div {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    position: relative;
    width: fit-content;
    padding-right: 18px;
    transition: all .3s ease-in-out;
    user-select: none;
    cursor: pointer;
}

.ac_form__selectlist div:hover {
    color: #E28383;
    padding-left: 32px;
}

.ac_form__selectlist>div:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E28383;
    position: absolute;
    width: 100vw;
    left: 100%;
    top: 10px;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.ac_form__selectlist:before {
    content: '';
    width: 32px;
    height: 100%;
    background: white;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.ac_form__selectlist>div:hover:before {
    opacity: 0.2;
}

.ac_form__selectlist {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
}

.ac_form__selectlist.open {
    height: fit-content;
    z-index: 1;
    opacity: 1;
}

img.services-item-pic {
    cursor: zoom-in;
}

.service__popUp.open {
    position: fixed;
    display: flex !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.35);
    flex-direction: column;
    justify-content: center;
}

.service__popUp__wrapper {
    margin: 0px auto;
    max-height: calc(80%);
    position: relative;
}

.service__popUp__wrapper .servicePopUpClose {
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 0px 10px;
    right: 0;
    user-select: none;
    top: 0;
    font-size: 18px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    line-height: 1;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.servicePopUpClose:hover {
    background: rgba(0, 0, 0, 0.75);
}

img.services-item-pic {
    cursor: zoom-in;
}

.service__popUp {
    display: none;
}

.container.ac_top {
    height: 600px;
    background: url(/images/company_top.png);
    background-repeat: no-repeat;
    background-position: center;
}

.container.ac_top h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 105%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-left: 48px;
    margin-bottom: 48px;
    position: relative;
    width: fit-content;
}

.container.ac_top {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.container.ac_top h1:before {
    content: '';
    position: absolute;
    background: #FFFFFF;
    height: 2px;
    width: 507px;
    right: -550px;
}

.container.ac_reviews {
    position: relative;
    margin-top: 110px;
}

.container.ac_reviews:before {
    background: #FB9AD4;
    opacity: 0.1;
    width: 100vw;
    height: 100%;
    content: '';
    position: absolute;
    left: calc(50% - 50vw);
    top: 0;
    z-index: -1;
}

section#about_company {
    overflow: hidden;
}

.container.ac_reviews>p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    display: flex;
    align-items: center;
    color: #333333;
    padding-top: 120px;
    margin-top: 0px;
    margin-bottom: 79px;
}

.ac_reviews__left>p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #333333;
    margin-bottom: 37px;
    width: 100%;
}

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

.ac_reviews__left {
    display: flex;
    flex-wrap: wrap;
}

.ac_reviews__button {
    width: 100%;
    margin-top: 64px;
}

.ac_reviews__button>button.top-btn {
    background: #E28383;
    border-radius: 40px;
    border: none;
    color: #FFFFFF;
    width: 380px;
    margin-bottom: 120px;
}

.ac_reviews__item_circle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
    height: calc(142px - 34px);
    border-radius: 50%;
    padding-top: 14px;
    padding-bottom: 20px;
    text-align: center;
    width: 142px;
}

.ac_reviews__item_circle span {
    font-family: 'OpenSansRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 54px;
    text-transform: uppercase;
    color: #333333;
}

.ac_reviews__item_stars {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.ac_reviews__item_stars svg {
    margin-left: 2px;
    margin-right: 3px;
}

.ac_reviews__left .ac_reviews__item:nth-child(2) {
    margin-right: 96px;
}

.container.ac_sert>p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    display: flex;
    align-items: center;
    color: #333333;
    margin-top: 120px;
    margin-bottom: 80px;
}

.ac_sert__top img {
    filter: drop-shadow(0px 50px 60px rgba(0, 0, 0, 0.2));
    max-width: calc(50% - 20px);
    margin-bottom: 56px;
}

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

.ac_sert__bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(120px - 56px);
}

.ac_sert__bottom img {
    max-width: calc(25% - 15px);
    filter: drop-shadow(0px 50px 60px rgba(0, 0, 0, 0.2));
    margin-bottom: 56px;
}

.container.ac_form {
    padding-top: 120px;
    position: relative;
    padding-bottom: 120px;
}

.ac_form__wrapper form>p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    display: flex;
    align-items: center;
    color: #333333;
    margin: 0px;
    margin-bottom: 80px;
}

.ac_form__active {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #E28383;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    line-height: 1;
}

.ac_form__select {
    width: 565px;
}

.ac_form__checkbox label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    align-items: center;
    color: #333333;
    padding-left: 10px;
    margin-right: 40px;
}

.ac_form__checkbox {
    margin-top: 40px;
    margin-bottom: 64px;
}

.ac_form__phone p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #333333;
    margin-bottom: 16px;
}

.ac_form__phone input {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 66px;
    width: 532px;
    height: 58px;
    padding-left: 29px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #999999;
    margin-bottom: 16px;
}

.ac_form__submit button {
    background: #E28383;
    border-radius: 40px;
    width: 100%;
    border: none;
    height: 62px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.ac_form__submit p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    color: #E28383;
    text-align: center;
    margin-top: 12px;
}

.container.ac_form:before {
    background: linear-gradient(0deg, rgba(231, 147, 143, 0.1), rgba(231, 147, 143, 0.1)), #FFFFFF;
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    left: calc(50% - 50vw);
}

.container.ac_preim>p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    display: flex;
    align-items: center;
    color: #333333;
    margin-top: 120px;
    margin-bottom: 80px;
}

.ac_preim__wr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ac_preim__item {
    width: calc(100% / 3);
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 18px;
    padding-top: 40px;
}

.ac_preim__item-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    text-align: center;
    color: #333333;
    margin-top: 32px;
    padding: 0 25px;
}

.ac_preim__item-text b {
    color: #e28383;
}

.ac_preim__wr>div:nth-child(2),
.ac_preim__wr>div:nth-child(5) {
    border-left: 1px solid rgb(159 158 162 / 20%);
    border-right: 1px solid rgb(159 158 162 / 20%);
    width: calc(100% / 3 - 2px);
}

.ac_preim__wr .ac_preim__item:not(:last-child) {
    border-bottom: 1px solid rgb(159 158 162 / 20%);
}

.container.ac_command>p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    display: flex;
    align-items: center;
    color: #333333;
    margin-top: 40px;
    margin-bottom: 80px;
}

.ac_command_wr {
    display: flex;
    justify-content: space-between;
    padding-bottom: 120px;
}

.ac_command_left img:nth-child(1) {
    margin-bottom: 37px;
}

.ac_command_right {
    width: calc(100% - 40px);
}

.ac_reviews__slider .owl-item.active:not(.center) img {
    transform: scale(0.7)translateX(70px);
    opacity: 0.5;
}

.ac_reviews__slider .owl-item.active.center+.owl-item.active img {
    transform: scale(0.7)translateX(-70px) !important;
    z-index: -1;
    position: relative;
}

.ac_reviews_item img {
    position: relative;
    transition: all .3s ease-in-out;
}

.active .ac_reviews_item img {
    opacity: 1;
}

.ac_reviews_item img {
    opacity: 0;
}

.active.center .ac_reviews_item img {
    z-index: 2;
    position: relative;
}

.owl-item.active.center {
    z-index: 1;
}

.ac_reviews__left {
    width: calc(100% - 587px);
}

.ac_reviews__right {
    width: 587px;
}

.ac_reviews__slider .owl-item:not(.active) img {
    transform: scale(0);
}

.ac_reviews__slider .owl-item:not(.active) img {
    transform: scale(0);
}

.ac_reviews__right .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 320px;
    top: calc(50% - 50px);
    left: calc(50% - 160px);
}

.ac_reviews__right .owl-nav button {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
    background: #373636 !important;
    color: white !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    font-size: 48px !important;
    line-height: 1 !important;
    font-weight: 100 !important;
}

.ac_reviews__right .owl-nav button span {
    line-height: 1 !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    font-size: 40px;
    line-height: 0px !important;
    margin-top: -8px;
}

.ac_reviews__right .owl-dots button {
    background: #373636 !important;
    opacity: 0.2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 13px;
    margin-right: 13px;
    transition: all .3s ease-in-out;
}

.ac_reviews__right .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.active.center .ac_reviews_item img {
    box-shadow: inset 1px 0px 3px rgba(255, 255, 255, 0.2);
}

.ac_reviews__right .owl-dots button.active {
    opacity: 1;
}

@media (max-width: 1200px) {
    .ac_reviews__left .ac_reviews__item:nth-child(2) {
        margin-right: 90px;
    }
    .ac_preim__item-text br {
        display: none;
    }
    .ac_command_right {
        padding-left: 40px;
    }
    .ac_command_wr {
        overflow: hidden;
    }
    .ac_command_right {
        display: flex;
        justify-content: center;
        max-width: 100%;
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .container.ac_top {
        height: 400px;
        background-size: contain;
        background-position: center;
    }
    .ac_reviews__wr {
        flex-direction: column-reverse;
        justify-content: center;
    }
    .ac_reviews__right {
        margin: 0px auto;
    }
    .ac_reviews__left {
        width: 380px;
        margin: 0px auto;
        margin-top: 30px;
    }
    .ac_sert__bottom {
        flex-wrap: wrap;
    }
    .ac_sert__bottom img {}
    .ac_form__wrapper {
        background-position-x: 125%;
    }
    .ac_command_left {
        width: 300px;
    }
    .ac_command_left img {
        max-width: 100%;
    }
    .ac_command_right {
        width: calc(100% - 380px);
        height: 445px;
        position: relative;
        padding-left: 40px;
    }
}

@media (max-width: 768px) {
    .container.ac_top {
        height: 350px;
        background-position: center;
        background-size: cover;
    }
    .breadcrambs {
        top: 0;
    }
    .breadcrambs-item {
        color: #666;
        text-decoration: none !important;
        border: none !important;
    }
    .container.ac_top h1 {
        font-weight: 600;
        font-size: 32px;
        line-height: 105%;
        margin-left: 15px;
        margin-bottom: 24px;
    }
    .container.ac_top h1:before {
        display: none;
    }
    .container.ac_reviews {
        margin-top: 64px;
    }
    .container.ac_reviews {
        padding: 0 15px;
    }
    .ac_reviews__right {
        width: 150%;
        margin-left: -25%;
    }
    .container.ac_reviews>p {
        padding-top: 64px;
        font-weight: 500;
        font-size: 28px;
        line-height: 130%;
        margin-bottom: 50px;
    }
    .ac_reviews__left>p {
        font-size: 20px;
        line-height: 24px;
    }
    .ac_reviews__item_circle {
        width: 104px;
        height: calc(104px - 14px - 19px);
        margin: 0px auto;
    }
    .ac_reviews__item_circle span {
        font-size: 30px;
        line-height: 41px;
    }
    .ac_reviews__item_circle svg {
        width: 105px;
    }
    .ac_reviews__left {
        width: 100%;
    }
    .ac_reviews__button {
        width: 297px;
        height: 58px;
        margin-top: 32px;
        margin-bottom: 64px;
    }
    .ac_reviews__button>button.top-btn {
        width: 297px;
        height: 58px;
    }
    .container.ac_sert>p {
        font-weight: 500;
        font-size: 28px;
        line-height: 130%;
        margin-top: 64px;
        margin-bottom: 48px;
    }
    .container.ac_sert {
        padding: 0 15px;
    }
    .ac_sert__top img {
        width: 100% !important;
        margin-bottom: 16px;
        max-width: 100%;
    }
    .ac_sert__top {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .ac_sert__bottom img {
        max-width: calc(50% - 8px);
        margin-bottom: 16px;
    }
    .ac_sert__bottom {
        margin-bottom: calc(64px - 16px);
    }
    .container.ac_top {
        height: 350px;
        background-position: center;
        background-size: cover;
    }
    .breadcrambs {
        top: 0;
    }
    .breadcrambs-item {
        color: #666;
        text-decoration: none !important;
        border: none !important;
    }
    .container.ac_top h1 {
        font-weight: 600;
        font-size: 32px;
        line-height: 105%;
        margin-left: 15px;
        margin-bottom: 24px;
    }
    .container.ac_top h1:before {
        display: none;
    }
    .container.ac_reviews {
        margin-top: 64px;
    }
    .container.ac_reviews {
        padding: 0 15px;
    }
    .ac_reviews__right {
        width: 150%;
        margin-left: -25%;
    }
    .container.ac_reviews>p {
        padding-top: 64px;
        font-weight: 500;
        font-size: 28px;
        line-height: 130%;
        margin-bottom: 50px;
    }
    .ac_reviews__left>p {
        font-size: 20px;
        line-height: 24px;
    }
    .ac_reviews__item_circle {
        width: 104px;
        height: calc(104px - 14px - 19px);
        margin: 0px auto;
    }
    .ac_reviews__item_circle span {
        font-size: 30px;
        line-height: 41px;
    }
    .ac_reviews__item_circle svg {
        width: 105px;
    }
    .ac_reviews__left {
        width: 100%;
    }
    .ac_reviews__button {
        width: 297px;
        height: 58px;
        margin-top: 32px;
        margin-bottom: 64px;
    }
    .ac_reviews__button>button.top-btn {
        width: 297px;
        height: 58px;
    }
    .container.ac_sert>p {
        font-weight: 500;
        font-size: 28px;
        line-height: 130%;
        margin-top: 64px;
        margin-bottom: 48px;
    }
    .container.ac_sert {
        padding: 0 15px;
    }
    .ac_sert__top img {
        width: 100% !important;
        margin-bottom: 16px;
        max-width: 100%;
    }
    .ac_sert__top {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .ac_sert__bottom img {
        max-width: calc(50% - 8px);
        margin-bottom: 16px;
    }
    .ac_sert__bottom {
        margin-bottom: calc(64px - 16px);
    }
    .container.ac_form {
        padding: 63px 15px;
    }
    .ac_form__wrapper {
        background: none;
    }
    .ac_form__wrapper form>p {
        font-weight: 500;
        font-size: 28px;
        line-height: 130%;
        margin-bottom: 48px;
    }
    .ac_form__active {
        font-weight: 400;
        font-size: 24px;
        line-height: 130%;
    }
    .ac_form__select {
        width: 100%;
    }
    .ac_form__checkbox {
        margin-bottom: 40px;
    }
    .ac_form__phone input {
        max-width: calc(100% - 29px);
    }
    .container.ac_preim {
        padding: 0 15px;
    }
    .container.ac_preim>p {
        font-weight: 500;
        font-size: 28px;
        line-height: 130%;
    }
    .container.ac_preim>p br {
        display: none;
    }
    .ac_preim__item {
        width: 100% !important;
        border-left: none !important;
        border-right: none !important;
    }
    .ac_preim__item-text {
        font-size: 16px;
        line-height: 150%;
        padding: 0px 15px;
    }
    .container.ac_command>p {
        font-size: 28px;
        line-height: 130%;
        margin-bottom: 42px;
        margin-top: 20px;
    }
    .container.ac_command {
        padding: 0 15px;
    }
    .ac_command_left {
        width: 100% !important;
    }
    .ac_command_right {
        width: 100% !important;
        height: auto !important;
        padding: 0px !important;
    }
    .ac_command_wr {
        display: flex;
        flex-direction: column;
        padding-bottom: 64px;
    }
    .ac_command_left img {
        margin-bottom: 16px !important;
    }
    .ac_command_right img {
        max-width: 100% !important;
        display: block !important;
    }
    .service__popUp__wrapper {
        max-height: 100% !important;
    }
    .service__popUp.open {
        max-width: 100% !important;
    }
    .service__popUp__wrapper {
        max-width: 100% !important;
    }
    .service__popUp__wrapper img {
        max-width: 100% !important;
    }
}