@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.ttf') format('truetype'),
    url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Light.woff2') format('woff2'),
    url('../fonts/Gotham-Light.woff') format('woff'),
    url('../fonts/Gotham-Light.ttf') format('truetype'),
    url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ink Free';
    src: url('../fonts/InkFree.eot');
    src: url('../fonts/InkFree.eot?#iefix') format('embedded-opentype'),
    url('../fonts/InkFree.woff2') format('woff2'),
    url('../fonts/InkFree.woff') format('woff'),
    url('../fonts/InkFree.ttf') format('truetype'),
    url('../fonts/InkFree.svg#InkFree') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/**************** Basic ****************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}

body {
    line-height: normal;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    color: #000;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}

.container {
    width: 100%;
    max-width: 1470px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


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

/************* Header ***********/

.header {
    width: 100%;
    position: relative;
    padding: 100px 0;
    z-index: 5;
}

.header-layer {
    position: absolute;
    width: 75%;
    top: -5px;
    right: -15px;
    pointer-events: none;
}

.header-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.header-row.fixed-desktop {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.67);
    padding: 10px;
    z-index: 10;
}

.header-row.fixed-desktop .nav-list__link {
    color: #ffffff;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
}

.header-row.fixed-desktop .nav-list__link:hover {
    border-bottom: 1px solid #fff;
}

.header-row.fixed-desktop .nav-list{
    border: none;
}

.header-logo {
    width: 245px;
    position: relative;
    text-decoration: none;
}

.header-logo__img {
    width: 100%;
}

.header-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: 40px;
}

.nav-list {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    column-gap: 35px;
    border-bottom: 4px solid #ef1f1f;
    border-top: 4px solid #ef1f1f;
    padding: 0 50px;
}

.nav-list__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-list__item:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.nav-list__link {
    position: relative;
    font-size: 24px;
    line-height: 20px;
    color: #000000;
    font-family: "Ink Free", sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid transparent;
    padding: 20px 0;
}

.nav-list__link:hover {
    color: #ef1f1f;
    border-bottom: 3px solid #ef1f1f;
    padding: 6px 0;
}

.header-language {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.header-language__active {
    width: 100%;
    position: relative;
    padding: 5px;
    font-size: 24px;
    line-height: 20px;
    color: #fff;
    font-family: "Gotham", sans-serif;
    border: 2px solid #000;
}

/*.header-language__active:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: -12px;*/
/*    margin: auto;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-style: solid;*/
/*    border-width: 10px 5px 0 5px;*/
/*    border-color: #000 transparent transparent transparent;*/
/*    transform: rotate(0deg);*/
/*}*/

.language-list {
    width: 100%;
    position: absolute;
    bottom: -230%;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    border: 2px solid #000;
}

/*.language-list:hover {*/
/*    opacity: 1;*/
/*    z-index: 1;*/
/*}*/

/*.header-language__active:hover ~ .language-list {*/
/*    opacity: 1;*/
/*    z-index: 1;*/
/*}*/

.language-list__item {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.42);
    font-family: "Gotham", sans-serif;
    padding: 5px;
}

.language-list__item:first-child {
    border-bottom: 2px solid #000;
}

.language-list__item_link {
    font-size: 24px;
    line-height: 20px;
    color: #fff;
    font-family: "Gotham", sans-serif;
    text-decoration: none;
}

.header-burger {
    width: 40px;
    position: relative;
    display: none;
    flex-direction: column;
    row-gap: 10px;
    cursor: pointer;
    border: none;
    background: transparent;
}

.header-burger > span {
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.header-nav__close {
    display: none;
}

.header-nav__bg {
    display: none;
}

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

/*************** Main **************/

.main {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /*background-image: url("../img/main-bg.svg");*/
    /*background-position: bottom;*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
}

.main-bg {
    width: 100%;
    max-width: 1920px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    object-fit: contain;
}

.banner {
    width: 100%;
    position: relative;
    padding: 90px 0;
}

.banner-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 180px;
}

.banner__title {
    font-size: 46px;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    margin-left: 150px;
    margin-bottom: 20px;
    display: none;
}

.banner__text {
    font-size: 20px;
    font-family: "Gotham", sans-serif;
    font-weight: 300;
    line-height: normal;
    color: #000000;
    text-align: justify;
}

.banner__bottom {
    margin-top: 100px;
    font-size: 30px;
    line-height: normal;
    color: #000000;
    font-family: "Ink Free", sans-serif;
    align-self: center;
}

.starwarstoy {
    width: 100%;
    position: relative;
}

.starwarstoy-layer1 {
    width: 78%;
    position: relative;
}

.starwarstoy-row {
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 250px;
    padding: 0 30px 0 0;
}

.starwarstoy-img {
    width: calc(50% - 20px);
    position: relative;
}

.starwarstoy-content {
    width: calc(50% - 20px);
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 10%;
}

.starwarstoy-content__title {
    font-size: 36px;
    font-family: "Ink Free", sans-serif;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 20px;
}

.starwarstoy-content__text {
    font-size: 20px;
    font-family: "Gotham", sans-serif;
    font-weight: 300;
    line-height: normal;
    color: #000000;
    text-align: justify;
}

.starwarstoy-content__button {
    width: fit-content;
    font-size: 24px;
    color: #ffffff;
    font-family: "Gotham", sans-serif;
    padding: 10px 20px;
    background-color: #945a43;
    text-decoration: none;
    margin-top: 30px;
    align-self: flex-end;
    transition: all 0.3s ease-in-out;
}

.starwarstoy-content__button:hover {
    background-color: #6c3d2a;
}

.marveltoy {
    width: 100%;
    position: relative;
    margin-top: -66%;
    padding-top: 56%;
}

.marveltoy-layer1 {
    top: 0;
    position: absolute;
    width: 100%;
}

.marveltoy-layer2 {
    display: none;
}

.marveltoy-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.marveltoy-img {
    width: calc(50% - 20px);
    position: relative;
    margin-top: -150px;
}

.marveltoy-content {
    width: calc(50% - 20px);
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 150px;
}

.marveltoy-content__title {
    font-size: 36px;
    font-family: "Ink Free", sans-serif;
    align-self: flex-end;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    margin-bottom: 20px;
}

.marveltoy-content__text {
    font-size: 20px;
    font-family: "Gotham", sans-serif;
    font-weight: 300;
    line-height: normal;
    color: #fff;
    text-align: justify;
}

.marveltoy-content__button {
    width: fit-content;
    font-size: 24px;
    color: #ffffff;
    font-family: "Gotham", sans-serif;
    padding: 10px 20px;
    background-color: #182a48;
    text-decoration: none;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}

.marveltoy-content__button:hover {
    background-color: #142036;
}

.miniature {
    width: 100%;
    position: relative;
    margin-top: 200px;
}

.miniature-layer1 {
    position: absolute;
    width: 100%;
}

.miniature-layer2 {
    display: none;
}

.miniature-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.miniature-img {
    width: calc(40% - 20px);
    position: relative;
}

.miniature-content {
    width: calc(50% - 20px);
    position: relative;
    display: flex;
    flex-direction: column;
}

.miniature-content__title {
    font-size: 36px;
    font-family: "Ink Free", sans-serif;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    margin-bottom: 20px;
}

.miniature-content__text {
    font-size: 20px;
    font-family: "Gotham", sans-serif;
    font-weight: 300;
    line-height: normal;
    color: #fff;
    text-align: justify;
}

.miniature-content__button {
    width: fit-content;
    font-size: 24px;
    color: #ffffff;
    font-family: "Gotham", sans-serif;
    padding: 10px 20px;
    background-color: #c20b0b;
    text-decoration: none;
    margin-top: 30px;
    align-self: flex-end;
    transition: all 0.3s ease-in-out;
}

.miniature-content__button:hover {
    background-color: #800303;
}

.button-animate {
    position: relative;
    overflow: hidden;
}

.button-animate span {
    position: absolute;
}

.button-animate:hover span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.button-animate:hover span:nth-child(2) {
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.button-animate:hover span:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.button-animate:hover span:nth-child(4) {
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

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

/************* Footer ***********/

.footer {
    width: 100%;
    position: relative;
    padding: 20px 0;
}

.footer-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-block {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
    margin-left: 100px;
}

.footer-block__copyright {
    width: 100%;
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.footer-block__request {
    width: 50px;
    height: 40px;
    position: relative;
    border: none;
    cursor: pointer;
    font-family: "Gotham", sans-serif;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    background: transparent;
    text-decoration: none;
}

.footer-block__request > svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-block__request:hover {
    transform: scale(1.3);
}

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

/************** Modal **************/

.modal-bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(117, 112, 112, 0.51);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -10;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.modal-bg.active {
    opacity: 1;
    z-index: 10;
}

.modal-close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    transform: rotate(45deg);
    z-index: 10;
}

.form-modal {
    width: 100%;
    max-width: 640px;
    position: relative;
    flex-direction: column;
    padding: 50px 90px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), linear-gradient(94deg, #0079bf 1.27%, #182a48 88.4%);
}

.form-modal > .modal-close {
    top: 10px;
    right: 10px;
}

.form-modal__title {
    color: #FFF;
    font-family: 'Gotham', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modal-form {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.modal-form__label {
    width: 100%;
    position: relative;
    margin-right: 25px;
    margin-top: 25px;
}

.modal-form__input {
    width: 100%;
    padding: 5px 15px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ECECEC;
    color: #ECECEC;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}

.modal-form__input:focus {
    outline: none;
}

.modal-form__input.modal-form__input_area {
    resize: none;
    height: 150px;
}

.modal-form__checkbox-label {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.modal-form__checkbox-label {
    width: 100%;
    margin-top: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.modal-form__checkbox-label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.modal-form__checkbox:checked + .modal-form__checkbox-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.modal-form__checkbox {
    display: none;
}

.modal-form__conf {
    width: 100%;
    color: #FFF;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-left: 10px;
}

.modal-form__button {
    padding: 15px 40px;
    margin-top: 25px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.25);
    color: #000;
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    align-self: center;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}

.modal-form__button:hover {
    background: transparent;
    color: #ffffff;
}

.modal-form {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.modal-form__label {
    width: 100%;
    position: relative;
    margin-right: 25px;
    margin-top: 25px;
}

.modal-form__input {
    width: 100%;
    padding: 5px 15px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ECECEC;
    color: #ECECEC;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}

.modal-form__input:focus {
    outline: none;
}

.modal-form__checkbox-label {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.modal-form__checkbox-label {
    width: 100%;
    margin-top: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.modal-form__checkbox-label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.modal-form__checkbox:checked + .modal-form__checkbox-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.modal-form__checkbox {
    display: none;
}

.modal-form__conf {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-left: 10px;
}

.modal-form__button {
    padding: 15px 40px;
    margin-top: 25px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.25);
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    align-self: center;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}

.modal-form__button:hover {
    background: transparent;
    color: #ffffff;
}

.outline {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.53);
    display: none;
}

.outline.active {
    display: block;
    z-index: 10;
}

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

/************ Media ************/

@media only screen and (max-width: 1900px) {

    .starwarstoy-row {
        margin-top: 50px;
    }

    .marveltoy-img {
        width: calc(45% - 20px);
    }

    .miniature-img {
        width: calc(35% - 20px);
    }

}

@media only screen and (max-width: 1610px) {

    .marveltoy-img {
        width: calc(40% - 20px);
    }

    .marveltoy-content {
        width: calc(60% - 20px);
        margin-top: 160px;
    }

    .miniature-img {
        width: calc(30% - 20px);
    }

}

@media only screen and (max-width: 1400px) {

    .header-row.fixed-desktop .nav-list {
        padding: 0 20px;
    }

    .starwarstoy-img {
        width: calc(40% - 20px);
    }

    .starwarstoy-content {
        width: calc(55% - 20px);
    }

    .marveltoy-img {
        width: calc(35% - 20px);
    }

    .marveltoy-content {
        width: calc(65% - 20px);
    }

    .miniature {
        margin-top: 80px;
    }

    .starwarstoy-content__text,
    .marveltoy-content__text,
    .miniature-content__text {
        font-size: 18px;
    }

}

@media only screen and (max-width: 1170px) {

    .header-logo {
        width: 210px;
    }

    .nav-list {
        column-gap: 15px;
    }

    .nav-list {
        padding: 0 30px;
    }

    .header-row.fixed-desktop .nav-list {
        padding: 0;
    }

    .starwarstoy-content {
        margin-top: 0;
    }

    .marveltoy-content {
        margin-top: 100px;
    }

    .marveltoy-content__title {
        align-self: flex-end;
    }

    .miniature-content {
        width: calc(70% - 20px);
        margin-bottom: 80px;
    }

}

@media only screen and (max-width: 992px) {

    .header {
        padding: 20px 0;
    }

    .header-layer {
        width: 100%;
    }

    .header-burger {
        display: flex;
    }

    .header-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #fff;
        top: 0;
        left: -150%;
        right: 0;
        bottom: 0;
        opacity: 0;
        z-index: -1;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
        margin-left: 0;
    }

    .header-nav.active {
        opacity: 1;
        z-index: 15;
        left: -50px;
    }

    .nav-list {
        flex-direction: column;
        row-gap: 30px;
        z-index: 1;
        border: none;
    }

    .header-nav__close {
        display: block;
        position: absolute;
        right: 20px;
        top: 40px;
        font-size: 40px;
        border: none;
        background: transparent;
        z-index: 1;
    }

    .header-language {
        margin-left: auto;
        margin-right: 20px;
    }

    .nav-list__link {
        color: #000;
        font-size: 28px;
        padding: 0;
    }

    .header-row.fixed-desktop .nav-list__link {
        color: #000;
        font-family: "Ink Free", sans-serif;
    }

    .banner-row {
        padding: 0 20px;
    }

    .starwarstoy {
        overflow: hidden;
        padding-bottom: 30px;
    }


    .starwarstoy-layer1 {
        width: 2000px;
        position: absolute;
        bottom: -30%;
    }

    .starwarstoy-row {
        padding-right: 0;
    }

    .starwarstoy-row,
    .miniature-row {
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .marveltoy-row {
        flex-direction: column-reverse;
    }

    .miniature-img,
    .marveltoy-img,
    .starwarstoy-img {
        width: 70%;
        margin-top: 0;
    }

    .starwarstoy-content {
        width: 70%;
    }

    .starwarstoy-content__title,
    .marveltoy-content__title,
    .miniature-content__title {
        color: #ffffff;
    }

    .marveltoy-content__title {
        align-self: flex-start;
    }

    .starwarstoy-content__text,
    .marveltoy-content__text,
    .miniature-content__text {
        color: #ffffff;
    }

    .marveltoy {
        padding: 30px 0;
        margin-top: 10px;
        overflow: hidden;
    }

    .marveltoy-layer1 {
        display: none;
    }

    .marveltoy-layer2 {
        display: block;
        position: absolute;
        bottom: -10%;
        width: 5000px;
    }

    .marveltoy-content__button {
        margin-left: auto;
    }

    .miniature {
        padding: 30px 0;
        overflow: hidden;
        margin-top: 10px;
    }

    .miniature-layer2 {
        display: block;
        position: absolute;
        bottom: -10%;
        width: 4000px;
    }

    .miniature-content {
        margin-bottom: 0;
    }

    .miniature-img {
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 768px) {

    .header-layer {
        width: 150%;
    }

    .banner {
        padding: 130px 0;
    }

    .banner__title {
        margin-left: 0;
        align-self: center;
    }

    .miniature-img,
    .marveltoy-img,
    .starwarstoy-img {
        width: 80%;
    }

    .miniature-content,
    .marveltoy-content,
    .starwarstoy-content {
        width: 80%;
    }

    .footer-row {
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 20px;
    }

    .footer-block {
        margin-left: 0;
    }

    .form-modal {
        padding: 50px;
    }

}

@media only screen and (max-width: 450px) {

    .header {
        padding: 15px 0;
    }

    .header-layer {
        width: 160%;
    }

    .header-logo {
        width: 180px;
    }

    .header-language__active {
        font-size: 16px;
    }

    .header-burger {
        width: 35px;
        row-gap: 8px;
    }

    .header-nav__close {
        right: 15px;
        top: 20px;
    }

    .language-list__item {
        font-size: 16px;
    }

    .language-list__item_link {
        font-size: 16px;
    }

    .banner {
        padding: 90px 0;
    }

    .banner-row {
        padding: 0;
    }

    .banner__title {
        font-size: 36px;
    }

    .banner__text {
        font-size: 18px;
    }

    .banner__bottom {
        font-size: 24px;
        text-align: center;
    }

    .miniature-img,
    .marveltoy-img,
    .starwarstoy-img {
        width: 100%;
    }

    .miniature-content,
    .marveltoy-content,
    .starwarstoy-content {
        width: 100%;
    }

    .miniature-content__button,
    .marveltoy-content__button,
    .starwarstoy-content__button {
        font-size: 20px;
    }

    .form-modal {
        padding: 50px 30px;
    }

    .form-modal__title {
        font-size: 32px;
    }

    .modal-form__button {
        padding: 10px 40px;
        font-size: 20px;
    }

}

@media only screen and (max-width: 340px) {

    .header-language {
        margin-right: 5px;
    }

    .modal-bg{
        padding: 10px;
    }

    .form-modal {
        padding: 10px;
    }

}
