.container-page {
    width: 760px;
}

/*.hero-header__particles, .hero-header__gradient {*/
/*    display: initial;*/
/*}*/


.large-header {
    font-size: 65px;
    font-weight: bold;
}
.big-header {
    font-size: 50px;
    font-weight: bold;
}
.mid-header {
    font-size: 25px;
    font-weight: bold;
}
.small-header {
    font-size: 20px;
    font-weight: bold;
}
.hero-header__banner__menu a {
    text-decoration: none;
    color: var(--black);
}
.hero-header__banner__menu ol li a {
    transition: 0.3s;
}

.hero-header .container-page {
    position: relative;
}
.hero-header__banner {
    padding-top: 24px;
    display: initial;
    padding-bottom: 10px;
}

.hero-header__banner__social-icons {
    margin-left: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100px;
}

.hero-header__banner__menu {
    margin-left: 40px;
    width: 450px;
}

.hero-header__banner__menu ol {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.hero-header__banner__menu ol li {
    font-size: 16px;
}
.hero-header__banner-mobile {
    display: none;
}
.hero-header__content .hero-header__content-left .large-header {
    color: var(--blue);
    line-height: 86px;
}

.hero-header__content-left__description {
    font-weight: 300;
    width: 620px;
    font-size: 22px;
    margin-top: 11px;
    line-height: 32px;
}

.hero-header {
    overflow: hidden;
}
.hero-header__content {
    margin-top: 180px;
}
/*.hero-header__banner__menu .hero-header__banner__menu--option:first-child a {*/
/*    font-weight: 900;*/
/*    color: var(--blue);*/
/*}*/
.hero-header__particles {
    display: none;
}
.hero-header__gradient {
    position: absolute;
    top: -400px;
    left: -220px;
    z-index: -1;
    display: none;
}
.hero-header__content-left {
    display: initial;
}
.hero-header__banner__social-icons .hero-header__banner__social-icons--icon {
    transition: 0.3s;
}
.hero-header__banner__social-icons .hero-header__banner__social-icons--icon:hover {
    filter: invert(29%) sepia(69%) saturate(1965%) hue-rotate(193deg) brightness(94%) contrast(107%);
}

.hero-header__partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    padding: 50px 0;
}
.first-section {
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 800px;
}
.first-section__header{
    color: var(--blue);
}
.first-section .mid-header {
    margin-top: 50px;
    line-height: 30px;
}
.first-section__description {
    margin-top: 50px;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
}
.first-section__content-right {
    margin-top: 30px;
}
.first-section__content-right-features--numbers {
    font-weight: bold;
    font-size: 70px;
    color: var(--blue);
    margin-top: 60px;
}
.star-image {
    position: absolute;
    top: 65%;
    right: -400px;
    width: 700px;
    z-index: -1;
}
.first-section__particles {
    display: none;
}
.second-section {
    margin-top: 20vh;
    text-align: center;


}
.second-section .big-header {
    color: var(--blue);
}
.second-section__content {

    margin-top: 50px;
    /*height: 300px;*/
    margin-left: -20px;
    width: calc(100% + 40px);
    /*margin-top: 50px;*/

}
.second-section__content-box > .inner {
    background: var(--white);
    padding: 20px;
    height: 400px !important;
    /* width: 300px !important; */
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
}

.second-section__content-box .small-header {
    font-weight: normal;
    font-size: 30px;
    color: var(--blue);
}
.third-section {
    margin-top: 120px;
    text-align: left;
    position: relative;
}
.third-section .big-header {
    font-size: 45px;
}
.third-section__header {
    color: var(--blue);
}
.third-section .mid-header {
    margin-top: 30px;
}
.third-section__description {
    margin-top: 15px;
    text-align: justify;
}
.third-section p {
    text-align: justify;
    font-size: 18px;
    line-height: 22px;
}
.third-section__content {
    margin-top: 50px;
}
.third-section__content-element .container-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}
.third-section__content-element .container-page p {
    margin-top: 0;
    margin-bottom: 0;
}
.third-section__content-element:first-child {
    border-top: 1px solid var(--line-gray);
}
.third-section__content-element:nth-child(even) {
    border-top: 1px solid var(--line-gray);
    border-bottom: 1px solid var(--line-gray);
}
.third-section__content-element:last-child {
    border-bottom: 1px solid var(--line-gray);
    background: #006BD5;
}

.third-section__content-element {
    padding: 20px 0;
}
.third-section__gradient {
    position: absolute;
    top: -100px;
    right: -45%;
    z-index: -1;
}
.fourth-section {
    text-align: center;
    margin-top: 50px;
}
.fourth-section__header {
    color: var(--blue);
}
.fourth-section .mid-header:first-child {
    margin-top: 25px;
}
.fourth-section__description {
    margin-top: 25px;
}
.fourth-section p {
    text-align: justify;
    font-size: 18px;
    line-height: 22px;
}

.site-logo {
    width: 130px;
}

.hero-header__banner__social-icons--icon img {
    width: 20px;
    height: auto;
}

.hero-header__banner__social-icons--icon:first-child a img {
    width: 10px;
}

/*.slick-slide {*/
/*    !*margin: 0 27px;*!*/
/*    width: 300px!important;*/
/*}*/
.fourth-section .container-page {
    position: relative;
}

.fourth-section__sub-header {
    margin-top: 50px;
    width: 700px;
}

.fourth-section .fourth-section__description {
    margin-top: 40px;
    font-size: 22px;
    line-height: 32px;
    width: 730px;
    text-align: center;
}

.fourth-section__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.fourth-section__content-box {
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.fourth-section__content-box .large-header {
    font-size: 180px;
    color: var(--blue);
}

.fourth-section__content-box p {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-top: 40px;
    width: 90%;
}

.fourth-section__particles {
    position: absolute;
    top: 150px;
    right: -100px;
    display: none;
}

.fifth-section {
    margin-top: 152px;
    background: url("../assets/images/banner.jpeg") no-repeat;
    background-size: cover;
    color: var(--white);
    padding-top: 126px;
    height: 802px;
    text-align: center;
}
.fifth-section .container-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fifth-section p {
    font-size: 22px;
    line-height: 32px;
    width: 80vw;
    margin-top: 300px;
    padding-bottom: 20px;
}

.sixth-section {
    padding-top: 30px;
    /*box-sizing: border-box;*/
    height: 416px;
}

.sixth-section .container-page {
    position: relative;
}

.sixth-section__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.sixth-section__content-left .mid-header {
    color: var(--blue);
}

.sixth-section__content-left p {
    line-height: 38px;
    font-size: 22px;
    margin-top: 28px;
}

.sixth-section__content-right .small-header {
    font-size: 22px;
}
.sixth-section__content-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.sixth-section__particles {
    position: absolute;
    top: -55px;
    left: 500px;
    z-index: -1;
}

.sixth-section__social-icons {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100px;
    margin-top: 62px;
}

footer {
    background: var(--white);
    height: 160px;
    display: flex;
    align-items: center;
}

.footer_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.footer__content-right p {
    font-size: 18px;
    margin-top: 20px;
}
