.wrapper__sertificate{overflow:hidden}
.sertificate__description{text-align:center; background: #F2F2F2;border-radius: 20px;padding: 25px 20px;font-size: 20px;line-height: 26px;margin-top:30px}
.sertificate__slider{position:relative}
.sertificate__slider .sertificate__arrow-next, .sertificate__slider .sertificate__arrow-prev{ transition:all 0.3s linear 0s; position:absolute; top:50%; transform:translateY(-50%); width:40px; height:40px; border:1px solid #FFDB45; z-index:2; border-radius:100%;}
.sertificate__slider .sertificate__arrow-next svg path, .sertificate__slider .sertificate__arrow-prev svg path{transition:all 0.3s linear 0s}
.sertificate__slider .sertificate__arrow-next:hover, .sertificate__slider .sertificate__arrow-prev:hover{background:#FFDB45}
.sertificate__slider .sertificate__arrow-next:hover svg path, .sertificate__slider .sertificate__arrow-prev:hover svg path{fill:#fff}
.sertificate__slider .sertificate__arrow-next{right:-60px}
.sertificate__slider .sertificate__arrow-prev{left:-60px}
.photo-sertificate{border-radius:20px; overflow:hidden; display:block; position:relative; margin-top:1px; margin-bottom:1px}
.photo-sertificate::after{border-radius:20px; border:1px solid transparent; transition:all 0.3s linear 0s; content:""; position:absolute; left:0; right:0; bottom:0; top:0; }
.photo-sertificate:hover::after{border-color:#FFDB45}
@media(max-width:1320px) and (min-width:1230px){
	.sertificate__slider .sertificate__arrow-next, .sertificate__slider .sertificate__arrow-prev{display:none !important}
}
@media(max-width:1075px) and (min-width:992px){
	.sertificate__slider .sertificate__arrow-next, .sertificate__slider .sertificate__arrow-prev{display:none !important}
}
@media(max-width:840px) and (min-width:768px){
	.sertificate__slider .sertificate__arrow-next, .sertificate__slider .sertificate__arrow-prev{display:none !important}
}
@media(max-width:650px) and (min-width:576px){
	.sertificate__slider .sertificate__arrow-next, .sertificate__slider .sertificate__arrow-prev{display:none !important}
}
@media(max-width:991px){
	.sertificate__description {padding: 20px;font-size: 18px;line-height: 24px;margin-top: 20px}
}
@media(max-width:767px){
	.sertificate__description {font-size: 16px;line-height: 22px;margin-top: 15px;padding: 15px}
}
@media(max-width:575px){
	.sertificate__slider-js{overflow: visible;}
	.photo-sertificate{width:31.6vw}
	.sertificate__description{font-size: 14px; background:none; margin:0 0 20px; padding:0; line-height: 18px;}
	.sertificate__description .widget__button{padding-top:20px}
	.wrapper__sertificate .widget__headind{padding:0 0 20px}
	.wrapper__sertificate .widget__headind .widget__title{width:100%; padding:0; text-align:center}
	.wrapper__sertificate .widget__headind .widget__button{display:none}
	.photo-sertificate img, .photo-sertificate::after{border-radius:10px}
}