@font-face{
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Light.woff");
    font-weight: 300
}

@font-face{
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Regular.woff");
    font-weight: 400
}

@font-face{
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-SemiBold.woff");
    font-weight: 600
}

@font-face{
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Bold.woff");
    font-weight: 700
}

@font-face{
    font-family: "Poppins";
    src: url("../fonts/Poppins-ExtraBold.woff");
    font-weight: 700
}

:root{
    --border-w: 3px;
}

body{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: #FAFAFA;
    color: #333333;
    -webkit-text-size-adjust: 100%;
}

*, :after{
    box-sizing: border-box;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p{
    padding: 0;
    margin: 0
}

svg, img{
    -ms-flex-negative: 0;
    flex-shrink: 0
}

a{
    text-decoration: none;
    cursor: pointer;
    color: #088C76;
}

a:hover, a:focus{
    text-decoration: none;
}

a:active, a:focus { outline: none; }

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}

button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
h1, .like-h1{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #000000;
}

h2, .like-h2{
    font-family: "OpenSans", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 24px;
}

h3, .like-h3{
    ont-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
}


.btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 46px;

    border-radius: 100px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    border: 0;
    cursor: pointer;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease
}

.btn:focus, .btn:active{
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn--gradient{
    padding: 18px 24px;
    //background: linear-gradient(to right, #1F4F5E 0.31%, #03CAA6, #07d4ae, #0f7d71);
    background: linear-gradient(to right, #0A392A 0.31%, #63a782, #56a57c, #196c4d);
    background-size: 300% 100%;
}

.btn--gradient:hover{
    background-position: 100% 0;
    box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 20%);
}

.btn--transparent{
    position: relative;
   /* border: 0;*/
    color: inherit;
    background: none;
    padding: 17px 38px;


    border: 2px;
    color: #000;
    background: #fff;
    background-clip: padding-box; /* !importanté */
    border: 2px solid  transparent; /* !importanté */
    border-radius: 100px;


    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn--transparent::before{

    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    /*background: linear-gradient(to right, #1F4F5E 0.31%, #03CAA6, #07d4ae, #0f7d71) border-box;*/
    background: linear-gradient(to right, #0A392A 0.31%, #63a782, #56a57c, #196c4d) border-box;
    background-size: 300% 100%;
    /*
    border-radius: 100px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    background: linear-gradient(to right, #1F4F5E 0.31%, #03CAA6, #07d4ae, #0f7d71) border-box;
    background-size: 300% 100%;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;*/
    /*moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;*/
   /* padding: 14px 36px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    transition: box-shadow .3s ease;*/

  /*  opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;

    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0;
    margin:0;*/
}


.btn--transparent:hover::before{
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -2px; /* !importanté */
    border-radius: inherit; /* !importanté */
    box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 40%);
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn--transparent.btn--consultation{
    padding: 17px 38px;
}


.btn--border-gradient-light{
    position: relative;
    /* border: 0;*/
    color: inherit;
    background: none;
    padding: 0px 38px;

    min-height: 40px;
    border: 1px;
    color: #000;
    background: #fff;
    background-clip: padding-box; /* !importanté */
    border: 1px solid  transparent; /* !importanté */
    border-radius: 100px;


    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;



    font-size: 16px;
}

.btn--border-gradient-light::before{

    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    /*background: linear-gradient(to right, #1F4F5E 0.31%, #03CAA6, #07d4ae, #0f7d71) border-box;*/
    background: linear-gradient(to right, #0A392A 0.31%, #63a782, #56a57c, #196c4d) border-box;
    background-size: 300% 100%;
}


.btn--border-gradient-light:hover::before{
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -1px; /* !importanté */
    border-radius: inherit; /* !importanté */
    box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 40%);
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn--transparent-border{
    position: relative;
    padding: 17px 38px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    transition: all .4s ease-in-out;
}

.text-gradient{
    background-color: #0A392A;
    /*background-image: linear-gradient(90deg, #1F4F5E, #03CAA6);*/
    background-image: linear-gradient(90deg, #0A392A, #71BF97);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.text-gradient-light{
    background-color: #0A392A;
    /*background-image: linear-gradient(90deg, #1F4F5E, #03CAA6);*/
    background-image: linear-gradient(90deg, #0A392A, #71BF97);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}
.text-gradient-upper{
    background-color: #0A392A;
    /*background-image: linear-gradient(89.57deg, #1F4F5E 0.31%, #03CAA6 99.63%);*/
    background-image: linear-gradient(89.57deg, #0A392A 0.31%, #71BF97 99.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.slide{
    position: relative;
    width: 100%;
    height: 700px;
}

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

.swiper-slide{
    text-align: center;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*

.swiper-slide img{
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
*/


.transition-fade{
    transition: 0.4s;
    opacity: 1;
}

html.is-animating .transition-fade{
    opacity: 0;
}


.container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* header */
header{
    background: #fff;
    height: 100px;
    z-index: 10;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.header{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 100%;
    height: 100px;
    z-index: 7;
    background: #fff;
}

.header__body{
    justify-content: space-between;
    margin: 0 auto;
    padding: 29px 0;
    transform: translateZ(1px)
}

.header__navigation{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex

}

.header-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
    justify-content: space-between;
}

.header__logo{
    top: 4px;
    margin-right: 48px;
    display: flex;
    align-items: center;
}


.logo__description{
    font-size: 12px;
    width: 170px;
    color: #0A392A;
    padding-left: 20px;
}

nav{
    display: block;
}

.nav{
    margin-left: 54px;
}

.nav a{
    color: #333333;
}

.nav a:hover{
    color: #196c4d;
}

.header-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-nav li{
    list-style-type: none;
}

.header-nav li + li{
    margin-left: 20px
}

.header-nav__link{
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    white-space: nowrap
}

.header-nav__link:hover, .header-nav__link.active{
    color: #196c4d
}

.nav__item{
    position: relative;
    margin-right: 42px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    transition: color .3s ease
}

.nav__item:last-child{
    margin-right: 0
}

.nav__item.active{
    color: #196c4d
}

.nav__item.active .nav-submenu__wrapper{
    opacity: 1;
    transform: translateZ(1px);
    pointer-events: all
}

.nav__item_submenu{
    display: inline;
    padding: 0 8px 24px 0
}

.nav__item_submenu span{
    position: relative
}

.nav__item_submenu span:after{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    right: -16px;
    /*  border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #454545;*/
    transform-origin: center;
    transition: border-color .3s ease, transform .3s ease;
    transform: scaleX(1)
}


.nav__item_submenu.active{
    cursor: default
}

.nav__item_submenu.active span:after{
    transform: scaleY(-1);
    border-top-color: #196c4d
}

.nav-submenu{
    width: 202px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ececec;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .07)
}

.nav-submenu a{
    display: block
}

.nav-submenu__wrapper{
    position: absolute;
    top: 32px;
    left: 0;
    display: flex;
    pointer-events: none;
    background-color: #fff;
    border-radius: 6px;
    opacity: 0;
    transform: translate3d(0, -32px, 0);
    transition: opacity .35s ease-out, transform .35s ease-out;
    z-index: 2
}

.nav-submenu__wrapper.has-banner{
    border-radius: 6px
}

.nav-submenu__wrapper.has-banner .nav-submenu{
    border-radius: 6px 0 0 6px
}

.nav-submenu__wrapper.has-banner .nav-submenu__item:first-child{
    border-radius: 6px 0 0 0
}

.nav-submenu__wrapper.has-banner .nav-submenu__item:last-child{
    border-radius: 0
}

.nav-submenu__item{
    min-height: 48px;
    padding: 16px;
    color: #454545;
    transition: background-color .3s ease, color .3s ease
}

.nav-submenu__item:first-child{
    border-radius: 6px 6px 0 0
}

.nav-submenu__item:last-child{
    border-radius: 0 0 6px 6px
}

.nav-submenu__item:hover{
    color: #196c4d;
    background-color: #f0f0f0
}

.nav-submenu__item.nuxt-link-exact-active{
    color: #60ca23
}

.nav__item{
    position: relative;
    margin-right: 40px;
    font-size: 14px;
    line-height: 1.6;
    transition: color .3s ease;
}

.nav__item:last-child{
    margin-right: 0;
}

.nav__item_submenu{
    display: inline;
    padding: 0 12px 24px 0;
}

.nav__item_submenu span{
    position: relative;
}

.nav-submenu__wrapper.has-banner{
    border-radius: 6px;
}

.nav-submenu__wrapper{
    position: absolute;
    top: 32px;
    left: 0;
    display: flex;
    pointer-events: none;
    background-color: #fff;
    border-radius: 6px;
    opacity: 0;
    transform: translate3d(0, -32px, 0);
    transition: opacity .35s ease-out, transform .35s ease-out;
    z-index: 2;
}

.nav__item_submenu span{
    position: relative;
}

.header-authorize{
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    margin-right: 35px;
}

.header-phone{
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.header__body, .header__buttons, .header__navigation{
    display: flex;
    align-items: center
}


.burger-menu:before{
    top: 0
}

.burger-menu:after{
    top: calc(100% - 2px)
}

.burger-menu span{
    top: 50%;
    transform: translate3d(0, -50%, 1px)
}

.burger-menu_active span{
    opacity: 0
}

.burger-menu_active.burger-menu:after, .burger-menu_active.burger-menu:before{
    background-color: #363636;
    top: 40%
}

.burger-menu_active.burger-menu:before{
    transform: rotate(45deg)
}

.burger-menu_active.burger-menu:after{
    transform: rotate(-45deg)
}

.header__aside{
    display: none
}

.aside{
    position: relative
}

.aside__overlay{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 8;
    cursor: pointer;
    transform: translateZ(1px);
    transition: opacity .3s ease
}

.aside__overlay.fade-enter, .aside__overlay.fade-leave-active{
    opacity: 0
}

.aside__overlay.fade-enter-active, .aside__overlay.fade-leave-active{
    transition: opacity .3s ease
}

.aside__main{
    position: fixed;
    top: 0;
    right: 0;
    width: 414px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 64px 48px 72px;
    background-color: #fff;
    transform: translateZ(1px);
    z-index: 9;
    display: none
}

.aside__main.slide-left-enter-active{
    transform: translate3d(100%, 0, 1px)
}

.aside__main.slide-left-enter-to{
    transform: translateZ(1px);
    transition: transform .5s cubic-bezier(.77, .2, .05, 1)
}

.aside__main.slide-left-leave-active{
    transform: translate3d(100%, 0, 1px);
    transition: transform .5s cubic-bezier(.77, .2, .05, 1)
}

.aside__head{
    position: relative;
    display: flex;
    align-items: left;
    justify-content: space-between;
    /* padding-right: 48px;*/
    margin-bottom: 16px;
    z-index: 1;
    flex-direction: column;
}
.aside__head .header__buttons{
    padding:  0 0 30px 0;
}
.aside__head .header__logo{
    display: none;
}
.aside__body{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.aside__controls{
    display: none
}

.aside__footer{
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translate3d(-50%, 0, 1px);
    width: 100%;
    text-align: center;
    z-index: 2
}

.burger-menu{
    position: fixed;
    top: 50%;
    right: 26px;
    height: 18px;
    width: 32px;
    background-color: transparent;
    transition: transform .5s ease;
    transform: translate3d(0, -50%, 1px);
    cursor: pointer;
    z-index: 10
}

.burger-menu:after, .burger-menu:before, .burger-menu span{
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: rgba(54, 54, 54, .8);
    border-radius: 4px;
    opacity: 1;
    transition: top .35s cubic-bezier(.23, 1, .32, 1), transform .35s cubic-bezier(.23, 1, .32, 1), background-color .35s ease, opacity .35s ease
}

.burger-menu:before{
    top: 0
}

.burger-menu:after{
    top: calc(100% - 2px)
}

.burger-menu span{
    top: 50%;
    transform: translate3d(0, -50%, 1px)
}

.burger-menu_active span{
    opacity: 0
}

.burger-menu_active.burger-menu:after, .burger-menu_active.burger-menu:before{
    background-color: #363636;
    top: 40%
}

.burger-menu_active.burger-menu:before{
    transform: rotate(45deg)
}

.burger-menu_active.burger-menu:after{
    transform: rotate(-45deg)
}
/* header end */


.main-page{
    margin-top: 100px;
}
.main-page .text-gradient-upper{
    text-transform: uppercase;
}
/* main slide */
.main-slider{
    padding: 70px 0 80px 0;
    overflow: hidden;
}

.main-slider__text{
    font-size: 32px;
    font-weight: 300;
}

.main-slider-row{
    display: flex;
}

.main-slider__caption{
    padding: 65px 0 100px 0;
    position: relative;
    z-index: 2;
    width: 51%;
}

.main-slider__caption-wrapper{
    max-width: 550px;
}

.main-slider__advantages{
    padding: 0;
    margin: 30px 0 0 25px;
}

.main-slider__advantages li{
    position: relative;
    padding-left: 36px;
    font-weight: 500;
    font-size: 16px;
    line-height: 249%;
    color: #333333;
    list-style-type: none;
}

.main-slider__advantages li:before{
    content: "";
    background: url(../images/li.svg) no-repeat center/contain;
    position: absolute;
    top: 8px;
    left: 0;
    width: 24px;
    height: 24px;
}

.main-slider__tools{
    display: flex;
    margin-top: 48px;
}

.main-slider__tools button:nth-child(2){
    margin-left: 20px;
}
.main-slider__tools a.btn--consultation{
    margin-left: 20px;
}

.main-slider__screens{
   /* -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    right: 0;
    width: 49%;
    height: 100%;
    /*max-height: calc(100vh - 64px);*/
    position: relative;
    padding: 65px 0 100px 0;
}

.main-slider__screens-wrapper{
    position: relative;
}

.screen-desktop{
    position: absolute;
    left: 0;
    top: 26px;
    width: 818px;
    animation: screenRight 1s ease;
}

.screen-mobile{
    position: absolute;
    left: 342px;
    top: -2px;
    width: 246px;
    animation: screenLeft 1s ease;
}

.main-slider__screen{
   /* position: absolute;*/
}

@keyframes screenLeft{
    from{
        left: 326px;
    }
    to{
        left: 342px;
    }
}

@keyframes screenRight{
    from{
        left: 40px;
    }
    to{
        left: 0;
    }
}
/* end main-slider */


/* partners */
.partners{
    padding: 62px 0;
}

.partners__slide{
    display: flex;
    justify-content: center;
}

.partners__slide .swiper-slide{
    height: 50px;
    display: flex;
    align-items: center;
}
.partners__slide img{
    margin: 0 44px;
}
/* end partners */



/* definition */
.definition{
    padding: 40px 0 56px 0;
    background: #EFF1F2;
}

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

.definition__pictures{
    position: relative;
    width: 50%;
    height: auto;
    /* padding-right:  60px;*/
}

.definition__pictures--robot{
    width: 578px;
}

.definition__pictures--price{
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.definition__caption{
    width: 43%;
    margin-top: 40px;
}

.definition__text{
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.definition__text p{
    margin-bottom: 24px;
}

.performance{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 0 0;
}

.performance__card{
    font-size: 14px;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.performance__card:nth-child(2n){
    flex: 0 0 40%;
    max-width: 40%;
}

.performance__card:nth-child(2n+1){
    padding: 25px 18% 25px 0;
    flex: 0 0 60%;
    max-width: 60%;
}

.performance__amount{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 15px;
}

.performance__infinity{
    font-size: 64px;
}
/* end definition */

/* benefits */
.benefits{
    padding: 65px 0 30px;
}

.benefits__title{
    text-align: center;
}

.benefits-slider-wrap{
    height: 445px;
    display: flex;
    align-items: center;
}

.benefits__tabs{
    display: flex;
    flex-wrap: wrap;
    padding: 32px 0;
}

.benefits__tab{
    flex: 0 0 32%;
    max-width: 32%;
}

.swiper-horizontal > .swiper-pagination-bullets .benefits__tab.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .benefits__tab.swiper-pagination-bullet{
    margin: 6px 0;
}

.swiper-horizontal > .swiper-pagination-bullets .benefits__tab.swiper-pagination-bullet:nth-child(2),
.swiper-pagination-horizontal.swiper-pagination-bullets .benefits__tab.swiper-pagination-bullet:nth-child(2),
.swiper-horizontal > .swiper-pagination-bullets .benefits__tab.swiper-pagination-bullet:nth-child(5),
.swiper-pagination-horizontal.swiper-pagination-bullets .benefits__tab.swiper-pagination-bullet:nth-child(5){
    margin: 6px 2%;
!important;
}
.benefits__tab{
    display: flex;
    align-items: center;
}
.benefits__row{
    display: flex;
    align-items: center;
}

.benefits__tab-num{
    width: 45px;
    height: 45px;
}

.benefits__tab-num div{

    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    width: 45px;
    height: 45px;
    color: #E0E0E0;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;

    border-radius: 50%;
    justify-content: center;
}

.swiper-pagination-bullet-active .benefits__tab-num div{
    background: linear-gradient(96.28deg, #0A392A 5.78%, #71bf97 109.27%);
    color: #fff;
    font-weight: 600;
}

.benefits__tab-text{
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
    align-items: center;
}
.benefits__tab:nth-child(1) .benefits__tab-text{
    padding-right: 80px;
}

.benefits .swiper-button-wrapper{
    position: relative;
    width: 100%
}

.benefits .swiper-pagination-tab .swiper-pagination-bullet{
    padding: 12px 12px;
    width: auto;
    height: auto;
    border-radius: 1000px;

    /*height:-webkit-fit-content;
    height:-moz-fit-content;
    height:fit-content;*/
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px);
    opacity: 1;
    background: #fff;
    border: 1px solid #e9eef4;
    display: flex;
}

.gradient-box {

    display: flex;
    align-items: center;
    width: 90%;
    margin: auto;
    max-width: 22em;

    position: relative;
    padding: 17px 38px;
    box-sizing: border-box;

    border: 2px;
    color: #000;
    background: #fff;
    background-clip: padding-box; /* !importanté */
    border: 2px solid  transparent; /* !importanté */
    border-radius: 100px;
}
.gradient-box:before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -2px; /* !importanté */
    border-radius: inherit; /* !importanté */
    /* background: linear-gradient(to right, red, orange);*/
    background: linear-gradient(to right, #1F4F5E 0.31%, #03CAA6, #07d4ae, #0f7d71) border-box;
    background-size: 300% 100%;
}


.gradient-box:hover::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -2px; /* !importanté */
    border-radius: inherit; /* !importanté */
    box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 40%);
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.benefits__tab.swiper-pagination-bullet-active{
    position: relative;
    border: 0;
    color: inherit;
    border: 2px;
    color: #000;
    background: #fff;
    background-clip: padding-box; /* !importanté */
    border: 2px solid  transparent; /* !importanté */
    border-radius: 100px;
}

.benefits__tab.swiper-pagination-bullet-active::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to right, #1F4F5E 0.31%, #03CAA6, #07d4ae, #0f7d71) border-box;
    background-size: 300% 100%;


}


.benefits-tab__content{
    display: flex;
    justify-content: space-between;
    padding: 30px 0 50px 0;
}

.benefits-tab__pictures{
   /* width: 58%;*/
    position: relative;
   /* padding: 60px 0;*/
}

.benefits-tab__pictures img{

}
.benefits-screen-si{
    width: 649px;
    position: relative;
    margin-left: -7px;

}
.benefits-screen-si-mini{
    position: absolute;
    top: 0;
    right: 33px;
}

.benefits-tab__caption{
    width: 42.3%;
    text-align: left;
   /* padding-top: 23px;
    padding-bottom: 30px;*/
    display: flex;
    align-items: center;
}
.benefits-tab__caption-wrapper{

}
.benefits-screen-si-box{
   /* padding-top: 53px;*/
}

.benefits__caption-title{
    color: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
}


.benefits-tab__description{
    margin: 40px 0 26px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.benefits-tab__description p{
    margin-bottom: 24px;
}
.benefits-tab__link{
    display: flex;
    justify-content: right;
}


/* reviews */
.reviews{
    background: #EFF1F2;
    overflow: hidden;
}
.reviews .swiper{
   overflow-y: inherit;
}

.reviews-slider__nav-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews__slide-nav{
   /* position: relative;*/
}
.reviews__slide-nav{
    /*position: absolute;
    top: 30%;
    right: 0;*/
}

.reviews__swiper-button-next.swiper-button-next{
    display: block;
    width: 51px;
    height: 51px;
    position: relative;
}

.reviews__swiper-button-prev.swiper-button-prev{
    display: block;
    width: 51px;
    height: 51px;
    position: relative;
}

.reviews__pagination.swiper-pagination{
    position: relative !important;
}


.reviews__swiper-button-next.swiper-button-next:after, .swiper-rtl .reviews__swiper-button-prev.swiper-button-prev:after{
    content: '';
}

.reviews__swiper-button-next.swiper-button-next:after, .reviews__swiper-button-prev.swiper-button-prev:after{
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.reviews__swiper-button-next{
    background: url("../images/nav-bottom.svg");
    width: 51px;
    height: 51px;
    cursor: pointer;
    transition: opacity .35s ease-out, transform .35s ease-out;
}

.reviews__swiper-button-prev{

    background: url("../images/nav-top.svg");
    width: 51px;
    height: 51px;
    cursor: pointer;
    transition: opacity .35s ease-out, transform .35s ease-out;
}

.reviews__swiper-button-prev:hover, .reviews__swiper-button-next:hover{
    opacity: 0.6;
}

.reviews__pagination.swiper-pagination-vertical.swiper-pagination-bullets, .reviews__pagination.swiper-vertical > .swiper-pagination-bullets{
    right: 0px;
    top: auto;
    width: 15px;
    transform: translate3d(0px, 0px, 0);
    margin: 0 auto;
}

.reviews__swiper-button-next.swiper-button-next, .swiper-rtl .reviews__swiper-button-prev.swiper-button-prev{
    right: 0px;
    left: auto;
    margin-top: 0;

}

.reviews__swiper-button-next.swiper-button-next:hover, .reviews__swiper-button-prev.swiper-button-prev:hover{
    opacity: 0.6;

}

.reviews__swiper-button-next.swiper-button-next{
    margin-top: 45px;
}

.reviews__swiper-button-prev.swiper-button-prev{
    margin-bottom: 45px;
}


.reviews__swiper-button-next.swiper-button-next, .reviews__swiper-button-prev.swiper-button-prev{

    left: 0;
    transition: opacity .35s ease-out, transform .35s ease-out;
}

.reviews__slider{
    position: relative;
    width: 100%;
    /*height:  600px;*/
}

.reviews__slider .swiper-pagination-bullet{
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
    background: #FFFFFF;
    -webkit-transition: box-shadow ease-in-out .2s;
    transition: box-shadow ease-in-out .2s, width .2s;
}

.reviews__slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
    background: #FFFFFF;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: box-shadow ease-in-out .2s;
    transition: box-shadow ease-in-out .2s, width .2s;

}

.reviews__slider .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .reviews__slider .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 24px auto;
    display: block;
}


.reviews__description{
    margin: 30px 0 0;
}

.reviews__description p{
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}



.reviews__description{
    padding: 0 60px 0 0;
}


.reviews-slider__row{
     display: flex;
    flex-direction: row;
}
.reviews-slider__box{
    display: block;
    height: 100%;
}


.reviews .swiper{
    overflow-x: visible;
   /* overflow-y: hidden;*/
}

.reviews__row{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.reviews__pictures{
    width: 40%;
    position: relative;
}

.image-wrapper{

}
#reviews-swiper{
     height: 600px;
}
#reviews-swiper .swiper-slide{
    display: flex;
    align-items: center;
}

.reviews img {
    display: block;
   /* width: 100%;
    height: 100%;*/
    object-fit: cover;
    border-radius: 15px;
}
.reviews img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.reviews img {
    vertical-align: middle;
    border-style: none;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper .swiper-slide {
    height: auto;
}
 .reviews__image-triangle{
    position: absolute;
    top: 4px;
    left: -19%;
}
.reviews__image-logo-box{
    width: 400px;
    height: 274px;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    top: 7%;
    left: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews__image-logo{
    max-width: 90%;
}


reviews__pictures{
    position: absolute;
}

.reviews__caption{
    width: 100%;
    text-align: left;
    padding: 0 20px 0 0;
}

.reviews__swiper-button-prev.swiper-button-prev:after, .swiper-rtl .reviews__swiper-button-next.swiper-button-next:after{
    content: '';
}

.standard__item{
    background: #ffffff;
    margin: 0 20px 28px;
    padding: 40px 70px 57px;
    border-radius: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    height: 100%;
}
.standard__item img{
    margin-top: 20px;
    margin-bottom: 16px;
}
.standard__item p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.standard__title{
    text-align: center;
    margin: 0 0 65px;
}

.standard{
    padding: 50px 0 63px 0;
}


/* slide standart */
.standard__slide-nav{
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.standart__slide-nav{
    position: relative;
}

.standart__swiper-button-next.swiper-button-next{
    display: block;
    width: 51px;
    height: 51px;
    position: relative;
}

.standart__swiper-button-prev.swiper-button-prev{
    display: block;
    width: 51px;
    height: 51px;
    position: relative;
}

.standart__slider .swiper-button-prev:after, .standart__slider .swiper-rtl .swiper-button-next:after{
    content: '';
}


.standart__pagination.swiper-pagination{
    position: relative !important;
}

.standart__slide-nav{
    position: absolute;
    top: 50%;
    right: 0;
}

.standart__slider .swiper-button-prev, .standart__slider .swiper-rtl .swiper-button-next{
    left: 0;
    right: 0;
}

.standart__swiper-button-next.swiper-button-next:after, .swiper-rtl .standart__swiper-button-prev.swiper-button-prev:after{
    content: '';
}

.standart__swiper-button-next.swiper-button-next:after, .standart__swiper-button-prev.swiper-button-prev:after{
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.standart__swiper-button-next.swiper-button-next{


    background: url("../images/nav-right.svg");
}

.standart__swiper-button-prev.swiper-button-prev{
    background: url("../images/nav-left.svg");
}


.standart__pagination.swiper-pagination-vertical.swiper-pagination-bullets, .standart__pagination.swiper-vertical > .swiper-pagination-bullets{
    right: 0px;
    top: auto;
    width: 15px;
    transform: translate3d(0px, 0px, 0);
    margin: 0 auto;
}

.standart__swiper-button-next.swiper-button-next, .swiper-rtl .standart__swiper-button-prev.swiper-button-prev{
    right: 0px;
    left: auto;
    margin-top: 0;

}

.standart__swiper-button-next.swiper-button-next, .standart__swiper-button-prev.swiper-button-prev{
    position: relative;
}

.standart__swiper-button-next.swiper-button-next:hover, .standart__swiper-button-prev.swiper-button-prev:hover{
    opacity: 0.6;

}

.standart__slider .swiper-pagination{
    position: relative;
}

/*.standart__swiper-button-next.swiper-button-next, .standart__swiper-button-prev.swiper-button-prev{
    margin-top: 0;
    left: 0;
    transition: opacity .35s ease-out,transform .35s ease-out;
}*/

.standart__slider .swiper-pagination-bullet{
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
    background: #FFFFFF;
    -webkit-transition: box-shadow ease-in-out .2s;
    transition: box-shadow ease-in-out .2s;
}

.standart__slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
    background: #FFFFFF;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: box-shadow ease-in-out .2s;
    transition: box-shadow ease-in-out .2s;
}

.standart__slider .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .standart__slider .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 20px auto;
    display: block;
}

.standart__slider .swiper-horizontal > .swiper-pagination-bullets, .standart__slider .swiper-pagination-bullets.swiper-pagination-horizontal, .standart__slider .swiper-pagination-custom, .standart__slider .swiper-pagination-fraction{
    bottom: auto;
    left: 0;
    width: auto;
    margin: 0 32px
}

.standart__slider .swiper-button-next, .standart__slider .swiper-button-prev{
    margin-top: auto;
}

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

.standart__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .standart__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 12px;
}

/* end standart */

.page-center-title {

    margin: 0 auto;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 44px;
    padding: 130px 0;
}


.offer{
    background: #EFF1F2;
    padding: 36px 0 74px 0;
    overflow: hidden;
}

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

.offer__caption{
    width: 60%;
    margin-top: 20px;
}
.offer__caption-center{
    display: flex;
    align-items: center;
}
.offer__form{
    width: 50%;
}


.list-check-gradient{
    padding: 0;
    margin-top: 18px;
    margin-left: 8px;
}

.list-check-gradient li{
    position: relative;
    padding-left: 36px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    list-style-type: none;
    margin-bottom: 0;
}

.list-check-gradient li:before{
    content: "";
    background: url("../images/li-gradient.svg") no-repeat center/contain;
    position: absolute;
    top: 4px;
    left: 0;
    width: 24px;
    height: 24px;
}

.footer__logo{
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}
.footer__logo-img{
    margin-top: 4px;
}
.footer__slogan{
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    padding-left: 23px;
    position: relative;

}
.footer__slogan:before {
    content: "";
    width: 2px;
    height: 25px;
    background-color: #000;
    position: absolute;
    left: 11px;
    top: -4px;
}
.footer__contacts{
    min-width: 360px;
}

.footer__top{
    padding: 54px 0 15px 0;
}
.footer__row{
    display: flex;
    justify-content: space-between;
}
.footer__contacts{
    font-size: 14px;
}

.footer__contact-item{
    margin-bottom: 5px;
    display: flex;
    margin-top: 5px;
    margin-left: 6px;
}
.footer__contact-icon{
    padding-right: 10px;
}
.footer__contact-icon svg{
    margin-top: 2px;
}
.footer__nav-box{
    display: flex;
}

.copyright{
    display: flex;
    align-items: center;
    text-align: right;
}

.footer--info{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.footer__nav{
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 0 0 7.2vw;*/
    width: 456px;
    padding: 0px;
}

.footer__nav li{
    flex: 0 0 50%;
    max-width: 50%;
    list-style-type: none;
    padding: 0 0 0 0;

}

.footer__nav li a{
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    transition: color 0.3s ease;
}

.footer__nav li a:hover{
    color: #109184;
}

.footer__contact-item a{
    color: #333333;
    transition: color 0.3s ease;
}

.footer__contact-item a:hover{
    color: #109184;
}

.footer__social-icons{
    display: flex;
    align-items: flex-end;
}

.footer__email{

}

.footer__social-icons-list{
    display: flex;
    padding: 0;
    margin: 0;
}

.footer__social-icons-list li{
    list-style-type: none;
    margin: 0 0 0 15px;
}

.footer__social-icons-list li a:hover{
    opacity: 0.7;
    transition: opacity 0.4s ease;
}

.bottom-line{
    border-top: 1px solid #BDBDBD;
}

.footer-bottom{
    padding: 20px 0;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
}
.footer-bottom__company-info{
    display: flex;
}
.bravo-soft-logo{
    margin-right: 20px;
    margin-left: 9px;
}

.contact-form{
    position: relative;
}

.contact-form__box{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 50px 30px;
    z-index: 1;
    position: relative;
    width: 500px;
    margin: 35px 0 0 31px;
    display: flex;
    min-height: 543px;
    align-items: center;
    opacity: 1;
    transition: opacity 1s ease;
}
.contact-form__box .iti{
    width: 100%;
}

.contact-form__box svg{
}

.contact-form__bg{
    position: absolute;
    z-index: 1;
    top: 0;
    margin: 0 auto;
    right: auto;
    left: auto;
}





.form__container input, .form__container select, .form__container textarea{
    display: block;
    background-color: #F2F2F2;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 16px 23px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #828282;
    transition: border-color .3s ease, background-color .3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
}
.form__container input:focus, .form__container input:hover, .form__container select:focus, .form__container .hs-form select:hover{
    border: 1px solid rgba(0, 0, 0, .16);
    background-color: hsla(0, 0%, 83.9%, .2);
}
.form__container textarea:focus, .form__container textarea:hover{
    border: 1px solid rgba(0, 0, 0, .16);
    background-color: hsla(0, 0%, 83.9%, .2);

}

.form__privacy{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    padding: 26px 0;
}

.form__privacy a{
    color: #000000;
}

.form__privacy a:hover{
    color: #196c4d;
}

.contact-form__box .loader{
    position: absolute;
    left: calc(50% - 29px);
    top: calc(50% - 39px);
}

.form__container{
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    transition: all 400ms ease-in-out;
}
.form__container.hide_form{
    opacity: 0;
}

.form__container .form__item-box{
    width: 100%;
    padding: 10px 0;
}

/*.form__container .form__item-box.first-name-box, .form__container .form__item-box.last-name-box{
    width: calc(50% - 10px);
}*/

/*.form__container .form__item-box.first-name-box{
    margin-right: 20px;
}*/

.form__container input._error, .form__container textarea._error{
    border: 1px solid #B30027;
}

.form__container ._error .error-message{
    color: #B30027;
    font-size: 11px;
    margin-left: 4px;
}

.form__messages{
    background-color: #d8efe6;
    color: #196c4d;
    border: 1px solid #698e7f;
    font-size: 14px;
    border-radius: 11px;
    font-weight: 600;
    padding: 20px;
    display: none;
    text-align: center;
}

.form__input{
    width: 100%;
}
.iti__selected-dial-code{
    font-size: 12px;
}

.btn--submit{
    min-width: 300px;
    margin: 0 auto;
}

.btn--submit:disabled{
    opacity: 0.6;
}

.form__button-box{
    padding: 30px 0 0;
    width: 100%;
}

.offer__description{
    padding: 34px 0 0;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.offer__description p{
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

/* main-title */
.main-title{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
}
.container-text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 80px;
}
.container-text p{
    margin-bottom: 22px;
}

.gradient-line{
    background: linear-gradient(89.57deg, #0A392A 0.31%, #196c4d 99.63%);
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gradient-line__box{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.gradient-line__title{
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
}

/* instructions */
.instructions__item{
    position: relative;
    display: flex;
    align-items: center;
}
.instructions__item:nth-child(2n){
    background-color: #EFF1F2;
}

.instructions__item:nth-child(2n) .instruction-caption__label{
    background-color: #EFF1F2;
}


.instructions__item-title{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 8px;
   /* max-width: 500px;*/
}
.instructions__item-row{
    display: flex;
    padding: 95px 0;
}
.instructions__item-description{
    width: 51.6%;
    height: 100%;
}
.instructions__item-pictures{
    position: absolute;
    right: -10px;
    padding: 28px 0 0;
}
.instructions__item-pictures img{
    /*max-height: 570px;*/
    max-width: 44.6vw;
}

.instruction-caption{
    border: 1px solid #0A392A;
    border-radius: 10px;
    position: relative;
    padding: 24px 28px 18px 28px;
    margin-top: 30px;
    min-height: 175px;
    display: flex;
    align-items: center;
}

.instruction-caption__label{
    /*background: linear-gradient(89.57deg, #1F4F5E 0.31%, #03CAA6 99.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;*/

    position: absolute;
    background: #FAFAFA;
    top: -18px;
    left: 20px;
    padding: 0 7px;
    font-size: 24px;
}
.instruction-caption__text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4F4F4F;
}


.instruction-video{
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity 0.7s ease-in-out;
}
.instruction-video.show{
    opacity: 1;
    visibility: visible;
    height: 744px;
}

.instruction-video iframe {
    width: 100%;
    height: 661px;
}

.instruction-video__box {
    width: 100%;
    height: 661px;
    border: 1px solid #0A392A;
    border-radius: 10px;
    overflow: hidden;
    margin: 50px 0;
}
.text-instruction-title{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #000000;
    margin: 90px 0 0;
}

.main-title{
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 44px;
    padding: 70px 0;
}





.clients__head{
    display: flex;
    align-items: center;
    padding: 50px 0;
}
.clients__pictures img{
    max-width: 100%;
}
.clients__main-title{
    width: 50%;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 44px;
    padding-right: 50px;
}
.clients__main-title .text-gradient-upper{
    text-transform: uppercase;
}
.clients-section{
    margin: 60px 0 ;
}
.clients__title{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #333333;

}
.btn--more-clients{
    margin: 0 auto;
}

.clients__caption{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #333333;
    padding: 20px 0 70px 0;
    width: 800px;
    margin: 0 auto;
}
.clients{
    display: flex;
    flex-wrap: wrap;
}
.client{
    display: flex;
}
.client:not(:nth-child(3n+3)) {
    margin-right: 31px;
}

.client{
    position: relative;
    height: 370px;
    /*width: 370px;*/
    width: calc(33.333% - 31px);
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 31px;
}
.client__text{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.client__logo{
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
    width: 100%;
}
.client__logo img{
    max-width: 80%;
}
.client__hidden{
    padding: 30px;
    height: 100%;
   /* box-shadow: 0 3px 20px 9px rgb(0 0 0 / 8%), 0 4px 48px 20px rgb(0 0 0 / 6%);*/
    border-radius: 10px;
   /* display: none;*/

    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.46s linear;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.client:hover > .client__hidden{
   /* display: block;*/
    visibility: visible;
    opacity: 1;
}
.client:hover > .client__logo{
    display: none;
}
.client__name{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}

.client__links a{
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    transition: color 0.5s ease;
    display: flex;
    align-items: center;
}

.client__links a:hover{
    color: #196c4d;
}
.client__links a:hover>.client__links-icon{
    opacity: 0.8;
    transition: opacity 0.7s ease-in-out;
}
.client__links-icon{
    margin-right: 10px;
}
.icon-circle{
    width: 40px;
    height: 40px;
    background: #63a782;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client__links{
    height: 110px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap-reverse;
}
.client__link {
    margin-top: 10px;
    width: 50%;
    display: flex;
    align-items: center;
}
.articles-title{
    width: 780px;
    margin: 0 auto;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 44px;
    padding: 130px 0;
}

.articles-head{
    padding: 130px 0;
}
.articles-list{
    margin-bottom: 50px;
}
.articles-list__title{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin: 0 0 15px 0;
}
.articles-head__center{
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
.article__detail-picture{
    margin: 60px 0;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
}
.article__detail-tag{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 50px;
    margin-top: 10px;
    margin-top: 10px;
    margin-top: 10px;
}
.article__detail-content{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #4F4F4F;
}
.article__detail-content p{
    margin-bottom: 22px;
}
.article-similar__title{
    margin: 50px 0;
}
.last-article{
    display: flex;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    height: 460px;
    justify-content: center;
    align-items: center;
    margin: 0 0 80px 0;
    position: relative;
    z-index: 1;
}


.last-article__title{
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 18px;
}
.last-article__text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #4F4F4F;
}
.last-article__content .btn--more{
    cursor: pointer;
    margin-top: 20px;
}
.last-article__tag{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.last-article__picture{
    width: 540px;
    height: 100%;
}
.last-article__picture img{
    max-width: 540px;
}
.last-article__caption{
    margin-left: 30px;
    width: calc(100% - 540px);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-bottom: 30px;
}
.last-article__date{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #828282;
    margin-left: 60px;
    display: flex;
    align-items: self-end;
}
.last-article__footer{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.articles{
    display: flex;
    flex-wrap: wrap;
}
.articles__item:nth-child(2n+1){
    margin-right: 30px;
}
.articles__item{
    background: #FFFFFF;
    width: calc(50% - 15px);
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    z-index: 1;
}


.articles__item-box{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.article__title{
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 14px;
}
.article__text{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #4F4F4F;
    margin-bottom: 20px;
}
.article__caption .btn--more{
    margin-bottom: 48px;
}
.article__picture{
    border-radius: 10px;
}
.article__picture img{
    max-width: 100%;
}
.article__date{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #828282;
}
.article__tag{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}
.article__caption{
    margin-top: 26px;
}
.article__footer{
    display: flex;
    justify-content: space-between;
}
.btn--more-articles{
    margin: 20px auto 0;
}
.loader{
    margin: 20px auto 0;
}
.page-title{
    margin-bottom: 40px;
}
.page-content{
    margin-bottom: 80px;
}
.page-content h1{
    margin-bottom: 22px;
}
.page-content p{
    margin-bottom: 10px;
}

.page-main-title{
    width: 780px;
    margin: 0 auto;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 44px;
    padding: 130px 0;
}

.page-demo-title{
    width: 780px;
    margin: 0 auto;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 44px;
    padding: 130px 0 70px;
}
.btn--service{
    margin: 0 auto 100px;
}
.success-form{
    background: #EFF1F2;
}
.success-form__block{
    display: flex;
    align-items: center;
    padding: 100px 0 100px 0;
}
.success-form__title{
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 44px;
    padding-right: 15px;
}
.success-form__text{
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    padding-right: 50px;
    margin: 50px 0;
}
.success-form__social{
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    padding-right: 50px;
    margin: 50px 0 30px 0;
}

.success-form__main-title .text-gradient-upper{
    text-transform: uppercase;
}


.success-form__social-icons-list{
    display: flex;
    padding: 0;
    margin: 0;
}

.success-form__social-icons-list li{
    list-style-type: none;
    margin: 0 15px 0 0;
}

.success-form__social-icons-list li a:hover{
    opacity: 0.7;
    transition: opacity 0.4s ease;
}


.loader__hidden{
    display: none;
}
.load_more__hidden{
    display: none;
}



.webinars{
    padding: 0 0 50px 0;
}

.webinars .btn {
    min-width: 270px;
}
.webinars__item{
   display: flex;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
     height: 460px;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px 0;
    position: relative;
    z-index: 1;


    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  /*  height: 300px;*/
}


.webinars__title{
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 18px;
    margin-top: 30px;
}
.webinars__text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #4F4F4F;
    margin-bottom: 30px;

}
.webinars__tag{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #828282;
}
.webinars__picture{
    width: 540px;
    height: 100%;
}
.webinars__picture img{
    max-width: 540px;
    border-radius: 10px;
}
.webinars__caption{
    margin-left: 30px;
    width: calc(100% - 540px);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
   /* flex-direction: column;*/
    position: relative;
    justify-content: space-between;


    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

}
.webinars__date{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #828282;
    margin-left: 60px;
    display: flex;
    align-items: self-end;
}
.webinars__footer{
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.interview-detail{
    padding-top: 50px;
    padding-bottom: 40px;
}

.large-phone{
    font-size: 32px;
    line-height: 112%;
}

.small-text{
    font-size: 12px;
    font-weight: 400;
    line-height: 36px;
}
.middle-text{
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

/* exhibition2023 */
.exhibition__title{
    margin: 0 auto;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    padding: 130px 0;
}
.text-color{
    color: #1b6068;
}
.exhibition__banner{
    width: 100%;
    height: 554px;
    background-image: url("../images/gallery_1.jpg");
    background-size: cover;
    background-position: center;

}
.exhibition__form-title{
    margin: 0 auto;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    padding: 130px 0;
}

.exhibition-gallery__section{
    margin: 150px 0 60px 0;
}

.exhibition-gallery__title{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #333333;
    margin: 0 0 100px 0;
}

.exhibition-gallery__list{
    display: flex;
    flex-wrap: wrap;
}

.exhibition-gallery__item{
    display: flex;
    position: relative;
    width: 33.333%;
}
.exhibition-gallery__item:after{
    content: '';
    display: block;
    padding-top: 100%;
}
.exhibition-gallery__img, .exhibition-gallery__article{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.exhibition-gallery__img img{
    width: 100%;
    height: 100%;
}

.eg-article__caption{
    padding: 20px 49px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.eg-article__name{
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 30px;
}

.eg-article__text{
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 45px;
}

.success-form__pictures--robot{
    width: 578px;
}

.grecaptcha-badge {
    visibility: hidden;
}
.google-text{
    font-size: 9px;
    text-align: right;
    padding: 5px 0 8px 0;
}