* {
  margin: 0;
  padding: 0;
}

html,body {
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  display: flex;  
  flex-direction: column;
  background-color: rgb(245, 245, 245);
}

body {
  position: relative;
}

.instagrams {
  background-color: #366d34;
  color: rgb(245, 245, 245);
  box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.7);
  z-index: 1;
}

/*
=====
TITLE
=====
*/

.title {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: calc(18px + 14 * (100vw / 1880));;
}

.title::before,
.title::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background-color: #673929;
  vertical-align: middle;
}

.title::before {
  margin-left: -100%;
  margin-right: 14px;
}

.title::after {
  margin-right: -100%;
  margin-left: 14px;
}

/*
====
FONTS
====
*/

a {
  color: rgb(245, 245, 245);
  text-decoration: none;
}

p {
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  text-align: justify;
  line-height: 35px;
  word-spacing: 5px;
  font-size: calc(12px + 8 * (100vw / 1903));
}

.slider {
  text-transform: none;
  text-align: center;
  font-size: 18px;
}

.section__year,.footer {
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  font-size: 18px;
}

.header__number-number {
  font-size: calc(4px + 24 * (100vw / 1880));
}

.header__number-kontakt {
  font-size: calc(12px + 4 * (100vw / 1903));
  color: #111010;
}

.header__logo-h2 h2 {
  font-size: calc(4px + 14 * (100vw / 1880));
}

.slider__advantages-content {
  font-size: calc(14px + 2 * (100vw / 1280));
}

.section__year {
  font-size: calc(14px + 10 * (100vw / 1903));
}

.company__table table {
  font-size: calc(12px + 2 * (100vw / 1880));;
}

.font-content {
  font-size: calc(12px + 8 * (100vw / 1880));
}

.font-h2 {
  font-size: calc(18px + 12 * (100vw / 1880));
}

.footer__logo-h2 h2 {
  font-size: calc(1px + 36 * (100vw / 1880));
}

/*
=====
HEADER
=====
*/

.header {
  display: flex;
  width: 100%;
  height: 150px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #366d34;
  z-index: 2;
}

.header__body {
  width: 100%;
  height: 100%;
  display: flex;
}

.header__logo {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

.header__logo a {
  width: 100%;
  height: 100%;
  display: flex;
}

.header__logo-img {
  height: 100%;
  width: 40%;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  box-sizing: border-box;
}

.header__logo-img img {
  max-width: 100%;
  max-height: 100%;
}

.header__logo-h2 {
  width: 65%;
  height: 100%;
  display: flex;
  align-items: center;
}

.header__menu {
  display: flex;
  height: 100%;
  width: 60%;
}

.header__list {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}

.header__list li {
  display: flex;
  width: 20%;
  height: 100%;
}

.header__list li a{
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* 
focus state 
*/

.activeLink{
  box-shadow: 0px 8px 0px 0px rgba(32, 34, 36, 0.089) inset;
  background-color: #2e5d2c;
  transition: all .5s ease;
}

/* 
fading siblings
*/

.header__list:hover .header__link:not(:hover){
  color: rgba(240, 248, 255, 0.319);
}

/* 
text underlined
*/

.text-underlined{
  position: relative;
  overflow: hidden;
  will-change: color;
  transition: color .5s ease;  
}

.text-underlined::before, 
.text-underlined::after{
  content: "";
  width: 0;
  height: 6px;
  background-color: #673929;

  will-change: width;
  transition: width .25s ease-out;

  position: absolute;
  bottom: 0;
}

.text-underlined::before{
  left: 50%;
  transform: translateX(-50%); 
}

.text-underlined::after{
  right: 50%;
  transform: translateX(50%); 
}

.text-underlined:hover::before, 
.text-underlined:hover::after{
  width: 100%;
  transition-duration: .5s;
}

.header__telephone {
  display: flex;
  height: 100%;
  width: 20%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  justify-content: center;
}

.header__telephone-img {
  width: 15%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__telephone-img img {
  max-width: 90%;
  max-height: 90%;
}

.header__number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75%;
  padding-right: 5px;
}

.header__number-number {
  display: flex;
  justify-content: center;
  width: 100%;
  white-space: nowrap;
} 

.header__number-kontakt {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.header__burger {
  display: none;
}

/*
=====
INDEX PAGE
=====
*/

.slick-list {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.slick-track{
  display: flex;
  height: 100%;
  width: 100%;
}

.slider .slick-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-align: center;
}
.slider .slick-dots li{
  list-style: none;
  margin: 0px 10px;
}

.slider .slick-dots li.slick-active button{
  border: transparent;
  border: 1px solid rgb(255, 255, 255);
}

.slider .slick-dots li button{
  font-size: 0;
  height: 10px;
  width: 10px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  border: none;
  align-self: center;
}

.slider {
  position: relative;
  height: 80vh;
  width: 100%;
}

.slider__images {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider__images .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 0;
  width: 10%;
  height: 100%;
  border:none;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}

.slider__images .slick-arrow.slick-prev{
  left: 0;
  background: url('../images/icons/angle-left-svgrepo-com.svg') 
  top 50% left 50% / 25% no-repeat;
}

.slider__images .slick-arrow.slick-next{
  right: 0;
  background: url('../images/icons/angle-right-svgrepo-com.svg') 
  top 50% left 50% / 25% no-repeat;
}

.slider__images .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.26);
}

.slider .slick-arrow.slick-prev:hover{
  transition: background-position 1s ease 0s,background-color 1s ease 0s; 
  background-position: top 50% left 35%;
  overflow: hidden;
}

.slider__images .slick-arrow.slick-next:hover{
  
  transition: background-position 1s ease 0s,background-color 1s ease 0s; 
  background-position: top 50% left 65%;
  overflow: hidden;
}

.slider__item {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.slider .slider__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slider__advantages {
  position: absolute;
  bottom: 7%;
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider__advantages-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider__advantages-content {
  background-color: rgb(245, 245, 245);
  border-radius: 50%;
  padding: 20px;
  margin: 0 1%;
  height: 200px;
  width: 200px;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.7);
}

.slider__advantages-img-container {
  width: 100%;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider__advantages-content img {
  height: 100%;
  width: 100%;
}

.slider__advantages-p-container {
  height: 30%;
  width: 100%;
}

.section__advantage {
  display: flex;
  padding: 10vh 7vw;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.section__advantage-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.section__advantage-body {
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  display: flex;
  margin-bottom: 1%;
}

.section__advantage-p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.section__advantage-materials {
  position: relative;
  width: 100%;
  height: 60vh;
  box-sizing: border-box;
}

.section__advantage-materials img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.7);
}

section {
  max-width: 100%;
  padding-top: 150px;
}

.section__year {
  display: flex;
  align-items: center;
  min-height: 30vh;
  width: 100%;
}

.section__year-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5% 7%;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.section__year-div-one,.section__year-div-two,.section__year-div-three {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33.333%;
}

.section__year-div-img {
  width: 100%;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section__year-img-container {
  max-height: 150px;
  max-width: 150px;
  display: flex;
  align-items: center;
  background-color: rgb(245, 245, 245);
  border-radius: 50%;
  padding: 2%;
  box-sizing: border-box;
}

.section__year-container img {
  display: flex;
  align-self: center;
  width: 100%;
}

.section__year-text-one,.section__year-text-two,.section__year-text-three {
  display: flex;
  align-self: center;
  text-align: center;
  width: 100%;
  height: 75%;
  box-sizing: border-box;
  padding: 5% 10% 0 10%;
}

.section__certificate {
  display: flex;
  width: 100%;
  min-height: 100%;
  padding: 10vh 7vw;
  box-sizing: border-box;
}

.section__certificate-container {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100%;
}

.section__certificate-information {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 55%;
}

.section__certificate-info {
  min-height: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.section__checkBox-container {
  width: 100%;
  display: flex;
  margin: 15px 0;
  box-sizing: border-box;
}

.section__checkBox-img-container {
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section__checkBox-container img {
  width: 100%;
}

.section__checkBox-p-container {
  height: 100%;
  width: 90%;
  display: flex;
}

.section__checkBox-container p {
  display: flex;
  align-items: center;
}

.section__certificate-img-container {
  width: 45%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__certificate-img-content {
  display: flex;
  justify-content: center;
  align-self: center;
  max-height: 100%;
}

.section__certificate-img-content a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__certificate-img-container .section__certificate-img-content img {
  max-height: 600px;
  max-width: 100%;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.7);
}

/*
  popup
*/

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #1110108f;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;  
  transition: all 0.8s ease 0s;
  z-index: 100;
}

.popup:target {
  opacity: 1;
  visibility: visible;
}

.popup:target .popup__content {
  transform: translate(0px,0px);
  opacity: 1;
}

.popup__area {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  cursor: zoom-out;
}

.popup__body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup__content {
  height: 100%;
  position: relative;
  transition: all 0.8s ease 0s;
  opacity: 0;
  padding: 0px 60px;
  transform: translate(0px, -100%);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.popup__img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  max-width: 70vw;
}

.popup__closeContainer {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  background-color: #ffffff46;
  border-radius: 50%;
  transition-duration: 0.5s;
}

.popup__closeContainer:hover {
  transition: all 0.8s ease 0s;
  background-color: #ffffff7b;
}

.popup__close {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: 100%;
}

.popup__close img{
  display: flex;
  justify-content: center;
  align-self: center;
}

#popup__fixed {
  position: fixed;
  top: 50%;
}

/*
=====
ABOUT COMPANY
=====
*/

.about {
  margin: 10vh 5vw;
}

.about__text {
  margin-top: 25px;
  margin-bottom: 25px;
}

.about__video {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.7);
}

.about__video video{
  width: 100%;
  height: 100%;
}

.about__trust-h2 {
  text-align: center;
  margin-bottom: 15px;
}

.gallery {
  display: flex;
  flex-direction: column;
}

.gallery__h2 {
  text-align: center;
  margin-top: 25px;
}

.gallery__row {
  display: flex;
  margin-top: 15px;
}

.gallery__row:first-of-type {
  margin-top: 25px;
}

.gallery__item {
  width: 25%;
  height: 30vh;
  margin-right: 20px;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
}

.gallery__row:nth-of-type(2) .gallery__item {
  width: 16.6666667%;
}

.gallery__row:nth-of-type(2) .gallery__item img {
  width: 101%;
  height: 101%;
}

.gallery__item:last-of-type {
  margin-right: 0px;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery__item:hover img {
  transform: scale(1.1);
  transition: transform .5s ease;
}

.gallery__item:not(:hover) img {
  transition: all .25s ease-out;
}

.gallery__item-show {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.246);
  color: rgb(245, 245, 245);
  transition: all .5s ease;
}

.gallery__item-show:hover {
  opacity: 1;
  z-index: 2;
}

.gallery__item-show:not(:hover) {
  transition: opacity .25s ease-out;
}

.gallery__button {
  margin-top: 25px;
  background-color: #366d34e1;
  color: rgb(245, 245, 245);
  border: none;
  height: 100px;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.7);
  transition: all .5s ease;
}

.gallery__button:hover {
  background-color: #366d34;
  cursor: pointer;
}

.gallery__button:not(:hover) {
  transition: all .25s ease-out;
}

.gallery__button:active {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.7), 0px 4px 10px 0px rgba(0, 0, 0, 0.7) inset;
  transition: all .25s ease;
}

.gallery__button::before,
.gallery__button::after {
  transition: all .0s ease-out;
}

.gallery__load {
  display: none;
}

.gallery__load_active {
  display: flex;
  flex-direction: column;
}

.gallery__load_active .gallery__row:first-of-type {
  margin-top: 15px;
}

/*
=====
PRODUCTS
=====
*/

.company__table {
  display: flex;
  flex-direction: column;
  margin: 10vh 7vw 10vh 7vw;
} 

.company__table-container {
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
}

.company__table-body {
  width: 50%;
}

.company__table-two {
  margin-left: 20px;
}

.company__table-body table{
  width: 100%;
}

.company__table .company__table-body h2 {
  text-align: center;
  margin-bottom: 15px;
}

.company__table table {
  border: 1px solid #000;
  border-collapse: collapse;
  border-spacing: 0em;
}

.company__table th {
  padding: 15px 15px;
  text-align: center;
  border: 1px solid #000;
  background-color: #366d3468;
  height: 60px;
}

.company__table td {
  text-align: center;
  padding: 10px 10px;
  border: 1px solid #000;
  height: 90px;
}

.company__table-container tr:nth-child(even) {
  background-color: rgba(50, 50, 50, 0.237);
}

/*
=====
CONTACTS
=====
*/

.contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 100%;
  margin: 10vh 7vw 10vh 7vw;
  box-sizing: border-box;
}

.contacts__info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-bottom: 5vh;
  margin-top: 25px;
}

.contacts__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 33.333%;
  height: 100%;
}

.contacts__item-h2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.contacts__item-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 25vh;
  box-sizing: border-box;
}

.contacts__item-container img{
  width: 15%;
}

.contacts__numbers {
  margin-right: 15%;
  width: 70%;
  text-align: center;
}

.contacts__numbers-text1,
.contacts__numbers-text2 {
  font-family: 'Montserrat', sans-serif;
}

.contacts__numbers-text1 {
  margin-bottom: 5px;
}

.contacts__item-container p{
  width: 70%;
  text-align: center;
  margin-right: 15%;
  line-height:normal;
  word-spacing:normal;
}

.contacts__map {
  width: 100%;
}

.contacts__map > .contacts__item-h2{
  margin-bottom: 2.5vh;
}

.contacts__map-body{
  height: 600px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.7);
}

/*
=====
SERVICES
=====
*/

.services {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin: 10vh 7vw 10vh 7vw;
  box-sizing: border-box;
}

.services__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 25px;
}

.services__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.services__item-h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.services__item-info {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.services__item-info img{
  width: 100%;
  height: 50vh;
  object-fit: cover;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 25px;
}

.text-columns {
  display: flex;
  width: 100%;
}

.text-columns div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-columns__div1 {
  padding-right: 8px;
  border-right: 2px solid #673929;
}

.text-columns__div2 {
  padding-left: 10px;
}

.text-columns div p{
  margin-bottom: 15px;
  text-align: left;
}

.text-columns div p::before{
  content: "●";
  color: #366d34;
  margin-inline-end: 0px;
}

.text-columns p:last-child {
  margin-bottom: 0px;
}

.services__imgValka {
  object-position: center 75%;
}

.services__alert {
  padding: 0 10%;
  box-sizing: border-box;
  text-align: center;
  color: rgb(238, 13, 13);
}

.services__alert p {
  text-align: center;
}

/*
=====
FOOTER
=====
*/

.block__title {
  display: none;
}

.footer {
  padding: 7vh 7vw;
  height: 50vh;
  width: 100%;
  box-sizing: border-box;
}

.footer__container {
  display: flex;
  width: 100%;
  height: 100%;
}

.footer__logo {
  display: flex;
  width: 50%;
  height: 100%;
}

.footer__logo-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 40%;
  padding: 0px 5px;
}

.footer__logo-img img {
  max-height: 100%;
  max-width: 100%;
}

.footer__logo-h2{
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  text-transform: uppercase;
}

.footer__addNav-container {
  display: flex;
  width: 50%;
  height: 100%;
}

.footer__address {
  display: flex;
  width: 70%;
  height: 100%;
}

.footer__addUl {
	display: inline;
  list-style: none;
  height: 100%;
  width: 100%;
}

.footer__addUl li {
  height: 33.3333%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__li-body {
  width: 100%;
  height: 100%;
  padding: 0% 10%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.footer__addUl li div img {
  height: 35%;
  margin-right: 5%;
  box-sizing: border-box;
}

.footer__li-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
}

.footer__li-telephone {
  height: 50%;
  display: flex;
  align-items: center;
}

.footer__navigation {
  display: flex;
  justify-content: flex-end;
  width: 30%;
  height: 100%;
  white-space: nowrap;
}

.footer__navUl {
	display: inline;
  list-style: none;
  height: 100%;
  width: 100%;
}

.footer__navUl li{
  height: 20%;
  display: flex;
  align-items: center;
}

.footer__navUl li a{
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
  width: 100%;
  will-change: color;
  transition: color .5s ease;
}

.footer__navUl:hover .footer__link:not(:hover){
  color: rgba(240, 248, 255, 0.319);
}

@media (max-width:3760px) {
  .section__advantage-materials {
    height: 90vh;
  }
}

@media (max-width:2500px) {
  .section__advantage-materials {
    height: 60vh;
  }
}

@media (max-width:1920px) {
  .section__advantage-materials {
    max-height: 400px;
  }
}

@media (max-width:1400px) {
  .section__advantage-container {
    flex-direction: column;
  }
  .section__advantage-body {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
  .section__advantage-materials {
    width: 100%;
    max-height: 300px;
  }
}

@media (max-width:1200px) {
  .section__year-container {
    flex-direction: column;
  }

  .section__year-div-one,
  .section__year-div-two,
  .section__year-div-three {
    width: 80%;
  }

  .section__year-div-two {
    margin: 5% 0;
    box-sizing: border-box;
  }

  .section__certificate {
    height: auto;
  }

  .section__certificate-container {
    flex-direction: column;
  }

  .section__certificate-information {
    width: 100%;
    padding: 0;
  }

  .section__certificate-info {
    padding-top: 5vh;
    box-sizing: border-box;
  }

  .section__certificate-img-container {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1024px) {

  .header__list:hover .header__link:not(:hover){
    color: rgb(240, 248, 255);
  }

  .footer__navUl:hover .footer__link:not(:hover){
    color: rgb(240, 248, 255);
  }

  .gallery .gallery__row {
    flex-wrap: wrap;
  }

  .gallery__row .gallery__item{
    width: calc(50% - 10px);
    margin-right: 0px;
    height: 25vh;
  }

  .gallery__row:nth-of-type(odd) .gallery__item:nth-of-type(odd){
    margin-right: 20px;
  }

  .gallery__row:nth-of-type(odd) .gallery__item:nth-of-type(3),
  .gallery__row:nth-of-type(odd) .gallery__item:nth-of-type(4) {
    margin-top: 15px;
  }

  .gallery__row:nth-of-type(2) .gallery__item {
    width: calc(33.333% - 20px);
    margin-right: 20px;
  }

  .gallery__row:nth-of-type(2) .gallery__item:nth-of-type(3),
  .gallery__row:nth-of-type(2) .gallery__item:nth-of-type(6) {
    width: 33.333%;
    margin-right: 0px;
  }

  .gallery__row:nth-of-type(2) .gallery__item:nth-of-type(4),
  .gallery__row:nth-of-type(2) .gallery__item:nth-of-type(5),
  .gallery__row:nth-of-type(2) .gallery__item:nth-of-type(6) {
    margin-top: 15px;
  }

  .gallery .gallery__button {
    height: 100px;
    width: 200px;
  }

  .company__table-container {
    flex-direction: column;
    align-items: center;
  }

  .company__table-container .company__table-body {
    width: 100%;
  }

  .company__table-body table {
    width: 100%;
  }

  .company__table-two {
    margin-top: 25px;
    margin-left: 0px;
  }

  .services__container .services__item-info img{
    height: 40vh;  
  }

  .text-columns {
    flex-direction: column;
  }

  .services__item .services__item-info {
    margin-bottom: 10px;
  }

  .text-columns div {
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 2px);
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-columns .text-columns__div1 {
    padding-right: 0px;
  }

  .text-columns .text-columns__div2 {
    padding-left: 0px;
    border-right: 2px solid #673929;
  }

  .text-columns p {
    padding-right: 8px;
  }

  .services__container p:last-child {
    margin-bottom: 15px;
  }

  .services .services__alert {
    padding: 0 10%;
  }

  .title::before,
  .title::after {
    height: 4px;
  }
}

@media (max-width: 767px) {
    
  .company__table table {
    font-size: calc(12px + 0 * (100vw / 1880));;
  }
    
  .company__table th {
    padding: 5px 5px;
  }

  .company__table td {
    padding: 1px 1px;
  }
    
  .section__advantage-materials {
    width: 100%;
    max-height: 200px;
  }

  body.lock {
    overflow: hidden;
  }

  .header__burger span {
    position: absolute;
    background-color:rgb(245, 245, 245);
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    transition: all 0.3s ease 0s;
  }

  .header__burger::before,
  .header__burger::after {
    content: '';
    background-color:rgb(245, 245, 245);
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
  }

  .header__burger::before {
    top: 0;
  }

  .header__burger::after {
    bottom: 0;
  }

  .header__burger.active span {
    transform: scale(0);
  }

  .header__burger.active::before {
    transform: rotate(45deg);
    top: 9px;
  }

  .header__burger.active::after {
    transform: rotate(-45deg);
    bottom: 9px;
  }

  .header__body {
    justify-content: space-between;
  }

  .header__logo {
    justify-content: start;
    width: auto;
    margin-right: 1%;
    box-sizing: border-box;
  }
  
  .header__logo-h2 {
    width: auto;
  }

  .header__logo-img {
    width: 100px;
    max-height: 100%;
  }

  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    background-color: #366d34;
  }

  .header__menu.active {
    top: 0;
  }

  .header__list {
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
  }

  .header__list li {
    width: 40vw;
    height: 15vh;
  }
  
  .header__logo-h2 h2 {
    font-size: calc(12px + 6 * (100vw / 1880));
  }

  .header__telephone {
    width: auto;
    justify-content: end;
  }

  .header__telephone-img  img{
    min-width: 20px;
    max-width: 30px;
  }
  
  .header__telephone-img {
    width: auto;
  }

  .header__number {
    width: auto;
    padding-left: 5px;
    padding-right: 0px;
    box-sizing: border-box;
  }

  .burger__container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 5%;
  }

  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 3;
  }

  section {
    max-width: 100%;
    padding-top: 100px;
  }

  .slider__advantages {
    display: none;
  }

  .header {
    height: 100px;
  }

  /*
  ====
  FONTS MEDIA
  ====
  */

  .header__number-number {
    font-size: calc(12px + 2 * (100vw / 767));
  }

  .header__number-kontakt {
    font-size: calc(12px + 2 * (100vw / 767));
  }

  .section h2 {
    font-size: calc(14px + 10 * (100vw / 767));
  }

  .block__title {
    font-size: calc(10px + 7 * (100vw / 767));
  }

  .text-underlined::before,
  .text-underlined::after {
    height: 0px;
  }

  .slider {
    height: 50vh;
    z-index: 4;
  }

  .popup:target {
    opacity: 0;
    visibility: hidden;
  }

  .gallery__item:hover img {
    transform: none;
    transition: none;
  }

  .gallery__item .gallery__item-show:hover {
    opacity: 0;
  }

  .footer {
    height: auto;
  }

  .footer__logo {
    width: 50%;
    max-height: 100%;
    justify-content: center;
    align-items: flex-start;
  }

  .footer__logo-img {
    align-items: center;
    width: 40%;
  }

  .footer__logo-h2 {
    align-items: center;
    width: auto;
    margin: 0;
  }

  .block {
    width: 50%;
    height: 100%;
    flex-direction: column;
  }

  .block__item {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .block__title {
    display: block;
    position: relative;
    padding-left: 30px;
    width: 70px;
  }

  .block__title::before,
  .block__title::after {
    content: '';
    width: 10px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 8px;
    transition: all 0.3s ease 0s;
  }

  .block__title::before {
    transform: rotate(40deg);
    left: 0;
  }

  .block__title::after {
    transform: rotate(-40deg);
    left: 7px;
  }

  .block__title.active::after,
  .block__title.active::before {
    background-color:rgb(245, 245, 245);
  }

  .block__title.active::after {
    transform: rotate(40deg);
  }

  .block__title.active::before {
    transform: rotate(-40deg);
  }

  .block__text {
    display: none;
  }

  .block__text li {
    padding: 5% 0%;
    box-sizing: border-box;
  }

  .block__text li a{
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0;
  }

  .footer__addUl li{
    height: auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .footer__li-body {
    width: 100%;
  }

  .footer__li-body img{
    width: 10%;
  }

  .footer__li-text .footer__li-telephone:first-child {
    margin-bottom: 10px;
  }

  .contacts .contacts__info {
    flex-direction: column;
    width: 100%;
  }

  .contacts .contacts__info .contacts__item-h2{
    width: 100%;
  }

  .contacts .contacts__info .contacts__item {
    width: 100%;
    margin-bottom: 2.5vh;
  }

  .contacts .contacts__info .contacts__item-container img{
    width: 10%;
  }

  .contacts .contacts__info .contacts__item-container{
    height: auto;
  }

  .contacts__item-container .contacts__numbers {
    margin-right: 10%;
    width: 80%;
  }

  .contacts__numbers .contacts__numbers-text1,
  .contacts__numbers .contacts__numbers-text2 {
    padding: 0 15%;
  }

  .contacts__info .contacts__item-container p{
    width: 80%;
    text-align: center;
    margin-right: 10%;
    padding: 0 15%;
  }

  .contacts .contacts__map .contacts__map-body{
    height: 400px;
  }

  .services .services__alert {
    padding: 0 0%;
  }
}

@media (max-height: 600px) {
  .slider__advantages {
    display: none;
  }
}

@media (max-width: 600px) {
  .slider {
    height: 40vh;
  }
}

@media (max-width:500px) {
    
    .header__logo-h2 h2 {
    font-size: calc(10px + 2 * (100vw / 1880));
  }

  .header__number-number {
    font-size: calc(10px + 2 * (100vw / 767));
  }

  .header__number-kontakt {
    font-size: calc(10px + 2 * (100vw / 767));
  }
    
  .slider {
    height: 30vh;
  }

  .header__logo-img {
    width: 80px;
    padding: 0 5px;
  }

  .services__container .services__item-info img{
    height: 30vh;
  }

  .gallery .gallery__button {
    height: 70px;
    width: 175px;
  }
}

@media (max-width:450px) {

  .header__logo-img {
    width: 60px;
  }
}

@media (max-width:410px) {

  .header__telephone-img {
    display: none;
  }
}

@media (max-width:360px) {

  .header__logo-img {
    width: 50px;
  }
}