

/* Start:/local/templates/kemgik/components/bitrix/news/struct_creative_teams/bitrix/news.detail/.default/style.css?17538923333708*/
SECTION.slider .container {
	max-width: 80%;
}

.sp-gallery-items{
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.sp-gallery-item img{
	height:100%;
}

.swiper {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
      }

      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        height: 300px;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
		border-radius: 5px;
      }


.gallerySwiper .swiper-button-next {
	width: 38px;
    height: 38px;
    transform: rotate(315deg);
    transition: 1s;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(225deg, #097DC0 50%, #FFBA00 50%);
    border-image-slice: 1;
    border-right: 3px solid transparent;
	margin: 0;
    top: 40%;
}

.gallerySwiper .swiper-button-next:hover {
	width: 38px;
    height: 38px;
    transform: rotate(315deg);
    transition: 1s;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(45deg, #097DC0 50%, #FFBA00 50%);
    border-image-slice: 1;
    border-right: 3px solid transparent;
	margin: 0;
    top: 40%;
}

.gallerySwiper .swiper-button-next::after {
  display: none;
}

.gallerySwiper .swiper-button-prev {
	width: 38px;
    height: 38px;
    transform: rotate(135deg);
    transition: 1s;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(225deg, #097DC0 50%, #FFBA00 50%);
    border-image-slice: 1;
    border-right: 3px solid transparent;
	margin: 0;
    top: 40%;
}

.gallerySwiper .swiper-button-prev:hover {
	width: 38px;
    height: 38px;
    transform: rotate(135deg);
    transition: 1s;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(45deg, #097DC0 50%, #FFBA00 50%);
    border-image-slice: 1;
    border-right: 3px solid transparent;
	margin: 0;
    top: 40%;
}

.gallerySwiper .swiper-button-prev::after {
  display: none;
}

.swiper-wrapper {
	align-items: center;
}

.social {
  border: 1px solid;
    border-image-source: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
    padding: 15px 20px;
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.social h5 {
  font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #000000;
    margin-right: 10px;
}

.social span {
  font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    background: linear-gradient(270deg, #0a7bbd33 1.03%, #ffba0033 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s;
    margin-right: 7px;
}

.social a.social_active, .social a.social_active:link {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    background: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s;
    margin-right: 7px;
}

.social a:hover, .social a:link:hover, .social a:visited, .social a:focus {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    background: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s;
}

@media screen and (max-width: 767px) {
.social {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}
}
/* End */
/* /local/templates/kemgik/components/bitrix/news/struct_creative_teams/bitrix/news.detail/.default/style.css?17538923333708 */
