/* 
        Theme Name: illuminator
        Version: 1
        Description: Theme
        Author: illuminator
        :Autor URL: https://illuminator3000.ru/
        */

* {
    font-family: "Inter";
}

img {
    width: 100%;
    height: 100%;
}

section {
    margin-bottom: 100px;
}

.sub-title {
    margin-bottom: 55px;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    color: #3A3A3A;
}

.header {
    display: flex;
    justify-content: space-between;
    padding: 28px 40px;
    align-items: center;
    box-shadow: -5px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-top: 15px;
}

footer {
    background-color: #5C5C5C;
    padding: 30px 0;
}

.footer-container {
    padding: 26px 40px;
    background-color: #FFFFFF;
    box-shadow: -5px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    flex-flow: wrap;
}

.footer-link {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 146%;
    text-decoration-line: underline;
    color: #3A3A3A;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-bottom-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 184.9%;
    color: #3A3A3A;
}

.nav-list {
    display: flex;
    flex-wrap: wrap;
}

.nav-item:not(:last-child) {
    margin-right: 56px;
}

.nav-item {
    position: relative;
}

.nav-item a {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #3A3A3A;
}

.nav-item a:hover {
    color: #E13A2E;
}

.nav-item a:active {
    color: #E13A2E;
}

.dot {
    width: 6px;
    height: 6px;
    position: absolute;
    background: #E13A2E;
    border-radius: 50%;
    left: 47%;
    bottom: -12px;
    display: none;
}

a.active-link {
    color: #E13A2E;
}

.btn-header {
    display: none;
}

.mobile-menu {
    display: none;
}

.header-btn input {
    padding: 8px;
    background-color: #F0F0F0;
    ;
    border-radius: 6px;
    color: #3A3A3A;
}

.header-btn input:hover {
    background-color: #E13A2E;
    border-radius: 6px;
    color: #FFFFFF;
}

.hero {
    background-image: url(../image/main-back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.default-text {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 145%;
    color: #3A3A3A;
}

.profile-block {
    position: relative;
    overflow: hidden;
}

.profile-block-image {
    transform: translateX(55px);
    width: 100%;
    height: 100%;
}

.profile-block__comment-ob {
    position: absolute;
    top: 36%;
    left: 0;
}

.profile-block__comment {
    background-color: #ffffff;
    padding: 52px 35px 38px 35px;
    position: relative;
    max-width: 335px;
    box-shadow: -5px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.profile-block__comment::before {
    content: '';
    position: absolute;
    background-image: url(../image/quotation-marks.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 30px;
    top: -8px;
}

.profile-block__comment::after {
    content: '';
    position: absolute;
    background-image: url(../image/quotation-marks.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 30px;
    bottom: 15px;
    right: 21px;
    transform: rotate(180deg);
}

.card-block {
    max-width: 100%;
    max-height: 100%;
}

.card-block-img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}


/* my-project */

.map {
    margin-bottom: 50px;
}

.grey-container {
    background-color: #F8F8F8;
    padding: 60px 0;
}

.project {
    margin-bottom: 60px;
}

.project-logo-con {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 85px 15px;
    margin-bottom: 30px;
}

.project-logo {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.project-desc-con {
    padding: 50px 44px;
}

.project-desc-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 115%;
    letter-spacing: -0.01em;
    text-decoration-line: underline;
    color: #3A3A3A;
}

.project-desc-text {
    margin-bottom: 80px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 115%;
    letter-spacing: -0.01em;
    color: #3A3A3A;
}

.project-logo-con,
.project-desc-con {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
}

.prev,
.next {
    position: absolute;
    top: 45%;
    z-index: 2222;
    box-shadow: 0px 10.9091px 32.7273px rgba(202, 212, 216, 0.28);
    cursor: pointer;
    border-radius: 50%;
}

.prev {
    left: -27px;
}

.next {
    right: -27px;
}

.prev:hover circle,
.next:hover circle,
.prev:active circle,
.next:active circle {
    fill: #E13A2E;
    stroke: #E13A2E;
}

.prev:hover path,
.next:hover path,
.prev:active path,
.next:active path {
    stroke: #ffffff;
}

.slide {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 25.12%, rgba(0, 0, 0, 0) 72.16%, rgba(0, 0, 0, 0.2) 100%);
    /* обводка серая */
    border-radius: 12px;
    height: 100%;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
}

.slick-dots li {
    background: #FFFFFF;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    border: 2px solid #FFFFFF;
}

.slick-dots li.slick-active {
    padding: 3px;
    background: #E13A2E;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
}

.slide img {
    width: 100%;
    border-radius: 6px;
    height: 579px;
}

.img-con img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.project-logo-con {
    max-height: 282px;
}

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

.allert {
    background: #F0F0F0;
    border-radius: 6px;
    max-width: 300px;
    padding: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 63px;
}

.alert-mark {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #3A3A3A;
}

.allert .icon {
    content: "";
    background-image: url(../image/attention.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

.project-desc-text__not-end {
    margin-bottom: 17px;
}

.br {
    /* border-left: 1px solid #D9D9D9; */
}

.next-slider {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.next-slide {
    border-right: 1px solid #D9D9D9;
}

.same-post-slide a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.img-con {
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-height: 218px;
}

.img-con img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.nav-links {
    position: relative;
    display: flex;
}

.pagination {
    justify-content: center;
    margin-bottom: 100px;
}

.page-numbers {
    height: 40px;
    width: 40px;
    display: block;
    padding: 6px;
    text-align: center;
    border-radius: 6px;
    transition: all 0.1s;
}

.page-numbers.dots {
    background-color: transparent;
    color: #3A3A3A;
}

.page-numbers:hover {
    color: #E13A2E;
}

.next.page-numbers,
.prev.page-numbers {
    top: -24px;
}

a.page-numbers {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 155.69%;
    text-align: center;
    color: #3A3A3A;
}

span.page-numbers {
    background: #E13A2E;
    color: #ffffff;
}

a.img-con {
    flex-direction: column;
    text-align: center;
}

.link-name {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #3A3A3A;
    max-width: 300px;
}

.contact-rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact {
    margin-bottom: 0px;
}

iframe {
    border-radius: 33px;
}

.contact-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 35px 30px;
}

.contact-row__addes {
    flex: 0 1 54.4%;
}

.contact-row__number {
    flex: 0 1 22.7%;
}

.contact-row__social {
    flex: 0 1 19.8%;
}

.contact-row-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 146%;
    color: #8F8F8F;
    margin-bottom: 12px;
}

.partners .img-con {
    justify-content: center;
}

.contact-row-text {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 146%;
    color: #3A3A3A;
    transition: 0.1s all ease-in;
}

.social {
    text-decoration: underline;
}

.social:hover,
.tel:hover {
    color: #E13A2E;
}

.mobile-menu {
    display: none;
}


/* biografi-pg */

.biogr-img {
    border-radius: 12px;
}

.biogr-post-txt {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #3A3A3A;
}

.biogr-post {
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: #FFFFFF;
    flex: 0 1 80%;
}

.elem-2 {
    background: #F8F8F8;
    border: 1px solid #A9A9A9;
    box-shadow: none;
}

.biogr-post-difer {
    background-color: #A9A9A9;
}

.file-elem input {
    position: absolute;
    opacity: 0;
    left: 0;
    width: 100%;
}

.file-elem,
.form-text-aria {
    border: 1px solid #D9D9D9;
    padding: 20px;
    border-radius: 6px;
}

.form-text-aria {
    width: 100%;
    height: 160px;
}

.file-elem__txt {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #8F8F8F;
}

label.text-aria-lable {
    margin-bottom: 35px;
    width: 100%;
}

.for-main {
    flex: 0 1 48%;
}

.feetback-form input {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #8F8F8F;
    padding: 20px;
    margin-bottom: 30px;
    min-width: 319px;
}

.form-name {
    margin-bottom: 11px;
}

.feetback-form label {
    min-width: 319px;
}

.text-aria-lable {
    margin-top: 30px;
}

.feetback-form textarea {
    color: #8F8F8F;
}

.feetback-form textarea:active,
.feetback-form input:active,
.feetback-form textarea:hover,
.feetback-form input:hover {
    border: 1px solid #8F8F8F;
    color: #5C5C5C;
}

.feetback-form input::placeholder:hover {
    color: #5C5C5C;
}

.feetback-form {
    display: flex;
    flex-wrap: wrap;
    max-width: 760px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 45px;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
}

.feetback {
    margin: 100px 0 0 0;
    padding: 90px 0;
    background-color: #FFFFFF;
}

.feetback h2,
.form-low-title {
    text-align: center;
    margin-bottom: 20px;
}

.form-low-title {
    max-width: 300px;
    margin: 20px auto;
}

.form-btn {
    max-width: 298px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.form-btn input {
    background: #E13A2E;
    border: 1px solid #E13A2E;
    border-radius: 6px;
    padding: 21px 55px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    min-width: 0;
    margin-bottom: 8px;
    transition: all 0.1s;
}

.form-btn input:hover {
    border: 1px solid #E13A2E;
    color: #E13A2E;
    background-color: transparent;
}

.form-btn span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    color: #8F8F8F;
}

.item-image {
    max-width: 100%;
    border-radius: 12px;
    max-height: 312px;
}

.item-image img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.element {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.element::before {
    content: "";
    border-right: 1px solid rgb(225, 58, 46);
    position: absolute;
    left: 82px;
    top: 25px;
    height: 106%;
}

.data::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    padding: 12px;
    border: 1px solid #E13A2E;
    border-radius: 50%;
    left: 70px;
    position: absolute;
    top: 0px;
    z-index: 2;
}

.data {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 114%;
    color: #3A3A3A;
}

.data::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #E13A2E;
    border: 1px solid #E13A2E;
    border-radius: 50%;
    left: 77px;
    position: absolute;
    top: 7px;
    z-index: 3;
}

.last::before {
    content: none;
}

.item {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.item-txt {
    background-color: #FFFFFF;
    padding: 30px;
    flex: 1 1 auto;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-txt p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #3A3A3A;
    margin-bottom: 20px;
}

.item-art {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 137.49%;
    color: #8F8F8F;
}

.data {
    margin-right: 12%;
}

.breadcrumbs {
    margin: 30px 0 60px 0;
}

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs ul li {
    margin-bottom: 5px;
}

.same-post-data {
    color: #B6B6B6;
    font-size: 14px;
    margin-bottom: 0;
}

.sample-posts {
    background-color: #FFFFFF;
    padding: 100px 0;
}

.same-post-text {
    padding: 30px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#SinglePageSlider {
    margin-bottom: 50px;
}

#SinglePageSlider .slide {
    background: none;
}

#SinglePageSlider .slide img {
    height: auto;
}

#SinglePageSlider .slick-slide>div {
    height: 100%;
}

.same-post-slide {
    height: 100%;
}

.breadcrumbs li:not(:last-child) a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 125.99%;
    color: #B6B6B6;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #B6B6B6;
}

.single-data {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 9px 20px;
    max-width: 125px;
    margin-bottom: 22px;
    color: #3A3A3A;
}

.single-list {
    list-style: disc;
    padding-left: 17px;
    margin-bottom: 50px;
}

.single-sub-title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #3A3A3A;
    margin-bottom: 35px;
}

.single-default-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #3A3A3A;
    margin-bottom: 20px;
}

#SinglePageSlider .slick-list.draggable,
#same-posts-slider .slick-list.draggable {
    margin: 0 -15px;
}

#SinglePageSlider .slick-track,
#same-posts-slider .slick-track {
    display: flex;
}

#SinglePageSlider .slick-slide,
#same-posts-slider .slick-slide {
    padding: 0 15px;
    flex: 0 0 auto;
    height: auto;
}

#same-posts-slider .slick-track {
    display: flex;
}

.slick-slide .same-post-slide {
    height: 100%;
}

.same-post-slide img {
    width: 100%;
    max-height: 312px;
}

.same-post-slide {
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
}

.breadcrumbs li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 125.99%;
    color: #3A3A3A;
}

.next-list-item,
.prev-list-item {
    top: -27px;
}

.file-elem {
    position: relative;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.file-elem input {
    cursor: pointer;
}

input[file] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.label {
    min-width: 319px
}

.single-item {
    margin-bottom: 20px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #3A3A3A;
    position: relative;
}

.achivment-slider .slick-list.draggable {
    margin: -15px;
}

.achivment-slider .slick-slide {
    padding: 15px;
    width: 332px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    flex: 0 0 auto;
}

.achivment-slider .slick-track {
    display: flex;
}

#same-posts-slider .slick-slide>div {
    height: 100%;
}

.achivment-slider .slick-slide>div {
    min-height: 677px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 12px;
    margin: 10px 0;
    height: 100%;
}

.achive-slide p {
    padding: 31px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #3A3A3A;
}

.achivment-slider .slick-dots {
    position: relative;
    bottom: 0;
    margin-bottom: 111px;
    margin-top: 51px;
}

.achivment-slider .prev,
.achivment-slider .next {
    bottom: 97px;
    top: unset;
}

.achivment-slider .prev {
    left: 33%;
}

.achivment-slider .next {
    right: 33%;
}

.achivment-slider .slick-dots li.slick-active {
    color: #E13A2E;
    padding: 0;
    background: none;
    border-radius: none;
    border: none;
}

.achive-slide {
    display: flex !important;
    justify-content: space-between;
    flex-direction: column;
    min-height: 667px;
}

.achive-slide img {
    border-radius: 12px;
}

.fancybox__container {
    z-index: 24214124214124;
}

.profile-block__comment-mb {
    display: none;
}

.wrapper {
    overflow-x: hidden;
}
.slick-dots li button::before{
    opacity: 0 !important; 
}
@media(max-width:1199px) {
    .profile-block__comment {
        max-width: 100%;
        display: block;
    }
    .for-main {
        flex: initial;
        margin-bottom: 40px;
    }
    .hidden {
        display: none;
    }
    .profile-block-image {
        transform: translateX(0);
    }
    .slide img {
        width: 100%;
        height: 100%;
    }
    .contact-rows {
        flex-direction: column;
    }
    .contact-row {
        margin-bottom: 20px;
    }
}

@media(max-width:992px) {
    .header {
        margin-top: 0;
    }
    .mobile-menu {
        position: absolute;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: 213213213213;
        overflow: hidden;
        padding: 15px 0;
    }
    .feetback-form label,
    .form-text-aria {
        min-width: 100%;
    }
    .feetback-form input {
        min-width: 100%;
    }
    .navigation-header {
        display: none;
    }
    .footer .navigation {
        margin-top: 20px;
    }
    #nav-icon4 {
        width: 32px;
        height: 17px;
        position: relative;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 213213213214;
    }
    #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #3A3A3A;
        border-radius: 5px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }
    #nav-icon4 span:nth-child(1) {
        top: 0px;
        transform-origin: left center;
    }
    #nav-icon4 span:nth-child(2) {
        top: 7px;
        transform-origin: left center;
    }
    #nav-icon4 span:nth-child(3) {
        top: 14px;
        transform-origin: left center;
    }
    #nav-icon4.open span:nth-child(1) {
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }
    #nav-icon4.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    #nav-icon4.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 20px;
        left: 8px;
    }
    .navigation-mobile {
        display: flex;
        flex-direction: column;
        ;
    }
    .nav-container {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .navigation-mobile .nav-list {
        display: flex;
        flex-direction: column;
        margin-top: 86px;
        padding: 0 15px;
        flex: 1 1 auto;
    }
    .nav-item-mb a {
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
    }
    .dot {
        position: initial;
    }
    .nav-item-mb {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
    }
    .dot {
        margin-right: 12px;
    }
    .nav-item-mb:not(:last-child) {
        margin-bottom: 33px;
    }
    .nav-list-mb {
        display: flex;
    }
    .mob-tel-con {
        padding: 30px 15px;
        border-top: 1px solid #D9D9D9;
    }
    .over {
        overflow: hidden;
    }
    .footer .navigation {
        order: 3;
    }
    /* 
    
    } */
}

@media(max-width:768px) {
    #SinglePageSlider .prev,
    #SinglePageSlider .next {
        box-shadow: none;
    }
    #SinglePageSlider svg:hover path {
        stroke: #E13A2E;
    }
    .sub-title {
        font-size: 38px;
    }
    .footer .navigation {
        order: initial;
        margin: 20px 0;
    }
    .biogr-post-txt {
        font-size: 14px;
    }
    ;
    .prev,
    .next {
        width: 50px;
        height: 50px;
    }
    .nav-links .prev {
        left: -29px;
    }
    .nav-links .next {
        right: -29px;
    }
    .prev {
        left: 0px;
    }
    .next {
        right: 0px;
    }
    .next-slide {
        border-right: 0;
    }
    .footer .nav-item:not(:last-child) {
        margin: 0;
    }
    .footer .nav-item {
        flex: 1 1 25%;
        padding: 0 15px 0 0;
    }
    .achivment-slider .slick-slide>div {
        min-height: auto;
    }
    .achivment-slider .next {
        right: 10%;
    }
    .achivment-slider .prev {
        left: 10%;
    }
}

@media(max-width:500px) {
    .wrapper {
        margin-top: 12%;
        height: 100vh;
    }
    .card-block-img {
        width: 134%;
        transform: translateX(-57px);
    }
    .img-part {
        height: 497px;
    }
    .achive-slide {
        justify-content: initial;
    }
    .achive-slide p {
        padding: 31px 15px;
    }
    .project-desc-con {
        padding: 25px 44px;
    }
    .project-desc-text {
        font-size: 20px;
    }
    iframe {
        max-height: 300px;
    }
    .feetback {
        margin: 50px 0 0 0;
        padding: 50px 0;
    }
    .project-logo-con {
        max-height: 174px;
    }
    .project-logo {
        max-width: 76%;
    }
    .project-desc-text {
        margin-bottom: 40px;
    }
    .project,
    section {
        margin-bottom: 30px;
    }
    .grey-container {
        padding: 30px 0;
    }
    .footer-top {
        margin-bottom: 20px;
    }
    .profile-block__comment-ob {
        top: 59%;
    }
    .profile-block-image {
        transform: translateX(-36px);
    }
    .profile-block-image {
        width: 126%;
        height: 100%;
    }
}

@media(max-width:400px) {
    .feetback-form input {
        font-size: 15px;
    }
    .allert {
        align-items: center;
    }
    .alert-mark {
        font-size: 15px;
    }
    .form-btn input {
        padding: 21px 48px;
    }
}

@media(max-height:570px) {
    .navigation-mobile .nav-list {
        margin-top: 0;
    }
}

@media(max-width:380px) {
    .alert-mark {
        font-size: 13px;
    }
}

@media(max-height:900px) {
    .project-title {
        margin-bottom: 15px;
    }
    .project-logo-con {
        margin-bottom: 20px;
        padding: 20px 15px;
    }
    .project-desc-con {
        padding: 20px 44px;
    }
    .for-main {
        margin-bottom: 20px;
    }
    .project-logo {
        max-width: 54%;
    }
}