@import url("reset.css");
@import url("fonts.css");


html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #000000;
    background: #F8F9FF;
}

.wrapper {
    padding-left: 55px;
    padding-right: 55px;

    max-width: 1280px;
    margin: 0 auto;
}

.nav-bar .wrapper {
    padding-left: 50px;
    padding-right: 50px;
}

a {
    color: #000000;
    text-decoration: none;
}

a:visited,
a:active {
    color: #000000;
}

a:hover {
    text-decoration: underline;
}

.nav-bar {
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-burger {
    display: none;
}

.menu-close {
    display: none;
}

.main-menu .menu {
    display: flex;
    align-items: center;
}

.menu li.menu-item {
    font-family: 'Noto Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;

    height: 30px;
    line-height: 30px;
    margin-right: 50px;
}

.menu li.menu-item:last-child {
    margin-right: 0;
}


.hero-content {
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: flex-start;

    background: url('../images/hero.png');
    background-repeat: no-repeat;
    background-position: right;
}

.main-title {
    font-family: 'Montserrat';
    font-size: 54px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -0.025em;
    text-align: left;

    color: #2D2D2D;
    max-width: 648px;
}

.main-title .academ-text-green {
    color: #4CAF50;
}

.main-title .academ-text-blue {
    color: #0072C6;
}

.base-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.base-section.hero-section {
    padding: 0;
}

.title-2 {
    font-family: 'Montserrat';
    font-size: 38px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: -0.02em;
    text-align: center;

    margin-bottom: 20px;
}

.headline {
    max-width: 840px;
    margin: 0 auto;

    margin-bottom: 60px;
}

.description {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}

.description p {
    margin-bottom: 24px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}


.card {
    padding: 40px 30px;
    border-radius: 20px;
    background: #FFFFFF;
}

.card .card__icon {
    display: flex;
    justify-content: center;

    margin-bottom: 30px;
}

.card .card__icon .icon {
    width: 82px;
    height: 82px;
    padding: 20px;
    border-radius: 20px;
    background: #8A2BE2;
}

.card .card__title {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.02em;
    text-align: center;

    margin-bottom: 24px;
}

.card .card__text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}

.product-card {
    border-radius: 20px;
    padding-left: 60px;
    padding-right: 60px;
    box-shadow: 34.85415px 29.62603px 48.34px 0px rgba(138, 43, 226, 0.05);

    display: flex;
    justify-content: space-between;

    margin-bottom: 40px;
    /* background: linear-gradient(270deg, rgba(47, 128, 237, 0.18) 26.96%, rgba(255, 255, 255, 0.00) 99.58%), #FFF; */
    background: url('../images/svg/product-bg.svg');
    background-color: #FFFFFF;

    background-position: right;
    background-repeat: no-repeat;


}

.product-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.product-logo {
    margin-bottom: 40px;
}

.product-description {
    font-family: 'Noto Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #2D2D2D;

    max-width: 472px;

    margin-bottom: 24px;
}

.product-link {}

.product-link .text {
    margin-right: 8px;
}

.btn {
    display: flex;
    height: 60px;
    padding-left: 50px;
    padding-right: 50px;
    justify-content: center;
    align-items: center;

    color: #FFF;
    text-align: center;
    font-family: 'Noto Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;

    background: #2F80ED;
    border-radius: 20px;

    width: fit-content;

    border: none;
}

.btn:hover {
    background: #458eee;
}

a.btn {
    text-decoration: none;
}

a.btn:visited,
a.btn:active {
    text-decoration: none;
    color: #FFFFFF;
}

.title-2.contacts-title {
    text-align: left;
}

.contact-item {
    display: flex;
    margin-bottom: 12px;
    align-items: flex-start;
}

.contact-item .icon {
    margin-right: 8px;
}

.contact-item .text {
    font-family: 'Noto Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

    padding-top: 4px;
}

.contact-content {
    display: flex;
    justify-content: space-between;
}

.contact-details {
    margin-right: 40px;
    max-width: 465px;
}

.contact-form {
    width: 100%;
}

.form-contact {
    background: #FFFFFF;
    border: 1px solid #E5F4F2;
    padding: 60px;
    border-radius: 20px;
}

.form-item {
    margin-bottom: 10px;
    width: 100%;
}

.form-item.form-item-with-label {
    position: relative;
}

.form-item.form-item-with-label label {
    position: absolute;
    top: 20px;
    left: 20px;

    height: 20px;
    min-height: 20px;
    padding-right: 8px;
    border-right: 1px solid #DBE3FF;

    display: flex;
}
.form-item.form-item-with-label.error input.error{

    border: 1px solid #ca0c5b;
}

.form-item.form-item-with-label label.error {
    position: absolute;
    top: 36px;
    left: 61px;
    display: flex;
    color: #ca0c5b;
    font-size: 13px;
    border:none;
}


.form-item.form-item-with-label label img {
    height: 20px;
    min-height: 20px;
}

.form-item.form-item-with-label input {
    display: flex;
    padding: 8px 20px;
    height: 60px;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #D8D8D8;
    background: #FFF;

    font-family: 'Noto Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    padding-left: 60px;

    width: 100%;
}

.form-item.form-item-with-label textarea {
    display: flex;
    padding: 8px 20px;
    height: 60px;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #D8D8D8;
    background: #FFF;

    font-family: 'Noto Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    padding-left: 60px;
    padding-top: 17px;

    min-height: 120px;

    width: 100%;
}

footer {
    background: #2D2D2D;
    color: #FFFFFF;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 70px;
}

footer .copyright {
    font-family: 'Noto Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.product-logo-mobile {
    display: none;
}

.mb-4 {
    margin-bottom: 60px;
}

.it-information {
    font-size: 1rem;
    line-height: 1.7;
    color: #000
}

.it-information h1,
.it-information h2,
.it-information h3,
.it-information p,
.it-information ul,
.it-information ol,
.it-information li,
.it-information table,
.it-information thead,
.it-information tbody,
.it-information tr,
.it-information th,
.it-information td {
    font-family: "Noto Sans";
    margin: 0;
    padding: 0;
}

.it-information h1 {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #222;
}

.it-information h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.125rem solid #e5e5e5;
    color: #222;
}

.it-information h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    color: #333;
}

.it-information p {
    margin-bottom: 1rem;
}


.it-information ul {
    list-style: disc;
    margin: 1rem 0 1rem 1.5rem;
    padding-left: 1rem;
}


.it-information li {
    margin-bottom: 0.5rem;
}

.it-information strong {
    font-weight: 700;
}

.it-information a {
    color: #005bbb;
    text-decoration: none;
}

.it-information a:hover {
    text-decoration: underline;
}

.it-information table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.95rem;
    line-height: 1.5;
    background: #fff;
}

.it-information th,
.it-information td {
    border: 0.0625rem solid #dcdcdc;
    padding: 0.75rem 0.875rem;
    text-align: left;
    vertical-align: top;
}

.it-information th {
    font-weight: 700;
    background: #f5f7fa;
    color: #222;
}

.it-information tr:nth-child(even) {
    background: #fafafa;
}

.it-information tr:hover {
    background: #f0f6ff;
}

@media screen and (max-width: 1024px) {
    .wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }

    .nav-bar .wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }

    .hero-content {
        justify-content: center;
        align-items: flex-start;


        height: 650px;

        background-repeat: no-repeat;
        background-position: bottom;

    }

    .main-title {
        text-align: center;
    }

    .base-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .base-section.hero-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .headline {
        margin-bottom: 40px;
    }

    .cards {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }

    .product-card {
        border-radius: 20px;
        padding: 24px;

        display: flex;
        justify-content: space-between;

        margin-bottom: 40px;
    }

    .product-image img {
        max-width: 360px;
    }

    .product-logo {
        margin-bottom: 20px;
    }

    .form-contact {
        padding: 40px;
    }

    .contact-content {
        flex-direction: column;

    }

    .contact-details {
        margin-right: 0;
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 640px) {

    .base-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .base-section.hero-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .nav-bar .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .hero-content {
        height: 500px;
        background-size: contain;
    }

    .main-title {
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 49.4px */
        letter-spacing: -0.76px;

        text-align: center;
    }

    .nav-content {
        justify-content: center;
    }

    .nav-bar-block {
        display: none;
    }

    .product-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;  
        margin-bottom: 24px;  
        padding: 24px;
        padding-bottom: 0;
        background-position: bottom;
    }
    
    .product-content {
    }

    .product-content .product-logo {
        display: none;
    }

    .product-logo-mobile {
        margin-bottom: 20px;
        display: block;
    }
    .product-image {
    }

    .product-image img {
        width: 100%;
        height: auto;
    }
    .product-image {
        text-align: center;
    }
    .product-description {
        text-align: center;
    }
    .product-link {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    
}