.customer-logos,.customer-logos2 {
   margin-bottom:15px;
}
h2 {
    font-size:34px;
}

.szechenyi_img img{
    width: 330px;
}
.szechenyi_img {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 0 12px black;
}

#myModal  ul{
    margin-left: -15px;
}

@media  (max-width: 500px) {
    .szechenyi_img img{
        width: 100%;
    }
}

  .sldimage{
    width:100%; 
    height:100px; 
    background-position:center !important; 
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .productimages{
    width:100%; 
    height:200px; 
    background-position:center !important; 
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom:30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    
    
  }
  
  .social a{
      font-size:30px;
      color:white;
  }
  
  /* Slider */
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slide img {
      width: 100%;
      vertical-align:middle;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
  
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
  
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
  
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
  
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
  
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
  
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
  
      height: auto;
  
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }


body {
    /*font-family:Ubuntu;*/

    font-family: 'Lexend Deca', sans-serif;
}

html,body {
    overflow-x: hidden;
}

a{
    transition: 0.7s;
}

.lang_ {
    margin-top: 19px;
}
.russian.navbar-nav > li > a {
    font-size:13px;
}
.loaderpage {
    height:100%;
    width:100%;
    position:Absolute;
    background:white;
    top:0;
    left:0;
    z-index:9999;
    padding-top:200px;
    text-align:center;
    font-size:20px;
}


.manu_imgs {
    width:100%;
    height:202px;
    background-repeat: no-repeat;
    background-size:cover !important;
    background-position: center center;
    position:relative;
    border-radius: 5px;
    border: 1px solid #ddd;
    
}

.manu_imgs > div {
    position:absolute;
    background: rgba(0,0,0,0.6);
    color:white;
    bottom:0;
    font-size:24px;
    padding-left:5px;
    padding-right:5px;
    text-transform: uppercase;
    border-radius: 5px;
}

footer {
    display: block;
    background-color: #262626;
    color: #FFF;
    padding-top:40px;
    padding-bottom:40px;
}
.telepimg {
    width:100%;
    border-radius:5px;
}
.contacts h2 {
    margin: 0;
    padding-top: 0;
}

main .contacts label, main .contacts label {
    display: inline-block;
    width: 150px;
    font-weight: bold;
    line-height: 24px;
}
main .contacts2 span, main .contacts2 span {
    display: inline-block;
    width: 350px;
    line-height: 24px;
}

main .contacts2 h1 {
    width: 100%;
    text-align: center;
}
main .contacts2 label {
    font-weight: bold;
}
main .contacts2 .pcol1 label,
main .contacts2 .pcol2 label,
main .contacts2 .pcol3 label {
    display: block;
    width: 100%;
    font-weight: bold;
    text-decoration: underline;
}

main .contacts2 .card {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top:15px;
    background:#ffffffb5;
    padding:10px;
    border-radius: 10px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(59, 62, 102, 0.03), 0 0.9375rem 1.40625rem rgba(59, 62, 102, 0.03), 0 0.25rem 0.53125rem rgba(59, 62, 102, 0.05), 0 0.125rem 0.1875rem rgba(59, 62, 102, 0.03);
}
main .contacts2 .card a {
    text-decoration: none;
    color: #333;
}
main .contacts a {
    color:White;
}
main .contacts2 .card a:hover, main .contacts2 .card a:focus {
    text-decoration: none;
    color: #617956;
}
main .contacts2 .card strong{
    font-size:17px;
    color: #333;
}

main .contacts span img, main .contacts span img {
    height: 18px;
    margin-right: 3px;
    border-radius: 3px;
}

main .contacts2 .card .image{
    height: 110px;
    width: 110px;
    flex-shrink: 0;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #9d9d9d;
    background: white;
    text-align:center;
}

main .contacts2 .card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .contacts2 .card .image i {
    font-size:50px;
    color:#939393;
    margin-top: 25px;
}
main .contacts2 .card span i {
    color: #ae2d2e;
}
.contact-title2{
    width:100% !important;
    font-size:18px;
   margin-top:30px;
   border-bottom:1px solid lightgray;
}

main .contacts2  span {
    display: block;
    width: 100%;
}


main .contacts2 .fcol1,
main .contacts2 .fcol2 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
main .contacts2  label,
main .contacts2  label {
    display: inline-block;
    width: 150px;
    font-weight: bold;
    line-height: 24px;
}
main .contacts2  span,
main .contacts2  span {
    display: inline-block;

    line-height: 24px;
}
main .contacts2  span img,
main .contacts2  span img {
    height: 18px;
    margin-right: 3px;
}
main .contacts2 .pcol1,
main .contacts2 .pcol2,
main .contacts2 .pcol3 {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 15px 0;
}
main .contacts2 .pcol1 label,
main .contacts2 .pcol2 label,
main .contacts2 .pcol3 label {
    font-size: 16px;
}
main .contacts2 .card span {
    line-height: 20px;
    color: #333;
}
main .contacts2 .card img.flag {
    height: 14px;
    border-radius:2px;
}

.contact-title {
    width: 100% !important;
    font-size: 18px;
    margin-top: 30px;
    border-bottom: 1px dotted lightgray;
}

.machines {
    font-size:16px;
    text-align:center;
    margin-top:40px;
    padding-bottom:60px;
}
.machines .col-md-4 {
    margin-bottom:30px;
}
.fa-check {
    color: #ae2c2d;
}
.noscroll {
    overflow: hidden !important;
    
}
h1,h2{
    text-transform: uppercase;
    font-style:italic;
}
.hero {
    width:100%;
    height: 800px;
    background: url(../images/hero.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover !important;
    position: relative;
}
.hero q{
    color:White;
    font-size: 46px;
    font-style:italic;
    text-shadow:1px 1px 1px black;

  
}
.agrparts {
    padding-top:100px;
}
.agrparts p{
    font-size:18px;
    margin-bottom:25px;
}
.agrparts strong {
    font-size:20px;
    display:block;
}


.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.white {
    background: white;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 7px #555;
}
.white .nav > li > a {
    color:#333;
}
/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
  }
.hero .triangle{
    width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 150px 1920px;
            border-color: transparent transparent white transparent; position:absolute; bottom:0;
            margin-left:auto;
            margin-right:auto;
}
.triangle2{
    width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 150px 1920px;
            border-color: transparent transparent#607956 transparent; 
            margin-left:auto;
            margin-right:auto;
}
.triangle3{
    width: 0;
            height: 0;
            border-style: solid;
            border-width: 150px 1920px 0 0;
            border-color: #607956 transparent transparent transparent;
            margin-left:auto;
            margin-right:auto;
           
}

.triangle4{
    width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 150px 1920px;
            border-color: transparent transparent #eee transparent; 
            margin-left:auto;
            margin-right:auto;
           
}
.triangle5{
    width: 0;
            height: 0;
            border-style: solid;
            border-width: 150px 1920px 0 0;
            border-color: #eee transparent transparent transparent;
            margin-left:auto;
            margin-right:auto;
           
}
.products {
    background:#eee;
    padding-top:30px;
}
.counter {
    background-color: #ffffff;
    padding: 20px 0;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.counter strong{
    text-transform:uppercase;
}

.counter_ {
    background:#607956;
    padding-bottom:100px;
    padding-top:100px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #ae2d2e;
}

.count-text {
    font-size: 19px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-style: italic;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.aboutus {
    font-size:18px;
}
.aboutus h1 {
    margin-bottom:30px;
}
.aboutus p {
    margin-bottom:25px;
}
.quote{
    padding-top: 280px;
    /* text-align: center; */
    /* padding-left: 100px;*/
}
.dark {
    background: rgba(0,0,0,0.6);
    width:100%;
    height:800px;
}

.hero_img {
    margin-top: 220px;
}


@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.scroll-btn > * {
	display: block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}


@media  (max-width: 1199px) {
    .navbar-nav > li > a {
        padding: 10px 13px;
        padding-top: 25px;
    padding-bottom: 24px;
    }

    .hero q {
        font-size:40px;
    }
}

.mgauto {
    margin-right:auto;
    margin-left:auto;
}

@media  (max-width: 992px) {
    .quote {
        padding-top: 100px;
        text-align:center;

    }
    .machines .col-md-4 {
        margin-bottom:30px;
    }
    .products {
        padding-top:80px;
    }
    .counter {
        margin-bottom:30px;
    }
    .counter_{
        padding-bottom:0;
    }
    .agrparts {
        padding-top: 30px;
    }
    .hero q {
        text-align:center;
    }
    .hero_img {
        margin-top: 40px;
    }
    .dark .text-right {
        text-align:Center !important;
    }
}

@media  (max-width: 500px) {
    .hero q {
        font-size: 31px;
    }

    .btn-primary {
        font-size:18px;
    }
}