

/* Start:/local/templates/atrus/js/owl.carousel.css?17491334714028*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  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;
    -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-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: 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 {
    -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 .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.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/atrus/js/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%; }

/* End */


/* Start:/local/templates/atrus/js/fancybox/jquery.fancybox.min.css?174913347113841*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/atrus/js/jquery.formstyler.css?17491334712238*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	margin: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/atrus/js/jquery.formstyler.theme.css?174913347111129*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 20px;
	height: 20px;
	margin: 0 4px 0 0;
	border: 1px solid #E8E8E8;
	background: #fff;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #ccc;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 14px;
	height: 8px;
	margin: 3px 0 0 2px;
	border-bottom: 3px solid #F0304A;
	border-left: 3px solid #F0304A;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #F0304A;
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	/*margin: 24px 0 0 0;*/
	width: 100%;
}
.jq-selectbox__select {
	height: 55px;
	padding: 0 40px 0 25px;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
	background: none;
	color: #333;
}
.jq-selectbox__select:hover {
	border-color: #9B9B9B;
}
.jq-selectbox__select:active {
	border-color: #666;
}
.jq-selectbox.focused .jq-selectbox__select {
	border-color: #666;
}
.jq-selectbox.disabled .jq-selectbox__select {
	opacity: .75;
	/*border-color: #CCC;*/
	/*background: #F5F5F5;*/
	box-shadow: none;
	/*color: #888;*/
}
.jq-selectbox__select-text {
	display: block;
	line-height: 53px;
	width: 100%;
}

.customized-solution .jq-selectbox__select {
	background: #2F303D;
	border-color: #2F303D;
	color: #aaa;
}
.customized-solution .jq-selectbox__select:hover, .customized-solution .jq-selectbox__select:active, .customized-solution .jq-selectbox.focused .jq-selectbox__select {
	background: #353646;
	border-color: #353646;
}
.customized-solution .jq-selectbox__dropdown {
	background: #353646;
	border-color: #353646;
	color: #aaa;
}

.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 24px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.customized-solution .jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #ccc;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: -2px 0;
	padding: 0;
	border: 1px solid #666;
	border-radius: 2px;
	background: #FFF;
	/*box-shadow: 0 2px 10px rgba(0,0,0,.2);*/
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	margin: 0;
	padding: 5px 25px;
	color: #231F20;
}
.jq-selectbox li.selected {
	/*background-color: #A3ABB1;*/
	color: #CE1600;
}
.jq-selectbox li:hover {
	background-color: whitesmoke;
	color: #CE1600;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}

.customized-solution .jq-selectbox li {
	color: #aaa;
}
.customized-solution .jq-selectbox li.selected {
	color: #fff;
}
.customized-solution .jq-selectbox li:hover {
	background-color: rgba(255,255,255,0.05);
	color: #fff;
}



.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/atrus/template_styles.css?174913347133203*/
body, html {
    padding: 0;
    margin: 0;
    font-family: "PT Sans", "Arial", sans-serif;
    font-size: 16px;
    line-height: 25px;
}
* {
    box-sizing: border-box;
    outline: none;
}
p:first-child, h2:first-child, h3:first-child {
    margin-top: 0;
}
p:last-child, h2:last-child, h3:last-child {
    margin-bottom: 0;
}
a{
    text-decoration: none;
    color: black;
}
a:hover{
    color: #F0304A;
}
h1, h2, h3 {
    font-family: "Lora", "PT Sans", serif;
    font-weight: bold;
    margin: 0.25em 0 0.5em;
    max-width: 980px;
}
h1, h2, .h1, .h2 {
    font-size: 50px;
    line-height: 60px;
}
h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 30px 0 40px;
}
h1:first-child, h2:first-child, h3:first-child, p:first-child {
    margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, p:last-child {
    margin-bottom: 0;
}
.main-top h1 {
    font-size: 80px;
    line-height: 80px;
}
.clear {
    display: block;
    clear: both;
}
.wrap{
    display: block;
    /*max-width: 980px;*/
    max-width: 100%;
    padding: 0 37px;
    margin: 0 auto;
}
.btn{
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #F0304A;
    border: 1px solid #F0304A;
    border-radius: 5px;
    padding: 15px 20px;
    text-align: center;
    transition: all .3s;
    box-shadow: 0 8px 15px -8px rgba(240, 48, 74, .6);
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
}
.feedback-agreement a {
    color: #F0304A;
}
.btn:hover{
    background: #FF3753;
    color: #fff;
    box-shadow: none;
}
.btn--light{
    color: #F0304A;
    background: transparent;
    font-weight: 400;
    box-shadow: none;
}
.btn--light:hover{
    background: #F0304A;
    color: #fff;
}
.btn--right {
    float: right;
    margin-top: 2px;
}
header {
    width: 300px;
    border-right: 1px solid #E8E8E8;
    min-height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    float: left;
    overflow: hidden;
}
.content{
    margin-left: 300px;
    overflow: hidden;
}
.inner {
    padding: 60px 0 100px;
}
.header-inner{
    position: absolute;
    left: 0;
    top: 0;
    right: -30px;
    bottom: 0;
    overflow: auto;
    padding-right: 30px;
}
.logo{
    display: block;
    width: 100%;
    height: 98px;
    padding: 28px 38px 21px;
    background: url("/local/templates/atrus/images/logo.svg") no-repeat center;
    background-size: 77.4%;
    border-bottom: 1px solid #E8E8E8;
    box-shadow: 0 8px 20px -17px rgba(0,0,0, 1);
}
.btn-holder{
    margin: 0 auto;
}
.btn--210{
    width: 210px;
}
.sub-menu,
.top-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-menu{
    margin-bottom: 20px;
}
.sub-menu li,
.top-menu li{
    margin: 0;
}
.sub-menu{
    background: #F9F9F9;
    display: none;
}
.active .sub-menu {
    display: block;
}
.sub-menu__item,
.top-menu__item {
    display: block;
    border-bottom: 1px solid #E8E8E8;
    padding: 16px 25px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
}
.sub-menu__item{
    text-transform: none;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 0;
}
.active .top-menu__item--drop{
    color: #F0304A;
}
.top-menu__item--drop:before,
.top-menu__item--drop:after{
    content: ' ';
    display: block;
    width: 10px;
    height: 6px;
    background: url(/local/templates/atrus/images/arr-down-black.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 22px;
    right: 18px;
}
.top-menu__item--drop:before{
    background: url(/local/templates/atrus/images/arr-up-red.svg) no-repeat center;
}
.top-menu__item--drop:hover:after,
.active .top-menu__item--drop:after,
.top-menu__item--drop:before{
    opacity: 0;
}
.top-menu__item--drop:hover:before{
    opacity: 1;
    transform: rotate(180deg);
}
.active .top-menu__item--drop:hover:before{
    transform: none;
}
.active .top-menu__item--drop:before{
    opacity: 1;
}
.top-menu__item--personal{
    padding-left: 60px;
    background: url("/local/templates/atrus/images/men-ico.svg") no-repeat 25px 12px;
}
.search{
    padding: 0 25px;
    position: relative;
    margin-bottom: 25px;
}
.search-input{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 100px;
    -webkit-appearance: none;
    padding: 7px 30px 7px 18px;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
}
.search-btn:after,
.search-btn{
    border: none;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    background: url("/local/templates/atrus/images/search-ico.svg") no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 10px;
    right: 35px;
    transition: all .3s;
}
.search-btn:after{
    content: ' ';
    background: url("/local/templates/atrus/images/search-ico-hover.svg") no-repeat center;
    opacity: 0;
    z-index: 2;
    top: 0;
    right: 0;
}
.search-btn:hover:after{
    opacity: 1;
}
.phone,
.mail{
    display: block;
    margin: 0 25px 16px;
    padding: 0 0 0 33px;
    position: relative;
    font-size: 16px;
    background: url("/local/templates/atrus/images/phone-ico.svg") no-repeat center left;
}
.mail{
    background: url("/local/templates/atrus/images/mail-ico.svg") no-repeat center left;
    margin-bottom: 28px;
}
.main-top{
    padding: 0;
    height: 768px;
    height: 100vh;
    max-height: 1000px;
    max-height: 100vw;
    position: relative;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    background-image: url(/local/templates/atrus/images/main-top-bg.jpg);
    color: #fff;
}
.main-top_info {
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    position: absolute;
}
.main-top__title{
    font-family: "Lora", serif;
    font-size: 80px;
    color: #FFFFFF;
    line-height: 80px;
    margin-bottom: 22px;
    max-width: 540px;
}
.main-top__text{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    max-width: 760px;
}
.block__title{
    font-family: "Lora", serif;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
}
.block__text{
    margin-bottom: 30px;
}
.block {
    position: relative;
    background: no-repeat;
    background-size: contain;
}
.block__info {
    position: relative;
    z-index: 2;
    max-width: 443px;
}
.block__info h2{
    margin: 0 auto 0.5em;
}
.info-left {
    background-position: right center;
}
.info-right {
    /*background-position: left center;*/
}
.info-right .block__info {
    float: right;
}
.info-left .block__info {
    float: left;
}
.info-center .block__info{
    text-align: center;
    margin: 0 auto;
}
.block--production {
    margin-top: 65px;
    padding: 135px 0;
}
.block--production:before {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    /*bottom: 0;*/
    width: 50%;
    height: 125%;
    display: block;
    content: "";
    position: absolute;
    background: no-repeat url(/local/templates/atrus/images/main-img-1.jpg?1) right center;
    background-size: cover;
    z-index: 1;
}
.block--quality {
    padding: 107px 0 190px;
}
.block--quality:before {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    /*bottom: 0;*/
    width: 50%;
    height: 125%;
    display: block;
    content: "";
    position: absolute;
    background: no-repeat url(/local/templates/atrus/images/main-img-2.jpg?2) left center;
    background-size: cover;
}
.block--assortment {
    font-family: "Lora", "PT Sans", serif;
    font-weight: bold;
    font-size: 5vw;
    color: rgba(181, 169, 146, 0.5);
    text-align: center;
    line-height: 5.5vw;
    background: url(/local/templates/atrus/images/main-img-3.jpg) no-repeat center bottom;
    background-size: cover;
    height: 0;
    padding-top: 42%;
    position: relative;
}
.block--assortment span{
    position: absolute;
    top: 20px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.block--hit{
    padding: 151px 0 100px;
    position: relative;
}
.block--hit:before{
    content: ' ';
    display: block;
    width: 41%;
    height: 65%;
    background: url(/local/templates/atrus/images/main-img-4.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 11%;
    left: -22%;
}
.block--hit .block__info{
    max-width: 78%;
    margin-bottom: 60px;
}
.block__items{
    margin-bottom: 60px;
    text-align: center;
}
.product__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    /*width: calc(33.3% + 1px);*/
    position: relative;
    border: 1px solid #E8E8E8;
    margin: 0 -1px -1px 0;
    text-align: left;
}

@media screen and (min-width: 1052px) and (max-width: 1280px) {
    .product__item {
        width: 33.3%;
    }
}
@media screen and (max-width: 1052px) {
    .product__item {
        width: 50%;
    }
}
@media screen and (max-width: 1090px) {
    .product__item {
        width: 100%;
    }
}

.product__item__img {
    display: block;
    height: 0;
    padding-top: 80%;
    position: relative;
}
.product__item__pic {
    display: block;
    position: absolute;
    top: 35px;
    left: 25px;
    right: 25px;
    bottom: 30px;
    background: no-repeat center center;
    background-size: contain;
}
.product__item-info{
    display: block;
    padding: 0 25px 40px;
    min-height: 104px;
}
.product__item-info span {
    display: block;
}
.product__item-name{
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}
.product__item:hover .product__item-name{
    color: #F0304A;
}
.product__item-prices{
    position: absolute;
    left: 25px;
    bottom: 15px;
}
.product__item-price{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
}
.block--hit .block__title{
    line-height: 50px;
}
.block--enterprise {
    background: #F9F9F9;
    padding: 100px 0 144px;
    background-repeat: no-repeat;
    background-position: 100% 40%;
    background-size: 51%;
}
.block--enterprise:before {
    top: 100px;
    right: 0;
    bottom: 100px;
    width: 50%;
    display: block;
    content: "";
    position: absolute;
    background: no-repeat url(/local/templates/atrus/images/main-img-5.jpg?3) right center;
    background-size: cover;
}
.block--enterprise .block__info {
    max-width: 100%;
    width: 43%;
}
.block--news {
    padding: 100px 0 98px;
}
.block--news .block__info,
.main-news__items{
    margin-bottom: 60px;
}
.block--news .block__info{
    max-width: 100%;
}
.main-news__item{
    width: 33.3%;
    float: left;
    min-height: 180px;
    border: 1px solid #E8E8E8;
    padding: 30px 30px 15px;
    margin: 0 -1px -1px 0;
}
.main-news__item-date{
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: black;
}
.main-news__item-name{
    display: block;
    font-weight: 700;
}
.footer-top{
    padding: 40px 0 105px;
    background: #F9F9F9;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}
.footer-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu li{
    margin: 0;
}
.footer-menu a{
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 13px;
}
.footer-col{
    float: left;
}
.footer-col--1{
    width: 15%;
    margin-right: 10%;
}
.footer-col--2{
    width: 35%;
    margin-right: 8%;
}
.footer-col--3{
    width: 23.4%;
    max-width: 200px;
    float: right;
    text-align: right;
}
footer .phone,
footer .mail{
    margin: 0 0 30px;
}
.address{
    padding-left: 30px;
    background: url(/local/templates/atrus/images/pin.svg) no-repeat left top;
    margin-bottom: 30px;
}
.footer-col--3 .btn{
    margin-bottom: 31px;
    max-width: 200px;
}
.footer-col--3 .link{
    display: inline-block;
    color: #F0304A;
    text-decoration: underline;
    padding-left: 37px;
    margin-bottom: 47px;
    background: url(/local/templates/atrus/images/quest.svg) no-repeat center left;
}
.footer-col--3 .link:hover{
    opacity: .8;
}
.social{
    margin: 0 -5px;
}
.social__item{
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
}
.social__item:hover{
    opacity: .8;
}
.vk{
    background: url(/local/templates/atrus/images/vk.svg) no-repeat center;
    background-size: 100%;
}
.fb{
    background: url(/local/templates/atrus/images/fb.svg) no-repeat center;
    background-size: 100%;
}
.yt{
    background: url(/local/templates/atrus/images/yt.svg) no-repeat center;
    background-size: 100%;
}
.ok{
    background: url(/local/templates/atrus/images/ok.svg) no-repeat center;
    background-size: 100%;
}
.footer-bot {
    padding: 25px 0;
    font-size: 14px;
    position: relative;
}
.prominado{
    display: block;
    padding-right: 125px;
    background: url(/local/templates/atrus/images/prominado.svg) no-repeat center right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}
.breadcrumb {
    font-size: 14px;
    line-height: 20px;
    color: #777;
    margin: 0 0 40px 0;
}
.breadcrumb a {
    color: #777;
}
.catalog-sections {
    list-style: none;
    margin: 0;
    padding: 0;
}
.catalog-section {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}
.catalog-section__image {
    display: block;
    height: 0;
    padding-top: 80%;
    position: relative;
}
.catalog-section__image span {
    display: block;
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    bottom: 25px;
    background: no-repeat center center;
    background-size: contain;
}
.catalog-section__title {
    padding: 0 25px 25px 25px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 25px;
}
.catalog-section:hover .catalog-section__title {
    color: #F0304A;
}
.catalog-items {
    margin: 60px 0 20px;
    text-align: center;
}
.detail:after {
    display: block;
    content: "";
    clear: both;
}
.detail__left {
    width: 45%;
    height: 500px;
    float: left;
    position: relative;
}
.detail__right {
    margin-left: 50%;
    width: 45%;
}
.detail-text {
    margin-bottom: 20px;
}
.clear {
    clear: both;
}
.content img {
    max-width: 100%;
}
.detail-price {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 50px;
    margin: 0 0 20px 0;
}
.detail-price--promo {
    color: #F0304A;
}
.detail-old-price {
    font-size: 16px;
    color: #aaaaaa;
    margin-left: 15px;
    letter-spacing: 0;
    line-height: 25px;
    text-decoration: line-through;
}
.detail-comment {
    color: #777;
    font-size: 14px;
    line-height: 20px;
}
.detail-more {
    margin-top: 100px;
}
.detail-prop {
    margin: 10px 0;
}
.detail-prop-name {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 25px;
}
.contacts-gropup{
    margin-bottom: 30px;
}
.contacts:after {
    content: "";
    display: block;
    clear: both;
}
.contact {
    display: inline-block;
    width: 350px;
    vertical-align: top;
    margin: 0 50px 40px 0;
}
/*.contact:nth-child(2n) {*/
    /*margin-right: 0;*/
/*}*/
.static {
    max-width: 750px;
}
.static ol{
    padding-left: 20px;
    list-style: circle;
    margin: 30px 0;
}
.static li{
    margin-bottom: 20px;
}
.static h2 {
    font-size: 40px;
    line-height: 50px;
}
.static .news-date-time {
    display: block;
    color: #9B9B9B;
    margin: 0 0 20px 0;
    font-size: 14px;
}
.columns:after {
    content: "";
    display: block;
    clear: both;
}
.columns {
    margin: 0 -10px;
}
.column {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 10px;
    vertical-align: top;
}
.column--50 {
    width: 50%;
}
.input, .textarea, .input-holder select {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 15px 20px;
    font-family: "PT Sans", "Arial", sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    margin: 0;
}
.input-holder select {
    height: 55px;
}
.input-holder select option {
    padding: 15px 20px;
}
.input-holder--cities {
    max-width: 440px;
    min-width: auto;
}
.input-holder--error .input, .input-holder--error .textarea {
    border: 1px solid #F0304A;
}
.textarea--200 {
    height: 200px;
    min-height: 150px;
}
.input-holder {
    position: relative;
}
.input-holder .label {
    position: absolute;
    top: 16px;
    left: 16px;
    color: #777;
    padding: 0 5px;
    font-size: 16px;
    transition: .2s all;
}
label {
    cursor: pointer;
}

.input-holder.active .label {
    top: -10px;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
}
.feedback-agreement {
    display: inline-block;
    /*margin-left: 70px;*/
    margin-top: 35px;
    vertical-align: middle;
}
.callback-form {
    width: 750px;
    max-width: 100%;
}
.about-column {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.about-column__title {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 25px;
    margin-top: 15px;
    text-transform: uppercase;
}
.about-columns--history .about-column, .about-columns--production .about-column {
    width: 33%;
}
.about-columns {
    text-align: center;
    margin: 0 0 100px 0;
}
.about-columns--history {
    margin: 100px 0 0 0;
}
.about-columns--production {
    margin: 50px 0;
}
.about-columns h2 {
    font-family: "Lora", "PT Sans", serif;
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 50px;
    margin: 0 auto 50px;
}
.about-columns span {
    font-family: "Lora", "PT Sans", serif;
    font-weight: bold;
    font-size: 80px;
    letter-spacing: 0;
    color: #B5A992;
    line-height: 80px;
    display: block;
}
.awards {
    margin-bottom: 100px;
}
.awards h2{
    margin-bottom: 60px;
}
.awards > div{
    text-align: center;
    margin: 0 -10px;
}
.award {
    display: inline-block;
    width: 210px;
    margin: 0 10px 20px;
}
.history {
    margin: 40px 0;
}
.history__year {
    float: left;
    width: 100px;
    font-family: "Lora", "PT Sans", serif;
    font-weight: bold;
    font-size: 30px;
    color: #B5A992;
    line-height: 30px;
}
.history__events {
    margin: 0 0 0 120px;
    padding: 2px 0 3px 0;
}
.history__event {
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    position: relative;
    padding-left: 30px;
}
.history__event:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #B5A992;
    left: 0;
    top: 10px;
    position: absolute;

}
.history__event:last-child {
    margin: 0;
}
.icon {
    display: inline-block;
    height: 86px;
    background: no-repeat center center;
}
.icon--charity {
    width: 78px;
    background-image: url('/local/templates/atrus/images/icon-charity.svg');
}
.icon--social {
    width: 78px;
    background-image: url('/local/templates/atrus/images/icon-social.svg');
}
.icon--tradition {
    width: 96px;
    background-image: url('/local/templates/atrus/images/icon-tradition.svg');
}
.icon--quality {
    width: 75px;
    background-image: url('/local/templates/atrus/images/icon-quality.svg');
}
.icon--animal {
    width: 86px;
    background-image: url('/local/templates/atrus/images/icon-animal.svg');
}
.icon--truck {
    width: 96px;
    background-image: url('/local/templates/atrus/images/icon-truck.svg');
}
.about-column__desc {
    font-family: "PT Sans", "Arial", sans-serif;
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
}
.benefits {
    background: #F9F9F9;
    margin: 50px 0;
    padding: 40px 0;
}
.benefits-text{
    display: flex;
    justify-content: flex-start;
}
.benefits-text .col{
    width: 49%;
    margin-right: 2%;
}
.benefits-text .col:last-child{
    margin-right: 0;
}
.benefits:after {
    display: block;
    content: "";
    clear: both;
}
.benefits-top {
    /*text-align: center;*/
    /*margin: 0 auto 60px auto;*/
    /*max-width: 640px;*/
}
.benefits-left {
    width: 48%;
    float: left;
}
.benefits-left img {
    max-width: 300px;
    margin: 120px 0 0 0;
    text-align: right;
}
.benefits-right {
    width: 48%;
    float: right;
}
.benefits-right img {
    margin: 0 0 60px 0;
}
.partners {

}
.partner {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    opacity: .7;
    transition: .3s all;
    filter: grayscale(1) brightness(1.2);
    max-width: 320px;
}

@media screen and (min-width: 1390px) {
    .partner {
        width: 20%;
    }
}
.partner:hover {
    filter: none;
}
.partner span {
    display: block;
    padding-top: 50%;
    background: no-repeat center center;
}
.top {
    background: no-repeat center center;
    background-size: cover;
}
.top--partnership {
    background-image: url('/local/templates/atrus/images/top-partnership.jpg');
}
.top--about {
    background-image: url('/local/templates/atrus/images/top-about.jpg');
}
.top--about.top--history {
    position: relative;
    background-image: url('/local/templates/atrus/images/top-about-history.jpg');
}
.top--about.top--history:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
}
.top--production {
    background-image: url('/local/templates/atrus/images/top-production.jpg');
}
.top, .top .wrap {
    height: 500px;
}
.top .wrap {
    position: relative;
    padding-top: 60px;
    color: #fff;
    z-index: 2;
}
.top-info {
    position: absolute;
    bottom: 50px;
}
.top .breadcrumb, .top .breadcrumb a {
    color: rgba(255, 255, 255, 0.5);
}
.top .breadcrumb a:hover {
    color: rgba(255, 255, 255, 1);
}
.section-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.section-menu li {
    display: inline-block;
    margin: 0 50px 0 0;
    padding: 0;
}
.section-menu li:last-child {
    margin: 0;
}
.section-menu li a {
    color: #fff;
}
.section-menu li a.selected {
    color: #fff;
    font-weight: bold;
}
.photos .photo {
    display: inline-block;
    line-height: 0;
    width: 23.5%;
    margin: 20px 2% 0 0;
}
.photos .photo:nth-child(4n) {
    margin-right: 0;
}

.video {
    display: inline-block;
    line-height: 0;
    width: 100%;
    /*width: 49%;*/
    /*margin: 20px 2% 0 0;*/
    margin: 20px 0 0 0;
}
/*.video:nth-child(2n){*/
    /*margin-right: 0;*/
/*}*/
.video div  {
    height: 0;
    padding-top: 56.25%;
    position: relative;
}
.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.detail-meats {
    margin: 0 0 20px 0;
    line-height: 0;
}
.detail-meat {
    width: 42px;
    height: 42px;
    margin: 0 10px 0 0;
    display: inline-block;
    background: #F0304A no-repeat center center;
    border-radius: 50%;
}
.detail-meat--pork {
    background-image: url('/local/templates/atrus/images/icon-pork.svg');
}
.detail-meat--beef {
    background-image: url('/local/templates/atrus/images/icon-beef.svg');
}
.detail-meat--chicken {
    background-image: url('/local/templates/atrus/images/icon-chicken.svg');
}
.detail-meat:last-child {
    margin: 0;
}
.detail-image {
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*padding: 50px;*/

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    left: 0;
}
.detail-image img {
    max-height: 100%;
}
.item-labels {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
}
.product__item__img .item-labels {
    top: 25px;
    right: 35px;
}
.product__item__img .item-labels--bottom {
    top: auto;
    right: auto;
    left: 25px;
    bottom: 15px;
    display: block;
}
.item-label {
    display: inline-block;
    margin: 0 0 0 5px;
    width: 41px;
    height: 52px;
    background: no-repeat center center;
}
.item-new {
    /*top: 0;*/
    /*left: 0;*/
    display: inline-block;
    line-height: 22px;
    border-radius: 12px;
    background: #F0304A;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    z-index: 5;
    margin: 0 0 20px 0;
    padding: 2px 10px;
}
.product__item__img .item-new {
    /*position: absolute;*/
    /*bottom: 5px;*/
    /*left: 15px;*/
    /*margin: 0;*/
    /*padding: 0 10px;*/
}
.item-special {
    display: inline-block;
    line-height: 22px;
    border-radius: 14px;
    padding: 2px 10px;
    border: solid 1px #F0304A;
    background: #fff;
    color: #F0304A;
    font-size: 16px;
    white-space: nowrap;
    margin: 0 0 20px 0;
}
.item-label--gost {
    background-image: url('/local/templates/atrus/images/icon-gost.svg');
}
.item-label--tu {
    background-image: url('/local/templates/atrus/images/icon-tu.svg');
}
.get__btn{
    margin-bottom: 30px;
    max-width: 210px;
}

.opened .jq-selectbox__select{
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}
.jq-selectbox__dropdown{
    border-top: 0;
    border-radius: 0 0 5px 5px;
}
.jq-selectbox__trigger{
    transition: all .3s;
}
.opened .jq-selectbox__trigger{
    transform: rotate(-180deg);
}

.burger {
    display: none;
}
@media (max-width: 767px) {
    body, html {
        font-size: 14px;
        line-height: 20px;
    }
    header {
        /*display: none;*/
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        min-height: auto;
        float: none;
        width: auto;
        overflow: visible;
        z-index: 2;
        border: none;
    }
    .burger {
        cursor: pointer;
        display: block;
        position: fixed;
        right: 15px;
        top: 15px;
        /*margin-top: -20px;*/
        width: 40px;
        height: 40px;
        z-index: 3;
    }
    .burger span, .burger span:before, .burger span:after {
        height: 2px;
        content: "";
        width: 20px;
        transition: .5s all;
        transform-origin: center center;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -10px;
        display: block;
        background: #F0304A;
    }
    .burger span:before {
        margin-top: -8px;
        /*transform-origin: center 8px;*/
    }
    .burger span:after {
        margin-top: 6px;
        /*transform-origin: center -8px;*/
    }

    .menued {
        overflow: hidden;
    }

    .menued .burger span {
        transform: rotate(45deg);
    }
    .menued .burger span:before {
        margin-top: -1px;
        transform: rotate(90deg);
    }
    .menued .burger span:after {
        margin-top: -1px;
        transform: rotate(90deg);
    }

    @keyframes burger {
        0% {

        }

    }

    .header-content {
        z-index: 1;
        position: fixed;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        padding: 70px 0 20px 0;
        overflow: auto;
        transition: .5s transform;
        transform: translateY(-100%);
    }
    .menued .header-content {
        transform: translateY(0);
    }
    .header-inner {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        min-height: auto;
        float: none;
        width: auto;
        padding: 0;
        height: 70px;
        overflow: visible;
    }
    .logo {
        z-index: 2;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 70px;
        padding: 0;
        background-color: #fff;
        background-size: 200px auto;
        background-position: 15px 12px;
    }
    .content {
        /*margin: 70px 0 0 0;*/
        margin: 0;
        overflow: auto;
        position: relative;
        z-index: 1;
    }
    h1, h2, .h1, .h2, .static h2 {
        font-size: 24px;
        line-height: 32px;
    }
    h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .main-top h1 {
        font-size: 30px;
        line-height: 34px;
    }
    .main-top {
        height: auto;
        max-height: none;
        padding: 100px 0 20px;
        padding: 30vh 0 20px;
    }
    .main-top_info {
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        position: static;
    }
    .wrap {
        padding: 0 15px;
    }
    .wrap .wrap {
        /*padding: 0;*/
    }
    .main-top__text {
        font-size: 16px;
        line-height: 24px;
    }
    .block {
        margin: 40px 0;
        padding: 0;
        background: none;
    }
    .block:before {
        display: none;
    }
    .btn {
        font-size: 14px;
        line-height: 14px;
    }
    .block--assortment {
        display: none;
        padding: 0 20px;
        text-align: left;
        font-size: 32px;
        line-height: 36px;
    }
    .info-left .block__info, .info-right .block__info {
        float: none;
    }
    .block__text {
        margin-bottom: 20px;
    }
    .info-center .block__info {
        text-align: left;
    }
    .block--hit .block__info {
        margin-bottom: 30px;
    }
    .block__items {
        margin-bottom: 30px;
    }
    .product__item {
        width: auto;
        display: block;
        float: none;
    }
    .main-news__item {
        width: auto;
        display: block;
        float: none;
        min-height: auto;
        padding: 20px;
    }
    .main-news__item-date {
        margin-bottom: 10px;
    }
    .product__item-info {
        min-height: auto;
        padding: 0 25px 20px;
    }
    .block--news .block__info, .main-news__items {
        margin-bottom: 40px;
    }
    .footer-top {
        padding: 30px 0;
    }
    .footer-col--1, .footer-col--2, .footer-col--3 {
        width: auto;
        float: none;
        margin: 0;
    }
    .address, footer .phone, footer .mail {
        margin: 0 0 20px 0;
    }
    .footer-bot {
        padding: 15px 0;
    }
    .footer-col--3 .link {
        margin-bottom: 25px;
    }
    .prominado {
        margin: 30px 0 0 0;
        display: block;
        position: static;
        width: 120px;
        white-space: nowrap;
        text-indent: 150px;
        padding: 0;
        overflow: hidden;
    }
    .product__item__img {
        padding-top: 60%;
    }
    .product__item__pic {
        top: 25px;
        left: 25px;
        right: 25px;
        bottom: 25px;
    }
    .btn-holder {
        text-align: left;
        margin: 0;
    }
    .header-content .btn-holder {
        margin-left: 25px;
    }
    .inner {
        padding: 30px 0;
    }
    .breadcrumb {
        margin: 0 0 20px 0;
    }
    .catalog-section {
        display: block;
        width: auto;
        margin: 0 0 30px 0;
    }
    .catalog-items {
        margin: 30px 0;
    }
    .detail__left, .detail__right {
        width: auto;
        float: none;
        margin: 0;
    }
    .detail-more {
        margin-top: 30px;
    }

    .top .wrap {
        padding: 20px 15px;
    }
    .top, .top .wrap {
        height: auto;
    }
    .top-info {
        position: relative;
        bottom: auto;
    }
    .section-menu li {
        margin: 0 20px 0 0;
    }
    .about-column, .about-columns--history .about-column, .about-columns--production .about-column {
        width: auto;
        display: block;
        text-align: left;
        margin: 0 0 30px 0;
    }
    .about-column:last-child .about-column__desc, .about-column:last-child, .about-columns:last-child {
        margin-bottom: 0;
    }
    .about-column__desc {
        text-align: left;
        margin: 5px 0 20px 70px;
        font-size: 14px;
        line-height: 20px;
        padding: 0;
    }
    .about-columns span {
        font-size: 40px;
        line-height: 50px;
    }
    .about-column__title {
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0 0 70px;
    }
    .about-columns--numbers .about-column__title {
        margin-left: 0;
    }
    .about-columns {
        margin: 0 0 30px 0;
    }
    .history__year {
        width: 60px;
        font-size: 22px;
        line-height: 26px;
    }
    .history__events {
        margin: 0 0 0 60px;
    }
    .history__event {
        padding-left: 20px;
    }
    .about-columns h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .award {
        width: 48%;
        margin: 0 4% 20px 0;
    }
    .award:nth-child(2n ) {
        margin-right: 0;
    }
    .benefits {
        margin: 30px 0;
        padding: 30px 0;
    }
    .benefits-top {
        text-align: left;
    }
    .feedback-agreement {
        margin: 15px 0 0 0;
    }
    .contact {
        width: auto;
        display: block;
        margin: 0 0 30px 0;
    }
    .partner {
        width: 46%;
        margin: 0 2% 30px;
    }
    .partner span {
        padding-top: 50%;
        background-size: contain;
    }
    .photos .photo {
        width: 49%;
        margin-top: 10px;
        line-height: 0;
    }
    .photos .photo:nth-child(2n) {
        margin-right: 0;
    }
    .videos .video {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .icon {
        width: 60px;
        height: 80px;
        background-size: contain;
        background-position: center top;
        float: left;
    }
    .product__item-prices {
        position: static;
    }
    .item-new, .item-special {
        font-size: 14px;
    }
}
ul.top-menu > li:first-child > a {
	color: #F0304A;
}

ul.top-menu > li:first-child > a::after {
	content: ' ';
    background-image: url(/local/templates/atrus/images/link-external.svg);
    background-size: 18px 18px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    vertical-align: bottom;
}
/* End */
/* /local/templates/atrus/js/owl.carousel.css?17491334714028 */
/* /local/templates/atrus/js/fancybox/jquery.fancybox.min.css?174913347113841 */
/* /local/templates/atrus/js/jquery.formstyler.css?17491334712238 */
/* /local/templates/atrus/js/jquery.formstyler.theme.css?174913347111129 */
/* /local/templates/atrus/template_styles.css?174913347133203 */
