
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    position: relative;
    background-color: #f6f6f6;
    font-family: 'Inter', sans-serif;

}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}
a{
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container
    {
        max-width: 1305px;
    }
}

@font-face {
    font-family: 'Inter', sans-serif;
    src: url("../fonts/inter/inter-Black.ttf"), url("../fonts/inter/inter-Bold.ttf"),url("../fonts/inter/inter-ExtraBold.ttf"),url("../fonts/inter/inter-ExtraLight.ttf"),url("../fonts/inter/inter-Light.ttf"),url("../fonts/inter/inter-Medium.ttf"),url("../fonts/inter/inter-Regular.ttf"),url("../fonts/inter/inter-SemiBold.ttf"),url("../fonts/inter/inter-Thin.ttf")
}
/*--------- Button ---------*/
.legiTraceButton{
    padding: 12px 43px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    white-space: nowrap;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    border-radius: 40px;
    line-height: normal;
}
.legiTraceButton--large{
    border-radius: 32px;
    font-size: 20px;
}
.legiTraceButton:focus {
     outline: none !important;
 }
.legiTraceButton--green{
    border: 1px solid #4DAA00;
    background: #4DAA00;
}
.legiTraceButton--green:hover{
    background: #419101;
}
.legiTraceButton--blue{
    background: #1B92D1;
    backdrop-filter: blur(26px);
}
.legiTraceButton--blue:hover{
    background: #1885bd;
    backdrop-filter: blur(26px);
}
.legiTraceButton--disabled{
    pointer-events: none;
    background-color: #b3b3b3;
    filter: grayscale(1);
}
@media (width < 768px){
    .legiTraceButton {
        font-size: 14px;
        padding: 12px;
        width: 100%;
    }
}
/*--------- Header ---------*/
.header{
    position: absolute;
    width: 100%;
    top: 41px;

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

.header__logo img{
    max-width: 100%;
    max-height: 110px;
}
.header__list ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 46px;
}
.header__list li a{
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #303030;
    transition: 0.3s;
}
.header__list li a:hover{
    color: #1B92D1;
}
.header__list--active{
    color: #1B92D1 !important;
}
/*--------- Hero ---------*/
.hero{
    background: radial-gradient(330.72% 135.34% at 95.35% 9.06%, rgba(89, 93, 208, 0.20) 0%, rgba(159, 46, 190, 0.11) 44.27%, rgba(89, 201, 208, 0.19) 100%);
    height: 956px;
    padding-top: 130px;
}
.hero__content{
    display: flex;
    align-items: center;
    gap: 107px;
    justify-content: center;
}
.hero__text{
    color: #303030;
    text-align: justify;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 162%;
}
.hero__info{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero__logo{
    margin-bottom: 60px;
}
.hero__button{
    display: flex;
    justify-content: center;
    gap: 39px;
    align-items: center;
    margin-top: 55px;
}
.hero__image{
    position: relative;
    width: 737px;
}
.hero__imageClock{
    position: absolute;
    left: 54px;
    top: 200px;
}
/*--------- About ---------*/
.about{
    margin-top: 39px;
}
.about__title{
    color: #303030;
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 13px;
    text-align: center;
}
.about__cards{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 59px;
    margin-top: 70px;
}
.about__card {
    background-color: transparent;
    width: 281px;
    height: 367px;
    perspective: 1000px;
}

.about__cardContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.about__cardImage{
    border-radius: 29px;
    background: linear-gradient(222deg, rgba(27, 146, 209, 0.20) 3.92%, rgba(27, 146, 209, 0.14) 87.38%);
    box-shadow: 0 29px 98px 0 rgba(205, 205, 205, 0.70);
    backdrop-filter: blur(16px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 103px;
    height: 98px;
    margin: 0 auto;
}
.about__cardTitle{
    color: #303030;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-top: 26px;
    line-height: normal;
}
.about__cardDesc{
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.about__cardDesc span{
    color: #303030;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    width: 218px;
    line-height: 30px; /* 214.286% */
}
.about__card:hover .about__cardContent {
    transform: rotateY(180deg);
}
.about__cardFront, .about__cardBack {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.about__cardFront {
    border-radius: 29px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    box-shadow: 0 29px 98px 0 rgba(0, 0, 0, 0.07);
}
.about__cardBack {
    width: 323px;
    height: 421px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border-radius: 29px;
    background: linear-gradient(209deg, rgba(27, 146, 209, 0.20) 2.15%, rgba(27, 146, 209, 0.70) 100%);
    box-shadow: 0 29px 98px 0 rgba(0, 0, 0, 0.07);
    transform: rotateY(180deg);
    background-color: #fff;
}
.about__cardBack .about__cardImage{
    background: #D1E7F2;
    box-shadow: 0 29px 98px 0 rgba(207, 207, 207, 0.70);
    backdrop-filter: blur(16px);
}
/*--------- User ---------*/
.user{
    margin-top: 160px;
    height: 655px;
}
.user__title{
    color: #303030;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 52px;
}
.userSwitcher__bg{
    border-radius: 40px;
    background: #fff;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 1084px;
    height: 76px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    margin-top: -6px;;
}
.user__content{
    margin-top: 78px;
}
.userSwitcher {
    text-align: center;
}
.userSwitcher__content{
    margin-top: 105px;
    position: absolute;
    width: 100%;
}
.userSwitcher .userSwitcher__input,
.userSwitcher .userSwitcher__content {
    display: none;
    text-align: center;
}
.userSwitcher .userSwitcher__input {
    display: inline-block;
    position: absolute;
    opacity: 0;
}
.userSwitcher #productManufacturer__content:checked ~ .productManufacturer__content,
.userSwitcher #productOwner__content:checked ~ .productOwner__content {
    display: block;
}
.userSwitcher .userSwitcher__label {
    display: inline-flex;
    width: 531px;
    height: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-family: 'Inter', sans-serif;
    color: #1B92D1;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 40px;
    transition: 0.3s;
}
.userSwitcher .tab-active {
    background: #1B92D1;
    color: #ffffff;
}
.user__item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.user__itemNumber{
    margin-bottom: 47px;
    color: #FBFBFB;
    font-family: 'Inter', sans-serif;
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 88px;
    height: 88px;
    flex-shrink: 0;
    position: relative;
}
.user__itemNumber svg{
    position: absolute;
    z-index: -1;
}
.user__itemTitle{
    color: #303030;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 231px;
    height: 78px;
    text-align: center;
}
.user__itemDesc{
    color: #505050;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 230px;
    text-align: center;
    height: 78px;
}
/*--------- Services ---------*/
.services{
    margin-top: 90px;
}
.services__title{
    color: #303030;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 52px;
}
.services__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.services__list{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    position: relative;
}
.services__list::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    background-color: #A8A8A8;
    border-radius: 12px;
    left: 0;

}
.services__item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    padding-left: 28px;
    position: relative;
    cursor: pointer;
}
.services__itemText{
    color: #303030;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.services__itemIcon{
    width: 43px;
    text-align: center;
}
.services__item--active .services__itemText{
    color: #1B92D1;
}
.services__buttons{
    display: flex;
    justify-content: center;
    gap: 39px;
    align-items: center;
    margin-top: 124px;
}
.services__listContent {
    display: flex;
}
.services__listTitle {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.services__list input {
    display: none;
}
.services__list .services__list__content {
    backface-visibility: hidden;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -30px;
    background-image: url("../images/services-mobile.png");
    background-size: cover;
    width: 358px;
    background-repeat: no-repeat;
    height: 751px;
}
.services__list .services__list__content .services__list__contentTitle {
    margin-top: 32px;
}
.services__list .services__list__content .services__list__contentTitle * {
    margin-bottom: 0;
}
.services__list .services__list__content > div {
    display: none;
}
.services__list .services__list__content > div > img {
    width: 269px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 104px;
}
.services__list label {
    transition: all 0.3s ease-out 0.1s;
    cursor: pointer;
}
.services__list input:hover + label > .services__item .services__itemText {
    color: #1B92D1;
}
.services__item::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 0;
    border-radius: 12px;
    left: -1px;
    transition: 0.3s;
    background-color: #1B92D1;
}
.services__list input:hover + label > .services__item::before{
    content: "";
    height: 39px;
}

.services__list #services__list--1:hover ~ .services__list__content #services__list__content--1,
.services__list #services__list--2:hover ~ .services__list__content #services__list__content--2,
.services__list #services__list--3:hover ~ .services__list__content #services__list__content--3,
.services__list #services__list--4:hover ~ .services__list__content #services__list__content--4,
.services__list #services__list--5:hover ~ .services__list__content #services__list__content--5,
.services__list #services__list--6:hover ~ .services__list__content #services__list__content--6,
.services__list #services__list--7:hover ~ .services__list__content #services__list__content--7,
.services__list #services__list--8:hover ~ .services__list__content #services__list__content--8,
.services__list #services__list--9:hover ~ .services__list__content #services__list__content--9,
.services__list #services__list--10:hover ~ .services__list__content #services__list__content--10{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
    animation: inUp ease-in-out 0.6s;
}
@keyframes inUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    90% {
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*--------- Form ---------*/
.form{
    margin-top: 106px;
}
.form__title{
    text-align: center;
    color: #303030;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 44px;
    line-height: normal;
}
.form__box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: fit-content;
    margin: 0 auto;
}
.form__content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.form__item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px;
    position: relative;
    width: 100%;
}
.form__select{
    position: absolute;
    right: 8px;
    top: 48px;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.form__selectList li {
    padding: 12px 0 12px 18px;
    transition: 0.3s;
    color:  #303030;
    text-align: justify;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162%; /* 25.92px */
    cursor: pointer;
}
.form__selectList li:hover{
    color: #1B92D1;
}
.form__selectList--active .form__inputReason{
    border-radius: 6px 6px 0 0 !important;
}
.form__selectList--active .form__selectButton{
    transform: rotate(180deg);
}
.form__selectList{
    background-color: #fff;
    border: 1px solid #D6D6D6;
    position: absolute;
    left: 0;
    right: -8px;
    top: 19px;
    border-top: unset;
    border-radius: 0 0 6px 6px;
    display: none;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
}
.form__selectButton{
    text-align: right;
    top: -8px;
    position: absolute;
    right: 0;
    cursor: pointer;
    transition: 0.3s;
}
.form__inputReason{
    position: relative;
    z-index: 9;
}
.form__label{
    color: #777;
    text-align: justify;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162%;
}
.form__label span{
    color: #ED4C5C;
}
.form__input{
    display: flex;
    width: 280px;
    height: 40px;
    padding: 10px 8px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    color: #303030;
    text-align: justify;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 162%; /* 22.68px */
}
.form__input:focus{
    outline: unset;
}
.form__input::placeholder{
    color: #D6D6D6;
}
.form__textArea{
    width: 100%;
    display: flex;
    height: 135px;
    padding: 10px 8px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    color: #303030;
    text-align: justify;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 162%; /* 22.68px */
}
.form__alert{
    color: #505050;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
}
.form__alert span{
    color: #ED4C5C;
}
.form__button{
    text-align: center;
    margin-top: 27px;
}
/*--------- Footer ---------*/
.footer{
    height: 320px;
    margin-top: 50px;
    background-image: url("../images/footer-pattern.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}
.footer .container{
    height: 100%;
}
.footer__social{
    gap: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.footer__list{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 41px 0;
}
.footer__listTitle{
    color: #00153B;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}
.footer__listItem a{
    color: #303030;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}
.footer__listItem a:hover{
    color: #1885bd;
}
.footer__listItem--disabled a{
    color: #8e8e8e;
}
.footer__listItem--disabled{
    filter: grayscale(2);
    pointer-events: none;
}
.footer__listItemBadge{
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    border-radius: 16px;
    background: #1B92D1;
    display: flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    line-height: 18px; /* 150% */
}
.footer__content{
    height: 100%;
}
/*--------- Responsive ---------*/

@media (width < 992px){
    /*--------- Header ---------*/
    .header__logo img{
        max-width: 91%;
    }
    /*--------- Hero ---------*/
    .hero{
        height: auto;
        padding-bottom: 50px;
    }
    .hero__content{
        flex-direction: column;
    }
    .hero__info{
        order: 2;
    }
    .hero__image{
        order: 1;
        width: 320px;
    }
    .hero__image img{
        max-width: 100%;
    }
    .hero__imageClock{
        width: 97px;
        top: 84px;
        left: 29px;
    }
    .hero__logo{
        margin-bottom: 64px;
    }
    .hero__button{
        flex-direction: column;
        width: 100%;
    }
    .hero__content{
      gap: 60px;
    }
    /*--------- About ---------*/

    /*--------- User ---------*/
    .user {
        margin-top: 105px;
    }
    .userSwitcher .userSwitcher__label{
        width: 250px;
        font-size: 17px;
    }
    .userSwitcher__bg{
        width: 60%;
        height: 1.1%;
    }
    .user__item{
      margin-bottom: 30px;
    }
    .user__itemNumber{
      margin-bottom: 17px;
    }
    .user__itemTitle{
      height: auto;
        margin-bottom: 10px;
    }
    /*--------- Services ---------*/
      .services {
        margin-top: 7px;
      }
      .services__content{
          flex-direction: column;
      }
      .services__buttons{
          flex-direction: column;
      }
      .services__list{
          order: 2;
      }
      .services__mobile{
          order: 1;
      }
    .services__list .services__list__content{
        position: relative;
        top: unset;
        right: 0;
        left: 0;
        margin: auto;
    }
    /*--------- Form ---------*/
    .form__box{
        flex-direction: column;
        width: 100%;
    }
    .form__content{
          flex-direction: column;
            width: 100%;
    }
    .form__input{
        width: 100%;
    }
    .form__button{
        width: 100%;
    }
    /*--------- Footer ---------*/
    .footer{
        height: 100%;
        background-size: auto;
    }
    .footer__social{
        flex-direction: row;
        padding: 30px 0 0 0;
    }
}
@media (width < 768px){
    /*--------- Header ---------*/
    .header__list ul{
        gap: 10px;
        margin: 0 5px;
    }
    /*--------- Hero ---------*/
    .services__list .services__list__content{
        width: 300px;
        height: 673px;
    }
    .services__list .services__list__content > div > img{
        width: 238px;
        top: 88px;
    }
    .services__item{
        gap: 0;
    }
    .services__itemText{
        font-size: 12px;
    }
}
@media (992px < width < 1200px){
    .hero{
        height: auto;
        padding-bottom: 50px;
    }
    .hero__content{
        flex-direction: column;
    }
    .hero__info{
        order: 2;
    }
    .hero__image{
        order: 1;
    }
    /*--------- About ---------*/


    /*--------- Footer ---------*/
    .footer{
        height: 100%;
    }
    .footer__social{
        flex-direction: row;
        padding: 30px 0 0 0;
    }
}
@media (width < 1400px){
 .form__selectList{
   top: 20px;
 }
}
@media (width < 1200px){
    .about__cards{
        flex-direction: column;

    }
    .about__cardsResponsive{
        margin-top: 59px;
    }
}

/* userSwitcher__switch styles */
.userSwitcher__switch {
    position: relative;
    display: flex;
    width: 1084px;
    margin: 0 auto;
}

.userSwitcher__switch::after {
    content: "";
    position: absolute;
    width: 531px;
    top: 0;
    height: 60px;
    transition: left cubic-bezier(.88, -.35, .565, 1.35) .4s;
    border-radius: 40px;
    background-color: #1B92D1;
    z-index: 0;
}

.userSwitcher__switch.left::after {
    left: 8px;
}

.userSwitcher__switch.right::after {
    left: 50%;
}

.userSwitcher__switch .taeb {
    width: 50%;
    z-index: 1;
    position: relative;
    cursor: pointer;
    transition: color 200ms;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.userSwitcher__switch .taeb.active {
    color: #ffffff;
}

@media(width < 576px){
    .user{
        height: 1520px;
    }
    .userSwitcher__switch{
        width: 300px;
        margin: auto;
    }
    .userSwitcher__switch::after {
        content: "";
        width: 145px;
        height: 60px;
    }
    .userSwitcher__bg{
        width: 319px;
        height: 75px;
    }
}
@media(576px < width < 992px){
    .user{
        height: 1027px;
    }
    .userSwitcher__switch{
        width: 500px;
        margin: auto;
    }
    .userSwitcher__switch::after {
        content: "";
        width: 245px;
        height: 59px;
    }
    .userSwitcher__bg{
        width: 500px;
        height: 74px;
    }
}
@media(992px < width < 1440px){
    .user{
        height: 700px;
    }
    .userSwitcher__switch{
        width: 700px;
        margin: auto;
    }
    .userSwitcher__switch::after {
        content: "";
        width: 345px;
        height: 73px;
    }
    .userSwitcher__bg{
        width: 710px;
        height: 87px;
    }
}


