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

@font-face {
    font-family: "Myriad";
    src: url(../font/8143.otf) format("truetype");
    font-display: swap;
    font-weight: 700;
    font-weight: 400;
}

@font-face {
    font-family: "baseone";
    src: url(../font/BASEONE-REGULAR.OTF) format("truetype");
    src: url(../font/BASEONE-HEAVY.OTF) format("truetype");
    src: url(../font/BASEONE-BOLD.OTF) format("truetype");
    font-display: swap;
    font-weight: 700;
    font-weight: 400;
}

@font-face {
    font-family: "DEUTSCHLANDER20";
    src: url(../font/DEUTSCHLANDER20-W1158.TTF) format("truetype");
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background-color: #F1F1F1;
    font-family: 'Oswald', sans-serif;
}

ul,
li {
    list-style: none;
}

.loader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    user-drag: none;
    opacity: 1;
    visibility: visible;
    transition: .2s ease s;
}

.loader-wrap.loaded {
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}
.loader-wrap--img {
    max-width: 100px;
}

.loader-wrap--img img{
    width: 100%;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.wrapper__menu {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
}

.intro {
    background: url("../img/aliprint-header.png") center no-repeat;
    background-size: cover;
    height: 800px;
    z-index: 1;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    background-color: #F1F1F1;
    padding: 15px 0;
}

.burger__menu {
    display: none;
}

.logo__mobile {
    display: none;
}

.nav {
    display: flex;
}

.nav__list {
    display: none;
}

.menu__text-link {
    display: none;
}

.menu__inner {
    display: flex;
}

.menu__position-one,
.menu__position-two,
.menu__position-three,
.menu__position-fire {
    background-color: #f1f1f1;
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    /* height: 100%; */
    display: none;
    padding-bottom: 20px;
    z-index: 3;
}

.menu__position-one.active,
.menu__position-two.active,
.menu__position-three.active,
.menu__position-fire.active {
    display: block;
}

.menu__item {
    margin-left: 20px;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.social__list {
    display: flex;
    align-items: center;
}

.menu__position-link {
    padding: 5px 20px;
    /* cursor: pointer; */
}

.menu__position-link a {
    color: #000;
    text-decoration: none;
}

.menu__position-link a:hover {
    color: #ce1212;
}

.menu__position-item {
    padding-top: 15px;
}

.nav__link {
    margin-left: 15px;
    text-decoration: none;
    color: #000;
}

.social__link {
    color: #000;
    font-size: 20px;
    margin-left: 10px;
}

.nav__text {
    margin-left: 100px;
    text-decoration: none;
    color: #000;
}

.icon__link {
    font-size: 20px;
    display: block;
    transform: rotate(0deg);
    transition: .5s;
}

.burger__menu-text-link {
    line-height: 2;
    font-size: 18px;
    color: #000;
}

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

.burger__menu-text a {
    text-decoration: none;
}

.burger__menu-text {
    display: none;
    background-color: #EFEFEF;
    padding-left: 10px;
}

.burger__menu-title.active span {
    color: red;
    transform: rotate(180deg);
}


/* Poligrafiya */

.poligrafiya {
    font-family: "Myriad";
    margin-bottom: 50px;
}

.poligrafiya__inner {
    margin-top: -6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.poligrafiya__item img {
    margin-top: 30px;
}

.poligrafiya__nav {
    margin: 0 auto;
    width: 100%;
}

.poligrafiya__item-title {
    text-transform: uppercase;
    font-size: 230px;
    color: #ce1212;
    font-family: "DEUTSCHLANDER20";
    letter-spacing: 2px;
    line-height: 0.8;
}

.saved-text {
    line-height: 0.8;
    /* margin-top: 70px; */
}

.karton__font-size {
    font-size: 45px;
}

.poligrafiya__item-subtitle {
    font-size: 50px;
    font-family: "baseone";
    font-weight: 700;
    color: #ce1212;
}

.poligrafiya__title {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    margin-top: 40px;
    letter-spacing: 14px;
}

.poligrafiya__title a {
    color: #ce1212;
    text-decoration: none;
    transition: .5s;
    font-weight: 700;
}

.poligrafiya__title a:hover {
    color: #a00e0e;
}

.poligrafiya__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.ploigrafiya__link {
    margin: 0 auto;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ploigrafiya__link {
    background-color: #F1F1F1;
    width: 115px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), -9px -9px 15px #FFFFFF;
    border-radius: 14px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all ease .5s;
}

.ploigrafiya__link a {
    color: #000;
    text-decoration: none;
}

.ploigrafiya__link:hover {
    box-shadow: inset 4px 4px 15px rgba(0, 0, 0, 0.12), inset -9px -9px 15px #FFFFFF;
    cursor: pointer;
}

.btn-11 {
    border: none;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), -9px -9px 15px #FFFFFF;
    border-radius: 14px;
    color: #000;
    overflow: hidden;
    position: relative;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
    top: 0;
    transition: .3s;
    text-transform: uppercase;
    font-family: "Myriad";
}

.btn-11:hover {
    box-shadow: inset 4px 4px 15px rgba(0, 0, 0, 0.12), inset -9px -9px 15px #FFFFFF;
}

.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #686666;
    animation: shiny-btn1 2.5s ease-in-out infinite;
}

@keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-initialized .slick-slide {
    display: flex;
}

.mobile__nav {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile__poligrafiya {
    font-family: "Myriad";
    display: none;
}

.mobile__poligrafiya-img img {
    width: 400px;
}

.mobile__poligrafiya-item {
    background-color: #f1f1f1;
    width: 50%;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), -9px -9px 15px #FFFFFF;
    margin: 0 auto;
}

.mobile__poligrafiya-text {
    text-align: center;
    font-size: 24px;
    font-family: "Myriad";
}

.slick-slide {
    width: 100%;
}

.mobile__poligrafiya-slider {
    width: 100%;
}


/* Tashqi Reklama */

.tashqi-reklama {
    font-family: "Myriad";
    margin-bottom: 150px;
}

.tashqi-reklama__inner {
    margin-top: -6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-bottom: 20px;
}

.tashqi-reklama__nav {
    margin: 0 auto;
    width: 100%;
}

.tashqi-reklama__item-title {
    text-transform: uppercase;
    font-size: 230px;
    color: #ce1212;
    font-family: "DEUTSCHLANDER20";
    letter-spacing: 2px;
    line-height: 0.8;
}

.tashqi-reklama__item-subtitle {
    font-size: 68px;
    font-family: "baseone";
    font-weight: 700;
    color: #ce1212;
}

.tashqi-reklama__item-text {
    width: 75%;
}

.tashqi-reklama__title {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    margin-top: 40px;
    letter-spacing: 14px;
}

.tashqi-reklama__title a {
    color: #ce1212;
    text-decoration: none;
    transition: .5s;
    font-weight: 700;
}

.tashqi-reklama__title a:hover {
    color: #a00e0e;
}

.tashqi-reklama__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 42px 12px;
    margin: 0 auto;
    overflow: hidden;
}

.tashqi-reklama__link {
    background-color: #F1F1F1;
    width: 115px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), -9px -9px 15px #FFFFFF;
    border-radius: 14px;
    text-transform: uppercase;
    font-size: 14px;
    transition: .5s;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.tashqi-reklama__link a {
    color: #000;
    text-decoration: none;
}

.button__width {
    width: 120px;
    height: 35px;
}

.tashqi-reklama__link:hover {
    box-shadow: inset 4px 4px 15px rgba(0, 0, 0, 0.12), inset -9px -9px 15px #FFFFFF;
    cursor: pointer;
}

.setkali-orakal {
    font-size: 139px;
    line-height: 0.8;
    margin-top: 18px;
}

.mobile__tashqi-reklama {
    font-family: "Myriad";
    display: none;
}

.mobile__tashqi-reklama-img img {
    width: 400px;
}

.mobile__tashqi-reklama-item {
    background-size: #f1f1f1;
    width: 50%;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), -9px -9px 15px #FFFFFF;
}

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

.mobile__tashqi-reklama-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile__tashqi-reklama-slider {
    width: 100%;
}

.mobile__nav-link {
    font-size: 24px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
}

.mobile__nav-list {
    margin: 0 auto;
    width: 100%;
}

.mobile__tashqi-reklama {
    display: none;
}


/* Aksessuar */

.aksessuarlar {
    font-family: "Myriad";
    margin-bottom: 100px;
}

.aksessuarlar__inner {
    margin-top: -6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-bottom: 20px;
}

.aksessuarlar__nav {
    display: flex;
    justify-content: center;
}

.aksessuarlar__item-title {
    text-transform: uppercase;
    font-size: 230px;
    color: #ce1212;
    font-family: "DEUTSCHLANDER20";
    letter-spacing: 2px;
}

.aksessuarlar__item-subtitle {
    font-size: 68px;
    font-family: "baseone";
    font-weight: 700;
    color: #ce1212;
}

.aksessuarlar__title {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    margin-top: 40px;
    letter-spacing: 14px;
}

.aksessuarlar__title a {
    color: #ce1212;
    text-decoration: none;
    transition: .5s;
    font-weight: 700;
}

.aksessuarlar__title a:hover {
    color: #a00e0e;
}

.aksessuarlar__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 42px 12px;
    margin: 0 auto;
    overflow: hidden;
}

.aksessuarlar__link {
    background-color: #F1F1F1;
    width: 115px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), -9px -9px 15px #FFFFFF;
    border-radius: 14px;
    text-transform: uppercase;
    font-size: 14px;
    transition: .5s;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.aksessuarlar__link a {
    color: #000;
    text-decoration: none;
}

.button__width {
    width: 120px;
    height: 35px;
}

.aksessuarlar__link:hover {
    box-shadow: inset 4px 4px 15px rgba(0, 0, 0, 0.12), inset -9px -9px 15px #FFFFFF;
    cursor: pointer;
}

.mobile__aksessuarlar {
    font-family: "Myriad";
    display: none;
}

.mobile__aksessuarlar-img img {
    width: 400px;
}

.mobile__aksessuarlar-item {
    background-size: #f1f1f1;
    width: 50%;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), -9px -9px 15px #FFFFFF;
    margin: 0 auto;
}

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

.mobile__aksessuarlar-inner {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile__aksessuarlar-slider {
    width: 100%;
}

.mobile__aksessuarlar {
    display: none;
}


/* Food-menu */


/* .food-menu {
    font-family: "Myriad";
    margin-bottom: 200px;
}

.food-menu__inner {
    margin-top: -6px;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-bottom: 20px;
}

.food-menu__nav {
    margin: 0 auto;
    width: 100%;
}

.food-menu__item-title{
    text-transform: uppercase;
    font-size: 170px;
    color: #ce1212;
    font-weight: 700;
}

.food-menu__title {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    margin-top: 40px;
    letter-spacing: 14px;
}

.food-menu__title a{
    color: #ce1212;
    text-decoration: none;
    transition: .5s;
    font-weight: 700;
}

.food-menu__title a:hover {
    color: #a00e0e;
}

.food-menu__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 42px 12px;
    margin: 0 auto;
    overflow: hidden;
}

.food-menu__link {
    background-color: #F1F1F1;
    width: 115px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), -9px -9px 15px #FFFFFF;
    border-radius: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    transition: .5s;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.food-menu__link a{
    color: #000;
    text-decoration: none;
}

.button__width {
    width: 120px;
    height: 35px;
}

.food-menu__link:hover {
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
    -2px -2px 5px 0 rgba(116, 125, 136, .7), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
    cursor: pointer;
}
.food-menu-text {
    margin-bottom: 40px;
    margin-top: 30px;
} */


/* Avtotransport */

.avtotransport {
    font-family: "Myriad";
    margin-bottom: 50px;
}

.avtotransport__inner {
    margin-top: -6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-bottom: 20px;
}

.avtotransport__nav {
    margin: 0 auto;
    width: 100%;
}

.avtotransport__item-title {
    text-transform: uppercase;
    font-size: 170px;
    color: #ce1212;
    font-weight: 700;
}

.avtotransport__title {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    margin-top: 40px;
    letter-spacing: 14px;
}

.avtotransport__title a {
    color: #ce1212;
    text-decoration: none;
    transition: .5s;
    font-weight: 700;
}

.avtotransport__title a:hover {
    color: #a00e0e;
}

.avtotransport__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 42px 12px;
    margin: 0 auto;
    overflow: hidden;
}

.avtotransport__link {
    background-color: #F1F1F1;
    width: 115px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), -9px -9px 15px #FFFFFF;
    border-radius: 14px;
    text-transform: uppercase;
    font-size: 14px;
    transition: .5s;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.avtotransport__link a {
    color: #000;
    text-decoration: none;
}

.button__width {
    width: 120px;
    height: 35px;
}

.avtotransport__link:hover {
    box-shadow: inset 4px 4px 15px rgba(0, 0, 0, 0.12), inset -9px -9px 15px #FFFFFF;
    cursor: pointer;
}

.avtotransport-text {
    margin-bottom: 40px;
    margin-top: 30px;
}

.mobile__avtotransport {
    font-family: "Myriad";
    display: none;
}

.mobile__avtotransport-img img {
    width: 400px;
}

.mobile__avtotransport-item {
    background-size: #f1f1f1;
    width: 50%;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), -9px -9px 15px #FFFFFF;
}

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

.mobile__avtotransport-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile__avtotransport-slider {
    width: 100%;
}

.mobile__avtotransport {
    display: none;
}


/* Partner */

.partner {
    font-family: "Myriad";
}

.partner__item {
    background-color: #F1F1F1;
    width: 250px;
    height: 250px;
    margin-bottom: 30px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), -9px -9px 15px #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    margin: 50px;
}

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

.partner__title {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 40px;
    letter-spacing: 14px;
}

.partner__title a {
    color: #ce1212;
    text-decoration: none;
    transition: .5s;
    font-weight: 700;
}

.partner__title a:hover {
    color: #a00e0e;
}


/* Carta */

.cart {
    font-family: "Myriad";
}

.cart__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart__title {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 40px;
    letter-spacing: 14px;
}

.cart__title a {
    color: #ce1212;
    text-decoration: none;
    transition: .5s;
    font-weight: 700;
}

.car__title a:hover {
    color: #a00e0e;
}

.carta {
    background-color: #F1F1F1;
    padding: 20px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), -9px -9px 15px #FFFFFF;
    border-radius: 40px;
}


/* Footer */

.footer {
    background-color: #ce1212;
    background: url("../img/footer-background.png");
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 30px;
    font-family: "DEUTSCHLANDER20";
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
}

.footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer__social>a:first-child {
    margin-left: 0;
}

.footer__social-link {
    background-color: #fff;
    width: 50px;
    height: 50px;
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    text-decoration: none;
    margin-left: 10px;
    transition: .3sz;
}

.footer__social-link:hover {
    background-color: #c7c7c7;
}

.formBlock input {
    width: 100%;
    height: 40px;
    background: #f1f1f1;
    padding: 10px 15px;
    border: 0px;
    /* box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), -9px -9px 15px #FFFFFF; */
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: .5s;
}

.formBlock input:focus {
    outline: none;
    /* box-shadow: inset 4px 4px 15px rgba(0, 0, 0, 0.12), inset -9px -9px 15px #FFFFFF; */
}

.formBlock label {
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
}

.formBlock button {
    background: #f1f1f1;
    border: 0px;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 18px;
    /* box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), -9px -9px 15px #FFFFFF; */
    width: 40%;
    margin: 0 auto;
    font-family: "Myriad";
    transition: .5s;
    cursor: pointer;
}

.formBlock button:hover {
    /* box-shadow: inset 4px 4px 15px rgba(0, 0, 0, 0.12), inset -9px -9px 15px #FFFFFF; */
}

.formBlock textarea {
    width: 100%;
    resize: vertical;
    height: 143px;
    border: 0px;
    background: #f1f1f1;
    border: 1px solid #cdcdcd;
    /* box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12), -9px -9px 15px #FFFFFF; */
    border-radius: 30px;
    margin-top: 6px;
    margin-bottom: 8px;
    padding: 15px;
    transition: .5s;
}

.formBlock textarea:focus {
    outline: none;
    /* box-shadow: inset 4px 4px 15px rgba(0, 0, 0, 0.12), inset -9px -9px 15px #FFFFFF; */
}

.error-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ce1212;
    font-size: 18px;
}

.button-center {
    text-align: center;
    width: 100%;
}

.form {
    width: 100%;
    margin: 0 auto;
}

.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: "Myriad";
}

.popups.active {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
    transition: transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

.form__title {
    text-align: center;
    color: #ce1212;
    font-size: 19px;
}

.popups {
    position: fixed;
    will-change: transform, opacity;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946);
    transition: transform 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

.popup__inner {
    background: #f1f1f1;
    width: 40%;
    padding: 10px 20px;
    margin: 0 auto;
    border-radius: 30px;
    margin: 10px;
}

.popup__item {
    width: 100%;
    margin: 0 auto;
}

.popup__close {
    font-size: 30px;
    color: #000;
    font-family: sans-serif;
    cursor: pointer;
    text-align: right;
}