.product__global-wrapper .product__box , .product__global-wrapper .product__image-box {
    width: 50%;
}

.product__global-wrapper .product__image-box {
    background-color: #e7eaef;
}

.product__global-wrapper {
    padding-top: 20px;
}

.product__global-wrapper .product__box {
    padding-left: 30px;
}

.product__global-wrapper .product__box .product__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5px;
}

.product__global-wrapper .product__box .product__list li {
    padding-right: 15px;
    margin-bottom: 0px;
}

.product__global-wrapper .product__box .product__list li.selected > div {
    border-color: #009254;
    color: black;
}



.product-item-scu-item-color-block > div {
    border-radius: 100% !important;
    z-index: 2;
    display: block;
    position: relative;
    width: 40px !important;
    height: 40px !important;
    background-size: contain;
}

li.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    border-radius: 100%;
    padding: 2px;
    background-color: #009254;
}

.product__price-wrapper .product__old-price {
    display: none;
}

.kinds__list {
    padding-top: 30px;
}
.product__global-wrapper .product__box > div > div {
    order: 1;
}
.product__global-wrapper .product__box > div > div:nth-child(2) {
    order: 3;
}
.product__global-wrapper .product__box > div > div:nth-child(3) {
    order: 2;
}
.product__global-wrapper .product__box > div > div:nth-child(4) {
    order: 4;
}
.product__global-wrapper .product__box > div {
    position: relative;
    display: flex;
    flex-direction: column;
}
.product__small-box {
    order: 0 !important;
    width: 100% !important;
}
.product__price-link {

    top: -29px;
    position: relative;
}

.product__list {

    margin-bottom: 20px !important;
}
.product__price-wrapper {
    margin-bottom: 0px !important;
}
.product__title {

    margin-bottom: 14px;
}
.product__price-link {
    text-align: right;
    width: 100%;

}
@media screen and (max-width:475px) {
    .product__global-wrapper {
        display: flex;
        flex-direction: column;
    }
    .product__global-wrapper .product__box, .product__global-wrapper .product__image-box {
        width: 100%;
    }
    .zoom {
        position: relative;
        width: 50%;
        margin: auto;
    }
    .product__image-box .product__button {
        position: absolute;
        right: 0px;
        top: 19px;
        z-index: 99;
        width: 106px;
    }
    .product__list {
        row-gap: 10px;
    }
    .product__link {

        padding: 4px 20px !important;
    }
    .product__global-wrapper .product__box {
        padding-left: 2px;
    }
	.product__title {

		font-size: 28px !important;
	}
    .zoom__lens {
        display: none !important;
    }
}
.quantity_box {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.quantity_box span {
    font-size: 18px;
    font-weight: 500;
    color: #7a839b;
    cursor: pointer;
    width: 25%;
    text-align: center;
}
.quantity_inp {
    width: 50%;
    color: #7a839b;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #7a839b;
    border-radius: 30px;
    padding: 13px 41px;
    -webkit-transition: border 0.4s;
    -o-transition: border 0.4s;
    transition: border 0.4s;
    text-align: center;
}

/*Вставка для таба карточки*/
.item-description__inner {
    display: grid;
    grid-template: 1fr / repeat(2, 1fr);
    gap: 120px;
}
.item-description__title {
    font-size: 20px;
    color: #3D4353;
    font-weight: 700;
}
.item-description__text {
    margin-top: 7px;
    color: #6B7387;
}
header.header.header_main {
    background-color: #363636;
}
.number {
    font-size: 17px !important;
    font-weight: 700;
    margin: auto;
    margin-top: 23px;
}
.header-burger__btn {
    color: #989EAE;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 21px;
    min-width: 180px;
}
.contacts {
    display: flex;
    flex-direction: column;
    margin-bottom: 23px !important;
}

@media screen and(max-width:1200){
 .container {
    max-width: 1000px;
}
}
.container .row .col-md-12 {
    padding: 20px;
}
.sales_box .action {
    padding-top: 20px;
}
.sales_box {
    padding-bottom: 30px;
}
.fixed_box_call {
    /* background-color: red; */
    position: fixed;
    top: 20%;
    right: 0px;
    z-index: 999999;

}

        .fixed_box_call .button_box {
            margin-bottom: 20px;
            position: absolute;
            right: 0;
        }

        .fixed_box_call .button_box .butn {
            background-color: #363636;
            margin-bottom: 10px;
            min-height: 100px;
            border-radius: 10px 0px 0px 10px;
            display: flex;
            flex-direction: column;
            align-content: center;
            align-items: center;
            justify-content: center;
            padding-bottom: 10px;
            padding-top: 10px;
        }
        .fixed_box_call .button_box .butn span {
            color: white;
            font-size: 14px;
            bottom: 0px;
            position: relative;
            font-weight: 100;
            font-family: system-ui;
            max-width: 180px;
            text-align: center;
        }
        .fixed_box_call .button_box .butn:hover {
            /* margin-right: 19px; */
            left: 10px;
            position: relative;
			cursor: pointer;
        }
        .fixed_box_call .button_box {
            margin-bottom: 20px;
            position: absolute;
            right: 0;
            min-width: 100px;
        }
.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: unset;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    max-width: 400px;
    width: 90%;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}


@media screen and (max-width:430px){
	.fixed_box_call {
		dispay:none;
	}
}
.footer__social {
    justify-content: space-around !important;
}

.fixed_box_call .button_box .butn {
	padding: 10px;
	text-align: center;
	color: #ffffff;
}

.swiper-slide__img-link {
	display: block;
	height: 250px;
}

.swiper-slide__img-link img {
	width: 100%;
	height: 100% !important;
	object-fit: contain;
}
@media (max-width:991px) {
	.fixed_box_call .button_box {
		display: none;
	}
}

.action-btn-box {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.action-btn {
	background-color: transparent;
    width: 46px;
    height: 46px;
    border: 1px solid #8d97b0;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.action-btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #ffffff;
    background-color: #8d97b0;
}

.action-btn.swiper-button-lock {
	display: none !important;
}

.main-slider__item-new {
	align-items: center !important;
	justify-content: center;
}

.main-slider__img-box {
	padding; 20px;
	width: 90%;
	height: 80%;
}

.main-slider__img-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.main-slider {
	display: flex;
	min-height: calc(100vh - 100px);
}

@media screen and (max-width: 578px) {
    .main-slider {
        min-height: 0;
    }
}

.footer__social-header {
	width: auto !important;
	gap: 10px;
	flex-wrap: nowrap !important;
}

.footer__social-header .footer__social-link .icon {
	font-size: 20px;
}

button.header__search-btn:hover {
	background-color: transparent;
}

.header__activity .contacts .number {
	white-space: nowrap;
}

.header__search-input {
	max-width: 180px;
}

@media (max-width: 1236px) {
	.header__nav {
		display: none !important;
	}

	.header__logo {
		display: block !important;
	}

	.burger {
		position: relative;
		display: flex !important;
		justify-content: center !important;
		gap: 4px;
		width: 40px !important;
		height: 40px !important;
		padding: 8px;
		border-radius: 50%;
		border: 2px solid #ffffff;
	}

	.burger span {
		width: 20px !important;
		background-color: #ffffff !important;
	}

	.burger.active span:nth-child(1) {
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) rotate(45deg) !important;
	}

	.burger.active span:nth-child(2) {
		position: absolute;
		opacity: 1 !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) rotate(-45deg) !important;
	}

	.header__search.header__search-active {
		display: flex;
		justify-content: space-between;
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: 0;
		max-width: none;
		transform: translateY(120%);
		background-color: #363636;
	}

	button.header__search-mobile-btn:hover {
		background-color: transparent;
	}

	.header-burger__close {
		width: 30px !important;
		height: 30px !important;
	}

	.header-burger__close span {
		width: 30px !important;
	}
}

@media (max-width: 700px) {
	.header__activity>.contacts {
		display: none;
	}

	.header__activity>.footer__social-header {
		display: none;
	}

	.header__activity-item {
        color: #ffffff !important;
    }

	.header__search-mobile-btn {
        color: #ffffff !important;
    }
}
