/*!
Theme Name: manipulatory-grodno
Theme URI: http://underscores.me/
Author: manipulatory-grodno
Author URI: http://underscores.me/
Description: manipulatory-grodno
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
 */
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/subset-Montserrat-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/subset-Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 8px;
    height: 12px;
    background-color: #080E1B;
}

::-webkit-scrollbar-thumb {
    background: #F9CE3F;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

input {
    outline: none;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: clamp(1rem, 0.5556rem + 0.9259vw, 1.25rem);
    line-height: 150%;
    color: #000;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 135px;
}

.section--hidden {
    overflow: hidden;
}

.section__title {
    display: flex;
    align-items: center; 
    gap: 15px;
}

.section--first {
    padding-top: clamp(3.125rem, 1.9712rem + 3.2051vw, 4.375rem);
}

.section__title h2 {
    font-size: clamp(2rem, 0.2222rem + 3.7037vw, 3rem);
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    line-height: 150%;
    color: #BF0203;
    white-space: nowrap;
}

.section__title h1 {
    font-size: clamp(2rem, 0.2222rem + 3.7037vw, 3rem);
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    line-height: 150%;
    color: #BF0203;
}

.section__nowrap h1 {
   white-space: nowrap; 
}

.section__title--balance h1 {
    text-wrap: balance;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}

.header {
    position: relative;
    background-color: #080E1B;
    padding: 20px 0;
    width: 100%;
    transition: transform .35s ease, box-shadow .35s ease;
}

.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header--visible {
    transform: translateY(0);
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}

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

.menu__logo {
    display: none;
}

.menu__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(1.25rem, -1.5278rem + 5.787vw, 2.8125rem);
}

.menu__list li a {
    color: #fff;
    transition: 0.3s all;
}

.menu__list__items--mobile {
    display: none;
}

.hero {
    background-image: url(assets/img/uslugi-manipulyatora.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0 0;
    height: 100dvh;
}

.hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004D;
}

.hero__box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 865px;
}

.hero__box h1 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    font-size: clamp(2rem, -2.2222rem + 8.7963vw, 4.375rem);
    line-height: 150%;
    color: #F9CE3F;
}

.hero__box p {
    line-height: 150%;
    color: #fff;
    width: 100%;
    max-width: 508px;
}

.hero__box a {
    display: block;
    padding: clamp(1rem, 0.5556rem + 0.9259vw, 1.25rem) clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
    font-size: clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
    line-height: 150%;
    color: #FFF;
    background-color: #BF0203;
    border-radius: 10px;
    max-width: fit-content;
    transition: 0.3s all;
}

.services {
    padding-top: 135px;
}

.services .wrapper {
    z-index: 1;
}

.services__svg {
    position: absolute;
    top: clamp(10.9375rem, 10.7414rem + 0.9804vw, 11.5625rem);
    right: -65px;
    width:  clamp(9.6875rem, 9.0404rem + 3.2353vw, 11.75rem);
    height: clamp(7.5rem, 5.0686rem + 12.1569vw, 15.25rem);
    transform-origin: top center;
    animation: swing 2s ease-in-out infinite alternate;
}

@keyframes swing {
    from {
        transform: rotate(-10deg);
    }
    to {
        transform: rotate(10deg);
    }
}

.rect-line {
    display: flex;
    flex-grow: 1;
    height: 37px;
    overflow: hidden;
    min-width: clamp(20rem, 0rem + 100vw, 120rem);
}

.dark-part, .gold-part {
    display: flex;
}

.rect-item {
    flex-shrink: 0;
    display: block;
}

.services__content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    max-width: 1200px;
    padding: 54px 0 clamp(4.6875rem, -0.3125rem + 10.4167vw, 7.5rem);
}

.services__content--full {
    max-width: 100%;
    padding: 54px 0 60px;
}

.services__content--full p {
    font-size: clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
    line-height: 150%;
    text-align: center;
}

.services__content--full p a {
    color: #BF0203;
    transition: 0.3s all;
    white-space: nowrap;
} 

.services__content h3 {
    font-size: clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
    line-height: 150%;
}

.services__content h3 b {
    color: #BF0203;
}

.services__box {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.services__box__items {
    display: flex;
    width: 100%;
}

.services__box__items__inner {
    display: grid;
    width: 100%;
    grid-template-columns: 33.81% auto;
    gap: clamp(1.25rem, -2.0833rem + 6.9444vw, 3.125rem);
    padding: clamp(1.25rem, 0.1389rem + 2.3148vw, 1.875rem);
    background-color: #080E1B;
}

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

.services__box__items__inner__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 24px;
}

.services__box__items__inner__content__text {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    max-width: 740px;
}

.services__box__items__inner__content__text h3 {
    font-size: clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
    line-height: 150%;
    color: #fff;
}

.services__box__items__inner__content__text p {
    width: 100%;
    font-size: 16px;
    line-height: 146%;
    max-width: 510px;
    color: #fff;
}

.services__box__items__inner__content__link,
.readmore__link {
    position: relative;
    display: flex;
    align-self: flex-end;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    background-color: #BF0203;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
    transition: 0.3s all;
    overflow: hidden;
    vertical-align: middle;
}

.services__box__items__inner__content__link span {
    display: block;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.services__box__items__inner__content__link::before {
    content: attr(data-phone);
    display: block;
    height: 0;
    visibility: hidden;
    white-space: nowrap;
}

.services__box__items__inner__content__link span,
.services__box__items__inner__content__link::after {
    display: block;
    transition: transform 0.4s ease-in-out, opacity 0.3s ease;
}

.services__box__items__inner__content__link::after {
    content: attr(data-phone);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%); 
    opacity: 0;
    white-space: nowrap;
    transition: transform 0.4s ease, opacity 0.3s ease;
    width: 100%;
    text-align: center;
}

.work__full {
    padding: 18px 0 24px;
    background-color: #BF0203;
}

.work__box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

.work__box__items {
    position: relative;
}

.work__box__items__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #080E1B;
    gap: 12px;
    min-height: 220px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}

.work__box__items__inner p {
    font-size: clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
    line-height: 150%;
    text-transform: uppercase;
    color: #FFF;
}

.work__box__items__inner__circle {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
}

.advantages__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-top: 60px;
}

.advantages__box__items {
    position: relative;
    background-color: #080E1B;
    padding: clamp(3.125rem, 3.6806rem + -1.1574vw, 2.8125rem) clamp(1.25rem, -0.9722rem + 4.6296vw, 2.5rem) clamp(1.25rem, -1.5278rem + 5.787vw, 2.8125rem) clamp(1.25rem, -7.0833rem + 17.3611vw, 5.9375rem);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.advantages__box__items::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #BF0203;
    clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%); 
}

.advantages__box__items h3 {
    font-size: clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
    line-height: 150%;
    color: #F9CE3F;
}

.advantages__box__items p {
    font-size: 16px;
    line-height: 146%;
    color: #fff;
}

.callback {
    padding: clamp(5rem, 0.5556rem + 9.2593vw, 7.5rem) 0 50px;
    background-image: url(assets/img/uslugi-manipulyatora-grodno.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.callback::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000069;
}

.callback__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(3.75rem, -2.9167rem + 13.8889vw, 7.5rem);
    color: #FFF;
    width: 100%;
    max-width: 740px;
}

.callback__box__content {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, -0.3333rem + 2.7778vw, 1.75rem);
    color: #FFF;
}

.callback__box__content h4,
.callback__box__content h5 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    font-size: clamp(2rem, 0.2222rem + 3.7037vw, 3rem);
    line-height: 150%;
}

.callback__box__content a {
    position: relative;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    font-size: clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
    line-height: 150%;
    color: #FFF;
    text-transform: uppercase;
    background-color: #BF0203;
    border-radius: 10px;
    max-width: fit-content;
    transition: 0.3s all;
}

.callback__box__content a span {
    display: block;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.callback__box__content a::before {
    content: attr(data-phone);
    display: block;
    height: 0;
    visibility: hidden;
    white-space: nowrap;
}

.callback__box__content a span,
.callback__box__content a::after {
    display: block;
    transition: transform 0.4s ease-in-out, opacity 0.3s ease;
}

.callback__box__content a::after {
    content: attr(data-phone);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%); 
    opacity: 0;
    white-space: nowrap;
    transition: transform 0.4s ease, opacity 0.3s ease;
    width: 100%;
    text-align: center;
}

.callback__box p {
    font-size: clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
    line-height: 150%;
}

.footer {
    padding: 100px 0 45px;
    background-color: #080E1B;
}

.footer__box {
    display: grid;
    grid-template-columns: 400px auto;
    justify-content: space-between;
    gap: 32px;
}

.footer__box__items {
    display: flex;
    flex-direction: column;
}

.footer__box__items--left {
    gap: 24px;
}

.footer__box__items--right {
    gap: 16px;
}

.footer__box__items a {
    font-size: clamp(2rem, 0.2222rem + 3.7037vw, 3rem);
    color: #F9CE3F;
    line-height: 117%;
    transition: 0.3s all;
}

.footer__box__items h6 {
    font-size: clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
    color: #F9CE3F;
    line-height: 150%;
}

.footer__box__items--left p {
    font-size: clamp(0.625rem, 0.4028rem + 0.463vw, 0.75rem);
    line-height: 120%;
    color: rgba(255,255,255,.7);
}

.footer__box__items__social {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: clamp(0.625rem, 0.0481rem + 1.6026vw, 1.25rem);
    justify-content: flex-start;
}

.copy {
    background: #000;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

.copy__box {
    display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
    justify-content: space-between;
	align-items: center;
}

.copy__box a {
	color: #F9CE3F;
	transition: 0.3s all;
}

.circle-link {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    width: clamp(2.8125rem, 0.7933rem + 5.609vw, 5rem);
    height: clamp(2.8125rem, 0.7933rem + 5.609vw, 5rem);
    background-color: #080E1B80;
    border-radius: 50%;
    border: 3px solid #F9CE3F;
    animation: pulse 1.8s ease-in-out infinite;
    transform-origin: center;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.75);
    }
    100% {
        transform: scale(1);
    }
}

.breadcrumbs {
    padding-bottom: 32px;
}

.breadcrumbs span {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
	position: relative;
    font-size: 16px;
    line-height: 150%;
}

.breadcrumbs span span a {
    color: #BF0203;
    transition: 0.3s all;
}

.about__content {
    padding: 60px 0 70px;
    font-size: clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
}

.about__content p {
    line-height: 150%;
}

.about__box {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 32px 20px; 
}

.about__box__items {
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, -742rem + 1200vw, 2rem);
    width: 100%;
}

.about__box__items h2 {
    font-size: clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
    line-height: 150%;
}

.about__box__items h2 span {
    color: #BF0203;
}

.about__box__items p {
    font-weight: 500;
    color: #BF0203;
}

.about__box__items__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about__box__items__list li {
    position: relative;
    display: flex;
    padding: 5px clamp(0.625rem, -2.097rem + 10.2473vw, 4.25rem);
    font-size: clamp(1rem, 0.5556rem + 0.9259vw, 1.25rem);
    line-height: 150%;
    color: #FFF;
    background-color: #080E1BB2;
}

.about__box__items__list li::before {
    position: absolute;
    content: '';
    width: clamp(0.3125rem, -1.3301rem + 6.1837vw, 2.5rem);
    height: 100%;
    top: 0;
    left: 0;
    background-color: #BF0203;
    clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
}

.faq__box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 60px;
}

.faq__box--single {
    padding-top: 0;
}

.faq__box__items {
    display: flex;
    flex-direction: column;
}

.faq__box__query {
    display: grid;
    grid-template-columns: auto 21px;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 10px clamp(0.625rem, -2.4727rem + 11.6618vw, 3.125rem);
    background-color: #080E1B;
    cursor: pointer;
    transition: 0.3s;
}

.faq__box__query p {
    font-size: clamp(1rem, 0.5556rem + 0.9259vw, 1.25rem);
    line-height: 150%;
    color: #FFF;
}

.faq__box__query svg {
    transition: 0.3s ease;
    stroke: #BF0203;
}

.faq__box__answer p {
    font-size: 16px;
    line-height: 150%;
}

.faq__box__answer {
    display: block;
    padding: 0px clamp(0.625rem, -2.4727rem + 11.6618vw, 3.125rem) 0px;
    background-color: #D9D9D9;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0,3 ease, opacity 0,3s ease, padding 0.1s ease;
}

.faq__box__query.faq-open svg {
    transform: rotate(180deg);
    stroke: #F9CE3F;
}

.faq__box__query.faq-open+.faq__box__answer {
    padding: 14px clamp(0.625rem, -2.4727rem + 11.6618vw, 3.125rem) 36px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.managers {
    position: relative;
    padding: 80px 0;
    background-color: #080E1B;
    margin-top: 60px;
}

.managers::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #BF0203;
    clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
}

.managers::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #BF0203;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
}

.managers__content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.managers__content p {
    font-size: clamp(1.25rem, 0.5577rem + 1.9231vw, 2rem);
    line-height: 150%;
    color: #FFF;
}

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

.core__box--top {
    padding-top: 60px;
}

.core__box__items {
    display: flex;
}

.core__box__items__inner {
    padding: clamp(0.625rem, 0.0481rem + 1.6026vw, 1.25rem);
    background-color: #080E1B;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}

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

.core__box__items__inner__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #FFF;
}

.core__box__items__inner__content h2 {
    font-size: clamp(1.25rem, 0.5577rem + 1.9231vw, 2rem);
    line-height: 120%;
}

.core__box__items__inner__content p {
    font-size: 16px;
    line-height: 146%;
}

.indicators {
    padding-bottom: 265px;
}

.indicators::before {
    position: absolute;
    content: '';
    top: 145px;
    left: 35px;
    background-color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    z-index: 1;
}

.indicators::after {
    position: absolute;
    content: '';
    top: 145px;
    right: 35px;
    background-color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    z-index: 1;
}

.indicators__svg {
    position: absolute;
    top: -135px;
    z-index: 2;
}

.indicators__svg--left {
    left: 0;
}

.indicators__svg--right {
    right: 0;
    transform: scaleX(-1);
}

.indicators__box {
    position: relative;
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 26px 0;
    background-color: #080E1B;
    top: 130px;
}

.indicators__circle {
    padding: clamp(2.5rem, 10.3125rem + -10.4167vw, 0.9375rem) 40px;
    background-color: #BF0203;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 20px;
    box-shadow: 0 0 20px 10px #BF0203;
}

.indicators__circle__items {
    display: flex;
}

.indicators__circle__items__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #080E1B;
    padding: 20px;
    color: #FFF;
}

.indicators__circle__items__inner p {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 1.0769rem + 2.5641vw, 3rem);
    line-height: 150%;
    font-style: normal;
    text-align: center;
}

.indicators__circle__items__inner h2 {
    font-size: clamp(1.25rem, 0.5577rem + 1.9231vw, 2rem);
    line-height: 150%;
    text-align: center;
}

.works__top {
    display: flex;
    gap: 20px;
}

.works__top__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    justify-content: space-between;
}

.works__img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
    margin: 0;
    height: 100%;
}

.works__img figcaption {
    font-size: 12px;
    font-style: italic;
    line-height: 120%;
}

.gallery__box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
}

.gallery__box__items {
    display: flex;
    flex: 1 1 calc((100% - 40px) / 3);
}

.gallery__box__items--two {
    display: flex;
    flex: 1 1 calc((100% - 20px) / 2);
}

.blog__box {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.blog__box__items {
    display: grid;
    grid-template-columns: 40.86% auto;
    gap: clamp(1.25rem, -12.0833rem + 27.7778vw, 8.75rem);
}

.blog__box__items__img {
    display: flex;
    min-height: clamp(28.125rem, 11.4583rem + 34.7222vw, 37.5rem);
    width: 100%;
    overflow: hidden;
}

.blog__box__items__img img {
    display: flex;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    transition: 0.3s all;
}

.blog__box__items__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: clamp(1.5rem, -12.5rem + 29.1667vw, 9.375rem);
}

.blog__box__items__content__head {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.blog__box__items__content__head h2 {
    color: #2C2C2B;
    font-size: clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
    line-height: 150%;
    transition: 0.3s all;
    text-wrap: balance;
    transition: 0.3s;
}

.blog__box__items__content__head p {
    color: #000;
    transition: 0.3s all;
}

.blog__box__items__content__link {
    position: relative;
    display: flex;
    align-self: flex-end;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    background-color: #BF0203;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
    transition: 0.3s all;
    overflow: hidden;
    vertical-align: middle;
}

.single {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 60px;
}

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

.single__img__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px;
    font-size: 12px;
    font-style: italic;
    line-height: 105%;
}

.single h2 {
    font-size: clamp(1.75rem, 1.3056rem + 0.9259vw, 2rem);
    color: #BF0203;
    line-height: 120%;
}

.single h3 {
    font-size: clamp(1.5rem, 1.0556rem + 0.9259vw, 1.75rem);
    color: #BF0203;
    line-height: 120%;
}

.single h4, .single h5 {
    font-size: clamp(1.25rem, 0.8056rem + 0.9259vw, 1.5rem);
    color: #BF0203;
    line-height: 120%;
}

.single a {
    color: #BF0203;
    text-decoration: underline;
    transition: 0.3s all;
}

.single ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 17px;
}

.single ul li {
    list-style: disc;
}

.contacts__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 40px;
    padding-top: 60px;
}

.contacts__box__items {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contacts__box__items:last-of-type {
    align-items: end;
}

.contacts__box__items h2 {
    font-size: clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
    line-height: 120%;
}

.contacts__box__items a {
    font-size: clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
    color: #BF0203;
    line-height: 120%;
    transition: 0.3s all;
}

.contacts__box__items p:first-of-type {
    font-size: 14px;
    line-height: 120%;
}

.about__content--404 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.about__content--404 h2 {
    font-size: clamp(1.25rem, -0.0833rem + 2.7778vw, 2rem);
    line-height: 120%;
}

.about__content--404 p {
    font-size: 16px;
    line-height: 120%;
    text-align: center;
}

.about__content--404 p a {
    color: #BF0203;
}

.section__title--404 h1 {
    white-space: nowrap;
}

@media (min-width: 992px) {
    .about__box__items__list li {
        padding: 5px clamp(1.25rem, -9.0833rem + 16.6667vw, 4.25rem);
    }
    .about__box__items__list li::before {
        width: clamp(1.25rem, -3.0556rem + 6.9444vw, 2.5rem);
    }
}

@media (min-width: 1200px) {
    .menu__list li a:hover,
    .breadcrumbs span span a:hover {
        color: #F9CE3F;
    }
    .hero__box a:hover,
    .callback__box__content a:hover {
        background-color: #080E1B;
    }

    .services__box__items__inner__content__link:hover,
    .readmore__link:hover {
        background-color: #F9CE3F;
        color: #080E1B;
    }

    .services__box__items__inner__content__link:hover span {
        transform: translateY(-150%);
        opacity: 0;
    }

    .services__box__items__inner__content__link:hover::after {
        transform: translate(-50%, -50%); 
        opacity: 1;
    }

    .services__content--full p a:hover {
        color: #080E1B;
    }

    .callback__box__content a:hover span {
        transform: translateY(-150%);
        opacity: 0;
    }

    .callback__box__content a:hover::after {
        transform: translate(-50%, -50%); 
        opacity: 1;
    }

    .footer__box__items a:hover {
        color: #FFF;
    }

    .hero,
    .callback {
        background-attachment: fixed;
    }

    .faq__box__query:hover {
        background-color: #BF0203;
    }

    .faq__box__query:hover svg {
        stroke: #fff;
    }

    .blog__box__items:hover img {
        transform: scale(1.2);
    }

    .blog__box__items:hover .blog__box__items__content__head h2 {
        color: #BF0203;
    }

    .blog__box__items:hover .blog__box__items__content__link {
        background-color: #080E1B;
    }

    .single a:hover {
        color: #F9CE3F;
    }

    .contacts__box__items a:hover {
        color: #F9CE3F;
    }

	.copy__box a:hover {
		color: #BF0203;
	}
}

@media (max-width: 1199px) {
    .indicators__circle {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .section__title h2,
    .section__title--404 h1 {
        white-space: unset;
    }
    .footer__box {
        grid-template-columns: repeat(2, 1fr);
    }
    .about__box {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .core__box {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery__box__items {
        flex: 1 1 calc((100% - 20px) / 2);
    }
}

@media (max-width: 767px) {
    /* Menu mobile*/

    .menu__list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: baseline;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 999;
        width: 100%;
        max-width: 420px;
        height: 100dvh;
        background-color: #060708;
        transform: translate3d(420px, 0px, 0px);
        transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    }

    .menu__list--active {
        transform: translate3d(0px, 0px, 0px);
        padding: 105px 0 0 15px;
        writing-mode: horizontal-tb;
        gap: 20px;
    }

    .menu__list__items--first {
        border-top: 1px solid #fff;
        margin-top: 20px;
    }

    .menu__list__items {
        width: 100%;
        border-bottom: 1px solid #fff;
        padding: 9px 0 9px 15px;
    }

    .menu__btn {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background-color: transparent;
        cursor: pointer;
        padding-right: 15px;
    }

    .menu__btn--close {
        position: absolute;
        right: 15px;
        top: 15px;
        border-radius: 50%;
        background-color: #F9CE3F;
        z-index: 1000;
    }

    .menu__btn__element,
    .menu__btn__element:before,
    .menu__btn__element:after {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 50%;
        margin-left: -10px;
        width: 20px;
        height: 2px;
        background-color: #BF0203;
    }

    .header--home .menu__btn__element,
    .header--home .menu__btn__element:before,
    .header--home .menu__btn__element:after {
        background-color: #F9CE3F;;
    }

    .header--home .menu__btn--close .menu__btn__element,
    .header--home .menu__btn--close .menu__btn__element:before,
    .header--home .menu__btn--close .menu__btn__element:after {
        background-color: #BF0203;
    }

    .menu__btn__element:before,
    .menu__btn__element:after {
        content: '';
        display: block;
        transition: 0.5s;
    }

    .menu__btn__element:before {
        transform: translateY(-8px);
    }

    .menu__btn__element:after {
        transform: translateY(8px);
    }

    .menu__btn__element--close {
        height: 0;
    }

    .menu__btn__element--close:before {
        transform: rotate(45deg);
        background-color: #BF0203;
    }

    .menu__btn__element--close:after {
        transform: rotate(-45deg);
        background-color: #BF0203;
    }

    .menu__list__items--mobile {
        display: flex;
    }

    .menu__btn--close .menu__btn__element {
        top: 50%;
    }

    .menu__list__items__link {
        display: flex;
        width: 100%;
        color: #fff;
    }

    .menu__logo {
        display: flex;
        position: absolute;
        top: 20px;
        left: 15px;
        max-width: 50%;

    }

    /* Menu mobile */

    .menu__list__items--mobile {
        position: absolute;
        bottom: 32px;
        left: 15px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        color: #FFF;
    }

    li.menu__list__items--mobile a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 20px;
        font-style: normal;
        color: #F9CE3F;
    }

    .hero {
        height: 85dvh;
    }

    .services__box__items__inner {
        display: flex;
        flex-direction: column;
    }

    .services__box__items__inner img {
        width: 100%;
        height: auto;
    }

    .work__box {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .work__box__items__inner {
        clip-path: none;
    }

    .work__box__items__inner__circle {
        display: none;
    }

    .advantages__box {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer__box {
        grid-template-columns: repeat(1, 1fr);
    }

    .logo--footer {
        max-width: 173px;
    }

    .footer__box__items__social {
        grid-template-columns: 35px 35px 35px 35px 35px;
    }

    .core__box {
        grid-template-columns: repeat(1, 1fr);
    }

    .works__top {
        flex-direction: column;
    }

    .gallery__box__items {
        flex: 1 1 100%;
    }

    .blog__box__items {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog__box__items__content {
        padding-bottom: 0;
    }

    .blog__box__items__img {
        min-height: auto;
    }

    .contacts__box {
        grid-template-columns: repeat(1, 1fr);
    }

    .contacts__box__items:last-of-type {
        align-items: flex-start;
    }

    .logo img {
        max-width: 50%;
    }
}

@media (max-width: 424px) {
    .work__box {
        grid-template-columns: repeat(1, 1fr);
    }
    .about__box__items__list li::before {
        clip-path: none;
    }
    .services__content--full p {
        text-align: left;
    }
    .indicators__circle {
        grid-template-columns: repeat(1, 1fr);
        padding: clamp(2.5rem, 10.3125rem + -10.4167vw, 0.9375rem) 20px;
    }
}