:root {
    --black: #202020;
    --turk: #00CAD1;
    --white: #fff;
    --accent: #FFC100;
    --grey: #E9E9E9;
}

.fixed-container {
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .fixed-container {
        width: 100%;
        padding: 0 30px;
    }
}

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

#scroll-progress {
    position: fixed;
    top: 0;
    width: 0%;
    height: 3px;
    background: var(--accent);
    z-index: 99999;
}

.admin-notification {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px 0 30px;
    margin: 5vh auto;
    width: 70%;
    min-width: 370px;
    border: 2px solid var(--turk);
    border-radius: 20px;
    overflow: hidden;
}

.admin-notification:after {
    content: 'Это сообщение для администратора';
    width: max-content;
    background: var(--turk);
    color: #fff;
    padding: 3px 5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 7px;
}

section {
    padding-top: 45px;
    padding-bottom: 45px;
}

a.link {
    position: relative;
    text-decoration: underline;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}

a.btn {
    padding: 7px 20px;
    color: var(--black);
    border: 2px solid var(--black);
    text-align: center;
    width: max-content;
    display: block;
    border-radius: 7px;
    transition: all .5s linear;
}

a.btn:hover {
    background: var(--turk);
    border-color: var(--turk);
}

/* a.link:after {
    content: '';
    width: 100%;
    opacity: 0;
    transform: scale(0);
    height: 1px;
    left: 0;
    bottom: 0;
    display: block;
    margin: 0 auto;
    position: absolute;
    border-bottom: 2px dotted #313131;
    transition: all .5s linear;
}

a.link:hover:after {
    transform: none;
    opacity: 1;
} */

h2 {
    font-size: 3.5vw;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    line-height: 1.2;
}

h4 {
    font-size: 22px;
    font-weight: 600;
}

h2.entry-title {
    font-size: 32px;
    font-weight: 600;
}

h2.wp-block-heading {
    margin-bottom: 10px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    h2 {
        font-size: 7vw;
    }
}

.title {
    margin-bottom: 1em;
    text-align: center;
}

h1.title{
    font-size:3.5vw;
}

.block_description {
    width: 75%;
    margin: 30px auto;
    text-align: center;
}

.search-form {
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.wpcf7-acceptance span label {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.wpcf7-acceptance span label .cf-accept {
    margin-top: 4px;
}

.form-acceptance {
    font-size: 12px;
    color: #808080;
    text-align: center;
}

.wpcf7-form-control.wpcf7-acceptance.optional a {
    text-decoration: underline;
}

.wpcf7-response-output {
    border-color: #fff !important;
    border-radius: 7px;
    padding: 10px;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .3));
    margin: 0 !important;
    margin-top: 20px !important;
}

.hero__contacts .contact-form-container .wpcf7-response-output {
    position: absolute;
    left: 0;
    bottom: 0;
}

/* .wpcf7-response-output {
    background: rgba(0, 96, 99, .8);
    border: 1px solid rgb(0, 96, 99) !important;
    border-radius: 10px;
    padding: 30px !important;
    font-size: 12px;
    position: fixed;
    width: 50%;
    margin: 0 auto;
    margin-left: 10% !important;
    right: 0;
    top: 50px;
    z-index:150;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    backdrop-filter: blur(20px);
    box-shadow: 2px 5px 10px rgba(31, 31, 31, .2);
} */

/* HEADER */

header.site-header {
    padding-top: 20px;
}

.site-header .fixed-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.site-links {
    list-style: none;
    display: flex;
    gap: 40px;
}

.header-links__inner {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.site-contacts {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.header-links__inner._mob {
    display: none;
}

.site-links__item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.site-links__item img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
}

.site-header .fixed-container .site-header__inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header#masthead.fixed-container nav {
    transition: all .5s linear;
}

header.header-scroll .fixed-container nav {
    position: fixed;
    z-index: 900;
    width: 96%;
    background: rgba(255, 255, 255, .94);
    top: 5px;
    left: 2%;
    box-shadow: 0 1px 10px rgba(31, 31, 31, .2);
    border-radius: 20px;
}

.messengers-list {
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: center;
}

.messengers-list li.messengers-list__item a {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-direction: row;
}

.messengers-list__item span {
    font-weight: 700;
}

.messengers-list li:not(:last-child) a span {
    display: none;
  }

.messengers-list li.messengers-list__item a:after {
    content: none;
}

.messengers-list li.messengers-list__item a:hover img {
    transform: scale(1.3);
}

.messengers-list li.messengers-list__item a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    object-position: center;
    transition: transform .5s linear;
}

#form-popup {
    background: var(--turk);
    border-radius: 25px;
    padding: 50px 30px;
}

.cf-form__container._feedb {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cf-form__container._feedb p .cf-submit {
    width: 100%;
    margin-top: 20px;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 100%;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 7px;
    top: 7px;
}

a.menu-toggle {
    display: none;
    margin: 0;
    position: relative;
    width: 35px;
    height: 24px;
    cursor: pointer;
}

a.menu-toggle .bar {
    background: var(--black);
    border-radius: 3px;
    width: 35px;
    height: 3px;
}

a.menu-toggle .bar {
    transition: transform cubic-bezier(.89, 0, .08, 1) 1.5s, width cubic-bezier(.89, 0, .08, 1) 1.5s, background .3s;
}

/* Small menu. */
a.menu-toggle {
    display: none;
    margin: 0;
    position: relative;
    width: 35px;
    height: 24px;
    cursor: pointer;
    z-index: 999;
}

a.menu-toggle .bar {
    background: var(--black);
    border-radius: 3px;
    width: 35px;
    height: 3px;
    transition: all .5s linear;
}

a.menu-toggle div:not(:first-child) {
    margin-top: 5px;
}

a.menu-toggle .bar {
    transition: transform cubic-bezier(.89, 0, .08, 1) 1.5s, width cubic-bezier(.89, 0, .08, 1) 1.5s, background .3s;
}

.header-scroll div a.menu-toggle .bar {
    background: var(--black);
}

/* a.menu-toggle:hover .bar,
a.menu-toggle.animate:hover .bar {
    background: var(--dark);
} */

a.menu-toggle._open .bar {
    background: var(--black);
    transition: all .5s linear;
}

a.menu-toggle._open .bar:nth-child(1) {
    transform: translate(0, 7px) rotate(135deg);
}

a.menu-toggle._open .bar:nth-child(2) {
    transform: translate(15px, 0px) rotate(90deg);
    width: 0;
}

a.menu-toggle._open .bar:nth-child(3) {
    transform: translate(0, -9px) rotate(225deg);
}

/*SLIDER*/
.hero {
    padding-top: 20px;
}

.hero-slider__slide {
    position: relative;
}

.hero__inner {
    height: calc(100vh - 180px);
    position: relative;
    display: flex;
    justify-content: space-between;
}

.hero__contacts {
    width: calc(40% - 20px);
}

.hero-slide__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.swiper.hero-slider {
    margin: 0;
    width: 60%;
}

.swiper.hero-slider .hero-slider__slide:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.hero-slider__slide {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.hero-slide__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 20vh;
    justify-content: flex-end;
    height: 100%;
    padding: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    color: var(--black);
    padding-right: 15%;
}

.hero-slide__content:hover {
    color: var(--black);
}


.hero-slide__bottom {
    width: 60%;
    font-size: 19px;
}

.hero-slide__top h1 {
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 1.2;
}

.accent-text {
    display: inline-block;
    background: var(--accent);
    padding: 10px 18px;
    border-radius: 10px;
    font-size: inherit;
    font-weight: 700;
}

.swiper.hero-slider .slider-controls {
    position: absolute;
    right: 30px;
    bottom: 30px;
    top: unset;
}

/*FORM*/

.contact-form-container form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form-container h3 {
    text-align: center;
}

.contact-form-container {
    position: relative;
    background: var(--turk);
    border-radius: 30px;
    height: 100%;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.contact-form-container h3 {
    font-size: 22px;
}

.calc-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.calc-form__row label {
    font-size: 14px;
}

.calc-form__row p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calc-form p .cf-button {
    width: 100%;
    margin-top: 20px;
}

.calc-form__row p label {
    width: 30%;
    line-height: 1;
}

.calc-form__row p br {
    display: none;
}

.calc-form__row p span {
    width: 80%;
}

.calc-form__row p span * {
    position: relative;
    width: 100%;
    font-size: 14px;
    background: #fff;
    border: 2px solid #F2F2F2;
    border-radius: 10px;
    padding: 5px 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.calc-form__row p span.wpcf7-not-valid-tip {
    width: max-content;
    background: transparent;
    color: #d72828;
    padding: 0;
    position: absolute;
    top: -17px;
    border: none;
    right: 0;
}

.calc-form__row p span select {
    background-image: url(../images/svg/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 10px;
}

/* .calc-form__row p span input::-webkit-outer-spin-button,
  .calc-form__row p span input::-webkit-inner-spin-button,
  .calc-form__row p span input::-moz-outer-spin-button,
  .calc-form__row p span input::-moz-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
} */

.calc-form__row p span input[type="number"]::-webkit-outer-spin-button,
.calc-form__row p span input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.calc-form__row p span input[type='number'],
.calc-form__row p span input[type="number"]:hover,
.calc-form__row p span input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.cf-form__row br {
    display: none;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
    top: 50%;
    left: 48%;
}

.cf-accept {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    color: #8C8C8C;
}

.cf-form__row p br {
    display: none;
}

.cf-form__row p {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: -30px;
    width: 100%;
    background: #df5151;
    color: #fff;
    padding: 7px;
    border-radius: 7px;
    font-size: 10px;
}

.wpcf7-list-item span a {
    text-decoration: underline;
}

/* .cf-form__container {
    display: flex;
    gap: 30px;
  } */

.contact-form-container.callback-with-bg {
    position: relative;
    padding: 50px 30px;
    background-image: url(../images/callback_photo1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

.contact-form-container__inner {
    width: 60%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form-container__inner .formheading {
    text-align: left;
    color: #fff;
    font-size: 24px;
}

.contact-form-container__inner .block_description {
    width: 100%;
    margin: 0;
    text-align: left;
}

.contact-form-container__inner .wpcf7 form .cf-form__container .cf-form__row p {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    position: relative;
}

.contact-form-container__inner .form-acceptance {
    color: #ededed;
    text-align: left;
}

.cf-form__container {
    position: relative;
}

.contact-form-container__inner .wpcf7 form .cf-form__container p {
    position: absolute;
    bottom: 0;
    width: 50%;
    right: 0;
}

.contact-form-container__inner .wpcf7 form .cf-form__container .cf-accept {
    color: #dfdfdf;
}

.contact-form-container__inner .wpcf7 form .cf-form__container .cf-submit {
    background: var(--turk);
    color: var(--black);
    border-color: var(--turk);
}

.contact-form-container__inner .block_description {
    color: #fff;
}

.contact-form-container.callback-with-bg::before {
    content: '';
    width: 80%;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 0.95;
    background: rgba(0, 96, 99. 0.85);
    background: linear-gradient(90deg, rgb(0, 96, 99) 25%, rgba(0, 96, 99, 0) 100%);
    left: 0;
    top: 0;
    z-index: 2;
}

/*NUMS*/

.num-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    gap: 20px;
}

.num-list__item .num-block {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    height: 265px;
}


.num-list__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.num-list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    /* grid-column-gap: 20px;
    grid-row-gap: 20px; */
}

.num-list__item {
    height: max-content;
}

.num-list li:first-child {
    grid-area: 1 / 1 / 3 / 4;
}

.num-list li:nth-child(2) {
    grid-area: 1 / 4 / 2 / 8;
}

.num-list li:nth-child(3) {
    grid-area: 1 / 8 / 2 / 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.num-list li:nth-child(4) {
    grid-area: 1 / 10 / 3 / 13;
}

.num-list li:nth-child(5) {
    grid-area: 2 / 4 / 3 / 6;
}

.num-list li:nth-child(6) {
    grid-area: 2 / 6 / 3 / 10;
}

.num-list li:first-child .num-block {
    height: 285px;
    transform: translateY(50%);
}

.num-list li:nth-child(3) .num-block {
    height: 186px;
    transform: translateY(40%);
}

.num-list li:nth-child(4) .num-block {
    height: 285px;
    transform: translateY(50%);
}

.num-list li:nth-child(5) .num-block {
    height: 183px;
}

.num-block span:first-child {
    font-size: 45px;
    font-weight: 700;
}

.num-block span {
    text-align: center;
    display: block;
    line-height: 100%;
}

.num-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
}

/*VACANCIES*/

.not-vacs {
    width: 80%;
    border: 2px solid var(--turk);
    padding: 50px;
    border-radius: 25px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: var(--turk);
}

.vacancies-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style: none;
    width: 80%;
    margin: 0 auto;
}

.vacancies-list__item__head h3 {
    color: var(--turk);
}

.vacancies-list__item {
    padding: 30px;
    border: 2px solid var(--turk);
    border-radius: 25px;
}

.vacancies-list__item__content {
    margin-top: 30px;
    line-height: 140%;
}

.vacancies-list__item a {
    color: var(--turk);
    text-decoration: underline;
    transition: all .5s linear;
}

.vacancies-list__item a:hover {
    text-decoration: none;
    color: var(--black);
}

/*SERVICES*/

._services-section__services-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.services-list__item {
    display: block;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.services-list__item a.thumb-link {
    display: block;
    overflow: hidden;
    border-radius: 25px;
    height: 310px;
    width: 100%;
}

.services-list__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transition: transform .5s linear;
}

/* .service-item__heading {
    position: absolute;
    z-index: 2;
    bottom: 0;
} */

.service-item__heading h3 {
    line-height: 100%;
    font-size: 16px;
    font-weight: 600;
}

.service-item__heading {
    display: flex;
    gap: 10px;
    align-items: stretch;
    width: 100%;
}

.service-item__heading .list-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    background: var(--accent);
    border-radius: 25px;
    transition: all .5s linear;
}

.service-item__heading .list-arrow svg {
    width: 26px;
    height: 26px;
    object-fit: contain;
    object-position: center;
    transition: transform .5s linear;
}

.service-item__heading:hover .list-arrow {
    background: var(--turk);
}

.service-item__heading__inner {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: flex-start;
    transition: all .5s linear;
    background: #fff;
    border-radius: 25px;
    width: calc(100% - 80px);
}

.services-list__item:hover img {
    transform: scale(1.02);
}

.service-price__phone {
    width: 45px;
    height: 45px;
    display: block;
    background: var(--turk);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all .5s linear;
}

.service-price__phone svg {
    width: 22px;
    height: 22px;
    object-fit: contain;
    object-position: center;
    transition: all .5s linear;
}

.services-price__item__title {
    height: 40px;
}

.service-price__item__add {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.service-price__item__add h4 {
    width: calc(100% - 55px);
    color: var(--turk);
}

.service-price__phone:hover {
    background: var(--accent);
}

.service-price__phone:hover svg {
    transform: scale(1.2);
}

/*WORKS*/

.swiper.works-slider {
    height: 320px;
    padding-top: 0;
}

.swiper.feedback-slider {
    height: 570px;
}

.swiper-slide.works-slider__slide,
.swiper-slide.feedback-slider__slide {
    overflow: hidden;
    height: calc(100% - 60px);
    transition: all .5s linear;
}

/* .swiper-slide.feedback-slider__slide{
    height:570px;
} */

.swiper-slide.works-slider__slide img {
    transition: all .5s linear;
}

.swiper-slide.works-slider__slide:hover img {
    transform: scale(1.05);
}

/* .swiper-slide.works-slider__slide.swiper-slide-active,
.swiper-slide.feedback-slider__slide.swiper-slide-active {
    height: 100%;
} */

.swiper-slide.works-slider__slide {
    border-radius: 25px;
}

/* 
.swiper-slide.feedback-slider__slide:hover img {
    transform: scale(1.05);
} */

.swiper-slide.works-slider__slide img,
.swiper-slide.feedback-slider__slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    transition: all .5s linear;
}

.swiper.works-slider .swiper-wrapper,
.swiper.feedback-slider .swiper-wrapper {
    align-items: flex-end;
}

.swiper-slide.feedback-slider__slide img {
    object-fit: contain;
}

.slider-controls {
    display: flex;
    gap: 35px;
    position: absolute;
    right: 0;
    width: min-content;
    top: 20px;
    z-index: 100;
}

.works-slider__button-next,
.works-slider__button-prev,
.fdb-slider__button-next,
.fdb-slider__button-prev,
.hero-slider__button-prev,
.hero-slider__button-next,
.service-slider__button-prev,
.service-slider__button-next {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: var(--accent);
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .5s linear;
}

.works-slider__button-next,
.fdb-slider__button-next,
.hero-slider__button-next,
.service-slider__button-next {
    border-color: var(--accent);
}

.works-slider__button-next.disabled,
.fdb-slider__button-next.disabled,
.hero-slider__button-next.disabled,
.service-slider__button-next.disabled {
    border-color: transparent;
    opacity: .7;
}

.works-slider__button-prev svg,
.works-slider__button-next svg,
.fdb-slider__button-prev svg,
.fdb-slider__button-next svg,
.hero-slider__button-prev svg,
.hero-slider__button-next svg,
.service-slider__button-prev svg,
.service-slider__button-next svg {
    width: 26px;
    height: 26px;
    object-fit: contain;
    object-position: center;
    transition: all .5s linear;
}

.hero-slider__button-prev svg path,
.hero-slider__button-next svg path,
.service-slider__button-prev svg path,
.service-slider__button-next svg path {
    fill: #fff;
}

.works-slider__button-prev.swiper-button-disabled,
.works-slider__button-next.swiper-button-disabled,
.fdb-slider__button-prev.swiper-button-disabled,
.fdb-slider__button-next.swiper-button-disabled,
.hero-slider__button-prev.swiper-button-disabled,
.hero-slider__button-next.swiper-button-disabled,
.service-slider__button-prev.swiper-button-disabled,
.service-slider__button-next.swiper-button-disabled {
    opacity: .5;
}

.works-slider__button-prev.swiper-button-disabled:hover svg,
.works-slider__button-next.swiper-button-disabled:hover svg,
.fdb-slider__button-prev.swiper-button-disabled:hover svg,
.fdb-slider__button-next.swiper-button-disabled:hover svg,
.hero-slider__button-prev.swiper-button-disabled:hover svg,
.hero-slider__button-next.swiper-button-disabled:hover svg,
.service-slider__button-prev.swiper-button-disabled:hover svg,
.service-slider__button-next.swiper-button-disabled:hover svg {
    transform: none;
}

.works-slider__button-prev.swiper-button-disabled:hover,
.works-slider__button-next.swiper-button-disabled:hover,
.fdb-slider__button-prev.swiper-button-disabled:hover,
.fdb-slider__button-next.swiper-button-disabled:hover,
.hero-slider__button-prev.swiper-button-disabled:hover,
.hero-slider__button-next.swiper-button-disabled:hover,
.service-slider__button-prev.swiper-button-disabled:hover,
.service-slider__button-next.swiper-button-disabled:hover {
    background: var(--accent);
}

.works-slider__button-next:hover,
.works-slider__button-prev:hover,
.fdb-slider__button-next:hover,
.fdb-slider__button-prev:hover,
.hero-slider__button-prev:hover,
.hero-slider__button-next:hover,
.service-slider__button-prev:hover,
.service-slider__button-next:hover {
    border-color: var(--turk);
    background: var(--turk);
}

.works-slider__button-next:hover svg,
.fdb-slider__button-next:hover svg,
.hero-slider__button-next:hover svg,
.service-slider__button-next:hover svg {
    transform: translateX(10px);
}

.works-slider__button-prev:hover svg,
.fdb-slider__button-prev:hover svg,
.hero-slider__button-prev:hover svg,
.service-slider__button-prev:hover svg {
    transform: translateX(-10px);
}

.works-slider__button-prev.swiper-button-disabled:hover,
.works-slider__button-next.swiper-button-disabled:hover,
.fdb-slider__button-prev.swiper-button-disabled:hover,
.fdb-slider__button-next.swiper-button-disabled:hover,
.hero-slider__button-prev.swiper-button-disabled:hover,
.hero-slider__button-next.swiper-button-disabled svg {
    cursor: not-allowed;
    background: none;
    border: none;
}

.about-section__inner {
    display: grid;
    justify-content: space-between;
    align-items: stretch;
    grid-template-columns: 2fr 1fr;
    gap: 70px;
}

.about-section__left {
    /* width: 50%; */
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding-bottom: 50px;
    padding-top: 50px;
    gap: 50px;
}

/* .about-section__right {
    width: 40%;
} */

.about-section__right {
    position: relative;
    height: 450px;
}

.about-section__right img.about-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
}

/* .about-section__right {
    width: 40%;
    overflow: hidden;
    border-radius: 25px;
} */

/*CLIENTS*/
.swiper.ourClients-slider {
    height: 140px;
}

.swiper-slide.ourClients-slider__slide {
    height: 100%;
}

.swiper-slide.ourClients-slider__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*SERVICE*/

.service-section {
    padding-top: 20px;
}

.service-slider__slide {
    position: relative;
}

.service__inner {
    height: calc(100vh - 180px);
    position: relative;
    display: flex;
    justify-content: space-between;
}

.hero__contacts {
    width: calc(40% - 20px);
}

.service-slider__slide .service-slide__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.swiper.service-slider {
    margin: 0;
    width: 60%;
}

.swiper.service-slider .service-slider__slide:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.service-slider__slide {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.service-slide__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 20vh;
    justify-content: flex-end;
    height: 100%;
    padding: 30px;
    padding-right: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    color: var(--black);
}

.service-slide__content:hover {
    color: var(--black);
}


.service-slide__bottom {
    width: 60%;
    font-size: 19px;
}

.service-slide__top h1 {
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 1.2;
}

.swiper.service-slider .slider-controls {
    position: absolute;
    right: 30px;
    bottom: 30px;
    top: unset;
}

.service-slide__bottom {
    font-size: 16px;
    width: 100%;
}

.service-slide__bottom span {
    font-size: inherit;
}

.services-price {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
}

.services-price__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.services-price__item__img {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    height: 220px;
    width: 100%;
}

.services-price__item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.services-price__item__title h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

/*BLOG*/

.fixed-container .blog-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.blog-section a img {
    border-radius: 25px;
    height: 320px;
}

.blog-link {
    display: flex;
    padding-bottom: 30px;
    justify-content: flex-end;
}

.service-item__heading h3 {
    line-height: 100%;
    font-size: 18px;
    font-weight: 700;
}

.blog-item__title {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.blog-item__title .list-arrow {
    width: 70px;
    height: 70px;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.blog-item__title .list-arrow svg {
    width: 26px;
    height: 26px;
    object-fit: contain;
    object-position: center;
}

.blog-item__title .entry-title {
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all .5s linear;
    font-size: 20px;
    font-weight: 400;
}

.blog-item .post-thumbnail {
    overflow: hidden;
    height: 310px;
    border-radius: 25px;
    position: relative;
}

.blog-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    transition: all .5s linear;
}

.blog-section article .blog-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-item img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
}

.blog-section article .blog-item:hover .post-thumbnail img {
    transform: scale(1.05);
}

.blog-section .page-content {
    padding-top: 0;
}

/* .widget_block .wp-block-group .wp-block-latest-posts__list li {
    display: flex;
    gap: 10px;
    align-items:flex-start;
  } */

.wp-block-latest-posts__featured-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
}

.wp-block-latest-posts__featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#faq {
    /* display:grid;
    grid-template-columns: repeat(2, 1fr); 
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;*/
}

.faq-question-head {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 25px 25px 0 0;
}

.faq-marker {
    width: 26px;
    height: 26px;
    background: var(--turk);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.faq-answer {
    padding-left: 20px;
    padding-right: 20px;
}

.faq-question-head h3 {
    width: calc(100% - 50px);
}

.faq-question-head {
    transition: all .1s linear;
}

.faq-question-head.ui-accordion-header-active {
    background: var(--grey);
}

.faq-answer.ui-accordion-content-active {
    background: var(--grey);
}

.faq-question-head .faq-marker svg {
    transition: transform .5s linear;
}

.faq-question-head.ui-state-active .faq-marker svg {
    transform: rotate(45deg);
    transition: transform .5s linear;
}

/* .faq-question-head:hover{
    cursor: pointer;
    background: var(--grey);
  } */

.faq-question-head.ui-state-active {
    border-radius: 25px 25px 0 0;
    transition: all .1s linear;
}

.faq-answer {
    padding-bottom: 20px;
    border-radius: 0 0 25px 25px;

}

.map-section .fixed-container iframe {
    border-radius: 25px;
}

/*SIDEBAR*/
.page-sidebar {
    padding: 20px;
    background: var(--turk);
    border-radius: 25px;
    font-size: 14px;
}

.wp-block-latest-posts__list.wp-block-latest-posts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wp-block-latest-posts li {
    position: relative;
    padding-bottom: 10px;
}

.wp-block-latest-posts li:after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(31, 31, 31, .4);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*SINGLE TEMPLATE*/
.page-content._single-template {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    align-items: flex-start;
}

#primary.site-main {
    font-size: 16px;
}

.page-content__inner {
    width: 80%;
    margin: 0 auto;
}

.page-content article h2 {
    font-size: 26px;
}

/*VIDEO*/
.video-section .fixed-container iframe {
    border-radius: 25px;
}

/*FOOTER*/
footer .fixed-container {
    background: var(--grey);
    padding-top: 30px;
    border-radius: 25px 25px 0 0;
    display: grid;
    grid-template-columns: 30% 30% 25%;
    font-size: 14px;
    justify-content: space-between;
}

.footer-messengers__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    justify-content: flex-start;
}

.footer-messengers__list li {
    width: 40px;
    height: 40px;
    position: relative;
}

.footer-messengers__list li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.footer-messengers__list li a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    object-position: center;
    transition: all .5s linear;
}

.footer-messengers__list li a:hover img {
    transform: scale(1.3);
}

#footer-menu {
    list-style: none;
}

#footer-menu li a {
    line-height: 2;
}

.footer-messengers__list {
    margin-top: 30px;
}

.footer-links .btn {
    margin-top: 20px;
}

.site-info__text {
    margin-top: 30px;
}

.footer-text-block__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-text-block__list {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.footer-text-block__list__item a {
    display: block;
    width: 25px;
    height: 25px;
}

.footer-text-block__list__item a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

footer.site-footer .fixed-container {
    padding-bottom: 50px;
}

.footer-btn.btn {
    margin-top: 20px;
    width: 100%;
}

._off-info .copyright {
    width: 30%;
}

._off-info .footer-docs__list {
    width: 25%;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

._off-info .footer-docs__list a {
    text-decoration: underline;
}

._off-info {
    margin-top: 30px;
    grid-area: 2 / 1 / 3 / 4;
    display: flex;
    grid-template-columns: 30% 20%;
    justify-content: space-between;
    width: 100%;
}

#colophon {
    margin-top: 50px;
  }

#colophon .fixed-container {
    position: relative;
  }

.arrow-up {
    display: none;
    opacity: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    position: absolute;
    right: 45px;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 500;
    border-radius: 5px;
    filter: var(--shadow-filter);
    transition: all .5s ease-in-out;
    box-shadow: none;
    border: 2px solid var(--turk);
}

.arrow-up:hover {
    cursor: pointer;
    background: var(--turk);
    filter: none;
}

.arrow-up:hover svg path {
    fill: #fff;
}

.arrow-up svg {
    height: 25px;
    transition: all .5s ease-in-out;
}

.arrow-up svg path{
    fill: var(--turk);
}

.arrow-up svg path {
    fill: var(--black);
}

.arrow-up:hover svg {
    transform: translateY(-10px);
}

.arrow-up.show {
    display: flex;
    opacity: 1;
    animation: .7s cubic-bezier(0.79, 0.33, 0.19, 0.98) 0s none alternate arrowShow;
}

@keyframes arrowShow {
    0% {
        transform: rotate(0) translateY(150px);
    }

    50% {
        transform: rotate(5deg) translateY(-30px);
    }

    100% {
        transform: rotate(0) translateY(0);
    }
}

@media (max-width: 1140px) {
    .header-links__inner {
        flex-direction: column;
        justify-content: flex-end;
    }

    .site-contacts .messengers-list {
        justify-content: flex-end;
        gap: 15px;
    }

    .swiper.hero-slider {

        margin: 0;
        width: 60%;
        height: 100%;
        max-height: 700px;
    }

    .hero-slide__content,
    .service-slide__content {
        justify-content: center;
        padding: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-top: 30px;
        box-sizing: border-box;
        padding-top: unset;
        padding-bottom: 100px;
        gap: 30px;
    }


    .hero-slide__bottom,
    .service-slide__bottom {
        width: 100%;
    }

    .num-block span:first-child {
        font-size: 3.2vw;
    }

    .services-price {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .header-links__inner .site-contacts {
        display: flex;
        gap: 30px;
        flex-direction: row;
        justify-content: flex-end;
        width: 100%;
    }

    .site-contacts a.btn {
        width: max-content;
    }
}

@media(max-width: 1024px) {



    .num-list li:first-child {
        grid-area: unset;
    }

    .num-list li:nth-child(2) {
        grid-area: unset;
    }

    .num-list li:nth-child(3) {
        grid-area: unset;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .num-list li:nth-child(4) {
        grid-area: unset;
    }

    .num-list li:nth-child(5) {
        grid-area: unset;
    }

    .num-list li:nth-child(6) {
        grid-area: unset;
    }

    .num-list li:first-child .num-block {
        transform: none;
    }

    .num-list li:nth-child(4) .num-block {
        transform: none;
    }

    /* .num-list li.num-list__item:last-child div {
        height: 150px;
    } */
}

@media (max-width: 992px) {

    .site-header__inner .site-branding {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    a.menu-toggle {
        display: block;
    }

    .menu-menu-1-container {
        display: none;
    }

    .site-header .fixed-container {
        gap: 0;
    }

    /* .header-links__inner._mob {
        display: none;
    }

    header.header-scroll .fixed-container nav {
        height: 0;
    } */

    nav#site-navigation {
        margin: 0;
        padding: 30px;
        top: 0;
        right: 0;
        left: unset;
        position: fixed;
        border-radius: 0;
        background: var(--turk);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        width: 60%;
        opacity: 0;
        transform: translateX(200%);
        /* display: none; */
        height: 100%;
        z-index: 6;
        transition: all 0.7s ease-in-out;
        /* transform: scale(1, 0);
        transform-origin: top center; */
    }

    .main-navigation li {
        padding: 5px 0;
    }

    .main-navigation ul ul {
        position: relative;
    }

    .menu-item-has-children .sub-menu {
        opacity: 1;
    }

    nav#site-navigation .menu-menu-1-container {
        display: block;
    }

    nav#site-navigation._open {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #site-navigation ul {
        list-style: none;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        left: unset;
        top: unset;
        background: none;
        box-shadow: none;
        margin-bottom: 0;
        padding: 0;
        opacity: 0;
        transition: all .5s linear;
    }

    .main-navigation .menu-item-has-children .sub-menu {
        margin-left: 10px;
        margin-top: 5px;
    }

    .main-navigation ul ul a {
        width: auto;
    }

    #site-navigation._open ul {
        display: flex;
        opacity: 1;
    }

    .main-navigation div .menu .menu-item-has-children:after {
        content: none;
    }

    .main-navigation ul ul li a:hover {
        color: var(--black);
    }

    .header-links__inner._mob .site-links {
        margin-bottom: 20px;
    }

    nav#site-navigation._open {
        transform: translateX(0);
        opacity: 1;
    }

    nav#site-navigation._open .contact-form-container {
        padding: 50px 20px;
    }

    .site-header .fixed-container .site-header__inner {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
    }

    /* .header-links__inner {
        display: none;
    } */
    .header-links__inner .site-links {
        display: none;
    }

    .header-links__inner .site-contacts .btn {
        display: none;
    }

    .site-contacts {
        display: flex;
        justify-content: center;
    }

    .main-navigation a {
        display: block;
        text-decoration: none;

    }

    .custom-logo-link {
        height: 48px;
    }

    .custom-logo-link {
        height: 48px;
        width: 170px;
    }

    header.site-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* .messengers-list__item a span {
        display: none;
    } */
    .header-links__inner {
        display: flex;
        gap: 20px;
        align-items: flex-end;
        width: 100%;
    }

    .menu-item-has-children .sub-menu li {
        padding-right: 0;
        padding-top: 5px;
        padding-bottom: 0;
    }

    .header-links__inner._mob {
        display: none;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .site-links {
        gap: 0;
    }

    .header-links__inner .site-contacts {
        display: flex;
        gap: 10px;
        flex-direction: column;
        gap: 30px;
        align-items: flex-end;
        justify-content: space-between;
    }

    .header-links__inner._mob .site-contacts .messengers-list {
        flex-direction: row;
    }

    #site-navigation .header-links__inner._mob .site-contacts .messengers-list {
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
    }

    #site-navigation .header-links__inner._mob .site-contacts .messengers-list li a img {
        width: max-content;
        height: 40px;
        border-radius: 100%;
        padding: 5px;
        background: #fff;
    }

    #site-navigation .header-links__inner._mob .site-contacts .messengers-list li a img {}

    .site-contacts .messengers-list li {
        width: auto;
        padding: 0;
        height: 40px;
    }

    .messengers-list li.messengers-list__item a {
        display: flex;
        gap: 5px;
        align-items: center;
        flex-direction: row;
        width: 100%;
        height: 100%;
        background-color: transparent;
        justify-content: center;
        border-radius: 100%;
        padding: 0;
    }

    .site-links__item img {
        width: 30px;
        height: 30px;
        object-fit: contain;
        object-position: center;
        background: #fff;
        padding: 7px;
        border-radius: 100%;
    }

    .site-links__item {
        font-size: 14px;
    }

    .site-header.header-scroll {
        position: fixed;
        z-index: 999;
        width: 100%;
        background: rgba(255, 255, 255, .9);
    }

    .site-header.header-scroll .site-links {
        display: none;
    }

    .num-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .num-list li:nth-child(3) .num-block {
        height: 280px;
        transform: none;
    }

    .num-list__item .num-block {
        height: 280px;
    }

    .num-list li:nth-child(5) .num-block {
        height: 280px;
    }

    .contact-form-container__inner .wpcf7 form .cf-form__container .cf-form__row p {
        display: grid;
        grid-template-columns: 1fr;
    }

    .contact-form-container__inner .wpcf7 form .cf-form__container p {
        position: relative;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .services-list__item img {
        width: 100%;
    }

    ._services-section__services-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    /* .services-list__item{
        flex-direction: row;
    } */

    .fixed-container .blog-section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-item__title .entry-title {
        font-size: 24px;
    }

    .about-section__inner {
        flex-direction: column;
    }

    .about-section__left {
        width: 100%;
    }

    .about-section__right {
        overflow: hidden;
        border-radius: 25px;
        margin: 0 auto;
        height: 100%;
        width: 100%;
    }

    .about-section__right img.about-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .hero__inner,
    .service__inner {
        height: auto;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }

    .hero-slide__content,
    .service-slide__content {
        width: 100%;
    }

    .hero-slide__top h1,
    .service-slide__top h1 {
        font-size: 7vw;
        font-weight: 700;
        text-align: center;
    }

    .hero-slide__top .accent-text,
    .service-slide__top .accent-text {
        margin: 0 auto;
        display: block;
        width: max-content;
    }

    .hero-slide__bottom,
    .service-slide__bottom {
        text-align: center;
    }

    .swiper.hero-slider .slider-controls,
    .swiper.service-slider .slider-controls {
        position: absolute;
        right: calc(50% - 77.5px);
        bottom: 20px;
        top: unset;
    }

    .swiper.hero-slider .hero-slider__slide::after,
    .swiper.service-slider .service-slider__slide::after {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .swiper.hero-slider,
    .swiper.service-slider {
        margin: 0;
        width: 100%;
        height: 100vh;
    }

    .hero__contacts {
        width: 100%;
    }

    .calc-form__row p {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .calc-form {
        display: flex;
        flex-direction: row;
        gap: 18px;
        flex-wrap: wrap;
    }

    .calc-form div.calc-form__row {
        width: 31%;
    }

    .calc-form__row p label {
        width: 100%;
        line-height: 1;
    }

    .calc-form__row p span {
        width: 100%;
    }

    .calc-form div.calc-form__row:nth-child(4),
    .calc-form div.calc-form__row:nth-child(5) {
        width: 48%;
    }

    .calc-form p {
        width: 100%;
    }

    .calc-form .form-acceptance {
        margin-top: 10px;
    }

    .num-block span:first-child {
        font-size: 30px;
    }


    .swiper.ourClients-slider {
        height: 300px;
    }

    .swiper.works-slider {
        height: 480px;
        padding-top: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .works-slider .slider-controls {
        display: flex;
        gap: 0;
        position: relative;
        right: unset;
        width: 100%;
        top: unset;
        z-index: 100;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .swiper-slide.works-slider__slide {
        height: 100%;
    }

    .about-section__inner {
        gap: 20px;
    }

    .about-section__left {
        padding-top: 0;
        padding-bottom: 0;
    }

    .services-price {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .page-content._single-template {
        display: grid;
        grid-template-columns: 1fr;
    }

}


@media (max-width: 662px) {
    .fixed-container .num-list li:first-child .num-block {
        height: 285px;
        transform: none;
    }

    .num-list li:first-child {
        grid-area: unset;
    }

    .num-list li {
        grid-area: unset;
    }

    .num-list li:nth-child(2),
    .num-list li:nth-child(3),
    .num-list li:nth-child(4),
    .num-list li:nth-child(5),
    .num-list li:nth-child(6),
    .num-list li:nth-child(7) {
        grid-area: unset;
    }

    .num-list li:nth-child(4) {
        transform: translateY(0);
    }

    .num-list li:nth-child(3) .num-block {
        height: auto;
        transform: translateY(0);
    }

    .num-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: stretch;
    }

    .fixed-container .num-list li .num-block {
        height: 270px;
    }

    .fixed-container .num-list li:first-child .num-block {
        height: 270px;
    }

    .num-list li.num-list__item:last-child div {
        height: 270px;
    }

    .num-list li:nth-child(6) {
        transform: translateY(0);
    }
}

@media (max-width: 576px) {



    .swiper.hero-slider,
    .swiper.service-slider {
        height: 550px;
    }

    .hero-slide__content,
    .service-slide__content {
        justify-content: flex-end;
    }

    .service-item__heading .list-arrow {
        height: 40px;
        width: 40px;
        border-radius: 12px;
    }

    .service-item__heading__inner {
        border-radius: 25px;
        width: calc(100% - 50px);
    }

    .service-item__heading__inner {
        border-radius: 12px;
    }

    .service-item__heading .list-arrow svg {
        width: 18px;
        height: 18px;
    }

    .services-list__item img {
        border-radius: 12px;
    }

    .services-list__item {
        gap: 10px;
    }

    ._services-section__services-list {
        gap: 25px;
    }

    .services-list__item:hover .service-item__heading .service-item__heading__inner {
        background: transparent;
    }

    /* 
    .service-item__heading h3 {
        font-size: 24px;
    } */

    .service-item__heading {
        align-items: center;
        padding: 10px;
        /* border: 2px solid var(--turk); */
        border-radius: 25px;
        transition: all .5s linear;
    }

    .service-item__heading__inner {
        padding: 0;
    }

    /* .services-list__item:hover .service-item__heading {
        background: var(--accent);
        border-color: var(--accent);
    } */

    .service-item__heading__inner {
        background: transparent;
    }

    .cf-form__row p {
        grid-template-columns: repeat(1, 1fr);
    }

    .block_description {
        width: 100%;
    }

    .calc-form {
        display: flex;
        gap: 4%;
        flex-wrap: wrap;
    }

    .calc-form div.calc-form__row {
        width: 100%;
    }

    .calc-form div.calc-form__row {
        width: 100%;
        padding-top: 10px;
    }

    .accent-text {
        display: inline-block;
        background: var(--accent);
        padding: 10px 18px;
        border-radius: 10px;
        font-size: 7vw;
        font-weight: 700;
    }

    .about-section__inner {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-section__right {
        height: 450px;
    }

    .contact-form-container {
        padding: 50px;
    }

    .faq-question-head h3 {
        font-size: 20px;
    }

    .swiper.works-slider {
        height: 370px;
    }

    /* .faq-question-head {
        padding: 10px 0;
    } */

    .fixed-container .num-list .num-list__item {
        height: 160px;
    }

    .fixed-container .num-list li.num-list__item .num-block {
        height: 100%;
    }

    .num-list {
        display: flex;
        grid-template-columns: repeat(2, 1fr);
        align-items: stretch;
        flex-wrap: wrap;
        gap: 10px;
    }

    .num-list li {
        width: calc(60% - 10px);
    }

    .num-list li:nth-child(2n) {
        width: 40%;
    }

    .num-list li:nth-child(2) {
        order: 6;
    }

    .num-list li:nth-child(3) {
        order: 2;
    }

    .num-list li:nth-child(3) {
        order: 6;
    }

    .num-list li:nth-child(5) {
        width: 40%;
    }

    .num-list li:nth-child(4) {
        width: 40%;
    }

    .num-list li:nth-child(2) {
        width: calc(60% - 10px);
    }

    .num-list li.num-list__item:nth-child(6) {
        width: calc(60% - 10px);
    }

    .num-list li:nth-child(3) {
        width: 40%;
    }

    /* .fixed-container .num-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        }
        
        .fixed-container .num-list li:first-child { grid-area: 1 / 1 / 2 / 3; }
        .fixed-container .num-list li:nth-child(2) { grid-area: 1 / 3 / 2 / 4; order: 3; }
        .fixed-container .num-list li:nth-child(3) { grid-area: 2 / 1 / 3 / 2; order: 2; }
        .fixed-container .num-list li:nth-child(4) { grid-area: 2 / 2 / 3 / 4; }
        .fixed-container .num-list li:nth-child(5) { grid-area: 3 / 1 / 4 / 3; }
        .fixed-container .num-list li:nth-child(6) { grid-area: 3 / 3 / 4 / 4; }  */

    .video-section .fixed-container iframe {
        height: 320px;
    }

    .services-price {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .services-price__item__img {
        height: 320px;
    }

    .services-price__item__title {
        height: auto;
    }

    .services-price__item__title h3 {
        font-size: 26px;
        text-align: left;
    }

    .feedback-slider .slider-controls {
        display: flex;
        gap: 35px;
        position: absolute;
        right: 0;
        width: 100%;
        top: 40%;
        z-index: 100;
        justify-content: space-between;
    }

    .contact-form-container.callback-with-bg {
        background-image: unset;
        background-color: #006063;
        padding: 0;
    }

    .contact-form-container.callback-with-bg::before {
        content: '';
        width: 100%;
        height: 45vh;
        display: block;
        position: relative;
        opacity: 1;
        background: rgba(0, 96, 99. 0.85);
        background-image: url(../images/callback_photo2.jpg);
        background-position: top center;
        background-size: cover;
    }

    .contact-form-container__inner .formheading,
    .contact-form-container__inner .block_description {
        text-align: center;
    }

    .contact-form-container__inner {
        width: 100%;
        padding: 30px;
    }

    footer .fixed-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 50px;
    }

    .site-info__text {
        margin-top: 15px;
    }

    .footer-messengers__list {
        justify-content: flex-start;
    }

    .not-vacs {
        font-size: 18px;
    }

    .vacancies-list {
        width: 100%;
    }

    .vacancies-list__item {
        padding: 15px;
    }

    ._off-info {
        display: block;
    }

    ._off-info .copyright,
    ._off-info .footer-docs__list {
        width: 100%;
    }

    .footer-widgets {
        width: 70%;
    }

    .footer-links {
        order: 1;
    }

    .footer-widgets {
        order: 2;
    }

    .site-info {
        order: 3;
    }

    ._off-info {
        order: 4;
    }

    .site-info {
        margin-top: 30px;
    }

    .footer-docs__list {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    nav#site-navigation {
        width: 100%;
    }

    .header-links__inner .site-contacts {
        flex-direction: row;
        justify-content: flex-end;
    }

    .calc-form div.calc-form__row:nth-child(4),
    .calc-form div.calc-form__row:nth-child(5) {
        width: 100%;
    }

    .swiper.ourClients-slider {
        height: 300px;
    }

    /* .swiper.ourClients-slider .swiper-wrapper .ourClients-slider__slide {
        height: 140px;
    } */

    ._services-section__services-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .swiper.feedback-slider {
        height: 400px;
        padding-top: 30px;
    }

    .video-section .fixed-container iframe {
        height: 270px;
    }

    .badge {
        background: #fff;
    }

    /* 
    nav#site-navigation .header-links__inner._mob .messengers-list {
        margin-top: 0;
      } */
}

/*404*/

.e404-num {
    font-size: 10vw;
    font-weight: 700;
    color: var(--turk);
    opacity: .4;
}

.content404 p {
    font-size: 5vw;
    font-weight: 600;
}

.page-content__404 .btn {
    border-color: var(--turk);
    background: var(--turk);
    transition: all .5s linear;
}

.page-content__404 .btn:hover {
    background: transparent;
    border-color: var(--black);
}

.page-section.error-404.not-found {
    background-image: url(../images/e404.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}