/* Uncomment and set these variables to customize the grid. */
/*.faq_teaser{
	& + .faq_teaser{
		margin-top:20px;
	}
}

.faq_q{
	position:relative;
	margin:0 0 10px 0;
	padding:10px 40px 10px 40px;
	background:@color;
	color:#fff;
	cursor:pointer;
	&:before{
		content: '?';
		font-size: 40px;
		line-height: 1;
		font-weight: 700;
		color: #fff;
		position: absolute;
		left: 10px;
		top: 2px;
		font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	}
	&:after{
		content: '';
		position: absolute;
		right: 10px;
		top: 12px;
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #fff;
		clear: both;
		
	}
	.active > &{
		&:after{
			right:15px;
			.rotate(90deg);
		}
	}
}
.faq_a{
	display:none;
	.active > &{
		display:block;
	}
}*/
/* Swiper 6.4.8 */
/* Fix iOS */
/* Buttons */
/* Fix IE11 */
/* Close button on the top right corner of html content */
/* Navigation arrows */
/* Caption */
/* Loading indicator */
/* Transition effects */
/* transitionEffect: slide */
/* transitionEffect: fade */
/* transitionEffect: zoom-in-out */
/* transitionEffect: rotate */
/* transitionEffect: circular */
/* transitionEffect: tube */
/* Styling for Small-Screen Devices */
/* Share */
/* Thumbs */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic&display=swap');
.row,
.formRow {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.formSpan3,
.formSpan4,
.formSpan6,
.formSpan12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12,
.formSpan12,
.formSpan6,
.formSpan3,
.formSpan4 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .formSpan3,
  .col-lg-4,
  .formSpan4,
  .col-lg-5,
  .col-lg-6,
  .formSpan6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .formSpan12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-20 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-lg-3,
  .formSpan3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4,
  .formSpan4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6,
  .formSpan6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12,
  .formSpan12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.ffpts {
  font-family: 'PT Sans', sans-serif;
}
.header {
  position: relative;
  z-index: 99;
  margin: 0 0 20px 0;
  background: #fff;
  box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.35);
}
.showcaseactive .header {
  margin: 0;
}
.headercontent {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbtn {
  position: absolute;
  z-index: 100;
  top: 8px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/icomenu.svg) 50% 50% no-repeat #1E69B8;
  background-size: 26px auto;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.navactive .navbtn {
  background: url(../images/icoclose.svg) 50% 50% no-repeat #1E69B8;
  background-size: 20px auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mcallback {
  position: absolute;
  top: 4px;
  right: 60px;
  background-size: 26px auto;
  line-height: 22px;
}
.mcallback .btncallback {
  color: #1E69B8;
  border-bottom: 1px dashed #1E69B8;
  text-decoration: none;
  letter-spacing: 1px;
}
.mcallback .phonelink {
  color: #333;
  font-weight: 600;
  border: none;
  text-decoration: none;
}
.adresswrap,
.phoneswrap {
  display: none;
}
@media only screen and (min-width: 75em) {
  .adresswrap {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 30px;
    margin: 0 40px 0 0;
    text-align: left;
    background: url(../images/ico_location.svg) 0% 0% no-repeat;
    background-size: 24px;
  }
  .phoneswrap {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 33px;
    margin: 0 40px 0 0;
    text-align: left;
    background: url(../images/ico_phone.svg) 0% 0% no-repeat;
    background-size: 24px;
  }
  .phoneswrap .phonelink {
    display: inline-block;
    padding: 0;
    background: none;
    color: #2a3d4f;
    text-decoration: none;
    border-bottom: 1px dashed #2a3d4f;
    line-height: 1;
  }
  .phoneswrap .phonelink:before {
    display: none;
  }
}
.topnavwrap {
  display: none;
  background: #1E69B8;
}
.topnavwrap:before,
.topnavwrap:after {
  display: table;
  content: "";
}
.topnavwrap:after {
  clear: both;
}
.navactive .topnavwrap {
  display: block;
}
.topnav,
.lang-inline {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
}
.topnav li,
.lang-inline li {
  display: block;
  position: relative;
  margin: 15px 0;
  padding: 0;
}
.topnav a,
.topnav span,
.lang-inline a,
.lang-inline span {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.topnav .parent > a,
.topnav .parent > span,
.lang-inline .parent > a,
.lang-inline .parent > span {
  padding-right: 40px;
}
.topnav a:hover,
.topnav .active > a,
.topnav .active > span,
.lang-inline a:hover,
.lang-inline .active > a,
.lang-inline .active > span {
  color: #ccc;
}
.topnav .showmore,
.lang-inline .showmore {
  position: absolute;
  right: 0px;
  top: 0;
  width: 26px;
  height: 26px;
  background: url(../images/ico_plus_w.svg) 50% 50% / contain no-repeat;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.topnav ul,
.lang-inline ul {
  display: none;
  padding: 0 0 0 10px;
  text-transform: none;
}
.topnav .active > ul,
.lang-inline .active > ul {
  display: block;
}
.topnav .active > .showmore,
.lang-inline .active > .showmore {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lang-inline li {
  margin: 0;
}
@media only screen and (min-width: 75em) {
  .topnavwrap {
    display: block;
  }
  .topnav,
  .lang-inline {
    display: table;
    margin: 0;
    font-size: 16px;
    width: auto;
    text-align: center;
  }
  .topnav ul,
  .topnav .active > ul,
  .lang-inline ul,
  .lang-inline .active > ul {
    display: none;
  }
  .topnav li,
  .lang-inline li {
    display: table-cell;
    margin: 0;
  }
  .topnav a,
  .topnav span,
  .lang-inline a,
  .lang-inline span {
    padding: 10px 30px;
  }
  .topnav a:hover,
  .topnav .active > a,
  .topnav .active > span,
  .lang-inline a:hover,
  .lang-inline .active > a,
  .lang-inline .active > span {
    background: #2a2a6a;
    color: #fff;
  }
  .topnav li.parent,
  .lang-inline li.parent {
    position: relative;
  }
  .topnav li.parent:before,
  .lang-inline li.parent:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(../images/ico_right_w.svg) 50% 50% / contain no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .topnav li.parent li.parent:before,
  .lang-inline li.parent li.parent:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .topnav li.parent:hover,
  .lang-inline li.parent:hover {
    background: #2a2a6a;
  }
  .topnav li.parent:hover > ul,
  .lang-inline li.parent:hover > ul {
    display: block;
  }
  .topnav li.parent > ul,
  .lang-inline li.parent > ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    background: #2a2a6a;
    width: 100%;
    min-width: 250px;
    text-align: left;
    text-transform: none;
  }
  .topnav li.parent > ul li,
  .lang-inline li.parent > ul li {
    display: block;
    border-top: 1px solid #ccc;
  }
  .topnav li.parent > ul li:hover > a,
  .topnav li.parent > ul .active > a,
  .topnav li.parent > ul .active > span,
  .lang-inline li.parent > ul li:hover > a,
  .lang-inline li.parent > ul .active > a,
  .lang-inline li.parent > ul .active > span {
    background: #1e69b8;
    color: #fff;
  }
  .topnav li.parent > ul ul,
  .lang-inline li.parent > ul ul {
    left: 100%;
    top: -1px;
    background: #1e69b8;
  }
  .topnav li.parent > ul ul a:hover,
  .topnav li.parent > ul ul .active > a,
  .topnav li.parent > ul ul .active > span,
  .lang-inline li.parent > ul ul a:hover,
  .lang-inline li.parent > ul ul .active > a,
  .lang-inline li.parent > ul ul .active > span {
    background: #2a2a6a;
    color: #fff;
  }
  .lang-inline {
    float: right;
  }
}
a {
  color: #1E69B8;
}
a:hover {
  color: #1eadec;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'PT Sans', sans-serif;
  color: #2a3d4f;
  font-size: 16px;
  line-height: 1.5;
}
.container {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 320px;
  padding: 0;
  background: #fff;
}
.nodisplay,
.forpc,
.formHidden {
  display: none;
}
.color {
  color: #1E69B8;
}
.pos_content {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
  color: #333 !important;
  text-decoration: none;
}
.logo img {
  display: block;
  margin: 0 auto;
  min-height: 20px;
  max-height: 30px;
}
@media only screen and (min-width: 75em) {
  .logo img {
    max-height: 50px;
  }
}
.logotext {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.logotext img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  max-width: 40px;
}
.logotext .slogan {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}
@media only screen and (min-width: 75em) {
  .logotext {
    font-size: 29px;
  }
  .logotext img {
    max-width: 200px;
    margin: 0 10px 0 0;
  }
}
.slidehalf_teaser {
  background: #f0f0f0;
}
.slidehalf_teaser .slide_media {
  padding: 50% 0 0 0;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #1E69B8;
}
.slidehalf_teaser .slide_content {
  padding: 20px 0;
}
.slidehalf_teaser .slide_title {
  margin: 0 0 20px 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
.slidehalf_teaser .slide_title span {
  display: inline;
  color: #1E69B8;
}
.slidehalf_teaser .slide_subtitle {
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}
.slidehalf_teaser .slide_subtitle b {
  display: inline;
  background: #1E69B8;
  color: #fff;
}
.slidehalf_teaser .slide_html {
  margin-top: 40px;
}
@media only screen and (min-width: 75em) {
  .slidehalf_teaser {
    position: relative;
    line-height: 500px;
    background: #f0f0f0;
    text-align: center;
  }
  .slidehalf_teaser .slide_media {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 40%;
    min-height: 100%;
    line-height: 1;
  }
  .slidehalf_teaser .slide_content {
    display: inline-block;
    vertical-align: middle;
    padding: 40px 40% 40px 0;
    line-height: 1.2;
    text-align: left;
  }
  .slidehalf_teaser .slide_title {
    margin: 0 0 40px 0;
    font-size: 54px;
  }
  .slidehalf_teaser .slide_subtitle {
    margin: 0 0 40px 0;
  }
}
.moduletable.modgraphic {
  display: none;
  width: 170px;
  padding: 0 0 0 20px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #373737;
}
.moduletable.modphones {
  position: relative;
  width: 370px;
  padding: 0 210px 0 10px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.moduletable.modphones a {
  display: inline-block;
  color: #373737;
  text-decoration: none;
}
.moduletable.modphones .btncallback {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  color: #fff;
}
.phonelink {
  display: inline-block;
  position: relative;
  outline: none;
}
.mapcontent .phonelink,
.ctaprice .phonelink {
  color: #1E69B8;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}
.mcallback .phonelink {
  display: block;
}
.footer .phonelink {
  margin: 0 0 8px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.footer .phonelink ~ br {
  display: none;
}
.ctaprice .phonelink {
  margin: 0 0 10px 0;
}
.modalformwrap .phonelink,
.ctaborder .phonelink {
  font-size: 20px;
  margin: 5px 0;
  color: #1E69B8;
  font-weight: 700;
  text-decoration: none;
}
.modctafooter .phonelink {
  margin: 0 0 10px 0;
  font-size: 22px;
  line-height: 1;
  color: #1E69B8;
  font-weight: 700;
  text-decoration: none;
}
.ctacontent .phonelink {
  display: inline-block;
  margin: 5px 5px;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.btncallback {
  outline: none;
}
.footer {
  margin-top: auto;
  background: #2a3d4f;
  color: #fff;
}
.footer .nav {
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 20px;
  font-weight: 300;
}
.footer .nav li {
  display: block;
  margin: 0;
  padding: 0;
}
.footer .nav li + li {
  margin-top: 10px;
}
.footer .nav ul {
  display: none;
}
.footer .nav a {
  color: #fff;
  text-decoration: none;
}
.footer .nav a:hover {
  color: #1E69B8;
}
.footer a:not(class) {
  color: #fff;
}
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumb .divider {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  padding: 0;
  width: 1px;
  height: 12px;
  background: #a5a5a5;
}
.breadcrumb a {
  color: #a5a5a5;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #1E69B8;
}
.block_title,
.page_title {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  color: #2a3d4f;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
.block_title span,
.page_title span {
  color: #1E69B8;
}
.bgviolet .block_title,
.bgviolet .page_title {
  color: #fff;
}
.footer .block_title,
.footer .page_title {
  color: #fff;
  font-size: 22px;
}
* + .block_title,
* + .page_title {
  margin-top: 20px;
}
.page_title {
  font-size: 34px;
}
.mtop {
  margin-top: 30px;
}
.mbottom {
  margin-bottom: 30px;
}
.ptop {
  padding-top: 30px;
}
.pbottom {
  padding-bottom: 30px;
}
.clearform .formRequired,
.clearform .formValidation,
.clearform .formRed,
.clearform .rsform-block.rsform-block-rsinfo,
.clearform .formDescription {
  display: none;
}
.clearform fieldset {
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
}
.clearform fieldset:before,
.clearform fieldset:after {
  display: table;
  content: "";
}
.clearform fieldset:after {
  clear: both;
}
.clearform .control-label {
  display: block;
  margin: 0 0 5px 0;
}
.clearform .rsform-block {
  float: none;
  margin: 10px 0;
  width: 100%;
}
.clearform .rsform-block:before,
.clearform .rsform-block:after {
  display: table;
  content: "";
}
.clearform .rsform-block:after {
  clear: both;
}
.bigslider {
  min-height: 180px;
}
@media only screen and (min-width: 75em) {
  .bigslider {
    min-height: 500px;
  }
}
.feature_list {
  margin: 0 0 30px 0;
  padding: 0;
}
.feature_list li {
  position: relative;
  display: block;
  vertical-align: top;
  padding: 0 0 0 35px;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}
.feature_list li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../images/ico_check.svg) 50% 50% / contain no-repeat;
}
.landnav {
  display: block;
  margin: 20px 0 15px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.landnav li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px;
}
.landnav a {
  display: block;
  color: #898989;
  text-decoration: none;
  border-bottom: 2px dashed #898989;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.landnav a:hover {
  color: #1eadec;
  border-bottom: 2px solid #1eadec;
}
.prod_teaser {
  position: relative;
  margin: 10px 0;
  background: #fff;
  border: 2px solid #ccc;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: default;
}
.prod_teaser:before,
.prod_teaser:after {
  display: table;
  content: "";
}
.prod_teaser:after {
  clear: both;
}
.prod_teaser .teaser_media {
  display: block;
  padding: 65% 0 0 0;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.prod_teaser .teaser_content {
  padding: 10px;
}
.prod_teaser .teaser_name {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 400;
}
.prod_teaser .teaser_price {
  margin: 0 0 10px 0;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #1E69B8;
}
.prod_teaser > a {
  position: absolute;
  z-index: 2;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  text-indent: -99999px;
}
.prod_teaser .btn {
  position: relative;
  z-index: 3;
  margin: 0 0 10px 0;
}
.prod_teaser:hover {
  border: 2px solid #1E69B8;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.bggrey {
  background: #f0f0f0;
}
.howto_teaser {
  position: relative;
  margin: 40px 0 0 0;
  padding: 0 0px 0 0px;
}
.howto_teaser > * {
  position: relative;
  z-index: 2;
}
.howto_teaser .media {
  display: block;
  margin: 0 auto 10px auto;
  background-position: 50% 50%;
  background-size: cover;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.howto_teaser .title {
  font-size: 22px;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.howto_teaser b {
  content: '?';
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  color: rgba(0,0,0,0.1);
  position: absolute;
  left: 0;
  top: -40px;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}
.reviews_teaser {
  display: inline-block;
  border: 2px solid #ccc;
  width: 300px;
}
.reviews_teaser .t_media {
  position: relative;
  display: block;
  padding: 65% 0 0 0;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  text-decoration: none;
}
.reviews_teaser .t_media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0,0,0,0.4);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.reviews_teaser .t_media:before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  background: url(../images/ico_zoom.svg) 60% 50% no-repeat #1E69B8;
  background-size: 30px;
  border-radius: 50%;
}
.reviews_teaser .t_media.play:before {
  background: url(../images/ico_play.svg) 60% 50% no-repeat #1E69B8;
  background-size: 30px;
}
.reviews_teaser:hover .t_media:after {
  background: rgba(0,0,0,0.2);
}
.reviews_teaser .t_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (min-width: 75em) {
  .reviews_teaser {
    width: 500px;
  }
  .reviews_teaser .t_title {
    font-size: 24px;
  }
}
.faq_teaser {
  border-bottom: 1px solid #1E69B8;
}
.faq_teaser:first-child {
  border-top: 1px solid #1E69B8;
}
.faq_q {
  position: relative;
  margin: 0;
  padding: 10px 40px 10px 10px;
  cursor: pointer;
}
.faq_q:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(../images/ico_faq.svg) 50% 50% no-repeat;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.active > .faq_q:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq_a {
  display: none;
  padding: 10px;
}
.active > .faq_a {
  display: block;
}
.service_teaser {
  margin: 10px 0;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f0f0f0;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.service_teaser > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
}
.service_teaser .t_media {
  display: block;
  padding: 60% 0 0 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.service_teaser .t_media.baseimg {
  background-image: url(/images/demo.jpg);
}
.service_teaser .t_content {
  padding: 10px;
}
.service_teaser:hover {
  background: #1E69B8;
  color: #fff;
}
.swiper-slide .service_teaser {
  min-width: 300px;
  max-width: 300px;
}
@media only screen and (min-width: 75em) {
  .service_teaser {
    font-size: 20px;
  }
  .swiper-slide .service_teaser {
    min-width: 360px;
    max-width: 360px;
  }
}
.team_teaser {
  margin: 10px 0;
  text-align: center;
  background: #fff;
  border: 2px solid #ccc;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: default;
}
.team_teaser:hover {
  border: 2px solid #1E69B8;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.team_teaser .t_media {
  display: block;
  padding: 100% 0 0 0;
  background-position: 50% 50%;
  background-size: cover;
}
.team_teaser .t_content {
  padding: 10px;
  line-height: 1.2;
}
.team_teaser .t_name {
  margin: 0 0 5px 0;
  font-weight: 700;
}
.team_teaser .btn {
  margin: 10px 0 0 0;
}
.ctashortphone .rsform-submit-button {
  display: block;
  width: 100%;
}
.img_anons {
  position: relative;
  display: block;
  margin: 10px 0;
  padding: 65% 0 0 0;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
iframe {
  max-width: 100%;
}
.case_full .full_price {
  margin: 0 0 10px 0;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #1E69B8;
}
.chars_list {
  margin: 10px 0;
  padding: 0;
}
.chars_list li {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.chars_list li:first-child {
  border-top: 1px solid #ccc;
}
.videowrap {
  position: relative;
  padding: 55% 0 0 0;
}
.videowrap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}
.ctaborder {
  padding: 10px;
  border: 5px solid #1E69B8;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
}
.ctaborder .title {
  margin: 0 0 10px 0;
}
.ctaborder .discount {
  margin: 0;
  font-size: 90px;
  line-height: .8;
  font-weight: 600;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  color: #1E69B8;
}
.ctaborder .subtitle {
  margin: 15px 0 0 0;
}
#aside .ctaborder {
  margin-top: 20px;
}
.price_inline {
  margin: 0 0 10px 0;
  position: relative;
  font-weight: 600;
  line-height: 1.3;
}
.price_inline:before,
.price_inline:after {
  display: table;
  content: "";
}
.price_inline:after {
  clear: both;
}
.price_inline + .price_inline {
  padding-top: 10px;
  border-top: 1px dotted #1E69B8;
}
.price_inline .title {
  float: left;
  padding-right: 5px;
  margin-bottom: -4px;
  background: #fff;
  font-weight: 700;
  width: 65%;
}
.price_inline .price_wrap {
  float: right;
  padding-left: 5px;
  margin-bottom: -4px;
  background: #fff;
  width: 35%;
  text-align: right;
}
.price_inline .oldprice {
  text-decoration: line-through;
  font-weight: 400;
}
.price_inline .price {
  display: block;
  color: #1E69B8;
}
.ctacontent {
  background: #1E69B8;
  color: #fff;
  line-height: 1.2;
}
.ctacontent .row {
  overflow: hidden;
}
.ctacontent .col_left {
  padding-top: 15px;
}
.ctacontent .col_right {
  padding-bottom: 25px;
}
.ctacontent .title {
  margin: 10px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.ctacontent .btn {
  background: #fff;
  color: #1E69B8;
}
.ctacontent .btn:hover {
  background: #fff;
  color: #1E69B8;
}
@media only screen and (min-width: 75em) {
  .ctacontent {
    background: #f0f0f0;
    line-height: 1.2;
  }
  .ctacontent .row {
    overflow: hidden;
  }
  .ctacontent .col_left,
  .ctacontent .col_right {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ctacontent .col_left {
    position: relative;
    background: #1E69B8;
    color: #fff;
  }
  .ctacontent .col_left:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 100px solid transparent;
    border-right-width: 50px;
    border-left: 50px solid #1E69B8;
    left: 100%;
    top: 50%;
    margin-top: -100px;
  }
  .ctacontent .btn {
    background: #1E69B8;
    color: #fff;
  }
  .ctacontent .btn:hover {
    background: #1eadec;
    color: #fff;
  }
}
.slideset_2_1 {
  margin: 0 -5px;
}
.slideset_2_1 .slick-slide {
  margin: 0 5px;
}
.media_teaser {
  display: inline-block;
  margin: 0;
}
.media_teaser .media {
  display: block;
  width: 100%;
}
.media_teaser .media:before,
.media_teaser .media:after {
  display: table;
  content: "";
}
.media_teaser .media:after {
  clear: both;
}
.media_teaser .before,
.media_teaser .after {
  display: block;
  float: left;
  width: 50%;
}
.media_teaser img {
  display: block;
  max-height: 200px;
}
@media only screen and (min-width: 75em) {
  .media_teaser img {
    display: block;
    max-height: 300px;
  }
}
.portfolio_grid_teaser {
  display: block;
  margin: 0;
}
.portfolio_grid_teaser .media {
  display: block;
  width: 100%;
}
.portfolio_grid_teaser .media:before,
.portfolio_grid_teaser .media:after {
  display: table;
  content: "";
}
.portfolio_grid_teaser .media:after {
  clear: both;
}
.portfolio_grid_teaser .before,
.portfolio_grid_teaser .after {
  display: block;
  float: left;
  width: 50%;
}
.portfolio_grid_teaser img {
  display: block;
  width: 100%;
}
.company_swiper.swiper-container {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.company_swiper.swiper-container .swiper-slide {
  display: inline-block;
  width: auto;
}
.company_swiper.swiper-container.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 0px;
  height: 14px;
}
.masonry .item {
  margin: 20px 0;
}
@media only screen and (min-width: 75em) {
  .masonry {
    margin: 0;
    padding: 0;
    column-count: 3;
  }
  .masonry .item {
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
  }
}
.infotext {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  padding: 0 20px 0 0;
}
.infotext .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 75em) {
  .infotext {
    height: 400px;
  }
}
.copyright {
  position: relative;
  padding: 20px 0;
  color: #7a8d9f;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 75em) {
  .copyright {
    text-align: left;
  }
}
.leadlink {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 40px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.leadlink:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url(../images/leadplus.svg) 50% 50% / contain no-repeat;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.leadlink:hover {
  color: #fff;
  text-decoration: underline;
}
.leadlink:hover:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 75em) {
  .leadlink {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    margin: 0;
  }
}
.calcform .rsform-block-price label {
  display: block;
}
iframe {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.vrach_teaser {
  max-width: 250px;
  line-height: 1.3;
}
.vrach_teaser .media {
  display: block;
  width: 100%;
  padding: 100% 0 0 0;
  background-position: 50% 50%;
  background-size: cover;
}
.vrach_teaser .title {
  margin: 10px 0;
  color: #1E69B8;
  font-size: 18px;
  font-weight: 600;
}
.vrach_teaser .subtitle {
  margin: 0 0 10px 0;
  color: #898989;
  font-weight: 600;
}
.vrach_teaser .description {
  font-size: 15px;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 75em) {
  .vrach_teaser {
    max-width: 430px;
  }
  .vrach_teaser .title {
    margin: 0 0 10px 0;
  }
  .vrach_teaser .description {
    font-size: inherit;
  }
}
.btn,
.rsform-submit-button {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 20px;
  background: #1E69B8;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.btn:hover,
.rsform-submit-button:hover {
  background: #1eadec;
  color: #fff;
}
.btn.btnblock,
.rsform-submit-button.btnblock {
  display: block;
  width: 100%;
}
.rsform-submit-button {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.btngrey {
  background: #bac0c6;
  color: #333;
}
.btngrey:hover {
  background: #1eadec;
  color: #fff;
}
.inputbox,
.rsform-input-box,
.rsform-text-box,
.rsform-select-box {
  display: block;
  width: 100%;
  padding: 13px 10px;
  border: 2px solid #898989;
  font-size: 16px;
  line-height: 20px;
  resize: none;
  outline: none;
  font-family: inherit;
  border-radius: 0;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.inputbox::-webkit-input-placeholder,
.rsform-input-box::-webkit-input-placeholder,
.rsform-text-box::-webkit-input-placeholder,
.rsform-select-box::-webkit-input-placeholder {
  color: #2a3d4f;
}
.inputbox::-moz-placeholder,
.rsform-input-box::-moz-placeholder,
.rsform-text-box::-moz-placeholder,
.rsform-select-box::-moz-placeholder {
  color: #2a3d4f;
}
.inputbox:-moz-placeholder,
.rsform-input-box:-moz-placeholder,
.rsform-text-box:-moz-placeholder,
.rsform-select-box:-moz-placeholder {
  color: #2a3d4f;
}
.inputbox:-ms-input-placeholder,
.rsform-input-box:-ms-input-placeholder,
.rsform-text-box:-ms-input-placeholder,
.rsform-select-box:-ms-input-placeholder {
  color: #2a3d4f;
}
.inputbox:focus,
.rsform-input-box:focus,
.rsform-text-box:focus,
.rsform-select-box:focus {
  border: 2px solid #1eadec;
}
.inputbox.rsform-error,
.rsform-input-box.rsform-error,
.rsform-text-box.rsform-error,
.rsform-select-box.rsform-error {
  border: 2px dashed #cf4d4d;
}
.submitblock .rsform-submit-button {
  display: block;
  width: 100%;
}
.textcenter {
  text-align: center;
}
blockquote {
  margin: 20px 0;
  padding: 15px 10px;
  font-style: italic;
  background: #f0f0f0;
  border-left: 4px solid #1E69B8;
}
blockquote p {
  margin: 0;
}
blockquote p + p {
  margin-top: 8px;
}
blockquote a {
  color: #1E69B8;
}
.blue {
  color: #1E69B8;
}
.green {
  color: #27ae60;
}
.small_title {
  position: relative;
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}
* + .small_title {
  margin-top: 20px;
}
.btnico {
  position: relative;
  display: inline-block;
  padding: 0 0 0 40px;
  margin: 5px 0;
  line-height: 20px;
  text-decoration: none;
  color: #1E69B8;
  font-weight: 600;
}
.btnico i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
  width: 35px;
  height: 35px;
}
.btnicosmall {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  margin: 5px 0;
  line-height: 20px;
  text-decoration: none;
  color: #1E69B8;
  font-weight: 600;
}
.btnicosmall i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.ico_calc {
  background: url(../images/ico_calc.svg) 0 50% / contain no-repeat;
}
.ico_calc_b {
  background: url(../images/ico_calc_b.svg) 0 50% / contain no-repeat;
}
.ico_carcheck {
  background: url(../images/ico_carcheck.svg) 0 50% / contain no-repeat;
}
.ico_zoom {
  background: url(../images/ico_zoom.svg) 0 50% / contain no-repeat;
}
.link_more {
  color: #1E69B8;
  text-decoration: none;
  border-bottom: 1px dashed #1E69B8;
}
.link_more:hover {
  border-bottom: 1px solid #1E69B8;
}
ul.check {
  padding: 0;
  counter-reset: item;
  list-style-type: none;
}
ul.check li {
  display: block;
  position: relative;
  padding: 0 0 0 20px;
}
ul.check li:before {
  content: '';
  width: 14px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0px;
  margin-top: -3px;
  z-index: 2;
  border: 4px solid #1E69B8;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.check li + li {
  margin-top: 10px;
}
.columns-xs-3 {
  columns: 3;
}
@media only screen and (min-width: 75em) {
  .columns-lg-4 {
    columns: 4;
  }
}
ol {
  padding: 0;
  counter-reset: item;
  list-style-type: none;
}
ol li {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
}
ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(item,decimal-leading-zero) " ";
  counter-increment: item;
  font-weight: 700;
  color: #1E69B8;
}
ol li + li {
  margin-top: 10px;
}
.table_wrap {
  margin: 10px 0;
  padding: 0;
  max-width: 100%;
  overflow-x: scroll;
}
@media only screen and (min-width: 75em) {
  .table_wrap {
    overflow-x: auto;
  }
}
table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.2;
}
table td,
table th {
  padding: 10px 10px;
  border: 1px solid #ccc;
}
table tr:nth-child(2n + 1) {
  background: #f8f8f8;
}
table.chars td {
  width: 50%;
  border: none;
}
table.chars td + td {
  text-align: right;
}
table.chars tr {
  border: 1px solid #ccc;
}
@media only screen and (min-width: 75em) {
  table {
    font-size: 18px;
  }
  table td {
    padding: 10px 10px;
  }
}
th {
  font-size: 16px;
  text-transform: uppercase;
  background: #1E69B8;
  color: #fff;
  border-color: transparent;
  text-align: left;
}
.col_title {
  text-align: left;
}
.col_price {
  width: 30%;
  text-align: center;
}
@media only screen and (min-width: 75em) {
  .col_price {
    width: 25%;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px,0,0);
}
.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px,-50%,0);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left;
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  /* Using without prefix would break IE11 */
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5,0,.14,1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30,30,30,0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(to top,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.15) 65%,rgba(0,0,0,0.075) 75.5%,rgba(0,0,0,0.037) 82.85%,rgba(0,0,0,0.019) 88%,rgba(0,0,0,0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0,0,.25,1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5,1.5,1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5,.5,.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1,1,1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(-100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1,1,1) translate3d(0,0,0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0,0,0) scale(1);
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
#system-message > div {
  width: 600px;
  position: fixed;
  left: 50%;
  top: 30%;
  margin-left: -300px;
  z-index: 999;
  padding: 35px 50px;
  text-align: center;
  border: none;
}
#system-message > div:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0,0,0,0.9);
}
#system-message > div:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #eaecee;
  border-left: 6px solid #1E69B8;
  border-right: 6px solid #1E69B8;
}
#system-message > div h4 {
  position: relative;
  padding: 0 0 15px 0;
  margin: 0 0 35px 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}
#system-message > div h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 44px;
  height: 5px;
  margin-left: -22px;
  background: #1E69B8;
}
#system-message > div p {
  margin: 0;
  text-align: left;
}
#system-message > div.alert-warning h4 {
  color: #ef4036;
}
.fancybox-slide--html .fancybox-close-small,
#system-message > div .close {
  position: absolute;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  top: 8px;
  right: 8px;
  border: none;
  outline: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.fancybox-slide--html .fancybox-close-small:before,
#system-message > div .close:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 26px;
  height: 2px;
  background: #202020;
  border: none;
  outline: none;
  color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fancybox-slide--html .fancybox-close-small:after,
#system-message > div .close:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  height: 26px;
  width: 2px;
  background: #202020;
  border: none;
  outline: none;
  color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fancybox-slide--html .fancybox-close-small:hover,
#system-message > div .close:hover {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fancybox-slide--html .fancybox-close-small:hover:before,
.fancybox-slide--html .fancybox-close-small:hover:after,
#system-message > div .close:hover:before,
#system-message > div .close:hover:after {
  background: #202020;
}
@media only screen and (min-width: 75em) {
  .fancybox-slide--html .fancybox-close-small,
  #system-message > div .close {
    top: 10px;
    right: 10px;
  }
}
.slick-dots {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  line-height: 1px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.slick-dots button {
  display: block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #1E69B8;
  outline: none;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 50%;
}
.slick-dots .slick-active button,
.slick-dots button:hover {
  background: #2a2a6a;
  border: 2px solid #2a2a6a;
}
.slick-slider * {
  outline: none;
}
.modalformwrap {
  padding: 20px 15px;
  width: 96%;
  background: #fff;
  border: 5px solid #1E69B8;
  font-size: 22px;
}
.modalformwrap .block_title {
  line-height: 1;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 75em) {
  .modalformwrap {
    padding: 20px 30px;
    width: 400px;
  }
}
.errorpagewrap {
  *zoom: 1;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100vh;
  text-align: center;
  position: relative;
}
.errorpagewrap:before,
.errorpagewrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.errorpagewrap:after {
  clear: both;
}
.errorpagewrap p {
  margin: 0;
}
.errorpagewrap .error_content {
  display: table-cell;
  vertical-align: middle;
}
.errorpagewrap .errornumb {
  font-size: 200px;
  line-height: 0.9;
  margin: 0;
  color: #1E69B8;
}
.errorpagewrap .errortitle {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.errorpagewrap .errordescription {
  font-size: 20px;
  line-height: 1.2;
  margin: 10px 0 40px 0;
}
.errornav {
  margin: 20px 0;
  padding: 0;
}
.errornav li {
  display: inline-block;
  margin: 5px;
}
.errornav a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 20px;
  background: #1E69B8;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.errornav a:hover {
  background: #1eadec;
  color: #fff;
}
.errornav a.btnblock {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 75em) {
  .errorpagewrap .errornumb {
    font-size: 250px;
  }
  .errorpagewrap .errortitle {
    font-size: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .forpc {
    display: block;
  }
  .formobile {
    display: none;
  }
  .pos_content {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
  }
  .headercontent {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navcallback {
    float: right;
    background: #2a2a6a;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
  }
  .navcallback:hover {
    background: #bac0c6;
    color: #333;
  }
  .block_title,
  .page_title {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 38px;
  }
  * + .block_title,
  * + .page_title {
    margin-top: 30px;
  }
  .feature_list li {
    display: inline-block;
    margin: 0 10px 10px 0;
  }
  .mtop {
    margin-top: 50px;
  }
  .mbottom {
    margin-bottom: 50px;
  }
  .ptop {
    padding-top: 50px;
  }
  .pbottom {
    padding-bottom: 50px;
  }
  .btn,
  .rsform-submit-button {
    padding: 15px 20px;
  }
  .prod_teaser .teaser_extra {
    font-size: 12px;
  }
  .howto_teaser {
    padding: 0 30px 0 50px;
  }
  .reviews_slider {
    margin: 0 -10px;
  }
  .reviews_slider .item {
    margin: 0 10px;
  }
  .ctashortphone {
    margin: 0 auto;
    padding: 0 160px 0 0;
    max-width: 400px;
    position: relative;
  }
  .ctashortphone.clearform .rsform-block {
    margin: 0;
  }
  .ctashortphone .rsform-block-rssend6 {
    top: 0;
    right: 0;
    position: absolute;
    width: auto;
    min-width: 150px;
  }
  .ctashortphone .rsform-submit-button {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sticky {
    position: fixed;
    z-index: 101;
  }
  .stop {
    position: relative;
    z-index: 101;
  }
  .case_full  .team_teaser {
    max-width: 240px;
  }
  .ctaborder {
    padding: 30px 30px;
  }
  .price_inline {
    border-bottom: 2px dotted #333;
  }
  .price_inline .title {
    width: auto;
    max-width: 70%;
  }
  .price_inline .price_wrap {
    width: auto;
    max-width: 30%;
  }
  .price_inline .price {
    display: inline-block;
    margin-left: 5px;
  }
  .price_inline + .price_inline {
    border-top: none;
  }
}
