.wrapper-registration{
	height: 60px
}
.regisration-link{
	padding: 20px 30px;
	color: white !important;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 15px;
	background: linear-gradient(to bottom, #dc4941 0%, #dd4b47 25%, #e1545c 50%, #e55c6f 75%, #e75f77 100%);
}
.phone-icon{
	padding: 12px;
	width: 100%;
	height: 100%;
}
.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
@media (max-width : 800px) {  
.whatsapp-button {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}
.new-program::before{
	content: "Новая";
	display: block;
	padding: 4px;
	margin-top: 10px;
	margin-left: 26px;
	width: 70px;
	color: white;
	font-weight: 100;
	border-radius: 5px;
	background: rgb(42, 177, 27);
}

.wrapper__video{
	display: flex;
    flex-wrap: wrap;
}

.wrapper__video__item{
	padding: 20px;
	border-radius: 10px;
	background: white;
	margin: 10px;
}

.wrapper__partner{
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
	grid-gap: 20px;
}

.partner__img{
	display: grid;
	align-items: center;
    JUSTIFY-CONTENT: center;
	background: white;
	padding: 20px;
	border-radius: 10px;
}

.partner__border{
	border: 1px solid #e5e5e5;
}

.partner__logo{
	max-width: 150px; 
	width: 100%;
}
.active-profile-content{
	display: block !important;
}

.d-person__more{
    align-items: baseline;
    justify-content: center;
    background: white;
}
.list__mark {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 40px;
	list-style: none;
	margin: 0px;
}
.list__mark__item {
	padding-left: 40px;
	background-image: url(/local/templates/.default/assets/img/checkmark--filled.svg);
	background-position: 0% 3px;
	background-size: 20px;
	vertical-align: top;
	background-repeat: no-repeat;
}
style.scss:3
.active-profile-content{
	display: block !important;
}
.content{
	display: none;
}
.tab-content{
	display: none;
}
.d-tabs-advantage .d-tabs-list li{
	width: fit-content;
	padding: 0 20px;
	border-bottom: 1px solid #ddd;
}
.active-content{
	display: block !important;
}
.list-profile{
	list-style: none;
	display: grid;
	grid-auto-flow: column;
	color: black;
	padding-left: 0px;
border-bottom: 1px solid gainsboro;
}
.active-tab{
	background-color: #ffedcf;
}
.button-tab{
	padding: 10px;
	cursor: pointer;
	border-left: 1px solid gainsboro;
	border-right: 1px solid gainsboro;
}
.button-tab>a{
color: black;
}
.tab-profile{
	padding: 10px;
	cursor: pointer;
	max-width: 300px;
	width: 100%;
	color:	black;
	text-align: center;
	border: 1px solid gainsboro;

}
.row-flex{
	display: flex;
	flex-flow: row wrap;
}