

/* Start:/local/templates/template.shutterstock/css/libs/owl.carousel.css?16212499656853*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-dots {
	
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel button.owl-dot {
	position: relative;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 20px 0 0;
	border-radius: 50%;
	background-color: #fff;
}
.owl-carousel button.owl-dot::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 0;
    transition: all 0.6s;
}
.owl-carousel button.owl-dot.active {
    background-color: #00badb;
}
.owl-carousel button.owl-dot.active::before {
    width: 30px;
    height: 30px;
    border-color: #fff;
    margin: -12px 0 0 -12px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    color: inherit;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 10px;
    padding: 0 !important;
    font: inherit;
    width: 70px;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.owl-carousel .owl-nav button.owl-prev {
    right: calc(100% + 20px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.owl-carousel .owl-nav button.owl-next {
    left: calc(100% + 20px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: rgba(255, 255, 255, 0.9);
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    position: relative;
    display: block;
    font-size: 0;
    width: 13px;
    height: 13px;
    margin: 0 auto;
    border-bottom: 3px solid;
    border-right: 3px solid;
}
.owl-carousel .owl-nav button.owl-prev span {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    left: 2px;
}
.owl-carousel .owl-nav button.owl-next span {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: -2px;
}
.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0;
    pointer-events: none;
}
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*
*  Owl Carousel - Auto Height Plugin
*/
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
*  Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item {
/**
  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  calculation of the height of the owl-item that breaks page layouts
  */;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

/*
*  Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("/local/templates/template.shutterstock/css/libs/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

@media (max-width: 1550px) {
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
	    width: 30px;
	}
}
/* End */


/* Start:/local/templates/template.shutterstock/css/libs/owl.theme.default.css?16212499651454*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  position: absolute;
  display: block;
  top: 100px;
  left: 50%;
  margin-left: -600px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* End */


/* Start:/local/templates/template.shutterstock/css/libs/jquery.custom-scroll.css?16212499651133*/
.custom-scroll_container {
	overflow: hidden !important;
	position: relative;
}

.custom-scroll_inner {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	*position: absolute; /* ie7 fix */
	*left: 0;
	*right: 0;
}
.custom-scroll_inner::-webkit-scrollbar { width: 0; height: 0; }
.custom-scroll_inner{ -ms-overflow-style: none; }


.custom-scroll_bar-y,
.custom-scroll_bar-x {
	cursor: default;
	position: absolute;
	border-radius: 1px;
	z-index: 1;
	background: #993399;
	opacity: 1;

	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	     -o-user-select: none;
	        user-select: none;

	transition: opacity .2s;
}
.custom-scroll_bar-y {
	top: 0;
	right: 1px;
	width: 8px;
}
.custom-scroll_bar-x {
	left: 0;
	bottom: 0;
	height: 4px;
}

/*.custom-scroll_bar-y:hover,
.custom-scroll_bar-x:hover {
	opacity: .7;
}
.custom-scroll_bar-y:active,
.custom-scroll_bar-x:active {
	opacity: 1;
}*/

.custom-scroll_hidden-y > .custom-scroll_bar-y,
.custom-scroll_hidden-x > .custom-scroll_bar-x {
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s, visibility step-end .3s;
}

/* End */


/* Start:/local/templates/template.shutterstock/css/libs/aos.css?174964502326053*/
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
/* End */


/* Start:/local/templates/template.shutterstock/css/global/font.css?17496450237844*/
/* font.css
 * глобальные стили шрифта на всем сайте
 *
 */


@font-face {
    font-family: 'Helvetica Neue';
    src: /*local('HelveticaNeueCyr Bold'),*/ url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-bold.woff2') format('woff2'),
    url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-bold.woff') format('woff'),
    url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-bold.ttf') format('truetype'),
    url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-bold.svg#helvetica-neue-bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: /*local('HelveticaNeueCyr Bold'),*/ url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-medium.woff2') format('woff2'),
    url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: /*local('HelveticaNeueCyr Bold'),*/ url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-roman.woff2') format('woff2'),
    url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-roman.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
	font-family: 'Helvetica Neue';
	src:
		 url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-Italic.woff2') format('woff2'),
		 url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
} */

@font-face {
    font-family: 'Helvetica Neue';
    src: /*local('HelveticaNeueCyr Light'),*/ url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-light.woff2') format('woff2'),
    url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-light.woff') format('woff'),
    url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-light.ttf') format('truetype'),
    url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-light.svg#helvetica-neue-light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: /*local('HelveticaNeueCyr Thin'),*/ url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-thin.woff2') format('woff2'),
    url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-thin.woff') format('woff'),
    url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-thin.ttf') format('truetype'),
    url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-thin.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/template.main/css/global/../../fonts/helvetica-neue/1/helvetica-neue-thin.svg#helvetica-neue-thin') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


/* PT Root UI */
@font-face {
	font-family: "PTRootUI";
	src:
		local("PTRootUI"),
		url("/local/templates/template.shutterstock/css/global/../../fonts/PTRootUI/PT-Root-UI_Regular.woff2") format("woff2"),
		url("/local/templates/template.shutterstock/css/global/../../fonts/PTRootUI/PT-Root-UI_Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "PTRootUI";
	src:
		local("PTRootUI"),
		url("/local/templates/template.shutterstock/css/global/../../fonts/PTRootUI/PT-Root-UI_Medium.woff2") format("woff2"),
		url("/local/templates/template.shutterstock/css/global/../../fonts/PTRootUI/PT-Root-UI_Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "PTRootUI";
	src:
		local("PTRootUI"),
		url("/local/templates/template.shutterstock/css/global/../../fonts/PTRootUI/PT-Root-UI_Bold.woff2") format("woff2"),
		url("/local/templates/template.shutterstock/css/global/../../fonts/PTRootUI/PT-Root-UI_bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* SF Pro display */
@font-face {
    font-family: "SF Pro display";
    src: 
        url("/local/templates/template.shutterstock/css/global/../../fonts/sf-pro-display/SFProDisplay-Bold.woff2") format("woff2"),
        url("/local/templates/template.shutterstock/css/global/../../fonts/sf-pro-display/SFProDisplay-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

/* SF UI display */
@font-face {
    font-family: "SF UI display";
    src: 
        url("/local/templates/template.shutterstock/css/global/../../fonts/sf-ui-display/sfuidisplaylight.woff2") format("woff2"),
        url("/local/templates/template.shutterstock/css/global/../../fonts/sf-ui-display/sfuidisplaylight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

/* SF UI display */
@font-face {
    font-family: "SF UI display";
    src: 
        url("/local/templates/template.shutterstock/css/global/../../fonts/sf-ui-display/sfuidisplaylight.woff2") format("woff2"),
        url("/local/templates/template.shutterstock/css/global/../../fonts/sf-ui-display/sfuidisplaylight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src:
		local("Roboto"),
		url("/local/templates/template.shutterstock/css/global/../../fonts/roboto/Roboto-Regular.woff2") format("woff2"),
		url("/local/templates/template.shutterstock/css/global/../../fonts/roboto/Roboto-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

body {
	font: 400 17px/25px 'PT Root UI', sans-serif;
}

a, a:visited { 
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
}

a:hover {
	color: #993399;
	text-decoration: none;
}
a:active {
    color: #802680;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .b-main-title, .b-title {
	font-family: 'SF Pro display', sans-serif;
	margin: 0.68em 0 0.34em;
	font-weight: 700;
    color: #000;
}

h1 {
	font-size: 50px;
    line-height: 65px;
}

h2 {
	font-size: 40px;
    line-height: 55px;
}

h3 {
	font-size: 30px;
    line-height: 40px;
}

h4 {
	font-size: 22px;
    line-height: 30px;
}

h5, h6 {
	font-size: 17px;
    line-height: 25px;
}

.b-main-title {
	font-size: 50px;
        line-height: 65px;
}

.b-title {
	font-size: 50px;
    line-height: 65px;
}

.b-main-title b,
.b-main-title strong,
.b-title b,
.b-title strong {
	font-weight: inherit;
}

.b-accent-color {
	color: #b23674;
}

p {
	margin: 0.8em 0;
	padding: 0;
}

ul, ol {
    padding: 0;
    margin: 0.6em 0;
    list-style: none;
}

li {
    position: relative;
    padding-left: 20px;
    margin: 0.6em 0;
}

li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}

@media (max-width: 991px) {
    body {
        font-size: 15px;
        line-height: 20px;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    h2 {
        font-size: 25px;
        line-height: 35px;
    }

    h3 {
        font-size: 20px;
        line-height: 30px;
    }

    h4 {
        font-size: 17px;
        line-height: 25px;
    }

    h5, h6 {
        font-size: 15px;
        line-height: 25px;
    }

    .b-main-title {
        font-size: 30px;
        line-height: 40px;
    }

    .b-title {
        font-size: 30px;
        line-height: 40px;
    }
}
/* End */


/* Start:/local/templates/template.shutterstock/css/global/global.css?17629254067262*/
﻿/* global.css
 * глобальные стили
 *
 */
html, body { 
	height: 100%;
	width: 100%;
	margin: 0; 
	padding: 0;
	border: none;
	background-color: #fff;
	color: #000;
}

* {
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

figure {
	margin: 0;
}

table, td, th { 
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}

img { 
	max-width: 100%;
	height: auto;
	border: none; 
}

input[type="text"], input[type="email"], input[type="tel"] {
    display: block;
    width: 100%;
    font-family: PT Root UI;
    font-size: 17px;
    line-height: 25px;
    min-height: 50px;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    padding: 12px 17px 11px;
}

.g-clean {
	clear: both;
	font-size:0;
  	overflow: hidden;
}

.g-clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.g-nobr {
	white-space: nowrap;
}

.g-menu ul, .g-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.g-menu li::before {
	content: none;
}

.g-half-link {
	cursor: pointer;
	text-decoration: none !important;
	color: inherit;
	border-bottom-color: inherit;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.g-img-left {
    float: left;
    margin: 0 20px 0 0;
}

.g-img-right {
    float: right;
    margin: 0 0 0 20px;
}

/*.g-ico {
	position: relative;
	background-image: url('/local/templates/template.shutterstock/css/global/../../img/ico-map.png');
	background-repeat: no-repeat;
}*/
.g-ico:before {
	content: "";
	background-image: url('/local/templates/template.shutterstock/css/global/../../img/ico_map.svg') no-repeat;
}
.g-ico-shevron:before {
	width: 11px;
	height: 7px;
	left: unset;
	right: 16px;
	margin-top: -3px;
	background-image: url('/local/templates/template.shutterstock/css/global/../../img/g-ico-shevron.png');
}
select.g-ico {
	background: url('/local/templates/template.shutterstock/css/global/../../img/ico_map.png') no-repeat;
}
	select.g-ico:before {
		content: '';
	}
select.g-ico-shevron-small {
	background-image: url('/local/templates/template.shutterstock/css/global/../../img/g-ico-shevron-small.png');
	background-position: right 10px center;
}
.g-button, input[name="BuyButton"] {
	display: inline-block;
	margin: 0;
	padding: 12px 30px 13px 29px;
	font: 700 15px/25px 'PT Root UI', sans-serif;
	color: #fff;
	letter-spacing: 0.03em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #993399;
	border: none;
	border-radius: 3px;
	color: #fff !important;
	cursor: pointer;
	transition: all 0.3s;
}
.g-button--small {
	padding: 7px 20px 8px 19px;
}
.g-button:hover, input[name="BuyButton"]:hover {
	background: #BF39BF;
}
.g-button:active, input[name="BuyButton"]:active {
	background: #802680;
}

.g-button--transparent,
.g-button--transparent:visited {
    background: rgba(0, 0, 0, 0);
}
.g-button--transparent:hover {
    background: rgba(0, 0, 0, 0.3);
}

.g-button--white,
.g-button--white:visited {
	color: #000 !important;
    background: rgba(255, 255, 255, 1);
}
.g-button--white:hover {
	color: #000 !important;
    background: rgba(255, 255, 255, 0.8);
}
.g-button--white:active {
	color: #000 !important;
    background: rgba(255, 255, 255, 0.5);
}

.g-button--disabled {
	opacity: .75;
	cursor: default;
}
.g-button--disabled:hover, input[name="BuyButton"].g-button--disabled:hover {
	background: #b23674;
}

.g-button-ghost {
	background-color: transparent;
	border-color: #fff;
}
.g-button-ghost:hover {
	background-color: #cc1f75;
	border-color: #cc1f75;
}

.g-button-ghost.-disabled:hover {
	background-color: transparent;
	border-color: #fff;
}

.g-checkbox {}
	.g-checkbox > input[type="checkbox"] {
		position: absolute;
		opacity: 0;
	}
	.g-checkbox > span {
		position: relative;
	}
		.g-checkbox > span:before {
			content: '';
			display: inline-block;
			width: 16px;
			height: 16px;
			margin-right: .5em;
			margin-top: -3px;
			background-color: #fff;
			border: 1px solid transparent;
			transition: border-color ease-out .15s;
			vertical-align: middle;
		}
		/*.g-checkbox:hover > span:before {
		    border-color: #b33674;
		}*/
		.g-checkbox > span:after {
		    border: solid #b33674;
		    border-width: 0 0 3px 3px;
		    margin-top: -3px;
		    left: 3px;
		    transform: rotate(-45deg);
		    width: 11px;
		    height: 6px;
			display: inline-block;
			position: absolute;
			top: 50%;
			margin-top: -3px;

		}
		.g-checkbox input:checked + span:after {
			content: '';
		}

.g-select,
select.g-control {
	padding-left: 6px;
	padding-right: 15px;
	background: url('/local/templates/template.shutterstock/css/global/../../img/g-ico-shevron-small.png') right 50% no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 300 14px/1.5 'Helvetica Neue', 'Arial', sans-serif;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    color: #fff;
    text-align: center;
}
	.g-select option,
	select.g-control option {
		background-color: #41454d;
		color: #fff;
	}
    .g-select select::-ms-expand,
    select.g-control select::-ms-expand {
      display: none;
    }

.g-white,
.g-white:visited {
    color: #fff;
}
.g-hidden {
	display: none;
}


a:hover {
	color: #993399;
	text-decoration: none;
}
a:active {
    color: #802680;
    text-decoration: none;
}
/* Стилизация ajax лоадера */
body > div[id^="wait_"] {
	position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    border: none !important;
    overflow: hidden !important;
    background: #000 url('/local/templates/template.shutterstock/css/global/../../img/loading.gif') no-repeat 50% 50% !important;
    background-repeat: no-repeat !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 10px !important;
    background-position: center !important;
    width: 80px !important;
    height: 80px !important;
    margin-left: -40px !important;
    margin-top: -40px !important;
    font-size: 0 !important;
    text-indent: -9000px !important;
    opacity: .8 !important;
}

.g-ico-li::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	top: -1px;
	left: -16px;
	background-color: transparent;
	background-image: url('/local/templates/template.shutterstock/css/global/../../img/icon-li.svg');
}
.g-ico-li--plus::before {
    background-position: 0 0;
}

.g-ico-li--minus::before {
    background-position: 0 -25px;
}
.g-ico-li--plus.g-white::before {
    background-position: 0 -50px;
}

.g-ico-li--minus.g-white::before {
    background-position: 0 -75px;
}

@media (min-width: 1221px) {
	.g-hidden-lg {
		display: none;
	}
}

@media (max-width: 1220px) {
	.g-fixed {
		overflow: hidden;
	}
}

@media (min-width: 992px) {
	.g-hidden-desktop {
		display: none;
	}
}


@media (max-width: 991px) {
	.g-ico-li {
	    padding-left: 30px;
	}
	.g-ico-li::before {
	    left: -5px;
	    top: -2px;
	}

	.g-button, input[name="BuyButton"] {
		font-size: 13px;
		line-height: 20px;
		padding: 15px 30px 15px 29px;
	}
	
	.g-button--small {
	    padding: 10px 20px 10px 19px;
	}

	.g-hidden-desktop {

	}
}
/* End */


/* Start:/local/templates/template.shutterstock/css/layout/holster.css?16775781181541*/
/* holster.css
 * стили основных блоков сайта, его сетки
 *
 */

.l-page {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	min-width: 320px;
	min-height: 100%;
	min-height: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

	.l-page-holder {
		width: 100%;
		height: 100%;
		padding: 0 0 0;
	}

		.l-wrapper {
			width: 100%;
			max-width: 1520px;
			margin: 0 auto;
			padding-right: 50px;
			padding-left: 50px;
		}
			.l-header {
				/* position: absolute;
				top: 40px;
				left: 0; */
				width: 100%;
				z-index: 1;
			}
			.l-page-content {
				
			}

				.l-main-visual {
					
				}
				.l-content {
					
				}

	.l-footer {
		position: relative;
		bottom: 0; 
		left: 0;
		width: 100%;
	}

		.l-footer__top {
			padding: 80px 0 69px;
		}


		.l-footer__bottom {
			padding: 25px 0;
			font-size: 15px;
		    line-height: 20px;
			background-color: #f2f2f2;
		}

@media (max-width: 991px) {
	.l-wrapper {
		max-width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.l-header {
	    top: 15px;
	}
	.l-footer__top {
		padding: 60px 0;
	}
	.l-footer__bottom {
	    font-size: 13px;
	    line-height: 20px;
	    padding: 15px 0;
	}
}
/* End */


/* Start:/local/templates/template.shutterstock/css/layout/blocks.css?176292540654720*/
/* blocks.csss
 * Стили блоков сайта, основной рабочий файл
 *
 */

/*
1. HEADER
2. MAIN
2.1 MAIN BANNER
2.2 MAIN LICENSE TABS
2.3 MAIN LICENSE CONTENT
2.3.1 MAIN LICENSE FORM

2.4 MAIN PREMIER BLOCK
2.5 MAIN REQUEST BLOCK
2.6 MAIN COMPARE BLOCK
2.7 MAIN POPULAR BLOCK
2.8 MAIN OUR CLIENTS BLOCK
2.9 MAIN CONTACTS BLOCK

3. FOOTER
*/


/* 1. HEADER */

/* 1.25 dpr */
body {
	background-color: #41454D;
}

@media
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi){
    .b-license-content__holder {
		background-color: #3a404a !important;
	}
}

/* 1.3 dpr */
@media
(-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi){
    .b-license-content__holder {
		background-color: #3a404a !important;
	}
}

/* 1.5 dpr */
@media
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi){
    .b-license-content__holder {
		background-color: #3a404a !important;
	}
}

/*2.0 dpr */
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi){
    .b-license-content__holder {
		background-color: #3a404a !important;
	}
}


.b-header {}

.b-header .l-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-header-logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 32px 0 0;
}

.b-header-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

/* .b-header-navigation {
			position: relative;
		    margin: 0 0 0 0;
		}
			.b-header-navigation ul {
			    display: -webkit-box;
			    display: -ms-flexbox;
			    display: flex;
			    margin: 0;
			    padding: 0;
			} */

.b-header-btn,
.b-header-btn:visited {
	margin: -12px 0 0 auto;
}

.b-header-menu-btn {
	position: relative;
	margin-left: auto;
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: none;
	padding: 9px 0;
	cursor: pointer;
}

.b-header-menu-btn span {
	position: relative;
	display: block;
	width: 28px;
	height: 3px;
	background: #fff;
}

@media (max-width: 1220px) {
	.b-header-holder {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		flex-flow: column nowrap;
		align-items: center;
		text-align: center;
		padding: 28px;
		background-color: #fff;
		z-index: 700;
		overflow: auto;
	}

	.b-header-holder.show {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.b-header-close-btn {
		display: block;
		width: 50px;
		height: 50px;
	}

	.b-header-close-btn {
		position: absolute;
		top: 78px;
		right: 23px;
		width: 35px;
		height: 35px;
		overflow: hidden;
		cursor: pointer;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.b-header-close-btn::before,
	.b-header-close-btn::after {
		content: "";
		position: absolute;
		top: 0;
		left: 13px;
		display: block;
		width: 3px;
		height: 100%;
		background-color: #000;
	}

	.b-header-close-btn::after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	/* .b-header-navigation {
			position: relative;
			margin: 107px 0 41px 0;
		}	
			.b-header-navigation ul {
			    -webkit-box-orient: vertical;
			    -webkit-box-direction: normal;
			    -ms-flex-flow: column wrap;
			    flex-flow: column wrap;
			}
				.b-header-navigation li:not(:last-child) {
				    margin-bottom: 10px;
				}
					.b-header-navigation a {
					    color: inherit !important;
					} */
	.b-mobile-menu__contacts {
		font-size: 14px;
		line-height: 18px;
		/*margin-top: auto;*/
		margin-top: 0;
	}

	.b-mobile-menu__title {
		text-transform: uppercase;
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 7px;
	}

	.b-mobile-menu__contacts-holder {
		font-family: SF Pro Display;
		font-style: normal;
		font-weight: bold;
		font-size: 17px;
		line-height: 25px;
	}

	.b-mobile-menu__contacts-holder:first-of-type {
		margin-bottom: 30px;
	}

	.b-mobile-menu__contacts-holder a {
		display: block;
		margin-bottom: 10px;
	}




	.b-header-btn,
	.b-header-btn:visited {
		display: block;
		width: 100%;
		max-width: 240px;
		margin: 0 0 20px;
	}

	.b-header-menu-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/* 2. MAIN */

.l-page-content {
	position: relative;
	overflow-y: hidden;
	background: #41454D;
}

.l-page-notification {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	/* background-color: rgba(255, 255, 255, 0.85); */
	background: #343840;
	backdrop-filter: blur(5px);
	transition: transform 0.3s ease-in-out;
}

.l-page-notification__holder {
	padding: 16px 20px;
	max-width: 1330px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}

.l-notification__text {
	margin: 0 auto 0 0;
	max-width: 760px;
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%; /* 21.25px */
}

.l-page-notification .g-button {
	color: #FFF !important;
	font: 500 12px/1 'PTRootUI', 'Helvetica Neue', 'Arial', sans-serif;
	background-color: transparent;
	white-space: nowrap;
	display: flex;
	width: 166px;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 166px;
	border-radius: 4px;
	border: 1px solid var(--Label-White, #FFF);
	
}

.l-page-notification .g-button:hover {
	color: #000 !important;
	background-color: #FFF;
}

.l-notification__close {
	cursor: pointer;
	position: relative;
	height: 18px;
	width: 18px;
}

.l-notification__close:after {
	content: '';
	position: absolute;
	border-radius: 4px;
	top: 0;
	bottom: 0;
	width: 2px;
	right: 50%;
	background-color: #fff;
	transform: rotate(45deg);
}

.l-notification__close:before {
	content: '';
	position: absolute;
	border-radius: 4px;
	top: 0;
	bottom: 0;
	width: 2px;
	right: 50%;
	background-color: #fff;
	transform: rotate(-45deg);
}

@media (max-width: 1120px) {
	.l-notification__text {
		font-size: 14px;
	}
}

@media (max-width: 920px) {
	.l-page-notification {
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		right: 0;
	}

	.l-page-notification__holder {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: start;
		gap: 10px;
	}

	.l-page-notification .g-button {
		padding: 6px 10px;
		order: 3;
		margin-left: auto;
	}

	.l-notification__text {
		margin: 0;
		flex-basis: 90%;
		order: 1;
	}

	.l-notification__close {
		order: 1;
		flex-basis: 5%;
	}
}

/* 2.1 MAIN BANNER */
.b-visual {
	position: relative;
	width: 100%;
	height: 384px;
	background-image: url('/upload/medialibrary/544/newbackground.webp');
	background-size: contain;
	/* background-size: 100% 100%; */
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 1px;
}

.b-visual::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 0;
}

.b-visual>.l-wrapper {
	position: relative;
	z-index: 1;
	padding-right: 100px;
    padding-left: 113px;
}

.b-page-title {
	max-width: 900px;
	text-align: left;
	margin: 138px 0 187px 0;
}

.b-page-title .g-white {
	color: #FFF;
	font-family: 'Helvetica Neue';
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%; /* 48.6px */
	text-transform: uppercase;
	letter-spacing: -0.018em;
	/* margin: 143px 0 183px 0; */
}

.b-page-title .g-white span {
	color: #9CE5DE;
	font-family: 'Helvetica Neue';
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%;
	text-transform: uppercase;
	
}


.b-visual__advantages {
	padding-bottom: 40px;
}

.b-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-radius: 12px;
	background: linear-gradient(91deg, #983298 0%, #343840 67.08%);
/* 
	background: #993399;
	border-radius: 10px; */
	color: #fff;
	padding: 27px 45px 28px;
}

.b-info__content-types {
	position: absolute;
	left: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.b-content-types__item {
	position: relative;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0 30px 0 0;
	background-image: url('/local/templates/template.shutterstock/css/layout/../../img/ico_map.svg');
	background-position: 0 0;
	cursor: pointer;
	opacity: 0.4;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.b-content-types__item:hover {
	opacity: 0.75;
}

.b-content-types__item:active,
.b-content-types__item.active {
	opacity: 1;
}

.b-content-types__item:last-child {
	margin-right: 0;
}

.b-content-types__item--video {
	background-position: -28px 0;
}

.b-content-types__item--music {
	background-position: -56px 0;
}

.b-info__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* margin-left: calc(27% + 5px); */
	margin-left: 49px;
}

.b-info__counter {
	font-family: 'Helvetica Neue';
	width: 251px;
	white-space: nowrap;
	letter-spacing: -0.02em;
	text-align: right;
	margin-right: 44px;
	font-size: 44px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 59.4px */
}

.b-content-type__text {
	font-family: 'Helvetica Neue';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 21.6px */
}

.b-content-type_button {
    border: 1px solid #ffffff;
    border-radius: 4px;
	background: #98329800;
	margin-left: 302px;
	z-index: 1;
}

.b-info::after {
	content: '';
	background: url(/local/templates/template.shutterstock/css/layout/../../img/circle.svg);
    width: 378px;
    height: 279px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
    position: absolute;
    transform: translate(224%, -29%);
}

.b-info__holder__submit {
	/* color: var(--Label-White, #FFF); */
	/* font-family: "PT Root UI"; */
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 12px */
	text-transform: uppercase;
	/* display: inline-flex; */
	padding: 19px 34px;
	justify-content: center;
	align-items: center;
	background: #98329800;
}

@media (max-width: 1440px) {
	.b-content-type_button {
		margin-left: 120px;
	}
	.b-info::after {
		transform: translate(176%, -29%)
	}
}

@media (max-width: 1280px) {
	/* .b-info__holder {
		margin-left: calc(21% + 7px);
	} */
	.b-content-type_button {
		margin-left: 60px;
	}
	.b-info::after {
		transform: translate(160%, -29%)
	}
	.b-info {
		padding: 27px 20px 28px;
	}
}

@media (max-width: 1200px) {
	.b-content-type_button {
		margin-left: 20px;
	}
	.b-info::after {
		transform: translate(140%, -29%)
	}
	.b-info__holder {
		margin-left: 0;
	}
}

@media (max-width: 1100px) {

	.b-info::after {
		transform: translate(169%, -28%);
        width: 292px;
        background-size: contain;
	}

}

@media (max-width: 991px) {
	.b-visual>.l-wrapper {
		padding-right: 30px;
    	padding-left: 30px;
	}
	.b-visual {
		min-height: 600px;
		height: 100%;
		padding-top: 130px;
		background-position: right;
		background-size: cover;
	}

	.b-visual__advantages {
		padding-bottom: 20px;
	}

	.b-info {
		display: none;
	}

	.b-page-title {
		margin: 0 auto 81px;
	}
}

/* 2.2 MAIN CONTENT TABS */

.b-license__content-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	padding: 191px 0 0;
	margin: 0 auto;
	background-color: #41454D;
	justify-content: space-between;
}

.b-content-tabs__item {

	font-family: 'Helvetica Neue';
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px; /* 166.667% */
	color: #ffffff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 27%;
	padding: 22px 0 35px;
	text-align: center;
	/* opacity: 0.5; */
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}

.b-content-tabs__item:hover {
	opacity: 0.75;
}

.b-content-tabs__item:active,
.b-content-tabs__item.active {
	opacity: 1;
}

.b-content-tabs__item::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: rgba(153, 51, 153, 0);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	left: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.b-content-tabs__item.active::after,
.b-content-tabs__item:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	background-color: rgba(153, 51, 153, 1);
	opacity: 1;
	box-shadow: #773399;
}

.b-content-tabs__item::before{
	content: '';
	background: url(/local/templates/template.shutterstock/css/layout/../../img/ellipse.svg);
	width: 545px;
    height: 126px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    /* transform: translate(0%, 93%); */
    background-size: cover;
	-webkit-transform: scaleX(0) translate(0%, 93%);
	-ms-transform: scaleX(0) translate(0%, 93%);
	transform: scaleX(0) translate(0%, 93%);
}

.b-content-tabs__item.active::before,
.b-content-tabs__item:hover::before {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleX(1) translate(0%, 93%);
	-ms-transform: scaleX(1) translate(0%, 93%);
	transform: scaleX(1) translate(0%, 93%);
}

.b-content-tabs__ico {
	width: 41px;
	height: 41px;
	margin-right: 5px;
	background-image: url(/local/templates/template.shutterstock/css/layout/../../img/icons_img.svg);
	background-position: 1px 3px;
	background-repeat: no-repeat;
}


.b-content-tabs__ico--video {
	background-position: 0px 4px;
	background-image: url(/local/templates/template.shutterstock/css/layout/../../img/icons_video.svg);
}

.b-content-tabs__ico--music {
	background-position: 2px 3px;
	background-image: url(/local/templates/template.shutterstock/css/layout/../../img/icons_music.svg);
}

@media (max-width: 991px) {
	.b-license__content-tabs {
		padding: 0;
	}
	.b-content-tabs__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		font-family: inherit;
		font-size: 15px;
		line-height: 20px;
		padding: 20px 0 15px;
	}

	.b-content-tabs__item::after {
		height: 3px;
	}

	.b-content-tabs__item::before {
		-webkit-transform: scaleX(0) translate(0%, 89%);
		-ms-transform: scaleX(0) translate(0%, 89%);
		transform: scaleX(0) translate(0%, 89%);
	}

	.b-content-tabs__item.active::before, .b-content-tabs__item:hover::before {
		-webkit-transform: scaleX(1) translate(0%, 89%);
		-ms-transform: scaleX(1) translate(0%, 89%);
		transform: scaleX(1) translate(0%, 89%);
		height: 94px;
	}

	.b-content-tabs__ico {
		width: 21px;
		height: 21px;
		background-size: 69px auto;
		background-position: 0px -17px;
		margin: 0 0 4px 0;
		background: url(/local/templates/template.shutterstock/css/layout/../../img/ico_map_white.svg);
	}

	.b-content-tabs__ico--video {
		background-position: -28px 0px;
	}

	.b-content-tabs__ico--music {
		background-position: -56px 0px;
	}
}


/* 2.3 MAIN LICENSE CONTENT */
.b-license {
	padding: 0px 303px 0;
    margin: 0 auto;
	/* background: linear-gradient(to bottom, #41454D 10%, #343840 0%); */
}

.b-license .video_container {
	/* position: relative; */
	overflow: hidden;
	mix-blend-mode: lighten;
}

.video_container video {
	position: absolute;
    width: 77%;
    height: 100%;
    z-index: -1;
    rotate: 90deg;
    transform: translate(-5.4%, -35.6%);
}

.b-license .video_container_holder {
	overflow: hidden;
	mix-blend-mode: lighten;
}

.video_container_holder video {
	position: absolute;
    width: 60%;
    /* height: 100%; */
    z-index: -1;
    rotate: 180deg;
    transform: translate(-44.6%, 7%);
}


.b-license__content {
	display: none;
}

.b-license__content.active {
	display: block;
}


.b-license-content__holder {
	padding: 80px 250px 40px;
	background-color: #343840;
	color: #FFFFFF;
	margin: 0 -303px 0px;
}

.b-license-content__holder--extended {
	position: relative;
	background-color: #41454D;
	padding-bottom: 185px;
	z-index: 0;
	overflow: hidden;
}

.b-license-content__subtitle {
	display: block;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'Helvetica Neue';
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 166.667% */
	opacity: 0.5;

}

.b-license-content__title {
	display: none;
	margin: 0 0 30px;
	color: #FFFFFF;
}

.b-license-content__title.active {
	display: block;
}

.b-license-content__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.b-license-content__tabs-item {
	display: block;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	padding: 11px 32px 12px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0;
}

.b-license-content__tabs-item:not(:first-child) {
	margin: 0 0 0 -1px;
}

.b-license-content__tabs-item--first {
	border-right: 2px solid #cccccc;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	/* border-right: 2px;
    border-right-style: solid; */
}

.b-license-content__tabs-item--second {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.b-license-content__tabs-item--third {
	border-left: 1px solid #cccccc;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.b-license-content__tabs-item:hover {
	background-color: rgba(191, 57, 191, 0.1);
	border-color: rgba(153, 51, 153, 1);
}

.b-license-content__tabs-item:active,
.b-license-content__tabs-item.active {
	background-color: rgba(153, 51, 153, 1);
	color: #fff;
	border-color: rgba(153, 51, 153, 1);
}

.b-license-content__advantages {
	display: none;
	max-width: 587px;
	margin: 0 0 60px;
	font-family: 'Helvetica Neue';
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 147.059% */
}

.b-license-content__advantages a {
	color: rgb(215 17 215);
}

.b-license-content__advantages a:hover {
	color: #773399;
}

.b-license-content__advantages.active {
	display: block;
}

.b-license-content__advantages li::before {
    background-color: rgba(153, 51, 153, 1);
}

.b-license-content__advantages li {
	margin: 0.1em 0;
}

.b-license-description__text li {
	margin: 0.1em 0;
}

.b-license-content__info {}

.b-license-content__info-holder {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	justify-content: space-between;
}

@media (max-width: 1440px) {
	.b-license {
		padding: 0 0 0;
	}
	.b-license-content__holder {
		padding: 40px 0;
		margin: 0 auto;
	}
	.video_container_holder video {
		transform: translate(-66.6%, 5.5%);
	}
}


@media (max-width: 1200px) {
	.video_container_holder video {
		transform: translate(-66.6%, 6.5%);
	}
}


@media (max-width: 991px) {


	.b-license-content__holder {
		padding: 40px 0;
	}

	.b-license-content__subtitle {
		font-size: 13px;
		line-height: 25px;
	}

	.b-license-content__title {
		margin: 0 0 20px;
	}

	.b-license-content__tabs {
		margin-bottom: 20px;
	}

	.b-license-content__tabs-item {
		font-size: 13px;
		line-height: 20px;
		white-space: nowrap;
		padding: 16px 29px 12px;
	}

	.b-license-content__advantages {
		margin: 0 0 40px;
	}

	.b-license-content__info-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
@media (max-width: 720px) {
	.video_container_holder {
		display: none;
	}
}
@media (max-width: 360px) {
	.b-license-content__tabs-item {
		padding: 16px 15px 12px;
	}
}

/* 2.3.1 MAIN LICENSE FORM */
.b-license-content__form-holder {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	max-width: 460px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
}


.b-license-content__form-holder div[id*="bx_incl_area"] {
	width: 100%;
}

.b-license-form {
	display: none;
	position: relative;
	background-color: #41454D;
	-webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	width: 100%;
	padding: 30px 30px 113px;
	min-height: 495px;
}

.b-license-form.active {
	display: block;
}

.b-license-form--extended {
	background-color: #343840;
}

.b-license-form--extended::before {
	content: "";
	position: absolute;
	bottom: -150px;
	right: -106px;
	width: 486px;
	height: 425px;
	background-color: transparent;
	background-image: url("/local/templates/template.shutterstock/css/layout/../../img/form-img.png");
	background-repeat: no-repeat;
	z-index: -1;
	pointer-events: none;
}

.b-license-form__title {
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px; /* 133.333% */
	display: block;
	font-family: 'Helvetica Neue';
	margin: 10px 0 31px;
}

.b-license-form__title--mod {
	margin: 10px 0 10px;
}

.b-license-form__subtitle {
	font-family: 'Helvetica Neue';
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 153.846% */
	display: block;
	margin-bottom: 31px;
}

.b-license-form__row {
	position: relative;
	margin-bottom: 21px;
}

.b-license-form__row--last {
	display: block;
	width: 100%;
	max-width: calc(100% - 60px);
	margin: 0 0 0;
	position: absolute;
	bottom: 30px;
}

.b-license-form__row-label {
	font-family: 'Helvetica Neue';
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; 
	display: block;
	margin: 0 0 9px;
}

.b-license-form__radio-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.b-license-form__radio-list--mod {
	flex-flow: column wrap;
	margin: 0 -20px;
}

.b-license-form__radio-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0;
	cursor: pointer;
}

.b-license-form__radio-list--mod .b-license-form__radio-item {
	
	border-radius: 10px;
	padding: 20px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.b-license-form__radio-list--mod .b-license-form__radio-item:not([class$='--mod']):hover,
.b-license-form__radio-list--mod .b-license-form__radio-item:not([class$='--mod']).active {
	background-color: #343840;
}

.b-license__content--extended .b-license-form__radio-list--mod .b-license-form__radio-item {
	cursor: auto;
}

.b-license-form__radio-list--mod .b-license-form__radio-item[class$='--mod'] {
	cursor: auto;
}

.b-license__content--extended .b-license-form__radio-list--mod .b-license-form__radio-item:hover,
.b-license__content--extended .b-license-form__radio-list--mod .b-license-form__radio-item.active {
	background-color: #fff;
}

.b-license-form__radio-item--btn:hover {
	z-index: 1;
}

.b-license-form__radio-container {
	padding: 0 15px 0 31px;
}

.b-license-form__radio-container--mod {
	padding: 0 15px 0 0;
}

.b-license-form__radio-item input {
	display: none;
}

.b-license-form__radio-item span {
	font-family: 'Helvetica Neue';
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 147.059% */
	position: relative;
}

.b-license-form__item-price {
	text-align: right;
	font-family: 'Helvetica Neue';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 125% */
}

.b-license-form__radio-container input+span::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -31px;
	width: 20px;
	height: 20px;
	border: none;
	/* background: #fff; */
	border: 3px solid transparent;
	box-shadow: 0 0 0 2px #ffffff;
	border-radius: 50%;
}

.b-license-form__radio-container input:checked+span::before {
	background: #993399;
	/* border-color: #fff; */
}

.b-license-form__radio-item--btn span {
	display: block;
	width: 100%;
	padding: 11px 12px 12px;
	border: 1px solid #cccccc;
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.b-license-form__radio-item--btn:not(:first-child) {
	margin: 0 0 0 -1px;
}

.b-license-form__radio-item--btn:first-child span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.b-license-form__radio-item--btn:last-child span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.b-license-form__radio-item--btn span:hover {
	background-color: rgba(191, 57, 191, 0.1);
	border-color: rgba(153, 51, 153, 1);
}

.b-license-form__radio-item--btn input:checked+span {
	background-color: rgba(153, 51, 153, 1);
	color: #fff;
	border-color: rgba(153, 51, 153, 1);
}

.b-license-form__notice {
	color: #FFF;
	font-family: 'Helvetica Neue';
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 153.846% */
	display: block;
}

.b-license-form__radio-price {
	text-align: right;
	font-family: 'Helvetica Neue';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 125% */
	white-space: nowrap;
}

.b-license-form__submit {
	display: block;
	width: 100%;
}

[data-linked-content]:not(.show) {
	display: none;
}

.b-license-form label.error {
	position: absolute;
	top: 100%;
	font-size: 13px;
	color: red;
}

.b-license-form__radio-container label.error {
	margin-top: -20px;

}

.jsFormInput {
	color: #ffffff;
}

input[type="text"], input[type="email"], input[type="tel"] {
	background-color: transparent;
    /* color: #fff; */
	font-family: 'Helvetica Neue';
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 147.059% */
}

@media (max-width: 1280px) {
	.b-license-content__form-holder {
		max-width: 380px;
	}

	.b-license-form__radio-container {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		max-width: 230px;
	}
}

@media (max-width: 991px) {
	.b-license-form__title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.b-license-content__form-holder {
		margin: 0 auto;
	}

	.b-license-form {
		padding: 20px 20px 78px;
		min-height: 445px;
	}

	.b-license-form__row {
		margin-bottom: 16px;
	}

	.b-license-form__row--last {
		max-width: calc(100% - 40px);
		bottom: 4px;
	}

	.b-license-form__row-label {
		margin-bottom: 10px;
	}

	.b-license-form__radio-list {
		margin-bottom: 5px;
	}

	.b-license-form__radio-container {
		max-width: 215px;
		padding: 0 15px 0 30px;
	}

	.b-license-form__radio-container--mod {
		padding-left: 0;
	}

	.b-license-form__radio-item span {
		font-size: 15px;
		line-height: 25px;
	}

	.b-license-form__radio-item--btn span {
		font-size: 13px;
		line-height: 20px;
		padding: 14px 12px;
	}

	.b-license-form__radio-container input+span::before {
		top: 8px;
		left: -30px;
	}

	.b-license-form__radio-price {
		font-size: 17px;
		line-height: 25px;
	}

	.b-license-form__radio-list--mod .b-license-form__radio-item {
		padding: 15px 20px;
	}
}

/* 2.3.2 MAIN LICENSE DESCRIPTION */

.b-license-content__description {
	display: none;
	width: 100%;
	max-width: 840px;
	padding-left: 150px;
    /* margin-top: -136px; */
}

.b-license-content__description.active {
	display: block;
}

.b-license-description__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 0 0 -20px;
	padding: 0 0px 28px 0;
	border-bottom: 1px solid #dadada6b;

}

.b-license-description__list>div[id*=bx_incl_area] {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.b-license-description__item-title {
	display: block;
	font-family: 'Helvetica Neue';
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 136.364% */
}

.b-license-description__item {
	width: calc(50% - 20px);
	margin: 30px 0 0 20px;
}

.b-license-description__item:nth-child(1),
.b-license-description__item:nth-child(2) {
	margin-top: 0;
}

.b-license-description__list--column {
	padding: 31px 35px 28px 0;
	margin: 0;
	border-bottom: none;
}

.b-license-description__list--column .b-license-description__item-title {
	font-family: 'Helvetica Neue';
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 147.059% */
	width: 200px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 10px 56px 0 0;
}

.b-license-description__list--column .b-license-description__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-left: 0;
}

.b-license-description__list--column .b-license-description__item:not(:first-child) {
	margin-top: 9px;
}

.b-license-description__text {
	font-family: 'Helvetica Neue';
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; 
}

.b-license-description__text a {
	color: #993399;
}

.b-license-description__text a:hover {
	color: #773399;
}

.b-license-description__text li::before {
	background-color: #ffffff;
}

.g-ico-li--plus::before {
	background-color: transparent !important;
}
.g-ico-li--minus::before {
	background-color: transparent !important;
}

@media (max-width: 1500px) {
	.b-license-content__description {
		max-width: 700px;
	}
}

@media (max-width: 991px) {
	.b-license-content__description {
		padding-left: 0;
		margin-top: 0;
	}

	.b-license-description__list {
		padding: 30px 0 19px;
		margin: 0;
	}

	.b-license-description__item {
		width: 100%;
		margin: 11px 0 0 0;
	}

	.b-license-description__item:nth-child(2) {
		margin-top: 11px;
	}

	.b-license-description__item-title {
		font-size: 17px;
		line-height: 25px;
	}

	.b-license-description__list--column .b-license-description__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.b-license-description__list--column .b-license-description__item-title {
		font-size: 15px;
		line-height: 25px;
		margin: 0 0 10px 0;
		width: 100%;
	}
}

/* 2.4 MAIN PREMIER BLOCK */
.b-premier .l-wrapper {
	padding-left: 101px;
} 	

.b-premier {
	position: relative;
	padding: 80px 0 67px;
	background: -webkit-linear-gradient(99deg, #773399 0%, #993399 17.56%, #F31C43 64.75%, #F3501C 100%);
	background: -o-linear-gradient(12.5deg, #773399 0%, #993399 26.56%, #F31C43 85.75%, #F3501C 100%);
	background: linear-gradient(351deg, #773399 0%, #993399 18.56%, #F31C43 64.75%, #F3501C 100%);
}

.b-premier::after {
	content: "";
	position: absolute;
	top: -85px;
	/* left: 50.6%; */
	/* margin-left: 246px; */
	display: block;
	width: 692px;
	height: 978px;
	background-image: url("/local/templates/template.shutterstock/css/layout/../../img/premium-image.png");
	right: 0;
}

.b-premier__subtitle {
	font-family: 'Helvetica Neue';
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 166.667% */
	letter-spacing: 0.45px;
	text-transform: uppercase;
	opacity: 0.75;
}

.b-premier__title {
	font-family: 'Helvetica Neue';
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 55px; /* 137.5% */
	margin: -4px 0 42px;
}

.b-premier__holder {
	padding-right: 490px;
}

.b-premier__text {
	font-family: 'Helvetica Neue';
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px; /* 133.333% */
	padding-bottom: 56px;
}

.b-premier__text span {
	color: rgba(255, 255, 255, 0.75);
	font-family: 'Helvetica Neue';
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
}

.b-premier__description-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 0 -20px;
	padding: 0 51px 57px 0;
	border-bottom: 1px solid #ffffff59;
}

.b-premier__description-list>div[id*=bx_incl_area] {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.b-premier__description-item-title {
	font-family: 'Helvetica Neue';
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 136.364% */
	display: block;
	margin-bottom: 10px;
}

.b-premier__description-text+.b-premier__description-item-title {
	margin-top: 32px;
}

.b-premier__description-item:nth-child(2) .b-premier__description-item-title:nth-child(3){
	margin-top: 62px;
}

.b-premier__description-text {
	font-family: 'Helvetica Neue';
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 147.059% */
	align-self: stretch;
	max-width: 350px;
}

.b-premier__description-item {
	width: calc(50% - 20px);
	margin: 40px 0 0 20px;
	max-width: 360px;
}

.b-premier__description-item:nth-child(1),
.b-premier__description-item:nth-child(2) {
	margin-top: 0;
}

.b-premier__description-list--column {
	padding: 60px 35px 0 0;
	margin: 0;
	border-bottom: none;
}

.b-premier__description-list--column .b-premier__description-item-title {
	font-family: 'Helvetica Neue';
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 147.059% */
	width: 219px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 10px 37px 0 0;
}

.b-premier__description-list--column .b-premier__description-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
}

.b-premier__description-list--column .b-premier__description-text {
	max-width: max-content;
}

.b-premier__description-list--column .b-premier__description-item:not(:first-child) {
	margin-top: 9px;
}

.b-premier-form {
	position: absolute;
	top: 33.6%;
	left: 50%;
	margin-left: 290px;
	background: #000;
	width: 100%;
	max-width: 340px;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	z-index: 1;
}

.b-premier-form img {
	display: block;
	margin: 20px auto 58px;
}

.b-premier-form__btn {
	display: block;
	text-align: center;
	font-family: 'Helvetica Neue';
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 166.667% */
	letter-spacing: 0.45px;
	text-transform: uppercase;
	padding: 12px 26px 15px 29px;
}

@media (max-width: 1600px) {
	.b-premier::after {
		/* left: auto;
		right: -82px; */
		margin-left: 0;
	}

	.b-premier-form {
		left: auto;
		margin-left: 0;
		right: 90px;
	}
}

@media (max-width: 1280px) {

	.b-premier::after {
		/* right: -182px; */
	}

	.b-premier-form {
		right: 50px;
		max-width: 280px;
	}

	.b-premier__holder {
		padding-right: 380px;
	}

	.b-premier__description-list {
		padding-right: 60px;
	}

	.b-premier__description-list--column .b-premier__description-item-title {
		margin-right: 16px;
	}
}

@media (max-width: 991px) {
	.b-premier .l-wrapper {
		padding: 0 40px;
	}
	.b-premier {
		padding: 60px 0 23px;
	}

	.b-premier::after {
		content: none;
	}

	.b-premier__holder {
		padding: 0;
	}

	.b-premier__subtitle {
		font-size: 13px;
		line-height: 20px;
	}

	.b-premier__title {
		margin: 0.005em 0 1.2em;
	}

	.b-premier__text {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 14px;
	}

	.b-premier-form {
		position: relative;
		max-width: 100%;
		top: 0;
		left: 0;
		right: 0;
		padding: 20px;
		margin-bottom: 11px;
	}

	.b-premier-form img {
		margin-bottom: 37px;
	}

	.b-premier__description-list {
		padding: 20px 0 28px;
		margin: 0;
	}

	.b-premier__description-item {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.b-premier__description-item:nth-child(2) {
		margin-top: 20px;
	}

	.b-premier__description-item-title {
		font-size: 17px;
		line-height: 25px;
		margin-bottom: 5px;
	}

	.b-premier__description-list--column .b-premier__description-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.b-premier__description-list--column b-premier__description-item-title {
		font-size: 15px;
		line-height: 25px;
		margin: 0 0 10px 0;
		width: 100%;
	}

}

@media (max-width: 720px) {
	.b-premier__title {
		font-size: 32px;
		font-weight: 600;
		margin: 0.005em 0 0.7em;
	}

	.b-premier__text span {
		font-size: 20px;
		line-height: 30px;
	}
}


/* 2.5 MAIN REQUEST BLOCK */

.b-request {
	text-align: center;
	padding: 81px 0 80px;
	color: #ffffff;
}

.b-request__title {
	text-align: center;
	font-family: 'Helvetica Neue';
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 55px; /* 137.5% */
	margin: 0 0 26px;
	color: #ffffff;
	align-self: stretch;
}

.b-request__subtitle {
	display: block;
	margin-bottom: 34px;
	text-align: center;
	font-family: 'Helvetica Neue';
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 147.059% */
}

.b-request .l-wrapper {
	padding-left: 25px;
}

.b-request .g-button {
	width: 217px;
	height: 50px;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 4px;
	color: var(--White, #FFF);
	text-align: center;
	font-family: 'Helvetica Neue';
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 166.667% */
	letter-spacing: 0.45px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.b-request {
		padding: 60px 0;
	}

	.b-request__subtitle {
		margin-bottom: 31px;
	}

	.b-request .g-button {
		display: block;
		margin: 0 auto;
	}
}

/* 2.6 MAIN COMPARE BLOCK */
.b-compare .l-wrapper {
	padding-left: 22px;
}

.b-compare {
	background: #343840;
	padding: 80px 0;
	color: #ffffff;
}

.b-compare__title {
	color: #FFF;
	text-align: center;
	font-family: 'Helvetica Neue';
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 55px; /* 137.5% */
	margin: -3px 0 1em;
}

.b-compare__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 61px;
}

.b-compare__tabs-item {
	text-align: center;
	font-family: 'Helvetica Neue';
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 166.667% */
	letter-spacing: 0.45px;
	text-transform: uppercase;
	display: block;
	background-color: #bf39c400;
	border: 1px solid #ffffff28;
	border-radius: 4px 0px 0px 4px;
	padding: 11px 32px 12px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0;
	color: #ffffff;
}

.b-compare__tabs-item:not(:first-child) {
	margin: 0 0 0 -1px;
}

.b-compare__tabs-item--first {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.b-compare__tabs-item--second {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.b-compare__tabs-item:hover {
	background-color: rgba(191, 57, 191, 0.1);
	border-color: rgba(153, 51, 153, 1);
}

.b-compare__tabs-item:active,
.b-compare__tabs-item.active {

	
	background-color: rgba(153, 51, 153, 1);
	color: #fff;
	border-color: rgba(153, 51, 153, 1);
}

.b-compare__table {
	display: none;
}

.b-compare__table.active {
	display: block;
	margin: 0 38px 0 79px;
}

/*.b-compare__table.active {
	}*/
.b-table__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 19px;
}

.b-table__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.b-table__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 0 18px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}

.b-table__row:last-child {
	border-bottom: transparent;
}

.b-table__item {
	font-family: 'Helvetica Neue';
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 147.059% */
}

.b-table__item--header {
	text-align: center;
	font-family: 'Helvetica Neue';
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 147.059% */
	margin: 0 64px 0 29px;
}

.b-table__item--body:first-child {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: auto;
	margin-left: 0;
	width: 100%;
	max-width: 630px;
}

.b-table__item--body:nth-child(2),
.b-table__item--body:nth-child(3),
.b-table__item--body:nth-child(4) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
	margin: 0 64px 0 29px;
}

.b-table__item--body:nth-child(2) {
	max-width: 179px;
}

.b-table__item--body:nth-child(3) {
	max-width: 185px;
}

.b-table__item--body:nth-child(4) {
	max-width: 60px;
}

/*.b-table__item-checked::before {
			    	    background-position: 0 -100px;
			    	}*/

@media (max-width: 1280px) {

	.b-table__item--header,
	.b-table__item--body:nth-child(2),
	.b-table__item--body:nth-child(3),
	.b-table__item--body:nth-child(4) {
		margin: 0 44px 0 47px;
	}
}

@media (max-width: 991px) {
	.b-compare {
		padding: 60px 0 51px;
	}

	.b-compare__title {
		margin: 0 0 1.2em;
	}
	.b-compare__table.active {
		margin: 0 auto 0 30px;
	}
	.b-compare__tabs {
		margin-bottom: 30px;
	}

	.b-compare__tabs-item {
		font-size: 13px;
		line-height: 20px;
		padding: 16px 32px 12px;
	}


	.b-table__header {
		display: none;
	}

	.b-table__body {
		justify-content: flex-start;
	}

	.b-table__row {
		padding: 0;
		border: none;
	}

	.b-table__item {
		font-size: 15px;
		line-height: 20px;
	}

	.b-table__item--header {
		font-family: 'Helvetica Neue';
		width: 100%;
		font-size: 17px;
		line-height: 25px;
		margin-bottom: 8px;
		margin: 11px 0 8px 0;
	}

	.b-table__subtitle {
		display: block;
		margin-bottom: 11px;
	}

	.b-table__item--body:nth-child(2),
	.b-table__item--body:nth-child(3),
	.b-table__item--body:nth-child(4) {
		display: none;
	}

	.b-table__item--body {
		position: relative;
		margin: 0 0 10px 0;
		padding: 0 0 0 35px;
	}

	.b-table__item--body::before {
		content: "";
		display: block;
		position: absolute;
		width: 25px;
		height: 25px;
		top: -1px;
		left: 0px;
		background-color: transparent;
		background-image: url('/local/templates/template.shutterstock/css/layout/../../img/icon-li.svg');
		background-position: 0 0;
		background-repeat: no-repeat;
	}




}

@media (max-width: 360px) {
	.b-compare__tabs-item {
		padding: 16px 15px 12px;
	}
}


/* 2.7 MAIN POPULAR BLOCK */

.b-popular {
	position: relative;
	padding: 66px 0 85px;
	color: #ffffff;
}

.b-popular .l-wrapper {
	padding: 0 107px 0 99px;
}

.b-popular__title {
	text-align: center;
	font-family: 'Helvetica Neue';
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 65px;
	margin: 30px 0 58px -20px;
	color: #ffffff;
}

.b-questions__title {
	font-family: 'Helvetica Neue' !important;
	font-style: normal;
	font-weight: 500;
}
.b-questions__title::before, .b-questions__title::after {
	background-color: #ffffff !important;
	top: 46% !important;
}

.b-questions__content p {
	font-family: 'Helvetica Neue' !important;
}

.b-questions__item {
	border-top: 1px solid #ffffff59 !important;
	border-radius: 0px !important;
}

@media (max-width: 991px) {
	.b-popular .l-wrapper {
		padding: 0 30px 0 30px;
	}
	.b-popular {
		padding: 40px 0 61px;
	}

	.b-popular__title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 0.99em;
	}

	.b-questions__content {
		padding-bottom: 24px;
	}

	.b-questions__content p {
		margin-top: 0;
	}
}

/* 2.8 MAIN OUR CLIENTS BLOCK */
.b-our-clients .l-wrapper {
	padding: 0 65px 0 97px;
}

.b-our-clients {
	padding: 66px 0 61px;
	background: #343840;
}

.b-our-clients__title {
	color: #FFF;
	text-align: center;
	font-family: 'Helvetica Neue';
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 65px; /* 130% */
	text-align: center;
	margin: 29px 59px 45px 0;
}

.owl-carousel .owl-item img {
	max-height: 60px;
}
.b-our-clients__logos {
	border-bottom: 1px solid #ffffff59 !important;
}

.b-our-clients__item {
	padding: 0 35px 50px !important;
}

.owl-carousel .owl-stage-outer {
	max-height: 114px !important;
}


@media (max-width: 991px) {
	.b-our-clients .l-wrapper {
		padding: 0 30px 0 30px;
	}
	.b-our-clients {
		padding: 40px 0 38px;
	}

	.b-our-clients__title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 1em;
	}
}

/* 2.9 MAIN CONTACTS BLOCK */

.b-contacts {
	padding: 74px 0 100px;
	/* background-color: #F2F2F2; */
	color: #ffffff;
}
.b-contacts .l-wrapper {
	padding: 0 127px 0 100px;
}

.b-contacts__title {
	text-align: center;
	font-family: 'Helvetica Neue';
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 55px; /* 137.5% */
    margin-bottom: 44px;
    margin-top: 25px;
	color: #ffffff;
}

.b-contacts__holder {
	display: flex;
	margin: 0 0 0 -20px;
}

.b-contacts__item {
	position: relative;
	width: 50%;
	background-color: #343840;
	margin: 0 0 0 20px;
	border-radius: 10px;
	padding: 40px 40px 40px 180px;
}

.b-contacts__item::before {
	content: "";
	display: block;
	position: absolute;
	top: 42px;
	left: 60px;
	width: 60px;
	height: 60px;
	background-image: url('/local/templates/template.shutterstock/css/layout/../../img/ico_map_white.svg');
}

.b-contacts__item--left::before {
	background-position: 0 -88px;
	background-repeat: no-repeat;
}

.b-contacts__item--right::before {
	background-position: -67px -88px;
}

.b-contacts__item-title {
	display: block;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.03em;
	margin-bottom: 3px;
    margin-top: -5px;
	text-transform: uppercase;
}

.b-contacts__item-link a {
	color: #FFF;
	font-family: 'Helvetica Neue';
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px; /* 133.333% */
	text-decoration: none !important;
}

@media (max-width: 1120px) {
	.b-contacts__item {
		padding-left: 150px;
	}

	.b-contacts__item::before {
		left: 30px;
	}
}

@media (max-width: 991px) {
	.b-contacts .l-wrapper {
		padding: 0 30px 0 30px;
	}
	.b-contacts {
		padding: 43px 0 50px;
	}

	.b-contacts__title {
		margin-bottom: 1.1em;
	}

	.b-contacts__holder {
		flex-wrap: wrap;
		margin: 0;
	}

	.b-contacts__item {
		width: 100%;
		margin: 0 0 10px 0;
		padding: 30px 20px 30px 100px;
	}

	.b-contacts__item::before {
		width: 42px;
		height: 42px;
		background-size: 94px auto;
		top: 38px;
		left: 30px;
	}

	.b-contacts__item--left::before {
		background-position: 0 -59px;
	}

	.b-contacts__item--right::before {
		background-position: -44px -59px;
	}

	.b-contacts__item-title {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 0px;
	}

	.b-contacts__item-link a {
		font-size: 20px;
		line-height: 30px;
		white-space: nowrap;
	}

}

/* 3. FOOTER */

.l-footer__top .l-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.b-footer__column {
	position: relative;
	-ms-flex-preferred-size: 211px;
	flex-basis: 211px;
	margin-right: 20px;
	/*-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;*/
}

.b-footer__column:first-child {
	-ms-flex-preferred-s334: 264px;
	flex-basis: 334px;
	margin-right: 20px;
}

.b-footer__column:nth-child(2) {
	-ms-flex-preferred-size: 332px;
	flex-basis: 332px;
}

.b-footer__column:last-child {
	-ms-flex-preferred-size: 280px;
	flex-basis: 193px;
}

.b-footer__logo {
	width: 100%;
	max-width: 144px;
	margin: 0 0 13px;
}

.b-footer__description {
	padding-right: 16%;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0;
}

.b-footer__description p {
	margin: 0;
}

.b-footer__title {
	font-family: "SF Pro display";
	display: block;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 21px;
}

.b-footer__title--small {
	font-size: 15px;
	line-height: 25px;
	font-family: inherit;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.b-footer__menu,
.b-footer__contacts {
	font-size: 14px;
	line-height: 18px;
}

.b-footer__contacts-holder {
	font-family: SF Pro Display;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
}

.b-footer__contacts-holder:first-of-type {
	margin-bottom: 30px;
}

.b-footer__contacts-holder a {
	display: block;
	margin-bottom: 10px;
}


.b-footer__menu ul {}

.b-footer__menu li {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 20px;
}


.l-footer__bottom .l-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-footer__bottom .b-footer__copyright-text {
	margin: 15px 0;
}

.l-footer__bottom .b-footer__copyright-text p {
	margin: 0;
}

.l-footer__bottom .b-footer__copyright-text p+p {
	margin-top: 20px;
}

/* .b-media-army {
	position: absolute;
	bottom: 11px;
    font-size: 15px;
    line-height: 20px;
} */

@media (max-width: 991px) {
	.b-media-army {
		display: none;
	}

	.l-footer__top .l-wrapper {
		flex-flow: column wrap;
		justify-content: flex-start;
	}

	.b-footer__logo {
		max-width: 100%;
		margin: 0 0 17px;
	}

	.b-footer__column:first-child {
		flex-basis: 100%;
		margin-bottom: 27px;
	}

	.b-footer__column:nth-child(2) {
		flex-basis: 100%;
		margin: 0 0 0;
	}

	.b-footer__column:nth-child(3),
	.b-footer__column:nth-child(4),
	.b-footer__column:nth-child(5) {
		flex-basis: 100%;
		border-bottom: 1px solid #e5e5e5;
		padding: 0;
		margin: 0;
	}

	.b-footer__description {
		padding-right: 0;
	}

	.b-footer__description {
		padding-right: 0;
	}

	.b-footer__title--small {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 7px;
	}

	.b-footer__title:not([class*='--small']) {
		font-size: 17px;
		line-height: 25px;
		margin: 0;
		padding: 20px 0;
	}

	.b-footer__contacts-holder {
		font-size: 17px;
		line-height: 25px;
	}

	.b-footer__contacts-holder:first-of-type {
		margin-bottom: 18px;
	}

	.b-footer__contacts-holder a {
		margin-bottom: 5px;
	}

	.b-footer__menu {
		display: none;
	}

	.b-footer__menu ul {
		padding-bottom: 10px;
	}

	.b-footer__menu li {
		margin: 0 0 19px;
	}

	.b-footer__menu-btn {
		position: absolute;
		display: block;
		top: 12px;
		right: -10px;
		width: 40px;
		height: 40px;
		padding: 0;
		border: none;
		background: transparent;
		cursor: pointer;
	}

	.b-footer__menu-btn::before,
	.b-footer__menu-btn::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 50%;
		display: block;
		width: 3px;
		height: 16px;
		margin: -8px -2px 0 0;
		background-color: #000;
		-webkit-transition: -webkit-transform 0.2s;
		transition: -webkit-transform 0.2s;
		-o-transition: transform 0.2s;
		transition: transform 0.2s;
		transition: transform 0.2s, -webkit-transform 0.2s;
	}

	.b-footer__menu-btn::after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);

	}

	.b-footer__column.open .b-footer__menu-btn::after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.b-footer__column.open .b-footer__menu-btn::before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}


}
/* End */


/* Start:/local/templates/template.shutterstock/css/layout/content.css?1621249965638*/
/* content.css
 * Стандартные стили контента сайта (таблицы, изображения)
 *
 */

.b-content td {
    vertical-align: top;
}

.b-table {
    margin-right: 2px;
}
    .b-table table {
        border-top: 3px solid #0592d0;
    }
    .b-table th, .b-table td {
        padding: 10px;
        border: 1px solid #d4d4d4;
        text-align: left;
        vertical-align: middle;
        font-size: 13px;
        color: #000;
    }
    .b-table th, .b-table tr:first-child td, .b-table tr:nth-child(odd) {
        background-color: #e5e5e5;
    }
    .b-table .phone {
        width: 120px;
    }
/* End */


/* Start:/bitrix/components/ma/site.settings/fancybox2/jquery.fancybox.css?16212482815178*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	background-image: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_sprite.png');
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background: none !important;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/components/ma/site.settings/fancybox2/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/.default/components/ma/site.settings/shutterstock/style.css?16775781185843*/
.arcticmodal-overlay {  }

.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { width: 100%; max-width: 980px; height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 20px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { margin: 0 auto; width: 80px; height: 80px; border-radius: 10px; background: #000 url('/local/templates/.default/components/ma/site.settings/shutterstock/img/loading.gif') no-repeat 50% 50%; opacity: .8;}

.m-box-modal {
    position: relative;
    max-width: 1180px;
    background-color: #fff;
    border-radius: 10px;
}
    .m-box-modal .box-modal_close {
        position: absolute;
        top: 59px;
        right: 39px;
        width: 28px;
        height: 28px;
        overflow: hidden;
        cursor: pointer;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .m-box-modal .box-modal_close::before, 
    .m-box-modal .box-modal_close::after {
        content: "";
        position: absolute;
        top: 0;
        left: 13px;
        display: block;
        width: 4px;
        height: 100%;
        background-color: #000;
    }
    .m-box-modal .box-modal_close::after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .m-box-modal .b-mod-title {
        padding: 40px 40px 20px;
    }
        .m-box-modal .b-mod-title h1 {
            margin: 0;
            padding: 0;
            font-size: 40px;
            line-height: 55px;
        }
    .m-box-modal .b-content-ajax {
        padding: 0 40px 40px;
    }
    .m-box-modal .l-wrapper {
        max-width: 1120px;
        min-width: 0;
        padding: 0;
    }


.b-up_button {
    position: fixed;
    right: 30px;
    bottom: 50px;
    display: none;
    width: 39px;
    height: 40px;
    z-index: 100;
}

.b-up_button span {
    display: block;
    height: 100%;
    background: url('/local/templates/.default/components/ma/site.settings/shutterstock/img/up.jpg') no-repeat 0px 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

/*Radio button*/

.ma_custom_radio_button {
    padding: 0px 0px 0px 20px;
    position: relative;
    background: url('/local/templates/.default/components/ma/site.settings/shutterstock/img/button.png') no-repeat 0px 2px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

.ma_custom_radio_button.checked {
    background-position: 0px -33px;
}

    .ma_custom_radio_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
    
/*Placeholder*/

input.custom-input-placeholder,
textarea.custom-textarea-placeholder {
    color: #000;
}

input.placeholder-color,
textarea.placeholder-color {
    color: #ccc;
}

/*checkbox*/

.ma_custom_checkbox_button {
    padding: 0px 0px 0px 22px;
    position: relative;
    background: url('/local/templates/.default/components/ma/site.settings/shutterstock/img/checkbox.png') no-repeat 0px 0px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

.ma_custom_checkbox_button.checked {
    background-position: 0px -100px;
}

    .ma_custom_checkbox_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }


/* default modal */
/*
.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child+html #default .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 50px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url('/local/templates/.default/components/ma/site.settings/shutterstock/img/loading.gif') no-repeat 50% 50%;
    opacity: .8;
}

#default.m-box-modal {
    position: relative;
    max-width: 600px;
    background-color: #41454d;
    color: #fff;
}

#default.m-box-modal .box-modal_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7L17 17' stroke='%23727272' stroke-width='2'/%3E%3Cpath d='M7 17L17 7' stroke='%23727272' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 24px 24px;
    cursor: pointer;
    color: #000;
    text-indent: -1000px;
}

#default.m-box-modal .b-mod-title {
    padding: 25px 50px 20px;
}

#default.m-box-modal .b-mod-title h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

#default.m-box-modal .b-content-ajax {
    padding: 0 50px 50px;
}

#default.m-box-modal .l-wrapper {
    max-width: 1125px;
    min-width: 0;
    padding: 0;
}
*/
/* End */


/* Start:/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/poshytip.css?16212500084735*/
.b-tooltip-yellow {
	z-index: 1000;
	text-align: left;
	border: 1px solid #c7bf93;
	padding: 3px 7px;
	min-width: 50px;
	max-width: 300px;
	color: #000;
	background-color: #fff9c9;
}
.b-tooltip-yellow .tip-inner {
	font: normal 11px/1.2 Arial, sans-serif;
}
.b-tooltip-yellow .tip-arrow-top {
	margin-top:-10px;
	margin-left:6px;
	top:0;
	left:0;
	width:10px;
	height:10px;
	background:url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-yellow_arrows.png) no-repeat;
}
.b-tooltip-yellow .tip-arrow-right {
	margin-top:6px;
	margin-left:0;
	top:0;
	left:100%;
	width:10px;
	height:10px;
	background:url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-yellow_arrows.png) no-repeat -10px 0;
}
.b-tooltip-yellow .tip-arrow-bottom {
	margin-top:0;
	margin-left:6px;
	top:100%;
	left:0;
	width:10px;
	height:10px;
	background:url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-yellow_arrows.png) no-repeat -20px 0;
}
.b-tooltip-yellow .tip-arrow-left {
	margin-top:6px;
	margin-left:-10px;
	top:0;
	left:0;
	width:10px;
	height:10px;
	background:url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-yellow_arrows.png) no-repeat -30px 0;
}

.b-tooltip-red {
	z-index: 1000;
	text-align: left;
	border: 1px solid #de9898;
	padding: 4px 7px;
	min-width: 50px;
	max-width: 300px;
	color: #000;
	background-color: #fedada;
}
.b-tooltip-red .tip-inner {
	font: normal 11px/1.2 Arial, sans-serif;
}
.b-tooltip-red .tip-arrow-top {
	margin-top:-10px;
	margin-left:6px;
	top:0;
	left:0;
	width:10px;
	height:10px;
	background:url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-red_arrows.png) no-repeat;
}
.b-tooltip-red .tip-arrow-right {
	margin-top:6px;
	margin-left:0;
	top:0;
	left:100%;
	width:10px;
	height:10px;
	background:url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-red_arrows.png) no-repeat -10px 0;
}
.b-tooltip-red .tip-arrow-bottom {
	margin-top:0;
	margin-left:6px;
	top:100%;
	left:0;
	width:10px;
	height:10px;
	background:url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-red_arrows.png) no-repeat -20px 0;
}
.b-tooltip-red .tip-arrow-left {
	margin-top:6px;
	margin-left:-10px;
	top:0;
	left:0;
	width:10px;
	height:10px;
	background:url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-red_arrows.png) no-repeat -30px 0;
}


.b-tooltip-gray {
	z-index: 1000;
	text-align: left;
	border: 1px solid #bbb;
	padding: 15px;
	min-width: 50px;
	max-width: 800px;
	background-color: #FFF;
	box-shadow: 0px 2px 5px #CCC;
	-moz-box-shadow: 0px 2px 5px #CCC;
	-webkit-box-shadow: 0px 2px 5px #CCC;
}
.b-tooltip-gray .tip-arrow-top {
	margin-top: -8px;
	margin-left: -7px;
	top: 0;
	left: 50%;
	width: 15px;
	height: 9px;
	background: url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-gray_arrows.png) no-repeat;
}
.b-tooltip-gray .tip-arrow-right {
	margin-top:-4px;
	margin-left:0;
	top:50%;
	left:100%;
	width:9px;
	height:15px;
	background: url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-gray_arrows.png) no-repeat -15px 0;
}
.b-tooltip-gray .tip-arrow-bottom {
	margin-top: 0;
	margin-left: -7px;
	top: 100%;
	left: 50%;
	width: 15px;
	height: 9px;
	background: url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-gray_arrows.png) no-repeat -25px 0;
}
.b-tooltip-gray .tip-arrow-left {
	margin-top:-4px; 
	margin-left:-6px;
	top:50%;
	left:0;
	width:9px;
	height:15px;
	background:url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-gray_arrows.png) no-repeat -40px 0;
}



.b-tooltip-help {
	z-index:1000;
	text-align:left;
	border:1px solid #939393;
	padding:7px;
	min-width:50px;
	max-width:530px;
	color:#8c3901;
	background-color:#fef9d9;
	background-image: url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-yellow.png); /* bgImageFrameSize >= 10 should work fine */
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.b-tooltip-help .tip-inner {
	font:bold 13px/18px 'trebuchet ms',arial,helvetica,sans-serif;
	margin-top:-2px;
	padding:0 3px 1px 3px;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.b-tooltip-help .tip-arrow-top {
	margin-top:-7px;
	margin-left:15px;
	top:0;
	left:0;
	width:16px;
	height:10px;
	background:url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-yellow_arrows2.png) no-repeat -40px 0;
}
.b-tooltip-help .tip-arrow-right {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-4px;
	top:50%;
	left:100%;
	width:10px;
	height:20px;
	background:url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-yellow_arrows2.png) no-repeat -16px 0;
}
.b-tooltip-help .tip-arrow-bottom {
	margin-top:-6px;
	margin-left:15px;
	top:100%;
	left:0;
	width:16px;
	height:13px;
	background:url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-yellow_arrows2.png) no-repeat -32px 0;
}
.b-tooltip-help .tip-arrow-left {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-6px;
	top:50%;
	left:0;
	width:10px;
	height:20px;
	background:url(/local/templates/.default/components/ma/site.settings/shutterstock/poshytip/img/tip-yellow_arrows2.png) no-repeat -48px 0;
}
/* End */


/* Start:/local/templates/.default/components/ma/catalog.favorite.list/header.favorite/style.css?1702441840733*/

@media (max-width: 786px) {
    .wrapper__burger-btn .b-header-personal_favorite {
        display: flex;
        align-items: center;
    }
    .favorite__counter-mobile {
        right: 0 !important;
        padding: 5px 8px;
        background: #983298;
        border-radius: 20px;
        text-align: center;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        font-family: 'PTRootUI', 'Helvetica Neue', 'Arial', sans-serif;
        transform: translateY(-50%);
    }
    .b-header-personal_favorite a {
        position: static !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/ma/sale.basket.basket.line/header.cart/style.css?17024418405541*/
.b-small-basket {
    font-size: 12px;
    padding-bottom: 5px;
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
}

.b-small-basket a {
    color: #039BE5;
    border-bottom: 1px dashed;
    margin-right: 10px;
}

.b-small-basket a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
    .bx-basket-fixed {
        width: 200px;
        position: fixed;
        z-index: 1100;
        background: #fff;
        padding-top: 10px;
        border: 1px solid #F0F0F0;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
        border-radius: 1px;
        overflow: hidden;
    }

    .bx-basket-fixed.top {
        top: 10px
    }

    .bx-basket-fixed.right {
        right: 10px
    }

    .bx-basket-fixed.bottom {
        bottom: 10px
    }

    .bx-basket-fixed.left {
        left: 10px
    }

    .bx-basket-fixed.bx-max-height {
        top: 10px;
        bottom: 10px;
    }
}

@media (max-width: 767px) {
    .bx-basket-fixed {
        /*width: 200px;*/
        position: fixed;
        z-index: 1100;
        background: #fff;
        padding-top: 10px;
        border: 1px solid #F0F0F0;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
        border-radius: 1px;
        overflow: hidden;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .bx-basket-item-list {
        display: none;
    }

    /*.bx-basket-fixed */
}

.bx-basket-fixed .b-small-basket {
    margin-left: 10px;
}

.bx-basket-item-list {
    position: relative;
    padding-bottom: 20px;
    border-top: 1px solid #F7F7F7;
    overflow: hidden;
}

.bx-opener .bx-basket-item-list {
    padding-bottom: 75px;
}

.bx-max-height .bx-basket-item-list {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.bx-closed .bx-basket-item-list {
    height: 20px;
    overflow: hidden;
}

.bx-basket-item-list-action {
    cursor: pointer;
    background: #F7F7F7;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 120;
    height: 20px;
    line-height: 14px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    color: #4f4f4f;
    padding: 3px 0;
}

.bx-basket-item-list-button-container {
    text-align: center;
    position: absolute;
    bottom: 20px;
    border-top: 1px solid #F7F7F7;
    padding: 10px 0;
    background: #fff;
    left: 0;
    right: 0;
}

.bx-basket-item-list-button-container a.btn {
    color: #dddddd;
    text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active {
    color: #ffffff;
}

.bx-basket-item-list-container {
    overflow-y: auto;
    max-height: 100%
}

.bx-basket-item-list-item {
    padding-top: 15px;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F7F7F7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.bx-basket-item-list-item-status {
    font-weight: bold;
    padding: 3px;
    background: #EBEBEB;
    margin: 0 10px 20px;
    line-height: 16px;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
    white-space: normal;
}

.bx-basket-item-list-item-img {
    text-align: center;
    position: relative;
    padding-bottom: 5px;
}

.bx-basket-item-list-item-img img {
    max-width: 90px;
    height: auto;
    border: 1px solid #E6E6E6;
}

.bx-basket-item-list-item-name {
    padding-bottom: 5px;
}

.bx-basket-item-list-item-name a {
    font-size: 13px;
    color: #3F3F3F;
    text-decoration: none;
    white-space: normal;
    line-height: 16px;
}

.bx-basket-item-list-item-remove {
    position: absolute;
    right: 10px;
    top: -7px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
    opacity: .5;
}

.bx-basket-item-list-item-remove:hover {
    opacity: .7;
}

.bx-basket-item-list-item-price-block {
    padding-bottom: 5px;
    font-size: 12px;
}

.bx-basket-item-list-item-price {
    display: inline-block;
    margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
    display: inline-block;
    margin-right: 5px;
    text-decoration: line-through;
    color: #B0B0B0
}

.bx-basket-item-list-item-price-summ {
}

.bx_cart_login_top .bx-hdr-profile a {
    text-decoration: none;
}

.bx_cart_login_top .bx-hdr-profile {
    line-height: 1.44em;
}

@media (max-width: 786px) {
    .b-header-personal_cart a {
        position: static !important;
        margin-right: 12px !important;
    }

    .wrapper__burger-btn .b-small-basket_num {
        right: 0 !important;
        padding: 5px 8px;
        background: #983298;
        border-radius: 20px;
        text-align: center;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: uppercase;
    }

    .b-header-personal_cart {
        margin-right: 0 !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/ma/menu/fotodom/style.css?17581683575711*/
.b-header-navigation {
	text-transform: uppercase;
	flex-shrink: 0;
	font-family: 'PTRootUI', 'Helvetica Neue', 'Arial', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	max-width: 100%;
}

.b-header-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 10px 0;
	margin-left: -20px;
}

.b-header-navigation li {
	margin-left: 20px;
}


.b-header-navigation .li-deep-1-first a {
	position: relative;
}

.b-header-navigation .li-deep-1-first a:not(.root-active)::after {
	position: absolute;
	top: 8px;
	left: -2px;
	z-index: -1;
	width: 102px;
	height: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='102' height='10' viewBox='0 0 102 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3.89182C26.7952 2.78366 62.2609 1.45938 100 2.22952C62.2169 2.22952 39.9337 6.33773 17.5 8' stroke='url(%23paint0_linear_2015_1606)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2015_1606' x1='62.5' y1='-4.65791e-07' x2='64.5' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23983298'/%3E%3Cstop offset='1' stop-color='%238888FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
	transition: 0.3s;
}

.b-header-navigation .li-deep-1-first a:hover::after {
	opacity: 0;
}

.b-header-navigation .li-deep-1-first a {
	position: relative;
	z-index: 1;
}

.b-header-navigation .li-deep-1-first a:before {
	top: -27px;
}

.b-header-navigation a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
}

.b-header-navigation a:hover,
.b-header-navigation span:hover,
.b-header-navigation .root-active {
	color: #983298;
}

.b-header-navigation a:hover {
	text-shadow: 0 0 1px #983298;
}

/* .b-header-navigation .li-item-sstk a:hover {
	text-shadow: none;
	color: white;
	padding: 10px 5px;
	margin-top: -10px;
	margin-bottom: -10px;
	background: #343840;
	margin: -10px -5px;
} */

.b-header-navigation .li-deep-2.li-item-sstk-shutterstock-flex.li-deep-2-first,
.li-item-turbosquid .ul-deep-2 li {
	margin-left: 0;
}

.b-header-navigation .ul-deep-2 li a {
	font-size: 12px;
	width: fit-content;
  text-align: center;
}

.li-deep-1.li-item-sstk.li-deep-1-first {
	position: relative;
}

.li-item-sstk .ul-deep-2:first-of-type {
	width: 108px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.li-deep-2 {
	margin-left: 0 !important;
}

.li-item-sstk:not(.ul-deep-2):hover .ul-deep-2 {
	opacity: 1;
}

.li-deep-1-first .ul-deep-2 a:not(.root-active)::after {
	display: none;
}

@media (max-width: 1273px) {
	.b-header-navigation ul {
		margin-left: -15px;
	}

	.b-header-navigation li {
		margin-left: 15px;
	}

	.b-header-navigation a {
		font-size: 12px;
	}

	.li-item-sstk .ul-deep-2:first-of-type {
		width: 101px;
	}
}

@media (max-width: 1146px) {
	.ul-deep-1 {
		justify-content: space-between;
	}

	.ul-deep-1 li a {
		text-align: center;
	}
}

@media (max-width: 743px) {
	.b-header {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

.b-header-navigation .li-deep-1:hover:has(.ul-deep-2) a,
.b-header-navigation .li-deep-1 .ul-deep-2:hover~a {
	text-shadow: none;
	color: white;
	padding: 5px 5px;
	background: #343840;
	margin: -5px -5px;
}

.b-header-navigation .li-deep-1 {
	position: relative;
}

.b-header-navigation .li-deep-1:hover .ul-deep-2 {
	opacity: 1;
}

.b-header-navigation .ul-deep-2 {
	position: absolute;
	top: 100%;
	left: -5px;
	right: -5px;
	z-index: 1000;
	flex-direction: column;
	gap: 15px;
	text-shadow: none;
	color: white;
	padding: 10px 5px 10px;
	background: #343840;
	opacity: 0;
	pointer-events: none;
	/* Чтобы подменю не перехватывало hover раньше времени */
	margin: 0;
	transition: all 0.3s;
}

/* Разрешаем взаимодействие с подменю только когда оно видимо */
.b-header-navigation .li-deep-1:hover .ul-deep-2 {
	opacity: 1;
	border-radius: 0 0 4px 4px;
	pointer-events: auto;
}

/* Стиль для пункта меню при ховере (включая hover на подменю) */
.b-header-navigation .li-deep-1:has(.ul-deep-2):hover>a,
.b-header-navigation .li-deep-1 .ul-deep-2:hover~a {
	text-shadow: none;
	color: white;
	padding: 10px 5px;
	margin: -10px -5px;
	background: #343840;
	border-radius: 4px;
}



/* Убираем подчеркивание при ховере на пункт 1-го уровня */
.b-header-navigation .li-deep-1-first:hover a:not(.root-active)::after,
/* Убираем подчеркивание при ховере на подменю 2-го уровня */
.b-header-navigation .li-deep-1-first .ul-deep-2:hover~a:not(.root-active)::after {
	opacity: 0;
}

.b-header-navigation .ul-deep-2 a {
	border-radius: 0 0 4px 4px;
}

.b-header-navigation a:hover {
	color: #983298 !important;
}

@media (max-width: 743px) {
	.li-item-sstk .ul-deep-2 {
		position: relative;
		opacity: 1;
		color: white;
		/* ma-39703 - устранение разрывов между  пунктами меню в мобилке padding: 20px 5px 10px; */
		width: 100% !important;
		background: none;
		margin: 0;
		/* ma-39703 - из за этого не работала ссылка на FLEX в меню pointer-events: none; */
	}

	.li-item-sstk .ul-deep-2 .li-item-sstk-shutterstock-flex a::before {
		display: none;
	}
}
/* End */


/* Start:/local/templates/template.shutterstock/components/ma/news.list/main.advantages/style.css?16212500031777*/
.b-advantages__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
	.b-advantages__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 340px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		text-align: center;
		background-color: #fff;
		border-radius: 10px;
		padding: 35px 30px 29px;
		margin-right: 20px;
		height: 240px;
	}
	.owl-loaded .b-advantages__item {
		width: 100%;
		margin-right: 0;
	}
		.b-advantages__text {
		    font-weight: 700;
		}
			.b-advantages__item_holder {
			    display: -webkit-box;
			    display: -ms-flexbox;
			    display: flex;
			    width: 100%;
			    -webkit-box-orient: vertical;
			    -webkit-box-direction: normal;
			        -ms-flex-direction: column;
			            flex-direction: column;
			    -webkit-box-pack: justify;
			        -ms-flex-pack: justify;
			            justify-content: space-between;
			}
			.b-advantages__icon {
			    display: -webkit-box;
			    display: -ms-flexbox;
			    display: flex;
			    -webkit-box-align: center;
			        -ms-flex-align: center;
			            align-items: center;
			    -webkit-box-pack: center;
			        -ms-flex-pack: center;
			            justify-content: center;
			    width: 100%;
			    max-width: 180px;
			    height: 80px;
			    margin: 0 auto;
			}
				.b-advantages__icon img {
					height: 100%;
				    max-height: 80px;
				}


@media (max-width: 1550px) {
	.b-advantages__item {
		padding: 35px 20px 29px;
	}
}

@media (max-width: 1280px) {
	.b-advantages__icon {
		height: 60px;
	}
		.b-advantages__icon img {
		    max-height: 60px;
		}
}

@media (max-width: 991px) {
	.b-advantages__item {
		width: 260px !important;
		height: 200px;
	}

	.b-advantages__list .owl-item {
	    width: 260px !important;
	}
}
/* End */
/* /local/templates/template.shutterstock/css/libs/owl.carousel.css?16212499656853 */
/* /local/templates/template.shutterstock/css/libs/owl.theme.default.css?16212499651454 */
/* /local/templates/template.shutterstock/css/libs/jquery.custom-scroll.css?16212499651133 */
/* /local/templates/template.shutterstock/css/libs/aos.css?174964502326053 */
/* /local/templates/template.shutterstock/css/global/font.css?17496450237844 */
/* /local/templates/template.shutterstock/css/global/global.css?17629254067262 */
/* /local/templates/template.shutterstock/css/layout/holster.css?16775781181541 */
/* /local/templates/template.shutterstock/css/layout/blocks.css?176292540654720 */
/* /local/templates/template.shutterstock/css/layout/content.css?1621249965638 */
/* /bitrix/components/ma/site.settings/fancybox2/jquery.fancybox.css?16212482815178 */
/* /local/templates/.default/components/ma/site.settings/shutterstock/style.css?16775781185843 */
/* /local/templates/.default/components/ma/site.settings/shutterstock/poshytip/poshytip.css?16212500084735 */
/* /local/templates/.default/components/ma/catalog.favorite.list/header.favorite/style.css?1702441840733 */
/* /local/templates/.default/components/ma/sale.basket.basket.line/header.cart/style.css?17024418405541 */
/* /local/templates/.default/components/ma/menu/fotodom/style.css?17581683575711 */
/* /local/templates/template.shutterstock/components/ma/news.list/main.advantages/style.css?16212500031777 */
