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

@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: Montserrat, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

div {
    box-sizing: border-box;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Brygada 1918', serif
}

html {
    scroll-behavior: smooth
}

body {
    position: relative;
    scroll-behavior: smooth
}

a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none
}

input {
    outline: 0;
    cursor: pointer
}

select {
    outline: 0;
    cursor: pointer;
    color: #000
}

img {
    width: 100%
}

li {
    list-style-type: none
}

button {
    cursor: pointer;
    border: none
}

.container {
    margin: 0 auto
}

.btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 61px;
    background: #547a4e;
    padding: 14px 30px;
    color: #fff;
    font-size: 1.7vw;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1.26px;
    transition: all .3s
}

.btn:hover {
    background: #7cb174
}

.humburger {
    row-gap: 7px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    z-index: 10000
}

.humburger span {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    transition: all .7s
}

.humburger__active {
    margin-top: 10px
}

.humburger__active span {
    background: #fff
}

.humburger__active span:nth-child(1) {
    transform: rotate(45deg)
}

.humburger__active span:nth-child(2) {
    transform: rotate(135deg) translate(-7px, 8px)
}

.mobil__wrapper {
    overflow: auto
}

@media (min-width:768px) {
    .humburger {
        display: none
    }

    .mobil {
        display: none
    }
}

@media (min-width:576px) {
    .andPartners-title-mob {
        display: none;
    }

    .andPartners-descr-mob {
        display: none;
    }
}

.header-documents li {
    color: #000 !important
}

.header-documents a {
    color: #000 !important
}

.header-documents span {
    background: #000
}

.documents {
    padding-top: 40px;
    font-size: 14px;
    line-height: 160%
}

.documents h1 {
    font-family: Montserrat
}

.documents h2 {
    font-family: Montserrat
}

.documents h3 {
    font-family: Montserrat
}

@media (max-width:768px) {
    .header-menu {
        display: none
    }

    .mobil__wrapper {
        padding: 80px 40px;
        display: flex;
        justify-content: center;
        background: #000;
        max-height: 104vh;
        width: 100%;
        left: -100%;
        height: 100%;
        top: 0;
        right: 0;
        position: relative;
        transition: all .7s
    }

    .mobil a {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase
    }

    .mobil li {
        padding-top: 35px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase
    }

    .mobil li:first-child {
        padding-top: 0
    }

    .mobil ul {
        height: 100%
    }

    .mobil ul li ul {
        padding-top: 20px;
        height: 100%
    }

    .mobil ul li ul li {
        padding-top: 13px;
        padding-left: 20px
    }

    .mobil ul li ul li a {
        font-weight: 600;
        font-size: 14px;
        text-transform: none
    }
}

.mobil {
    overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000000;
    z-index: 19;
    visibility: hidden;
    transition: all 1s
}

.mobil__active {
    background: #0000008a;
    visibility: visible
}

.mobil__active .mobil__wrapper {
    left: 0
}

.header {
    padding: 30px 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

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

.header-logo {
    width: 120px
}

.header-menu ul {
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.header-menu ul li {
    position: relative;
    color: #fff;
    font-family: 'Brygada 1918';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    cursor: pointer
}

.header-menu ul li ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    top: 150%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    border: 1px solid #50784a;
    background: #fff;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .25);
    padding: 20px 20px;
    transition: all .5s
}

.header-menu ul li ul li {
    color: #3e3e3e;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: .14px;
    text-transform: uppercase
}

.header-menu ul li ul li a {
    color: #000;
    font-size: 18px
}

.header-menu ul li ul ul {
    padding: 6px 0 0 0;
    position: relative;
    border: none;
    background: 0 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    row-gap: 7px
}

.header-menu ul li:hover ul {
    opacity: 1;
    overflow: visible
}

.header-menu ul li a {
    color: #fff;
    font-family: 'Brygada 1918';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    cursor: pointer
}

.intro {
    background: url(../img/bg/home-bg.png) center center/cover no-repeat;
    height: 600px;
    display: flex;
    align-items: center
}

.intro-wrapper {
    padding: 236px 0 150px 0
}

.intro-text {
    padding-top: 10px;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 70%;
    margin: 0 auto
}

.intro-title {
    color: #fff;
    text-align: center;
    font-size: 73px;
    font-weight: 700;
    line-height: 100%;
    /* text-transform: capitalize; */
    text-transform: uppercase
}

.intro-btn {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    padding: 11px 20px;
    background: #c8b568;
    margin: 0 auto;
    margin-top: 30px
}

.services {
    padding: 70px 0
}

.services-wrapper {
    gap: 3%;
    row-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    justify-content: center
}

.services-wrapper-2 {
    justify-content: flex-start
}

.services-title {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 130%
}

.services-title-2 {
    font-size: 40px
}

.services-item {
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px 14px;
    border: 2px solid #c8b568
}

.services-item-title {
    padding-top: 16px;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%
}

.services-item-title-2 {
    font-weight: 400
}

.services-item-descr {
    padding-top: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%
}

.services-item-btn {
    padding-top: 16px;
    color: #c8b568;
    font-size: 17px;
    font-weight: 400;
    line-height: 110%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.weAre {
    background: #f6f6f6;
    padding: 70px 0
}

.weAre-wrapper {
    display: flex;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.weAre-left {
    width: 37%
}

.weAre-right {
    width: 63%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.weAre-right img {
    width: 48%
}

.weAre-title {
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.weAre-descr {
    padding-top: 9px;
    color: #818181;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.andPartners {
    padding: 100px 0
}

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

.andPartners-wrapper-1 {
    align-items: center
}

.andPartners-title {
    padding-top: 17px;
    text-align: center;
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.andPartners-descr {
    padding-top: 17px;
    color: #818181;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%
}

.andPartners-left {
    width: 35%
}

.andPartners-right {
    width: 64%
}

.andPartners-right-wrapper {
    font-family: 'Brygada 1918';
    padding: 20px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    border-radius: 5px;
    border: 1px solid #c8b568
}

.toDo {
    background: #000;
    padding: 80px 0
}

.toDo-title {
    color: #fff;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.toDo-wrapper {
    color: #fff;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.toDo-wrapper-1 {
    row-gap: 40px;
    -moz-column-gap: 5%;
    column-gap: 5%;
    justify-content: flex-start;
    flex-wrap: wrap
}

.toDo-item {
    display: flex;
    align-items: center;
    -moz-column-gap: 25px;
    column-gap: 25px
}

.toDo-item-svg svg {
    display: block;
    width: 60px
}

.toDo-item-1 {
    width: 30%
}

.toDo-item-line {
    height: 38px;
    width: 1px;
    background: #fff
}

.toDo-item-title {
    color: #fff;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.toDo-item-title-1 {
    color: #d8d8d8;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.toDo-item-text {
    padding-top: 9px;
    color: #c8b568;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%
}

.slider-pagination {
    position: relative;
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 25px;
    column-gap: 25px
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slider-for {
    width: 100%
}

.slider-nav {
    max-width: 730px;
    width: 58%
}

.blocks-slides {
    padding: 70px 0
}

.blocks-slides-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 5%;
    column-gap: 5%
}

.blocks-slides-for {
    width: 40%
}

.blocks-slides-title {
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%
}

.blocks-slides-name {
    padding-top: 30px;
    color: #c8b568;
    font-family: Montserrat;
    font-size: 43px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%
}

.blocks-slides-text {
    padding-top: 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.block-pagination {
    display: flex;
    align-items: center;
    -moz-column-gap: 19px;
    column-gap: 19px
}

.blocks-slides-pagination {
    display: flex;
    align-items: flex-end
}

.splide__pagination__page.is-active {
    scale: 1.4;
    background: 0 0
}

.splide__pagination__page {
    scale: 1;
    transition: all .5s;
    background: 0 0
}

.splide__arrow {
    all: unset;
    border: none;
    cursor: pointer
}

.splide__arrow svg {
    fill: none
}

.splide__arrow--prev {
    left: 0;
    position: unset
}

.splide__arrow--next {
    right: 0;
    position: unset
}

.blocks-slides-pagination {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center
}

.slick-dots {
    padding: 0 !important
}

.slick-dots li {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    font-family: "Brygada 1918";
    font-weight: 700;
    line-height: 55%;
    color: #8f8f8f;
    font-size: 18px;
    font-style: normal;
    transition: all 1s
}

.slick-active {
    transition: all 1s;
    color: #000 !important;
    font-size: 28px !important;
    font-style: normal;
    font-family: "Brygada 1918";
    font-weight: 700;
    line-height: 55%
}

.custom-pagination {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    -moz-column-gap: 15px;
    column-gap: 15px;
    align-items: flex-end;
    margin-bottom: 10px
}

.splide-pagination__page-number {
    font-family: 'Brygada 1918';
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    scale: 1;
    transition: all .5s;
    color: #b3b3b3
}

.splide-pagination__page-number.active {
    color: #000;
    font-size: 20px
}

.splide__slide {
    padding-bottom: 20px
}

.hidden {
    overflow: hidden
}

.grey {
    background: #f9f9f9
}

.grey1 {
    background: #f6f6f6
}

.contacts {
    padding: 110px 0
}

.contacts-wrapper {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.contacts-title {
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.contacts-info {
    padding-top: 30px;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    line-height: 150%
}

.contacts-time {
    padding-top: 30px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%
}

.contacts-time-parts {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 7px
}

.contacts-time-part {
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%
}

.contacts-forms {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    width: 38%;
    border: 2px solid #c8b568;
    padding: 20px 30px
}

.contacts-forms-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.contacts-forms form {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

.contacts-forms form input {
    padding: 12px 11px 12px 8px;
    border: 1px solid rgba(0, 0, 0, .5);
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: .14px
}

.contacts-forms form button {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 15px 23px;
    background: #c8b568
}

.footer {
    padding: 30px 0
}

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

.footer-wrapper a {
    color: #000
}

.footer-logo {
    width: 120px
}

.footer-menu ul {
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.footer-menu ul li {
    position: relative
}

.footer-menu ul li ul {
    top: 140%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    border: 1px solid #50784a;
    background: #fff;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .25);
    padding: 20px 23px;
    transition: all .5s
}

.footer-menu ul li ul li {
    color: #3e3e3e;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: .14px;
    text-transform: uppercase
}

.footer-menu ul li ul ul {
    padding: 6px 0 0 0;
    position: relative;
    border: none;
    background: 0 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    row-gap: 7px
}

.footer-menu ul li:hover ul {
    opacity: 1;
    overflow: visible
}

.footer-menu ul li a {
    color: #000;
    font-family: 'Brygada 1918';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%
}

.text-block-1 {
    padding-top: 70px;
    padding-bottom: 60px
}

.text-block-1-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.text-block-1-img {
    max-width: 342px
}

.text-block-1-descrs {
    width: 57%
}

.text-block-1-title {
    color: #3f3f3f;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.text-block-1-descr {
    padding-top: 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.text-block-2 {
    padding: 80px 0
}

.text-block-2-wrapper {
    width: 85%;
    margin: 0 auto;
    border-radius: 15px;
    padding: 50px 33px;
    display: flex;
    flex-direction: column;
    row-gap: 40px
}

.text-block-2-title {
    color: #fff;
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.text-block-2-descr {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.text-block-2-btn {
    display: flex;
    padding: 11px 20px;
    background: #c8b568;
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase
}

.slick-dots {
    position: unset;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 0;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-top: 7px;
    bottom: 0
}

.slick-dots li.slick-active button:before {
    color: #b88b36;
    margin: 0
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    font-size: unset;
    line-height: unset
}

.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0
}

.slick-dots {
    display: flex !important;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.slick-dots li {
    width: 8px;
    height: 8px
}

.slick-dots li button:before {
    font-size: 8px;
    width: 0;
    opacity: 1;
    color: #323c42
}

@media (max-width:1200px) {
    .intro-title {
        font-size: 63px
    }

    .intro-btn {
        font-size: 22px
    }

    .andPartners-title {
        font-size: 35px
    }

    .andPartners-right-wrapper {
        font-size: 20px
    }

    .weAre-title {
        font-size: 42px
    }

    .weAre-descr {
        font-size: 19px
    }

    .toDo-item {
        -moz-column-gap: 15px;
        column-gap: 15px
    }

    .contacts {
        padding: 90px 0
    }
}

@media (max-width:996px) {


    .intro {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .intro-title {
        font-size: 45px
    }

    .intro-text {
        font-size: 17px
    }

    .intro-wrapper {
        padding: 200px 0 90px 0
    }

    .intro-btn {
        font-size: 17px
    }

    .text-block-1-descrs {
        width: 50%
    }

    .text-block-1-title {
        font-size: 48px
    }

    .text-block-1-descr {
        font-size: 18px
    }

    .text-block-1-img {
        width: 40%
    }

    .text-block-2 {
        padding: 40px 0
    }

    .text-block-2-descr {
        font-size: 17px
    }

    .text-block-2-title {
        font-size: 45px
    }

    .text-block-2-wrapper {
        width: 95%;
        row-gap: 20px
    }

    .text-block-2-btn {
        font-size: 18px
    }

    .services {
        padding-top: 50px
    }

    .services-title {
        font-size: 45px
    }

    .services-title-2 {
        font-size: 27px;
    }

    .services-item-title {
        font-size: 20px;
    }

    .services-item {
        width: 48%
    }

    .services-item-descr {
        font-size: 16px
    }

    .services-item-btn {
        font-size: 20px
    }

    .weAre-title {
        font-size: 36px
    }

    .weAre-wrapper {
        align-items: center
    }

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

    .weAre-right img {
        width: 100%;
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .andPartners-right-wrapper {
        font-size: 18px
    }

    .toDo {
        padding: 50px 0
    }

    .toDo-title {
        font-size: 45px
    }

    .toDo-wrapper {
        row-gap: 25px;
        padding-top: 40px;
        flex-wrap: wrap;
        justify-content: center
    }

    .toDo-title {
        font-size: 32px;
    }

    .toDo-item {
        -moz-column-gap: 25px;
        column-gap: 25px;
        width: 47%
    }

    .toDo-item-title {
        font-size: 15px;
    }

    .toDo-item-svg svg {
        width: 70px
    }

    .andPartners-wrapper {
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0
    }

    .blocks-slides-for {
        width: 50%
    }

    .slider-nav {
        width: 45%
    }

    .blocks-slides-container {
        -moz-column-gap: 3%;
        column-gap: 3%
    }

    .blocks-slides-title {
        font-size: 32px
    }

    .blocks-slides-text {
        font-size: 18px
    }

    .blocks-slides-name {
        font-size: 36px
    }

    .slick-slide img {
        height: 280px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .slick-slide img {
        height: 280px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .contacts-title {
        font-size: 38px
    }

    .contacts-info {
        padding-top: 10px;
        font-size: 16px
    }

    .contacts-wrapper {
        width: 100%
    }

    .contacts-forms {
        width: 48%
    }
}

@media (max-width:768px) {
    .header-logo {
        width: 100px
    }

    .intro-wrapper {
        padding: 140px 0 60px 0
    }

    .intro-title {
        font-size: 36px
    }

    .intro-btn {
        font-size: 15px
    }

    .services-title {
        font-size: 38px
    }

    .services-item-descr {
        font-size: 13px
    }

    .services-item-title {
        font-size: 20px
    }

    .services-item-btn {
        padding-top: 10px;
        font-size: 14px
    }

    .services-item-svg svg {
        display: block;
        height: 50px
    }

    .weAre {
        padding: 40px 0
    }

    .weAre-left {
        width: 45%
    }

    .weAre-right {
        width: 50%
    }

    .weAre-right img {
        height: 120px
    }

    .weAre-title {
        font-size: 26px
    }

    .weAre-descr {
        font-size: 16px
    }

    .weAre-descr {
        font-size: 16px
    }

    .andPartners {
        padding: 60px 0
    }

    .andPartners-wrapper {
        flex-direction: column
    }
    .andPartners {
        padding-bottom: 30px;
    }
    .andPartners-right {
        width: 100%;
        padding-top: 15px
    }

    .andPartners-right-wrapper {
        font-size: 16px
    }

    .andPartners-title {
        font-size: 26px
    }

    .andPartners-descr {
        padding-top: 7px;
        width: 80%;
        margin: 0 auto;
        font-size: 14px
    }

    .andPartners-left {
        justify-content: space-between;
        width: 100%;
        display: flex;
        align-items: center
    }

    .andPartners-left img {
        width: 35%
    }

    .toDo-title {
        font-size: 34px
    }

    .toDo-wrapper {
        padding-top: 26px
    }

    .toDo-item {
        -moz-column-gap: 15px;
        column-gap: 15px
    }

    .toDo-item-title {
        font-size: 18px
    }

    .toDo-item-svg svg {
        width: 55px
    }

    .toDo-item-text {
        padding-top: 7px;
        font-size: 11px
    }

    .slider-nav {
        width: 55%
    }

    .blocks-slides-for {
        width: 45%
    }

    .blocks-slides {
        padding: 50px 0
    }

    .blocks-slides-text {
        font-size: 17px
    }

    .blocks-slides-title {
        font-size: 26px
    }

    .blocks-slides img {
        height: 200px
    }

    .blocks-slides-name {
        padding-top: 20px;
        font-size: 26px
    }

    .slick-dots li {
        font-size: 14px
    }

    .slick-active {
        font-size: 22px !important
    }

    .contacts {
        padding: 60px 0
    }

    .contacts-info {
        font-size: 14px
    }

    .contacts-time {
        font-size: 16px
    }

    .contacts-forms {
        width: 44%;
        padding: 15px 18px
    }

    .contacts-forms form input {
        font-size: 12px
    }

    .contacts-forms form button {
        font-size: 15px;
        padding: 12px 23px
    }

    .contacts-forms-title {
        font-size: 20px
    }

    .footer-logo {
        width: 100px
    }

    .footer-menu ul li a {
        font-size: 16px
    }
}

@media (max-width:576px) {
    .andPartners-title {
        display: none;
    }

    .andPartners-descr {
        display: none;
    }

    .andPartners-descr-mob {
        display: block;
        padding-top: 0;
        padding-bottom: 10px;
    }


    .andPartners-title-mob {
        display: block !important;
        padding-bottom: 7px;
        padding-top: 15px;
    }
    .andPartners-title {
        font-size: 31px;
    }
    .andPartners-descr {
        font-size: 16px;
    }

    .weAre-right img:nth-child(2) {
        display: none;
    }

    .documents {
        font-size: 12px
    }

    .header {
        padding: 16px 0
    }

    .intro-wrapper {
        padding: 150px 0 60px 0
    }

    .intro-title {
        font-size: 30px
    }

    .intro-text {
        width: 90%;
        font-size: 13px
    }

    .services-title {
        font-size: 30px
    }

    .services-wrapper-2 {
        justify-content: center
    }

    .services-item {
        max-width: 320px;
        width: 90%
    }

    .weAre-left {
        width: 100%
    }

    .weAre-right {
        padding-top: 25px;
        width: 100%
    }

    .weAre-wrapper {
        flex-direction: column
    }

    .andPartners-left {
        flex-direction: column
    }

    .andPartners-left img {
        max-width: 340px;
        width: 90%
    }

    .weAre-right img {
        height: 150px
    }
    .text-block-1-mob {
        padding-bottom: 0;
    }
    .toDo-title {
        text-align: center
    }

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

    .toDo-item {
        width: 65%;
        margin: 0 auto;
        /* justify-content: center */
    }

    .toDo-title {
        font-size: 26px;
    }

    .toDo-item-title {
        font-size: 16px;
    }

    .slider-nav {
        width: 100%
    }

    .blocks-slides-for {
        width: 95%;
        text-align: center
    }

    .text-block-1 {
        padding-top: 20px
    }

    .text-block-1-wrapper {
        display: flex;
        flex-direction: column
    }

    .text-block-1-descr {
        font-size: 15px
    }

    .text-block-1-title {
        font-size: 32px
    }

    .text-block-1-descrs {
        order: 2;
        width: 100%;
        padding-top: 25px
    }

    .text-block-1-img {
        order: 1;
        max-width: 240px;
        width: 80%;
        margin: 0 auto;
        margin-top: 20px
    }

    .text-block-2-wrapper {
        width: 100%;
        padding: 30px 15px;
        row-gap: 20px
    }

    .text-block-2-title {
        font-size: 30px
    }

    .text-block-2-descr {
        font-size: 14px
    }

    .text-block-2-btn {
        font-size: 13px
    }

    .slider-nav {
        order: 1
    }

    .blocks-slides-for {
        margin-top: 15px;
        order: 2
    }

    .blocks-slides-container {
        flex-direction: column
    }

    .blocks-slides-pagination {
        justify-content: center;
        margin: 0 auto
    }

    .contacts-wrapper {
        flex-direction: column
    }

    .contacts-descr {
        width: 100%;
        max-width: 350px
    }

    .contacts-forms {
        width: 100%;
        max-width: 350px;
        margin-top: 40px
    }

    .footer-wrapper {
        flex-direction: column
    }

    .footer-terms {
        padding-top: 25px
    }

    .footer-menu ul {
        padding-top: 25px;
        row-gap: 10px;
        flex-direction: column
    }

    .footer-menu ul li a {
        font-size: 18px
    }
}