* {
    padding: 0;
    margin: 0;
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: "Wix Madefor Display", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #000;
    background: #ecedf1;
}

button {
    font-family: inherit;
    border: none;
    outline: none;
    cursor: pointer;
}

a {
    color: inherit;
    font-family: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #EB8333;
}

ul {
    box-sizing: border-box;
    padding-left: 30px;
}

svg {
    transition: all 0.3s ease;
}

h2 {
    font-weight: 600;
    font-size: 37px;
    color: #000;
}

.btn-orange {
    background: #EB8333;
    color: #fff;
    max-width: 280px;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.btn-orange:hover {
    background: #d17229;
    color: #fff;
}

.btn-border {
    color: #EB8333;
    max-width: 280px;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    transition: all 0.3s ease;
    border: 1px solid #EB8333;
    box-sizing: border-box;
}

.btn-border:hover {
    background: #d17229;
    color: #fff;
}

.no-scroll {
    overflow: hidden;
}

/* HEADER */

.header {
    background: #fff;
    box-sizing: border-box;
    padding: 38px 0;
}

.header__row {
    max-width: 1590px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo a {
    display: flex;
    gap: 25px;
    align-items: center;
}

.header__logo a p {
    font-size: 16px;
    color: #222;
    transition: all 0.3s ease;
}

.header__logo a p strong {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
}

.header__logo a:hover p {
    color: #EB8333;
}

.header__menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 40px;
    justify-content: center;
}

.header__menu ul li {
    color: #222;
    font-size: 16px;
}

.header__menu .header__contacts {
    display: none;
}

.header__contacts {
    display: flex;
    align-items: flex-end;
    gap: 25px;
}

.header__contacts a {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 13px;
    color: #222
}

.header__contacts a:hover {
    color: #EB8333;
}

.header__contacts-phones {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.header__contacts-email a {
    font-size: 15px;
}

/* BANNER */

.banner {
    position: relative;
    background-image: url(/_www/styles/ru.ascr/img/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.banner__row {
    position: relative;
    z-index: 2;
    display: flex;
    padding-top: 150px;
    padding-bottom: 19px;
    justify-content: flex-end;
    max-width: 1371px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.banner__content {
    max-width: 675px;
    width: 100%;
}

.banner__text {
    margin-bottom: 100px;
}

.banner__text h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 63px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.banner__text p {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}

.banner__form {
    max-width: 364px;
    width: 100%;
    background: rgba(38, 57, 87, 0.56);
    box-sizing: border-box;
    padding: 27px 41px;
    margin-left: auto;
}

.banner__form h3 {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 7px;
}

.banner__form p {
    font-size: 14px;
    color: #fff;
}

.banner__form form {
    margin-top: 17px;
}

.input-block {
    margin-bottom: 5px;
    flex: 1;
}

.input-block label {
    display: block;
    margin-bottom: 9px;
    font-size: 14px;
    color: #fff;
}

.input-block input {
    box-sizing: border-box;
    padding-left: 10px;
    font-family: inherit;
    max-width: 100%;
    width: 100%;
    height: 45px;
    background: #fff;
    border: none;
    outline: none;
}

.submit-block .btn-orange {
    max-width: 100%;
}

.submit-block {
    margin-top: 12px;
}

.agree {
    margin-top: 10px;
}

.agree p {
    font-weight: 400;
    font-size: 8px;
    line-height: 143%;
    text-align: center;
    color: #fff;
}

.agree a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.mountains-bg {
    background-image: url(/_www/styles/ru.ascr/img/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* SERVICES */

.services {
    padding-top: 75px;
}

.services__container {
    max-width: 1371px;
    width: 100%;
    margin: 0 auto;
}


.services__title {
    text-align: center;
}

.services__list {
    display: flex;
    flex-wrap: wrap;
    gap: 116px;
    margin-top: 95px;
}

.services__item {
    width: calc(33.333% - 78px);
    box-shadow: 5px 5px 35px 0 rgba(19, 47, 91, 0.4);
    background: #263957;
    box-sizing: border-box;
    padding: 55px 20px 35px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services__item-title h3 {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}

.services__item-text {
    margin-top: 40px;
    margin-bottom: 25px;
}

.services__item-text li {
    font-size: 15px;
}

.services__item-more {
    display: flex;
    justify-content: flex-end;
}

.services__item-more a {
    font-size: 15px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: right;
}

/* ABOUT */

.about {
    position: relative;
    padding-top: 190px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.about__container {
    max-width: 1507px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.about__title {
    margin-bottom: 75px;
    text-align: center;
}

.about__desc p {
    margin-bottom: 35px;
    font-size: 24px;
    color: #000;
}

.about__desc p:last-child {
    margin-bottom: 0;
}

.about__btn {
    display: flex;
    justify-content: center;
    margin-top: 75px;
}

.about__btn .btn-orange {
    max-width: 297px;
    width: 100%;
    height: 53px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.13), inset 0 -3px 4px 0 rgba(0, 0, 0, 0.1), inset 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

/* STEPS */

.steps {
    padding-top: 75px;
}

.steps__container {
    max-width: 1532px;
    width: 100%;
    margin: 0 auto;
}

.steps__block {
    box-sizing: border-box;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 28px 126px 47px 126px;
}

.steps__list {
    margin-top: 40px;
    display: flex;
    gap: 117px;
    align-items: flex-start;
}

.steps__item-info {
    display: flex;
    align-items: center;
    gap: 30px;
}

.steps__item-num {
    font-weight: 500;
    font-size: 64px;
    text-transform: uppercase;
    color: #263957;
}

.steps__item-text h3 {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.steps__item-text p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.steps__item-btns {
    display: flex;
    gap: 24px;
    margin-top: 14px;
    margin-left: 30px;
}

.steps__item-btns .btn-orange {
    max-width: 150px;
    width: 100%;
    height: 33px;
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 12px;
}

.steps__item-btns .btn-border {
    max-width: 100px;
    width: 100%;
    height: 33px;
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    font-size: 12px;
}

/* CLIENTS */
.clients {
    padding-top: 125px;
    padding-bottom: 100px;
}

.clients__container {
    max-width: 1510px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.clients__title {
    text-align: center;
    margin-bottom: 54px;
}

.clients-slide {
    height: 167px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ecedf1;
}

.clients-slide img {
    mix-blend-mode: darken;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.clients-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: none;
    width: 65px;
    height: 65px;
}

.clients-arrow:hover svg {
    fill: #EB8333;
}

.clients-next {
    right: -78px;
}

.clients-prev {
    left: -78px;
}

/* FOOTER */

.footer {
    background: #263957;
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer__row {
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer__col {
    color: #fff;
}

.footer__col h3 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 55px;
}

.footer__links a {
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
}

.footer__contacts a {
    display: flex;
    gap: 17px;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
}

.footer__contacts a i {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__address {
    font-weight: 500;
    font-size: 16px;
    max-width: 245px;
    width: 100%;
    margin-top: 45px;
}

.footer__applicant {
    font-weight: 500;
    font-size: 16px;
    max-width: 300px;
    width: 100%;
    margin-top: 65px;
}

.footer__copyright {
    font-size: 13px;
    color: #efefef;
    text-align: center;
    margin-top: 55px;
}

.cookie-notice {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 20px 0;
    gap: 10px;
    z-index: 1000;
    font-size: 16px;
    display: none;
}

.cookie-notice__container {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.cookie-notice strong  {
     color: #263957;
 }

.cookie-notice .btn-orange {
    max-width: max-content;
    padding: 0 50px;
    height: 56px;
    font-size: 16px;
}

.cookie-notice__info {
    max-width: 80%;
    width: 100%;
}

.cookie-notice__info p:first-child {
    margin-bottom: 6px;
}

.cookie-notice__btns {
    display: flex;
    align-items: center;
    gap: 50px;
}

.close-cookie {
    background: none;
}

.close-cookie:hover svg {
    fill: #d17229;
}

.default-text {
    padding: 50px 0;
    box-sizing: border-box;
    font-size: 16px;
}

.default-text p {
    margin-bottom: 20px;
}

.default-text ul,
.default-text ol {
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 20px;
}

.default-text li {
    margin-bottom: 10px;
}

.default-text h1 {
    font-size: 30px;
    margin-bottom: 50px;
}

.default-text h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.default-text h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.about-page {
    padding-top: 145px;
    padding-bottom: 115px;
}

.about-page__row {
    display: flex;
    align-items: center;
    gap: 95px;
}

.about-page__title {
    max-width: 1490px;
    width: 1000%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.about-page__title h1 {
    font-weight: 600;
    font-size: 37px;
    text-transform: uppercase;
    color: #000;
    max-width: 530px;
    width: 100%;
}

.about-page__left {
    display: flex;
    justify-content: flex-end;
    max-width: 50%;
    width: 100%;
}

.about-page__desc {
    max-width: 747px;
    width: 100%;
}

.about-page__right {
    width: 45%;
    background: #263957;
    box-sizing: border-box;
    padding: 20px 30px;
}

.about-page__progress {
    display: flex;
    flex-wrap: wrap;
    max-width: 720px;
    width: 100%;
    gap: 43px 64px;
    color: #fff;
}

.about-page__progress-item {
    display: flex;
    align-items: center;
    gap: 30px;
    width: calc(50% - 32px);
}

.about-page__progress-item span {
    font-weight: 500;
    font-size: 55px;
    text-transform: uppercase;
}

.about-page__text h3 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 25px;
    color: #000;
}

.about-page__text p {
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
    text-align: justify;
}

.about-page__text p:last-child {
    margin-bottom: 0;
}

.industry__container {
    position: relative;
    max-width: 1490px;
    width: 1000%;
    margin: 0 auto;
}

.industry__title {
    margin-bottom: 60px;
}

.industry-slid__img {
    height: 259px;
    overflow: hidden;
}

.industry-slid__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industry-slid__text {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 10px;
}

.industry  .clients-arrow {
    top: 100px;
    transform: translateY(0);
}

.history {
    padding-top: 140px;
    padding-bottom: 100px;
}

.history__container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}

.history__desc {
    max-width: 680px;
    width: 100%;
}

.history__img {
    height: 335px;
    overflow: hidden;
    margin-bottom: 30px;
}

.history__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history__text {
    max-width: 590px;
    width: 100%;
}

.history__text h2 {
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.history__text ul {
    list-style: none;
    padding: 0;
}

.history__text ul li {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.history__advantages {
    max-width: 876px;
    width: 100%;
    box-sizing: border-box;
    padding: 35px 70px;
    background: #263957;
    color: #fff;
    position: relative;
    margin-left: -50px;
}

.history__advantages h2 {
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #fff;
}

.history__advantages p {
    font-size: 24px;
    margin-bottom: 25px;
}

.banner-other {
    background-position: center;
}

.banner-other .banner__row {
    padding-top: 140px;
    padding-bottom: 100px;
    padding-right: 0;
    padding-left: 0;
}

.banner-other .banner__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
}

.banner-other .banner__text h1 {
    margin-bottom: 60px;
}

.banner-other .banner__text p {
    margin-bottom: 35px;
    font-weight: 400;
    text-align: justify;
}

.banner-other .banner__text p:last-child {
    margin-bottom: 0;
}

.banner-other .banner__form {
    margin-top: 115px;
    background: rgba(38, 57, 87, 0.65);
}

.banner-personal .banner__form {
    margin-top: 70px;
}

.banner-other .banner__text {
    max-width: 815px;
    width: 100%;
}

.banner-personal .banner__row {
    padding: 145px 0;
}

.banner-personal .banner__text {
    max-width: 780px;
    width: 100%;
}

.banner-personal .banner__text h1 {
    color: #000;
}

.banner-personal .banner__text p {
    color: #000;
}

.progress-line {
    background: #263957;
    color: #fff;
    box-sizing: border-box;
    padding: 45px 0;
}

.progress-line__list {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 90px;
}

.progress-line__item {
    display: flex;
    align-items: center;
    gap: 22px;
}

.progress-line__item span {
    font-weight: 500;
    font-size: 48px;
    text-transform: uppercase;
}

.progress-line__item p  {
    font-size: 20px;
}

.services-personal .services__list {
    margin-top: 0;
    gap: 56px;
}

.services-personal .services__container {
    max-width: 1530px;
}

.services-personal .services__item {
    width: calc(33.333% - 38px);
    padding: 20px;
    justify-content: flex-start;
}

.services-personal .services__item-title h3 {
    font-size: 30px;
}

.services-personal .services__item-text li {
    font-size: 20px;
    margin-bottom: 10px;
}

.services__item-text p {
    font-size: 20px;
    margin-bottom: 25px;
}

.specializations {
    padding: 100px 0;
}

.specializations__container {
    max-width: 1510px;
    width: 100%;
    margin: 0 auto;
}

.specializations__title {
    margin-bottom: 25px;
}

.slider-tab-pagination {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: flex-end;
}

.slider-tab-pagination .swiper-pagination-bullet {
    padding: 0;
    margin: 0 !important;
    height: auto;
    width: auto;
    background: none;
    opacity: 1;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-tab-pagination .swiper-pagination-bullet:nth-child(8) {
    max-width: 127px;
}

.slider-tab-pagination .swiper-pagination-bullet:nth-child(9) {
    max-width: 175px;
}

.slider-tab-pagination .swiper-pagination-bullet:hover {
    color: #EB8333;
}

.slider-tab-pagination .swiper-pagination-bullet-active {
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
    color: #EB8333;
}

.slide-tab {
    height: auto !important;
}

.slide-tab__block {
    display: flex;
    box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    height: 100%;
}

.slide-tab__img {
    max-width: 600px;
    width: 100%;
    overflow: hidden;
}

.slide-tab__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-tab__desc {
    box-sizing: border-box;
    padding: 45px;
    padding-left: 123px;
    position: relative;
    width: 100%;
}

.slide-tab__text {
    max-width: 590px;
    width: 100%;
}

.slide-tab__text p {
    font-size: 20px;
    margin-bottom: 20px;
}

.slider-tab__arrows {
    gap: 25px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 30px;
}

.slider-tab-arrow {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
}

.slide-tab__text h3 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 35px;
}

.slide-tab__text ul {
    padding-left: 20px;
}

.slide-tab__text ul li {
    margin-bottom: 5px;
    font-size: 20px;
}

.services-outsourcing .services__container {
    max-width: 1510px;
}

.services-outsourcing .services__list  {
    gap: 30px;
    margin-top: 0;
}

.services-outsourcing .services__item {
    width: calc(33.333% - 20px);
    justify-content: flex-start;
    padding: 20px;
}

.services-outsourcing .services__item-title h3 {
    font-size: 30px;
}

.services__item-text li {
    font-size: 20px;
    margin-bottom: 10px;
}

.slider-tab-services .slider-tab-pagination .swiper-pagination-bullet:nth-child(6) {
    max-width: 275px;
}

.progress-outsourcing .progress-line__list {
    max-width: 1550px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.contacts-page {
    padding: 100px 0;
}

.contacts-page__container {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
}

.contacts-page__title {
    margin-bottom: 60px;
}

.contacts-page__title h1 {
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.06em;
}

.contacts-page__row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.contacts-page__address {
    max-width: 480px;
    width: 100%;
}

.contacts-page__address p {
    font-size: 25px;
    text-align: justify;
}

.contacts-page__address ul {
    margin-top: 25px;
    display: flex;
    padding: 0;
    list-style: none;
    gap: 30px;
}

.contacts-page__contacts {
    max-width: 275px;
    width: 100%;
}

.contacts-page__contacts ul {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 0;
    list-style: none;
}

.contacts-page__contacts ul li {
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 500;
    font-size: 24px;
}

.contacts-map {
    position: relative;
    padding: 45px 0;
    box-sizing: border-box;
}

.contacts-map__map {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contacts-map__map iframe {
    width: 100%;
    height: 100%;
}

.contacts-map__form {
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 50px 70px;
    max-width: 793px;
    width: 100%;
}

.contacts-map__container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.contacts-map__form h2 {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 70px;
}

.contacts-map__form .input-block input {
    background: none;
    height: 75px;
    border-bottom: 1px solid #808080;
}

.contacts-map__form .input-block {
    margin-bottom: 25px;
}

.contacts-map__form label {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    display: block;
    margin-bottom: 9px;
}

.input-row {
    display: flex;
    gap: 105px;
}

.textarea-block {
    flex: 1;
}

.textarea-block textarea {
    border: none;
    border-bottom: 1px solid #808080;
    outline: none;
    font-family: inherit;
    height: 135px;
    width: 100%;
}

.contacts-map__form .submit-block {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.contacts-map__form .submit-block .btn-orange {
    max-width: 290px;
    width: 100%;
    height: 48px;
}

.contacts-map__form .agree {
    margin-top: 45px;
}

.contacts-map__form .agree p {
    color: #000;
    font-size: 14px;
}

.cases {
    background-image: url(/_www/styles/ru.ascr/img/cases-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 130px;
}

.cases__container {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.cases-slider {
    position:relative;
}

.cases-slider .swiper-wrapper {
    display: flex;
    align-items: center;
}

.cases-slide {
    /*transform: scale(0.8) !important;*/
    backdrop-filter: blur(17px);
    background: rgba(255,255,255, .75);
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 185px !important;
}

.cases-slide.swiper-slide-active {
    /*transform: scale(1) !important;*/
    min-height: 380px !important;
    height: auto !important;
}

.cases-slide .cases-slide__text p {
    display: none;
}

.cases-slide.swiper-slide-active .cases-slide__text p {
    display: block;
}

/*.swiper-slide__desc {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    flex: 1;*/
/*}*/


/*.swiper-slide__desc {*/
/*    flex: 1;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*}*/

.cases-slide__top {
    margin-bottom: 30px;
}

.cases-slide__top h3 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.cases-slide.swiper-slide-active .cases-slide__top h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}

.cases-slide__top p {
    font-weight: 500;
    font-size: 13px;
}

.cases-slide.swiper-slide-active .cases-slide__top p {
    font-size: 17px;
}

.cases-slide__text p {
    font-size: 15px;
    margin-bottom: 20px;
}

.swiper-slide__more {
    display: flex;
    justify-content: flex-end;
}

.swiper-slide__more button {
    background: none;
    font-weight: 500;
    font-size: 17px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #000;
    transition: all 0.3s ease;
}

.swiper-slide__more button:hover {
    color: #EB8333;
}

.swiper-slide__full-desc {
    display: none;
}

.cases-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: rgba(0,0,0, 0.4);
    display: none;
}

.cases-modal__window {
    max-width: 1050px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px 35px;
    max-height: 90vh;
    overflow: hidden;
    overflow-y: auto;
}

.cases-modal__window h3 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 25px;
}

.cases-modal__window p {
    font-size: 15px;
    margin-bottom: 30px;
}

.cases-modal__window p span {
    font-weight: 600;
    font-size: 17px;
}

.cases-modal__window ul {
    padding-left: 20px;
}

.cases-modal__window ul li {
    font-size: 15px;
    margin-bottom: 20px;
}

.cases-modal__window .btn-orange {
    margin: 0 auto;
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.1);
    max-width: 290px;
    height: 48px;
    font-size: 24px;
}

.close-modal {
    background: none;
    position: absolute;
    top: 15px;
    right: 15px;
}

.close-modal:hover svg {
    fill: #EB8333;
}

.cases__title {
    margin-bottom: 100px;
}

.cases__title h2 {
    color: #fff;
}

.cases  .clients-arrow {
    top: 65%;
}

@media (max-height: 1080px) {
    .banner {
        height: calc(100vh - 134px);
    }
    .banner__row {
        padding-top: 50px;
        padding-bottom: 19px;
    }

    .banner__text {
        margin-bottom: 70px;
    }
}

@media (max-width: 1600px) {
    .header__row {
        box-sizing: border-box;
        padding: 0 15px;
    }

    .banner__row {
        box-sizing: border-box;
        padding-left: 50px;
        padding-right: 50px;
    }

    .about__container {
        box-sizing: border-box;
        padding: 0 50px;
    }

    .cookie-notice__container {
        padding: 0 50px;
    }

    .steps__container {
        box-sizing: border-box;
        padding: 0 50px;
    }

    .steps__block {
        padding: 28px 90px 47px 90px;
    }

    .clients__container {
        box-sizing: border-box;
        padding: 0 50px;
    }

    .footer__row {
        padding: 0 50px;
        box-sizing: border-box;
    }

    .clients-next {
        right: -30px;
    }

    .clients-prev {
        left: -30px;
    }

    .services-personal .services__container {
        max-width: 1371px;
    }

    .specializations__container {
        max-width: 1371px;
    }

    .banner-other .banner__content {
        max-width: 1371px;
    }

    .services-outsourcing .services__container {
        max-width: 1371px;
    }

    .progress-outsourcing .progress-line__list {
        max-width: 1371px;
        gap: 50px;
    }
}

@media (max-width: 1536px) {
    .clients-prev {
        left: -10px;
    }

    .clients-next {
        right: -10px;
    }

    .industry__container .clients-prev {
        left: -70px;
    }

    .industry__container .clients-next {
        right: -70px;
    }

    .about-page__title {
        max-width: 1280px;
    }

    .about-page__text p {
        font-size: 20px;
    }

    .industry__container {
        max-width: 1280px;
    }

    .industry-slid__text {
        font-size: 18px;
    }

    .about-page__desc {
        max-width: 680px;
    }

    .history__container {
        max-width: 1280px;
    }

    .history__advantages p {
        font-size: 18px;
    }

    .history__text {
        max-width: 565px;
        width: 100%;
    }
}

@media (max-height: 864px) {
    .banner__text {
        margin-bottom: 50px;
    }
}

@media (max-width: 1440px) {
    .header__menu ul {
        gap: 20px;
    }

    .services__container {
        box-sizing: border-box;
        padding: 0 50px;
    }

    .services__list {
        gap: 70px;
    }

    .services__item {
        width: calc(33.333% - 47px);
    }

    .steps__block {
        padding: 28px 70px 47px 70px;
    }

    .steps__list {
        gap: 90px;
    }

    .about-page__row {
        gap: 50px;
    }

    .about-page__left {
        max-width: 53%;
    }

    .history__advantages {
        margin-left: -10px;
    }

    /*.history__container {*/
    /*    align-items: flex-start;*/
    /*}*/

    .history__advantages {
        padding: 35px 50px;
    }

    .banner-other .banner__content {
        max-width: 1280px;
    }

    .services-personal .services__container {
        padding: 0;
        max-width: 1280px;
    }

    .services-personal .services__item-text li {
        font-size: 18px;
    }

    .services__item-text p {
        font-size: 18px;
    }

    .services-personal .services__item-title h3 {
        font-size: 25px;
    }

    .specializations__container {
        max-width: 1280px;
    }

    .slide-tab__desc {
        padding-left: 70px;
    }

    .slide-tab__text h3 {
        font-size: 30px;
    }

    .slide-tab__text ul li {
        font-size: 18px;
    }

    .slider-tab-arrow {
        width: 40px;
        height: 40px;
    }

    .slide-tab__text {
        max-width: 495px;
    }

    .cases__container .clients-prev {
        left: -30px;
    }

    .cases__container .clients-next {
        right: -30px;
    }

    .slider-tab-pagination .swiper-pagination-bullet {
        font-size: 13px;
    }

    .slider-tab-pagination .swiper-pagination-bullet-active {
        font-size: 13px;
    }

    .services-outsourcing .services__item-title h3 {
        font-size: 25px;
    }

    .services__item-text li {
        font-size: 18px;
    }

    .progress-outsourcing .progress-line__list {
        max-width: 1280px;
        gap: 30px;
    }

    .progress-line__item p {
        font-size: 18px;
    }

    .services-outsourcing .services__container {
        max-width: 1280px;
        padding: 0;
    }

    .slider-tab-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .slider-tab-pagination .swiper-pagination-bullet-active {
        font-size: 14px;
    }
}

@media (max-height: 815px) {

    .banner {
        height: auto;
    }

    .banner__row {
        padding-top: 50px;
        padding-bottom: 19px;
    }

    /*.banner__content {*/
    /*    max-width: 1090px;*/
    /*    width: 100%;*/
    /*    display: flex;*/
    /*    align-items: flex-start;*/
    /*    gap: 50px;*/
    /*}*/

    /*.banner__text {*/
    /*    margin-bottom: 0;*/
    /*}*/
}

@media (max-height: 700px) {
    .banner {
        height: auto;
    }
}

@media (max-width: 1366px) {
    .header__contacts {
        gap: 10px;
    }

    .header__logo a {
        gap: 10px;
    }

    .header__logo a p {
        font-size: 12px;
    }

    .industry__container .clients-prev {
        left: -70px;
    }

    .industry__container .clients-next {
        right: -70px;
    }

    .about-page__title {
        max-width: 1100px;
        width: 100%;
    }

    .industry__container {
        max-width: 1100px;
        width: 100%;
    }

    .about-page__desc {
        max-width: 590px;
        width: 100%;
    }

    .history__container {
        max-width: 1200px;
        width: 100%;
    }

    .history__text {
        max-width: 500px;
        width: 100%;
    }

    .banner-other .banner__content {
        max-width: 1100px;
    }

    .banner-personal .banner__text {
        max-width: 600px;
    }

    .banner-other .banner__text p {
        font-size: 18px;
    }

    .cases__container {
        max-width: 1100px;
    }

    .services-personal .services__container {
        max-width: 1100px;
    }

    .services-personal .services__list {
        gap: 30px;
    }

    .services-personal .services__item {
        width: calc(33.333% - 20px);
    }

    .specializations__container {
        max-width: 1100px;
    }

    .progress-line__list {
        gap: 50px;
    }

    .slider-tab-pagination {
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    .slider-tab-pagination .swiper-pagination-bullet:nth-child(8) {
        max-width: max-content;
    }

    .slider-tab-pagination .swiper-pagination-bullet:nth-child(9) {
        max-width: max-content;
    }

    .slide-tab__desc {
        padding-left: 50px;
    }

    .services-outsourcing .services__container {
        max-width: 1100px;
    }

    .progress-outsourcing .progress-line__list {
        max-width: 1100px;
    }

    .progress-line__item p {
        font-size: 16px;
    }

    .banner-other .banner__text {
        max-width: 680px;
    }

    .banner-other .banner__text p {
        font-size: 18px;
    }

    .banner-other .banner__form {
        margin-top: 70px;
    }

    .contacts-map__container {
        max-width: 1200px;
    }

    .footer__row {
        padding: 0 30px;
    }
}

@media (max-width: 1280px) {
    .header__contacts a {
        gap: 5px;
    }

    .services__list {
        gap: 50px;
    }

    .services__item {
        width: calc(33.333% - 34px);
    }

    .steps__block {
        padding: 28px 50px 47px 50px;
    }

    .steps__list {
        gap: 50px;
    }

    .banner-other .banner__text {
        max-width: 600px;
    }
}

@media (max-width: 1200px) {
    .about-page__title {
        box-sizing: border-box;
        padding: 0 15px;
    }

    .industry__container {
        box-sizing: border-box;
        padding: 0 15px;
    }

    .about-page__desc {
        box-sizing: border-box;
        padding: 0 15px;
    }

    .history__container {
        box-sizing: border-box;
        padding: 0 15px;
    }
}

.navbar {
    display: none;
}

.close-menu {
    display: none;
}

.industry-pagination {
    display: none;
}

@media (max-width: 1024px) {

    .header {
        padding: 10px 0;
    }

    .header__contacts {
        display: none;
    }

    .navbar {
        display: block;
        position: relative;
        width: 18px;
        height: 16px;
        background: none;
    }

    .navbar span {
        position: absolute;
        display: block;
        background: #EB8333;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease;
    }

    .navbar span:nth-child(1) {
        top: 0;
    }

    .navbar span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }

    .navbar span:nth-child(3) {
        bottom: 0;
        transform: translateY(-50%);
    }

    .navbar.active span:nth-child(1) {
        top: 50%;
        transform: rotate(-45deg);
    }

    .navbar.active span:nth-child(2) {
        top: 50%;
        transform: rotate(45deg);
    }

    .navbar.active span:nth-child(3) {
        opacity: 0;
    }

    .close-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 28px;
        height: 28px;
        background: #EB8333;
        border-radius: 100%;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .header__menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        background: #fff;
        z-index: 88888;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 100px;
        padding: 70px 0;
        box-sizing: border-box;
        transform: translateX(-120%);
        transition: all .3s linear;
    }

    .header__menu.show {
        transform: translateX(0);
    }

    .header__menu ul {
        gap: 20px;
        flex-direction: column;
        text-align: center;
    }

    .header__menu .header__contacts {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner {
        height: auto;
    }

    .banner:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0, .2);
    }

    .banner__row {
        padding-top: 50px;
        padding-bottom: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner__content {
        max-width: 500px;
        /*width: 100%;*/
        /*display: flex;*/
        /*align-items: flex-start;*/
        /*gap: 50px;*/
    }

    /*.banner__text {*/
    /*    margin-bottom: 0;*/
    /*}*/

    .banner__text h1 {
        font-size: 30px;
        line-height: 45px;
    }

    .banner__text p {
        font-size: 18px;
    }

    .services__container {
        padding: 0 15px;
    }

    .services__list {
        gap: 30px;
        margin-top: 50px;
    }

    .services__item {
        width: calc(33.333% - 20px);
    }

    .about {
        padding-top: 100px;
    }

    .about__title {
        margin-bottom: 50px;
    }

    .steps__container {
        padding: 0 15px;
    }

    .steps__block {
        padding: 28px 30px 47px 30px;
    }

    .steps__list {
        gap: 30px;
    }

    .steps__item-info {
        gap: 20px;
    }

    .steps__item-btns {
        gap: 15px;
        margin-left: 20px;
    }

    .clients__title {
        margin-bottom: 50px;
    }

    .clients {
        padding: 50px 0;
    }

    .clients__container {
        padding: 0 15px;
    }

    .footer__row {
        padding: 0 15px;
        flex-wrap: wrap;
        gap: 30px 10px;
    }

    .footer__col {
        width: calc(50% - 5px);
    }

    .footer__links {
        margin-top: 30px;
    }

    .footer__contacts {
        margin-top: 30px;
    }

    .footer__address {
        margin-top: 30px;
    }

    .footer__applicant {
        margin-top: 30px;
    }

    .about__container {
        padding: 0 15px;
    }

    .cookie-notice__container {
        padding: 0 15px;
        flex-direction: column;
        align-items: flex-end;
    }

    .cookie-notice__info {
        max-width: 100%;
        width: 100%;
    }

    .industry-pagination {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .industry__container .clients-arrow {
        display: none;
    }

    .history__container {
        flex-direction: column;
        gap: 30px;
    }

    .history__desc {
        max-width: 100%;
    }

    .history__text {
        max-width: 100%;
    }

    .history__advantages {
        max-width: 100%;
        margin-left: 0;
    }

    .about-page__row {
        flex-direction: column;
        gap: 30px;
    }

    .about-page__left {
        max-width: 100%;
    }

    .about-page__desc {
        max-width: 100%;
    }

    .about-page__right {
        width: 100%;
        padding: 20px 15px;
    }


    .about-page__progress {
        flex-wrap: nowrap;
        max-width: 100%;
        width: 100%;
        gap: 30px;
        color: #fff;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }

    .about-page__progress-item {
        gap: 30px;
        min-width: max-content;
        width: 100%;
    }

    .banner-other .banner__content {
        flex-direction: column;
        align-items: flex-end;
    }

    .banner-personal .banner__row {
        padding: 50px 15px;
        box-sizing: border-box;
    }

    .banner-personal .banner__form {
        margin-top: 0;
    }

    .banner-other .banner__text h1 {
        margin-bottom: 30px;
    }

    .progress-line {
        padding: 20px 15px;
    }

    .progress-line {
        position: relative;
        overflow: hidden;
    }

    .progress-line__list {
        flex-wrap: nowrap;
        max-width: 100%;
        width: 100%;
        gap: 30px;
        color: #fff;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        scrollbar-width: none;
    }

    .progress-line__list::-webkit-scrollbar {
        display: none;
    }

    .custom-scrollbar {
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 5px;
        height: 5px;
        background: #f1f1f1;
        border-radius: 10px;
        display: none;
        z-index: 5;
    }

    .custom-scrollbar-thumb {
        position: absolute;
        height: 100%;
        background: #EB8333;
        border-radius: 10px;
        cursor: pointer;
    }


    .progress-line__item {
        gap: 15px;
        min-width: max-content;
        width: 100%;
    }

    .services__item-text li {
        font-size: 16px;
    }

    .services-personal .services__container {
        padding: 0 15px;
    }

    .services-personal .services__item-text li {
        font-size: 16px;
    }

    .services__item-text p {
        font-size: 16px;
    }

    .specializations__container {
        box-sizing: border-box;
        padding: 0 15px;
    }

    .slide-tab__text h3 {
        font-size: 25px;
    }

    .slide-tab__text ul li {
        font-size: 16px;
    }

    .slide-tab__desc {
        padding-left: 30px;
        padding-right: 30px;
    }

    .slide-tab__block {
        flex-direction: column;
    }

    .slide-tab__text {
        max-width: 100%;
    }

    .slide-tab__img {
        max-width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .slide-tab__img img {
        width: auto;
        height: 300px;
        object-fit: contain;
    }

    .cases-slide {
        transform: scale(1) !important;
    }

    .cases__container {
        box-sizing: border-box;
        padding: 0 50px;
    }

    .cases__container .clients-prev {
        left: 0;
    }

    .cases__container .clients-next {
        right: 0;
    }

    .cases-slider .swiper-wrapper {
        align-items: inherit;
    }

    .cases-slide.swiper-slide-active {
        min-height: auto !important;
    }

    .cases-slide {
        height: auto !important;
    }

    .cases-modal__window {
        max-width: 600px;
    }

    .progress-line__item p {
        font-size: 14px;
    }

    .banner-other .banner__row {
        padding: 50px 15px;
    }

    .banner-other .banner__form {
        margin-top: 0;
    }

    .services-outsourcing .services__list {
        padding: 0 15px;
    }

    .contacts-page__container {
        box-sizing: border-box;
        padding: 0 15px;
    }

    .contacts-map__container {
        box-sizing: border-box;
        padding: 0 15px;
    }

    .contacts-map__form {
        padding: 50px;
        max-width: 700px;
        width: 100%;
    }

    .contacts-map__form .input-block input {
        height: 40px;
    }

    .contacts-map__form h2 {
        margin-bottom: 50px;
    }

}

@media (max-width: 834px) {
    .banner__row {
        padding-top: 60px;
    }

    .banner__content {
        flex-direction: column;
    }

    .services__item {
        width: 100%;
    }

    .steps__list {
        flex-direction: column;
    }

    .services-personal .services__item {
        width: 100%;
    }

    .progress-line__item {
        min-width: max-content;
    }

    .specializations {
        padding: 50px 0;
    }

    .cases {
        padding: 50px 0;
    }

    .services-outsourcing .services__item {
        width: 100%;
    }

    .contacts-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contacts-page__address {
        max-width: 360px;
        width: 100%;
    }

    .contacts-page__address p {
        font-size: 18px;
    }

    .contacts-page__contacts ul li {
        gap: 15px;
        font-weight: 500;
        font-size: 18px;
    }

    .contacts-page__row {
        flex-direction: column;
    }

    .contacts-map__map {
        position: relative !important;
        height: 500px;
    }

    .contacts-map__form {
        padding: 50px 30px;
        max-width: 100%;
    }

    .input-row {
        gap: 30px;
    }

    .textarea-block textarea {
        height: 70px;
    }

    .contacts-map__form h2 {
        font-size: 25px;
    }

    .contacts-map__form label {
        font-size: 16px;
    }

    .contacts-map {
        padding: 0;
    }

    .cases  .clients-arrow {
        top: 50%;
    }

    .cases-slide .cases-slide__text p {
        display: block;
    }

    .cases-slide {
        height: auto !important;
    }

    .cases-slide__top h3 {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .cases-slide__top p {
        font-size: 17px;
    }
}

@media (max-width: 480px) {

    h2 {
        font-size: 25px;
    }

    .banner {
        height: auto;
    }

    .banner:before {
        background: rgba(0, 0, 0, .3);
    }

    .banner__text h1 {
        font-size: 20px;
        line-height: 35px;
    }

    .banner__text p {
        font-size: 14px;
    }

    .banner__form {
        padding: 25px 20px;
    }

    .services {
        padding-top: 50px;
    }

    .services__list {
        margin-top: 30px;
    }

    .services__item {
        padding: 30px 20px 30px 20px;
    }

    .services__item-title h3 {
        font-size: 18px;
    }

    .services__item-text {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .services__item-text li {
        font-size: 14px;
    }

    .about {
        padding-top: 50px;
    }

    .about__title {
        margin-bottom: 30px;
    }

    .about__desc p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .btn-orange {
        font-size: 18px;
    }

    .about__btn {
        margin-top: 30px;
    }

    .steps {
        padding-top: 50px;
    }

    .steps__block {
        padding: 25px 20px 25px 20px;
    }

    .steps__item-num {
        font-size: 50px;
    }

    .steps__item-text h3 {
        font-size: 18px;
    }

    .clients__title {
        margin-bottom: 30px;
    }

    .footer__row {
        flex-direction: column;
    }

    .footer__col {
        width: 100%;
    }

    .steps__item-btns {
        gap: 10px;
        margin-left: 0;
    }

    .cookie-notice .btn-orange {
        padding: 0 30px;
        height: 40px;
    }

    .cookie-notice__btns {
        gap: 20px;
    }

    .cookie-notice__info {
        font-size: 14px;
    }

    .about-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-page__title {
        margin-bottom: 30px;
    }

    .about-page__title h1 {
        font-size: 25px;
    }

    .about-page__text h3 {
        font-size: 18px;
    }

    .about-page__text p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .about-page__progress-item span {
        font-size: 40px;
    }

    .industry__title {
        margin-bottom: 30px;
    }

    .industry-slid__text {
        font-size: 16px;
    }

    .history {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .history__img {
        height: 170px;
    }

    .history__text h2 {
        font-size: 25px;
    }

    .history__advantages h2 {
        font-size: 25px;
    }

    .history__advantages {
        padding: 25px 15px;
    }

    .history__advantages p {
        font-size: 16px;
    }

    .history__container {
        padding: 0;
    }

    .history__desc {
        box-sizing: border-box;
        padding: 0 15px;
    }

    .industry-pagination {
        margin-top: 20px;
    }

    .banner-other .banner__text p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .services-personal .services__item-title h3 {
        font-size: 18px;
    }

    .services-personal .services__item-text li {
        font-size: 14px;
    }

    .slide-tab__text h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .slide-tab__text ul li {
        font-size: 14px;
    }

    .slide-tab__desc {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .slider-tab__arrows {
        top: 15px;
        right: 15px;
        gap: 10px;
    }

    .slider-tab-arrow {
        width: 30px;
        height: 30px;
    }

    .cases__container {
        padding: 0 30px;
    }

    .clients-arrow {
        width: 25px;
        height: 25px;
    }

    .cases-slide__top h3 {
        font-size: 18px;
    }

    .cases-slide__top p {
        font-size: 14px;
    }

    .cases-slide__top {
        margin-bottom: 20px;
    }

    .cases-slide__text p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .cases-modal__window {
        max-width: 330px;
    }

    .cases-modal__window {
        padding: 40px 20px;
    }

    .close-modal  svg {
        width: 30px;
        height: auto;
    }

    .cases-modal__window h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .cases-modal__window p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .cases-modal__window .btn-orange {
        max-width: 200px;
        height: 30px;
        font-size: 16px;
    }

    .services-outsourcing .services__item-title h3 {
        font-size: 18px;
    }

    .services__item-text p {
        font-size: 14px;
    }

    .contacts-page__title h1 {
        font-size: 25px;
    }

    .contacts-page__title {
        margin-bottom: 30px;
    }

    .contacts-page__address p {
        font-size: 14px;
    }

    .contacts-page__contacts ul li {
        font-size: 14px;
        gap: 10px;
    }

    .contacts-page__contacts ul li svg {
        width: 20px;
        height: auto;
    }

    .contacts-map__form {
        padding: 30px 15px;
    }

    .contacts-map__container {
        padding: 0;
    }

    .contacts-map__form h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .contacts-map__form label {
        font-size: 14px;
    }

    .contacts-map__form .input-block {
        margin-bottom: 10px;
    }

    .contacts-map__form .agree p {
        font-size: 11px;
    }

    .contacts-map__form .agree {
        margin-top: 20px;
    }

    .contacts-map__form .submit-block {
        margin-top: 20px;
    }

    .default-text h1 {
        font-size: 25px;
        margin-bottom: 50px;
    }

    .default-text h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .default-text h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

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

    .cases__title {
        margin-bottom: 50px;
    }

    .clients-prev {
        left: 10px;
    }

    .clients-next {
        right: 10px;
    }
}

@media(max-width: 320px) {
    .cases-modal__window {
        max-width: 300px;
    }
}