@charset "utf-8";

@font-face {
    font-family: 'Gilroy';.first-section-long
    src:url('../fonts/Gilroy-Light.woff');
        font-weight: 300;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Regular.woff');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-MediumItalic.woff');
        font-weight: normal;
        font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Medium.woff');
        font-weight: 500;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Semibold.woff');
        font-weight: 600;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Bold.woff');
        font-weight: bold;
        font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/Gilroy-Extrabold.woff2');
        font-weight: 800;
        font-style: normal;
}

body{
    max-width: 100%;
    margin: auto;
    font-family: 'Gilroy';
    color: #03162D;
    font-size: 16px;
    line-height: 1.5;
}
.main-content{
    width: 100%;
    overflow: hidden;
}
.footer{
    padding: 40px 0 30px;
    background: #161518;
    color: rgba(255,255,255,0.6);
    font-size: 11px;
}
.footer-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-inner .left-part{
    width: 40%;
    padding-right: 40px;
}
.footer .logo{
    position: relative;
    padding: 10px 0 0 14px;
    width: 120px;
    margin-bottom: 20px;
}
.footer .logo .logo-bird{
    position: absolute;
    top: -15px;
    left: 0;
}
.footer-requisites{
    margin-bottom: 20px;
    font-size: 13px;
}

.footer a{
    color: rgba(255,255,255,0.6);
}
.footer a:hover{
    text-decoration: none;
    color: #fff;
}

.footer-inner .right-part{
    width: 60%;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-nav{
    width: calc(100% - 290px);
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    font-size: 13px;
    padding-right: 30px;
}
.footer-feedback-link{
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    color: #FCC000 !important;
}
.footer-feedback-link:hover{
    text-decoration: none;
}
.footer-contacts{
    width: 290px;
}
.footer-inner .right-part .item-title{
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}
.footer-inner .right-part .footer-contacts-item .item-title{
    margin-bottom: 0;
}

.footer nav li{
    margin-bottom: 4px;
}

.footer-contacts-item{
    margin-bottom: 15px;
}
.footer-address{
    margin-bottom: 10px;
    font-size: 14px;
}
.footer-schedule{
    margin-bottom: 22px;
    font-size: 14px;
}

.footer-phone-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-phone-row .footer-phones-item{
    margin-right: 15px;
}
.footer-phones-item{
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
.footer-phones-item img,
.footer-mail img{
    margin-right: 2px;
}
.footer-phones-item a{
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 175.78%;
    color: #fff;
}
.footer-phones-item a:hover{
    color: #FCC000;
}

.footer-mail{
    font-size: 14px;
}
.footer-mail svg{
    position: relative;
    bottom: -2px;
    margin-right: 3px;
}

.footer-bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.footer .development a{
    display: flex;
    align-items: center;
}
.footer .development a img{
    margin-left: 10px;
}

@media(min-width: 1920px){
    .footer{
        background-size: cover;
    }
}
@media(max-width: 1329px){
    .development{
        padding-right: 80px;
    }
}
@media(max-width: 1049px){
    .footer-inner .right-part{
        padding-left: 0;
        padding-right: 100px;
        width: 100%;
    }
    .footer-inner .left-part{
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .footer-inner .left-part,
    .footer-inner .right-part{
        width: 100%;
        padding-right: 0;
    }
    .footer-nav {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .footer-nav .col{
        width: 100%;
    }
    .footer-nav .col1{
        order: 2;
        margin-bottom: 30px;
    }
    .footer-nav .col2{
        order: 1;
    }
    .footer-contacts{
        width: 100%;
    }
    .footer-inner .right-part .item-title{
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .footer-bottom .development{
        width: 100%;
    }
    .footer-bottom .copyright{
        width: 100%;
        margin-bottom: 30px;
    }
}

h1,
.title-h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 114.7%;
    margin-bottom: 20px;
}

h2,
.title-h2 {
    font-weight: 600;
    font-size: 27px;
    line-height: 114.7%;
    margin-bottom: 20px;
}

h3,
.title-h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 114.7%;
    margin-bottom: 15px;
}

h4,
.title-h4 {
    font-weight: 600;
    font-size: 23px;
    line-height: 114.7%;
    margin-bottom: 15px;
}

h5,
.title-h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 114.7%;
    margin-bottom: 10px;
}
@media(max-width: 991px){
    h1, h2{
        font-size: 24px;
    }
    h3, h4{
        font-size: 18px;
    }
}

a {
    color: #FCC000;
}

a:hover {
    color: #333;
}
.full-width{
    width: 100%;
}

.section{
    padding: 60px 0 50px;
}
.pt0{
    padding-top: 0;
}
.pb0{
    padding-bottom: 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    cursor: pointer;
    padding: 0 40px;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    color: #041837;
    background: #FCC000;
    text-align: center;
    transition: all 300ms ease-out;
    text-decoration: none !important;
}

.btn:hover {
    -webkit-filter: brightness(119%);
    filter: brightness(119%);
    color: #041837;
}
.btn.btn-gray{
    background: #3D3D3D;
    color: #fff;
}
.btn.btn-gray:hover{
    color: #fff;
}
/** Header **/
.header{
    background-color: #100F11;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-main{
    padding: 15px 0;
}
.header-top-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header-logo{
    width: 156px;
}
.header-top-right{
    max-width: calc(100% - 186px);
    display: flex;
    flex-wrap: wrap;
}

.header-search input[type="text"]{
    padding: 0;
    font-style: italic;
    background: transparent;
    border: none;
    color: #757572;
    width: 120px;
    margin-right: 20px;
    position: relative;
    bottom: -1px;
}
.header-search input[type="submit"],
.header-search-close,
.header-search-btn{
    display: none;
}
.header-search-btn path{
    fill: #fff;
}
.header-feedback{
    margin-right: 20px;
}
.header-feedback-link{
    color: #FCC000;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
}
.header-feedback-link:hover{
     color: #FCC000;
     text-decoration: none;
}
.header-contacts-row1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-phone{
    margin-right: 20px;
}
.header-phone a{
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}
.header-phone a:hover{
    color: #FCC000;
}
.messengers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.messengers a{
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
    line-height: 0;
}
.messengers a:last-of-type{
    margin-right: 0;
}
/* .messengers a:hover{
    background: #7B9D64;
} */
.messengers a.telegram-btn{
    background: #00BBF0;
}
.messengers a.telegram-btn:hover{
    background: #00A3E4;
}
.messengers a.whatsapp-btn{
    background: #0DC143;
}
.messengers a.whatsapp-btn:hover{
    background: #00E143;
}
.header-contacts-row1 + .header-contacts-row2{
    margin-top: 4px;
}
.header-mail a{
    font-size: 14px;
    color: #FFFFFF;
}
.header-mail a:hover{
    color: #FCC000;
}

/* header nav */
.header-bottom{
    padding: 17px 0 12px;
}
.mobile-menu-content{
    display: none;
}
.top-menu li{
    position: relative;
}
@media(min-width: 992px){
    .top-menu ul ul{
        display: none;
        position: absolute;
        top: 100%;
        left: 5px;
        width: 320px;
        background: #433F49;
        padding: 17px 17px 5px;
        z-index: 500;
    }
    .top-menu ul ul ul{
        left: calc(100% - 10px);
        top: 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    .top-menu ul ul li{
        margin-bottom: 12px;
    }
    .top-menu > ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .top-menu > ul > li{
        padding: 0 5px;
    }
    .top-menu > ul > li:first-of-type{
        padding-left: 0;
    }
    .top-menu > ul > li:last-of-type{
        padding-right: 0;
    }
    .top-menu a{
        color: #fff;
        text-decoration: underline;
        font-size: 15px;
    }
    .top-menu a:hover{
        text-decoration: none;
    }
    
    .top-menu > ul > li > a{
        display: inline-block;
        padding: 5px 17px;
        transition: none;
    }
    .top-menu > ul > li:hover > a{
        background: #433F49;
    }
    .top-menu li:hover > ul{
        display: block;
    }
}
/* /. header nav */

/* header middle */
.header-middle-section-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0;
}
.header-slider-wrapper{
    width: calc(50% - 50px);
}
.header-slider{
    color: #fff;
}
.header-slider .item-title{
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2;
}
.header-slider .item-title + .item-text{
    margin-top: 25px;
}
.header-slider .item-text{
    font-size: 18px;
}
.header-slider > div:not(:first-of-type){
    display: none;
}

.header-slider .content ul>li:after{
    background: #fff;
    width: 5px;
    height: 5px;
    top: 12px;
}

.header-form-wrapper{
    width: calc(50% - 50px);
}
.header-form-wrapper-title{
    font-weight: 700;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #fff;
}
.header-form-title{
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
}
.header-form form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 330px;
}
.header-form .form-group{
    width: calc(50% - 5px);
}
.header-form .form-control{
    height: 40px;
}
.header-form .simple-agreement{
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.2;
}
.header-form .simple-agreement a{
    color: #fff;
    text-decoration: underline;
}
.header-form .simple-agreement a:hover{
    color: #fff;
    text-decoration: none;
}
/* /. header middle */

/* header-features-section */
.header-features-section{
    color: #fff;
    padding-bottom: 40px;
}
.header-features-title{
    font-size: 18px;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}
.header-features-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-features{
    width: calc(100% - 330px);
    padding-right: 35px;
    display: flex;
    flex-wrap: wrap;
}
.header-features .col{
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    text-align: center;
}
.header-features-slogan{
    width: 330px;
    background: #433F49;
    text-align: center;
    padding: 35px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
}
.header-features .item-icon{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.header-features .item-title{
    font-size: 15px;
}
/* /.header-features-section */

@media(max-width: 1229px){
    .header-slider-wrapper {
        width: calc(50% - 4vw);
    }
    .header-form-wrapper {
        width: calc(50% - 4vw);
    }
    .header-slider .item-title {
        font-size: 3.6vw;
    }
    .header-slider .item-text{
        font-size: 1.464vw;
    }
    .header-slider .item-title + .item-text {
        margin-top: 2vw;
    }
    .header-form-wrapper-title {
        font-size: 2.84vw;
        margin-bottom: 2.44vw;
    }
}
@media(max-width: 991px){
    .header-main{
        padding: 5px 0;
        height: 50px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99990;
        background-color: #100F11;
    }
    .header-main-push{
        height: 50px;
    }
    .header-top{
        width: 100%;
    }
    .header-logo{
        width: 100px;
    }
    .header-bottom{
        padding: 0;
    }
    .header-top-inner{
        position: relative;
        height: 40px;
        align-items: center;
    }
    .header-top-right{
        align-items: center;
        max-width: calc(100% - 120px);
    }
    .header-search-btn{
        display: flex;
        margin-right: 10px;
    }
    .header-search{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #100F11;
        z-index: 100;
        padding-right: 60px;
        display: none;
    }
    .header-search.active{
        display: block;
    }
    .header-search form{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
    }
    .header-search input[type="text"]{
        width: 100%;
        height: 34px;
        line-height: 34px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 5px;
        padding: 0 100px 0 15px;
        color: #000;
    }
    .header-search input[type="submit"]{
        display: block;
        position: absolute;
        right: -2px;
        top: calc(50% - 16px);
        height: 34px;
        line-height: 34px;
        padding: 0 20px;
        background: #FCC000;
        border: 1px solid #FCC000;
        border-radius: 0 5px 5px 0;
        text-transform: uppercase;
        font-size: 13px;
        transition: all ease-out 300ms;
        color: #000;
    }
    .header-search-close{
        display: block;
        position: absolute;
        right: 10px;
        top: calc(50% - 10px);
        cursor: pointer;
    }
    .header-search-close svg path {
        transition: all ease-out 300ms;
        fill: #fff;
    }
    
    .header-contacts-row2,
    .header-feedback{
        display: none;
    }
    
    .top-menu-wrapper {
        position: fixed;
        top: 50px;
        right: -240px;
        height: 100%;
        width: 240px;
        max-width: 100%;
        z-index: 99990;
        transition: all 200ms ease-out;
        background: #100f11;
        opacity: 0;
    }
    .top-menu-inner{
        height: 100%;
        overflow-y: scroll;
    }
    .overlay {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        z-index: -100;
        opacity: 0;
        transition: all 200ms ease-out;
    }
    .top-menu-wrapper.open {
        right: 0;
        opacity: 1;
    }
    .overlay.active{
        z-index: 500;
        opacity: 1;
    }
    .swipe-area {
        position: absolute;
        width: 15px;
        left: -15px;
        top: 0;
        bottom: 0;
        background: transparent;
    }
    
    .top-menu > ul{
        display: block;
    }

    .top-menu>ul>li.down>a {
        padding-right: 38px;
    }

    .top-menu .dropdown-button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 45px;
        width: 38px;
        z-index: 10;
    }

    .top-menu .dropdown-button:before {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        top: 16px;
        left: 4px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        transition: all 300ms ease-out;
    }

    .top-menu .dropdown-button.active:before {
        transform: rotate(225deg);
        top: 20px;
    }

    .top-menu>ul>li>ul {
        position: static;
        width: 100%;
        display: none;
    }

    .top-menu>ul>li>a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 12px 20px;
        font-size: 15px;
        line-height: 1.4;
    }

    .top-menu>ul>li>ul>li>a,
    .top-menu ul ul ul a {
        display: block;
        font-size: 14px;
        line-height: 18px;
        text-decoration: none;
        transition: all 200ms ease-out;
        padding: 10px 35px 10px 20px;
        color: #FFFFFF;
        position: relative;
        font-weight: 300;
    }

    .top-menu ul ul ul a {
        padding: 6px 10px 6px 45px;
        font-size: 13px;
        position: relative;
    }

    .top-menu ul ul ul a:before {
        content: "";
        position: absolute;
        top: 14px;
        left: 33px;
        width: 4px;
        height: 4px;
        border-radius: 1px;
        background: rgba(255, 255, 255, 0.8);
    }

    .top-menu ul ul ul ul a:before {
        display: none;
    }

    .top-menu .dropdown-button+ul {
        position: static;
        width: 100%;
        display: none;
        padding-bottom: 10px;
    }

    .top-menu ul ul .dropdown-button {
        height: 38px;
        width: 33px;
    }

    .top-menu ul ul .dropdown-button:before {
        content: "+";
        width: 12px;
        height: 10px;
        line-height: 10px;
        top: 50% !important;
        left: 0;
        font-size: 17px;
        margin-top: -5px;
        border: none;
        color: #fff;
        transform: rotate(0) !important;
    }

    .top-menu ul ul .dropdown-button.active:before {
        content: "-";
    }

    .top-menu ul ul ul .dropdown-button {
        height: 30px;
        width: 30px;
    }

    .top-menu ul ul ul .dropdown-button:before {
        margin-top: -6px;
        margin-left: -10px;
    }
    
    

    /* Mobile menu btn */
    .menu-button {
        width: 30px;
        height: 20px;
        cursor: pointer;
        position: relative;
        transition: all 200ms ease-out;
        margin-left: 20px;
    }

    .icon-menu-burger {
        height: 2px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -1px 0 0 0;
        transition: transform 0.2s ease 0s;
    }

    .icon-menu-burger__line {
        background: #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: transform 0.2s linear 0.2s;
    }

    .icon-menu-burger:before,
    .icon-menu-burger:after {
        background: #fff;
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
    }

    .menu-button.active .icon-menu-burger__line,
    .menu-button.active .icon-menu-burger:before,
    .menu-button.active .icon-menu-burger:after {
        background: #FF2C3E !important;
    }

    .icon-menu-burger:before {
        top: -9px;
        transition: top 0.2s linear 0.4s;
    }

    .icon-menu-burger:after {
        bottom: -9px;
        transition: bottom 0.2s linear 0.4s;
    }

    .menu-button.active .icon-menu-burger {
        transform: rotate(45deg);
        transition: transform 0.2s linear 0.4s;
    }

    .menu-button.active .icon-menu-burger__line {
        transform: rotate(90deg);
    }

    .menu-button.active .icon-menu-burger:before {
        transition: top 0.2s linear;
        top: 0;
    }

    .menu-button.active .icon-menu-burger:after {
        transition: bottom 0.2s linear;
        bottom: 0;
    }

    /* /. Mobile menu btn */
    .mobile-menu-content{
        display: block;
        padding: 20px 20px 70px;
        text-align: center;
    }
    .mobile-menu-mail{
        margin-top: 20px;
    }
    .mobile-menu-mail a{
        font-size: 14px;
        color: #FFFFFF;
    }
    .header-features{
        width: 100%;
        padding-right: 0;
    }
    .header-features-slogan{
        width: 100%;
    }
}

@media(max-width: 767px){
    .header-slider-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
    .header-form-wrapper {
        width: 100%;
    }
    .header-slider .item-title {
        font-size: 6vw;
    }
    .header-slider .item-text{
        font-size: 2.4vw;
    }
    .header-slider .item-title + .item-text {
        margin-top: 3.3vw;
    }
    .header-form-wrapper-title {
        font-size: 4.6vw;
        margin-bottom: 4vw;
    }
    .header-features-slogan{
        padding: 25px;
        font-size: 18px;
    }
    .header-features .col{
        width: 50%;
    }
}

@media(max-width: 599px){
    .header-phone{
        margin-right: 15px;
    }
    .header-phone a{
        font-size: 12px;
    }
    .menu-button {
        width: 20px;
        margin-left: 15px;
    }
    .icon-menu-burger:before{
        top: -7px;
    }
    .icon-menu-burger:after{
        bottom: -7px;
    }
    .messengers a{
        width: 26px;
        height: 26px;
    }
    .messengers a.max-btn svg{
        width: 26px;
        height: 26px;
    }
    .header-search-btn svg{
        width: 18px;
        height: 18px;
    }
    .header-search{
        padding-right: 35px;
    }
    .header-search-close{
        right: 0;
    }
    .header-form form{
        width: 100%;
    }
    .header-slider .item-text{
        font-size: 14px;
    }
}
@media(max-width: 399px){
    .header-logo{
        width: 70px;
    }
    .header-top-right {
        max-width: calc(100% - 85px);
    }
    .header-phone{
        margin-right: 10px;
    }
    .header-phone a{
        font-size: 10px;
    }
    .menu-button {
        margin-left: 10px;
        width: 16px;
        height: 16px;
    }
    .messengers a{
        width: 24px;
        height: 24px;
    }
    .messengers a.max-btn svg{
        width: 24px;
        height: 24px;
    }
    .header-search-btn svg{
        width: 17px;
        height: 17px;
    }
    .header-form form .form-group{
        width: 100%;
    }
    .header-features .col{
        width: 100%;
    }
}
/** /. Header **/




/* Top slider */
.top-slider > div{
    display: none;
}
.top-slider > div:first-of-type,
.top-slider.slick-slider > div{
    display: block;
}
.top-slider .item{
    position: relative;
}

.top-slider .item > img{
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.top-slider .item-inner{
    position: relative;
    z-index: 10;
}

.slider-circle-animation {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.top-slider .item-content{
    min-height: 430px;
    padding: 20px 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}
.top-slider .col1{
    width: calc(100% - 550px);
}
.top-slider .col2{
    width: 520px;
}
.top-slider .item-title{
    font-weight: 600;
    font-size: 50px;
    line-height: 110.2%;
}
.top-slider  .item-text{
    font-size: 18px;
    line-height: 110.2%;
    font-weight: 300;
}
.top-slider .item-title + .item-text{
    margin-top: 20px;
}
.top-slider .item-btn{
    margin-top: 40px;
}
.top-slider .item-btn .btn{
    margin-bottom: 0;
}
.top-slider .second-title{
    font-weight: 600;
    font-size: 36px;
    line-height: 162.7%;
}
.top-slider .slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.top-slider .slick-dots li{
    width: 16px;
    height: 16px;
    background: #D9D9D9;
}
.top-slider .slick-dots li.slick-active{
    background: #FCC000;
}
.top-slider .slick-track{
    display: flex;

}
.top-slider .slick-slide {
    height: inherit;
}
@media(max-width: 1229px){
    .top-slider .second-title{
        font-size: 30px;
    }
    .top-slider .item-title{
        font-size: 40px;
    }
    .top-slider .col1,
    .top-slider .col2{
        width: 50%;
    }
    .top-slider .col2{
        padding-left: 60px;
    }
}
@media(max-width: 991px){
    .top-slider .second-title{
        font-size: 24px;
    }
    .top-slider .item-title{
        font-size: 32px;
    }
    .top-slider .col2{
        padding-left: 40px;
    }
}
@media(max-width: 767px){
    .top-slider .col1,
    .top-slider .col2{
        width: 100%;
        text-align: center;
    }
    .top-slider .col1{
        order: 2;
    }
    .top-slider .col2{
        padding-left: 0;
        order: 1;
        margin-bottom: 25px;
    }
    /* .top-slider .second-title br{
        display: none;
    } */
    .top-slider .second-title{
        font-size: 20px;
        line-height: 1.4;
    }
    .top-slider .item-title{
        font-size: 20px;
        line-height: 1.4;
    }
    .top-slider .slick-dots{
        bottom: 15px;
    }
}
/* /.Top slider */

.section-title{
    font-weight: 700;
    font-size: 36px;
    line-height: 114.7%;
    margin-bottom: 20px;
}
.section-text{
    font-size: 18px;
}
.section-title + .section-text{
    margin-top: -10px;
}
@media(max-width: 991px){
    .section-title{
        font-size: 24px;
    }
}


/* projects */
.projects{
    display: flex;
    flex-wrap: wrap;
}
/* .index-template .projects .col:first-child{
    width: 100%;
} */
.projects .col{
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.projects .item{
    display: block;
    position: relative;
    overflow: hidden;
}
.projects .item img{
    width: 100%;
    transition: all ease-out 300ms;
}
.projects .item-title{
    min-height: 64px;
    background: #433F49;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1.3;
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 80%;
    padding: 5px 10px;
}
.projects .item-title:first-line{
    font-weight: 600;
    font-size: 18px;
}
.projects .item:hover img{
    transform: scale(1.1)
}


.projectsCategories {
    margin-bottom: 40px;
}
.projectsCategories-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    justify-content: center;
}
.projectsCategories-list .item {
    padding: 3px 25px;
    border-radius: 3px;
    margin: 2px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
}
.projectsCategories-list .item:hover {
    background: #161518;
    color: #FCC000;
}
.projectsCategories-list .item.active {
    background: #161518;
    color: #FCC000;
}
.projects .visible-mobile{
    display: none;
}
.more-btn{
    display: inline-flex;
    align-items: center;
    height: 30px;
    background: #161518;
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
}
.more-btn svg{
    margin-left: 7px;
}
.more-btn:hover{
    background: #433F49;
    color: #fff;
}
@media(max-width: 599px){
    .projects .col{
        width: 100%;
    }
    .projects .visible-mobile{
        display: block;
    }
    .projects .hidden-mobile{
        display: none;
    }
    .projects .item-title{
        width: 100%;
        font-size: 13px;
        min-height: 54px;
    }
}
/* /. projects */


/* special-offer */
.special-offer{
    padding: 30px 0 20px;
    background: url(../images/special-offer.webp) 50% 50% / cover no-repeat;
    color: #fff;
}
.special-offer-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.special-offer .col1{
    width: 350px;
}
.special-offer .col2{
    width: calc(100% - 400px);
    text-align: right;
}
.special-offer .item-title{
    font-weight: 800;
    font-size: 50px;
    line-height: 114.7%;
    text-transform: uppercase;
}
.special-offer .item-sale{
    font-weight: 800;
    font-size: 160px;
    line-height: 114.7%;
}
.special-offer li{
    font-weight: 600;
    font-size: 20px;
    line-height: 146.7%;
    margin-bottom: 35px;
    position: relative;
    padding-left: 25px;
}
.special-offer li:before{
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    top: 5px;
    left: -5px;
    background: url(../images/li-icon.svg) 0 0 no-repeat;
}
.special-offer-bottom .item-text{
    font-size: 32px;
    line-height: 131.7%;
    width: 670px;
    max-width: 100%;
    margin: -40px auto 0;
}
.special-offer-bottom .item-text:first-line{
    font-weight: 600;
}

@media(max-width: 1229px){
    .special-offer .item-title{
        font-size: 42px;
    }
    .special-offer-bottom .item-text{
        font-size: 30px;
        line-height: 120%;
        margin-top: -30px;
    }
    .special-offer li{
        font-size: 18px;
        margin-bottom: 30px;
    }
}
@media(max-width: 991px){
    .special-offer .col1{
        width: 300px;
    }
    .special-offer .col2{
        width: calc(100% - 350px);
    }
    .special-offer .item-title{
        font-size: 32px;
    }
    .special-offer .item-sale{
        font-size: 140px;
    }
    .special-offer-bottom .item-text{
        font-size: 26px;
        margin-top: 0;
    }
    .special-offer li{
        font-size: 16px;
        margin-bottom: 25px;
    }
}
@media(max-width: 767px){
    .special-offer .col1{
        width: 100%;
        text-align: center;
    }
    .special-offer .col2{
        width: 100%;
        text-align: center;
    }
    .special-offer ul{
        margin-bottom: 40px;
    }
    .special-offer li{
        padding-left: 0;
        margin-bottom: 10px;
    }
    .special-offer li:before{
        display: none;
    }
    .special-offer .item-title{
        font-size: 24px;
    }
    .special-offer .item-sale{
        font-size: 100px;
    }
    .special-offer-bottom .item-text{
        font-size: 18px;
        margin-bottom: 20px;
    }
}
/* /.special-offer */

/* info-carousel-section */
.info-carousel .slick-track{
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
}
.info-carousel .slick-slide {
    height: inherit;
}
.info-carousel > div{
    display: none;
}
.info-carousel > div:first-of-type,
.info-carousel.slick-slider > div{
    display: block;
}
.info-carousel .item{
    padding-left: 10px;
    padding-right: 10px;
    max-width: 470px;
}
.info-carousel .item-inner{
    background: #FAFAFA;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 15px 24px -1px rgba(0, 0, 0, 0.06);
    border-radius: 46px;
    padding: 30px;
    text-align: center;
    height: 100%;
}
.info-carousel .item-title{
    font-weight: 600;
    font-size: 28px;
    line-height: 114.7%;
    color: #E0AA50;
    margin-bottom: 15px;
}
.info-carousel .item-text{
    line-height: 182.7%;
    font-size: 12px;
}
@media(max-width: 991px){
    .info-carousel .item{
        max-width: 100%;
    }
}
@media(max-width: 767px){
    .info-carousel .item-inner{
        padding: 20px;
    }
}
/* /.info-carousel-section */


.about-template .content-section1{
    background: url(../images/bg4.png) 0 0 no-repeat, url(../images/bg7.png) right -100px bottom 0 no-repeat;
}
.content-section1 .section-inner{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}
.content-section1 .item-img{
    width: 520px;
}
.content-section1 .item-img img{
    position: relative;
    right: -30px;
}
.content-section1 .item-content{
    width: calc(100% - 520px);
}

.content-section1.mod{
    background: #fff;
    min-height: inherit;
}
@media(min-width: 992px){
    .content-section1.mod .section-inner{
        justify-content: space-between;
    }
    .content-section1.mod .item-img{
        width: 340px;
    }
    .content-section1.mod .item-img img{
        position: relative;
        right: -10px;
    }
    .content-section1.mod .item-content{
        width: calc(100% - 380px);
    }
}

.content-section2{
    position: relative;
    padding-bottom: 50px;
}
.content-section2:before{
    content: "";
    background: url(../images/bg5.png) 0 0 no-repeat;
    height: 636px;
    width: 508px;
    position: absolute;
    right: 0;
    top: -160px;
}
.content-section2 .section-inner{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}
.content-section2 .item-img{
    width: 420px;
}
.content-section2 .item-img img{
    position: relative;
    left: -15px;
}
.content-section2 .item-content{
    width: calc(100% - 420px);
}

@media(max-width: 991px){
    .content-section1 .item-img{
        width: 320px;
    }
    .content-section1 .item-img img{
        right: -15px;
    }
    .content-section1 .item-content{
        width: calc(100% - 320px);
    }
    .content-section2 .item-img{
        width: 320px;
    }
    .content-section2 .item-content{
        width: calc(100% - 320px);
    }
}

@media(max-width: 767px){
    .content-section1 {
        padding-bottom: 10px;
    }
    .content-section1 .item-img{
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
    .content-section1 .item-content{
        width: 100%;
        order: 2;
    }
    .content-section2 .item-img{
        width: 100%;
        margin-bottom: 30px;
    }
    .content-section2 .item-content{
        width: 100%;
    }
}

/* activity-section */
.activity-section{
    background: #161518;
    color: #fff;
}
.certificates-carousel > div{
    display: none;
    max-width: 210px;
}
.certificates-carousel > div:first-of-type,
.certificates-carousel.slick-slider > div{
    display: block;
}
.certificates-carousel.slick-slider > div{
    max-width: inherit;
}
.certificates-carousel .item{
    padding: 0 15px;
    text-align: center;
}
.certificates-carousel .item-img{
    margin-bottom: 10px;
}
.certificates-carousel .item-title{
    font-weight: 600;
    font-size: 25px;
    line-height: 146.7%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.certificates-carousel .slick-prev{
    left: -50px;
    top: 110px;
}
.certificates-carousel .slick-next{
    right: -50px;
    top: 110px;
}

.activity-section-features{
    padding: 50px 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.activity-section-features .item{
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: center;
    width: 220px;
}
.activity-section-features .item-icon{
    margin: 0 auto 10px;
    width: 40px;
    height: 40px;
}
.activity-section-features .item-text{
    font-size: 16px;
    font-weight: 600;
}
/* /. activity-section */

/* logotypes-section */
.logotypes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.logotypes .col{
    width: 16.667%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    text-align: center;
}
.logotypes .item-img{
    margin-bottom: 10px;
    height: 110px;
    display: flex;
    align-items: center;
}
@media(max-width: 1229px){
    .logotypes .col{
        width: 20%;
    }
}
@media(max-width: 991px){
    .logotypes .col{
        width: 25%;
    }
}
@media(max-width: 767px){
    .logotypes .col{
        width: 33.333%;
    }
}
@media(max-width: 500px){
    .logotypes .col{
        width: 50%;
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* /. logotypes-section */

/********************* Breadcrumbs */
.breadcrumbs-section{
    margin: 30px 0;
    font-size: 14px;
}

.breadcrumb > li {
    display: inline;
    margin-right: 10px;
}
.breadcrumb > li > a{
    text-decoration: none;
    color: #000;
}
.breadcrumb > li > a:hover{
    color: #FCC000;
}
.breadcrumb > li > a:after{
    content: '/';
    margin-left: 10px;
    color: #000;
}
/********************* /. Breadcrumbs */

.services-links{
    display: grid;
    grid-gap: 70px;
    grid-template-columns: repeat(3, 1fr);
}
.services-links li{
    margin-bottom: 20px;
    font-size: 18px;
}
.services-links li a{
    text-decoration: underline;
    color: #0E95E0;
    font-weight: 600;
}
.services-links li a:hover{
    text-decoration: none;
}
.about-template .logotypes-section{
    margin-top: -130px;
}

@media(max-width: 991px){
    .about-template .content-section1{
        background: #fff;
        min-height: inherit;
    }
    .about-template .logotypes-section{
        margin-top: -10px;
    }
    .services-links{
        grid-gap: 40px;
    }
    .services-links li{
        margin-bottom: 15px;
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .services-links{
        grid-gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    .services-links li{
        font-size: 13px;
    }
}
@media(max-width: 399px){
    .services-links{
        display: block;
    }
}

.page-navigation li{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
.page-navigation li a{
    color: #0E95E0;
    font-size: 15px;
    text-decoration: underline;
}
.page-navigation li a:hover{
    text-decoration: none;
}
.page-navigation li.active a{
    font-weight: 600;
}

.clients-template .logotypes-section{
    padding-top: 0;
}


/* project page */
.project-header{
    margin-bottom: 50px;
}
.project-header-container{
    width: 1000px;
    max-width: 100%;
    margin: auto;
}
.project-header-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}
.projects-prev,
.projects-next{
    width: 155px;
}
.projects-prev a,
.projects-next a{
    display: inline-block;
    transition: all ease-out 300ms;
}
.projects-prev a:hover{
    transform: translateX(-5px);
}
.projects-next a:hover{
    transform: translateX(5px);
}

.project-header-top-information h1{
    font-size: 26px;
    margin-bottom: 10px;
}
.project-header-top-information .publishedon{
    font-size: 14px;
    color: #888686;
    margin-bottom: 10px;
}
.project-link a{
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}
.project-link a:hover{
    color: #FCC000;
}
.project-header-img{
    text-align: center;
}
.project-header-img-inner{
    display: inline-block;
    position: relative;
}
.project-header-mac,
.project-header-smart{
    position: relative;
    z-index: 10;
}
.project-header-img-main-wrap{
    position: absolute;
    left: 12.1%;
    top: 5.5%;
    bottom: 5%;
    right: 11%;
    overflow: hidden;
}
.smart .project-header-img-main-wrap{
    left: 6%;
    top: 11%;
    bottom: 11.5%;
    right: 6%;
}
.project-header-img-main-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-items-task-solution{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project-items-task-solution .col{
    width: calc(50% - 40px);
}

.project-item-solution{
    background: #161518;
    color: #fff;
    padding: 40px 0;
}

@media(max-width: 1229px){
    .project-items-task-solution .col{
        width: calc(50% - 20px);
    }
}
@media(max-width: 991px){
    .project-items-task-solution .col{
        width: 100%;
    }
    .project-items-task-solution .col + .col{
        margin-top: 30px;
    }
}

.project-item-img{
    text-align: center;
    padding: 50px 0;
}
.project-items h2,
.project-items .title-h2{
    font-size: 26px;
    margin-bottom: 10px;
}
.project-result{
    padding: 40px 0;
}
.project-result h2,
.project-result .title-h2{
    font-size: 26px;
    margin-bottom: 10px;
}
.project-result-link {
    margin-top: 15px;
}
.project-result-link a{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}
.project-result-link a:hover{
    color: #FCC000;
}
@media(max-width: 991px){
    .projects-prev, 
    .projects-next{
        width: 35px;
    }
    .project-header-top-information{
        width: calc(100% - 120px);
        text-align: center;
    }
}
@media(max-width: 767px){
    .project-header-top-information{
        width: calc(100% - 100px);
    }
    .project-header-top-information h1{
        font-size: 20px;
    }
    .project-items h2, 
    .project-items .title-h2,
    .project-result h2, 
    .project-result .title-h2{
        font-size: 20px;
    }
    .project-result-link,
    .project-link{
        font-size: 13px;
    }
}
/* /. project page */

/* sites page */
.first-section-long .section-content{
    color: #fff;
    background: url(../images/ellipse39.png) left 0 bottom 0 / cover no-repeat;
    background-color: #161518;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}
.bg8-wrapper{
    background: url(../images/bg8.png) bottom 0 left 10% no-repeat #000002;
    color: #fff;
}
.services-types-section{
    padding: 30px 0;
}
.services-types-items{
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 0 0;
}
.services-types-items .item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services-types-items .item-body{
    background: #613B9A;
    border-radius: 10px;
    padding: 15px 20px 45px;
    color: #fff;
    font-size: 14px;
    line-height: 157.7%;
    height: 100%;
    position: relative;
}
.services-types-items .item-price{
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    position: absolute;
    bottom: 7px;
    right: 20px;
}
.services-types-items > div:nth-of-type(2) .item-body{
    background: #559D3F;
}
.services-types-items > div:nth-of-type(3) .item-body{
    background: #3259BB;
}
.services-types-items > div:nth-of-type(4) .item-body{
    background: #C5A657;
}
@media(max-width: 767px){
    .services-types-items{
        grid-template-columns: 1fr;
    }
    .services-types-items{
        padding: 50px 0 0;
    }
}

.faq-section{
    background: url(../images/questions-bg2.png) right 0 top 60px no-repeat;
}

.accordeon .item{
    margin-bottom: 20px;
}
.accordeon .item-title{
    font-size: 18px;
    line-height: 146.7%;
    text-decoration-line: underline;
    color: #0E95E0;
    cursor: pointer;
    margin-bottom: 10px;
}
.accordeon .item-content{
    padding-left: 50px;
    display: none;
    font-size: 18px;
    line-height: 146.7%;
}
.accordeon > div:first-of-type .item-content {
    display: block;
}

@media(max-width: 991px){
    .accordeon .item-content{
        padding-left: 30px;
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .accordeon .item-content{
        padding-left: 0;
        font-size: 14px;
    }
}

.reviews-section{
    background: #161518;
    color: #fff;
}
.reviews-carousel .slick-track{
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.reviews-carousel .slick-slide {
    height: inherit;
}
.reviews-carousel > div{
    display: none;
}
.reviews-carousel > div:first-of-type,
.reviews-carousel.slick-slider > div{
    display: block;
}
.reviews-carousel .item{
    padding-left: 8px;
    padding-right: 8px;
    max-width: 300px;
}
.reviews-carousel.slick-slider .item{
    max-width: inherit;
}
.reviews-carousel .item-inner{
    background: #433F49;
    padding: 15px;
    height: 100%;
    border-radius: 9px;
}
.reviews-carousel .item-title{
    font-weight: 500;
    font-size: 14px;
    line-height: 114.7%;
    margin-bottom: 10px;
    color: #FCC000;
}
.reviews-carousel .item-text{
    line-height: 1.4;
    font-size: 14px;
}
.reviews-carousel .slick-prev{
    bottom: -50px;
    top: auto;
    left: calc(50% - 50px);
    background: url(../images/prev2.svg) 50% 50% no-repeat;
}
.reviews-carousel .slick-next{
    bottom: -50px;
    top: auto;
    right: calc(50% - 50px);
    background: url(../images/next2.svg) 50% 50% no-repeat;
}

.yandex-rating{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.yandex-rating .item{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.yandex-rating .item-title{
    color: #FCC000;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
}

@media(max-width: 991px){
    .reviews-carousel .item{
        max-width: 100%;
    }
}
@media(max-width: 767px){
    .reviews-carousel .item-inner{
        padding: 20px;
    }
}
/* /.info-carousel-section */

/* /. sites page */


.features-section{
    padding: 50px 0 20px;
    background: url(../images/bg1.png) 50% 50% / cover no-repeat;
}
.features-section-title{
    font-weight: 800;
    font-size: 35px;
    line-height: 125%;
    background: linear-gradient(90deg, #F02071 1.39%, #F15C41 59.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 40px;
}
.features{
    display: grid;
    grid-gap: 60px;
    grid-template-columns: repeat(4, 1fr);
}
.features .item-title{
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-left: 40px solid #F2BF59;
    padding-bottom: 5px;
}
.features-section .item-text{
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}
@media(max-width: 1229px){
    .features{
        grid-column-gap: 30px;
    }
    .features-section .item-text{
        font-size: 13px;
    }
}
@media(max-width: 991px){
    .features{
        grid-gap: 60px;
        grid-template-columns: repeat(2, 1fr);
    }
    .features-section .item-text{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .features{
        grid-template-columns: 1fr;
    }
}


/* num-section-type2 */
.num-section-type2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.num-section-type2 .item{
    padding: 0 40px;
    width: 33.3333%;
    text-align: center;
    margin-bottom: 50px;
}
.num-section-type2 .item-text{
    font-size: 14px;
    line-height: 146.7%;
    color: #C2C2C2;
}
.num-section-type2 .num{
    font-weight: 700;
    font-size: 120px;
    line-height: 104.7%;
    color: #C2C2C2;
}
.num-section-type2 .num span{
    font-size: 60px;
    color: #E0AA50;
}
@media(max-width: 1229px){
    .num-section-type2 .num{
        font-size: 100px;
    }
    .num-section-type2 .num span{
        font-size: 50px;
    }
}
@media(max-width: 991px){
    .num-section-type2 .item{
        padding: 0 20px;
    }
    .num-section-type2 .num{
        font-size: 80px;
    }
    .num-section-type2 .num span{
        font-size: 40px;
    }
    .num-section-type2 .item-text br{
        display: none;
    }
}
@media(max-width: 991px){
    .num-section-type2 .item{
        width: 50%
    }
}
@media(max-width: 499px){
    .num-section-type2 .item{
        width: 100%;
        padding: 0;
    }
}
/* /. num-section-type2 */
.content-section-2{
    background: url(../images/bg4.png) left 0 top -200px no-repeat, 
                url(../images/bg5.png) right 0 top -130px no-repeat;
}

.footer_vk{
    font-size: 14px;
    line-height: 18px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    border: 2px solid rgba(255,255,255,0.7);
    padding: 10px 30px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    -webkit-transition: background-color 0.2s linear 0s;
    transition: background-color 0.2s linear 0s;
    white-space: nowrap;
    text-decoration: none !important;
    position: relative;
}
.footer_vk svg{
    margin-right: 5px;
}



/* *Месседжеры */

.whatsapp-button {
    position: fixed;
    right: 20px;
    bottom: 190px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background-color: #25D366;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23FFF' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z'/%3e%3c/svg%3e");    
    background-size: 50%; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.whatsapp-button:after{
    animation-delay: .5s;
}
@keyframes border-animate
{
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}


.telegram-button {
    position: fixed;
    right: 20px;
    bottom: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 40px;
    height: 60px;
    z-index: 9999;
    background-color: #2CA5E0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23FFF' d='M23.91 3.79L20.3 20.84c-.25 1.21-.98 1.5-2 .94l-5.5-4.07-2.66 2.57c-.3.3-.55.56-1.1.56-.72 0-.6-.27-.84-.95L6.3 13.7l-5.45-1.7c-1.18-.35-1.19-1.16.26-1.75l21.26-8.2c.97-.43 1.9.24 1.53 1.73z'/%3e%3c/svg%3e");
    background-size: 50%; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #2CA5E0;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.telegram-button:after{
    animation-delay: .5s;
}
@keyframes border-animate
{
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.telegram-button,.whatsapp-button {
    width: 40px;
    height: 40px
}

.custom-sizes, .custom-sizes-btn {
    display: flex;
    justify-content: space-between;
}

.custom-sizes > div, .custom-sizes-btn > div {
    width: 49%;
}

.custom-sizes input {
    transition: all 0.2s ease;
}

.custom-sizes input[disabled] {
    opacity: 0.5;
}

.super-animation {
	position: relative;
	background: #fff;
	overflow: hidden;
}

.super-animation::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.super-animation:hover::before {
	-webkit-animation: shine 1.75s;
	animation: shine 1.75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


/**************************** mobiles-page***********************/

.mobiles-page .activity-main-information .title{
    font-size:36px;
    text-transform: none;
    font-weight: 900;
}
.mobiles-page  .activity-section-features{
    width: 100%;
    margin-left: -50px;
}
.mobiles-page .activity-main-information-two{
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
}
.mobiles-page .activity-main-information-two .title{
    font-weight: 700;
    font-size: 36px;
    line-height: 42.55px;
    color:#fff;
    margin-bottom: 18px;
    font-size: 36px;
}
.btn-wrap{
    margin-top: 78px;
}
.mobiles-page .phone-wrapper{
    position: absolute;
    right: 0;
    margin-top: 34px;
}
.mobiles-page .activity-section-features .item{
    width: 290px;

}
.mobiles-page  .activity-section-features{
    padding: 20px 0 0px;
}
.mobiles-page  .activity-section-features .item-icon{
    margin: 0 auto 0px;
    width: 54px;
    height: 44px;
}
.mobiles-page  .inner-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 20.54px;
}
.mobiles-page .activity-main-information-inner .item-text{
    width: calc(100% - 445px);
}
.steps-wrapper{

}
.section-title{

}
.steps-inner{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
}
.steps-inner .item{
    width: 154px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.steps-inner .num{
    font-size: 55px;
    font-weight: 700;
    color: #B5B5B5;
    width: 100%;
    position: relative;
}
.steps-inner .num:before{
    content: '';
    width: 20px;
    height: 20px;
    background: #DA1010;
    position: absolute;
    left: 0;
    bottom: 0;
}
.steps-inner hr{
    width: 100%;
    margin: 0;
    border-top: 1px solid #DA1010;
    margin-bottom: 6px;
}
.steps-inner .title{
    font-size: 14px;
    font-weight: 700;
    line-height: 16.76px;
}
.steps-inner .content{
    font-size: 9px;
    margin-top: 6px;
    line-height: 12.48px;
    font-weight: lighter;
}
.platform-section .images-wrapper{
    display: flex;
}
.platform-section .img-wrap{
margin-left: 30px;
}
.row.flex-row, .row.row-flex{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap:20px;
}

.blog-section{
    background: #fff;
    padding-bottom: 90px;
}
.blog-section .flex-row > div{
    margin-bottom: 20px;
}
.blog-section .item{
    display: block;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: auto;
    color: #000;
    background: #fff;
    transition: all 400ms ease-out;
    position: relative;
}
.blog-section .item .img-wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.blog-section .item .img-wrapper img{
    transition: all 400ms ease-out;
    transform: scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-section .item:hover .img-wrapper img{
    transform: scale(1.1);
}
.blog-section .item .img-wrapper:after {
    background-color: rgba(255,255,255,.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    transition: none 0s ease 0s;
}
.blog-section .item:hover .img-wrapper:after {
    background-color: transparent;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 120%;
}
.blog-date{
    
    right: 0;
    bottom: 0;
    gap: 4px;
    z-index: 2;
    background: #433F49;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1.3;
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 80%;
    padding: 5px 10px;
}
.blog-section .item-content{
    padding-top: 15px;
}
.blog-section .item-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 7px;
    transition: all 200ms ease-out;
}
.blog-section .item:hover .item-title{
    color: #FCC000;
}
.blog-section .item-introtext{
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    height: 67px;
}
.blog-section .item-info{
    color: #9D9D9D;
    margin-bottom: 10px;
    font-size: 14px;
}
.blog-section .item-info > span{
    margin-right: 8px;
}

@media (max-width: 991px) and (min-width:768px) {
    .index-template .blog-section .inner > div:last-of-type{
        display: none;
    }
    .row.flex-row, .row.row-flex{
        grid-template-columns:1fr 1fr;
    }
}
@media (max-width: 767px){
    .blog-aside{
        padding-right: 0;
    }
     .row.flex-row, .row.row-flex{
        grid-template-columns:1fr;
    }
}


@media(max-width: 1440px){
    .mobiles-page .activity-section-features .item{
        width: 199px;
    }
    .mobiles-page .activity-section-features{
        width: 81%;
    }
    .mobiles-page .activity-main-information-two {
        grid-template-columns: 1fr;
        justify-items: start;
    }
    .btn-wrap{
        margin-top: 30px;
    }
    .mobiles-page .activity-main-information-two .content{
        width: 72%;
    }
}

@media(max-width: 1229px){
    .steps-inner .item {
        width: 133px;
    }
   
    
    
}
@media(max-width: 991px){
    .mobiles-page .activity-main-information-inner .item-text{
        width: 70%;        
    }
    .mobiles-page .activity-main-information .title{
        font-size: 24px;
    }
    .mobiles-page .activity-main-information-two .title{
        font-size: 24px;
    }
    .steps-inner{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        display: grid;
        justify-content: space-between;
    }
}
@media(max-width: 767px){
    .mobiles-page .phone-wrapper{
        margin-top: 51px;
    }
    .mobiles-page .activity-main-information-two .content {
        width: 100%;
        margin-top: 32px;
    }
    .mobiles-page .activity-main-information-inner .item-text {
        width: 58%;
    }
    .steps-inner {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .steps-inner .item{
        width: 122px;
    }
}
@media(max-width: 558px){
    .phone-wrapper{
        display: none;
    }
    .mobiles-page .activity-main-information-inner .item-text {
        width: 100%;
    }
    .mobiles-page .activity-section-features {
        width: 100%;
        margin-left:0;
    }
    .mobiles-page .activity-section-features .item {
        width: 197px;
    }
    .steps-inner {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
}
@media(max-width: 415px){
    .steps-inner {
        grid-template-columns: 1fr 1fr;
    }
    .steps-inner .item {
        width: 150px;
    }
}
@media(max-width: 375px){
    .steps-inner {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .steps-inner .item {
        width: 70%;
    }
    .steps-wrapper .section-title{
        text-align: center;
    }
    .platform-section .images-wrapper{
        flex-wrap: wrap;
    }
    .platform-section .img-wrap {
        margin-left: 0px;
        margin-bottom: 20px;
    }
}

.mobiles-page .logotypes-section{
    padding-top: 0;
}

/*./********************* mobiles-page*************************/
.accordion .item-body{
    display: none;
    padding: 10px 0 25px 60px;
    font-size: 16px;
}
.accordion .item{
    border-bottom: 1px solid #E5E5E5;
}
.accordion .item:last-child{
    border-bottom: none;
}
.accordion .item-head {
    min-height: 48px;
    padding: 12px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.accordion .item-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35;
    width: calc(100% - 50px);
}
.accordion .item-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-out 300ms;
    border: 1px solid #929292;
}
.accordion .item-icon svg{
    transition: all ease-out 200ms;
}
.accordion .item-icon svg g{
    stroke: #6B6B6B;
    transition: all ease-out 200ms;
}
.accordion .item-head:hover .item-icon{
    background: #fff;
}
.accordion .item.active .item-icon svg{
    transform: rotate(45deg);
} 

@media(max-width: 991px){
    .accordion .item-title{
        font-size: 15px;
    }
}
@media(max-width: 767px){
    .accordion .item-head{
        padding: 10px 0;
    }
    .accordion .item-body{
        padding-left: 20px;
        font-size: 14px;
    }
}

.support-services-section{
    background: url(../images/support-services-section.jpg) 0 0 no-repeat;
    background-size: cover;
    color: #FFFFFF;
}
.support-services-section-title{
    font-weight: 700;
    font-size: 36px;
    line-height: 131.7%;
    margin-bottom: 30px;
}
.support-services-items-wrapper{
    width: 100%;
    overflow: hidden;
}
.support-services-items-inner{
    margin-left: -30px;
    margin-right: -30px;
}
.support-services-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.support-services-items .col{
    width: 30%;
    padding: 0 30px;
    margin-bottom: 30px;
}
.support-services-items .item-header-title{
    padding-left: 44px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    line-height: 1.2;
}
.support-services-items .item-header-title:before{
    content:"";
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.support-services-items .item1 .item-header-title:before{
    background: #F2BF59;
}
.support-services-items .item2 .item-header-title:before{
    background: #C8E9FC;
}
.support-services-items .item3 .item-header-title:before{
    background: #A631CF;
}
.support-services-items .item-header-subtitle{
    font-weight: 400;
    font-size: 14px;
    line-height: 146.7%;
    margin-bottom: 10px;
}
.support-services-items .item-body{
    text-align: center;
}
.support-services-items .item-num{
    font-weight: 700;
    font-size: 70px;
    line-height: 104.7%;
    margin-bottom: 10px;
}
.support-services-items .item-num span{
    font-size: 90px;
}
.support-services-items .item1 .item-num span{
    color: #F2BF59;
}
.support-services-items .item2 .item-num span{
    color: #C8E9FC;
}
.support-services-items .item3 .item-num span{
    color: #A631CF;
}

.support-services-form{
    background: #fff;
    border-radius: 20px;
    padding: 15px 60px 35px;
    color: #000;
    width: 660px;
    max-width: 100%;
    margin: 0 auto;
}
.support-services-form-title{
    font-weight: 700;
    font-size: 30px;
    line-height: 156.78%;
    margin-bottom: 20px;
}
.support-services-form .form-row{
    display: grid;
    grid-column-gap: 70px;
    grid-template-columns: 1fr 1fr;
}

@media(max-width: 991px){
    .support-services-items .item-num{
        font-size: 50px;
    }
    .support-services-items .item-num span{
        font-size: 70px;
    }
    .support-services-items-inner{
        margin-left: -15px;
        margin-right: -15px;
    }
    .support-services-items .col{
        width: 30.3333%;
        padding: 0 15px;
    }
    .support-services-items .item-header-title{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .support-services-items-inner{
        margin-left: 0;
        margin-right: 0;
    }
    .support-services-items .col{
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .support-services-form .form-row {
        grid-template-columns: 1fr;
    }
    .support-services-section-title {
        font-size: 26px;
    }
    .support-services-form {
        border-radius: 10px;
        padding: 15px 30px 5px;
    }
}


/* Сертификаты */

.plus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.plus svg {
    width: 50px;
    height: 50px;
    fill: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.gallery-wrapper-work {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 17px;
}
.gallery-wrapper-work .item {
    position: relative;
    overflow: hidden;
}
.gallery-wrapper-work .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-wrapper-work .item:hover .plus {
    opacity: 1;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}






.content table {
    width: 100% !important;
	margin-bottom: 20px;
	border: 5px solid #fff;
	border-top: 5px solid #fff;
	border-bottom: 3px solid #fff;
	border-collapse: collapse; 
	font-size: 15px;
	background: #fff!important;
}



.content table td {
    padding: 7px;
	border: none;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	font-size: 15px;
}
.content table tbody tr:nth-child(even){
	background: #f8f8f8!important;
}
body .content table tbody tr.table_head {
    font-weight: bold;
	padding: 7px;
	background: #FFBE00 !important;
	border: none;
	text-align: left;
	font-size: 15px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #ffd300;
}


.vacancy {
    margin: 0 0 50px;
    border: 1px;
    border: 2px dotted;
    border: medium dashed red;
    padding: 20px;
    border-radius: 10px;
}

.special-offer#circles {
    position: relative;
}

.special-offer#circles .container{
    z-index: 2;
    position: relative;
}

.special-offer#circles #defaultCanvas0 {
    z-index: 1;
    position: absolute;
    top: 0;
}


/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    z-index: 9999;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #424242;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: #FCC000;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #FCC000;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #FCC000;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #FCC000;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #FCC000;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #FCC000;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    display:none;
    background: white;
    color: #FCC000;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}



/* SITES */

.sites-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sites-element {
    display: flex;
    flex-direction: column;
    width: 45%;
    margin-top: 30px;
    overflow: hidden;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
}

.sites-element__img img {
    max-width: 100%;
    display: block;
    object-fit: cover;
}
.sites-element__body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 16px;
}
.btn-sites {
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    margin: 10px 0;
    font-size: 16px;
    color: #FFFFFF !important;
    background: #FCC000;
    text-align: center;
    transition: all 300ms ease-out;
    text-decoration: none !important;
}
.btn-yellow {
    font-size: 16px;
    color: rgb(3, 25, 58);
    padding: 5px 12px;
    background: rgb(252, 192, 0);
    border: none;
}

@media (max-width: 568px) {
.btn-yellow {
    text-align: center;
    display: block;
    width: 100%;
    }
}

.dev-page {
    position: relative;
}
.dev-slide {
    background: url(../images/dev-bg.png);
    padding-top: 100px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
}

.dev-container {
    padding-left: 200px;
}
.dev-slide h1 {
    font-family: Gilroy;
    font-size: 30px;
    font-weight: 250;
    line-height: 50px;
    text-align: left;

    color: #fff;
    margin-bottom: 60px;
}
.dev-slide h1 span {
    color: rgba(44, 44, 44, 1);
    padding: 4px 18px;
    background: rgba(252, 192, 0, 1);
    margin-left:150px;
    margin-top: 10px;
}
.dev-slide ul {
    margin-bottom: 5px;
}
.dev-slide ul li {
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
}

.dev-slide ul li:before {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    top: 5px;
    left: -5px;
    background: url(../images/li-seo-icon.svg) 0 0 no-repeat;
}

.btn-yellow {
    font-size: 16px;
    color: rgb(3, 25, 58);
    padding: 5px 12px;
    background: rgb(252, 192, 0);
    border: none;
}
.dev-slide .dev-form {
    padding: 15px 0;
    padding-left: 25px;
}

.dev-btn {
    padding: 8px 40px;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.95px;
    text-align: left;
    background: rgba(252, 192, 0, 1);
    border: none;
}
.dev-slide .form-control {
    width: 180px;
    height: auto;
    padding: 8px 40px 8px 25px
}
.dev-form__flex {
    margin-top: 15px;
    display: flex;
}
.dev-form__flex > div {
    margin-right: 5px;
}

.dev-agreement {
    font-family: Gilroy;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.92px;
    text-align: center;
    color: #fff;
    width: 500px;
}
.dev-agreement a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .dev-slide {
    background-size: cover;
    }

    .dev-container {
        padding-left: 0px;
    }
    .dev-slide h1 {
    text-align: center;
    font-size: 32px;
    }
    .dev-slide h1 span {
        margin-left: 0;
    }
}

@media (max-width: 568px) {
    .dev-slide ul li br{
    display: none;
    }
    .dev-form__flex > div {
    width: 100%;
    }
    .dev-slide .form-control {
    width: 100%;
        
    }
}


.site-types-section{
    color: #fff;
    background: url(../images/ellipse37.png) left 0 bottom 0 / cover no-repeat #161518;
}
.site-types-section.mod1{
    background: #fff;
    color: #03162D;
}
.site-types-section.mod1 .site-types .item-link a:hover{
    color: #000;
}
.site-types{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* width: 1050px; */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    font-size: 14px;
}
.site-types .col{
    width: calc(50% - 65px);
    margin: 50px 0;
}
.site-types .item-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
}
.site-types .item-icon{
    width: 36px;
}
.site-types .item-title{
    /* width: calc(100% - 36px); */
    padding-left: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
.site-types .item-title h3 {
    margin:0;
}
.site-types:before {
    content: "";
    background: linear-gradient(90deg, #527BD400 0%, #555 15%, #555 87%, #293E6A00 100%);
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 1px;
    opacity: 0.8;
}
.site-types:after {
    content: "";
    background: linear-gradient(0deg, #527BD400 0%, #555 17%, #555 85%, #293E6A00 100%);
    position: absolute;
    left: 48%;
    top: 10%;
    height: 80%;
    width: 1px;
    opacity: 0.8;
}
.site-types .item-text{
    margin-bottom: 10px;
}
.site-types .item-link{
    margin-bottom: 10px;
}
.site-types .item-link a{
    text-decoration: underline;
}
.site-types .item-link a:hover{
    color: #fff;
    text-decoration: none;
}

@media(max-width: 991px){
    .site-types .item-title{
        font-size: 20px;
    }
}
@media(max-width: 767px){
    .site-types:before,
    .site-types:after{
        display: none;
    }
    .site-types .col{
        width: 100%;
        margin: 30px 0;
    }
}
@media(max-width: 559px){
    .site-types-section{
        padding-bottom: 0;
    }
}


.call-to-action-section-inner{
    display: flex;
    flex-wrap: wrap;
}
.call-to-action-section-inner .col1 .item-img {
    width: 100%;
    display: flex
;
    align-items: flex-end;
    justify-content: flex-end;
}
.call-to-action-section-inner .t-quiz__img-step {
    width: auto;
    height: 100%;
}
.call-to-action-section-inner .col1{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    background: url(../images/questions.png) right 120px top 100px no-repeat;
}
.call-to-action-section-inner .col2{
    padding-top: 25px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.call-to-action-section-inner .section-title{
    font-size: 30px;
}
.call-to-action-section-inner .section-text{
    font-size: 14px;
    margin-bottom: 20px;
}
.call-to-action-section-inner .item-footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.call-to-action-section-inner .item-messengers-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 15px;
}
.call-to-action-section-inner .item-messengers-title{
    margin-right: 15px;
}
.call-to-action-section .btn{
    padding-left: 20px;
    padding-right: 15px;
    font-size: 15px;
}
.call-to-action-section .btn svg{
    margin-left: 10px;
    position: relative;
    bottom: -2px;
}

@media(max-width: 991px){
    .call-to-action-section-inner .col1{
        width: 40%;
    }
    .call-to-action-section-inner .col2{
        width: 60%;
    }
    .call-to-action-section-inner .section-title{
        font-size: 24px;
    }
}
@media(max-width: 767px){
    .call-to-action-section-inner .item-messengers-row{
        padding-left: 0;
        width: 100%;
        margin-top: 30px;
    }
    .call-to-action-section-inner .col2{
        padding-left: 20px;
    }
    .call-to-action-section-inner .col2 > div{
        padding: 25px 0;
    }
    .call-to-action-section-inner .section-title{
        font-size: 20px;
    }
    .call-to-action-section-inner .section-title br,
    .call-to-action-section-inner .section-text br{
        display: none;
    }
    .call-to-action-section-inner .col1 .item-img{
        display: flex;
        align-items: flex-end;
    }
}
@media(max-width: 768px){
    .call-to-action-section-inner .col1{
        display: none;
    }
    .call-to-action-section-inner .col2{
        padding-left: 0;
        width: 100%;
    }
}

.stats-section{
    color: #fff;
    background: url(../images/ellipse39.png) left 0 bottom 0 / cover no-repeat;
    background-color: #161518;
}
.stats-section-inner{
    background: url(../images/group74997.svg) right 0 top 50% no-repeat;
    min-height: 402px;
}
.stats-section-row1{
    font-size: 22px;
    margin-bottom: 35px;
}
.stats-section-row2{
    display: flex;
    flex-wrap: wrap;
    font-size: 22px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.stats-section-row2 .item1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    position: relative;
    top: -19px;
    width: 87px;
}
.stats-section-row2 .item1 span{
    font-weight: 500;
    font-size: 70px;
}
.stats-section-row2 .item2{
    padding-left: 10px;
    width: calc(100% - 87px);
}
.stats-section-row2 a{
    text-decoration: underline;
}
.stats-section-row2 a:hover{
    color: #fff;
    text-decoration: none;
}

.stats-section-row3-title{
    color: #FCC000;
    font-size: 14px;
    margin-bottom: 7px;
}
.stats-section-row3-items{
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 30px;
}
.stats-section-row3-items li{
    margin-right: 20px;
    margin-bottom: 5px;
}
.stats-section-row3-items li a{
    color: #fff;
}
.stats-section-row3-items li a:hover{
    color: #FCC000;
}

.stats-section-nums{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 800px;
    max-width: 100%;
    text-align: center;
}
.stats-section-nums .col{
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 30px;
}
@media(min-width: 992px){
    .stats-section-nums .col:first-child{
        padding-left: 0;
    }
    .stats-section-nums .col:last-child{
        padding-right: 0;
    }
}

.stats-section-nums .item-num{
    font-size: 40px;
    font-weight: 700;
}
.stats-section-nums .item-text{
    font-size: 18px;
}
.stats-section-conclusion{
    background: #433F49;
    border-radius: 15px;
    padding: 25px;
    font-size: 18px;
}

@media(max-width: 991px){
    .stats-section-nums{
        margin-left: -15px;
        margin-right: -15px;
    }
    .stats-section-nums .col{
        padding-left: 15px;
        padding-right: 15px;
        width: 33.3333%;
    }
}

@media(max-width: 767px){
    .stats-section-row1,
    .stats-section-row2{
        font-size: 18px;
    }
    .stats-section-row1 br,
    .stats-section-row2 br{
        display: none;
    }
    .stats-section-conclusion{
        padding: 20px;
        font-size: 16px;
    }
    .stats-section-nums .item-text{
        font-size: 16px;
    }
}
@media(max-width: 429px){
    .stats-section-nums .col{
        width: 100%;
    }
}

.clients{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.clients .col{
    width: 16.6666%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.clients .item{
    transition: all ease-out 300ms;
    position: relative;
    display: block;
}
.clients .item:hover{
    transform: translateY(-10px);
}

@media(max-width: 991px){
    .clients .col{
        width: 20%;
    }
}

@media(max-width: 767px){
    .clients .col{
        width: 33.3333%;
    }
}
@media(max-width: 429px){
    .clients .col{
        width: 50%;
    }
}

.development-info-section{
    background: #161518;
}

.development-info-columns{
    display: flex;
    flex-wrap: wrap;
}
.development-info-columns .col1{
    width: 40%;
}
.development-info-columns .col2{
    width: 60%;
    padding-left: 30px;
}
.development-info-list{
    background: #433F49;
    border-radius: 15px;
    padding: 25px;
    font-size: 16px;
}
.development-info-list li + li{
    margin-top: 15px;
}
.development-info-list li{
    position: relative;
    padding-left: 17px;
    line-height: 1.4;
}
.development-info-list li:before{
    content: "-";
    position: absolute;
    left: 0;
    top: -1px;
}

.development-info-row1{
    font-size: 20px;
    font-weight: 600;
    color: #FCC000;
    margin-bottom: 30px;
    line-height: 1.4;
}
.development-info-row2{
    font-size: 16px;
    margin-bottom: 30px;
}
.development-info-columns .item-messengers-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.development-info-columns .item-messengers-title{
    margin-right: 15px;
    font-size: 14px;
    color: #FCC000;
}

@media(max-width: 767px){
    .development-info-columns .col1{
        width: 100%;
        margin-bottom: 40px;
    }
    .development-info-columns .col2{
        width: 100%;
        padding-left: 0;
    }
}


.about-section-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-section-inner .col1{
    width: calc(100% - 490px);
    padding-right: 55px;
}
.about-section-inner .col2{
    width: 490px;
}
.application-form-block{
    background: url(../images/application-form-bg.jpg) 0 0 / cover no-repeat;
    color: #fff;
    padding: 40px;
}
.application-form-block form{
    width: 260px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.application-form-title{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.application-form-block .form-control{
    border: none;
    box-shadow: 1px 7px 5.1px 0px #1D0E0D40;
}
.application-form-block .btn{
    box-shadow: 1px 7px 5.1px 0px #1D0E0D40;
}
.application-form-block .agreement{
    font-size: 11px;
}
.application-form-block .agreement a{
    color: #fff;
    text-decoration: underline;
}
.application-form-block .agreement a:hover{
    color: #fff;
    text-decoration: none;
}
.application-form-block .agreement input+label:before{
    top: 1px;
}
.application-form-block .agreement input:checked+label:before {
    background: url(../images/checked.svg) 0 0 no-repeat #fff;
}

@media(max-width: 1229px){
    .about-section-inner .col1{
        width: 55%;
    }
    .about-section-inner .col2{
        width: 45%;
    }
}

@media(max-width: 991px){
    .about-section-inner .col1{
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .about-section-inner .col2{
        width: 100%;
    }
    .application-form-block form{
        width: 600px;
    }
}

.promotion-section-title{
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.3;
}
.promotion-section-title span{
    font-size: 40px;
    font-weight: 900;
}
.promotion-section .btn{
    height: 50px;
    box-shadow: 1px 7px 5.1px 0px #1D0E0D40;
}

@media(max-width: 767px){
    .promotion-section-title{
        font-size: 20px;
    }
    .promotion-section-title span{
        font-size: 30px;
    }
}
@media(max-width: 429px){
    .promotion-section-title{
        font-size: 5.5vw;
    }
    .promotion-section-title span{
        font-size: 7.5vw;
    }
}



/* subscription */
.subscription{
    width: 350px;
    max-width: 100%;
    margin-bottom: 30px;
}
.subscription-title{
    font-size: 13px;
    margin-bottom: 7px;
}
.subscription-form{
    width:100%;
}
.subscription-form__content {
    display: flex;
    flex-wrap: wrap;
}
.subscription-form__email{
    width: 170px;
}
.subscription-form__send {
    width: 130px;
    margin-left: 7px;
}
.subscription-form__email input{
    font-size: 14px;
    color: #2b2b2b;
    margin: 0;
    text-align: center;
    width: 100%;
    border: none;
    height: 34px;
}

.subscription-form__send button{
    height: 34px;
}

.subscription-form__checkboxes input:checked+label:before {
    filter: invert(1);
}
.subscription .agreement label{
    cursor: pointer;
    display: block;
    color: #ffffff;
    padding-left: 25px;
    line-height: 19px;
    font-size: 13px;
    margin-top: 20px;
}
.subscription-form__send button[disabled] {
    background: #8b8b8b;
    cursor: not-allowed;
    pointer-events: none;
    color: #c9c8c8;
}

.subscription .simple-agreement{
    font-size: 11px;
    margin: 15px 0 0;
}

@media(max-width: 379px){
    .subscription-form__email{
        width: 100%;
    }
    .subscription-form__send{
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .subscription-form__send .btn{
        width: 100%;
    }
}
/* /. subscription */


/* cases-section */
.cases-section .section-title{
    font-size: 30px;
    font-weight: 400;
}
.cases-section .section-title span{
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
}

.cases-slider > div:not(:first-of-type){
    display: none;
}
.cases-slider .item-head{
    margin-bottom: 25px;
}
.cases-slider .item-title{
    font-size: 22px;
    font-weight: 600;
}
.cases-slider .item-subtitle{
    font-size: 18px;
}
.cases-slider .item-img{
    padding: 0 100px;
}
.cases-slider .slick-prev,
.cases-slider .slick-next{
    top: calc(50% + 23px);
}

@media(max-width: 991px){
    .cases-slider .item-img{
        padding: 0 50px;
    }
    .cases-slider .item-title{
        font-size: 20px;
    }
    .cases-slider .item-subtitle{
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .cases-slider .item-img{
        padding: 0;
    }
    .cases-slider .item-title{
        font-size: 18px;
    }
    .cases-slider .item-subtitle{
        font-size: 14px;
    }
}
/* /. cases-section */


/* cost-addiction */
.cost-addiction-items{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 40px;
}
.cost-addiction-items:before {
    content: "";
    background: linear-gradient(90deg, #527BD400 0%, #555 15%, #555 87%, #293E6A00 100%);
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 1px;
    opacity: 0.1;
}
.cost-addiction-items:after{
    content: "";
    background: linear-gradient(0deg, #527BD400 0%, #555 17%, #555 85%, #293E6A00 100%);
    position: absolute;
    left: 48%;
    top: 10%;
    height: 80%;
    width: 1px;
    opacity: 0.1;
}
.cost-addiction-items .col {
    width: calc(50% - 65px);
    margin-bottom: 50px;
}
.cost-addiction-items .item-head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
.cost-addiction-items .item-icon {
    width: 36px;
    height: 36px;
    background: #FCC000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.cost-addiction-items .item-title {
    width: calc(100% - 36px);
    padding-left: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

@media(max-width: 991px){
    .cost-addiction-items .item-title{
        font-size: 20px;
    }
}
@media(max-width: 767px){
    .cost-addiction-items:before,
    .cost-addiction-items:after{
        display: none;
    }
    .cost-addiction-items .col{
        width: 100%;
    }
}
@media(max-width: 559px){
    .cost-addiction-items{
        padding-bottom: 0;
    }
}
/* /. cost-addiction */


/* benefit-section */
.benefit-section{
    background: #161518;
    color: #fff;
    position: relative;
    margin-top: -30px;
}
.benefit-section:before{
    content: "";
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
}
.benefit-section-columns{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.benefit-section-columns .col1{
    width: calc(100% - 500px);
    padding: 60px 40px 40px 0;
}
.benefit-section-columns .col2{
    width: 500px;
}
.benefit-section-columns .section-img-block{
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.benefit-items .item{
    width: 500px;
    max-width: 100%;
}
.benefit-items .item + .item{
    margin-top: 15px;
}
.benefit-items .item-title{
    color: #FCC000;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 7px;
}
.benefit-items .item-text{
    padding-left: 24px;
    font-weight: 300;
}
.benefit-section-contacts-block{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background: #433F49E5;
    padding: 25px 35px;
    border-radius: 9px;
}
.benefit-section-contacts-block-title{
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
}
.benefit-section-contacts-block-text{
    margin-bottom: 10px;
    font-size: 14px;
}
.benefit-section-contacts-block-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.benefit-section-contacts-block-row .item-messengers-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 15px;
}
.benefit-section-contacts-block-row .item-messengers-title {
    margin-right: 15px;
}
.benefit-section-contacts-block-row .btn{
    padding-left: 20px;
    padding-right: 15px;
    font-size: 15px;
}
.benefit-section-contacts-block-row .btn svg {
    margin-left: 10px;
    position: relative;
    bottom: -2px;
}

@media(max-width: 991px){
    .benefit-section-columns .col1{
        width: calc(100% - 400px);
    }
    .benefit-section-columns .col2{
        width: 400px;
    }
    .benefit-items .item-title{
        font-size: 17px;
    }
    .benefit-items .item-text {
        padding-left: 14px;
        font-size: 14px;
    }
    .benefit-section-contacts-block{
        padding: 20px;
    }
    .benefit-section-contacts-block-row .btn {
        padding-left: 15px;
        padding-right: 10px;
        font-size: 14px;
    }
    .benefit-section-contacts-block-row .item-messengers-row{
        padding-left: 10px;
    }
    .benefit-section-contacts-block-row .item-messengers-title{
        font-size: 14px;
    }
    .benefit-section-contacts-block-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
@media(max-width: 767px){
    .benefit-section-columns .col1{
        width: 100%;
    }
    .benefit-section-columns .col2{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
}
@media(max-width: 429px){
    .benefit-section:before{
        display: none;
    }
    .benefit-section-contacts-block-row{
        display: block;
    }
    .benefit-section-contacts-block-row .item-messengers-row{
        padding-left: 0;
        margin-top: 15px;
    }
    .benefit-section-contacts-block{
        position: static;
        margin-bottom: 60px;
    }
    .benefit-section-columns .section-img-block{
        flex-wrap: wrap;
    }
}
/* /. benefit-section */



/* Contacts page */
.contacts-section-columns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.contacts-section-columns .col{
    width: calc(50% - 40px);
}
.contacts-section-columns .item{
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}
.contacts-section-columns .item-icon{
    width: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}
.contacts-section-columns .item.item-address .item-title{
    font-weight: 600;
    margin-bottom: 10px;
}
.contacts-section-columns .contacts-item{
    font-size: 14px;
}
.contacts-section-columns .contacts-item .item-title{
    color: #949494;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contacts-section-columns .phone-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contacts-section-columns .item-phone{
    margin-right: 30px;
}
.contacts-section-columns .item-phone a{
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.contacts-section-columns .item-phone a:hover{
    color: #FCC000;
}
.contacts-section-columns .item-mail a{
    color: #000;
}
.contacts-section-columns .item-mail a:hover{
    color: #FCC000;
}

@media(max-width: 659px){
    .contacts-section-columns .col{
        width: 100%;
    }
    .contacts-section-columns .col + .col{
        margin-top: 40px;
    }
}
/* /. Contacts page */



.header-main.sticky-header{
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    width: 100%;
    position: fixed;
    background-color: #161518bb;
    z-index: 1029;
}
.header-main.sticky-header .header-bottom {
	padding-top: 0px;
}




.site-types-section .tab-pane {
        display: none;
    }
    .site-types-section .tab-pane.active {
        display: block;
    }
    .site-types-section .projectsCategories-list {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
    }
    .site-types-section .projectsCategories-list .item {
        background: #BDBDBD;
        color: #161518;
        padding: 12px 11px;
        transition: all 0.3s ease;
        border-radius: 2px;
        margin: 0;
        
        font-weight: 400;
        font-size: 15px;
    }
    .site-types-section .projectsCategories-list .item.active {
        background: #FCC000;
        
    }
    .site-types-section .item-text {
        max-width: 880px;
        font-weight: 400;
        font-size: 14px;
    }
    .site-types-section .item-link {
        color: #FCC000;
        font-weight: 400;
        font-size: 14px;
        margin: 10px 0;
        font-family: Gilroy;
        font-weight: 400;
        font-size: 14px;
        text-decoration: underline;
        text-decoration-style: solid;
        text-decoration-offset: 0%;
        text-decoration-thickness: 0%;

    }
    .site-types-section .item-term {
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .site-types-section .more {
        display: none;
    }
    



.blog-carousel-wrapper .item-wrap{
    padding: 0 15px;
    text-align: left;
}

.blog-carousel-wrapper .slick-prev{
    left: -50px;
    top: 110px;
}
.blog-carousel-wrapper .slick-next{
    right: -50px;
    top: 110px;
}

@media(max-width: 1750px){
.blog-carousel-wrapper .slick-prev{
    width: 30px;
    left: calc(50% - 50px);
    top: calc(100% + 30px);
    background: url(../images/blog-prev-arrow.svg) 50% 50% no-repeat;
}
.blog-carousel-wrapper .slick-next{
    right: calc(50% - 50px);
    top: calc(100% + 30px);
    background: url(../images/blog-next-arrow.svg) 50% 50% no-repeat;
    width: 30px;
}
}

/* Квиз */
.t-quiz {
  height: 620px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Кастомизация скроллбара */
.t-quiz ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.t-quiz ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.t-quiz ::-webkit-scrollbar-thumb {
  background: #FCC000;
  border-radius: 4px;
}

.t-quiz ::-webkit-scrollbar-thumb:hover {
  background: #e0a800;
}

.t-quiz__progress {
  height: 6px;
  background: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
}

.t-quiz__progress-bar {
  height: 6px;
  background: #FCC000;
  width: 0%;
  transition: width 0.4s ease;
}

.t-quiz__counter {
  text-align: center;
  font-size: 14px;
  color: #64748b;
  margin-bottom: 30px;
}

.t-quiz__counter span {
  font-weight: 600;
}

.t-quiz__step, .t-quiz__img-step {
  display: none;
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.4s ease;
}

.t-quiz__step.active, .t-quiz__img-step.active {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

.t-quiz__question {
  font-size: 22px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.4;
}

.t-quiz__options {
  display: grid;
  grid-gap: 12px;
  margin-bottom: 30px;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 8px;
}

.t-quiz__option {
  display: block;
  cursor: pointer;
}

.t-quiz__option input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.t-quiz__option-content {
  display: block;
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

.t-quiz__option:hover .t-quiz__option-content {
  border-color: #d1d5db;
  background: #f8fafc;
}

.t-quiz__option input:checked + .t-quiz__option-content {
  border-color: #FCC000;
  background: #FFF9E6;
  box-shadow: 0 0 0 1px #FCC000;
}

.t-quiz__option-text {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #1e293b;
}

.t-quiz__form-fields {
  display: grid;
  grid-gap: 15px;
  margin-bottom: 30px;
}

.t-quiz__form-field input,
.t-quiz__form-field textarea {
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  font-size: 16px;
  transition: all 0.2s ease;
  background: #fff;
}

.t-quiz__form-field input:focus,
.t-quiz__form-field textarea:focus {
  outline: none;
  border-color: #FCC000;
  box-shadow: 0 0 0 3px rgba(252, 192, 0, 0.1);
}

.t-quiz__form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.t-quiz__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.t-quiz__submit:disabled {
  background: #e2e8f0 !important;
  color: #94a3b8 !important;
  cursor: not-allowed !important;
}

.t-quiz__prev,
.t-quiz__next,
.t-quiz__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}

.t-quiz__prev {
  background: #f1f5f9;
  color: #64748b;
}

.t-quiz__prev:hover {
  background: #e2e8f0;
}

.t-quiz__next,
.t-quiz__submit {
  background: #FCC000;
  color: #1e293b;
  margin-left: auto;
}

.t-quiz__next:hover,
.t-quiz__submit:hover {
  background: #e0a800;
}

.t-quiz__prev svg,
.t-quiz__next svg {
  margin: 0 6px;
}

.hidden {
  display: none !important;
}
/* Табы  */

  /* Основной контейнер — гибкий, не фиксирован по ширине */
  .tabs-container {
    display: flex;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    gap: 40px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  /* Левая панель с табами */
  .tabs {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 400px;
  }

  .tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 15px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
    min-height: 50px;
  }

  .tab-left {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
  }

  .circle {
    display: flex;
    align-items: center;
    background: #4a4453;
    border-radius: 30px;
    padding: 2px 8px 2px 4px;
    font-size: 14px;
    color: #fff;
    transition: background 0.3s;
    flex-shrink: 0;
  }

  .circle .number {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background: #3a3641;
    margin-right: 5px;
    transition: background 0.3s, color 0.3s;
  }

  .tab.active .circle {
    background: #ffcc00;
    color: #000;
  }

  .tab.active .circle .number {
    background: #3a3641;
    color: #ffcc00;
  }

  .arrow {
    font-size: 18px;
    flex-shrink: 0;
    transition: transform 0.2s;
  }

  .tab:hover .arrow {
    transform: translateX(3px);
  }

  /* Контент справа */
  .tab-content {
    flex: 1;
    line-height: 1.6;
    min-height: 180px;
    color: #e0e0e0;
    font-size: 16px;
  }

  .tab-pane {
    display: none;
  }
  
  .tab-pane ul {
    list-style: disc;
  }

  .tab-pane.active {
    display: block;
    animation: fadeIn 0.4s ease;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* ---------- Адаптив ---------- */

  /* Планшеты и маленькие десктопы (до 1024px) */
  @media (max-width: 1024px) {
    .tabs-container {
      flex-direction: column;
      gap: 20px;
      padding: 0 16px;
    }

    .tabs {
      width: 100%;
      max-width: none;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 12px;
    }

    .tab {
      flex: 1 1 calc(50% - 12px);
      padding: 10px 12px;
      border-radius: 40px;
      min-width: 0;
      min-height: 52px;
    }

    .tab-left {
      min-width: 0;
      flex: 1;
      overflow: hidden;
    }

    .tab-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

  /* Мобильные телефоны (до 600px) */
  @media (max-width: 600px) {
    .tabs-container {
      gap: 16px;
      padding: 0 12px;
    }

    .tab {
      flex: 1 1 100%;
      padding: 12px 14px;
      border-radius: 34px;
      min-height: 56px;
    }

    .circle {
      padding: 3px 6px;
      font-size: 13px;
    }

    .circle .number {
      width: 18px;
      height: 18px;
      line-height: 18px;
      margin-right: 6px;
    }

    .arrow {
      font-size: 16px;
      margin-left: 8px;
    }

    .tab-content {
      font-size: 15px;
      line-height: 1.7;
    }
  }

  /* Очень маленькие экраны (320px–400px) */
  @media (max-width: 400px) {
    .tabs-container {
      padding: 0 8px;
      gap: 12px;
    }

    .circle {
      font-size: 12px;
      padding: 2px 5px 2px 3px;
    }

    .circle .number {
      width: 16px;
      height: 16px;
      line-height: 16px;
      font-size: 12px;
    }

    .tab {
      padding: 10px;
      min-height: 50px;
    }

    .arrow {
      font-size: 15px;
    }

    .tab-content {
      font-size: 14px;
      line-height: 1.6;
    }
  }



#defaultCanvas0 {
    display: none;
}






