.main {
    position: relative;
    z-index: 2;
    padding-bottom: 33px;
}
.main-banner {
    padding-top: 80px;
    height: 96vh;
    position: relative;
    overflow: hidden;
 }
.main-banner__container {
    display: grid;
    grid-template-areas:
        "title"
        "subtitle"
        "circle"
        "button";
    height: 100%;
    grid-template-rows: auto auto auto 1fr;
    align-items: flex-start;
    position: relative;
}
.main-banner__title {
    grid-area: title;
}
.main-banner__subtitle {
    text-align: center;
    grid-area: subtitle;
}

.main-banner__title,
.main-banner__subtitle,
.section__btn{
    z-index: 2;
}

.main-banner__btn {
    grid-area: button;
    margin: auto auto 7vh auto;
}
/********************/
.bg-wrapper {
    border-radius: 40px 0px 0px 0px;
    background: linear-gradient(180deg, #FFF 0%, #FFF 53.64%, rgba(255, 255, 255, 0.00) 99.98%);
}
.map {
    width: 100%;
    height: 78vh;
    max-height: 515px;
    position: relative;
}
.map__container {
    position: relative;
    z-index: 2;
}
.map__img {
    width: 100%;
    height: 110%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: scroll;
}

.map__img-mob {
    height: 100%;
    width: fit-content;
    white-space: nowrap;
    position: relative;

}
.map__img-mob img{
    display: block;
    width: auto;
    height: 100%;
    white-space: nowrap;
}
 .map__img-mob:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(174deg, #F7F7F7 9.18%, rgba(247, 247, 247, 0.00) 30.81%);
}

.map__img-desc,
.map__img-tablet {
    display: none;
}
.brands-wrapper {
    position: relative;
    z-index: 1;
}

.about-company {
    overflow: hidden;
}
.about-company__container{
   margin-top: 35px;
}

.about-company__block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}
.about-company__info {
    order: 1;
}
.about-company__circle {
    order: 2;
}
.about-company__tabs {
    position: relative;
    width: auto;
    display: flex;
    gap: 30px;
    white-space: nowrap;
    overflow-x: scroll;
}

.about-company__tab {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: var(--color-dark-grey);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    flex-shrink: 0;
    cursor: pointer;
}

.about-company__tabs::-webkit-scrollbar {
    display: none;
    }

.about-company__tabs {
    scrollbar-width: none;
}
.about-company__tab:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 19px;
    background: var(--color-dark-grey);
}
.about-company__tab.active
.about-company__tab:before {
    background-color: var(--color-light-green);
}
.about-company__year {
    width: 63px;
    height: 63px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.about-company__year:hover {
    color: var(--color-light-green);
}
.about-company__tab.active .about-company__year{
    background-color: var(--color-light-green);
    color: var(--color-white);
}
/*****************************/
.slider {
    display: flex;
    flex-wrap: nowrap;
}
.lSPager {
    display: none;
}
.standard {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 20px 0;
    width: 100%;
    width: 350px;
    height: 220px;
}

.standard__icon {
    width: auto;
    height: 96px;
}
.standard__icon img {
    width: 100%;
}
.standard h4,
.standard p {
    color: var(--color-dark-grey);
    text-align:  center;
}
.slider__arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}
.slider__arrows > a {
    width: 44px;
    height: 44px;
    border: 1px solid var(--color-dark-grey);
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider__arrows>a>svg {
    width: 15px;
    height: 11px;
}
.slider__arrows>a>svg>path {
    stroke: var(--color-dark-grey);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider__arrows>a:hover>svg>path,
.slider__arrows>a.clickArrow>svg>path {
    stroke: var(--color-white);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider__arrows>a.clickArrow,
.slider__arrows>a:hover{
    border: 1px solid var(--color-light-green);
    background-color: var(--color-light-green);
}
.slideCount {
    display: flex;
}
.slideCount > span {
    display: block;
}
.currentSlide:after {
    content: "/";
    display: inline-block;
    margin: 0 2px;
}
.slider__wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
/***************************/
.procurement {
    margin-bottom: 48px;
}

.procurement__title,
.brands__title {
    order: 1;
}
.brands__text {
    order: 2;
    margin-bottom: 30px;
}
.brands__cards {
    order: 3;
    margin-bottom: 30px;
}
.procurement__cards {
    order: 2;
    margin-bottom: 30px;
}
.procurement__btn {
    order: 3;
}
.brands__btn {
    order: 4;
}
.procurement__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 30px;
    min-width: 240px;
    width: 100%;
    height: 124px;
    border-radius: 20px;
    background: var(--color-white);
    box-shadow: 0px 4px 24px 0px rgba(29, 30, 32, 0.08);
}
.procurement__slider .lSSlideOuter {
    margin-bottom: 15px;

}
.procurement__cards .lSSlideOuter,
.procurement__cards .lSSlideWrapper,
.procurement__slider,
.brands__slider,
.brands__cards .lSSlideOuter,
.brands__cards .lSSlideWrapper,
.team__slider,
.team__cards .lSSlideOuter,
.team__cards .lSSlideWrapper,
.vacancies__slider,
.vacancies__block .lSSlideOuter,
.vacancies__block .lSSlideWrapper{
    overflow: visible !important;
}
.procurement__amount {
    color: var(--color-title);
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
}
.procurement__amount small{
    font-size: 22px;
}
.procurement__text {
    text-align: center;
}
/*********************/
.brands-wrapper {
    border-radius: 0px 40px 0px 0px;
    background: linear-gradient(180deg, #FFF 0%, #FFF 77.17%, rgba(255, 255, 255, 0.00) 100%);
    padding-top: 35px;
}
.brands__slider {
    display: flex;
}
.brand {
    width: 100%;
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: var(--color-white);
    box-shadow: 0px 4px 24px 0px rgba(29, 30, 32, 0.08);
    cursor: pointer;
}
.brand__logo {
    max-width: 100%;
    height: 53%;
    object-fit: contain;
}
.brand-img {
    display: flex;
    align-items: center;
}
.brands .slider__wrapper {
    display: flex;
    width: 100%;
}
.brands__column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 153px;
}
/*******************/
.rd-laboratory__cards .lSSlideWrapper {
    width: 100%;
    height: 100% !important;
}
.rd-laboratory__slider {
    height: calc(100% - 59px) !important;
}

.rd-laboratory__card {
    width: 100% !important;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.rd-laboratory__card .rd-laboratory__card-img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.rd-laboratory__card:hover .rd-laboratory__card-img{
    transform: scale(1.1);
}
.rd-laboratory__title {
    order: 1;
    margin-bottom: 30px;
}
.rd-laboratory__cards {
    position: relative;
    height: 0;
    padding-top: calc(106.352% + 59px);
    width: 100%;
    order: 2;
    margin-bottom: 30px;
}
.rd-laboratory__cards .lSSlideOuter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rd-laboratory__cards .slider__arrows{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.rd-laboratory__btn {
    order: 3;
}
/*****************/
.career__wrappper {
    border-radius: 40px 0px 0px 0px;
    background: linear-gradient(180deg, #FFF 0%, #FFF 53.64%, rgba(255, 255, 255, 0.00) 99.98%);
    padding-top: 35px;
}
.career__block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.career__collage-wrapper {
    position: relative;
    height: 0;
    padding-top: 72.558%;
}
.career__collage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 5px 1fr 5px 1fr;
    grid-template-columns: 2fr 1fr 1fr;
    -ms-grid-rows: 1fr 5px 1.57fr;
    grid-template-rows: 1fr 1.57fr;
    grid-gap: 5px;
    margin: 0 auto;
    width: 100%;
}

.career__collage>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.career__collage>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.career__collage>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.career__collage>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.career__collage>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.career__collage>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.career__img:first-child {
    -ms-grid-row-span: 2;
    grid-row: span 2;
}

.career__img:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.career__collage img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.career__btn:not(.form__btn) {
    margin-bottom: 30px;

}
/**************/
.member {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    border-radius: 20px;
    background: var(--color-white);
    box-shadow: 0px 4px 24px 0px rgba(29, 30, 32, 0.08);
}
.member__img {
    width: 100%;
    height: 0;
    padding-top: 78.1377%;
    position: relative;
    border-radius: 20px 20px 10px 10px;
    overflow: hidden;
}
.member__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
}
.member__img:hover img {
    transform: scale(1.1);
}
.member__text {
    display: flex;
    flex-direction: column;
    padding: 20px;
 }
.member__name{
    font-size: 19px;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--color-title);
    margin-bottom: 10px;
}

.member__position {
    font-size: 14px;
    border-top: 1px solid #E4E8EB;
    border-bottom: 1px solid #E4E8EB;
    padding: 10px 0;
    height: 100%;
}
.member__position span {
    display: block;
    margin-bottom: auto;
}

.team__title {
    order: 1;
}
.team__cards {
    order: 2;
    margin-bottom: 30px;
    width: 100%;
}
.team__btn {
    order: 3;
}
/***************/
.vacancies__wrapper {
    border-radius: 40px 0px 0px 0px;
    background: linear-gradient(180deg, #FFF 0%, #FFF 53.64%, rgba(255, 255, 255, 0.00) 99.98%);
    padding-top: 35px;
}

.vacancy__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 10px;
    color: var(--color-title);
}
.vacancy {
    border-radius: 20px;
    background: var(--color-white);
    box-shadow: 0px 4px 24px 0px rgba(29, 30, 32, 0.08);
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.vacancy__bottom {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.vacancy__btn {
    margin-top: auto;
}
.contacts {
    border-radius: 30px;
    background: #F1F5F3;
    margin-bottom: 35px;
    padding-top: 35px;
}
.contacts__description {
    margin-bottom: 30px;
}
@media screen and (min-width: 620px) {
.about-company__btn {
    margin-left: unset;
}
.career__container,
.team__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
}
.career__btn:not(.form__btn) {
    margin-right: unset;
}
.team__container {
    flex-wrap: wrap;
}
.team__btn {
    order: 2;
    margin-right: unset !important;
}
.team__title {
    margin-bottom: unset !important;
    }
    .rd-laboratory__cards {
        padding-top: 34.769%;
    }

    .rd-laboratory__slider{
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100%;
        gap: 15px;
    }
    .main-page .rd-laboratory__slider {
        gap: 10px;
    }
    .rd-laboratory__cards .slider__arrows{
        display: none;
    }
}



@media screen and (min-width: 768px) {
    .main {
        padding-bottom: 38px;
    }
    .main-banner {
        padding-top: 124px;
    }
    .main-banner__subtitle {
        width: 70%;
        margin: 0 auto;
    }
    .main-banner__circle {
        top: 30vh;
    }
    .main-banner__btn {
        margin-bottom: 10vh;
    }
    .main-banner__btn,
    .rd-laboratory__btn {
        min-width: 336px;
        justify-content: space-between;
    }
    .main-banner__title {
        font-size: 28px;
    }
    .about-company__circle {
        width: 70%;
        margin: unset;
    }
    .about-company__block {
        gap: 0;
    }
    .about-company__title {
        order: 1;
    }
    .about-company__btn {
        order:2;
        margin-right: unset;
    }
    .about-company__subtitle {
        order: 3;
    }
    .standard {
        padding: 20px 16px;
    }
    .standard__icon {
        height: 80px;
    }
    .slider{
        gap: 0;
    }
    .main-page .rd-laboratory__slider {
        gap: 20px;
    }
    .procurement__card {
        box-shadow: 0px 4px 15px 0px rgba(29, 30, 32, 0.08);
    }
    .career__btn:not(.form__btn) {
        margin-bottom: 0;
    }
    .career__btn {
        margin-right: unset;
    }
    .brands__text {
        display: inline-block;
        width: 60%;
        margin-bottom: 0;
        order: 3;
        }
    .procurement__cards {
        order: 3;
        overflow: hidden;
        padding: 0 15px 0 14px;
    }
    .procurement__btn{
        order: 2;
        margin-right: unset;
    }
    .brands__text {
        word-wrap: break-word;
        flex-basis: auto;
        flex-shrink: 1;
        margin-bottom: 15px;
    }
    .brand {
        width: 100%;
        height: 144px;
        border-radius: 15px;
        padding: 40px 50px;
    }
    .brands__column {
        height: 304px;
        gap:16px;
    }
    .brand__logo {
        height: 80%;
    }
    .brands__cards {
        order: 4;
        margin-bottom: 0;
    }
    .brands__btn {
        order: 2;
        margin-right: unset;
    }
    .brands__slider {
        gap: 15px;
    }
    .rd-laboratory__btn {
        margin: 0 auto;
    }
    .rd-laboratory__title {
        flex-basis: 100% !important;
    }
    .rd-laboratory__cards {
        margin-bottom: 0;
    }
    .rd-laboratory__cards .slider__arrows {
        display: none;
    }
    .career__head {
       height: auto;
       margin-bottom: 30px;
       display: flex;
    }
    .team__slider {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .member {
        flex-basis: calc(50% - 10px);
    }
    .team__cards .slider__arrows,
    .vacancies__block .slider__arrows{
        display: none;
    }
    .team__cards {
        margin-bottom: 0;
    }
    .team__cards {
        order: 3;
        margin-bottom: 0;
    }
    .team__btn {
        order: 2;
    }
    .vacancies__wrapper {
        padding-top: 50px;
    }
    .vacancy {
        width: 100%;
    }
     .vacancies__slider {
        flex-wrap: wrap;
        gap: 30px;
    }
    .vacancy {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: 1fr 1fr;
    }
    .vacancies__title {
        text-align: center;
        flex-basis: 100%;
        width: 100%;
    }

    .vacancy__title {
        -ms-grid-column-span: 2;
        grid-column: span 2;
        width: 60%;
        margin-bottom: 0;
       -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .vacancy:hover .vacancy__title {
    color: var(--color-light-green);
                }
    .vacancy__bottom {
        margin: auto 0 0 0;
    }
    .contacts {
        background-color: unset;
        padding-top: 0;
    }

    .contacts__container {
        border-radius: 30px;
        background: #F1F5F3;
        padding: 35px 40px 0px 40px;
    }
    .map {
        width: 100%;
        height: 0;
        position: relative;
        margin-bottom: -40px !important;
    }
    .map__pointer {
        display: none;
    }
    .map__container {
        position: absolute;
        z-index: 2;
        top: 0;
    }
    .map__img {
        overflow-x: unset;
        position: static;
        height: auto;
        width: 100%;
    }

    .map__img img {
        width: 100%;
        object-fit: cover;
        object-position: center bottom;
        position: absolute;
        top: unset;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
        .career__block {
        margin: 0 auto;
    }
}
@media screen and (min-width: 769px) and (max-height: 800px) {
    .main-banner__container {
        grid-template-columns: 1.5fr 1fr;
        grid-template-areas:
            "title circle"
            "subtitle circle"
            "button circle";
        grid-template-rows: auto auto auto auto;
        align-content: center;
    }

    .main-banner__title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .main-banner__title,
    .main-banner__subtitle {
        text-align: left;
    }

    .main-banner__subtitle {
        width: 100%;
        margin: 0 0 50px 0;
    }

    .main-banner__btn {
        margin: unset;
        width: fit-content;
        min-width: unset;
    }

    .main-banner__circle {
        width: 70vh;
        height: 70vh;
        top: 40%;
        right: 20%;
    }

    .main-banner__img img {
        height: 70vh;
        top: -44%;
    }

    .main-banner {
        height: 100vh;
    }

    .main-banner__title {
        font-size: 35px;
    }
}
@media screen and (min-width: 768px) and (max-height: 1009px) {
    .map__img-mob,
    .map__img-tablet {
        display: none;
    }
    .map__img-desc {
        display: block;
    }
    .map {
        padding-top: 58.5%;
        margin-bottom: -12% !important;
    }
}
@media screen and (min-width: 768px) and (min-height: 1010px) {
    .map__img-tablet {
        display: block;
    }

    .map__img-mob {
        display: none;
    }

    .map {
        padding-top: 101.56%;
    }
}


@media screen and (min-width: 1024px) {
     .about-company__container {
        display: flex;
        height: 100%;
        padding: 0;
        margin: auto 0;
        height: auto;
    }
    .about-company__block {
        flex-direction: row;
        padding: 0 10%;
        gap:12%;
    }
                .about-company__tabs-wrapper {
                    position: relative;
                    width: 100%;
                    overflow-x: auto;
                    scrollbar-width: thin;
                    scrollbar-color: transparent transparent;
                    user-select: none;
                }

                .about-company__tabs {
                    width: fit-content;
                    gap: 16px;
                    justify-content: flex-start;
                    padding-left: 60px;

                }

                .about-company__tabs-wrapper::-webkit-scrollbar {
                    height: 2px;

                }

                .about-company__tabs-wrapper::-webkit-scrollbar-thumb,
                .about-company__tabs-wrapper::-webkit-scrollbar-corner,
                .about-company__tabs-wrapper::-webkit-scrollbar-track-piece,
                .about-company__tabs-wrapper::-webkit-scrollbar-track {
                    background: transparent !important;
                }
    .about-company__info {
        order: 2;
        flex: 0 1 50%;
        display: flex;
    }
    .about-company__btn {
        height: auto !important;
        margin-left: 0;
        order: 3;
    }
    .about-company__subtitle {
        margin-bottom: 15px;
    }
    .about-company__circle {
        order: 1;
        left: unset;
        transform: unset;
        flex: 0 0 50%;
        width: 100%;
        height: 100%;
        max-width: 469px;
        max-height: 459px;
    }
    .about-company__title {
        flex-basis: 100% !important;
    }
    .about-company__block{
        padding-top: 50px;
    }
    .standard {
        padding: 20px;
        width: 100%;
        height: 250px;
    }
    .standards__list>.slider {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }
    .slider__arrows:not(.brands__cards .slider__arrows):not(.products__cards .slider__arrows){
        display: none;
    }
    .procurement__card {
        width: auto;
        height: auto;
        padding: 20px 10px;
        box-shadow: 0px 4px 24px 0px rgba(29, 30, 32, 0.08);
    }
    .procurement__slider{
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .procurement__slider,
    .procurement__cards {
        width: 100%;
    }

    .procurement__cards {
        overflow: visible;
    }

    .brands__column {
        height: auto;
        gap: 20px;
        width: calc(33.3% - 13.3px);
    }
    .brand {
        height: 115px;
        border-radius: 20px;
    }
    .brands__text {
        width: 50%;}
    .rd-laboratory__cards {
        margin-bottom: 0;
    }
    .rd-laboratory__btn {
        width: fit-content;
        min-width: fit-content;
        justify-content:unset;
        order: 2;
        margin: 0;
    }
    .rd-laboratory__title {
        flex-basis: 70% !important;
    }
    .vacancy__btn {
        padding: 12px 25px;
    }
    .vacancies__slider {
            gap: 20px;
    }
    .vacancy {
        flex-basis: calc(50% - 10px);
    }

    .team__slider {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 1220px) {
    .btn {
        margin-left: unset;
    }
    .main-banner__container {
        grid-template-columns: 1.5fr 1fr;
        grid-template-areas:
                "title circle"
                "subtitle circle"
                "button circle";
        grid-template-rows: auto auto auto auto;
        align-content: center;
    }
    .main-banner__title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .main-banner__title,
    .main-banner__subtitle {
        text-align: left;
    }
    .main-banner__subtitle {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .main-banner__btn {
        margin: unset;
        width: fit-content;
        min-width: unset;
    }
    .main-banner__circle {
        width: 70vh;
        height: 70vh;
        top: 40%;
        right: 20%;
      }
    .main-banner__img img {
        height: 70vh;
        top: -44%;
    }
    .main-banner {
        height: 100vh;
    }
    .main-banner__title {
            font-size: 35px;
        }

    .about-company__year {
        width: 76px;
        height: 76px;
    }
    .bg-wrapper {
        border-radius: 100px 0px 0px 0px;
    }
    .brands-wrapper {
        padding-top: 50px;
    }
    .career__collage-wrapper {
        height: auto;
        padding-top: 0;
        width: 100%;
    }
    .career__collage {
        position: relative;
        -ms-grid-rows: auto 5px auto;
        grid-template-rows: auto auto;
        flex: 0 1 auto;
    }
    .member {
        flex-basis: calc(25% - 15px);
    }
    .member__name {
        font-size: 17px;
    }
    .procurement__slider {
        flex-wrap: nowrap;
    }
    .procurement__card {
        min-width: unset;
    }
    .contacts__container {
        display: flex;
        gap:6%;
        justify-content: space-between;
        padding: 60px 30px;
    }
    .contacts__form {
        flex: 1 0 56%;
    }
    .contacts__text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .contacts__title {
        margin-bottom: 15px;
    }
    .brands__cards {
        margin-top: 15px;
    }
    .brands__container {
        row-gap: 30px;
    }
    .brands__slider {
        flex-wrap: nowrap;
    }
    .brands__slider {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-bottom: 0;
    }
    .brands__cards .slider__arrows,
    .products__cards .slider__arrows {
        display: none;
    }
    .brands__btn {
        order: 3;
    }
    .brands__text {
        margin-bottom: 0;
    }
    .brands__column {
        flex-basis: calc(20% - 16px);
    }
    .procurement__cards {
        margin-top: 0;
    }
    .career__block {
        flex-direction: row !important;
        gap: 60px;
        margin: 0;
        width: 100%;
    }
    .career__block > div:last-child {
        flex: 0 0 57.888%;
    }
    .procurement__card {
        flex-basis: calc(20% - 16px);
    }
    .map__img-mob,
    .map__img-tablet {
        display: none;
    }

    .map__img-desc {
        display: block;
    }

    .map {
        padding-top: 58.5%;
        margin-bottom: -12% !important;
    }

}

@media screen and (min-width: 1400px) {
    .main {
        padding-bottom: 0;
     }
    .main-banner {
        padding-top: 124px;
    }
    .main-banner__subtitle {
        font-size: 20px;
        margin: 0 0 60px 0;
    }
    .main-banner__title {
        font-size: 40px;
    }
    .about-company__subtitle {
        margin-bottom: 30px;
    }
    .about-company__tab {
        font-size: 20px;
        gap: 20px;
    }
    .about-company__year {
        width: 90px;
        height: 90px;
    }
    .standard {
        gap: 40px;
     }
    .standard__icon {
        height: 99px;
    }
    .bg-wrapper,
    .career__wrappper {
        border-radius: 150px 0px 0px 0px;
    }
    .career__wrappper {
        padding-top: 60px;
    }
    .career__head {
        margin-bottom: 50px;
    }
    .brands-wrapper {
        border-radius: 0px 150px 0px 0px;
    }
    .brands__cards {
        margin-top: 20px;
    }
    .brand__logo {
        height: 100% !important;
    }
    .rd-laboratory__card {
        border-radius: 20px;
    }
    .member__img {
       height: 250px;
       min-height: 250px;
    }

    .member__name {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .member__position {
        font-size: 15px;
        padding: 15px 0;
    }
    .member__text {
        padding: 30px 20px;
    }
    .vacancy__title {
        font-size: 25px;
    }
    .contacts__title {
        margin-bottom: 30px;
    }
     .contacts__container {
        padding: 60px 30px;
    }
    .procurement__amount {
            font-size: 30px;
        }
     .procurement__amount small {
            font-size: 25px;
        }
    .contacts {
        border-radius: 50px;
    }
    .contacts__form {
        flex: 1 0 61%;
    }
}
@media screen and (min-width: 1600px) {
    .main-banner__title {
        font-size: 45px;
    }
    .about-company__circle>.circle4>p {
        font-size: 20px;
    }
    .about-company__tab {
        font-size: 25px;
        gap: 37px;
    }

    .standard {
        gap: 30px;
        padding: 30px 60px;
        height: 324px;
     }
    .standard__icon {
       height: 124px;
    }

    .brands,
    .career {
        margin-bottom: 120px;
    }
    .career__wrappper,
    .brands-wrapper {
        padding-top: 60px;
        }
    .career__block {
        gap: 95px;
    }
    .procurement__card {
        padding: 30px;
    }
    .procurement__text {
            font-size: 0.9em;
        }
    .contacts__form {
        flex: 1 0 55%;
    }
    .about-company__circle {
        max-width: 587px;
        min-height: 573px;
    }
}

@media screen and (min-width: 1900px) {
    .rd-laboratory__title,
    .procurement__title,
    .career__title {
        margin-bottom: 0 !important;
    }
    .contacts__container {
        padding: 90px 60px;
    }
     .main-banner__title {
        font-size: 50px;
     }
    .career__head {
        margin-bottom: 61px;
    }
    .brand {
        height: 172px;
        border-radius: 30px;
    }
    .brands__cards {
        margin-top: 30px;
    }

    .member__img {
        height: 340px;
        min-height: 340px;
    }
    .member__name {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .member__position {
        font-size: 16px;
    }
    .vacancy {
        border-radius: 30px;
        padding: 30px;
    }
    .vacancy__title {
        font-size: 30px;
    }
    .contacts__container {
        padding: 90px 60px;
    }
    .procurement__amount {
            font-size: 45px;
        }
     .procurement__amount small {
            font-size: 30px;
        }

}
