@font-face {
    font-family: Inter; /* Имя шрифта */
    src: url(../font/InterRegular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}
body{
    font-family: Inter;
    border: none;
    margin: 0;
}

.header{
    width: 100%;
    height: 104px;
    left: 0px;
    top: 0px;
    background: #4545ec;
    position: relative;
}

.headerMenuText{
    margin-right: 54px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */

    text-align: right;
    color: #FFFFFF;
    cursor: pointer;

}

.headerMenuText.active{
    font-weight: bold;
    border-bottom: 2px solid #FFFFFF;
}

.headerMenu{
    margin-left: 99px;
    margin-top: 38px;
}

.title{
    position: relative;
}

.logo{
    position: absolute;
    left: 61%;
    top: 34%;
    margin-right: 20px;
}

.titleText{
    position: absolute;
    left: 9%;
    top: 34%;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 61px;

    /* Second text color */

    color: #181824;
}


.mainContainer{
    margin-top: -4px;
    position: relative;
    margin-bottom: 10px;

    min-height: calc(100vh - 246px);
    text-align: left;
    margin-left: 20px;
}


.mainMenu{
    position: absolute;
    top: 35%;
    left: 19%;
}

.mainMenuText{
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;

    color: #FFFFFF;
    margin-bottom: 30px;
    cursor: pointer;
}

.titleImg{
    position: relative;
}

.footer{
    width: 100%;
    height: 142px;
    background: #4545ec;
    /*position: fixed;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*z-index: 10;*/
}

.footerText1{
    font-size: 16px;
    margin-left: 50px;
    padding-top: 37px;
    color: #FFFFFF;
    display: inline-block;
}

.footerText2{
    display: inline-block;
    font-size: 16px;
    padding-top: 37px;
    color: #FFFFFF;
    float: right;
    text-align: right;
    margin-right: 48px;
}

.dockLink{
    position: absolute;
    left: 75%;
    top: 83%;
    width: 199px;
    height: 41px;
    cursor: pointer
}
.recv{
    position: absolute;
    left: 31%;
    top: 42%;
    width: 18%;
    height: 8%;
    cursor: pointer;
}

.docLinks{
    width: 100%;
    background: #F2F2F2;
    height: 375px;
    margin-top: -4px;
}

.links{
    /*margin-top: 70px;*/
    margin-left: 83px;
    padding-top: 37px;
}

.linksText{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;

    /* Second text color */

    color: #181824;
    cursor: pointer;
}
.linksText.big{
    font-size: 20px;
}
.linksText a{
    text-decoration: none;
    color: inherit;
}

.producsText1{
    position: absolute;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;

    /* Second text color */

    color: #181824;
}

.producsText1.text1{
    top: 71%;
    left: 3%;
}

table .td1{
    width: 300px;
    font-size: 20px;
}
table .td2{
    width: 500px;
    font-size: 20px;
}

.footerText2 a{
    color: #FFFFFF;
    text-decoration: none;
}