@media (max-width: 981px) { .mpl-ullist-1 { font-size: 14px; line-height: 30px; } }
@media (min-width: 981px) { .mpl-ullist-2 { font-size: 32px; } }

@media (max-width: 981px) { .home-bg-img {
    background-image: url('../images/bg-3m.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
}
@media (min-width: 981px) {
    .home-bg-img {
        background-image: url('../images/bg-3.png');
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (max-width: 981px) { .home-bg4-img {
    background-image: url('../images/bg-4m.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
}
@media (min-width: 981px) {
    .home-bg4-img {
        background-image: url('../images/bg-4.jpg');
        background-position: center;
        background-repeat: no-repeat;
    }
}


.bg-mdcpls { background-color: #000000; !important; }
.color-mdcpls { color: #333333; !important; }
.text-mdcpls { color: #333333; !important; }
.btn-mdcpls {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.5);
}

.btn-mdcpls:hover {
    color: #ffffff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    box-shadow: 0px 0px 10px rgba(26, 26, 26, 0.5);
}

.btn-outline-mdcpls {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #333333;
}

.btn-outline-mdcpls-black:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.5);
}

.nav-main-link-icon { color: #000000 !important; }
.nav-main-link { color: #000000 !important; padding: .5rem 0.6rem; }

.mpl-hbg { background-color: rgba(0, 0, 0, .3) !important; }

.cursor-pointer { cursor: pointer; }

.mpl-ab-card {
    font-size: 16px;
    background: white;
    border: 1px rgb(100, 100, 100, 1);
    border-radius: 10px;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 1px 20px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 20px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 20px 3px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.5s ease;
}

.mpl-ab-card:hover {
    box-shadow: 0px 1px 30px 5px rgba(0, 0, 0, 0.4);
}

.mpl-p-card {
    border: 1px rgb(100, 100, 100, 1);
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 20px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 20px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 20px 3px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.5s ease;
}

.mpl-p-card:hover {
    box-shadow: 0px 1px 30px 5px rgba(0, 0, 0, 0.4);
}

.mpl-num {
    font-weight: 800;
    font-size: 70px;
    color: #000000!important;
    line-height: 1.7em;
}



/* Reseting */
.container-flip{
    transform-style: preserve-3d;
}

.container-flip .box-flip{
    position: relative;
    width: 300px;
    height: 300px;
    margin: 20px;
    transform-style: preserve-3d;
    perspective: 1000px;
    cursor: pointer;
}

.container-flip .box-flip .body-flip{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.9s ease;
}
.container-flip .box-flip .body-flip .imgContainer-flip{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.container-flip .box-flip .body-flip .imgContainer-flip img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-flip .box-flip .body-flip .content-flip{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

.container-flip .box-flip:hover .body-flip{
    transform: rotateY(180deg);
}

.container-flip .box-flip .body-flip .content-flip div{
    transform-style: preserve-3d;
    padding: 20px;
    background: linear-gradient(45deg, #000000,#333333);
    transform: translateZ(100px);
}

.container-flip .box-flip .body-flip .content-flip div h3{
    letter-spacing: 1px;
}

.loginform {
    -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.4);
    background: -webkit-linear-gradient(180deg, #D6967A, #000000);
    background: -moz-linear-gradient(180deg, #D6967A, #000000);
    background: linear-gradient(180deg, #D6967A, #000000);

}

.mp_user {
    text-align: center;
    background: white;
    border: 1px rgb(100, 100, 100, 1);
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.5s ease;
}
.mp_user .name {
    padding-top: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 8px;
}
.mp_user .position {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    min-height: 30px;
    color: #6F6F6F;
}

.mp_user .position_second {
    font-weight: 200;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #333333;
    margin-top: 9px;
}

.mp_user:hover {
    transform: scale(1.1);
    box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.3);
}

.about-mp-st {
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.text-shadow-mp {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.mpl-ullist-1 { font-size: 20px; line-height: 40px; }
.mpl-ullist-2 { font-size: 20px; line-height: 30px; }

.block {
    box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.5);
}

.banner_safe_wrap {
    display: flex;
    height: 111px;
    padding: 20px 20px 20px 35px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid #1d1d1d;
    background: #d8d8d8;
    position: relative;
    overflow: hidden;
}
.banner_safe_wrap .image_banner {
    position: absolute;
    right: -28px;
    bottom: -29px;
    fill: #FFF;
    stroke-width: 1px;
    stroke: #F2BEA8;
    width: 140px;
    height: 140px;
}
.banner_safe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.banner_safe__title	{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.banner_safe__title span {
    color: #231815;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.banner_safe__info {
    color: #231815;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 767px) {
    .banner_safe_wrap {
        padding: 20px 10px 20px 10px;
    }
    #button-click-2 {
        font-size: 10px;
    }
    .banner_safe_wrap .image_banner {
        width: 115px;
    }
    .banner_safe {
        align-items: flex-start;
    }
    .banner_safe__title span {
        font-size: 16px;
        font-weight: 700;
    }
    .banner_safe__title img {
        width: 100px;
    }
}

span.ukrainian {
    font-weight: 500;
    border-bottom: 1px solid #1d1d1d;;
    color: #1d1d1d;;
}

.img-container {
    position: relative;
    display: inline-block;
}

.img-medal {
    width: 150px; /* Установите размеры вашей медали */
    height: 150px;
    transition: transform 0.5s ease-out;
}

.img-container:hover .img-medal {
    transform: translateX(-10px);
}

.img-container:hover .img-medal:before,
.img-container:hover .img-medal:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 0, 0, 0.3); /* Задайте цвет тени */
    pointer-events: none;
    z-index: -1;
    transition: opacity 0.5s;
}

.img-container:hover .img-medal:before {
    transform: rotate(45deg);
}

.img-container:hover .img-medal:after {
    transform: rotate(-45deg);
}

.img-container:hover .img-medal:hover:before,
.img-container:hover .img-medal:hover:after {
    opacity: 0;
}

.b-mp-1 {
    transition: transform 0.9s ease;
}
.b-mp-1:hover {
    transform: scale(1.1);
}
#tab-description {
	margin-top: 20px;
}
#tab-description h3 {
	text-align: center;
	font-size: 24px;
	line-height: 28px;
}
#tab-description .product__row {
    display: flex;
    align-items: center;
    margin: 15px 0;
    flex-wrap: wrap;
    justify-content: center;
}
#tab-description .product__row b,
#tab-description .product__row strong {
	font-weight: 400;
}
#tab-description .product__row h4 {
	font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

#tab-description h3.zub,
#tab-description .zub_right h3 {
	color: #000000;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	margin-bottom: 30px;
	text-transform: none;
}
#tab-description ul {
	padding-left: 20px;
	margin-bottom: 10px;
}
#tab-description .product__row img {
	border-radius: 15px;
}
#tab-description .product__row a {
	color: #0e5ce1;
	font-weight: 400;
}
#tab-description .product__row .lux10-table {
	text-align: center;
}
#tab-description .product__row .lux10-table img {
	display: block;
	max-width: 180px;
	margin: 0 auto;
}
#tab-description .product__row .lux10-table p {
    padding: 0 10%;
}
@media only screen and (max-width: 768px) {
    #tab-description .product__row {
        flex-direction:column
    }
    #tab-description .product__row .col-md-7 {
        order: 1;
        margin-bottom: 15px
    }
    #tab-description .product__row .col-md-5 {
        order: 2
    }
}