/**
 * @file
 * Visual styles for menu.
 */

ul.menu {
  margin-left: 1em; /* LTR */
  padding: 0;
  list-style: none outside;
  text-align: left; /* LTR */
}
[dir="rtl"] ul.menu {
  margin-right: 1em;
  margin-left: 0;
  text-align: right;
}
.menu-item--expanded {
  list-style-type: circle;
  list-style-image: url(../../images/icons/menu-expanded.png);
}
.menu-item--collapsed {
  list-style-type: disc;
  list-style-image: url(../../images/icons/menu-collapsed.png); /* LTR */
}
[dir="rtl"] .menu-item--collapsed {
  list-style-image: url(../../images/icons/menu-collapsed-rtl.png);
}
.menu-item {
  margin: 0;
  padding-top: 0.2em;
}
ul.menu a.is-active {
  color: #000;
}


/**
 * @file
 * Visual styles for nodes.
 */

@font-face {
  font-family: 'Vinnytsia Sans';
  src: url('../../fonts/VinnytsiaSans-Bold.eot');
  src: local('Vinnytsia Sans Bold'), local('VinnytsiaSans-Bold'),
  url('../../fonts/VinnytsiaSans-Bold.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/VinnytsiaSans-Bold.woff2') format('woff2'),
  url('../../fonts/VinnytsiaSans-Bold.woff') format('woff'),
  url('../../fonts/VinnytsiaSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vinnytsia Sans';
  src: url('../../fonts/VinnytsiaSans-Regular.eot');
  src: local('Vinnytsia Sans Regular'), local('VinnytsiaSans-Regular'),
  url('../../fonts/VinnytsiaSans-Regular.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/VinnytsiaSans-Regular.woff2') format('woff2'),
  url('../../fonts/VinnytsiaSans-Regular.woff') format('woff'),
  url('../../fonts/VinnytsiaSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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




body{
  margin: 0 ;
  padding: 0 ;
}

.node--unpublished {
  background-color: #fff4f4;
}

.top-line{
  background: #006633;
  height: 135px;
  margin-top: 0 !important;
  padding-top: 0 !important;

}
.line-2{
  margin-bottom: -68px;
  display: block;
  margin-left: 20px;
}
.logo-top{
  margin-bottom: -68px;
}
.logo-top{
  display: block;
  float: left;
  margin-top: 0 !important;
  width: 181px;
  position: relative;
  z-index: 3;
}
.top-menu{
  display: block;
  float: right;
  height: 135px;
  width:  calc(100% - 181px);
}
.top-menu ul.menu li{
  display: block;
  float: left;
  margin-right: 40px;
}
.top-menu .contextual-links{
  display: none;
}
.l-1{
  padding-top: 38px;
  padding-bottom: 34px;
}
.top-menu ul.menu li a{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}
.top-menu ul.menu li a:hover{
  text-decoration: underline;
}

.top-menu ul{
  display: block;
  float: right;
  padding-top: 42px;
}
.head-line1{
  height: 604px;
  background: url(../../images/s1.jpg) center -175px;
  /*background: url(../../images/s11.jpg) center center;*/
  margin-top: 0;
  padding-top: 0;
}
.region-top-line1{
  margin-top: 0;
  padding-top: 0;

}

.region-top-line1 h1{
  padding-top: 145px;
  width: 650px;
  margin-top: 0;
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  color: #FFFFFF;
  display: block;
  position: relative;
}
.top-img{
  display: block;
  position: absolute;
  right: 0;
  top: 135px;
}
.region-top-line1 .block-left-line {
  margin-top: 80px;
  font-family: 'Vinnytsia Sans';
  font-style: normal;

  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 36px;
  border-left: 4px solid #DEDC00;
  width: 650px;
}

.r-img{
  display: block;
  float: right;
}

#block-about .r-img{
  position: relative;
  top: -70px;
  padding-left: 25px;
}

#block-about h2, h2#about{
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  color: #000000;
  padding-top: 50px;
}
#block-about{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

#block-about .c-cont {
  padding-left: 34px;
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 36px;
  text-transform: uppercase;
  color: #006633;
  max-width: 600px;
}
.main-content-block {
  background: #EDEDED;
}

#block-whyworkingwithus{
  background: #006633;
  border-radius: 42px;
  padding: 50px 70px;
}
#block-whyworkingwithus h2{
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  /* identical to box height */
  color: #DEDC00;
}
.b1-left, .b2-left{
  width: 276px;
  display: block;
  float: left;
  margin-right: 80px;
}

.b-line{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 17px;

  color: #FFFFFF;
  border-bottom: 1px solid #DEDC00;;
}

.text-block{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  /* or 11px */
  color: #FFFFFF;
  padding-top: 22px;
  padding-bottom: 35px;
}

.b3-left{
  padding-left: 50px;
  display: table;
  max-width: 430px;
}

.testimonials{
  width: calc(50% - 100px);
  display: block;
  float: left;
  padding-left: 80px;
  margin-right: 20px;
  background: url(../../images/kv.svg) 0px 0 no-repeat;
}
#block-testimonials{
  padding-top: 70px;
  padding-bottom: 140px;
}
.testimonials-l-1{
  max-width: 490px;
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 142.5%;
  /* or 28px */
  color: #000000;
  background: url(../../images/line.svg) bottom left no-repeat;
  padding-bottom: 20px;
  min-height: 235px;
  margin-bottom: 25px;
}
.testimonials-l-2{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 98.5%;
  /* or 20px */
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #000000;
}
.testimonials-l-3{
  padding-top: 10px;
  color: #006633;
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-size: 20px;
  line-height: 98.5%;
  /*letter-spacing: 0.09em;*/
}
#block-testimonials h2, #block-team h2, #block-partnershipandcontacts h2{
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  /* identical to box height */
  color: #000000;
}
.layout-sidebar-first{
  padding-top: 220px;
  padding-bottom: 30px;
  height:560px;
  background: url(../../images/company_bg1.jpg) top center no-repeat #EDEDED;
  margin-top: -20px;
}
main{
  background: #ededed;
}

.text-team{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 130.5%;
  /* or 65px */

  text-transform: uppercase;

  color: #ffffff;
}
.text-team span{
  color: #DEDC00;
}
#block-team h2{
  padding-bottom: 80px;
  color: #ffffff;
  font-size: 54px;
}
#block-partnershipandcontacts {
  background: #ededed;
}
#block-partnershipandcontacts h2{
  padding-top: 40px;
  padding-bottom: 20px;
}
.layout-sidebar-second{
  background: #ededed;
}
#block-partnershipandcontacts .v-img{
  display: block;
  float: left;
  padding-bottom: 100px;
  margin-right: 75px;
  padding-left: 10px;
}
.v1-d{
  display: block;
  float: left;
  margin-right: 80px;
}
.v1-d1{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 0px;
  /* identical to box height, or 0% */
  letter-spacing: 0.155em;
  text-transform: uppercase;
  color: #000000;

}

.v1-d2{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 128%;
  /* or 0% */
  color: #000000;
  padding-bottom: 15px;
  max-width: 360px;
  margin-right: 80px;
  margin-top: 25px;
}

.v1-d3 {
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
  /* or 0% */
  color: #006633;
  max-width: 360px;
}

.v2-d {
  display: block;
  float: left;
  margin-top: -14px;

  max-width: 525px;

}
.v2-d1{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  /* or 125% */
  color: #006633;
}

.v2-d2{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  /* or 150% */
  color: #000000;
  padding-top: 25px;
}

.v3-d {
  display: block;
  float: left;
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #000000;
  max-width: 525px;
  border-left: 2px solid #DEDC00;
  padding-left: 27px;
  margin-top: 20px;
}
.v3-d a{
  color: #006633;
}

footer{
  background: #006633;
  display: block;
}
.b-logo-m{
  display: block;
  clear: both;
  width: 181px;
  position: relative;
  top: -3px;
  margin-bottom: 20px;
}
.b-logo-top{
  margin: 0 auto;
  display: block;
  width: 135px;
  padding-bottom: 25px;
}

.f-big-text {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 30px;
  /* or 27% */
  color: #dedc00;
  margin-bottom: 50px;
}
.f-big-text span span{
  color: #ffffff;
}
.f-big-text img {
  margin-right: -65px;
  margin-left: 25px;
  margin-bottom: -20px;
}
#block-allrightreserved2023{
  display: block;
  float: left;
  padding-top: 60px;
}
#block-allrightreserved2023 div{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 123.5%;
  /* or 16px */
  text-transform: uppercase;
  color: #ffffff;
}
#block-allrightreserved2023 div.all-2{
  font-weight: 400;
}

.f-menu{
  width: 970px;
  display: block;
  float: right;
  padding-top: 50px;

}
.f-menu ul.menu li a {
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}
.f-menu ul.menu li {
  display: block;
  float: left;
  margin-right: 40px;
}
#block-partnershipandcontacts{
  padding-bottom: 0;
  margin-bottom: 0;
}
footer{
  margin-top: 0;
  min-height: 450px;
  position: relative;
  z-index: 2;
}
#block-partnershipandcontacts{
  padding-bottom: 35px;
}

@media (min-width: 1500px){
  #block-whyworkingwithus{
    margin-left: -70px;
    margin-right: -20px;
  }
  .b1-left, .b2-left{
    margin-right: 100px;
    width: 296px;
  }
  .b3-left{
    position: relative;
    top: -50px;
  }
}

.m-menu-icon{
  display: none;
}


.container .row{
  width: 1340px;
  margin: 0 auto;
}

.mobile-menu{
  display: none;
}
.tabs-main ul{
  max-width: calc(100% - 400px);
}

.page-title span {
  font-family: 'Bebas';
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  color: #000000;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-top: 10px;
}

.p-img-sm, #p-img-sm{
  display: block;
  float: right;
  max-width: 410px;
  margin-right: 100px;
  margin-left: 30px;
}

.m-text-g {
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #006633;
}
.prod-ul{
  display: block;
  max-width: 500px;
  margin-top: 25px;
  margin-left: 0;
  padding-left: 0;
}
.prod-ul li{
  display: block;
  margin-left: 0;
  padding-left: 0;
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  /* or 115% */
  color: #000000;
  list-style: none;
  width: 370px;
  display: block;
  float: left;
}

.prod-ul li a, .prod-ul li span{
  margin-left: 0;
  padding-left: 0;
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  /* or 115% */
  color: #000000;
  list-style: none;
  display: table;
  padding: 7px 15px;
  border-radius: 15px

}

.prod-ul li a.active-link{
  font-weight: 700;
  background: none;
  background: #dedc00;
}

.prod-ul li a:hover{
  background: #dedc00;
}
.head-line1{
  position: relative;
}
#block-about{
  margin-bottom: 50px;
}
img{
  max-width: 100%;
}
.cont-2-text{
  display: block;
  padding-top: 80px;
}
#block-views-block-slide-block-1{
  max-width: 480px;
  display: block;
  float: right;
}
#block-views-block-slide-block-1 img, #block-views-block-slide-block-1 .view-slide{
  border-radius: 12px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  /*.region-top-line1{*/
  /*position: relative;*/
  /*}*/

  #scrollTopButton-image {

    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}
@media (max-width: 1340px){

  .container .row{
    width: 1200px;
    margin: 0 auto;
  }

  .b3-left {
    padding-left: 10px;
    display: table;
    max-width: 300px;
  }
  .b3-left img{
    width: 300px;
  }

  #block-testimonials > div, #block-partnershipandcontacts > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #block-partnershipandcontacts .v-img {
    display: block;
    float: left;
    padding-bottom: 100px;
    margin-right: 25px;
    padding-left: 5px;
  }
  .v1-d {
    margin-right: 10px;
  }
  .v1-d1{
    max-width: 340px;
  }

  .v1-d2{
    padding-bottom: 15px;
    max-width: 340px;
    margin-right: 80px;
    margin-top: 25px;
  }

  .v1-d3 {
    max-width: 340px;
  }
  .v2-d {
    max-width: 420px;
  }
  .v3-d {
    max-width: 340px;
  }

  .v2-d2 {
    font-size: 17px;
    line-height: 24px;
    padding-top: 10px;
  }
  .top-img img{
    width: 550px;
  }
  .p-img-sm, #p-img-sm {
    display: block;
    float: right;
    max-width: 350px;
    margin-right: 0px;
    margin-left:10px;
  }

  .prod-ul li {
    display: block;
    margin-left: 0;
    padding-left: 0;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 26px;
    color: #000000;
    list-style: none;
    width: 330px;

  }


}
@media (max-width: 1200px){
  .container .row{
    width: 960px;
    margin: 0 auto;
  }

  .top-menu ul.menu li {
    display: block;
    float: left;
    margin-right: 15px;
  }

  .v1-d1{
    max-width: 340px;
  }

  .v1-d2{
    padding-bottom: 15px;
    max-width: 300px;
    margin-right: 20px;
    margin-top: 25px;
  }

  .v1-d3 {
    max-width: 300px;
  }
  .v2-d {
    max-width: 360px;
  }
  .v3-d {
    max-width: 300px;
  }

  .v2-d2 {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
  }

  .f-big-text {
    font-family: 'Bebas';
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    line-height: 30px;
    color: #dedc00;
    margin-bottom: 50px;
  }
  .top-img img{
    width: 450px;
  }
  .region-top-line1 h1 {
    padding-top: 125px;
    width: 450px;
    margin-top: 0;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: #FFFFFF;
    display: block;
    position: relative;
  }
  .prod-ul li {
    display: block;
    margin-left: 0;
    padding-left: 0;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    list-style: none;
    width: 330px;

  }
  .prod-ul{
    padding-bottom: 40px;
    display: table;
    width: 100%;
  }
  footer {
    min-height: 550px;
  }

}
@media (max-width: 960px){
  .container .row{
    width: 768px;
    margin: 0 auto;
  }

  #block-views-block-slide-block-1{
    max-width: 480px;
    display: block;
    float: none;
  }
  #block-about .c-cont {
    padding-left: 0;
    font-family: 'Bebas';
    font-style: normal;
    font-weight: 400;
    font-size: 33px;
    line-height: 36px;
    text-transform: uppercase;
    color: #006633;
    max-width: 600px;
    padding-bottom: 30px;
    margin-top: -30px;
  }

  .top-img img{
    width: 350px;
  }
  .region-top-line1 h1 {
    padding-top: 125px;
    width: 400px;
    font-size: 40px;
  }
  .top-menu ul.menu li {
    display: block;
    float: left;
    margin-right: 8px;
  }
  .top-menu ul.menu li a {
    font-size: 14px;
  }
  .region-top-line1 h1 {
    padding-top: 125px;
    width: 400px;
    margin-top: 0;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    color: #FFFFFF;
    display: block;
    position: relative;
  }

  .b1-left, .b2-left{
    width: calc(100% - 80px);
    display: block;
    float: left;
    margin-right: 80px;
  }
  .b3-left {
    padding-left: 10px;
    display: table;
    max-width: 100%;
  }
  .b3-left img {
    margin: 0 auto;
    display: block;
  }
  .b3-left {
    padding-left: 0;
    padding-right: 0;
    margin: 0;

    width: 100%;
  }
  #block-team h2 {
    padding-bottom: 80px;
    color: #ffffff;
    font-size: 54px;
    padding-bottom: 30px;
  }
  .layout-sidebar-first {
    padding-top: 100px;
    padding-bottom: 30px;
    height: 400px;
    background: url(../../images/company_bg1.jpg) top center no-repeat #EDEDED;
    margin-top: -20px;
    background-size: 1187px 512px ;
  }

  .text-team {
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 130.5%;
    text-transform: uppercase;
    color: #ffffff;
  }

  #block-partnershipandcontacts .v-img {
    display: block;
    float: none;
    padding-bottom: 10px;
    margin-right: 5px;
    padding-left: 5px;
    position: relative;
    top: -30px;
  }

  #block-testimonials h2, #block-team h2, #block-partnershipandcontacts h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .v1-d2{
    float: none;
    max-width: 100%;
    padding-bottom: 15px;
    margin-right: 20px;
    margin-top: 25px;
  }

  .v1-d3 {
    float: none;
    max-width: 100%;
  }
  .v2-d {
    margin-top: 40px;
    float: none;
    max-width: 100%;
  }
  .v3-d {
    float: none;
    max-width: 100%;
  }
  .v1-d {
    margin-right: 10px;
    float: none;
    max-width: 100%;
  }
  .f-big-text {
    font-family: 'Bebas';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 30px;
    color: #dedc00;
    margin-bottom: 50px;
  }
  #block-whyworkingwithus {
    background: #006633;
    border-radius: 30px;
    padding: 10px 30px;
  }
  .b1-left, .b2-left {
    width: 100%;
    display: block;
    float: left;
    margin-right: 0px;
  }

  .f-menu {
    width: 100%;
    display: block;
    float: none;
    padding-top: 40px;
  }
  .f-menu ul.menu li {
    display: block;
    float: left;
    margin-right: 20px;
  }
  .f-menu ul.menu {
    margin-left: 0 ;
    padding: 0;
    list-style: none outside;
    text-align: left;
  }
}
@media (max-width: 768px){
  .container .row{
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }

  .p-img-sm, #p-img-sm {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
    max-width: 100%;
  }
  .prod-ul li {
    display: block;
    float: left;
    margin-left: 0;
    padding-left: 0;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 400;
    font-size:11px;
    line-height: 20px;
    color: #000000;
    list-style: none;
    width: 50%;
  }
  .prod-ul li a, .prod-ul li span {
    margin-left: 0;
    padding-left: 0;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    list-style: none;
    display: table;
    padding: 7px 15px;
    border-radius: 15px;
  }

  .prod-ul {
    margin-bottom: 5px;
    display:table;
    width: 100%;
    min-width: 100%;
  }

  .top-line {
    height: 69px;
    position: relative;
    z-index: 5;
  }
  .l-1 {
    padding-top: 14px;
    padding-bottom: 10px;
  }
  .l-1 img{
    width: 120px;
  }

  #block-discover-main-menu{
    display: none;
  }
  .line-2 {
    margin-bottom: -68px;
    display: block;
    margin-left: 20px;
    width: 88px;
    z-index: 5;
    position: relative;
  }

  .m-menu-icon{
    display: block;
    position: absolute;
    z-index: 5;
    right: 30px;
    top: 26px;
    cursor: pointer;
  }
  .mobile-menu{
    position: absolute;
    top: 69px;
    width: 100%;
    background: #dedc00;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
  }
  .mobile-menu #block-discover-main-menu{
    display: block;
  }

  .mobile-menu .menu-item, .mobile-menu .menu-item a{
    text-align: center;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #006633;
  }
  .m-text-bottom{
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    /* or 156% */
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
  }
  .m-text-bottom a{
    color: #006633;
  }
  .top-img img {
    display: none;
  }
  .region-top-line1 h1 {
    padding-top: 110px;
    width: 98%;
    margin-top: 0;
    font-size: 36px;
    line-height: 46px;
  }
  .region-top-line1 .block-left-line {
    margin-top: 70px;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 36px;
    border-left: 4px solid #DEDC00;
    width: calc(99% - 56px);
  }
  .head-line1 {
    height: 538px;
  }
  .top-img img {
    display: none;
  }
  .testimonials {
    width: calc(100% - 80px);
    display: block;
    float: none;
    padding-left: 80px;
    margin-right: 0;
    background: url(../../images/kv.svg) 0px 0 no-repeat;
    margin-top: 40px;
  }

  .layout-sidebar-first {
    padding-top: 50px;
    padding-bottom: 30px;
    height: 400px;
    background: url(../../images/company_bg1.jpg) top center no-repeat #EDEDED;
    margin-top: -10px;
    background-size: 990px 440px;
  }
  .text-team {
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 130.5%;
    text-transform: uppercase;
    color: #ffffff;
  }
  .tabs-main label {
    font-family: 'Vinnytsia Sans';
    padding-right: 10px;
    padding-left:5px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
    background: transparent !important;
    padding-bottom: 14px;
  }
  .cont-2-text {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  @media (max-width: 960px){
    .f-big-text {
      font-family: 'Bebas';
      font-style: normal;
      font-weight: 400;
      font-size: 40px;
      line-height: 175px;
      color: #dedc00;
      margin-bottom: 20px;
    }
    .f-big-text img {
      margin-right: -45px;
      margin-left: 0;
      margin-bottom: -20px;
      margin-top: 20px;
      width: 110px;
    }
    .f-menu #block-discover-main-menu{
      display: block;
    }
    footer {
      min-height: 570px;
    }
    .f-menu ul.menu li a{
      text-align: center;
    }
    .f-menu ul.menu li {
      text-align: center;
      display: block;
      float: none;
      margin-right: 0;
    }
    .f-menu ul.menu {
      margin-left: 0;
      padding: 0;
      list-style: none outside;
      text-align: center;
    }
    .f-menu {
      width: 100%;
      display: block;
      float: none;
      padding-top: 10px;
    }
    .f-big-text {
      font-size: 40px;
      line-height: 50px;
      color: #dedc00;
      margin-bottom: 10px;
    }

    #block-allrightreserved2023 div {

      font-weight: 700;
      font-size: 13px;
      line-height: 123.5%;
      text-transform: uppercase;
      text-align: center;
      width: 100%;
    }
    #block-allrightreserved2023 {
      display: block;
      float: none;
      width: 100%;
      padding-top: 60px;
    }
    body{
      overflow-x: hidden;
    }

    .f-big-text img{
      display: none;
    }

  }

}
@media (max-width: 420px){
  .layout-sidebar-first {
    padding-top: 20px;
    padding-bottom: 0px;
    height: 400px;
    background: url(../../images/company_bg1.jpg) 45% top no-repeat #EDEDED;
    margin-top: -10px;
    background-size: 900px 385px;
  }
  .text-team {
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130.5%;
    text-transform: uppercase;
    color: #ffffff;
  }
  #block-team h2{
    position: relative;
    top: -20px;
  }

  .v1-d1 {
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 0px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
  }
  .f-big-text {
    font-size: 35px;
    line-height: 44px;
    color: #dedc00;
    margin-bottom: 10px;
  }


}
@media (max-width: 390px){
  .tabs-main label {
    font-family: 'Vinnytsia Sans';
    padding-right: 7px;
    padding-left: 2px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
    background: transparent !important;
    padding-bottom: 5px;
    margin-top: 10px;
  }

  .region-top-line1 h1 {
    padding-top: 100px;
    width: 98%;
    margin-top: 0;
    font-size: 34px;
    line-height: 44px;
  }
  .region-top-line1 .block-left-line {
    margin-top: 50px;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 36px;
    border-left: 4px solid #DEDC00;
    width: calc(99% - 56px);
  }
}
@media (max-width: 340px){
  .tabs-main label {
    font-family: 'Vinnytsia Sans';
    padding-right: 7px;
    padding-left: 2px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #000000;
    background: transparent !important;
    padding-bottom: 5px;
    margin-top: 10px;
  }

}



.title-product-menu{
  font-family: Vinnytsia Sans;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  border: 3px solid #DEDC00;
  border-radius: 30px;
  background: #FFFFFF;
  padding: 15px 23px 12px 23px;
  cursor: pointer;

  position: relative;
  z-index: 2;
}
.product-menu-block{
  position: relative;
  z-index: 1;
  width: 215px;

}

.dropdown-child{
  display: none;
  position: absolute;
  z-index: 1;
  left: 0px;
  background: #DEDC00;
  color: #ffffff;
  width: 215px;
  border-radius: 30px;
  top: 0px;
  padding-top: 65px;
  padding-bottom: 20px;
}


.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-child {
  /*display: none;*/

}
.dropdown-child a {
  font-family: Vinnytsia Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
  color: #FFFFFF;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.back-to-products{
  display: block;
  float:left;
}

.product-menu-block{
  display: block;
  float: right;
  margin-top: 70px;
}
.page-title{
  clear:both;
}


/**
 * @file
 * Visual styles for nodes.
 */

@font-face {
  font-family: 'Vinnytsia Sans';
  src: url('../../fonts/VinnytsiaSans-Bold.eot');
  src: local('Vinnytsia Sans Bold'), local('VinnytsiaSans-Bold'),
  url('../../fonts/VinnytsiaSans-Bold.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/VinnytsiaSans-Bold.woff2') format('woff2'),
  url('../../fonts/VinnytsiaSans-Bold.woff') format('woff'),
  url('../../fonts/VinnytsiaSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vinnytsia Sans';
  src: url('../../fonts/VinnytsiaSans-Regular.eot');
  src: local('Vinnytsia Sans Regular'), local('VinnytsiaSans-Regular'),
  url('../../fonts/VinnytsiaSans-Regular.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/VinnytsiaSans-Regular.woff2') format('woff2'),
  url('../../fonts/VinnytsiaSans-Regular.woff') format('woff'),
  url('../../fonts/VinnytsiaSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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




body{
  margin: 0 ;
  padding: 0 ;
}

.node--unpublished {
  background-color: #fff4f4;
}

.top-line{
  background: #006633;
  height: 135px;
  margin-top: 0 !important;
  padding-top: 0 !important;

}
.line-2{
  margin-bottom: -68px;
  display: block;
  margin-left: 20px;
}
.logo-top{
  margin-bottom: -68px;
}
.logo-top{
  display: block;
  float: left;
  margin-top: 0 !important;
  width: 181px;
  position: relative;
  z-index: 3;
}
.top-menu{
  display: block;
  float: right;
  height: 135px;
  width:  calc(100% - 241px);
}
.top-menu ul.menu li{
  display: block;
  float: left;
  margin-right: 40px;
}
.top-menu .contextual-links{
  display: none;
}
.l-1{
  padding-top: 38px;
  padding-bottom: 34px;
}
.top-menu ul.menu li a{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}
.top-menu ul.menu li a:hover{
  text-decoration: underline;
}

.top-menu ul{
  display: block;
  float: right;
  padding-top: 42px;
}
.head-line1{
  height: 604px;
  background: url(../../images/s1.jpg) center -175px;
  /*background: url(../../images/s11.jpg) center center;*/
  margin-top: 0;
  padding-top: 0;
}
.region-top-line1{
  margin-top: 0;
  padding-top: 0;

}

.region-top-line1 h1{
  padding-top: 145px;
  width: 650px;
  margin-top: 0;
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  color: #FFFFFF;
  display: block;
  position: relative;
}
.top-img{
  display: block;
  position: absolute;
  right: 0;
  top: 135px;
}
.region-top-line1 .block-left-line {
  margin-top: 80px;
  font-family: 'Vinnytsia Sans';
  font-style: normal;

  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 36px;
  border-left: 4px solid #DEDC00;
  width: 650px;
}

.r-img{
  display: block;
  float: right;
}

#block-about .r-img{
  position: relative;
  top: -70px;
  padding-left: 25px;
}

#block-about h2, h2#about{
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  color: #000000;
  padding-top: 50px;
}
#block-about{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

#block-about .c-cont {
  padding-left: 34px;
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 36px;
  text-transform: uppercase;
  color: #006633;
  max-width: 600px;
}
.main-content-block {
  background: #EDEDED;
}

#block-whyworkingwithus{
  background: #006633;
  border-radius: 42px;
  padding: 50px 70px;
}
#block-whyworkingwithus h2{
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  /* identical to box height */
  color: #DEDC00;
}
.b1-left, .b2-left{
  width: 276px;
  display: block;
  float: left;
  margin-right: 80px;
}

.b-line{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 17px;

  color: #FFFFFF;
  border-bottom: 1px solid #DEDC00;;
}

.text-block{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  /* or 11px */
  color: #FFFFFF;
  padding-top: 22px;
  padding-bottom: 35px;
}

.b3-left{
  padding-left: 50px;
  display: table;
  max-width: 430px;
}

.testimonials{
  width: calc(50% - 100px);
  display: block;
  float: left;
  padding-left: 80px;
  margin-right: 20px;
  background: url(../../images/kv.svg) 0px 0 no-repeat;
}
#block-testimonials{
  padding-top: 70px;
  padding-bottom: 140px;
}
.testimonials-l-1{
  max-width: 490px;
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 142.5%;
  /* or 28px */
  color: #000000;
  background: url(../../images/line.svg) bottom left no-repeat;
  padding-bottom: 20px;
  min-height: 235px;
  margin-bottom: 25px;
}
.testimonials-l-2{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 98.5%;
  /* or 20px */
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #000000;
}
.testimonials-l-3{
  padding-top: 10px;
  color: #006633;
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-size: 20px;
  line-height: 98.5%;
  /*letter-spacing: 0.09em;*/
}
#block-testimonials h2, #block-team h2, #block-partnershipandcontacts h2{
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  /* identical to box height */
  color: #000000;
}
.layout-sidebar-first{
  padding-top: 220px;
  padding-bottom: 30px;
  height:560px;
  background: url(../../images/company_bg1.jpg) top center no-repeat #EDEDED;
  margin-top: -20px;
}
main{
  background: #ededed;
}

.text-team{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 130.5%;
  /* or 65px */

  text-transform: uppercase;

  color: #ffffff;
}
.text-team span{
  color: #DEDC00;
}
#block-team h2{
  padding-bottom: 80px;
  color: #ffffff;
  font-size: 54px;
}
#block-partnershipandcontacts {
  background: #ededed;
}
#block-partnershipandcontacts h2{
  padding-top: 40px;
  padding-bottom: 20px;
}
.layout-sidebar-second{
  background: #ededed;
}
#block-partnershipandcontacts .v-img{
  display: block;
  float: left;
  padding-bottom: 100px;
  margin-right: 75px;
  padding-left: 10px;
}
.v1-d{
  display: block;
  float: left;
  margin-right: 80px;
}
.v1-d1{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 0px;
  /* identical to box height, or 0% */
  letter-spacing: 0.155em;
  text-transform: uppercase;
  color: #000000;

}

.v1-d2{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 128%;
  /* or 0% */
  color: #000000;
  padding-bottom: 15px;
  max-width: 360px;
  margin-right: 80px;
  margin-top: 25px;
}

.v1-d3 {
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
  /* or 0% */
  color: #006633;
  max-width: 360px;
}

.v2-d {
  display: block;
  float: left;
  margin-top: -14px;

  max-width: 525px;

}
.v2-d1{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  /* or 125% */
  color: #006633;
}

.v2-d2{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  /* or 150% */
  color: #000000;
  padding-top: 25px;
}

.v3-d {
  display: block;
  float: left;
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #000000;
  max-width: 525px;
  border-left: 2px solid #DEDC00;
  padding-left: 27px;
  margin-top: 20px;
}
.v3-d a{
  color: #006633;
}

footer{
  background: #006633;
  display: block;
}
.b-logo-m{
  display: block;
  clear: both;
  width: 181px;
  position: relative;
  top: -3px;
  margin-bottom: 20px;
}
.b-logo-top{
  margin: 0 auto;
  display: block;
  width: 135px;
  padding-bottom: 25px;
}

.f-big-text {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 30px;
  /* or 27% */
  color: #dedc00;
  margin-bottom: 50px;
}
.f-big-text span span{
  color: #ffffff;
}
.f-big-text img {
  margin-right: -65px;
  margin-left: 25px;
  margin-bottom: -20px;
}
#block-allrightreserved2023{
  display: block;
  float: left;
  padding-top: 60px;
}
#block-allrightreserved2023 div{
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 123.5%;
  /* or 16px */
  text-transform: uppercase;
  color: #ffffff;
}
#block-allrightreserved2023 div.all-2{
  font-weight: 400;
}

.f-menu{
  width: 850px;
  display: block;
  float: right;
  padding-top: 50px;

}
.f-menu ul.menu li a {
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}
.f-menu ul.menu li {
  display: block;
  float: left;
  margin-right: 40px;
}
#block-partnershipandcontacts{
  padding-bottom: 0;
  margin-bottom: 0;
}
footer{
  margin-top: 0;
  min-height: 450px;
  position: relative;
  z-index: 2;
}
#block-partnershipandcontacts{
  padding-bottom: 35px;
}

@media (min-width: 1500px){
  #block-whyworkingwithus{
    margin-left: -70px;
    margin-right: -20px;
  }
  .b1-left, .b2-left{
    margin-right: 100px;
    width: 296px;
  }
  .b3-left{
    position: relative;
    top: -50px;
  }
}

.m-menu-icon{
  display: none;
}


.container .row{
  width: 1340px;
  margin: 0 auto;
}

.mobile-menu{
  display: none;
}
.tabs-main ul{
  max-width: calc(100% - 400px);
}

.page-title span {
  font-family: 'Bebas';
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  color: #000000;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-top: 10px;
}

.p-img-sm, #p-img-sm{
  display: block;
  float: right;
  max-width: 410px;
  margin-right: 100px;
  margin-left: 30px;
}

.m-text-g {
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #006633;
}
.prod-ul{
  display: block;
  max-width: 500px;
  margin-top: 25px;
  margin-left: 0;
  padding-left: 0;
}
.prod-ul li{
  display: block;
  margin-left: 0;
  padding-left: 0;
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  /* or 115% */
  color: #000000;
  list-style: none;
  width: 370px;
  display: block;
  float: left;
}

.prod-ul li a, .prod-ul li span{
  margin-left: 0;
  padding-left: 0;
  font-family: 'Vinnytsia Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  /* or 115% */
  color: #000000;
  list-style: none;
  display: table;
  padding: 7px 15px;
  border-radius: 15px

}

.prod-ul li a.active-link{
  font-weight: 700;
  background: none;
  background: #dedc00;
}

.prod-ul li a:hover{
  background: #dedc00;
}
.head-line1{
  position: relative;
}
#block-about{
  margin-bottom: 50px;
}
img{
  max-width: 100%;
}
.cont-2-text{
  display: block;
  padding-top: 80px;
}
#block-views-block-slide-block-1{
  max-width: 480px;
  display: block;
  float: right;
}
#block-views-block-slide-block-1 img, #block-views-block-slide-block-1 .view-slide{
  border-radius: 12px;
  overflow: hidden;
}
.top-lang{
  width: 50px;
  position: relative;
  float: right;
}
.region-lang{
  padding-top: 48px;
  display: block;
  float: right;
}



@media (min-width: 1200px) {
  /*.region-top-line1{*/
  /*position: relative;*/
  /*}*/

  #scrollTopButton-image {

    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}
@media (max-width: 1340px){

  .container .row{
    width: 1200px;
    margin: 0 auto;
  }

  .b3-left {
    padding-left: 10px;
    display: table;
    max-width: 300px;
  }
  .b3-left img{
    width: 300px;
  }

  #block-testimonials > div, #block-partnershipandcontacts > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #block-partnershipandcontacts .v-img {
    display: block;
    float: left;
    padding-bottom: 100px;
    margin-right: 25px;
    padding-left: 5px;
  }
  .v1-d {
    margin-right: 10px;
  }
  .v1-d1{
    max-width: 340px;
  }

  .v1-d2{
    padding-bottom: 15px;
    max-width: 340px;
    margin-right: 80px;
    margin-top: 25px;
  }

  .v1-d3 {
    max-width: 340px;
  }
  .v2-d {
    max-width: 420px;
  }
  .v3-d {
    max-width: 340px;
  }

  .v2-d2 {
    font-size: 17px;
    line-height: 24px;
    padding-top: 10px;
  }
  .top-img img{
    width: 550px;
  }
  .p-img-sm, #p-img-sm {
    display: block;
    float: right;
    max-width: 350px;
    margin-right: 0px;
    margin-left:10px;
  }

  .prod-ul li {
    display: block;
    margin-left: 0;
    padding-left: 0;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 26px;
    color: #000000;
    list-style: none;
    width: 330px;

  }


}
@media (max-width: 1200px){
  .container .row{
    width: 960px;
    margin: 0 auto;
  }

  .top-menu ul.menu li {
    display: block;
    float: left;
    margin-right: 15px;
  }

  .v1-d1{
    max-width: 340px;
  }

  .v1-d2{
    padding-bottom: 15px;
    max-width: 300px;
    margin-right: 20px;
    margin-top: 25px;
  }

  .v1-d3 {
    max-width: 300px;
  }
  .v2-d {
    max-width: 360px;
  }
  .v3-d {
    max-width: 300px;
  }

  .v2-d2 {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
  }

  .f-big-text {
    font-family: 'Bebas';
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    line-height: 30px;
    color: #dedc00;
    margin-bottom: 50px;
  }
  .top-img img{
    width: 450px;
  }
  .region-top-line1 h1 {
    padding-top: 125px;
    width: 450px;
    margin-top: 0;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: #FFFFFF;
    display: block;
    position: relative;
  }
  .prod-ul li {
    display: block;
    margin-left: 0;
    padding-left: 0;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    list-style: none;
    width: 330px;

  }
  .prod-ul{
    padding-bottom: 40px;
    display: table;
    width: 100%;
  }
  footer {
    min-height: 550px;
  }

}
@media (max-width: 960px){
  .container .row{
    width: 768px;
    margin: 0 auto;
  }

  #block-views-block-slide-block-1{
    max-width: 480px;
    display: block;
    float: none;
  }
  #block-about .c-cont {
    padding-left: 0;
    font-family: 'Bebas';
    font-style: normal;
    font-weight: 400;
    font-size: 33px;
    line-height: 36px;
    text-transform: uppercase;
    color: #006633;
    max-width: 600px;
    padding-bottom: 30px;
    margin-top: -30px;
  }

  .top-img img{
    width: 350px;
  }
  .region-top-line1 h1 {
    padding-top: 125px;
    width: 400px;
    font-size: 40px;
  }
  .top-menu ul.menu li {
    display: block;
    float: left;
    margin-right: 8px;
  }
  .top-menu ul.menu li a {
    font-size: 14px;
  }
  .region-top-line1 h1 {
    padding-top: 125px;
    width: 400px;
    margin-top: 0;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    color: #FFFFFF;
    display: block;
    position: relative;
  }

  .b1-left, .b2-left{
    width: calc(100% - 80px);
    display: block;
    float: left;
    margin-right: 80px;
  }
  .b3-left {
    padding-left: 10px;
    display: table;
    max-width: 100%;
  }
  .b3-left img {
    margin: 0 auto;
    display: block;
  }
  .b3-left {
    padding-left: 0;
    padding-right: 0;
    margin: 0;

    width: 100%;
  }
  #block-team h2 {
    padding-bottom: 80px;
    color: #ffffff;
    font-size: 54px;
    padding-bottom: 30px;
  }
  .layout-sidebar-first {
    padding-top: 100px;
    padding-bottom: 30px;
    height: 400px;
    background: url(../../images/company_bg1.jpg) top center no-repeat #EDEDED;
    margin-top: -20px;
    background-size: 1187px 512px ;
  }

  .text-team {
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 130.5%;
    text-transform: uppercase;
    color: #ffffff;
  }

  #block-partnershipandcontacts .v-img {
    display: block;
    float: none;
    padding-bottom: 10px;
    margin-right: 5px;
    padding-left: 5px;
    position: relative;
    top: -30px;
  }

  #block-testimonials h2, #block-team h2, #block-partnershipandcontacts h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .v1-d2{
    float: none;
    max-width: 100%;
    padding-bottom: 15px;
    margin-right: 20px;
    margin-top: 25px;
  }

  .v1-d3 {
    float: none;
    max-width: 100%;
  }
  .v2-d {
    margin-top: 40px;
    float: none;
    max-width: 100%;
  }
  .v3-d {
    float: none;
    max-width: 100%;
  }
  .v1-d {
    margin-right: 10px;
    float: none;
    max-width: 100%;
  }
  .f-big-text {
    font-family: 'Bebas';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 30px;
    color: #dedc00;
    margin-bottom: 50px;
  }
  #block-whyworkingwithus {
    background: #006633;
    border-radius: 30px;
    padding: 10px 30px;
  }
  .b1-left, .b2-left {
    width: 100%;
    display: block;
    float: left;
    margin-right: 0px;
  }

  .f-menu {
    width: 100%;
    display: block;
    float: none;
    padding-top: 40px;
  }
  .f-menu ul.menu li {
    display: block;
    float: left;
    margin-right: 20px;
  }
  .f-menu ul.menu {
    margin-left: 0 ;
    padding: 0;
    list-style: none outside;
    text-align: left;
  }
}
@media (max-width: 768px) {

  .region-lang {
    padding-top: 12px;
    display: block;
    float: right;
    margin-right: 50px;
    opacity: 0.88;
  }

  .container .row {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }

  .p-img-sm, #p-img-sm {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
    max-width: 100%;
  }

  .prod-ul li {
    display: block;
    float: left;
    margin-left: 0;
    padding-left: 0;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: #000000;
    list-style: none;
    width: 50%;
  }

  .prod-ul li a, .prod-ul li span {
    margin-left: 0;
    padding-left: 0;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    list-style: none;
    display: table;
    padding: 7px 15px;
    border-radius: 15px;
  }

  .prod-ul {
    margin-bottom: 5px;
    display: table;
    width: 100%;
    min-width: 100%;
  }

  .top-line {
    height: 69px;
    position: relative;
    z-index: 5;
  }

  .l-1 {
    padding-top: 14px;
    padding-bottom: 10px;
  }

  .l-1 img {
    width: 120px;
  }

  #block-discover-main-menu {
    display: none;
  }

  .line-2 {
    margin-bottom: -68px;
    display: block;
    margin-left: 20px;
    width: 88px;
    z-index: 5;
    position: relative;
  }

  .m-menu-icon {
    display: block;
    position: absolute;
    z-index: 5;
    right: 30px;
    top: 26px;
    cursor: pointer;
  }

  .mobile-menu {
    position: absolute;
    top: 69px;
    width: 100%;
    background: #dedc00;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
  }

  .mobile-menu #block-discover-main-menu {
    display: block;
  }

  .mobile-menu .menu-item, .mobile-menu .menu-item a {
    text-align: center;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #006633;
  }

  .m-text-bottom {
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    /* or 156% */
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
  }

  .m-text-bottom a {
    color: #006633;
  }

  .top-img img {
    display: none;
  }

  .region-top-line1 h1 {
    padding-top: 110px;
    width: 98%;
    margin-top: 0;
    font-size: 36px;
    line-height: 46px;
  }

  .region-top-line1 .block-left-line {
    margin-top: 70px;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 36px;
    border-left: 4px solid #DEDC00;
    width: calc(99% - 56px);
  }

  .head-line1 {
    height: 538px;
  }

  .top-img img {
    display: none;
  }

  .testimonials {
    width: calc(100% - 80px);
    display: block;
    float: none;
    padding-left: 80px;
    margin-right: 0;
    background: url(../../images/kv.svg) 0px 0 no-repeat;
    margin-top: 40px;
  }

  .layout-sidebar-first {
    padding-top: 50px;
    padding-bottom: 30px;
    height: 400px;
    background: url(../../images/company_bg1.jpg) top center no-repeat #EDEDED;
    margin-top: -10px;
    background-size: 990px 440px;
  }

  .text-team {
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 130.5%;
    text-transform: uppercase;
    color: #ffffff;
  }

  .tabs-main label {
    font-family: 'Vinnytsia Sans';
    padding-right: 10px;
    padding-left: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
    background: transparent !important;
    padding-bottom: 14px;
  }

  .cont-2-text {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  @media (max-width: 960px){
    .f-big-text {
      font-family: 'Bebas';
      font-style: normal;
      font-weight: 400;
      font-size: 40px;
      line-height: 175px;
      color: #dedc00;
      margin-bottom: 20px;
    }
    .f-big-text img {
      margin-right: -45px;
      margin-left: 0;
      margin-bottom: -20px;
      margin-top: 20px;
      width: 110px;
    }
    .f-menu #block-discover-main-menu{
      display: block;
    }
    footer {
      min-height: 570px;
    }
    .f-menu ul.menu li a{
      text-align: center;
    }
    .f-menu ul.menu li {
      text-align: center;
      display: block;
      float: none;
      margin-right: 0;
    }
    .f-menu ul.menu {
      margin-left: 0;
      padding: 0;
      list-style: none outside;
      text-align: center;
    }
    .f-menu {
      width: 100%;
      display: block;
      float: none;
      padding-top: 10px;
    }
    .f-big-text {
      font-size: 40px;
      line-height: 50px;
      color: #dedc00;
      margin-bottom: 10px;
    }

    #block-allrightreserved2023 div {

      font-weight: 700;
      font-size: 13px;
      line-height: 123.5%;
      text-transform: uppercase;
      text-align: center;
      width: 100%;
    }
    #block-allrightreserved2023 {
      display: block;
      float: none;
      width: 100%;
      padding-top: 60px;
    }
    body{
      overflow-x: hidden;
    }

    .f-big-text img{
      display: none;
    }

  }

}
@media (max-width: 420px){
  .layout-sidebar-first {
    padding-top: 20px;
    padding-bottom: 0px;
    height: 400px;
    background: url(../../images/company_bg1.jpg) 45% top no-repeat #EDEDED;
    margin-top: -10px;
    background-size: 900px 385px;
  }
  .text-team {
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130.5%;
    text-transform: uppercase;
    color: #ffffff;
  }
  #block-team h2{
    position: relative;
    top: -20px;
  }

  .v1-d1 {
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 0px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
  }
  .f-big-text {
    font-size: 35px;
    line-height: 44px;
    color: #dedc00;
    margin-bottom: 10px;
  }


  [lang="ro"] .region-top-line1 h1, [lang="pl"] .region-top-line1 h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 390px){
  .tabs-main label {
    font-family: 'Vinnytsia Sans';
    padding-right: 7px;
    padding-left: 2px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
    background: transparent !important;
    padding-bottom: 5px;
    margin-top: 10px;
  }

  .region-top-line1 h1 {
    padding-top: 100px;
    width: 98%;
    margin-top: 0;
    font-size: 34px;
    line-height: 44px;
  }
  .region-top-line1 .block-left-line {
    margin-top: 50px;
    font-family: 'Vinnytsia Sans';
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 36px;
    border-left: 4px solid #DEDC00;
    width: calc(99% - 56px);
  }
}
@media (max-width: 340px){
  .tabs-main label {
    font-family: 'Vinnytsia Sans';
    padding-right: 7px;
    padding-left: 2px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #000000;
    background: transparent !important;
    padding-bottom: 5px;
    margin-top: 10px;
  }

}





.slide__thumbnail{
  cursor: pointer;
}

#block-discover-primary-local-tasks{
  padding-top: 70px;
  margin-bottom: -10px;
}

.page-node-type-product .field--name-field-images{
  display: block;
  float: left;
  width: 380px;
  padding-right: 55px;
  margin-bottom: 40px;
}
.page-node-type-product .page-title span{
  font-family: "Vinnytsia Sans";
  font-size: 48px;
  color: #006633 !important;
  font-weight: 700;
}
#slick-node-product-images-full-3-1-thumbnail-slider .slick-track{
  transform: none !important;
}

.page-node-type-product .field--name-body, .page-node-type-product .field--name-field-seo-text, .page-node-type-product .field--name-field-table-text{
  font-size: 16px;
  line-height: 150%;
  font-family: "Vinnytsia Sans";
}
.page-node-type-product #block-discover-page-title{
  padding-top: 0;
}

.slick-prev:before {
  content: '' !important;
  background: url('/themes/discover/images/arrow1.svg')  left center no-repeat !important;
  width: 69px;
}
.slick-prev {
  width: 69px;
  background: url('/themes/discover/images/arrow1.svg')  left center no-repeat !important;
}

.slick-next:before {
  content: '' !important;
  background: url('/themes/discover/images/arrow1.svg')  left center no-repeat !important;
  width: 69px;
}
.slick-next {
  width: 69px;
  background: url('/themes/discover/images/arrow2.svg')  left center no-repeat !important;

}

.slick__arrow {
  top: 116% !important;
}
.page-node-type-product .slick--thumbnail{
  margin-top: 30px;
}

.slide__thumbnail{
  padding: 1px;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.slick-current .slide__thumbnail{
  border: 1px solid #777777;
}

.table, table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.page-node-type-product .main-content-block {
  background: #FFFFFF;
}

.back-to-products {
  font-family: "Vinnytsia Sans";
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.03em;
  text-align: left;
  background: url('/themes/discover/images/st.jpg') left center no-repeat;
  text-decoration: none;
  color: #000000;
  padding: 20px;
  padding-left: 40px;
  margin-top: 70px;
  display: block;
}
.back-to-products:hover{
  text-decoration: underline;
}
.layout-sidebar-second{
  padding-bottom: 40px;
  margin-bottom: -20px;
}
.view-products{

  display: table;
  width: 100%;
  height: auto !important;
  padding-bottom: 50px;
}
.view-id-products.view-display-id-page_1 div.views-row{
  display: block !important;
  float: left !important;
  width: 23%;
  padding-right: 2%;
  min-height: 307px;
  padding-bottom: 10px;
}

.view-id-products.view-display-id-page_1 .views-row img{
  height: auto !important;
}
.view-id-products.view-display-id-page_1 .views-row div.views-field-field-images{
  min-height: 230px;
  background: #ffffff;
  display: table;
  vertical-align: middle;
}
/*.view-id-products.view-display-id-page_1 .views-row div.views-field-field-images a{*/
  /*display: table-cell;*/
  /*vertical-align: middle;*/
  /*height: 100%;*/
/*}*/
.view-id-products.view-display-id-page_1 .views-row div.views-field-field-images a{
  vertical-align: middle;
  display: table-cell;
}

.path-products  h1, .path-blog h1{
  margin-top: 88px;
  font-family: 'Bebas';
  font-family: Vinnytsia Sans;
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
  text-align: left;
}




.layout-sidebar-second{
  font-family: Vinnytsia Sans;
  font-size: 15px;
  line-height: 150%;
}
.path-products .main-content-block{
  background: #ffffff;
}
.path-blog .main-content-block{
  padding-bottom: 50px;
 }

.view-id-products.view-display-id-page_1 .views-row .views-field-field-shot-name a{
  font-family: Bebas Neue Cyrillic;
  font-size: 24px;
  font-weight: 500;
  line-height: 15.5px;
  text-transform: uppercase;
  color: #006633;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 10px;
}
#block-discover-toptextforproducts{
  padding-bottom: 25px;
}
#block-discover-toptextforproducts .field--name-body
{
  font-family: "Vinnytsia Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

.view-id-products.view-display-id-page_1 .views-row .views-field-field-shot-name a:hover{
  color: #00843e;
}
.views-field-field-shot-name a{
  line-height: 125% !important;
}

@media (max-width: 640px){
  .view-id-products.view-display-id-page_1 div.views-row {
    width: 100% !important;
    padding-bottom: 20px;
  }
}
