html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, section {
display: block;
}
body {
line-height: 1;
font-family: 'Roboto', sans-serif; 
}
ol, ul  {
list-style: none;
}
b {
 font-weight: bold;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
 p {
    font-size: 16px;
    color: #837f7f;
    margin-top: 15px;
    text-align: justify;
    padding: 5px 15px;
    line-height: 20px
}
.hedinfo {
  display: block;
  margin: 0 auto;
  background-color: #019241;
  padding: 10px;
  top: 0;
  z-index: 8;
  border-bottom: 3px solid #E31837;
}
.hedinfo ul {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1fr 1fr 0.5fr;
}
.btn-default {
  color: #c5c1c1;  
}
.v-mob a {
  display: none;  
}
.leng a {
  text-align: center;
  margin: 0 3px;
}
.hedinfo li, a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
}
.svg-inline--fa {
  display: block;
    color: #fff501;
    margin: -3px  5px 0 0;
    height: 20px;
    float: left;
 }
.logo img {
  width: 40%;
  height: auto;
  margin: 1px 0 0 50px;
 }
 .logo {
    background-color: #ffffff;
}
 .container {
  margin-top: 5px;
  display: grid;
  grid-template-columns: 0.7fr 5fr 1.3fr;
  background-color: #fff;
}
nav {
  margin-top: 20px;
  z-index: 5;
}
.dws-menu *{
 margin: 0;
 padding: 0;
}
.dws-menu ul,
.dws-menu ol{
 list-style: none;
}
.dws-menu > ul{
 display: flex;
 justify-content: center;
}
.dws-menu > ul li{
 position: relative;
}
.dws-menu > ul li > a i.fa{
 position: absolute;
 top: 15px;
 left: 12px;
 font-size: 18px;
}
.dws-menu > ul li a{
 display: block;

 padding: 10px 30px 10px 20px;
 font-size: 16px;
 font-weight: bold;
 color: #454547;
 text-decoration: none;
 text-transform:uppercase;
 transition: all 0.3s ease;
 border: 1px solid transparent;
}
.dws-menu li a:hover{
 background-color: #019241;
 border: 1px solid #DA251C;


 color: #ffffff;
 box-shadow: 1px 5px 10px -5px black;
 transition: all 0.3s ease;
}

/*sub menu*/
.dws-menu li ul{
 position: absolute;
 min-width: 150px;
 display: none;
}
.dws-menu li > ul li{
 border: 1px solid #c7c8ca;
}
.dws-menu li > ul li a{
 padding: 10px;
 text-transform: none;
 background: #e4e4e5;
}
.dws-menu li > ul li ul{
 position: absolute;
 right: -150px;
 top: 0;
}
.dws-menu li:hover > ul{
 display: block;
}

/*sub menu*/
.dws-menu li ul{
 position: absolute;
 min-width: 210px;
 display: none;
}
.dws-menu li > ul li{
 border: 1px solid #c7c8ca;
}
.dws-menu li > ul li a{
 padding: 10px;
 text-transform: none;
 background: #fff;
}
.dws-menu li > ul li ul{
 position: absolute;
 right: -150px;
 top: 0;
}
.dws-menu li:hover > ul{
 display: block;
}
.dws-menu [type="checkbox"],
.dws-menu label.toggleSubmenu{
 display: none;
}
.dws-menu label.toggleMenu{
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9c9c9+0,f6f6f6+2,c4c5c7+98,757577+100;Custom+3 */
 background: rgb(201,201,201); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(246,246,246,1) 2%, rgba(196,197,199,1) 98%, rgba(117,117,119,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#757577',GradientType=0 ); /* IE6-9 */

 display: none;
 padding: 15px 40px;
 text-transform: uppercase;
 font-size: 14px;
 cursor: pointer;
 position: relative;
} 

.dws-menu label.toggleMenu .svg-inline--fa{
 position: absolute;
 top: 10px;
 left: 15px;
 font-size: 18px;
}
 .header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    animation: showElement;
    animation-duration: 1s;
    background-color: #fff;
    z-index: 1000;
    border-bottom: 3px solid #019241;
    margin-top: -3px;
    margin: 0 auto;
}
.header_fixed .logo img {
  width: 30%;
  margin-top: 10px;
  margin-bottom: 1px;
}
.header_fixed .dws-menu {
  margin-top: 15px;
}

@keyframes showElement{
    0% {
        opacity: 0;
        top: -70px;
    }
    
    100% {
        opacity: 1;
        top: 0;
    }
}
.buttop a {
display: block;
max-width: 150px;
text-decoration: none;
 color: #ffffff;
  text-align: center;
  display: block;
  margin: 20px 50px 0 0;
  background-color: #0CACEA;
  padding:  5px 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bolder;
  border: 3px solid #FFDD00;
 }
 .ekran-1 video {
width : 98%;
}
.ekran-1  {
  position: relative;
  display: block;
}
.ekran-1 .svg-inline--fa {
  margin: 0 47.5%;
  display: block;
  text-align: center;
  width: 5%;
  height: 5%;
}
.ekran-1 a {
  color: #019241;
  width: 25%;
  display: block;
  position: absolute;
  margin: 0 37.5%;
  bottom: 90px;
  font-size: 20px;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
  background-color: #fff501;
  padding: 10px 15px;
  border: 2px solid #d9241c;
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#video_bg {
position : relative;
z-index : -1000;
width : 80%;
height : auto;
padding-bottom: 10px;
}
@media (min-aspect-ratio:16/9) {
#video_bg {
height : 300%;
top : -100%;
}
}
@media (max-aspect-ratio:16/9) {
#video_bg {
width : 300%;
left : -100%;
}
}
@supports (object-fit: cover) {
#video_bg {
top : 0;
left : 0;
width : 100%;
height : 86vh;
object-fit : cover;
}
}
.ekran-1 h1 {
  position: absolute;
  font-size: 57px;
  color: #fff;
  max-width: 70%;
  margin: 0 15%;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  text-align: center;
  margin-top: 10%;
  text-shadow: 2px 2px 2px #000;
  line-height: 76px;
}
.ekran-2 {
  background-color: #019241;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 1px;
  border-bottom: 10px solid #d9241c;
}
.ekran-grid {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  padding: 40px;
}
.img-gr img {
    background-color: #D9241C;
    padding: 15%;
    width: 70%;
    margin-top: 50px;
    margin-left: 35px;
  }
.text-gr {
  padding: 60px 0 0 100px;
}
.text-gr h1 {
   font-size: 40px;
  color: #fff;
  max-width: 90%;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  text-shadow: 1px 0 2px #000;
  padding-bottom: 20px;
  line-height: 50px;
}
.share-buttons {
    max-width: 1200px;
    font-size: 18px;
    color: #3C91E0;
     margin: 0 auto;
}
.share-buttons .fa-facebook-f {
    font-size: 20px;
    color: #4267B2;
    margin: 6px 10px;
}
.share-buttons .fa-twitter{
    font-size: 20px;
    color: #1DA1F2;
    margin: 6px;
}
.share-buttons .fa-linkedin-in{
    font-size: 20px;
    color: #0077B5;
    margin: 4px 6px;
}
.share-buttons .fa-pinterest-p{
    font-size: 20px;
    color: #E60023;
    margin: 6px;
}
.blok-6 {
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid red;
}
.text-gr h4 {
  color: #FFF501;
  font-size: 20px;
  padding-bottom: 20px;
  letter-spacing: 5px;
}
.text-gr h2 span {
  color: #FFF501;
}
.text-gr p {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}
.text-gr a {
  background-color: #D9241C;
  padding: 15px;
  font-size: 24px;
  float: right;
  margin-top: 80px;
  text-shadow: #595858 1px 1px 1px;
}
.ekran-3 {
  background-color: #f4f3ec;
  max-width: 1280px;
  margin: 0 auto;
}
.icons-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
.icon-text img {
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.icon-text h3 {
  color: #000;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px;
}
.text-h2 h2 {
  color: #000000;
  font-size: 50px;
  font-weight: bolder;
  font-family: 'Playfair Display', serif;
  text-align: center;
  padding-top: 30px;
}
.right-item {
  background-color: #fff;
  z-index: 100;
}
.news-content {
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 50px;
}
.single_img img {
    display: block;
    width: 90%;
    margin: 10px auto;
}
.news-2 {
max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  width: 98%;
  margin-bottom: 50px;
  margin-top: 20px;
}
.news-2 img {
    border: 2px solid #fff;
    float: left;
    margin: 10px;
     width: 25%;
    height: auto;
    margin-top: 0;
}
.news-2 p {
    color:#676F71;
    font-size: 16px;
    padding: 0 12px 5px 12px;
    text-align: left;
}
.news-2 ul li:last-child {
    margin-right: 0;
    
}
.news-2 a {
    color: #019241;
    font-size: 18px;
    text-decoration: none;
    margin-top: 10px;
}
.news-2 a:hover {
    color: #1DA3DF;
}
.news-2 span a {
  float: right;
  padding-right: 15px;
  color: #D9241C;
}
.info {
  margin-bottom: 20px;
}
.section-contact {
  padding: 0;
}
.foot_form_2 {
    display: block;
    width: 100%;
    background-position: center;
    margin: 0 auto;
}
.container_form_2 {
    max-width: 1920px;
    margin: 0 auto;
}
.container_form_2 a {
    font-size: 24px;
    color: #019241; 
}
.section-contact .container_form_2 input, textarea  {
  display: block;
    text-align: center;
    font-size: 20px;
    width: 60%;
    height: 50px;
    margin: 10px 20%;
    border-radius: 5px;
    background: #ffffff;
    border: 2px solid #4EA5DE;
}
.container_form_2 input:hover, textarea:hover {
    border: 2px solid red;
}
.container_form_2 textarea:hover {
    border: 2px solid red;
}
.container_form_2 textarea {
    font-size: 20px;
    height: 120px;
    border-radius: 5px;
     background: #ffffff;
    border: 2px solid #4EA5DE;
}
.container_form_2 button {
    font-size: 24px;
    width: 50%;
    height: 60px;
    background: #E31837;
    border: 4px solid #EEEAE2;
    color: #fff;
    font-weight: bolder;
    border-radius: 15px;
    margin: 5px 25%;
    border: 5px solid #D4D0C8;
    text-shadow: #000 2px 2px 1px;
}
.container_form_2 button:hover {
   background-color: #019241;
   border: 5px solid #D9241C; 
}
.container_form_2 h2 {
    text-align: center;
    color:  #019241;
    margin-top: -25px;
    font-size: 20px;
}
.container_form_2 h4 {
    text-align: center;
    padding: 10px;
}
 .tabs__content {
  display: none; /* Р С—Р С• РЎС“Р СР С•Р В»РЎвЂЎР В°Р Р…Р С‘РЎР‹ Р С—РЎР‚РЎРЏРЎвЂЎР ВµР С Р Р†РЎРѓР Вµ Р В±Р В»Р С•Р С”Р С‘ */
}
.tabs__content.active {
  display: block; /* Р С—Р С• РЎС“Р СР С•Р В»РЎвЂЎР В°Р Р…Р С‘РЎР‹ Р С—Р С•Р С”Р В°Р В·РЎвЂ№Р Р†Р В°Р ВµР С Р Р…РЎС“Р В¶Р Р…РЎвЂ№Р в„– Р В±Р В»Р С•Р С” */
}
.tabs__caption li {
  display: inline-block;
  width: 23%;
  text-align: center;
  padding: 15px 2px;
  border: 1px solid #019241;
  cursor: pointer;
  margin: 15px 2px;
  font-size: 19px;
}
.tabs ul {
  width: 99%;
  margin: 0 auto;
}
.tabs ul .active {
  background-color: #019241;
  color: #fff;
}
.tabs p {
  font-size: 16px;
  color: #837f7f;
  margin-top: 15px;
  text-align: justify;
  padding: 0 15px;
}
.tabs h3 {
  font-size: 24px;
  padding: 10px;
  color: #019241;
}
.product-card {
  max-width: 1280px;
    display: grid;
    grid-template-columns: 500px 1fr;
    width: 99%;
    margin: 0 auto;
  }
  .product-card .slick-prev {
    left: 1%;
    margin-top: 20px;
  }
  .product-card .slick-next {
    left: 44%;
    margin-top: 20px;
  }
  .product-content h5 {
    color: #E31837;
    text-align: center;
    font-size: 35px;
    padding: 30px 0;
  }
  .product-content h4 {
    display: block;
    text-align: center;
    background-color: green;
    color: #fff;
    width: 150px;
    padding: 10px 0;
    margin: 0 auto;
  }
  .product-content {
     z-index: 100;
     background-color: #ffffff;
  }
  .product-but a {
    display: block;
    color: #000;
    padding: 20px;
    border: 2px solid red;
    text-align: center;
    width: 200px;
    margin: 30px auto;
    font-size: 24px;
  }
  .product-but a:hover {
    background-color: #019241;
    color: #ffffff;
  }
  .product-content p {
    text-align: center;
    padding: 15px;
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 1.5;
  }
  .product-content h2 {
    color: #000000; 
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 25px;
  }
.comments-product {
    margin: 30px;
}
.wrapper_more {
  width: 96%;
  max-width: 1380px;
  margin: 10px auto;
  background-color: #fff;
  border: 1px solid #019241;
}
.wrapper_more a {
    color: #019241;
    padding: 10px;
}
#more {
  display: none;
}
.text-mob {
    display: block;
    width: 90%;
    padding: 20px;
    margin: 0 auto;
}
.item_but button {
    display: inline;
    cursor: pointer;
    font-size: 18px;
    color: #D9241C;
    background-color: transparent;
    padding: 20px;
    text-align: left;
    border: 3px solid #fff;
    outline: 0 !important;
    box-shadow: none;
}
.text-mob h3 {
    display: block;
    color: #019241;
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
    padding: 15px 0;
}
#comment-form {
    width: 90%;
    display:block;
    margin:0 auto;
}
    #comment-form input {
        width: 100%;
        height: 30px;
        margin-bottom: 20px;
        margin-top: 5px;
    }
     #comment-form textarea  {
        width: 100%;
        height: 100px;
        margin-bottom: 20px;
    }
    .captcha {
      width: 15%;  
    }
    .form-actions input {
        font-size:20px;
        color: #fff;
        background-color: #019241;
    }
  
footer {
  width: 100%;
  background-color:#019241;
  font-size: 20px;
  vertical-align: center;
  height: 50px;
  margin-top: 80px;
}
footer p {
  text-align: center;
  padding-top: 20px;
}
.item-blok {
  display: grid;
    max-width: 1500px;
    grid-template-columns: 1fr 20%;
    grid-gap: 10px;
    justify-content: center;
    width: 96%;
    margin: 0 auto;
    padding-top: 50px;
}
.servis-1 {
  margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    width: 98%;
}
.sidebar-menu a {
    color: #3c91e0;
    font-size: 18px;
}
.sidebar-menu{
    border: 6px solid #019241;
}
.sidebar-menu ul li {
    color: #0A4780;
    padding: 10px;
    border-bottom: 1px solid #e2dede;
}
.title_block h1 {
    font-size: 50px;
    text-align: center;
    padding: 20px 5px;
    color: #fff;
    background-color: #019241;
}
.image_3 img {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.servis-icons {
    width: 96%;
    margin: 0 auto;
}
.right-item h3 {
  text-align: center;
  font-size: 24px;
  padding: 0 0 20px 0;
}
.lazy img {
  float: left;
  width: 50%;
  margin-right: 80px;
  border-radius: 10px;
  /*box-shadow: 15px 15px 1px #FAD04F;*/
  margin-bottom: 20px;
}
.center {
    float: left;
    width: 100%;
    display: block;
    border-top: #000;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

ul.pagination li a.active {
    background-color: #E31837;
    color: white;
    border: 1px solid #1DA3DF;
}
ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
}
div.center {
    text-align: center;
    margin: 10px 0;
}
.lazy {
     max-width: 1000px;
  display: block;
  margin: 0 auto;
  padding-top: 40px;
}
.blok-5 {
  max-width: 1280px;
  padding: 20px 0;
  margin: 0 auto;
  background-color: #019241;
  border-top: 10px solid #D9241C;
}
.lazy h4 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #fff;
}
.lazy h3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 50px; 
}
.lazy h5 {
  color: #FFF401;
  font-size: 20px;
  padding: 10px 0;
}
.blok-5 h2 {
    font-size: 50px;
    font-weight: bold;
    color: #fff401;
    padding: 30px 50px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
 }
.blok-5 a {
  background-color: #D9241C;
  padding: 15px;
  font-size: 24px;
  float: right;
  text-shadow: #595858 1px 1px 1px;
}
.title_block h2 {
    font-size: 50px;
    text-align: center;
    margin: 60px 0;
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}
.multiple-items {
  margin: 0 auto;
  max-width: 1000px;
}
.multiple-items img {
  width: 60%;
  height: auto;
  padding:  0 10px;
  margin: 0 auto;
}
.socials ul {
  width: 100%;
  margin-top: 0 auto;
  text-align: center;
}
.socials li {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}
.socials_item .svg-inline--fa {
    color: #2C7EC9;
    width: 25px;
    height: 25px;
    padding: 10px 5px;
    text-align: center;
    padding-bottom: 45px;
}
.item_foto h4 {
   padding: 20px 0 10px 0 ;
   text-align: center;
   font-size: 20px;
   font-weight: bolder; 
}
.item_foto p {
  color: #750A16;
  text-align: center;
  font-size: 16px;
}
.socials li {
    display: inline-block;
  }
.multiple-items_2 {
  margin: 50px;
} 
.item_foto_2  { 
  border: 1px solid #40AAA4;
  margin: 5px;
  background-color: #E6F4F3;
}
.multiple-items_2 .slick-slide {
  min-height: 450px;
}
.multiple-items_2 img {
   width: 40%;
   margin: 0 auto;
   margin-top: 20px;
   border-radius: 50%;
}
.multiple-items_2 h4 {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  color: #750A16;
  font-weight: bolder;
}
.multiple-items_2 p {
  margin: 15px;
  font-size: 20px;
  color: #666;
  min-height: 250px;
}
.multiple-items_2 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #7D1100;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: # url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 90%;
    z-index: 20;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    position: absolute;
    left:  90%;
}
[dir='rtl'] .slick-prev
{
    right: 2px;
}
.slick-prev:before
{
    content: url(../img/arrows-l.png);
}
[dir='rtl'] .slick-prev:before
{
    content: 'РІвЂ вЂ™';
}

.slick-next
{
    right: 27px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: url(../img/arrows-2.png);;
}
[dir='rtl'] .slick-next:before
{
    content: '.’';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
 
{
    font-size: 0;
    line-height: 0;
    display: none;

    

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 0.4;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'РІР‚Сћ';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 0.2;
    color: black;
}
.servis-icons {
  display: block;
  text-align: center;
  border: 1px solid #019241;
  background-color: #fff;
} 
.button-1 {
  padding-bottom: 50px;
}
.servis-icons h2 {
 color: #019241;
 font-size: 18px;
 padding: 20px 15px;
 min-height: 60px;
}
.worksoll {
 margin: 0 auto; 
}
.servis {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    width: 90%;
}
.servis img {
  width: 70%;
}
.servis-icons:hover {
transform: scale(1.015);
transition: 0.8s;
}
.servis-icons h4 {
    color: #E31837;
    font-weight: 18px;
    padding-top: 10px;
    font-weight: bolder;
}
.icon-text a {
    z-index: 10;
    font-size: 20px;
    display: block;
    color: #fff;
    font-weight: bolder;
    background-color: #019241;
    padding: 15px;
    margin-top: 15px;
    text-shadow: #595858 1px 1px 1px;
}
.icon-text a:hover {
  background-color: #D9241C;
}
.button-1 a {
    text-align: center;
    display: block;
    background-color: #019241;
    padding: 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bolder;
    border: 3px solid #d4d0c8;
    width: 40%;
    margin: 0 auto;
    margin-top: 20px;
}
 .modal-form h5 input {
    text-align: center;
    font-size: 24px;
    color: #e31837;
    border: none;
    font-weight: bold;
}

@media all and (max-width: 960px) {
  .title_block h2 {
    font-size: 24px;
  }
  .dws-menu > ul li a{
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9c9c9+0,f6f6f6+2,c4c5c7+98,757577+100;Custom+3 */
 background: rgb(201,201,201); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(246,246,246,1) 2%, rgba(196,197,199,1) 98%, rgba(117,117,119,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#757577',GradientType=0 ); /* IE6-9 */

 padding: 15px 30px 15px 40px;
 font-size: 14px;
 color: #454547;
 text-decoration: none;
 text-transform:uppercase;
 transition: all 0.3s ease;
}
.modal-form h5 input {
    text-align: left;
}
.servis-1 {
    grid-template-columns: 1fr;
}
.mess textarea {
    height: 100px;
    font-size: 16px;
}
.product-content h5 {
    margin-top: -50px;
}
.section-contact .container_form_2 input, textarea {
    display: block;
    text-align: center;
    font-size: 20px;
    width: 90%;
    margin: 10px 5%;
    height: 80px;
}
.dws-menu li a:hover{
background-color: #00A9DD

 color: #ffffff;
 box-shadow: 1px 5px 10px -5px black;
 transition: all 0.3s ease;
}
 .dws-menu{
  overflow: hidden;
 }
 .dws-menu ul{
  display: block;
  max-height: 0;
  transition: max-height 0.3s;
 }
 .dws-menu li>ul li ul{
  position: absolute;
  right: auto;
  top: auto;
 }
 .dws-menu label.toggleMenu{
  display: block;
  margin-top: 15px;
 }
 input.toggleMenu:checked + label.toggleMenu{
  background: #019241;
  color: #fff;
 }
 input.toggleMenu:checked ~ ul,
 input.toggleSubmenu:checked ~ ul{
  display: block;
  position: relative;
  max-height: 5000px;
  transition: max-height 2s ease-in;
 }
 .dws-menu label.toggleSubmenu{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
 }
 input.toggleSubmenu:checked ~ a{
  background: #019241;
  color: #fff;
 }
 .dws-menu label.toggleSubmenu  .svg-inline--fa:before{
  content: "\f0d7";
  color: #454547;
 }
 .dws-menu label.toggleSubmenu  .svg-inline--fa{
  position: absolute;
  top: 15px;
  right: 30px;
 }
 .dws-menu input.toggleSubmenu:checked ~ label.toggleSubmenu .fa::before{
  content: "\f0d8";
  color: #ffffff;
 }
 .container {
  display: grid;
  grid-template-columns: 1fr;
 }
 .buttop {
  text-align: center;
 }
 .logo img {
  width: 20%;
  margin: 10px 40%;
  background-color: transparent;
  padding: 0;
 }
 .hedinfo {
  display: none;
 }
 .menu {
  width: 100%;
 }
 .v-pc {
     display: none;
 }
 .v-mob {
     display: block;
 }
 .svg-inline--fa {
  color: #D9241C; 
 }
 .ekran-1 h1 {
  font-size: 24px;
  line-height: 33px;
 }
 .ekran-1 a {
  text-align: center;
  width: 40%;
  margin: 0 27%;
 }
 .ekran-2 {
  padding: 15px 0;
 }
 .text-gr {
    padding: 10px;
    margin: 0 auto;
    width: 100%;
}
.text-gr p {
  width: 80%;
  padding-bottom: 30px;
}
.text-gr a {
  float: none;
  margin-top: 20px;
}
 .ekran-grid {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  overflow: hidden;
 }
 .img-gr img {
  padding: 10px 0;
  width: 80%;
  margin: 0 10%;
 }
 .icons-item {
  display: grid;
  grid-template-columns: 1fr;
 }
 .blok-5 {
  text-align: center;
 }
 .blok-5 h3 {
  padding: 0 10px;
  font-weight: 30px;
 }
 .blok-5 a {
  float: left;
  margin: 0 0 20px 20px;
 }
 .lazy img {
  float: none;
  width: 80%;
  margin: 0 auto;
  max-width: 300px;
 }
 .icon-text img {
  width: 40%;
 }
 .header_fixed {
  display: none;
 }
 .slick-prev
{
    position: absolute;
    left:  70%;
}
[dir='rtl'] .slick-prev
{
    right: 2px;
}
.slick-prev:before
{
    content: url(../img/arrows-l.png);
}
[dir='rtl'] .slick-prev:before
{
    content: 'РІвЂ вЂ™';
}
.slick-next {
    right: 40px;
}
nav {
  margin-top: -15px;
}
.news-2 {
  display: grid;
  grid-template-columns: 1fr;
}
.servis {
  display: grid;
  grid-template-columns: 1fr;
}
.item-blok {
  display: grid;
  grid-template-columns: 1fr;
}
.product-card {
  display: grid;
  grid-template-columns: 1fr;
}
.title_block h1 {
  font-size: 20px;
}
 .product-card .slick-prev {
    left: 10px;
  }
  .product-card .slick-next {
    left: 250px;
  }
  .right-item {
    display: none;
  }
  .slick-dotted.slick-slider {
    width: 320px;
  }
  .tabs__caption li {html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
.slick-dots li button {
display: none;
}
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, section {
display: block;
}
body {
line-height: 1;
font-family: 'Roboto', sans-serif; 
}
ol, ul  {
list-style: none;
}
b {
 font-weight: bold;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
 p {
    font-size: 16px;
    color: #837f7f;
    margin-top: 15px;
    text-align: justify;
    padding: 5px 15px;
    line-height: 20px
}
.hedinfo {
  display: block;
  margin: 0 auto;
  background-color: #019241;
  padding: 10px;
  top: 0;
  z-index: 8;
  border-bottom: 3px solid #E31837;
}
.hedinfo ul {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1fr 1fr 0.5fr;
}
.btn-default {
  color: #c5c1c1;  
}
.v-mob a {
  display: none;  
}
.leng a {
  text-align: center;
  margin: 0 3px;
}
.hedinfo li, a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
}
.svg-inline--fa {
  display: block;
    color: #fff501;
    margin: -3px  5px 0 0;
    height: 20px;
    float: left;
 }
.logo img {
  width: 40%;
  height: auto;
  margin: 1px 0 0 50px;
 }
 .container {
  margin-top: 5px;
  display: grid;
  grid-template-columns: 0.7fr 5fr 1.3fr;
  background-color: #fff;
}
nav {
  margin-top: 20px;
  z-index: 5;
}
.dws-menu *{
 margin: 0;
 padding: 0;
}
.dws-menu ul,
.dws-menu ol{
 list-style: none;
}
.dws-menu > ul{
 display: flex;
 justify-content: center;
}
.dws-menu > ul li{
 position: relative;
}
.dws-menu > ul li > a i.fa{
 position: absolute;
 top: 15px;
 left: 12px;
 font-size: 18px;
}
.dws-menu > ul li a{
 display: block;

 padding: 10px 30px 10px 20px;
 font-size: 16px;
 font-weight: bold;
 color: #454547;
 text-decoration: none;
 text-transform:uppercase;
 transition: all 0.3s ease;
 border: 1px solid transparent;
}
.dws-menu li a:hover{
 background-color: #019241;
 border: 1px solid #DA251C;


 color: #ffffff;
 box-shadow: 1px 5px 10px -5px black;
 transition: all 0.3s ease;
}

/*sub menu*/
.dws-menu li ul{
 position: absolute;
 min-width: 150px;
 display: none;
}
.dws-menu li > ul li{
 border: 1px solid #c7c8ca;
}
.dws-menu li > ul li a{
 padding: 10px;
 text-transform: none;
 background: #e4e4e5;
}
.dws-menu li > ul li ul{
 position: absolute;
 right: -150px;
 top: 0;
}
.dws-menu li:hover > ul{
 display: block;
}

/*sub menu*/
.dws-menu li ul{
 position: absolute;
 min-width: 210px;
 display: none;
}
.dws-menu li > ul li{
 border: 1px solid #c7c8ca;
}
.dws-menu li > ul li a{
 padding: 10px;
 text-transform: none;
 background: #fff;
}
.dws-menu li > ul li ul{
 position: absolute;
 right: -150px;
 top: 0;
}
.dws-menu li:hover > ul{
 display: block;
}
.dws-menu [type="checkbox"],
.dws-menu label.toggleSubmenu{
 display: none;
}
.dws-menu label.toggleMenu{
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9c9c9+0,f6f6f6+2,c4c5c7+98,757577+100;Custom+3 */
 background: rgb(201,201,201); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(246,246,246,1) 2%, rgba(196,197,199,1) 98%, rgba(117,117,119,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#757577',GradientType=0 ); /* IE6-9 */

 display: none;
 padding: 15px 40px;
 text-transform: uppercase;
 font-size: 14px;
 cursor: pointer;
 position: relative;
} 

.dws-menu label.toggleMenu .svg-inline--fa{
 position: absolute;
 top: 10px;
 left: 15px;
 font-size: 18px;
}
 .header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    animation: showElement;
    animation-duration: 1s;
    background-color: #fff;
    z-index: 1000;
    border-bottom: 3px solid #019241;
    margin-top: -3px;
    margin: 0 auto;
}
.header_fixed .logo img {
  width: 30%;
  margin-top: 10px;
  margin-bottom: 1px;
}
.header_fixed .dws-menu {
  margin-top: 15px;
}

@keyframes showElement{
    0% {
        opacity: 0;
        top: -70px;
    }
    
    100% {
        opacity: 1;
        top: 0;
    }
}
.buttop a {
display: block;
max-width: 150px;
text-decoration: none;
 color: #ffffff;
  text-align: center;
  display: block;
  margin: 20px 50px 0 0;
  background-color: #0CACEA;
  padding:  5px 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bolder;
  border: 3px solid #FFDD00;
 }
 .ekran-1 video {
width : 98%;
}
.ekran-1  {
  position: relative;
  display: block;
}
.ekran-1 .svg-inline--fa {
  margin: 0 47.5%;
  display: block;
  text-align: center;
  width: 5%;
  height: 5%;
}
.ekran-1 a {
  color: #019241;
  width: 25%;
  display: block;
  position: absolute;
  margin: 0 37.5%;
  bottom: 90px;
  font-size: 20px;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
  background-color: #fff501;
  padding: 10px 15px;
  border: 2px solid #d9241c;
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#video_bg {
position : relative;
z-index : -1000;
width : 80%;
height : auto;
padding-bottom: 10px;
}
@media (min-aspect-ratio:16/9) {
#video_bg {
height : 300%;
top : -100%;
}
}
@media (max-aspect-ratio:16/9) {
#video_bg {
width : 300%;
left : -100%;
}
}
@supports (object-fit: cover) {
#video_bg {
top : 0;
left : 0;
width : 100%;
height : 86vh;
object-fit : cover;
}
}
.ekran-1 h1 {
  position: absolute;
  font-size: 57px;
  color: #fff;
  max-width: 70%;
  margin: 0 15%;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  text-align: center;
  margin-top: 10%;
  text-shadow: 2px 2px 2px #000;
  line-height: 76px;
}
.ekran-2 {
  background-color: #019241;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 1px;
  border-bottom: 10px solid #d9241c;
}
.ekran-grid {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  padding: 40px;
}
.img-gr img {
  background-color: #D9241C;
  padding: 15%;
  width: 70%;
}
.text-gr {
  padding: 60px 0 0 100px;
}
.text-gr h1 {
   font-size: 24px;
  color: #fff;
  max-width: 90%;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  text-shadow: 1px 0 2px #000;
  padding-bottom: 20px;
  line-height: 50px;
}
.share-buttons {
    max-width: 1200px;
    font-size: 18px;
    color: #3C91E0;
     margin: 0 auto;
}
.share-buttons .fa-facebook-f {
    font-size: 20px;
    color: #4267B2;
    margin: 6px 10px;
}
.share-buttons .fa-twitter{
    font-size: 20px;
    color: #1DA1F2;
    margin: 6px;
}
.share-buttons .fa-linkedin-in{
    font-size: 20px;
    color: #0077B5;
    margin: 4px 6px;
}
.share-buttons .fa-pinterest-p{
    font-size: 20px;
    color: #E60023;
    margin: 6px;
}
.blok-6 {
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid red;
}
.text-gr h4 {
  color: #FFF501;
  font-size: 20px;
  padding-bottom: 20px;
  letter-spacing: 5px;
}
.text-gr h2 span {
  color: #FFF501;
}
.text-gr p {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}
.text-gr a {
  background-color: #D9241C;
  padding: 15px;
  font-size: 24px;
  float: right;
  margin-top: 80px;
  text-shadow: #595858 1px 1px 1px;
}
.ekran-3 {
  background-color: #f4f3ec;
  max-width: 1280px;
  margin: 0 auto;
}
.icons-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
.icon-text img {
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.icon-text h3 {
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px;
}
.text-h2 h2 {
  color: #000000;
  font-size: 36px;
  font-weight: bolder;
  font-family: 'Playfair Display', serif;
  text-align: center;
  padding-top: 30px;
}
.right-item {
  background-color: #fff;
  z-index: 100;
}
.news-content {
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 50px;
}
.single_img img {
    display: block;
    width: 90%;
    margin: 10px auto;
}
.news-2 {
max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  width: 98%;
  margin-bottom: 50px;
  margin-top: 20px;
}
.news-2 img {
    border: 2px solid #fff;
    float: left;
    margin: 10px;
     width: 25%;
    height: auto;
    margin-top: 0;
}
.news-2 p {
    color:#676F71;
    font-size: 16px;
    padding: 0 12px 5px 12px;
    text-align: left;
}
.news-2 ul li:last-child {
    margin-right: 0;
    
}
.news-2 a {
    color: #019241;
    font-size: 18px;
    text-decoration: none;
    margin-top: 10px;
}
.news-2 a:hover {
    color: #1DA3DF;
}
.news-2 span a {
  float: right;
  padding-right: 15px;
  color: #D9241C;
}
.info {
  margin-bottom: 20px;
}
.section-contact {
  padding: 0;
}
.foot_form_2 {
    display: block;
    width: 100%;
    background-position: center;
    margin: 0 auto;
}
.container_form_2 {
    max-width: 1920px;
    margin: 0 auto;
}
.container_form_2 a {
    font-size: 24px;
    color: #019241; 
}
.section-contact .container_form_2 input, textarea  {
  display: block;
    text-align: center;
    font-size: 20px;
    width: 60%;
    height: 50px;
    margin: 10px 20%;
    border-radius: 5px;
    background: #ffffff;
    border: 2px solid #4EA5DE;
}
.container_form_2 input:hover, textarea:hover {
    border: 2px solid red;
}
.container_form_2 textarea:hover {
    border: 2px solid red;
}
.container_form_2 textarea {
    font-size: 20px;
    height: 120px;
    border-radius: 5px;
     background: #ffffff;
    border: 2px solid #4EA5DE;
}
.container_form_2 button {
    font-size: 24px;
    width: 50%;
    height: 60px;
    background: #E31837;
    border: 4px solid #EEEAE2;
    color: #fff;
    font-weight: bolder;
    border-radius: 15px;
    margin: 5px 25%;
    border: 5px solid #D4D0C8;
    text-shadow: #000 2px 2px 1px;
}
.container_form_2 button:hover {
   background-color: #019241;
   border: 5px solid #D9241C; 
}
.container_form_2 h2 {
    text-align: center;
    color:  #019241;
    margin-top: -25px;
    font-size: 20px;
}
.container_form_2 h4 {
    text-align: center;
    padding: 10px;
}
 .tabs__content {
  display: none; /* Р С—Р С• РЎС“Р СР С•Р В»РЎвЂЎР В°Р Р…Р С‘РЎР‹ Р С—РЎР‚РЎРЏРЎвЂЎР ВµР С Р Р†РЎРѓР Вµ Р В±Р В»Р С•Р С”Р С‘ */
}
.tabs__content.active {
  display: block; /* Р С—Р С• РЎС“Р СР С•Р В»РЎвЂЎР В°Р Р…Р С‘РЎР‹ Р С—Р С•Р С”Р В°Р В·РЎвЂ№Р Р†Р В°Р ВµР С Р Р…РЎС“Р В¶Р Р…РЎвЂ№Р в„– Р В±Р В»Р С•Р С” */
}
.tabs__caption li {
  display: inline-block;
  width: 23%;
  text-align: center;
  padding: 15px 2px;
  border: 1px solid #019241;
  cursor: pointer;
  margin: 15px 2px;
  font-size: 19px;
}
.tabs ul {
  width: 99%;
  margin: 0 auto;
}
.tabs ul .active {
  background-color: #019241;
  color: #fff;
}
.tabs p {
  font-size: 16px;
  color: #837f7f;
  margin-top: 15px;
  text-align: justify;
  padding: 0 15px;
}
.tabs h3 {
  font-size: 24px;
  padding: 10px;
  color: #019241;
}
.product-card {
  max-width: 1280px;
    display: grid;
    grid-template-columns: 500px 1fr;
    width: 99%;
    margin: 0 auto;
  }
  .product-card .slick-prev {
    left: 1%;
    margin-top: 20px;
  }
  .product-card .slick-next {
    left: 44%;
    margin-top: 20px;
  }
  .product-content h5 {
    color: #E31837;
    text-align: center;
    font-size: 35px;
    padding: 30px 0;
  }
  .product-content h4 {
    display: block;
    text-align: center;
    background-color: green;
    color: #fff;
    width: 150px;
    padding: 10px 0;
    margin: 0 auto;
  }
  .product-content {
     z-index: 100;
     background-color: #ffffff;
  }
  .product-but a {
    display: block;
    color: #000;
    padding: 20px;
    border: 2px solid red;
    text-align: center;
    width: 200px;
    margin: 30px auto;
    font-size: 24px;
  }
  .product-but a:hover {
    background-color: #019241;
    color: #ffffff;
  }
  .product-content p {
    text-align: center;
    padding: 15px;
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 1.5;
  }
  .product-content h2 {
    color: #000000; 
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 25px;
  }
.comments-product {
    margin: 30px;
}
.wrapper_more {
  width: 96%;
  max-width: 1380px;
  margin: 10px auto;
  background-color: #fff;
  border: 1px solid #019241;
}
.wrapper_more a {
    color: #019241;
    padding: 10px;
}
#more {
  display: none;
}
.text-mob {
    display: block;
    width: 90%;
    padding: 20px;
    margin: 0 auto;
}
.item_but button {
    display: inline;
    cursor: pointer;
    font-size: 18px;
    color: #D9241C;
    background-color: transparent;
    padding: 20px;
    text-align: left;
    border: 3px solid #fff;
    outline: 0 !important;
    box-shadow: none;
}
.text-mob h3 {
    display: block;
    color: #019241;
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
    padding: 15px 0;
}
#comment-form {
    width: 90%;
    display:block;
    margin:0 auto;
}
    #comment-form input {
        width: 100%;
        height: 30px;
        margin-bottom: 20px;
        margin-top: 5px;
    }
     #comment-form textarea  {
        width: 100%;
        height: 100px;
        margin-bottom: 20px;
    }
    .captcha {
      width: 15%;  
    }
    .form-actions input {
        font-size:20px;
        color: #fff;
        background-color: #019241;
    }
  
footer {
  width: 100%;
  background-color:#019241;
  font-size: 20px;
  vertical-align: center;
  height: 50px;
  margin-top: 80px;
}
footer p {
  text-align: center;
  padding-top: 20px;
}
.item-blok {
  display: grid;
    max-width: 1500px;
    grid-template-columns: 1fr 20%;
    grid-gap: 10px;
    justify-content: center;
    width: 96%;
    margin: 0 auto;
    padding-top: 50px;
}
.servis-1 {
  margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    width: 98%;
}
.sidebar-menu a {
    color: #3c91e0;
    font-size: 18px;
}
.sidebar-menu{
    border: 6px solid #019241;
}
.sidebar-menu ul li {
    color: #0A4780;
    padding: 10px;
    border-bottom: 1px solid #e2dede;
}
.title_block h1 {
    font-size: 50px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    background-color: #019241;
}
.image_3 img {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.servis-icons {
    width: 96%;
    margin: 0 auto;
}
.right-item h3 {
  text-align: center;
  font-size: 24px;
  padding: 0 0 20px 0;
}
.lazy img {
  float: left;
  width: 50%;
  margin-right: 80px;
  border-radius: 10px;
  /*box-shadow: 15px 15px 1px #FAD04F;*/
  margin-bottom: 20px;
}
.center {
    float: left;
    width: 100%;
    display: block;
    border-top: #000;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

ul.pagination li a.active {
    background-color: #E31837;
    color: white;
    border: 1px solid #1DA3DF;
}
ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
}
div.center {
    text-align: center;
    margin: 10px 0;
}
.lazy {
     max-width: 1000px;
  display: block;
  margin: 0 auto;
  padding-top: 4px;
}
.blok-5 {
  max-width: 1280px;
  padding: 20px 0;
  margin: 0 auto;
  background-color: #019241;
  border-top: 10px solid #D9241C;
}
.lazy h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}
.lazy h3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 50px; 
}
.lazy h5 {
  color: #FFF401;
  font-size: 20px;
  padding: 10px 0;
}
.blok-5 h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff401;
    padding: 30px 50px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
 }
.blok-5 a {
  background-color: #D9241C;
  padding: 15px;
  font-size: 24px;
  float: right;
  text-shadow: #595858 1px 1px 1px;
}
.title_block h2 {
    font-size: 50px;
    text-align: center;
    margin: 60px 0;
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}
.multiple-items {
  margin: 0 auto;
  max-width: 1000px;
}
.multiple-items img {
  width: 60%;
  height: auto;
  padding:  0 10px;
  margin: 0 auto;
}
.socials ul {
  width: 100%;
  margin-top: 0 auto;
  text-align: center;
}
.socials li {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}
.socials_item .svg-inline--fa {
    color: #2C7EC9;
    width: 25px;
    height: 25px;
    padding: 10px 5px;
    text-align: center;
    padding-bottom: 45px;
}
.item_foto h4 {
   padding: 20px 0 10px 0 ;
   text-align: center;
   font-size: 20px;
   font-weight: bolder; 
}
.item_foto p {
  color: #750A16;
  text-align: center;
  font-size: 16px;
}
.socials li {
    display: inline-block;
  }
.multiple-items_2 {
  margin: 50px;
} 
.item_foto_2  { 
  border: 1px solid #40AAA4;
  margin: 5px;
  background-color: #E6F4F3;
}
.multiple-items_2 .slick-slide {
  min-height: 450px;
}
.multiple-items_2 img {
   width: 40%;
   margin: 0 auto;
   margin-top: 20px;
   border-radius: 50%;
}
.multiple-items_2 h4 {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  color: #750A16;
  font-weight: bolder;
}
.multiple-items_2 p {
  margin: 15px;
  font-size: 20px;
  color: #666;
  min-height: 250px;
}
.multiple-items_2 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #7D1100;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: # url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 90%;
    z-index: 20;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    position: absolute;
    left:  90%;
}
[dir='rtl'] .slick-prev
{
    right: 2px;
}
.slick-prev:before
{
    content: url(../img/arrows-l.png);
}
[dir='rtl'] .slick-prev:before
{
    content: 'РІвЂ вЂ™';
}

.slick-next
{
    right: 27px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: url(../img/arrows-2.png);;
}
[dir='rtl'] .slick-next:before
{
    content: 'РІвЂ С’';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 0.4;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'РІР‚Сћ';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 0.2;
    color: black;
}
.servis-icons {
  display: block;
  text-align: center;
  border: 1px solid #019241;
  background-color: #fff;
} 
.button-1 {
  padding-bottom: 50px;
}
.servis-icons h2 {
 color: #019241;
 font-size: 18px;
 padding: 20px 15px;
 min-height: 60px;
}
.worksoll {
 margin: 0 auto; 
}
.servis {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    width: 90%;
}
.servis img {
  width: 70%;
}
.servis-icons:hover {
transform: scale(1.015);
transition: 0.8s;
}
.servis-icons h4 {
    color: #E31837;
    font-weight: 18px;
    padding-top: 10px;
    font-weight: bolder;
}
.icon-text a {
    z-index: 10;
    font-size: 20px;
    display: block;
    color: #fff;
    font-weight: bolder;
    background-color: #019241;
    padding: 15px;
    margin-top: 15px;
    text-shadow: #595858 1px 1px 1px;
}
.icon-text a:hover {
  background-color: #D9241C;
}
.button-1 a {
    text-align: center;
    display: block;
    background-color: #019241;
    padding: 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bolder;
    border: 3px solid #d4d0c8;
    width: 40%;
    margin: 0 auto;
    margin-top: 20px;
}
 .modal-form h5 input {
    text-align: center;
    font-size: 24px;
    color: #e31837;
    border: none;
    font-weight: bold;
}

@media all and (max-width: 960px) {
  .title_block h2 {
    font-size: 24px;
  }
  .dws-menu > ul li a{
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9c9c9+0,f6f6f6+2,c4c5c7+98,757577+100;Custom+3 */
 background: rgb(201,201,201); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(246,246,246,1) 2%, rgba(196,197,199,1) 98%, rgba(117,117,119,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#757577',GradientType=0 ); /* IE6-9 */

 padding: 15px 30px 15px 40px;
 font-size: 14px;
 color: #454547;
 text-decoration: none;
 text-transform:uppercase;
 transition: all 0.3s ease;
}
.modal-form h5 input {
    text-align: left;
}
.servis-1 {
    grid-template-columns: 1fr;
}
.mess textarea {
    height: 100px;
    font-size: 16px;
}
.product-content h2 {
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
     max-width: 400px
}
.product-content h5 {
    margin-top: -50px;
}
.section-contact .container_form_2 input, textarea {
    display: block;
    text-align: center;
    font-size: 20px;
    width: 90%;
    margin: 10px 5%;
    height: 80px;
}
.dws-menu li a:hover{
background-color: #00A9DD

 color: #ffffff;
 box-shadow: 1px 5px 10px -5px black;
 transition: all 0.3s ease;
}
 .dws-menu{
  overflow: hidden;
 }
 .dws-menu ul{
  display: block;
  max-height: 0;
  transition: max-height 0.3s;
 }
 .dws-menu li>ul li ul{
  position: absolute;
  right: auto;
  top: auto;
 }
 .dws-menu label.toggleMenu{
  display: block;
  margin-top: 15px;
 }
 input.toggleMenu:checked + label.toggleMenu{
  background: #019241;
  color: #fff;
 }
 input.toggleMenu:checked ~ ul,
 input.toggleSubmenu:checked ~ ul{
  display: block;
  position: relative;
  max-height: 5000px;
  transition: max-height 2s ease-in;
 }
 .dws-menu label.toggleSubmenu{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
 }
 input.toggleSubmenu:checked ~ a{
  background: #019241;
  color: #fff;
 }
 .dws-menu label.toggleSubmenu  .svg-inline--fa:before{
  content: "\f0d7";
  color: #454547;
 }
 .dws-menu label.toggleSubmenu  .svg-inline--fa{
  position: absolute;
  top: 15px;
  right: 30px;
 }
 .dws-menu input.toggleSubmenu:checked ~ label.toggleSubmenu .fa::before{
  content: "\f0d8";
  color: #ffffff;
 }
 .container {
  display: grid;
  grid-template-columns: 1fr;
 }
 .buttop {
  text-align: center;
 }
 .logo img {
  width: 20%;
  margin: 10px 40%;
  background-color: transparent;
  padding: 0;
 }
 .hedinfo {
  display: none;
 }
 .menu {
  width: 100%;
 }
 .v-pc {
     display: none;
 }
 .v-mob {
     display: block;
 }
 .svg-inline--fa {
  color: #D9241C; 
 }
 .ekran-1 h1 {
  font-size: 24px;
  line-height: 33px;
 }
 .ekran-1 a {
  text-align: center;
  width: 40%;
  margin: 0 27%;
 }
 .ekran-2 {
  padding: 15px 0;
 }
 .text-gr {
    padding: 10px;
    margin: 0 auto;
    width: 100%;
}
.text-gr p {
  width: 80%;
  padding-bottom: 30px;
}
.text-gr a {
  float: none;
  margin-top: 20px;
}
 .ekran-grid {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  overflow: hidden;
 }
 .img-gr img {
  padding: 10px 0;
  width: 80%;
  margin: 0 10%;
 }
 .icons-item {
  display: grid;
  grid-template-columns: 1fr;
 }
 .blok-5 {
  text-align: center;
 }
 .blok-5 h3 {
  padding: 0 10px;
  font-weight: 30px;
 }
 .blok-5 a {
  float: left;
  margin: 0 0 20px 20px;
 }
 .lazy img {
  float: none;
  width: 80%;
  margin: 0 auto;
  max-width: 300px;
 }
 .icon-text img {
  width: 40%;
 }
 .header_fixed {
  display: none;
 }
 .slick-prev
{
    position: absolute;
    left:  70%;
}
[dir='rtl'] .slick-prev
{
    right: 2px;
}
.slick-prev:before
{
    content: url(../img/arrows-l.png);
}
[dir='rtl'] .slick-prev:before
{
    content: 'РІвЂ вЂ™';
}
.slick-next {
    right: 4px;
}
nav {
  margin-top: -15px;
}
.news-2 {
  display: grid;
  grid-template-columns: 1fr;
}
.servis {
  display: grid;
  grid-template-columns: 1fr;
}
.item-blok {
  display: grid;
  grid-template-columns: 1fr;
}
.product-card {
  display: grid;
  grid-template-columns: 1fr;
}
.title_block h1 {
  font-size: 20px;
}
 .product-card .slick-prev {
    left: 10px;
  }
  .product-card .slick-next {
    left: 250px;
  }
  .right-item {
    display: none;
  }
  .slick-dotted.slick-slider {
    width: 320px;
  }
  .tabs__caption li {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .logo {
    background-color: #019241;
  }
}

 
  .logo {
    background-color: #019241;
  }
}

 