/*MAIN.CSS*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin,cyrillic);
/*@import url('https://fonts.googleapis.com/css?family=Oswald');*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700&subset=cyrillic');



.container {
  max-width: 100%;
}
.container {
  max-width: 100%;
  
  max-width: calc(100% - 3rem);
  padding: 0 1.5rem;
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .container {
    max-width: calc(100% - 10rem);
    padding: 0 5rem;
  }
}

@media screen and (max-width: 360px){
  .col-xxs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

/*-------------------------  BODY  -----------------------------*/

body {
	background-position: center;
	background-attachment:fixed;
  font-family: 'Roboto', sans-serif;
  /*font-family: 'Roboto Slab', Georgia, serif;*/
}

h2, h1 {
    /*font-family: 'Roboto', Helvetica, Geneva, sans-serif;*/
    font-family: Arial , Helvetica, Geneva, sans-serif;
    line-height: 1.3;
}

html, body {
  height: 100%;
  font-size: 16px;
}


/*-------------------------  ENTER_BAR  -----------------------------*/

#enter_boton{
	position:absolute;
	right:0;
	top:0;
	height:20px;
	width:20px;
	z-index:300;
}

#enter_boton a {
	display:block;
	height:100%;
}

@media screen and (max-width: 64em){
  #enter_boton{
    display:none;
  }
}

/* ===================================================================/
 * global node styles
/* ==================================================================*/

.node .content {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-family: 'Roboto Slab', Georgia, serif;
}


/*-------------------------  great_bg  -----------------------------*/
.great_bg {
  position: fixed;
  top: 0; bottom: 0;
  right: 0; left: 0;
  z-index: -1;
}

/*-------------------------  side_link  -----------------------------*/

.side_link{
    position:fixed;
    right:-70px;
    bottom:50%;
    z-index:300;

    background: #256BF9;

-webkit-border-radius: 9px 9px 0 0;
border-radius: 9px 9px 0 0;

-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);

-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}

.side_link:hover{
    right:-55px;

-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}


.side_link a {

-webkit-border-radius: 9px 9px 0 0;
border-radius: 9px 9px 0 0;

    padding: 20px 20px 40px 20px;
    background: #256BF9;
    color: white;
    font-size: 16px;
}

/*-------------------------  PAGE-WRAPPER  -----------------------------*/

#page-wrapper {
    overflow:hidden;
    position: relative;
    padding: 0 0 0px 0;
}

/*-------------------------  HEADER  -----------------------------*/
.header_container {
  background: #fff;
  position: relative;


  -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:    3px 3px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow:         3px 3px 20px 0px rgba(0, 0, 0, 0.3);

}

#header {
  padding: 0px 0;
}


/*.sticky_header #header {*/
  /*position: fixed;*/
  /*top:0; right:0; left:0;*/
  /*background: #fff;*/
  /*z-index: 500;*/

  /*-webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.3);*/
  /*-moz-box-shadow:    3px 3px 20px 0px rgba(0, 0, 0, 0.3);*/
  /*box-shadow:         3px 3px 20px 0px rgba(0, 0, 0, 0.3);*/

/*}*/

.toolbar.sticky_header #header {
  top: 65px;
}

/*#header a#logo {*/
    /*display: block;*/
    /*padding: 8px 5px 8px 20px;*/
    /*float: left;*/
/*}*/

.logo svg {
  margin: 10px 0 10px 0;
  width: 100px;
}

.header_line {
  margin: 8px 0 0 0;
}


@media screen and (max-width: 42em) {
  .header_line {
    display: none;
  }
}

/*-------------------------  HEADER MENU  -----------------------------*/

.header_menu_bar .region-header-menu-bar {
  padding: 0px 0 0 0;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;

  height: 100%;
}


.header_menu_bar .region-header-menu-bar .block{

}

@media screen and (max-width: 1220px){
  #block-menu-menu-small-header-menu {
    display: none;
  }
}

@media screen and (min-width: 42rem) and (max-width: 64rem) {
  .header_menu_bar {
    padding-right: 40px;
  }
}
@media screen and (max-width: 42em) {
  .header_menu_bar .region-header-menu-bar {
    padding: 20px 0 20px 0;
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
  }

  .header_menu_bar .region-header-menu-bar .block{
    width: 100%;
    padding: 10px 0;
  }

}


/*------------------------- LANG IN HEADER MENU  -----------------------------*/
#block-locale-language .active {
  display: none;
}

#block-locale-language ul {
  margin: 0;
  padding: 0;
}



.header_menu_bar ul.menu {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: flex-start;
  padding: 0px 0 0 0;
}


.header_menu_bar ul li{
  list-style: none;
  position: relative;
  margin: 0;
}

.header_menu_bar li.expanded,
.header_menu_bar li.collapsed,
.header_menu_bar li.leaf {
  padding: 0;
}

.header_menu_bar ul li a{
  text-decoration: none;
  padding: 8px 18px;
  margin: 0 5px;
  font-size: 1.1rem;
  color: #006AB6;
  font-family: Helvetica, Arial;
}

.header_menu_bar ul.menu li a:hover {
  color: #DE134B;
}

/*.header_menu_bar ul.menu li a.active,*/
/*.header_menu_bar ul.menu li a:hover {*/
  /*border-bottom: 3px solid #0033FF;*/
  /*color: #000;*/
/*}*/

.header_menu_bar ul.menu li.expanded:hover  a{
  background: #e5e5e5;
  color: #000;
  border:0;
}
.header_menu_bar ul.menu li.expanded:hover ul li  a{
  background: none;
  color: #797979;
}


.header_menu_bar ul.menu li ul {
  padding:0;
  position: absolute;
  top: 140%;
  left: 5px;
  min-width: 300px;
  background: #fff;
  display: none;
  z-index: 200;
  padding: 10px 0;

-webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    3px 3px 20px 0px rgba(0, 0, 0, 0.3);
box-shadow:         3px 3px 20px 0px rgba(0, 0, 0, 0.3);


box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 3px 1px -2px rgba(0, 0, 0, 0.2),
0 1px 5px 0 rgba(0, 0, 0, 0.12);

-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}


.header_menu_bar ul.menu li:hover ul {
  display: block;
}

.header_menu_bar ul.menu li ul li {
  width: 100%;
}


.header_menu_bar ul.menu li ul li a{
  text-decoration: none;
  padding: 5px 16px;
  margin: 3px 0px;
  font-size: 1.1rem;
  border-bottom: none;
  display: block;
  color: #000;
}

.header_menu_bar ul.menu li.expanded ul li a:hover,
.header_menu_bar ul.menu li.expanded ul li a.active {
  border-bottom: none;
  background: none;
  color: #000
}


@media screen and (max-width: 64em) {

  .header_container {
    min-height: 50px !important;

  }
  #header {
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
  }


  .menu_toggle {
    width: 40px;
    height: 60px;
    background: url(img/menu_icon_3.png) center no-repeat;
    position: absolute;
    right: 10px;
    top: 3px;
    cursor: pointer;
  }

  #logo {
    width: 100%;
    padding: 0 10px;
    display: block;
    height: 62px;
    text-align: left;
  }

  #header a#logo {
    padding: 0 0 0 5px; margin: 0;

    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;

  }

  #header a#logo img {
    max-width: 62%;
    max-height: 50px;
  }

  #header .row>div {
    width: 100%;
    text-align: center;
  }





}

/* ===================================================================/
 * social icons
/* ==================================================================*/

#block-block-55 a{
 text-decoration: none;
 margin: 0 1px;
}

#block-block-55 svg{
 width: 32px;
}
#block-block-55 svg:hover path{
  fill: #444;
}

#block-block-55 .instalink svg:hover path {
  fill: #fff;
}

#block-block-55 .instalink svg:hover path#grad_circle1 {
  fill: #444;
}



/* ===================================================================/
 * mobile menu
/* ==================================================================*/

.mb-container {
  position: absolute;
  right: 12px;
  top: 18px;
  z-index: 101;
}
.menuActive .mb-container {
  position: fixed;
}

.menu-button {
  position: relative;
  width: 32px;
  height: 36px;
  cursor: pointer;
  margin: 0 5px 0 0;
}

@media screen and (min-width: 1025px) {
  .menu-button {
    display: none;
  }
}

.menu-button-in {
  position: absolute;
  top: 12px;
  background: #414141;
  height: 4px;
  width: 100%;
}
  .menu-button-in::before,
  .menu-button-in::after {
    position: absolute;
    content: '';
    background: #414141;
    height: 4px;
    width: 100%;
    top: -10px;
    left: 0;
    transition: 0.2s 1s;
    transition: top 0.2s 0.2s;
    z-index: 100;
  }
  
  .menu-button-in::after {
    position: absolute;
    content: '';
    background: #414141;
    height: 4px;
    width: 100%;
    top: 10px;
  }


.menu-button.active .menu-button-in {
  background: none;
}
  .menu-button.active .menu-button-in::before, 
  .menu-button.active .menu-button-in::after {
    top: 0;
    transform: rotate(45deg);
    transition: 0.2s;
    transition: all 0.2s 0.2s;
    background: #fff;
  }

  .menu-button.active .menu-button-in::after {
    transform: rotate(-45deg);
    background: #fff;

  }


/*-------------------------  TOP MENU  -----------------------------*/

.top_menu_bar {
  position: relative;
  background: #414141;
}


.top_menu_bar .content ul.menu {
  padding: 0;
  margin: 0;
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
}

.top_menu_bar .block-menu ul li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}

.top_menu_bar ul li a{
  display: block;
  text-decoration: none;
  padding: 12px 10px 10px 10px;
  margin: 0 0px;
  font-size: 1rem;
  color: #fff;
}

.top_menu_bar ul.menu > li > a.active,
.top_menu_bar ul.menu > li.expanded:hover > a{
  background: #222;
  color: #fff;
}

.top_menu_bar .block-menu ul.menu li ul {
  padding:0;
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 300px;
  background: #222;
  display: none;
  z-index: 200;
  padding: 10px 0;

-webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    3px 3px 20px 0px rgba(0, 0, 0, 0.3);
box-shadow:         3px 3px 20px 0px rgba(0, 0, 0, 0.3);


box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 3px 1px -2px rgba(0, 0, 0, 0.2),
0 1px 5px 0 rgba(0, 0, 0, 0.12);

-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.top_menu_bar ul.menu li:last-child:hover ul {
  left: auto;
  right: 0;
}

.top_menu_bar ul.menu li:hover ul {
  display: block;
}

.top_menu_bar ul.menu li:hover ul ul {
  display: none;
}



.top_menu_bar ul.menu li ul li a{
  text-decoration: none;
  padding: 5px 16px;
  margin: 3px 0px;
  font-size: 1.1rem;
  border-bottom: none;
  display: block;
  color: #fff;
  text-align: left;
}

.top_menu_bar ul.menu li.expanded ul li a:hover,
.top_menu_bar ul.menu li.expanded ul li a.active {
  text-decoration: underline;
}

@media screen and (max-width: 64em) {
  .top_menu_bar {
    display: none;
  }
}

/* ===================================================================/
 * mobile_menu_side
/* ==================================================================*/


.mobile_menu_side {
  position: fixed;
  top:0;
  left: -100%;
  width: 100%;
  transition: left 0.5s ease;
  height: 100%;
  padding: 20px 0 0 0;
  z-index: 100;
  background: #111;
  text-align: center;
  overflow-y: scroll;
}

.mobile_menu_side svg {
  width: 100px;
  margin: 0 0 20px 0;
}

.mobile_menu_side svg .latters path{
  fill: #fff;
}



body.menuActive .mobile_menu_side {
  left: 0;
  transition: left 0.5s ease;
}

.mobile_menu_side .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}


@media screen and (max-width: 64em) {

  body #page-wrapper {
    transition: margin 0.5s ease;
  }
  body.menuActive #page-wrapper {
    margin-left: 100%;
    transition: margin 0.5s ease;
    min-width: 100%;
  }
  body.menuActive {
    overflow-x: hidden;
  }

}

.mobile_header .region-header-menu-bar {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}

.mobile_header #block-block-56 {
  display: none;
}

.mobile_header svg path{
}



/*-------------------------  long_line_bar  -----------------------------*/

.long_line_bar {
  margin: 0 0 0px 0;
  position: relative;
  min-height: 140px;
}

.long_line_bar_conveer p {
  margin: 0;
  padding: 0;
}

.long_line_bar_conveer .content {
  height: 140px;
  overflow: hidden;
}



.long_line_bar_conveer .content {
  position: absolute;
  left: 0;
  top: 0;

}

/*.not-logged-in .long_line_bar_conveer .content {*/
  /*transform: translate3d(0, 0, 0);*/
  /*[>animation: moveSlideshow 250s linear infinite;<]*/
  /*will-change: transform;*/
/*}*/

.long_line_bar ul {
  position: relative;
  margin: 0;
  padding: 0;

  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-bettwen;
  align-content: center;
  align-items: center;
  

}

.long_line_bar_conveer .content ul{
  will-change: left;
}


.long_line_bar ul li{
  position: relative;
  list-style: none;
  float: left;
}

.long_line_bar ul li img{
  width: auto !important;
  height: 140px !important;
}

/*@keyframes moveSlideshow {*/
  /*100% {*/
    /*transform: translateX(-100%);*/
    /*transform: translateZ(0);*/
    /*-webkit-transform: translateX(-100%);*/
  /*}*/
/*}*/

.long_line_bar ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
}

.long_line_manifest {
  margin: 0px 0 0 0;
  position: absolute;
  z-index: 20;
  width: 100%;
  height: auto;
  z-index: 20;
}


.long_line_bg {
  position: absolute;
  width: 100%;
  top: 0;
  bottom:0;
  z-index: 10;
}

.logged-in .long_line_bg {
  background: rgba(215, 44, 44, 0.8)
}

.not-logged-in .long_line_bg {
  animation: bgColorChange 30s linear infinite;
  animation-fill-mode: both;
  will-change: background;
}

@keyframes bgColorChange {

  0% {
    background: rgba(255, 255, 255, 0);
  }
  40% {
    background: rgba(188, 16, 65, 0.8);
  }
  60% {
    background: rgba(6, 69, 132, 0.8);
  }
  80% {
    background: rgba(132, 44, 6, 0.8);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}


/*long line link*/

.long_line_bar .content a {
  display: inline-block;
  padding: 14px 18px;
  background: #DE134B;
  border: 2px solid #fff;
  color: #fff;
  margin: 2px 0 0 0;
  text-decoration: none;
}

.long_line_bar .content a:hover {
  background: #BB1141;
}



@media screen and (max-width: 42rem) {
  .long_line_bar .content p,
  .long_line_bar .content span{
    font-size: 18px !important;
  }

  .long_line_bar .content a {
    font-size: 16px !important;
  }

}


/*-------------------------  top_manifest_bar  -----------------------------*/
.top_manifest_bar_container {
  min-height: 500px;
  position: relative;
  background: url(img/mecada_hero_2.jpg) no-repeat center;
  /*background-attachment: fixed;*/
  background-size: cover;

  padding: 0 0 20px 0;
  margin: 0 0 80px 0;
  overflow: hidden;
}

/*.top_manifest_bar_container .bg {*/
  /*position: absolute;*/
  /*top: 0; left:0;*/
  /*right: 0; bottom: 0;*/
  /*z-index: 0;*/
  /*background: url(img/hero_img_1.jpg) no-repeat center;*/
  /*background-attachment: fixed;*/
  /*background-size: auto 100%;*/

  /*transform: scale(1.4);*/

  /*animation: 6s linear both 0s 1 normal zoom_out;*/
/*}*/

/*.top_manifest_bar_container .people {*/
  /*position: absolute;*/
  /*top: 0; left:0;*/
  /*right: 0; bottom: 0;*/
  /*z-index: 1;*/
  /*background: url(img/hero_img_people.png) no-repeat bottom;*/
  /*background-attachment: fixed;*/

  /*background-size: 120%;*/

  /*transform: scale(1.2);*/


  /*animation: 6s linear both 0s 1 normal zoom_out;*/
/*}*/



@keyframes zoom_out {
  0% {

  }
  100% {
    transform: scale(1);
  }
}

.top_manifest_bar {
  position: absolute;
  top: 0; left:0;
  right: 0; bottom: 0;
  z-index: 100;

  color: #fff;
  font-size: 1.2rem;
  font-family: Arial, Helvetica;
  font-weight: normal;
  line-height: 1.5;
  text-align: right;
  min-height: 500px;


    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: center;
}

.particleground_bg {
  position: absolute;
  top: 0; left:0;
  right: 0; bottom: 0;
  z-index: 100;

  opacity: 0.30;
  filter: alpha(opacity =30);
}

.top_manifest_bar .phone:nth-child(3) .city {
  color: #FFFF00;
}
.top_manifest_bar .phone:nth-child(4) .city {
  color: #00FF00;
}

.top_manifest_bar a {
  color: #fff;
  text-decoration: none;
}


.top_manifest_bar a.tel {
  margin: 0 0px 0 16px;
  color: #fff;
  text-decoration: none;
}

.top_manifest_bar a.tel_s{
  padding: 0 0 0 42px;
  background: url(img/velcom&mts.png) left center no-repeat;
}


.top_manifest_bar a.tel span {
  font-size: 1rem;
}

.top_manifest_bar .block {
  max-width: 700px;
  margin: 0 auto;
}
.top_manifest_bar .block .block_in {
  padding: 20px;
  font-weight: normal;
}



@media  screen and (max-width: 64rem) {

  #block-block-15 {
    width: 100% !important;
    margin: 0 auto;

  }

  .top_manifest_bar {
    font-size: 1.1rem;
  }

  .top_manifest_bar .row {
    margin: 0;
  }
  .top_manifest_bar .row>div {
    width: 100%;
  }




  .big_manifest {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    padding: 0px 0 10px 0;
  }


  .top_manifest_bar a.tel {
    text-align: center;
    padding: 0px 26px 0px 0px;
    margin: 0 10px 0 0;
    font-size:2rem;
    background: url(img/call.png) right center no-repeat;
  }
  .top_manifest_bar a.tel.tel_s {
    margin: 0 0px 0 0;
    display: inline-block;

  }

  .top_manifest_bar a.tel span.mobile {
    display: inline-block;
    height: 20px;
    padding: 0px 0 0px 45px;
    margin: 0px 0px -2px 0;
    background: url(img/velcom&mts.png) left bottom no-repeat;
  }
}


@media  screen and (max-width: 40rem) {
  .top_manifest_bar {
    font-size: 1rem;
  }

}

/*-------------------------  design slider  -----------------------------*/

.slider_bar {
    overflow:hidden;
    height:400px;
}


#slider_bar div.section{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}


.slider_bar .view-content {
    position:relative;
    overflow:hidden;
    left:-1360px;
    top:0;
    width:100000px;
}

.slider_nav_left, .slider_nav_right{
    position:absolute;
    z-index:200;
    width:1000px;
    height:400px;
    background:black;
    top:0;
    cursor:pointer;
    -moz-opacity: 0.40;
    opacity: 0.40;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}

.slider_nav_left:hover, .slider_nav_right:hover{
    -moz-opacity: 0.0;
    opacity: 0.0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}


.slider_nav_left{
    left:-1000px;
}

.slider_nav_right{
    right:-1000px;
}

.slider_bar .content .view-id-slider {

}

.slider_bar .views-row {
    float:left;
}

.slider_bar .title {
    position:absolute;
}
    .slider_bar .slider_menu .title {
        position:relative;
    }

.slider_bar .body {
    position:absolute;
}

.slider_bar .slider_menu .body {
    position:relative;
    display:none;
}
    #slider_bar .slider_menu div.first .body{
        display:block;
    }


/*slider menu!*/



#slider_bar .slider_menu{
    width: 280px;
    height:400px;
    position:absolute;
    right:0;
    top:0;
    background:#df2025;
    color:#fff;
    z-index:21;
    font-size: 12px;

}

.slider_bar .slider_menu .title {
    cursor:pointer;
    padding:17px 0 12px 15px;
    background: url(img/shadow_tab_menu_315.png) top no-repeat;
    font-weight:bold;
}

.slider_bar .slider_menu .title .body {
    font-weight:normal;

}



#slider_bar .slider_menu ul, #slider_bar .slider_menu ul li{
    list-style:none;
}

#slider_bar .slider_menu ul li a{
    color:white;
}


.slider_shadow {
    position: absolute;
    bottom: 0px; right: 0px;
    width: 1100px;
    height:49px;
    background:url('img/slaider-shadow.png') bottom repeat-x;
    z-index: 100;
}

/*.slider_shadow_right {*/
/*    height:30px;*/
/*    background:url('img/shadow_r_corner.jpg') bottom right no-repeat;*/
/*}*/

/*.slider_shadow_left {*/
/*    height:30px;*/
/*    background:url('img/shadow_l_corner.jpg') bottom left no-repeat;*/
/*}*/

/*-------------------------  CODA ART SLIDER  -----------------------------*/

.slider_bar_2 {
    margin: 0 auto;
    width: 1100px;
}

.slider_bar_2 .section {
    position: relative;
}

/*-------------------------  MAIN  -----------------------------*/

#main {
    background-position: top;
    background-repeat: repeat-x;
    /*min-height: 500px;*/
    margin-top: 20px;
}

.front #main {
    background-image: none;
    display: none;
}


/*-------------------------  SIDEBAR_FIRST  -----------------------------*/

#sidebar_first {
    padding: 0px 0 0 0;
    font-size: 18px ;
}

@media screen and (max-width: 42em) {
  #sidebar_first {
    display: none;
  }
}



#sidebar_first .block {
    padding: 0px 20px 10px 0px;
    color: #666;
    margin: 0 0 12px 0;
    /*background: url(img/menu-shadow-up.png) left top no-repeat;*/
}

#sidebar_first .block .block_in{
    padding: 0px 0px 50px 0px;
    /*border-right: 3px solid #E6E6E6;*/
    /*background: url(img/menu-shadow-bottom.png) left bottom no-repeat;*/
}

#sidebar_first #block-block-8.block  {
    background: none;
}

    #sidebar_first #block-block-8.block .block_in {
        background: none;
        padding: 0 10px 0 30px;
    }

#sidebar_first .block a{
  color: #000 ;
}

#sidebar_first .block a:hover, #sidebar_first .block a.active{
  background-color: #DE134B;
  color: #fff;
}

#sidebar_first h2{
  color: white;
  font-size: 22px;
  padding: 0 0 0 30px
}

#sidebar_first  ul.menu {
  padding: 0 0 0 0;
  margin:0px;
}

#sidebar_first  ul.menu li {
  list-style: none;
  margin: 0;
  position: relative;
}

#sidebar_first  ul.menu li a {
  display: block;
  padding: 10px 0 10px 24px;
  text-decoration: none;
  position: relative;
}

#sidebar_first  ul.menu li ul li a {
  display: block;
  padding: 2px 0 1px 35px;
  color: #666;
}
  #sidebar_first  ul.menu li ul li  ul li a {
    display: block;
    padding: 2px 0 1px 50px;
  }

#sidebar_first .block-menu ul li.collapsed a {
  background-image:url('img/plus_bullet_w.png') ;
  background-position: 14px 10px;
  background-repeat: no-repeat;
}
    #sidebar_first .block-menu ul li.collapsed ul a {
      background-image:none;
    }


#sidebar_first .block-menu li.expanded a {
    color:white;
    background-image:url('img/minus_bullet_w.png');
    background-position: 12px 10px;
    background-repeat: no-repeat;
}

    #sidebar_first .block-menu ul li.expanded ul a {
      background-image:none;
    }



#sidebar_first ul li.collapsed > a::before {
  position: absolute;
  left: 7px;
  content: '+';
  margin-top: -2px;
}
#sidebar_first ul li.expanded > a::before {
  position: absolute;
  left: 7px;
  margin-top: -2px;
  content: '–';
}

#sidebar_first  ul.menu li ul li a::before {
  left: 17px;
}

#sidebar_first ul li .squre {
  position: absolute;
  left: 2px;
  top: 10px;
  height: 22px;
  width: 22px;
  z-index: 100;
}
#sidebar_first ul li ul li .squre {
  left: 14px;
  top: 1px;
}


/*-------------------------  side_collapsed_menu  -----------------------------*/

.side_collapsed_menu {
    padding: 0px 0 0 0;
    font-size: 18px ;
}



.side_collapsed_menu .block {
    padding: 0px 0px 10px 0px;
    color: #666;
    margin: 0 0 12px 0;
    /*background: url(img/menu-shadow-up.png) left top no-repeat;*/
}

.side_collapsed_menu .block .block_in{
    padding: 0px 0px 50px 0px;
    /*border-right: 3px solid #E6E6E6;*/
    /*background: url(img/menu-shadow-bottom.png) left bottom no-repeat;*/
}


.side_collapsed_menu .block a{
  color: #000 ;
}

.side_collapsed_menu .block a:hover, .side_collapsed_menu .block a.active{
  background-color: #DE134B;
  color: #fff;
}

.side_collapsed_menu h2{
  color: white;
  font-size: 22px;
  padding: 0 0 0 30px
}

.side_collapsed_menu  ul.menu {
  padding: 0 0 0 0;
  margin:0px;
}

.side_collapsed_menu  ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.side_collapsed_menu  ul.menu li a {
  display: block;
  padding: 10px 5px 10px 34px;
  text-decoration: none;
  position: relative;
  color: #fff;
}

.side_collapsed_menu  ul.menu li ul li a {
  display: block;
  padding: 2px 0 1px 35px;
  color: #ccc;
}
  .side_collapsed_menu  ul.menu li ul li  ul li a {
    display: block;
    padding: 2px 0 1px 50px;
  }

.side_collapsed_menu .block-menu ul li.collapsed a {
  background-image:url('img/plus_bullet_w.png') ;
  background-position: 14px 10px;
  background-repeat: no-repeat;
}
    .side_collapsed_menu .block-menu ul li.collapsed ul a {
      background-image:none;
    }


.side_collapsed_menu .block-menu li.expanded a {
    color:white;
    background-image:url('img/minus_bullet_w.png');
    background-position: 12px 10px;
    background-repeat: no-repeat;
}

    .side_collapsed_menu .block-menu ul li.expanded ul a {
      background-image:none;
    }



.side_collapsed_menu ul li.collapsed > a::before {
  position: absolute;
  left: 16px;
  content: '+';
  margin-top: -2px;
}
.side_collapsed_menu ul li.expanded > a::before {
  position: absolute;
  left: 17px;
  margin-top: -2px;
  content: '–';
}

.side_collapsed_menu  ul.menu li ul li a::before {
  left: 17px;
}

.side_collapsed_menu ul li .squre {
  position: absolute;
  left: 2px;
  top: 10px;
  height: 22px;
  width: 22px;
  z-index: 100;
}
.side_collapsed_menu ul li ul li .squre {
  left: 14px;
  top: 1px;
}

/*-------------------------  CONTENT  -----------------------------*/
#content {
    padding: 0px 0 40px 0;
}
.front #content {
    padding: 20px 0 0px 0;
}


#content h2 {
  font-weight: 300;
}

.front.not-logged-in #content {
  display: none;
}

/*#content .section {
    margin: 26px 0 0 0;
}
*/

#content .field-name-field-catalog-im .field-item {
    float: left;
    padding: 0 18px 18px 0;
}

/*-------------------------  TOP & BOTTOM CONTENS REGIONS  -----------------------------*/

.region-cont-top-bar {
    margin: 0 0px 0 0px;
}

.region-cont-bottom-bar {
    margin: 0 0px 0 0px;
}


/*-------------------------  PAGE  -----------------------------*/

#page-title {
    display: block;
    margin: 0px 0 18px 0px;
    padding-left: 0px;
    font-size: 32px;
    color: #D1230D;
    font-weight: normal;
    text-align: right;
    /*border-bottom: 2px solid #D1230D;*/
}


@media screen and (max-width: 64em) {
  #page-title {
    text-align: left;
  }
}



/*-------------------------  CATALOG  -----------------------------*/


/*.view-catalog .views-row {*/
    /*float: left;*/
    /*margin: 16px;*/

    /*-webkit-box-shadow: 7px 7px 17px rgba(50, 50, 50, 0.15);*/
    /*-moz-box-shadow:    7px 7px 17px rgba(50, 50, 50, 0.15);*/
    /*box-shadow:         7px 7px 17px rgba(50, 50, 50, 0.15);*/
/*}*/

/*.view-catalog div.title {*/
    /*text-align: left;*/
    /*padding: 0px 0 10px 8px;*/
    /*font-size: 13px;*/
/*}*/

/*.view-catalog div.title a{*/
    /*color:#08A5E1;*/
/*}*/

/*-------------------------  FOOTER  -----------------------------*/
/*.before_footer {
    height: 30px;
    background-color: #f0f0f0;
}*/

.footer_wrapper {
  background-color: #064D93;
  position: relative;
  bottom: 0px;
  width: 100%;




}


#footer{
  color: #fff;
  margin: 0;
  padding: 50px 0 60px 0;
  background: #333333;
}

#footer ul.contextual-links {
    top:-30px;
}

#footer p{
  line-height: 1.2;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 64em) {


  #footer{
    width: 100% !important;
    max-width: 100%;
  }

  #footer .row {
    margin: 0 0px;
    width: 100% !important;
    max-width: 100%;
    display: block;
  }
  #footer .row>div {
    width: 100% !important;
    padding: 0 0px;
    text-align:center !important;
    float: none;
  }
  #footer .row>div p {
    text-align:center !important;
  }

}




/*-------------------------  header menu in footer  -----------------------------*/
.header_menu_footer_cont {
  padding: 30px 0 30px 0;
  overflow: hidden;
  background-color: #064D93;
  font-size: 15px;
}


.header_h_menu {

}

.header_h_menu  ul.menu {
  padding: 0;
  margin: 0;
}

.header_h_menu ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header_h_menu ul.menu li a {
  color: #fff;
  text-decoration: none;
}

.header_h_menu .content> ul.menu {  
  margin: 0 0px;
}

.header_h_menu .content> ul.menu ul ul {  
  display: none;
}

.header_h_menu .content> ul.menu > li {
  width: calc(25% - 30px);
  float: left;

  padding: 20px 15px;
}

.header_h_menu .content> ul.menu > li > a {
  text-transform: uppercase;
  margin: 0 0 2px 0;
  padding: 0 0 2px 0;
  font-size: 1.3em;
  line-height: 2;
}

.header_h_menu .content> ul.menu > li > a:hover {
  border-bottom: 2px solid #fff;
}


.header_h_menu .content> ul.menu > li > ul {
  margin: 6px 0 10px 0;
  padding: 0 0 2px 0;
}


.header_h_menu ul.menu li ul li a {
  display: block;
  margin: 8px 0 8px 0;
  font-size: 1.1em;
}
.header_h_menu ul.menu li ul li a:hover {
  text-decoration: underline;
}


@media screen and (max-width: 64em) {

  .header_h_menu .content> ul.menu {  
    margin: 0 20px;
  }

  .header_h_menu .content> ul.menu > li {
    width: calc(50% - 20px);
    float: left;

    padding: 20px 10px;
  }


}
@media screen and (max-width: 42em) {

  .header_menu_footer_cont {
    display: none;
  }

}


/*-------------------------  abox news -----------------------------*/


.abox_wrapper_wrapper {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.abox_wrapper img{
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.abox_wrapper {
    position: relative;
    overflow: hidden;
    background: #666;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.abox_wrapper .title{
    position: absolute;
    font-weight: bold;
}


.abox_wrapper .title a{
    display: block;
    margin: 20px 0 0 20px;
    color: white;
    font-size: 36px;
    line-height: 1;
}

.abox_wrapper_wrapper .title_bottom{
    text-align: center;
    padding: 5px;
}

/* ==================================================================/
 * Tables
/* ==================================================================/

/*  table {
    border:1px solid #999;
  }

  td {border:1px solid #999;}*/

#sidebar_first #block-block-13{
 background-color: #0089E1;
}

#sidebar_first #block-block-13:hover{
 background-color: #1637E2;
}

#sidebar_first #block-block-13 .block_in{
 padding: 0 0 12px 0;
}

#sidebar_first #block-block-13 .block_in .content p{
 margin: 0; padding: 0;
}
#sidebar_first #block-block-13 .block_in .content a{
padding: 10px 0 0 0;
}
#sidebar_first #block-block-13 .block_in .content a:hover{
padding: 10px 0 0 0; background: none;
}







/* ===================================================================/
 * page_head_img_bar
/* ==================================================================*/

.page_head_img_cont {
  position: relative;
}

.page_head_img_cont img {
  width: 100%;
  height: auto !important;
}

.page_head_img_cont .title {
  position: absolute;
  top:0; bottom:0;
  right:0; left:0;

    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.page_head_img_cont .title .in {
  text-align: center;
  color: #fff;
  display: block;
  margin: -20px 0 0 0;
}

.page_head_img_cont .title h1{
  margin: 0;
  padding: 0;
  font-size: 4rem;
  font-family: 'Roboto', sans-serif;

  font-weight: 400;
}



@media screen and (max-width: 64em){

  /*.page_head_img_cont {*/
    /*min-height: 20px;*/
    /*height: auto;*/
    /*background: #0D3393;*/
    /*padding:26px 0;*/
  /*}*/
  .page_head_img_cont img {
    display: none;
  }

  .page_head_img_cont .title {
    display: block;
    position: relative;
  }

  .page_head_img_cont .title .in {
    margin: 0px 0 0 0;
  }

  .page_head_img_cont .title h1{
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;

    font-weight: 400;
  }


}

/* ===================================================================/
 * over_page_block
/* ==================================================================*/

/*figure*/

#block-block-32 {
  opacity: 0.90;
}

.over_page_block {
  position: relative;
  margin: 40px 0;
}

.over_page_block .white_gr {
  /*position: absolute;*/
  /*width: 360px;*/
  /*height: 360px;*/
  /*left: 50%;*/
  /*top: -40px;*/
  /*margin-left: -180px;*/
  /*z-index: 101;*/
  /*border: 1px solid #ccc;*/


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0+0,0+49,1+57 */
/*background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0) 49%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 100%); [> FF3.6-15 <]*/
/*background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 57%,rgba(255,255,255,1) 100%); [> Chrome10-25,Safari5.1-6 <]*/
/*background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 57%,rgba(255,255,255,1) 100%); [> W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ <]*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); [> IE6-9 fallback on horizontal gradient <]*/

}

/* ===================================================================/
 * pop
/* ==================================================================*/


.pop_item {
  margin: 20px 0;
  text-align: center;
}

.pop_item .img {
  margin: 0 0 -10px 0;
}

.pop_item .title {
  border-top: 4px solid #0034fe;
  display: inline-block;
  width: 80%;
  padding: 8px 0 0 0;
}

.pop_item .title a{
  text-align: center;
  text-decoration: none;
  color: #666;
  font-weight: normal;
  font-size:1.1rem;
}

.pop_item:hover .title a{
  color: #000;
}

/* ===================================================================/
 * catalog_menu_item
/* ==================================================================*/

.catalog_menu_item {
  margin: 20px 0;
  text-align: center;
  position: relative;
}

.catalog_menu_item .new{
  position: absolute;
  top: 20px; right: 20px;
  width: 60px;
  height: 60px;
  background: url(img/new.png) no-repeat;
}

.catalog_menu_item .img {
  margin: 0 0 -10px 0;
}

.catalog_menu_item .title {
  border-top: 4px solid #0034fe;
  display: inline-block;
  width: 80%;
  padding: 8px 0 0 0;
}

.catalog_menu_item .title a{
  text-align: center;
  text-decoration: none;
  color: #666;
  font-weight: normal;
  font-size:1.1rem;
}

.catalog_menu_item:hover .title a{
  color: #000;
}



/* ===================================================================/
 * order form
/* ==================================================================*/

.water_order_block {
  min-height: 450px;
  margin: 40px 0;
  position: relative;
}
.water_order_block #block-webform-client-block-196 {
  padding: 0px 0 0 0px;
  font-weight: normal;
}



/*.water_order_block .water_link {*/
  /*position: absolute;*/
  /*top: 10px;*/
  /*left:0;*/
  /*bottom:0;*/
  /*width: 877px;*/
  /*z-index: 100;*/
  /*background: url(img/19l_big.jpg) left top no-repeat;*/

/*}*/
.water_order_block .water_info_link {
  position: absolute;
  top: 35px;
  right: 40px;
  z-index: 300;

}

.water_order_block .water_info_link a{
  text-decoration: underline;
  color: #0080FF;
}




/* ===================================================================/
 * water_order_slider
/* ==================================================================*/

.order_price {
  position: relative;
  background: url(img/19l_small.jpg) bottom left no-repeat;
  text-align: left;
  padding: 35px 50px 0 5px;
  color: #0066FF;
  font-size: 1.2rem;
  width: 275px;
}

.order_price p {
  margin: 0; padding: 0;
}

.order_price.order6 {
  width: 275px;
  padding: 35px 0px 0 60px;

  background: url(img/6l_small.jpg) bottom left no-repeat;
  text-align: right;
}

.order_price .litr {
  font-size: 1.6rem;
  float: right;
  margin: 0 10px 0 0;
  color: #666;
}

.rub {
  display: inline;
  float: right;
  font-size: 1.6rem;
  color: #666;
  margin: 0 0 0 5px;

}

.ord_align_center {
    padding: 5px 0 0 0;
    margin: -25px 0 0 0;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;

    z-index: 200;
}


.order_price .block {
  font-size: 1.6rem;

  float: right;

}


.water_order_slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 500px;
}


.water_order_block_editional {
  width: 100%;
  text-align: center;
}

.water_order_block_editional a {
  text-decoration: none;
}



@media  screen and (max-width: 64em) {
 .ord_align_center { display: none;}
}



/* ===================================================================/
 * 64em
/* ==================================================================*/

@media  screen and (max-width: 61em) {

  .col_z_form_100 {
    width: 100%;
  }

  .water_order_block .water_info_link {
    position: relative;
    top: auto;
    right: auto;
    z-index: auto;
    width: 100%;
    min-height:25px;
    text-align: center;
    padding: 15px 0 0 0;
  }


  #edit-submitted-gorod {
    width: 100% !important;
  }



  .water_link,
  .order_price {
    display: none;
  }

  .water_order_block {
    background: none;
    margin: 0;
    min-height: 100px;
  }

  .water_order_block #block-webform-client-block-196  .block_in{
    padding: 20px 16px 10px 16px;
  }


  .water_order_block .water_link {
    display: none;
  }

.webform-component-number>label {
  flex-grow:1;
  min-width: 45px;
}

  .water_order_block select{
    width: 100%;
    min-height: 40px;
  }

  .water_order_block #edit-submit {
    margin: 20px 0 0 0;
  }

  .water_order_block .comment{
    bottom: 93px;
  }

}

@media  screen and (max-width: 341px) {

  .water_order_block .comment{
    position: relative;
    right: auto;
    bottom: auto;
    padding: 12px 0 0 0;
  }

}

@media  screen and (max-width: 310px) {

  #webform-component-19lfildset--butyl-na-obmen {
    height:45px;
  }

  #webform-component-19lfildset--butyl-na-obmen label {
    width:100px;
  }

}


@media (max-width:75em) and (min-width:64em) {

  .water_order_block .water_link {
    height: 700px;
    left: -120px;
    right: auto;
  }

  .water_order_block .water_info_link {
    right: 20px;
    font-size:14px;
  }

  .order_price {
    right: 0px;
  }

  .order_price.order6 {
    right: 10px;
  }

  .water_order_block #block-webform-client-block-196 {
    position: relative;
  }

  .water_order_block #block-webform-client-block-196  .block_in{
    position: absolute;
    right: -10px;
    z-index: 200;
    max-width: 300px;
  }
}

/*move order right for ipad*/
@media (max-width:66em) and (min-width:64px) {


  .water_order_block #block-webform-client-block-196  .block_in{
    right: 20px;
  }
  .water_order_block {
    min-height: 500px;
  }

}


@media  screen and (max-width: 61em) {

  .water_order_block .comment{
    bottom: auto;
  }

}


/* ===================================================================/
 * catalog_item_page
/* ==================================================================*/


.node-type-catalog-item #page-title{
  margin: 20px 0 0 0;
  color: #666;
}

.catalog_item_page .price {
  font-size: 1.3rem;
  padding: 20px 0 0 0;
  color: #D50030;
}

.catalog_item_page .price span {
  font-weight: bold;
  color: #666;

}

@media  screen and (max-width: 64em) {
  .node-type-catalog-item #content {
    padding: 0 20px;
  }

}
/* ===================================================================/
 * catalog_menu_item
/* ==================================================================*/

.catalog_item .price {
  font-size: 1.1rem;
  padding: 5px 0 0 0;
  color: #D50030;
}

.catalog_item .price span {
  font-weight: bold;
  color: #655;

}

.catalog_item .title {
  height: 55px;
  line-height: 1;
}

@media screen and (max-width: 64em){

.catalog_item .img {
  max-width: 90px !important;
  float: left;
}

.catalog_item img {
  max-width: 80px !important;
  height: auto !important;
  margin: 0 5px 0 0;
}

.catalog_item .title {
  height: auto;
  width: auto;
  line-height: 1;
  float: left;
  border: none;
  text-align: left;
  margin: 10px 0 0 0;
  max-width: 70%;
  max-width: calc(100% - 90px);
}

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


}




/* ===================================================================/
 * old_mbile_fix
/* ==================================================================*/

/*@media screen and (max-width: 42em){*/

  /*.view .row,*/
  /*#header .row{*/
    /*display: block;*/
  /*}*/

/*}*/


/* ===================================================================/
 * errors
/* ==================================================================*/

.errors_cont .in{
  padding: 5px;
  margin: 0 0 5px 0;
  background: #FFCFD3;
  border: 1px solid #FF4848;

}


/* ===================================================================/
 * date
/* ==================================================================*/

.picker__weekday {
  text-align: center;
  border: none;
  padding-right: 0;
}

/* ===================================================================/
 * three_bar
/* ==================================================================*/

.three_bar {
  margin: 0 0 40px 0;
}

.three_bar .container {
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.three_bar .container > div {
  flex-basis: 33.3333333%;
  padding: 0 20px;
  flex-grow: 1;
  width: calc(100%/3 - 40px);
}

.three_bar_2 {
  border-left:  2px solid #ccc;
  border-right: 2px solid #ccc;

}

@media screen and (max-width: 42em){
  .three_bar .container {
      flex-direction: column;
  }
  .three_bar_2 {
    border: 0;
  }
}


/* ===================================================================/
 * over_page_block_2
/* ==================================================================*/

.over_page_block_2 .block {
  margin: 40px 0 40px 0;
}
.not-front .over_page_block_2 .block {
  margin: 24px 0 24px 0;
}

.over_page_block_2 {
  color: #666;
}


.over_page_block_2 .block_in .content p{
  max-width: 1600px;
  margin: 0 auto;
  /*padding: 0 20px*/
}

.over_page_block_2 h2 {
  text-align: center;
  text-transform: uppercase;
  color: #666;
  font-size: 2rem;
  margin: 0 0 16px 0;
  font-weight: normal;
}

@media screen and (max-width: 42rem) {
  .over_page_block_2 .block {
    margin: 20px 0 20px 0;
  }
  .over_page_block_2 h2 {
    text-align: center;
    text-transform: uppercase;
    color: #666;
    font-size: 1.5rem;
    margin: 0 0 16px 0;
    font-weight: normal;
  }

}




/* ===================================================================/
 * blocks
/* ==================================================================*/

.over_page_block_2 #block-block-47 .content{
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px
}

#block-block-47 tbody{
  border: 0;
}

#block-block-45 .content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px

}

/* ===================================================================/
 * projects
/* ==================================================================*/

.front .view-projects {
 margin: -70px 0 0 0;
}

.not-front .view-projects {
 margin: 0px 0 0 0;
}

.project {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: right;

  /*padding: 0 20px;*/
  max-width: 1600px;
  margin: 0 auto;
}


.views-row:nth-of-type(even)  .project{
  flex-direction: row-reverse;
}
.views-row:nth-of-type(even)  .project .title,
.views-row:nth-of-type(even)  .project .body{
  text-align: left;
}



.project_h {
  overflow: hidden;
  flex-basis: 50%;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;

}


@media screen and (max-width: 1300px){
  .project_h {
    font-size: 0.8em;
  }
}


.over_page_block_2 .block_in .project_h p {
  padding: 0;
}

.project img{
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.project:hover img {
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.project img {
  max-width: 100%;
  vertical-align: top;
  height: auto !important;
}

.project:hover img {
-moz-transform: scale(1.08);
-webkit-transform: scale(1.08);
-o-transform: scale(1.08);
-ms-transform: scale(1.08);
transform: scale(1.08);
}

.project .h_conent_in {
  padding: 40px;
}

@media screen and (min-width: 1600px){
  .views-row-odd .project .h_conent_in {
    padding-right: 0;
  }
  .views-row-even .project .h_conent_in {
    padding-left: 0;
  }
}

.project .title a{
  text-decoration: none;
  color: #666;
  font-size: 1.4em;
  margin: 0 0 20px 0;
  display: block;
}
.i18n-en .project .title a {
  font-family: Oswald;
  margin: 0 0 12px 0;
}


@media screen and (max-width: 42em){
  .project {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

    padding: 0 16px;
    text-align: left;
  }
  .views-row:nth-of-type(even)  .project{
    flex-direction: column;
  }

  .project .h_conent_in {
    padding: 10px 0;
  }

  .project .title a{
    font-size: 20px;
  }


  .project .body{
    font-size: 18px !important;
  }


}


/* ===================================================================/
 * icons
/* ==================================================================*/

#block-block-26,
#block-block-43 {
  /*background: url(img/icons_block_bg.jpg) center no-repeat;*/
  background-size: cover;
  background-position: center;
  margin: 0 0 60px 0;
  background-repeat: no-repeat;
  padding: 200px 0 200px 0;
}

#block-block-26 h2,
#block-block-43 h2 {
  color: #fff;
  font-size: 27px;
  text-transform: none;
  font-weight: normal;
  padding: 0 0 40px 0;
}


#block-block-26 .content ul,
#block-block-43 .content ul{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  padding: 0;
}

#block-block-26 .content ul li,
#block-block-43 .content ul li {
  text-align: center;
  list-style: none;

  width: 25%;
  margin: 20px 0;
  color: #fff;

}

#block-block-26 .content ul li img,
#block-block-43 .content ul li img{
  width: 100px;
  padding: 0 0 10px;
}

@media screen and (max-width: 64em){
  #block-block-26,
  #block-block-43 {
    margin: 0 0 60px 0;
    padding: 100px 0 200px 0;
    min-height: 2000px;
  }

  #block-block-26 .content ul,
  #block-block-43 .content ul{
    width: 100%;
  }

  #block-block-26 .content ul li,
  #block-block-43 .content ul li{
    font-size: 18px;
    margin:  20px;
  }

}

@media screen and (max-width: 42em){
  #block-block-26,
  #block-block-43 {
    display: none;
  }
}


/* ===================================================================/
 * team
/* ==================================================================*/

.view-team {
  margin: 0 auto;
  max-width: 1600px;
}


.view-team .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 2px 0 2px;
}

.view-team .view-content > div{
  flex-basis: 50%;
}

.team_m img{
  width: 100%;
  height: auto !important;
  vertical-align: top;
}

.team_m {
  position: relative;
  padding: 2px;
}

.team_info {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;

  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.team_m .name a{
  font-size: 58px;
  color: #fff;
  text-decoration: none;
  padding: 130px 0 0 0;
  display: block;
  text-align: center;
}

.team_m .job {
  font-size: 28px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 64em){
  .team_m .name a{
    font-size: 28px;
  }
  .team_m .job {
    font-size: 20px;
  }

}

@media screen and (max-width: 42em){
  .view-team .view-content {
    display: flex;
    flex-direction: column;
  }
  .team_m .name a{
    font-size: 24px;
  }

  .team_m .job {
    font-size: 18px;
  }

}

/* ===================================================================/
 * vision
/* ==================================================================*/


/*#block-block-33 {*/
  /*color: #fff;*/
  /*margin: 0 0 -10px 0;*/
  /*padding: 0;*/
/*}*/

/*#block-block-33 .content_container {*/
  /*position: absolute;*/
  /*top: 60px;*/
  /*bottom: 0;*/
  /*left: 0;*/
  /*right: 0;*/
  /*z-index: 10;*/

   /*display:flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
    /*align-content: center;*/
    /*align-items: center;*/
/*}*/

/*#block-block-33 .content_container{*/
/*[> Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.7+1,0+85 <]*/
/*background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.7) 1%, rgba(0,0,0,0) 85%, rgba(0,0,0,0) 100%); [> FF3.6-15 <]*/
/*background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.7) 1%,rgba(0,0,0,0) 85%,rgba(0,0,0,0) 100%); [> Chrome10-25,Safari5.1-6 <]*/
/*background: radial-gradient(ellipse at center,  rgba(0,0,0,0.7) 1%,rgba(0,0,0,0) 85%,rgba(0,0,0,0) 100%); [> W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ <]*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); [> IE6-9 fallback on horizontal gradient <]*/
/*}*/

/* ===================================================================/
 * gray block
/* ==================================================================*/

#block-block-28,
#block-block-45 {
  background: #E6E6E6;
  padding: 40px 0;
}


/* ===================================================================/
 * gallery
/* ==================================================================*/


.node-gallery .field-item {
  width: 25%;
  float: left;
}
.node-gallery .field-item a {
  display: block;
  padding: 10px 10px;
}

.node-gallery .field-item img{
  width: 100%;
  height: auto !important;
}
@media screen and (max-width: 64rem) {
  .node-gallery .field-item {
  }
}
@media screen and (max-width: 42rem) {
  .node-gallery .field-item {
    width: 50%;
  }
}
@media screen and (max-width: 300px) {
  .node-gallery .field-item {
    width: 100%;
  }
}
/*#block-views-gallery-block {*/
  /*margin: -10px 0 0 0;*/
  /*padding: 0;*/
/*}*/

/*.view-gallery {*/
  /*margin: 0 auto;*/
  /*max-width: 1600px;*/
/*}*/
/*.view-gallery .field-content {*/
  /*display: flex;*/
  /*flex-direction: row;*/
  /*flex-wrap: wrap;*/
/*}*/

/*.view-gallery .field-content a {*/
  /*width: 50%;*/
  /*display: block;*/
  /*overflow: hidden;*/
/*}*/



/*.view-gallery .field-content a img{*/
  /*width: 100%;*/
  /*height: auto !important;*/
  /*vertical-align: top;*/
/*}*/

/*.view-gallery .field-content a img{*/
  /*-webkit-transition: all 0.1s ease-in;*/
  /*-moz-transition: all 0.1s ease-in;*/
  /*-ms-transition: all 0.1s ease-in;*/
  /*-o-transition: all 0.1s ease-in;*/
  /*transition: all 0.1s ease-in;*/
/*}*/
/*.view-gallery .field-content a:hover img {*/
  /*-webkit-transition: all 1s ease-in;*/
  /*-moz-transition: all 1s ease-in;*/
  /*-ms-transition: all 1s ease-in;*/
  /*-o-transition: all 1s ease-in;*/
  /*transition: all 1s ease-in;*/
/*}*/



/*.view-gallery .field-content a:hover  img {*/
/*-moz-transform: scale(1.06);*/
/*-webkit-transform: scale(1.06);*/
/*-o-transform: scale(1.06);*/
/*-ms-transform: scale(1.06);*/
/*transform: scale(1.06);*/
/*}*/



/* ===================================================================/
 * contacts block & map
/* ==================================================================*/

#block-block-31 {
  margin: -40px 0 0 0;
  padding: 0;
}









/* ===================================================================/
 * ghost button
/* ==================================================================*/


a.ghost {
  text-decoration: none;
  color: #006AB6;
  border: solid 2px #006AB6;
  padding: 10px 20px;
  z-index: 10;
  cursor: pointer;
  font-family: sans-serif;
}
a.ghost:hover {
  color: #333;
  border-color: #333;
}

a.ghost.red {
  color: #CC3366;
  border-color: #CC3366;
}
a.ghost.red:hover {
  color: #4D0409;
  border-color: #4D0409;
}


@media screen and (max-width: 42em) {
  a.ghost {
    text-decoration: underline;
    color: #006AB6;
    border: none;
    font-size: 16px !important;
    padding: 0;
    z-index: 10;
    cursor: pointer;
    font-family: sans-serif;
  }

}

/* ===================================================================/
 * new_particle
/* ==================================================================*/

.new_particle {
  /*max-width: 100% !important;*/
  /*width: 100% !important;*/
  /*height: 700px !important;*/
}

/* ===================================================================/
 * header_lang
/* ==================================================================*/

#block-locale-language ul li a{
  /*border: 2px solid #DE134B;*/
  padding: 8px 10px;
  margin: 0 16px 0 16px;
  color: #DE134B;
  font-weight: normal;
  /*opacity: 0.5;*/
}
#block-locale-language ul li a:hover{
  color: #666;
  border-color: #666;
}


/*header lang alternative page*/

#block-block-59  a{
  /*border: 2px solid #DE134B;*/
  padding: 8px 10px;
  margin: 0 16px 0 16px;
  color: #DE134B;
  font-weight: normal;
  /*opacity: 0.5;*/
}
#block-block-59 a:hover{
  color: #666;
  border-color: #666;
}

/* ===================================================================/
 * links inline
/* ==================================================================*/

.node ul.links.inline {
  display: none;
}

/* ===================================================================/
 * map filter
/* ==================================================================*/

#block-block-31 {
  /*height: 100%;*/
  /*width: 100%;*/
  border: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}


/* ===================================================================/
 * disable scroll on gmap
/* ==================================================================*/

/* ===================================================================/
 * node object
/* ==================================================================*/

.node-project .field-item {
  text-align: center;
}


.node-project .field-item img {
  padding: 30px 0 10px 0;
  max-width: 100%;
  height: auto !important;
}

/* ===================================================================/
 * node member
/* ==================================================================*/

.node-command-m .field-item {
  text-align: center;
}


.node-command-m .field {
  text-align: center;
}

.node-command-m .field-name-field-job-name {
  margin: 30px;
}

/* ===================================================================/
 * contacts block
/* ==================================================================*/

#block-block-47 .content ul {
  margin: 0 -20px;
  padding: 0;

  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
}

#block-block-47 .content ul li{
  list-style: none;
  padding: 20px;
}


@media screen and (max-width: 42em) {
  #block-block-47 .content ul li{
    width: calc(50% - 40px);
  }

}

@media screen and (max-width: 430px) {
  #block-block-47 .content ul li{
    width: calc(100% - 40px);
    text-align: center;
  }

}

/* ===================================================================/
 * animation
/* ==================================================================*/
.h_animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.h_animated.dalay {
  animation-delay: 0.5s;
}

@-webkit-keyframes h_fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes h_fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.h_fadeInUp {
  -webkit-animation-name: h_fadeInUp;
  animation-name: h_fadeInUp;
}

/* ===================================================================/
 * red_rounds_block
/* ==================================================================*/
.over_page_block_2 .red_rounds_block {
  padding: 30px 0 46px 0;
}

.red_rounds_block {
  background: #DE134B;
  background: #064D93;
  padding: 0 0;
}

.red_rounds_block h2{
  color: #fff;
  font-size: 2rem;
  margin: 0px 0 26px 0;
}

.red_rounds_block .content {
  width: 100%;
}

.red_rounds_block .content ul{
  width: 100%;
  margin: 0;
  padding: 0;

  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
}

.red_rounds_block .content ul li {
  display: block;
  list-style: none;
  max-width: calc(25% - 40px);
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
}


.red_rounds_block .content ul li a{
  color: #fff;
  text-decoration: none;
}

.red_rounds_block .content ul li img{
  clear: both;
  max-width: 100%;
  width: 90%;
  height: auto !important;
  margin: 0 5% 5px 5%;
}

@media screen and (min-width: 64em){
  
  .red_rounds_block .content ul{
    flex-wrap: nowrap;
  }
  .red_rounds_block .content ul li{
    /*font-size: 0.9rem;*/
  }

}

@media screen and (max-width: 42em){
  .red_rounds_block h2{
    color: #fff;
    font-size: 1.5rem;
    margin: 0px 0 20px 0;
  }

  .red_rounds_block .content ul li {
    font-size: 0.9rem;
  }
  .red_rounds_block .content ul{
    flex-wrap: wrap;
    justify-content: space-around;

  }

  .red_rounds_block .content ul li {

    display: block;
    list-style: none;
    width: calc(50% - 40px);
    max-width: 50%;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 300px){
  .red_rounds_block h2{
    color: #fff;
    font-size: 1.5rem;
    margin: 0px 0 20px 0;
  }

  .red_rounds_block .content ul{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
  }

  .red_rounds_block .content ul li {

    display: block;
    list-style: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }

}

/* ===================================================================/
 * news_block
/* ==================================================================*/
.view-news .row {
  margin: 0 -1rem;
}
 
.view-news .row {
  margin: 0 -1rem;
}

.view-news .news_item {
  padding: 0.5rem;
  margin-bottom: 16px;
}

.view-news .news_item .title a{
  display: block;
  margin: 5px 0 0 0;
  color: #666;
  text-align: left;
  text-decoration: none;
  font-size: 1.1rem;
}

.view-news .news_item .title a:hover{
  color: #000;
}

.view-news .news_item img {
  width: 100%;
  height: auto !important;
}

.under_main_block .view-news {
  margin: 20px 0 60px 0;
}
.under_main_block .view-news .row {
  margin: 0 -1.5rem;
}


/* ===================================================================/
 * people block
/* ==================================================================*/

.standart_item {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.standart_item img {
  width: 100%;
  height: auto !important;
  vertical-align: middle;
}

.standart_item .tags{
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 20;
}

.standart_item .tags a{
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  width: 100%;
  color: #ccc;
  text-transform: capitalize;
}

.standart_item .title a{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  padding: 30px;

  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: flex-end;

  text-shadow: 0px 0px 6px black;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.62+0,0+100 */
background: -moz-linear-gradient(left, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.62) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.62) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

#block-views-people-block .standart_item .title a {
  background: none;
  filter: none;
}

.standart_item .title a{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  width: 50%;
}

.standart_item .title a > div {
  max-width: calc(100% - 30px);
}

.standart_item .title a > .summary {
  margin-top: 8px;
  font-size: 0.8em;
  font-style: italic;
}


@media screen and (max-width: 42rem) {
  .standart_item {
    margin-right: -26px;
    margin-left: -26px;
  }
  .standart_item .title a{
    font-size: 14px;
    width: 52%;
    padding: 16px;
  }

  .standart_item .tags{
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 20;
  }
  .standart_item .tags a{
    text-align: right;
    display: block;
  }

}

/* ===================================================================/
 * galleries
/* ==================================================================*/

.view-galleries .standart_item {
  margin-bottom: 20px;
}
.view-galleries .standart_item .title a{
width: calc(100% - 40px);

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.05+1,0.29+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.05) 1%, rgba(0,0,0,0.29) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.05) 1%,rgba(0,0,0,0.29) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.05) 1%,rgba(0,0,0,0.29) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#4a000000',GradientType=0 ); /* IE6-9 */

}

/* ===================================================================/
 * above_newsmain
/* ==================================================================*/
.above_newsmain {
  margin: 26px 0 20px 0;
  color: #0066CC;
}

.above_newsmain a{
  color: #0066CC;
  text-decoration: none;
}

.above_newsmain p{
  margin: 0;
  padding: 0;
}

.above_newsmain_1 .content {
  /*max-width: 500px;*/
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-end;
}

.above_newsmain_1 h2 {
  font-size: 2em;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.above_newsmain_2 {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: center;
}
.above_newsmain_2 .content {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
}
.above_newsmain_2 {

}


@media screen and (max-width: 42rem) {
 .above_newsmain a.ghost {
   border: 0;
   font-size: 14px;
   text-align: right;
   padding: 0;
 }

  .above_newsmain_1 h2{
    font-size: 1.6em;
  }


}
@media screen and (max-width: 320px) {
 .above_newsmain_2{
   display: none;
 }
}

/* ===================================================================/
 * news_on_main
/* ==================================================================*/

.news_on_main {
  margin: 0px 0 20px 0;
}


.big_news_container .view-content{
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.big_news_container .view-content:hover {
  box-shadow: 0 5px 5px rgba(0,0,0,0.15), 0 5px 5px rgba(0,0,0,0.12); 
}



/*@media screen and (min-width: 64em) {*/
  /*.big_news_container .view-content{*/
    /*margin-right: 20px;*/
  /*}*/
/*}*/

.big_news_container {
  margin-bottom: 0px;
}

.big_news_container img {
  max-width: 100%;
  height: auto !important;
  overflow: hidden;
  vertical-align: middle;
}


.big_news_container .views-field-title a{
  display: block;
  text-decoration: none;
  color: #CC0033;
  font-size: 19px;
  font-weight: 500;
  padding: 8px 15px 2px 15px; 
}

.big_news_container .views-field-created {
  padding: 2px 15px 15px 15px; 
  font-size: 12px;
  color: #777;
}

/* ===================================================================/
 * news_right_item
/* ==================================================================*/

.news_right_item {
  background: #fff;
  margin: 0 0 12px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.news_right_item:hover {
  box-shadow: 0 5px 5px rgba(0,0,0,0.15), 0 5px 5px rgba(0,0,0,0.12); 
}

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

.news_right_item img {
  max-width: 100%;
  width: 100%;
  height: auto !important;
  vertical-align: middle;
}

@media screen and (min-width: 64em) {
  .news_right_item img {
    width: 100%;
  }
}

.news_right_item .title a {
  display: block;
  font-size: 17px;
  margin: 8px 0 1px 0;
  padding-right: 10px;
  color: #CC0033;
  text-decoration: none;
  line-height: 1;
}

.all_news_right_item .title a {
  display: block;
  font-size: 19px;
  margin: 20px 0 5px 0;
  padding-right: 10px;
  color: #CC0033;
  text-decoration: none;
}

.news_right_item .created {
  margin: 5px 0;
  font-size: 0.76em;
  color: #777;
}

.news_right_item .body {
  font-size: 0.87em;
  font-weight: 300;
  font-family: 'Roboto Slab', Georgia, serif;
  margin: 0 5px 0 0;
}




@media screen and (max-width: 1276px) {
  .news_right_item .title a {
    font-size: 18px;
  }
}

@media screen and (max-width: 64em) {

  .news_right_item .title a {
    font-size: 19px  }

  .news_right_item .body {
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 15px;
  }
}

@media screen and (max-width: 42em) {
  .news_right_item .title a {
    font-size: 16px;
    line-height: 1.1;
  }
  .news_right_item .body {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .news_right_item img {
    width: 100%;
  }
  
  .news_right_item .title a {
    margin-top: 8px;
  }

  .news_right_item .title a,
  .news_right_item .body,
  .news_right_item .created{
    padding-right: 10px;
    padding-left: 10px;
  }

}
/* ===================================================================/
 * event_main_item
/* ==================================================================*/

#block-views-events-on-main-block {
}

.event_main_item {
  margin: 0 0 22px 0;
}

/*@media screen and (min-width: 42rem) {*/
  .event_main_item .body_column {
    padding-left: 22px;
  }
/*}*/

.view-clone-of-events-on-main .event_main_item{
  background: #fff;
}

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

.event_main_item img {
  max-width: 100%;
  height: auto !important;
  float: left;
}

  .view-clone-of-events-on-main .img {
    width: 100%;
    max-width: 100%;
    /*margin: 10px 1.5rem 0 1.5rem;*/
  }
  .view-clone-of-events-on-main img {
    max-width: 100%;
  }

.event_main_item .title a {
  display: block;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  margin: 0 0 5px 0;
}

.view-clone-of-events-on-main .title a{
  margin: 5px 0 5px 0;
}

.event_main_item .date a{
  color: #CC0033;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  display: block;
  text-align: right;
}
.view-clone-of-events-on-main .event_main_item .date {
  margin-right: 10px;
  margin: 16px 10px 0px 0px;
}
.view-clone-of-events-on-main .event_main_item .date a{
  text-align: left;
  font-size: 18px;
}

.event_main_item p {
  font-size: 16px;
}
.view-clone-of-events-on-main .event_main_item p {
  margin: 0;
}

.event_main_item .body {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto Slab', Georgia, serif;
}

.view-clone-of-events-on-main .body {
  margin-bottom: 5px;
}




.view-events-on-main .view-header .content {
  /*margin: 0 0 40px 0;*/
  padding-bottom: 30px;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-end;
  align-items: flex-end;
}

.over_page_block_2 .view-events-on-main .view-header h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.view-events-on-main .view-footer a{
  color: #0066CC;
  text-decoration: none;
  font-size: 1.1rem;
  float: right;
}

/* ===================================================================/
 * manifest
/* ==================================================================*/

.field-name-field-manifest {
  /*display: none;*/
}

.field-item {
}


/* ===================================================================/
 * main page
/* ==================================================================*/
.node-type-page {
  background: #F3F3F3;
}

.node-type-page .node-page img{
  max-width: 100%;
  height: auto !important;
}


.node-type-page #content .content .field-name-body{
  background: #fff;
  margin: 0 0 40px 0;
  padding: 46px 60px 60px 60px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.20);
}
.node-type-page.page-node-353 #content .content .field-name-body{
  background: none;
  padding: 0;
  box-shadow: none;
}


@media screen and (max-width: 42rem) {
  .node-type-page #content .content .field-name-body{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}


/* ===================================================================/
 * atricle page
/* ==================================================================*/

.node-type-article {
  background: #F6F6F6;
}

.node-type-article #page-title {
  text-align: left;
  padding-bottom: 36px;
  color: #333;
  font-size: 30px;
}

.node-type-article #content{
  background: #fff;
  margin: 0 0 40px 0;
  padding: 46px 60px 60px 60px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.20);
}

.node-article .img-cont{
  margin: 40px -60px 40px -60px;
}

.node-article .field-name-field-all-im .img-cont {
  margin: -8px -60px 20px -60px;
}

.node-article .img-cont .alt{
  text-align: center;
  margin: 5px 40px;
  color: #999;
}


.node-article img {
  width: 100% !important;
  height: auto !important;
  vertical-align: middle;
}

.node-article img.no_scale {
  width: auto !important;
  height: auto !important;
}

.field-name-field-event-date {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 42rem) {
  .node-type-article #content{
    padding: 46px 20px 60px 20px;
  }
  .node-article .img-cont{
    margin: 20px -20px 20px -20px;
  }
  .node-article .field-name-field-all-im .img-cont {
    margin: -26px -20px 20px -20px;
  }
}


/*article gallery*/

.field-name-field-artgallery {
  position: relative;
  overflow: hidden;
  margin: 20px -60px -60px -60px;
}

.field-name-field-artgallery {
  position: relative;
  overflow: hidden;
  margin: 20px -60px -60px -60px;
}

.field-name-field-artgallery .field-items {
  position: relative;
  margin: 0;
  padding: 0;
  height: auto;
}

.field-name-field-artgallery .img-cont {
  margin: auto !important;
}

/* ===================================================================/
 * bxslider
/* ==================================================================*/

#field_artgallery {
  margin: 20px -60px -60px -60px;
}

.bx-wrapper {
  margin-top: 40px;
  /*margin-bottom: 0;*/
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bx-wrapper .bx-pager {
  bottom: 30px;
}

/* ===================================================================/
 * webform block
/* ==================================================================*/

 .block-webform {
   margin: 0px 0 20px 0;
 }


.block-webform .form-item {
  margin: 8px 0;
 }
 
 #block-webform-client-block-286 {
   background: url(img/form_bg.png) center 50px no-repeat;
   background-size: auto auto;
   padding: 0 0 300px;
 }

 #block-webform-client-block-286 h2 {
   font-size: 2.1em;]
 }


 .webform-client-form {
   background: #EFEFEF;
   padding: 16px 20px 20px 20px;
 }

.webform-client-form .form-item textarea,
.webform-client-form .form-item input{
   border: 1px solid #ccc;
 }

.webform-client-form fieldset {
  margin: 6px 0 12px 0;
}
 
.webform-client-form label {
  margin-bottom: 3px;
}

 .webform-client-form .form-item input{
   max-width: calc(100% - 22px);
   width: calc(100% - 22px);

   padding: 1px 8px;
   min-height: 30px;
 }
 .webform-client-form .form-item input.form-checkbox{
   max-width: auto;
   width: auto;

 }
  .webform-component-checkboxes,
  .webform-component-radios {
    margin: 6px 8px 10px 8px;
  }


 .webform-client-form .webform-component-radios .form-item input{
   width: auto;
 }

.webform-client-form .form-item textarea,
.webform-component-textarea{
  width: 100%;
}

.webform-component-textarea {
  padding: 0 10px;
}


@media screen and (max-width: 64em) {
  .webform-component-textarea {
    padding: 0 0px;
  }
}

  
 .front .webform-client-form .form-item.webform-component-textfield label,
 .front .webform-client-form .form-item.webform-component-email label,
 .front .webform-component-radios > label{
   display: none;
 }

#block-webform-client-block-286 .webform-component-radios {
  width: 100%;
  clear: both;
}
#edit-submitted-gruz {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
#edit-submitted-gruz > div {
  padding: 0 10px;
}



@media screen and (min-width: 64em) {
  
 .webform-client-form > div {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
 }

 .webform-client-form .form-item.webform-component-textfield,
 .webform-client-form .form-item.webform-component-email {
   width: calc(100% - 20px);
   float: left;
   padding: 0 6px;
 }

 .webform-client-form .form-item.webform-component--kontakt-logista {
   width: calc(100% - 20px);
 }
 
 .webform-client-form .form-item.webform-component--kontakt-logista input {
   width: calc(100% - 22px);
 }

}

.webform-client-form .form-actions {
  text-align: right;
  width: 100%;
  margin: 0 10px;
  min-height: 40px;
}

.webform-client-form .form-actions input{
  border: 0;
  color: #fff;
  padding: 12px 18px;
  margin: 0 6px;
  background: #00426C;
  float: right;
}


/* ===================================================================/
 * share_and_date
/* ==================================================================*/

.share_and_date {
  margin: -40px 0 0 0;
  padding: 0px 0 46px 0;
}

.share_and_date .post_date{
  font-size: 16px;
  color: #999;
  padding: 3px 0 0 0;
}
.share_and_date .post_date .in{
  /*margin: 10px 20px 0 20px;*/
}
.share_and_date .post_date .post_date_1{
  padding: 0px 20px 0 0px;
  float: left;
}


.share_and_date .field-name-field-event-date {
  margin: 0px 20px 0 20px;
  padding: 0 20px;
}

.share_and_date .field-name-field-event-date .field-label{
  padding: 0px 5px 0 10px;
  font-weight: 400;
  color: #666;
}

.ya-share2 { 
  float: left;
}

.ya-share2__item_service_collections {
  display: none !important;
}

@media screen and (max-width: 42em) {
  
  .share_and_date .post_date .post_date_1{
    padding: 0px 20px 0 20px;
    float: none;
  }
  .share_and_date .field-name-field-event-date {
    margin: 20px 0px 0 0px;
    padding: 0 0px;
  }

  .share_and_date .field-name-field-event-date .field-label{
    padding: 0px 5px 0 0px;
  }

}

/* ===================================================================/
 * images in pages
/* ==================================================================*/

@media screen and (max-width: 64em){

  .page-node .node img{
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 10px 0 !important;
  }

}

.full_w_img_cont {
  margin: 20px -60px 20px -60px;
}

.full_w_img_cont.full_top {
  margin: -46px -60px 20px -60px;
}


.full_w_img_cont img {
  height: auto !important;
  width: 100% !important;
}

@media screen and (max-width: 42em) {
  .full_w_img_cont,
  .full_w_img_cont.full_top {
    margin-right: -20px;
    margin-left: -20px;
  }
}

/* ===================================================================/
 * images in pages
/* ==================================================================*/

@media screen and (max-width: 64em){

  .page-node .node img{
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 10px 0 !important;
  }

}

.full_w_img_cont {
  margin: 20px -60px 20px -60px;
}

.full_w_img_cont.full_top {
  margin: -46px -60px 20px -60px;
}


.full_w_img_cont img {
  height: auto !important;
  width: 100% !important;
}


/* ===================================================================/
 * images in pages
/* ==================================================================*/

@media screen and (max-width: 64em){

  .page-node .node img{
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 10px 0 !important;
  }


}

.full_w_img_cont {
  margin: 20px -60px 20px -60px;
}

.full_w_img_cont.full_top {
  margin: -46px -60px 20px -60px;
}


.full_w_img_cont img {
  height: auto !important;
  width: 100% !important;
}

@media screen and (max-width: 42em){
.full_w_img_cont {
  margin: 20px -20px 20px -20px;
}

.full_w_img_cont.full_top {
  margin: -46px -20px 20px -20px;
}
.full_w_img_cont.full_top img{
  margin: 0 !important;
}
}

/* ===================================================================/
 * node videos
/* ==================================================================*/

.node-page .content iframe{
  width: 100%;
  min-height: 412px;
}

/* ===================================================================/
 * member
/* ==================================================================*/

.member_item {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.member_item .edit_node {
  position: absolute;
  right: 0;
  top: 0;
  background: #D1230D;
  display: none;
  z-index: 2;
}

.member_item:hover .edit_node {
  display: block;
}

.member_item .edit_node a {
  display: block;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
}

.member_item .field_logo {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 5px;
}
.logged-in .member_item:hover .field_logo {
  display: none;
}
.member_item .avatar {
  padding: 0 10px 10px 0;
}

.member_item .avatar img {
  width: 100%;
  height: auto !important;
  
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}

.member_item .fio {
  font-size: 22px;
  margin: 0 0 8px 0;
}

.member_item .fio a {
  text-decoration: none;
  color: #000;
}

.m_item {
  font-size: 16px;
  color: #444;
  margin-bottom: 6px;
  font-weight: 300;
  width: 100%;
}


.m_item a{
  text-decoration: none;
  color: #0066CC;
}
.m_item a:hover {
  text-decoration: none;
  color: #666
}


.m_item label,
.item_label {
  display: inline-block;
  float: left;
  margin-right: 5px;
  color: #333;
  font-weight: 500;
}

.member_item .social {
  display: flex;
  justify-content: center;
  margin: 0 -2px 0 -2px;
}

.social a{
  /*background: #000;*/
  width: 26px;
  height: 26px;
  display: block;
  margin: 2px;
}

.social .vk a {
  background: url(svg/rect_flat_vk.svg);
}
.social .facebook a {
  background: url(svg/rect_flat_facebook.svg);
}
.social .instagram a {
  background: url(svg/rect_flat_instagram.svg);
}

.social .linkedin a {
  background: url(svg/rect_flat_linkedin.svg);
}

.social .odnoklassnoki a {
  background: url(svg/rect_flat_odnoklassniki.svg);
}




/* ===================================================================/
 * protected_contacts
/* ==================================================================*/

 .protected_title {
   margin: 0 0 10px;
   clear: both;
   font-size: 14px;
   color: #999;
 }
.protected_contacts {
  padding: 10px;
  margin: 10px 0 0 0;
  border: 1px solid #E6E6E6;
}

/* ===================================================================/
 * filters
/* ==================================================================*/

.filters {
  margin: 0 0 10px 0;
}

.filters > div {
  display: inline-block;
}


.filters > .filter {
  font-weight: normal;
  margin: 0 8px;
  padding: 0 0 0 15px;
  position: relative;
}
.filters > .filter::before {
  position: absolute;
  bottom: 7px;
  left: 0;
  content: "";
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-top: 5px solid #333;
}


/* ===================================================================/
 * views-exposed-form
/* ==================================================================*/

 .views-exposed-form {
   padding: 10px 20px 15px 20px;
   background-color: #fff;
   margin: 0 0 20px 0;
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
 }


.views-exposed-form .views-exposed-widget {
  margin: 0 0 0px 0;
  padding: 0;
}
.views-exposed-form .views-exposed-widgets {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}


.views-exposed-form .views-exposed-widgets > div{
  width: 100%;
}

.views-exposed-form select,
.views-exposed-form input {
}

.views-exposed-form select {
  width: 100%;
}

#edit-submit-members {
  color: #fff;
  background: #DE134B;
  border: 0;
  margin: 20px 0 0 0;
  padding: 6px 10px;
  width: 100%;
}


.views-exposed-form input {
  width: calc(100% - 6px);
}
.views-exposed-form label {
  margin: 10px 0 4px 0;
  font-weight: 500;
  color: #000;
  font-size: 0.9em;
}

@media screen and (min-width: 360px) {

  /*.views-exposed-form .views-exposed-widgets > div{*/
    /*width: 100%;*/
  /*}*/

  /*.views-exposed-form select {*/
    /*width: 100%;*/
  /*}*/

}

@media screen and (min-width: 600px) {


  .views-exposed-form .views-exposed-widgets {
      display:flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-content: flex-start;
      align-items: flex-end;
      margin: 0 -5px;
  }

  .views-exposed-form .views-exposed-widgets > div{
    flex: 1;
    margin: 0 5px;
  }

  #edit-field-fio-value-wrapper {
    flex: 3;
  }

  #edit-field-legal-activities-link-tid-wrapper {
    flex: 4;
  }


  /*.views-exposed-widget.views-submit-button {*/
    /*text-align: right;*/
    /*width: 100% !important;*/
  /*}*/

  #edit-submit-members {
    color: #fff;
    background: #DE134B;
    border: 0;
    padding: 3px 10px;
    width: 100%;
  }

}

/*@media screen and (min-width: 600px) {*/
/*.views-exposed-form .views-exposed-widgets > div{*/
   /*display:flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    /*align-content: flex-start;*/
    /*align-items: flex-start;*/
    /*width: auto !important;*/
/*}*/
  /*#edit-field-fio-value-wrapper {*/
    /*float: left;*/
    /*width: 80%;*/
  /*}*/

  /*.views-exposed-widget.views-submit-button {*/
    /*text-align: right;*/
    /*float: right;*/
  /*}*/

  /*#edit-submit-members {*/
    /*color: #fff;*/
    /*background: #DE134B;*/
    /*border: 0;*/
    /*margin: 0;*/
    /*padding: 6px 10px;*/
    /*width: auto;*/
  /*}*/

/*}*/

