/*
Theme Name: neodin
Version: 1
Description: 
Author: 
Author URI: 
*/


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

.ramka-text {
    display: block;
    padding: 2%;
    margin-bottom: 25px;
    border: none;
    background: #60b23a;
    color: #2b2a29;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
	overflow-y: scroll;
	webkit-overflow-scrolling:touch;
}


h1 {
  
}
h2 {
    font-family: 'Bebas Neue Bold';
    font-size: 60px;
    text-align: center;
    line-height: 1.3;  
    max-width: 1100px;
    margin: 0 auto 40px;
}
h3 {
   
}
h4 {
      
}


.col {
    padding-left: 0;
    padding-right: 0;
    float: left;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-6 {
    width: 50%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33%;
}
.col-12 {
    width: 100%;
}

@media only screen and (max-width: 768px) {
.col-6 {
    width: 100%;
}
.col-3 {
    width: 100%;
}
.col-4 {
    width: 100%;
} 
}

img.image {
	width: 100%;
}

textarea {
    overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

p {
    margin:0 0 20px;
}

.menu {
   list-style:none;
}

a {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
}

a:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 600;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}



ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	-webkit-appearance: none;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {opacity:1;}
::-moz-placeholder          {opacity:1;}/* Firefox 19+ */
:-moz-placeholder           {opacity:1;}/* Firefox 18- */
:-ms-input-placeholder      {opacity:1;}

:focus::-webkit-input-placeholder {
  color: transparent
}
 
:focus::-moz-placeholder {
  color: transparent
}
 
:focus:-moz-placeholder {
  color: transparent
}
 
:focus:-ms-input-placeholder {
  color: transparent
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	
}

* {
  margin: 0;
}

button {
    outline: none;
}

.btn {

}

.btn:hover, .btn:active, .btn:focus {
    
}

.center {
    text-align: center;
}

body {
	margin: 0;
	width: 100%;
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-size:16px;
    line-height: 1.6;
    font-weight: normal;
    -webkit-text-size-adjust: none;
    color:#fff;
    background: #0D0D0D;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    float: none;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: stretch;
    padding: 0 15px;
}

.container-fluid {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    float: none;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: stretch;
    padding: 0;
}

#content {
    padding: 40px 0;
    position: relative;
    display: block;
    width: 100%;
}

.header {
    padding: 30px 0 0;
    width:100%;
    z-index:10;
}

.top-phone, .bottom-phone {
    font-size: 50px;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
}

.bottom-phone {
    justify-content: center;
    align-items: center;
}

.bottom-file {
    transition: 0.5s ease;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.bottom-file:hover {
    border-color: rgba(181,42,55,0);
}

.bottom-file a {
    padding-left: 40px;
    text-decoration: none;
    display: inline-block;
    background: transparent url(img/file.png) no-repeat scroll 0 5px;
    background-size: 30px 29px!important;
    color: #171717;
    background-size: contain;
    font-size: 33px;
}

.top-phone img, .bottom-phone img {
    margin-right: 15px;
}

.header .container-menu .menu {
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    padding: 0 15px;
}

.container-menu {
    background-color: #60b23a;
    padding: 10px 0 7px;
}

.container-menu ul.menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.container-menu ul.menu li a {
    font-family: 'Bebas Neue Bold';
    color: #2b2a29;
    font-size: 40px;
    line-height: normal;
}

.container-menu ul.menu li a:hover {
    color: #ffffff;
}

.slider.section {
    padding:0;
}

.slider {
    background-image: url(img/slider-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.slider-box {
    display: flex;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}
.slider-content {
    width: 45%;
}
.slider-title {
    font-family: 'Bebas Neue Bold';
    font-size: 50px;
    text-align: center;
    line-height: 1.3;
}
.slider-img {
    width: 50%;
}

.slider-img .main-img img {
    max-height: 350px;
    width: auto!important;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.ramka {
    position: absolute;
    right:0;
    margin-top:-8%;
    z-index: -1;
}
.slider-img .ramka img {
    max-height: 460px;
    width: auto!important;
    text-align: center;
    margin: 0 auto;
    display: block;
}

/* Слайдер */

.owl-carousel {
    max-width: 1000px;
    margin: 0 auto;
    min-height: 500px;
}

.owl-carousel .owl-stage-outer {
    height: 100%;
    padding: 11% 0;
}

.owl-nav span {
   display:none; 
}

.owl-prev, .owl-next {
    width: 50px; 
    height: 159px;
    position: absolute;
    top: 35%;
}

.owl-prev {
    background-image: url(img/prev.png)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    left: -8%;
}

.owl-next {
    background-image: url(img/next.png)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    right: -8%;
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-carousel button.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: transparent;
    margin: 0 3px;
    border: 1px solid #E5E4E5!important;
}

.owl-carousel button.owl-dot.active {
    background: #60b23a;
    border: 1px solid #60b23a!important;
}

.o-nas.section, .partners.section {
    padding: 50px 0 0;
}

.image-box-grid {
    display: grid;
    justify-items: stretch;
    grid-template-columns: repeat(4,1fr);
}
.image-box {
    width: 100%;
    height: auto;
    list-style: none;
}
.image-box img {
    width: 100%;
    height: auto;
    padding: 5px 10px;
}


@media only screen and (min-width: 960px) {
.navBurger, .mob-phone {
    display: none;
}
}  

.header.modal-open {
    position: fixed;
}

.header .container {
    justify-content: space-between;
}

.navBurger {
  position: relative;
  cursor: pointer;
  background: #ffffff;
  box-sizing: border-box;
  background-clip: content-box;
  width: 30px;
  height: 24px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.close {
    position: absolute;
    cursor: pointer;
    background: transparent;
    box-sizing: border-box;
    background-clip: content-box;
    width: 30px;
    height: 24px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    top: 70px;
}

.close:before, .close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.close:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #4ce437;
  width: 110%;
}

.close:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #4ce437;
  width: 110%;
}


.navBurger:hover {
    background: #271C2D;
    background-clip: content-box;
}
.navBurger:before, .navBurger:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navBurger:hover:before, .navBurger:hover:after {
  background: #271C2D;
}
.navBurger:before {
  top: -10px;
}
.navBurger:after {
  bottom: -10px;
}
.navBurger.active {
  background: transparent;
  background-clip: content-box;
}
.navBurger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #271C2D;
  width: 110%;
}
.navBurger.active:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #271C2D;
  width: 110%;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index:5;
  background: #000;
  padding: 140px 40px;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hidden {
    display:none;
}

.overlay .menu a {
    font-family: 'Bebas Neue Bold';
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 30px;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
}

.overlay .menu a:hover {
    color: #4ce437;
}

.section {
    display:block;
    width: 100%;
    position: relative;
    padding: 74px 0;
}

.page-header {
    min-height: 460px;
    display: flex;
    align-items: center;
}

.col-title {
    padding-left: 130px;
}

.page-header h1 {
    color: #fff;
    letter-spacing: 1.5px;
    font-family: 'Bebas Neue Bold';
    font-size: 75px;
    font-weight: 400;
    line-height: 1;
}

.footer {
    background: #60b23a;
    padding: 70px 0;
    color: #000;
    font-size: 50px;
    line-height: 1;
    text-align: center;
}

.socials-btns {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.socials-btns-item {
    margin: 0 6px;
}

.socials-btns-item img {
    max-width: 75px;
}

.socials-btns-item a:hover img {
    opacity: 0.7;
}

.o-nas-content {
    font-size: 25px;
    line-height: 1.4;
}

.icon-boxes {
    display: flex;
    flex-wrap: wrap;
}

.icon-boxes div:nth-child(-n + 9) { flex-basis: 33.33%; }
.icon-boxes div:nth-child(n + 10) { flex-basis: 50%; }


.icon-box {text-align: center;padding:20px;}
.icon-box-wrap {}

.icon-box-image img {
    max-height: 120px;
    width: auto;
    margin-bottom:20px;
}

.icon-box-content {
    font-size: 22px;
    line-height: 1.3;
}
.icon-box-content h3 {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.icon-box-content ul, .icon-box-content p {
    max-width: 88%;
    margin: 0 auto 20px;
}
.icon-box-content ul {
  list-style:none;
}
.icon-box-content ul li {
  
}
.icon-box-content ul li:before {
    content: "✔";
    color: #60b23a;
    font-size: 25px;
    font-weight: 600;
    margin-right: 8px;
}

.container.column {
    flex-direction: column;
}

.equipment-item {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    align-items: center;
    margin-top: -3%;
}

.equipment-item.item1 {background-image: url(img/equipment/1.png);margin-top: 0%;}
.equipment-item.item2 {background-image: url(img/equipment/2.png);}
.equipment-item.item3 {background-image: url(img/equipment/3.png);}
.equipment-item.item4 {background-image: url(img/equipment/4.png);}
.equipment-item.item5 {background-image: url(img/equipment/5.png);}
.equipment-item.item6 {background-image: url(img/equipment/6.png);}
.equipment-item.item7 {background-image: url(img/equipment/7.png);}
.equipment-item.item8 {background-image: url(img/equipment/8.png);}
.equipment-item.item9 {background-image: url(img/equipment/9.png);}
.equipment-item.item10 {background-image: url(img/equipment/10.png);}
.equipment-item.item11 {background-image: url(img/equipment/11.png);}
.equipment-item.item12 {background-image: url(img/equipment/12.png);}

.equipment-item-title {
    font-family: 'Bebas Neue Bold';
    color: #2b2a29;
    font-size: 52px;
    line-height: 1.1;
    width: 52%;
    text-align: center;
    margin-left: 10%;
}

.equipment-item.text-right {
    justify-content: flex-end;
}

.equipment-item.text-right .equipment-item-title {
    margin-right: 10%;
    margin-left: 0%;
}

.logo-grid-box {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.logo-grid-box-item {
    flex-basis: 50%;
    margin-top:-12%;
}
.logo-grid-box-item img {
    max-width: 350px;
    height: auto;
    width: 100%;
}
.logo-grid-box-item:nth-child(1) {margin-top:0;}
.logo-grid-box-item:nth-child(13) {margin-top:-14%;}
.logo-grid-box-item:nth-child(1), .logo-grid-box-item:nth-child(4), 
.logo-grid-box-item:nth-child(7), .logo-grid-box-item:nth-child(10),
.logo-grid-box-item:nth-child(13) {
    flex-basis: 100%;
}

.sert-box {
    column-gap: 30px;
    max-width: 900px;
    margin: 0 auto;
    column-count: 3;
	column-gap: 1em;

	/* тоже самое с нужными префиксами на 18 марта 2016 */
	-webkit-column-count: 3; -moz-column-count: 3; column-count: 3;
	-webkit-column-gap: 1em; -moz-column-gap: 1em; column-gap: 1em;
}

.sert-box-item {
    display: inline-block;
	width: 100%;           
	margin-bottom: 1em;
}

.sert-box-item img {
    width: 100%;
    height: auto;
}

.checkbox {
	display: block;
}
.checkbox__choice {
	margin: 0 3px 0 0;
	width: 17px;
	height: 17px;
}
.checkbox__label {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 35px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
}

.checkbox__choice {
  position: absolute;
  opacity: 0;
}
.checkbox__label::before {
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 2px solid #60b23a;
}
.label-selected .checkbox__label::after {
    content: '✔';
    color: #60b23a;
    position: absolute;
    top: 2px;
    left: 5px;
    text-align: center;
    font-size: 20px;
}
.checkbox__choice:checked + .checkbox__label::before {
    background-color: #fff;
}
.checkbox__choice:checked + .checkbox__label {
    opacity: 1;
}

span.file-311 {
  position:relative;
}
span.file-311:before {
    content: "Прикрепить файл";
    position: absolute;
    left: 0;
    padding: 5px 20px;
    background: #60b23a;
    color: #000;
    width: 280px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    z-index: 0;
    margin: 0 auto;
    display: block;
    right: 0;
    font-weight: 600;
}
span.file-311>input {
  opacity: 0;
  z-index: 2;
}

.page-template-contacts h2 {
    color: #60b23a;
}

.wpcf7 {
    max-width: 700px;
    margin: 0 auto;
    font-size: 20px;
    color: #2b2a29;
}

.wpcf7-form-control-wrap {
    margin-bottom: 12px;
    display: block;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    width: 100%;
    padding: 10px 20px;
    outline: none;
    border-radius: 8px;
    border: 4px solid #60b23a;
}

.wpcf7 input[type="text"]:hover, .wpcf7 input[type="email"]:hover, .wpcf7 input[type="tel"]:hover,
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="tel"]:focus, 
.wpcf7 textarea:hover, .wpcf7 textarea:focus {
    border: 4px solid #37FF2D;
}

.wpcf7 textarea {
   width: 100%;
   height: 150px;
   padding: 10px 20px;
   outline: none;
   border-radius: 8px;
   border: 4px solid #60b23a;
   margin-top: 10px;
}

input[type="submit"] {
    display: block;
    margin: 30px auto 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding: 8px 40px;
    border-radius: 50px;
    border: none;
    outline: none;
    background: #60b23a;
}

input[type="submit"]:hover, input[type="submit"]:focus {
    background:#60b23a;
}

@media only screen and (max-width: 959px) {
.top-phone  {
    display: none;
}
.top-right {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    height: 100%;

}
.mob-phone {margin-right:30px;}
.container-menu {
    display: none;
}
.socials-btns-item img {
    max-width: 45px;
}
.bottom-phone {
    font-size: 25px;
    margin-bottom: 0px;
}
.bottom-phone img {
    max-width: 40px;
    height: auto;
}
.owl-carousel {
    max-width: 90%;
    min-height: auto;
}
.slider-title {
    font-size: 40px;
}
.slider-img .main-img img {
    max-height: 220px;
}
.slider-img .ramka img {
    max-height: 330px;
}
.owl-prev, .owl-next { width: 25px; height: 80px; position: absolute; top: 40%; }
.owl-next {
    right: -5%;
}
.owl-prev {
    left: -5%;
}
img.image-title {
    max-width: 80px;
    height: auto;
}
h2 {
    font-size: 35px;
}
.o-nas-content {
    font-size: 18px;
    line-height: 1.3;
}
.icon-box-image img {
    max-height: 60px;
    margin-bottom: 15px;
}
.icon-box-content h3 {
    font-size: 20px;
}
.icon-box-content {
    font-size: 16px;
}
.icon-box-content ul li:before {
    font-size: 18px;
    margin-right: 4px;
}
.page-template-oborudovanie .section, .page-template-postavshhiki .section,
.page-template-sertifikaty .section, .page-template-contacts .section {
    padding: 0 0 40px;
}
.page-template-oborudovanie .container.column {
    padding: 0;
}
.equipment-item {
    min-height: 300px;
    background-size: cover;
    margin-top: -8%;
}
.equipment-item-title {
    font-size: 40px;
    margin-left: 7%;
}
.equipment-item.text-right .equipment-item-title {
    margin-right: 7%;
    margin-left: 0%;
}
.logo-grid-box-item img {
    max-height: 200px;
    width: auto;
}
.logo-grid-box-item {
    margin-top: -13%;
}
.sert-box {
    column-gap: 20px;
    column-count: 2;

	/* тоже самое с нужными префиксами на 18 марта 2016 */
	-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
	-webkit-column-gap: 1em; -moz-column-gap: 1em; column-gap: 1em;
}
span.file-311:before {
    width: 100%;
}
.checkbox__label {
    font-size: 12px;
}
input[type="submit"] {
    width: 100%;
}
}  

@media only screen and (max-width: 767px) {
h2 {
    font-size: 30px;
    max-width: none;
}    
.section {
    padding: 44px 0;
}    
.container {
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
}
.header .container {
    justify-content: space-between;
    flex-flow: row;
}
.header {
    padding: 15px 0;
    z-index: 10;
    width: 100%;
}
.navBurger {
    margin-top: 0px;
}
.header.modal-open {
    position: fixed;
}
.close {
    position: absolute;
    top: 30px;
    right: 30px;
}
.overlay {
    max-width: none;
    padding: 80px 40px;
}
h2.title-border-right {
    font-size: 20px;
    padding-top: 0px;
    margin-bottom: 20px;
}
h2.title {
    font-size: 25px;
}
.text-box p {
    line-height: 1.5;
    font-size: 14px;
}
.owl-carousel {
    max-width: 90%;
    margin: 0 auto;
    min-height: auto;
}
.owl-carousel .owl-stage-outer {
    padding: 20px 0 50px;
}

.slider-title {
    font-size: 30px;
}
.slider-img .main-img img {
    max-height: 200px;
}
.ramka {
    right:0;
    left:0;
    margin-top:-18%;
}
.slider-img .ramka img {
    max-height: 300px;
}
.slider-content {
    width: 100%;
    margin-bottom: 40px;
}
.slider-box {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.slider-img {
    width: 100%;
}
.owl-prev, .owl-next { top: 50%; }
.o-nas.section, .partners.section {
    padding: 30px 0 0;
}
img.image-title {
    max-width: 80px;
    height: auto;
}
.image-box-grid {
    grid-template-columns: repeat(2,1fr);
}
.o-nas-content {
    font-size: 16px;
    line-height: 1.3;
}
.icon-boxes div:nth-child(-n + 8) { flex-basis: 50%; }
.icon-boxes div:nth-child(n + 9) { flex-basis: 100%; }
.icon-box-image img {
    max-height: 40px;
    margin-bottom: 10px;
}
.icon-box-content ul, .icon-box-content p {
    max-width: none;
    margin: 0 auto 10px;
}
.icon-box-content h3 {
    font-size: 14px;
}
.icon-box-content {
    font-size: 14px;
}
.icon-box-content ul li:before {
    font-size: 15px;
    margin-right: 2px;
}
.page-template-oborudovanie .section, .page-template-postavshhiki .section {
    padding: 0 0 30px;
}
.equipment-item {
    min-height: 150px;
}
.equipment-item-title {
    font-size: 20px;
}
.logo-grid-box-item img {
    max-height: 90px;
    width: auto;
}
.logo-grid-box-item {
    margin-top: -13%;
}
.bottom-file a {
    background-size: 24px 22px!important;
    font-size: 28px;
}
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
