body,p ,h1,h2,h3,h4,h5,h6,div,span,a{font-display: swap;}
.gallery-page .galereya {
  margin-top: -50px;
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.noLink {
  pointer-events: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,.main-navigation ul ul li.focus > ul {
  left: 100%;
}/* Small menu. */.menu-toggle,.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*//* Text meant only for screen readers. */.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
 /* Above WP toolbar. */;
}/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {
  content: "";
  display: table;
}

.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {
  clear: both;
}/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/.widget {
  margin: 0 0 1.5em;
}/* Make sure select elements fit in widgets. */.widget select {
  max-width: 100%;
}/* Search widget. */.widget_search .search-submit {
  display: none;
}/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*//*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,.updated:not(.published) {
  display: none;
}

.single .byline,.group-blog .byline {
  display: inline;
}

.page-content,.entry-content,.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/.blog .format-aside .entry-title,.archive .format-aside .entry-title {
  display: none;
}/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*//* Globally hidden elements when Infinite Scroll is supported and in use. */.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer {
 /* Theme Footer (when set to scrolling) */
  display: none;
}/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */.infinity-end.neverending .site-footer {
  display: block;
}/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}/* Make sure embeds and iframes fit their containers. */embed,iframe,object {
  max-width: 100%;
}/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
  
}

[class^="icon-"],[class*=" icon-"] {
 /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
 /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:25px;
  line-height:37.5px;
}

.icon-google-plus:before{
	content: "\f0d5";
}

.icon-viber{
	width:26px;
	height:26px;
}

.icon-search:before {
  content: "\f002";
  -webkit-transform: translateX(55px);
  transform: translateX(55px);
  -webkit-transition: .99s ease-in-out;
  transition: .99s ease-in-out;
}

.icon-search-active:before {
  content: "\f002";
}

.icon-viber-wrapper{
	height:70px;
	float:left;
	margin-right:10px;
}

.icon-mobile-wrapper{
	height:70px;
	float:left;
	margin-right:10px;
	width:26px;
}

.icon-map-marker-wrapper{
	height:110px;
	float:left;
	margin-right:10px;
}

.icon-mobile:before {
  content: "\f10b";
  font-size:50px;
  position:relative;
  bottom:8px;
}

.icon-map-marker:before {
  content: "\f041";
  font-size:40px;
  position:relative;
  bottom:8px;
}

.icon-youtube:before {
  content: "\f167";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-check:before {
  content: "\f00c";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-vk:before {
  content: "\f189";
}

.icon-pinterest-p:before {
  content: "\f231";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-odnoklassniki:before {
  content: "\f263";
}

.icon-odnoklassniki-square:before {
  content: "\f264";
}

.icon-commenting-o:before {
  content: "\f27b";
}

.icon-vimeo:before {
  content: "\f27d";
}

.icon-bluetooth:before {
  content: "\f293";
}

.icon-bluetooth-b:before {
  content: "\f294";
}

.icon-play2:before {
  content: "\e900";
}/* Slider */.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.contacts-title{
	font-size:35px;
	font-family:'PT Sans';
	font-weight: bold;
	text-decoration:underline;
	text-align:center;
	margin-top:40px;
	width:100%;
}

.car-make-title{
	margin-top:10px;
}

.large-7.contacts-bottom{
	width:40%;
}

.large-7.map{
	width:60%;
}

.contacts_number_rus{
	font-family:'PT Sans';
	font-size:25px;
	line-height:37.5px;
	text-align:left;
	margin-bottom:20px;
}

.reveal .contacts_number_rus{
	font-family:'PT Sans';
	font-size:16px;
	line-height:21.5px;
	text-align:left;
	margin-bottom:15px;
}

.reveal .icon-mobile-wrapper{
	height:40px;
}

.reveal .icon-viber-wrapper{
	height:auto;
}

.reveal h4{
	text-align:center;
}

.reveal .button-wrapper{
	text-align:center;
	width:100%;
	position:relative;
	margin-bottom:50px;
	margin-top:0;
}

.header_  > .contacts_number_rus{
	float:left;
	font-size:14px;
	line-height:20.5px;
	margin-top:40px;
	margin-bottom:0;
	display:none;
	font-family:PT Sans;
}

.bot-navigation .contacts_number_rus{
	float:left;
	font-size:14px;
	line-height:20.5px;
	margin-top:40px;
	margin-bottom:0;
	display:block;
	font-family:PT Sans;
}

.contacts_number_rus.like-it{
	position:static;
}

.contacts_number_rus.like-it .icon{
	border: 2px solid #000;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    height: 50px;
    margin: 0.3125rem;
    padding: 0.3125rem;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
}

.contacts_number_rus.like-it .contacts_number_list{
	list-style-type:none;
}

.contacts_number_rus.like-it .contacts_number_list .contacts_number_item{
	float:left;
}

.contacts_number_rus:after{
	content:'';
	display:block;
	clear:both;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header_ {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  text-align: center;
  width: 100%;
  background-color: #000;
  /* height:255px; */
  -webkit-transition: .99s ease-in-out;
  transition: .99s ease-in-out;
  /* overflow-x:hidden; */
}

.header_ h1 {
  margin: 0;
  width:600px;
}

.header_.inner-header {
  text-align: center;
}

.header_.inner-header .logo{
	margin-left:14%;
}

.logo a{
	/* display:block; */
}

.header_.inner-header .bot-navigation {
  background-color: #333333;
}

.header_.inner-header .bot-navigation.fixed_{
  background-color: #333333;
}

.header_.inner-header .bot-navigation_inner {
  background-color: #333333;
}

.header_.inner-header .bot-navigation_inner.fixed_{
  background-color: #333333;
}

.header_ .back-button {
  float: left;
  display: none;
}

.header_ .back-button a {
  color: #fff;
}

.header_.expanded .inner-holder {
  display: block;
  padding-top: 4.375rem;
}

.header_ .inner-holder {
  padding: 0 0.625rem 0;
  display: none;
}

.header_wrapper{
	max-width: 1280px;
	margin:0 auto;
}

.header_ .logo {
  float: left;
  max-width: 230px;
  margin: 20px 15px;
  z-index:2;
  /* height:89px; */
}

.header_ .logo img {
  vertical-align: top;
  width:600px;
}

.header_ > .logo{
	display:none;
}

.header_ .bot-navigation {
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
  z-index:2;
}

.header_ .bot-navigation a {
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    padding-top: 5px;
    position: relative;
    z-index: 2;
    /*font-family: 'Haettenschweiler';*/
}

.header_ .bot-navigation_inner {
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
}

.header_ .bot-navigation_inner a {
  color: #fff;
  position: relative;
  z-index: 2;
  line-height:45px;
  font-size:17px;
}

.top-menu__item{
	display: inline-block;
	padding: 0.4375rem 2.3875rem;
	position: relative;
	height:129px;
	display:table-cell;
	vertical-align:middle;
}

.top-menu__item-active{
  /* display: inline-block;
  padding: 0.4375rem 2.1875rem;
  position: relative; */
	display: inline-block;
	padding: 0.4375rem 2.3875rem;
	position: relative;
	height:129px;
	display:table-cell;
	vertical-align:middle;
}

.top-menu__item a:before{
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 120px;
	background-position: center 40%;
	background-repeat: repeat-y;
	background-image: url(../img/menu-line.JPG);
	opacity: 1;
	z-index: 0;
	width:0px;
	height:2px;
}

.top-menu__item-active a:before {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 120px;
	background-position: center 40%;
	background-repeat: repeat-y;
	background-image: url(../img/menu-line.JPG);
	opacity: 1;
	z-index: 0;
	width:120px;
	height:2px;
}

.expanded .top-menu__item a:before {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 120px;
	background-position: center 40%;
	background-repeat: repeat-y;
	background-image: none;
	opacity: 1;
	z-index: 0;
	width:120px;
	height:2px;
}

.expanded .top-menu__item-active a:before {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 120px;
	background-position: center 40%;
	background-repeat: repeat-y;
	background-image: none;
	opacity: 1;
	z-index: 0;
	width:120px;
	height:2px;
}

.header_ .bot-navigation li a:hover:before {
  opacity: 1;
  width:120px;
}

.expanded  li a:hover:before {
  opacity: 1;
  width:120px;
}

.header_ .left-bar {
  padding-top: 0.1875rem;
  display: inline-block;
  font-size: 1.125rem;
  color: #fff;
  height:80px;
}

.header_ .left-bar::before,.header_ .left-bar::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.header_ .left-bar::after {
  clear: both;
}

.header_ .left-bar .button {
  margin-top: 0.9375rem;
}

.header_ .left-bar p {
  margin-bottom: 0.3125rem;
  font-size: 20px;
}

._contacts {
  vertical-align: top;
  font-size: 0.875rem;
}

._contacts span {
  display: block;
  font-size:20px;
  text-align:right;
}

.partners{
	margin-top: 23px;
}

.partner-wrapper{
	border: 2px solid #ccc;
    height: 150px;
    margin-bottom: 30px;
    text-align: center;
    width: 560px;
	float:left;
	cursor:pointer;
	transition: .5s ease-in-out;
	margin-left:11px;
	margin-right:11px;
	color:#000;
}

.partner-wrapper:nth-child(2n){
	float:right;
}

.partner-logo-wrapper{
	float: left;
    height: 100%;
    margin-right: 20px;
    padding: 15px;
    text-align: center;
    width: 120px;
}

.partner-logo{
	height: 100%;
    width: 100%;
}

.partner-title{
	float: left;
    font-size: 35px;
    padding-top: 15px;
    text-align: left;
    width: calc(100% - 140px);
	color:#000;
}

.partner-description{
	float: left;
    font-family: "PT Sans";
    text-align: left;
    width: calc(100% - 140px);
	color:#000;
}

.partner-wrapper.slick-slide > a{
	display: block;
    height: 100%;
    width: 100%;
}

.car-make-wrapper{
	border: 5px solid #ccc;
    height: 200px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    width: 32%;
	float:left;
	cursor:pointer;
	background-size:cover !important;
	background-position:0 50% !important;
}

.car-make{
	height: 100%;
    padding: 20px 0;
}

.car-make-title{
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: rgba(0, 0, 0, 0);
    font-family: "PT Sans";
    font-size: 25px;
    height: auto;
    position: absolute;
    bottom: 0; 
	/* top: 69%; */
	display:block;
	padding: 12px 0;
	opacity: 0;
	line-height: 1.2;
	width:calc(100% + 10px);
	left:-5px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.ajax_link:nth-child(3n+2) .car-make-wrapper{
	margin:0 2% 30px;
}

.ajax_link:nth-child(3n) .car-make-wrapper{
	margin-right:0;
}

.car-make-wrapper:hover .car-make-title{
	display:block;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	height:auto;
	color: rgba(255, 255, 255, 1);
}

.large-5 h4{
	border-bottom: 2px solid #ccc;
	font-family: "PT Sans";
	font-weight: bold;
	font-size: 35px;
	height: 50px;
	margin-bottom: 30px;
	text-align: left;
}

.show_all{
	font-family: "PT Sans";
    font-size: 25px;
    margin-left: 80px;
	color:#000;
	display: none;
}

.show_all:hover, .show_all:active{
	color:#000;
}

.car-cart-wrapper{
	height: 182px;
    width: 100%;
}

.car-pic-wrapper{
	float: left;
    width: 323px;
	height:100%;
}

.car-pic{
	cursor:pointer;
	height:182px;
	width:100%;
	background-size:cover !important;
}

.car-description-wrapper{
	float: left;
	margin-left: 46px;
	width:500px;
	margin-top:-5px;
}

.car-description{
	font-weight: bold;
    line-height: 1.5;
    margin: 0;
}

.car-description span{
	font-weight:normal;
}

.button-wrapper.car-button{
	float: right;
	position: static;
    width: 47%;
	text-align:left;
}

.car-button .button.button-bottom{
	font-size:27px;
	height: 70px;
    width: 300px;
	line-height:35px;
}

.car-cart-line{
	border: 1px solid #ccc;
    margin: 19px auto;
    width: 90%;
}

.car-cart-line:last-child{
	display:none;
}

.accordion{
	display:none;
}

.burger {
  position: absolute;
  right: 15px;
  top: 25px;
  z-index: 100;
  width: 35px;
  height: 20px;
  margin: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}/* Icon 2 */.burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.burger span:nth-child(even) {
  left: 50%;
}

.burger span:nth-child(odd) {
  left: 0px;
}

.burger span:nth-child(1),.burger span:nth-child(2) {
  top: 0px;
}

.burger span:nth-child(3),.burger span:nth-child(4) {
  top: 7px;
}

.burger span:nth-child(5),.burger span:nth-child(6) {
  top: 14px;
}

.expanded .burger span:nth-child(1),.expanded .burger span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.expanded .burger span:nth-child(2),.expanded .burger span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.expanded .burger span:nth-child(1) {
  left: 5px;
  top: 0px;
}

.expanded .burger span:nth-child(2) {
  left: calc(50% - 3px);
  top: 0px;
}

.expanded .burger span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.expanded .burger span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.expanded .burger span:nth-child(5) {
  left: 5px;
  top: 10px;
}

.expanded .burger span:nth-child(6) {
  left: calc(50% - 3px);
  top: 10px;
}

.expanded .top-menu__item{
  width:100%;
  display:inline-block;
  height:35px;
}

.expanded .top-menu__item-active{
  width:100%;
  display:inline-block;
  height:50px;
}

.footer_ {
  background-color: #333;
  padding: 10px 0.625rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  /* margin-top:210px; */
}

.footer_.gal{
	background-color: #333;
  padding: 10px 0.625rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-top:210px;
  display:none;
}

.footer_::before,.footer_::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer_::after {
  clear: both;
}

.footer_ p {
    font-family: "PT Sans";
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
}

.footer_ p strong {
  font-weight: 900;
}

.unstyled {
  list-style: none;
  margin: 0 0px 0 0;
  float:right;
}

.button:hover {
  color: #fff;
}

.button.default {
  border: 2px solid #0054a6;
  position: relative;
  z-index: 2;
  display:none;
}

.button.default:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #0054a6;
  z-index: -1;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.button.default:hover {
  color: #fff;
}

.button.default:hover:before {
  height: 100%;
}

.slick-slide {
  outline: none;
}

.reveal header {
  position: relative;
  text-align: center;
  padding-right: 1.5625rem;
}

.reveal .close-button {
  font-size: 1.5625rem;
  position: absolute;
  right: 0;
  top: 0.5em;
}

.scroll-up {
  color: #000;
  padding: 3.125rem 1.25rem 1.25rem;
  display: block;
  max-width: 9.375rem;
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 2.5rem; */
  position: relative;
  font-size:30px;
}

.scroll-up:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
  height: 3.125rem;
  width: 100%;
  background-image: url(../img/up.PNG);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  /* -webkit-transform: rotate(45deg);
  transform: rotate(45deg); */
}

.add_button {
  max-width: 15.625rem !important;
  margin-top: 3.125rem;
  text-align: center;
}

.add_button .button {
  margin-bottom: 0;
  font-size: 1.125rem;
  padding: 0.9375rem 2.1875rem;
}/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css *//**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */html {
  font-family: sans-serif;
 /* 1 */
  -ms-text-size-adjust: 100%;
 /* 2 */
  -webkit-text-size-adjust: 100%;
 /* 2 */;
}/**
   * Remove default margin.
   */body {
  margin: 0;
}/* HTML5 display definitions
     ========================================================================== *//**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */audio,canvas,progress,video {
  display: inline-block;
 /* 1 */
  vertical-align: baseline;
 /* 2 */;
}/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */audio:not([controls]) {
  display: none;
  height: 0;
}/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */[hidden],template {
  display: none;
}/* Links
     ========================================================================== *//**
   * Remove the gray background color from active links in IE 10.
   */a {
  background-color: transparent;
}/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */a:active,a:hover {
  outline: 0;
}/* Text-level semantics
     ========================================================================== *//**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */abbr[title] {
  border-bottom: 1px dotted;
}/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */b,strong {
  font-weight: bold;
}/**
   * Address styling not present in Safari and Chrome.
   */dfn {
  font-style: italic;
}/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */h1 {
  font-size: 2em;
  margin: 0.67em 0;
}/**
   * Address styling not present in IE 8/9.
   */mark {
  background: #ff0;
  color: #000;
}/**
   * Address inconsistent and variable font size in all browsers.
   */small {
  font-size: 80%;
}/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}/* Embedded content
     ========================================================================== *//**
   * Remove border when inside `a` element in IE 8/9/10.
   */img {
  border: 0;
}/**
   * Correct overflow not hidden in IE 9/10/11.
   */svg:not(:root) {
  overflow: hidden;
}/* Grouping content
     ========================================================================== *//**
   * Address margin not present in IE 8/9 and Safari.
   */figure {
  margin: 1em 40px;
}/**
   * Address differences between Firefox and other browsers.
   */hr {
  box-sizing: content-box;
  height: 0;
}/**
   * Contain overflow in all browsers.
   */pre {
  overflow: auto;
}/**
   * Address odd `em`-unit font size rendering in all browsers.
   */code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}/* Forms
     ========================================================================== *//**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   *//**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */button,input,optgroup,select,textarea {
  color: inherit;
 /* 1 */
  font: inherit;
 /* 2 */
  margin: 0;
 /* 3 */;
}/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */button {
  overflow: visible;
}/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */button,select {
  text-transform: none;
}/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
 /* 2 */
  cursor: pointer;
 /* 3 */;
}/**
   * Re-set default cursor for disabled elements.
   */button[disabled],html input[disabled] {
  cursor: default;
}/**
   * Remove inner padding and border in Firefox 4+.
   */button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */input {
  line-height: normal;
}/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
 /* 1 */
  padding: 0;
 /* 2 */;
}/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */input[type="search"] {-webkit-appearance: textfield; /* 1 */box-sizing: content-box; /* 2 */}/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   *//* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } *//**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */legend {border: 0; /* 1 */padding: 0; /* 2 */}/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */textarea {overflow: auto;}/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */optgroup {
  font-weight: bold;
}/* Tables
     ========================================================================== *//**
   * Remove most spacing between table cells.
   */table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,*:before,*:after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  /* display: inline-block; */
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.inner-holder.row{
	max-width:100%;
}

.row::before,.row::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.row::after {
  clear: both;
}

.row.collapse > .column,.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column,.columns {
  width: 100%;
  float: left;
  padding: 0 4%;
  /* padding-right: 0.625rem; */
}

.column:last-child:not(:first-child),.columns:last-child:not(:first-child) {
  float: right;
  margin: 12px 0 0px;
}

.column:last-child:not(:first-child).contacts-bottom,.columns:last-child:not(:first-child).contacts-bottom{
	display:block;
	float:left;
}

.column.end:last-child:last-child,.end.columns:last-child:last-child {
  float: left;
}

.column.row.row,.row.row.columns {
  float: none;
}

.row .column.row.row,.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column,.small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n),.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1),.small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child,.small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column,.small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n),.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1),.small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child,.small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column,.small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n),.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1),.small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child,.small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column,.small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n),.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1),.small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child,.small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column,.small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n),.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1),.small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child,.small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column,.small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n),.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1),.small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child,.small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column,.small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n),.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1),.small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child,.small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column,.small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n),.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1),.small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child,.small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column,.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column,.small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,.small-push-0,.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,i {
  font-style: italic;
  line-height: inherit;
}

strong,b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "futurabookc", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

a {
  color: #000;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover,a:focus {
  color: #000;
}

a img {
  border: 0;
}

hr {
  max-width: 80rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,ol,dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul,ol ul,ul ol,ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.show-for-print {
  display: none !important;
}

[type='text'],[type='password'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='week'],[type='email'],[type='number'],[type='search'],[type='tel'],[type='time'],[type='url'],[type='color'],textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #333;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus,[type='password']:focus,[type='date']:focus,[type='datetime']:focus,[type='datetime-local']:focus,[type='month']:focus,[type='week']:focus,[type='email']:focus,[type='number']:focus,[type='search']:focus,[type='tel']:focus,[type='time']:focus,[type='url']:focus,[type='color']:focus,textarea:focus {
  border: 1px solid #333;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input::-moz-placeholder,textarea::-moz-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,textarea::placeholder {
  color: #cacaca;
}

input:disabled,input[readonly],textarea:disabled,textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

[type='submit'],[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],[type='checkbox'],[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

label > [type='checkbox'],label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
  font-family:PT Sans;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label,.input-group-field,.input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,.input-group-button input,.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #333;
  color: #fefefe;
  width:202px;
}

.reveal .button{
	font-family: PT Sans;
    font-size: 16px;
    font-weight: bold;
}

.reveal .icon-viber{
	height:20px;
	margin-bottom:10px;
	width:26px;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover,.button:focus {
  background-color: #333;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #2199e8;
  color: #fefefe;
}

.pluso {  
  margin-bottom: 20px; 
}

.button.primary:hover,.button.primary:focus {
  background-color: #147cc0;
  color: #fefefe;
}

.button.secondary {
  background-color: #777;
  color: #fefefe;
}

.button.secondary:hover,.button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #fefefe;
}

.button.success:hover,.button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}

.button.warning:hover,.button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}

.button.alert:hover,.button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow,.button.hollow:hover,.button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover,.button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow.primary:hover,.button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover,.button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover,.button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.white {
  color: #fff;
  border-color: white;
  background-color: transparent;
  border-width: 2px;
  position: relative;
}

.button.white:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: -1;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.button.white:hover {
  color: #2199e8;
}

.button.white:hover:before {
  height: 100%;
}

.button.disabled,.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

/* .button-bottom{
	border:1px solid #000;
} */

.button-bottom {
  color: #fff;
  border-color: #2199e8;
  background-color: #2199e8;
  border-width: 2px;
  position: relative;
  z-index:0;
}

.button-bottom:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: -1;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

body.is-reveal-open {
  overflow: hidden;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

.reveal .column,.reveal .columns,.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

.reveal.collapse {
  padding: 0;
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
}

.reveal.without-overlay {
  position: fixed;
}

.e404-wrapper{
    width: 100%;
    height: 94vh;    
}

.e404-number{
    width: 90%;
    margin: 0 auto;
    padding: 130px 0 0;
    font-size: 200px;
    text-align: center;
}

.e404-text{
    text-align: center;
    font-size: 30px;
}
.page-wrap {
  /* overflow-x: hidden; */
}

@font-face {
  font-family: 'Haettenschweiler';
  src: url('../fonts/Haettenschweiler.eot?#iefix') format('embedded-opentype'),  url('../fonts/Haettenschweiler.woff') format('woff'), url('../fonts/Haettenschweiler.ttf')  format('truetype'), url('../fonts/Haettenschweiler.svg#Haettenschweiler') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Adventure';
  src: url('../fonts/Adventure.eot?#iefix') format('embedded-opentype'),  url('../fonts/Adventure.woff') format('woff'), url('../fonts/Adventure.ttf')  format('truetype'), url('../fonts/Adventure.svg#Adventure') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

/* @font-face {
  font-family:'icomoon';src:url("../fonts/icomoon.eot?e6t9jp");src:url("../fonts/icomoon.eot?e6t9jp#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e6t9jp") format("truetype"), url("../fonts/icomoon.woff?e6t9jp") format("woff"), url("../fonts/icomoon.svg?e6t9jp#icomoon") format("svg");font-weight:normal;font-style:normal;
} */

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

@media screen and (min-width: 40em) {
  .footer_ {
    text-align: left;
  }

  .footer_ .left {
    float: left;
  }

  .footer_ .left:last-child {
    float: left;
	display:none;
  }
  
  .footer_ .right {
	text-align:center;
    padding-right:15%;
  }

  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .column,.columns {
    padding: 0 4%;
    /* padding-right: 0.9375rem; */
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-up-1 > .column,.medium-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .medium-up-1 > .column:nth-of-type(1n),.medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n+1),.medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child,.medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column,.medium-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .medium-up-2 > .column:nth-of-type(1n),.medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n+1),.medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child,.medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column,.medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .medium-up-3 > .column:nth-of-type(1n),.medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n+1),.medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child,.medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column,.medium-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .medium-up-4 > .column:nth-of-type(1n),.medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n+1),.medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child,.medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column,.medium-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .medium-up-5 > .column:nth-of-type(1n),.medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n+1),.medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child,.medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column,.medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .medium-up-6 > .column:nth-of-type(1n),.medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n+1),.medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child,.medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column,.medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .medium-up-7 > .column:nth-of-type(1n),.medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n+1),.medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child,.medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column,.medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .medium-up-8 > .column:nth-of-type(1n),.medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n+1),.medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child,.medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column,.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-uncollapse > .column,.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-uncentered,.medium-push-0,.medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }

  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }

  .reveal {
    min-height: 0;
  }

  .reveal {
    width: 600px;
    max-width: 80rem;
  }

  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }

  .reveal.tiny {
    width: 30%;
    max-width: 80rem;
  }

  .reveal.small {
    width: 50%;
    max-width: 80rem;
  }

  .reveal.large {
    width: 90%;
    max-width: 80rem;
  }
}

@media screen and (min-width: 1026px) {
  .header_ {
    position: relative;
    /* border-top: 20px solid #2980b9; */
    color: #fff3d9;
	height:0;
  }

.contacts_number_rus.like-it .icon:hover{
	color:#fff;
	background-color:#000;
	transition: 0.25s ease-in-out;
}  

.header_ .burger {
		color:#fff;
	}

.button-bottom:hover {
  color: #2199e8;
}

.button-bottom:hover:before {
  height: 100%;
}

.button-wrapper .button-bottom:hover, .button-wrapper-bottom .button-bottom:hover{
	color:#000;
}

  .header_ .inner-holder {
    display: block;
  }

  .header_ .back-button {
    display: block;
    margin-top: 1.1025rem;
    width: auto;
    margin-left: 0.5rem;
    padding-right: 1.5625rem;
  }

  .header_.expanded .inner-holder {
    padding-top: 0;
  }

  .header_ .logo {
    /* margin-left: 1.5625rem; */
    /* max-width: 27.375rem;
    	position:relative;
    	z-index:1; */
  }

  .header_ .bot-navigation {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #000;
    width: 100%;
  }

  .header_ .bot-navigation.fixed_ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background-color: #000 /* rgba(0, 0, 0, 0.8) */;
  }
  
  .header_ .bot-navigation_inner {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
  }

  .header_ .bot-navigation_inner.fixed_ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .header_ .left-bar {
    float: right;
  }

  ._contacts {
    display: inline-block;
    /* margin-right: 30px;1.9375rem; */
	position:relative;
	bottom:50px;
	right:20px;
  }

  .burger span {
    background: #0094e1;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    width: 25%;
	padding-left:35px;
	margin-top:80px;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 100%;
	text-align:left;
	font-family:'PT Sans';
	font-size:18px;
  }
  
  .large-5.car-content-wrapper{
	padding-bottom:30px;
  }
  
/*   .row:nth-child(odd) .large-5 {
    width: 41.66667%;
  }
  
  .row:nth-child(even) .large-5 {
    width: 41.66667%;
  	position: relative;
    left: -58.33333%;
  } */

  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    width: 100%;
	margin-top:30px;
  }

	.row:not(:first-child) .large-7{
		margin-top:0;
	}
	
  .large-7 h4{
	font-size:35px;
	font-family:'PT Sans';
	font-weight: bold;
	text-decoration:underline;
	text-align:center;
	margin-bottom:0;
	/* margin-left:50px; */
	}
	/* .large-7 h4:before{
	content:'';
	background-image: url(../img/ellipse.PNG);
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 25px;
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	} */
	

/*   .row:nth-child(odd) .large-7 {
    width: 58.33333%;
  }
  
  .row:nth-child(even) .large-7 {
    width: 58.33333%;
  	position: relative;
    left: 41.66667%;
  } */
  
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-up-1 > .column,.large-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .large-up-1 > .column:nth-of-type(1n),.large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n+1),.large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1 > .column:last-child,.large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column,.large-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .large-up-2 > .column:nth-of-type(1n),.large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n+1),.large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2 > .column:last-child,.large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column,.large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .large-up-3 > .column:nth-of-type(1n),.large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n+1),.large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 > .column:last-child,.large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column,.large-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .large-up-4 > .column:nth-of-type(1n),.large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n+1),.large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 > .column:last-child,.large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column,.large-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .large-up-5 > .column:nth-of-type(1n),.large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n+1),.large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 > .column:last-child,.large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column,.large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .large-up-6 > .column:nth-of-type(1n),.large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n+1),.large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 > .column:last-child,.large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column,.large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .large-up-7 > .column:nth-of-type(1n),.large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n+1),.large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 > .column:last-child,.large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column,.large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .large-up-8 > .column:nth-of-type(1n),.large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n+1),.large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 > .column:last-child,.large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column,.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .large-uncollapse > .column,.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .large-uncentered,.large-push-0,.large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
  }
  
  .box-holder .box:before {
  background-color: transparent;
}
  
  .box-holder .box .button {
  padding: 0.625rem 1.25rem;
  opacity: 1;
}

.box-holder .box h4 {
  margin-bottom: 1.5625rem;
  font-size: 1.5rem;
}

/*.box-holder .box:hover:before {
  background-color: transparent;
}

.box-holder .box:hover h4 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.box-holder .box:hover .button {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);*/
}
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,a[href^='javascript:']:after,a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,h2,h3 {
    orphans: 3;
    widows: 3;
  }

  h2,h3 {
    page-break-after: avoid;
  }
}

	.author_img{
		margin-bottom:7px;
	}
	
.top-banner {
  /* min-height: 25rem; */
  /* padding: 5rem 0.9375rem; */
  position: relative;
  overflow: hidden;  
  /* background: url(../images/banner-image.jpg) no-repeat;
  margin-left: auto;
  margin-right: auto; */
}

.top-banner__content{
  /* background: url(../images/banner-image.jpg) no-repeat; */
  /* width:1280px;*/
  /* height:56vw; */
  /* min-height:25rem; */
  margin:0 auto;
  padding:0;
  background-size: 100% 100%;
}

.texter_wrapper{
	max-width:1250px;
	min-width:700px;
	margin:0 auto;
	position:relative;
}

.texter_ {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  max-width: 35rem;
  margin: 0 auto 1.25rem;
  padding-top:40px;
  position:absolute;
  z-index:10;
  right:4%;
  /* top:60px; */
  font-family: 'Adventure';
}

.texter_ span {
	display: block;
    line-height: 1.1;
    padding: 0.9375rem 0;
    position: relative;
    text-align: right;
    width: 100%;
}

.texter_ span:first-of-type {
/*   padding: 1.5625rem 9.0625rem;
  background-color: rgba(0, 0, 0, 0.8); */
}

.texter_ span:nth-child(2) {
/*   padding: 0.8125rem 1.875rem;
  background-color: rgba(0, 148, 225, 0.8); */
}

.texter_ span:nth-child(3) {
/*   padding: 0.8125rem 1.875rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #0094e1; */
}

.like-it {
    color: #fff;
    /* margin-left: 15px; */
    line-height: 1.875rem;
    text-align: center;
    top: 180px;
    z-index: 1;
	margin-bottom:15px;
}

/* .like-it:hover .drop-list {
  opacity: 1;
  right: 100%;
} */

.like-it p {
  vertical-align: middle;
}

.like-it img{
	width:55px;
}

.like-it .icon {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 50px;
    margin: 0.3125rem;
    padding: 0.3125rem;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
}

.search-wrapper{
	display:none;
}

.like-it .search-field{
	background: none;
    border: none;
    box-shadow: none;
    color: #fff;
    left: 0;
    position: absolute;
    top: 20px;
    width: 150px;
	opacity:0;
	font-family: 'PT Sans', sans-serif;
	font-style:italic;
	/* display:none; */
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.like-it .search-field.active{
	background: none;
    border: none;
    box-shadow: none;
    color: #fff;
    left: 0px;
    position: absolute;
    top: 20px;
    width: 150px;
	opacity:1;
	font-family: 'PT Sans', sans-serif;
	font-style:italic;
	/* display:block !important; */
	-webkit-transform: translateX(55px);
	transform: translateX(55px);
	-webkit-transition: .99s ease-in-out;
	transition: .99s ease-in-out;
}

.like-it li {
  /* display: inline-block; */
}

.like-it .drop-list {
  min-width: 0;
  margin: 0;
  list-style: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.like-it .drop-list .icon:hover {
  background-color: #000;
}

.content{
	width:100%;
	height:100%;
}

.content-section {
  /* padding: 1.5625rem 0; */
  margin-top:-20px;
}

.content-section h3 {
  text-align: center;
  margin-bottom: 5rem;
}

.item {
  /* text-align: center; */
  /* margin-bottom: 3.75rem; */
}

.item::before,.item::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.item::after {
  clear: both;
}

.item h4 {
/*   text-align: center;
  text-transform: uppercase; */
  /* margin-bottom: 1.875rem; */
  /* margin-top: 0.9375rem; */
}

.item .add_button .button{
	margin:0 38%;
}

.text-holder.add_button{
	position:absolute;
	margin-top:0;
	min-width:1127px;
}

.button-wrapper{
	width:90%;
	height:0;
	position:absolute;
	text-align:center;
	margin-top:32px;
}

.button-wrapper-bottom{
	display:none;
}

.car-button .button.button-bottom{
	display:inline-block;
}

.button-wrapper .button-bottom, .button-wrapper-bottom .button-bottom{
	text-align: center;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
    vertical-align: middle;
	line-height:1;
	display:inline-block;
	cursor:pointer;
	border-radius:0;
	background-color: #333;
    border-color: #333;
    border-width: 2px;
    color: #fff;
    font-size: 18px;
    /* margin-left: -6%; */
    padding: 15px 35px;
    position: relative;
    z-index: 0;
	margin-right:-30px;
}

.text-holder {
  /* padding: 1.25rem; */
  position: relative;
  /* margin-bottom: 1.5625rem; */
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.text-holder:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  /* background-image: url(../images/pin-top-left.png); */
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

.text-holder:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  /* background-image: url(../images/pin-top-left.png); */
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

.gallery-slider {
  max-width: 30rem;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 25px;
}

.gallery-slider .slide {
  height: 17.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery-nav {
  max-width: 30.625rem;
  margin: auto;
}

.gallery-nav .nav-slide {
  height: 3.75rem;
  background-color: #0094e1;
  margin: 0 0.4375rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.we-have-section {
  background-color: #0094e1;
  color: #fff;
  text-align: center;
  padding: 1.5625rem 0.625rem;
  margin-bottom: 0.9375rem;
}

.box-holder {
  max-width: 85rem;
  margin: 45px auto 35px;
}

.box-holder::before,.box-holder::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.box-holder::after {
  clear: both;
}

.box-holder .box {
  display: table;
  position: relative;
  float: left;
  width: 100%;
  height: 16.25rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box-holder .box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.box-holder .box .button {
  padding: 0.625rem 1.25rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.box-holder .box h4 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 1.5625rem;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  font-size: 1.5rem;
  color:#fff;
}

@media screen and (min-width: 1025px) and (max-width: 1100px){
	.top-menu__item{
		padding:0.4375rem 30px;
	}
}

@media screen and (min-width: 1025px) {
.partner-wrapper:hover{
	border: 2px solid #000;
	transition: .5s ease-in-out;
}

.box-holder .box:hover:before {
  background-color: transparent;
}

.box-holder .box:hover h4 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.box-holder .box:hover .button {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
}

.box-holder .cell {
  display: table-cell;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  vertical-align: middle;
  z-index: 2;
  position: relative;
}

.large-gallery {
  /* padding: 1.875rem 0; */
  text-align: center;
  position: relative;
  /* top:-14px; */
  margin-top:129px;
}

.large-gallery h3 {
  margin-bottom: 2.5rem;
}

.main-gallery {
  position: relative; 
  background:rgba(0, 0, 0, 1);
}

.main-gallery .item_ {
  min-height: 370px;
  /* height: 100vh; */
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity:0.7;
}

.bot-nav {
  position: absolute;
  top: 100%;
  margin-top: -5.9375rem;
  width: 100%;
  left: 0;
  padding: 0 0.9375rem;
}

.bot-nav .bot-item {
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 4.0625rem;
  margin: 0.3125rem;
}

.trainers-section {
  position: relative;
}

.infinite-slider {
  margin: 15px auto 0;
  width: 100%;
  padding: 10px;
}

.infinite-slider .slide {
  float: left;
  margin: 5px;
  width: 180px;
}

.polite {
  position: relative;
  float: left;
  width: 50%;
}

.inner_wrapper,.scroll_bar {
  overflow: hidden;
  height: 315px;
}

.arrow_box {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7;
}

.arrow_box:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(55, 108, 213, 0);
  border-left-color: #376cd5;
  border-width: 155px;
  margin-top: -155px;
}

.map-container {
  max-width: 79.375rem;
  padding: 3.125rem 0;
}

.map-container .map {
  height: 30.0625rem;
  background-color: #bbb;
  text-align: center;
  padding: 12.5rem 1.875rem;
  margin-bottom: 1.875rem;
}

.contact-us-box {
  max-width: 15rem;
  margin-bottom: 1.875rem;
}

.contact-us-box h4 {
  font-size: 1.375rem;
  margin-bottom: 2.5rem;
}

.contact-us-box h5 {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.contact-us-box ul,.contact-us-box address,.contact-us-box small {
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media screen and (min-width: 40em) {
  .box-holder .box {
    width: 50%;
  }

  .arrow_box {
    color: #fff;
    left: 0;
    top: 15px;
    z-index: 10;
    position: absolute;
    background: #376cd5;
    height: 19.375rem;
    font-size: 2.125rem;
    width: 12.5rem;
    padding: 7.1875rem 3.125rem;
  }
}

@media screen and (min-width: 1025px) {
  .top-banner {
    padding: 0; /*2.25rem 0;*/ /* 0.9375rem; */
    /* min-height: 43.4375rem; */
  }

  .texter_ {
    font-size: 2.125rem;
    margin: 0;
  }

  .texter_ span:nth-child(2) {
/*     max-width: 15rem;
    left: 80%; */
	float:right;
  }

  .texter_ span:nth-child(3) {
/*     max-width: 10rem;
    left: 60%; */
	float:right;
  }
  
  .next-line{
	display:none;
  }
  
@media screen and (min-width: 1025px){
  .like-it {
    position: relative;
/*     right: 4rem;
    top: 30px;
    	width:100%; */
  }
  }
  
  @media screen and (min-width: 1010px) and (max-width: 1185px){
.like-it {
    position: relative;
/*     right: 0rem;
    top: 0rem;
    	width:100%;
    	height:140px;
    	z-index:999; */
  }
  
  .header_ .left-bar{
	height:43px;
	position:relative;
	bottom:54px;
  }
  
  ._contacts{
	bottom:35px;
  }
 
}
  
  .like-it .drop-list {
    opacity: 1;
    position: absolute;
    top: 0;
  }

  .item {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }

  .item.showed {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .item .button {
    /* float: left; */
    /* margin-left: 1.25rem; */
	/* display:none; */
  }

  .row:nth-child(odd) .item .button {
    float: right;
    margin-right: 1.25rem;
  }

  .row:nth-child(odd) .item .button.button-bottom {
    float: none;
    margin-right: 0;
  }	
  
  .text-holder {
    text-align: left;
  }

  .box-holder .box {
    width: 33.3333%;
  }

  .bot-nav {
    margin-top: -9.375rem;
    left: 50%;
    width: 55rem;
    margin-left: -27.5rem;
  }

  .bot-nav .bot-item {
    height: 7.5rem;
  }

  .map-container {
    padding: 6.25rem 0;
  }
}

.box-wrapper{
	width:412px;
	height:260px;
}

.content-section {
  /* padding: 1.5625rem 0; */
	/* margin-top:-165px; */
}

.content-section h3 {
  text-align: center;
  margin-bottom: 5rem;
}

.item {
  /* text-align: center; */
  /* margin-bottom: 3.75rem; */
}

.item::before,.item::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.item::after {
  clear: both;
}

.item h4 {
  /* text-align: center;
  text-transform: uppercase; */
  /* margin-bottom: 1.875rem; */
  /* margin-top: 0.9375rem; */
}

.text-holder {
  /* padding: 1.25rem; */
  position: relative;
  /* margin-bottom: 1.5625rem; */
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.text-holder:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  /* background-image: url(../images/pin-top-left.png); */
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

.text-holder:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  /* background-image: url(../images/pin-top-left.png); */
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

.gallery-slider {
  max-width: 30rem;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 25px;
}

.gallery-slider .slide {
  height: 17.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery-nav {
  max-width: 30.625rem;
  margin: auto;
}

.gallery-nav .nav-slide {
  height: 3.75rem;
  background-color: #0094e1;
  margin: 0 0.4375rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.content-section {
  /* padding-top: 5.625rem; */
}

.content-section .item {
  text-align: left;
  }
  
.map-container h3{
	text-align:center;
}

.shedule-wrapper .text-holder{
	max-width: 70rem;
}

.shedule-wrapper tr{
	min-height:30px;
}

.shedule-wrapper tr:nth-child(odd){
	background:#FFCC99;
}

.shedule-wrapper tr:nth-child(even){
	background:#FF9966;
}

.shedule-wrapper thead tr:nth-child(2){
	background:#FF9933;
	font-weight:bold;
}

.shedule-wrapper td{
	border:solid 1px #fff;
	font-size:13px;
}

.shedule-wrapper td{
	width:10%;
	vertical-align:middle;
	text-align:center;
	height:60px;
	padding:5px;
}

.shedule-wrapper td:first-of-type{
	width:28%;
	text-align:left;
	font-weight:bold;
}

.shedule-wrapper thead tr:first-child{
	background:#CC0000;
	color: #FFFFFF;
	text-align:center;
	height: 40px;
	vertical-align: middle;
	font-size: 16px;
	font-weight:bold;
}

.shedule-wrapper th{
	text-align:center;
	border:1px solid #fff;
}

.shedule-wrapper:nth-child(2) tr:nth-child(odd){
	background:#99CCFF;
}

.shedule-wrapper:nth-child(2) tr:nth-child(even){
	background:#0099FF;
}

.shedule-wrapper:nth-child(2) thead tr:nth-child(2){
	background:#6699FF;
}

.shedule-wrapper:nth-child(2) thead tr:first-child{
	background:#003399;
}

.shedule-bottom{
	min-width:290px;
	height:110px;
	font-size:25px;
	z-index:50;
}

.shedule-bottom a{
	width:250px;
	height:70px;
	font-size:25px !important;
	line-height:36px;
}

.sans-serif{
	font-family: sans-serif;
}

@media screen and (min-width: 1025px) {
  .item {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }

  .item.showed {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .item .button {
    /* float: left; */
    /* margin-left: 1.25rem; */
    /* display: none; */
  }

  .row:nth-child(odd) .item .button {
    float: right;
    margin-right: 1.25rem;
  }
	
  .row:nth-child(odd) .item .button.button-bottom {
    float: none;
    margin-right: 0;
  }	

  .text-holder {
    text-align: left;
  }
}

@media screen and (max-width: 1025px) {
.box-holder .box:before {
  background-color: transparent;
}
  
  .box-holder .box .button {
  padding: 0.625rem 1.25rem;
  visibility: visible;
  opacity: 1;
}

.box-holder .box h4 {
  margin-bottom: 5.163rem;
  font-size: 1.5rem;
 }
 
 .bot-navigation_inner li{
  background-color: #0094E1;
}

.header_ .logo img{
	height:auto;
	margin-top:8px;
}

.next-line{
	display:none;
  }

._contacts span{
	text-align:center;
}
  
 ._contacts{
	margin-top:15px;
 }

.content-section{
	margin-top:-165px;
}
 
.burger{
	top:38px;
}

.bot-navigation .contacts_number_rus{
	display:none;
}

.header_ .logo {
  max-width: 350px;
}

.header_ .logo img {
	width:165px;
}

.header_ > .logo .contacts_number_rus{
	display:block;
	float:right;
	color:#fff;
	font-size: 14px;
    line-height: 20.5px;
	margin-left:10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header_ .bot-navigation a{
	font-size:20px;
}
 
.expanded .top-menu__item, .expanded .top-menu__item-active{
	height:30px;
	padding:0;
}

.like-it .icon{
	height:40px;
	width:40px;
}

[class^="icon-"], [class*=" icon-"]{
	font-size:17px;
	line-height:28.5px;
}

.contacts_number_rus.like-it [class^="icon-"], [class*=" icon-"]{
	font-size:17px;
	line-height:37.5px;
}

.header_ .contacts_number_rus.like-it [class^="icon-"], [class*=" icon-"]{
	font-size:17px;
	line-height:30.5px;
}

.button-wrapper .button-bottom, .button-wrapper-bottom .button-bottom{
	margin-right:16px;
}
 
.large-5.car-content-wrapper{
	padding-bottom: 30px;
}
 
.partner-logo-wrapper{
    margin-right: 10px;
    padding: 25px 15px;
    width: 90px;
}

.partner-title{
    font-size: 25px;
    width: calc(100% - 100px);
	color:#000;
}

.partner-description{
    font-size: 16px;
    padding-right: 10px;
    width: calc(100% - 100px);
	color:#000;
}

.car-pic-wrapper{
	width:250px;
	font-size:16px;
}

.car-description-wrapper{
	width:300px;
}

.car-button .button.button-bottom{
	font-size: 27px;
    height: 60px;
    line-height: 21px;
    width: 260px;
}
 
/* .car-make-title{
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 1);
    font-family: "PT Sans";
    font-size: 25px;
    position: relative;
    display:block;
    width:calc(100% + 10px);
    left:-5px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
} */

/* .car-make-wrapper:hover .car-make-title{
    display:block;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    height:auto;
    color: rgba(255, 255, 255, 1);
}  */

.button-wrapper{
	margin-top:7px;
}

/* .button-bottom:before{
	display:none;
}

.button-bottom a:hover{
	color: #fff;
} */

.contacts_number_rus.like-it .contacts_number_list .contacts_number_item{
	float:left;
}

.contacts_number_rus.like-it .contacts_number_list li:first-child{
	display:inline-block;
}

.contacts_number_rus.like-it .contacts_number_list{
	margin-left:0;
}
 
 .contacts_number_rus.like-it .icon{
	width:40px;
	height:40px;
	padding:0.0125rem;
  line-height: 36px; 
}

.icon-viber{
	width:21px;
	height:20px;
	margin-bottom:10px;
}

.icon-viber-wrapper{
	height:45px;
	margin-right:15px;
}

.icon-mobile-wrapper{
	height:45px;
}

.icon-map-marker-wrapper{
	height:65px;
}
 
.contacts-title{
	margin:0 0 40px;
} 

.contacts_number_rus{
	font-size:16px;
	line-height:23px;
}

.icon-mobile:before {
  font-size:35px;
  bottom:13px;
}
 
 .icon-map-marker:before{
	font-size:25px;
	bottom:13px;
 }
 
 .texter_{
	position:absolute;
	min-width:90%;
	margin:0;
 }

 
 .texter_ span:first-of-type{
    padding: 1.5625rem 0;
 }
 
 .content-section{
	/* padding-top:7.625rem; */
 }
 
 .large-5 {
    width: 98%;
	text-align:left;
	font-family:'PT Sans';
	font-size:18px;
  }
 
.column:last-child:not(:first-child).large-7.map, .columns:last-child:not(:first-child).large-7.map{
	margin:0 0 15px;
}
 
 .large-7 h4{
	font-size:35px;
	font-family:'PT Sans';
	font-weight: bold;
	text-decoration:underline;
	text-align:center;
	/* margin-left:50px; */
	}
 
 .large-gallery{
	height:655px;
	margin-top:110px;
}
 
 .main-gallery{
	top: 30px;
}

.shedule-wrapper table, thead, tbody, th, td, tr { 
	display: block; 
}

.shedule-wrapper thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.shedule-wrapper tr { border: 1px solid #fff; }

.shedule-wrapper td { 
	border: none;
	border-bottom: 1px solid #fff; 
	position: relative;
	padding-left: 50% !important;
	width:100% !important;
	display:block;
	height:100% !important;
	min-height:30px;
	width:100% !important;
	word-wrap:break-word;
}

.shedule-wrapper td:before { 
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 50%; 
	padding-right: 10px; 
	white-space: nowrap;
}

.shedule-wrapper td:first-of-type{
	text-align:center;
}

.shedule-wrapper tr:first-child{
	background:#ffcc99;
	height:100% !important;
	color:#000;
}

.shedule-wrapper tr:nth-child(2){
	background:#ff9966;
}
/*
Label the data
*/
td:nth-of-type(1):before { content: "Секция"; }
td:nth-of-type(2):before { content: "ПН"; }
td:nth-of-type(3):before { content: "ВТ"; }
td:nth-of-type(4):before { content: "СР"; }
td:nth-of-type(5):before { content: "ЧТ"; }
td:nth-of-type(6):before { content: "ПТ"; }
td:nth-of-type(7):before { content: "СБ"; }
td:nth-of-type(8):before { content: "ВС"; }

.header_  .logo{
	display:none;
}

.header_ > .logo{
	display:block;
	margin:5px 15px 5px;
}

.unstyled{
	float:none;
}

.like-it li{
	display:inline-block;
	
}

.like-it li:first-child{
	display:block;
}

.like-it .drop-list{
	text-align:center;
}

.header_ .bot-navigation li a:hover:before {
  display:none;
}

.like-it .search-field{
	position:static;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: .99s ease-in-out;
	transition: .99s ease-in-out;
	margin:0 auto 1rem;
}

.like-it .search-field.active{
	position:static;
	-webkit-transform: translateY(5px);
	transform: translatey(5px);
	-webkit-transition: .99s ease-in-out;
	transition: .99s ease-in-out;
	margin:0 auto 1rem;
}
}
@media screen and (max-width: 768px){
/* .accordion{
	display:block;
} */

.header_ .logo img{
	max-width:200px;
	height:60px;
 }
 
 .header_ h1{
	max-width:200px;
 }
 
 .burger{
	top:49px;
 }

.header_ > .logo .contacts_number_rus{
	margin-top: 0px;
}
 
 .footer_ .right, .footer_.gal .right{
	padding-right:0;
 }
 
.footer_ .left, .footer_.gal .left {
	float: left;
	display:none;
	text-align:center;
	width:100%;
}

.footer_ .left:last-child, .footer_.gal .left:last-child {
	float: left;
	display:block;
}

.partners{
	margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
    width: 85%;
}

.partner-wrapper{
    height: 125px;
	text-align: center;
	/* float: none;
    margin: 0 auto 30px;
    text-align: center;
    width: 360px; */
}

.partner-wrapper:nth-child(2n){
	/* float:none; */
}

.partner-logo-wrapper{
	display:none;
}

.partner-title{
    text-align: center;
    width: 100%;
    padding-top:5px;
	color:#000;
}

.partner-description{
    padding: 0 10px;
    text-align: center;
    width: 100%;
	color:#000;
}

.accordion{
	display:block;
	margin:-40px auto 20px !important;
}

.car-content-wrapper > .car-cart-wrapper, .car-cart-line, .car-make-wrapper, .car-content-wrapper h4, #result{
	display:none;
}

.large-5.car-content-wrapper{
	padding-bottom:0px;
	padding-top:25px;
}

.car-cart-wrapper{
	height:430px;
	width:100%;
	margin-top:20px;
}
 
.car-pic-wrapper{
	font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
	float:none;
	height:200px;
}

.car-pic{
	width:100%;
	height:200px;
}

.car-description-wrapper{
	width:100%;
	margin-bottom:20px;
	float:none;
	margin:0 0 20px 0;
}

.car-description{
	width:250px;
	margin:0 auto;
}

.button-wrapper.car-button{
	width:100%;
	text-align:center;
	float:none;
}

.car-button .button.button-bottom{
	font-size: 27px;
    height: 60px;
    line-height: 21px;
	margin:auto 0;
    width: 250px;
}

.car-make-wrapper{
	border: 5px solid #ccc;
    height: 150px;
    margin-bottom: 30px;
    text-align: center;
    width: 48%;
	float:left;
}

.ajax_link:nth-child(3n+2) .car-make-wrapper{
	margin:0 0 30px;
}

.ajax_link:nth-child(3n) .car-make-wrapper{
	margin:0 0 30px;
}

.ajax_link:nth-child(2n) .car-make-wrapper{
	margin:0 0 30px 4%;
}

.car-make-wrapper{
	margin:0 0 30px;
}

 .icon-viber-wrapper.eng{
	width:120px;
}
 
.icon-viber-wrapper{
	height:0;
}

.icon-viber{
	margin-bottom:0;
}

 .content-section{
	margin-top:-85px;
}
 
.car-button.button-wrapper{
	display:block;
}
 
.button-wrapper{
	display:none;
}

.button-wrapper-bottom{
	display:block;
	text-align:center;
	margin-top:20px;
}
 
.next-line{
	display:inline;
}
 
.large-7.contacts-bottom{
	padding:0 2%;
}

.large-7.map{
	padding:0 2%;
}
 
.contacts_number_rus{
	font-size:14px;
	line-height:23px;
}

.contacts_number_rus.like-it{
	width:110px;
}

.icon-viber-wrapper{
	float:none;
 	margin-right:0px;
	width:100%;
	height:100%;
	text-align:center;
}

 .icon-mobile-wrapper{
 	float:none;
 	margin-right:0px;
	width:100%;
	height:100%;
	text-align:center;
 }
 
.icon-map-marker-wrapper{
	float:none;
	margin-right:0px;
	width:100%;
	height:100%;
	text-align:center;
}
 
.content-section{
	/* padding-top:5.625rem; */
}

.expanded .top-menu__item {
	padding:0;
}

#jivo-iframe-container{
  display:none !important;
  }
  
.large-gallery{
	height:460px;
}

.main-gallery{
	top: -80px;
	/* margin-top: -100px; */
}

 .texter_wrapper{
	width: 100%;
  min-width: 1px;
 }
 .texter_wrapper .texter_ {
    right: 0;
    left: 0;
    margin: 0 auto;
 }
 .texter_ span {
    text-align: center;
    width: 100%;
    padding: 5px !important;
    text-shadow: 1px 3px 1px #000;
}
.texter_  {
    padding-top: 140px;
}
}

@media screen and (max-width: 485px){
.bot-navigation .contacts_number_rus{
	display:block;
	color:#fff;
	margin-top:0;
	width:100%;
}

.large-gallery{
	height:330px;
	text-align: center;
	position: relative;
	top:-14px;
	margin-top:160px;
}

.main-gallery .item_{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 570px;
}

.main-gallery{
	top: -141px;
	/* margin-top: -60px; */
}

  .content-section .item.contacts_eng {
  text-align:center;
}

.large-7.contacts-bottom{
	padding:0 4%;
	width:100%;
}

.large-7.map{
	padding:0 4%;
	width:100%;
}

.contacts_number_rus {
    font-size: 23px;
    line-height: 30px;
	text-align:center;
}

.contacts_number_rus.like-it{
	text-align:center;
	width:100%;
}

.contacts_number_rus.like-it .contacts_number_list .contacts_number_item{
	float:none;
}

.contacts_number_rus.like-it li:first-child{
	display:inline-block;
}

.contacts_number_rus.like-it .contacts_number_list{
	margin-left:0;
}

.contacts_number_rus.like-it .icon{
	width:45px;
	height:45px;
	padding:0.1125rem;
  line-height: 36px; 
}

.contacts-title{
	margin:-100px 0 40px;
}

.row .contacts-title{
	margin:0px 0 40px;
}

.icon-viber-wrapper, .icon-viber-wrapper.eng{
	width:100%;
}

.car-make-wrapper{
	border: 5px solid #ccc;
    height: 75px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
	float:left;
}

.ajax_link:nth-child(2n) .car-make-wrapper{
	margin:0 0 30px;
}

.car-make-wrapper{
	margin:0 0 30px;
}

.car-make{
	display:none;
}

/* .car-make-title{
    background: none;
    color: rgba(0, 0, 0, 1);
    font-family: "PT Sans";
    font-size: 40px;
    height: 100%;
    position: static;
    display:block;
    width:100%;
    left:0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
} */

.car-make-wrapper:hover .car-make-title{
	display:block;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	height:auto;
	color: rgba(0, 0, 0, 1);
}

.partner-wrapper{
    max-width: 300px;
    min-width: 200px;
    width: auto;
}

.button-wrapper .button-bottom, .button-wrapper-bottom .button-bottom{
	margin-right:0;
}

.header_ > .logo .contacts_number_rus{
	display:none;
}
}

@media screen and (min-width: 1200px) {
	.header_ .burger {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.burger {
		top: 35px;
	}
	.bot-navigation .contacts_number_rus {
	    margin-top: 10px;
	    margin-bottom: 5px;
	}
    .header_ .logo {
        margin: 5px 15px 5px;
    }
    .header_ > .logo .contacts_number_rus  {
        margin-top: 8px;
        margin-bottom: 5px;
    }
    .large-gallery {
        margin-top: 78px;
    }
    .header_ .logo img {
        height: auto;
        width: 165px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1025px){
	.header_ .inner-holder .unstyled{
		float:none;
		padding-bottom: 20px;
	}
	
	.top-menu__item, .top-menu__item-active{
		display:none;
	}
	
	.expanded .top-menu__item-active {
		height:35px;
	}
	
	.burger{
		top:38px;
	}
	
	.burger span{
		background-color:#FFF;
	}
}

/*Viktor's style edit*/
html, body {
    min-width: 320px;
}

.main-gallery .item_ {
    min-height: 300px;
    max-height: 70vh;
    height: 655px;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (max-width: 1025px) {
   .large-gallery {
        height: auto;
        margin-top: 140px;
    }
    
    .content-section {
        margin-top: 0;
    }
    
    .main-gallery {
        top: 0;
    }
}

@media screen and (max-width: 1025px) {
   .large-gallery {
        margin-top: 78px;
    }
}

@media screen and (max-width: 768px) {
    .accordion {
        list-style: none;
    }
    .submenu {
        list-style: none;
    }
}

@media screen and (max-width: 700px) {
    .partner-logo-wrapper {
        display: inline-block;
        width: 19%;
        padding: 20px 0 20px 15px;
        margin-right: 0;
    }
    .partner-logo-wrapper img {
        max-width: 100%;
        max-height: 100%;
    }
    .partner-wrapper .partner-title, .partner-wrapper .partner-description {
        width: 75%;
    }
}

@media screen and (max-width: 400px) {
    .partner-wrapper .partner-title {
        line-height: 1.1;
        font-size: 22px;
    }
    .partner-wrapper .partner-description {
        width: 75%;
    }
}

@media screen and (max-width: 768px) {
  .gallery-page .galereya {
    margin-top: -20px;
  }
}

.services-page footer{
  position: absolute;
  width: 100%;
}

@media(min-width: 1190px) and (max-width: 1250px){
.top-menu__item, .top-menu__item-active {
    padding: 0.4375rem 2.1875rem !important;
}
}
@media(min-width: 1190px){
.header_wrapper::after{content:' '; clear: both;}
.header_wrapper{position: relative;}
.header_wrapper ul.unstyled{position:absolute; right:0;}
}