* {
    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: absolute;
    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); */
}

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

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 {
    width: 400px;
}

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

.block-2,
.text-block {
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.block-2-page-content,
.block-page-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 17px;
}

.sqs-layout>.sqs-row {
    margin-left: -17px;
    margin-right: -17px;
}

.sqs-row {
    width: auto !important;
}

.sqs-row:before,
.sqs-row:after {
    content: "";
    display: table;
}

[class*=sqs-col]:last-child {
    padding-right: 0;
}

.sqs-col-12 {
    width: 100%;
}

[class*=sqs-col] {
    float: left;
}

.block-2,
.text-block {
    min-height: auto;
    flex-direction: column;
}

.text-block hr {
    width: 100%;
}

.block-2-page-content,
.block-page-content {
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 49.99%;
    margin-right: auto;
    margin-left: auto;
}

.Intro-content .sqs-col-12>.sqs-block:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram),
.Main:not(.Main--events-list):not(.Main--events-item):not(.Main--blog-list) .Main-content .sqs-layout .sqs-col-12>.sqs-block:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram),
.tweak-blog-list-style-stacked .BlogList--posts-full .sqs-layout .sqs-col-12>.sqs-block:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram),
.block-2 .sqs-layout .sqs-col-12>.sqs-block:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram),
.text-block .sqs-layout .sqs-col-12>.sqs-block:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram),
.Footer-blocks--top .sqs-col-12>.sqs-block:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram),
.Footer-blocks--bottom .sqs-col-12>.sqs-block:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram),
.tweak-footer-layout-stacked .Footer-blocks--middle .sqs-col-12>.sqs-block:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 49.99%;
    margin-right: auto;
    margin-left: auto;
}

.sqs-block-html .sqs-block-content *:not(h1):not(h2):not(h3) {
    word-wrap: break-word;
}

.sqs-block-html p a,
.sqs-block-markdown p a,
.sqs-block-image p a,
.sqs-block-html blockquote a,
.sqs-block-markdown blockquote a,
.sqs-block-image blockquote a,
.sqs-block-html ol a,
.sqs-block-markdown ol a,
.sqs-block-image ol a,
.sqs-block-html ul a,
.sqs-block-markdown ul a,
.sqs-block-image ul a {
    color: #d39850;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
    padding-bottom: .05em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(211, 152, 80, .3);
    -webkit-transition: border-color .15s ease-out, color .15s ease-out;
    -moz-transition: border-color .15s ease-out, color .15s ease-out;
    -ms-transition: border-color .15s ease-out, color .15s ease-out;
    -o-transition: border-color .15s ease-out, color .15s ease-out;
    transition: border-color .15s ease-out, color .15s ease-out;
    transition: all .3s ease;
}

.sqs-block-html p a:hover,
.sqs-block-markdown p a:hover,
.sqs-block-image p a:hover,
.sqs-block-html blockquote a:hover,
.sqs-block-markdown blockquote a:hover,
.sqs-block-image blockquote a:hover,
.sqs-block-html ol a:hover,
.sqs-block-markdown ol a:hover,
.sqs-block-image ol a:hover,
.sqs-block-html ul a:hover,
.sqs-block-markdown ul a:hover,
.sqs-block-image ul a:hover {
    color: rgba(211, 152, 80, .6);
    border-color: rgba(211, 152, 80, .15);
    transition: all .3s ease;
}

.header-Nav a:hover,
.tweak-header-primary-nav-hover-style-active.tweak-header-bottom-overlay-on-index-gallery .Header--index-gallery .Header-nav .Header-nav-item:hover {
    color: rgb(11 122 191 / .5);
    transition: all .3s ease;
}

.Index-gallery-grid,
.ImageGallery-Wrapper {
    display: grid;
    grid-template-columns: repeat(6, 16.7vw);
    grid-auto-rows: 20vh 20vh 30vh 30vh 40vh;
    width: 100%;
    background: #fff;
}

.ImageGallery-Wrapper img:hover {
    opacity: .82;
    /* cursor: pointer; */
}

.Index-gallery-item-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ImageGallery-Wrapper * {
    margin: 0;
    height: 100%;
    object-fit: cover;
}

.ImageGallery-Wrapper img {
    width: 100%;
}

.ImageGallery-Wrapper article:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/5;
}

.ImageGallery-Wrapper article:nth-child(2) {
    grid-row: 1;
    grid-column: 5/7;
}

.ImageGallery-Wrapper article:nth-child(3) {
    grid-row: 2;
    grid-column: 5/7;
}

.ImageGallery-Wrapper article:nth-child(4) {
    grid-row: 3;
    grid-column: 1/4;
}

.ImageGallery-Wrapper article:nth-child(5) {
    grid-row: 3;
    grid-column: 4/7;
}

.btn-1,
.btn-1:link,
.btn-1:visited,
.btn-1:hover,
.btn-1:active {
    padding: 13px 26px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, 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 0;
}

.sqs-block-content h2 {
    margin-top: 0;
}

.block-page-content-hr {
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    opacity: .5;
}

.sqs-block-content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.sqs-block-content * {
    margin-top: 0;
}

.social-icons-color-black.social-icons-style-regular .sqs-use--icon {
    fill: #222;
}

.social-icons-color-black.social-icons-style-regular .sqs-svg-icon--list:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon {
    fill: #222;
}

.social-icons-color-black.social-icons-style-regular .sqs-svg-icon--list:hover .sqs-use--icon {
    fill: rgba(34, 34, 34, .4);
}

.social-icons-color-black.social-icons-style-regular .sqs-use--icon {
    fill: #222;
}

.sqs-use--icon,
.sqs-use--mask {
    fill: transparent;
    -webkit-transition: fill 170ms ease-in-out;
    -moz-transition: fill 170ms ease-in-out;
    -ms-transition: fill 170ms ease-in-out;
    -o-transition: fill 170ms ease-in-out;
    transition: fill 170ms ease-in-out;
}

.sqs-svg-icon--wrapper>div,
.sqs-svg-icon--wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

.social-icons-style-regular .sqs-svg-icon--wrapper>div {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.sqs-svg-icon--wrapper>div,
.sqs-svg-icon--wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.social-icons-size-small.social-icons-style-regular.social-icon-alignment-center .sqs-svg-icon--wrapper,
.social-icons-size-extra-large.social-icon-alignment-center .sqs-svg-icon--wrapper {
    margin: 0 6px;
}

.social-icons-size-small.social-icon-alignment-center .sqs-svg-icon--wrapper {
    margin: 0 4px;
}

.social-icons-size-small.social-icons-style-regular .sqs-svg-icon--wrapper {
    width: 20px;
    height: 20px;
}

.social-icons-style-regular .sqs-svg-icon--wrapper {
    border-radius: 0;
}

.sqs-svg-icon--wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color 170ms ease-in-out;
    -moz-transition: background-color 170ms ease-in-out;
    -ms-transition: background-color 170ms ease-in-out;
    -o-transition: background-color 170ms ease-in-out;
    transition: background-color 170ms ease-in-out;
    z-index: 0;
}

.tweak-footer-show .Footer {
    display: block;
}

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

.tweak-footer-layout-stacked .Footer-business-info,
.tweak-footer-layout-stacked .Footer-business-hours,
.tweak-footer-layout-stacked .Footer-nav,
.tweak-footer-layout-stacked .Footer-blocks--middle {
    padding: 20px 0;
}

.Footer-blocks {
    color: #555;
}

.sqs-layout>.sqs-row {
    margin-left: -17px;
    margin-right: -17px;
}

.sqs-row {
    width: auto !important;
}

.sqs-row:before,
.sqs-row:after {
    content: "";
    display: table;
}

[class*=sqs-col]:last-child {
    padding-right: 0;
}

.sqs-col-12 {
    width: 100%;
}

[class*=sqs-col] {
    float: left;
}

.sqs-layout:not(.sqs-editing)>.sqs-row:first-child>[class*=sqs-col]:first-child>.sqs-block:last-child,
.sqs-layout:not(.sqs-editing) .sqs-block+.sqs-row .sqs-block:not(.float):last-child {
    padding-bottom: 17px;
}

.sqs-layout:not(.sqs-editing) .sqs-row .sqs-block:not(.float):not(.sqs-feature-gated-wrapper):first-child {
    padding-top: 0;
}

.sqs-block:not(.sqs-block-html):not(.sqs-block-markdown) {
    clear: both;
}

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


/* 






























*/

#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%;
}

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

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

.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: 200;
    font-family: Lato;
}

.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: 24pt;
    color: #333333;
    font-weight: 100;
    background-color: #fafafa;
    padding: 20px 30px;
    font-family: Lato;
    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: Lato;
    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: Lato;
    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;
}

.small-title-text {
    font-size: 50% !important;
    line-height: 2;
}

.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: Lato;
    font-weight: 600;
    font-size: 12pt;
    line-height: 18pt;
    align-self: center;
}

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

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

.service-text {
    padding: 0 40px 10px 40px;
    color: #666666;
    font-family: Lato;
    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: #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: 100;
    background-color: #fafafa;
    padding: 20px 30px;
    font-family: Lato;
    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: Lato;
}

.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: Lato;
    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: 16pt;
    /* color: #ca0b0b; */
    text-align: center;
    box-shadow: 0 1px 5px rgba(148, 104, 104, 0.053);
}

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

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

.service-imgs {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.service-imgs-block {
    width: 50%;
    height: 12vw;
    display: flex;
    justify-content: center;
    object-fit: fill;
    padding: 2px;
    overflow: hidden;
}

.service-imgs-block img {
    object-fit: cover;
    width: 100%;
}

.close-btn:hover {
    cursor: pointer;
}


/* Будем присваивать этот класс, чтобы блок прилипал */

.sticky {
    position: fixed;
    background-color: #ffff;
    top: -41.7274px;
}


/* Добавляем отступ равный высоте меню к контенту */

.sticky+.main {
    padding-top: 50px;
}


/* 









*/

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

@media only screen and (max-width: 1280px) {
    .menuPhoneMobile {
        display: block;
    }
    .menuPhone {
        display: initial;
    }
    .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: 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: 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;
    }
}

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

.modal-close {
    color: #333;
}

@media only screen and (max-width: 1280px) {
    .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: flex;
        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-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        max-width: 1600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        height: 100%;
        min-height: 70px;
    }
    .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
    
    
    */
}

@media only screen and (max-width: 1024px) {
    .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;
    }
    .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: flex;
        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);
    }
    /* 










*/
    .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-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        max-width: 1600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        height: 100%;
        min-height: 70px;
    }
    .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;
    }
    .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%;
    }
}

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