/*Обнуление*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

.cards img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1124px;
    margin: 0 auto;

}

/*-----------------------------*/
body.lock {
    overflow: hidden;
}

body {
    padding: 0px;
    margin: 0px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Inter', sans-serif;
    line-height: 1.7;
    font-size: 15px;
    font-weight: 400;
    background-color: #001e35;
    position: absolute;

}

/*------------------------------------*/
header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #011627;
    padding: 15px 0px 15px 0px;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav__logo a>img {
    height: 40px;
    width: auto;
}

.nav__login {}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.sign-in {
    font-weight: 900;
}

.sign-in:before {
    content: "\2771";
}

/*---------------------------------------------------------------*/
main {
    padding: 50px 0px 50px 0px;
}

.login__page {
    display: flex;
    width: 100%;
}



.about {
    display: flex;
    flex-direction: column;
}



.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.exid {
    margin: 25px 0px 0px 0px;
    background-color: #dc3545;
    color: #fff;
    padding: 0 35px;
    line-height: 48px;
    display: inline-block;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.btn__videos {
    /*margin: 25px 0px 0px 0px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.btn__video {
    margin: 25px 0px 0px 0px;
    padding: 0 35px;
    line-height: 48px;
    display: inline-block;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
    border-radius: 5px;
    background: #fff;
    color: #011627;
}

.btn__video a>img {
    vertical-align: middle;
    border-style: none;
}

/*.btn__video:hover {
    border: 3px solid #011627;
}*/

.btn__video:not(:last-child) {
    margin-right: 10px;
}

.btn__video>a {
    font-size: 15px;
    color: #000;
}

.btn__video>a img {
    width: 25px;
    max-width: 100%;
}

.merchandise-showcase {
    margin: 30px 0px 0px 0px;
    border-top: 0.983537px solid #B6B6B6;
}

.merchandise-showcase h1 {
    font-size: 55px;
    font-weight: 700;
    margin: 30px 0px 30px 0px;
    text-align: center;
}

.cards {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card {
    margin: 25px 0px 0px 0px;
    background-color: #fff;
    border: 0.983537px solid #B6B6B6;
    border-radius: 19.6707px;
    flex: 25% auto;
}

.content {}

.info {
    margin: 15px 15px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px 5px 5px 5px;
    margin: 0 auto;
}

.photo img {
    width: 282.28px;
    border-radius: 19.6707px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    max-width: 100%;


}

.price-title {
    display: flex;
    flex-direction: column;

}

.price {
    font-size: 17px;
    font-weight: 700;
    color: #000;
}

.price span {
    margin: 0px 0px 0px 5px;
    font-size: 12px;
    color: #3d3d3d;
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 2px;
    
}

.title {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    width: 150px;
    max-width: 100%;
    max-height: 70px;
    min-height: 70px;
    overflow: hidden;
}

.button__card {
    flex: 50% auto;
    border: 1px solid #011627;
    border-radius: 10px;
    text-align: center;
    width: 100px;
    max-width: 100%;
    color: #011627;
}

/*---------------------------------------------------------------*/
.footer {
    background-color: #011627;
}

.text__footer {
    text-align: center;
}

/*--------------------------------------------------------------*/
/* CSS */
/* Popup Styling */

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background-color: #fff;*/
    width: 500px;
    padding: 20px;
    border-radius: 5px;
}

.popup-content {


    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(50px);
    max-width: 100%;
}

.popup-content>h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 38px;
    line-height: 54px;
}

.marketplace {

    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 15px 0px 15px 0px;
}

.ozon>img,
.wb>img {
    width: 200px;
    max-width: 100%;
    border-radius: 10px;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;

    width: 100px;
    min-width: 100%;
    background-color: transparent;
}

.close-button:hover {
    background-image: url(/img/close.png);
}

.close-button>img {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    max-width: 100%;
}

/*---------------------------------------------------------------*/
@media (max-width:855px) {
    .card {
        width: 220px;
    }
}

@media (max-width:450px) {
    .merchandise-showcase h1 {
        font-size: 45px;
    }

    .popup-content {
        width: 300px;

    }

    .popup-content>h2 {
        font-size: 28px;
    }

    .ozon>img,
    .wb>img {
        width: 100px;
    }

    .card{
        width: 160px;
    }
    .info{
        flex-wrap: wrap;
    }
    .price{
        text-align: center;
        margin-bottom: 5px;
    }
}

@media (max-width:350px) {
    .popup-content>h2 {
        font-size: 20px;
    }

    .popup-content {
        width: 225px;

    }

    .ozon>img,
    .wb>img {
        width: 90px;
    }
}