.page-video-notyt {
	width: 770px;
	height: 433px;
}

@media (min-width: 1025px) {
	.popup__wide {
		width: 800px;
	}
}

@media (max-width: 1024px) {
	#cska_khl_header {
		display: none;
	}
}

.page404__font3 {
	font-size: 25px;
	line-height: 35px;
	color: #fff;
	font-family: "ALSCSKA";
	margin-bottom: 37px;
}

.product-list__buttons-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	justify-content: center;
}
@media (min-width: 768px) {
	.product-list__buttons-list {
		justify-content: flex-start;
	}

    .logo-list__item-img-outer--big {
        height: 77px;
    }

    .logo-list {
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.product-list__button {
	margin: 10px;
}

.product-list__buttons-list + .product-list__buttons-list {
	margin-top: 10px;
}

.shop-tab .product-list__item-img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 135px;
    margin-bottom: 12px;
}

.shop-tab .product-list__item-img {
    display: block;
    max-width: 90%;
    max-height: 90%;
    margin: 0;
}

.page-video__outer--vk {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.page-video__outer--vk > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.journal-article {
    padding-top: 32px;
}

@media (min-width: 768px) {
    .journal-article {
        padding-top: 42px;
    }
}