* {
    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;
}

a:link,
a:visited,
a:hover,
a:active {
    font-family: Lato;
    font-weight: 400;
    color: #111;
    text-decoration: underline;
}

a:hover {
    color: #000;
}

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

h6 {
    font-family: Lato;
    font-size: inherit;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

html,
body {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    font-family: Lato;
    background-color: #fff;
}

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

.slideshowElement {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

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

.header {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    /* grid-template-columns: auto 800px auto;
    grid-template-rows: 100%; */
    z-index: 999;
    z-index: 100;
    /* background-color: rgba(1, 1, 1, 0.788); */
    justify-content: center;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.247); */
    padding: 20px 0;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    max-width: 1600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 40px; */
    padding-left: 90px;
    padding-right: 90px;
    height: 100%;
    min-height: 70px;
}

.header a {
    display: flex;
}

.header-Nav {
    display: flex;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    display: none;
}

.header-logo {
    display: flex;
    justify-content: center;
    height: 100%;
    /* padding: 0 50px; */
    transition: all 0.2s ease;
    padding: 15px;
    filter: brightness(10) saturate(0);
}

.header-logo:hover {
    filter: brightness(10) saturate(0);
    transition: all 0.3s ease-in-out;
}

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

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

.menu-block a {
    text-decoration: none;
    color: #fefefe;
    padding: 22px 15px;
    font-weight: 100;
}

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

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

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

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

.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: 70px;
}

.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,
#services-main {
    position: relative;
    font-size: 0;
    /* 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 {
    font-size: 40pt;
    font-family: Lato;
    font-weight: 800;
    padding-top: 50px;
}

#services p {
    font-size: 12pt;
    font-weight: 100;
    font-family: Lato;
}

#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: Lato;
    font-size: 25pt;
}

.serviceHeader2 {
    font-family: Lato;
    font-size: 12pt;
}

.serviceText {
    font-family: Lato;
    font-size: 12pt;
}

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

.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:hover a {
    background-color: #fafafa;
    color: #111;
}

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

.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: Lato;
    font-weight: 200;
    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: 200;
    font-family: Lato;
    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: Lato;
    font-size: 14pt;
    font-weight: 200;
    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: 400;
    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;
}

* {
    transition: all .3s ease-in-out;
}

a {
    text-decoration: none;
    transition: all .3s ease;
}

html {
    color: #1a1a1a;
}

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

.active,
a.active,
.active:link,
.active:visited,
.active:active {
    color: rgb(11 122 191 / .5) !important;
}

body {
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 1.5em;
    text-transform: none;
    color: #555;
}

main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

h2 {
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0em;
    font-weight: 400;
    font-style: normal;
    font-size: 42px;
    letter-spacing: .04em;
    line-height: 1.2em;
    text-transform: none;
    color: #111;
    text-transform: uppercase;
}

.structure-block {
    min-height: 100vh;
    display: flex;
}

.Header-inner,
.Intro-content,
.Main-content,
.Footer-inner,
.block-2-page-content,
.block-page-content {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.block-1 {
    display: flex;
    background: #ffffff url("/images/pride/screen-3.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-text {
    padding: 90px 120px;
    background-color: #000000c7;
    color: #fafafa;
    font-size: 32pt;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.title-text-2 {
    /* color: #d5f0ff; */
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: .7em;
}

.Header-logo-img {
    height: 60px;
}

.header-itm {
    display: flex;
    height: 100%;
    align-items: center;
}

.header-Nav a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0em;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #222;
    margin: 0 .618em;
    padding: .618em 0;
    text-decoration: none;
}

.Footer {
    /* display: none; */
    background-color: #f7f7f7;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.Footer-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 100px;
}

.Footer-blocks.empty {
    padding: 0 !important;
}

.Footer-blocks {
    color: #555;
}

.footer-icons-link img {
    width: 24px;
    height: 24px;
}

.footer-icons-link {
    display: flex;
}

.footer-icons-link:hover {
    opacity: .7;
    /* transform: scale(1.01); */
}

.footer-icons {
    display: flex;
    justify-content: space-around;
    width: 100px;
}

.Footer-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Footer-middle>div,
.Footer-middle>nav {
    margin: 10px 5px;
}

.Footer-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Footer-nav-group a {
    text-decoration: none;
}

a:hover {
    color: rgb(11 122 191 / .5)
}


/* 



*/

.menuMobile-div-lang-list {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
}

.menuMobile-div-lang-list li {
    margin: 3px;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
}

.group-department {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 33.3vw;
    height: 18.73vw;
    object-fit: cover;
    background-color: #fff;
    padding: .5px 0;
}

.group-department-large {
    width: 66.6vw;
    height: 37.54vw;
}

.group-department-l1 {
    width: 100vw;
    height: 18.73vw;
}

.col {
    display: flex;
    /* display: flex; */
    flex-flow: column;
    justify-content: space-between;
}

.group-department a,
.group-department-container,
.group-department-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.group-department-container {
    position: relative;
    overflow: hidden;
}

.group-department-containerImg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.group-department-container-textContainer {
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0;     */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px auto;
    left: 0;
    right: 0;
    width: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    /* background-color: #3481b3e0; */
    opacity: 0;
}

.group-department-container-text {
    transform: translateY(100%);
    width: 80%;
    text-align: center;
}

.group-department .group-department-container-textContainer {
    opacity: 1;
}

.group-department .group-department-container-text {
    transform: translateY(0);
}

.group-department a:hover .group-department-containerImg {
    transform: scale(1.05);
    transition: all 1s ease;
}

.deptHeader {
    /* color: rgb(134, 207, 241); */
    color: #fff;
    text-transform: uppercase;
    text-shadow: #000 1px 0 10px;
    text-shadow: #000 -1px 0 10px;
}


/* 



















*/

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

@media only screen and (min-width: 1281px) {
    .viberMobile {
        display: none;
    }
    .viberDesktop {
        display: inline-block;
    }
    .menuMobile,
    .mobile {
        display: none;
        transition: all 1s ease;
    }
    #serviceInfo br {
        display: none;
    }
    .serviceText {
        display: none;
    }
    .sample {
        width: 200px;
        height: 112px;
        /* background-color: #b1b1b1; */
    }
    .menuPhone {
        display: none;
    }
    .modal-close {
        color: #333;
    }
}

@media only screen and (max-width: 1280px) {
    .menuPhoneMobile {
        display: none;
    }
    .menuPhone {
        display: none;
    }
    .activeMenu {
        transform: translateY(-100%);
        filter: brightness(0);
        -webkit-filter: brightness(0);
        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: 0;
        position: fixed;
        right: -100%;
        height: 100%; */
        background-color: #fafafa;
        flex-direction: row;
        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;
        padding: 0;
    }
    .header-logo {
        order: 1;
        height: 100px;
        width: 70%;
        filter: brightness(0);
        -webkit-filter: brightness(0);
        /* margin: 30px 0; */
    }
    .header-inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        max-width: 1600px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        height: 100%;
        min-height: 70px;
    }
    .menu-block a:visited {
        text-decoration: none;
        color: #111;
        font-weight: 100;
    }
    .menu {
        flex-direction: column;
    }
    .menu-block {
        order: 2;
        /* margin: 50px auto; */
    }
    .menu-block a {
        text-decoration: none;
        color: #111;
        padding: 22px 15px;
        font-weight: 100;
    }
    .menu-block li {
        margin: 1rem;
    }
    .activeHeader {
        transition: all 1s ease;
        right: 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: 200;
    }
    .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: 200;
        font-family: Lato;
        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: 400;
        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: 200;
        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: 100;
    }
    .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;
    }
    .service-imgs-block {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        object-fit: fill;
        padding: 2px;
        overflow: hidden;
    }
    .service-imgs-block img {
        object-fit: cover;
        width: 100%;
    }
    /* 
    
    
    MENU MOBILE START

    
    */
    .menuMobile {
        transition: all 1s ease;
        width: 100%;
        height: 80px;
        border-radius: 0;
        position: fixed;
        color: #fafafa;
        background: #111111aa;
        z-index: 9999;
        padding: 0 10px;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        display: flex;
        flex-direction: row;
    }
    .menuMobile,
    .mobile {
        display: none;
        color: #fff;
    }
    .menuMobile-div {
        display: flex;
        max-width: 200px;
        object-fit: cover;
    }
    .Header-logo-img {
        width: 100%;
        object-fit: contain;
    }
    .menuMobile-div-icon {
        width: 42px;
        height: 42px;
        cursor: pointer;
    }
    .active,
    a.active,
    .active:link,
    .active:visited,
    .active:active {
        color: rgb(11 122 191 / .5);
    }
    .header-itm {
        display: flex;
        height: auto;
        align-items: center;
        padding: 20px;
    }
    .header-itm:nth-child(1) {
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .header-Nav {
        flex-direction: column;
    }
    .close-btn {
        height: 30px;
        width: 30px;
        padding: 0;
        margin-bottom: 20px;
        object-fit: cover;
        background: unset;
    }
    /* 
    
    
    MENU MOBILE END
    
    
    */
    .group-department {
        width: 50vw;
        height: 50vw;
    }
    .group-department-large {
        width: 100vw;
        height: 50vw;
    }
    .group-department-1 {
        order: 1;
    }
    .group-department-2 {
        order: 2;
    }
    .group-department-3 {
        order: 6;
        width: 100vw;
    }
    .group-department-4 {
        order: 3;
    }
    .group-department-5 {
        order: 4;
    }
    .group-department-6 {
        order: 5;
    }
    .group-department-7 {
        order: 7;
        width: 100vw;
        height: 50vw;
    }
    .col {
        flex-flow: row;
        order: 6;
    }
    .group-department-container-textContainer {
        opacity: 1;
    }
    .group-department-container-text {
        transform: translateY(0);
        font-size: 8pt;
        width: 95%;
    }
}

@media only screen and (max-width: 1024px) {
    .desktop {
        display: none;
    }
    .service-imgs-block {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        object-fit: fill;
        padding: 2px;
        overflow: hidden;
    }
    .service-imgs-block img {
        object-fit: cover;
        width: 100%;
    }
    .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 {
        font-size: 20pt;
    }
    .request-form-input {
        width: 100%;
    }
    .request-form-submit {
        background-color: #000;
        color: #fafafa;
        cursor: pointer;
        width: 50%;
    }
    .request-form {
        align-items: center;
    }
}

@media only screen and (max-width: 760px) {
    h2 {
        font-size: 28px;
        letter-spacing: .02666667px;
    }
    .block-2-page-content {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .block-2-page-content,
    .block-page-content {
        width: 100%;
    }
    .title-text {
        padding: 40px 50px;
        background-color: #00000055;
        color: #fafafa;
        font-size: 17pt;
        line-height: 2rem;
    }
    .Index-gallery-grid,
    .ImageGallery-Wrapper {
        display: flex;
    }
    .ImageGallery-Wrapper * {
        margin: 0;
        height: auto;
        object-fit: cover;
        width: 100%;
        line-height: 0;
    }
    .ImageGallery-Wrapper figure {
        height: 100%;
    }
    .Footer-inner {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        text-align: center;
    }
    .Footer-middle>div,
    .Footer-middle>nav {
        margin: 30px 15px;
    }
    .active,
    a.active,
    .active:link,
    .active:visited,
    .active:active {
        color: rgb(11 122 191 / .5);
    }
    /* 










*/
    .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: 200;
    }
    .content li {
        margin: 5px auto;
    }
    .verIdent {
        height: 130vw;
        width: 100%;
        min-height: 127vh;
    }
    .header-itm {
        display: flex;
        height: auto;
        align-items: center;
        padding: 20px;
    }
    .header-itm:nth-child(1) {
        width: 60%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .header-Nav {
        flex-direction: column;
    }
    .close-btn {
        height: 30px;
        width: 30px;
        padding: 0;
        margin-bottom: 20px;
        object-fit: cover;
        background: unset;
    }
    .service-imgs {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .service-imgs-block {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        object-fit: fill;
        padding: 2px;
        overflow: hidden;
    }
    .service-imgs-block img {
        object-fit: cover;
        width: 100%;
    }
    .group-department-2 .group-department-container-text {
        text-align: center !important;
    }
    .group-department-container-textContainer {
        width: 40vw;
    }
}