
html {
    font-size: calc(15px + 0.1vw);
}
* {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}


*:focus {
    box-shadow: unset !important;
}

body {
    position: relative;
}

body::-webkit-scrollbar {
    width: 7px;
}

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

body::-webkit-scrollbar-thumb {
    background: #000000;
}

a {
    color: #000;
    text-decoration: underline solid 0.5px;
    text-underline-offset: 6px;
}

a:hover {
    color: red;

}

.img {
    width: 100%;
}

.home-main-title {
    font-size: 90px;
    margin-bottom: 0 !important;
}

.phone-number {
    color: #fff;
    font-size: 50px;
    position: fixed;
    top: 5px;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    mix-blend-mode: exclusion;
    text-decoration: none;
    width: fit-content;
}

.phone-number svg {
    display: none;
}

.contaent-padding {
    padding: 58px 0 0 !important;
}

fieldset, label {
    margin: 0;
    padding: 0;
}

/****** Style Star Rating Widget *****/

.rating {
    border: none;
    float: left;

}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 30px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

.logo-mix {
    text-align: center;
    position: fixed;
    z-index: 10;
    top: -85px;
    mix-blend-mode: difference;
    color: white;
    font-size: 150px;
    z-index: 9999;
    height: 170px;
}


header {
    background: #000;
    position: fixed;
    height: 90px;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 21;
}


.burger-btn-block {
    position: fixed;
    top: 10px;
    z-index: 999;
    right: 0;
    mix-blend-mode: difference;
}

.burger-btn-block button {
    mix-blend-mode: difference;
}

.burger-btn-block svg {
    fill: #fff;
}

#burger {
    mix-blend-mode: difference;
}

#burger img {
    border: 2px solid #FFF;
    border-radius: 50%;
    mix-blend-mode: difference;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #FF0000;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    color: #FF0000;
}

.rating-block {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid red;
    border-radius: 10px;
    height: 60px;
    padding: 10px 5px 10px 30px;

}

.rating-item span {
    margin: 0 5px;
    font-size: 20px;
    /*color: #70757a*/
    /*background: red;*/
    /*width: 94px;*/
    /*height: 94px;*/
    /*border-radius: 50%;*/
    /*color: #fff;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*position: absolute;*/
    /*left: -100px;*/
}

.rating-number {
    background: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: red 1px solid;
    color: #1f2937;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    position: absolute;
    left: -50px;
}

.rating_count {
    font-size: 10px !important;
}

.rating-item:first-child {
    margin-right: 10px;
    font-size: 14px;
    color: #70757a;
    /*display: none;*/
}

#rating-form {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
}


h1, h2, h3 {
    color: #000;
    margin-bottom: 1rem !important;
}

h1 {
    font-size: 90px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 32px !important;
}

strong a {
    text-decoration: underline;
}

strong a:hover {
    color: #FF0000;
}

.symbol_price {
    font-size: 1.0625rem;
    font-family: system-ui, Sans-Serif;
    display: contents;
}

.astudio-btn {
    width: 280px;
    white-space: normal;
}

.service_block__title img {
    background: #707070;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 32px;
    margin-left: 75px;
}

.service_block__text {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.service_block:hover img {
    background: red;
}

.service_block:hover img {
    transform: rotate(320deg);
    transition: transform 0.3s ease-in-out;
}

.service_block a {
    color: #fff;
}

.service_block p {
    color: #000;
}

.service_block__title:hover p {
    display: block;
    color: #fff !important;
    transition: opacity 0.3s ease-in-out;
}

.service_block:hover p {
    color: #fff;
    transform: scale(1);
    transition: transform 1.3s ease-in-out, color 1.3s ease-in-out;
}

.scroll-top {
    padding: 0;
    height: 56px;
    width: 56px;
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #fff;
    z-index: 50;
    text-align: center;
    border-radius: 4px;
    border-radius: 50%;
    border: 2px solid #000;
}

.scroll-top-icon {
    cursor: pointer;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
    display: block;
    font-size: 30px;
}

.button-red-scroll {
    /*background: #FF0000;*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.share-rating-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding-left: 30px !important;*/
}

.rating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    margin-left: 20px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 14px;
}

.rating-btn p {
    margin: 0 0 0 25px;
}


.tawk-icon-right {
    display: none !important;
}

.tawk-bubble-container {
    display: none;
}

.scroll-top-icon:hover {
    color: #fff;
}

.mouse-cursor {
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    transition: 1s ease;
    filter: brightness(0) saturate(100%) invert(29%) sepia(10%) saturate(13%) hue-rotate(2deg) brightness(99%) contrast(92%);
}

.all-services {
    padding: 0 0 100px;
}

.new-service-title {
    margin-bottom: 5px !important;
    font-size: 32px;
}

.service-btn {
    margin-top: 100px;
}

.service-price {
    margin-bottom: 44px;
}


.slider-title {
    position: absolute;
    top: 200px;
    font-size: 90px;
    color: #fff;
    font-weight: 700;
    max-width: 900px;
}

.nav-wrapper {
    width: 100%;
}

.nav-wrapper nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: fit-content;
    margin: 0;
    position: absolute;
    top: 14%;
}

.nav-wrapper .link {
    transition: all 0.3s ease;
}

.nav-wrapper .link span {
    display: initial;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    font-size: 74px;
    text-transform: uppercase;
    /*pointer-event: none;*/
    /*transition: transform 0.1s linear;*/
    line-height: 1.8;
}

.nav-wrapper .link span:hover {
    color: red;

}

.nav-wrapper .link:hover {
    text-decoration: none !important;
    color: #000;
}


.lang-menu {
    display: flex;
    justify-content: space-between;
}

.lang-menu .dropdown {
    margin-top: 50px;
}

.dropdown-item {
    padding: .25rem 0 !important;
    width: unset;
}

.cursor {
    pointer-events: none;
    position: fixed;
    padding: 0.3rem;
    /*background-color: #fff;*/
    border-radius: 50%;
    /*mix-blend-mode: difference;*/
    transition: transform 0.3s ease;
}

/*.link:hover ~ .cursor {*/
/*    transform: translate(-50%, -50%) scale(8);*/
/*}*/


.cursors {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 0.5px #fff;
    background-color: rgba(70, 55, 55, 0.3);
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out;
    z-index: 1000;
}

/* Enlarged cursor on hover */
.cursors.cursor--big {
    transform: translate(-50%, -50%) scale(3);
    background-color: rgba(70, 55, 55, 0.3);
}


.cursor__inner--text::after {
    content: ' →';
    margin-left: 1rem;
    display: block;
    color: #f6cb03;
    font-size: 4rem;
}

/* Voir projet bouton */

.voir {
    font-size: 5px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.23px;
}

#mainDiv {
    width: 700px;
    height: 200px;
    margin: 140px 0 0 75px;
    perspective: 600px;
    position: absolute;
    top: 435px;
}

#boxDiv {
    width: 700px;
    height: 200px;
    position: relative;
    transform-style: preserve-3d;
    animation: rotateCube 6s linear infinite;
}

#boxDiv div {
    position: absolute;
    width: 800px;
    height: 200px;
    color: red;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

#front {
    transform: translateZ(100px);
    background: black;
}

#back {
    transform: rotateX(180deg) translateZ(100px);
    background: black;
}

#top {
    transform: rotateX(-90deg) translateZ(100px);
    background: black;
}

#bottom {
    transform: rotateX(90deg) translateZ(100px);
    background: black;
}

@keyframes rotateCube {
    0%, 20% {
        transform: rotateX(0deg); /* Stay on the front face */
    }
    25%, 45% {
        transform: rotateX(90deg); /* Rotate to the top face */
    }
    50%, 70% {
        transform: rotateX(180deg); /* Rotate to the back face */
    }
    75%, 95% {
        transform: rotateX(270deg); /* Rotate to the bottom face */
    }
    100% {
        transform: rotateX(360deg); /* Complete the rotation back to the front */
    }
}

.about-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-item:last-child {
    display: flex;
    justify-content: flex-end;
    padding: 140px 0 140px 134px;
    border-radius: 30px;
    z-index: 1;
}

.about-item {
    z-index: 1;
}

.about-section {
    margin: 125px 0 66px;
    position: relative;
}

.about-block {
    margin-top: 100px;

}

.about-number-block {
    border: 1px solid #FF0000;
    padding: 38px 30px;
    text-align: center;
    min-width: 300px;
}

.number-about {
    font-size: 93px;
    color: #FF0000;
    margin-bottom: 8px;
}

.about-number-block:first-child {
    margin-right: 18px;
}

.about-number-block .container {
    position: relative;
}

.for-bg {
    background: #FBFBFB;
    width: 950px;
    height: 500px;
    position: absolute;
    right: 0;
    top: 15px;
    bottom: 0;
    margin: auto;
    border-radius: 30px;
}

/*.video-section {*/
/*    margin-top: 400px;*/
/*}*/

.portfolio-video-send {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portfolio-video-send .video-btn .new-button-arrow {
    padding: 0 10px;
}

.portfolio-video-send .new-button-arrow {
    z-index: 1;
    margin-top: 50px;
}

.services-home-block {
    margin-top: 110px;
}

.services-home-block .home-main-title {
    color: #fff;
    padding: 97px 0 127px;
}

.home-page-service {
    color: #fff !important;
}

.services-home-block .service_main-block {
    width: 50%;
}

.services-home-block .service_main-block:nth-child(2),
.services-home-block .service_main-block:nth-child(4) {
    margin-top: 160px;
}

.services-home-block .service-page-price {
    margin-top: -25px;
}

/*.new-arrow-btn button{*/
/*    background: red;*/
/*    border-radius: 50%;*/
/*    width: 120px;*/
/*    height: 120px;*/
/*}*/

.new-arrow-btn .video-btn {
    padding: 0 15px;
}

.video-btn-block {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.footer-new-arrow-btn {
    background: #000;
    /*border: 1px solid #707070;*/
    /*border-radius: 100px;*/
    padding: 5px 25px 5px 8px;
    margin-top: 50px;
    width: fit-content;
}

.footer-blocks .new-button-arrow {
    background: transparent;
    color: #fff;
}

.footer-blocks .new-button-arrow {
    z-index: 1;
    margin-top: 30px;
}

.footer-blocks .new-button-arrow a {
    text-decoration: none;
}

.footer-blocks .new-button-arrow span {
    color: #fff;
}

.footer-blocks .new-button-arrow {
    fill: #fff;
}

.contact-page .new-arrow-btn:hover svg {
    fill: #000;
}

.contact-page .new-arrow-btn:hover span {
    color: #000;
}


.new-button-arrow button {
    background: transparent;
    border: 1px solid transparent;
}

.new-button-arrow {
    position: relative;
    overflow: hidden;
    /*background: #fff;*/
    color: #000;
    padding: 17px 26px 17px 24px;
    /*margin-top: 20px;*/
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    /*z-index: 1;*/
}

/* background animation layer */
.new-button-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: red;
    transition: left 0.4s ease;
    z-index: -1;
}

.filtr-block .new-button-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: red;
    transition: left 0.4s ease;
    z-index: -1;
}

.filtr-block .new-button-arrow:hover::before {
    left: 0; /* slide red background in */
}

.filtr-block .new-button-arrow:hover::before svg {
    fill: #fff !important;
}

/*.filtr-block .new-button-arrow:hover a {*/
/*    color: #000 !important;*/
/*}*/

/*.filtr-block .new-button-arrow:hover svg {*/
/*    fill: #000 !important;*/
/*}*/

.filtr-block .new-button-arrow a {
    color: #000;
}

.filtr-block .new-button-arrow svg {
    fill: #000;
}

.new-button-arrow span {
    padding-left: 26px;
    font-size: 20px;
    transition: color 0.4s ease;
}

.filter-btn {
    padding: 20px 10px;

}

.new-button-arrow svg {
    transition: fill 0.4s ease;
    fill: #fff;
}

.new-button-arrow:hover::before {
    left: -100%; /* slide red background in */
}

.new-button-arrow:hover span {
    color: #fff;
}

.new-button-arrow span {
    color: #fff;
}

.new-button-arrow:hover svg {
    fill: #fff;
}


.video-section .new-button-arrow:hover span {
    color: #000;
}

.video-section .new-button-arrow:hover svg {
    fill: #000;
}

/*.portfolio-section .new-button-arrow:hover span {*/
/*    color: #000;*/
/*}*/

/*.portfolio-section .new-button-arrow:hover svg{*/
/*    fill: #000;*/
/*}*/

.play {
    display: flex;
    align-items: center;
}

#button {
    z-index: 2;
    border: 0;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    background: transparent;
}


#lightbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 60;
    display: none;
    background-color: rgba(0, 0, 0, 1.95);
    cursor: pointer;
}

#video-wrapper {
    /* ----- Positioning ----- */
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    /* The code above makes sure the video is
    both vertically and horizontally centered
    to the screen */

    /* ----- Styling ----- */
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);

    /* The code above is used to add a little shadow to the video making blend in better */
}

#close-btn {
    /* ----- Text ----- */
    color: grey;
    font-size: 25px;

    /* ----- Positioning ----- */
    position: fixed;
    top: 3%;
    right: 3%;
    z-index: 2;

    /* The code above is used to put the button on the upper right corner of the lightbox */

    /* ----- Transformations ----- */
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);

    /* The code above is used to initialize the scale for the button so that it can be used in transitions */

    /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease, color .5s ease;
    -moz-transition: transform .5s ease, color .5s ease;
    -ms-transition: transform .5s ease, color .5s ease;
    -o-transition: transform .5s ease, color .5s ease;
    transition: transform .5s ease, color .5s ease;
}

#close-btn:hover {
    /* ----- Text ----- */
    color: white;

    /* ----- Styling ----- */
    cursor: pointer;

    /* ----- Transformations ----- */
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);

    /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease, color .5s ease;
    -moz-transition: transform .5s ease, color .5s ease;
    -ms-transition: transform .5s ease, color .5s ease;
    -o-transition: transform .5s ease, color .5s ease;
    transition: transform .5s ease, color .5s ease;
}

.new-arrow-btn {
    display: flex;
    justify-content: flex-end;
}

.footer-new-arrow-btn svg,
.footer-new-arrow-btn img {
    /*background: red;*/
    width: 56px;
    height: 56px;
    border-radius: 50%;
    padding: 15px;
}

.footer-new-arrow-btn svg {
    fill: #fff;
}

.footer-new-arrow-btn .effectButton3 {
    font-size: 20px;
    text-align: left;
    color: #fff;
    margin-left: 28px;

}

.partners_section {
    background: #000;
}

.partners_blog {
    padding: 15px;
}

.partners_blog .border {
    border: 1px solid #707070 !important;
}

.partners-logo {
    border: 1px solid #707070;
    /*filter: blur(5px);*/
}

.partners-logo:hover {
    filter: none;
}

.partners_section .home-main-title {
    color: #fff;
    padding: 0px 0 50px;
}

.stores_section .home-main-title {
    max-width: 1050px;
    margin-bottom: 95px;
}

.home-portfolio-block {
    margin-top: 150px;
}

.home-portfolio-btn .new-button-arrow:hover svg {
    fill: #000;
}

.home-portfolio-btn .new-button-arrow:hover span {
    color: #000;
}


.home-portfolio-block h3 {
    font-size: 50px;
}

.home-page-blog {
    margin-top: 95px !important;
}

.home-page-blog h3 {
    font-size: 50px;
}

.home-page-blog-item {
    position: relative;
}

.home-page-blog-see-icon {
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-top: -70px;
    padding: 0 10px;
}

footer .new-arrow-btn {
    display: flex;
    justify-content: flex-start;
    margin-top: 74px;
}

footer .new-arrow-btn button {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.partners_blog > img {
    transition: .4s ease;
    filter: grayscale(1)
}

.partners_blog:hover img {
    transition: .4s ease;
    filter: inherit;
}

.red-black-section {
    height: 500px;
    position: relative;
}

.marquee_container {
    width: 130.5vw;
    overflow: hidden;
    white-space: nowrap;
    background: #FF0000;
    padding: 60px 0;
    color: #fff;
    font-size: 60px;
}

.marquee-section-two .marquee {
    display: inline-block;
    animation: marquee 10s linear infinite;
}

.marquee-section .marquee {
    display: inline-block;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-100%, 0, 0);
    }
}

.marquee-section-two p,
.marquee-section p {
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 0;
    font-size: 50px;
}

.marquee-section-two .marquee_container {
    width: 132.5vw;
    overflow: hidden;
    white-space: nowrap;
    background: #000;
    padding: 60px 0;
    color: #fff;
    font-size: 60px;
}

.marquee-section {
    rotate: 10deg;
    margin: 220px 0 100px 0;
    position: absolute;
    left: -50px;

}

.marquee-section-two {
    rotate: 345deg;
    position: absolute;
    left: -70px;
    top: 400px;
}

.marquee-section {
    rotate: 10deg;
    margin: 220px 0 100px 0;
    position: absolute;
    left: -50px;
    filter: blur(5px);
    transition: filter 0.3s ease-in-out;
}

.marquee-section:hover {
    filter: blur(0px);
}

.marquee-section:hover ~ .marquee-section-two {
    filter: blur(5px);
}

.marquee-section-two {
    rotate: 345deg;
    position: absolute;
    left: -65px;
    top: 400px;
    transition: filter 0.3s ease-in-out;
}

.blog_row {
    margin: 0 -3rem;
}

.blog-foto-block {
    position: relative;
}

/*.title-back-view {*/
/*    position: absolute;*/
/*    top: 20%;*/
/*    left: 25px;*/
/*}*/

.back-btn {
    color: #000;
}

.back-btn svg {
    margin-right: 10px;
}

.blog-single-page .share-block-blog {
    margin-top: 10px;
}

.blog-single-page .new-arrow-btn:hover svg {
    fill: #000;
}

.blog-single-page .new-arrow-btn:hover span {
    color: #000;
}

.blog-title {
    font-weight: 500;
    font-size: 90px;
    line-height: 105px;
    text-align: left;
    color: #000;
    position: relative;
    z-index: 5;

}


.blog-single-page .yes-btn {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blog-single-page .buttonParent3 button {
    margin-right: 2px !important;
}


.view-block {
    color: #000;
    display: flex;
}

.view-block svg {
    margin-right: 7px;
    /*fill: #fff;*/
}

.view-block span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #707070;
}

.view-block span svg {
    margin: 5px 7px 7px 0;
}

.title-back-view a svg {
    margin-right: 7px;
}

.white {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7500%) hue-rotate(347deg) brightness(108%) contrast(106%);
}


.blog_row__item {
    padding: 0 3rem;
}

.like_yes,
.like_no {
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
}

.yes-no-btn-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.yes-no-btn .buttonParent3 {
    margin: 0 2.5px;
}


.yes-no-btn .buttonParent3 .button3 {
    background: transparent !important;
    border: 1px solid #000 !important;
    border-radius: 50% !important;
    padding: 13px !important;
    width: 70px !important;
    height: 70px !important;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.yes-block,
.no-block {
    display: flex;
    flex-direction: column;
    border: 1px solid #000;
    border-radius: 50%;
    /*padding: 10px 18px;*/
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-block {
    margin-left: 10px;
}

.updated_at {
    color: #707070;
    text-align: end;
    padding-right: 2px;
    margin-bottom: 20px !important;
}

.service-item {
    position: relative;
    background: transparent;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    padding: 21px 33px 30px;
    height: 100%;
}

.service-item:hover {
    border: 1px solid #272D31;
}

.service-item:hover .services-block {
    scrollbar-width: thin;
    scrollbar-color: #000 #fff;
}

.service-item:hover .services-triangle {
    display: none;
}

.service-item:hover .services-triangle-dark {
    display: block;
    bottom: -1px;
    right: -1px;
}

.service-title {
    font-weight: normal;
    font-size: 32px;
    text-align: left;
    color: #000;
    padding-bottom: 21px;
    border-bottom: 1px solid #DADADA;
}

services-block-page {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

.services-block {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    /*max-height: 265px;*/
    /*overflow-y: auto;*/
}


.services-block > h3 {
    margin: 0 !important;
    font-size: unset;
}

.services-block {
    scrollbar-width: thin;
    scrollbar-color: #f0f0f0 #fff;
}

/*.scroll-top-icon svg{*/
/*    fill: #fff;*/
/*}*/

.text-container {
    max-width: 900px;
    margin: auto;
}

.text-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

.text-container-block {
    display: flex;
    justify-content: center;
}

.show-more-btn {
    border: none;
    background: transparent;
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    display: flex;
    margin: 0 0 0 auto;
    padding: 10px 30px 0 0;
}

/*.content-preview {*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 15;*/
/*    -webkit-box-orient: vertical;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*}*/

.Container {
    overflow-y: auto;
}

.Content {
    direction: ltr;
}

.Flipped {
    direction: rtl;
}

::-webkit-scrollbar {
    width: 3px;
}


::-webkit-scrollbar-track {
    background: gainsboro;
    border-radius: 5px;
}


::-webkit-scrollbar-thumb {
    background: black;
    /*border-radius: 5px;*/
}

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

.Content h3 {
    margin-bottom: 0 !important;
}

.yes-btn .buttonParent3 .button3 {
    width: 100px;
    background: #fff !important;
    border: 1px solid #151511 !important;
    color: #151511 !important;
    padding: 7px 30px !important;
}

.yes-btn .buttonParent3 .button3:hover {
    background: #151511 !important;
    color: #fff !important;
    border: 1px solid #151511 !important;
}

.bg-white {
    background: #fff;
    /*box-shadow: 0px 5px 9px rgba(197, 197, 197, 1.5);*/
}

.for-shadow {
    box-shadow: 0px 5px 9px rgba(197, 197, 197, 1.5);
}

.blog-singl-info {
    padding: 20px 0;
}

.portfolio-item {
    z-index: 5;
}

.portfolio-section h1 {
    /*font-weight: bold;*/
    margin-bottom: 37px !important;
}

.portfolio-block-item h2 {
    font-size: 50px;
}

.portfolio-section h3 {
    font-size: 50px;
    /*font-weight: bold;*/
    margin-bottom: 26px !important;

}


.portfolio-area:hover span,
.card-lined-wrapper:hover {
    text-decoration: none !important;
}


.portfolio-section .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff !important;
    color: #000;
    /*border: 1px solid #ddd;*/
    list-style: none;
    min-width: 250px;
    top: 125px;
    border-radius: 10px;
}

.portfolio-section .dropdown-menu.show {
    display: block;
}

.portfolio-area, .portfolio-type
.portfolio-section .dropdown-menu > li:hover {
    background-color: #fff;
    /*border-radius: 10px;*/
}

.portfolio-area {
    padding: 5px 25px 5px 7px !important;
}


.portfolio-section .dropdown-menu > li:hover a {
    color: #fff !important;
}

.dropdown-menu {
    border: none;
}

/*#filterBtns {*/
/*    border: 1px solid #B2B2B2;*/
/*}*/

#filterDropdowns {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

#filterDropdowns .new-button-arrow::before {
    display: none;
}

#filterDropdowns li {
    list-style-type: none;
    display: flex;
    align-items: center;
}

#filterDropdowns li svg {
    margin-right: 18px;
}

#filterDropdowns li a {
    color: #000;
    padding: 10px 0 10px 27px;
}

/*#filterDropdowns .new-button-arrow svg{*/
/*    width: 25px;*/
/*}*/

#filterDropdowns .new-button-arrow {
    padding: 14px 22px 14px 20px;
    margin: 5px;
}

/*#filterDropdowns .active{*/
/*    background: red;*/
/*}*/

/*#filterDropdowns .active svg{*/
/*    fill: #fff;*/
/*}*/

/*#filterDropdowns .active .portfolio-type{*/
/*    color: #fff;*/
/*}*/

/*#filterDropdowns .new-button-arrow:hover svg{*/
/*    color: #fff !important;*/
/*}*/

#filterDropdowns li a.active {
    color: red;
}

#filterDropdowns li a.active svg {
    fill: red;
}

.filtr-block .new-button-arrow.active svg {
    fill: red;
}

#filterDropdowns .new-button-arrow.active a {
    color: red;
}


/*.new-button-arrow:hover .portfolio-type{*/
/*    color: #fff !important;*/
/*}*/

.portfolioSingle_row .main-title {
    margin-top: 40px;
}

.portfolio-foto {
    margin-top: 130px;
}

.portfolio-black-section {
    background: #000000;
    color: #fff;
    margin-top: 167px;
    padding: 75px 0;
}

.portfolio-black-section button {
    border: transparent;

}

.portfolio-black-section .new-button-arrow {
    background: transparent;

}

.portfolio-black-section .new-button-arrow svg {
    fill: #fff;

}

.portfolio-black-section .new-button-arrow span {
    color: #fff;
}

.portfolio-black-section .buttonParent3 .button3 {
    font-size: 32px;
}

.portfolio-first-text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.portfolio-first-text a {
    color: #fff;
}

.portfolio-first-text a:hover {
    color: red;
}

.portfolio-first-text div {
    width: 100%;
}

form .new-red-btn img {
    width: 70px;
    height: 70px;
    padding: 25px;
}

.form .footer-new-arrow-btn svg, .footer-new-arrow-btn img {
    background: red;
}

.form .footer-new-arrow-btn {
    border: 1px solid #707070;
    border-radius: 100px;
}

.new-red-btn svg {
    background: red;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    padding: 40px;
    margin-left: 5px;
    fill: #fff;

}

.new-red-btn button {
    border: none;
    background: transparent;
}

.modal-footer .new-red-btn img {
    width: 56px;
    height: 56px;
    padding: 12px;
}

.modal-footer .new-button-arrow:hover svg {
    fill: #000;

}

.modal-footer .new-button-arrow:hover span {
    color: #000;

}

.portfolio-new-section {
    margin: 116px 0 103px;
}

.new-foto-block {
    display: flex;
    justify-content: space-between;
    margin: 0 -17px;
}

.new-foto-block div {
    width: 50%;
    padding: 0 17px;
}

.width-canvas {
    background: #000;
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.width-canvas canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.canvas-block-text p {
    font-weight: normal;
    font-size: 50px;
    text-align: left;
    color: #fff;
    padding-top: 98px;
    margin-bottom: 60px;
    max-width: 1300px;

}

.canvas-block-text {
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: space-between;
}

.canvas-block-text span {
    color: #fff;
}

.form-btn {
    right: 0;
    z-index: 999;
    background: transparent;
}

.form-btn span {
    width: 250px;
}

.form-btn .new-red-btn svg {
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
    border-radius: unset;
}

.form-btn .new-button-arrow {
    background: transparent;
}

.canvas-block-text .buttonParent3 .button3 {
    background-color: transparent !important;
}

.web-info-block {
    margin: 70px auto 40px;
}

.info-block .service-child {
    background: none;
}

.web-info-black-block {
    background: #000;
    color: #fff;
    padding: 87px 0;
    margin-bottom: 92px;
}

.web-info-black-block a {
    color: #fff;
}


.web-info-black-block h2 {
    font-weight: normal;
    font-size: 50px;
    line-height: 70px;
    text-align: left;
    color: #fff !important;

}

.web-info-black-block h3 {
    color: #fff;
}

.web-info-black-block .new-button-arrow {
    background: transparent;
}

.web-info-black-block .new-button-arrow span {
    color: #fff;
}

.web-info-black-block h2 {
    color: #fff;
}

.web-info-black-block .new-button-arrow svg {
    fill: #fff;
}

.web-info-black-block .new-button-arrow button {
    background: transparent;
    border: transparent;
}

.web-info-black-block .footer-new-arrow-btn {
    margin: 50px 0 0 auto;
}

.web-info-black-block .buttonParent3 .button3 {
    font-size: 32px;
}

.web-service-price {
    font-weight: normal;
    font-size: 32px !important;
    line-height: 33px;
    text-align: left;
    color: #fff;
    margin-bottom: 87px;
}

.blog-foto-block {
    display: flex;
    align-items: center;
    margin-bottom: 124px;
}

.blog-foto-item {
    width: 50%;
    position: relative;

}

.blog-foto-item:first-child {
    padding-right: 7px;
}

.blogsingle-black-block .text-container {
    display: flex;
    align-items: end;
}

.blogsingle-black-block {
    background: #000;
    padding: 100px 0;
    border-bottom: 2px solid #000;

}

.blog-single-page .new-arrow-btn {
    margin: 0 0 20px 0;
}

.blogsingle-black-block svg {
    fill: #fff;
}

.blogsingle-black-block button {
    border: transparent;
    background: transparent;
}

.blogsingle-black-block .new-button-arrow {
    background: transparent;

}

.blogsingle-black-block .new-button-arrow span {
    color: #fff;
}

.blogsingle-item .buttonParent3 .button3 {
    font-size: 32px;
}

.blogsingle-black-block a {
    color: #fff;
    text-decoration: none;
}

.blogsingle-black-block a:hover {
    color: #fff !important;
}

.blog-single-page .blogsingle-black-block {
    /*margin: 60px 0;*/
}

.blogsingle-item p {
    font-weight: bold;
    font-size: 50px;
    text-align: left;
    color: #fff;

}

.blogsingle-black-block h2 {
    font-weight: bold;
    font-size: 40px;
    text-align: left;
    color: #fff;
    margin-bottom: 140px !important;
    width: 65%;
}

.blogsingle-item div {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 32px;
    /*font-weight: bold;*/
}


.blogsingle-item p {
    margin-bottom: 86px;
}

.blogsingle-item a {
    padding: 10px 0;
}

.blogsingle-item a:hover {
    color: #FF0000;
}


.blogsingle-item:last-child div {
    width: 100%;
    align-items: flex-end;
}


.yes-no-btn-block .buttonParent3 .button3 {
    font-size: 18px;
}

.web-title-foto {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.web-title-foto div {
    width: 50%;
}

.parent-block {
    background: #000;
    padding-bottom: 50px;
    margin-top: 50px;
}

.parent-block .main-title {
    font-size: 90px;
    color: #fff;
    font-weight: bold;

}

.parent-block-title {
    padding: 50px 0;
}

.title-back-view {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.language-block {
    margin: 50px 0 50px;
}

.language-items h2 {
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 50px !important;
}

.contact-page-title {
    font-size: 50px;
    font-weight: bold;

}

.contact-page-text {
    font-weight: bold;
    font-size: 90px;
    text-align: left;
    color: #000;
    margin-bottom: 97px;

}

.content {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    padding: 0 60px 0 0;
}

.centerplease {
    margin: 0 auto;
    max-width: 270px;
    font-size: 40px;
}

.question {
    position: relative;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    margin: 0;
    padding: 38px 10px 38px 0;
    display: block;
    width: 100%;
    cursor: pointer;
}

.answers {
    border-radius: 10px;
    padding: 0px 15px;
    margin: 5px 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
}

.questions:checked ~ .answers {
    height: auto;
    opacity: 1;
    padding: 15px;
}

.question-arrow .plus {
    transition: transform 0.3s ease;
}

.question-arrow.open .plus {
    transform: rotate(180deg);
}


.plus {
    position: absolute;
    top: 40px;
    right: 30px;
    margin-left: 10px;
    z-index: 5;
    font-size: 20px;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.questions:checked ~ .plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.questions {
    display: none;
}

.question-arrow {
    position: relative;

}

.video-section {
    position: relative;

}

/*.play {*/
/*    position: absolute;*/
/*    right: 35px;*/
/*    bottom: -350px;*/
/*    font-size: 48px;*/
/*    line-height: 48px;*/
/*    padding: 45px 40px 40px 49px;*/
/*    background-color: #FF0000;*/
/*    text-align: center;*/
/*    border-radius: 50%;*/
/*    color: #fff;*/
/*    transition: margin .3s ease, box-shadow .3s ease;*/
/*    width: 150px;*/
/*}*/

.video-section .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    pointer-events: none;
}

.video-section .modal.open {
    visibility: visible;
    pointer-events: auto;
}

.video-section .modal.open iframe {
    animation-name: grow;
    animation-duration: .7s;
    /*   animation-iteration-count: 10; */
    /*   animation-direction: alternate; */
    /*   animation-timing-function: ease-out; */
    /*   animation-fill-mode: forwards; */
    /*   animation-delay: 2s; */
}

@keyframes grow {
    0% {
        transform: scale(.05, .05);
    }
    70% {
        transform: scale(.05, 1);
    }
    100% {
        transform: scale(1, 1);
    }
}


/*------------------------------------------*/
.page-wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ====================================
Home Slider
==================================== */

#home-slider {
    height: 80vh;
    width: 1440px;
    position: relative;

}

.page-wrap .swiper-container {
    height: 100%;
    width: 100%;

}


.swiper-image-two {
    background-image: url(../../image/Без-имени-2.jpg);
}

.page-wrap .swiper-image-three {
    background-image: url(https://source.unsplash.com/sFLVTqNzG2I/1600x900);
}

.page-wrap .swiper-image-four {
    background-image: url(../../image/Без-имени-3.jpg);
}

.page-wrap .swiper-image-five {
    background-image: url(https://source.unsplash.com/Jy6luiLBsrk/1600x900);
}

.swiper-image-six {
    background-image: url(../../image/Без-имени-1.jpg);
}

.page-wrap .swiper-image {
    width: 50%;
    height: 100%;
}

.page-wrap .swiper-image-inner {
    background-size: cover;
    background-position: top;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-blend-mode: overlay;
}

.page-wrap .swiper-image-inner.swiper-image-left {
    padding: 4rem;
}

.page-wrap .swiper-image-left {
    filter: sepia(100%);
    transition: all 1s linear;
    transition-delay: 1s;
}

.page-wrap .swiper-slide.swiper-slide-active .swiper-image-left {
    filter: sepia(0%);
}

.page-wrap .swiper-image-inner.swiper-image-right {
    filter: hue-rotate(360deg);
    transition: all 1s linear;
    transition-delay: 1s;
    background-color: #fff;
    background-blend-mode: multiply;
}

.page-wrap h3 {
    font-weight: 500;
    color: #fff;
    align-self: flex-start;
    /*margin: 0 0 auto 0;*/
    margin-bottom: 80px !important;
    font-size: 2.5rem;
    line-height: 1;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}

.page-wrap h3 span.emphasis {
    font-weight: 700;
    font-style: italic;
    opacity: 0;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transform: translate3d(-20%, 0, 0);
    display: inline-block;
}

.page-wrap h3 span:not(.emphasis) {
    font-size: 3.5rem;
}

.page-wrap h3 + p {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1;
    /*margin-bottom: auto;*/
    align-self: flex-start;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    /*padding-right: 8rem;*/
}

.page-wrap p.paragraph {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    width: 100%;
    max-width: 350px;
    text-align: justify;
    font-size: 1.2rem;
    font-weight: 500;
    opacity: 0;
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
    transform: translate3d(-20%, 0, 0);
}


.page-wrap .swiper-slide.swiper-slide-active h3,
.page-wrap .swiper-slide.swiper-slide-active p.paragraph,
.page-wrap .swiper-slide.swiper-slide-active h3 span.emphasis,
.page-wrap .swiper-slide.swiper-slide-active h3 + p {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    max-width: 400px;
}

.new-text-block {
    margin-bottom: 250px;
}

.portfolio-block-text {
    box-shadow: 0px 5px 9px rgba(197, 197, 197, 1.5);
    padding: 20px 0 35px !important;
}

.text-color {
    color: #000 !important;
}

.yes-btn {
    display: flex;
    justify-content: space-between;
    align-items: end;
}


.page-wrap .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.page-wrap .swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.page-wrap .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.page-wrap .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.page-wrap .swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.page-wrap .swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-wrap .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.page-wrap .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    display: flex;

}

/* Auto Height */
.page-wrap .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.page-wrap .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}

.page-wrap .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.page-wrap .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.page-wrap .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.page-wrap .swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.page-wrap .swiper-button-prev.swiper-button-disabled,
.page-wrap .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.page-wrap .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.page-wrap .swiper-button-prev.swiper-button-black,
.page-wrap .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.page-wrap .swiper-button-prev.swiper-button-white,
.page-wrap .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.page-wrap .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.page-wrap .swiper-button-next.swiper-button-black,
.page-wrap .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.page-wrap .swiper-button-next.swiper-button-white,
.page-wrap .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.page-wrap .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.page-wrap .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.page-wrap .swiper-pagination-fraction,
.page-wrap .swiper-pagination-custom,
.page-wrap .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.page-wrap .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #fff;
    opacity: 0.4;
}

.page-wrap button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.page-wrap .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.page-wrap .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.page-wrap .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.page-wrap .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.page-wrap .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.page-wrap .swiper-container-vertical > .swiper-pagination-bullets {
    right: 15px;
    bottom: 15px;
}

.page-wrap .swiper-container-vertical
> .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.page-wrap .swiper-container-horizontal
> .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* Progress */
.page-wrap .swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.page-wrap .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.page-wrap .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.page-wrap .swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.page-wrap .swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.page-wrap .swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.page-wrap .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.page-wrap .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube, .swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.service-row {
    margin-top: 50px;
}

blockquote {
    padding-left: 20px;
    border-left: 5px solid #888;
    margin-left: 30px;
}

blockquote p {
    font-size: 26px;
}

.services-block__link {
    font-weight: normal;
    font-size: 16px;
    line-height: 45px;
    text-align: left;
    color: #000;
    text-decoration: none;
}

.services-block .services-block__link {
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
    color: #000;
    text-decoration: none;
}

.services-block__link:hover {
    transition: .4s ease;
    text-decoration: underline;
    text-underline-position: under;
    color: #000000;
}

.services-triangle:after {
    content: '';
    border: 1px solid red;
}

.services-triangle,
.services-triangle-dark {
    position: absolute;
    bottom: -2px;
    right: -2px;
    z-index: 20;
}

.services-triangle-dark {
    display: none;
}

.info-block .service-item {
    background: none !important;
}


.service-child:nth-of-type(1) .service-item {
    background: url("/images/service-a.png") no-repeat 87% 93%;
}

.service-child:nth-of-type(2) .service-item {
    background: url("/images/service-s.png") no-repeat 87% 93%;
}

.service-child:nth-of-type(3) .service-item {
    background: url("/images/service-t.png") no-repeat 87% 93%;
}

.service-child:nth-of-type(4) .service-item {
    background: url("/images/service-u.png") no-repeat 87% 93%;
}

.service-child:nth-of-type(5) .service-item {
    background: url("/images/service-d.png") no-repeat 87% 93%;
}

.service-child:nth-of-type(6) .service-item {
    background: url("/images/service-i.png") no-repeat 87% 93%;
}

.service-child:nth-of-type(7) .service-item {
    background: url("/images/service-o.png") no-repeat 87% 93%;
}

.service-page-price {
    margin: 0px 0 12px;
    font-size: 14px;
}

.service-page-price .symbol_price {
    font-size: 12px;
}

.btn-active {
    background: #FF0000 !important;
    color: #fff !important;
    border: 1px solid #FF0000 !important;
    /*padding: 17px 26px 17px 24px !important;*/
}

/*.btn-active img,*/
/*.btn-active svg {*/
/*    background: #fff !important;*/
/*}*/

.btn-active img,
.btn-active svg #Path_14052 {
    filter: brightness(0) saturate(100%) invert(13%) sepia(86%) saturate(5443%) hue-rotate(357deg) brightness(105%) contrast(111%);
}

/*.btn-active svg{*/
/*    filter: brightness(0) saturate(100%) invert(13%) sepia(95%) saturate(7473%) hue-rotate(0deg) brightness(104%) contrast(119%);*/
/*}*/

.btn-outline-dark,
.btn-outline-light {
    color: #fff;
    border: 1px solid #ff0000;
    /*background: #0F4C81;*/
}

.btn-outline-dark:hover,
.btn-outline-light:hover,
.btn-outline-dark.active {
    background-color: black !important;
    border: 1px solid #ff0000;
    color: #fff;
}

.portfolio-area,
.portfolio-type {
    /*border: 1px solid #B2B2B2;*/
    background: transparent;
    color: #000;
}

/*.portfolio-type:hover svg,*/
/*.portfolio-area:hover svg{*/
/*    fill: red;*/
/*}*/

.portfolio-black-section .btn-active svg {
    fill: #fff;
}

.portfolio-black-section .btn-active span {
    color: #fff;
}

.portfolio-black-section .portfolio-area:hover svg {
    fill: #fff;
}

/*.btn-active svg{*/
/*    fill: red;*/
/*}*/

.footer-text {
    font-size: 35px;
}

.footer_bottom {
    border-top: 1px solid #5F5E5E;
}

.footer_bottom__text,
.footer_bottom__info {
    font-size: 0.938rem;
    text-align: left;
    color: #cfcfcf;
}

.footer_bottom__info a {
    color: #fff;
    text-decoration: none !important;
}

.footer_bottom__text > a:hover,
.footer_bottom__info:hover a {
    color: #fff;
}

.blog-singl-info * {
    color: #000;
}

.error_section {
    background: #000000;
}

.home-slide {
    background: url('/images/home-slider-bg.png') no-repeat center;
    background-size: contain
}

.main-swiper__buttons {
    max-width: 310px;
    margin: auto;
}

.main-swiper__buttons .swiper-button-prev,
.main-swiper__buttons .swiper-button-next {
    z-index: 100;
}

.main-swiper__buttons .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.main-swiper__buttons .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 20px;
    color: #707070;
}

.main-swiper__buttons .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -6px;
}

.share_title {
    text-align: center;
    color: #000;
}

.share {
    padding: 25px 0 30px 0;
}

.share a {
    font-size: 18px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.share-button {
    /*min-width: 20px;*/
    /*width: 90px;*/
    background-color: transparent;
    border: 1px solid #151511;
    color: #151511;
    outline: 0;
    padding: 16px;
    margin-right: 1px;
    border-radius: 50%;
    -webkit-transition: background-color .5s linear, color .5s linear, border .5s linear;
    -moz-transition: background-color .5s linear, color .5s linear, border .5s linear;
    -o-transition: background-color .5s linear, color .5s linear, border .5s linear;
    -ms-transition: background-color .5s linear, color .5s linear, border .5s linear;
    transition: background-color .5s linear, color .5s linear, border .5s linear;
}

.cookies {
    padding: 0 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 9999;
}

.cookies.cookies_show {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.cookies__content {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 424px;
    padding: 20px 25px 25px 20px;
    background: #fff;
    box-shadow: 0 4px 12px rgb(26 36 51 / 16%);
}

.cookies__text {
    color: #000;
    margin-bottom: 14px;
}

.footer_block_lg {
    max-width: 263px;
    margin-bottom: 40px;
}

.list-unstyled {
    margin: 0 -0.25rem;
}

.list-unstyled > li {
    padding: 0.25rem;
}

.list-unstyled__item {
    font: 0/0 a;
    width: 53px;
    height: 53px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50%;
    padding: 5px;
}

.list-unstyled__item > i {
    color: #FFFFFF;
    font-size: 1.3rem;
}

.list-unstyled__item:hover {
    color: #fff;
}

.wa-button:hover {
    background-color: #26d466;
    color: #fff;
    border-color: #26d466;
}

.fb-button:hover {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

.in-button:hover {
    background-color: #0172b1;
    border-color: #0172b1;
    color: #fff;
}

.vk-button:hover {
    background-color: #0077ff;
    border-color: #0077ff;
    color: #fff;
}

.tw-button:hover {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #fff;
}

.hidden_desk {
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.gallery_block {
    padding-top: 37px;
    margin: 0 -0.5rem 0;
}

.prices_block {
    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #212121;
    -moz-column-rule: 1px solid #212121;
    column-rule: 1px solid #212121;
}

.typed-cursor {
    margin-top: -1.0625rem;
}

.main-slider {
    padding: 7.4% 0;
}

.portfolio-page {
    padding: 6.8% 0 3.5%;
}

.portfolio-page .new-button-arrow img {
    padding: 15px;
}

.odometer_section,
.parallax-section,
.stores_section,
.blog_section,
.service_info_section {
    padding: 65px 0 0 0;
}

.partners_section {
    padding: 65px 0 70px;
}

.scrollToTop {
    z-index: 15;
    background-color: #fff;
}

.scrollToTop img {
    filter: invert(100%);
    transform: rotate(-90deg);
}

.scrollToTop:hover img {
    filter: invert(0%) !important;
}

.min-vh-75 {
    min-height: 75vh;
}

.container {
    max-width: 1440px;
    padding: 0;
}

.shadow_white {
    box-shadow: 0px 0px 11px #f2f2f2;
}

.shadow_black {
    box-shadow: 0px 1px 13px rgb(86 86 86 / 50%);
}

.fixed-top-invert {
    animation: fadeInDown;
    animation-duration: .3s;
}

.dropdown-toggle {
    color: #fff;
}

#dropdownMenuButton:hover {
    color: white;
}

.dropdown-toggle::after {
    content: unset;
}

.dropdown-toggle::before {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: ">";
    transform: rotate(90deg) rotateY(60deg) translateX(5px);
    border: none;
}

.main-slider .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    margin: 0 !important;
    width: 70px;
    height: 2px;
    background-color: #212121;
}

.bg-dark {
    background-color: #000 !important;
}

.offcanvas .btn-close {
    /*background: url(../../img/icons/close-btn.png) center/3rem auto no-repeat;*/
    opacity: 1;
}

.offcanvas-header .btn-close {
    margin-top: -20px;
    margin-right: 5px;
}

.offcanvas .nav-link {
    color: #fff;
}

.offcanvas .dropdown .btn:hover {
    color: #fff;
}

.offcanvas-top {
    transform: translateY(-100%); /* Initially hidden */
    transition: transform 0.5s ease-in-out; /* Smooth transition */
}

.offcanvas.show {
    transform: translateY(0); /* Slide down when shown */
}

.offcanvas-top {
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.offcanvas-top {
    border-bottom: 1px solid #000;
}

.offcanvas.show {
    opacity: 1;
}

.bg-light-grey {
    background-color: #F7F7F7;
}

.color-white {
    color: #fff;
}

.color-dark {
    color: #212121;
}

a.color-dark:hover {
    color: #686868;
}

/*.btn-outline-dark img{*/
/*  filter: invert(1);*/
/*}*/
.btn-outline-dark:hover img {
    filter: invert(0);
}

.scrollToTop:hover img {
    filter: invert(0%) !important;
}

.social-network-buttons .btn-outline-dark img {
    filter: invert(0);
}

.social-network-buttons .btn-outline-dark:hover img {
    filter: invert(1);
}

.navbar-brand {
    min-width: 122px;
    max-width: 173px;
    width: 100%;
    display: block;
}

.offcanvas-header .navbar-brand img {
    filter: invert(0);
}

.navbar-brand img {
    width: 100%;
    filter: invert(1);
}

.fixed-top-invert .navbar-brand img {
    filter: invert(1);
}

.phone-link {
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
    text-align: left;
    color: #fff;
}

.phone-icon {
    display: flex;
    align-items: center;
}

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

.swiper-slide {
    background: #fff;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.main-swiper_images {
    position: relative;
    height: 70vh;
}

.main-swiper_images-fixed {
    position: absolute;
    top: 30%;
    right: -50px;
    opacity: 0;
}

.main-swiper_images-fixed img {
    width: 100%;
    margin-left: auto;
}

.swiper-slide.active {
    animation: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.swiper-slide-active .main-swiper_images {
    animation: fadeInLeft;
    animation-duration: 0.5s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.swiper-slide-active .main-swiper_images-fixed {
    animation: flipInX;
    animation-duration: 0.5s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}

.swiper-slide-active .swiper-animate-text {
    animation: fadeInRight;
    animation-duration: 0.5s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

#dropdown-menu {
    top: 56px !important;
}

.dropdown-menu {
    padding: 6px 0;
}

.dropdown-menu > li {
    padding: 0 13px;
}

.dropdown-menu {
    color: #fff !important;
    background: #000 !important;
}

.lang-menu .dropdown-menu li a {
    color: #fff !important;
}

.dropdown-menu > li:hover {
    background-color: red;
}


.dropdown-menu__item:hover {
    color: inherit;
}

.portfolio-block-item img {
    width: 100%;
}

.lang-menu .dropdown li {
    list-style-type: none;
}

.lang-menu .dropdown li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    justify-content: flex-end !important;
    align-items: flex-end !important;
}

#burger {
    width: 54px;
    height: 54px;
}


.col-home {
    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #212121;
    -moz-column-rule: 1px solid #212121;
    column-rule: 1px solid #212121;
}

.col-home a {
    color: inherit;
}

.image {
    width: 100%;
}

.mob-info {
    display: flex;
    flex-direction: column-reverse;
}


.portfilio-single-list {
    list-style-type: none;
    padding-left: 0;
}

.portfilio-single-list li::before {
    content: '✓';
    margin-right: 10px;
}

.partners img {
    filter: grayscale(1);
    transition: all .35s ease;
}

.partners img:hover {
    filter: grayscale(0);
}

.btn-outline-white {
    border-color: #fff;
    color: #fff;
}

.btn-outline-white:hover {
    color: #000;
    background-color: #fff;
}

.btn-outline-white img {
    transition: all .35s ease;
}

.btn-outline-white:hover img {
    filter: invert(1);
}

.footer-links ul {
    list-style-type: none;
    padding: 0;
}

.footer-links ul li {
    border-bottom: 1px solid #fff;
}

.footer-links ul a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px 0;
}

.contact-info {
    color: #fff;
}

.contact-info a {
    color: inherit;
    text-decoration: none;
}

.card-lined-wrapper {
    text-decoration: none;
    color: #212121;
}

.card-lined-wrapper:hover {
    color: #212121;
    text-decoration: none;
}

.card-lined-wrapper:hover .card-title {
    text-decoration: none;
    text-decoration-thickness: 0.05rem;
}

.scroll-img img {
    width: 100%;
}


.scroll-img-conent {
    position: absolute;
    top: calc(3% + 1px);
    left: calc(10% + -1px);
    overflow: hidden;
    height: 60%;
    width: 81%;
}

.scroll-img-conent img {
    animation: scrolling 15s linear infinite;
    animation-play-state: paused;
}

.scroll-img-conent img:hover {
    animation: scrolling 15s linear infinite;

}

.phone-content {
    max-width: 400px;
}

.phone-content-img img {
    width: 100%;
    height: 100%;
}

.phone-content-img {
    position: absolute;
    top: calc(14% + -1px);
    left: calc(10% - 2px);
    overflow: hidden;
    height: calc(71% + 4px);
    width: calc(79% + 4px);
}

.scroll-img-conent::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.scroll-img-conent::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.scroll-img-conent::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.scroll-img-conent::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scroll-img-conent img {
    width: 100%;
}

.scroll-img {
    overflow: hidden;
}

.static-img-conent img {
    width: 100%;
    height: 100%;
}

.static-img-conent {
    position: absolute;
    overflow: hidden;
    top: 15.5%;
    left: 11.6%;
    right: 11.6%;
    bottom: 18.4%;
}

.services {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.services_list {
    width: fit-content;
}

.services_list img {
    filter: invert();
}

.services_list li a {
    transition: all 1s ease;
}

.services_list li a:hover {
    transform: translateX(50px);
}

.portfolio-phones {
    background-image: url(../img/portfolio/Group503.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.d-t_in {
    width: 50%;
}

.vacansy_block {
    padding: 10px;
    border: 1px solid #ECEDF2;
    border-radius: 5px;
    margin-bottom: 20px;
}

.vacansy_block .vacansy_block-header {
    display: flex;
    border-bottom: 1px solid #70707033;
    margin-bottom: 20px;
}

.vacansy_block .vacansy_block-header .vacansy_block-header_col {
    flex-basis: 100%;
    display: flex;
    align-items: center;
}

.vacansy_block .vacansy_block-info {
    display: flex;

    padding-left: 15px;
}

.vacansy_block-info {
    border-left: 1px solid #70707033;
}

.vacansy_block-info p {
    margin-bottom: 0;
}

.vacansy_block-desc .portfolio_title {
    border-bottom: 2px dashed #70707033;
}

.modal-wrapper .modal {
    background-color: #000000e8;
}

.modal-wrapper .modal .row {
    margin: 0;
}

.modal-wrapper .modal .row .modal-col {
    padding: 0 5px;
}

.modal-wrapper .modal .row .modal-col .form-group {
    margin-bottom: 30px;
    position: relative;
}

.red {
    color: red;
}

.form-group label {
    position: absolute;
    top: -13px;
    left: 10px;
    background: #fff;
    padding: 0px 10px;
    color: #818181;
    font-size: 14px;
}

.modal-wrapper .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.modal-wrapper .modal-header:before, .modal-wrapper .modal-header:after {
    content: unset;
}

.modal-wrapper .modal .row .modal-col .form-control {
    border: 1px solid #e9e9e9;
}

.modal-wrapper .modal .row .modal-col textarea {
    resize: none;
}

.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    min-height: 6em;
    outline: none;
    visibility: hidden;
    background-color: #c61c23;
}

.inputDnD .form-control-file:before {
    content: attr(data-title);
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 100%;
    padding: 1.5em 0.5rem;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 1px dashed #70707033;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    white-space: pre-line;
}


@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes typing {
    to {
        width: 0;
    }
}

.typing {
    position: relative;
}

.typingText {
    min-height: 70px;
}

@media (min-width: 1200px) {
    .typingText.fs-1 {
        font-size: 32px !important;
        letter-spacing: 0.2em;
    }

}

.typed-cursor {
    font-size: 35px;
}

.typing::after {
    content: "|";
    position: absolute;
    right: 0;
    text-align: left;
    height: 100%;
    top: 0;
    width: 100%;
    color: #000;
    background: #fff;
    -webkit-animation: typing 3s steps(32) forwards, caret 1s infinite;
    animation: typing 3s steps(32) forwards, caret 1s infinite;
}

.animated-letters {
    padding: 60px 30px;
}

.animated-letters img {
    width: 60px;
    height: 60px;
}

#firstContainer .circle:nth-child(even) {
    align-self: center;
}

#secondContainer .circle:nth-child(1) {
    align-self: start;
}

#secondContainer .circle:nth-child(2) {
    align-self: end;
}

#secondContainer .circle:nth-child(3) {
    align-self: center;
}

@keyframes typing {
    to {
        width: 0;
    }
}

@-webkit-keyframes caret {
    50% {
        color: transparent;
    }
}

@keyframes caret {
    50% {
        color: transparent;
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@keyframes scrolling {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-84%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes opacityAnim {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* ---- stats.js ---- */


.nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    user-select: none;

    width: 100%;
}

.nav .title_home,
.slider h1 {
    font-size: 5vw;
    margin: 0;
    padding-bottom: 2.5rem;
    letter-spacing: 0.5rem;
    color: #7e8080;
    transition: all 0.3s ease;
    z-index: 3;
    text-align: center;

}

.nav .title_home {
    font-family: 'Arkhip', sans-serif;
    color: #ffffff;
}


.slider h2 {
    font-size: 2vw;
    letter-spacing: 0.3rem;
    font-family: "ROBOTO", sans-serif;
    font-weight: 300;
    color: #ffffff;
    z-index: 4;
}

.span {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 80%;
    flex-wrap: wrap;
    row-gap: 20px;
    letter-spacing: 0.2em;
    font-weight: 300;
    color: #ffffff;
    white-space: normal;
}

.span div {
    text-align: center;
    white-space: pre;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*a {*/
/*    text-decoration: none;*/
/*}*/

.spans {
    color: #ffff;
    text-shadow: 0 0 0 #ffffff;
}

@-webkit-keyframes loading {
    to {
        text-shadow: 20px 0 70px #332e2f;
        color: #282627;
    }
}


.buttonParent3 {
    position: relative;
    border-radius: 5px;
    text-decoration: unset;
}

.buttonParent3 .button3 {
    border: none !important;
    background-color: black !important;
    position: relative !important;
    padding: 15px 30px !important;
    color: white !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    width: fit-content;
    font-size: 18px;
}

.buttonParent3 .effectButton3 {
    position: absolute;
    cursor: pointer;
    width: 40%;
    height: 200px;
    left: -100%;
    transform: rotate(-45deg);
    top: -50px;
    z-index: 1;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(249, 249, 249, 0.126) 70%,
        transparent 90%
    );
}


@keyframes slideShadow2 {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.blog-page h2 {
    font-size: 25px;
}

.filtr-block {
    background: #fff;
    border-radius: 10px;
    color: #000;

}

/*.filtr-block .portfolio-area{*/
/*    border-radius: 100px;*/
/*    color: #000;*/
/*}*/
/*.filtr-block .portfolio-type{*/
/*    border-radius: 100px;*/
/*}*/
/*.filtr-block .portfolio-area span,*/
/*.filtr-block .portfolio-type span{*/
/*    color: #000;*/
/*}*/

.filtr-block .portfolio-area:hover span,
.filtr-block .portfolio-type:hover span {
    color: #fff;
}

.filtr-block .footer-new-arrow-btn svg {
    background: red;
}

/*.filtr-block .footer-new-arrow-btn{*/
/*    border: 1px solid #707070;*/
/*}*/

/*.filtr-block  .footer-new-arrow-btn .btn-active{*/
/*    border: 1px solid red !important;*/
/*}*/
.filtr-block .btn-active span {
    color: #fff !important;
}

.filtr-block .btn-active svg {
    fill: #fff !important;
}

.footer-new-arrow-btn a {
    width: 100%;
}

.footer-new-arrow-btn button {
    background: transparent;
    border: none;
}

.btn-style {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.footer-new-arrow-btn btn-active span {
    padding: 0 40px 0 15px;
    color: #000;
}

.footer-new-arrow-btn:hover {
    background: red;
}

.footer-new-arrow-btn:hover span {
    color: #fff;
}

.footer-new-arrow-btn:hover svg {
    background: #fff !important;
}

.footer-new-arrow-btn:hover svg #Path_14052 {
    filter: brightness(0) saturate(100%) invert(13%) sepia(86%) saturate(5443%) hue-rotate(357deg) brightness(105%) contrast(111%);
}

.footer-new-arrow-btn span:hover {
    color: #fff;
}

.footer-new-arrow-btn span {
    margin-left: 10px;
    color: #fff;
}

/*.filtr-block {*/
/*    min-height: 50vh;*/
/*}*/

/*=========================================*/


.new-parallax {
    background: #000;
    margin-top: 110px;
    overflow-x: hidden;
    padding: 75px 0 100px;

}


/*************************************************************
  BASIC STYLES
**************************************************************/
*,
*::before,
*::after,
:root {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.author {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    padding: .5rem 1rem;
    background: #fafafa;
    border-bottom-left-radius: 5px;
    transition: 300ms;
}

.author a,
.author a:visited {
    color: #333;
    text-decoration: none;
    display: block;
    transition: 300ms;
}

.author:hover,
.author:active {
    box-shadow: 0 0 10px #33333350;
}


.section1 {
    height: 80vh;
    position: relative;
}


.section2 {
    height: 70vh;
    position: relative;
}

.section1 p {
    position: absolute;
    right: 0;
    max-width: 500px;
    color: #fff;
    z-index: 2;
}

.contact-page .footer-new-arrow-btn {
    background: #fff;
}

.contact-page .new-arrow-btn {
    justify-content: flex-start;
}


.contact-page .footer-new-arrow-btn button {
    color: #000;
    padding: 0 45px 0 0;

}

.contact-page-text p {
    ont-weight: bold;
    font-size: 90px;
    text-align: left;
    color: #000;
    margin-bottom: 97px;
}

.contact-page .footer-new-arrow-btn button img {
    margin-right: 19px;
}

.contact-page .footer-new-arrow-btn:first-child {
    margin-right: 19px;
}

.accordion .accordion-item {
    border: none;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #000;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #d2d2d2;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #000;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #000;
    border: 1px solid #000;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #000;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    padding-top: 30px;
    max-height: fit-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-weight: 300;
    /*margin: 2em 0;*/
}

.portfolio_mobile_text {
    float: right;
    width: 400px;
    height: 800px;
    position: relative;
    top: 5.5%;
    padding: 0 1.5%;
}

.d-t_in {
    display: table-cell;
    /*text-align: center;*/
    vertical-align: middle;
}

.new-service-item {
    display: flex;
    justify-content: space-between;
}

.new-service-item a {
    text-decoration: none;
}

.new-service-item a:hover {
    text-decoration: none;
    color: #fff;
}

.black-service-title,
.new-service-img {
    width: 50%;
}

.black-service-title {
    z-index: 0;
}

.black-service-title h2 {
    font-weight: 500;
    font-size: 90px;
    line-height: 123px;
    text-align: left;
    color: #fff;
    z-index: 2;

}

.black-service-text {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
    margin-top: 27px;

}

.new-service-item:not(:last-child) {
    margin-bottom: 270px;
}

.new-service-item:nth-child(2) {
    display: flex;
    flex-direction: row-reverse;
}

.new-service-item:nth-child(2) .black-service-title h2,
.new-service-item:nth-child(2) .black-service-text {
    text-align: right;
}

.service-type {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #f00;
    padding: 20px 0 22px 0;
    margin-bottom: 0;

}

.modal-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 43px;
    text-align: left;
    color: #000;
    /*max-width: 320px;*/

}


.modal-footer .new-button-arrow {
    z-index: 1;
}

.video-btn-block .new-button-arrow {
    z-index: 1;
    margin-top: 50px;
}

.blog-content {
    margin-top: 50px !important;
}

.checkbox-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*gap: 10px;*/
}

.checkbox-div {
    width: 50%;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.checkbox-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #000;
    border-radius: 4px;
    color: #fff;
}

.checkbox-item input[type="checkbox"]:checked {
    background: #000;
}

.checkbox-item input[type="checkbox"]:checked::after {
    content: "✔";
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.checkbox-item label {
    cursor: pointer;
}

.modal-content {
    padding: 21px 38px 24px 24px !important;
}

.modal-header {
    padding: 0;
}

.modal-dialog {
    max-width: 600px;
}


.yes-choose-items .checkbox-item:first-child {
    margin-right: 17px;
}

.yes-choose-block .service-type {
    padding: 3px 0 10px;
}

.money-block {
    position: relative;
    margin: 21px 0 22px;
}

.modal-body {
    padding: 1rem 0 0;
}

.modal-footer {
    padding: 0;
}

.modal-footer button {
    /*border: 1px solid #000;*/
    /*boredr-radius: 50%;*/
    /*border-radius: 50%;*/
    /*width: 50px;*/
    /*height: 50px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #fff;*/
}

.modal {
    z-index: 9999;
}

/* On desktop, hide mobile button */
#mobileFilterBtn {
    display: none;
}

/* Modal basic styles */
.filter-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.filter-modal-content {
    background: #fff;
    padding: 20px;
    width: 90%;
    max-width: 350px;
    border-radius: 10px;
}

/* Modal base */
.filter-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.filter-modal-content {
    background: #fff;
    padding: 20px;
    width: 90%;
    max-width: 350px;
    border-radius: 10px;
}

#filterDropdowns li a.active,
#mobileFilterList li a.active {
    color: red;
}

.lendind-row .row > * {
    padding-left: 0;
    padding-right: 0;
    /*border: 1px solid #fff;*/

}

.item-class{
    position:relative;
}

.item-row .services-triangle{
    width: 80px;
}

.lendind-row .form-control {
    display: flex;
    align-items: center;
    border-radius: 0 !important;
    background: transparent;
    color: unset;
    border: none;
    padding: 25px 13px;
    font-size: 15px;
    max-width: 350px;
}

.lendind-row .icon-div{
    margin-right: 18px;
}

.sub-class{
    background: #000;
    color: #fff;
    border-top: 1px solid #000;

}

.sub-class:not(:last-child) {
    margin-right: 18px;
}
.lendind-row {
    margin-bottom: 50px;
    position: relative;

}

.title-class {
    background: #000 !important;
    color: #fff;
    border: 1px solid #000;

}

.title-class div{
    font-size: 32px !important;
}

.title-class:not(:last-child) {
    margin-right: 18px;
}

.row-item:last-child .form-control{
    font-weight: 600;
    font-size: 18px;
}

.row-item .item-class:not(:last-child) {
    margin-right: 18px;
}

.row-item :nth-child(even) .item-class{
    background-color: #EDF1F4;
}

.item-class {
    border: 0.5px solid #ebebeb;
}


.row-item{
    position:relative;
}


#section10{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#section10 a {
    padding-top: 60px;
}
#section10 a span {
    position: absolute;
    top: -100px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
#section10 a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

























/*Responsive*/
@media (max-width: 1750px) {
    .parallax-one p {
        max-width: 100%;
        margin-top: 500px;
        color: #fff;
    }
}


@media (max-width: 1500px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }

    /*.contaent-padding {*/
    /*    padding: 58px 15px 0 !important;*/
    /*}*/
    .blog_row {
        margin: 0 -0.7rem;
    }

    .blog_row__item {
        padding: 0 0.7rem;
    }

    #mainDiv {
        margin: 135px 0 0 70px;
    }
}

@media (max-width: 1366px) {

    .about-number-block {
        min-width: 270px;
        padding: 20px 15px;
    }

    .number-about {
        font-size: 50px;
    }
}

@media screen and (max-width: 1280px) {
    .page-wrap h3 {
        font-size: 2.5rem;
    }

    .page-wrap h3 span:not(.emphasis) {
        font-size: 2.5rem;
    }

    .page-wrap h3 + p {
        font-size: 16px;
    }

    .page-wrap p.paragraph {
        font-size: 1rem;
        line-height: 1.3;
    }
}

@media (max-width: 1200px) {
    .main-swiper_images-fixed img {
        width: 90%;
    }

    .slider-title {
        position: absolute;
        color: #fff;
        font-size: 70px;
        /* text-transform: uppercase; */
        font-weight: 700;
        max-width: 750px;
    }

    #mainDiv {
        margin: 80px 0 0 70px;
    }

    .container-left .parallax-one h3 {
        position: unset;
    }

    .parallax-two h3, .parallax-one h3 {
        position: unset;
    }

    .parallax-one {
        flex-direction: column;
    }

    .parallax-one img {
        position: unset;
        width: 100%;
    }

    .parallax-one p {
        margin-top: 50px;
    }

    .container-left .parallax-one img {
        position: unset;
        width: 100%;
    }

    .section1 p {
        position: unset;
    }

    .container-left {
        padding-right: 0;
    }

    .first-section .parallax-one {
        padding: 50px 0 50px;
    }

    .section1 {
        height: 60vh;
    }

    .new-service-item {
        flex-direction: column;
    }

    .new-service-item:nth-child(2) {
        flex-direction: column;
    }

    .black-service-title, .new-service-img {
        width: 100%;
    }

    .new-service-img {
        margin-top: 50px;
    }

    .new-service-item:not(:last-child) {
        margin-bottom: 70px;
    }

    .new-service-item:nth-child(2) .black-service-title h2, .new-service-item:nth-child(2) .black-service-text {
        text-align: left;
    }

    .black-service-title h2 {
        font-size: 60px;
        line-height: 80px;
    }

    .lendind-row {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .lendind-row .form-control {
        width: 400px;
        white-space: initial;
    }

    .row-item {
        display: flex;
        flex-wrap: nowrap;
        width: 150%;
    }



    .row-item:nth-child(even) {
        background: #fff;
    }

    .lendind-row::-webkit-scrollbar {
        width: 3px;
        height: 5px /* scrollbar width */
    }

    .lendind-row::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .lendind-row::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 10px;
    }

    .lendind-row::-webkit-scrollbar-thumb:hover {
        background: #000;
    }


}


@media (max-width: 1199px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 36px;
    }

    .num_counter {
        margin: 0 -0.5rem;
    }

    .web-title-foto {
        flex-direction: column;
        align-items: flex-start;
    }

    .parent-block .main-title {
        font-size: 50px;

    }

    .parent-block-title {
        padding: 70px 0 70px;
    }

    .contact-page-text {
        font-size: 50px;
    }

    .canvas-block-text p {
        font-size: 40px;
    }

    .view-block {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 1024px) {
    .text-container {
        padding: 0 15px;
    }

    .burger-btn-block {
        top: 8px;
    }

    .burger-btn-block svg {
        width: 60px;
    }

    .nav-wrapper nav {
        flex-direction: column;
    }

    .yes-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .blog-title {
        font-size: 35px;
        line-height: 45px;
    }

    #mainDiv {
        width: 650px;

    }

    #boxDiv {
        width: 650px;

    }

    .services-home-block .service_main-block {
        width: 100%;
    }

    .services-home-block {
        margin-top: 40px;
    }

    .services-home-block .service_main-block:nth-child(2),
    .services-home-block .service_main-block:nth-child(4) {
        margin-top: 40px;
    }

    .about-item:last-child {
        flex-direction: column;
    }

    .about-number-block:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .red-black-section {
        height: 350px;
    }

    .home-main-title {
        font-size: 50px;
    }

    .slider-title {
        font-size: 50px;
    }

    #boxDiv div {
        font-size: 32px;
    }

    #mainDiv {
        margin: 0 0 0 70px;
    }

    .marquee-section-two p, .marquee-section p {
        font-size: 32px;
    }

    .home-portfolio-block h3 {
        font-size: 32px;
    }

    .home-page-blog h3 {
        font-size: 32px;
    }

    .footer-text {
        font-size: 20px;
    }

    .nav-wrapper .link span {
        font-size: 50px;
    }

    .about-section {
        margin: 50px 0;
    }

    .services-home-block .home-main-title {
        padding: 50px 0;
    }

    .home-portfolio-block {
        margin-top: 50px;
    }

    .partners_section .home-main-title {
        padding: 0px 0 50px;
    }

    .home-page-blog {
        margin-top: 50px !important;
    }

    .portfolio-block-item h2 {
        font-size: 32px;
    }

    .web-info-black-block {
        padding: 50px 15px 50px;
    }

    .web-info-black-block h2 {
        font-size: 32px;
    }

    .web-service-price {
        margin-bottom: 50px;
    }

    .blogsingle-black-block {
        padding: 50px 0 50px;
    }

    .blogsingle-item:last-child div {
        align-items: flex-start;
    }

    .blogsingle-item {
        width: 100%;
    }

    .blogsingle-item:first-of-type::after {
        display: none;
    }

    .blogsingle-item:last-child {
        margin-top: 80px;
    }

    .blogsingle-item:last-child p {
        margin-bottom: 50px;
        font-size: 35px;
    }

    .blogsingle-item p {
        margin-bottom: 30px;
    }

    .blog-foto-block {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 70px;
    }

    .service-title {
        font-size: 20px;
    }

    .video-section {
        margin-top: 50px;
    }

    .marquee-section-two .marquee_container {
        padding: 30px 0;
        font-size: 35px;
    }

    .marquee_container {
        padding: 30px 0;
        font-size: 35px;

    }

    .marquee-section {
        margin: 60px 0 70px 0;
    }

    .marquee-section-two {
        top: 235px;
    }

    .phone-link {
        display: none;
    }

    .phone-number img {
        width: 45px;
        margin-left: 75px;
    }

    .contact-page-text p {
        font-size: 60px;
    }

    .phone-number svg {
        display: flex;
        border: 2px solid #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        padding: 10px;

    }

    .phone-number {
        top: 15px;
        z-index: 99;
        left: 90px;
    }


}

@media (min-width: 100px) and (max-width: 1023px) {
    .visible_mobile {
        display: block;
        max-width: 400px;
        margin: 10px auto 40px;
        padding: 0 5%;
    }
}

@media screen and (max-width: 960px) {
    .page-wrap h3 {
        font-size: 2.5rem;
    }

    .page-wrap h3 span:not(.emphasis) {
        font-size: 2.5rem;
    }

    .page-wrap p.paragraph {
        max-width: 90%;
    }

    #boxDiv div {
        width: 570px;
    }

    .share-rating-block {
        flex-direction: column;
        justify-content: flex-start;
    }

    .rating-btn {
        margin-left: 5px;
    }

    .rating-item:first-child {
        margin-right: 0;
    }

    .updated_at {
        text-align: start;
    }

    .rating-block {
        justify-content: flex-start;
    }

    .yes-no-btn-block {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .share {
        text-align: left !important;
    }
    .row-item {
        width: 200%;
    }


}

@media (min-width: 992px) {
    .portfolio-block:nth-child(odd):not(.portfolio-page .portfolio-block) .portfolio-block-item {
        padding-left: 0 !important;
    }

    .portfolio-block:nth-child(even):not(.portfolio-page .portfolio-block) .portfolio-block-item {
        padding-right: 0 !important;
    }

    .portfolio-section .col-lg-6,
    .price-section .col-lg-6,
    .portfolio-section .col-md-6 {
        flex: 0 0 auto;
        width: 47%;
    }

    .services-section .col-lg-3 {
        width: 30%;
    }

    .portfolio-block .col-md-6 {
        width: 48%;
    }

    .news-list .col-md-6 {
        width: 48%;
    }

}

@media (max-width: 992px) {
    .service_main-block:nth-last-child(-n + 5) {
        margin-top: 100px;
    }

    .blogsingle-black-block h2 {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .portfolio-block:nth-child(even):not(.portfolio-page .portfolio-block) {
        margin-top: 0;
    }

    .odometer {
        font-size: 4rem !important;
    }

    .odometer_block__title {
        font-size: 1.2rem;
    }

    .prices_block {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .service-item {
        padding: 15px 23px;
    }

    /*.blog-page .card-lined:nth-child(odd) {*/
    /*    margin: 0 !important;*/
    /*}*/
    .main-swiper_images {
        height: auto;
    }

    .service-item {
        background-size: 60px !important;
    }

    .service-child:nth-of-type(6) .service-item {
        background-size: 8px !important;
    }

    .page-wrap .swiper-image {
        width: 100%;
        height: 100%;
    }

    .page-wrap .swiper-image-inner {
        background-size: cover;
        background-position: top;
    }
}

@media (max-width: 800px) {
    .nav .title_home {
        font-size: 10vw;
    }

    @media (max-width: 768px) {
        .portfolio-block {
            transform: translateY(0) !important;
        }

        .border-md-0 {
            border: unset !important;
        }

        .prices:nth-child(odd) {
            margin-top: 0px;
        }
    }


    .span {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .portfolio-page .portfolio-block:nth-child(even), .portfolio-page .portfolio-block:nth-child(4) {
        margin-top: 0;
    }

    .portfolio-block:nth-child(even) {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .service_main-block {
        border-left: 0;
    }

    .phone-number {
        left: 170px;
    }

    .footer-blocks .color-white {
        margin-top: 30px;
    }

    .checkbox-div {
        width: 100%;
    }

    .blog_row {
        margin: 0 -0.5rem;
    }

    .blog_row__item {
        padding: 0 0.5rem;
    }

    .main-swiper_images-fixed {
        right: 0;
    }

    .hidden_desk {
        display: inline-block;
    }

    .service-title {
        padding-bottom: 15px;
    }

    .home-slide {
        background: unset;
        background-size: contain
    }

    .service_main-block:nth-last-child(-n + 6) {
        margin-top: 60px;
    }

    .service-price {
        margin-bottom: 25px;
    }

    .page-wrap .swiper-image {
        width: 100%;
        height: 100%;
    }

    .page-wrap .swiper-slide {
        flex-direction: column;
    }

    .blog-title {
        color: #000;
        margin-top: 20px;
        line-height: 44px;
        font-size: 25px;
    }


    #boxDiv div {
        width: 400px;
        font-size: 40px;
    }

    #mainDiv {
        width: 420px;
        margin: 30px 0 0 70px !important;
    }

    #boxDiv {
        width: 420px;
    }

    .link span {
        font-size: 50px;
    }

    .about-block {
        flex-direction: column;
    }

    .about-item:last-child {
        flex-direction: unset;
    }

    .about-number-block:first-child {
        margin-right: 0;
        margin-bottom: 0;
    }

    .about-item:last-child {
        padding: 40px 0 0 0;
    }

    .about-number-block {
        width: 100%;
    }

    .portfolio-first-text {
        flex-direction: column;
    }

    .portfolio-first-text div {
        width: 100%;
    }

    .portfolioSingle_row .main-title {
        margin-top: 30px;
    }

    .portfolio-foto {
        margin-top: 0px;
    }

    .portfolio-black-section {
        margin-top: 30px;
    }

    .web-info-black-block .new-red-btn {
        margin: 40px 0 10px;
        display: flex;
        flex-direction: column;
    }

    .web-info-black-block .buttonParent3 {
        overflow: visible;

    }

    .web-info-black-block .buttonParent3 .button3 {
        font-size: 20px;
    }

    .web-info-black-block .new-red-btn img {
        width: 80px;
        height: 80px;
        padding: 28px;
    }

    .contact-page-title {
        font-size: 30px;
    }

    .contact-page-text {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .canvas-block-text p {
        font-size: 35px;
    }

    .canvas-block-text .new-red-btn img {
        width: 70px;
        height: 70px;
        padding: 25px;
    }

    .canvas-block-text p {
        padding-top: 50px;
    }

    .parallax-two h3, .parallax-one h3,
    .container-left .parallax-one h3 {
        font-size: 30px;
    }

    .section1 {
        height: 40vh;
    }

    .section2 {
        height: 45vh;
    }

    .portfolio-section h3 {
        font-size: 20px;
    }

    .d-t_in {
        width: 100%;
    }

    .portfolio-phones {
        background-image: none !important;
    }

    .video-btn-block {
        flex-direction: column;
    }

    .blogsingle-black-block .text-container {
        flex-direction: column;
    }

    .blogsingle-black-block h2 {
        width: 100%;
    }

    .phone-number img {
        width: 45px;
        margin-left: 230px;
    }

    .canvas-block-text {
        flex-direction: column;
    }

    .cursor {
        display: none;
    }
    .row-item {
        width: 240%;
    }


}

@media (max-width: 678px) {
    #firstContainer .circle {
        align-self: start !important;
    }

    #secondContainer .circle {
        align-self: end !important;
    }
}

@media screen and (max-width: 640px) {
    #home-slider {
        height: 86vh;
        width: 96vw;
    }

    .page-wrap h3 {
        font-size: 2.5rem;
        align-self: center;
    }

    .page-wrap h3 span:not(.emphasis) {
        font-size: 2.1rem;
    }

    .page-wrap p.paragraph {
        max-width: 94%;
    }
}

@media (max-width: 576px) {
    #dropdown-menu {
        top: 48px !important;
    }

    /*.share-button {*/
    /*    width: 45px;*/
    /*}*/
    .carousel__button.is-prev,
    .carousel__button.is-next {
        top: 53%
    }

    .services-section,
    .main-slider,
    .portfolio-page,
    .partners_section,
    .blog_section {
        padding: 12% 0;
    }

    #boxDiv div {
        width: 320px;
        font-size: 30px;
    }

    #mainDiv {
        width: 320px;
        margin: -30px 0 0 30px !important;
    }

    #boxDiv {
        width: 320px;
    }

    .new-foto-block {
        flex-direction: column;
        margin: 0;
    }

    .new-foto-block div {
        width: 100%;
        padding: 17px 0;
    }

}

@media (max-width: 575px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .logo-mix svg {
        max-width: 150px;
    }

    .phone-number {
        top: 18px;
        left: 120px;
    }

    .offcanvas-header .btn-close {
        margin-right: -18px;
        padding: 0.5rem 1.5rem !important;
    }

    .burger-btn-block {
        right: 20px;
    }

    .btn-close {
        width: auto;
        height: auto;
    }

    .offcanvas-header .btn-close {
        padding: 0;
    }

    .num_counter {
        justify-content: center;
    }

    .num_counter > .col-12 {
        flex: 0 0 auto;
        width: 85%;
    }

    .vacansy_block-info {
        border-left: none !important;
    }

    .services_bg {
        background-image: none !important;
    }

    .error_section .astudio-btn {
        width: 150px;
    }

    .inputDnD .form-control-file:before {
        padding: 1em 0.5rem !important;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 27px;
    }

    .mouse-cursor {
        bottom: 100px;
    }

    .typingText {
        min-height: 30px;
        font-size: 20px !important;
    }

    .page-wrap h3 {
        font-size: 1.7rem;
    }

    .page-wrap h3 {
        margin-bottom: 100px !important;
    }

    .share-button {
        padding: 7px 7px;
    }

    .portfolio-block-text span {
        font-size: 20px !important;
    }

    .rating-block {
        position: relative;
        margin-bottom: 25px;
    }


    .buttonParent3 .button3 {
        height: 51px !important;
        width: 51px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .view-block h2 {
        color: #fff;
    }

    .about-item:last-child {
        flex-direction: column;
    }

    .about-number-block:first-child {
        margin-bottom: 20px;
    }

    .service_block__title img {
        width: 50px;
        height: 50px;
        margin-left: 45px;
        padding: 15px;
    }

    .services-home-block .service-page-price {
        margin-top: -10px;
    }

    .nav-wrapper .link span {
        font-size: 32px;
    }

    .slider-title {
        font-size: 35px !important;
    }

    #boxDiv div {
        font-size: 19px !important;
    }

    .home-main-title {
        font-size: 35px;
    }

    .home-portfolio-block h3 {
        font-size: 25px !important;
    }

    /*.new-arrow-btn button {*/
    /*    width: 80px;*/
    /*    height: 80px;*/
    /*    font-size: 12px;*/
    /*}*/
    .new-service-title {
        font-size: 20px;
    }

    .portfolio-block-item h2 {
        font-size: 25px;
    }

    .blogsingle-item a {
        font-size: 18px;
    }

    .blogsingle-item p {
        font-size: 25px;
    }

    .blogsingle-item:last-child p {
        font-size: 25px;
    }

    .blogsingle-item .buttonParent3 .button3 {
        font-size: 18px;
        justify-content: flex-start;
        padding: 15px 0 !important;
    }

    .blogsingle-item .new-red-btn img {
        width: 70px;
        height: 70px;
        padding: 25px;
    }

    blog-title {
        line-height: 44px;
        margin-top: 25px;
    }

    .parent-block .main-title {
        font-size: 35px;
    }

    .parent-block-title {
        padding: 40px 0 40px;
    }

    .language-items h2 {
        font-size: 35px;
    }

    .language-block {
        margin: 50px 0 10px;
    }

    .logo-mix {
        top: -80px;
    }

    .burger-btn-block {
        top: 12px;
    }

    .portfolio-black-section .new-red-btn img {
        width: 70px;
        height: 70px;
        padding: 25px;
    }

    .portfolio-black-section .buttonParent3 .button3 {
        font-size: 18px;
        padding: 15px 0 !important;
    }

    .rating-btn {
        padding: 5px;
    }

    .yes-block, .no-block {
        padding: 3px 13px;
    }

    .yes-block svg,
    .no-block svg {
        max-width: 23px;
    }

    .like_yes, .like_no {
        padding: 0;
    }

    .share {
        padding: 25px 10px 25px 0;
    }

    .partners_blog {
        padding: 5px;
    }

    .partners-logo {
        padding: 10px;
    }

    .new-button-arrow span {
        font-size: 15px;
        padding-left: 17px;
        /*color: #000;*/
    }

    /*.new-button-arrow {*/
    /*    padding: 5px 17px 5px 8px;*/
    /*}*/
    .marquee-section-two .marquee_container {
        padding: 20px 0;
        font-size: 25px;
    }

    .marquee_container {
        padding: 20px 0;
        font-size: 25px;
    }

    .red-black-section {
        height: 260px;
    }

    .marquee-section-two {
        top: 160px;
    }

    /*.new-button-arrow{*/
    /*    background: red !important;*/
    /*}*/
    /*.new-button-arrow svg{*/
    /*    fill: #fff;*/
    /*}*/
    /*.new-button-arrow span{*/
    /*    color: #fff;*/
    /*}*/
    .blog-foto-item {
        width: 100%;
    }

    .phone-number img {
        width: 45px;
        margin-left: 40px;
    }

    .btn-close svg,
    .burger-btn-block svg {
        width: 60px;
    }

    .nav-wrapper nav {
        position: unset;
        margin-top: 50px;
    }

    .phone-number svg {
        width: 60px;
        height: 58px;
        padding: 12px;
    }

    .lang-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start !important;
    }

    .black-service-title h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .list-unstyled__item {
        width: 50px;
        height: 50px;
    }

    .rating-btn {
        width: 51px;
        height: 51px;
    }

    .contact-page-text p {
        font-size: 35px;

    }

    .portfolio-video-send {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }

    .portfolio-video-send div {
        width: fit-content;
        margin-bottom: 10px;
    }

    /*.contaent-padding {*/
    /*    padding: 15px !important;*/
    /*}*/
    /*.text-container{*/
    /*    padding: 0;*/
    /*}*/
    .updated_at {
        margin-bottom: 30px;
    }

    .share-rating-block {
        margin-top: 30px;
    }

    .stores_section {
        padding: 30px 15px 0 15px;
    }

    .service_info_section {
        padding: 30px 15px;
    }

    .card-body {
        height: fit-content !important;
    }

    .scroll-img-conent {
        position: unset;
        width: 100%;
        height: 100%;
    }

    .for-mob-animation {
        display: none;
    }

    .scroll-img-conent img:hover {
        animation: unset;
    }

    /* Hide desktop filters */
    #filterDropdowns {
        display: none !important;
    }

    /* Show mobile button */
    #mobileFilterBtn {
        display: block !important;
        padding: 20px;
        font-size: 18px;
        background: red;
        border: none;
    }

    #mobileFilterList li {
        margin-bottom: 25px;
    }

    #mobileFilterList li::marker {
        color: red;
    }

    #mobileFilterList a {
        text-decoration: none;
    }

    /* Desktop filter red */
    #filterDropdowns li a.active {
        color: red;
    }

    /* Mobile modal filter red */
    #mobileFilterList li a.active {
        color: red;
    }

    .filter-modal-content {
        max-height: 530px;
        overflow-y: auto;
    }

    .web-title-foto div {
        width: 100%;
    }

    .title-back-view {
        flex-direction: column;
    }


    .rating-item span {
        margin: 0;
        font-size: 15px;
        /*width: 51px;*/
        /*height: 51px;*/
        left: -65px;
    }

    .rating-block {
        height: 50px;
    }

    .rating > label:before {
        font-size: 25px;
    }

    .web-service-price {
        font-size: 28px !important;
        line-height: 40px;
    }

    .web-info-black-block h2 {
        line-height: 45px;
    }

    .lang-menu .dropdown li a {
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    .row-item {
        width: 300%;
    }


}

@media (max-width: 420px) {

    #boxDiv div {
        width: 270px;
    }

    #boxDiv {
        width: 300px;
    }

    #mainDiv {
        width: 300px;
        padding-left: 25px;
    }

    .burger-btn-block {
        right: 30px;
    }
    .row-item {
        width: 85%;
    }
    .title-class div {
        font-size: 26px !important;
    }
    .lendind-row .form-control {
        max-width: 300px;
        white-space: initial;
    }



}

@media (max-width: 375px) {
    .num_counter > .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .title-back-view {
        top: 15%;
    }


}

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

    .slider h1 {
        font-size: 8vw;
    }

    .span {
        font-size: 18px;
    }

    .mouse-cursor {
        bottom: 100px;
    }
}
