.sec1 {
    padding-top: 250px;
	padding-bottom: 100px;
}
.bg {
    background-image: url("../images/main-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}

.main-h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 63px;
    background: linear-gradient(117.78deg, #1A2B4B 42.86%, #416AF1 91.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.sec1-info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 33px;
}
.sec1-buttons {
    margin-top: 44px;
    display: flex;
    align-items: center;
}
.sec1-buttons p{
    margin-top: 0;
    margin-left: 40px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
.sec1-buttons i{
    font-size: 14px;
}
.btn-primary {
    padding: 19px 43px;
    background: linear-gradient(143.58deg, #3199F7 -0.47%, #4858EF 110.1%);
    box-shadow: 0px 14px 14px rgba(64, 111, 241, 0.25);
    border-radius: 6px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
}
.dashed-border {
    border-bottom: 1px dashed #3E73F2;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
.sec1-main {
    display: flex;
    justify-content: right;
    align-items: center;
}
.sec1-stat {
    margin-top: 100px;
    font-style: normal;
    font-weight: 400;
}
.sec1-stat p {
    display: flex;
    align-items: center;
}
.stat-number {
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
}
.stat-plus {
    margin-top: -20px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;

    background: linear-gradient(143.58deg, #3199F7 -0.47%, #4858EF 110.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;

    text-shadow: 0px 14px 14px rgba(64, 111, 241, 0.25);
}
.mr-10 {
    margin-right: 10px;
}
.mouse {
    display: flex;
    justify-content: right;
    align-items: center;
}

/** SECTION 2 START **/
.sec2 {
    padding-top: 80px;
}
.sec2-info-services {
    margin-top: 34px;
}
.sec2-info-services p {
    display: flex;
    align-items: center;
}
.ser-num {
    border: 1px dashed #4364F0;
    border-radius: 6px;
    padding: 5px 10px;
    margin-right: 30px;

    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
.ser-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 57px;
}
.sec2-main {
    display: flex;
    justify-content: right;
    padding-top: 50px;
}
.sec2-main button {
    color: #4463F0;
    padding: 9px 15px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;

    background: #FFFFFF;
    border: 1px solid rgba(67, 102, 240, 0.5);
    box-sizing: border-box;
    box-shadow: 0px 4px 24px rgba(72, 88, 239, 0.08);
    border-radius: 6px;
}
.sec2-main li {
    margin-bottom: 10px;
}
.sec2-main .pl-3 {
    padding-left: 20px;
}
.sec2-buttons {
    margin: 100px 0;
}
/** SECTION 3 **/

.sec3 {
    padding-top: 150px;
}
.sec3-main {
    display: flex;
    justify-content: right;
}
.sec3-photos-text {
    margin: 30px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #1A2B4B;
}
.date {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #4463F0;
}
.sec3 .dashed {
    margin: 100px 0;
}

/** SECTION 4 **/
.sec4 {
    padding-top: 200px;
}
.sec4-main {
    display: flex;
    justify-content: right;
    align-items: center;
}
.sec-4-cat {
    display: flex;
    justify-content: right;
}
.sec-4-cat img {
    max-width: 100px;
}
.sec4 .dashed {
    margin: 100px 0;
}
.bold {
    font-weight: bold;
}
/** SECTION 5 **/
.sec5 {
    padding-top: 100px;
}
.sec5-p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
}
.sec5-main label {
    font-weight: 400;
    font-size: 11px;
    line-height: 38px;
}
.form-check p{
    font-weight: 400;
    font-size: 11px;
    line-height: 19px;
}
.sec5 form input, .sec5 form textarea {
    background: #F1F3FF;
    border: 1px solid #C3CAF7;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 18px 20px;
}
.sec5 .form-check-input{
    padding: 5px;
}
.sec5-contacts .number {
    font-weight: 500;
    font-size: 20px;
    line-height: 57px;
    background: linear-gradient(117.78deg, #1A2B4B 42.86%, #416AF1 91.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.sec5-contacts .post {
    font-weight: 500;
    font-size: 15px;
    background: linear-gradient(117.78deg, #1A2B4B 42.86%, #416AF1 91.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.sec5-contacts {
    margin-bottom: 135px;
}
.sec5-main button {
    padding: 19px 50px;
}

.linkDetail {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;
    margin: 20px 0 15px 0;
    
    color: #000000;
    text-decoration: none;
}

@media screen and (max-width: 1200px){
    .sec1-main {
        padding-top: 100px;
        justify-content: center;
    }
    .sec1-stat p {
        /*font-size: 20px;*/
        justify-content: center;
        margin-bottom: 20px;
    }
    .mouse {
        display: none;
        visibility: hidden;
    }
    .sec1 {
        padding: 250px 0 0 0;
    }

    .sec2-main {
        justify-content: center;
    }
    .sec2-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sec3 {
        padding-top: 0;
    }
    .sec3-main {
        margin-top: 50px;
        justify-content: center;
    }
    .sec3-main-box  {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        text-align: center;
    }
    .sec3-main-box img  {
        align-self: center;
        width: 50%;
    }
    .sec-4-cat {
        display: flex;
        justify-content: center;
    }
    .sec1-buttons {
        display: flex;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 600px) {
    .main-h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .sec1-main img {
        width: 80vw;
    }
    .sec1-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .sec1-buttons button {
        margin-bottom: 20px;
    }
    .ser-text {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 50px;
    }
    .sec2-main button {
        padding: 5px 10px;
        font-size: 14px;
    }
    .btn-primary {
        padding: 10px 30px;
        font-size: 18px;
        line-height: 20px;
    }
    .date {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .sec4 {
        padding-top: 0;
    }
    .sec4-main {
        margin-top: 50px;
    }
    .sec3-main-box img  {
        align-self: center;
        width: 80%;
    }
}



