*{ 
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    color: var(--LightFont, #C5CED2);
    transition: .25s ease-in-out;
}
*:hover{
    transition: .25s ease-in-out;
}

h1, h2, h3, h4, h5, h6{
    padding: 0;
    margin: 0;
    font-size: inherit;
}
img{
    padding: 0;
    margin: 0;
}

ul, ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
a:visited,
a:focus{
    color: inherit;
}
a{
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: .3s linear;
}
a:hover{
    color: inherit;
    transition: .3s linear;
}
html, body{
	height: 100%;
    width: 100%;
    background: #0B151F;
    font-weight: 400;
    scroll-behavior: smooth;    
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
    font-size: 13px;
    font-style: normal;
    line-height: 19px; /* 184.615% */
}

p, .header__link{
    transition: .25s ease-in-out;
}
input{
    border: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
/**/
.mainSection{
    width: 100%;
    height: 100vh;
}
.mainSectionContent{
    width: 100%;
    height: 100%;
    padding: 24px 48px;
}
.mainSectionContentInner{
    display: flex;
    justify-content: space-between;
    gap: 115px;
    height: 100%;
}
.mainSectionContentInner > .left{
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.mainSectionContentInner > .left > img{
    width: 96px;
}
.textInfo{
    display: flex;
    gap: 24px;
    flex-direction: column;
    max-width: 360px;
}
.textInfo > p{
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.86px;
}
.textInfo > p:nth-child(2){
    opacity: .4;
}
.presentationBtn.presentationLink{
	display: none!important
}
.presentationBtn{
    width: 210px;
    height: 44px;
    display: flex;
    gap: 8px;
    padding: 12px 18px;
    z-index: 1;
    border-radius: 20px;
    position: relative;
}
.presentationBtn::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    left: 0;
    background: #dddddd;
    opacity: .4;

}
.presentationBtn > p{
    position: absolute;
    z-index: 3;
    color: #C5CED2;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.35px;
    letter-spacing: -0.07px;
}
.mainSectionContentInner > .right{
    flex: 1 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.callbackInfo > h2{
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -2%;
}
.mainSectionContentInner > .right  > .top{
    align-self: flex-end;
    display: flex;
    gap: 110px;
}
.callbackInfo{
    max-width: 265px;
}
.callbackBtn{
    width: 145px!important;
}
.callbackInfo > p{
    opacity: 1!important;
    font-size: 14px;
    line-height: 17.81px;
    letter-spacing: -0.03px;
}
.contactsInfo{
    max-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.contactsInfo > div{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.contactsInfo > div > p{
    font-size: 14px;
    line-height: 17.81px;
    letter-spacing: -0.07px;
}
.contactsInfo > div > p:nth-child(1){
    font-weight: 700;
}
.contactsInfo > div > p:nth-child(2){
    font-weight: 400;
    letter-spacing: -0.02px;
}
.contactsInfo > div:nth-child(2)> a{
    font-size: 14px;
    line-height: 17.8px;
    letter-spacing: -0.02px;
}
.contactsInfo > a{
    font-size: 14px;
    line-height: 17.81px;
    letter-spacing: -0.07px;
    color: #fadddf;
    font-weight: 700;
}