body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #23214c;
}

body a {
    text-decoration: none;
    color: #23214c;
    transition: color .2s linear;
}

body a:hover {
    color: #ee87a4;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
}

.doc-loader td {
    text-align: center;
    vertical-align: middle;
}

.doc-loader img {
    width: 90px;
    height: 90px;
}

.content-1170 {
    width: 1170px;
}

.content-1170 img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.full-width {
    line-height: 0;
}


/* TOP MENU */

.menu-wrapper {
    transition: background-color .2s linear;
    z-index: 99 !important;
    background-color: #18181A;
    width: 100% !important;
    top: 0;
    position: fixed;
}

#header-main-menu {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
#header-main-menu .logo{
    width: 50px;
}
#header-main-menu .logo img{
    width: 100%;
}
.enter-button{
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    transition: color .2s linear;
    letter-spacing: 0.03cm;
}
.main-menu.sm-clean {
    background-color: transparent;
}

.main-menu.sm-clean a {
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    transition: color .2s linear;
    letter-spacing: 0.03cm;
}

.main-menu.sm-clean .sub-menu a {
    font-size: 11px;
    line-height: 20px;
}

.sm-clean .current_page_item a {
    color: #fff !important;
}

.main-menu.sm-clean a:hover {
    color: #fff !important;
}

.sm-clean li.active a {
    color: #fff !important;
}

.mob-menu {
    display: none;
    font-weight: 700;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: color .2s linear;
    color: #fff;
}

/* END TOP MENU */


/* GENERAL SECTION */

.section {
    position: relative;
    z-index: 1;
}

.section-num {
    overflow: hidden;
    margin-top: 40px;
}

.section-title-holder {
    background-color: #20214D;
    width: 370px;
    height: 370px;
    z-index: 2;
}
.home-holder{
    background-color: black!important;
}
.section-num span {
    margin-left: -64px;
    color: #518AE0;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 180px;
    line-height: 100%;
    letter-spacing: -5px;
}

.section-title-holder h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 109px;
    width: 245px;
    line-height: 83px;
    margin-top: 10px;
    color: white;
    margin-left: 60px;
    text-transform: uppercase;
    letter-spacing: -3px;
    padding: 0;
}

.section-content-holder {
    background: #fff;
    width: 800px;
    padding: 60px 0;
}

.section-content-holder .content-wrapper {
    padding: 0 60px;
}

.section-content-holder.right {
    margin-left: 370px;
}

.section-content-holder.left {
    margin-top: 370px;
}

.section-content-holder .content-title-holder {
    overflow: hidden;
    height: 100px;
    margin-top: -60px;
    padding-bottom: 50px;
}

.section-content-holder .content-title {
    font-family: 'Inter';
    font-weight: 700;
    text-align: center;
    font-size: 180px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: -75px;
    color: #221c5a;
}

.extra-content-left {
    width: 800px;
    color: #fff;
    padding: 100px 0;
}

.extra-content-right {
    width: 800px;
    margin-left: 370px;
    color: #fff;
    padding: 100px 0;
}

.extra-content-full-width {
    padding: 100px 0;
}

.section:last-of-type .extra-content-left, .section:last-of-type .extra-content-right, .section:last-of-type .extra-content-full-width {
    padding-bottom: 0;
}
.test-product{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 100px;

}
.test-product a{
    display: flex;
    color: white;
    font-weight: 400;
    font-size: 22px;
    align-items: center;
    background: #242422;
    border-radius: 21px;
    padding: 14px 88px 14px 42px;
}
.windows{
    width: 55px;
    margin-right: 20px;
}
.windows img{
    width: 100%;
}

/* END GENERAL SECTION */


/* HOME SECTION */

.intro-page {
    padding-bottom: 170px;
    min-height: calc(100vh - 170px);
    background-color: #18181A;
    background-image: url(images/main_background.png);
    background-repeat: repeat;
    background-position: center top;
    background-size: cover;
    z-index: 10;
}

.top-logo {
    width: 160px !important;
    padding-top: 150px;
}

h1.big-title {
    font-family: 'Inter', sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 100%;
    padding-top: 100px;
    color: #fff;
    letter-spacing: -1px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.big-title span {
    display: block;
}

.title-desc {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 26px;
    max-width: 666px;
    margin: 0 auto;
    color: #fff;
}

.page-template-page-home .intro-page footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* END HOME SECTION */


/* SERVICE SECTION */

#services {
    background: linear-gradient(90deg, #151515 0%, #151515 21.88%, #191816 48.96%, #181715 73.44%, #151314 100%);
    z-index: 9;
}

#services .section-title-holder {
    background-color: #518AE0;
}

#services .section-title-holder span {
    color: #0c4698;
}

.service-holder {
    display: inline-block;
    width: 335px;
}

.service-holder img {
    display: inline-block;
    width: 50px !important;
    vertical-align: top;
}

.service-content-holder {
    display: inline-block;
    width: 240px;
    margin-top: 55px;
    margin-left: 5px;
}

.service-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    padding-bottom: 10px;
}
.service-middle-text{
    margin-top: 35px;
    width: 100%;
    max-width: 770px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    color: #23214c;
}
/* END SERVICE SECTION */






/* benefits SECTION */

#benefits {
    background: linear-gradient(90deg, #151515 0%, #151515 21.88%, #191816 48.96%, #181715 73.44%, #151314 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 6;
}

.blog-item-holder {
    padding: 35px 0;
    border-bottom: 2px solid #f4f4f4;
    display: flex;
    align-items: center;
}

.blog-item-holder:last-of-type {
    border: none;
}

.blog-item-holder .num {
    display: inline-block;
    width: 110px;
    font-size: 48px;
    font-weight: 900;
    color: #3802D1;
}

.blog-item-holder .info {
    display: inline-block;
    width: 235px;
}

.blog-item-holder .info .cat-links a {
    color: #ee87a4;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.blog-item-holder .entry-title {
    display: inline-block;
    width: 100%;
    max-width: 565px;
    padding: 0;
    vertical-align: top;
    line-height: 20px;
    font-weight: 400;
    font-size: 18px;

}
.latest-post-bottom-text {
    text-align: center;
    margin-top: 25px;
}

.latest-post-bottom-text a {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #32db89;
    letter-spacing: 5px;
    border-bottom: 2px solid;
    padding-left: 5px;
    padding-bottom: 5px;
}

.testimonial-slider-holder {
    max-width: 500px;
    padding-left: 50px;
}

.testimonial-text {
    font-size: 22px;
    line-height: 40px;
}

.testimonial-author {
    padding-top: 90px;
    font-size: 16px;
    letter-spacing: 3px;
}

/* END benefits SECTION */

/* MODULES SECTION */
#modules{
    background-image: url("images/modules-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 345px;
    padding-bottom: 140px;
}
@media screen and (max-width: 1000px) {
    #modules{
        padding-bottom: 30px;
        padding-top: 100px;
    }
}
.medium-title{
    color: white;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    text-align: center;
    line-height: 100%;
}
.modules-text{
    display: flex;
    flex-wrap: wrap;
    row-gap: 45px;
    column-gap: calc(10px + (70 - 10)*((100vw - 320px) / (1920 - 320)));
    -webkit-column-gap: calc(10px + (70 - 10)*((100vw - 320px) / (1920 - 320)));
    justify-content: center;
}
.modules-text p{
    color: white;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    max-width: calc(320px + (600 - 320)*((100vw - 320px) / (1920 - 320)));
    flex: 1 1 40%;
}
.mt-60{
    margin-top: 60px;
}
.p-top-60{
    padding-top: 60px;
}
#structure{
    background-image: url("images/schemebg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: brightness(60%);
}
.device-module-pic img{
    width: 100%;
    border-radius: 40px;

}
/* END MODULES SECTION */
#complex{
    padding: 30px 0;
}
@media screen and (max-width: 925px) {
    .complexExample{
        max-width: 275px;
    }
}
.complexExample img{
    border: 2px darkgrey solid;
    border-radius: 15px;
}
.blockInfo{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.flexText h2{
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 90%;
}
.flexText p{
    margin-top: 80px;
    max-width: 600px;
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
}

.scheme-image{
    width: 70%;
    margin: 0 auto;
}

#feedback-form-region{
    background-image: url("images/form-background.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.feedbackHh3{
    max-width: 330px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 43px;
    color: white;
}
.feedbackHh2{
    max-width: 550px;
    font-family: 'Inter';
    font-style: normal;
    color: white;
    font-weight: 500;
    font-size: 60px;
}
.feedback-form{
    max-width: 780px;
    margin: 55px auto 0 auto;
}
.feedback-form label{
    display: block;
    color: white;
    font-weight: 400;
    font-size: 22px;
    margin: 4px 0;
}
.feedback-form input{
    width: 100%;
    height: 35px;
    border-radius: 11px;
    border: 2px solid #BCBCBC;
    padding: 10px 0 10px 10px;
    font-weight: 300;
    font-size: 21px;
    color: black;
}
.form-input{
    transition: 0.3s;
}
.phone-email-row{
    display: flex;
    width: 100%;
    column-gap: 20px;
    -webkit-column-gap: 20px;
}
.rowElement{
    width: 100%;
}
#message{
    font-family: 'Inter', sans-serif;
    width: 100%;
    border-radius: 11px;
    border: 2px solid #BCBCBC;
    font-weight: 400;
    font-size: 21px;
    color: black;
    padding: 10px 0 10px 10px;
}
.formRow{
    margin-top: 10px;
}
.submit-div{
    text-align: center;
    margin-top: 25px;
}
.submit-div button{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    border: 2px solid #BCBCBC;
    border-radius: 11px;
    padding: 10px 50px;
}
footer{
    margin: 60px auto 0 auto;
    padding: 18px 0;
    max-width: 1130px;
    display: flex;
    justify-content: space-between;
    border-top: 3px solid #FFFFFF;
}
footer *{
    color: white;
}
.footer-logo{
    max-width: 80px;
}
.footer-logo img{
    width: 100%;
}
.menus{
    display: flex;
}
.menu-footer + .menu-footer{
    margin-left: 65px;
}
.menu-footer li a{
    color: white;
}
.place-contacts a{
    color: white;
}
.place-contacts:hover{
    color: white;
}
@media screen and (max-width: 700px) {
    .medium-title{
        font-size: 30px;
    }
    .modules-text p{
        flex: 0 0 auto;
        font-size: 22px;
    }
    .flexText h2{
        font-size: 40px!important;
    }
    .flexText p{
        margin-top: 20px;
        font-size: 20px;
    }
    .feedbackHh3{
        font-size: 30px;
    }
    .feedbackHh2{
        font-size: 40px;
    }
}

/* RESPONSIVE PART */

@media screen and (max-width: 1270px) {

    .content-1170 {
        width: 960px;
    }

    .one_half {
        margin-right: 8%;
        float: left;
        position: relative;
        margin-bottom: 37px;
    }

    .one_half {
        width: 46%;
    }

    .section-title-holder {
        width: 250px;
        height: 250px;
    }

    .section-num {
        margin-top: 20px;
    }

    .section-num span {
        margin-left: -35px;
        font-size: 100px;
    }

    .section-title-holder h2 {
        font-size: 80px;
        width: 177px;
        line-height: 66px;
        margin-top: 25px;
        margin-left: 75px;
    }

    .section-content-holder.right {
        margin-left: 250px;
    }

    .section-content-holder.left {
        margin-top: 250px;
    }

    .section-content-holder {
        width: 710px;
    }

    .extra-content-left, .extra-content-right {
        width: 710px;
    }

    .extra-content-right {
        margin-left: 250px;
    }

    .service-holder {
        width: 290px;
    }

    .section-content-holder.portfolio-holder {
        width: 710px;
    }

    .grid-item.p_one, .grid {
        width: 710px;
    }

    .grid-sizer, .grid-item, .grid-item.p_one_half {
        width: 355px;
    }

    .portfolio-holder .portfolio-load-more-holder {
        width: 460px;
    }

    .section-content-holder .content-title {
        font-size: 140px;
        margin-top: -56px;
    }

    .member-content-holder {
        width: 275px;
        padding: 50px;
    }

    .member-image-holder {
        width: 335px;
    }

    .image-slider-wrapper.team .image_slider_next {
        right: 260px;
    }

    .blog-item-holder .entry-title {
        width: 240px;
    }

    .single-portfolio .entry-content .one {
        padding-left: 5%;
        padding-right: 5%;
    }

    .single-portfolio .entry-content .one_half {
        width: 40%;
        padding-left: 5%;
        margin-right: 10%;
    }

    .single-portfolio .entry-content .one_half.last {
        padding-left: 0;
        padding-right: 5%;
    }

}

.assets-list-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    align-items: start;
}


@media screen and (max-width: 1020px) {

    .content-1170 {
        width: 100%;
    }

    .extra-content-left, .extra-content-right {
        width: 100%;
        margin-left: 0;
    }

    .single-portfolio article {
        padding-top: 140px;
    }

    .one_half {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

    .single-portfolio .entry-content .one_half {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-right: 0;
    }

    .single-portfolio .entry-content .one_half.last {
        padding-left: 5%;
        padding-right: 5%;
    }

    .site-content .one_half, .single-portfolio .entry-content div {
        text-align: left;
    }

    .image-slider-wrapper.service a.image_slider_next {
        top: -89px;
        right: 0;
    }

    .section {
        padding-bottom: 150px;
    }

    .section-content-holder.right {
        margin-left: 0;
    }

    .section-content-holder.left {
        margin-top: 0;
    }

    .section-num {
        display: inline-block;
        margin-top: 10px;
    }

    .section-num span {
        font-size: 50px;
        margin-left: -15px;
    }

    .section-title-holder {
        width: 100%;
        height: auto;
        position: relative !important;
        top: 0 !important;
    }

    .section-title-holder h2 {
        display: inline-block;
        width: auto;
        margin: 0;
        vertical-align: top;
        margin-top: 10px;
        font-size: 50px;
        line-height: 100%;
    }

    .section-content-holder {
        width: 100%;
        padding: 30px 0;
    }

    .section-content-holder .content-wrapper {
        padding: 0 5%;
    }

    .service-holder {
        width: 100%;
        display: block;
    }

    .service-content-holder {
        width: 100%;
        width: calc(100% - 75px);
        margin-bottom: 30px;
    }

    .section-content-holder.portfolio-holder {
        width: 100%;
    }

    .grid-item.p_one, .grid {
        width: 100%;
    }

    .grid-sizer, .grid-item, .grid-item.p_one_half {
        width: 50%;
    }

    .portfolio-holder .portfolio-load-more-holder {
        width: 100%;
    }

    .member-content-holder {
        width: 40%;
        padding: 10% 5% 5% 5%;
    }

    .member-image-holder {
        width: 50%;
    }

    .image-slider-wrapper.team .image_slider_next {
        right: 40%;
    }

    .blog-item-holder .entry-title {
        width: 100%;
        display: block;
        padding-top: 20px;
    }

    .blog-item-holder .info {
        width: auto;
    }

    .section-content-holder .content-title-holder {
        overflow: visible;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .section-content-holder .content-title {
        font-size: 19vw;
        margin-top: 0;
    }

    .testimonial-slider-holder {
        width: 90%;
        padding-left: 5%;
    }
}

@media screen and (min-width: 925px) {
    .main-menu {
        display: block !important;
    }

}

@media screen and (max-width: 925px) {
    #header-main-menu{
        display: block;
    }
    #header-main-menu .logo{
        display: none;
    }
    .intro-page {
        min-height: 0;
    }

    .section {
        position: static !important;
        z-index: 0 !important;
    }

    h1.big-title {
        font-size: 40px;
        padding-top: 0;
    }

    h1.big-title span {
        display: inline;
    }

    .title-desc {
        font-size: 19px;
        line-height: 23px;
    }

    .mob-menu {
        display: block;
    }

    .mob-menu:hover {
        cursor: pointer;
    }

    .portfolio-text-holder {
        display: none !important;
        opacity: 0 !important;
    }

    .main-menu {
        float: none;
        margin: 0 auto;
        text-align: center;
        max-width: 300px;
        width: 100%;
        position: relative;
        z-index: 9999;
        display: none;
    }

    .main-menu ul {
        width: 12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
        padding-right: 0;
        padding-left: 0;
    }

    .main-menu.sm-clean a {
        line-height: 24px;
    }

    .main-menu.sm-clean .sub-menu a {
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }

    .carousel_fw_next {
        display: block !important;
    }

    .fw_carousel_pagination {
        display: none !important;
    }
    .blockInfo{
        flex-direction: column;
    }
}

@media screen and (max-width: 805px) {

    .contact-form input[type=text], .contact-form input[type=email], .contact-form textarea, p.custom-field-class, #commentform #email, #commentform #author, #commentform #comment {
        width: 100% !important;
    }
    .phone-email-row{
        flex-direction: column;
    }
    #message, .feedback-form input{
        width: 75%;
    }
    .phone-email-row, .formRow{
        text-align: center;
    }
}


@media screen and (max-width: 650px) {
    .test-product a{
        display: flex;
        color: white;
        font-weight: 400;
        font-size: 18px;
        align-items: center;
        background: #242422;
        border-radius: 21px;
        padding: 12px 60px 14px 22px;
    }
    .windows{
        width: 40px;
        margin-right: 20px;
    }

    .member-content-holder {
        width: 90%;
        float: none;
    }

    .member-image-holder {
        width: 100%;
        float: none;
    }

    .image-slider-wrapper.team .image_slider_next {
        right: auto;
        left: 30px;
    }
    footer{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .places{
        margin-top: 20px;
    }
    .menus{
        flex-direction: column;
        /*margin-left: 20px;*/
    }
    .menu-footer + .menu-footer{
        margin: 0;
    }
}


@media screen and (max-width: 350px) {

    .section-num {
        margin-top: 9px;
    }

    .section-num span {
        font-size: 35px;
        margin-left: -10px;
    }

    .section-title-holder h2 {
        margin-top: 9px;
        font-size: 35px;
    }

    .image-slider-wrapper.service a.image_slider_next {
        top: -84px;
    }
}