* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: Rubik Thin, sans-serif;
}


.wrapper {
    width: 70%;
    margin: 0 auto;

}

header {
    padding-top: 0px;
    padding-bottom: 0px;
}

.Top-block {
    background: linear-gradient(to top, #1e4691, #2BD4FC);
    border: 1px solid #2BD4FC;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 125%;
    color: var(--color-white);

}

h2 {
    font-weight: 600;
    font-size: 48px;
    color: var(--color-white);
}

h3 {
    font-size: 30px;
    color: var(--color-white);
    line-height: 1.2;

}

p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--color-white);
}

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


nav {
    display: flex;
    gap: 100px;

}

nav a {
    font-size: 18px;
    color: var(--color-white);
    transition: 0.3s;
}



nav a:hover {
    color: #2BD4FC;
}

/*СЃС‚РёР»Рё РґР»СЏ Р»РѕРіРѕ VLS*/

.VLS-logo {
    padding-top: 50 px;
    /*РѕС‚СЃС‚СѓРї СЃРІРµСЂС…Сѓ*/
    padding-bottom: 0px;
    /*РѕС‚СЃС‚СѓРї СЃРЅРёР·Сѓ*/
}

.text-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 90%;
    margin: 0 auto;

}

.text-content-vertical {
    display: flex;
    justify-content: center;
}


.text-content-vertical a {
    font-size: 30px;
    color: var(--color-white);
    border-radius: 20px;
    background: linear-gradient(to top, #1e4691, #2BD4FC);
    border: 2px solid #2BD4FC;
    padding: 13px 40px;
    align-self: flex-start;
    transition: 0.3s ease-out;
}

.text-content-vertical a:hover {
    box-shadow: -4px 4px 10px var(--color-black);
    color: #043044;

}

/*СЃС‚РёР»Рё РґР»СЏ СЃР»РѕРіРѕРЅР°*/



.square {
    
    background: linear-gradient(to left, #061E47, #035596, #2BD4FC);
    padding: 70px 80px;
    border: 1px solid #2BD4FC;
}

.square1{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}


.square p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--color-white);
    font-size: 60px;
}
