@font-face {
    font-family: Raleway;
    /* Имя шрифта */
    src: url(/Raleway-Regular.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Raleway Bold;
    /* Имя шрифта */
    src: url(/Raleway-Bold.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Raleway ExtraBold;
    /* Имя шрифта */
    src: url(/Raleway-ExtraBold.ttf);
    /* Путь к файлу со шрифтом */
}

* {
    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: "Gotham Pro";
    font-weight: 200;
    color: #111;
    text-decoration: underline;
}

a:hover {
    color: #000;
}

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

h6 {
    font-family: inherit;
    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";
    font-weight: 200;
    background-color: #fafafa;
}

.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: fixed;
    display: flex;
    /* grid-template-columns: auto 800px auto;
    grid-template-rows: 100%; */
    z-index: 999;
    width: 100%;
    background-color: rgba(1, 1, 1, 0.788);
    justify-content: center;
    height: 70px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.247);
}

.wrapper {
    max-width: 1200px;
    width: 100%;
}

.header-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 70px;
}

.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;
    font-size: 15pt;
}

.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,
#strength,
#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,
#strength h1 {
    font-size: 40pt;
    font-family: "Myriad Pro";
    font-weight: 800;
    padding-top: 50px;
}

#services p,
#strength p {
    font-size: 12pt;
    font-weight: 200;
    font-family: "Gotham Pro";
    text-align: left;
}

#serviceWindow {
    display: block;
    position: fixed;
    height: 70%;
    width: 80%;
    overflow: hidden;
    color: #222;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

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

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

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

#serviceCover img {
    width: 100%;
}

#serviceInfo p {
    margin: 0;
}

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

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

.serviceHeader {
    font-family: "Raleway Bold";
    font-size: 25pt;
}

.serviceHeader2 {
    font-family: "Raleway Bold";
    font-size: 12pt;
}

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

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

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

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

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

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

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

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

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

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

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

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

.menu-block li a {
    position: relative;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    color: white;
}

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

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

.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: "Gotham Pro";
    font-weight: 200;
    font-size: 15pt;
    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: "Roboto";
    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: "Gotham Pro";
    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;
}

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

    .serviceText {
        display: none;
    }

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

    .menuPhone {
        display: none;
    }
}

@media only screen and (min-width: 761px) {
    .viberMobile {
        display: none;
    }

    .viberDesktop {
        display: inline-block;
    }

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

@media only screen and (max-width: 760px) {
    .menuPhoneMobile {
        display: block;
    }

    .menuPhone {
        display: initial;
    }

    .menuMobile {
        transition: all 1s ease;
        width: 60px;
        height: 60px;
        border: 1px solid #fafafa;
        border-radius: 50%;
        overflow: hidden;
        position: fixed;
        right: 20px;
        top: 20px;
        color: #fafafa;
        z-index: 9999;
        border-radius: 50px;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        filter: drop-shadow(0px 2px 3px #0007);
    }

    .activeMenu {
        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: -100%;
        position: fixed;
        height: 100%;
        background-color: #fafafa;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
    }

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

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

    .menu {
        flex-direction: column;
    }

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

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

    .header-box {
        height: auto;
        align-items: center;
        justify-content: center;
    }

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

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

    .hover-shadow {
        font-size: 12pt;
        font-weight: 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: "Roboto";
        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;
}