/*************** header start **************/
header .logo_dark{
    display: block;
}

header .logo_light{
    display: none;
}
.header .nav-horizontal {
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    color: #002840;
}
.header .nav-horizontal .menu>.menu-item:nth-child(2) {
    padding: 0 40px;
    border-right: 1px solid #8e8e8e;
    border-left: 1px solid #8e8e8e;
}
.header .btn-group{
    color: #002840;
}
.header .btn-group a img{
    width: 20px;
    margin-left: 10px;
}
.header .btn-group a img{
    filter: none;
}
/*************** header end **************/

/*************** section-banner start **************/
.section-banner {
    padding: 150px 0 150px;
}

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

.banner_text-block {
    width: 55%;
    padding-right: 30px;
}

.section-banner .section_pretitle {
    font-size: 20px;
    line-height: 44px;
    color: var(--color-4);
    font-weight: 400;
    margin-left: 10px;
}

.section-banner .section_title {
    font-size: 62px;
    line-height: 85px;
    font-weight: 400;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 50px;
}

.banner_img-block {
    width: 45%;
}

.banner_img-block img {
    position: relative;
    right: -35px;
}

@media (min-width: 1600px) and (min-height: 900px){
    .section-banner {
        padding: 250px 0 190px;
    }
}
@media (max-width: 1440px) {
    .section-banner .section_title {
        font-size: 57px;
        line-height: 78px;
    }

    .banner_img-block img {
        width: 100%;
        right: 0;
    }
}

@media (max-width: 1280px) {
    .section-banner {
        padding: 140px 0 100px;
    }
    .section-banner .section_title{
        font-size: 50px;
        line-height: 75px;
    }
    .section-banner .section_pretitle{
        font-size: 18px;
    }
    .banner_block-pretitle img{
        width: 30px;
    }
}
@media (max-width: 1024px) {
    .section-banner{
        padding-top: 120px;
    }
}

@media (max-width: 992px) {
    .section-banner {
        padding: 120px 0 65px;
    }

    .banner_wrap {
        flex-wrap: wrap;
    }

    .banner_text-block,
    .banner_img-block {
        width: 100%;
        padding-right: 0;
    }

    .section-banner .section_pretitle{
        font-size: 16px;
        line-height: 36px;
    }

    .section-banner .section_title{
        font-size: 40px;
        line-height: 55px;
    }

    .banner_block-pretitle{
        justify-content: center;
    }

    .banner_text-block,
    .section-banner .section_pretitle,
    .section-banner .section_title {
        text-align: center;
    }

    .banner_img-block img {
        display: block;
        max-width: 560px;
        margin: auto;
    }
    .scroll-btn{
        display: none;
    }
}

@media (max-width: 576px) {
    .section-banner .section_pretitle{
        line-height: 30px;
    }

    .banner_block-pretitle img {
        width: 20px;
    }
}

@media (max-width: 360px) and (max-height: 750px) {
    .section-banner .section_title {
        font-size: 35px;
        line-height: 50px;
    }
}

@media (max-width: 300px) {
    .section-banner .section_pretitle{
        font-size: 12px;
    }
    .section-banner .section_title {
        font-size: 30px;
        line-height: 45px;
    }
}
/*************** section-banner end **************/

/*************** section-services start **************/
.section-services {
    padding: 95px 0 130px;
}

.section-services .section_pretitle {
    font-size: 20px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}

.section-services .section_title {
    font-size: 47px;
    line-height: 67px;
    font-weight: 400;
    margin-bottom: 50px;
}

.section-services .slick-list {
    overflow: hidden;
}

.section-services .slick-track {
    display: flex !important;
}

.section-services .slick-slide {
    height: inherit !important;
}

.slick-arrow {
    background: transparent;
    border: none;
}

.prev-arrow {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%) rotate(180deg);
    z-index: 10;
}

.next-arrow {
    position: absolute;
    top: 50%;
    left: auto;
    right: -40px;
    transform: translateY(-50%);
    z-index: 10;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 20px 0 0 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 3px;
}

.slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #bdc6ef;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: var(--color-4);
}

.services_item {
    width: 465px;
    text-align: center;
    background-color: #ffffff;
    transition: var(--transition);
    margin: 0 12px;
}

.services_item a:hover {
    text-decoration: none;
}

.services_item-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    padding: 70px 40px;
    border-radius: 29px;
    border: 1px solid #4dc3f5;
}

.services_item-list {
    margin-bottom: 20px;
}

.services_item-list li p{
    font-size: 17px;
    line-height: 40px;
    font-weight: 400;
    text-align: left;
    margin: 0;
}
.services_item-list li {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 20px;

}
.services_item img {
    max-width: 20px;
    max-height: 20px;
    transition: var(--transition);
    margin-right: 20px;
    /*margin: auto;*/
}

.services-btn_arrow{
    width: 20px;
    max-width: 20px;
    min-width: 20px;
    margin-left: 5px;
    margin-right: 0;
}

.services_item h3 {
    font-size: 25px;
    line-height: 63px;
    font-weight: 400;
    color: #000000;
    transition: var(--transition);
    margin-bottom: 35px;
}

.services_item p {
    line-height: 34px;
    margin-bottom: 20px;
}

.services_item .btn {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    color: var(--color-4);
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
    margin: 0;
}

@media (min-width: 1025px) {
    .services_item:hover.services_item .btn {
        color: var(--color-5);
    }

    .services_item:hover {
        color: var(--color-5);
        background-color: var(--color-3);
        border-radius: 29px;
    }
    .services_item:hover h3 {
        color: var(--color-5);
    }
    .services_item:hover .services-btn_arrow{
        filter: invert(1);
    }
}

@media (max-width: 1440px) {
    .services_item h3 {
        font-size: 27px;
        line-height: 37px;
    }

    .services_item p {
        font-size: 16px;
        line-height: 30px;
    }
}

@media (max-width: 1440px) {
    .services_item .btn {
        font-size: 15px;
    }
    .services_item-wrap{
        padding: 70px 30px;
    }
}

@media (max-width: 992px) {
    .section-services {
        padding: 80px 0;
    }

    .services_item-wrap {
        padding: 60px 40px;
    }

    .section-services .section_pretitle{
        font-size: 18px;
        line-height: 41px;
    }

    .section-services .section_title{
        font-size: 30px;
        line-height: 50px;
    }

    .services_list {
        max-width: 465px;
        margin-left: auto;
        margin-right: auto;
    }

    .services_item h3{
        font-size: 25px;
        line-height: 63px;
    }

    .services_item-list li p{
        font-size: 17px;
        line-height: 40px;
    }
}

@media (max-width: 576px) {
    .section-services .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .slick-arrow {
        display: none!important;
    }

    .services_item h3 {
        line-height: 48px;
    }

    .services_item-list li p {
        font-size: 15px;
        line-height: 25px;
    }
}
@media (max-width: 300px) {
    .section-services .section_title{
        font-size: 27px;
    }
}
/*************** section-services end **************/

/*************** section-standard start **************/
.section-standard {
    padding: 100px 0 0;
}

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

.standard_img-block {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.section-standard .section_pretitle{
    font-size: 20px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--color-5);
}

.section-standard .section_title{
    font-size: 47px;
    line-height: 67px;
    font-weight: 400;
    color: var(--color-5);
}

.section-standard .section_text{
    font-size: 17px;
    line-height: 40px;
    font-weight: 300;
    color: var(--color-5);
    margin-bottom: 55px;
    opacity: 0.580;
}

.standard_img-block .standard_img-ipad{
    display: none;
}

.standard_text-block {
    width: 50%;
    padding-left: 20px;
    padding-bottom: 100px;
}

.standard_text-block .section_title {
    text-align: left;
    margin-bottom: 27px;
}

.standard_text-block .section_text p:not(:last-child){
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .standard_wrap {
        flex-wrap: wrap-reverse;
    }

    .standard_text-block,
    .standard_img-block {
        width: 100%;
    }

    .standard_text-block {
        padding-left: 0;
        padding-bottom: 70px;
    }

    .standard_text-block,
    .standard_text-block .section_title {
        text-align: center;
    }

    .standard_img-block img {
        display: block;
        max-width: 455px;
        margin-left: auto;
        margin-right: auto;
    }
    .standard_img-block .standard_img-desc{
        display: none;
    }
    .standard_img-block .standard_img-ipad{
        display: block;
    }
}

@media (max-width: 992px) {
    .section-standard{
        padding: 65px 0 0;
    }

    .section-standard .section_pretitle{
        font-size: 18px;
        line-height: 41px;
    }

    .standard_text-block .section_title{
        font-size: 30px;
        line-height: 50px;
    }

    .section-standard .section_text{
        font-size: 16px;
        line-height: 37px;
    }
}

@media (max-width: 576px) {
    .standard_img-block .standard_img-desc{
        display: block;
    }
    .standard_img-block .standard_img-ipad{
        display: none;
    }
    .standard_img-block img{
        max-width: 255px;
    }
}
@media (max-width: 300px) {
    .standard_text-block .section_title{
        font-size: 27px;
    }
}
/*************** section-standard end **************/

/*************** section-colored start **************/
.section-colored {
    background-color: var(--color-3);
    padding: 170px 0 110px;
}

.section-colored_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-colored .section_pretitle {
    font-size: 25px;
    line-height: 47px;
    color: #8798de;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-colored .section_title {
    position: relative;
    font-size: 47px;
    font-weight: 500;
    line-height: 67px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
}

@media (max-width: 1440px) {
    .section-colored .section_title {
        font-size: 45px;
        line-height: 66px;
    }
}

@media (max-width: 992px) {
    .section-colored {
        padding: 100px 0;
    }
}
@media (max-width: 1280px) {
    .section-colored {
        padding: 100px 0;
    }

    .section-colored_container {
        flex-direction: column;
    }

    .section-colored .section_title{
        font-size: 33px;
        line-height: 47px;
        margin-bottom: 47px;
    }

    .section-colored .section_pretitle,
    .section-colored .section_title {
        text-align: center;
    }
}
/*************** section-colored end **************/

/*************** section-advantages start **************/
.section-advantages {
    padding: 100px 0 0;
}

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

.advantages_text-block {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    border-bottom: 1px solid #8e8e8e;
}
.section-advantages .section_pretitle{
    font-size: 20px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 10px;
}
.section-advantages .section_title {
    font-size: 47px;
    line-height: 67px;
    font-weight: 400;
    margin-top: 30px;
    text-align: left;
}

.section-advantages .section_text {
    font-size: 20px;
    line-height: 39px;
    font-weight: 400;
}

.advantages_list-block {
    max-width: 830px;
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 90px 40px;
}

.advantages_item {
    position: relative;
    width: calc(50% - 20px);
    padding: 40px 0;
}

.advantages_item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 3px;
    background-color: var(--color-2);
}

@media (max-width: 1024px) {
    .section-advantages .col-lg-4,
    .section-advantages .col-lg-6 {
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }

    .advantages_wrap {
        flex-wrap: wrap;
    }

    .advantages_text-block {
        display: block;
        width: 100%;
        max-width: inherit;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .advantages_block-pretitle{
        justify-content: center;
    }

    .section-advantages .section_pretitle{
        font-size: 18px;
        line-height: 41px;
    }

    .section-advantages .section_title {
        font-size: 45px;
        line-height: 65px;
    }

    .section-advantages .section_text{
        font-size: 19px;
        line-height: 37px;
    }

    .advantages_list-block {
        width: 100%;
        max-width: 650px;
        margin: auto;
    }

    .section-advantages .section_title,
    .section-advantages .section_text {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .section-advantages {
        padding: 70px 0 0;
    }

    .section-advantages .section_title{
        font-size: 30px;
        line-height: 50px;
    }
}
@media (max-width: 300px) {
    .section-advantages .section_title{
        font-size: 27px;
    }
}
/*************** section-advantages end **************/
.scroll-btn{
    margin-top: auto;
}
.scroll-btn img{
    margin-left: 10px;
}
.btn_arrow{
    margin-left: 10px;
    filter: invert(1);
}
