:root {
    --primary-color: #fafafa;
    --secondary-color: #222;
    --border-color: #6A6A6D;
    --accent-color: rgb(255, 63, 64);
}

a {
    text-decoration: none;
}

html {
    color: #1a1a1a;
}

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

body {
    overflow-x: hidden;
}

#logo {
    color: var(--primary-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 90%;
}

.about-videoBlock-video {
    width: 720px;
}

h1 {
    font-size: 70pt;
    margin: 0;
    line-height: 20pt;
}

h2 {
    font-size: 24pt;
    margin: 0;
    line-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "AT Allowe";
}

.verIdent {
    height: 50vw;
    width: 100%;
}

.layout-wrapper {
    padding: 10px 0;
    width: 100%;
    position: relative;
    font-size: 12pt;
}

.layout a {
    color: #999999;
    text-decoration: none;
    display: block;
    margin: 20px 0 0 0;
    cursor: pointer;
    font-family: "Gotham pro";
}

.layout a:hover {
    /* transform: scale(1.1); */
    filter: drop-shadow(0 0 10px rgba(17, 17, 17, .2));
    color: rgb(68, 68, 68);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    /* -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1); */
}

.layout-wrapper::after {
    content: "";
    clear: both;
    display: table;
}

.layout {
    min-height: 200px;
}

.slogan-bottomline {
    font-size: 10pt;
    font-family: 'Lato';
    font-weight: 400;
    color: #aaa;
}

.layout-left {
    /* width: 15%;
    float: left; */
    text-align: right;
}

.layout-main {
    margin: 0 10px;
}

#footer {
    position: relative;
    bottom: auto !important;
}

.content {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-x: hidden;
    border-spacing: 2px;
    min-height: 500px;
    font-weight: 200;
    font-family: "Gotham Pro";
    line-height: 1.5;
}

.content ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}

.content li {
    /* display: table-cell; */
    vertical-align: middle;
    text-align: center;
    margin: 1px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content a {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    line-height: normal;
    opacity: .93;
    transition: all .2s ease-in-out;
    filter: saturate(0) brightness(.9) contrast(150%);
    -webkit-filter: saturate(0) brightness(.9) contrast(150%);
}

.img-limiter a {
    line-height: 0;
}

.error .errorLink {
    line-height: 1.5;
}

.content a:hover {
    opacity: 1;
    filter: saturate(1);
    -webkit-filter: saturate(1);
}

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

.col-group {
    display: table-column-group;
    width: 30%;
}

.column {
    display: table-column;
}

.img-limiter {
    width: 100%;
}

.work-item {
    width: calc(50% - 2px);

}

.loading {
    display: flex;
    justify-content: center;
    height: 200px;
    width: 300px;
    margin: 0 auto;
}

.loading-image {
    height: 100%;
}

.works-header,
.block-header {
    /* background-color:  var(--primary-color); */
    display: flex;
    justify-content: center;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}

.works-header h2,
.block-header h2 {
    position: relative;
    line-height: normal;
    font-size: 64pt;
    margin: 80px;
    color: var(--secondary-color);
    font-weight: 100;
    background-color: var(--primary-color);
    padding: 20px 30px;
    font-family: "AT Allowe";
    font-weight: 900;
    z-index: 1;
}

.block-header-2 h2 {
    position: relative;
    line-height: normal;
    font-size: 24pt;
    /* margin: 80px; */
    color: var(--secondary-color);
    font-weight: 100;
    background-color: var(--primary-color);
    padding: 20px 30px;
    font-family: "AT Allowe";
    font-weight: 200;
    z-index: 1;
}


/* .block-header h2:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: black;
    top: 75%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
} */

.works-footer,
.block-footer {
    display: flex;
    justify-content: center;
    font-family: "Gotham pro";
    z-index: 1;
}

.works-footer-button,
.block-footer-button {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    background-color: var(--primary-color);
    z-index: 1;
}

.svg-arrow {
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}


/* .works-footer-button:hover .svg-arrow{
  transform:translateY(100%);
  opacity: 0;
  -webkit-transform:translateY(100%);
  -moz-transform:translateY(100%);
  -ms-transform:translateY(100%);
  -o-transform:translateY(100%);
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
} */

.header-animation {
    cursor: pointer;
}

.header-animation:hover,
.header-animation:focus,
.header-animation:active {
    /* box-shadow: 0 2px 2px rgba(17, 17, 17, 0.116); */
    transform: scale(1.01);
    transition: all 0.1s ease-in-out;
}

.svg-arrow-container {
    width: 50px;
    height: 25px;
    margin: 0;
}

.svg-arrow {
    /* fill: #111; */
    stroke: #111;
}

.costs {
    min-height: 400px;
}

.button-works {
    display: flex;
    justify-content: center;
}

.button-works h3 {
    padding: 20px;
    font-family: "Gotham pro";
    font-weight: 100;
    background-color: rgba(196, 0, 3, 0.856);
    /* background-color: rgba(0, 0, 0, 0.856); */
    color: #fff;
    margin: 0 auto;
    border-radius: 50px;
    transition: all 0.2s ease-out;
    box-shadow: inset 1px 1px 2px #000;
    font-size: 12pt;
}

.button-works h3:hover,
.button-works h3:focus,
.button-works h3:active {
    background-color: #069c1700;
    color: #ffffff;
    box-shadow: none;
    /* transform: scale(1.2); */
    transition: all 0.2s ease-out;
    cursor: pointer;
    /* filter: drop-shadow(0 0 10px #069c17c9); */
    text-shadow: 0 0 10px #ffffffc9;
}

input:focus {
    outline: none;
}

.search-field {
    border: 1px solid #eee;
    width: 98%;
    height: 40px;
    font-size: 16pt;
    color: #ca0b0b;
    text-align: center;
}

.search-field:hover,
.search-field:active,
.search-field:focus {
    box-shadow: 0 0 10px rgba(17, 17, 17, 0.116);
}

.hover-shadow:hover,
.hover-shadow:active,
.hover-shadow:focus {
    filter: drop-shadow(0 0 10px rgba(17, 17, 17, 1));
    cursor: default;
}

.works-hr {
    transform: translateY(70px);
    z-index: 0;
}

.costs {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px 100px 100px 100px;
}

#services {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.services {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}

.service {
    display: grid;
    grid-template-rows: 100px 100px auto;
    width: 20vw;
    background-color: var(--primary-color);
    text-align: center;
    /*outline: 1px solid #e6e6e6;
  */
    transition: all .2s ease-in-out;
    margin: 10px;
    padding: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.service:hover {
    /* transform: scale(1.05); */
    /* box-shadow: 0 0 10px rgba(17, 17, 17, 0.116); */
    /* outline: inset 1px solid rgb(167, 167, 167); */
    transition: all .3s ease-in-out;
    /* cursor: pointer; */
}

.service-title,
.service-title h2 {
    padding: 15px 0;
    color: #999999;
    font-family: "Gotham pro";
    font-weight: 800;
    font-size: 12pt;
    line-height: 18pt;
    align-self: center;
    /* color: : var(--accent-color); */
}

.service:hover .service-text {
    color: #fafafa;
}

.service:hover .service-header {
    color: #ffd448;
}

.service-text {
    padding: 0 40px 10px 40px;
    color: #666666;
    font-family: "SF UI Display";
    font-weight: 400;
    font-size: 9.4pt;
    min-height: 100px;
}

.service-darker {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out;
}

.service:hover .service-darker {
    background-color: rgba(0, 0, 0, 0.95);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.service-description {
    font-weight: 900;
    line-height: 1.5;
}

.costs-header {
    /* background-color:  var(--primary-color); */
    display: flex;
    justify-content: center;
    z-index: 10;
    position: relative;
    margin: auto;
}

.header-bg::before {
    content: "";
    /* background-color: #FFF595; */
    width: 90%;
    height: 75%;
    position: absolute;
    transform: rotate(-1.8deg) translate(-15px, -10px);
    z-index: -1;
    border-radius: 100px;
}

.costs-header h2 {
    position: relative;
    line-height: normal;
    font-size: 24pt;
    color: var(--secondary-color);
    font-weight: 100;
    background-color: var(--primary-color);
    padding: 20px 30px;
    font-family: "Gotham pro";
    border-width: 1px 0 0 0;
    z-index: 1;
}

.arrows {
    cursor: pointer;
    width: 30px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 50px;
}

.arrows path {
    stroke: #fafafa;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 3s infinite ease-in-out;
    -webkit-animation: arrow 3s infinite ease-in-out;
}

@keyframes arrow {
    0% {
        opacity: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    40% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    80% {
        opacity: 0;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow
/*Safari and Chrome*/

    {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
    /* Safari 和 Chrome */
}

.team,
.team h2 {
    line-height: 1.5;
    font-weight: 500;
    font-family: "Gotham Pro";
}

.team {
    width: 80%;
    margin: 0 auto;
}

.team-header {
    margin: 150px 0;
}

.team-header h2 {
    font-size: 40pt;
    font-weight: 800;
}

.team-header-2 h2 {
    font-size: 35pt;
    font-weight: 800;
}

.team-header-1 {
    text-align: left;
}

.team-header-2 {
    text-align: right;
    margin-bottom: 20px;
}

.quote {
    display: flex;
    margin: 50px auto;
    width: 70%;
}

.quote-author-image {
    width: 226px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.quote-author-image img {
    height: auto;
    width: 226px;
}

.quote-main {
    margin: 0 0 0 20px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    font-size: 16pt;
    text-align: justify;
}

.quote-author-name h3 {
    font-weight: 900;
    margin: 0;
}

.quote-author-job h4 {
    font-weight: 100;
    color: #999999;
    margin: 0;
}

.quote-text-li {
    font-weight: 200;
    font-size: 14pt;
}

#contacts-block {
    display: flex;
}

.contacts-block {
    display: flex;
    justify-content: center;
    width: 90%;
    flex-wrap: wrap;
    align-content: center;
    font-family: "Gotham Pro";
    font-size: 14pt;
    font-weight: 200;
    line-height: 1.5;
    margin: auto;
    /* text-align: left; */
}

.contacts-block h2 {
    font-weight: 400;
}

.request,
.contacts {
    width: 30vw;
    margin: 0 50px;
}

.contacts-divider {
    background-color: #000;
    width: 1px;
}

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

.request-form {
    display: flex;
    flex-direction: column;
}

.request-form input,
.request-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 10px 0;
    border: 1px solid #eee;
    height: 40px;
    font-size: 12pt;
    /* color: #ca0b0b; */
    text-align: center;
    box-shadow: 0 1px 5px rgba(148, 104, 104, 0.053);
    font-family: "Gotham pro";
    font-weight: 200;
}

.request-form input:hover,
.request-form textarea:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.103);
}

.request-form-submit {
    background-color: #000;
    color: #fafafa;
    cursor: pointer;
    width: 30%;
}

.request-form-submit:hover {
    background-color: var(--secondary-color);
    box-shadow: 0 0 20px #00000055;
}

.contacts-text {
    text-align: left;
}

.work-item a::after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    content: attr(data-descr);
    background-color: #000000c7;
    color: #fafafa;
    width: 100%;
    height: 3em;
    line-height: normal;
    opacity: 0;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.work-item:hover a::after {
    opacity: 1;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.works-category {
    display: grid;
    grid-template-columns: 33% 67%;
    align-items: center;
    padding: 0;
    border: 1px solid var(--border-color);
    border-width: 1px 0;
    gap: 1px;
    background-color: var(--border-color);
    margin: 20px 0;
}

.works-category-col {
    min-height: 120px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}

.works-category h3,
.works-category {
    font-family: "AT Allowe";
}

.works-category-header h3 {
    font-size: 32pt;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    padding: 20px;
}

.works-category-select ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 20px;
    margin: 0;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.works-genre.active {
    color: var(--accent-color);
}

.works-category-select li.active {
    color: #000;
    font-weight: 400;
    font-size: 32pt;
    transition: all .3s ease-in-out;
}

.works-category-select-list {
    display: flex;
    gap: 40px;
    list-style: none;
    padding: 20px;
    margin: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
    /* triggers GPU layer */
    overflow-x: auto;
    white-space: nowrap;
    will-change: scroll-position;
    width: 300px;
    min-width: 300px;
}

.works-category-select-list::-webkit-scrollbar {
    display: none;
}

.works-category-select-el {
    font-size: 24pt;
    color: #aaa;
    font-weight: 400;
    cursor: pointer;
    transition: color 0.3s;
    flex: 0 0 auto;
    scroll-snap-align: center;
    backface-visibility: hidden;
    flex-shrink: 0;
    /* 👈 prevents shrinking */
    min-width: 140px;
    /* 👈 ensures wider layout */
    /* font-size: 18px; */
    transition: all .3s ease-in-out;

}

.works-body {
    display: grid;
    grid-template-columns: 33% 67%;
    align-items: start;
    padding: 0;
    border-width: 1px 0;
    gap: 1px;
    margin: 20px 0;
}

.works-category-select-list.dragging {
    cursor: grabbing;
    user-select: none;
}

.works-category-select-list {
    cursor: grab;
}

.contacts-block .block-header {
    cursor: default;
}

.structure-block-about h2,
.structure-block-about h3,
.structure-block-about h4,
.structure-block-about h5,
.structure-block-about h6 {
    line-height: 1.5;
    font-size: initial;
}

#showreel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto;
}

#about {
    font-size: 12pt;
    font-family: "Gotham Pro";
}

#about h2 {
    line-height: 1.5;
    padding: 80px;
    font-weight: 500;
    font-family: "Gotham Pro";
    font-size: 32pt;
}

.about-videoBlock-description {
    font-size: 12pt;
    font-weight: 200;
    padding: 20px;
    text-align: left;
    color: var(--accent-color);
}

.modal-request h2 {
    margin: 10px;
    font-size: 28pt;
    text-align: center;
}

.strength-header h2 {
    margin: 10px;
    line-height: 1.5;
    padding: 20px;
    font-weight: 500;
    font-family: "Gotham Pro";
    font-size: 32pt;
}

#strength {
    min-height: auto;
}

.load-more-container {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: -2;
}

.load-more-btn {
    display: block;
    background: none;
    cursor: pointer;
    padding: 20px;
    border: 0;
}

/* ============================================
   ADD THESE STYLES TO YOUR shoza.css or pages.css
   ============================================ */

/* Lazy Loading Styles */
img.lazy {
    background: #f5f5f5;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

img.lazy-loaded {
    opacity: 1;
    background: transparent;
}

/* Optional: Shimmer loading effect */
img.lazy:not(.lazy-loaded) {
    background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-shimmer 1.5s infinite;
}

@keyframes loading-shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}


/* Load More Button */
.load-more-btn {
    background: linear-gradient(90deg, transparent 0, #efefef77 50%, transparent 100%);
    color: var(--border-color);
    border: none;
    padding: 20px 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 20px rgba(255, 107, 107, 0.3); */
    position: relative;
    overflow: hidden;
    display: inline-block;
    /* border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: var(--border-color); */
    width: 100%;
}

.load-more-btn:hover:not(:disabled) {
    color: var(--secondary-color);
    /* background: linear-gradient(90deg, #efefef77 0, #efefef77 100%); */
    /* transform: translateY(-2px); */
    /* box-shadow: 0 6px 30px rgba(255, 107, 107, 0.4); */
    /* background: linear-gradient(135deg, #FF5555 0%, #FF7777 100%); */
}

.load-more-btn:active:not(:disabled) {
    transform: translateY(0);
}

.load-more-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Button shine effect */
.load-more-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.7s ease;
}

.load-more-btn:hover:not(:disabled)::before {
    left: 100%;
    transition: left 0.7s ease;
}

/* Button text */
.load-more-btn .btn-text {
    display: block;
    font-size: 16pt;
    margin-bottom: 5px;
    font-weight: 800;
    margin: 0;
}

/* Projects counter */
.projects-counter {
    display: block;
    font-size: 11px;
    opacity: 0.9;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.5px;
}

/* Work items animation */
.work-item {
    transition: all 1s ease;
}

.work-item.fade-in-item {
    opacity: 0;
    transform: translateY(20px);
}

.work-item.fade-in-item.visible {
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading spinner improvement */
.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    padding: 40px;
}

.loading-icon {
    width: 50px !important;
    height: 50px !important;
    opacity: 1 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .load-more-btn {
        padding: 15px 40px;
        font-size: 14px;
    }

    .load-more-btn .btn-text {
        font-size: 12pt;
    }

    .projects-counter {
        font-size: 12pt;
    }

    .load-more-container {
        padding: 30px 15px;
    }

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

@media (max-width: 480px) {
    .load-more-btn {
        padding: 12px 30px;
        font-size: 13px;
        width: 90%;
        max-width: 300px;
    }
}


@media only screen and (max-width: 1280px) {

    .img-limiter {
        width: 34vw;
    }

    .request-form-submit {
        background-color: #000;
        color: #fafafa;
        cursor: pointer;
        width: 200px;
    }

    .contacts-block {
        width: 95%;
    }

    .modal-request,
    .request,
    .contacts {
        width: 40vw;
        margin: 0 30px;
    }

    .strength-header h2 {
        margin: 10px;
        line-height: 1.5;
        padding: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    #about h2 {
        line-height: 1.5;
        padding: 40px;
        font-weight: 500;
        font-family: "Gotham Pro";
        font-size: 22pt;
    }

    .search-field {
        border: 1px solid #eee;
        width: 98%;
        height: 40px;
        font-size: 12pt;
        color: #ca0b0b;
        text-align: center;
    }

    .layout-left {
        width: 75%;
        float: none;
        text-align: center;
        margin: auto;
    }

    .layout-main {
        margin: 30px 0;
    }

    .img-limiter {
        width: 100%;
    }

    .content li {
        margin: 1px;
    }

    .works-header h2,
    .block-header h2,
    .block-header-2 h2 {
        font-size: 20pt;
        margin: 20px;
    }

    .request-form-input {
        width: 100%;
    }

    .request-form-submit {
        background-color: #000;
        color: #fafafa;
        cursor: pointer;
        width: 50%;
    }

    .request-form {
        align-items: center;
    }

    .about-videoBlock-video {
        width: 100%;
    }

    .about h2 {
        padding: 50px !important;
    }

    .works-body {
        grid-template-rows: auto auto;
        grid-template-columns: 100%;
    }
}

@media only screen and (max-width: 760px) {
    .services {
        width: 95%;
    }

    .service {
        width: 80vw;
    }

    .team-header h2 {
        font-size: 20pt;
        font-weight: 800;
    }

    .team {
        width: 90%;
    }

    .quote {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .quote-author-job h4,
    .quote-author-name h3 {
        text-align: center;
    }

    .modal-request,
    .request,
    .contacts {
        width: 100%;
        margin: 50px 0;
    }

    .request-form-submit {
        width: 50%;
    }

    .quote-text-li {
        font-size: 11pt;
    }

    .team h3 {
        font-size: 17pt;
    }

    .team h4 {
        font-size: 14pt;
    }

    .team-header-1 {
        margin-top: 20px;
    }

    .layout-left {
        width: 75%;
        float: none;
        text-align: center;
        margin: auto;
    }

    .layout-main {
        margin: 30px 0;
    }

    .img-limiter {
        width: 100vw;
    }

    .quote-main {
        margin: 0 20px;
    }

    .menuPhoneMobile {
        display: block;
    }

    .button-works h3 {
        font-size: 11pt;
        font-weight: 200;
    }

    .content li {
        margin: 5px auto;
    }

    .verIdent {
        height: 130vw;
        width: 100%;
        min-height: 127vh;
    }

    .works-category {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }


}

@media only screen and (min-width: 1281px) {}