.modal_inst {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 110;
	width: calc(100vw - 80px);
	max-width: 980px;
}

.modal_inst .modal__slider .slick-next, 
.modal_inst .modal__slider .slick-prev {
	width: 40px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	background-size: 16px 23px;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.3s background;
	z-index: 5;
}

.modal_inst .modal__slider .slick-next:hover, 
.modal_inst .modal__slider .slick-prev:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.modal_inst .modal__slider .slick-next::before, 
.modal_inst .modal__slider .slick-prev::before {
	display: none;
}

.modal_inst .modal__slider .slick-prev {
	left: -40px;
	background-image: url(../img/icons/big_left_arrow.svg);
}

.modal_inst .modal__slider .slick-next {
	right: -40px;
	background-image: url(../img/icons/big_right_arrow.svg);
}

.modal_inst .modal__item {
	position: relative;
	display: flex !important;
	align-items: flex-start;
	justify-content: space-between;
	padding: 32px;
	background-color: #ffffff;
	height: 506px;	
}

.modal_inst .modal__item::after {
	content: "";
	position: absolute;
	right: 32px;
	bottom: 32px;
	width: calc(50% - 52px);
	height: 40px;
	background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.modal_inst .modal-close {
	position: absolute;
	right: 30px;
	top: 21px;
	width: 12px;
	cursor: pointer;
	z-index: 5;
}

.modal_inst .modal-imgs,
.modal_inst .modal-info {
	width: calc((100% - 40px) / 2);
}

.modal_inst .modal-imgs.slick-slider {
	margin: 0;
}

.modal_inst .modal-imgs .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 10px;
}

.modal_inst .modal-imgs .slick-dots li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 4.5px;
	background-color: #ffffff;
	opacity: 0.4;
	transition: 0.3s opacity;
}

.modal_inst .modal-imgs .slick-dots li.slick-active {
	opacity: 1;
}

.modal_inst .modal-imgs .slick-dots li button {
	display: none;
}

.modal_inst .modal-imgs .slick-next, 
.modal_inst .modal-imgs .slick-prev {
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.6);
	background-size: 8px 12px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	transition: 0.3s background;
	z-index: 5;
}

.modal_inst .modal-imgs .slick-next:hover, 
.modal_inst .modal-imgs .slick-prev:hover {
	background-color: rgba(255, 255, 255, 1);
}

.modal_inst .modal-imgs .slick-next::before, 
.modal_inst .modal-imgs .slick-prev::before {
	display: none;
}

.modal_inst .modal-imgs .slick-next {
	right: 3px;
	background-image: url(../img/icons/mini_right_arrow.svg);
}

.modal_inst .modal-imgs .slick-prev {
	left: 3px;
	background-image: url(../img/icons/mini_left_arrow.svg);
}

.modal_inst .modal-imgs__item {
	height: 445px;
	background-size: cover;
	background-position: center;
}

.modal_inst .modal-info {
	position: relative;
	height: 100%;
	padding-bottom: 50px;
}

.modal_inst .modal-info .simplebar-track.simplebar-vertical {
	right: -32px;
	top: -32px;
	height: calc(100% + 64px);
	width: 6px;
	background-color: #e5e5e5;
}

.modal_inst .modal-info .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	width: 100%;
	left: 0;
	right: 0;
	background-color: #a0a0a0;
	border-radius: 0;
	opacity: 1;
}

.modal_inst .modal-info__author {
	display: flex;
	align-items: center;
	font-family: OpenSans-SemiBold;
	font-size: 14px;
	line-height: 1.5;
	color: #424242;
	margin-bottom: 25px;
}

.modal_inst .modal-info__author img {
	width: 40px;
	margin-right: 7px;
}

.modal_inst .modal-info__product {
	display: flex;
	align-items: flex-start;
	margin-bottom: 35px;
}

.modal_inst .modal-info__product img {
	width: 75px;
	margin-right: 18px;
}

.modal_inst .modal-info__product .btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 65px;
	font-family: Opiumnewc;
	font-size: 24px;
	line-height: 32px;
	color: #235d37;
	border: 1px solid #3b6640;
	transition: all 0.3s ease 0s;
}

.modal_inst .modal-info__product .btn::before {
	content: '';
    display: block;
    position: absolute;
    z-index: 0;
    opacity: 0.3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #38ab5f;
    transform: translate(10px, 10px);
    transition: all 0.3s ease 0s;
}

.modal_inst .modal-info__product .btn:hover {
	box-shadow: 12px 12px 5px 0px rgb(163 163 163 / 10%), 14px 15px 5px 0px rgb(163 163 163 / 10%), 7px 5px 5px 0px rgb(163 163 163 / 10%), 16px 17px 5px 0px rgb(163 163 163 / 10%), 18px 19px 5px 0px rgb(163 163 163 / 10%);
}

.modal_inst .modal-info__product .btn:hover::before {
	transform: translate(15px, 15px);
}

.modal_inst .modal-info__desc {
	font-family: OpenSans-Regular;
	font-size: 14px;
	line-height: 1.5;
	color: #515050;
	margin-bottom: 25px;
}

.modal_inst .modal-info__hash {
	font-family: OpenSans-Regular;
	font-size: 14px;
	line-height: 1.5;
	color: #337ab7;
}
.modal-info__hash > a{
	font-family: OpenSans-Regular;
	font-size: 14px;
	line-height: 1.5;
	color: #337ab7;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.modal_inst .modal__item {
		flex-direction: column;
		justify-content: flex-start;
		overflow: auto;
	}
	.modal_inst .modal__item::after {
		display: none;
	}
	.modal_inst .modal-imgs, 
	.modal_inst .modal-info {
		width: 100%;
	}
	.modal_inst .modal-imgs.slick-slider {
		max-width: 300px;
		margin: 0 auto 30px;
	}
	.modal_inst .modal-imgs__item {
		height: 250px;
	}
	.modal_inst .modal-info {
		height: auto;
	}
}

@media screen and (max-width: 475px) {
	.modal_inst {
		width: 100vw;
	}
	.modal_inst .modal__item {
		height: 100vh;
		padding: 30px;
	}
	.modal_inst .modal__slider .slick-next, 
	.modal_inst .modal__slider .slick-prev {
		width: 30px;
		height: 30px;
	}
	.modal_inst .modal__slider .slick-next {
		right: 0;
	}
	.modal_inst .modal__slider .slick-prev {
		left: 0;
	}
	.modal_inst .modal-close {
		right: 15px;
		top: 15px;
		width: 16px;
	}
	.modal_inst .modal-imgs.slick-slider {
		max-width: 100%;
	}
	.modal_inst .modal-imgs__item {
		height: 200px;
	}
}