:root {
    --main-color: #333;
    --main-color-dlc: #B21989;
    --main-color-dlc2: #501A88;
    --main-color-bg3: #333;
    --bg-text-dlc: linear-gradient(225deg, var(--main-color-dlc) 0%, var(--main-color-dlc2) 100%);
}

.container {
    max-width: 1560px;
    margin: 0 auto;
}

section img {
    border-radius: 15px;
}

section {
    margin-bottom: 55px;
    padding: 60px;
    background: #fff;
    border-radius: 15px;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--main-color);
    background: #F9F9F9;
}

h1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 87px;
}

h2 {
    text-transform: uppercase;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 131.5%;
    background: var(--bg-text-dlc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

p.title {
    font-size: 24px;
    line-height: 131.5%;
}

p.title span {
    background: var(--bg-text-dlc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
}

.col-4 {
    width: 40%;
}

.col-5 {
    width: 50%;
}

.col-6 {
    width: 60%;
}

.row {
    display: flex;
}


/**************************************************/

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    flex-wrap: nowrap;
    margin-top: 60px;
    margin-bottom: 85px;
}

header .navigation ul {
    display: flex;
    flex-wrap: nowrap;
}

header .navigation li {
    margin-right: 60px;
}

header .navigation li:last-child {
    margin-right: 0;
}

header .lang ul {
    display: flex;
    flex-wrap: nowrap;
}

header .lang ul li {
    margin-right: 15px;
    text-transform: uppercase;
}

header .lang ul li:last-child {
    margin-right: 0;
}

header li a {
    font-size: 18px;
    line-height: 22px;
}

header li a:hover,header .lang li a.active, .mobile-menu .lang li a.active {
    color: var(--main-color-dlc);
}

header .logo{width: 200px;}

.mobile-menu {
    display: none;
}

.mobile-menu {
    width: 250px;
    height: calc(100vh - 48px);
    padding: 50px 5%;
    position: fixed;
    top: 0;
    z-index: 100;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05), 0px 24px 35.2px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 10px 10px;
}

.mobile-menu .list_navigation {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.mobile-menu .list_navigation li {
    margin-bottom: 10px;
}

.mobile-menu .list_navigation li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 148%;
    color: #686868;
}

.mobile-menu .lang ul {
    display: flex;
    justify-content: space-between;
}

.mobile-menu .lang ul li {
    text-transform: uppercase;
}

.mobile-menu .exit {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}

.mobile-menu .exit span {
    position: absolute;
    width: 28px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #686868;
    transform: rotate(-45deg);
    display: inline-block;
    top: 10px;
}

.mobile-menu .exit span:last-child {
    transform: rotate(45deg);
}

.burger-menu {
    display: none;
    width: 38px;
    height: 34px;
    position: relative;
}

.burger-menu span {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 1.5px;
    background-color: var(--main-color-dlc);
    position: absolute;
    left: 5px;
    opacity: 1;
    transition: all linear 0.3s;
}

.burger-menu span:first-child {
    top: 7px;
}

.burger-menu span:nth-child(2),
.burger-menu span:nth-child(3) {
    top: 15px;
}

.burger-menu span:last-child {
    top: 23px;
}

.first_screen {
    background: var(--main-color-dlc);
    color: #fff;
    /* align-items: center; */
    border-radius: 15px;
    display: flex;
    padding-right: 15px;
}

.first_screen picture {
    margin-right: 15px;
}

.first_screen p.description {
    font-size: 40px;
    line-height: 48px;
    max-width: 627px;
}

.first_screen .col-right {
    margin: 103px auto 0 auto;
    /* padding-left: 50px; */
    max-width: 721px;
    width: auto;
}
.first_screen h1{margin-bottom: 8px;}
.first_screen picture.col-4{width: 36%;}

/*section#about*/

section#about {
    display: flex;
    flex-wrap: wrap;
}

section#about .column {
    display: flex;
}

section#about .column div:first-child {
    padding-right: 20px;
}

section#about .column div:last-child {
    padding-left: 20px;
}

section#about hr {
    background: linear-gradient(225deg, var(--main-color-dlc) 0%, var(--main-color-dlc2) 100%);
    margin: 30px 0;
    height: 1px;
    border: none;
}

section#about .text {
    line-height: 19px;
    opacity: 0.7;
}


/*section#advantages*/

section#advantages .row {
    display: flex;
}

section#advantages .row:first-child {
    margin-bottom: 30px;
}

section#advantages .row:last-child .col-6 {
    margin-left: -15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section#advantages .col-6 div {
    padding: 0px 0 0px 15px;
}

section#advantages .col-6 div h2 {
    margin-bottom: 15px;
    font-family: 'Lato';
    text-transform: initial;
}

section#advantages .col-6 div p.description {
    font-size: 16px;
    line-height: 19px;
    opacity: 0.7;
}

section#advantages hr {
    border: 1px solid rgba(51, 51, 51, 0.2);
    margin: 15px 0;
}

section#advantages hr:first-child {
    margin-top: 0;
}

section#advantages hr:last-child {
    margin-bottom: 0;
}


/**/

section#principles h2.mobile-h2 {
    display: none;
}

section#principles .row:first-child {
    margin-bottom: 47px;
}

section#principles ul {
    display: flex;
    flex-wrap: wrap;
}

section#principles li:first-child {
    margin-right: 8px;
}

section#principles li {
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 15px;
    max-width: 42%;
}

section#principles li:last-child {
    max-width: 100%;
    margin-bottom: 0;
}

section#principles li h2 {
    text-transform: initial;
    margin-bottom: 21px;
    color: #fff;
    background: none;
    -webkit-text-fill-color: unset;
}

section#principles li p.description {
    font-size: 16px;
    line-height: 19px;
}

section#principles .block-1 {
    background: var(--main-color-dlc2);
}
section#principles .block-1,
section#principles .block-2{
    min-height: 224px;
    max-width: 364px;
    color: #fff;
}
section#principles .block-2 {
    background: var(--main-color-dlc);
}

section#principles .block-3 {
    color: #fff;
    background: var(--main-color);
}
section#principles img{height: 100%;}
section#comand hr {
    background: linear-gradient(225deg, var(--main-color-dlc) 0%, var(--main-color-dlc2) 100%);
    margin: 30px 0;
    height: 1px;
    border: none;
}

section#comand .text {
    line-height: 19px;
    opacity: 0.7;
}

section#contact {
    background: var(--main-color-dlc2);
    color: #fff;
    border-radius: 15px;
}

section#contact h2 {
    text-transform: initial;
    margin-bottom: 60px;
    color: #fff;
    background: none;
    -webkit-text-fill-color: unset;
}

section#contact .contact {
    margin-left: 60px;
}

section#contact .contact li:first-child {
    padding-top: 0;
}

section#contact .contact li {
    border-bottom: 1px solid rgba(249, 249, 249, 0.2);
    padding: 20px 0;
    max-width: 430px;
}

section#contact .contact li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

section#contact .contact li p.title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 5px;
}

section#contact .contact li p.description {
    font-size: 24px;
    line-height: 131.5%;
}


/**/

footer {
    background: var(--main-color-bg3);
    color: #fff;
    border-radius: 15px 15px 0px 0px;
    padding: 60px;
}

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

footer .navigation ul {
    display: flex;
    align-items: center;
}

footer .navigation li {
    margin-right: 30px;
}

footer .navigation li:last-child {
    margin-right: 0px;
}

footer hr {
    border: 1px solid rgba(249, 249, 249, 0.2);
    margin: 30px 0;
}

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