@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.prolink_gallery_type1_row {
  overflow: hidden;
  padding: 0 0 30px 0;
  white-space: nowrap;
  position: relative;
  margin-top: 30px;
}

.prolink_gallery_type1_row:before,
.prolink_gallery_type1_row:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.prolink_gallery_type1_row:before {
  left: 0;
}

.prolink_gallery_type1_row:after {
  right: 0;
}

.prolink_gallery_type1_row:hover .prolink_gallery_type1_img_box {
  /**animation-play-state: paused; */
}

.prolink_gallery_type1_img_box {
  display: inline-block;
  animation: 30s slide infinite linear;
}

.prolink_gallery_type1_img_box img {
  height: 380px;
  width: 270px;
  margin: 0 10px;
  object-fit: cover;
}

.prolink_inst_row {
	display: flex;
	align-items: center;
	justify-content: center;
}
.prolink_inst_logo {
	margin-right: 10px;
}
.prolink_inst_name {
	font-weight: 700;
	font-size: 19px;
	color: #202020;
}
.prolink_title_back {
	margin-top: 20px;
}
.prolink_title_back {
	text-align: center;
	display: flex;
	justify-content: center;	
	margin-bottom: 7px;
}
.prolink_title_back_center {
	font-size: 33px;
	font-weight: 700;
	padding: 5px 7px;
	border-radius: 5px;
}
.prolink_title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 25px;	
}
.prolink_desc {
	line-height: 1.8;
	color: #131313;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 30px;
}
.prolink_call_title {
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	color: #131313;
	margin-bottom: 25px;
}
.prolink_call_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolink_call_container {
	display: flex !important;
	width: 48%;
	justify-content: center;
	align-items: center;
	height: 76px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.prolink_call_link {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.prolink_call_tg_color {
	background-color: #039BE5;
}
.prolink_call_viber_color {
	background-color: #665CAC;
}
.prolink_call_wa_color {
	background-color: #42CF0E;
}
.prolink_call_direct_color {
	background-color: #EB1C81;
}
.prolink_call_box_title {
	margin-left: 15px;
	color: #fff;
	line-height: 1.2;
	font-size: 17px;
}
.prolink_call_img_box {
	width: 30px;
}
.prolink_call_desc {
	text-align: center;
	line-height: 1.4;
	font-weight: 400;
	color: #131313;
	font-size: 18px;
	margin-bottom: 30px;
}
.prolink_underline {
	font-weight: 700;
	text-decoration: underline;
}
.prolink_btn {
	border: 0;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    padding: 17px 50px;
    transition: .3s;	
    width: 100%;
}
.prolink_btn_box {
	margin-bottom: 33px;
}
.prolink_phone_row {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.prolink_phone_link {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.prolink_phone {
	margin-left: 15px;
	font-weight: 700;
	color: #202020;
	font-size: 20px;
}
.prolink_location_box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 60px;
}
.prolink_location_text {
	margin-left: 15px;
	font-weight: 700;
	color: #202020;
	font-size: 18px;
	line-height: 1.3;
}
.prolink_location_icon, .prolink_phone_img {
	width: 40px;
}
.prolink_back {
	background-image: url(../../assets/img/proback.png);
	background-repeat: repeat;
}

@media screen and (max-width: 390px) {}
@media screen and (max-width: 375px) {}


