* {
    box-sizing: border-box;
}

*::selection {
    background-color: #fce88f;
}


/* width */

::-webkit-scrollbar {
    width: 0;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

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


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

html {
    scroll-behavior: smooth;
    font-weight: 500;
}

a:link,
a:visited,
a:hover,
a:active {
    font-family: 'Vayu Sans', sans-serif;
    font-weight: 600;
    /* color: #111; */
    text-decoration: underline;
}

a:hover {
    /* color: #000; */
}

.header-logo-a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

h6 {
    font-family: 'Vayu Sans', sans-serif;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

html,
body {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    font-family: 'Vayu Sans', sans-serif;
    font-weight: 500;
    background-color: #fafafa;
}

.slideshow {
    position: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 50%;
    overflow: hidden;
}

.slideshowElement {
    position: absolute;
    width: 100%;
    top: 0;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    object-fit: cover;
    height: 100vh;
}

.shadower {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: black;
    opacity: 0.2;
}

.header {
    position: fixed;
    display: flex;
    /* grid-template-columns: auto 800px auto;
    grid-template-rows: 100%; */
    width: 100%;
    z-index: 98;
    background-color: rgba(0, 11, 35, 0.86);
    justify-content: space-around;
    align-items: center;
    height: 100px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.247);
}

.header-logo {
    display: flex;
    justify-content: center;
    height: 50px;
    /* padding: 0 50px; */
    transition: all 0.2s ease;
}

.menu-block {
    /* position: fixed; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    text-align: center;
    font-size: 13pt;
    opacity: 0.8;
}

.menu-block ul {
    list-style: none;
    padding: 0;
}

.menu-block a {
    text-decoration: none;
    color: #fafafa;
    /* padding: 22px 15px; */
    font-weight: 500;
    font-size: 11pt;
    font-family: 'Vayu Sans', sans-serif;
}

.menu-block a:hover {
    text-decoration: none;
    color: #fafafa;
    cursor: pointer;
}

.menu-block a:active {
    text-decoration: none;
    color: #fafafa;
}

.menu-block a:visited {
    text-decoration: none;
    color: #fafafa;
}

.menu-block li {
    /* display: inline-block; */
    margin: 0;
    margin: 0 .5rem;
}

.menu {
    display: flex;
    justify-content: center;
    /* margin: 0; */
}

.footer {
    position: relative;
    bottom: auto !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 95px;
    background-color: #fafafa;
    vertical-align: middle;
    z-index: 99;
}

.footer-logo {
    position: absolute;
    left: 5%;
}

.footer a {
    /* position: relative; */
    text-decoration: none;
    color: #111;
    /* top: 50%; */
    font-size: 16pt;
    margin: 0 10px;
}

.footer img {
    height: 50px;
}

.footer div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); */
}

.footer .icon img {
    position: relative;
    height: 40px !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.footer .icon:hover img {
    transition: all 0.5s;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.interval {
    position: relative;
    width: 100%;
    height: 70px;
}

#services,
#strength,
#services-main {
    position: relative;
    /* parent value */
    width: 100%;
    height: auto;
    background-color: #fafafa;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

.serviceElement {
    position: relative;
    vertical-align: middle;
    font-size: 16pt;
    margin: 20px 50px;
    display: inline-block;
    width: 250px;
    height: 350px;
    background-color: #ce3636;
    background-position: center;
    box-shadow: -2px 5px 10px 0 #0000006b;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    background-size: cover;
}

.serviceElement:hover {
    width: 270px;
    height: 370px;
    margin: 10px 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.serviceElement h2 {
    color: #fafafa;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18pt;
    line-height: 20pt;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.serviceElement:hover h2 {
    opacity: 1;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.serviceElement a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.serviceElement:hover a {
    opacity: 0.7;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

#services h1,
#strength h1 {
    font-size: 40pt;
    font-family: 'Vayu Sans', sans-serif;
    font-weight: 800;
    padding-top: 50px;
}

#services p,
#strength p {
    font-size: 12pt;
    font-weight: 500;
    font-family: 'Vayu Sans', sans-serif;
    text-align: left;
}

#serviceWindow {
    display: block;
    position: fixed;
    height: 70%;
    width: 80%;
    overflow: hidden;
    color: #222;
    top: 50%;
    left: 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%);
}

#serviceWindow section {
    display: block;
    height: 100%;
    margin: 0 0 0 1%;
    padding-left: 4%;
    float: left;
}

#serviceCover {
    position: relative;
    top: 50%;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    /* border: 5px solid #b1b1b1; */
    line-height: 0;
}

#serviceInfo {
    overflow-y: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#serviceCover img {
    width: 100%;
}

#serviceInfo p {
    margin: 0;
}

#serviceInfo hr {
    width: 40%;
    text-align: left;
    float: left;
}

.serviceInterval {
    width: 100%;
    height: 100px;
}

.serviceHeader {
    font-family: 'Vayu Sans', sans-serif;
    font-size: 25pt;
}

.serviceHeader2 {
    font-family: 'Vayu Sans', sans-serif;
    font-size: 12pt;
}

.serviceText {
    font-family: 'Vayu Sans', sans-serif;
    font-size: 12pt;
}

#serviceSamples {
    left: 0;
    right: 0;
    height: 200px;
}

.service-icon {
    width: 100px;
    margin: 0 auto;
}

.sample {
    float: left;
    width: 33%;
    height: 180px;
    /* background-color: #b1b1b1; */
    margin: 1px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.sample:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.sample img {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.sample iframe {
    width: 100%;
    height: 100%;
}

.modal {
    /* padding: 20px;  */
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #fafafa;
    overflow: auto;
    display: none;
}

.modal iframe {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
}

#closeModal {
    position: absolute;
    right: 5px;
    top: 5px;
}

svg {
    margin: 5px 5px 0 0;
    height: 2rem;
    width: 2rem;
}

#closeIcon {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.menu-block li {
    /* background-color: #fafafa;
    color: #111; */
    position: relative;
}

.menu-block li:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fafafa;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.menu-block li:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.structure-block {
    min-height: 100vh;
    background-color: #fafafa;
}

.structure-block-half {
    padding: 0 25%;
}

.header-languages {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

.header-writeUs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    padding: 0 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 9999;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.header-writeUs a:link,
.header-writeUs a:visited,
.header-writeUs a:hover,
.header-writeUs a:active {
    color: #fff;
    font-family: 'Vayu Sans', sans-serif;
    font-weight: 500;
    font-size: 18pt;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-writeUs:hover {
    right: 30px;
    /*background-color: #fafafa;
  */
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.header-writeUs a:hover {
    /* color:#333; */
    text-shadow: 0 0 10px #ffffffc9;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.lang,
.lang:link,
.lang:visited {
    color: rgb(65, 78, 90);
    margin: 5px;
    font-size: 16pt;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Vayu Sans', sans-serif;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.lang-active,
.lang-acive:link,
.lang-active:visited {
    color: rgb(255, 63, 64);
    font-weight: 900;
}

.lang:hover,
.lang-active:hover {
    color: #fafafa;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.modalWindow {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0008;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-request {
    background-color: #fafafa;
    width: 30vw;
    margin: 0 50px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: 'Vayu Sans', sans-serif;
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.modal-request textarea {
    max-width: 100%;
}

.modal-close {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    font-weight: 900;
    font-size: 20pt;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    line-height: 0;
    width: 60px;
    height: 60px;
    background: #fffffffa;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.modal-close:hover {
    transform: rotate(180deg) scale(1.2);
    -webkit-transform: rotate(180deg) scale(1.2);
    -moz-transform: rotate(180deg) scale(1.2);
    -ms-transform: rotate(180deg) scale(1.2);
    -o-transform: rotate(180deg) scale(1.2);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.attention-block {
    overflow: hidden;
    position: fixed;
    width: 350px;
    height: 350px;
    right: 15vw;
    top: 35vh;
    background-color: rgba(196, 0, 3, 0.856);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    font-size: 12pt;
    display: flex;
    align-items: center;
    font-weight: 500;
    z-index: 99;
    text-align: center;
    padding: 30px;
    padding-top: 23px;
}


/* Animation */

.fadeIn {
    animation: fadein 3s;
    -webkit-animation: fadein 3s;
    -moz-animation: fadein 3s;
    -ms-animation: fadein 3s;
    -o-animation: fadein 3s;
}

.fadeOut {
    animation: fadein 3s reverse;
    -webkit-animation: fadein 3s reverse;
    -moz-animation: fadein 3s reverse;
    -ms-animation: fadein 3s reverse;
    -o-animation: fadein 3s reverse;
}

.divIn {
    animation: divIn 1s;
    -webkit-animation: divIn 1s;
    -moz-animation: divIn 1s;
    -ms-animation: divIn 1s;
    -o-animation: divIn 1s;
}

.divOut {
    animation: divIn 1s reverse;
    -webkit-animation: divIn 1s reverse;
    -moz-animation: divIn 1s reverse;
    -ms-animation: divIn 1s reverse;
    -o-animation: divIn 1s reverse;
}

@keyframes fadein {
    0% {
        opacity: 0;
        display: none !important;
    }

    100% {
        opacity: 1;
        display: block !important;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    0% {
        opacity: 0;
        display: none !important;
    }

    100% {
        opacity: 1;
        display: block !important;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
        display: none !important;
    }

    100% {
        opacity: 1;
        display: block !important;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    0% {
        opacity: 0;
        display: none !important;
    }

    100% {
        opacity: 1;
        display: block !important;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    0% {
        opacity: 0;
        display: none !important;
    }

    100% {
        opacity: 1;
        display: none !important;
    }
}


/*  */

@keyframes divIn {
    0% {
        height: 0;
    }

    100% {
        height: auto;
    }
}


/* Firefox < 16 */

@-moz-keyframes divIn {
    0% {
        height: 0;
    }

    100% {
        height: auto;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes divIn {
    0% {
        height: 0;
    }

    100% {
        height: auto;
    }
}


/* Internet Explorer */

@-ms-keyframes divIn {
    0% {
        height: 0;
    }

    100% {
        height: auto;
    }
}


/* Opera < 12.1 */

@-o-keyframes divIn {
    0% {
        height: 0;
    }

    100% {
        height: auto;
    }
}

.menuPhoneMobile {
    display: none;
}

.menuPhone {
    display: initial;
}

.mobile {
    display: none;
}

a {
    text-decoration: none;
}

html {
    color: #1a1a1a;
}

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

body {
    overflow-x: hidden;
}

#logo {
    color: #fafafa;
    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;
}

.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: 'Vayu Sans', sans-serif;
}

.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;
}

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

.layout-main {
    margin-left: 21%;
    margin-right: 5%;
}

#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: 500;
    font-family: 'Vayu Sans', sans-serif;
}

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

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

.content a {
    width: 100%;
    height: 100%;
    line-height: 0;
    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%);
}

.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: 33vw;
}

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

.loading-image {
    height: 100%;
}

.works-header,
.block-header {
    /* background-color: #fafafa; */
    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: #333333;
    font-weight: 500;
    background-color: #fafafa;
    padding: 20px 30px;
    font-family: 'Vayu Sans', sans-serif;
    font-weight: 900;
    z-index: 1;
}

.block-header-2 h2 {
    position: relative;
    line-height: normal;
    font-size: 24pt;
    /* margin: 80px; */
    color: #333333;
    font-weight: 500;
    background-color: #fafafa;
    padding: 20px 30px;
    font-family: 'Vayu Sans', sans-serif;
    font-weight: 500;
    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: 'Vayu Sans', sans-serif;
    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: #fafafa;
    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: 'Vayu Sans', sans-serif;
    font-weight: 500;
    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: #fafafa;
    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: 'Vayu Sans', sans-serif;
    font-weight: 800;
    font-size: 12pt;
    line-height: 18pt;
    align-self: center;
    /* color: rgb(255, 63, 64); */
}

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

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

.service-text {
    padding: 0 40px 10px 40px;
    color: #666666;
    font-family: 'Vayu Sans', sans-serif;
    font-weight: 500;
    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: #fafafa; */
    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: #333333;
    font-weight: 500;
    background-color: #fafafa;
    padding: 20px 30px;
    font-family: 'Vayu Sans', sans-serif;
    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: 'Vayu Sans', sans-serif;
}

.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: 500;
    color: #999999;
    margin: 0;
}

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

#contacts-block {
    display: flex;
}

.contacts-block {
    display: flex;
    justify-content: center;
    width: 90%;
    flex-wrap: wrap;
    align-content: center;
    font-family: 'Vayu Sans', sans-serif;
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.5;
    margin: auto;
    /* text-align: left; */
}

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

.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: 'Vayu Sans', sans-serif;
    font-weight: 500;
}

.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: #222;
    box-shadow: 0 0 20px #00000055;
}

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

.work-item a::after {
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    content: attr(data-descr);
    background-color: #000000c7;
    /*background-image: linear-gradient(rgba(235, 152, 146, 0) 0, #ed4848dc 34%,#ed4848 70%);
  */
    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;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}

.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;
}

.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: 'Vayu Sans', sans-serif;
}

#about h2 {
    line-height: 1.5;
    padding: 80px;
    font-weight: 900;
    font-family: 'Vayu Sans', sans-serif;
    font-size: 32pt;
}

.about-videoBlock-description {
    font-size: 12pt;
    font-weight: 500;
    padding: 20px;
    text-align: left;
    color: rgb(255, 63, 64);
}

.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: 'Vayu Sans', sans-serif;
    font-size: 32pt;
}

#strength {
    min-height: auto;
}

.smmIcons {
    display: flex;
    flex-direction: column;
    width: 50px;
    position: absolute;
    right: 10px;
    background-color: #0008;
    top: 50vh;
    border-radius: 10px;
    z-index: 99;
}

.smmIcon {
    display: flex;
    margin: 10px;

}

.smmIcon img {
    width: 100%;
    filter: brightness(100);
}

.products-block {
    display: flex;
    flex-direction: column;
    transition: all 1s ease-in-out;
}

.product-line {
    display: flex;
    /* grid-auto-columns: auto;
    grid-auto-flow: column;
    grid-template-columns: 75% repeat(3, 1fr); */
    width: 100%;
    justify-items: stretch;
    transition: all 1s ease-in-out;
}

.product-line-product {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(4, 1fr);
    /* width: 100%; */
    overflow: hidden;
    justify-self: stretch;
    justify-items: stretch;
    cursor: pointer;
    flex: 1;
    transition: all 1s ease-in-out;
}

.product-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    order: 1;
    filter: brightness(.5);
    grid-row-start: 1;
    grid-row-end: 5;
    grid-column: 1/-1;
    z-index: 1;
    transition: all 1s ease-in-out;
}

.product-image:hover {
    filter: brightness(.75);
    transition: all .5s ease-in-out;
}

.product-description {
    grid-row: 1/-1;
    text-align: left;
    grid-column: 1;
    order: 2;
    z-index: 2;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .5s ease-in-out;
}

.product-description h5 {
    font-weight: 800;
    color: #fefefe;
    text-align: center;
    font-size: 24pt;
    margin: 0;
    /* Rotate from top left corner (not default) */
    /* transform-origin: bottom left; */
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    min-width: 60vh;
    top: 0;
    position: relative;
    transition: all 1s ease-in-out;
}

.activeProduct .product-description h5 {
    top: -22%;
    transition: all .7s ease-in-out;
}

.activeProduct .product-description-long h5 {
    top: -40%;
}

.bold {
    font-weight: 900;
    text-transform: uppercase;
}

.product-description-characteristics {
    opacity: 0;
    position: absolute;
    top: 70%;
    color: #fefefe;
    font-weight: 700;
    transition: all 1s ease-in-out;
}

.activeProductText {
    transform: none !important;
    -webkit-transform: none;
    -moz-transform: none;
}

.activeProduct .product-description-characteristics {
    opacity: 1;
    top: 33%;
    transition: all 1s ease-in-out;
    font-weight: 600;
    padding: 20px 40px;
    background-color: #101010db;
    border-radius: 3px;
    max-width: 90%;
}

.activeProduct .product-description-long .product-description-characteristics {
    top: 50%;
    transform: translateY(-50%);

}

.activeProduct {
    width: 75%;
    flex: 12;
    transition: all 1s ease-in-out;
}

.activeProduct .product-image {
    filter: brightness(.65);
    transition: all .5s ease-in-out;
}

.product-line-header h4 {
    line-height: 1.5;
    /* padding: 80px; */
    font-weight: 900;
    font-family: 'Vayu Sans', sans-serif;
    font-size: 32pt;
    transition: all 1s ease-in-out;
}

.contacts-header {
    line-height: normal;
    padding-top: 50px;
    font-size: 32pt;
    font-weight: 900;
    font-family: 'Vayu Sans', sans-serif;
}

.block-1 {
    background: #ffffff url("/images/pride/contacts.jpg") no-repeat center center;
    background-size: cover;
}

.menu-contact {
    color: rgb(161 217 243 / .8) !important;
}


.btn-1,
.btn-1:link,
.btn-1:visited,
.btn-1:hover,
.btn-1:active {
    padding: 13px 26px;
    font-family: 'Vayu Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #000;
    border-color: #000;
    text-decoration: none;
    margin: 20px;
}

.header-Nav a {
    font-family: 'Vayu Sans', sans-serif;
}

.contact-block-3 {
    display: flex;
    flex-direction: row;
}

.contacts {
    width: 50%;
    padding: 50px 0;
    min-height: 60vh;
}

.contacts-form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-flow: wrap;
}

.input {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
}

.short-input {
    width: 50%;
    padding: 10px;
}

.long-input {
    width: 100%;
    padding: 10px;
}

.title-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    cursor: default;
}

.contacts-form span {
    font-size: 12px;
    color: #555;
    cursor: default;
}

.btn-1,
.btn-1:link,
.btn-1:visited,
.btn-1:hover,
.btn-1:active {
    margin-left: 10px;
    cursor: pointer;
}

.field-element {
    width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: 'Vayu Sans', sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
}

.field-element {
    font-size: 14px;
}

.field-element:focus {
    background: #fff;
    border-color: #000;
    -webkit-transition: background .1s ease-in;
    -moz-transition: background .1s ease-in;
    -ms-transition: background .1s ease-in;
    -o-transition: background .1s ease-in;
    transition: background .1s ease-in;
}

.required {
    color: red !important;
    font-size: 16px !important;
    margin: 0 5px;
}


/* Set the size of the div element that contains the map */

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.contacts iframe {
    width: 100%;
}

textarea {
    width: 100%;
    min-height: 15vh;
}

.block-2 {
    margin-top: 100px;
}

.contact-block-3 {
    text-align: left;
    font-weight: 500;
    font-size: 12pt;
}

.contact-block-3 a {
    color: #222;
    font-weight: 500;
}

.menuMobile {
    display: none;
}

.menu-block .blueGradientText,
.menu-block .blueGradientText:link,
.menu-block .blueGradientText:visited,
.menu-block .blueGradientText:hover,
.menu-block .blueGradientText:active {
    background: -webkit-linear-gradient(225deg, #a1d9f3, #0b7abf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0b7abf;
    font-weight: 800;
}

.success-message {
    font-size: 72pt;
    font-weight: 900;
}
































@media only screen and (max-width: 1280px) {
    #serviceInfo br {
        display: none;
    }

    .serviceText {
        display: none;
    }

    .sample {
        width: 200px;
        height: 112px;
        /* background-color: #b1b1b1; */
    }

    .menuPhone {
        display: none;
    }

    .mobile {
        display: none;
    }

    .layout-left {
        width: 25%;
    }

    .layout-main {
        margin-left: 27%;
        margin-right: 2%;
    }

    .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) {
    .viberMobile {
        display: none;
    }

    .viberDesktop {
        display: inline-block;
    }

    .menuMobile {
        display: none;
        transition: all 1s ease;
    }

    img {

        width: 100%;
    }

    #logo {
        width: 70%;
    }

    #about {
        text-align: left;
    }

    #about h2 {
        padding: 40px 0;
        font-size: 18pt;
    }

    .product-line-header h4 {
        font-size: 18pt;
    }

    .product-description h5 {
        font-size: 14pt;
        min-width: 60vw;
        /* transform-origin: bottom left; */
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
    }

    .product-line {
        display: flex;
        flex-direction: column;
        height: 100vh;
    }

    #chemicals {
        height: 340vw;
    }

    .activeProduct .product-description-long h5 {
        top: -43%;
    }

    .product-image {
        height: 100%;
    }

    .activeProduct {
        width: 100%;
        height: 100%;
    }

    .contacts-header {
        font-size: 18pt;
    }

    .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: 75vw;
    }

    .content li {
        margin: 5px auto;
    }

    .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;
    }
}

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

    .menuPhoneMobile {
        display: block;
    }

    .menuPhone {
        display: initial;
    }

    .menuMobile {
        transition: all 1s ease;
        width: 90px;
        height: 90px;
        /* border: 1px solid #222; */
        border-radius: 50%;
        overflow: hidden;
        position: fixed;
        right: 20px;
        top: 20px;
        color: #222;
        z-index: 9999;
        border-radius: 50px;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .activeMenu {
        filter: invert();
        -webkit-filter: invert();
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
    }

    .viberMobile {
        display: inline-block;
    }

    .viberDesktop {
        display: none;
    }

    .serviceHeader {
        font-size: 12pt;
    }

    .serviceHeader2 {
        font-size: 8pt;
    }

    .footer {
        height: 10%;
    }

    .serviceInterval {
        width: 100%;
        height: 0;
    }

    #serviceCover {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }

    .interval {
        height: 30px;
    }

    * {
        flex-wrap: wrap;
    }

    .services {
        width: 95%;
    }

    .service {
        width: 80vw;
    }

    .footer-contacts {
        display: none !important;
    }

    .footer {
        justify-content: center;
        flex-direction: column;
    }

    .footer-logo {
        position: relative;
        left: auto;
    }

    .header {
        top: -100%;
        position: fixed;
        height: 100%;
        background-color: #fafafa;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
    }

    .header-logo {
        order: 1;
        height: 100px;
        width: 70%;
        filter: brightness(0);
        -webkit-filter: brightness(0);
        /* margin: 30px 0; */
    }

    .menu-block a:visited {
        text-decoration: none;
        color: #111;
        font-weight: 500;
    }

    .menu {
        flex-direction: column;
    }

    .menu-block {
        order: 2;
        /* margin: 50px auto; */
    }

    .menu-block a {
        text-decoration: none;
        color: #111;
        padding: 22px 15px;
    }

    .menu-block li {
        margin: 1rem;
    }

    .activeHeader {
        transition: all 1s ease;
        top: 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
    }

    .hover-shadow {
        font-size: 12pt;
        font-weight: 500;
    }

    .header-languages {
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        z-index: 9999;
    }

    .lang,
    .lang:link,
    .lang:visited {
        color: rgb(65, 78, 90);
        margin: 5px;
        font-size: 16pt;
        text-decoration: none;
        font-weight: 500;
        font-family: 'Vayu Sans', sans-serif;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .lang-active,
    .lang-acive:link,
    .lang-active:visited {
        color: rgb(255, 63, 64);
        font-weight: 900;
    }

    .lang:hover,
    .lang-active:hover {
        color: #fafafa;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .slideshowElement {
        width: auto;
        height: 100%;
        /* transform: translate(-50%, -50%); */
    }

    .attention-block {
        overflow: initial;
        position: absolute;
        width: 100vw;
        height: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 80vh;
        /* bottom: 0; */
        background-color: rgba(196, 0, 3, 0.856);
        border-radius: 50%;
        -webkit-border-radius: 0;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        color: #fff;
        font-size: 12pt;
        font-weight: 500;
        z-index: 99;
        text-align: center;
        padding: 30px;
        padding-top: 40px;
    }

    .attention-block .modal-close {
        right: 0px;
        top: 0px;
    }

    .header-writeUs {
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        padding: 0 20px;
        right: 0;
        left: 0;
        top: auto;
        bottom: 40px;
        z-index: 9999;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

    .header-writeUs a:link,
    .header-writeUs a:visited,
    .header-writeUs a:hover,
    .header-writeUs a:active {
        color: #222;
    }

    .modalWindow {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #0008;
        z-index: 99999;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .modal-request {
        background-color: #fafafa;
        width: 30vw;
        margin: 0 !important;
        padding: 20px;
        font-size: 11pt;
        text-align: center;
        font-weight: 500;
        line-height: 1.5;
        max-height: 100vh;
        flex-wrap: nowrap;
        height: 100vh;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .modal-request .block-header h2 {
        font-size: 18pt;
    }

    .modal-close {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        z-index: 35;
        top: auto;
        bottom: 5px;
    }

    .header-writeUs a:link,
    .header-writeUs a:visited,
    .header-writeUs a:hover,
    .header-writeUs a:active {
        font-weight: 500;
    }

    .structure-block-half {
        padding: 0 10%;
    }

    .header-logo-a img {
        width: 100%;
        object-fit: contain;
    }

    .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: 75vw;
    }

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

    .menuPhoneMobile {
        display: block;
    }

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

    .content li {
        margin: 5px auto;
    }

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


    .smmIconsMobile {
        display: flex;
        flex-direction: row;
        height: 40px;
        /* background-color: #0008; */
        border-radius: 10px;
        order: 3;
    }

    .smmIconsMobile img {
        filter: brightness(0);
        height: 100%;
    }

    .smmIconsMobile .smmIcon {
        height: 100%;
    }

    .contact-block-3 {
        flex-direction: column;
    }

    .contacts {
        width: 100%;
        padding: 10px 0;
    }

    .contacts-left-contacts {
        padding: 10px;
    }

    textarea {
        width: 100%;
        min-height: 30vh;
    }

    .block-2 {
        margin-top: 20px;
    }
}

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

.modal-close {
    color: #333;
}