

.breadcrump{
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}
.breadcrump span{
    color: rgba(16, 16, 16, .4);
    font-weight: 500;
}
.breadcrump .page-heading__link:after{
    content: '—';
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;

}
.c-hero{
    position: relative;
    padding-top: 100px;
    min-height: 706px;
}
.c-hero:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.25);
    z-index: 1;
}
.c-hero img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.c-hero__content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    color: #FFF;
}
.c-hero__title{
    
    font-size: 63px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 50px;
}
.c-hero__left{
    max-width: 846px;
}
.c-hero__desc{
    font-size: 21px;
    line-height: 1.3;
}
.c-hero__desc p{
    margin-bottom: 15px;
}
.c-hero__right{
    padding-right: 40px;
    max-width: 465px;
}
.c-hero__sub{
    font-size: 16px;
    line-height: 1.3;
    display: block;
}
.c-hero__date{
    display: block;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.3;
}
.c-hero__loc{
    font-size: 38px;
    font-weight: 400;
    line-height: 1.3;
}
.gold-reg {
    position: relative;
    z-index: 4;
    margin-top: -160px;
    display: flex;
    align-items: flex-start;
    max-width: 1000px;
    background-color: #D0043C;
    color: #fff;
    padding: 88px 106px;
    gap:96px;
    flex-direction: row;
    justify-content: space-between;
}
.gold-reg a{
    border: 1px solid #fff;
}
.gold-reg__left{
    flex: 1;
}
.gold-reg__title{
    display: block;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.2;
}
.under-gold-reg{
    margin-top: 100px;
    margin-bottom: 100px;
}
.gold-reg__desc{
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}
.gold-reg__btn{
    display: flex;
    align-items: center;
    padding: 51px 58px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
.gold-reg__btn:hover:before{
   width: 100%;
}   
.gold-reg__btn:before{
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 0;
    transition: all .3s ease;
    background-color: #fff;

}
.gold-reg__btn span{
    position: relative;
}
.under-gold-reg h6{
    font-size:21px;
    font-weight: 500;
    display: block;
    margin-bottom: 25px;
}
.under-gold-reg p{
    font-weight: 400;
    margin-bottom: 20px;
}
.stend-info{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
    max-width: 989px;
}
.stend-info__title{
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}
.stend-info__desc{
    display: block;
    font-size: 72px;
    font-weight: 500;
    line-height: 1.3;
}
.pt-l{
    padding-top: 100px;
}
.stend-info_img {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.stend-info_img-item {
	display: flex ;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
	position: relative;
    width:33%;
    padding-right: 10px;
}

@media (max-width:600px) {
    .stend-info_img {
        flex-direction: column;
    }
    .stend-info_img-item {
        width: 100%;
        padding-bottom: 20px;
    }
}
.stend-info_img-item:before{
    display: block;
    content: 'новинка';
    position: absolute;
    left: 0;
    padding: 0.5rem 1rem;
    background-color: #d0043c;
    color: #fff;
    z-index: 1;
}
.appointment-form__des img {
	    max-width: 200px;
    margin-top: 25px;
}
.stend-info_img-item p {
	width: 100%;
}
.stend-info_img-item img {
	width: 100%;
	height: auto;
	padding-top: 35px;
	padding-bottom: 15px;
}
.stend{
    
    background-color:#EFEFF2;
}
.stend-content{
    display: flex;
	flex-direction: row;
}
.stend-right{
    width: 38%;
    display: flex;
    padding-left: 40px;
    border-left: 2px solid #fff;
    align-items: center;
    justify-content: center;
}
.stend-nav__title{
    display: block;
    font-size: 38px;
    color: #414141;
    line-height: 1.2; 
    font-weight: 500;
    margin-bottom: 15px;
}
.stend-nav__btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 19px;
    background-color: #D0043C;
    color: #fff;   
}
.stend-nav__desc{
    display: block;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}
.br{
    color: #414141;
}
.stend-left{
    width: 65%;
}
.stend-info__desc span{
    font-size:16px;
    font-weight: 400;
    padding-left: 11px;
}
.stend-left h2{
    margin-bottom: 74px;
}
.pb-l{
    padding-bottom: 100px;
}
.stend-item{
        width: 100%;
        margin-bottom: 50px;
    
}
.stend-info ul li img {
	width: 50px;
	height: auto
}


.stend-item h1,.stend-item h2,.stend-item h3,.stend-item h4,.stend-item h5,.stend-item h6{
    color: #D0043C;
    font-weight: 500;
    line-height: 1.3;
}
.stend-item ul{
    padding-left: 0;
    margin-top: 25px;
    list-style: none;
}
.stend-item li{
    font-size: 18px;
    font-weight: 400;
    padding-left: 30px;
    line-height: 1.3;
    position: relative;
}
.stend-item li:before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #D0043C;
    position: absolute;
    left: 0;
    top: 6px;
}
.stend-item li:not(:last-child){
    margin-bottom: 10px;
}

.stend-item h6{
    font-size: 21px;
}







.stend-items{
    display: flex;
    flex-wrap: wrap;
}
/* .stend-nav{
    max-width: 458px;
} */
.gold-how-nav{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.gold-videos{
    display: flex;
    align-items: center;
    gap: 2px;
}
.gold-video{
    flex:1;
    cursor: pointer;
}
.gold-video.active svg{
    display: none;
}
.p-rutube-player{
    width: 100%;
    height: 490px;
    object-fit: cover;
}
.gold-how-nav-pagination ul{
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 11px
}
.gold-how-nav-pagination  li.slick-active span{
    background-color: #101010;
}

.gold-map-wr{
    position: relative;
    
}
.gold-map-w__content{
    max-width: 364px;
}
.gold-map-w{
    position: absolute;
    padding: 38px 38px 38px 42px;
    left: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    height: 300px;
    display: flex;
    background-color: #D0043C;
    color:#fff;
    align-items: center;
}
.gold-video{
    position: relative;
}
.gold-video__content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gold-how .equipment__slider{
    padding-bottom: 0;
}
.gold-form .appointment-form__title{
    line-height: 1.2;
}
.gold-form .checkbox__text{
    font-size: 12px;
    padding-top: 0;
    color: #000!important;
}
.gold-form .appointment-form__des{
    margin-top: 75px;
}
.gold-form .appointment-form__col_check{
        
    width: calc(100% - 330px)!important;
}
.gold-form   .appointment-form__privacy{
    max-width: none;
}
.gold-form .appointment-form__btn{
    width: 321px;
    margin-top: 0!important;
}

.gold-form .appointment-form__des{
    padding-right: 0;
    max-width: 630px;
}

.gold-form   .appointment-form__right{
    margin-top: 0;
}

.gold-map__title{
    margin-bottom: 75px;
}
.gold-map-w__title{
    display: block;
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 500;
}
.gold-map-w__desc{
    font-size:23px;
    font-weight: 500;
    line-height: 1.3;
}
.gold-how-nav-pagination span{
    width: 21px;
    display: block;
    height: 2px;
    background-color: #CFCFCF;
}
#gold-map{
    width: 100%;
    height: 500px;
}
.gold-video__title{
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-top: 50px;
}
.gold-how-nav-pagination span.active{
    background-color: #101010;
}

.gold-how-nav__btn{
    width: 20px;
    height: 20px;
    position: relative;
    border:none;
    outline: none;
    display: flex;
    background-color: rgba(0,0,0,0);
    align-items: center;
    justify-content: center;
    padding: 0;
}
.gold-how-nav-arrows{
    width: 118px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.stend-left{
    padding-right: 40px;
}
.stend-nav-items{ 
    background-color: #414141;
    padding: 10px 20px;
    color: #fff;
    align-items: center;
    margin-bottom: 20px;
    gap:10px;
}
.stend-nav-item{
    font-size: 14px;
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
}
.stend-nav-item span{
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    margin-right: 4px;
}
.stend-nav-item:not(:last-child):after{
    content: '';
    width: 1px;
    height: 10px;
    background-color: #fff;
    margin-left: 8px;
    margin-right: 4px;
    display: block;
}
.stend-item{
    padding-right: 30px;
}
.stend-right{
    padding-top: 40px;
}
.gold-video__content{
    position: relative;
}
.white-section{
    background-color: #fff;
}
.stend-nav__desc > div{
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
.stend-nav__desc > div p {
    margin-bottom: 10px;
}
.stend-nav__desc > div > strong{
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}
.gold-video__content svg{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
@media (max-width:1740px) {
    .stend-nav-item{
        font-size: 12px;
    }
    .stend-left {
        width: 60%;
    }
    .stend-right {
        width: 40%;
    }
}
@media (max-width:1440px) {
    .stend-nav-item span{
        font-size: 18px;
    }
    .pt-l{
        padding-top: 50px;
    }
    .pb-l {
        padding-bottom: 50px;
    }
    .c-hero__left{
        padding-right: 30px;
    }
    .stend-left h2 {
        margin-bottom: 44px;
    }
    .c-hero__title{
        font-size: 30px;
        margin-bottom: 26px;
    }
    .c-hero{
        min-height: 500px;
    }
    .gold-reg__btn{
        padding: 41px 30px;
    }
    .gold-reg {
        margin-top: -114px;
        padding: 40px 40px;
        gap: 46px;
    }
    .p-rutube-player {
        width: 100%;
        height: 303px;
        object-fit: cover;
    }
    .gold-video__title{
        margin-top: 20px;
    }
    .gold-map-w{
        height: 250px;
    }
    .gold-map-w__desc{
        font-size: 18px;
    }
    .gold-map-w__title{
        font-size: 24px;
    }
    .gold-map-w{
        padding: 22px 20px 20px 20px;
        height: 149px;
        width: 260px;
    }
}

@media (max-width:1280px) {
    .stend-left {
        width: 100%;
    }
    .stend-right {
        width: 100%;
    }
    .stend-nav-item {
        font-size: 11px;
    }
    .stend-nav-item span {
        font-size: 16px;
    }
    .gold-form .appointment-form__btn {
        width: 165px;
        margin-top: 0 !important;
    }
    .gold-form .appointment-form__col_check {
        width: calc(100% - 165px) !important;
    }
    

    .stend-nav__title{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .stend-nav__desc{
        margin-bottom: 30px;
        font-size: 16px;
    }
    .stend-info__desc{
        font-size: 48px;
    }
    .gold-reg__title{
        font-size: 26px;
    }
    .gold-reg__btn {
        padding: 24px 23px;
    }
    .c-hero__right{
        padding-right: 0;
    }
    
    .c-hero__date {
        font-size: 37px;
    }
    .c-hero__loc{
        font-size: 16px;
    }
    .c-hero__desc{
        font-size: 18px;
    }
}
@media (max-width:990px) {
    .stend-nav-items{
        flex-wrap: wrap;
    }
    .stend-nav-item{
        width: 100%;
    }
    .stend-nav-item span {
        font-size: 24px;
    }
    .stend-nav-item {
        font-size: 19px;
    }
    .stend-nav-item:after{
        display: none!important;
    }
    .gold-form .appointment-form__col_check {
            width: 100% !important;
        
    }
    .gold-form .appointment-form__btn {
            width:100%;
            margin-top: 0 !important;
    }
    #gold-map{
        height: 400px;
    }
    .p-rutube-player {
        width: 100%;
        height: 460px;
        object-fit: cover;
    }
    .gold-map__title {
        margin-bottom: 35px;
    }
    .gold-videos{
        flex-wrap: wrap;
    }
    .gold-map-w{
        position: static;
        width: calc(100% - 40px);
        margin-bottom: 20px;
    }
    .gold-form  .appointment-form__des {
        margin-top: 0px;
    }
    .stend-content{
        flex-wrap: wrap;
    }
    .gold-video{
        flex: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .gold-reg{
        flex-wrap: wrap;
    }
    .gold-reg__left{
        width: 100%;
        flex: none;
    }
    .gold-reg__right{
        width: 100%;
    }
    .under-gold-reg {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .stend-left{
        width: 100%;
    }
    .stend-right{
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-start;
        border-left: none ;
        width: 100%;
        margin-bottom: 40px;
    }
}
@media (max-width:760px) {
    .gold-reg__btn{
        font-size: 16px;
    }
    .breadcrump a,.breadcrump span{
        font-size: 16px;
    }
    .gold-reg__title {
        font-size: 22px;
    }
    .stend-item  h6 {
            font-size: 19px;
    }
    .gold-reg__left {
        flex: none;
        width: 100%;
    }
    .breadcrump{
        margin-bottom: 10px;
    }
    .gold-reg{
        flex-wrap: wrap;
    }
    .p-rutube-player {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }
    .stend-info{
        flex-wrap: wrap;
    }
    .stend-info__item{
        width: 100%;
    }
    .stend-left h2 {
        margin-bottom: 24px;
    }
    .stend-info{
        margin-bottom: 30px;
    }
    .stend-item ul{
        margin-top: 10px;
    }
    .stend-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .gold-reg{
        padding: 20px;
        margin-top: 40px;
    }
    .c-hero__content{
        flex-wrap: wrap;
    }
    .c-hero__left{
        width: 100%;
    }

    .c-hero__desc p {
        margin-bottom: 8px;
    }
    .c-hero__right{
        margin-top: 40px;
    }
    .c-hero{
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width:500px) {
    .breadcrump a, .breadcrump span {
        font-size: 11px;
    }
    .stend-nav-item {
        font-size: 11px;
    }
    .stend-nav-item span {
        font-size: 15px;
    }
    .gold-video__title{
        margin-top: 10px;
        font-size: 20px;
    }
    .p-rutube-player {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
}
