.my-my__colors{
    display: flex;
    align-items: center;

}
.my-my__img{
    width: 100%;
    object-fit: cover;
}
.my-my__color{
    cursor: pointer;
    position: relative;
    border-radius: 100%;
    background: var(--mymy_bg);
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
}
.my-my__color:hover:before,
.my-my__color.is-active:before{
    width: 50px;
    height: 50px;
    opacity: 1;
}
.my-my__color:before{
    border-radius: 100%;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transition: all 0.3s ease-out;
    border: 2px solid var(--mymy_bg);
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
}
.my-my__color--border:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    border: 1px solid var(--mymy_border);
    border-radius: 100%;
}
.my-my__wrapper{
	position: relative;
}
.my-my__props strong{
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	display: block;
	color: #181818;
	margin-bottom: 8px;
}
.my-my__props p{
	color: #181818;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 0;
}
.my-my__title{
	display: none;
}
.my-my__props{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 40px;
}
@media only screen and (max-width: 999.5px) and (min-width: 768px){
	.my-my__props{
		gap: 40px;
		justify-content: flex-start;
	}
	.my-my__colors{
		justify-content: flex-start !important;
		gap: 25px;
	}
}
@media only screen and (min-width: 1000px){
	.my-my__props{
		margin-bottom: 22px;
	}
    .my-my__img--mobile{
        display: none !important;
    }
    .my-my__img{
        height: 794px;
    }
    .my-my__slider{
        margin-top: 40px;
        margin-bottom: 46px;
    }
    .my-my__colors{
        justify-content: flex-start;
    }
    .my-my__color{
        margin-right: 18px;
    }
    .my-my + .gb-grid-wrapper{
        pointer-events: none;
        margin-top: -54px;
    }
    .my-my + .gb-grid-wrapper > .gb-grid-column:last-child{
        pointer-events: all;
    }
	.oh-mymy .my-my__slider{
		margin-top: 29px;
	}
	.oh-mymy .my-my__img{
		height: 698px;
	}
}
@media only screen and (max-width: 999.5px){

    .my-my{
        margin-bottom: 30px;
    }
	.my-my.narrow-mymy{
		margin-bottom: 0;
	}
    .my-my__img{
        /*height: 240px;*/
        height: 74vw;
    }
	.my-my.narrow-mymy .my-my__img{
		height: 44.27vw;
	}
    .my-my__slider{
        margin-left: -24px;
        margin-right: -24px;
    }
	.narrow-mymy .my-my__slider{
		margin-left: 0;
		margin-right: 0;
	}
    .my-my__img--desktop{
        display: none !important;
    }
    .my-my__slider{
        margin-bottom: 30px;
    }
    .my-my__colors{
        justify-content: space-between;
    }
	.narrow-mymy .my-my__colors{
		justify-content: flex-start;
		gap: 16px;
		overflow: hidden;
		overflow-x: auto;
		padding: 20px 10px;
	}
	.my-my__color:hover:before, .my-my__color.is-active:before{
		width: 60px;
		height: 60px;
	}
	.narrow-mymy .my-my__slider{
		margin-bottom: 10px;
	}
	.narrow-mymy .my-my__colors{
		margin-right: -24px;
	}
	.my-my__props{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 767.5px){
	.my-my.narrow-mymy .my-my__img{
		height: 55.4vw;
	}
}
@media only screen and (min-width: 1000px){
	.mymy-698 .my-my__img{
		height: 698px;
	}
	.my-my__title{
		display: block;
		color: #f8f8f8;
		position: absolute;
		left: 43px;
		top: 25px;
		z-index: 10;
		font-family: "D-DIN Condensed";
		font-size: 120px;
		line-height: 1em;
		font-weight: bold;
		text-transform: uppercase;
	}
	.my-my__props{
		left: 45px;
		position: absolute;
		display: block;
		top: 50%;
		transform: translate3d(0px, -50%, 0px);
		z-index: 10;
	}
	.my-my__props strong{
		margin-bottom: 13px;
		font-size: 20px;
		color: #F8F8F8;
	}
	.my-my__props p{
		color: #F8F8F8;

	}
	.my-my__row:not(:last-child){
		margin-bottom: 30px;
	}
	/*[data-current="1"] .my-my__props p,*/
	/*[data-current="2"] .my-my__props p,*/
	/*[data-current="3"] .my-my__props p,*/
	/*[data-current="4"] .my-my__props p,*/
	/*[data-current="1"] .my-my__props strong,*/
	/*[data-current="2"] .my-my__props strong,*/
	/*[data-current="3"] .my-my__props strong,*/
	/*[data-current="4"] .my-my__props strong{*/
	/*	color: #181818;*/
	/*}*/
}
@media only screen and (max-width: 767px){
	.my-my__color{
		width: 40px;
		height: 40px;
		flex: 0 0 40px;
	}
}