@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=latin,cyrillic);
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a {
  text-decoration: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Preloader */
@media screen {
  div#preloader {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  div#preloader img {
    display: block;
  }
}
@media print {
  div#preloader,
  div#preloader img {
    visibility: hidden;
    display: none;
  }
}
/* Fonts */
.condensed {
  font-family: 'Open Sans Condensed', sans-serif;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.light {
  font-weight: 300;
}
.bold {
  font-weight: 600;
}
/* Main Sets */
#header,
#content,
#footer {
  width: 100%;
  float: left;
  overflow: hidden;
}
.center {
  width: 990px;
  margin: 0 auto;
}
/* header */
#header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .sandwichMenu {
  display: none;
}
#navigation h1 {
  margin: 0;
  margin-top: 32px;
  float: left;
}
#navigation ul {
  float: right;
  display: inline-block;
  margin-top: 56px;
}
#navigation ul li {
  float: left;
  display: inline-block;
  text-transform: uppercase;
}
#navigation ul li a {
  display: inline-block;
  text-decoration: none;
  color: #666666;
  font-size: 14px;
  padding: 15px;
  transition: .1s;
}
#navigation ul li a:hover {
  background: #00a651;
  color: #FFF;
}
#navigation ul li a.active {
  background: #00a651;
  color: #FFF;
}
#navigation ul li:last-of-type {
  height: 49px;
  line-height: 49px;
  margin-left: 5px;
}
#navigation ul li:last-of-type a {
  cursor: default;
}
#navigation ul li:last-of-type a:hover {
  color: #666666;
  background: #FFF;
}
#navigation ul li:last-of-type span {
  cursor: pointer;
}
#navigation ul li:last-of-type span.langActive {
  color: #00a651;
}
#slider {
  width: 100%;
  height: 485px;
  margin-top: 12px;
}
#slider .linkSliderTitle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#slider ul {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#slider ul .sliderPager {
  position: absolute;
  bottom: 20px;
  z-index: 999;
  width: 100%;
}
#slider ul .sliderPager span {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #FFF;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  margin-right: 2.5px;
  margin-left: 2.5px;
}
#slider ul .sliderPager span.cycle-pager-active {
  background: url(../img/pagerActive.jpg) #ffffff center center no-repeat;
}
#slider ul li {
  position: relative;
  width: 100%;
  height: 485px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 166, 81, 0.8);
  background: url(../pictures/sliderImage.jpg) center center no-repeat;
  background-size: cover;
}
#slider ul li .sliderBottomContainer {
  position: absolute;
  width: 100%;
  padding-bottom: 60px;
  bottom: 0;
  background: url(../img/sliderPattern.png) repeat;
  text-align: center;
}
#slider ul li .sliderTitle {
  padding-top: 29px;
  color: #FFF;
  font-size: 34px;
  text-transform: uppercase;
  text-decoration: none;
}
/* content */
#content {
  text-align: center;
}
#content .headerContent {
  width: 100%;
  height: 192px;
  margin-top: 12px;
  margin-bottom: 48px;
  text-align: center;
}
#content .headerContent.contactsNew {
  background: url(../pictures/contactsHeader.jpg) no-repeat top right;
  background-size: cover;
}
#content .headerContent.contacts {
  background: url(../pictures/contactsHeader.png) no-repeat top left;
  background-size: cover;
}
#content .headerContent.products {
  background: url(../pictures/headerProducts.png) no-repeat top left;
  background-size: cover;
}
#content .headerContent.metal {
  background: url(../pictures/metal.png) no-repeat top left;
  background-size: cover;
  height: 290px;
}
#content .headerContent.tekstil {
  background: url(../pictures/tekstil.png) no-repeat top left;
  background-size: cover;
  height: 290px;
}
#content .headerContent.kauchuk {
  background: url(../pictures/kauchuk.png) no-repeat top left;
  background-size: cover;
  height: 290px;
}
#content .headerContent.tires {
  background: url(../pictures/tiresHeader.jpg) no-repeat bottom left;
  background-size: cover;
  height: 290px;
}
#content .headerContent.spaceTop {
  margin-top: 50px;
}
#content h1.productsTitle.aboutSmaller {
  font-size: 24px;
}
#content .kauchuk .circleTechnology span.nums {
  font-size: 60px;
  margin-top: 45px;
}
#content.technology {
  padding-bottom: 100px;
}
#content .circleTechnology {
  display: inline-block;
  margin-top: 60.5px;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  background: rgba(0, 165, 80, 0.9);
  text-align: center;
  margin-right: 35px;
  margin-left: 35px;
}
#content .circleTechnology span {
  display: block;
  color: #FFF;
  line-height: 1;
}
#content .circleTechnology span.nums {
  margin-top: 30px;
  font-size: 72px;
}
#content .circleTechnology span.text {
  font-size: 15px;
  text-transform: uppercase;
}
#content .contactsTitle {
  display: inline-block;
  width: 100%;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #00a651;
}
#content .contactsText {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666666;
  text-align: left;
}
#content .productsContainer {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #00a651;
}
#content .noBorder {
  border: none;
}
#content h1.productsTitle {
  color: #00a651;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 55px;
  margin-bottom: 40px;
}
#content .productsText {
  text-align: left;
  margin-bottom: 55px;
  color: #666666;
}
#content .productsText.alignRight {
  text-align: right;
  line-height: 40px;
}
#content .productsText.aboutText {
  margin-bottom: 25px;
}
#content .strongText {
  font-weight: 600 !important;
  color: #00a651 !important;
}
#content .subTitle {
  display: inline-block;
  color: #00a651;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 20px;
}
#content .requestBtn {
  margin-top: 30px;
  letter-spacing: 2px;
  color: #FFF;
  text-transform: uppercase;
  width: 300px;
  height: 55px;
  line-height: 55px;
  background: #00a651;
  transition: .2s;
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
}
#content .requestBtn:hover {
  background: #333333;
}
#content .requestBtn.bottomMargin {
  margin-bottom: 120px;
}
#content ul.mainPurpose {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 25px;
  padding-bottom: 25px;
}
#content ul.mainPurpose li {
  position: relative;
  display: inline-block;
  width: 300px;
  margin-right: 44px;
  min-height: 100px;
  float: left;
  text-align: left;
  padding-left: 45px;
}
#content ul.mainPurpose li:before {
  content: url(../img/mainPurposeBullet.jpg);
  position: absolute;
  top: 0;
  left: 0;
}
#content ul.mainPurpose li:nth-child(3n+3) {
  margin-right: 0;
}
#content ul.application {
  padding: 50px 70px 50px 70px;
  background: url(../img/appPattern.jpg) repeat;
  border: 1px solid #e9e9e9;
}
#content ul.application li {
  position: relative;
  text-align: left;
  margin-bottom: 25px;
  padding-left: 75px;
}
#content ul.application li:last-of-type {
  margin-bottom: 0;
}
#content ul.application li .numCircle {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 25px;
  color: #FFF;
  border-radius: 50%;
  background: #00a651;
  margin-right: 25px;
}
#content ul.application li .appText {
  color: #666666;
  font-size: 14px;
}
#content ul.products {
  margin: 0;
  margin-bottom: -4px;
  padding: 0;
  display: inline-block;
  width: auto;
  text-align: center;
}
#content ul.products li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #00a651;
  padding: 10px 15px 10px 15px;
  cursor: pointer;
  transition: .1s;
  float: left;
}
#content ul.products li:hover {
  color: #FFF;
  background: #00a651;
}
#content ul.products li.active {
  color: #FFF;
  background: #00a651;
}
#content ul.partners {
  margin-bottom: 80px;
}
#content ul.partners li {
  margin-bottom: 45px;
  text-align: left;
}
#content ul.partners li img {
  float: left;
  border: 1px solid #cccccc;
  margin-right: 20px;
  margin-top: 8px;
}
#content ul.partners li .productTitle {
  padding: 0;
}
#content ul.partners li .partnersText {
  color: #666666;
  font-size: 14px;
}
#content ul.partners li a .buttonPartners {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background: #00a651;
  padding: 14px;
  text-transform: uppercase;
  margin-right: 12px;
  transition: .2s;
  float: left;
}
#content ul.partners li a .buttonPartners.btnGallery:before {
  content: url(../pictures/gallery.png);
  position: relative;
  top: 3px;
  margin-right: 6px;
}
#content ul.partners li a .buttonPartners.btnVideo:before {
  content: url(../pictures/video.png);
  position: relative;
  top: 3px;
  margin-right: 6px;
}
#content ul.partners li a .buttonPartners.btnVideo,
#content ul.partners li a .buttonPartners.btnGallery {
  padding-top: 12px;
  padding-bottom: 13px;
}
#content ul.partners li a .buttonPartners:hover {
  background: #333333;
}
#content ul.news {
  margin-bottom: 67px;
  margin-top: 25px;
}
#content ul.news .newsDate {
  position: absolute;
  width: 82px;
  height: 82px;
  display: inline-block;
  border-radius: 50%;
  background: url(../img/cirlePattern.jpg) repeat;
  bottom: 8px;
  right: 8px;
  line-height: 1;
  padding-top: 12px;
}
#content ul.news .newsDate:hover span {
  text-decoration: underline;
}
#content ul.news .newsDate span {
  display: block;
  color: #FFF;
}
#content ul.news .newsDate span.day {
  font-size: 35px;
}
#content ul.news .newsDate span.month {
  font-size: 18px;
  text-transform: uppercase;
}
#content ul.news li {
  position: relative;
  float: left;
  width: 471px;
  height: 448px;
  display: inline-block;
  margin-bottom: 50px;
  border-bottom: 2px solid #00a651;
}
#content ul.news li:nth-child(2n+1) {
  margin-right: 48px;
}
#content ul.news li .linkBottomRight {
  position: absolute;
  display: inline-block;
  width: 29px;
  height: 27px;
  background: #00a651;
  bottom: 0px;
  right: 0px;
}
#content ul.news li .linkBottomRight img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 3px;
  margin: auto;
}
#content ul.news .newsHeader {
  position: relative;
  width: 471px;
  height: 255px;
  margin-bottom: 15px;
}
#content ul.news .newsText {
  color: #666666;
  font-size: 14px;
  text-align: left;
  height: 95px;
  overflow: hidden;
}
#content .productTitle {
  text-align: left;
  font-size: 25px;
  text-transform: uppercase;
  padding-top: 4px;
}
#content .productTitle a {
  color: #00a651;
  text-decoration: none;
}
#content .productTitle a:hover {
  text-decoration: underline;
}
#content ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .productListTitle {
  display: inline-block;
  padding-top: 80px;
  padding-bottom: 30px;
  font-size: 40px;
  color: #00a651;
  text-transform: uppercase;
}
#content #productList {
  padding-bottom: 80px;
}
#content #productList li {
  float: left;
  display: inline-block;
  width: 300px;
  margin-left: 15px;
  margin-right: 15px;
}
#content #productList li .headerImage {
  position: relative;
  width: 300px;
  height: 230px;
  cursor: pointer;
  overflow: hidden;
}
#content #productList li .headerImage img {
  width: 300px;
}
#content .productInfo {
  color: #666666;
  font-size: 13px;
  text-align: left;
}
#content .circleSeeMore {
  position: absolute;
  width: 171px;
  height: 171px;
  border-radius: 50%;
  background: rgba(0, 166, 81, 0.8);
  margin-top: -85.5px;
  margin-left: -85.5px;
  top: -50%;
  left: 50%;
  line-height: 171px;
}
#content .circleSeeMore .more {
  color: #FFF;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-transform: uppercase;
  font-size: 22px;
  transition: .2s;
}
#content .circleSeeMore .more:hover {
  font-size: 23px;
}
#content #mainPurpose {
  width: 100%;
  padding-top: 58px;
  margin-bottom: 120px;
  background: url(../pictures/purposeBackground.png) center center no-repeat;
  background-size: cover;
}
#content #mainPurpose .purposeContainer {
  position: relative;
  min-height: 50px;
  padding-top: 45px;
  padding-bottom: 29px;
  font-size: 29px;
  color: #333333;
  background: url(../img/topLine.png) top center no-repeat;
  border-bottom: 1px solid #333333;
  text-align: center;
}
#content #mainPurpose .tireMiddle {
  position: absolute;
  margin-left: -17.5px;
  top: -24px;
  left: 50%;
}
#content #mainPurpose .readMore {
  position: relative;
  width: 268px;
  height: 58px;
  line-height: 58px;
  background: #00a651;
  color: #FFF;
  font-size: 19px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  bottom: -29px;
  cursor: pointer;
  transition: .2s;
}
#content #mainPurpose .readMore:hover {
  background: #333333;
}
#content .privilegesTitle {
  display: inline-block;
  text-transform: uppercase;
  color: #00a651;
  font-size: 40px;
  padding-bottom: 20px;
}
#content .privilegesText {
  width: 730px;
  margin: 0 auto;
  font-size: 14px;
  color: #666666;
  padding-bottom: 40px;
}
#content .circleList {
  width: 990px;
  margin: 0 auto;
}
#content .circleList li {
  display: inline-block;
  float: left;
  margin-left: 21.5px;
  margin-right: 21.5px;
}
#content .circleList .circleContainer {
  position: relative;
  display: block;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: url(../img/cirlePattern.jpg) repeat;
}
#content .circleList .circleContainer img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#content .circleList .circleContainer img.first {
  top: -5px;
}
#content .circleList .circleTitle {
  display: block;
  width: 155px;
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 14px;
}
#content #mapContainer {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 110px;
  margin-bottom: 130px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
#content #mapContainer .links {
  width: 100%;
  height: 68px;
  line-height: 68px;
}
#content #mapContainer .mapLinks {
  font-size: 40px;
  color: #00a651;
  text-transform: uppercase;
  cursor: default;
  transition: .1s;
}
#content #mapContainer .mapLinks.activeLink {
  position: absolute;
  font-size: 29px;
  height: 68px;
  line-height: 68px;
  padding-left: 21px;
  padding-right: 25px;
  top: 0;
  right: 30px;
  border: 1px solid #00a651;
  cursor: pointer;
}
#content #mapContainer .mapLinks.activeLink:before {
  position: relative;
  top: 5px;
  margin-right: 15px;
  content: url(../img/pinLink.png);
}
#content #mapContainer #map {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 560px;
  text-align: center;
  color: #FFF;
}
#content #mapContainer #map ul {
  text-align: left;
}
#content #mapContainer #map .hiddenMenuLeft {
  position: absolute;
  width: 300px;
  height: 560px;
  left: -300px;
  top: 0;
  background: #00a651;
  transition: .3s;
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  overflow: hidden;
}
#content #mapContainer #map .hiddenMenuLeft .citySelect {
  display: none;
  height: 507px;
  background: #FFF;
  border-bottom: 3px solid #00a651;
}
#content #mapContainer #map .hiddenMenuLeft .citySelect li {
  background: #FFF;
  color: #00a651;
  text-transform: uppercase;
}
#content #mapContainer #map .hiddenMenuLeft .citySelect li:hover {
  background: #cccccc;
}
#content #mapContainer #map .hiddenMenuLeft .citySelect li:before {
  content: url(../img/placesBulletGreen.png);
}
#content #mapContainer #map .hiddenMenuLeft .punktSelect {
  display: none;
  height: 507px;
}
#content #mapContainer #map .hiddenMenuLeft .sofia {
  display: block;
}
#content #mapContainer #map .hiddenMenuLeft .currentLocation {
  position: relative;
  background: #FFF;
  color: #00a651;
  height: 53px;
  line-height: 53px;
  font-size: 22px;
  cursor: pointer;
  text-transform: uppercase;
  text-align: left !important;
  padding-left: 30px;
  border-top: 3px solid #00a651;
}
#content #mapContainer #map .hiddenMenuLeft .currentLocation .city:before {
  content: url(../img/placesBulletGreenBig.png);
  margin-right: 8px;
}
#content #mapContainer #map .hiddenMenuLeft .currentLocation .arrowDropDown {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 45px;
  background: #FFF;
  text-align: center;
  display: inline-block;
  top: 0;
  right: 0;
}
#content #mapContainer #map .hiddenMenuLeft .currentLocation .arrowDropDown img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#content #mapContainer #map .hiddenMenuLeft li {
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  padding-left: 30px;
}
#content #mapContainer #map .hiddenMenuLeft li:hover {
  background: #008a43;
}
#content #mapContainer #map .hiddenMenuLeft li:before {
  content: url(../img/placesBullet.png);
  margin-right: 11px;
}
#content #mapContainer #map .mapRight {
  position: absolute;
  height: 560px;
  right: 0;
  top: 0;
  left: 300px;
  background: blue;
  transition: .3s;
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
#content #mapContainer #map .mapRight.menuHidden {
  left: 0;
}
#content .currentPlace {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  background: #333333;
  color: #FFF;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 18px;
  transition: .3s;
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
#content .currentPlace span:before {
  content: url(../img/pinMap.png);
  position: relative;
  top: 8px;
  margin-right: 25px;
}
#content form {
  width: 865px;
  margin: 0 auto;
}
#content form span.light {
  margin-top: 60px;
  margin-bottom: 50px;
  display: block;
  font-size: 40px;
  color: #00a651;
  text-transform: uppercase;
}
#content form input {
  width: 416px;
  height: 59px;
  border: 1px solid #777777;
  transition: .4s;
  padding-right: 25px;
  padding-left: 25px;
}
#content form input.name {
  margin-right: 29px;
}
#content form input:focus {
  outline: none;
  border: 1px solid #00a651;
}
#content form input,
#content form textarea {
  font-size: 18px;
  color: #222222;
  font-family: 'Open Sans', sans-serif;
}
#content form textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #777777;
  margin-top: 25px;
  padding: 25px;
  resize: none;
}
#content form textarea:focus {
  outline: none;
  border: 1px solid #00a651;
}
#content form .send {
  display: inline-block;
  width: 161px;
  height: 56px;
  background: #00a651;
  color: #FFF;
  font-size: 19px;
  transition: .2s;
  text-transform: uppercase;
  line-height: 56px;
  cursor: pointer;
  letter-spacing: 2px;
  margin-top: 60px;
}
#content form .send:hover {
  background: #333333;
}
#content #slider ul li .linkSliderTitle .sliderTitle {
  font-size: 26px;
}
/* footer */
#footer .stickyHome {
  display: none;
  position: fixed;
  bottom: 98px;
  right: 20px;
  background: #00a651;
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
}
#footer .stickyHome img {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
#footer .footerSocial {
  width: 100%;
  height: 175px;
  background: url(../img/footerPattern.jpg) repeat;
}
#footer .footerSocial .logo {
  display: inline-block;
  margin-top: 60px;
  float: left;
}
#footer .footerSocial ul {
  float: right;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-top: 60px;
}
#footer .footerSocial ul li {
  height: 47px;
  line-height: 47px;
  display: inline-block;
  margin-right: 15px;
}
#footer .footerSocial ul li:hover .socialIcon {
  background: #00a651;
}
#footer .footerSocial ul li a {
  color: #222222;
  font-size: 23px;
  text-decoration: none;
}
#footer .footerSocial ul li .socialIcon {
  position: relative;
  display: inline-block;
  float: left;
  background: #FFF;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  margin-right: 17px;
}
#footer .footerSocial ul li .socialIcon img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#footer .footerMenu {
  background: #00a651;
}
#footer .footerMenu a span {
  float: right;
  display: inline-block;
  height: 100%;
  line-height: 78px;
  color: #FFF;
  font-size: 13px;
}
#footer .footerMenu a span:hover {
  text-decoration: underline;
}
#footer .footerMenu ul {
  float: left;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footerMenu ul li {
  display: inline-block;
  float: left;
}
#footer .footerMenu ul li a {
  display: inline-block;
  font-size: 13px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: .1s;
}
#footer .footerMenu ul li a:hover {
  background: #FFF;
  color: #00a651;
}
.clearfixNew {
  display: none;
}
@media (max-width: 990px) {
  .center {
    width: 98%;
  }
  #header {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  #header #navigation h1,
  #header #navigation ul {
    display: block;
    float: none;
    text-align: center;
  }
  #header #navigation ul {
    margin-top: 10px;
  }
  #header #navigation ul li {
    float: none;
  }
  #content {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  #content #productList ul {
    width: 660px;
    margin: 0 auto;
  }
  #content #productList ul li {
    float: right;
  }
  #content .privilegesText {
    width: 700px;
  }
  #content .circleList {
    width: 600px;
  }
  #content .circleList li {
    margin-top: 10px;
  }
  #content form {
    width: 98%;
  }
  #content form input {
    width: 48%;
  }
  #content form input.name {
    float: left;
    margin-right: 0;
  }
  #content form input.mail {
    float: right;
  }
  #content #mapContainer .mapLinks {
    font-size: 25px;
  }
  #content #mapContainer .mapLinks.activeLink {
    right: 5px;
    font-size: 20px;
  }
  #content #mapContainer #map {
    margin-top: 10px;
  }
  #content .currentPlace {
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    font-size: 15px;
  }
  #content #content .currentPlace span:before {
    margin-right: 5px;
    margin-left: 5px;
  }
  #content ul.news li {
    float: none;
    display: block;
    margin: 0 auto;
    width: 300px;
    height: auto;
  }
  #content ul.news li .newsText {
    height: auto;
  }
  #content ul.news li:nth-child(2n+1) {
    margin: 0 auto;
  }
  #content ul.news li:nth-child(1n+1) {
    margin-bottom: 30px;
  }
  #content iframe {
    width: 700px;
    height: 394px;
  }
  #content .partnersText {
    padding-left: 10px;
    padding-right: 10px;
  }
  #content ul.mainPurpose {
    padding-bottom: 0;
  }
  #content ul.mainPurpose li {
    display: block;
    float: none;
    width: 80%;
    min-height: 1px;
  }
  #content ul.mainPurpose li:nth-child(1n+1) {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  #content h1.productsTitle {
    padding-right: 5px;
    padding-left: 5px;
  }
  #content .links {
    display: none;
  }
  #content #mapContainer {
    margin-top: 50px;
  }
  #content #mapContainer #map .hiddenMenuLeft {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    left: 0px !important;
    height: 315px !important;
  }
  #content #mapContainer #map .mapRight {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    left: 0px !important;
    height: 360px !important;
  }
  #content #mapContainer #map {
    height: auto !important;
  }
  #content #mapContainer #map .hiddenMenuLeft .punktSelect {
    height: 262px;
  }
  #content #mapContainer #map .hiddenMenuLeft .citySelect {
    height: 262px;
  }
  #content .productTitle {
    font-size: 20px;
  }
  #footer .footerSocial {
    height: auto;
  }
  #footer .footerSocial ul {
    float: none;
    margin: 0;
    text-align: center;
    display: block;
    padding-bottom: 30px;
    padding-top: 10px;
  }
  #footer .footerSocial ul li a {
    font-size: 17px;
  }
  #footer .footerSocial .logo {
    display: block;
    text-align: center;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #footer .footerMenu .center ul {
    display: block;
    float: none;
    text-align: center;
  }
  #footer .footerMenu .center ul li {
    float: none;
  }
}
@media (max-width: 767px) {
  .center {
    width: 100%;
  }
  .clearfixNew {
    clear: both;
    display: block;
  }
  .contactsTitle.noBorder {
    margin-bottom: 10px !important;
    padding-bottom: 0px !important;
  }
  #header {
    background: #FFF;
    position: fixed;
    display: inline-block;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  }
  #header .sandwichMenu {
    display: inline-block;
    cursor: pointer;
    float: right;
    margin-top: 12px;
    margin-right: 10px;
  }
  #header #navigation h1 {
    display: inline-block;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  #header #navigation h1 img {
    width: 200px;
  }
  #header #navigation ul {
    display: none;
    margin-top: 0;
  }
  #header #navigation ul li {
    display: block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #FFF;
    background: #00a651;
    transition: 0s;
  }
  #header #navigation ul li:last-of-type {
    margin-left: 0;
    background: #FFF;
    border-top: 1px solid #00a651;
  }
  #header #navigation ul li:last-of-type:hover {
    background: #FFF;
  }
  #header #navigation ul li:hover {
    border-top: 1px solid #00a651;
  }
  #header #navigation ul li a {
    color: #FFF;
    width: 100%;
    text-align: center;
  }
  #header #navigation ul li a:hover {
    background: #FFF;
    color: #00a651;
  }
  #content {
    margin-top: 62px;
  }
  #content #slider ul li .linkSliderTitle .sliderTitle {
    font-size: 24px;
  }
  #content .productListTitle {
    font-size: 32px;
    padding-top: 30px;
  }
  #content #productList ul {
    width: 98%;
  }
  #content #productList ul li {
    float: none;
    margin-bottom: 10px;
  }
  #content #mainPurpose .purposeContainer {
    font-size: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #content .privilegesText {
    width: 98%;
    padding-right: 5px;
    padding-left: 5px;
  }
  #content .circleList {
    width: 320px;
  }
  #content .circleList .circleContainer {
    width: 135px;
    height: 135px;
  }
  #content .circleList li {
    margin-right: 12.5px;
    margin-left: 12.5px;
    float: right;
    margin-bottom: 15px;
  }
  #content .circleList .circleTitle {
    width: 135px;
  }
  #content #mapContainer .links {
    display: none;
  }
  #content .currentPlace {
    font-size: 13px;
  }
  #content iframe {
    width: 98%;
    height: 300px;
  }
  #content .circleTechnology {
    width: 90px;
    height: 90px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 100.5px;
  }
  #content .circleTechnology span.nums {
    margin-top: 17px;
    font-size: 28px;
  }
  #content .circleTechnology span.text {
    font-size: 13px;
  }
  #content .kauchuk .circleTechnology span.nums {
    margin-top: 20px;
    font-size: 28px;
  }
  #content .kauchuk .circleTechnology span.text {
    font-size: 18px;
  }
  #content ul.application {
    padding: 25px;
  }
  #content ul.partners li a .buttonPartners {
    margin-bottom: 10px;
  }
  #content ul.products {
    display: block;
  }
  #content ul.products li {
    display: block;
    width: 100%;
  }
  #footer .footerSocial .logo {
    display: none;
  }
  #footer .footerMenu .center ul {
    display: none;
  }
  #footer .footerMenu .center a span {
    float: none;
    line-height: 4;
  }
  #footer .footerMenu {
    text-align: center;
  }
  #footer .footerSocial ul {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #footer .footerSocial ul li {
    margin-bottom: 10px;
  }
}


/*  internal news  */

.newsContent {
  width: 100%;
}
.newsLeft, .newsRight {
  width: 475px;
  min-height: 300px;
}
.newsLeft {
  float: left;
  text-align: left;
}
.newsDate {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  color: #FFF;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
  background: url(../img/cirlePattern.jpg) repeat;
}
.newsTitle {
  font-size: 26px;
  color: #00a651;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.newsText {
  font-size: 14px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 100px;
}
.newsRight {
  float: right;
  text-align: left;
}
.newsRight label img {
  width: 145px;
  height: 145px;
  margin-bottom: 16px;
  margin-right: 16px;  
}
.newsRight label img.nomargin {
  margin-right: 0px; 
}
.newsRight input,
.newsRight input + img {
  display: none;
}
.newsRight input:checked + img {
  display: block;
  width: 475px;
  margin-bottom: 20px;  
}
.partnerName {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: right;
  color: #FFF;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
  background: url(../img/cirlePattern.jpg) repeat;
}

/*  partners  */

.partnerName img {
  position: absolute;
  width: 138px;
  border: 1px solid #cccccc;
  left: 20px;
  bottom: -20px;
}
.partnersUrl, .partnersUrl a {
  text-align: right;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #00a550;
}
.partnersUrl a:hover {
  text-decoration: underline;
}
.partnersRight {
  margin-top: -25px;
}
.newsContent {
  margin-bottom: 100px;
}
.video {
  margin-bottom: 20px;
}
