/*
Thema Name: abategTheme
*/

@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap);

.chief__achievements {
    padding-top: 30px;
}

.chief__achievement__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
}

.chief__achievement__descr {
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
    padding-top: 10px;
}

.switchLogo {
    fill: #2C1075 !important;
    transition: all 1s;
}

.getMenuLinks {
    color: #000 !important;
    transition: all 0.5s;
}


.middleText__left-audit {
    padding-left: 90px;
    padding-top: 40px;
}


.btns {
    all: unset;
    border: 1px solid #2c1075;
    -webkit-filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, .15));
    filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, .15));
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 17px;
    transition: all .5s;
    display: inline-block;
    width: auto;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.btns:after {
    position: absolute;
    left: -100%;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #493087;
    transition: all .5s;
    z-index: -1
}

.btns:hover {
    color: #000;
    z-index: 100;
    color: #fff;
    border: 1px solid #2c1075
}

.btns:hover:after {
    left: 0;
    top: 0
}

@media (min-width:1440px) {
    .container {
        max-width: 1170px
    }
}

@media (max-width:1440px) {
    .container {
        max-width: 1170px
    }
}

@media (max-width:1200px) {
    .container {
        max-width: 960px
    }
}

@media (max-width:996px) {
    .container {
        max-width: 720px
    }
}

@media (max-width:768px) {
    .container {
        max-width: 560px
    }
}

@media (max-width:576px) {
    .container {
        width: 100%;
        padding: 0 15px
    }
}

* {
    font-family: Quicksand, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    position: relative
}

button {
    cursor: pointer
}

.container {
    margin: 0 auto
}

.hidden {
    overflow: hidden;
    transition: all 1s
}

.forMobil {
    display: none
}

.openServ__active .openServ-span-1 {
    transform: rotate(-50deg) translateX(3px) translateY(-1px)
}

.openServ__active .openServ-span-2 {
    transform: rotate(50deg) translateX(-3px) translateY(-1px)
}

.openServ-span {
    margin-left: 15px;
    display: flex;
    margin-top: 7px
}

.openServ-span-1 {
    transition: all 1s;
    display: block;
    width: 3px;
    height: 15px;
    background: #000;
    transform: rotate(-50deg) translateX(-2px) translateY(-4px)
}

.openServ-span-2 {
    transition: all 1s;
    display: block;
    width: 3px;
    height: 15px;
    background: #000;
    transform: rotate(50deg) translateX(0) translateY(-3px)
}

.hamburger {
    row-gap: 5px;
    cursor: pointer;
    transition: all 1s;
    display: none
}

.hamburger span {
    transition: all 1s;
    width: 25px;
    display: block;
    height: 2px;
    background: #000;
    margin-top: 5px
}

.hamburger__active {
    transition: all 1s
}

.hamburger__active span:nth-child(1) {
    transform: rotate(45deg) translateX(5px) translateY(5px)
}

.hamburger__active span:nth-child(2) {
    opacity: 0;
    visibility: hidden
}

.hamburger__active span:nth-child(3) {
    transform: rotate(-45deg) translateX(5px) translateY(-5px)
}

.header {
    z-index: 100;
    padding-top: 30px;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    transition: all .5s
}

.header__active {
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.25);
    background: #EEEEEE
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px
}

.submenu {
    background: #fff;
    padding-top: 100px;
    height: 100vh;
    padding-bottom: 50px;
    position: absolute;
    transition: all 1s;
    left: -100%;
    width: 100%;
    opacity: 0
}

.submenu__active {
    left: 0;
    opacity: 1;
    border-radius: 0
}

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

.submenu__pages {
    width: 23.5%;
    list-style-type: none;
}

.submenu__pages a {
    all: unset;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    padding-top: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;

}

.submenu__pages li {
    list-style-type: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    padding-top: 15px;
}

.submenu__item {
    /* list-style-type: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    padding-top: 15px; */
}

/* .submenu__pages li:first-child {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    padding-top: 0
} */

.submenu__pages li a {
    all: unset;
    cursor: pointer
}

.promo {
    padding-top: 30px;
    padding-bottom: 75px;
    background: url(assets/img/bg/promoBg.jpg) center center/cover no-repeat
}

.promo__header__wrapper {
    display: flex;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden
}

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

.promo__nav__item {
    list-style-type: none;
    cursor: pointer;
    padding-right: 50px
}

.promo__nav__item a {
	display: flex;
	align-items: center;
	
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase
}

.promo__nav__item:last-child {
    padding-right: 0
}

.promo__wrapper {
    padding-top: 135px;
    width: 75%;
    margin: 0 auto;
    color: #fff
}

.promo__wrapper__title {
    font-weight: 600;
    font-size: 44px;
    line-height: 130%;
    text-align: center
}

.promo__wrapper__descr {
    margin: 0 auto;
    width: 75%;
    padding-top: 20px;
    font-weight: 500;
    font-size: 25px;
    line-height: 130%;
    text-align: center
}

.promo__wrapper__btn {
    all: unset;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 44px;
    border: 1.5px solid silver;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 50px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 10;
    transition: all .5s
}

.promo__wrapper__btn:after {
    position: absolute;
    left: 0;
    top: -100%;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .5s;
    z-index: -1
}

.promo__wrapper__btn:hover {
    color: #000;
    z-index: 100
}

.promo__wrapper__btn:hover:after {
    left: 0;
    top: 0
}

@-webkit-keyframes mouse {
    0% {
        opacity: 0;
        transform: translateY(0)
    }

    15% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(10px)
    }
}

@keyframes mouse {
    0% {
        opacity: 0;
        transform: translateY(0)
    }

    15% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(10px)
    }
}

.promo__wrapper__mouse {
    margin: 0 auto;
    margin-top: 52px;
    display: flex;
    justify-content: center
}

.promo__wrapper__mouse-anim {
    -webkit-animation-name: mouse;
    animation-name: mouse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.aboutUs {
    padding-top: 100px;
    padding-bottom: 160px;
    position: relative
}

.aboutUs__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.aboutUs__btn {
    margin-top: 20px;
    padding: 12px 50px
}

.aboutUs__arrow {
    position: absolute;
    bottom: 3%;
    left: 10%
}

.aboutUs__img {
    width: 45%
}

.aboutUs__img img {
    width: 100%
}

.aboutUs__text {
    display: flex;
    align-items: flex-start;
    width: 42%;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.aboutUs__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%
}

.aboutUs__title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: scaleX(-1) scaleY(-1);
    color: #2c1075;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%
}

.ourServises {
    padding-top: 100px;
    padding-bottom: 120px;
    background: #eee;
    position: relative
}

.ourServises__arrow {
    position: absolute;
    right: 7%;
    bottom: 5%
}

.ourServises__title {
    font-weight: 600;
    font-size: 44px;
    line-height: 100%;
    text-align: center
}

.ourServises__wrapper {
    padding-top: 65px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 65px
}

.ourServises__item {
    width: 31%;
    display: flex
}

.ourServises__item__icon {
    margin-right: 55px;
    -webkit-filter: drop-shadow(8px 5px 13px rgba(0, 0, 0, .2));
    filter: drop-shadow(8px 5px 13px rgba(0, 0, 0, .2))
}

.ourServises__item__descr__title {
    all: unset;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    padding-bottom: 15px;
    text-transform: uppercase
}

.ourServises__item__descr__txt {
    padding-top: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%
}

.ourServises__item__descr__txt:first-child {
    padding-top: 0
}

.plus {
    padding: 75px 0;
    background: #e3e3e3
}

.plus__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.plus__line {
    width: 2px;
    height: 60px;
    border: 1px solid #000
}

.plus__item {
    width: 29%;
    align-items: center;
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.plus__item__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase
}

.plus__item__descr {
    padding-top: 7px;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    text-transform: uppercase
}

.contactUs {
    padding-top: 100px;
    padding-bottom: 120px;
    background: #fbfbfb
}

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

.contactUs__title {
    font-weight: 600;
    font-size: 44px;
    line-height: 100%
}

.contactUs__descr {
    padding-top: 15px;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%
}

.contactUs__forms {
    width: 50%
}

.contactUs__btn {
    margin-top: 15px;
    text-transform: uppercase;
    background: #000;
    border: 1.5px solid silver;
    padding: 12px 33px;
    color: #fff;
    transition: all .5s
}

.wpcf7-not-valid-tip {
    margin-top: 4px;
}

.wpcf7 form .wpcf7-response-output {
    border: transparent;
    margin: 0;
    padding: 0;
}

.wpcf7-response-output {
    all: unset;
}

.contactUs__btn:hover {
    color: #000;
    background: #fff
}

.contactUs__form {
    padding-top: 55px
}

.contactUs__form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;

    /* display: grid; */
    /* grid-template-columns: repeat(2, 230px); */
    /* grid-template-rows: repeat(4, 1fr); */
}

.contactUs__form form p {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    width: 49%;
    font-weight: 500;
    font-size: 12px;
    height: min-content;
    line-height: 100%;
    text-transform: uppercase
}

.contactUs__form form p label br {
    display: none;
}

.large-label br {
    display: none;
}

.contactUs__form form p br {
    display: block;
}

.contactUs__form form label {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    width: 49%;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase
}

.contactUs__form form input {
    margin-top: 5px !important;
    display: block;
    background: #fff;
    border: 1px solid rgba(126, 126, 126, .29);
    width: 100%;
    height: 40px;
    padding-left: 12px;
    font-size: 14px
}

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
    margin-top: 5px !important;
}

.intl-tel-input {
    margin-top: 5px !important;
}

.contactUs__inform {
    padding-right: 10%;
    width: 35%
}

.contactUs__inform__txt {
    padding-top: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%
}

.footer {
    background: #eeee;
    padding-top: 30px;
    padding-bottom: 20px
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer__agree {
    display: flex;
    column-gap: 15px;
}

.footer__agree a {
    all: unset;
    color: #000;
    cursor: pointer
}

.key {
    padding-top: 150px;
    margin-top: -150px
}

.taxPromo {
    padding-top: 170px;
    padding-bottom: 100px;
    position: relative
}

.taxPromo__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.taxPromo__collage {
    width: 45%
}

.taxPromo__collage img {
    width: 100%
}

.taxPromo__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #2c1075
}

.taxPromo__img {
    width: 43%
}

.taxPromo__img img {
    width: 100%
}

.taxPromo__text {
    width: 33%;
    padding-top: 35px
}

.taxPromo__descr {
    padding-top: 15px;
    padding-left: 15%;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%
}

.taxPromo__line {
    width: 2px;
    height: 205px;
    background: #cecece
}

.taxPromo__arrow {
    position: absolute;
    right: 5%;
    bottom: 3%
}

.taxPromo__btn {
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%
}

.taxWeProvide {
    background: #e4e4e4;
    padding: 45px 0
}

.taxWeProvide__wrapper {
    padding-top: 40px;
    display: flex;
    justify-content: space-evenly
}

.taxWeProvide__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    text-align: center
}

.taxWeProvide__item {
    text-align: center;
    row-gap: 15px;
    width: 400px
}

.taxWeProvide__descr {
    font-weight: 400;
    font-size: 19px;
    line-height: 120%;
    text-transform: uppercase
}

.taxWeProvide__content {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    text-align: left
}

.taxWeProvide__line {
    width: 2px;
    height: 60px;
    background: #000
}

.middleText {
    padding-top: 75px;
    padding-bottom: 140px;
    background: #fbfbfb;
    overflow: hidden
}

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

.middleText__title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: scaleX(-1) scaleY(-1);
    font-weight: 600;
    font-size: 44px;
    line-height: 100%;
    text-transform: uppercase
}

.middleText__title-TAX {
    height: 425px
}

.middleText__left {
    padding-left: 14%;
    display: flex
}

.middleText__right {
    padding-right: 9%
}

.middleText__descr {
    margin-top: 148px;
    padding-left: 48px;
    width: 300px;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    position: relative
}

.middleText__descr:before {
    content: '';
    display: block;
    position: absolute;
    background: url(assets/img/middleText-arrow.svg) center no-repeat;
    width: 39px;
    height: 55px;
    top: -33px;
    left: 16px
}

.middleText__img {
    padding-top: 40px;
    position: relative
}

.middleText__img-img {
    position: relative;
    z-index: 5
}

.middleText__white {
    position: absolute;
    bottom: -17%;
    right: -33%;
    z-index: 1
}

.taxPlus {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #f3f3f3
}

.taxPlus__wrapper {
    row-gap: 70px;
    display: grid
}

.taxPlus__title {
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #2c1075
}

.taxPlus__items {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 45px
}

.taxPlus__item {
    width: 32%;
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.taxPlus__item__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase
}

.openWhiteBlock {
    background: #ccc;
    padding-top: 100px;
    padding-bottom: 70px
}

.openWhiteBlock__wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 55px
}

.openWhiteBlock__title {
    font-weight: 600;
    font-size: 44px;
    line-height: 100%;
    color: #2c1075;
    padding-bottom: 30px;
    text-transform: uppercase
}

.openWhiteBlock__subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #2c1075;
    padding-bottom: 10px
}

.openWhiteBlock__btn {
    display: flex;
    justify-content: center;
    width: 17px;
    margin: 0 auto;
    margin-top: 19px;
    cursor: pointer
}

.openWhiteBlock__img {
    width: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    z-index: 5;
    top: -40px
}

.openWhiteBlock__item {
    width: 45%;
    display: flex;
    position: relative;
    justify-content: flex-end
}

.openWhiteBlock__item__block {
    transition: all .5s;
    background: #fff;
    box-shadow: 5px 4px 4px rgba(0, 0, 0, .25);
    padding: 25px 40px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 10;
    right: 0;
    width: 330px;
    top: 40px;
    transition: all 1s;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%
}

.bbb {
    max-height: 250px
}

.advistory__openWhiteBlock__circle {
    position: absolute;
    top: 40%;
    left: -27%;
    z-index: 1
}

.block span {
    display: block
}

.opacity span {
    transition: all 1s;
    opacity: 1
}

.open {
    cursor: pointer;
    transition: all 2s
}

.open span {
    opacity: 0;
    display: none
}

.open__active {
    transition: all 12s
}

.open__active span {
    opacity: 1;
    display: block
}

.open__active .readMore {
    background: linear-gradient(180deg, #333 57.81%, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: all .6s
}

.readMore {
    position: relative;
    background: linear-gradient(180deg, #333 57.81%, rgba(51, 51, 51, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: all .6s
}

.middleText__title-ADVISTORY {
    height: 320px
}

.provide_title {
    padding-top: 140px;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #2c1075;
    text-align: center
}

.taxOutServ {
    padding: 100px 0;
    background: #fff
}

.taxOutServ__wrapper {
    padding-top: 65px;
    display: flex;
    justify-content: space-between
}

.taxOutServ__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #2c1075;
    text-align: center
}

.taxOutServ__item {
    width: 24.5%
}

.taxOutServ__icon {
    display: flex;
    justify-content: center;
    height: 70px
}

.taxOutServ__icon img {
    width: 100%
}

.taxOutServ__descr {
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    padding-top: 25px;
    text-align: center
}

.audit__text {
    width: 42%
}

.middleText__title-audit {
    /* height: 449px */
    transform: none;
    writing-mode: unset;
}

.advistory__wrapper {
    padding-top: 100px
}

.taxPlus__item__descr-outsourcing {
    text-transform: none
}

.taxPlus__wrapper-outsourcing {
    padding-top: 75px
}

.middleText__title-outsourcing {
    height: 440px
}

.taxPromo__text-outsourcing {
    width: 40%
}

.taxPlus__title-outsourcing {
    padding-bottom: 45px
}

.taxWeProvide__btn {
    margin-top: 15px
}

.contactPage {
    padding-top: 90px
}

.chief {
    padding-top: 190px;
    padding-bottom: 190px
}

.chief__wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    /* -moz-column-gap: 110px; */
    /* column-gap: 110px */
}

.chief-arrow {
    position: absolute;
    bottom: -10%
}

.chief__titles {
    display: flex
}

.chief__title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: scaleX(-1) scaleY(-1);
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    max-height: 600px
}

.chief__subtitle {
    text-align: right;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: scaleX(-1) scaleY(-1);
    color: #2C1075;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    padding-right: 35px
}

.chief__descr {
    /* padding-top: 150px */
    padding-left: 50px;
    padding-right: 160px;
}

.chief__descr__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: #000;
    text-transform: uppercase
}

.chief__descr__subtitle {
    font-weight: 700;
    font-size: 19px;
    line-height: 120%;
    padding-top: 10px
}

.chief__descr__txt {
    padding-top: 20px;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%
}

.chief__img {
    position: relative;
    height: min-content;
}

.chief__img-circle {
    position: absolute;
    right: -15%;
    bottom: -5%;
}

.anotherMiddleText {
    margin-top: 55px;
    padding-left: 65px;
    width: 350px;
    margin-left: 40px;
}

@media (max-width:1200px) {
    .chief__img-circle {
        width: 150px !important;
    }

    .promo__wrapper {
        width: 90%
    }

    .ourServises__item__icon {
        margin-right: 33px
    }

    .plus__item__title {
        font-size: 22px
    }

    .middleText__right {
        padding-right: 2%
    }

    .taxPromo__text {
        width: 42%
    }

    .taxPromo__title {
        font-size: 41px
    }

    .middleText {
        padding-bottom: 90px
    }

    .middleText__title {
        font-size: 40px
    }

    .openWhiteBlock__title {
        padding-bottom: 30px
    }

    .taxOutServ__item {
        width: 24%
    }

    .middleText__white {
        width: 180px
    }

    .taxPlus__item__descr {
        font-size: 16px
    }

    .taxPlus {
        padding-top: 80px;
        padding-bottom: 80px;
        background: #f3f3f3
    }

    .taxPromo__title {
        font-size: 32px
    }

    .chief__wrapper {
        /* -moz-column-gap: 60px;
        column-gap: 60px */
    }

    .chief__title {
        height: 530px
    }

    .chief__img img {
        width: 280px
    }

    .chief__descr {
        /* padding-top: 144px */
    }
}

@media (max-width:996px) {
    .chief__descr {
        padding-right: 50px;
        padding-left: 30px;
    }

    .anotherMiddleText {
        margin-top: 45px;
        /* padding-left: 19px; */
        width: 300px;
        margin-left: 0px;
    }

    .aboutUs__arrow svg {
        width: 70px
    }

    .aboutUs {
        padding-bottom: 110px
    }

    .ourServises__arrow svg {
        width: 70px
    }

    .middleText__title-outsourcing {
        font-size: 32px;
        height: 320px
    }

    .middleText {
        padding-bottom: 70px
    }

    .chief__wrapper {
        /* -moz-column-gap: 30px;
        column-gap: 30px */
    }

    .chief__title {
        height: 530px;
        font-size: 38px
    }

    .chief {
        padding-top: 130px;
        padding-bottom: 160px
    }


    .chief__descr__title {
        font-size: 24px
    }

    .chief__subtitle {
        font-size: 30px;
        padding-right: 15px
    }

    .chief__descr__txt {
        padding-top: 20px;
        font-size: 15px
    }

    .chief__img-circle {
        right: -15%;
        width: 130px !important
    }

    .chief__img {
        padding-top: 50px
    }

    .chief__img img {
        width: 230px
    }

    .plus__icon img {
        width: 40px
    }

    .middleText__title-ADVISTORY {
        height: 288px
    }

    .provide_title {
        padding-top: 65px
    }

    .promo {
        padding-bottom: 50px
    }

    .promo__wrapper__title {
        font-size: 34px
    }

    .promo__wrapper__descr {
        width: 100%;
        padding-top: 10px;
        font-size: 22px
    }

    .promo__nav__item {
        padding-right: 25px
    }

    .promo__wrapper__mouse {
        margin-top: 35px
    }

    .aboutUs__line {
        display: none
    }

    .aboutUs__text {
        width: 55%;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .aboutUs__img {
        width: 40%
    }

    .ourServises__item {
        width: 48%;
        display: flex
    }

    .ourServises__wrapper {
        row-gap: 40px
    }

    .ourServises {
        padding-top: 60px
    }

    .plus__wrapper {
        row-gap: 60px;
        flex-wrap: wrap
    }

    .plus__item {
        width: 48%
    }

    .middleText__title-audit {
        /* height: 330px; */
        font-size: 32px
    }

    .plus__line {
        display: none
    }

    .plus {
        padding: 50px 0
    }

    .plus__item__descr {
        font-size: 14px
    }

    .contactUs__inform {
        padding-right: 0
    }

    .contactUs__inform {
        width: 36%
    }

    .contactUs__inform img {
        width: 180px
    }

    .contactUs__descr {
        font-size: 18px
    }

    .contactUs__forms {
        width: 55%
    }

    .contactUs {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .audit__text {
        width: 50%
    }

    .taxPromo__line {
        display: none
    }

    .taxPromo__descr {
        padding-left: 8%
    }

    .middleText__img-img {
        width: 220px;
        padding-top: 70px
    }

    .middleText__white {
        width: 129px
    }

    .middleText__left {
        padding-left: 5%;
        display: flex
    }

    .middleText {
        padding-bottom: 100px
    }

    .openWhiteBlock__item__block {
        width: 265px
    }

    .openWhiteBlock__item__block {
        font-size: 16px;
        padding: 20px 30px
    }

    .openWhiteBlock__subtitle {
        font-size: 20px
    }

    .taxPlus__item {
        width: 48%
    }

    .taxOutServ__wrapper {
        flex-wrap: wrap
    }

    .taxOutServ__item {
        width: 48%
    }

    .taxOutServ__wrapper {
        flex-wrap: wrap;
        row-gap: 40px;
        padding-top: 35px
    }

    .taxWeProvide__item {
        width: 40%
    }

    .taxPromo__descr {
        font-size: 18px
    }

    .middleText__descr {
        font-size: 18px
    }

    .middleText__title-TAX {
        height: 332px;
        font-size: 32px
    }

    .middleText__img-img {
        padding-top: 30px
    }

    .taxWeProvide__descr {
        font-size: 14px
    }

    .taxWeProvide__icon img {
        height: 45px;
    }

    .taxWeProvide__content {
        row-gap: 10px;
    }

    .taxWeProvide__icon {
        margin-bottom: 10px
    }

    .taxWeProvide__btn {
        padding: 8px 12px
    }

    .taxPromo {
        padding-top: 130px
    }

    .promo__nav__item a {
        font-size: 15px
    }

    .taxPlus__item__icon svg {
        height: 45px
    }

    .openWhiteBlock__title {
        font-size: 32px
    }

    .openWhiteBlock {
        padding-top: 50px;
        padding-bottom: 70px
    }

    .submenu__pages {
        width: 22%
    }

    .submenu__pages li {
        font-size: 17px;
        padding-top: 10px
    }

    .weProvide__item {
        width: 24%
    }

    .taxOutServ__icon {
        height: 60px
    }

    .taxOutServ__descr {
        padding-top: 15px
    }

    .chief-arrow {
        width: 50px;
    }
}

@media (max-width:768px) {
    .taxOutServ {
        padding-top: 65px;
    }

    .taxOutServ__title {
        font-size: 36px;
        padding-bottom: 10px;
    }

    .header {
        padding-top: 18px;
    }

    .chief__subtitle {
        padding-right: 0;
    }

    .logo {
        width: 145px;
    }

    .header__wrapper {
        align-items: center;
    }

    .anotherMiddleText {
        margin-top: 20px !important;
    }

    .middleText__title-audit {
        font-size: 28px;
    }

    .anotherMiddleText:before {
        content: '';
        display: block;
        position: absolute;
        background: url(assets/img/middleText-arrow.svg) center no-repeat;
        width: 39px;
        height: 29px;
        top: -11px;
        left: 16px;
    }

    .middleText__left-audit {
        padding-left: 16px;
        padding-top: 40px;
    }

    .footer__logo img {
        width: 100%;
    }

    .footer__logo {
        width: 150px;
    }

    .forMobil {
        display: block
    }

    .ourServises__wrapper {
        row-gap: 60px
    }

    .middleText__right {
        padding-right: 0
    }

    .taxPlus__title {
        font-size: 28px
    }

    .middleText__descr:before {
        width: 26px;
        background-size: contain
    }

    .middleText__title-outsourcing {
        font-size: 26px !important;
        height: 260px
    }

    .chief__title {
        height: 285px;
        font-size: 25px
    }

    .chief__subtitle {
        /* height: 360px */
    }

    .chief__img img {
        width: 160px
    }

    .chief__descr {
        /* padding-top: 75px */
    }

    .chief__descr__title {
        font-size: 20px
    }

    .chief__descr__txt {
        padding-top: 10px;
        font-size: 14px
    }

    .chief__img-circle {
        right: -19%;
        width: 90px !important
    }

    .taxPromo__title {
        font-size: 32px
    }

    .submenu__pages li {
        font-size: 15px;
        padding-top: 11px
    }

    .openWhiteBlock__item__block {
        width: 200px;
        left: 0;
        font-size: 14px
    }

    .submenu {
        padding-top: 70px
    }

    .taxPromo__text {
        padding-top: 60px
    }

    .submenu__wrapper {
        flex-wrap: wrap
    }

    .submenu__pages {
        width: 48%
    }

    .promo__logo {
        width: 110px
    }

    .promo__logo img {
        width: 100%
    }

    .taxOutServ__descr {
        padding-top: 13px
    }

    .taxOutServ__icon {
        height: 50px;
        margin: 0 auto
    }

    .taxOutServ__icon img {
        width: 100%
    }

    .taxPromo__descr {
        font-size: 16px
    }

    .middleText__title-ADVISTORY {
        height: 190px
    }

    .contactUs__form form input {
        height: 30px
    }

    .contactUs__form {
        padding-top: 32px
    }

    .contactUs {
        padding-top: 65px;
        padding-bottom: 75px
    }

    .middleText__title-ADVISTORY {
        height: 190px
    }

    .middleText__title-TAX {
        height: 295px
    }

    .taxPlus__item {
        width: 100%
    }

    .taxPromo__text {
        font-size: 16px
    }

    .taxPromo__text {
        width: 100%
    }

    .promo__nav {
        display: none
    }

    .hamburger {
        display: block
    }

    .promo__wrapper {
        padding-top: 70px
    }

    .promo__wrapper__title {
        font-size: 26px
    }

    .promo__wrapper__descr {
        width: 82%;
        padding-top: 10px;
        font-size: 18px
    }

    .promo__wrapper__btn {
        width: 150px;
        height: 40px;
        margin-top: 28px
    }

    .aboutUs__wrapper {
        flex-direction: column
    }

    .aboutUs__text {
        width: 95%;
        -moz-column-gap: 20px;
        column-gap: 20px;
        flex-direction: column;
        margin-top: 40px
    }

    .aboutUs__title {
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        transform: scaleX(1) scaleY(1);
        font-size: 36px
    }

    .aboutUs__img {
        width: 287px
    }

    .aboutUs {
        padding-top: 60px;
        padding-bottom: 100px
    }

    .aboutUs__arrow {
        position: absolute;
        bottom: 3%;
        left: auto;
        right: 0
    }

    .ourServises__wrapper {
        padding-top: 45px
    }

    .ourServises__title {
        font-size: 34px
    }

    .ourServises {
        padding-bottom: 90px
    }

    .plus__item {
        width: 90%;
        margin: 0 auto
    }

    .plus__line {
        display: none
    }

    .plus__wrapper {
        row-gap: 48px
    }

    .ourServises__item__icon {
        margin-right: 20px
    }

    .ourServises__item__icon img {
        width: 35px
    }

    .contactUs__inform img {
        width: 150px
    }

    .contactUs__wrapper {
        align-items: center
    }

    .contactUs__inform__txt {
        font-size: 14px
    }

    .taxPromo__wrapper {
        flex-direction: column
    }

    .audit__text {
        width: 100%
    }

    .taxPromo__collage {
        width: 300px
    }

    .openWhiteBlock__img {
        width: 235px
    }

    .openWhiteBlock {
        padding-top: 70px
    }

    .openWhiteBlock__subtitle {
        font-size: 20px
    }

    .openWhiteBlock__item__block {
        position: relative;
        top: 0;
        padding: 15px 25px
    }

    .advistory__openWhiteBlock__circle {
        width: 150px
    }

    .provide_title {
        font-size: 26px
    }

    .middleText__title {
        font-size: 32px
    }

    .middleText__title-audit {
        /* height: 304px */
    }

    .middleText__descr {
        margin-top: 100px;
        padding-left: 40px;
        padding-right: 20px;
        font-size: 16px;
        width: 270px
    }

    .middleText__img-img {
        width: 175px;
        padding-top: 0
    }

    .middleText__white {
        bottom: -14%;
        right: -27%;
        width: 105px
    }

    .plus__icon img {
        width: 35px
    }

    .submenu__wrapper {
        row-gap: 50px
    }

    .weProvide__item {
        width: 48%
    }
}

@media (max-width:576px) {
    .footer__agree {
        flex-direction: column;
        align-items: center;
        row-gap: 7px;
    }

    .contactUs__form form p {
        width: 95%;
        margin: 0 auto;
    }

    .footer__wrapper {
        flex-direction: column;
        row-gap: 15px;
    }

    .middleText__wrapper {
        flex-wrap: wrap
    }

    .middleText__left {
        max-width: 400px;
        width: 100%
    }

    .chief__wrapper {
        /* flex-wrap: wrap */
        flex-direction: column;
    }

    .chief__title {
        height: auto;
        font-size: 26px;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        transform: scaleX(1) scaleY(1)
    }

    .chief__subtitle {
        font-size: 18px;
        padding-top: 7px;
        padding-left: 15px
    }

    .chief__descr {
        order: 3
    }

    .chief-arrow {
        width: 40px;
        bottom: -5%
    }

    .chief__img {
        margin: 0 auto
    }

    .chief__img img {
        width: 200px
    }

    .chief__descr {
        /* padding-top: 50px */
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .chief__img-circle {
        right: -19%;
        bottom: -5%
    }

    .chief {
        padding-top: 107px;
        padding-bottom: 100px
    }

    .chief__img {
        order: 2;
        padding-top: 20px;
    }

    .chief__subtitle {
        /* height: auto; */
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        transform: scaleX(1) scaleY(1);
        text-align: left;
        padding: 0;
        font-size: 28px;
    }

    .chief__titles {
        flex-direction: column;
        order: 1
    }

    .aboutUs__arrow svg {
        width: 50px
    }

    .header {
        padding-top: 20px
    }

    .aboutUs__descr {
        font-style: 16px;
        padding-top: 15px
    }

    .taxPlus__title {
        font-size: 26px
    }

    .middleText__title-outsourcing {
        font-size: 26px;
        height: 265px
    }

    .middleText {
        padding: 65px 0
    }

    .taxPlus {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .taxWeProvide__title {
        font-size: 24px
    }

    .taxWeProvide__descr {
        font-size: 18px;
        text-align: center
    }

    .taxWeProvide__wrapper {
        row-gap: 50px
    }

    .taxWeProvide__line {
        display: none
    }

    .taxPlus__title {
        padding-bottom: 45px
    }

    .taxPlus__item__icon svg {
        height: 45px
    }

    .taxPromo {
        padding-top: 135px
    }

    .taxPromo__title {
        font-size: 28px
    }

    .taxPromo__btn {
        font-size: 15px
    }

    .submenu {
        overflow: scroll
    }

    .submenu__wrapper {
        row-gap: 40px;
        padding-bottom: 100px
    }

    .submenu__pages {
        width: 100%
    }

    .openWhiteBlock__item__block {
        width: 240px;
        left: 10px;
        font-size: 14px
    }

    .provide_title {
        padding-top: 75px;
        font-size: 20px
    }

    .middleText__wrapper {
        justify-content: center
    }

    .taxWeProvide__wrapper {
        flex-direction: column
    }

    .taxOutServ__descr {
        margin: 0 auto
    }

    .taxWeProvide__item {
        width: 100%
    }

    .taxOutServ__descr {
        font-size: 17px;
        padding-top: 10px;
        width: 80%
    }

    .taxWeProvide__content {
        flex-direction: column;
        -moz-column-gap: 20px;
        column-gap: 20px;
        text-align: left
    }

    .openWhiteBlock__title {
        font-size: 32px
    }

    .taxOutServ__item {
        width: 100%
    }

    .contactUs {
        padding-top: 100px;
        padding-bottom: 90px
    }

    .ourServises__item {
        width: 100%;
        display: flex
    }

    .ourServises__arrow svg {
        width: 70px
    }

    .ourServises__arrow {
        right: 9%;
        bottom: 1%
    }

    .contactUs__wrapper {
        flex-wrap: wrap
    }

    .contactUs__forms {
        width: 100%
    }

    .contactUs__btn {
        width: 100%
    }

    .contactUs {
        padding-top: 70px;
        padding-bottom: 60px
    }

    .contactUs__inform {
        padding-top: 50px;
        width: 70%;
        margin: 0 auto;
        text-align: center
    }

    .promo__wrapper__descr {
        width: 95%;
        padding-top: 20px;
        font-size: 16px
    }

    .openWhiteBlock__wrapper {
        flex-direction: column;
        row-gap: 150px
    }

    .openWhiteBlock__item {
        width: 90%;
        margin: 0 auto
    }

    .openWhiteBlock__img {
        width: 230px
    }

    .middleText__left {
        padding-left: 0
    }

    .middleText__descr {
        margin-top: 100px;
        padding-left: 25px;
        font-size: 16px;
        width: 100%
    }

    .middleText__descr:before {
        top: -50px;
        left: 0
    }

    .middleText__img-img {
        width: 200px;
        padding-top: 0
    }

    .anotherMiddleText:before {
        top: -16px !important;
        left: 1px !important;
    }

    .middleText__descr:before {
        top: -31px;
        left: 5px;
    }

    .anotherMiddleText {
        margin-top: 30px !important;
    }

    .header__wrapper {
        padding-bottom: 15px;
    }

    .header {
        padding-top: 15px;
    }
}


.anotherMiddleText ::before {
    top: -18px;
}

.no-flex {
    display: block;
}


.white__span span {
    background: #fff;
}







