/* core */

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('MYRIADPRO-REGULAR.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('MYRIADPRO-COND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('MYRIADPRO-CONDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('MyriadPro-Light.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('MYRIADPRO-SEMIBOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('MYRIADPRO-BOLDCOND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('MYRIADPRO-BOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('MYRIADPRO-BOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('MYRIADPRO-BOLDCONDIT.woff') format('woff');
}

body {
    font-family: 'Myriad Pro Regular';
    margin: 0px;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #f9f9f8;
}

@media screen and (max-width: 780px) {
    .scrollable-container {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.centered-container {
    display: flex;
    justify-content: center;
}

/* menu */

.menu-item {
    font-family: 'Myriad Pro Regular';
    font-size: 15pt;
}

.menu-item__logo--size {
    max-height: 22px;
}

.menu-item {
    padding: 16px;
    color: #4d4b49;
}

.menu-item a {
    text-decoration: none;
    cursor: pointer;
    color: #4d4b49;
}

.menu-container {
    padding-top: 8px;
    display: flex;
    align-items: flex-end;
}

/* first slide */

.first-slide {
    text-align: center;
    margin-bottom: 128px;
}

.first-slide__img {
    height: auto;
    width: 70%;
    margin-top: 128px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 780px) {

    .first-slide__img {
        height: auto;
        width: 100%;
        margin-top: 128px;
    }
}

@media screen and (min-width: 2000px) {

    .first-slide {
        padding-right: 300px;
    }
}

/* second slide */

.second-slide__text-v2 {
    text-align: center;
    max-width: 725px;
    color: #e2e2e2;
    font-size: 20pt;
}

.second-slide__div-v2 {
    position:relative;
    display: table-cell;
    width: 49%;
    height: 100%;
}

.second-slide__background-part {
    z-index: -10;
    background-color: #2f2e2e;
    position: absolute;
    height: 55%;
    width: 100%;
    top: 20%;
}

.second-slide__text-container {
    position: absolute;
    top: 50%;
    width: 76%;
    transform: translate(-50%, -69%);
    left: 50%;
}

.second-slide__laptop-phone-picture-v2 {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 780px) {
    .second-slide__div-v2 {
        display: block;
    }

    .second-slide__background-part--first {
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
    }

    .second-slide__background-part--second {
        width: 100%;
        height: 78%;
        top: 0%;
        left: 0%;
    }

    .second-slide__text-container {
        padding-top: 32px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 32px;
        position: static;
        top: unset;;
        width: unset;;
        transform: unset;
        left: unset;
    }

    .second-slide__div-v2 {
        display: block;
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 781px) and (max-width: 1250px) {
    .second-slide__text-v2 {
        font-size: 14pt;
    }
}

/* third slide */

.third-slide {
    height: 780px;
}

.third-slide-container {
    width: 100%;
    height: 780px;
}

.third-slide__dark-background-area {
    background-color: #010101;
    width: 100%;
}

.third-slide__planet-image {
    width: 100%;
}

.third-slide__title {
    font-size: 42pt;
    text-align: center;
    display: flex;
    justify-content: center;
    height: auto;
    color: #1d1d1f;
    padding-top: 200px;
    padding-bottom: 60px;
    font-family: 'Myriad Pro Bold';
}

.third-slide__text {
    text-align: center;
    max-width: 540px;
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    color: #e2e2e2;
    font-size: 17pt;
    z-index: 10;
}

.third-slide__content {
    position: relative;
}

@media screen and (max-width: 780px) {
    .third-slide-container {
        position: static;
        height: auto;
    }

    .third-slide__title {
        text-align: center;
        max-width: 100%;
        height: auto;
        position: static;
        padding: 16px;
        padding-top: 70px;
        padding-bottom: 70px;
        font-size: 34pt;
    }

    .third-slide__content {
        background-color: #010101;
        position: static;
    }

    .third-slide__text {
        max-width: 100%;
        position: static;
        top: 49%;
        padding: 16px;
        transform: none;
    }

    .third-slide__dark-background-area {
        display: block;
        height: auto;
    }

    .third-slide__planet-image {
        height: auto;
        display: inline-block;
        align-self: flex-end;
    }
}

/* forth slide */

.fourth-slide__title {
    font-size: 42pt;
    color: #1d1d1f;
    text-align: center;
    font-family: 'Myriad Pro Bold';
    padding-top: 196px;
}

.fourth-slide {
    height: auto;
}

.fourth-slide__cell-text-area {
    position: absolute;
    left: 0%;
    top: 7%;
    text-align: center;
    /* margin: auto; */
    width: 100%;
}

.fourth-slide__cell-title {
    font-size: 17pt;
    color: #1d1d1f;
    padding-bottom: 4px;
}

.fourth-slide__cell-recomendations-pic {
    height: auto;
    width: 100%;
}

.fourth-slide__cell-customization-pic {
    height: auto;
    width: 100%;
}

.fourth-slide__cell-layout-pic {
    height: auto;
    width: 100%;
}

.fourth-slide__cell-vision-pic {
    height: auto;
    width: 100%;
}

.fourth-slide__cell-dressing-pic {
    height: auto;
    width: 100%;
}

.fourth-slide__cell-attic-pic {
    height: auto;
    width: 100%;
}

.fourth-slide__cell-text {
    font-family: 'Myriad Pro Semibold';
    font-size: 13pt;
    color: #8b8b8f;
}

.fourth-slide__cell-text-area-dressing {
    position: absolute;
    left: 9%;
    top: 7%;
    text-align: center;
    width: 100%;
}

.fourth-slide__cell-title--white-letters {
    font-size: 17pt;
    color: #ffffff;
    text-align: center;
    padding-bottom: 4px;
}

.fourth-slide__cell-text--white--letters {
    font-family: 'Myriad Pro Semibold';
    font-size: 13pt;
    color: #cdcdd4;
    text-align: center;
}

.fourth-slide__cell-container {
    text-align: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1425px;
}

.fourth-slide__block-cell {
    height: 500px;
    width: 100%;
    position: relative;
    display: inline-block !important;
}

.fourth-slide__block-cell--w349 {
    max-width: 349px;
}

.fourth-slide__block-cell--w350 {
    max-width: 350px;
}

.fourth-slide__block-cell--w351 {
    max-width: 351px;
}

.fourth-slide__block-cell--w343 {
    max-width: 343px;
}

.fourth-slide__block-cell--w484 {
    max-width: 484px;
}

.fourth-slide__block-cell--w400 {
    max-width: 400px;
}

.fourth-slide__cell-pic {
    position: absolute;
    top: 0px;
    left: 0px;
}

.fourth-slide__cell-anchor {
    display: inline-block;
    bottom: 0%;
}

@media screen and (max-width: 780px) {
    
    .fourth-slide__title {
        padding-top: 70px;
        text-align: center;
        max-width: 100%;
        height: auto;
        position: static;
        padding: 16px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .fourth-slide__block-cell--w484 .fourth-slide__cell-text{
        padding-left: 50px;
    }

    .fourth-slide__block-cell--w484 .fourth-slide__cell-title{
        padding-left: 50px;
    }

    .fourth-slide__block-cell--w484 {
        height: auto;
        aspect-ratio: 484/503;
    }

    .fourth-slide__cell-text-area-dressing {
        left: 0%;
        top: 7%;
    }

    .fourth-slide {
        height: auto;
    }

    .fourth-slide__cell-text {
        font-size: 12pt;
    }

    .fourth-slide__cell-container {
        margin-top: 0px;
    }

    .fourth-slide__block-cell {
        margin-bottom: 64px;
        width: 100%;
        position: relative;
        display: inline-block !important;
    }
    
    .fourth-slide__block-cell--w349 {
        max-width: 349px;
    }
    
    .fourth-slide__block-cell--w350 {
        max-width: 350px;
    }
    
    .fourth-slide__block-cell--w351 {
        max-width: 351px;
    }
    
    .fourth-slide__block-cell--w343 {
        max-width: 343px;
    }
    
    .fourth-slide__block-cell--w484 {
        max-width: 484px;
    }
    
    .fourth-slide__block-cell--w400 {
        max-width: 400px;
    }
}

/* fifth slide */

.fifth-slide {
    height: 847px;
}

.fifth-slide__grid-container {
    position: relative;
}

.fifth-slide__content {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.fifth-slide__picture-background {
    height: 574px;
    width: 100%;
    background-color: #909ea7;
}

.fifth-slide__picture {
    height: 574px;
    float: right;
}

.fifth-slide__title {
    font-size: 42pt;
    color: #1d1d1f;
    text-align: center;
    font-family: 'Myriad Pro Bold';
    padding-top: 160px;
    padding-bottom: 44px;
}

.fifth-slide__main-text {
    font-size: 17pt;
    color: #f2f7f6;
    text-align: center;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
}

.fifth-slide__grid {
    margin-left: 128px;
    margin-top: 32px;
    margin-bottom: 32px;
    margin-right: 550px;
}

.fifth-slide__grid td {
    vertical-align: bottom;   
}

.fifth-slide__grid td div {
    vertical-align: bottom;
}

.fifth-slide__grid__text {
    font-size: 17pt;
    color: #f2f7f6;
    font-family: 'Myriad Pro Semibold';
}

.fifth-slide__grid__number {
    font-size: 51pt;
    color: #f2f7f6;
    font-family: 'Myriad Pro Semibold';
}

.fifth-slide__table {
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
}

.fifth-slide__table td {
    width: 33%;
}

@media screen and (max-width: 1400px) {

    .fifth-slide__grid {
        margin-left: 32px;
    }

    .fifth-slide__table {
        padding-left: 92px;
    }
}

@media screen and (max-width: 1180px) {

    .fifth-slide {
        height: auto;
    }

    .fifth-slide__picture-background {
        height: auto;
    }

    .fifth-slide__picture {
        width: 100%;
        height: auto;
        object-fit: cover;
        float: unset;
    }

    .fifth-slide__grid {
        margin-left: 0px;
        margin-right: 0px;
        overflow-x: scroll;
        margin-top: 16px;
        width: 100%;
    }

    .fifth-slide__grid .fifth-slide__grid__td1, .fifth-slide__grid__td2 {
        padding-right: 64px; 
    }

    .fifth-slide__content {
        position: static;
    }

    .fifth-slide__grid-container {
        position: static;
        background-color: #909ea7;
    }

    .fifth-slide__main-text {
        padding-top: 32px;
        margin-left: 16px;
        margin-right: 16px;
        position: relative;
        top: auto;
        left: auto;
    }

    .fifth-slide__title {
        padding-left: 16px;
        padding-right: 16px;
        margin: auto;
    }
}

/* sixth slide */

.sixth-slide {
    text-align: center;
    padding-top: 200px;
}

.sixth-slide iframe {
    width:960px;
    height:540px;
}

@media screen and (max-width: 780px) {

    .sixth-slide iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

}

/* seventh slide */

.seventh-slide {
    height: 256px;
}

.seventh-slide__text {
    font-size: 17pt;
    color: #2f2e2d;
    text-align: center;
    padding-top: 70px;
    margin-left: auto;
    margin-right: auto;
    max-width: 574px;
}

.seventh-slide__messenger-container {
    text-align: center;
    padding-top: 22px;
    display: flex;
    justify-content: center;
}

.seventh-slide__telegram {
    padding-right: 20px;
    padding-left: 20px;
}

.seventh-slide__watsup {
    padding-right: 20px;
    padding-left: 20px;
}

/* bottom */

.free-space-at-the-bottom {
    height: 64px;
}