/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');*/
header.tool-header{
    background: rgb(254,65,2);
    background: linear-gradient(180deg, rgba(254,65,2,1) 0%, rgba(255,200,0,1) 100%);
    position: relative
}

.header-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    /*outline: 1px solid red;*/
}

.tool-header-menu .container,
.tool-header-menu .container .row,
.tool-header-menu .container .col-md-12{
    height: 100%
}

.header-nav-wrap > div {
    height: 100%;
    /*outline: 1px solid red;*/
    display: flex;
    align-items: center;
}

.tool-header .header-img {
    position: absolute
}

.tool-header .header-img img{
    object-fit: contain;
    display: block;
}
.header-img{
    display: none;
    pointer-events: none;
}
.header-img.sun {
    display: block;
    width: 100%;
    /*height: 100%;*/
    overflow: hidden;
    top: 0;
    left: 0;
    /*border: 1px solid black;*/
    /*background: green;*/
}
.header-img.sun img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.header-img.ground {
    width: 100%;
    height: 50%;
    overflow: hidden;
    bottom: 0;
    left: 0;
    display: flex;
}
.header-img.ground img{
    object-fit: cover;
    width: 100%;
    height: 100%
}
.header-img.factory {
    width: 458px;
    height: 418px;
    overflow: hidden;
    bottom: 200px;
    left: calc(50% - 950px);
    /*outline: 1px solid yellow;*/
    display: flex;
    align-items: flex-end;
}

.header-img.guy-1 {
    width: 676px;
    height: 565px;
    overflow: hidden;
    bottom: 0;
    left: calc(50% - 550px);
    /*outline: 1px solid red;*/
    display: flex;
    align-items: flex-end;
}

.header-img.guy-2 {
    width: 779px;
    height: 511px;
    overflow: hidden;
    bottom: 0;
    left: calc(50% - 750px);
    /*outline: 1px solid green;*/
    display: flex;
    align-items: flex-end;
}

.header-img.logo {
    display: flex;
    flex-direction: column;
    right: calc(50% - 400px);
    top: 30px;
    width: 647px
}

.header-img.logo span{
    font-weight: bold;
    font-size: 28px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #404040;
    font-family: 'Lato', sans-serif;
    font-display: swap;
}

.tool-header-menu{
    background: rgba(66, 76, 97, 0.9) ;
    height: 100px;
    width: 100%;
    position: fixed;
    top: -20px;
    left: 0;
    z-index: 10;
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: all 1.3s ease-in-out;
    pointer-events: none;
}

.nav-up .tool-header-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
}

.free-demo-form {

    background: rgba(85, 136, 186, 0.85);
    backdrop-filter: blur(2px);
    padding: 25px 20px 10px;
    transition: all 1.3s ease-in-out;
}
.free-demo-form-wrap {
    width: 390px;
    position: absolute;
    bottom: 0;
    right: calc(50% - 400px);
    z-index: 9;
}

.focused {animation:scale-up-bottom .8s cubic-bezier(.39,.575,.565,1.000) both; animation-delay: 300ms;}
@keyframes scale-up-bottom {
    0% {
        transform: scale(1);
        transform-origin: 50% 100%;
    }
    20% {
        transform: scale(1.05);
        transform-origin: 50% 100%;
    }
    100% {
        transform: scale(1);
        transform-origin: 50% 100%;
    }
}
.nav-up .free-demo-form {
    bottom: -20px;
    opacity: 0;
    pointer-events: none
}

.free-demo-form-title {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-family: Lato, sans-serif;
    font-display: swap;
    margin-bottom: 10px
}

.free-demo-form .btn {
    background: #f80;
    color: #fff;
    font-size: 18px;
    border: none;
    padding: 7px 28px;
}

.free-demo-form .form-control {
    border-radius: 3px;
    border-color: #40668b;
    font-size: 16px;
    height: 43px;
}

.free-demo-form .form-group.has-error .form-control {
    border: 1px solid #d42a2a;
    -webkit-box-shadow: inset 0 0 6px #d42a2a;
    box-shadow: inset 0 0 6px #d42a2a;
}
.free-demo-form .form-group.has-error .form-control::-webkit-input-placeholder {
    color: #d42a2a;
}

.demo-contact {
    border-top: 1px solid #95aabd;
    margin-top: 25px;
    color:#fff;
    padding: 15px 18px 0;
    font-size: 16px
}

.demo-contact a {
    color: #ffc801
}
.demo-contact a:hover {
    color: #ffc801
}


.block_tool {
    margin-top: 30px;
    overflow: hidden
}
.block_tool .block_5pm_area {
    margin-top: 40px
}
.block_tool .block_5pm_bg{
    clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
    background: #b4c8d8;
}
.block_tool .block_tool_over{
    /*border: 1px solid red;*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 410px;
     clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
    background: #fff;
    /*margin-bottom: -50%*/

    /*opacity: 0.5*/
}
#benefits {
    padding-top: 70px
}
.block_tool .block_tool_over_blue{
    /*border: 1px solid red;*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 460px;
    clip-path: polygon(0% 30%, 100% 10%, 100% 100%, 0% 100%);
    background: rgba(66, 115, 155, 0.4);
    /*opacity: 0.5*/
}
.block_info_desc_2 {
    margin-top: 20px;
    font-size: 16px;
    color: #566b78
}
.tool_list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap
}

.tool_list li {
    /*outline: 1px solid red;*/
    width: 50%;
    list-style: inside;
    list-style: none;
    font-size: 16px;
    color: #566b78;
    margin: 5px 0;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}

.tool_list li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #6a8ca2;
    flex-shrink: 0;

}

.block_tool_front {
    /*outline: 1px solid red;*/
    background: #e8edf1;
    clip-path: polygon(0% 0%, 100% 15%, 100% 80%, 0% 100%);
    min-height: 200px;
    margin-top: 25px;
    padding: 80px 0 120px;
    transition: all 0.3s linear;
}

.block_tool_front.opened {
    clip-path: polygon(0% 0%, 100% 5%, 100% 95%, 0% 100%);
}

.block_tool_front .second-row {
    margin-top: 30px;
}

.block_tool_front .block_info_title {
     text-align: center;
     font-size: 32px;
     color: #1381ae;
     margin-bottom: 40px
 }

.block_tool_front .block_info_desc {
    margin-top: 10px
}
.tool-front-wrap {
    display: flex;
    gap: 20px
}
.tool-front-wrap .tool-front-icon {
    width: 111px;
    height: 155px;
    /*outline: 1px solid red;*/
    background-image: url("../images/toolfront/toolfront_icons.svg");
    background-size: 593px 174px;
    background-repeat: no-repeat;
    flex-shrink: 0
}

.tool-front-wrap .tool-front-icon.orders {
    background-position: -156px 0 ;
}
.tool-front-wrap .tool-front-icon.transfers {
    background-position: -465px 0 ;
}

.tool-front-wrap .tool-front-icon.returns {
    background-position: -300px 0 ;
}
.tool-front-wrap .tool-front-icon.disc {
    background-position: -6px 0 ;
}

.tool-front-title {
    color: #566b78;
    font-size: 22px;
    font-weight: bold;
    padding-left: 5px
}

.tool-front-content {
    width: 100%;
    flex: 1 1 0;
    /*outline: 1px solid green;*/
    padding-right: 110px ;
}

.tool-front-desc {
    color: #566b78;
    font-size: 14px;
    border-bottom: 1px solid #566b78;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 5px
}

.tool-front-list {
    color: #566b78;
    font-size: 14px;
    list-style: inside;
    list-style: none;
    padding-left: 5px
}

.tool-front-list li{
    display: flex;
    gap: 10px;
    align-items: center;
}

.tool-front-list li:before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: #6a8ca2;
    flex-shrink: 0;
}

.block_tool_front_button {
    margin-top: 50px;
    overflow: hidden
}

.f_full_list_wrap .f_full_list{
    margin-top: 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.5s cubic-bezier(.07,.78,.35,1.34)
}

.block_tool_front.opened .f_full_list_wrap .f_full_list{
    max-height: 1200px;
}

.block_tool_front.opened .block_tool_front_sep {
    display: flex
}
.block_tool_front.opened .block_tool_front_button{
    display: none
}
.f_full_list li {
    /*outline: 1px solid red;*/
    /*width: 50%;*/
    list-style: inside;
    list-style: none;
    font-size: 16px;
    color: #566b78;
    margin: 2px 0;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}

.f_full_list li:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: #6a8ca2;
    flex-shrink: 0;
}

.block_tool_front_sep {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px
}

.block_tool_front_sep span{
    width: 10px;
    height: 10px;
    border-radius: 50em;
    background: #c8cdde;
}
/*.splide {*/
/*    visibility: visible !important;*/
/*}*/

.splide{
    margin-bottom: 50px
}
/*.screen-item {*/
/*    display: inline-flex;*/
/*    flex-direction: column;*/
/*}*/
.screen-item img {
    height: 100%;
    width: auto;
    /*max-width: 200px;*/
    max-height: 100%
}

.screen-item a {
   display: flex;
    flex-direction: column;
    height: calc(100% - 35px);
    /*border: 1px solid green*/
}

.screen-item a span{
    flex-shrink: 0;
    /*border: 1px solid green;*/
    text-align: center;
    height: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #93abba;
    font-size: 16px;
    margin-top: 15px;
    text-decoration: none !important;
}
.splide__track {
    padding: 10px 0
}
.splide__slide {
    padding: 4px;
    background: #fff;
    /*border: 1px solid #e2e5e8;*/
    transition: all 0.1s ease;
    /*display: inline-flex*/
}

.splide__slide img{
    padding: 4px;
    background: #fff;
    border: 1px solid #e2e5e8;
    transition: all 0.2s ease;
    /*display: inline-flex*/
}
.splide__slide:hover img {
    border-color: #81bee8;
    box-shadow:
            0px 2.3px 0.5px rgba(0, 0, 0, 0.014),
            0px 3.3px 1.1px rgba(0, 0, 0, 0.02),
            0px 3.4px 2.8px rgba(0, 0, 0, 0.026),
            0px 5px 13px rgba(0, 0, 0, 0.04)
;

}

.splide__slide:hover a {
    text-decoration: none;
    color: #566b78;
}
.splide__slide:hover a span{
    text-decoration: none;
    color: #566b78;
}
.splide__slide.is-active  img{
    border-color: #81bee8;
    transform: scale(1.05);
}

.splide__slide.is-active  a span{
    color: #566b78;
}

.splide__pagination {
    transform: translateY(30px);
}
.splide__pagination__page.is-active {
    background: #81bee8 !important;
}

.splide__arrow[disabled]{
    visibility: hidden;
}
.screens-title .block_info_title{
    text-align: center;
}

.screens-title .block_info_desc{
    text-align: center;
    margin-bottom: 30px
}


/*adaptive*/
@media only screen and (max-width: 992px) {
  .header-nav-wrap > div {
      display: none
  }
    .tool-header-menu {
        height: 55px
    }
    .header-nav-wrap {
        justify-content: center;
    }
    .header-nav-wrap .sch-bt {
        display: flex !important;
    }

    .block_tool .block_5pm_bg {
        clip-path: polygon(0% 0%, 100% 3%, 100% 100%, 0% 100%);
    }
    .block_tool .block_5pm_area {
        margin-top: 100px !important;
    }
    .block_tool .block_tool_over {
        height: 250px
    }
    .block_tool .block_tool_over_blue {
        height:280px;
    }
    .block_tool_front {
        clip-path: polygon(0% 0%, 100% 5%, 100% 95%, 0% 100%);
        padding: 80px 0 60px
    }
    .tool-front-content {
        margin-bottom: 20px;
    }
    .block_tool_front .second-row {
        margin-top: 0
    }

}

@media only screen and (max-width: 992px) {
    .header-img.sun {
        transform: scale(1.2);
        bottom: 25%
    }
    .header-img.ground {
        height: 25%
    }

    .free-demo-form-wrap {
        width: 100%;
        right: 0
    }
    .header-img.logo {
        width: 50%;
        right: 25%
    }
    .header-img.logo span{
        display: none
    }
    header {
        height: 600px
    }
    .block_tool .block_5pm_area {
        margin-top: 50px !important;
    }
    .block_tool .block_tool_over {
        height: 150px;
    }

    .block_tool .block_tool_over_blue {
        height: 170px
    }
    .guy-1,
    .guy-2,
    .factory {
        display: none !important;
    }

    .tool_list li {
        width: 100%
    }

    /*.tool-front-icon {*/
    /*    display: none*/
    /*}*/
    .tool-front-content {
        padding-right: 0
    }

    .block_tool_front.opened {
        clip-path: polygon(0% 0%, 100% 2%, 100% 98%, 0% 100%);
    }

    .free-demo-form {
        padding-top: 6px
    }


}

@media only screen and (max-width: 480px) {
    .header-img.logo {
        width: 80%;
        right: 10%;
        top: 1vh;
        margin: 0
    }
    header {
        height: 540px !important;
    }

    .block_info_title {
        font-size: 28px !important;
    }

    .block_info_desc {
        font-size: 20px !important;
        line-height: 24px;
    }

    .tool_list {
        padding-left: 10px;
        line-height: 1.1;
    }
    .tool-front-wrap {
       flex-direction: column;
        gap: 2px;
        align-items: center !important;
    }
    .tool-front-icon {
       transform: scale(0.85) !important;
        transform-origin: bottom center !important;
        height: 142px !important;
        /*width: 80px !important;*/

        /*background-size: 493px auto !important;*/
    }

    .f_full_list {
        padding-left: 10px
    }
    .nav-up .free-demo-form {
        bottom: 0 !important;
        opacity:1 !important;
        pointer-events: auto !important;
    }
}

.partners_area .partners_title {
    font-size: 24px
}

.partners .hov .title {
    white-space: normal !important;
    line-height: 1.1;
    margin-bottom: 20px
}


@media screen and (max-device-width: 940px) and (orientation: landscape) {
    .nav-up .free-demo-form {
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}