/*
@mixin ie9{
	.lt-ie9 &{
		@content;
	}
}
*/
img.lazy {
  opacity: 0;
  min-height: 3px;
  will-change: opacity;
}

img.lazy.loading, img.lazy.loaded {
  opacity: 1;
}

.disable-hover {
  pointer-events: none;
}

.resize-animation-stopper * {
  -webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
          animation: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

/*
html:not(.fonts-loaded){
	*{
		font-family: sans-serif !important;
	}
	.fa, .far, .fab, .fal, .fas{
		visibility: hidden;
		@include vv-trans;
	}
}
*/
html, html body {
  min-width: 320px;
}

html.is-mobile, html.is-mobile body {
  min-width: 320px;
}

html.lt-ie9, html.lt-ie9 body, html.no-smil, html.no-smil body {
  min-width: 1000px;
}

@media (max-width: 1279px) {
  html.lt-ie9 .container, html.no-smil .container {
    width: 970px !important;
    max-width: 970px !important;
  }
}

@media (max-width: 991px) {
  html.lt-ie9, html.no-smil {
    overflow: hidden;
  }
  html.lt-ie9, html.lt-ie9 body, html.no-smil, html.no-smil body {
    height: 100vh;
  }
  html.lt-ie9 body *, html.no-smil body * {
    opacity: 0.5;
    visibility: hidden;
  }
  html.lt-ie9 body:before, html.no-smil body:before {
    content: 'Mobile version is not supported on IE9';
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -150px;
    font-size: 16px;
    line-height: 40px;
    width: 300px;
    height: 50px;
    padding: 5px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    color: #fff;
    text-align: center;
    background-color: #BA2E3A;
  }
  html.lt-ie9 .container, html.no-smil .container {
    width: 970px !important;
    max-width: 970px !important;
  }
}

@media screen and (max-width: 1296px) {
  html.lt-ie9, html.no-smil {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1279px) {
  html.lt-ie9, html.no-smil {
    overflow-x: auto;
  }
}

.lt-ie9, .flexboxtweener, .lt-ie8, .lt-ok {
  min-width: 1000px;
}

@media screen and (max-width: 1024px) {
  .lt-ie9, .flexboxtweener, .lt-ie8, .lt-ok {
    width: 1000px;
  }
  .lt-ie9 .container, .flexboxtweener .container, .lt-ie8 .container, .lt-ok .container {
    width: 970px !important;
    max-width: 970px !important;
  }
}

.lt-ie9 body, .flexboxtweener body, .lt-ie8 body, .lt-ok body {
  min-width: 1024px;
  /*
		&:after{
			content: 'ie9';
			position: fixed;
			left: 0;
			top: 0;
			width: 30px;
			height: 30px;
			padding: 5px;
			color: $white;
			text-align: center;
			background-color: $black_50;
		}
		*/
}

body {
  position: relative;
  /* NO JS */
  /* /NO JS */
}

body.opened {
  overflow: hidden;
  height: 100%;
}

body.modal-open {
  overflow: hidden;
  height: 100%;
}

.is-navOpen body {
  overflow: hidden;
  overflow-y: scroll;
}

.no-js body {
  -webkit-animation: 250ms body-in;
     -moz-animation: 250ms body-in;
       -o-animation: 250ms body-in;
          animation: 250ms body-in;
}

.fonts-loaded {
  font-family: "Noto Sans", Roboto, "Helvetica Neue", Arial;
}

.svg-sprites {
  display: none;
  visibility: hidden;
}

picture {
  display: block;
}

.slick-slide a:focus {
  outline: none;
}

.testform {
  display: none;
}

a:hover, a:link, a:visited {
  text-decoration: none;
}

@media (max-width: 1068px) {
  .anim-floating1 {
    -webkit-animation: floating1 infinite ease-in-out 5s;
       -moz-animation: floating1 infinite ease-in-out 5s;
         -o-animation: floating1 infinite ease-in-out 5s;
            animation: floating1 infinite ease-in-out 5s;
  }
}

@-webkit-keyframes floating1 {
  from {
    -webkit-transform: translate(0, 0px);
  }
  55% {
    -webkit-transform: translate(0px, 10px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}

@-moz-keyframes floating1 {
  from {
    -webkit-transform: translate(0, 0px);
  }
  55% {
    -webkit-transform: translate(0px, 10px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}

@-o-keyframes floating1 {
  from {
    -webkit-transform: translate(0, 0px);
  }
  55% {
    -webkit-transform: translate(0px, 10px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}

@keyframes floating1 {
  from {
    -webkit-transform: translate(0, 0px);
  }
  55% {
    -webkit-transform: translate(0px, 10px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}

@-webkit-keyframes body-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes body-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes body-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes body-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.sp {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sp2 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 1068px) {
  .sp2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.tac {
  text-align: center;
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (min-width: 992px) {
  .only-mobile {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (max-width: 991px) {
  .only-desktop {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (max-width: 991px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 991px) {
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 991px) {
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 991px) {
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (max-width: 991px) {
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.overflow {
  overflow: hidden;
}

@media (min-width: 1280px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.container.compact {
  max-width: 960px;
}

@media (max-width: 991px) {
  .container {
    max-width: 450px;
    width: auto;
  }
}

@media screen and (max-width: 320px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .row {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.text-decor {
  background-color: #F1D5D8;
}

.out-of-date {
  position: relative;
  padding: 16px;
  background-color: #EDEEF0;
  text-align: center;
}

@media (max-width: 991px) {
  .out-of-date {
    display: none;
    visibility: hidden;
  }
}

.out-of-date .close.anik.anik--cross {
  opacity: 1;
  color: #E0E0E0;
  margin-top: 0;
}

.out-of-date .close.anik.anik--cross:hover, .out-of-date .close.anik.anik--cross:focus, .out-of-date .close.anik.anik--cross:active {
  color: #fff;
  background-color: #333;
}

.out-of-date .close.anik.anik--cross:hover:before, .out-of-date .close.anik.anik--cross:hover:after, .out-of-date .close.anik.anik--cross:focus:before, .out-of-date .close.anik.anik--cross:focus:after, .out-of-date .close.anik.anik--cross:active:before, .out-of-date .close.anik.anik--cross:active:after {
  background-color: #fff;
}

.out-of-date .close.anik.anik--cross:before, .out-of-date .close.anik.anik--cross:after {
  background-color: #777;
}

.out-of-date .close.anik.anik--cross.posa {
  position: absolute;
  z-index: 1060;
  top: 16px;
  right: 16px;
}

.out-of-date .close.anik.anik--cross.posa-outline {
  top: -30px;
  right: -30px;
}

.out-of-date__content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.out-of-date strong {
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
}

.out-of-date p {
  font-size: 12px;
}

.out-of-date .good_browsers {
  padding: 8px 0;
}

.out-of-date .good_browser {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 10px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}

.out-of-date .good_browser:hover {
  background-color: #f9f9fa;
  text-decoration: none;
}

.out-of-date .browser_icon {
  width: 80px;
  height: 80px;
  background: url(../img/out-of-date/browsers.png) no-repeat 0 0;
  margin-bottom: 10px;
}

.out-of-date .browser_icon.firefox {
  background-position: 0 -83px;
}

.out-of-date .browser_icon.chrome {
  background-position: 0 -165px;
}

.out-of-date .browser_icon.opera {
  background-position: 0 -249px;
}

.out-of-date .browser_icon.yandex {
  background-position: 0 -334px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .out-of-date .browser_icon {
    background-image: url(../img/out-of-date/browsers_2x.png);
    -webkit-background-size: 79px 412px;
       -moz-background-size: 79px 412px;
            background-size: 79px 412px;
  }
}

@media (max-width: 991px) {
  .header-box .core-menu {
    display: none;
    visibility: hidden;
    /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
  }
  .lt-ie9 .header-box .core-menu {
    display: none;
  }
}

.core-menu {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-height: 44px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.core-menu__burger {
  position: relative;
  height: 44px;
  width: 160px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 160px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  padding-top: 12px;
  padding-left: 19px;
  padding-right: 40px;
  background-color: #BA2E3A;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  /*
		.lines{
			
		}
		.cross{
			display: none;
			visibility: hidden;
			color: $white;
		}
		*/
}

@media (max-width: 1279px) {
  .core-menu__burger {
    width: 180px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
}

.core-menu__burger.open {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  /*
			.lines{
				display: none;
				visibility: hidden;
			}
			.cross{
				display: flex;
				visibility: visible;
				//
				@include ie9{
					display: block;
				}
			}
			*/
}

.core-menu__search {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-left: 20px;
  padding-right: 16px;
  height: 44px;
  background-color: #98242E;
}

.core-menu__auth {
  height: 44px;
  width: 340px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #BA2E3A;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}

@media (max-width: 1279px) {
  .core-menu__auth {
    width: 290px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 290px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 290px;
            flex: 0 0 290px;
  }
}

.core-menu__auth.logined .icon-link span {
  max-width: 180px;
}

.core-menu__auth .icons-line {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.lt-ie9 .core-menu__auth .icons-line {
  display: block;
  white-space: nowrap;
}

.lt-ie9 .core-menu__auth .icons-line .icon-link {
  display: inline-block;
}

.core-menu .icon-link {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 0 0 37px;
  background: none;
  border: none;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  color: #fff;
  outline: none;
}

.core-menu .icon-link.tac {
  margin-left: auto;
  margin-right: auto;
}

.core-menu .icon-link + .icon-link {
  margin-left: 15px;
}

.core-menu .icon-link.collapsed .lines {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  visibility: visible !important;
}

.core-menu .icon-link.collapsed .cross {
  display: none !important;
  visibility: hidden !important;
}

@media (max-width: 1279px) {
  .core-menu .icon-link {
    font-size: 13px;
  }
}

.core-menu .icon-link:hover, .core-menu .icon-link:focus, .core-menu .icon-link:active {
  color: rgba(255, 255, 255, 0.9);
  outline: none;
}

.core-menu .icon-link__img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  color: #fff;
}

.core-menu .icon-link__img img, .core-menu .icon-link__img svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.core-menu .icon-link__img.lines {
  display: none;
  visibility: hidden;
}

.core-menu .icon-link__img.cross {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}

.core-menu .icon-link span {
  white-space: nowrap;
}

.core-menu .icon-link + .icon-link:last-of-type {
  max-width: 215px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

@media (max-width: 991px) {
  .core-menu .icon-link + .icon-link:last-of-type {
    max-width: 260px;
  }
}

.lt-ie9 .core-menu {
  display: block;
  height: 44px;
}

.lt-ie9 .core-menu__burger {
  float: left;
}

.lt-ie9 .core-menu__search {
  float: left;
  width: -webkit-calc(100% - 160px - 340px);
  width: -moz-calc(100% - 160px - 340px);
  width: calc(100% - 160px - 340px);
}

@media (max-width: 1279px) {
  .lt-ie9 .core-menu__search {
    width: -webkit-calc(100% - 180px - 290px);
    width: -moz-calc(100% - 180px - 290px);
    width: calc(100% - 180px - 290px);
  }
}

.lt-ie9 .core-menu__auth {
  float: right;
}

.core-menu .popover-box.popover-box--big {
  top: 36px;
  right: 0;
}

@media (max-width: 991px) {
  .core-menu .popover-box.popover-box--big {
    display: none;
    visibility: hidden;
  }
}

.core-submenu {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 44px;
  min-width: 270px;
  background-color: #BA2E3A;
}

.core-submenu__box {
  padding: 15px;
}

.core-submenu ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 14px;
}

.core-submenu ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.core-submenu ul li a {
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 300ms ease-out, color 300ms ease-out;
  -o-transition: border-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: border-color 300ms ease-out, color 300ms ease-out;
  transition: border-color 300ms ease-out, color 300ms ease-out;
}

.core-submenu ul li a:hover, .core-submenu ul li a:focus, .core-submenu ul li a:active {
  color: #fff;
  border-bottom-color: #fff;
}

.core-submenu ul:first-of-type {
  font-size: 14px;
  text-transform: uppercase;
}

.core-nav {
  position: relative;
  z-index: 22;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

@media (max-width: 991px) {
  .core-nav {
    height: 48px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 320px) {
  .core-nav {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.core-nav__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.core-nav__logo {
  width: 250px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}

.core-nav__logo .logo {
  line-height: 68px;
}

@media (max-width: 1279px) {
  .core-nav__logo {
    width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}

@media (max-width: 991px) {
  .core-nav__logo .logo {
    line-height: inherit;
  }
}

@media (max-width: 479px) {
  .core-nav__logo .logo img {
    width: 136px;
    height: 17px;
  }
}

.core-nav__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media (max-width: 991px) {
  .core-nav__links {
    display: none;
    visibility: hidden;
  }
}

.core-nav__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.core-nav__links ul li {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.core-nav__links ul li a {
  position: relative;
  display: inline-block;
  color: #333;
  line-height: 68px;
}

.core-nav__links ul li a:before {
  opacity: 0;
  content: '';
  position: absolute;
  left: -25px;
  bottom: 0;
  right: -25px;
  height: 2px;
  background-color: #A52D1B;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.core-nav__links ul li a:hover, .core-nav__links ul li a:focus, .core-nav__links ul li a:active {
  color: #BA2E3A;
}

.core-nav__links ul li a:hover:before, .core-nav__links ul li a:focus:before, .core-nav__links ul li a:active:before {
  opacity: 1;
}

.core-nav__links ul li a.active:before {
  opacity: 1;
}

@media (max-width: 1279px) {
  .core-nav__links ul li {
    font-size: 13px;
  }
  .core-nav__links ul li a:before {
    left: -8px;
    right: -8px;
  }
}

.core-nav__burger {
  display: none;
  visibility: hidden;
}

@media (max-width: 991px) {
  .core-nav__burger {
    display: block;
    visibility: visible;
    margin-left: auto;
  }
}

.core-nav__burger .cross {
  display: none;
  visibility: hidden;
  color: #fff;
}

.core-nav__burger.open {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
}

.core-nav__burger.open .lines {
  display: none;
  visibility: hidden;
}

.core-nav__burger.open .cross {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  color: #BA2E3A !important;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.lt-ie9 .core-nav__burger.open .cross {
  display: block;
}

.core-nav__burger .icon-link {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 0 0 30px;
  background: none;
  border: none;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  padding-left: 30px;
  color: #BA2E3A;
  outline: none;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  vertical-align: top;
}

.core-nav__burger .icon-link + .icon-link {
  margin-left: 15px;
}

.core-nav__burger .icon-link.open {
  color: #C6B19F;
}

.core-nav__burger .icon-link.open .lines {
  display: none;
  visibility: hidden;
}

.core-nav__burger .icon-link.open .cross {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.lt-ie9 .core-nav__burger .icon-link.open .cross {
  display: block;
}

@media (max-width: 1279px) {
  .core-nav__burger .icon-link {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .core-nav__burger .icon-link {
    padding-left: 20px;
  }
  .core-nav__burger .icon-link + .icon-link {
    margin-left: 16px;
  }
}

.core-nav__burger .icon-link:hover, .core-nav__burger .icon-link:focus, .core-nav__burger .icon-link:active {
  color: #BA2E3A;
  outline: none;
}

.core-nav__burger .icon-link__img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.core-nav__burger .icon-link__img img, .core-nav__burger .icon-link__img svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .core-nav__burger .icon-link__img {
    top: 5px;
    left: 3px;
    width: 14px;
    height: 14px;
  }
}

.core-nav__burger .icon-link span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.lt-ie9 .core-nav {
  display: block;
}

.lt-ie9 .core-nav__container {
  display: block;
}

.lt-ie9 .core-nav__container::after {
  content: "";
  display: table;
  clear: both;
}

.lt-ie9 .core-nav__logo {
  float: left;
}

.lt-ie9 .core-nav__links {
  float: left;
  width: -webkit-calc(100% - 250px - 0px);
  width: -moz-calc(100% - 250px - 0px);
  width: calc(100% - 250px - 0px);
}

.lt-ie9 .core-nav__links ul {
  display: table;
  white-space: nowrap;
  text-align: justify;
}

.lt-ie9 .core-nav__links ul li {
  display: table-cell;
}

@media (max-width: 1279px) {
  .lt-ie9 .core-nav__links {
    width: -webkit-calc(100% - 200px - 0px);
    width: -moz-calc(100% - 200px - 0px);
    width: calc(100% - 200px - 0px);
  }
}

.lt-ie9 .core-nav__burger {
  float: right;
}

.header-box.open + .core-mobilemenu {
  background-color: #98242E;
}

.header-box.open + .core-mobilemenu .core-menu__search:after, .header-box.open + .core-mobilemenu .core-menu__search.open:after {
  display: none !important;
  visibility: hidden !important;
}

.core-mobilemenu {
  position: absolute;
  z-index: 21;
  left: 0;
  right: 0;
  top: 0;
  min-width: 270px;
  background: none;
  display: none;
  visibility: hidden;
  /*
	&:before{
		content: '';
		position: absolute;
		pointer-events: none;
		left: 0;
		top: 0;
		right: 0;
		height: 50px;
		background-color: #00f;
	}
	*/
  /*
	@include md-min{
		.core-menu{
			&__search{
				&, &.open{
					display: none !important;
					visibility: hidden !important;
				}
			}
		}
	}
	*/
}

@media (max-width: 991px) {
  .core-mobilemenu {
    display: block;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .core-mobilemenu .core-menu {
    display: block;
    visibility: visible;
  }
  .core-mobilemenu .core-menu__search {
    display: none;
    visibility: hidden;
    pointer-events: none;
    position: relative;
    z-index: 30;
    left: 0;
    top: 50px;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
  }
  .core-mobilemenu .core-menu__search:after {
    content: '';
    display: none;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 44px;
    right: 0;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0));
  }
  .core-mobilemenu .core-menu__search.open {
    display: block;
    visibility: visible;
    pointer-events: all;
  }
  .core-mobilemenu .core-menu__search.open:after {
    display: block;
    visibility: visible;
  }
  .core-mobilemenu .core-menu__search .search-input__input input {
    padding-left: 40px;
    color: #000;
  }
  .core-mobilemenu .core-menu__search .search-input__input input::-webkit-input-placeholder {
    color: #777;
  }
  .core-mobilemenu .core-menu__search .search-input__input input:-moz-placeholder {
    color: #777;
  }
  .core-mobilemenu .core-menu__search .search-input__input input::-moz-placeholder {
    color: #777;
  }
  .core-mobilemenu .core-menu__search .search-input__input input:-ms-input-placeholder {
    color: #777;
  }
  .core-mobilemenu .core-menu__search .search-input__input input::-ms-input-placeholder {
    color: #777;
  }
  .core-mobilemenu .core-menu__search .search-input__input input::placeholder {
    color: #777;
  }
  .core-mobilemenu .core-menu__search .search-input__input input:focus::-webkit-input-placeholder {
    opacity: 1;
  }
  .core-mobilemenu .core-menu__search .search-input__input input:focus:-moz-placeholder {
    opacity: 1;
  }
  .core-mobilemenu .core-menu__search .search-input__input input:focus::-moz-placeholder {
    opacity: 1;
  }
  .core-mobilemenu .core-menu__search .search-input__input input:focus:-ms-input-placeholder {
    opacity: 1;
  }
  .core-mobilemenu .core-menu__search .search-input__input input:focus::-ms-input-placeholder {
    opacity: 1;
  }
  .core-mobilemenu .core-menu__search .search-input__input input:focus::placeholder {
    opacity: 1;
  }
  .core-mobilemenu .core-menu__search .search-input__input input::-ms-clear {
    display: none;
  }
  .core-mobilemenu .core-menu__search .search-input__icon {
    color: #BA2E3A;
  }
  .core-mobilemenu .core-menu__search .search-input__icon.icon-search {
    left: 15px;
    right: auto;
    color: #828282;
  }
  .core-mobilemenu .core-menu__search .search-input__icon.icon-cross {
    display: none;
    cursor: pointer;
    pointer-events: all;
    right: 0;
    width: 50px;
    text-align: center;
    padding-top: 12px;
  }
  .core-mobilemenu .core-menu__search .search-input__icon.icon-cross svg {
    display: inline-block;
  }
  .no-touchevents .core-mobilemenu .core-menu__search .search-input__icon.icon-cross:hover {
    background-color: #eee;
  }
}

.core-mobilemenu__container {
  overflow-y: scroll;
}

.core-mobilemenu__container .container {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.core-mobilemenu__container.collapse {
  pointer-events: none;
  height: 0;
  min-height: 0;
}

.core-mobilemenu__container.collapse.in {
  pointer-events: auto;
  height: 100vh;
  padding-top: 52px;
}

.core-mobilemenu__container.collapse.in .container {
  opacity: 1;
  height: 100vh;
}

.core-mobilemenu__container.collapsing {
  padding-top: 52px;
}

.core-mobilemenu__container.collapsing .container {
  height: 100vh;
}

.core-mobilemenu__container .core-menu__auth {
  padding-left: 0;
  padding-right: 0;
  background: none;
}

@media (max-width: 1279px) {
  .core-mobilemenu__container .core-menu__auth {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.core-mobilemenu__container .core-menu__auth .icon-link:last-of-type {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.core-mobilemenu__container .core-menu__auth .icon-link:last-of-type span {
  display: inline;
}

.core-mobilemenu__container .core-submenu {
  position: relative;
  left: auto;
  top: auto;
  background: none;
}

.core-mobilemenu__container .core-submenu__box {
  padding-left: 0;
  padding-right: 0;
}

.core-mobilemenu__container .core-submenu__box ul:first-of-type li {
  font-weight: bold;
}

.core-mobilemenu__container .core-submenu__box ul + ul {
  padding-top: 15px;
}

.core-mobilemenu__container .core-submenu__box ul + ul::after {
  content: "";
  display: table;
  clear: both;
}

.core-mobilemenu__container .core-submenu__box ul + ul li {
  float: left;
  width: 50%;
  max-width: 50%;
}

.core-mobilemenu__container .core-submenu__box ul + ul li a {
  color: #EBEBEB;
}

.core-mobilemenu__container .core-submenu__box ul + ul li a:hover, .core-mobilemenu__container .core-submenu__box ul + ul li a:focus, .core-mobilemenu__container .core-submenu__box ul + ul li a:active {
  color: #fff;
}

.core-mobilemenu .core-navigator__subscribe {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

@media (max-width: 991px) {
  .core-mobilemenu .core-navigator__subscribe {
    width: auto;
    max-width: 100%;
    height: 60px;
    /*
			span{
				text-decoration: underline;
			}
			*/
  }
  .core-mobilemenu .core-navigator__subscribe img {
    display: block;
    width: 140px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .core-mobilemenu .core-navigator__subscribe a {
    width: 288px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    font-size: 13px;
    text-decoration: underline;
  }
  .core-mobilemenu .core-navigator__subscribe a img {
    width: 126px;
    height: auto;
    margin-left: 13px;
  }
}

.core-mobilemenu .core-navigator__slider {
  margin-top: 16px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 320px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  max-width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

@media (max-width: 991px) {
  .core-mobilemenu .core-navigator__slider {
    width: auto;
    max-width: 100%;
  }
  .core-mobilemenu .core-navigator__slider .tripple-slider {
    width: 288px;
    max-width: 288px;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 288px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 288px;
            flex: 0 0 288px;
    margin-left: auto;
    margin-right: auto;
  }
}

.core-mobilemenu .core-navigator__slider .navi-title {
  display: block;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 0;
  color: #4f4f4f;
  font-size: 13px;
  line-height: 1;
}

.core-searchfilter {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 450px;
  background: #fff;
  -webkit-transform: translate(100%, 0);
     -moz-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
       -o-transform: translate(100%, 0);
          transform: translate(100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: -o-transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out, -moz-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out, -moz-transform 300ms ease-out, -o-transform 300ms ease-out;
  display: none;
  visibility: hidden;
}

@media (max-width: 991px) {
  .core-searchfilter {
    display: block;
  }
}

.core-searchfilter.open {
  visibility: visible;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.core-searchfilter__content {
  overflow-y: scroll;
  height: 100vh;
}

.core-searchfilter .anik.anik--cross {
  position: absolute;
  z-index: 50;
  top: 15px;
  right: 15px;
}

.core-searchfilter .block-title {
  font-size: 24px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 40px;
  margin-bottom: 0;
}

.core-searchfilter .aside-box {
  position: relative;
  padding-top: 15px;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  margin-bottom: 15px;
}

.core-searchfilter .aside-box__toptitle {
  position: relative;
  margin-top: 0;
  left: auto;
  padding-left: 3px;
  margin-bottom: 5px;
}

.core-searchfilter .aside-box__content {
  padding-top: 0;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.core-searchfilter .aside-box + .aside-box {
  margin-top: 14px;
}

.core-searchfilter .aside-box + .aside-box:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  right: 15px;
  display: block;
  height: 1px;
  background-color: #E0E0E0;
}

.core-searchfilter .aside-box + .form-group {
  padding-left: 15px;
  padding-right: 15px;
}

.core-navigator {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  height: 72px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.core-navigator__title {
  width: 130px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 130px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  color: #4F4F4F;
  font-size: 13px;
  line-height: 72px;
  height: 72px;
  padding-left: 24px;
  padding-right: 0;
}

.core-navigator__slider {
  max-width: 740px;
  width: 740px;
  height: 72px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 740px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 740px;
          flex: 0 0 740px;
}

@media (max-width: 1279px) {
  .core-navigator__slider {
    max-width: 490px;
    width: 490px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 490px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 490px;
            flex: 0 0 490px;
  }
}

.core-navigator__slider.no-sub {
  max-width: 1120px;
  width: 1120px;
  height: 72px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1120px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 1120px;
          flex: 0 0 1120px;
}

@media (max-width: 1279px) {
  .core-navigator__slider.no-sub {
    max-width: 810px;
    width: 810px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 810px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 810px;
            flex: 0 0 810px;
  }
}

.core-navigator__slider .tripple-slider {
  padding-left: 40px;
  padding-right: 40px;
}

.core-navigator__slider .tripple-slider .slide-page {
  position: relative;
}

.core-navigator__slider .tripple-slider .slide-page .theme-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  padding-left: 5px;
  padding-right: 5px;
}

.core-navigator__slider .tripple-slider .slide-page .theme-link__link {
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  /*
						@include lg{
							br{
								display: none;
							}
						}
						*/
}

.core-navigator__slider .tripple-slider .slide-page .theme-link__link:hover, .core-navigator__slider .tripple-slider .slide-page .theme-link__link:focus, .core-navigator__slider .tripple-slider .slide-page .theme-link__link:active {
  color: #BA2E3A;
  text-decoration: underline;
}

.core-navigator__slider .tripple-slider .slick-prev, .core-navigator__slider .tripple-slider .slick-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  color: #BDBDBD;
  font-size: 0;
  line-height: 20px;
  background-color: transparent;
  border: none;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}

.core-navigator__slider .tripple-slider .slick-prev:hover, .core-navigator__slider .tripple-slider .slick-prev:active, .core-navigator__slider .tripple-slider .slick-next:hover, .core-navigator__slider .tripple-slider .slick-next:active {
  color: #000;
}

.core-navigator__slider .tripple-slider .slick-prev:hover:active, .core-navigator__slider .tripple-slider .slick-next:hover:active {
  color: #000;
}

.core-navigator__slider .tripple-slider .slick-prev:focus, .core-navigator__slider .tripple-slider .slick-next:focus {
  color: #C6B19F;
}

.core-navigator__slider .tripple-slider .slick-prev:before, .core-navigator__slider .tripple-slider .slick-next:before {
  color: inherit;
  line-height: inherit;
  font-size: 14px;
}

.core-navigator__slider .tripple-slider .slick-prev {
  left: 20px;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}

.core-navigator__slider .tripple-slider .slick-prev:before {
  content: "\f053";
}

@media (max-width: 1279px) {
  .core-navigator__slider .tripple-slider .slick-prev {
    left: 15px;
  }
}

.core-navigator__slider .tripple-slider .slick-next {
  right: 20px;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}

.core-navigator__slider .tripple-slider .slick-next:before {
  content: "\f054";
}

@media (max-width: 1279px) {
  .core-navigator__slider .tripple-slider .slick-next {
    right: 15px;
  }
}

.core-navigator__subscribe {
  width: 380px;
  height: 72px;
}

@media (max-width: 1279px) {
  .core-navigator__subscribe {
    width: 320px;
  }
}

@media (max-width: 991px) {
  .core-navigator__subscribe {
    width: auto;
    max-width: 100%;
  }
}

.core-navigator__subscribe a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  color: #BA2E3A;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.core-navigator__subscribe a:hover, .core-navigator__subscribe a:focus, .core-navigator__subscribe a:active {
  text-decoration: underline;
}

.core-navigator__subscribe a span {
  margin-left: 45px;
}

@media (max-width: 1279px) {
  .core-navigator__subscribe a span {
    margin-left: 20px;
  }
}

@media (max-width: 1279px) {
  .core-navigator__subscribe a {
    padding-right: 15px;
  }
}

.lt-ie9 .core-navigator {
  display: block;
  @incude clearfix;
}

.lt-ie9 .core-navigator__title, .lt-ie9 .core-navigator__slider, .lt-ie9 .core-navigator__subscribe {
  float: left;
}

.lt-ie9 .core-navigator__slider .tripple-slider .slide-page {
  display: table;
}

.lt-ie9 .core-navigator__slider .tripple-slider .slide-page .theme-link {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 72px;
}

.lt-ie9 .core-navigator__slider .tripple-slider .slide-page .theme-link__link {
  display: inline-block;
}

.lt-ie9 .core-navigator__subscribe a {
  position: relative;
  display: block;
  height: 72px;
  padding-left: 160px;
  padding-top: 13px;
}

.lt-ie9 .core-navigator__subscribe a img {
  position: absolute;
  left: 0;
  top: 0;
}

.lt-ie9 .core-navigator__subscribe a span {
  display: block;
  margin-right: 35px;
}

@media (max-width: 991px) {
  .core-navigator {
    display: none;
    visibility: hidden;
    /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
  }
  .lt-ie9 .core-navigator {
    display: none;
  }
}

.core-aside {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}

@media (max-width: 1279px) {
  .core-aside {
    right: 15px;
  }
}

@media (max-width: 991px) {
  .core-aside {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    padding-top: 30px;
  }
}

@media screen and (max-width: 320px) {
  .core-aside {
    width: auto;
    max-width: 288px;
  }
}

@media (max-width: 991px) {
  .core-aside.hide-on-mobile {
    display: none;
    visibility: hidden;
  }
}

.core-aside.small-top-space {
  padding-top: 14px;
}

.core-aside.top-space {
  padding-top: 65px;
}

.core-aside.top-space.i2 {
  padding-top: 90px;
}

@media (max-width: 991px) {
  .core-aside.top-space.top-mobile {
    padding-top: 8px;
    width: auto;
  }
}

.core-aside.top-subscribe {
  padding-top: 66px;
}

@media (max-width: 991px) {
  .core-aside.top-subscribe {
    padding-top: 0;
  }
}

.core-aside .aside-header {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E0E0;
}

.core-aside .aside-header.no-border {
  margin-bottom: 8px;
  border-bottom: none;
}

.core-aside .aside-header .title {
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .core-aside .aside-header .title {
    font-size: 20px;
  }
}

.core-aside .aside-item {
  margin-bottom: 35px;
}

.core-aside .aside-item + .aside-box {
  margin-top: 45px;
}

.core-aside .aside-image {
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .core-aside .aside-image {
    margin-bottom: 24px;
  }
}

.core-aside .line-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 126px;
  padding-top: 10px;
  padding-right: 25px;
  height: 95px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.core-aside .line-link--tool .line-link__img {
  left: -4px;
  top: -8px;
}

.core-aside .line-link--question {
  padding-left: 134px;
  padding-top: 14px;
}

.core-aside .line-link--question .line-link__img {
  left: -8px;
  top: -15px;
}

.core-aside .line-link__img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.core-aside .line-link > span {
  color: #BA2E3A;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
}

.core-aside .line-link > span:hover, .core-aside .line-link > span:focus, .core-aside .line-link > span:active {
  text-decoration: underline;
}

.core-aside .line-link figure {
  position: absolute;
  left: 2px;
  top: 0;
  width: 285px;
  height: 95px;
  margin: 0;
  min-height: 1px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}

.lt-ie9 .core-aside .line-link {
  display: block;
}

.lt-ie9 .core-aside .line-link__img {
  display: block;
  text-align: center;
}

.lt-ie9 .core-aside .line-link__img img {
  display: inline-block;
}

.core-aside .only-mobile.special .aside-box.subscribe-mod .aside-box__content {
  margin-top: 135px;
}

a.aside-box {
  display: block;
  color: #333;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

a.aside-box__content {
  display: block;
  color: #333;
}

a.aside-box__content:hover, a.aside-box__content:focus, a.aside-box__content:active {
  color: #BA2E3A;
}

a.aside-box__title {
  color: #333;
}

a.aside-box:hover, a.aside-box:focus, a.aside-box:active {
  color: #BA2E3A;
}

a.aside-box:hover .aside-box__title, a.aside-box:focus .aside-box__title, a.aside-box:active .aside-box__title {
  color: #BA2E3A;
}

.aside-box {
  position: relative;
  min-height: 260px;
  margin-bottom: 28px;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.aside-box + .aside-box {
  margin-top: 40px;
}

.aside-box.idea-mod {
  min-height: auto;
}

.aside-box.idea-mod .aside-box__image {
  padding-top: 0;
  padding-bottom: 24px;
}

.aside-box.idea-mod .aside-box__image > img {
  width: 101px;
  height: 100px;
}

.aside-box--select {
  min-height: 0;
}

.aside-box--select.desktop-space {
  margin-top: 69px;
}

@media (max-width: 991px) {
  .aside-box--select.desktop-space {
    margin-top: 0;
  }
}

.aside-box--select .aside-box__content .form-group:last-of-type {
  margin-bottom: 0;
}

.aside-box.news-mod .post.post--mini.post--simple:last-of-type {
  margin-bottom: 0;
}

.aside-box.news-mod .post.post--mini.post--simple .post__title {
  padding-right: 0;
}

.aside-box.news-mod .aside-box__content {
  padding-top: 34px;
  padding-bottom: 24px;
}

.aside-box.news-mod .aside-box__content .post--mini {
  margin-bottom: 24px;
}

.aside-box.news-mod .aside-box__content .post__title a {
  line-height: 1.5;
}

.aside-box.news-mod .post__date {
  margin-bottom: 4px;
  font-size: 12px;
}

.aside-box.simple-mod {
  min-height: auto;
  line-height: 1.68;
}

.aside-box.simple-mod .cell {
  margin-bottom: 15px;
}

.aside-box.simple-mod .cell:last-of-type {
  margin-bottom: 0;
}

.aside-box.simple-mod .cell .block {
  display: block;
  width: 100%;
}

.aside-box.popover-mod {
  position: relative;
}

.aside-box.popover-mod:hover .popover-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.aside-box.subscribe-mod {
  position: relative;
  border: none;
}

.aside-box.subscribe-mod .aside-box__content {
  margin-top: 107px;
  padding-top: 132px;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.aside-box.subscribe-mod .aside-box__image {
  position: absolute;
  padding-top: 0;
  top: -111px;
}

.aside-box.subscribe-mod .aside-box__image > img {
  -webkit-transform: translate(4px, -232px);
     -moz-transform: translate(4px, -232px);
      -ms-transform: translate(4px, -232px);
       -o-transform: translate(4px, -232px);
          transform: translate(4px, -232px);
}

.aside-box.subscribe-mod .aside-box__button {
  position: relative;
  z-index: 10;
}

.aside-box.subscribe-mod .aside-box__button button {
  display: block;
  width: 100%;
  max-width: 236px;
  line-height: 18px;
  margin-left: auto;
  margin-right: auto;
}

.aside-box.subscribe-mod .aside-box__button button + button {
  margin-top: 12px;
}

.aside-box.redactor .aside-box__content {
  padding-left: 40px;
  padding-right: 40px;
}

.aside-box.news-mod .post__date {
  text-transform: uppercase;
}

.aside-box__toptitle {
  position: absolute;
  margin-top: -16px;
  left: 50%;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: bold;
  white-space: nowrap;
  color: #333;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #fff;
}

.aside-box__toptitle.left-side {
  left: 12px;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  padding-left: 13px;
}

.aside-box__content {
  padding: 24px 24px 28px 24px;
}

.aside-box__image {
  display: block;
  padding-top: 10px;
  padding-bottom: 25px;
  text-align: center;
}

.aside-box__image figure {
  display: block;
  margin: 0;
}

.aside-box__image figure.image-frame {
  margin-left: 4px;
}

.aside-box__image > img {
  display: block;
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.aside-box__image > img.loaded {
  height: auto;
}

.aside-box__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.aside-box__title + .aside-box__checkbox {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .aside-box__title {
    font-size: 14px;
    line-height: 1.68;
  }
}

.aside-box__desc {
  font-size: 14px;
  line-height: 1.68;
  color: #4f4f4f;
  text-align: center;
}

.aside-box__checkbox .radio {
  margin-bottom: 16px;
}

.aside-box__checkbox .radio:last-of-type {
  margin-bottom: 0;
}

.aside-box__checkbox .button {
  display: block;
  text-align: center;
  margin-top: 34px;
}

.aside-box__checkbox .button button.lazy {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  display: inline-block;
  width: 169px;
  height: 38px;
  color: #BA2E3A;
  font-size: 14px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
  background-position: 0 2px;
  -webkit-background-size: 169px 38px;
     -moz-background-size: 169px 38px;
          background-size: 169px 38px;
  background-repeat: no-repeat;
  background-color: transparent;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.aside-box__checkbox .button button.lazy:hover, .aside-box__checkbox .button button.lazy:focus, .aside-box__checkbox .button button.lazy:active {
  background-color: #F8ECEC;
  background-image: none !important;
}

.lt-ie9 .aside-box__checkbox .button button.lazy {
  background-image: none !important;
  background-color: #F9EBEC;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.lt-ie9 .aside-box__checkbox .button button.lazy:hover, .lt-ie9 .aside-box__checkbox .button button.lazy:focus, .lt-ie9 .aside-box__checkbox .button button.lazy:active {
  color: #fff;
  background-color: #BA2E3A;
}

.aside-box__button {
  padding-top: 15px;
  text-align: center;
}

.aside-box__button button.lazy {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  display: inline-block;
  width: 219px;
  height: 38px;
  color: #BA2E3A;
  font-size: 14px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-background-size: 100% 38px;
     -moz-background-size: 100% 38px;
          background-size: 100% 38px;
  background-repeat: no-repeat;
  background-color: transparent;
}

.aside-box__button button.lazy:hover, .aside-box__button button.lazy:focus, .aside-box__button button.lazy:active {
  background-color: #F8ECEC;
  background-image: none !important;
}

.aside-box__button button.lazy.type2 {
  width: 219px;
  height: 40px;
  line-height: 40px;
  -webkit-background-size: 219px 44px;
     -moz-background-size: 219px 44px;
          background-size: 219px 44px;
  background-position: 0 1px;
}

.aside-box__button button + button {
  margin-top: 10px;
}

.core-footer {
  overflow: hidden;
  position: relative;
  padding-top: 26px;
  min-height: 424px;
  color: #fff;
  background-color: #333;
}

@media (max-width: 1279px) {
  .core-footer {
    padding-top: 18px;
    padding-bottom: 15px;
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .core-footer {
    overflow: inherit;
  }
}

.core-footer .container {
  position: relative;
}

.core-footer .container .scroll-top {
  position: absolute;
  bottom: 185px;
  right: -120px;
  display: inline-block;
  width: 56px;
  height: 56px;
  font-size: 18px;
  line-height: 56px;
  color: #C6B19F;
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}

.core-footer .container .scroll-top:hover, .core-footer .container .scroll-top:focus, .core-footer .container .scroll-top:active {
  background-color: #BA2E3A;
  color: #fff;
}

@media screen and (max-width: 1520px) {
  .core-footer .container .scroll-top {
    right: -70px;
  }
}

@media screen and (max-width: 1440px) {
  .core-footer .container .scroll-top {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 991px) {
  .core-footer .container .scroll-top {
    z-index: 20;
    display: inline-block;
    visibility: visible;
    top: -38px;
    right: 15px;
    bottom: auto;
    width: 44px;
    height: 44px;
    line-height: 44px;
    -webkit-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.15);
  }
}

.core-footer .ul-title {
  display: block;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 10px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.core-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.core-footer ul.ul-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.core-footer ul.ul-row li {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .core-footer ul.ul-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lt-ie9 .core-footer ul.ul-row {
  display: block;
}

.core-footer ul.ul-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.lt-ie9 .core-footer ul.ul-col {
  display: block;
}

.core-footer ul.ul-row li, .core-footer ul.ul-col li {
  margin: 0 0 14px 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.68;
  font-weight: bold;
}

@media (max-width: 1279px) {
  .core-footer ul.ul-row li, .core-footer ul.ul-col li {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .core-footer ul.ul-row li, .core-footer ul.ul-col li {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}

.core-footer ul.ul-row li a, .core-footer ul.ul-col li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: border-color 300ms ease-out, color 300ms ease-out;
  -o-transition: border-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: border-color 300ms ease-out, color 300ms ease-out;
  transition: border-color 300ms ease-out, color 300ms ease-out;
}

.core-footer ul.ul-row li a:hover, .core-footer ul.ul-row li a:focus, .core-footer ul.ul-row li a:active, .core-footer ul.ul-col li a:hover, .core-footer ul.ul-col li a:focus, .core-footer ul.ul-col li a:active {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.core-footer .left-side {
  width: 315px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 315px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 315px;
          flex: 0 0 315px;
  padding-right: 40px;
  padding-top: 6px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

@media (max-width: 1279px) {
  .core-footer .left-side {
    width: 260px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 260px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}

@media (max-width: 991px) {
  .core-footer .left-side {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

.lt-ie9 .core-footer .left-side {
  width: 25%;
}

@media (max-width: 1279px) {
  .lt-ie9 .core-footer .left-side {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .lt-ie9 .core-footer .left-side {
    width: auto;
  }
}

.core-footer .right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.core-footer .right-side .col {
  width: 320px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  padding-right: 40px;
}

.core-footer .right-side .col:first-of-type {
  width: 270px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}

@media (max-width: 1279px) {
  .core-footer .right-side .col:first-of-type {
    width: 190px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 190px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
    padding-right: 15px;
  }
}

.core-footer .right-side .col:nth-of-type(2) {
  padding-right: 30px;
}

@media (max-width: 1279px) {
  .core-footer .right-side .col:nth-of-type(2) {
    width: 290px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 290px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 290px;
            flex: 0 0 290px;
  }
}

.core-footer .right-side .col:last-of-type {
  width: 270px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  padding-right: 0;
  margin-left: auto;
}

@media (max-width: 1279px) {
  .core-footer .right-side .col:last-of-type {
    width: 210px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 210px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
  }
}

@media (max-width: 991px) {
  .core-footer .right-side .col:first-of-type, .core-footer .right-side .col:nth-of-type(2), .core-footer .right-side .col:last-of-type {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding-left: 0;
    padding-right: 0;
  }
  .core-footer .right-side .col:last-of-type {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .core-footer .right-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lt-ie9 .core-footer .right-side {
  display: block;
  width: 100%;
  max-width: 75%;
}

@media (max-width: 1279px) {
  .lt-ie9 .core-footer .right-side {
    max-width: 70%;
  }
}

@media (max-width: 991px) {
  .lt-ie9 .core-footer .right-side {
    width: auto;
  }
}

.core-footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 17px;
  border-bottom: 1px solid #4F4F4F;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.core-footer__top .right-side ul.ul-row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.core-footer__top .right-side ul.ul-row li {
  margin-bottom: 0;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.core-footer__top .right-side ul.ul-row li:first-of-type {
  width: 270px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}

@media (max-width: 1279px) {
  .core-footer__top .right-side ul.ul-row li:first-of-type {
    width: 190px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 190px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
  }
}

.core-footer__top .right-side ul.ul-row li:nth-of-type(2) {
  width: 270px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}

@media (max-width: 1279px) {
  .core-footer__top .right-side ul.ul-row li:nth-of-type(2) {
    width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}

.core-footer__top .right-side ul.ul-row li:last-of-type {
  margin-left: 98px;
}

@media (max-width: 1279px) {
  .core-footer__top .right-side ul.ul-row li:last-of-type {
    margin-left: 50px;
  }
}

@media (max-width: 991px) {
  .core-footer__top .right-side ul.ul-row li:last-of-type {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .core-footer__top .right-side ul.ul-row li {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .core-footer__top .right-side ul.ul-row li br {
    display: none;
  }
  .core-footer__top .right-side ul.ul-row li:first-of-type, .core-footer__top .right-side ul.ul-row li:nth-of-type(2), .core-footer__top .right-side ul.ul-row li:last-of-type {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

.lt-ie9 .core-footer__top .right-side ul.ul-row li:first-of-type {
  width: 260px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 260px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
}

@media (max-width: 1279px) {
  .lt-ie9 .core-footer__top .right-side ul.ul-row li:first-of-type {
    width: 205px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 205px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 205px;
            flex: 0 0 205px;
  }
}

@media (max-width: 1279px) {
  .core-footer__top {
    padding-bottom: 18px;
  }
}

@media (max-width: 991px) {
  .core-footer__top {
    padding-bottom: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lt-ie9 .core-footer__top {
  display: block;
}

.lt-ie9 .core-footer__top::after {
  content: "";
  display: table;
  clear: both;
}

.lt-ie9 .core-footer__top .left-side {
  float: left;
}

.lt-ie9 .core-footer__top .right-side {
  float: right;
}

.lt-ie9 .core-footer__top .right-side .col:first-of-type {
  width: 230px;
}

.lt-ie9 .core-footer__top .right-side .ul-row {
  display: table;
}

.lt-ie9 .core-footer__top .right-side .ul-row li {
  display: table-cell;
}

@media (max-width: 991px) {
  .lt-ie9 .core-footer__top .left-side, .lt-ie9 .core-footer__top .right-side {
    float: none;
    max-width: 100%;
  }
  .lt-ie9 .core-footer__top .right-side .ul-row {
    display: block;
  }
  .lt-ie9 .core-footer__top .right-side .ul-row li {
    display: block;
  }
}

.core-footer__middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 24px;
  padding-bottom: 16px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.core-footer__middle .social-links {
  margin-top: 2px;
  margin-bottom: 23px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

@media (max-width: 991px) {
  .core-footer__middle .social-links {
    margin-top: 0;
  }
  .core-footer__middle .social-links ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .core-footer__middle .social-links ul li {
    float: none;
  }
  .core-footer__middle .social-links ul li + li {
    margin-left: 12px;
  }
}

.lt-ie9 .core-footer__middle .social-links ul {
  display: inline-block;
  width: auto;
}

.lt-ie9 .core-footer__middle .social-links ul::after {
  content: "";
  display: table;
  clear: both;
}

.lt-ie9 .core-footer__middle .social-links ul li {
  float: left;
}

@media (max-width: 991px) {
  .lt-ie9 .core-footer__middle .social-links {
    text-align: center;
  }
}

.core-footer__middle .subscribe {
  font-size: 14px;
  line-height: 1.68;
}

.core-footer__middle .subscribe__title {
  font-weight: normal;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .core-footer__middle .subscribe__title {
    display: none;
    visibility: hidden;
  }
}

.core-footer__middle .subscribe__button button {
  display: block;
  width: 100%;
  max-width: 205px;
}

@media (max-width: 991px) {
  .core-footer__middle .subscribe__button button {
    max-width: 232px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .core-footer__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .core-footer__middle .left-side {
    padding-right: 0;
  }
  .core-footer__middle .right-side {
    display: none;
    visibility: hidden;
  }
}

.lt-ie9 .core-footer__middle {
  display: block;
}

.lt-ie9 .core-footer__middle::after {
  content: "";
  display: table;
  clear: both;
}

.lt-ie9 .core-footer__middle .left-side {
  float: left;
}

.lt-ie9 .core-footer__middle .right-side {
  float: right;
  display: table;
}

.lt-ie9 .core-footer__middle .right-side .col {
  display: table-cell;
}

.lt-ie9 .core-footer__middle .right-side .col:first-of-type {
  width: 230px;
}

.lt-ie9 .core-footer__middle .right-side .col:nth-of-type(2) {
  padding-right: 100px;
}

@media (max-width: 991px) {
  .lt-ie9 .core-footer__middle .left-side, .lt-ie9 .core-footer__middle .right-side {
    float: none;
    max-width: 100%;
  }
  .lt-ie9 .core-footer__middle .right-side {
    display: none;
    visibility: hidden;
  }
  .lt-ie9 .core-footer__middle .right-side .ul-row {
    display: block;
  }
  .lt-ie9 .core-footer__middle .right-side .ul-row li {
    display: block;
  }
}

.no-smil.flexboxtweener .core-footer__middle .right-side .col:first-of-type {
  width: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 230px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
}

@media (max-width: 1279px) {
  .no-smil.flexboxtweener .core-footer__middle .right-side .col:first-of-type {
    width: 175px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 175px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
  }
}

@media (max-width: 1279px) {
  .no-smil.flexboxtweener .core-footer__middle .right-side .col:nth-of-type(2) {
    width: 240px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}

.core-footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.core-footer__bottom .left-side .copy {
  padding-top: 34px;
}

.core-footer__bottom ul.ul-col li {
  margin-bottom: 5px;
}

.core-footer__bottom .order-side {
  display: none;
  visibility: hidden;
}

@media (max-width: 991px) {
  .core-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .core-footer__bottom .order-side {
    display: block;
    visibility: visible;
  }
  .core-footer__bottom .left-side {
    text-align: center;
    font-size-adjust: 13px;
    padding-right: 0;
  }
  .core-footer__bottom .left-side .copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .core-footer__bottom .right-side {
    display: none;
  }
}

.lt-ie9 .core-footer__bottom {
  display: block;
}

.lt-ie9 .core-footer__bottom::after {
  content: "";
  display: table;
  clear: both;
}

.lt-ie9 .core-footer__bottom .left-side {
  float: left;
}

.lt-ie9 .core-footer__bottom .right-side {
  float: right;
  display: table;
}

.lt-ie9 .core-footer__bottom .right-side .col {
  display: table-cell;
}

.lt-ie9 .core-footer__bottom .right-side .col:first-of-type {
  width: 230px;
}

@media (max-width: 991px) {
  .lt-ie9 .core-footer__bottom .left-side, .lt-ie9 .core-footer__bottom .right-side {
    float: none;
    max-width: 100%;
  }
  .lt-ie9 .core-footer__bottom .right-side {
    display: block;
  }
  .lt-ie9 .core-footer__bottom .right-side .col {
    display: block;
  }
}

.no-smil.flexboxtweener .core-footer__bottom .right-side .col:first-of-type {
  width: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 230px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
}

@media (max-width: 1279px) {
  .no-smil.flexboxtweener .core-footer__bottom .right-side .col:first-of-type {
    width: 175px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 175px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
  }
}

@media (max-width: 1279px) {
  .no-smil.flexboxtweener .core-footer__bottom .right-side .col:nth-of-type(2) {
    width: 240px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}

.core-footer__top .left-side .combine-box {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}

@media (max-width: 1279px) {
  .core-footer__top .left-side .combine-box {
    padding-top: 6px;
  }
}

@media (max-width: 991px) {
  .core-footer__top .left-side .combine-box {
    padding-right: 0;
    padding-top: 5px;
    margin-bottom: 15px;
  }
}

.core-footer__top .left-side .combine-box .logo-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
}

@media (max-width: 991px) {
  .core-footer__top .left-side .combine-box .logo-white {
    width: 175px;
  }
  .core-footer__top .left-side .combine-box .logo-white img {
    width: 175px;
    height: 22px;
  }
}

.core-footer__top .left-side .combine-box .rate12 {
  position: absolute;
  top: 0;
  right: -4px;
}

@media (max-width: 1279px) {
  .core-footer__top .left-side .combine-box .rate12 {
    top: 6px;
  }
}

@media (max-width: 991px) {
  .core-footer__top .left-side {
    text-align: center;
    padding-right: 0;
  }
}

.core-footer__top .right-side .ul-row {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.core-footer__top .right-side .ul-row li {
  font-size: 16px;
}

@media (max-width: 1279px) {
  .core-footer__top .right-side .ul-row li {
    font-size: 14px;
  }
}

.core-footer__bottom {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.core-footer__bottom ul.ul-row li, .core-footer__bottom ul.ul-col li {
  font-weight: normal;
}

@media (max-width: 991px) {
  .core-footer__bottom ul.ul-row li, .core-footer__bottom ul.ul-col li {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.core-footer .rate12 {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  background-color: #BA2E3A;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.core-footer .rate12 span {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
  .core-footer .rate12 {
    display: none;
    visibility: hidden;
  }
}

.cookie-overlay {
  overflow: hidden;
  position: fixed;
  z-index: 1060;
  left: 0;
  bottom: 0;
  right: 0;
  padding-right: 45px;
  max-width: 100%;
  min-height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  background-color: #C6B19F;
}

.cookie-overlay a {
  color: #fff;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.cookie-overlay a:hover, .cookie-overlay a:focus, .cookie-overlay a:active {
  color: #333;
}

.cookie-overlay .anik--cross {
  position: absolute;
  top: 5px;
  right: 30px;
}

.cookie-overlay .anik--cross:before, .cookie-overlay .anik--cross:after {
  background-color: #fff;
}

.cookie-overlay .anik--cross:hover, .cookie-overlay .anik--cross:focus, .cookie-overlay .anik--cross:active {
  background-color: rgba(0, 0, 0, 0.05);
}

.cookie-overlay .anik--cross:hover:before, .cookie-overlay .anik--cross:hover:after, .cookie-overlay .anik--cross:focus:before, .cookie-overlay .anik--cross:focus:after, .cookie-overlay .anik--cross:active:before, .cookie-overlay .anik--cross:active:after {
  background-color: #fff;
}

@media (max-width: 991px) {
  .cookie-overlay {
    padding: 8px 40px 8px 8px;
    line-height: 1.5;
    text-align: left;
  }
  .cookie-overlay .anik--cross {
    top: 10px;
    right: 10px;
  }
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 479px) {
  .modal .modal-dialog {
    min-width: -webkit-calc(100% - 20px);
    min-width: -moz-calc(100% - 20px);
    min-width: calc(100% - 20px);
  }
}

.modal .modal-dialog .modal-content {
  border: none;
}

.modal .modal-dialog .modal-content .close.anik.anik--cross {
  opacity: 1;
  color: #E0E0E0;
  margin-top: 0;
  /*
				&.posa-outline{
					top: -30px;
					right: -30px;
				}
				*/
}

.modal .modal-dialog .modal-content .close.anik.anik--cross:hover, .modal .modal-dialog .modal-content .close.anik.anik--cross:focus, .modal .modal-dialog .modal-content .close.anik.anik--cross:active {
  color: #fff;
  background-color: #909090;
}

.modal .modal-dialog .modal-content .close.anik.anik--cross:hover:before, .modal .modal-dialog .modal-content .close.anik.anik--cross:hover:after, .modal .modal-dialog .modal-content .close.anik.anik--cross:focus:before, .modal .modal-dialog .modal-content .close.anik.anik--cross:focus:after, .modal .modal-dialog .modal-content .close.anik.anik--cross:active:before, .modal .modal-dialog .modal-content .close.anik.anik--cross:active:after {
  background-color: #fff;
}

.modal .modal-dialog .modal-content .close.anik.anik--cross:before, .modal .modal-dialog .modal-content .close.anik.anik--cross:after {
  background-color: #000;
}

.modal .modal-dialog .modal-content .close.anik.anik--cross.posa {
  position: absolute;
  z-index: 1060;
  top: 10px;
  right: 10px;
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .close.anik.anik--cross.posa {
    top: 10px;
    right: 10px;
  }
}

.modal .modal-dialog .modal-content .modal-header {
  padding: 30px 54px 10px 54px;
  border-bottom: none;
}

.modal .modal-dialog .modal-content .modal-header + .modal-body {
  padding-top: 15px;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.modal .modal-dialog .modal-content .modal-header .modal-title + .modal-desc {
  margin-top: 15px;
}

.modal .modal-dialog .modal-content .modal-header .modal-desc {
  display: block;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 30px 54px 35px 54px;
}

@media (max-width: 479px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.modal .modal-dialog .modal-content .modal-body .form-inline {
  text-align: center;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.modal .modal-dialog .modal-content .modal-body .form-inline .form-group + .form-group {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body .form-inline .form-group + .form-group {
    margin-left: 0;
  }
}

.modal .modal-dialog .modal-content .modal-body .form-inline .form-group--fluid {
  width: 100%;
  max-width: 300px;
}

.modal .modal-dialog .modal-content .modal-body .form-inline .form-group--fluid input {
  width: 100%;
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body .form-inline .form-group--fluid {
    max-width: 100%;
  }
}

.modal .modal-dialog .modal-content .modal-body .form-inline .form-group--btn {
  width: 100%;
  max-width: 130px;
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body .form-inline .form-group--btn {
    max-width: 100%;
  }
}

.lt-ie9 .modal .modal-dialog .modal-content .modal-body .form-inline {
  display: block;
  white-space: nowrap;
}

.modal .modal-dialog .modal-content .modal-body .quiz {
  padding: 15px;
  margin-bottom: 15px;
}

.modal .modal-dialog .modal-content .modal-body .quiz .quiz__poll .form-group:last-of-type {
  margin-bottom: 0;
}

.modal .modal-dialog .modal-content .modal-body .form .btn.btn-simple img {
  vertical-align: text-bottom;
}

.modal .modal-dialog .modal-content .modal-body .form-group--agree {
  margin-bottom: 30px;
}

.modal .modal-dialog .modal-content .modal-body .form-group--agree .check-style-agree {
  line-height: 1.5;
}

.modal .modal-dialog .modal-content .modal-body .form-group + .quiz {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body .form-group.captcha .google-captcha {
    margin-bottom: 15px;
  }
}

.modal .modal-dialog .modal-content .modal-body .form-group.captcha .btn {
  margin-top: 3px;
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body .form-inline .form-group {
    display: block;
    margin-bottom: 15px;
  }
}

.modal .modal-dialog .modal-content .modal-body .form-inline.auth-row {
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}

.modal .modal-dialog .modal-content .modal-body .form-inline.auth-row.mb15 {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body .form-inline.auth-row.mb15 {
    margin-bottom: 0;
  }
}

.modal .modal-dialog .modal-content .modal-body .form-inline.auth-row .form-group--w30 {
  max-width: 127px;
  width: 100%;
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body .form-inline.auth-row .form-group--w30 {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body .form-inline.auth-row .form-group--w30mob {
    display: inline-block;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .modal .modal-dialog .modal-content .modal-body .form-inline.auth-row .form-group--w30mob .btn {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
}

.modal .modal-dialog .modal-content .modal-body .form-inline.auth-row .form-group + .form-group {
  padding-left: 14px;
  margin-left: 0;
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body .form-inline.auth-row .form-group + .form-group {
    padding-left: 0;
  }
}

.modal .modal-dialog .modal-content .modal-body .form-inline.auth-rocover {
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}

.modal .modal-dialog .modal-content .modal-image {
  background-color: #333;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
}

.modal .modal-dialog .modal-content .modal-image .image-box {
  position: relative;
  min-height: 100px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.modal .modal-dialog .modal-content .modal-image .image-box > img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-image .image-box > img {
    width: 100%;
    height: auto;
    min-height: 280px;
  }
}

.modal .modal-dialog .modal-content .modal-image .image-box__content {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .modal-dialog .modal-content .modal-image .image-box__content.tal {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal .modal-dialog .modal-content .modal-image .image-box__content.tal .image-box__title, .modal .modal-dialog .modal-content .modal-image .image-box__content.tal .image-box__desc {
  text-align: left;
}

.modal .modal-dialog .modal-content .modal-image .image-box__img {
  margin-top: 10px;
  height: 60px;
  margin-bottom: 10px;
}

.modal .modal-dialog .modal-content .modal-image .image-box__img.h80 {
  height: 80px;
}

.modal .modal-dialog .modal-content .modal-image .image-box__img img {
  display: block;
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.modal .modal-dialog .modal-content .modal-image .image-box__title, .modal .modal-dialog .modal-content .modal-image .image-box__desc {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  max-width: 500px;
}

.modal .modal-dialog .modal-content .modal-image .image-box__title.tal, .modal .modal-dialog .modal-content .modal-image .image-box__desc.tal {
  text-align: left;
}

@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-image .image-box__title, .modal .modal-dialog .modal-content .modal-image .image-box__desc {
    padding-left: 0;
    padding-right: 0;
  }
}

.modal .modal-dialog .modal-content .modal-image .image-box__title {
  margin-bottom: 10px;
}

.modal .modal-dialog .modal-content .modal-image .image-box__title h2, .modal .modal-dialog .modal-content .modal-image .image-box__title h3, .modal .modal-dialog .modal-content .modal-image .image-box__title h4, .modal .modal-dialog .modal-content .modal-image .image-box__title h5 {
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 375px) {
  .modal .modal-dialog .modal-content .modal-image .image-box__title h2, .modal .modal-dialog .modal-content .modal-image .image-box__title h3, .modal .modal-dialog .modal-content .modal-image .image-box__title h4, .modal .modal-dialog .modal-content .modal-image .image-box__title h5, .modal .modal-dialog .modal-content .modal-image .image-box__title .h2, .modal .modal-dialog .modal-content .modal-image .image-box__title .h3, .modal .modal-dialog .modal-content .modal-image .image-box__title .h4, .modal .modal-dialog .modal-content .modal-image .image-box__title .h5 {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .modal .modal-dialog .modal-content .modal-image .image-box__title {
    padding-left: 0;
    padding-right: 0;
  }
  .modal .modal-dialog .modal-content .modal-image .image-box__title h2, .modal .modal-dialog .modal-content .modal-image .image-box__title h3, .modal .modal-dialog .modal-content .modal-image .image-box__title h4, .modal .modal-dialog .modal-content .modal-image .image-box__title h5, .modal .modal-dialog .modal-content .modal-image .image-box__title .h2, .modal .modal-dialog .modal-content .modal-image .image-box__title .h3, .modal .modal-dialog .modal-content .modal-image .image-box__title .h4, .modal .modal-dialog .modal-content .modal-image .image-box__title .h5 {
    font-size: 16px;
  }
  .modal .modal-dialog .modal-content .modal-image .image-box__title .xs-fz14 {
    font-size: 14px !important;
  }
}

.modal .modal-dialog .modal-content .modal-image .image-box__desc {
  font-size: 14px;
  line-height: 1.68;
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-image .image-box__desc {
    font-size: 12px;
  }
  .modal .modal-dialog .modal-content .modal-image .image-box__desc br {
    display: none;
  }
}

.modal .modal-dialog .modal-content .modal-poster {
  background-color: #333;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  text-align: left;
}

.modal .modal-dialog .modal-content .modal-poster .poster-box {
  position: relative;
  min-height: 100px;
}

.modal .modal-dialog .modal-content .modal-poster .poster-box > img {
  display: block;
  max-width: 100%;
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-poster .poster-box > img {
    height: auto;
    min-height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.modal .modal-dialog .modal-content .modal-poster .poster-box__content {
  position: absolute;
  left: 0;
  top: 0;
  left: 45%;
  right: 0;
  bottom: 0;
  padding: 15px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*
						@include iphone5('max'){
							
						}
						*/
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-poster .poster-box__content {
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-poster .poster-box__content {
    padding: 5px;
  }
}

.lt-ie9 .modal .modal-dialog .modal-content .modal-poster .poster-box__content {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.modal .modal-dialog .modal-content .modal-poster .poster-box__title, .modal .modal-dialog .modal-content .modal-poster .poster-box__desc {
  padding-left: 15px;
  padding-right: 15px;
}

.modal .modal-dialog .modal-content .modal-poster .poster-box__title.tal, .modal .modal-dialog .modal-content .modal-poster .poster-box__desc.tal {
  text-align: left;
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-poster .poster-box__title, .modal .modal-dialog .modal-content .modal-poster .poster-box__desc {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  }
}

.modal .modal-dialog .modal-content .modal-poster .poster-box__title {
  margin-bottom: 25px;
}

.modal .modal-dialog .modal-content .modal-poster .poster-box__title h2, .modal .modal-dialog .modal-content .modal-poster .poster-box__title h3, .modal .modal-dialog .modal-content .modal-poster .poster-box__title h4, .modal .modal-dialog .modal-content .modal-poster .poster-box__title h5 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-poster .poster-box__title h2, .modal .modal-dialog .modal-content .modal-poster .poster-box__title h3, .modal .modal-dialog .modal-content .modal-poster .poster-box__title h4, .modal .modal-dialog .modal-content .modal-poster .poster-box__title h5 {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-poster .poster-box__title h2, .modal .modal-dialog .modal-content .modal-poster .poster-box__title h3, .modal .modal-dialog .modal-content .modal-poster .poster-box__title h4, .modal .modal-dialog .modal-content .modal-poster .poster-box__title h5 {
    font-size: 18px;
  }
}

.modal .modal-dialog .modal-content .modal-poster .poster-box__desc {
  font-size: 18px;
  line-height: 1.68;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-poster .poster-box__desc {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-poster .poster-box__desc {
    font-size: 14px;
  }
}

.modal .modal-dialog .modal-content .modal-poster .poster-box__button {
  padding-left: 15px;
  padding-right: 15px;
}

.modal .modal-dialog .modal-content .modal-poster .poster-box__button button {
  display: block;
  width: 100%;
  max-width: 180px;
}

.dash {
  list-style: none;
  margin: 0 0 1.1em 0;
  padding-left: 3.3em;
}

.dash li {
  list-style: none;
  margin: 0 0 0.6em 0;
  padding: 0px;
  text-indent: -1.3em;
}

.dash li:before {
  content: '\2014\a0\a0';
}

.dash .dash {
  margin-top: 0.75em;
  padding-left: 2.75em;
}

@media (max-width: 991px) {
  .dash {
    padding-left: 1.4em;
  }
  .dash .dash {
    padding-left: 1.4em;
  }
}

ol.count {
  list-style: none;
  margin: 0 0 1.2em 0;
  padding-left: 1.5em;
  counter-reset: my-awesome-counter;
}

ol.count li {
  list-style: none;
  margin: 0 0 0.6em 0;
  padding: 0px;
  text-indent: -1.5em;
  counter-increment: my-awesome-counter;
}

ol.count li:before {
  content: counter(my-awesome-counter) ". ";
  font-weight: bold;
  font-size: 16px;
  margin-right: .2em;
}

ol.count li a {
  text-indent: 0;
}

.first {
  position: relative;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.first::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991px) {
  .first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 991px) {
  .lt-ie9 .first {
    position: relative;
    display: block;
    padding-top: 250px;
  }
  .lt-ie9 .first__slider {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.first__books {
  float: left;
  width: 644px;
  padding-top: 25px;
  padding-right: 15px;
}

@media (max-width: 1279px) {
  .first__books {
    width: 483px;
    padding-top: 10px;
  }
}

@media (max-width: 991px) {
  .first__books {
    float: none;
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .first__books .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.first__books .cell {
  width: 33.33333%;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.first__books .cell .book {
  display: block;
  color: #333;
}

.first__books .cell .book:hover, .first__books .cell .book:focus, .first__books .cell .book:active {
  color: #BA2E3A;
}

.first__books .cell .book:hover .book__img img, .first__books .cell .book:focus .book__img img, .first__books .cell .book:active .book__img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.first__books .cell .book__img {
  margin-bottom: 14px;
}

.first__books .cell .book__img img {
  display: block;
  max-width: 100%;
  width: auto;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: -o-transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out, -moz-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out, -moz-transform 300ms ease-out, -o-transform 300ms ease-out;
  margin: 0 auto;
  -webkit-transform-origin: bottom;
     -moz-transform-origin: bottom;
      -ms-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
}

.first__books .cell .book__img img.loaded {
  height: auto;
}

@media (max-width: 1279px) {
  .first__books .cell .book__img img {
    width: 100px;
  }
}

.first__books .cell .book__title {
  color: inherit;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  /*
					@include link_hfa{
						color: $a1;
					}
					*/
}

@media (max-width: 991px) {
  .first__books .cell {
    width: 100%;
  }
  .first__books .cell:last-of-type .book__img {
    margin-bottom: 10px;
  }
  .first__books .cell .book {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .first__books .cell .book:hover .book__img img, .first__books .cell .book:focus .book__img img, .first__books .cell .book:active .book__img img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .first__books .cell .book__img {
    width: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    margin-bottom: 23px;
  }
  .first__books .cell .book__title {
    padding-top: 3px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .lt-ie9 .first__books .cell .book {
    position: relative;
    display: block;
    min-height: 100px;
    padding-left: 60px;
    margin-bottom: 10px;
  }
  .lt-ie9 .first__books .cell .book__img {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.first__slider {
  float: left;
  width: 606px;
  height: 300px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

@media (max-width: 1279px) {
  .first__slider {
    width: 457px;
    height: 220px;
  }
}

@media (max-width: 991px) {
  .first__slider {
    float: none;
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .lt-ie9 .first__slider {
    max-height: 250px;
  }
}

.first__slider .section-slider {
  overflow: hidden;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.first__slider .section-slider .slide-page {
  position: relative;
}

.first__slider .section-slider .slide-page img {
  min-height: 292px;
}

@media (max-width: 1279px) {
  .first__slider .section-slider .slide-page img {
    width: 457px;
    height: auto;
    min-height: 220px;
  }
}

@media (max-width: 991px) {
  .first__slider .section-slider .slide-page img {
    width: 100%;
    min-height: 140px;
  }
}

.first__slider .section-slider .slide-page__title {
  position: absolute;
  left: 24px;
  bottom: 16px;
  max-width: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1279px) {
  .first__slider .section-slider .slide-page__title {
    max-width: 75%;
  }
}

@media (max-width: 991px) {
  .first__slider .section-slider .slide-page__title {
    max-width: 100%;
    font-size: 16px;
    left: 13px;
    bottom: 9px;
  }
}

.lt-ie9 .first__books .flex-row {
  display: table;
}

.lt-ie9 .first__books .flex-row .cell {
  display: table-cell;
}

@media (max-width: 991px) {
  .lt-ie9 .first__books .flex-row {
    display: block;
  }
  .lt-ie9 .first__books .flex-row .cell {
    display: block;
  }
}

.basic-space {
  height: 40px;
}

@media (max-width: 991px) {
  .basic-space {
    height: 32px;
  }
}

.top-border {
  border-top: 1px solid #E0E0E0;
}

.block-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.445;
  margin: 0 0 24px 0;
}

.block-title.big {
  font-size: 28px;
}

@media (max-width: 991px) {
  .block-title.big {
    font-size: 24px;
  }
}

.block-title.mini {
  font-size: 20px;
}

@media (max-width: 991px) {
  .block-title.mini {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .block-title {
    font-size: 20px;
  }
}

@media (max-width: 1068px) {
  h1, .h1 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  h1, .h1 {
    font-size: 24px;
  }
}

@media (max-width: 1068px) {
  h2, .h2 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  h2, .h2 {
    font-size: 20px;
  }
}

@media (max-width: 1068px) {
  h3, .h3 {
    font-size: 18px;
  }
}

@media (max-width: 1068px) {
  h4, .h4 {
    font-size: 16px;
  }
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.lt-ie9 .flex-row {
  display: block;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -webkit-flex-direction: unset;
     -moz-box-orient: unset;
     -moz-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}

.section-slider {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: visibility 300ms ease;
  -o-transition: visibility 300ms ease;
  -moz-transition: visibility 300ms ease;
  transition: visibility 300ms ease;
}

.section-slider.slick-initialized {
  visibility: visible;
  max-height: auto;
}

.section-slider.slick-dotted.slick-slider {
  padding-bottom: 0;
}

.section-slider.arrows-inside .slick-prev, .section-slider.arrows-inside .slick-next {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.section-slider.arrows-inside .slick-prev:hover, .section-slider.arrows-inside .slick-prev:active, .section-slider.arrows-inside .slick-next:hover, .section-slider.arrows-inside .slick-next:active {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.section-slider.arrows-inside .slick-prev:hover:active, .section-slider.arrows-inside .slick-next:hover:active {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.section-slider.arrows-inside .slick-prev:focus, .section-slider.arrows-inside .slick-next:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.section-slider.arrows-inside .slick-prev {
  left: 24px;
}

.section-slider.arrows-inside .slick-next {
  right: 24px;
}

.section-slider .slick-prev, .section-slider .slick-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  color: rgba(255, 255, 255, 0.5);
  font-size: 0;
  line-height: 45px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
}

.section-slider .slick-prev:hover, .section-slider .slick-prev:active, .section-slider .slick-next:hover, .section-slider .slick-next:active {
  color: #fff;
  background-color: #C6B19F;
  border: 1px solid #C6B19F;
}

.section-slider .slick-prev:hover:active, .section-slider .slick-next:hover:active {
  color: #fff;
  background-color: #C6B19F;
  border: 1px solid #C6B19F;
}

.section-slider .slick-prev:focus, .section-slider .slick-next:focus {
  color: #C6B19F;
  background-color: #fff;
  border: 1px solid #C6B19F;
}

.section-slider .slick-prev:before, .section-slider .slick-next:before {
  color: inherit;
  line-height: inherit;
  font-size: 16px;
  opacity: 1;
}

.section-slider .slick-prev {
  left: -30px;
}

.section-slider .slick-prev:before {
  content: "\f060";
}

.section-slider .slick-next {
  right: -30px;
}

.section-slider .slick-next:before {
  content: "\f061";
}

.section-slider .slick-dots {
  right: 21px;
  bottom: 16px;
  width: auto;
  max-width: 100%;
  line-height: 8px;
}

.section-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.section-slider .slick-dots li:hover {
  background-color: #fff;
}

.section-slider .slick-dots li.slick-active {
  background-color: #fff;
}

.section-slider .slick-dots li img, .section-slider .slick-dots li span {
  display: none;
}

.section-slider .slick-dots li button:before {
  content: none;
}

@media (max-width: 1068px) {
  .section-slider .slick-dots {
    right: 10px;
    bottom: 10px;
  }
  .section-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}

@media (max-width: 767px) {
  .section-slider .slick-dots {
    right: 10px;
    bottom: 9px;
  }
  .section-slider .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 2px;
  }
}

.blue-box {
  display: inline-block;
  margin-bottom: 20px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.blue-box a {
  display: block;
}

.blue-box img {
  display: block;
  max-width: 100%;
  width: auto;
}

.blue-box img.loaded {
  height: auto;
}

@media (max-width: 991px) {
  .blue-box {
    display: block;
  }
}

.blue-box--hor img + img {
  display: none;
  visibility: hidden;
}

@media (max-width: 991px) {
  .blue-box--hor img {
    display: none;
    visibility: hidden;
  }
  .blue-box--hor img + img {
    display: block;
    visibility: visible;
    width: 100%;
    max-width: auto;
  }
}

.lt-ie9 .blue-box {
  display: block;
}

.col .post + .post {
  border-top: 1px solid #E0E0E0;
}

.post {
  position: relative;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 25px;
}

.post--mini {
  min-height: 48px;
  margin-bottom: 20px;
}

.post--mini:last-of-type {
  margin-bottom: 24px;
}

.post--mini + .post.post--mini {
  padding-top: 0;
}

.post--mini .post {
  margin-bottom: 20px;
}

.post--mini .post__title {
  position: relative;
  padding-right: 50px;
  font-size: 16px;
  padding-bottom: 0;
}

.post--mini .post__title a {
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

@media (max-width: 991px) {
  .post--mini .post__title {
    padding-right: 0;
    font-size: 14px;
    line-height: 1.72;
  }
}

.post--mini .post__title-icons {
  position: absolute;
  top: 5px;
  right: 5px;
}

@media (max-width: 991px) {
  .post--mini .post__title-icons {
    display: none;
  }
}

.post--mini .post__info {
  padding-bottom: 2px;
}

.post--mini .post__journal, .post--mini .post__date, .post--mini .post__number {
  margin-bottom: 2px;
}

.post--mini .post__journal, .post--mini .post__date, .post--mini .post__number, .post--mini .post__category {
  line-height: 1.3;
}

.post--simple .post__date {
  color: #B0B0B0;
  text-transform: uppercase;
}

.post--author-profile {
  min-height: 0;
}

.post--author-profile .post__title {
  padding-bottom: 12px;
}

.post--author-profile .post__author {
  margin-top: 0;
}

.post + .post {
  padding-top: 24px;
}

.post__img {
  margin-bottom: 18px;
}

.post__img img {
  display: block;
  max-width: 100%;
  width: auto;
}

.post__img img.loaded {
  height: auto;
}

.post__title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  margin: 0;
  padding-bottom: 11px;
}

.post__title a {
  color: #333;
}

.post__title a:hover, .post__title a:focus, .post__title a:active {
  color: #BA2E3A;
}

.post__title a:hover + .post__title-icons .icon.icon--lock {
  color: #BA2E3A;
}

.post__title a + .post__title-icons {
  margin-left: 3px;
}

@media (max-width: 991px) {
  .post__title {
    font-size: 18px;
    line-height: 1.56;
    padding-bottom: 8px;
  }
}

.post__title-icons {
  display: inline-block;
}

.post__title-icons .icon {
  display: inline-block;
  color: #C6B19F;
}

.post__title-icons .icon.active {
  color: #BA2E3A;
}

.post__title-icons .icon--label {
  cursor: pointer;
}

.post__title-icons .icon figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  width: 20px;
  height: 20px;
  margin: 0;
}

.post__title-icons .icon figure svg, .post__title-icons .icon figure img {
  display: inline-block;
  margin: auto;
}

.post__title-icons .icon + .icon {
  margin-left: 3px;
}

.post__info {
  color: #C6B19F;
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 7px;
}

.post__info:last-child {
  padding-bottom: 0;
}

.post__info:last-child .post__journal, .post__info:last-child .post__number {
  margin-bottom: 0;
}

.post__info .post__journal, .post__info .post__date, .post__info .post__number, .post__info .post__category {
  position: relative;
  padding-right: 5px;
}

.post__info .post__journal:after, .post__info .post__date:after, .post__info .post__number:after, .post__info .post__category:after {
  content: '';
  display: inline-block;
  margin-left: 9px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #C6B19F;
  vertical-align: middle;
}

.post__info .post__journal:last-of-type:after, .post__info .post__date:last-of-type:after, .post__info .post__number:last-of-type:after, .post__info .post__category:last-of-type:after {
  content: none;
}

.post__info .btn.read-more {
  font-size: 12px;
  line-height: 18px;
}

.post__info .btn.read-more img {
  margin-right: .4em;
}

.post__journal, .post__date, .post__number, .post__category {
  font-size: 13px;
}

.post__journal.no-dot:after, .post__date.no-dot:after, .post__number.no-dot:after, .post__category.no-dot:after {
  content: none !important;
  display: none !important;
}

.post__multilink .post__journal {
  padding-right: 6px !important;
}

.post__multilink .post__journal:after {
  margin-left: 6px !important;
}

.post__multilink a, .post__multilink span {
  color: #C6B19F;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.post__multilink:hover a, .post__multilink:hover span, .post__multilink:focus a, .post__multilink:focus span, .post__multilink:active a, .post__multilink:active span {
  color: #BA2E3A;
}

.post__journal {
  display: inline-block;
  margin-bottom: 7px;
  /*
		+ .post__date, + .post__number{
			position: relative;
			//padding-left: 20px;
			padding-left: 18px;
			&:before{
				content: '';
				position: absolute;
				display: inline-block;
				//left: 10px;
				left: 5.5px;
				top: 50%;
				margin-top: -1.5px;
				width: 3px;
				height: 3px;
				border-radius: 50%;
				background-color: $a2;
			}
		}
		*/
}

.post__journal a, .post__journal span {
  color: #C6B19F;
  font-weight: bold;
}

.post__journal a .icon, .post__journal a svg, .post__journal span .icon, .post__journal span svg {
  margin-right: .5em;
}

.post__journal a svg, .post__journal span svg {
  vertical-align: bottom;
}

.post__journal a {
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.post__journal a:hover, .post__journal a:focus, .post__journal a:active {
  color: #BA2E3A;
}

.post__journal + .post__number {
  padding-right: 0;
}

.post__journal + .post__number:after {
  content: none;
}

.post__doc {
  display: inline-block;
  margin-bottom: 7px;
}

.post__date {
  display: inline-block;
  color: #C6B19F;
  font-weight: bold;
  margin-bottom: 7px;
}

.post__number {
  display: inline-block;
  color: #C6B19F;
  font-weight: bold;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.post__number a {
  color: #C6B19F;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.post__number a:hover, .post__number a:focus, .post__number a:active {
  color: #BA2E3A;
}

.post__category {
  display: block;
  margin-bottom: 7px;
}

.post__category a, .post__category span {
  display: inline-block;
  color: #C6B19F;
  font-weight: bold;
  line-height: 22px;
  border: 1px solid rgba(198, 177, 159, 0.5);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

.post__category a {
  -webkit-transition: border-color 300ms ease-out, color 300ms ease-out;
  -o-transition: border-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: border-color 300ms ease-out, color 300ms ease-out;
  transition: border-color 300ms ease-out, color 300ms ease-out;
}

.post__category a:hover, .post__category a:focus, .post__category a:active {
  color: #BA2E3A;
  border-color: #BA2E3A;
}

@media (max-width: 991px) {
  .post__journal, .post__date, .post__number {
    margin-bottom: 4px;
  }
}

.post__preview {
  font-family: "PT Serif", serif;
}

.post__preview p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 991px) {
  .post__preview p {
    font-size: 15px;
  }
}

.post__author {
  display: block;
  margin-top: 24px;
}

.post__author .no-flexbox .post-author, .no-flexboxlegacy .post__author .post-author {
  padding-left: 52px;
}

@media (max-width: 991px) {
  .post {
    margin-bottom: 21px;
  }
  .post + .post {
    padding-top: 22px;
  }
}

.post-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.post-author__img {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.post-author__img img {
  display: block;
  max-width: 100%;
  max-width: 40px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.post-author__bigname {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 6px;
}

.post-author__bigname a {
  color: #333;
}

.post-author__bigname a:hover, .post-author__bigname a:focus, .post-author__bigname a:active {
  color: #BA2E3A;
}

.post-author__name {
  display: block;
  font-size: 13px;
  line-height: 1.5;
}

.post-author__bigdesc {
  display: block;
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.post-author__bigdesc + .post-author__desc {
  color: #333;
}

.post-author__desc {
  display: block;
  color: #767676;
  font-size: 12px;
}

.post-author .no-flexbox, .no-flexboxlegacy .post-author {
  position: relative;
}

.post-author .no-flexbox__img, .no-flexboxlegacy .post-author__img {
  position: absolute;
  left: 0;
  top: 0;
}

a.post-author {
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

a.post-author:hover .post-author__name, a.post-author:focus .post-author__name, a.post-author:active .post-author__name {
  color: #BA2E3A;
}

a.post-author .post-author__name {
  color: #333;
}

.btn-load-more {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  font-size: 14px;
  height: 60px;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}

.btn-load-more:hover, .btn-load-more:focus, .btn-load-more:active {
  color: #C6B19F;
  background-color: #C6B19F;
  outline: none;
}

@media (max-width: 1279px) {
  .btn-load-more {
    height: 50px;
  }
}

@media (max-width: 991px) {
  .btn-load-more {
    height: auto;
  }
}

.btn-snap {
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}

.btn-decor {
  text-transform: uppercase;
}

.btn-decor .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.btn-decor .icon img {
  display: block;
  max-width: 100%;
  width: auto;
}

.btn-decor .icon img.loaded {
  height: auto;
}

span.btn {
  pointer-events: none;
}

.btn {
  font-weight: bold;
  text-transform: uppercase;
}

.btn.btn-simple {
  font-weight: normal;
  text-transform: none;
}

.btn.btn-default.dropdown-toggle {
  background-color: #FBFBFB;
}

.btn.btn-primary.btn-snap {
  color: #BA2E3A;
  background: none;
}

.btn.btn-primary.btn-snap:hover, .btn.btn-primary.btn-snap:focus, .btn.btn-primary.btn-snap:active {
  color: #fff;
  background-color: #BA2E3A;
}

.btn.btn-primary.btn-decor {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#BA2E3A), to(#A42631));
  background: -webkit-linear-gradient(top, #BA2E3A 0%, #A42631 100%);
  background: -moz-linear-gradient(top, #BA2E3A 0%, #A42631 100%);
  background: -o-linear-gradient(top, #BA2E3A 0%, #A42631 100%);
  background: linear-gradient(180deg, #BA2E3A 0%, #A42631 100%);
}

.btn.btn-primary.btn-decor:hover, .btn.btn-primary.btn-decor:focus, .btn.btn-primary.btn-decor:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#9F212C), to(#81161F));
  background: -webkit-linear-gradient(top, #9F212C 0%, #81161F 100%);
  background: -moz-linear-gradient(top, #9F212C 0%, #81161F 100%);
  background: -o-linear-gradient(top, #9F212C 0%, #81161F 100%);
  background: linear-gradient(180deg, #9F212C 0%, #81161F 100%);
}

.btn.btn-warning.btn-snap {
  color: #C6B19F;
  background: none;
}

.btn.btn-warning.btn-snap:hover, .btn.btn-warning.btn-snap:focus, .btn.btn-warning.btn-snap:active {
  color: #fff;
  background-color: #C6B19F;
}

.btn.btn-warning.btn-decor {
  color: #fff;
}

.btn.btn-lg {
  padding: 12px 12px;
  font-size: 14px;
}

.btn.btn-lg.btn-decor, .btn.btn-lg.btn-simple {
  line-height: 20px;
}

.btn.btn-xs {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

.btn.btn-lg.s-fb, .btn.btn-lg.s-vk, .btn.btn-lg.s-tw {
  width: 48px;
  font-size: 18px;
}

.btn.s-fb, .btn.s-vk, .btn.s-tw {
  color: #fff;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .btn.s-fb:hover, .btn.s-vk:hover, .btn.s-tw:hover {
    color: #fff;
  }
}

.btn.s-fb {
  background-color: #3B5998;
  border-color: #3B5998;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .btn.s-fb:hover {
    background-color: #2d4373;
  }
}

.btn.s-vk {
  background-color: #597DA3;
  border-color: #597DA3;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .btn.s-vk:hover {
    background-color: #476482;
  }
}

.btn.s-tw {
  background-color: #3E95E9;
  border-color: #3E95E9;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .btn.s-tw:hover {
    background-color: #197cdb;
  }
}

.btn.btn-arrow-link {
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #fff;
  background: none;
  padding-left: 15px;
  padding-right: 45px;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}

.btn.btn-arrow-link i {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 16px;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: -o-transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out, -moz-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out, -moz-transform 300ms ease-out, -o-transform 300ms ease-out;
}

.btn.btn-arrow-link:hover, .btn.btn-arrow-link:focus, .btn.btn-arrow-link:active {
  color: #000;
  background-color: #fff;
  outline: none;
}

.btn.btn-arrow-link:hover i, .btn.btn-arrow-link:focus i, .btn.btn-arrow-link:active i {
  -webkit-transform: translateX(5px);
     -moz-transform: translateX(5px);
      -ms-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}

.social-links {
  position: relative;
}

.social-links::after {
  content: "";
  display: table;
  clear: both;
}

.social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.social-links ul::after {
  content: "";
  display: table;
  clear: both;
}

.social-links ul li {
  float: left;
}

.social-links ul li + li {
  margin-left: 15px;
}

.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  color: #E0E0E0;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}

.social-links a:hover, .social-links a:focus, .social-links a:active {
  color: #fff;
  background-color: #BA2E3A;
  border-color: transparent;
}

.social-links a .fa {
  color: #fff;
}

.simple-links {
  position: relative;
}

.simple-links::after {
  content: "";
  display: table;
  clear: both;
}

.simple-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.simple-links ul::after {
  content: "";
  display: table;
  clear: both;
}

.simple-links ul li {
  float: left;
  margin-right: 30px;
}

.simple-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "PT Serif", serif;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #BA2E3A;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}

.simple-links a:hover, .simple-links a:focus, .simple-links a:active {
  color: #BA2E3A;
}

.simple-links a .fa {
  color: #000;
}

.simple-links a.s-vk:hover, .simple-links a.s-vk:focus, .simple-links a.s-vk:active, .simple-links a.s-fb:hover, .simple-links a.s-fb:focus, .simple-links a.s-fb:active, .simple-links a.s-tw:hover, .simple-links a.s-tw:focus, .simple-links a.s-tw:active, .simple-links a.s-ok:hover, .simple-links a.s-ok:focus, .simple-links a.s-ok:active, .simple-links a.s-gp:hover, .simple-links a.s-gp:focus, .simple-links a.s-gp:active, .simple-links a.s-telegram:hover, .simple-links a.s-telegram:focus, .simple-links a.s-telegram:active, .simple-links a.s-viber:hover, .simple-links a.s-viber:focus, .simple-links a.s-viber:active, .simple-links a.s-whatsapp:hover, .simple-links a.s-whatsapp:focus, .simple-links a.s-whatsapp:active, .simple-links a.s-youtube:hover, .simple-links a.s-youtube:focus, .simple-links a.s-youtube:active {
  color: #fff;
}

.social-share {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.social-share::after {
  content: "";
  display: table;
  clear: both;
}

.social-share li {
  float: left;
}

.social-share li + li {
  margin-left: 12px;
}

.social-share a {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #fff;
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: -o-transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out, -moz-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out, -moz-transform 300ms ease-out, -o-transform 300ms ease-out;
}

.social-share a:hover, .social-share a:focus, .social-share a:active {
  color: #fff;
}

.social-share a .fa {
  color: #fff;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .social-links a.s-vk:hover {
    background-color: #597DA3;
  }
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .social-links a.s-fb:hover {
    background-color: #3B5998;
  }
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .social-links a.s-tw:hover {
    background-color: #3E95E9;
  }
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .social-links a.s-ok:hover {
    background-color: #FF8300;
  }
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .social-links a.s-gp:hover {
    background-color: #C34016;
  }
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .social-links a.s-telegram:hover {
    background-color: #34A9E5;
  }
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .social-links a.s-viber:hover {
    background-color: #7C59EA;
  }
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .social-links a.s-whatsapp:hover {
    background-color: #3ABE4D;
  }
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .social-links a.s-youtube:hover {
    background-color: #E62117;
  }
}

.simple-links a.s-vk, .social-share a.s-vk {
  background-color: #597DA3;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .simple-links a.s-vk:hover, .social-share a.s-vk:hover {
    background-color: #587ca1;
  }
}

.simple-links a.s-fb, .social-share a.s-fb {
  background-color: #3B5998;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .simple-links a.s-fb:hover, .social-share a.s-fb:hover {
    background-color: #3a5896;
  }
}

.simple-links a.s-tw, .social-share a.s-tw {
  background-color: #3E95E9;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .simple-links a.s-tw:hover, .social-share a.s-tw:hover {
    background-color: #3c94e9;
  }
}

.simple-links a.s-ok, .social-share a.s-ok {
  background-color: #FF8300;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .simple-links a.s-ok:hover, .social-share a.s-ok:hover {
    background-color: #fc8200;
  }
}

.simple-links a.s-gp, .social-share a.s-gp {
  background-color: #C34016;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .simple-links a.s-gp:hover, .social-share a.s-gp:hover {
    background-color: #c13f16;
  }
}

.simple-links a.s-telegram, .social-share a.s-telegram {
  background-color: #34A9E5;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .simple-links a.s-telegram:hover, .social-share a.s-telegram:hover {
    background-color: #32a8e5;
  }
}

.simple-links a.s-viber, .social-share a.s-viber {
  background-color: #7C59EA;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .simple-links a.s-viber:hover, .social-share a.s-viber:hover {
    background-color: #7a57ea;
  }
}

.simple-links a.s-whatsapp, .social-share a.s-whatsapp {
  background-color: #3ABE4D;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .simple-links a.s-whatsapp:hover, .social-share a.s-whatsapp:hover {
    background-color: #39bc4c;
  }
}

.simple-links a.s-youtube, .social-share a.s-youtube {
  background-color: #E62117;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .simple-links a.s-youtube:hover, .social-share a.s-youtube:hover {
    background-color: #e42117;
  }
}

/*
.mini-social-links{
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding-left: 0;
	margin: 0;
	//sm
	@include tablet('max') {
		max-width: 480px;
	}
	&.left{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	&.right{
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	>li{
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 15px;
		&:last-of-type{
			margin-right: 0;
		}
		a{
			position: relative;
			display: inline-block;
			width: 30px;
			height: 30px;
			line-height: 30px;
			font-size: 16px;
			color: #aaa;
			text-align: center;
			border-radius: 4px;
			border-bottom: none;
			@include bgc-bc-trans;
			&:after{
				pointer-events: none;
				content: '';
				position: absolute;
				left: 0;
				top: 0;
				right: 0;
				bottom: 0;
				border-radius: 4px;
				border: 1px solid $card-border;
				@include bc-trans;
			}
			&:hover,&:focus,&:active{
				color: $white;
				&:after{
					border-color: $black_15;
				}
			}
			.fa{
				vertical-align: inherit;
			}
			&.s-vk{
				&:hover,&:focus,&:active{
					background-color: #597DA3;
				}
			}
			&.s-instagram{
				&:hover,&:focus,&:active{
					background-color: #C02176;
				}
			}
			&.s-fb{
				&:hover,&:focus,&:active{
					background-color: #3B5998;
				}
			}
			&.s-ok{
				&:hover,&:focus,&:active{
					background-color: #FF8300;
				}
			}
			&.s-telegram{
				&:hover,&:focus,&:active{
					background-color: #34A9E5;
				}
			}
			&.s-viber{
				&:hover,&:focus,&:active{
					background-color: #7C59EA;
				}
			}
			&.s-whatsapp{
				&:hover,&:focus,&:active{
					background-color: #3ABE4D;
				}
			}
			&.s-youtube{
				&:hover,&:focus,&:active{
					background-color: #E62117;
				}
			}
		}
	}
}
*/
.check-style {
  cursor: pointer;
  display: block;
  padding-left: 30px !important;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  color: #333;
  font-weight: normal;
  margin-bottom: 0;
}

.check-style.radio-inline {
  display: inline-block;
}

.check-style a {
  color: #777;
  text-decoration: none;
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  -o-transition: background-color 300ms ease, color 300ms ease;
  -moz-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
}

.check-style a:hover {
  color: #000;
  border-color: #000;
}

.check-style input[type="checkbox"], .check-style input[type="radio"] {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -30px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  -o-transition: background-color 300ms ease, border-color 300ms ease;
  -moz-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.check-style input[type="checkbox"]:hover, .check-style input[type="radio"]:hover {
  border-color: #777;
}

.check-style input[type="checkbox"]:after, .check-style input[type="radio"]:after {
  opacity: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background-color: #BA2E3A;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.check-style input[type="checkbox"]:checked, .check-style input[type="radio"]:checked {
  border-color: #E0E0E0;
}

.check-style input[type="checkbox"]:checked:after, .check-style input[type="radio"]:checked:after {
  opacity: 1;
}

.lt-ie9 .check-style input[type="checkbox"], .lt-ie9 .check-style input[type="radio"] {
  border: none;
}

.check-style input[type="radio"] {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.check-style input[type="radio"]:after {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.check-style-agree {
  padding-left: 25px !important;
  font-size: 13px !important;
  line-height: 16px;
  color: #828282;
}

.check-style-agree input[type="checkbox"], .check-style-agree input[type="radio"] {
  width: 16px;
  height: 16px;
  margin-left: -25px;
  border-color: #C6B19F;
}

.check-style-agree input[type="checkbox"]:after, .check-style-agree input[type="radio"]:after {
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFdSURBVHgBrZPBccIwEEW/5cxwDCW4g8CV5JBUAK4gVgWBCmIqCB0oHTimAQ7B4YhLoIQcSTJY2ZVlD0OMATt/xmOttX5a7ZeAf1ASqV4yV4rHDlpqFSlPCyxo6O2AqUALrSPVLWAcuxrXrYBb13kpYKR0MJKTxsAkVqHWOrDh5iuDz4NGPVzO1VhocHXQwOd3hv6DLzeNgGxCJrCmH7vmA1U28OVbMW+2/BGp0YIafA6MTShgVF24DzNAm6Q6LqJTQMrjHC8PMLsdyulhjoALZVbUuC8OZ5XIhBm9ejY0jlblie0OkhvLgaMRvJN7FbCQFn2yYelolYwpfHWw15ssw+TOl1yR6S/yrf5x9CjQQgOHelnOUBU0mdY5WgtkrWL1zM4V1Th5Kzwbh1Um1AIPoaXI0WMmnASylrF6pQP6aMN0MJR9nKmrqo8/GcYdgRsaduscvUh8c+jxcKF+AU3ylAAx+ZwwAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 10px 9px;
     -moz-background-size: 10px 9px;
          background-size: 10px 9px;
}

.check-style-gray input[type="checkbox"], .check-style-gray input[type="radio"] {
  border-color: #E0E0E0;
}

.check-style-gray input[type="checkbox"]:checked, .check-style-gray input[type="radio"]:checked {
  border-color: #E0E0E0 !important;
}

.tripple-slider {
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: visibility 300ms ease;
  -o-transition: visibility 300ms ease;
  -moz-transition: visibility 300ms ease;
  transition: visibility 300ms ease;
}

.tripple-slider * {
  outline: none;
}

.tripple-slider .slide-page {
  display: none;
}

.tripple-slider .slide-page:first-of-type {
  display: block;
}

.tripple-slider.slick-initialized {
  overflow: visible;
  visibility: visible;
  max-height: auto;
}

.tripple-slider .slick-slide {
  outline: none;
  position: relative;
}

.tripple-slider .slick-slide .slick-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 150px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.tripple-slider .slick-dots {
  bottom: 0;
}

.tripple-slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #BA2E3A;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.tripple-slider .slick-dots li:hover {
  background-color: #fefefe;
}

.tripple-slider .slick-dots li.slick-active {
  background-color: #fff;
}

.tripple-slider .slick-dots li img, .tripple-slider .slick-dots li span {
  display: none;
}

.tripple-slider .slick-dots li button:before {
  content: none;
}

@media (max-width: 1068px) {
  .tripple-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
}

.breadcrumb-style {
  font-size: 12px;
  background: none;
  margin-bottom: 0;
  padding-top: 14px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .breadcrumb-style {
    padding-top: 0;
  }
}

.breadcrumb-style > .active {
  color: #BDBDBD;
}

.breadcrumb-style a {
  color: #BDBDBD;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.breadcrumb-style a:hover, .breadcrumb-style a:focus, .breadcrumb-style a:active {
  color: #BA2E3A;
}

.breadcrumb.breadcrumb-style {
  padding-bottom: 0;
}

.breadcrumb.breadcrumb-style > li {
  line-height: 1.33;
}

.breadcrumb.breadcrumb-style > li:after {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb.breadcrumb-style > li:last-of-type:after {
  content: none;
  display: none;
}

.breadcrumb.breadcrumb-style > li + li:before {
  content: none;
  display: block;
}

.form-control {
  color: #333;
  background-color: #FBFBFB;
  -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

.form-control.input-lg {
  font-size: 14px;
}

.form-control:focus {
  background-color: #FCF7F1;
}

.form-control:placeholder-shown {
  background-color: #fff;
}

textarea.form-control {
  padding: 10px 16px;
}

.input-error {
  margin-bottom: 0;
}

.form-group.has-error {
  margin-bottom: 10px;
}

.has-error .input-error {
  margin-top: 4px;
  color: #BA2E3A;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}

.has-error .check-style, .has-error .check-style-agree {
  color: #BA2E3A;
}

.has-error .check-style a, .has-error .check-style-agree a {
  color: #BA2E3A;
  border-bottom-color: #BA2E3A;
}

.has-error .check-style a:hover, .has-error .check-style a:focus, .has-error .check-style a:active, .has-error .check-style-agree a:hover, .has-error .check-style-agree a:focus, .has-error .check-style-agree a:active {
  color: #333;
  border-bottom-color: #333;
}

.has-error .check-style input, .has-error .check-style-agree input {
  border-color: #BA2E3A;
}

.has-error .check-style .input-error, .has-error .check-style-agree .input-error, .has-error .captcha-label .input-error {
  margin-top: 0;
}

.captcha-label {
  display: inline-block;
  padding: 14px 14px;
  color: #828282;
  font-size: 14px;
  line-height: 16px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.captcha-label .radio {
  margin-top: 0;
  margin-bottom: 0;
}

.captcha-label .radio label {
  min-height: 16px;
  margin-bottom: 0;
  padding-right: 6px;
}

.captcha-label .radio label.check-style-agree {
  font-size: 14px !important;
  line-height: 16px !important;
}

.google-captcha {
  background-color: #eee;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  height: 55px;
}

.textarea-file {
  overflow: hidden;
  line-height: 0;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.has-error .textarea-file {
  border-color: #BA2E3A;
}

.textarea-file textarea {
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.textarea-file textarea.form-control {
  border: none;
  background-color: #fff;
}

.textarea-file label {
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 10px;
  height: 60px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.textarea-file label::after {
  content: "";
  display: table;
  clear: both;
}

.textarea-file label .flexbox input[type=file], .flexboxlegacy .textarea-file label input[type=file] {
  width: 1px;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: transparent;
}

.textarea-file label .flexbox .input-file, .flexboxlegacy .textarea-file label .input-file {
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
}

.textarea-file label .flexbox .input-file::-webkit-file-upload-button, .flexboxlegacy .textarea-file label .input-file::-webkit-file-upload-button {
  visibility: hidden;
}

.textarea-file label:hover .icon, .textarea-file label:focus .icon, .textarea-file label:active .icon {
  color: #fff !important;
  background-color: #C6B19F !important;
}

.textarea-file label:hover span, .textarea-file label:focus span, .textarea-file label:active span {
  color: #333;
}

.textarea-file label .icon {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 10px;
  color: #C6B19F;
  background-color: #FCF6F1;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}

.textarea-file label .icon svg, .textarea-file label .icon img {
  display: inline-block;
  margin: auto;
}

.textarea-file label span {
  float: left;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  color: #828282;
  padding-left: 10px;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.textarea-file label .no-flexbox, .no-flexboxlegacy .textarea-file label {
  padding: 0;
  height: auto;
}

.textarea-file label .no-flexbox .icon, .textarea-file label .no-flexbox span, .no-flexboxlegacy .textarea-file label .icon, .no-flexboxlegacy .textarea-file label span {
  display: none;
  visibility: hidden;
}

.input-group.decor {
  position: relative;
  border: none;
}

.input-group.decor .input-status {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

.input-group.decor .input-group-addon, .input-group.decor .form-control {
  position: relative;
  z-index: 10;
  border-color: transparent;
}

.input-group.decor .input-group-addon:hover, .input-group.decor .input-group-addon:focus, .input-group.decor .input-group-addon:active, .input-group.decor .form-control:hover, .input-group.decor .form-control:focus, .input-group.decor .form-control:active {
  border-color: transparent;
}

.input-group.decor .input-group-addon {
  padding-right: 6px;
  background-color: transparent;
  color: #333;
  font-weight: bold;
}

.input-group.decor .input-group-addon + .form-control {
  padding-left: 6px;
  border-left: none;
}

.input-group.decor .form-control {
  background-color: transparent;
  background: none;
}

.input-group.decor .form-control:hover, .input-group.decor .form-control:focus, .input-group.decor .form-control:active {
  background: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.input-group.decor .form-control:focus ~ .input-status {
  background-color: #FCF7F1;
}

.input-group.decor .form-control + .input-group-addon {
  min-width: 48px;
  text-align: center;
}

.input-group.decor .form-control + .input-group-addon i {
  color: rgba(0, 0, 0, 0.3);
}

.input-label {
  position: relative;
}

.input-label label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
}

.simple-tabs {
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .simple-tabs {
    margin-bottom: 10px;
  }
}

.simple-tabs.dobule-width .nav.nav-tabs > li {
  width: 50%;
}

.simple-tabs.dobule-width .nav.nav-tabs > li > a {
  text-align: center;
}

@media (max-width: 991px) {
  .simple-tabs.double-width-mobile .nav.nav-tabs > li {
    width: 100%;
    max-width: 50%;
    /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
  }
  .simple-tabs.double-width-mobile .nav.nav-tabs > li > a {
    text-align: center;
  }
  .lt-ie9 .simple-tabs.double-width-mobile .nav.nav-tabs > li {
    width: auto;
    max-width: 50%;
  }
}

.simple-tabs.tripple-width-mobile {
  /*
		//iphone5
		@include iphone5('max'){
			.nav.nav-tabs{
				> li {
					width: auto;
					max-width: 33.33333%;
					> a{
						text-align: center;
					}
				}
			}
		}
		*/
}

@media (max-width: 991px) {
  .simple-tabs.tripple-width-mobile .nav.nav-tabs > li {
    width: 100%;
    /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
  }
  .simple-tabs.tripple-width-mobile .nav.nav-tabs > li > a {
    text-align: center;
  }
  .lt-ie9 .simple-tabs.tripple-width-mobile .nav.nav-tabs > li {
    width: auto;
    max-width: 33.33333%;
  }
}

.simple-tabs .nav.nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.simple-tabs .nav.nav-tabs > li {
  float: none;
}

.simple-tabs .nav.nav-tabs > li > a {
  position: relative;
  border: none;
  padding: 18px 20px;
  margin: 0;
  color: #767676;
  line-height: 15px;
  font-weight: bold;
  white-space: nowrap;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
}

.simple-tabs .nav.nav-tabs > li > a:after {
  content: '';
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #BA2E3A;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.simple-tabs .nav.nav-tabs > li.active > a {
  color: #BA2E3A;
}

.simple-tabs .nav.nav-tabs > li.active > a:after {
  opacity: 1;
}

.lt-ie9 .simple-tabs .nav.nav-tabs {
  display: block;
}

.lt-ie9 .simple-tabs .nav.nav-tabs > li {
  float: left;
}

@media (max-width: 1279px) {
  .simple-tabs .nav.nav-tabs > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 320px) {
  .simple-tabs .nav.nav-tabs > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.search-input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

@media (max-width: 991px) {
  .search-input {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
       -moz-box-orient: unset;
       -moz-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .search-input {
    max-width: 429px;
  }
}

@media (min-width: 1280px) {
  .search-input {
    max-width: 100%;
  }
}

.search-input__input {
  width: 100%;
}

.search-input__input.border-mod {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #E0E0E0;
}

.search-input__input.border-mod input {
  color: #333;
}

.search-input__input.border-mod input::-webkit-input-placeholder {
  color: #000;
  opacity: .3;
}

.search-input__input.border-mod input:-moz-placeholder {
  color: #000;
  opacity: .3;
}

.search-input__input.border-mod input::-moz-placeholder {
  color: #000;
  opacity: .3;
}

.search-input__input.border-mod input:-ms-input-placeholder {
  color: #000;
  opacity: .3;
}

.search-input__input.border-mod input::-ms-input-placeholder {
  color: #000;
  opacity: .3;
}

.search-input__input.border-mod input::placeholder {
  color: #000;
  opacity: .3;
}

.search-input__input.border-mod input:focus::-webkit-input-placeholder {
  opacity: .6;
}

.search-input__input.border-mod input:focus:-moz-placeholder {
  opacity: .6;
}

.search-input__input.border-mod input:focus::-moz-placeholder {
  opacity: .6;
}

.search-input__input.border-mod input:focus:-ms-input-placeholder {
  opacity: .6;
}

.search-input__input.border-mod input:focus::-ms-input-placeholder {
  opacity: .6;
}

.search-input__input.border-mod input:focus::placeholder {
  opacity: .6;
}

.search-input__input input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 13px 0;
  border: none;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.search-input__input input::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.search-input__input input:-moz-placeholder {
  color: #fff;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.search-input__input input::-moz-placeholder {
  color: #fff;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.search-input__input input:-ms-input-placeholder {
  color: #fff;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.search-input__input input::-ms-input-placeholder {
  color: #fff;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.search-input__input input::placeholder {
  color: #fff;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.search-input__input input:hover, .search-input__input input:focus, .search-input__input input:active {
  outline: none;
}

.search-input__input input:focus::-webkit-input-placeholder {
  opacity: .3;
}

.search-input__input input:focus:-moz-placeholder {
  opacity: .3;
}

.search-input__input input:focus::-moz-placeholder {
  opacity: .3;
}

.search-input__input input:focus:-ms-input-placeholder {
  opacity: .3;
}

.search-input__input input:focus::-ms-input-placeholder {
  opacity: .3;
}

.search-input__input input:focus::placeholder {
  opacity: .3;
}

.lt-ie9 .search-input__input input {
  padding-top: 0;
  padding-bottom: 0;
}

.search-input__input input::-ms-clear {
  display: none !important;
  visibility: hidden;
}

.search-input__input ::-ms-clear, .search-input__input::-ms-clear, .search-input__input:focus::-ms-clear {
  display: none !important;
}

.search-input__icon {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-input + .search-button {
  margin-left: 16px;
}

@media (max-width: 991px) {
  .search-input + .search-button {
    margin-left: 0;
  }
}

.lt-ie9 .search-input {
  display: block;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -webkit-flex-direction: unset;
     -moz-box-orient: unset;
     -moz-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}

.lt-ie9 .search-input__input input {
  height: 44px;
}

.lt-ie9 .search-input__icon {
  display: block;
  top: 12px;
  height: 20px;
  padding-top: 1px;
}

.search-button button, .search-button a {
  width: 100%;
}

.btn.dropdown-toggle, .dropdown.dropdown-toggle {
  position: relative;
  text-align: left;
}

.btn.dropdown-toggle .caret, .dropdown.dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border: none;
  width: 10px;
  height: 7px;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjE3NSAwLjE1ODEzMUwtMi4xODU1N2UtMDcgMS4zMzMxM0w1IDYuMzMzMTNMMTAgMS4zMzMxM0w4LjgyNSAwLjE1ODEzMUw1IDMuOTc0OEwxLjE3NSAwLjE1ODEzMVoiIGZpbGw9IiM4MjgyODIiLz4KPC9zdmc+Cg==");
  -webkit-background-size: 10px 7px;
     -moz-background-size: 10px 7px;
          background-size: 10px 7px;
}

.btn.btn-warning.dropdown-toggle .caret, .dropdown.btn-warning.dropdown-toggle .caret {
  width: 10px;
  height: 7px;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjQxIDAuNTg5ODc5TC0yLjYyMjY4ZS0wNyAxLjk5OTg4TDYgNy45OTk4OEwxMiAxLjk5OTg4TDEwLjU5IDAuNTg5ODc5TDYgNS4xNjk4OEwxLjQxIDAuNTg5ODc5WiIgZmlsbD0iI0VFRTREQiIvPgo8L3N2Zz4K");
  -webkit-background-size: 10px 7px;
     -moz-background-size: 10px 7px;
          background-size: 10px 7px;
}

.btn.dropdown-toggle {
  text-transform: none;
}

.open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus {
  border-color: #ccc;
  background-color: #f5f5f5;
}

.dropdown.open .dropdown-toggle {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
}

.dropdown.open > .dropdown-menu {
  min-width: 30px;
  width: 100%;
  padding: 0;
  margin-top: 0;
  border-top: none;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
}

.dropdown.open > .dropdown-menu > li > a {
  /*
				padding-top: 0;
				padding-bottom: 0;
				line-height: 48px;
				*/
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 24px;
  white-space: normal;
}

.dropdown.open > .dropdown-menu > li > a:hover {
  color: #BA2E3A;
  background-color: #fff;
}

.dropdown.open > .dropdown-menu > li + li > a {
  border-top: 1px solid #E0E0E0;
}

.dropdown.open > .dropdown-menu > li:last-of-type > a {
  background: none;
}

.dropdown.open.fluid > .dropdown-menu {
  min-width: 100%;
  width: auto;
}

.form-group.form-group-dropdown.has-error {
  padding-bottom: 20px;
}

.form-group.form-group-dropdown.has-error .input-error {
  position: absolute;
  left: 0;
  bottom: -20px;
  right: 0;
}

.form-group.form-group-dropdown.has-error .dropdown-toggle {
  border-color: #BA2E3A;
}

.dropdown .dropdown-toggle {
  position: relative;
  padding-right: 30px;
  text-align: left;
}

.dropdown .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border: none;
  width: 10px;
  height: 7px;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjE3NSAwLjE1ODMxM0wtMi4xODU1N2UtMDcgMS4zMzMzMUw1IDYuMzMzMzFMMTAgMS4zMzMzMUw4LjgyNSAwLjE1ODMxM0w1IDMuOTc0OThMMS4xNzUgMC4xNTgzMTNaIiBmaWxsPSIjQkEyRTNBIi8+Cjwvc3ZnPgo=");
  -webkit-background-size: 10px 7px;
     -moz-background-size: 10px 7px;
          background-size: 10px 7px;
}

.dropdown .form-group {
  width: 0;
  height: 0;
  margin: 0;
  visibility: hidden;
}

.dropdown .hidden-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  visibility: hidden;
}

.selectize-target + .selectize-control {
  line-height: 0;
}

.selectize-target + .selectize-control .selectize-input {
  padding: 12px;
  background-color: #FBFBFB;
}

.selectize-target + .selectize-control.single .selectize-input:after {
  border: none;
  width: 10px;
  height: 7px;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjE3NSAwLjE1ODEzMUwtMi4xODU1N2UtMDcgMS4zMzMxM0w1IDYuMzMzMTNMMTAgMS4zMzMxM0w4LjgyNSAwLjE1ODEzMUw1IDMuOTc0OEwxLjE3NSAwLjE1ODEzMVoiIGZpbGw9IiM4MjgyODIiLz4KPC9zdmc+Cg==");
  -webkit-background-size: 10px 7px;
     -moz-background-size: 10px 7px;
          background-size: 10px 7px;
}

.selectize-target + .selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -3px !important;
}

.selectize-input {
  white-space: nowrap;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

.selectize-dropdown .option {
  padding: 12px !important;
  font-size: 13px !important;
}

.selectize-dropdown .option + .option {
  border-top: 1px solid #E0E0E0;
}

.status-box.post-mod .container {
  padding-left: 158px;
}

@media (max-width: 1279px) {
  .status-box.post-mod .container {
    padding-left: 15px;
  }
}

.status-box .sides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 8px;
}

@media (max-width: 991px) {
  .status-box .sides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 479px) {
  .status-box .sides {
    padding-bottom: 16px;
  }
}

.status-box .sides .left-side {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 600px;
}

.status-box .sides .left-side .titles h1, .status-box .sides .left-side .titles .h1, .status-box .sides .left-side .titles h2, .status-box .sides .left-side .titles .h2, .status-box .sides .left-side .titles h3, .status-box .sides .left-side .titles .h3 {
  margin-top: 11px;
  margin-bottom: 17px;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .status-box .sides .left-side .titles h1, .status-box .sides .left-side .titles .h1, .status-box .sides .left-side .titles h2, .status-box .sides .left-side .titles .h2, .status-box .sides .left-side .titles h3, .status-box .sides .left-side .titles .h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}

@media (max-width: 991px) {
  .status-box .sides .left-side {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

.status-box .sides .right-side {
  width: 360px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 360px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
}

@media (max-width: 991px) {
  .status-box .sides .right-side {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

.status-box .sides .right-side.sidebar-width {
  width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

@media (max-width: 991px) {
  .status-box .sides .right-side.sidebar-width {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

.status-box .sides .right-side .chose__title {
  display: block;
  color: #BDBDBD;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 6px;
}

@media (max-width: 479px) {
  .status-box .sides .right-side .chose__title {
    display: none;
    visibility: hidden;
  }
}

.status-box .sides .right-side .chose__month {
  position: relative;
  display: block;
}

.status-box .sides .right-side .chose__month .month-drop {
  padding-right: 20px;
  color: #000;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
}

.status-box .sides .right-side .chose__month .month-drop:focus, .status-box .sides .right-side .chose__month .month-drop:active {
  color: #000;
}

.status-box .sides .right-side .chose__month .month-drop:hover {
  color: #BA2E3A;
}

.status-box .sides .right-side .chose__month .month-drop .caret {
  position: absolute;
  top: .6em;
  margin-top: -1px;
  margin-left: 10px;
  border: none;
  width: 10px;
  height: 7px;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjE3NSAwLjE1ODQ5NkwtMi4xODU1N2UtMDcgMS4zMzM1TDUgNi4zMzM1TDEwIDEuMzMzNUw4LjgyNSAwLjE1ODQ5Nkw1IDMuOTc1MTZMMS4xNzUgMC4xNTg0OTZaIiBmaWxsPSIjMzMzMzMzIi8+Cjwvc3ZnPgo=");
  -webkit-background-size: 10px 7px;
     -moz-background-size: 10px 7px;
          background-size: 10px 7px;
}

@media (max-width: 479px) {
  .status-box .sides .right-side .chose__month .month-drop .caret {
    width: 10px;
    height: 7px;
    background-position: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjQxIDAuNTg5ODc5TC0yLjYyMjY4ZS0wNyAxLjk5OTg4TDYgNy45OTk4OEwxMiAxLjk5OTg4TDEwLjU5IDAuNTg5ODc5TDYgNS4xNjk4OEwxLjQxIDAuNTg5ODc5WiIgZmlsbD0iI0VFRTREQiIvPgo8L3N2Zz4K");
    -webkit-background-size: 10px 7px;
       -moz-background-size: 10px 7px;
            background-size: 10px 7px;
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}

@media (max-width: 479px) {
  .status-box .sides .right-side .chose__month .month-drop {
    color: #C6B19F;
    font-size: 18px;
    line-height: 1.56;
    min-height: 24px;
  }
}

.status-box .sides .right-side .chose__month .datepicker-inline {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}

@media (max-width: 479px) {
  .status-box .sides .right-side .chose__month {
    position: static;
    display: inline-block;
  }
}

.status-box .sides .right-side .chose__button {
  margin-top: 10px;
}

.status-box .sides .right-side .chose__button .btn {
  font-size: 12px;
  line-height: 20px;
  width: 112px;
  height: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
}

@media (max-width: 479px) {
  .status-box .sides .right-side .chose__button {
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
  }
}

@media (max-width: 479px) {
  .status-box .sides .right-side .chose {
    position: relative;
  }
}

.status-box .sides .no-flexbox, .no-flexboxlegacy .status-box .sides {
  display: block;
}

.status-box .sides .no-flexbox::after, .no-flexboxlegacy .status-box .sides::after {
  content: "";
  display: table;
  clear: both;
}

.status-box .sides .no-flexbox .left-side, .no-flexboxlegacy .status-box .sides .left-side {
  float: left;
  width: -webkit-calc(100% - 360px);
  width: -moz-calc(100% - 360px);
  width: calc(100% - 360px);
}

.status-box .sides .no-flexbox .right-side, .no-flexboxlegacy .status-box .sides .right-side {
  float: right;
}

.status-box .category-label {
  padding-top: 5px;
  padding-bottom: 5px;
}

.status-box .category-label a, .status-box .category-label span {
  display: inline-block;
  color: #C6B19F;
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
  border: 1px solid rgba(198, 177, 159, 0.5);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

.status-box .category-label a {
  -webkit-transition: border-color 300ms ease-out, color 300ms ease-out;
  -o-transition: border-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: border-color 300ms ease-out, color 300ms ease-out;
  transition: border-color 300ms ease-out, color 300ms ease-out;
}

.status-box .category-label a:hover, .status-box .category-label a:focus, .status-box .category-label a:active {
  color: #BA2E3A;
  border-color: #BA2E3A;
}

.stars-line {
  line-height: 0;
}

.stars-line .star {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  color: #C6B19F;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.stars-line .star + .star {
  margin-left: 1px;
}

.stars-line .star svg {
  color: inherit;
}

.accent-table {
  padding: 8px 16px;
  line-height: 1.5;
  background-color: #FDF7F2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accent-table.mail-modal .accent-table__body {
  white-space: nowrap;
}

.accent-table .row {
  position: relative;
}

.accent-table .row:before {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 0;
  right: 15px;
  height: 1px;
  background-color: #E0E0E0;
}

.accent-table .row .col {
  padding-top: 8px;
  padding-bottom: 8px;
}

.accent-table__head {
  color: #767676;
  font-size: 12px;
}

.accent-table__head .row .col:last-of-type {
  text-align: right;
}

.accent-table__body .row .col:last-of-type {
  text-align: center;
}

.accent-table__body .row:last-of-type:before {
  content: none;
  display: none;
}

.sticky-aside {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  /*
	.info-box{
		position: sticky;
		width: 128px;
		border: 1px solid #E0E0E0;
		border-radius: 4px;
		min-height: 50px;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		&__top{
			height: 30px;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-content: center;
			align-items: center;
			img{
				display: inline-block;
			}
		}
		&__content{
			font-size: 14px;
			text-align: center;
		}
	}
	*/
}

.info-box.posa {
  width: 128px;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  min-height: 50px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

@media (max-width: 1279px) {
  .info-box.posa {
    display: none !important;
    visibility: hidden !important;
  }
}

.info-box.posa .info-box__top {
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.lt-ie9 .info-box.posa .info-box__top {
  display: block;
}

.info-box.posa .info-box__top img {
  display: inline-block;
}

.info-box.posa .info-box__content {
  font-size: 14px;
  text-align: center;
}

.doc-group {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .doc-group {
    margin-bottom: 0;
  }
  .page-content .doc-group:last-of-type {
    border-bottom: 1px solid #ECECEC;
  }
}

.doc-group__title {
  margin-bottom: 18px;
}

.doc-group__title .collapse-title {
  display: inline;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .doc-group__title {
    margin-bottom: 0;
    border-top: 1px solid #ECECEC;
  }
  .doc-group__title .collapse-title {
    position: relative;
    display: block;
    padding-right: 30px;
  }
  .doc-group__title .collapse-title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border: none;
    width: 10px;
    height: 7px;
    background-position: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjE3NSAwLjE1ODEzMUwtMi4xODU1N2UtMDcgMS4zMzMxM0w1IDYuMzMzMTNMMTAgMS4zMzMxM0w4LjgyNSAwLjE1ODEzMUw1IDMuOTc0OEwxLjE3NSAwLjE1ODEzMVoiIGZpbGw9IiM4MjgyODIiLz4KPC9zdmc+Cg==");
    -webkit-background-size: 10px 7px;
       -moz-background-size: 10px 7px;
            background-size: 10px 7px;
    -webkit-transition: -webkit-transform 300ms ease-out;
    transition: -webkit-transform 300ms ease-out;
    -o-transition: -o-transform 300ms ease-out;
    -moz-transition: transform 300ms ease-out, -moz-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    transition: transform 300ms ease-out, -webkit-transform 300ms ease-out, -moz-transform 300ms ease-out, -o-transform 300ms ease-out;
  }
  .doc-group__title .collapse-title:not(.collapsed):after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (max-width: 991px) {
  .doc-group__list.collapse + .doc-group__button {
    display: none;
    visibility: hidden;
  }
}

.doc-group__list.collapse.in + .doc-group__button {
  display: block;
  visibility: visible;
  margin-bottom: 15px;
}

.doc-group__list a {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  margin-bottom: 15px;
  color: #333;
  font-size: 14px;
  line-height: 1.68;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.doc-group__list a:hover, .doc-group__list a:focus, .doc-group__list a:active {
  color: #BA2E3A;
}

.doc-group__list a .icon {
  position: absolute;
  left: 4px;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.doc-group__list a .icon img {
  display: block;
  max-width: 100%;
  width: auto;
}

.doc-group__list a .icon img.loaded {
  height: auto;
}

.doc-group__button {
  padding-top: 2px;
  -webkit-transition: display 300ms ease, visibility 300ms ease;
  -o-transition: display 300ms ease, visibility 300ms ease;
  -moz-transition: display 300ms ease, visibility 300ms ease;
  transition: display 300ms ease, visibility 300ms ease;
}

.doc-img {
  position: relative;
  display: block;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.doc-img__link {
  display: inline-block;
}

.doc-img__link.border {
  border: 2px solid #FCC9A0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

@media (max-width: 991px) {
  .doc-img__link {
    position: relative;
  }
  .doc-img__link:before {
    content: "\f002";
    position: absolute;
    z-index: 10;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
}

.doc-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media 	screen and (max-resolution: 150dpi) {
	.doc-img img {
		display: block;
		max-width: 100%;
		width: auto;
		height: auto;
	}
}

.doc-img .load-file {
  top: 0;
}

.lt-ie9 .doc-img {
  display: block;
}

.para h2, .para .h2 {
  margin-bottom: 24px;
  margin-bottom: 18px;
}

.para h3, .para .h3 {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .para h3, .para .h3 {
    margin-bottom: 15px;
  }
}

.para h4, .para .h4 {
  line-height: 1.5;
  margin-top: 26px;
  margin-bottom: 17px;
}

@media (max-width: 991px) {
  .para h4, .para .h4 {
    margin-top: 26px;
    margin-bottom: 12px;
  }
}

.para > p {
  font-family: "PT Serif", serif;
  font-size: 18px;
  line-height: 1.56em;
  text-indent: 1.5em;
  margin-bottom: .6em;
  /*
		+ ol, + ul{
			margin-top: -.9em;
		}
		*/
}

@media (max-width: 991px) {
  .para > p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.para > p sup {
  font-family: "Noto Sans", Roboto, "Helvetica Neue", Arial;
  color: #BA2E3A;
  font-size: 12px;
}

.para > p + ul, .para > p + ol {
  margin-top: .75em;
}

.para-red {
  font-size: 14px;
  line-height: 1.75;
  color: #BA2E3A;
}

.para-red.ti {
  text-indent: 1.5em;
}

.para .red-sample {
  padding-bottom: 6px;
}

.para .note {
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 0 40px;
  font-family: "PT Serif", serif;
  font-size: 18px;
  line-height: 1.56em;
}

@media (max-width: 991px) {
  .para .note {
    font-size: 16px;
    padding-left: 2em;
    padding-right: 15px;
  }
}

.para > img {
  margin-top: 27px;
  margin-bottom: 29px;
}

.para > ul, .para > ol {
  font-family: "PT Serif", serif;
  font-size: 18px;
  line-height: 1.56em;
}

@media (max-width: 991px) {
  .para > ul, .para > ol {
    font-size: 16px;
  }
}

.para-sans {
  line-height: 1.68;
}

.para-accent {
  padding: 32px;
  margin-bottom: 27px;
  background-color: #FCF7F1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

@media (max-width: 991px) {
  .para-accent {
    padding: 20px 20px 20px 16px;
  }
}

.para-accent--small {
  padding: 15px 24px;
}

.para-accent--small .para-accent__title {
  margin-bottom: 15px;
}

.para-accent__title {
  font-size: 14px;
  line-height: 1.68;
  margin-bottom: 24px;
}

.para-accent__title + .quote {
  margin-top: 24px;
  text-indent: 1.5em;
  font-size: 14px;
  line-height: 1.68;
}

@media (max-width: 991px) {
  .para-accent__title + .quote {
    margin-top: 18px;
  }
}

@media (max-width: 991px) {
  .para-accent__title {
    margin-bottom: 18px;
  }
}

.para-accent.quote--mod {
  position: relative;
}

@media (max-width: 991px) {
  .para-accent.quote--mod {
    padding: 25px 15px 19px 15px;
  }
}

.para-accent.quote--mod .icon {
  position: absolute;
  z-index: 5;
  top: -16px;
  right: 40px;
  width: 86px;
  height: 73px;
}

@media (max-width: 991px) {
  .para-accent.quote--mod .icon {
    top: -30px;
    right: 10px;
    -webkit-transform: scale(0.6);
       -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
         -o-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.para-accent.quote--mod .post__author {
  margin-top: 0;
  padding-right: 200px;
}

@media (max-width: 991px) {
  .para-accent.quote--mod .post__author {
    margin-left: 5px;
    padding-right: 50px;
  }
}

.para-accent.quote--mod .post-author__name {
  font-size: 14px;
}

.para-accent.quote--mod .quote {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.68;
}

.para-accent__author + .quote {
  margin-top: 24px;
  text-indent: 1.5em;
}

.para-accent__author .post-author__img {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 48px;
  height: 48px;
  margin-right: 22px;
}

.para-accent__author .post-author__img img {
  width: 48px;
  max-width: 48px;
}

@media (max-width: 991px) {
  .para-accent .quote p {
    line-height: 1.78;
  }
}

.para-accent .quote p:last-of-type {
  margin-bottom: 0;
}

.mail-box {
  padding: 24px 32px 32px 32px;
  margin-bottom: 27px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.mail-box__header {
  padding-bottom: 22px;
}

.mail-box__header .line {
  font-size: 14px;
  line-height: 2;
}

.mail-box__body {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.68;
  text-indent: 1.5em;
}

.mail-box__body p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .mail-box {
    padding-top: 17px;
    padding-left: 15px;
    padding-bottom: 22px;
    padding-right: 15px;
  }
  .mail-box .mail-box__header {
    padding-bottom: 6px;
  }
  .mail-box .mail-box__header .line span {
    display: inline-block;
    padding-left: 45px;
    text-indent: -45px;
  }
  .mail-box .mail-box__body {
    line-height: 1.78;
  }
}

.red-sample {
  display: block;
  font-size: 14px;
  text-indent: 1.5;
  margin-top: 28px;
  margin-bottom: 13px;
}

.red-sample span {
  color: #BA2E3A;
  /*
		+ * {
			margin-top: 24px;
		}
		*/
}

.red-sample span + .doc-img {
  margin-top: 14px;
}

@media (max-width: 991px) {
  .red-sample span + .doc-img {
    margin-top: 14px;
  }
}

.red-sample__content {
  font-size: 14px;
  line-height: 1.68;
  font-family: "Noto Sans", Roboto, "Helvetica Neue", Arial;
  text-indent: 1.5em;
}

.red-sample__content p:last-of-type {
  margin-bottom: 0;
}

.red-sample + .para-accent, .red-sample + .mail-box {
  margin-top: 13px;
}

@media (max-width: 991px) {
  .red-sample {
    line-height: 1.68;
    margin-top: 22px;
  }
}

.quote-box {
  position: relative;
  padding: 0 32px 28px 32px;
  margin-bottom: 26px;
}

.quote-box:before {
  content: '';
  pointer-events: none;
  position: absolute;
  display: block;
  left: 0;
  top: 17px;
  top: 13px;
  right: 0;
  bottom: 0;
  border: 1px solid #C6B19F;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.quote-box__title {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 18px;
  color: #BA2E3A;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
}

.quote-box__content {
  font-size: 14px;
  line-height: 1.68;
}

.quote-box__content p {
  text-indent: 1.5em;
}

.quote-box__content p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .quote-box {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 19px;
  }
  .quote-box .quote-box__title {
    margin-left: 0;
    margin-right: 0;
  }
}

.pagination {
  line-height: 0;
}

.pagination.db {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

@media (max-width: 991px) {
  .pagination.db {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
       -moz-box-orient: unset;
       -moz-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.lt-ie9 .pagination.db {
  display: block;
}

.lt-ie9 .pagination.db::after {
  content: "";
  display: table;
  clear: both;
}

.pagination .btn-load-more {
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: baseline;
}

@media (max-width: 1279px) {
  .pagination .btn-load-more {
    line-height: 50px;
  }
}

@media (max-width: 991px) {
  .pagination .btn-load-more {
    line-height: 44px;
  }
}

.pagination__more, .pagination__pages {
  height: 60px;
}

@media (max-width: 1279px) {
  .pagination__more, .pagination__pages {
    height: 50px;
  }
}

@media (max-width: 991px) {
  .pagination__more, .pagination__pages {
    height: auto;
  }
}

.pagination__more {
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.pagination__more .btn-load-more {
  display: block;
}

@media (max-width: 991px) {
  .pagination__more {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .pagination__more .btn-load-more {
    line-height: 42px;
  }
}

.lt-ie9 .pagination__more {
  float: left;
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
}

.pagination__pages {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.pagination__pages .btn-load-more {
  display: inline-block;
  width: auto;
  min-width: 60px;
}

@media (max-width: 1279px) {
  .pagination__pages .btn-load-more {
    min-width: 50px;
  }
}

@media (max-width: 991px) {
  .pagination__pages .btn-load-more {
    min-width: 44px;
  }
}

.pagination__pages .btn-load-more + .btn-load-more {
  margin-left: 15px;
}

.pagination__pages .btn-dots {
  display: inline-block;
  width: 52px;
  color: #C6B19F;
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 2px;
  text-align: center;
}

@media (max-width: 1279px) {
  .pagination__pages .btn-dots {
    line-height: 48px;
  }
}

@media (max-width: 991px) {
  .pagination__pages {
    padding-right: 0;
  }
}

.lt-ie9 .pagination__pages {
  float: left;
  width: 340px;
}

.anik--cross {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.anik--cross:before, .anik--cross:after {
  position: absolute;
  content: ' ';
  top: 7px;
  left: 14px;
  height: 14px;
  width: 2px;
  background-color: #C6B19F;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.anik--cross:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.anik--cross:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.anik--cross:before, .anik--cross:after {
  top: 8px;
}

.anik--cross:hover, .anik--cross:focus, .anik--cross:active {
  outline: none;
  background-color: #C6B19F;
}

.anik--cross:hover:before, .anik--cross:hover:after, .anik--cross:focus:before, .anik--cross:focus:after, .anik--cross:active:before, .anik--cross:active:after {
  background-color: #fff;
}

.popover-box {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1020;
  top: 50%;
  right: 50%;
  width: 350px;
  padding: 15px;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  background: #F7F7F7;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transform: translate(30px, -50%);
     -moz-transform: translate(30px, -50%);
      -ms-transform: translate(30px, -50%);
       -o-transform: translate(30px, -50%);
          transform: translate(30px, -50%);
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  -o-transition: opacity 300ms ease, -o-transform 300ms ease;
  -moz-transition: opacity 300ms ease, transform 300ms ease, -moz-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease, -moz-transform 300ms ease, -o-transform 300ms ease;
}

.popover-box.showed {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.popover-box--big {
  pointer-events: all;
  width: 525px;
  padding: 30px 55px 30px 45px;
  background: #FCF7F1;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.popover-box--big .quote-icon {
  position: absolute;
  top: 54px;
  right: 62px;
}

.popover-box--big .popover-box__title .h4, .popover-box--big .popover-box__title h4, .popover-box--big .popover-box__title > p, .popover-box--big .popover-box__title > p:first-of-type {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 36px 0;
}

.popover-box--big .popover-box__title .h4 strong, .popover-box--big .popover-box__title .h4 b, .popover-box--big .popover-box__title h4 strong, .popover-box--big .popover-box__title h4 b, .popover-box--big .popover-box__title > p strong, .popover-box--big .popover-box__title > p b, .popover-box--big .popover-box__title > p:first-of-type strong, .popover-box--big .popover-box__title > p:first-of-type b {
  color: #BA2E3A;
}

.popover-box--big .popover-box__title .anik.anik--cross {
  position: absolute;
  top: 25px;
  right: 25px;
}

.popover-box--big .popover-box__title .anik.anik--cross:before, .popover-box--big .popover-box__title .anik.anik--cross:after {
  background-color: #555;
}

.popover-box--big .popover-box__title .anik.anik--cross:hover, .popover-box--big .popover-box__title .anik.anik--cross:focus, .popover-box--big .popover-box__title .anik.anik--cross:active {
  background-color: rgba(0, 0, 0, 0.05);
}

.popover-box--big .popover-box__text {
  color: #333;
  font-size: 14px;
  line-height: 1.68;
  margin-bottom: 28px;
}

.popover-box--big .popover-box__text p:last-of-type {
  margin-bottom: 0;
}

.popover-box--big .popover-box__author--name {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.popover-box--big .popover-box__author--desc {
  font-size: 12px;
  line-height: 1.33;
}

.popover-box p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .popover-box {
    display: none !important;
    visibility: hidden !important;
  }
}

.header-box {
  height: 154px;
  margin-bottom: 30px;
  background-color: #FCF7F1;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

@media (max-width: 991px) {
  .header-box {
    height: auto;
    margin-bottom: 16px;
    border-bottom: 2px solid #BA2E3A;
  }
}

.header-box.mb0 {
  margin-bottom: 0;
}

@media screen and (max-height: 940px) {
  .header-box.no-nav-tablet {
    height: 112px;
    margin-bottom: 6px;
  }
  .header-box.no-nav-tablet .core-navigator {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 991px) {
  .header-box.no-nav-tablet {
    height: auto;
  }
}

.header-box .core-nav__logo .logo {
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  -o-transition: filter 300ms ease;
  -moz-transition: filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}

@media (max-width: 991px) {
  .header-box.open {
    background-color: #98242E;
  }
  .header-box.open .core-nav {
    background-color: #98242E;
  }
  .header-box.open .core-nav__logo .logo {
    -webkit-filter: brightness(500%) saturate(0);
            filter: brightness(500%) saturate(0);
  }
  .header-box.open .core-nav__links ul li a {
    color: #fff;
  }
  .header-box.open .core-nav__links ul li a:hover, .header-box.open .core-nav__links ul li a:focus, .header-box.open .core-nav__links ul li a:active {
    color: #C6B19F;
  }
  .header-box.open .core-nav__burger.open .cross {
    color: #fff !important;
  }
  .header-box.open .core-nav__burger .icon-link {
    color: #fff;
  }
  .header-box.open .core-nav__burger .icon-link:hover, .header-box.open .core-nav__burger .icon-link:focus, .header-box.open .core-nav__burger .icon-link:active {
    color: #C6B19F;
  }
}

.main-box {
  padding-top: 18px;
  padding-bottom: 70px;
  background-color: #FFF;
}

@media (max-width: 991px) {
  .main-box {
    padding-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .main-box {
    padding-top: 24px;
  }
}

.main-box.full-mod .container {
  padding-right: 15px;
}

@media (min-width: 1280px) {
  .main-box.full-mod .container {
    padding-right: 0;
  }
}

.main-box.pt0 {
  padding-top: 0;
}

.main-box.pt-first {
  padding-top: 25px;
}

@media (max-width: 479px) {
  .main-box.pt-first {
    padding-top: 24px;
  }
}

.main-box.pt-first .b-page {
  padding-top: 0;
}

.main-box.pt-first .b-main + .b-access {
  padding-top: 28px;
}

@media (max-width: 991px) {
  .main-box.pt-first .b-main + .b-access {
    padding-top: 5px;
  }
}

.main-box .container {
  position: relative;
  padding-right: 340px;
}

@media (max-width: 1279px) {
  .main-box .container {
    padding-right: 330px;
  }
}

@media (max-width: 991px) {
  .main-box .container {
    padding-right: 15px;
  }
}

.first-box {
  border-bottom: 1px solid #E0E0E0;
}

.b-main.bb {
  border-bottom: 1px solid #E0E0E0;
}

.b-main.construct-mod {
  margin-bottom: 20px;
}

.b-main.construct-mod + .b-access {
  padding-top: 22px;
}

.b-main.construct-mod .b-page {
  padding-bottom: 4px;
}

.b-main.construct-mod .page-search.hide-mobile {
  padding-top: 12px;
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .b-main.construct-mod .page-download:last-of-type {
    margin-bottom: 8px;
  }
}

.b-main.growth-mod .b-page {
  padding-top: 0;
}

.b-main.growth-mod .b-page .page-tabs .block-title {
  margin-bottom: 8px;
}

.b-main.growth-mod .page-first {
  margin-top: -10px;
}

@media (max-width: 991px) {
  .b-main.growth-mod .page-first {
    margin-top: 0;
  }
}

.b-main.growth-mod .page-header {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .b-main.growth-mod .page-tabs .simple-tabs .nav.nav-tabs > li {
    min-width: 33.33333%;
  }
  .b-main.growth-mod .page-tabs .simple-tabs .nav.nav-tabs > li > a {
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .b-main.growth-mod .page-tabs .simple-tabs .nav.nav-tabs > li {
    min-width: auto;
  }
}

.b-main.subscribe-mod .page-header {
  margin-bottom: 0;
}

.b-main.fullheight-mod {
  min-height: -webkit-calc(100vh - 300px);
  min-height: -moz-calc(100vh - 300px);
  min-height: calc(100vh - 300px);
}

@media (max-width: 991px) {
  .b-main.fullheight-mod {
    min-height: auto;
  }
}

.b-main.quiz-mod .page-content {
  padding-top: 5px;
}

.b-main.contacts-mod .b-contacts + .para h4 {
  margin-top: 28px;
  margin-bottom: 0;
}

.b-main + .b-access {
  padding-top: 5px;
}

.b-access {
  padding-top: 20px;
  padding-bottom: 39px;
}

@media (max-width: 991px) {
  .b-access {
    padding-bottom: 32px;
  }
}

.b-access .block-title {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .b-access .block-title {
    margin-bottom: 16px;
  }
}

.b-access .block-title span {
  color: #BA2E3A;
}

.b-access .types-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 236px;
  border-top: 4px solid #BA2E3A;
  background-color: #fff;
  -webkit-border-bottom-left-radius: 15px;
     -moz-border-radius-bottomleft: 15px;
          border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
     -moz-border-radius-bottomright: 15px;
          border-bottom-right-radius: 15px;
  -webkit-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.15);
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.b-access .types-box .type {
  cursor: pointer;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.3333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.3333333%;
          flex: 0 0 33.3333333%;
  height: 100%;
}

.b-access .types-box .type:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #E0E0E0;
}

.b-access .types-box .type:last-of-type:after {
  content: none;
  display: none;
}

.b-access .types-box .type.active .type__link {
  background-color: #C4B19E;
}

.b-access .types-box .type.active .type__link ~ .type__img {
  -webkit-filter: brightness(300%) grayscale(100%);
          filter: brightness(300%) grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}

.b-access .types-box .type.active .type__link ~ .type__text {
  color: #fff;
}

.b-access .types-box .type:hover .type__link, .b-access .types-box .type:focus .type__link, .b-access .types-box .type:active .type__link {
  background-color: #BA2E3A;
}

.b-access .types-box .type:hover .type__link ~ .type__img, .b-access .types-box .type:focus .type__link ~ .type__img, .b-access .types-box .type:active .type__link ~ .type__img {
  -webkit-filter: brightness(300%) grayscale(100%);
          filter: brightness(300%) grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}

.b-access .types-box .type:hover .type__link ~ .type__text, .b-access .types-box .type:focus .type__link ~ .type__text, .b-access .types-box .type:active .type__link ~ .type__text {
  color: #fff;
}

.b-access .types-box .type__link {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: -12px;
  background-color: transparent;
  -webkit-border-bottom-left-radius: 15px;
     -moz-border-radius-bottomleft: 15px;
          border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
     -moz-border-radius-bottomright: 15px;
          border-bottom-right-radius: 15px;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  /*
				@include link_hfa{
					background-color: $a1;
					~ .type__img {
						filter: brightness(300%) grayscale(100%);
					}
					~ .type__text{
						color: $white;
					}
				}
				*/
}

@media (max-width: 991px) {
  .b-access .types-box .type__link {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}

.b-access .types-box .type__img, .b-access .types-box .type__text {
  cursor: pointer;
  pointer-events: none;
  position: relative;
  z-index: 5;
}

.b-access .types-box .type__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  min-height: 103px;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  -o-transition: filter 300ms ease;
  -moz-transition: filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}

.b-access .types-box .type__img.type-envelope img {
  -webkit-transform: translate(0px, 8px);
     -moz-transform: translate(0px, 8px);
      -ms-transform: translate(0px, 8px);
       -o-transform: translate(0px, 8px);
          transform: translate(0px, 8px);
}

.b-access .types-box .type__img.type-box img {
  -webkit-transform: translate(2px, 3px);
     -moz-transform: translate(2px, 3px);
      -ms-transform: translate(2px, 3px);
       -o-transform: translate(2px, 3px);
          transform: translate(2px, 3px);
}

.b-access .types-box .type__img.type-target img {
  -webkit-transform: translate(8px, 6px);
     -moz-transform: translate(8px, 6px);
      -ms-transform: translate(8px, 6px);
       -o-transform: translate(8px, 6px);
          transform: translate(8px, 6px);
}

@media (max-width: 1279px) {
  .b-access .types-box .type__img {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (max-width: 991px) {
  .b-access .types-box .type__img {
    width: 50px;
    min-height: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .b-access .types-box .type__img.type-envelope img, .b-access .types-box .type__img.type-box img, .b-access .types-box .type__img.type-target img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.b-access .types-box .type__img img {
  display: block;
  max-width: 100%;
  width: auto;
}

.b-access .types-box .type__img img.loaded {
  height: auto;
}

.b-access .types-box .type__text {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  transition: color 300ms ease;
}

@media (max-width: 1279px) {
  .b-access .types-box .type__text {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .b-access .types-box .type__text {
    margin-left: 15px;
    font-size: 14px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .b-access .types-box .type {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    min-height: 80px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
  }
  .b-access .types-box .type:after {
    content: none;
    display: none;
  }
  .b-access .types-box .type:last-of-type {
    border-bottom: none;
  }
  .b-access .types-box .type:last-of-type .type__link {
    -webkit-border-bottom-left-radius: 15px;
       -moz-border-radius-bottomleft: 15px;
            border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
       -moz-border-radius-bottomright: 15px;
            border-bottom-right-radius: 15px;
  }
  .b-access .types-box .type:nth-of-type .type__img img {
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .b-access .types-box .type__link {
    bottom: 0;
  }
  .b-access .types-box .type__img {
    margin-bottom: 0;
    width: 50px;
  }
  .b-access .types-box .type__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .b-access .types-box {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lt-ie9 .b-access .types-box {
  display: block;
  width: 100%;
}

.lt-ie9 .b-access .types-box::after {
  content: "";
  display: table;
  clear: both;
}

.lt-ie9 .b-access .types-box .type {
  float: left;
  display: block;
  height: 230px;
  padding-top: 30px;
}

.lt-ie9 .b-access .types-box .type__img {
  display: block;
  height: 100px;
}

.lt-ie9 .b-access .types-box .type__img img {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .lt-ie9 .b-access .types-box .type__text {
    display: block;
  }
}

.b-access-chose {
  padding-top: 20px;
  padding-bottom: 52px;
}

@media (max-width: 991px) {
  .b-access-chose {
    padding-bottom: 40px;
  }
}

.b-access-chose .chose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.15);
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

@media (max-width: 991px) {
  .b-access-chose .chose {
    display: block;
  }
}

.b-access-chose .chose__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 376px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 376px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 376px;
          flex: 0 0 376px;
  margin-left: auto;
  margin-right: auto;
}

.b-access-chose .chose__img .book-decor {
  position: relative;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.b-access-chose .chose__img .book-decor img {
  position: relative;
  z-index: 10;
  left: 0;
  top: 0;
}

.b-access-chose .chose__img .book-decor img + img {
  position: absolute;
  z-index: 20;
}

.b-access-chose .chose__img img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1279px) {
  .b-access-chose .chose__img {
    width: 170px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 170px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
  }
  .b-access-chose .chose__img img {
    max-width: 160px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 991px) {
  .b-access-chose .chose__img {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .b-access-chose .chose__img img {
    max-width: 100%;
  }
}

.b-access-chose .chose__info {
  padding: 23px 40px 32px 0;
}

@media (max-width: 991px) {
  .b-access-chose .chose__info {
    padding: 0 15px 15px 15px;
  }
}

.b-access-chose .chose__info-title {
  font-family: "PT Serif", serif;
  font-size: 32px;
  line-height: 1.34;
  font-weight: bold;
  margin: 0 0 10px 0;
}

@media (max-width: 991px) {
  .b-access-chose .chose__info-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
  }
}

.b-access-chose .chose__info-desc {
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .b-access-chose .chose__info-desc {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.68;
    text-align: center;
  }
}

.b-access-chose .chose__info-drop {
  padding-top: 6px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .b-access-chose .chose__info-drop {
    text-align: center;
  }
  .b-access-chose .chose__info-drop .dropdown-menu {
    top: 150% !important;
    margin-left: -1%;
    margin-right: -1%;
    width: 102%;
    -webkit-border-top-left-radius: 4px !important;
       -moz-border-radius-topleft: 4px !important;
            border-top-left-radius: 4px !important;
    -webkit-border-top-right-radius: 4px !important;
       -moz-border-radius-topright: 4px !important;
            border-top-right-radius: 4px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
  }
}

.b-access-chose .chose__info-drop .dropdown .dropdown-toggle .caret {
  right: 7px;
}

.b-access-chose .chose__info-input {
  padding-top: 17px;
  padding-bottom: 24px;
}

@media (max-width: 991px) {
  .b-access-chose .chose__info-input {
    padding-top: 25px;
  }
}

.b-access-chose .chose__info-input .form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 991px) {
  .b-access-chose .chose__info-input .form-inline {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
       -moz-box-orient: unset;
       -moz-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.b-access-chose .chose__info-input .form-inline .form-group {
  width: 100%;
}

.b-access-chose .chose__info-input .form-inline .form-group:last-of-type {
  width: 150px;
}

@media (max-width: 991px) {
  .b-access-chose .chose__info-input .form-inline .form-group:last-of-type {
    width: 100%;
  }
}

.b-access-chose .chose__info-input .form-inline .form-group + .form-group {
  margin-left: 16px;
}

@media (max-width: 991px) {
  .b-access-chose .chose__info-input .form-inline .form-group + .form-group {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .b-access-chose .chose__info-input .form-inline .form-group {
    margin-bottom: 15px;
  }
  .b-access-chose .chose__info-input .form-inline .form-group:last-of-type {
    margin-bottom: 0;
  }
}

.b-access-chose .chose__info-input input {
  width: 100%;
}

.b-access-chose .chose__info-input .btn {
  display: block;
  width: 100%;
  height: 48px;
}

.b-access-chose .chose__info-input .btn.btn-decor span {
  display: none;
}

@media (max-width: 991px) {
  .b-access-chose .chose__info-input .btn.btn-decor span {
    display: inline;
  }
}

@media (max-width: 991px) {
  .b-access-chose .chose__info-input .btn.btn-decor i {
    margin-left: 1em;
    -webkit-transform: scale(1.3);
       -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
         -o-transform: scale(1.3);
            transform: scale(1.3);
  }
}

.b-access-chose .chose__info-check {
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .b-access-chose .chose__info-check {
    padding-bottom: 25px;
  }
}

.b-access-chose .chose__info-check label {
  color: #828282;
  font-size: 13px;
  line-height: 1.5;
}

.b-access-chose .chose__info-check label a {
  color: #828282;
}

.b-access-chose .chose__info-check label a:hover, .b-access-chose .chose__info-check label a:focus, .b-access-chose .chose__info-check label a:active {
  color: #000;
}

.b-access-chose .chose__info-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 991px) {
  .b-access-chose .chose__info-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.b-access-chose .chose__info-buttons.double-buttons .btn.btn-lg {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 20px !important;
}

@media (max-width: 1279px) {
  .b-access-chose .chose__info-buttons.double-buttons {
    margin-left: -50px;
  }
}

@media (max-width: 991px) {
  .b-access-chose .chose__info-buttons.double-buttons {
    margin-left: 0;
  }
}

.b-access-chose .chose__info-buttons .cell {
  width: 50%;
  padding-right: 7px;
}

.b-access-chose .chose__info-buttons .cell + .cell {
  padding-left: 7px;
  padding-right: 0;
}

@media (max-width: 991px) {
  .b-access-chose .chose__info-buttons .cell {
    width: 100%;
  }
  .b-access-chose .chose__info-buttons .cell:first-of-type {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
  .b-access-chose .chose__info-buttons .cell + .cell {
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
}

.b-access-chose .chose__info-buttons button {
  display: block;
  width: 100%;
}

.b-access-chose .chose__info-buttons .btn.btn-lg.btn-decor {
  line-height: 30px;
}

.lt-ie9 .b-access-chose .chose {
  display: block;
}

.lt-ie9 .b-access-chose .chose::after {
  content: "";
  display: table;
  clear: both;
}

.lt-ie9 .b-access-chose .chose__img, .lt-ie9 .b-access-chose .chose__info {
  float: left;
}

.lt-ie9 .b-access-chose .chose__info {
  width: -webkit-calc(100% - 376px);
  width: -moz-calc(100% - 376px);
  width: calc(100% - 376px);
}

.lt-ie9 .b-access-chose .chose__info-input .form-inline {
  display: block;
}

.lt-ie9 .b-access-chose .chose__info-input .form-inline .form-group:first-of-type {
  width: -webkit-calc(100% - 172px);
  width: -moz-calc(100% - 172px);
  width: calc(100% - 172px);
}

.lt-ie9 .b-access-chose .chose__info-buttons {
  display: block;
}

.lt-ie9 .b-access-chose .chose__info-buttons::after {
  content: "";
  display: table;
  clear: both;
}

.lt-ie9 .b-access-chose .chose__info-buttons .cell {
  float: left;
}

@media (max-width: 1279px) {
  .lt-ie9 .b-access-chose .chose {
    position: relative;
    padding-left: 170px;
  }
  .lt-ie9 .b-access-chose .chose__img {
    float: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .lt-ie9 .b-access-chose .chose__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .lt-ie9 .b-access-chose .chose__info {
    float: none;
    width: auto;
  }
}

.b-club {
  padding-top: 13px;
  padding-bottom: 24px;
}

@media (max-width: 991px) {
  .b-club {
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.b-club + .write-comment {
  margin-top: 24px;
}

.b-club + .b-archive {
  margin-top: 12px;
}

.b-club .row::after {
  content: "";
  display: table;
  clear: both;
}

.b-club .row .col {
  min-height: 1px;
  font-size: 16px;
  line-height: 1.5;
  /*
			&:first-of-type{
				padding-right: 40px;
				width: 360px;
			}
			*/
}

@media (max-width: 991px) {
  .b-club .row .col {
    font-size: 14px;
  }
}

.b-club .row .col + .col {
  padding-left: 0;
}

@media (max-width: 1279px) {
  .b-club .row .col + .col {
    padding-left: 15px;
  }
}

.b-club .row .col .club-image {
  display: block;
  margin: 0 0 36px 0;
}

.b-club .row .col .club-image img {
  display: block;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 11px;
}

@media (max-width: 1279px) {
  .b-club .row .col .club-image img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .b-club .row .col .club-image {
    margin: 0 0 23px 0;
  }
  .b-club .row .col .club-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 127px;
  }
}

.b-club .row .col .club-button a, .b-club .row .col .club-button button {
  display: block;
  width: 100%;
  max-width: 262px;
  line-height: 19px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.b-club .row .col .club-button.only-mobile {
  display: none;
  visibility: hidden;
}

@media (max-width: 991px) {
  .b-club .row .col .club-button {
    display: none;
    visibility: hidden;
    margin-top: 29px;
  }
  .b-club .row .col .club-button.only-mobile {
    display: block;
    visibility: visible;
  }
  .b-club .row .col .club-button.only-mobile a, .b-club .row .col .club-button.only-mobile button {
    max-width: 100%;
  }
  .b-club .row .col .club-button .btn {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    background: #BA2E3A;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .b-club .row .col .club-button .btn {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
}

@media (max-width: 991px) and (max-width: 320px) {
  .b-club .row .col .club-button .btn {
    font-size: 13px;
  }
}

.b-club .row .col p, .b-club .row .col ul {
  margin-bottom: 1em;
}

.b-club .row .col ol, .b-club .row .col ul {
  padding-left: 20px;
}

.b-club .row .col ol li, .b-club .row .col ul li {
  margin-bottom: 9px;
}

.b-club .row .col ol li:last-of-type, .b-club .row .col ul li:last-of-type {
  margin-bottom: 0;
}

.b-extra {
  padding-bottom: 8px;
}

.b-extra + .b-experts {
  margin-top: 24px;
}

.b-extra.top-border {
  padding-top: 46px;
}

@media (max-width: 479px) {
  .b-extra.top-border {
    padding-top: 34px;
  }
}

.b-extra.top-space {
  margin-top: 26px;
}

@media (min-width: 992px) {
  .b-extra.top-space .b-extra-posts .post--mini .post__info {
    padding-bottom: 7px;
  }
}

.b-extra .row {
  margin-left: -20px;
  margin-right: -20px;
}

.b-extra .row .col-md-6 {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .b-extra .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .b-extra .row .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .b-extra .row .col-md-6 + .col-md-6 .b-extra-posts {
    padding-top: 32px;
  }
}

.b-experts {
  position: relative;
  padding: 31px 0 28px 0;
  background-color: #FCF6F1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

@media (max-width: 991px) {
  .b-experts {
    padding-top: 22px;
    padding-bottom: 80px;
  }
}

.b-experts .mini-title {
  font-size: 20px;
}

.b-experts .block-title {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .b-experts .block-title {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 12px;
  }
}

.b-experts .block-title + .btn {
  position: absolute;
  top: 28px;
  right: 32px;
}

@media (max-width: 991px) {
  .b-experts .block-title + .btn {
    top: auto;
    left: 50%;
    right: auto;
    padding: 6px 8px;
    line-height: 1.33;
    font-size: 12px;
    bottom: 24px;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.b-experts .slider {
  padding-top: 15px;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 15px;
}

@media (max-width: 1279px) {
  .b-experts .slider {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .b-experts .slider {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.b-experts .tripple-slider .slide-page {
  padding-left: 15px;
  padding-right: 15px;
}

.b-experts .tripple-slider a.person .person__name {
  color: #333;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.b-experts .tripple-slider a.person:hover .person__name, .b-experts .tripple-slider a.person:focus .person__name, .b-experts .tripple-slider a.person:active .person__name {
  color: #BA2E3A;
}

.b-experts .tripple-slider .person {
  max-width: 230px;
}

@media (max-width: 991px) {
  .b-experts .tripple-slider .person {
    margin-left: auto;
    margin-right: auto;
  }
}

.b-experts .tripple-slider .person .person__img {
  padding-bottom: 24px;
}

.b-experts .tripple-slider .person .person__img img {
  display: block;
  max-width: 100%;
  width: auto;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.b-experts .tripple-slider .person .person__img img.loaded {
  height: auto;
}

@media (max-width: 991px) {
  .b-experts .tripple-slider .person .person__img {
    padding-bottom: 16px;
    text-align: center;
  }
  .b-experts .tripple-slider .person .person__img img {
    display: inline-block;
    max-width: 88px;
    height: auto;
  }
}

.b-experts .tripple-slider .person .person__name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 1279px) {
  .b-experts .tripple-slider .person .person__name {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .b-experts .tripple-slider .person .person__name {
    text-align: center;
  }
}

.b-experts .tripple-slider .person .person__text {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.68;
}

@media (max-width: 1279px) {
  .b-experts .tripple-slider .person .person__text {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .b-experts .tripple-slider .person .person__text {
    line-height: 1.33;
    text-align: center;
  }
}

.b-experts .tripple-slider .slick-prev, .b-experts .tripple-slider .slick-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -28px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  color: #C6B19F;
  font-size: 0;
  line-height: 48px;
  background-color: transparent;
  border: 1px solid rgba(198, 177, 159, 0.5);
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}

.b-experts .tripple-slider .slick-prev:hover, .b-experts .tripple-slider .slick-prev:active, .b-experts .tripple-slider .slick-next:hover, .b-experts .tripple-slider .slick-next:active {
  color: #fff;
  background-color: #C6B19F;
  border: 1px solid #C6B19F;
}

.b-experts .tripple-slider .slick-prev:hover:active, .b-experts .tripple-slider .slick-next:hover:active {
  color: #fff;
  background-color: #C6B19F;
  border: 1px solid #C6B19F;
}

.b-experts .tripple-slider .slick-prev:focus, .b-experts .tripple-slider .slick-next:focus {
  color: #C6B19F;
  background-color: #fff;
  border: 1px solid #C6B19F;
}

.b-experts .tripple-slider .slick-prev:before, .b-experts .tripple-slider .slick-next:before {
  color: inherit;
  line-height: inherit;
  font-size: 18px;
  opacity: 1;
}

@media (max-width: 1279px) {
  .b-experts .tripple-slider .slick-prev, .b-experts .tripple-slider .slick-next {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .b-experts .tripple-slider .slick-prev:before, .b-experts .tripple-slider .slick-next:before {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .b-experts .tripple-slider .slick-prev, .b-experts .tripple-slider .slick-next {
    margin-top: 0;
  }
}

.b-experts .tripple-slider .slick-prev {
  left: -55px;
  border-left: transparent;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}

.b-experts .tripple-slider .slick-prev:before {
  content: "\f060";
}

@media (max-width: 1279px) {
  .b-experts .tripple-slider .slick-prev {
    left: -50px;
  }
}

@media (max-width: 991px) {
  .b-experts .tripple-slider .slick-prev {
    left: -30px;
  }
}

.b-experts .tripple-slider .slick-next {
  right: -55px;
  border-right: transparent;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}

.b-experts .tripple-slider .slick-next:before {
  content: "\f061";
}

@media (max-width: 1279px) {
  .b-experts .tripple-slider .slick-next {
    right: -50px;
  }
}

@media (max-width: 991px) {
  .b-experts .tripple-slider .slick-next {
    right: -30px;
  }
}

.b-experts .tripple-slider .slick-prev:hover, .b-experts .tripple-slider .slick-prev:active, .b-experts .tripple-slider .slick-next:hover, .b-experts .tripple-slider .slick-next:active {
  color: #fff;
  background-color: #C6B19F;
  border: 1px solid #C6B19F;
}

.b-experts .tripple-slider .slick-prev:hover:active, .b-experts .tripple-slider .slick-next:hover:active {
  color: #fff;
  background-color: #C6B19F;
  border: 1px solid #C6B19F;
}

.b-archive {
  padding-top: 24px;
}

@media (max-width: 991px) {
  .b-archive {
    padding-top: 12px;
  }
}

.b-archive .block-title {
  margin-bottom: 8px;
}

.b-archive .b-posts {
  padding-top: 12px;
  /*
		@include md{
			.tab-pane{
				.row{
					.col{
						&:first-of-type{
							.post + .post{
								padding-bottom: 22px;
								border-bottom: 1px solid #E0E0E0;
							}
						}
					}
				}
			}
		}
		*/
}

.b-extra-posts {
  padding-bottom: 20px;
}

.b-extra-posts .mini-posts .mini-post {
  height: 48px;
  margin-bottom: 25px;
  background-color: #eee;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.b-extra-posts .read-more {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.b-extra-posts .block-title {
  margin-bottom: 28px;
}

.b-extra-posts .block-title.mb10 {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .b-extra-posts .block-title {
    margin-bottom: 7px;
  }
}

.b-extra-posts .tab-content {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .b-extra-posts .tab-content {
    padding-top: 10px;
    margin-bottom: 18px;
  }
  .b-extra-posts .tab-content .post--mini:last-of-type {
    margin-bottom: 18px;
  }
}

.b-club {
  padding-top: 13px;
  padding-bottom: 24px;
}

@media (max-width: 991px) {
  .b-club {
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.b-club + .write-comment {
  margin-top: 24px;
}

.b-club + .b-archive {
  margin-top: 12px;
}

.b-club .row::after {
  content: "";
  display: table;
  clear: both;
}

.b-club .row .col {
  min-height: 1px;
  font-size: 16px;
  line-height: 1.5;
  /*
			&:first-of-type{
				padding-right: 40px;
				width: 360px;
			}
			*/
}

@media (max-width: 991px) {
  .b-club .row .col {
    font-size: 14px;
  }
}

.b-club .row .col + .col {
  padding-left: 0;
}

@media (max-width: 1279px) {
  .b-club .row .col + .col {
    padding-left: 15px;
  }
}

.b-club .row .col .club-image {
  display: block;
  margin: 0 0 36px 0;
}

.b-club .row .col .club-image img {
  display: block;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 11px;
}

@media (max-width: 1279px) {
  .b-club .row .col .club-image img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .b-club .row .col .club-image {
    margin: 0 0 23px 0;
  }
  .b-club .row .col .club-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 127px;
  }
}

.b-club .row .col .club-button a, .b-club .row .col .club-button button {
  display: block;
  width: 100%;
  max-width: 262px;
  line-height: 19px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.b-club .row .col .club-button.only-mobile {
  display: none;
  visibility: hidden;
}

@media (max-width: 991px) {
  .b-club .row .col .club-button {
    display: none;
    visibility: hidden;
    margin-top: 29px;
  }
  .b-club .row .col .club-button.only-mobile {
    display: block;
    visibility: visible;
  }
  .b-club .row .col .club-button.only-mobile a, .b-club .row .col .club-button.only-mobile button {
    max-width: 100%;
  }
  .b-club .row .col .club-button .btn {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    background: #BA2E3A;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .b-club .row .col .club-button .btn {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
}

@media (max-width: 991px) and (max-width: 320px) {
  .b-club .row .col .club-button .btn {
    font-size: 13px;
  }
}

.b-club .row .col p, .b-club .row .col ul {
  margin-bottom: 1em;
}

.b-club .row .col ol, .b-club .row .col ul {
  padding-left: 20px;
}

.b-club .row .col ol li, .b-club .row .col ul li {
  margin-bottom: 9px;
}

.b-club .row .col ol li:last-of-type, .b-club .row .col ul li:last-of-type {
  margin-bottom: 0;
}

.b-first {
  padding-top: 25px;
  padding-bottom: 25px;
}

.b-first .first {
  height: 300px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

@media (max-width: 1279px) {
  .b-first .first {
    height: 240px;
  }
}

@media (max-width: 991px) {
  .b-first .first {
    height: auto;
    padding-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .lt-ie9 .b-first .first {
    height: inherit;
  }
}

@media (max-width: 991px) {
  .b-first {
    padding-top: 0;
  }
}

.b-first .subscribe-md {
  display: none;
  visibility: hidden;
  background-color: #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  .b-first .subscribe-md {
    overflow: hidden;
    display: block;
    visibility: visible;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.b-first .subscribe-md a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  color: #BA2E3A;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.b-first .subscribe-md a:hover, .b-first .subscribe-md a:focus, .b-first .subscribe-md a:active {
  text-decoration: underline;
}

.b-first .subscribe-md a span {
  margin-left: 45px;
}

@media (max-width: 1279px) {
  .b-first .subscribe-md a span {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .b-first .subscribe-md a span {
    margin-left: 26px;
  }
}

@media (max-width: 1279px) {
  .b-first .subscribe-md a {
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .b-first .subscribe-md a {
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    text-decoration: underline;
  }
  .b-first .subscribe-md a img {
    width: 126px;
    height: auto;
    margin-left: 13px;
  }
}

.b-posts {
  padding-bottom: 16px;
}

@media (max-width: 991px) {
  .b-posts {
    padding-bottom: 2px;
  }
}

.b-posts .row {
  margin-left: -20px;
  margin-right: -20px;
}

.b-posts .row .col-md-6 {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .b-posts .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .b-posts .row .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .b-posts .row .col:first-of-type .post:last-of-type {
    padding-bottom: 22px;
    border-bottom: 1px solid #E0E0E0;
  }
}

.after-box .single-info {
  margin-bottom: 30px;
}

.b-page {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .b-page {
    padding-top: 0;
  }
}

.b-page.bb .col .post:last-of-type {
  padding-bottom: 25px;
  margin-bottom: 0;
  border-bottom: 1px solid #E0E0E0;
}

.b-page.pb {
  padding-bottom: 40px;
}

.b-page .row {
  margin-left: -20px;
  margin-right: -20px;
}

.b-page .row .col-md-6, .b-page .row .col-md-12 {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .b-page .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .b-page .row .col-md-6, .b-page .row .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-header {
  position: relative;
  z-index: 5;
  margin-bottom: 17px;
}

@media (max-width: 991px) {
  .page-header {
    margin-bottom: 18px;
  }
}

.page-header + .page-desc {
  margin-top: 22px;
}

.page-header__title {
  padding-right: 100px;
  padding-top: 11px;
  padding-bottom: 20px;
}

.page-header__title.pb0 {
  padding-bottom: 0;
}

.page-header__title.pr0 {
  padding-right: 0;
}

.page-header__title.pb12 {
  padding-bottom: 12px;
}

.page-header__title h1, .page-header__title .h1, .page-header__title h2, .page-header__title .h2, .page-header__title h3, .page-header__title .h3 {
  display: inline;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-header__title.bigger h1, .page-header__title.bigger .h1, .page-header__title.bigger h2, .page-header__title.bigger .h2, .page-header__title.bigger h3, .page-header__title.bigger .h3 {
  font-size: 32px;
  line-height: 1.5;
}

@media (max-width: 1279px) {
  .page-header__title.bigger h1, .page-header__title.bigger .h1, .page-header__title.bigger h2, .page-header__title.bigger .h2, .page-header__title.bigger h3, .page-header__title.bigger .h3 {
    font-size: 28px;
    line-height: 1.445;
  }
}

@media (max-width: 991px) {
  .page-header__title.bigger h1, .page-header__title.bigger .h1, .page-header__title.bigger h2, .page-header__title.bigger .h2, .page-header__title.bigger h3, .page-header__title.bigger .h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.page-header__title .post__title-icons {
  display: inline;
}

.page-header__title .post__title-icons .icon {
  -webkit-transform: scale(1.3) translateY(-1px);
     -moz-transform: scale(1.3) translateY(-1px);
      -ms-transform: scale(1.3) translateY(-1px);
       -o-transform: scale(1.3) translateY(-1px);
          transform: scale(1.3) translateY(-1px);
}

@media (max-width: 991px) {
  .page-header__title .post__title-icons .icon {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.page-header__title span {
  color: #BDBDBD;
}

@media (max-width: 991px) {
  .page-header__title {
    padding-right: 0;
  }
  .page-header__title h1, .page-header__title .h1, .page-header__title h2, .page-header__title .h2, .page-header__title h3, .page-header__title .h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.page-header__desc {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.68em;
}

.page-header__info {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}

@media (max-width: 991px) {
  .page-header__info {
    width: 30px;
  }
}

.page-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 5px;
  margin-bottom: 32px;
  max-width: 585px;
  /*
	+ .page-header{
		margin-bottom: 17px;
	}
	*/
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.page-search.mb21 {
  margin-bottom: 21px;
}

.page-search.full-width {
  max-width: 100%;
}

.page-search.faq-mod {
  margin-bottom: 21px;
}

.page-search.faq-mod .search-box .flex-row .col--search, .page-search.faq-mod .search-box .row .col--search {
  width: 480px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 480px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
}

@media (max-width: 1279px) {
  .page-search.faq-mod .search-box .flex-row .col--search, .page-search.faq-mod .search-box .row .col--search {
    width: 350px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 350px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
  }
}

@media (max-width: 991px) {
  .page-search.faq-mod .search-box .flex-row .col--search, .page-search.faq-mod .search-box .row .col--search {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

.page-search.faq-mod + .page-content {
  padding-top: 14px;
}

.page-search .search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 32px 32px 15px 32px;
  background-color: #FCF6F1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.page-search .search-box--compact {
  padding: 24px;
}

.page-search .search-box--compact .search-box__input {
  padding-bottom: 0;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.lt-ie9 .page-search .search-box--compact .search-box__input {
  height: 46px;
}

@media (max-width: 1279px) {
  .page-search .search-box.lg-wrap .flex-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
  }
  .page-search .search-box.lg-wrap .flex-row .col {
    margin-bottom: 16px;
  }
  .page-search .search-box.lg-wrap .flex-row .col.col--category {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .page-search .search-box.lg-wrap .flex-row .col.col--year {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 0;
  }
  .page-search .search-box.lg-wrap .flex-row .col.col--search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 0;
  }
  .lt-ie9 .page-search .search-box.lg-wrap .flex-row::after {
    content: "";
    display: table;
    clear: both;
  }
  .lt-ie9 .page-search .search-box.lg-wrap .flex-row .col {
    float: left;
    margin-bottom: 16px;
  }
  .lt-ie9 .page-search .search-box.lg-wrap .flex-row .col.col--category {
    width: 50%;
  }
  .lt-ie9 .page-search .search-box.lg-wrap .flex-row .col.col--year {
    width: 50%;
    padding-right: 0;
  }
  .lt-ie9 .page-search .search-box.lg-wrap .flex-row .col.col--search {
    width: 100%;
    margin-bottom: 0;
  }
  .lt-ie9 .page-search .search-box.lg-wrap .flex-row .col.col--search .search-input {
    min-width: 273px;
  }
  .no-smil.flexboxtweener .page-search .search-box.lg-wrap .flex-row .col.col--category {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 47% !important;
       -moz-box-flex: 0 !important;
        -ms-flex: 0 0 47% !important;
            flex: 0 0 47% !important;
  }
}

@media (max-width: 991px) {
  .page-search .search-box {
    padding: 15px;
  }
}

.page-search .search-box .flex-row .col--category, .page-search .search-box .row .col--category {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding-right: 16px;
  /*
					.dropdown a{
						//
						@include md-min{
							overflow: hidden;
							max-width: 290px;
						}
					}
					*/
}

@media (min-width: 992px) {
  .page-search .search-box .flex-row .col--category, .page-search .search-box .row .col--category {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 227px;
       -moz-box-flex: 1;
        -ms-flex: 1 0 227px;
            flex: 1 0 227px;
    max-width: 227px;
  }
  .page-search .search-box .flex-row .col--category .btn.btn-lg, .page-search .search-box .row .col--category .btn.btn-lg {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media (min-width: 1280px) {
  .page-search .search-box .flex-row .col--category, .page-search .search-box .row .col--category {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .page-search .search-box .flex-row .col--half + .col, .page-search .search-box .row .col--half + .col {
    width: 55%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
}

.page-search .search-box .flex-row .col--year, .page-search .search-box .row .col--year {
  padding-right: 16px;
  min-width: 135px;
}

.page-search .search-box .flex-row .col--search, .page-search .search-box .row .col--search {
  width: 420px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 420px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
}

@media (max-width: 1279px) {
  .page-search .search-box .flex-row .col--search, .page-search .search-box .row .col--search {
    width: 250px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

@media (max-width: 991px) {
  .page-search .search-box .flex-row {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
       -moz-box-orient: unset;
       -moz-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .page-search .search-box .flex-row .col--category, .page-search .search-box .flex-row .col--year {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .page-search .search-box .flex-row .col--search {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

.page-search .search-box__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .page-search .search-box__input {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
       -moz-box-orient: unset;
       -moz-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.page-search .search-box__desc {
  font-size: 14px;
  line-height: 1.6;
}

.page-search .search-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 46px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.page-search .search-input__input {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}

.page-search .search-input__icon {
  top: 1px;
  right: 1px;
  width: auto;
  padding-left: 2px;
  padding-right: 18px;
  bottom: 1px;
  background-color: #fff;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}

.lt-ie9 .page-search .search-input {
  min-width: 240px;
}

@media (max-width: 1279px) {
  .lt-ie9 .page-search .search-input {
    min-width: auto;
  }
}

.page-search .search-input .selectize-input.dropdown-active {
  -webkit-border-bottom-left-radius: 0 !important;
     -moz-border-radius-bottomleft: 0 !important;
          border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
     -moz-border-radius-bottomright: 0 !important;
          border-bottom-right-radius: 0 !important;
}

.page-search .search-input .selectize-input > input {
  display: block !important;
  padding: 0 15px !important;
}

.page-search .search-input .selectize-control.single .selectize-input:after {
  display: none;
  visibility: hidden;
}

.page-search .search-input .search-input__icon {
  z-index: 50;
}

.page-search .search-button {
  width: 140px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}

@media (max-width: 991px) {
  .page-search .search-button {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

@media (max-width: 991px) {
  .page-search {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
       -moz-box-orient: unset;
       -moz-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.lt-ie9 .page-search {
  display: block;
}

.lt-ie9 .page-search .search-input {
  display: inline-block;
}

.lt-ie9 .page-search .search-input + .search-button {
  display: inline-block;
}

.lt-ie9 .page-search .search-box .flex-row, .lt-ie9 .page-search .search-box .row {
  display: block;
  white-space: nowrap;
}

.lt-ie9 .page-search .search-box .flex-row .col, .lt-ie9 .page-search .search-box .row .col {
  display: inline-block;
}

.lt-ie9 .page-search .search-box .flex-row .col--category, .lt-ie9 .page-search .search-box .flex-row .col--year, .lt-ie9 .page-search .search-box .flex-row .col--search, .lt-ie9 .page-search .search-box .row .col--category, .lt-ie9 .page-search .search-box .row .col--year, .lt-ie9 .page-search .search-box .row .col--search {
  width: auto;
  min-width: 0;
}

.lt-ie9 .page-search .search-box__input {
  display: block;
  white-space: nowrap;
}

.lt-ie9 .page-search .search-box__input input {
  line-height: 48px;
  height: 48px;
}

.lt-ie9 .page-search .search-box__input .search-input {
  display: inline-block;
  height: 48px;
}

.lt-ie9 .page-search .search-box__input .search-button {
  display: inline-block;
}

.page-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 17px 32px;
  margin-bottom: 25px;
  background-color: #FCF6F1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.page-desc p {
  font-size: 14px;
  line-height: 1.78;
}

.page-desc p:last-of-type {
  margin-bottom: 0;
}

.page-tabs.mod-search .selectfilter .dropdown {
  float: left;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
}

.page-tabs.mod-search .selectfilter .dropdown .dropdown-menu > .active > a, .page-tabs.mod-search .selectfilter .dropdown .dropdown-menu > .active > a:hover, .page-tabs.mod-search .selectfilter .dropdown .dropdown-menu > .active > a:focus {
  color: #333;
  background: transparent;
}

@media (max-width: 991px) {
  .page-tabs.mod-search .selectfilter::after {
    content: "";
    display: table;
    clear: both;
  }
  .page-tabs.mod-search .selectfilter .dropdown {
    line-height: 18px;
  }
  .page-tabs.mod-search .selectfilter .funnel {
    float: right;
    width: 44px;
    line-height: 18px;
  }
  .page-tabs.mod-search .selectfilter .selectize-control {
    float: left;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}

@media (min-width: 992px) {
  .page-tabs.mod-search .selectfilter, .page-tabs.mod-search .selectfilter .funnel {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 991px) {
  .page-tabs.mod-search .simple-tabs {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 991px) {
  .page-tabs.mod-search {
    padding-bottom: 25px;
  }
}

.page-content .post {
  min-height: auto;
}

.page-content .post:last-of-type + .btn-load-more {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .page-content .post:last-of-type + .btn-load-more {
    margin-top: 21px;
  }
}

.page-content + .page-download {
  margin-top: 38px;
  margin-bottom: 38px;
}

.page-content + .page-download.mt0-mobile {
  margin-top: 38px;
}

@media (max-width: 991px) {
  .page-content + .page-download.mt0-mobile {
    margin-top: 16px;
  }
}

.page-content + .btn-load-more {
  margin-top: 32px;
}

.page-download {
  height: 56px;
  width: 100%;
  margin-bottom: 35px;
}

.page-download::after {
  content: "";
  display: table;
  clear: both;
}

.page-download .cell {
  float: left;
  width: 360px;
  height: 56px;
  padding-right: 26px;
}

.page-download .cell .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
}

.page-download .cell .btn .icon {
  margin-right: 10px;
}

.page-download .cell.f-right {
  width: -webkit-calc(100% - 360px);
  width: -moz-calc(100% - 360px);
  width: calc(100% - 360px);
  padding-right: 0;
}

.page-download .cell.f-right .text-overlay {
  height: 100%;
}

.page-download .cell.f-right .text-overlay__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.page-download .text-overlay {
  position: relative;
  padding-left: 56px;
  background-color: #FCF6F1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.page-download .text-overlay__img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 56px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.lt-ie9 .page-download .text-overlay__img {
  display: block;
  padding-left: 19px;
  padding-top: 19px;
}

.page-download .text-overlay__content {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
}

.page-download .text-overlay__content p {
  margin-bottom: 0;
}

.page-download .text-overlay__content a {
  font-weight: bold;
}

@media (max-width: 991px) {
  .page-download .text-overlay__content {
    padding: 16px 16px 16px 0;
  }
}

@media (max-width: 1279px) {
  .page-download {
    height: auto;
  }
  .page-download .cell {
    float: none;
    width: auto;
    padding-right: 0;
    height: auto;
  }
  .page-download .cell.f-right {
    margin-top: 15px;
    width: 100%;
  }
  .page-download .cell .btn {
    display: block;
    width: 100%;
    height: auto;
  }
  .page-download .cell .btn .icon {
    vertical-align: text-bottom;
  }
}

.b-lk {
  position: relative;
  padding-top: 5px;
}

.b-lk .page-header__info {
  top: 19px;
  right: -12px;
}

.b-lk .lk {
  padding-top: 13px;
}

.single-box {
  position: relative;
  padding-bottom: 70px;
  background-color: #FFF;
}

.single-box .container:first-of-type {
  position: relative;
}

.single-box .b-single {
  position: relative;
  padding-right: 340px;
}

.single-box .b-single:first-of-type {
  padding-left: 158px;
}

@media (max-width: 1279px) {
  .single-box .b-single {
    padding-right: 330px;
  }
  .single-box .b-single:first-of-type {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .single-box .b-single {
    padding-right: 0;
  }
}

.single-box .offset {
  padding-top: 25px;
  padding-right: 345px;
}

@media (max-width: 1279px) {
  .single-box .offset {
    padding-right: 330px;
  }
}

@media (max-width: 991px) {
  .single-box .offset {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1279px) {
  .smil.flexbox .b-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.b-single.clossed-mod .single-column:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #fff), to(#fff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 90%, #fff);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff 90%, #fff);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff 90%, #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 90%, #fff);
}

@media (max-width: 1279px) {
  .smil.flexbox .b-single.clossed-mod .single-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.b-single .sticky-aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 128px;
}

@media (max-width: 1279px) {
  .b-single .sticky-aside {
    display: none;
  }
}

.b-single .sticky-aside .picked-info {
  position: relative;
  left: auto;
  top: auto;
  margin-bottom: 15px;
}

.b-single .sticky-aside .picked-info:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  .smil.flexbox .b-single .sticky-aside {
    position: relative;
    -webkit-box-ordinal-group: 1000;
    -webkit-order: 999;
       -moz-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
    display: block;
    width: 100%;
  }
  .smil.flexbox .b-single .sticky-aside .picked-info {
    margin-left: 0;
    margin-right: 0;
  }
}

.b-single .single-header {
  position: relative;
}

.b-single .single-header__title {
  padding-right: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .b-single .single-header__title h1, .b-single .single-header__title .h1 {
    font-size: 32px;
    line-height: 1.5;
  }
}

@media (max-width: 1279px) {
  .b-single .single-header__title h1, .b-single .single-header__title .h1 {
    font-size: 32px;
    line-height: 1.445;
  }
}

@media (max-width: 991px) {
  .b-single .single-header__title h1, .b-single .single-header__title .h1 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.b-single .single-header__title h1, .b-single .single-header__title .h1, .b-single .single-header__title h2, .b-single .single-header__title .h2, .b-single .single-header__title h3, .b-single .single-header__title .h3 {
  display: inline;
  margin-top: 1px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .b-single .single-header__title h1, .b-single .single-header__title .h1, .b-single .single-header__title h2, .b-single .single-header__title .h2, .b-single .single-header__title h3, .b-single .single-header__title .h3 {
    margin-top: 5px;
  }
}

@media (min-width: 992px) {
  .b-single .single-header__title.smaller h1, .b-single .single-header__title.smaller .h1, .b-single .single-header__title.smaller h2, .b-single .single-header__title.smaller .h2, .b-single .single-header__title.smaller h3, .b-single .single-header__title.smaller .h3 {
    font-size: 28px;
    line-height: 1.445;
  }
}

@media (max-width: 1279px) {
  .b-single .single-header__title.smaller h1, .b-single .single-header__title.smaller .h1, .b-single .single-header__title.smaller h2, .b-single .single-header__title.smaller .h2, .b-single .single-header__title.smaller h3, .b-single .single-header__title.smaller .h3 {
    font-size: 28px;
    line-height: 1.445;
  }
}

@media (max-width: 991px) {
  .b-single .single-header__title.smaller h1, .b-single .single-header__title.smaller .h1, .b-single .single-header__title.smaller h2, .b-single .single-header__title.smaller .h2, .b-single .single-header__title.smaller h3, .b-single .single-header__title.smaller .h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}

@media (max-width: 991px) {
  .b-single .single-header__title {
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.b-single .single-header__title .post__title-icons {
  display: inline;
}

.b-single .single-header__title .post__title-icons .icon {
  -webkit-transform: scale(1.3) translateY(-1px);
     -moz-transform: scale(1.3) translateY(-1px);
      -ms-transform: scale(1.3) translateY(-1px);
       -o-transform: scale(1.3) translateY(-1px);
          transform: scale(1.3) translateY(-1px);
}

@media (max-width: 991px) {
  .b-single .single-header__title .post__title-icons .icon {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.b-single .single-header__info {
  position: absolute;
  top: 20px;
  right: 0;
  width: 86px;
}

.b-single .single-header__info .stars-line {
  height: 14px;
  margin-bottom: 15px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .b-single .single-header__info .stars-line {
    margin-bottom: 6px;
  }
}

.b-single .single-header__info .stars-line .star {
  width: 14px;
  height: 14px;
}

.b-single .single-header__info .icons-line {
  height: 20px;
  white-space: nowrap;
}

.b-single .single-header__info .icons-line .icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #C6B19F;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.b-single .single-header__info .icons-line .icon:hover, .b-single .single-header__info .icons-line .icon:focus, .b-single .single-header__info .icons-line .icon:active {
  color: #BA2E3A;
}

.b-single .single-header__info .icons-line .icon:last-of-type {
  width: 16px;
  margin-left: 4px !important;
}

.b-single .single-header__info .icons-line .icon--comment {
  width: 37px;
}

.b-single .single-header__info .icons-line .icon + .icon {
  margin-left: 3px;
}

.b-single .single-header__info .icons-line .icon svg {
  margin-top: 2px;
}

.b-single .single-header__info .icons-line .icon__text {
  display: inline-block;
  color: #333;
  font-size: 13px;
  -webkit-transform: translateY(-4px);
     -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
  margin-left: 3px;
}

@media (max-width: 991px) {
  .b-single .single-header__info {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
  .b-single .single-header__info::after {
    content: "";
    display: table;
    clear: both;
  }
  .b-single .single-header__info .stars-line {
    display: inline-block;
    height: 20px;
  }
  .b-single .single-header__info .icons-line {
    display: inline-block;
    float: right;
    -webkit-transform: translate(-4px, -4px);
       -moz-transform: translate(-4px, -4px);
        -ms-transform: translate(-4px, -4px);
         -o-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px);
  }
}

.b-single .single-header__category {
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .b-single .single-header__category {
    padding-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .b-single .single-header__category .post__journal {
    display: inline;
  }
  .b-single .single-header__category .post__journal + .post__date {
    padding-left: 0;
  }
  .b-single .single-header__category .post__journal + .post__date:before {
    content: none;
    display: none;
  }
}

.b-single .single-header__category .post__journal, .b-single .single-header__category .post__date, .b-single .single-header__category .post__number, .b-single .single-header__category .post__category {
  position: relative;
  padding-right: 4px;
}

.b-single .single-header__category .post__journal:after, .b-single .single-header__category .post__date:after, .b-single .single-header__category .post__number:after, .b-single .single-header__category .post__category:after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #C6B19F;
  vertical-align: middle;
}

.b-single .single-header__category .post__journal:last-of-type:after, .b-single .single-header__category .post__date:last-of-type:after, .b-single .single-header__category .post__number:last-of-type:after, .b-single .single-header__category .post__category:last-of-type:after {
  content: none;
}

@media (max-width: 991px) {
  .b-single .single-header__category .post__journal:after, .b-single .single-header__category .post__date:after, .b-single .single-header__category .post__number:after, .b-single .single-header__category .post__category:after {
    margin-left: 7px;
  }
}

@media (max-width: 1279px) {
  .b-single .single-author + .single-content .para:first-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.b-single .single-author + .single-content .para:first-of-type .red-sample {
  margin-top: 12px;
  margin-bottom: 20px;
}

.b-single .single-author + .single-content .para:first-of-type .red-sample > span {
  display: block;
  text-indent: 27px;
}

.b-single .single-author .post-author {
  margin-bottom: 14px;
}

.b-single .single-author .post-author__img {
  width: 48px;
  height: 48px;
  margin-right: 22px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.b-single .single-author .post-author__img img {
  max-width: 48px;
}

.lt-ie9 .b-single .single-author .post-author__img {
  margin-right: 0;
}

.b-single .single-author .post-author__info {
  padding-right: 90px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

@media (max-width: 991px) {
  .b-single .single-author .post-author__info {
    padding-right: 0;
  }
}

.lt-ie9 .b-single .single-author .post-author__info {
  margin-left: 20px;
}

.b-single .single-author .post-author__name {
  font-size: 14px;
  line-height: 1.68;
  margin-bottom: 0;
}

.b-single .single-author .post-author__desc {
  font-size: 13px;
  line-height: 1.5;
}

.b-single .single-faq + .single-author {
  padding-top: 6px;
  margin-bottom: 25px;
}

.b-single .single-faq__question {
  padding-bottom: 10px;
}

.b-single .single-faq .text-hr {
  position: relative;
  padding-bottom: 13px;
  font-size: 16px;
  line-height: 1.5;
}

.b-single .single-faq .text-hr:before {
  content: '';
  position: absolute;
  left: 0;
  top: .75em;
  right: 0;
  border-top: 1px solid #E0E0E0;
}

.b-single .single-faq .text-hr span {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding-right: 15px;
  font-weight: bold;
  background-color: #fff;
}

.b-single .single-content .info-box.readmore {
  position: relative;
  display: block;
  visibility: visible;
  padding-bottom: 0;
  border-bottom: none;
  margin-top: 24px;
  margin-bottom: 34px;
}

.b-single .single-content .info-box.readmore .info-box__top {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  display: inline-block;
}

.b-single .single-content .info-box.readmore .info-box__content {
  padding-left: 30px;
  line-height: 20px;
}

@media (min-width: 1280px) {
  .b-single .single-content .info-box {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 1279px) {
  .b-single .single-content .info-box {
    position: relative;
    pointer-events: none;
    padding-bottom: 24px;
    margin-bottom: 26px;
    border-bottom: 1px solid #E0E0E0;
  }
  .b-single .single-content .info-box::after {
    content: "";
    display: table;
    clear: both;
  }
  .b-single .single-content .info-box .info-box__top {
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    display: inline-block;
  }
  .b-single .single-content .info-box .info-box__content {
    padding-left: 30px;
    line-height: 1.68;
  }
}

.b-single .single-content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.b-single .single-content .para {
  position: relative;
  margin-bottom: 23px;
}

.b-single .single-content .para + .para > h2:first-of-type {
  margin-top: 0;
}

.b-single .single-content .para .red-sample {
  position: relative;
}

.b-single .single-content .para .red-sample > span {
  line-height: 1.68;
}

.b-single .single-content .para .red-sample + h3 {
  margin-top: 27px;
}

.b-single .single-content .para .red-sample .info-box.posa {
  position: absolute;
  top: 6px;
  left: -158px;
  display: block;
  visibility: visible;
  margin-top: 0;
}

.b-single .single-content .para .red-sample .info-box.posa .info-box__content span {
  color: #333;
}

.b-single .single-content .para .red-sample .load-file {
  position: absolute;
  top: 0;
  left: -158px;
  width: 128px;
  display: inline-block;
  color: #C6B19F;
  font-weight: bold;
  text-transform: uppercase;
  padding: 30px 15px;
  text-align: center;
  background-color: #FCF7F1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.b-single .single-content .para .red-sample .load-file:hover, .b-single .single-content .para .red-sample .load-file:focus, .b-single .single-content .para .red-sample .load-file:active {
  color: #BA2E3A;
}

.b-single .single-content .para .red-sample .load-file:hover span, .b-single .single-content .para .red-sample .load-file:focus span, .b-single .single-content .para .red-sample .load-file:active span {
  color: #BA2E3A;
}

.b-single .single-content .para .red-sample .load-file img {
  display: inline-block;
  margin-bottom: 15px;
}

.b-single .single-content .para .red-sample .load-file span {
  display: block;
  color: #C6B19F;
  font-size: 12px;
  line-height: 1.35;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

@media (max-width: 1279px) {
  .b-single .single-content .para .red-sample .load-file {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0 5px;
    margin-top: 15px;
  }
  .b-single .single-content .para .red-sample .load-file img {
    margin-bottom: 0;
    width: 20px;
    height: 20px;
  }
  .b-single .single-content .para .red-sample .load-file span {
    padding-left: 10px;
    display: inline-block;
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  .b-single .single-content .para .red-sample .load-file {
    margin-top: 16px;
  }
}

.b-single .single-content ul {
  list-style: none;
}

.b-single .single-content ul li {
  list-style: none;
  text-indent: -1.3em;
}

.b-single .single-content ul li:before {
  content: '\2014\a0\a0';
}

.b-single .single-content ul, .b-single .single-content ol {
  margin: 0 0 1.1em 0;
  padding-left: 3.3em;
}

.b-single .single-content ul li, .b-single .single-content ol li {
  margin: 0 0 0.6em 0;
  padding: 0px;
}

.b-single .single-content ul ul, .b-single .single-content ul ol, .b-single .single-content ol ul, .b-single .single-content ol ol {
  margin-top: 0.75em;
  padding-left: 2.75em;
}

@media (max-width: 991px) {
  .b-single .single-content ul, .b-single .single-content ol {
    padding-left: 1.4em;
  }
  .b-single .single-content ul ul, .b-single .single-content ul ol, .b-single .single-content ol ul, .b-single .single-content ol ol {
    padding-left: 1.4em;
  }
}

.picked-box {
  position: absolute;
  bottom: 0;
  left: -158px;
  width: 128px;
}

@media (max-width: 1279px) {
  .picked-box {
    position: static;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
  }
}

.picked-box .picked-info {
  position: relative;
  margin-bottom: 12px;
}

.picked-box .picked-info:last-of-type {
  margin-bottom: 0;
}

.picked-info {
  display: inline-block;
  width: 100%;
  padding: 15px;
  text-align: center;
  background-color: #FCF7F1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.picked-info:hover, .picked-info:focus, .picked-info:active {
  color: #000;
}

.picked-info--bottom {
  top: auto;
  bottom: 0;
}

.picked-info.popover-mod .popover-box {
  left: 150px;
  right: auto;
  text-align: left;
}

@media (max-width: 1279px) {
  .picked-info.popover-mod .popover-box {
    display: none !important;
  }
}

.picked-info.popover-mod:hover .popover-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.picked-info__title {
  color: #C6B19F;
  font-size: 12px;
  line-height: 1.35;
  font-weight: bold;
  text-transform: uppercase;
}

.picked-info__text {
  margin-top: 13px;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-word;
}

.no-smil.flexboxtweener .picked-info__text {
  word-break: break-all;
}

.picked-info__number {
  margin-top: 10px;
  color: #C6B19F;
  font-size: 12px;
  line-height: 1.33;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1279px) {
  .picked-info {
    position: static;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    padding: 16px 24px;
    margin-left: 40px;
    margin-top: 0;
    margin-right: 40px;
    margin-bottom: 25px;
    text-align: left;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .picked-info .picked-info__text {
    margin-top: 11px;
  }
}

@media (max-width: 991px) {
  .picked-info {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

.single-info {
  position: relative;
  padding: 20px 32px 10px 32px;
  margin-bottom: 30px;
  background-color: #FCF6F1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

@media (max-width: 1279px) {
  .single-info {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .single-info {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .single-info + .b-access {
    padding-top: 40px;
  }
}

.single-info__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 19px;
  border-bottom: 1px solid #ECE2D8;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.lt-ie9 .single-info__top {
  text-align: right;
}

.lt-ie9 .single-info__top .stars-count {
  position: absolute;
  top: 20px;
  left: 32px;
}

@media (max-width: 1279px) {
  .lt-ie9 .single-info__top .stars-count {
    top: 15px;
    left: 15px;
  }
}

@media (max-width: 1279px) {
  .lt-ie9 .single-info__top {
    height: 38px;
  }
}

.single-info__bottom {
  padding-top: 18px;
}

@media (max-width: 991px) {
  .single-info__bottom {
    height: 48px;
  }
  .single-info__bottom .col-xs-4 {
    white-space: nowrap;
  }
}

@media screen and (max-width: 991px) and (max-width: 385px) {
  .single-info__bottom .col-xs-4 {
    padding-right: 4px !important;
    width: -webkit-calc(100% - 245px);
    width: -moz-calc(100% - 245px);
    width: calc(100% - 245px);
  }
}

@media screen and (max-width: 991px) and (max-width: 360px) {
  .single-info__bottom .col-xs-4 {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 991px) and (max-width: 385px) {
  .single-info__bottom .col-xs-8 {
    padding-right: 0 !important;
    width: 230px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 991px) and (max-width: 360px) {
  .single-info__bottom .col-xs-8 {
    padding-right: 15px !important;
    width: 200px;
  }
}

.single-info .stars-count__stars {
  float: left;
  line-height: 0;
}

.single-info .stars-count__stars .star {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 2px 1px;
  color: #E1D6CC;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.single-info .stars-count__stars .star:hover, .single-info .stars-count__stars .star:focus, .single-info .stars-count__stars .star:active {
  color: #BA2E3A;
}

.single-info .stars-count__stars .star.active {
  color: #BA2E3A;
}

.single-info .stars-count__stars .star svg {
  color: inherit;
}

.single-info .stars-count, .single-info .comments-count, .single-info .label-count, .single-info .print-count, .single-info .envelope-count {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.single-info .stars-count::after, .single-info .comments-count::after, .single-info .label-count::after, .single-info .print-count::after, .single-info .envelope-count::after {
  content: "";
  display: table;
  clear: both;
}

.single-info .stars-count:hover, .single-info .stars-count:focus, .single-info .stars-count:active, .single-info .comments-count:hover, .single-info .comments-count:focus, .single-info .comments-count:active, .single-info .label-count:hover, .single-info .label-count:focus, .single-info .label-count:active, .single-info .print-count:hover, .single-info .print-count:focus, .single-info .print-count:active, .single-info .envelope-count:hover, .single-info .envelope-count:focus, .single-info .envelope-count:active {
  color: #BA2E3A;
}

.single-info .stars-count__icon, .single-info .comments-count__icon, .single-info .label-count__icon, .single-info .print-count__icon, .single-info .envelope-count__icon {
  float: left;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #C6B19F;
}

.single-info .stars-count__icon svg, .single-info .comments-count__icon svg, .single-info .label-count__icon svg, .single-info .print-count__icon svg, .single-info .envelope-count__icon svg {
  color: inherit;
}

.single-info .stars-count__icon svg.fill, .single-info .comments-count__icon svg.fill, .single-info .label-count__icon svg.fill, .single-info .print-count__icon svg.fill, .single-info .envelope-count__icon svg.fill {
  display: none;
  visibility: hidden;
}

.single-info .stars-count__title, .single-info .comments-count__title, .single-info .label-count__title, .single-info .print-count__title, .single-info .envelope-count__title {
  float: left;
  margin-left: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1279px) {
  .single-info .stars-count__title span, .single-info .comments-count__title span, .single-info .label-count__title span, .single-info .print-count__title span, .single-info .envelope-count__title span {
    display: none;
    visibility: hidden;
  }
}

.single-info .share-count {
  display: inline-block;
}

.single-info .share-count::after {
  content: "";
  display: table;
  clear: both;
}

.single-info .share-count__icon {
  float: left;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #C6B19F;
}

.single-info .share-count__icon svg {
  color: inherit;
}

.single-info .share-count__icon svg.fill {
  display: none;
  visibility: hidden;
}

.single-info .share-count__title {
  float: left;
  margin-left: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1279px) {
  .single-info .share-count__title span {
    display: none;
    visibility: hidden;
  }
}

.single-info .print-count__icon, .single-info .envelope-count__icon {
  height: 32px;
}

.single-info .print-count__title, .single-info .envelope-count__title {
  height: 32px;
  line-height: 32px;
}

.single-info .print-count__icon svg {
  margin-top: 3px;
}

.single-info .envelope-count__icon svg {
  margin-top: 2px;
}

.single-info a.print-count, .single-info a.envelope-count {
  color: #333;
}

.single-info a.print-count:hover, .single-info a.print-count:focus, .single-info a.print-count:active, .single-info a.envelope-count:hover, .single-info a.envelope-count:focus, .single-info a.envelope-count:active {
  color: #BA2E3A;
}

.single-info .stars-count {
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.single-info .stars-count__title {
  margin-left: 0;
  margin-right: 16px;
}

@media (max-width: 1279px) {
  .single-info .stars-count__title {
    margin-right: 0;
  }
}

.lt-ie9 .single-info .stars-count {
  display: inline-block;
}

.single-info .comments-count {
  margin-left: auto;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.single-info .comments-count + .label-count {
  margin-left: 48px;
}

@media (max-width: 1279px) {
  .single-info .comments-count + .label-count {
    margin-left: 20px;
  }
}

.single-info .comments-count__icon {
  padding: 2px 0;
}

@media (max-width: 1279px) {
  .lt-ie9 .single-info .comments-count {
    float: right;
  }
}

.single-info .label-count {
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.single-info .label-count.active .label-count__icon {
  color: #C6B19F;
}

.single-info .label-count.active .label-count__icon svg.no-fill {
  display: none;
  visibility: hidden;
}

.single-info .label-count.active .label-count__icon svg.fill {
  display: inline-block;
  visibility: visible;
}

.single-info .label-count__icon {
  padding: 3px 5px;
}

.single-info .label-count__title {
  margin-left: 8px;
}

@media (max-width: 991px) {
  .single-info .label-count__title {
    margin-left: 0;
  }
}

@media (max-width: 1279px) {
  .lt-ie9 .single-info .label-count {
    float: right;
  }
}

.single-info .print-count + .envelope-count {
  margin-left: 29px;
}

@media (max-width: 1279px) {
  .single-info .print-count + .envelope-count {
    margin-left: 20px;
  }
}

@media screen and (max-width: 320px) {
  .single-info .print-count + .envelope-count {
    margin-left: 15px;
  }
}

.single-info .print-count__icon {
  padding: 2px 3px;
}

@media (max-width: 1279px) {
  .single-info .print-count__icon {
    padding-top: 8px;
    height: 32px;
  }
}

@media (max-width: 991px) {
  .single-info .print-count__icon {
    padding-top: 3px;
  }
}

@media (max-width: 1279px) {
  .single-info .print-count__title {
    margin-left: 0;
  }
  .single-info .print-count__title span {
    display: none;
  }
}

@media (max-width: 1279px) {
  .single-info .envelope-count__icon {
    padding-top: 6px;
    height: 32px;
  }
}

@media (max-width: 991px) {
  .single-info .envelope-count__icon {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .single-info .envelope-count__title {
    margin-left: 2px;
  }
}

.single-info .share-count {
  display: block;
  width: 235px;
  margin-left: auto;
}

.flexbox .single-info .share-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flexbox .single-info .share-count .social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.single-info .share-count__title {
  padding-right: 23px;
  margin-left: 0;
  line-height: 32px;
}

.single-info .share-count__links {
  white-space: nowrap;
  -webkit-transform: translateY(-2px);
     -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-info .share-count__links .no-flexbox, .no-flexboxlegacy .single-info .share-count__links {
  width: 320px !important;
}

@media (max-width: 1279px) {
  .single-info .share-count__links .no-flexbox, .no-flexboxlegacy .single-info .share-count__links {
    width: auto !important;
  }
}

@media (max-width: 1279px) {
  .single-info .share-count {
    width: auto;
  }
  .single-info .share-count__title {
    margin-left: 0;
    padding-right: 0;
  }
  .single-info .share-count__links {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    text-align: right;
  }
  .single-info .share-count .social-share li {
    float: none;
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .single-info .share-count .social-share li + li {
    margin-left: 8px;
  }
}

@media screen and (max-width: 360px) {
  .single-info .share-count .social-share {
    padding-top: 2px;
  }
  .single-info .share-count .social-share a {
    width: 24px;
    height: 24px;
    line-height: 25px;
    font-size: 12px;
  }
}

.footnotes {
  border-top: 1px solid #E0E0E0;
}

.footnotes__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footnotes__title .left-side, .footnotes__title .right-side {
  padding-top: 25px;
  padding-bottom: 15px;
}

.footnotes__title .left-side .block-title {
  font-size: 20px;
  line-height: 34px;
  white-space: nowrap;
  margin: 0;
}

.footnotes__title .left-side .block-title span {
  color: #BA2E3A;
}

.footnotes__title .right-side .btn.btn-warning.btn-snap {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 12px;
}

.footnotes__list {
  padding-bottom: 19px;
  font-size: 14px;
  line-height: 1.68;
}

@media (min-width: 1280px) {
  .footnotes__list {
    padding-right: 200px;
  }
}

@media (max-width: 991px) {
  .footnotes__list {
    padding-bottom: 5px;
  }
}

.footnotes__list .btn.btn-link {
  color: #C6B19F;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.footnotes__list .btn.btn-link:hover, .footnotes__list .btn.btn-link:focus, .footnotes__list .btn.btn-link:active {
  color: #BA2E3A;
  text-decoration: none;
}

.footnotes__list ol {
  /*
			@include no-ie{
				counter-reset: listCounter;
				list-style: none;
				padding: 0;
				margin: 0;
				li{
					list-style: none;
					margin-bottom: 1em;
					&:before {
						counter-increment: listCounter;
						content: counter(listCounter);
						font-weight: $fw-bold;
						display: inline-block;
						margin-right: 1em;
					}
				}
			}
			*/
}

.footnotes__list ol.count li {
  margin-bottom: 1em;
}

.footnotes__list ol li .btn.btn-link {
  display: inline;
  font-size: 12px;
  padding: 0 0 0 4px;
  vertical-align: inherit;
}

@media (max-width: 991px) {
  .footnotes__list ol li .btn.btn-link {
    display: block;
    text-align: left;
    padding-left: 0;
  }
}

.write-comment {
  padding: 0 32px 32px 32px;
  background-color: #FCF6F1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

@media (max-width: 1279px) {
  .write-comment {
    padding: 15px;
  }
}

.write-comment__title .block-title {
  padding-top: 25px;
  padding-bottom: 24px;
  margin: 0;
  font-size: 20px;
  line-height: 159.5%;
}

@media (max-width: 1279px) {
  .write-comment__title .block-title {
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.write-comment__content textarea.form-control {
  padding: 20px 19px;
}

.write-comment__content button {
  display: block;
  margin-left: auto;
}

@media (max-width: 1279px) {
  .write-comment__content button {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .write-comment__content button {
    width: 100%;
  }
}

.read-comment {
  padding-top: 22px;
  margin-bottom: 48px;
}

.read-comment__title {
  margin-bottom: 25px;
  white-space: nowrap;
}

.read-comment__title span {
  color: #C6B19F;
}

.read-comment__content {
  padding-top: 30px;
  border-top: 1px solid #E0E0E0;
}

.read-comment__content .comment {
  padding-top: 25px;
  padding-bottom: 25px;
}

.read-comment__content .comment:last-of-type {
  border-bottom: 1px solid #E0E0E0;
}

.read-comment__content .comment + .comment {
  border-top: 1px solid #E0E0E0;
}

.read-comment__content .comment__title {
  padding-bottom: 11px;
}

.read-comment__content .comment__name {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.read-comment__content .comment__date {
  display: inline-block;
  margin-left: 8px;
  color: #828282;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .read-comment__content .comment__date {
    white-space: normal;
  }
}

.read-comment__content .comment__content {
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-word;
}

.read-comment__content .comment__content p:last-of-type {
  margin-bottom: 0;
}

.read-comment__content .comment__footer {
  position: relative;
  padding-top: 16px;
  min-height: 46px;
  padding-bottom: 0;
  padding-right: 116px;
}

.read-comment__content .comment__footer a + a, .read-comment__content .comment__footer a + button, .read-comment__content .comment__footer button + a, .read-comment__content .comment__footer button + button {
  margin-left: 16px;
}

@media (max-width: 991px) {
  .read-comment__content .comment__footer {
    padding-right: 90px;
  }
  .read-comment__content .comment__footer .btn-sm {
    padding: 5px !important;
  }
  .read-comment__content .comment__footer a + a, .read-comment__content .comment__footer a + button, .read-comment__content .comment__footer button + a, .read-comment__content .comment__footer button + button {
    margin-left: 5px;
  }
}

.read-comment__content .comment__votes {
  position: absolute;
  top: 16px;
  right: 0;
  height: 30px;
}

.read-comment__content .comment__votes .vote-down, .read-comment__content .comment__votes .vote-count, .read-comment__content .comment__votes .vote-up {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  padding: 0 3px;
}

.read-comment__content .comment__votes .vote-down:hover, .read-comment__content .comment__votes .vote-down:focus, .read-comment__content .comment__votes .vote-down:active, .read-comment__content .comment__votes .vote-count:hover, .read-comment__content .comment__votes .vote-count:focus, .read-comment__content .comment__votes .vote-count:active, .read-comment__content .comment__votes .vote-up:hover, .read-comment__content .comment__votes .vote-up:focus, .read-comment__content .comment__votes .vote-up:active {
  outline: none;
}

.read-comment__content .comment__votes .vote-down, .read-comment__content .comment__votes .vote-up {
  cursor: pointer;
  background: none;
  border: none;
  min-width: 30px;
  color: #C6B19F;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.read-comment__content .comment__votes .vote-down:hover, .read-comment__content .comment__votes .vote-down:focus, .read-comment__content .comment__votes .vote-down:active, .read-comment__content .comment__votes .vote-up:hover, .read-comment__content .comment__votes .vote-up:focus, .read-comment__content .comment__votes .vote-up:active {
  color: #BA2E3A;
}

@media (max-width: 991px) {
  .read-comment__content .comment__votes .vote-down, .read-comment__content .comment__votes .vote-up {
    min-width: 25px;
  }
}

.read-comment__content .comment__votes .vote-count {
  pointer-events: none;
  min-width: 48px;
  color: #C6B19F;
  font-weight: bold;
  background-color: #FCF7F1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

@media (max-width: 991px) {
  .read-comment__content .comment__votes .vote-count {
    min-width: 30px;
  }
}

.read-comment__content .comment__level {
  position: relative;
  padding-left: 100px;
  padding-top: 25px;
}

.read-comment__content .comment__level:before {
  content: '';
  position: absolute;
  left: 50px;
  top: 25px;
  bottom: 0;
  border-left: 1px dashed #C6B19F;
}

.read-comment__content .comment__level.answering .comment__footer .btn.btn-warning.btn-snap {
  color: #767676;
  border-color: #767676;
}

.read-comment__content .comment__level.answering .comment__footer .btn.btn-warning.btn-snap:hover, .read-comment__content .comment__level.answering .comment__footer .btn.btn-warning.btn-snap:focus, .read-comment__content .comment__level.answering .comment__footer .btn.btn-warning.btn-snap:active {
  color: #fff;
  border-color: #a68569;
}

.read-comment__content .comment__level .comment:last-of-type {
  border-bottom: none;
}

@media (max-width: 991px) {
  .read-comment__content .comment__level {
    padding-left: 20px;
  }
  .read-comment__content .comment__level:before {
    left: 0;
  }
}

.read-comment__content .comment__answer .btn.btn-primary {
  max-width: 126px;
  width: 100%;
}

@media (max-width: 991px) {
  .read-comment__content .comment__answer .btn.btn-primary {
    max-width: 100%;
    width: auto;
  }
}

.read-comment__content .comment__answer .btn.btn-link {
  color: #C6B19F;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.read-comment__content .comment__answer .btn.btn-link:hover, .read-comment__content .comment__answer .btn.btn-link:focus, .read-comment__content .comment__answer .btn.btn-link:active {
  color: #BA2E3A;
  text-decoration: none;
}

.read-comment__content .comment__answer .btn + .btn-link {
  margin-left: 20px;
}

.experts-table .col {
  margin-bottom: 18px;
}

.experts-table .col + .col {
  border-top: 1px solid #E0E0E0;
  padding-top: 24px;
}

.experts-table .col-title {
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 6px;
  color: #BDBDBD;
  text-transform: uppercase;
}

.experts-table .col__author {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding-right: 40px;
}

.experts-table .col__author .post__author {
  margin-top: 0;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.experts-table .col__author .post__author .post-author__img {
  width: 80px;
  height: 80px;
  margin-right: 40px;
}

.experts-table .col__author .post__author .post-author__img img {
  max-width: 80px;
}

.experts-table .col__author .post__author .post-author__bigname {
  margin-bottom: 2px;
}

.experts-table .col__author .post__author .post-author__bigdesc {
  color: #4f4f4f;
}

@media (max-width: 991px) {
  .experts-table .col__author .post__author .post-author {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
       -moz-box-orient: unset;
       -moz-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .experts-table .col__author .post__author .post-author__img {
    margin-bottom: 13px;
    width: 64px;
    height: 64px;
  }
  .experts-table .col__author .post__author .post-author__img img {
    max-width: 64px;
    max-height: 64px;
  }
}

.lt-ie9 .experts-table .col__author .post__author .post-author {
  display: block;
}

.lt-ie9 .experts-table .col__author .post__author .post-author__img {
  position: static;
  top: auto;
  left: auto;
  display: inline-block;
}

@media (max-width: 767px) {
  .experts-table .col__author {
    padding-right: 0;
  }
}

.experts-table .col__info {
  width: 252px;
}

@media (max-width: 991px) {
  .experts-table .col__info {
    width: auto;
  }
}

.experts-table .col.flex-row {
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

@media (max-width: 991px) {
  .experts-table .col.flex-row {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
       -moz-box-orient: unset;
       -moz-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.lt-ie9 .experts-table .col.flex-row {
  display: table;
  width: 100%;
}

.lt-ie9 .experts-table .col.flex-row .col__author {
  display: table-cell;
  max-width: -webkit-calc(100% - 252px);
  max-width: -moz-calc(100% - 252px);
  max-width: calc(100% - 252px);
}

.lt-ie9 .experts-table .col.flex-row .col__author .post-author {
  padding-left: 0;
}

.lt-ie9 .experts-table .col.flex-row .col__author .post-author__img {
  float: left;
}

.lt-ie9 .experts-table .col.flex-row .col__author .post-author__info {
  padding-left: 120px;
}

.lt-ie9 .experts-table .col.flex-row .col__info {
  display: table-cell;
}

.no-smil.flexboxtweener .experts-table .col.flex-row .col__author .post-author {
  padding-left: 120px;
}

.b-expert {
  padding-top: 12px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .b-expert {
    padding-bottom: 0;
  }
}

.b-expert .post__author {
  margin-top: 0;
  min-height: 128px;
}

@media (max-width: 991px) {
  .b-expert .post__author {
    min-height: 95px;
  }
}

.b-expert .post__author .post-author .no-flexbox, .no-flexboxlegacy .b-expert .post__author .post-author {
  padding-left: 0;
}

.b-expert .post-author {
  position: relative;
}

.b-expert .post-author__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 128px;
  height: 128px;
  margin-right: 30px;
}

.b-expert .post-author__img img {
  max-width: 128px;
}

@media (max-width: 991px) {
  .b-expert .post-author__img {
    width: 80px;
    height: 80px;
  }
  .b-expert .post-author__img img {
    max-width: 80px;
    max-height: 80px;
  }
}

.b-expert .post-author__bigdesc, .b-expert .post-author__desc {
  margin-left: 160px;
}

@media (max-width: 991px) {
  .b-expert .post-author__bigdesc, .b-expert .post-author__desc {
    margin-left: 95px;
  }
}

.b-expert .post-author__bigdesc p, .b-expert .post-author__desc p {
  text-indent: 1.5em;
}

.b-expert .post-author__bigdesc {
  font-size: 18px;
}

.b-expert .post-author__bigdesc p {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .b-expert .post-author__bigdesc {
    font-size: 16px;
    min-height: 80px;
  }
}

.b-expert .post-author__desc {
  font-size: 14px;
  line-height: 1.68;
  color: #333;
}

@media (max-width: 991px) {
  .b-expert .post-author__desc {
    margin-left: 0;
  }
}

.b-expert .post-author__desc p {
  margin-bottom: 15px;
}

.news-table {
  padding-top: 10px;
}

@media (max-width: 991px) {
  .news-table .row .col:first-of-type .post:last-of-type {
    padding-bottom: 22px;
    border-bottom: 1px solid #E0E0E0;
  }
}

.b-lk {
  min-height: 1000px;
}

.b-lk .page-header__info .action {
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.b-lk .page-header__info .action svg {
  color: #C6B19F;
  vertical-align: bottom;
  margin-right: .5em;
}

.b-lk .page-header__info .action:hover, .b-lk .page-header__info .action:focus, .b-lk .page-header__info .action:active {
  color: #C6B19F;
}

@media (max-width: 991px) {
  .b-lk .page-header__info .action {
    padding: 5px;
  }
  .b-lk .page-header__info .action:hover, .b-lk .page-header__info .action:focus, .b-lk .page-header__info .action:active {
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .b-lk .page-header__info .action svg {
    margin-right: 0;
  }
  .b-lk .page-header__info .action span {
    display: none;
  }
}

.b-lk .table-responsive {
  border: none !important;
}

@media (max-width: 991px) {
  .b-lk .table-responsive {
    margin-bottom: 8px;
  }
  .b-lk .table-responsive .lk-table.type-history {
    width: 800px;
  }
}

.lk__aside, .lk__content {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .lk__aside, .lk__content {
    float: none;
  }
}

.lk__aside {
  width: 335px;
  padding-right: 20px;
}

@media (max-width: 1279px) {
  .lk__aside {
    width: 300px;
    padding-right: 8px;
  }
}

.lk__aside .nav-tabs {
  border-bottom: none;
}

.lk__aside .nav-tabs.five-items {
  white-space: nowrap;
  font-size: 0;
}

@media (max-width: 991px) {
  .lk__aside .nav-tabs.five-items > li {
    width: 20%;
    text-align: center;
  }
}

.lk__aside .nav-tabs > li {
  float: none;
  margin-bottom: 0;
}

.lk__aside .nav-tabs > li:first-of-type > a {
  border-top: 1px solid #E0E0E0;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
}

.lk__aside .nav-tabs > li:last-of-type > a {
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}

.lk__aside .nav-tabs > li > a {
  margin-right: 0;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  border: 1px solid #E0E0E0;
  border-top: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.lk__aside .nav-tabs > li > a svg {
  width: 20px;
  height: 20px;
  color: #C6B19F;
  vertical-align: bottom;
  margin-right: 16px;
}

.lk__aside .nav-tabs > li > a:hover, .lk__aside .nav-tabs > li > a:focus, .lk__aside .nav-tabs > li > a:active {
  color: #C6B19F;
  background-color: transparent;
}

.lk__aside .nav-tabs > li > a strong {
  margin-left: .5em;
  color: #C6B19F;
}

.lk__aside .nav-tabs > li.active:first-of-type > a {
  border-top: 1px solid #E0E0E0;
}

.lk__aside .nav-tabs > li.active > a {
  border-top: none;
  background-color: #FCF7F1;
}

.lk__aside .nav-tabs > li.active > a, .lk__aside .nav-tabs > li.active > a:focus {
  border-bottom-color: #E0E0E0;
}

.lk__aside .nav-tabs > li.active > a:hover, .lk__aside .nav-tabs > li.active > a:focus, .lk__aside .nav-tabs > li.active > a:active {
  color: #333;
}

.lk__aside .nav > li {
  color: #333;
  font-weight: bold;
}

.lk__aside .nav > li > a {
  padding: 21px 10px 21px 24px;
}

@media (max-width: 991px) {
  .lk__aside {
    width: auto;
    margin-bottom: 24px;
    padding-right: 15px;
  }
  .lk__aside .nav.nav-tabs {
    border-bottom: 1px solid #E0E0E0;
  }
  .lk__aside .nav.nav-tabs > li {
    display: inline-block;
  }
  .lk__aside .nav.nav-tabs > li > a {
    position: relative;
    border: none;
    padding: 20px;
    margin: 0;
    color: #767676;
    line-height: 1;
    font-weight: bold;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    text-transform: uppercase;
  }
  .lk__aside .nav.nav-tabs > li > a:after {
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background-color: #BA2E3A;
    -webkit-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
  }
  .lk__aside .nav.nav-tabs > li > a svg {
    margin-right: 0;
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  .lk__aside .nav.nav-tabs > li > a span {
    display: none;
  }
  .lk__aside .nav.nav-tabs > li > a strong {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-weight: 300;
    padding: 3px;
    margin: 0;
    min-width: 20px;
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background-color: #BA2E3A;
  }
}

@media screen and (max-width: 991px) and (max-width: 320px) {
  .lk__aside .nav.nav-tabs > li > a {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .lk__aside .nav.nav-tabs > li.active:first-of-type > a {
    border-top: none;
  }
  .lk__aside .nav.nav-tabs > li.active > a {
    color: #BA2E3A;
    background: none;
  }
  .lk__aside .nav.nav-tabs > li.active > a:after {
    opacity: 1;
  }
  .lk__aside .nav.nav-tabs > li.active > a svg {
    color: #BA2E3A;
  }
}

@media screen and (max-width: 320px) {
  .lk__aside {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.lk__content {
  padding-left: 20px;
  width: -webkit-calc(100% - 335px);
  width: -moz-calc(100% - 335px);
  width: calc(100% - 335px);
}

@media (max-width: 1279px) {
  .lk__content {
    padding-left: 8px;
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
  }
}

@media (max-width: 991px) {
  .lk__content {
    padding-left: 15px;
    width: auto;
  }
}

.lk__content .width-space {
  max-width: 708px;
}

@media (max-width: 1279px) {
  .lk__content .width-space {
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .lk__content .width-space .row .col.col-lg-6 {
    width: 46% !important;
  }
  .lk__content .width-space .row .col.col-lg-6 + .col.col-lg-6 {
    width: 54% !important;
  }
}

.lk__grid {
  padding: 24px 56px;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

@media (max-width: 1279px) {
  .lk__grid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .lk__grid {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}

.lk__grid.type-top {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
}

.lk__grid.type-top + .type-bottom {
  border-top: none;
}

.lk__grid.type-top .lk-balance .form-group label {
  margin-right: 34px;
}

.lk__grid.type-bottom {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  padding: 16px 56px 24px 56px;
}

@media (max-width: 1279px) {
  .lk__grid.type-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .lk__grid.type-bottom {
    padding: 0;
  }
}

.lk__grid h3 {
  margin-top: 4px;
  margin-bottom: 24px;
}

.lk__grid h4 {
  margin-top: 24px;
  margin-bottom: 4px;
}

@media (max-width: 991px) {
  .lk__grid h4 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .lk__grid hr {
    margin-bottom: 34px;
  }
}

@media (max-width: 991px) {
  .lk__grid .tab-content {
    padding-top: 20px;
    margin-bottom: 30px;
  }
}

.lk__grid .col + .col .lk-balance {
  text-align: right;
  padding-right: 10px;
}

.lk__grid .col + .col .lk-balance .form-group {
  padding-left: 25px;
  padding-right: 15px;
  margin-bottom: 15px;
  white-space: nowrap;
  /*
						label{
							margin-right: 10px;
							white-space: nowrap;
						}
						*/
}

.no-smil.flexboxtweener .lk__grid .col + .col .lk-balance .form-group {
  padding-left: 15px;
}

@media (max-width: 1279px) {
  .lk__grid .col + .col .lk-balance {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .lk__grid .col + .col .lk-balance {
    text-align: left;
  }
  .lk__grid .col + .col .lk-balance .form-group {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media screen and (max-width: 320px) {
  .lk__grid .col + .col .lk-balance .form-group {
    padding-right: 15px;
  }
}

.lk__grid br.spec {
  display: none;
}

@media (max-width: 991px) {
  .lk__grid br.spec {
    display: block;
  }
}

.lk__grid .form-group label {
  font-size: 16px;
}

.lk__grid .form-group + .btn {
  margin-top: 30px;
}

.lk__grid .form-inputs {
  margin-bottom: 15px;
}

.lk__grid .input-group.decor {
  width: 100%;
  max-width: 309px;
}

@media (max-width: 991px) {
  .lk__grid .input-group.decor.mb15 {
    margin-bottom: 12px;
  }
}

.lk__grid .radio-inline {
  margin-bottom: 15px;
}

.lk__grid .radio {
  margin-bottom: 23px;
}

.lk__grid button[type=submit] {
  display: block;
  max-width: 224px;
  width: 100%;
}

@media (max-width: 991px) {
  .lk__grid button[type=submit] {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .lk__grid .simple-tabs .nav.nav-tabs > li > a span.only-desk {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  .lk__grid .simple-tabs .nav.nav-tabs > li > a span.only-mobile {
    display: none;
    visibility: hidden;
  }
}

.lk-balance .form-group {
  padding-left: 15px;
  margin-bottom: 0;
}

.lk-balance .form-group label {
  margin-right: 25px;
  white-space: nowrap;
}

@media (max-width: 1279px) {
  .lk-balance .form-group label {
    margin-right: 13px;
  }
}

@media (max-width: 991px) {
  .lk-balance .form-group label {
    margin-right: 10px;
  }
}

@media screen and (max-width: 340px) {
  .lk-balance .form-group label {
    margin-right: 20px !important;
  }
}

.lk-balance .form-group .btn.btn-lg.btn-decor {
  margin-right: 15px;
}

@media (min-width: 992px) {
  .lk-balance .form-group .btn.btn-lg.btn-decor {
    margin-right: 0;
    width: 145px;
    font-size: 12px;
  }
}

@media screen and (max-width: 340px) {
  .lk-balance .form-group .btn.btn-lg.btn-decor {
    margin-right: 0;
  }
}

@media screen and (max-width: 340px) {
  .lk-balance .form-group {
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .lk-balance {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 24px;
  }
  .lk-balance .form-group {
    margin-bottom: 15px;
  }
  .lk-balance .form-group .btn {
    float: right;
    font-size: 12px;
    line-height: 18px;
    max-width: 165px;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .lk-balance .form-group {
    padding-right: 15px;
  }
  .lk-balance .form-group .btn {
    display: inline-block;
    width: auto;
  }
}

.lk-sub {
  position: relative;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.lk-sub + .lk-sub {
  margin-bottom: 40px;
}

.lk-sub__label, .lk-sub__date {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .lk-sub__label, .lk-sub__date {
    display: block;
  }
}

.lk-sub__date {
  float: right;
  width: 175px;
  padding-left: 25px;
  color: #828282;
}

@media (max-width: 991px) {
  .lk-sub__date {
    float: none;
    padding-left: 0;
    width: 100%;
  }
}

.lk-sub__status {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  right: 175px;
  background-color: #E0E0E0;
}

.lk-sub__status .line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #BA2E3A;
}

@media (max-width: 991px) {
  .lk-sub__status {
    right: 0;
  }
}

.lk-search {
  padding-top: 25px;
}

@media (max-width: 991px) {
  .lk-search {
    padding-top: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
  }
}

.lk-search .flex-row .col, .lk-search .row .col {
  padding-right: 16px;
}

.lk-search .flex-row .col:last-of-type, .lk-search .row .col:last-of-type {
  padding-right: 0;
}

.lk-search .flex-row .col--category, .lk-search .row .col--category {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.lk-search .flex-row .col--type, .lk-search .row .col--type {
  min-width: 160px;
}

.lk-search .flex-row .col--month, .lk-search .row .col--month {
  min-width: 120px;
}

@media (max-width: 991px) {
  .lk-search .flex-row .col--month, .lk-search .row .col--month {
    display: inline-block;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}

.lk-search .flex-row .col--year, .lk-search .row .col--year {
  min-width: 95px;
}

@media (max-width: 991px) {
  .lk-search .flex-row .col--year, .lk-search .row .col--year {
    display: inline-block;
    margin-left: 16px;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}

.lk-search .flex-row .col--search, .lk-search .row .col--search {
  width: 95px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 95px;
          flex: 0 0 95px;
}

.lk-search .flex-row .col--search .btn, .lk-search .row .col--search .btn {
  display: block;
  width: 100%;
  font-size: 12px;
}

.lk-search .flex-row .col .dropdown-toggle, .lk-search .row .col .dropdown-toggle {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  max-width: 297px;
}

@media (max-width: 991px) {
  .lk-search .flex-row .col .dropdown-toggle, .lk-search .row .col .dropdown-toggle {
    max-width: 100%;
  }
}

@media (max-width: 1279px) {
  .lk-search .flex-row, .lk-search .row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .lk-search .flex-row .col, .lk-search .row .col {
    margin-bottom: 16px;
  }
  .lk-search .flex-row .dropdown > a, .lk-search .row .dropdown > a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
}

.lk-search .flex-row {
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

@media (max-width: 991px) {
  .lk-search .flex-row {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
       -moz-box-orient: unset;
       -moz-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .lk-search .flex-row .col--category, .lk-search .flex-row .col--type, .lk-search .flex-row .col--month, .lk-search .flex-row .col--year {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .lk-search .flex-row .col--search {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

.lt-ie9 .lk-search .flex-row {
  display: table;
  width: 100%;
}

.lt-ie9 .lk-search .flex-row .col--category, .lt-ie9 .lk-search .flex-row .col--type, .lt-ie9 .lk-search .flex-row .col--month, .lt-ie9 .lk-search .flex-row .col--year, .lt-ie9 .lk-search .flex-row .col--search {
  display: table-cell;
  min-width: auto;
}

.lk-table {
  padding-top: 25px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .lk-table {
    padding-top: 8px;
  }
}

.lk-table.type-subscribe .lk-table__head .cell .col:first-of-type, .lk-table.type-subscribe .lk-table__body .cell .col:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 236px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 236px;
          flex: 0 0 236px;
  max-width: 236px;
}

.lk-table.type-subscribe .lk-table__head .cell .col:nth-of-type(2), .lk-table.type-subscribe .lk-table__body .cell .col:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.lk-table.type-subscribe .lk-table__head .cell .col:nth-of-type(3), .lk-table.type-subscribe .lk-table__body .cell .col:nth-of-type(3) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 155px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 155px;
          flex: 0 0 155px;
  max-width: 155px;
}

.lk-table.type-subscribe .lk-table__head .cell .col:last-of-type, .lk-table.type-subscribe .lk-table__body .cell .col:last-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 110px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  max-width: 110px;
}

@media (max-width: 1279px) {
  .lk-table.type-subscribe .lk-table__head .cell .col:first-of-type, .lk-table.type-subscribe .lk-table__body .cell .col:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    max-width: 220px;
  }
  .lk-table.type-subscribe .lk-table__head .cell .col:nth-of-type(2), .lk-table.type-subscribe .lk-table__body .cell .col:nth-of-type(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding-left: 0;
    padding-right: 0;
  }
  .lk-table.type-subscribe .lk-table__head .cell .col:nth-of-type(3), .lk-table.type-subscribe .lk-table__body .cell .col:nth-of-type(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    max-width: 150px;
  }
  .lk-table.type-subscribe .lk-table__head .cell .col:last-of-type, .lk-table.type-subscribe .lk-table__body .cell .col:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}

@media (max-width: 991px) {
  .lk-table.type-subscribe .lk-table__head .cell .col, .lk-table.type-subscribe .lk-table__body .cell .col {
    padding-top: 0;
  }
  .lk-table.type-subscribe .lk-table__head .cell .col:first-of-type, .lk-table.type-subscribe .lk-table__body .cell .col:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 15px;
  }
  .lk-table.type-subscribe .lk-table__head .cell .col:nth-of-type(2), .lk-table.type-subscribe .lk-table__body .cell .col:nth-of-type(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .lk-table.type-subscribe .lk-table__head .cell .col:nth-of-type(3), .lk-table.type-subscribe .lk-table__head .cell .col:last-of-type, .lk-table.type-subscribe .lk-table__body .cell .col:nth-of-type(3), .lk-table.type-subscribe .lk-table__body .cell .col:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 50%;
    padding-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.lk-table.type-subscribe .lk-table__head .cell .no-flexbox .col:first-of-type, .no-flexboxlegacy .lk-table.type-subscribe .lk-table__head .cell .col:first-of-type, .lk-table.type-subscribe .lk-table__body .cell .no-flexbox .col:first-of-type, .no-flexboxlegacy .lk-table.type-subscribe .lk-table__body .cell .col:first-of-type {
  width: 236px;
}

.lk-table.type-subscribe .lk-table__head .cell .no-flexbox .col:nth-of-type(3), .no-flexboxlegacy .lk-table.type-subscribe .lk-table__head .cell .col:nth-of-type(3), .lk-table.type-subscribe .lk-table__body .cell .no-flexbox .col:nth-of-type(3), .no-flexboxlegacy .lk-table.type-subscribe .lk-table__body .cell .col:nth-of-type(3) {
  width: 155px;
}

.lk-table.type-subscribe .lk-table__head .cell .no-flexbox .col:last-of-type, .no-flexboxlegacy .lk-table.type-subscribe .lk-table__head .cell .col:last-of-type, .lk-table.type-subscribe .lk-table__body .cell .no-flexbox .col:last-of-type, .no-flexboxlegacy .lk-table.type-subscribe .lk-table__body .cell .col:last-of-type {
  width: 110px;
}

@media (max-width: 991px) {
  .lk-table.type-subscribe .lk-table__head {
    display: none;
    visibility: hidden;
  }
}

.lk-table.type-subscribe .lk-table__body {
  font-size: 13px;
}

.lk-table.type-subscribe .lk-table__body .cell .col:nth-of-type(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.lk-table.type-subscribe .lk-table__body .cell .col:last-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.lk-table.type-history .lk-table__head .cell .col:first-of-type, .lk-table.type-history .lk-table__body .cell .col:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
}

.lk-table.type-history .lk-table__head .cell .col:nth-of-type(2), .lk-table.type-history .lk-table__body .cell .col:nth-of-type(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 130px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  max-width: 130px;
}

.lk-table.type-history .lk-table__head .cell .col:nth-of-type(3), .lk-table.type-history .lk-table__body .cell .col:nth-of-type(3) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
}

@media (max-width: 991px) {
  .lk-table.type-history .lk-table__head .cell .col:nth-of-type(3), .lk-table.type-history .lk-table__body .cell .col:nth-of-type(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    max-width: 60px;
  }
}

.lk-table.type-history .lk-table__head .cell .col:nth-of-type(4), .lk-table.type-history .lk-table__body .cell .col:nth-of-type(4) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 130px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  max-width: 130px;
}

.lk-table.type-history .lk-table__head .cell .col:last-of-type, .lk-table.type-history .lk-table__body .cell .col:last-of-type {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.lk-table.type-history .lk-table__head .cell .no-flexbox .col:first-of-type, .no-flexboxlegacy .lk-table.type-history .lk-table__head .cell .col:first-of-type, .lk-table.type-history .lk-table__body .cell .no-flexbox .col:first-of-type, .no-flexboxlegacy .lk-table.type-history .lk-table__body .cell .col:first-of-type {
  width: 100px;
}

.lk-table.type-history .lk-table__head .cell .no-flexbox .col:nth-of-type(2), .no-flexboxlegacy .lk-table.type-history .lk-table__head .cell .col:nth-of-type(2), .lk-table.type-history .lk-table__body .cell .no-flexbox .col:nth-of-type(2), .no-flexboxlegacy .lk-table.type-history .lk-table__body .cell .col:nth-of-type(2) {
  width: 130px;
}

.lk-table.type-history .lk-table__head .cell .no-flexbox .col:nth-of-type(3), .no-flexboxlegacy .lk-table.type-history .lk-table__head .cell .col:nth-of-type(3), .lk-table.type-history .lk-table__body .cell .no-flexbox .col:nth-of-type(3), .no-flexboxlegacy .lk-table.type-history .lk-table__body .cell .col:nth-of-type(3) {
  width: 100px;
}

@media (max-width: 991px) {
  .lk-table.type-history .lk-table__head .cell .no-flexbox .col:nth-of-type(3), .no-flexboxlegacy .lk-table.type-history .lk-table__head .cell .col:nth-of-type(3), .lk-table.type-history .lk-table__body .cell .no-flexbox .col:nth-of-type(3), .no-flexboxlegacy .lk-table.type-history .lk-table__body .cell .col:nth-of-type(3) {
    width: 60px;
  }
}

.lk-table.type-history .lk-table__head .cell .no-flexbox .col:last-of-type, .no-flexboxlegacy .lk-table.type-history .lk-table__head .cell .col:last-of-type, .lk-table.type-history .lk-table__body .cell .no-flexbox .col:last-of-type, .no-flexboxlegacy .lk-table.type-history .lk-table__body .cell .col:last-of-type {
  width: 130px;
}

.lk-table.type-history .lk-table__head .cell .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.lk-table.type-history .lk-table__head .cell .col:last-of-type {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lk-table.type-history .lk-table__body {
  font-size: 14px;
}

.lk-table.type-history .lk-table__body .cell .col:first-of-type, .lk-table.type-history .lk-table__body .cell .col:nth-of-type(2), .lk-table.type-history .lk-table__body .cell .col:nth-of-type(3), .lk-table.type-history .lk-table__body .cell .col:nth-of-type(4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.lk-table.type-favorite .lk-table__head .cell .col:first-of-type, .lk-table.type-favorite .lk-table__body .cell .col:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 236px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 236px;
          flex: 0 0 236px;
  max-width: 236px;
}

.lk-table.type-favorite .lk-table__head .cell .col:nth-of-type(2), .lk-table.type-favorite .lk-table__body .cell .col:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.lk-table.type-favorite .lk-table__head .cell .col:last-of-type, .lk-table.type-favorite .lk-table__body .cell .col:last-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 64px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  max-width: 64px;
}

@media (max-width: 991px) {
  .lk-table.type-favorite .lk-table__head .cell, .lk-table.type-favorite .lk-table__body .cell {
    position: relative;
  }
  .lk-table.type-favorite .lk-table__head .cell .col, .lk-table.type-favorite .lk-table__body .cell .col {
    padding-top: 0;
  }
  .lk-table.type-favorite .lk-table__head .cell .col:first-of-type, .lk-table.type-favorite .lk-table__body .cell .col:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 15px;
  }
  .lk-table.type-favorite .lk-table__head .cell .col:nth-of-type(2), .lk-table.type-favorite .lk-table__body .cell .col:nth-of-type(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .lk-table.type-favorite .lk-table__head .cell .col:last-of-type, .lk-table.type-favorite .lk-table__body .cell .col:last-of-type {
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.lk-table.type-favorite .lk-table__head .cell .no-flexbox .col:first-of-type, .no-flexboxlegacy .lk-table.type-favorite .lk-table__head .cell .col:first-of-type, .lk-table.type-favorite .lk-table__body .cell .no-flexbox .col:first-of-type, .no-flexboxlegacy .lk-table.type-favorite .lk-table__body .cell .col:first-of-type {
  width: 236px;
}

.lk-table.type-favorite .lk-table__head .cell .no-flexbox .col:last-of-type, .no-flexboxlegacy .lk-table.type-favorite .lk-table__head .cell .col:last-of-type, .lk-table.type-favorite .lk-table__body .cell .no-flexbox .col:last-of-type, .no-flexboxlegacy .lk-table.type-favorite .lk-table__body .cell .col:last-of-type {
  width: 64px;
}

@media (max-width: 991px) {
  .lk-table.type-favorite .lk-table__head {
    display: none;
    visibility: hidden;
  }
}

.lk-table__head .cell, .lk-table__body .cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 991px) {
  .lk-table__head .cell, .lk-table__body .cell {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.lk-table__head .cell .no-flexbox, .no-flexboxlegacy .lk-table__head .cell, .lk-table__body .cell .no-flexbox, .no-flexboxlegacy .lk-table__body .cell {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.lk-table__head .cell .no-flexbox .col:first-of-type, .lk-table__head .cell .no-flexbox .col:nth-of-type(2), .lk-table__head .cell .no-flexbox .col:nth-of-type(3), .lk-table__head .cell .no-flexbox .col:nth-of-type(4), .lk-table__head .cell .no-flexbox .col:last-of-type, .no-flexboxlegacy .lk-table__head .cell .col:first-of-type, .no-flexboxlegacy .lk-table__head .cell .col:nth-of-type(2), .no-flexboxlegacy .lk-table__head .cell .col:nth-of-type(3), .no-flexboxlegacy .lk-table__head .cell .col:nth-of-type(4), .no-flexboxlegacy .lk-table__head .cell .col:last-of-type, .lk-table__body .cell .no-flexbox .col:first-of-type, .lk-table__body .cell .no-flexbox .col:nth-of-type(2), .lk-table__body .cell .no-flexbox .col:nth-of-type(3), .lk-table__body .cell .no-flexbox .col:nth-of-type(4), .lk-table__body .cell .no-flexbox .col:last-of-type, .no-flexboxlegacy .lk-table__body .cell .col:first-of-type, .no-flexboxlegacy .lk-table__body .cell .col:nth-of-type(2), .no-flexboxlegacy .lk-table__body .cell .col:nth-of-type(3), .no-flexboxlegacy .lk-table__body .cell .col:nth-of-type(4), .no-flexboxlegacy .lk-table__body .cell .col:last-of-type {
  display: table-cell !important;
  min-width: 0;
}

.lk-table__head .cell .col, .lk-table__body .cell .col {
  vertical-align: top;
}

.lk-table__head {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  background-color: #C6B19F;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
}

.lk-table__head .cell .col {
  padding: 13px 17px;
}

.lk-table__head .cell .col:first-of-type, .lk-table__head .cell .col:last-of-type {
  padding-left: 28px;
}

@media (max-width: 1279px) {
  .lk-table__head .cell .col:first-of-type, .lk-table__head .cell .col:last-of-type {
    padding-left: 16px;
  }
}

.lk-table__body {
  line-height: 1.5;
}

.lk-table__body .cell {
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
}

.lk-table__body .cell:nth-of-type(even) {
  background-color: #F8F8F8;
}

.lk-table__body .cell .col {
  padding: 13px 17px;
}

.lk-table__body .cell .col:first-of-type, .lk-table__body .cell .col:last-of-type {
  padding-left: 28px;
}

@media (max-width: 1279px) {
  .lk-table__body .cell .col:first-of-type, .lk-table__body .cell .col:last-of-type {
    padding-left: 16px;
  }
}

.lk-table__body .cell span {
  margin-bottom: 5px;
  /*
				&.dot{
					position: relative;
					padding-right: 20px;
					&:before{
						content: '';
						position: absolute;
						display: inline-block;
						right: 10px;
						top: 50%;
						margin-top: -1.5px;
						width: 3px;
						height: 3px;
						border-radius: 50%;
						background-color: $a2;
					}
				}
				*/
}

.lk-table__body .cell span.dot {
  position: relative;
}

.lk-table__body .cell span.dot:before {
  content: '';
  position: absolute;
  display: inline-block;
  right: -11px;
  top: .75em;
  margin-top: -1px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #C6B19F;
}

.lk-table__body .cell strong a {
  color: #333;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.lk-table__body .cell strong a:hover, .lk-table__body .cell strong a:focus, .lk-table__body .cell strong a:active {
  color: #BA2E3A;
}

.lk-table__body .cell strong.block {
  text-transform: uppercase;
}

.lk-table__body .cell .block {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.lk-table__body .cell .link {
  display: inline-block;
  color: #C6B19F;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  border: 1px solid rgba(198, 177, 159, 0.5);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-transition: border-color 300ms ease-out, color 300ms ease-out;
  -o-transition: border-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: border-color 300ms ease-out, color 300ms ease-out;
  transition: border-color 300ms ease-out, color 300ms ease-out;
}

.lk-table__body .cell .link:hover, .lk-table__body .cell .link:focus, .lk-table__body .cell .link:active {
  color: #BA2E3A;
  border-color: #BA2E3A;
}

.lk-table__body .cell .icon {
  cursor: pointer;
  color: #C6B19F;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.lk-table__body .cell .icon:hover, .lk-table__body .cell .icon:focus, .lk-table__body .cell .icon:active {
  color: #BA2E3A;
}

.b-growth-first .first {
  height: 295px;
}

@media (max-width: 1279px) {
  .b-growth-first .first {
    height: 270px;
  }
}

@media (max-width: 991px) {
  .b-growth-first .first {
    height: auto;
  }
}

.b-growth-first .first__books {
  position: relative;
  padding-left: 230px;
  padding-top: 95px;
  padding-right: 60px;
}

.b-growth-first .first__books figure {
  margin-bottom: 0;
}

.b-growth-first .first__books figure.infinity {
  position: absolute;
  z-index: 1;
  top: -25px;
  left: 10px;
}

.b-growth-first .first__books figure.idea {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 10px;
}

.b-growth-first .first__books span {
  position: relative;
  z-index: 10;
  font-size: 20px;
  line-height: 1.68;
}

@media (max-width: 1279px) {
  .b-growth-first .first__books span {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .b-growth-first .first__books {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 140px 0 25px 0;
    min-height: 230px;
  }
  .b-growth-first .first__books figure.infinity {
    left: 0;
    width: 300px;
  }
  .b-growth-first .first__books figure.infinity img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .b-growth-first .first__books figure.idea {
    width: 103px;
    top: 30px;
  }
  .b-growth-first .first__books figure.idea img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .b-growth-first .first__books span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
  }
}

.b-growth-first .first__slider {
  height: 295px;
}

@media (max-width: 1279px) {
  .b-growth-first .first__slider {
    height: 270px;
  }
}

@media (max-width: 991px) {
  .b-growth-first .first__slider {
    overflow: hidden;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 0;
    margin-bottom: 24px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
}

.b-growth-first .first__slider .section-slider .slide-page__title {
  max-width: 60%;
}

@media (max-width: 991px) {
  .b-growth-first .first__slider .section-slider .slide-page__title {
    left: 12px;
  }
}

@media screen and (max-width: 420px) {
  .b-growth-first .first__slider .section-slider .slide-page__title {
    max-width: 100%;
    padding-right: 50px;
  }
}

.b-contacts .mini-table {
  padding: 23px 32px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.68;
  background-color: #FCF6F1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

@media (max-width: 991px) {
  .b-contacts .mini-table {
    padding: 16px;
    margin-bottom: 24px;
  }
}

.b-contacts .mini-table .cell .row {
  margin-left: -15px;
  margin-right: -15px;
}

.b-contacts .mini-table .cell .row:not(:last-of-type) {
  margin-bottom: 10px;
}

.b-contacts .mini-table .cell .row .col strong, .b-contacts .mini-table .cell .row .col span, .b-contacts .mini-table .cell .row .col a {
  display: block;
  line-height: 1.68;
}

.b-contacts .mini-table .cell .row .col strong {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.b-contacts .mini-table .cell .row .col strong + span, .b-contacts .mini-table .cell .row .col strong + a {
  margin-top: 4px;
}

@media (max-width: 991px) {
  .b-contacts .mini-table .cell .row .col {
    padding-top: 15px;
  }
  .b-contacts .mini-table .cell .row .col:first-of-type {
    padding-top: 0;
  }
  .b-contacts .mini-table .cell .row .col:last-of-type {
    padding-bottom: 8px;
  }
}

.b-contacts .para-sans {
  margin-bottom: 25px;
}

.b-contacts .yamap {
  min-height: 400px;
}

@media (max-width: 991px) {
  .b-contacts .yamap {
    min-height: 340px;
  }
}

.yamap {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin-bottom: 25px;
  background-color: #FAF8F0;
}

.lk-table.type-contacts .lk-table__head .cell .col .flexbox, .flexboxlegacy .lk-table.type-contacts .lk-table__head .cell .col, .lk-table.type-contacts .lk-table__body .cell .col .flexbox, .flexboxlegacy .lk-table.type-contacts .lk-table__body .cell .col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

.lk-table.type-contacts .lk-table__head .cell .col .flexbox:first-of-type, .flexboxlegacy .lk-table.type-contacts .lk-table__head .cell .col:first-of-type, .lk-table.type-contacts .lk-table__body .cell .col .flexbox:first-of-type, .flexboxlegacy .lk-table.type-contacts .lk-table__body .cell .col:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

@media (max-width: 991px) {
  .lk-table.type-contacts .lk-table__head .cell .col, .lk-table.type-contacts .lk-table__body .cell .col {
    padding-top: 0;
  }
  .lk-table.type-contacts .lk-table__head .cell .col .flexbox, .flexboxlegacy .lk-table.type-contacts .lk-table__head .cell .col, .lk-table.type-contacts .lk-table__body .cell .col .flexbox, .flexboxlegacy .lk-table.type-contacts .lk-table__body .cell .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .lk-table.type-contacts .lk-table__head .cell .col:first-of-type, .lk-table.type-contacts .lk-table__body .cell .col:first-of-type {
    padding-top: 15px;
  }
  .lk-table.type-contacts .lk-table__head .cell .col:first-of-type .flexbox, .flexboxlegacy .lk-table.type-contacts .lk-table__head .cell .col:first-of-type, .lk-table.type-contacts .lk-table__body .cell .col:first-of-type .flexbox, .flexboxlegacy .lk-table.type-contacts .lk-table__body .cell .col:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .lk-table.type-contacts .lk-table__head .cell .col:first-of-type span, .lk-table.type-contacts .lk-table__body .cell .col:first-of-type span {
    font-size: 16px;
    font-weight: bold;
  }
}

@media (max-width: 991px) {
  .lk-table.type-contacts .lk-table__head {
    display: none;
    visibility: hidden;
  }
}

.lk-table.type-contacts .lk-table__body {
  line-height: 1.68;
}

@media (max-width: 991px) {
  .lk-table.type-contacts .lk-table__body {
    border-top: 1px solid #E0E0E0;
  }
}

.lk-table.type-contacts .lk-table__body .cell .col {
  padding-top: 17px;
  padding-bottom: 17px;
}

@media (max-width: 991px) {
  .lk-table.type-contacts .lk-table__body .cell .col {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.lk-table.type-contacts .lk-table__body .cell .col:first-of-type {
  padding-bottom: 0;
}

.lk-table.type-contacts .lk-table__body .cell .col:first-of-type span {
  margin-bottom: 10px;
}

.lk-table.type-contacts .lk-table__body .cell .col:last-of-type {
  padding-bottom: 13px;
}

.b-partnership {
  padding-top: 32px;
}

.b-partnership > .block-title {
  padding-bottom: 22px;
  margin-bottom: 32px;
}

.b-partnership > .block-title.bb {
  border-bottom: 1px solid #E0E0E0;
}

@media (max-width: 991px) {
  .b-partnership > .block-title {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .b-partnership > .block-title.bb {
    border-bottom: none;
  }
}

.b-partnership .row {
  margin-left: -8px;
  margin-right: -8px;
}

.b-partnership .row .col-md-4, .b-partnership .row .col-md-12 {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 991px) {
  .b-partnership .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .b-partnership .row .col-md-6, .b-partnership .row .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .b-page .b-partnership {
    padding-top: 32px;
  }
}

.b-partnership .journals {
  padding: 16px;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 32px;
}

.b-partnership .journals .journal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 24px;
}

.b-partnership .journals .journal:last-of-type {
  padding-bottom: 0;
}

.b-partnership .journals .journal__img {
  display: inline-block;
  max-width: 155px;
}

.b-partnership .journals .journal__img img {
  display: block;
  max-width: 60px;
  width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: auto;
  margin-bottom: 0;
}

.b-partnership .journals .journal__text {
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

.send-form {
  position: relative;
  padding: 32px 32px 24px 32px;
  background-color: #FCF6F1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.send-form__status {
  opacity: 0;
  pointer-events: none;
  display: none;
  visibility: hidden;
  position: absolute;
  z-index: 1040;
  left: 50%;
  top: 50%;
  width: 320px;
  min-height: 145px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transform: translate(-50%, 100%);
     -moz-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
       -o-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  -o-transition: opacity 300ms ease, -o-transform 300ms ease;
  -moz-transition: opacity 300ms ease, transform 300ms ease, -moz-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease, -moz-transform 300ms ease, -o-transform 300ms ease;
}

@media (max-width: 767px) {
  .send-form__status {
    width: auto;
    max-width: 320px;
  }
}

.send-form__status.animating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}

.send-form__status.sended {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.lt-ie9 .send-form__status.sended {
  display: block;
  min-height: auto;
}

.send-form__bottom {
  padding-top: 5px;
}

.send-form__bottom .radio {
  margin-top: 0;
  margin-bottom: 0;
}

.send-form__bottom .form-group {
  margin-bottom: 0;
}

.send-form__bottom .check-style.check-style-agree {
  line-height: 1.5;
}

@media (max-width: 991px) {
  .send-form {
    padding: 15px;
  }
  .send-form__bottom .check-style, .send-form__bottom .captcha-label {
    margin-bottom: 15px;
  }
}

.js .progress {
  overflow: hidden;
}

.js .progress .progress-bar {
  opacity: 0;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: -o-transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out, -moz-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out, -moz-transform 300ms ease-out, -o-transform 300ms ease-out;
}

.js .render .progress .progress-bar {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.lt-ie9 .progress .progress-bar {
  opacity: 1 !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}

.progress-bar.progress-bar-warning {
  color: #333;
  background-color: #E1D6CC;
}

.quiz {
  position: relative;
  padding: 16px 32px 28px 32px;
  background-color: #FCF6F1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

@media screen and (max-width: 320px) {
  .quiz {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.quiz--answers {
  padding: 34px 0 28px 32px;
}

@media (max-width: 991px) {
  .quiz--answers {
    padding: 16px 10px 28px 16px;
  }
}

.quiz--answers .quiz__question {
  margin-bottom: 29px;
}

.quiz--answers .quiz__poll {
  padding-bottom: 16px;
}

.quiz--answers .quiz__poll .col-md-12 {
  padding-right: 0;
}

.quiz--answers .quiz__poll .quiz-answer label {
  width: 106px;
}

@media (max-width: 991px) {
  .quiz--answers .quiz__poll .quiz-answer label {
    width: 95px;
  }
}

.quiz--answers .quiz__step.active + .quiz__step.active {
  padding-top: 30px;
}

.quiz--answers .quiz__share {
  padding-top: 8px;
}

.quiz--answers .quiz__share .quiz-share label {
  font-size: 12px;
  width: 106px;
}

@media (max-width: 991px) {
  .quiz--answers .quiz__share .quiz-share label {
    width: 95px;
  }
}

.quiz__step {
  display: none;
  visibility: hidden;
}

.quiz__step.active {
  display: block;
  visibility: visible;
}

.quiz__step.active + .quiz__step.active {
  border-top: 1px solid #E0E0E0;
  padding-top: 25px;
}

.quiz__number {
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 16px;
}

.quiz__title h1, .quiz__title h2, .quiz__title h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.quiz__question {
  margin-bottom: 34px;
  line-height: 1.68;
}

.quiz__poll .radio {
  margin-bottom: 15px;
}

.quiz__poll .radio .fake-label .fake-radio {
  margin-top: 13px;
}

.quiz__poll .form-group .check-style {
  display: inline-block;
}

.quiz__poll .form-group .form-control {
  display: inline-block;
  width: auto;
  min-width: 200px;
}

@media (max-width: 991px) {
  .quiz__poll .form-group .form-control {
    min-width: 320px;
  }
}

@media (max-width: 767px) {
  .quiz__poll .form-group .form-control {
    min-width: 100px;
  }
}

.quiz__poll .quiz-answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 12px;
  /*
			@include iphone5('max'){
				flex-direction: column;
				.progress{
					flex: 0 0 32px;
				}
			}
			*/
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.quiz__poll .quiz-answer label {
  display: inline-block;
  width: 120px;
  padding-right: 30px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 32px;
  font-weight: normal;
}

.quiz__poll .quiz-answer .progress {
  height: 32px;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  background-color: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.quiz__poll .quiz-answer .progress .progress-bar {
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  text-align: left;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 359px) {
  .quiz__poll .quiz-answer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quiz__poll .quiz-answer .progress {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
  }
}

.lt-ie9 .quiz__poll .quiz-answer label {
  float: left;
}

.lt-ie9 .quiz__poll .quiz-answer::after {
  content: "";
  display: table;
  clear: both;
}

.quiz__buttons {
  margin-top: 28px;
  margin-bottom: 0;
}

.quiz__buttons a, .quiz__buttons button {
  display: block;
  width: 100%;
  max-width: 262px;
}

.quiz__status {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}

.quiz__status .line {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 30px;
  height: 3px;
  background-color: #C6B19F;
}

.quiz__share .quiz-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*
			@include iphone5('max'){
				flex-direction: column;
			}
			*/
}

.quiz__share .quiz-share label {
  display: inline-block;
  width: 120px;
  padding-right: 30px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
}

.quiz__share .quiz-share .simple-links a {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 32px;
}

.quiz__share .quiz-share .simple-links ul li {
  margin-right: 12px;
}

.quiz__share .quiz-share .simple-links ul li:last-of-type {
  margin-right: 0;
}

@media (max-width: 991px) {
  .quiz__share .quiz-share .simple-links ul li {
    margin-bottom: 15px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 359px) {
  .quiz__share .quiz-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 991px) {
  .b-subscribe {
    padding-top: 5px;
  }
}

@media (max-width: 991px) {
  .b-subscribe .block-title {
    font-size: 20px;
  }
  .b-subscribe .block-title.mob-mb {
    margin-bottom: 8px;
  }
}

.b-subscribe > .flex-row:first-of-type {
  margin-bottom: 34px;
}

.b-subscribe .row {
  margin-left: -12px;
  margin-right: -12px;
}

.b-subscribe .row .col-md-6, .b-subscribe .row .col {
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 991px) {
  .b-subscribe .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .b-subscribe .row .col-md-6, .b-subscribe .row .col {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.b-subscribe .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

@media (max-width: 991px) {
  .b-subscribe .flex-row.only-desktop {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 1279px) {
  .b-subscribe .flex-row.only-desktop .big-check__text {
    font-size: 13px;
  }
}

@media (max-width: 1279px) {
  .b-subscribe .flex-row.only-desktop .big-check__content {
    padding: 30px 5px;
  }
}

.b-subscribe .flex-row .cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  width: 33.3333%;
  max-width: 33.3333%;
  padding: 5px 10px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.b-subscribe .flex-row .cell strong {
  display: block;
  padding: 6px 0 12px 0;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 991px) {
  .b-subscribe .flex-row .cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.lt-ie9 .b-subscribe .flex-row .cell {
  display: table-cell;
}

.lt-ie9 .b-subscribe .flex-row {
  display: table;
  width: 100%;
}

.b-subscribe .para-accent.para-accent--small {
  padding: 16px 24px 7px 24px;
  margin-bottom: 0;
}

.b-subscribe .simple-tabs.simple-tabs--mobile {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .b-subscribe .simple-tabs.simple-tabs--mobile {
    display: none;
    visibility: hidden;
  }
}

.b-subscribe .tab-content + .block-title {
  margin-top: 38px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .b-subscribe .tab-content {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 991px) {
  .b-subscribe .tab-content {
    padding-top: 14px;
    margin-bottom: 30px;
  }
}

.b-subscribe .input-box {
  margin-top: 30px;
}

.b-subscribe .input-box h3, .b-subscribe .input-box .block-title {
  margin-bottom: 32px;
  margin-bottom: 24px;
}

.b-subscribe .input-box small {
  display: block;
  color: #BDBDBD;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 42px;
}

.b-subscribe .input-box + hr {
  margin-top: 38px;
}

@media (max-width: 991px) {
  .b-subscribe .input-box .check-style.check-style-agree {
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .b-subscribe .input-box .check-style.radio-inline {
    display: block;
  }
  .b-subscribe .input-box .radio-inline + .radio-inline, .b-subscribe .input-box .checkbox-inline + .checkbox-inline {
    margin-left: 0;
  }
  .b-subscribe .input-box .form-inputs + small {
    margin-top: -15px;
  }
  .b-subscribe .input-box + hr {
    display: none;
  }
}

.b-subscribe .form-group label {
  font-size: 16px;
}

.b-subscribe .form-group + .btn {
  margin-top: 30px;
}

.b-subscribe .form-inputs {
  margin-bottom: 4px;
}

@media (max-width: 991px) {
  .b-subscribe .form-inputs .col-xs-6 {
    padding-right: 8px;
  }
  .b-subscribe .form-inputs .col-xs-6 + .col-xs-6 {
    padding-left: 8px;
  }
}

.b-subscribe .input-group.decor {
  width: 100%;
}

.b-subscribe .radio-inline {
  margin-bottom: 15px;
}

.b-subscribe .radio {
  margin-bottom: 23px;
}

.b-subscribe button[type=submit] {
  display: block;
  max-width: 240px;
  width: 100%;
}

@media (min-width: 992px) {
  .b-subscribe button[type=submit] {
    line-height: 34px !important;
  }
}

@media (max-width: 991px) {
  .b-subscribe button[type=submit] {
    max-width: 100%;
    line-height: 20px !important;
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
}

.b-subscribe .tar button[type=submit] {
  margin-left: auto;
}

@media (max-width: 991px) {
  .b-subscribe .tar button[type=submit] {
    margin-left: 0;
    display: block;
    width: 100%;
  }
}

.big-check {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.68;
  font-weight: bold;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.big-check + .big-check {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .big-check + .big-check {
    margin-top: 16px;
  }
}

@media (max-width: 991px) {
  .big-check.hasimage .check {
    top: 15px;
    margin-top: 0;
  }
}

.big-check.hasimage .big-check__content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 992px) {
  .big-check.hasimage .big-check__content {
    padding: 49px 25px 21px 25px;
  }
}

.big-check.hasimage .big-check__text {
  font-size: 16px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .big-check.hasimage .big-check__text {
    padding-left: 20px;
  }
}

.big-check input {
  position: absolute;
  top: 0;
  right: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  border: none;
  visibility: hidden;
}

.big-check input:checked + .big-check__content {
  color: #fff;
  background-color: #C6B19F;
}

.big-check input:checked + .big-check__content:hover .check, .big-check input:checked + .big-check__content:focus .check, .big-check input:checked + .big-check__content:active .check {
  opacity: .5;
  color: #fff;
}

.big-check input:checked + .big-check__content .check {
  opacity: 1;
}

.big-check input:checked + .big-check__content .big-check__img:after {
  opacity: 1;
}

.big-check input:disabled + .big-check__content {
  color: #BDBDBD;
  background-color: #F5F5F5;
}

.big-check input:disabled + .big-check__content:hover .check, .big-check input:disabled + .big-check__content:focus .check, .big-check input:disabled + .big-check__content:active .check {
  opacity: 0;
  color: #fff;
}

.big-check input:disabled + .big-check__content .check {
  opacity: 0;
}

.big-check__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 30px 10px;
  width: 100%;
  text-align: center;
  background-color: #FCF7F1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.big-check__content:hover .check, .big-check__content:focus .check, .big-check__content:active .check {
  opacity: 1;
  color: #C6B19F;
}

@media (max-width: 991px) {
  .big-check__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 16px;
  }
  .big-check__content .big-check__img {
    max-width: 60px;
    width: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  .big-check__content .big-check__img img {
    margin-bottom: 0;
  }
  .big-check__content .big-check__img + .big-check__text {
    text-align: left;
  }
}

.lt-ie9 .big-check__content {
  display: block;
  height: auto;
  min-height: 128px;
}

.big-check .check {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0;
  display: inline-block;
  width: 18px;
  height: 14px;
  color: #fff;
  font-size: 0;
  -webkit-transition: opacity 300ms ease, color 300ms ease;
  -o-transition: opacity 300ms ease, color 300ms ease;
  -moz-transition: opacity 300ms ease, color 300ms ease;
  transition: opacity 300ms ease, color 300ms ease;
}

@media (max-width: 991px) {
  .big-check .check {
    top: 50%;
    margin-top: -7px;
  }
}

.big-check__img {
  position: relative;
  display: inline-block;
  max-width: 155px;
  margin-bottom: 20px;
}

.big-check__img:after {
  content: '';
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #fff;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.big-check__img img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .big-check__img img {
    width: 60px;
  }
}

@media (max-width: 991px) {
  .big-check__img {
    margin-bottom: 0;
  }
}

.big-check__text {
  font-size: 14px;
  line-height: 1.6;
  max-width: 100%;
}

.big-check__text .subtext {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.68;
  font-weight: normal;
}

@media (max-width: 991px) {
  .big-check__text .subtext {
    position: relative;
    display: block;
    text-align: center;
  }
  .big-check__text .subtext:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -3px;
    margin-left: -28px;
    width: 56px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.lt-ie9 .big-check {
  display: block;
  height: auto;
  min-height: 128px;
}

@media (max-width: 991px) {
  .big-check {
    font-size: 16px;
  }
}

.check-table {
  /*
	.row{
		.col{
			.big-check{
				&__content{
					padding: 20px;
				}
			}
		}
	}
	*/
}

.check-table .flex-row .cell:first-of-type .big-check {
  pointer-events: none;
}

.check-table .flex-row .cell:first-of-type .big-check__content {
  padding-left: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left !important;
  background: none !important;
}

.check-table .flex-row .cell .big-check__content {
  padding: 20px 20px 24px 20px;
}

@media (max-width: 991px) {
  .check-table .flex-row .cell:first-of-type {
    display: none;
    visibility: hidden;
  }
}

.check-table .point-title {
  font-size: 14px;
  line-height: 32px;
}

.check-table .point-check {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  color: #C6B19F;
  text-align: center;
}

.check-table .point-check sup {
  position: absolute;
  top: 8px;
  right: -8px;
  margin: 0;
  color: #000;
  font-size: 14px;
}

.check-table__head {
  /*
		.row{
			.col{
				&:first-of-type{
					font-size: 16px;
					line-height: 1.5;
					font-weight: bold;
					.big-check{
						&__content{
							text-align: left !important;
							background: none !important;
						}
					}
				}
			}
		}
		*/
}

.check-table__head .flex-row.x4 .cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 26%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
  width: 26%;
  max-width: 26%;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.check-table__head .flex-row.x4 .cell:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  width: 22%;
  max-width: 22%;
}

@media (max-width: 991px) {
  .check-table__head .flex-row.x4 .cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.lt-ie9 .check-table__head .flex-row.x4 .cell {
  display: table-cell;
}

.check-table__head .flex-row.x4 .cell .big-check {
  font-size: 16px;
}

.check-table__head .flex-row.x4 .cell .big-check__content {
  padding-top: 5px;
  padding-bottom: 8px;
}

@media (max-width: 1279px) {
  .check-table__head .flex-row.x4 .cell .big-check__content {
    padding-top: 34px;
    padding-bottom: 14px;
  }
}

@media (max-width: 991px) {
  .check-table__head .flex-row.x4 .cell .big-check__content {
    padding-top: 18px;
    padding-bottom: 24px;
  }
}

.check-table__head .flex-row.x4 .cell .big-check__text {
  font-size: 16px;
}

@media (max-width: 1279px) {
  .check-table__head .flex-row.x4 .cell .big-check__text {
    font-size: 14px;
  }
}

.check-table__head .flex-row .cell {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .check-table__head .flex-row .cell {
    margin-bottom: 16px;
  }
}

.check-table__body {
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .check-table__body {
    display: none;
    visibility: hidden;
  }
}

.check-table__body + small {
  margin-top: 6px;
}

.check-table__body .flex-row {
  position: relative;
}

.check-table__body .flex-row:after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  border-bottom: 1px solid #E0E0E0;
}

.check-table__body .flex-row.x4 .cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 26%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
  width: 26%;
  max-width: 26%;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.check-table__body .flex-row.x4 .cell:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  width: 22%;
  max-width: 22%;
}

@media (max-width: 991px) {
  .check-table__body .flex-row.x4 .cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.lt-ie9 .check-table__body .flex-row.x4 .cell {
  display: table-cell;
}

.check-table__body .flex-row.x4 .cell .big-check {
  font-size: 16px;
}

.check-table__body .flex-row .cell {
  padding: 0;
}

.check-table__body .flex-row .cell:first-of-type .box {
  margin-left: 0;
  padding-left: 10px;
}

.check-table__body .flex-row .cell .box {
  padding: 18px 10px;
  margin: 0 10px;
}

@media (max-width: 1279px) {
  .check-table__body .flex-row .cell .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .check-table__body .flex-row .cell .box .point-check {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.check-table__body.mod-type1 .flex-row .cell:nth-of-type(2) .box {
  background-color: #FEFBF8;
}

.check-table__body.mod-type1.disabled .flex-row .cell:nth-of-type(2) .box {
  background: none;
}

.check-table__body.mod-type1.disabled .flex-row .cell:nth-of-type(2) .box .point-check {
  color: #BDBDBD;
}

.check-table__body.mod-type2 .flex-row .cell:nth-of-type(3) .box {
  background-color: #FEFBF8;
}

.check-table__body.mod-type2.disabled .flex-row .cell:nth-of-type(3) .box {
  background: none;
}

.check-table__body.mod-type2.disabled .flex-row .cell:nth-of-type(3) .box .point-check {
  color: #BDBDBD;
}

.check-table__body.mod-type3 .flex-row .cell:nth-of-type(4) .box {
  background-color: #FEFBF8;
}

.check-table__body.mod-type3.disabled .flex-row .cell:nth-of-type(4) .box {
  background: none;
}

.check-table__body.mod-type3.disabled .flex-row .cell:nth-of-type(4) .box .point-check {
  color: #BDBDBD;
}

.check-table__body + small {
  display: block;
  color: #BDBDBD;
  font-size: 13px;
  line-height: 1.5;
}

.b-book {
  position: relative;
  padding-top: 36px;
  min-height: 414px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}

@media (max-width: 991px) {
  .b-book {
    padding-top: 16px;
    padding-bottom: 25px;
    background: none !important;
  }
  .b-book .container {
    position: relative;
    z-index: 5;
  }
}

.b-book .breadcrumb-style > .active {
  color: #fff;
}

.b-book .breadcrumb-style a, .b-book .breadcrumb-style span {
  color: #fff;
}

.b-book .desktop-img, .b-book .mobile-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.b-book .desktop-img img, .b-book .mobile-img img {
  display: block;
  height: auto;
  min-height: 210px;
}

.b-book .desktop-img {
  background-color: #A6A6A6;
}

@media (max-width: 991px) {
  .b-book .desktop-img {
    display: none;
    visibility: hidden;
  }
}

.b-book .desktop-img img {
  max-width: 100%;
}

.b-book .mobile-img {
  overflow: hidden;
  height: 210px;
  background-color: #A6A6A6;
}

@media (min-width: 992px) {
  .b-book .mobile-img {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  .b-book .mobile-img img {
    -webkit-transform: translateX(-25%);
       -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
         -o-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

@media (max-width: 490px) {
  .b-book .mobile-img img {
    -webkit-transform: translateX(-30%);
       -moz-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
         -o-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}

@media (max-width: 430px) {
  .b-book .mobile-img img {
    -webkit-transform: translateX(-40%);
       -moz-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
         -o-transform: translateX(-40%);
            transform: translateX(-40%);
  }
}

.b-book .mobile-img img {
  max-width: 1000px;
  width: 1000px;
}

.b-book h1, .b-book .h1 {
  margin-top: 10px;
}

.b-book .book-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 40px;
  /*
	.lt-ie9 &, .flexboxtweener &{
		@content;
	}
	*/
}

.b-book .book-box__img {
  padding-top: 5px;
}

.b-book .book-box__img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.b-book .book-box__info {
  padding-left: 35px;
  max-width: 650px;
}

.b-book .book-box__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

.b-book .book-box__desc {
  font-size: 14px;
  line-height: 1.68;
  margin-bottom: 15px;
}

.b-book .book-box__bottom {
  height: 48px;
}

.b-book .book-box__bottom::after {
  content: "";
  display: table;
  clear: both;
}

.b-book .book-box__price {
  float: left;
  font-family: "PT Serif", serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 48px;
  padding-right: 25px;
}

@media (max-width: 991px) {
  .b-book .book-box__price.desktop-only {
    display: none;
    visibility: hidden;
  }
}

.b-book .book-box__price.mobile-only {
  font-size: 16px;
  margin-left: 15px;
}

@media (min-width: 992px) {
  .b-book .book-box__price.mobile-only {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 991px) {
  .b-book .book-box__price.mobile-only {
    margin-left: 0;
  }
}

.b-book .book-box__button .btn {
  display: inline-block;
  max-width: 160px;
  width: 100%;
}

.b-book .book-box__button .btn + .btn {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .b-book .book-box__button .btn {
    max-width: 156px;
  }
}

@media screen and (max-width: 320px) {
  .b-book .book-box__button .btn {
    margin-bottom: 15px;
    max-width: 100%;
  }
  .b-book .book-box__button .btn + .btn {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .b-book .book-box {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
       -moz-box-orient: unset;
       -moz-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    margin-top: 55px;
  }
  .b-book .book-box .book-box__img {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .b-book .book-box .book-box__img img {
    margin-left: auto;
    margin-right: auto;
    max-width: 142px;
  }
  .b-book .book-box .book-box__info {
    color: #333;
    padding-left: 0;
  }
  .b-book .book-box .book-box__title {
    font-size: 20px;
    text-align: center;
  }
  .b-book .book-box .book-box__desc {
    line-height: 1.78;
  }
  .b-book .book-box .book-box__bottom {
    padding-top: 15px;
    height: auto;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  .b-book .book-box .book-box__price {
    float: none;
    font-family: "Noto Sans", Roboto, "Helvetica Neue", Arial;
  }
  .b-book .book-box .book-box__button {
    text-align: center;
  }
}

.lt-ie9 .b-book .book-box {
  display: block;
}

.lt-ie9 .b-book .book-box__img {
  float: left;
  width: 160px;
  min-height: 230px;
}

.lt-ie9 .b-book .book-box__info {
  float: left;
}

.b-bullets {
  position: relative;
  padding-top: 30px;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .b-bullets {
    overflow: hidden;
    padding-top: 15px;
    background-color: #FCF7F1;
  }
}

.b-bullets:before {
  content: '';
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  height: 530px;
  background-color: #FCF7F1;
}

@media (max-width: 991px) {
  .b-bullets:before {
    content: none;
    display: none;
  }
}

.b-bullets .rotate-carret {
  position: relative;
  border-top: 1px solid #ECECEC;
}

.b-bullets .rotate-carret:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border: none;
  width: 10px;
  height: 7px;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjE3NSAwLjE1ODEzMUwtMi4xODU1N2UtMDcgMS4zMzMxM0w1IDYuMzMzMTNMMTAgMS4zMzMxM0w4LjgyNSAwLjE1ODEzMUw1IDMuOTc0OEwxLjE3NSAwLjE1ODEzMVoiIGZpbGw9IiM4MjgyODIiLz4KPC9zdmc+Cg==");
  -webkit-background-size: 10px 7px;
     -moz-background-size: 10px 7px;
          background-size: 10px 7px;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: -o-transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out, -moz-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out, -moz-transform 300ms ease-out, -o-transform 300ms ease-out;
}

.b-bullets .rotate-carret:not(.collapsed):after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 991px) {
  .b-bullets .rotate-carret {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 18px;
    font-size: 16px;
  }
}

.b-bullets .container {
  position: relative;
  z-index: 5;
}

.b-bullets .container .tac {
  text-align: center;
}

.b-bullets .container .tac h2 {
  position: relative;
  display: inline-block;
  font-family: "PT Serif", serif;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 40px;
}

.b-bullets .container .tac h2 .arrow {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 30px;
  height: 35px;
}

.b-bullets .container .tac h2 .arrow + .arrow {
  left: auto;
  right: -100px;
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (max-width: 991px) {
  .b-bullets .container .tac h2 .arrow {
    display: none;
  }
}

.b-bullets .container .tac h3 {
  font-size: 24px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .b-bullets .container .tac {
    text-align: left;
  }
  .b-bullets .container .tac h2 {
    display: block;
    margin: 20px 0;
    font-size: 28px;
    text-align: center;
  }
  .b-bullets .container .tac h3 {
    font-size: 16px;
  }
}

.b-bullets .bullets {
  position: relative;
  padding-top: 20px;
  padding-bottom: 16px;
}

@media (max-width: 991px) {
  .b-bullets .bullets {
    padding-top: 8px;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .b-bullets .bullets.md-pt0 {
    padding-top: 0;
  }
}

.b-bullets .bullets .row {
  margin-left: -10px;
  margin-right: -10px;
}

.b-bullets .bullets .row .col {
  padding-left: 10px;
  padding-right: 10px;
}

.b-bullets .bullets + p {
  position: relative;
  z-index: 5;
  margin-bottom: 35px;
}

.b-bullets .bullets + p small {
  color: #767676;
  font-size: 12px;
}

@media (max-width: 991px) {
  .b-bullets .bullets + p {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 10px;
  }
  .b-bullets .bullets + p:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: -10px;
    top: 0;
    width: 1000px;
    margin-left: -500px;
    background-color: #fff;
  }
}

.b-bullets .bullet {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  height: 160px;
  margin-bottom: 24px;
}

.b-bullets .bullet__decor {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.b-bullets .bullet__decor img {
  display: block;
  max-width: 100%;
  height: auto;
}

.b-bullets .bullet__info {
  position: relative;
  z-index: 5;
}

.b-bullets .bullet__img {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
}

.b-bullets .bullet__img img {
  display: inline-block;
}

.b-bullets .bullet__text p {
  font-size: 14px;
  line-height: 1.68;
}

.b-bullets .bullet__text p:last-fo-type {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .b-bullets .bullet {
    height: auto;
  }
}

.b-bullets .no-flexbox .bullet, .no-flexboxlegacy .b-bullets .bullet {
  padding: 29px 24px;
}

.b-bullets .no-flexbox .bullet__img, .no-flexboxlegacy .b-bullets .bullet__img {
  left: 0;
  top: 10px;
}

.b-bullets .no-flexbox .bullet__text, .no-flexboxlegacy .b-bullets .bullet__text {
  padding-left: 82px;
}

.b-bullets .flexbox .bullet, .flexboxlegacy .b-bullets .bullet {
  padding: 5px 24px;
}

.b-bullets .flexbox .bullet__img, .flexboxlegacy .b-bullets .bullet__img {
  left: 0;
  top: 40px;
}

.b-bullets .flexbox .bullet__text, .flexboxlegacy .b-bullets .bullet__text {
  padding-left: 74px;
}

.b-bullets .flexbox .bullet__info, .flexboxlegacy .b-bullets .bullet__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
}

@media (max-width: 991px) {
  .b-bullets .flexbox .bullet, .flexboxlegacy .b-bullets .bullet {
    padding: 15px;
  }
  .b-bullets .flexbox .bullet .bullet__img, .flexboxlegacy .b-bullets .bullet .bullet__img {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    width: 100%;
    text-align: left;
  }
  .b-bullets .flexbox .bullet .bullet__img img, .flexboxlegacy .b-bullets .bullet .bullet__img img {
    margin: 0;
  }
  .b-bullets .flexbox .bullet .bullet__info, .flexboxlegacy .b-bullets .bullet .bullet__info {
    height: auto;
  }
  .b-bullets .flexbox .bullet .bullet__text, .flexboxlegacy .b-bullets .bullet .bullet__text {
    padding-left: 0;
  }
}

.b-book-otziv {
  position: relative;
  padding: 0 0 90px 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

@media (max-width: 991px) {
  .b-book-otziv {
    padding-bottom: 50px;
  }
}

.b-book-otziv .otziv-box {
  padding: 28px 0;
  background-color: #FCF7F1;
}

@media (max-width: 991px) {
  .b-book-otziv .otziv-box {
    padding-bottom: 34px;
  }
}

.b-book-otziv .block-title {
  padding-left: 32px;
  padding-right: 32px;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 991px) {
  .b-book-otziv .block-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
  }
}

.b-book-otziv .slider {
  padding-top: 15px;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 15px;
}

@media (max-width: 1279px) {
  .b-book-otziv .slider {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .b-book-otziv .slider {
    padding-left: 0;
    padding-right: 0;
  }
}

.b-book-otziv .double-slider {
  /*
		//.slick-prev, .slick-next
		.slick-prev, .slick-next{
			position: absolute;
			z-index: 5;
			top: 50%;
			width: 60px;
			height: 60px;
			text-align: center;
			font-family: $ff-fontawesome5;
			color: $a2;
			font-size: 0;
			line-height: 60px;
			background-color: transparent;
			border: 1px solid rgba($a2, .5);
			//box-shadow: 0 1px 20px $black_10;
			@include bgc-color-trans;
			@include link_ha{
				color: $white;
				background-color: $a2;
				border: 1px solid $a2;
			}
			@include link_f{
				color: $a2;
				background-color: $white;
				border: 1px solid $a2;
			}
			&:before{
				color: inherit;
				line-height: inherit;
				font-size: 30px;
			}
			//lg
			@include lg{
				width: 36px;
				height: 36px;
				line-height: 36px;
				&:before{
					font-size: 16px;
				}
			}
		}
		.slick-prev{
			left: -70px;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
			&:before{
				content: "\f177";
			}
			//lg
			@include lg{
				left: -50px;
			}
		}
		.slick-next{
			right: -70px;
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
			&:before{
				content: "\f178";
			}
			//lg
			@include lg{
				right: -50px;
			}
		}
		.slick-prev, .slick-next{
			@include link_ha{
				color: $white;
				background-color: $a1;
				border: 1px solid $a1;
			}
		}
		*/
}

@media (max-width: 991px) {
  .b-book-otziv .double-slider.slick-dotted.slick-slider {
    padding-bottom: 15px;
  }
}

.b-book-otziv .double-slider .slide-page {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 1279px) {
  .b-book-otziv .double-slider .slide-page {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .b-book-otziv .double-slider .slide-page {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.b-book-otziv .double-slider .slide-page p {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.68;
}

.b-book-otziv .double-slider .person {
  max-width: 230px;
}

@media (max-width: 991px) {
  .b-book-otziv .double-slider .person {
    margin-left: auto;
    margin-right: auto;
  }
}

.b-book-otziv .double-slider .person .person__img {
  padding-bottom: 15px;
}

.b-book-otziv .double-slider .person .person__img img {
  display: block;
  max-width: 100%;
  width: auto;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.b-book-otziv .double-slider .person .person__img img.loaded {
  height: auto;
}

@media (max-width: 991px) {
  .b-book-otziv .double-slider .person .person__img {
    text-align: center;
  }
  .b-book-otziv .double-slider .person .person__img img {
    display: inline-block;
  }
}

.b-book-otziv .double-slider .person .person__name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 1279px) {
  .b-book-otziv .double-slider .person .person__name {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .b-book-otziv .double-slider .person .person__name {
    text-align: center;
  }
}

.b-book-otziv .double-slider .person .person__text {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1279px) {
  .b-book-otziv .double-slider .person .person__text {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .b-book-otziv .double-slider .person .person__text {
    text-align: center;
  }
}

.b-book-otziv .double-slider .slick-prev, .b-book-otziv .double-slider .slick-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -28px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  color: #C6B19F;
  font-size: 0;
  line-height: 48px;
  background-color: transparent;
  border: 1px solid rgba(198, 177, 159, 0.5);
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}

.b-book-otziv .double-slider .slick-prev:hover, .b-book-otziv .double-slider .slick-prev:active, .b-book-otziv .double-slider .slick-next:hover, .b-book-otziv .double-slider .slick-next:active {
  color: #fff;
  background-color: #C6B19F;
  border: 1px solid #C6B19F;
}

.b-book-otziv .double-slider .slick-prev:hover:active, .b-book-otziv .double-slider .slick-next:hover:active {
  color: #fff;
  background-color: #C6B19F;
  border: 1px solid #C6B19F;
}

.b-book-otziv .double-slider .slick-prev:focus, .b-book-otziv .double-slider .slick-next:focus {
  color: #C6B19F;
  background-color: #fff;
  border: 1px solid #C6B19F;
}

.b-book-otziv .double-slider .slick-prev:before, .b-book-otziv .double-slider .slick-next:before {
  color: inherit;
  line-height: inherit;
  font-size: 18px;
  opacity: 1;
}

@media (max-width: 1279px) {
  .b-book-otziv .double-slider .slick-prev, .b-book-otziv .double-slider .slick-next {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .b-book-otziv .double-slider .slick-prev:before, .b-book-otziv .double-slider .slick-next:before {
    font-size: 16px;
  }
}

.b-book-otziv .double-slider .slick-prev {
  left: -55px;
  border-left: transparent;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}

.b-book-otziv .double-slider .slick-prev:before {
  content: "\f060";
}

@media (max-width: 1279px) {
  .b-book-otziv .double-slider .slick-prev {
    left: -50px;
  }
}

.b-book-otziv .double-slider .slick-next {
  right: -55px;
  border-right: transparent;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}

.b-book-otziv .double-slider .slick-next:before {
  content: "\f061";
}

@media (max-width: 1279px) {
  .b-book-otziv .double-slider .slick-next {
    right: -50px;
  }
}

.b-book-otziv .double-slider .slick-prev:hover, .b-book-otziv .double-slider .slick-prev:active, .b-book-otziv .double-slider .slick-next:hover, .b-book-otziv .double-slider .slick-next:active {
  color: #fff;
  background-color: #BA2E3A;
  border: 1px solid #BA2E3A;
}

.b-book-otziv .double-slider .slick-prev:hover:active, .b-book-otziv .double-slider .slick-next:hover:active {
  color: #fff;
  background-color: #BA2E3A;
  border: 1px solid #BA2E3A;
}

.b-book-otziv .double-slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background-color: rgba(198, 177, 159, 0.5);
  border: none;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.b-book-otziv .double-slider .slick-dots li:hover {
  background-color: #C6B19F;
}

.b-book-otziv .double-slider .slick-dots li.slick-active {
  background-color: #C6B19F;
}

.b-book-otziv .double-slider .slick-dots li img, .b-book-otziv .double-slider .slick-dots li span {
  display: none;
}

.b-book-otziv .double-slider .slick-dots li button:before {
  content: none;
}

@media (max-width: 1068px) {
  .b-book-otziv .double-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}

@media (max-width: 991px) {
  .b-book-otziv .double-slider .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 2px;
  }
}
/*# sourceMappingURL=main.css.map */