body {
  overflow-x: hidden;
  font-size: 12px;
  min-width: 1200px;
}

.scroll-lock {
  overflow-y: hidden;
}
.page {
  position: relative;
  height: auto;
  min-height: 100%;
  width: 100%;
  background: url(./pics/prokam_site_bgF.svg) 50% 0 no-repeat;
}
.main-container {
  position: relative;
    max-width: 1075px;
    min-height: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
}
div {
  display: block;
}


/* ШАПКА */


.shapka_background {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  box-shadow: 1px 8px 10px rgb(204, 204, 204);
  overflow: hidden;
}
.shapka-container {
  width: 1015px;
  margin: 0 auto;
}
.shapka_products {
    height: 114px;
    width: auto;
    position: relative;
    margin: auto;
    bottom: 20px;
  }
  .logo_shapka_products {
    position: absolute;
    height: 90px;
    top: 20px;
    left: 0;
    user-select: none;
    -webkit-user-drag: none;
  }
  .name_products {
    z-index: 100;
    position: absolute;
    font-size: 32px;
    font-family: "Rubik";
    top: 25px;
    left: 145px;
    user-select: none;
    display: none;
  }
  .glavnaya_products {
    z-index: 100;
    display: block;
    position: absolute;
    font-size: 22px;
    font-family: "Rubik";
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    top: 26px;
    left: 373px;
    user-select: none;
  }
  .glavnaya_products:hover {
    color: white;
    background:black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 10px;
  }
    .catalog_products {
    z-index: 100;
    position: absolute;
    font-size: 22px;
    font-family: "Rubik";
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 10px;
    top: 26px;
    left: 508px;
    user-select: none;
    }
    .catalog_products:hover {
    color: white;
    background:black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 10px;
    }
  .svyazatsya_products {
    z-index: 100;
    position: absolute;
    font-size: 22px;
    font-family: 'Rubik';
    font-weight: 600;
    color: rgb(255, 255, 255);
    background: radial-gradient(ellipse at center, #969696 0%,#6b6b6b 100%);
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: none;
    top: 49px;
    left: 862px;
    user-select: none;
  }


/* ГЛАВНАЯ */


#block1 {
  margin: 40px 87.5px;
  position: relative;
}
#img1 {
  width: 900px;
  height: 500px;
  border-radius: 30px;
  opacity: 50%;
  user-select: none;
  -webkit-user-drag: none;
}

#container10 {
    position: absolute;
    z-index: 100;
    width: 1000px;
    height: 250px;
    background: radial-gradient(ellipse at center, #969696 0%,#969696 40%,#6b6b6b 98%,#6b6b6b 98%,#6b6b6b 98%);
    clip-path: polygon(100.00% 0.00%,78.08% 88.23%,0.00% 100%,0.00% 0.00%);
    box-shadow: 4px 10px 10px 0px rgba(0, 0, 0, 0.5);
    left: -20px;
    top: 150px;
}
#slogan {
  position: relative;
  z-index: 120;
  font-size: 42px;
  font-family: "Rubik";
  font-weight: 700;
  color: white;
  left: 60px;
  top: -10px;
  user-select: none;
}
#slogan1 {
  position: relative;
  z-index: 120;
  font-size: 22px;
  font-family: "Rubik";
  color: white;
  opacity: 70%;
  left: 60px;
  top: -40px;
  user-select: none;
}
#block2 {
  margin: 40px 87.5px;
  position: relative;
}
#container7 {
  position: relative;
  display: table;
  left: 0px;
  top: 0px;
  width: 900px;
  height: 600px;
  background: black;
  border-radius: 30px;
}
.column_content:first-child {
  padding: 0 !important;
}
.column_content {
  display: table-cell;
  padding: 0 0 0 80px;
  vertical-align: top;
}
#company {
  font-family: 'Rubik';
  font-size: 32px;
  color: white;
  left: 0px;
  top: 0px;
  text-align: center;
  user-select: none;
}
#director {
  font-size: 20px;
  font-family: "Rubikitalic";
  color: white;
  left: 0px;
  top: 0px;
  text-align: center;
  user-select: none;
}
#opisanie1 {
  font-size: 18px;
  color: white;
  font-family: "Rubikitalic2";
  left: 0px;
  top: 0px;
  text-align: center;
  user-select: none;
}
#opisanie2 {
  font-size: 18px;
  color: white;
  font-family: "Rubikitalic2";
  left: 0px;
  top: 0px;
  text-align: center;
  user-select: none;
}
#podrobnee {
  font-size: 36px;
  color: white;
  font-family: "Rubikitalic3";
  text-decoration: underline;
  left: 140px;
  position: relative;
  top: 40px;
  text-align: center;
  user-select: none;
}
#documentation {
  position: relative;
  z-index: 100;
  left: -20px;
  top: 0px;
  color: white;
  font-size: 32px;
  font-family: "Rubik";
  font-weight: 600;
  text-align: center;
  user-select: none;
}
#img5 {
  position: relative;
  z-index: 100;
  left: 30px;
  top: 20px;
  user-select: none;
  -webkit-user-drag: none;
}
#block3 {
  margin: 40px 87.5px;
  position: relative;
}
#block4 {
  margin: 40px 87.5px;
  position: relative;
}
#block5 {
  margin: 40px 87.5px;
  position: relative;
}


/* О КОМПАНИИ */


#ocompanii {
  position: relative;
  margin-top: 80px;
  font-size: 36px;
  font-family: "Rubik";
  font-weight: 600;
  color: black;
  left: 100px;
  user-select: none;
}
#minifon {
  position: relative;
  clip-path: polygon(100.00% 0.00%,63.51% 100%,0.00% 100%,0.00% 0.00%);
  left: 80px;
  top: 0px;
  background: linear-gradient(135deg, #6b6b6b 0%,#6b6b6b 0%,#969696 34%,#6b6b6b 100%);
  width: 900px;
  height: 200px;
  max-width: 85%;
}
#textcompaniya1 {
  position: relative;
  left: 100px;
  margin-top: 40px;
  font-size: 28px;
  color: black;
  font-family: "Rubik";
  font-weight: 500;
  text-transform: uppercase;
  max-width: 85%;
  user-select: none;
}
#textcompaniya2 {
  position: relative;
  z-index: 100;
  left: 25px;
  top: 18px;
  font-size: 28px;
  font-weight: 600;
  font-family: "Rubik";
  color: white;
  max-width: 85%;
  user-select: none;
}
#textcompaniya3 {
  position: relative;
  left: 100px;
  margin-top: 55px;
  font-size: 28px;
  color: black;
  font-family: "Rubik";
  font-weight: 500;
  text-transform: uppercase;
  max-width: 85%;
  user-select: none;
}
.zhirno {
  color: black;
  font-family: "Rubik";
  font-size: 28px;
  font-weight: 600;
}
.podcherk {
  color: black;
  font-family: "Rubik";
  font-size: 28px;
  text-decoration: underline;
}


/* КОНТЕНТ КАТАЛОГА */


.catalog_folder {
  position: relative;
  display: table;
  left: 0px;
  top: 0px;
  width: 100%;
}
.catalog_columns {
  display: table-cell;
}
.left_products {
  padding-left: 135px;
  user-select: none;
}
.right_products {
  padding-right: 75px;
  user-select: none;
}
#sozh {
  margin-top: 50px;
}
#tech {
  margin-top: 70px;
}
#hydravlic {
  margin-top: 70px;
}




/*  ОСНОВНАЯ КЛАССИФИКАЦИЯ И СОЖ */


#block_maslosoj {
  margin: 40px 87.5px;
  position: relative;
  padding-bottom: 100px;
}
.fisrt_product_classname {
  font-family: "Rubik";
  text-align: center;
  font-size: 24px;
  color: white;
  background: black;
  border-radius: 30px;
  position: absolute;
  left: 275px;
  padding: 6px 12px;
  user-select: none;
}
#block_maslosoj_products {
  margin: 40px 87.5px;
  position: relative;
}
.product_container {
  position: relative;
  display: table;
  left: 0px;
  top: 0px;
  width: 900px;
  height: 200px;
}
.product_title {
  font-family: "Rubik";
  color: black;
  font-size: 26px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  user-select: none;
}
.product_column_content:first-child {
  padding-left: 30px !important;
}
.product_column_content {
  display: table-cell;
  padding: 0 0 0 80px;
  vertical-align: top;
}
.product_column_right {
  padding-left: 30px;
}
#zhizha {
  left: 320px
}
.zhizha_right {
  left: 179px;
}


/* КЛАССИФИКАЦИЯ ЗАКАЛОЧНЫХ И ОХЛАЖДАЮЩИХ ЖИДКОСТЕЙ */


#tosolk {
  left: -72px;
}


/* КЛАССИФИКАЦИЯ ТЕХНИЧЕСКИХ ЖИДКОСТЕЙ */


.tech_right {
  left: 90px;
}
#zhidkost {
  left: 310px;
}


/* КЛАССИФИКАЦИЯ ГИДРАВЛИЧЕСКИХ ЖИДКОСТЕЙ */


 .gidra1 {
  left: 246px;
 }
 #ultra100 {
  left: 86px;
 }


/* КОНТЕНТ КАРТОЧКИ ТОВАРА*/


.main-specifications {
  position: absolute;
  font-family: "Rubik";
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  left: 80px;
  top: 30px;
  user-select: none;
}
.card-container {
  position: relative;
  background-color: #F1F1F1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 920px;
  height: 360px;
  border-radius: 12px;
  left: 80px;
  top: 200px;
}
.description {
  position: relative;
  background-color: #FFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  width: 550px;
  height: 300px;
  top: 30px;
  left: 42px;
}
.description_name {
  position: relative;
  font-family: "Rubik";
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  top: 15px;
  user-select: none;
}
.description_text {
  position: relative;
  font-family: "Rubik";
  font-size: 20px;
  text-align: left;
  left: 20px;
  max-width: 510px;
  user-select: none;
}
.analog {
  position: relative;
  font-family: "Rubik";
  font-size: 16px;
  left: 20px;
  max-width: 510px;
  top: -15px;
  user-select: none;
}
.buy-container {
  position: absolute;
  background-color: #FFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  width: 250px;
  height: 300px;
  top: 30px;
  left: 625px;
}
.buy-button {
  position: absolute;
  background-color: black;
  color: white;
  border-radius: 10px;
  font-family: 'Rubik';
  font-weight: 600;
  font-size: 22px;
  border: none;
  width: 180px;
  height: 35px;
  top: 100px;
  left: 35px;
  user-select: none;
}
.question {
  position: absolute;
  background: none;
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 20px;
  text-decoration: underline;
  color: black;
  top: 150px;
  left: 50px;
  user-select: none;
}
.input-value {
  display: block;
  border: 2px solid grey;
  border-radius: 3px;
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 16px;
  width: 200px;
  height: 20px;
  user-select: none;
}
.input-validation {
  position: relative;
  display: block;
  top: 45px;
  margin-bottom: 10px;
  left: 8%;
  user-select: none;
}
.specification1 {
  position: relative;
  font-family: "Rubik";
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  top: 220px;
  left: 80px;
  max-width: 900px;
  user-select: none;
}
.tablet1 {
  position: relative;
  width: 913px;
  top: 220px;
  left: 80px;
  user-select: none;
}
.specification2 {
  position: relative;
  font-family: "Rubik";
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  top: 230px;
  left: 80px;
  max-width: 900px;
  user-select: none;
}
.tablet2 {
  position: relative;
  width: 913px;
  top: 230px;
  left: 80px;
  padding-bottom: 130px;
  user-select: none;
}
.last_tablet {
  padding-bottom: 130px;
}
#tablettosolk {
  padding-bottom: 50px;
}
#tablettosoloiz {
  padding-bottom: 50px;
}
#tabletkamgidrolmk {
  padding-bottom: 50px;
}


/* ПОДВАЛ */


.podval-container {
  position: relative;
  background: linear-gradient(135deg, #373737 0%,#171717 100%);
  min-width: 100%;
  height: 320px;
  z-index: 2;
  bottom: 0;
  overflow: hidden;
}
.podval-folder {
  position: relative;
  max-width: 1075px;
  min-height: 100%;
  margin: 0 auto;
}
  .tel {
    position: absolute;
    z-index: 100;
    font-size: 16px;
    font-family: "Rubik";
    color: white;
    opacity: 80%;
    font-weight: 400;
    top: 25px;
    left: 0px;
  }
  .line_podval1 {
    position: absolute;
    height: 4px;
    width: 178px;
    background: white;
    opacity: 80%;
    border-radius: 50px;
    top: 100px;
    left: 0px;
  }
  .pochta {
    position: absolute;
    z-index: 100;
    color: white;
    opacity: 80%;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Rubik";
    top: 25px;
    left: 250px
  }
  .line_podval2 {
    position: absolute;
    height: 4px;
    background: white;
    opacity: 80%;
    width: 164px;
    border-radius: 50px;
    top: 100px;
    left: 250px;
  }
  .adres {
    position: absolute;
    z-index: 100;
    color: white;
    opacity: 80%;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Rubik";
    top: 25px;
    left: 490px;
  }
  .line_podval3 {
    position: absolute;
    height: 4px;
    width: 115px;
    background: white;
    opacity: 80%;
    border-radius: 50px;
    top: 100px;
    left: 490px;
  }
  .vremya{
    position: absolute;
    z-index: 100;
    color: white;
    opacity: 80%;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Rubik";
    top: 25px;
    left: 680px;
    user-select: none;
  }
  .line_podval4 {
    position: absolute;
    height: 4px;
    width: 243px;
    background: white;
    opacity: 80%;
    border-radius: 50px;
    top: 100px;
    left: 680px;
  }
  .prokamendname {
    position: absolute;
    z-index: 100;
    color: white;
    opacity: 80%;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Rubik";
    top: 240px;
    left: 0px;
    user-select: none;
  }
  .titles {
    font-size: 32px;
    font-weight: 500;
    user-select: none;
  }
#podval-container-card {
  top: 400px;
}
#podval-container-company {
  top: 500px
}
#podval-container-glavnaya {
  top: 650px;
}

/* ОБРАТНАЯ СВЯЗЬ */


.btn {
  border: none;
  cursor: pointer;
}
.feedbackform {
position: relative;
background: linear-gradient(to bottom, #000000 0%,#000000 15%,#EBEBEB 15%,#EBEBEB 100%);
border-radius: 10px;
width: 450px;
height: 505px;
margin: 50px auto;
}
.modal-header {
  display: inline-block;
  align-items: center;
  text-align: center;
}
.feedback_name {
  z-index: 10;
  position: relative;
  color: white;
  font-size: 24px;
  font-family: "Rubik";
  top: 0px;
  left: 80px;
  user-select: none;
}
.close-modal {
  position: absolute;
  top: 25px;
  left: 20px;
  cursor: pointer;
  user-select: none;
}
.letter-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  user-select: none;
}
.form-input-box {
  position: relative;
  display: block;
  top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  user-select: none;
}
.input-field {
display: block;
padding: 8px 8px;
width: 380px;
border-radius: 5px;
border: 2px solid gray;
font-family: "Rubik";
user-select: none;
}
.send_button {
position: relative;
display: block;
margin: auto;
top: 25px;
background: black;
color: white;
border: none;
padding: 10px 8px;
border: none;
border-radius: 20px;
cursor: pointer;
font-family: "Rubik";
user-select: none;
}
.text-field {
display: block;
margin-bottom: 10px;
height: 200px;
width: 380px;
padding: 2px 8px;
resize: none;
border: 2px solid gray;
border-radius: 5px;
font-family: "Rubik";
position: relative;
}
.just-validate-error-label {
  position: relative;
  font-family: "Rubik";
  margin: auto;
}
.modal-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0, 0.65);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-in-out;
}
.modal--visible {
display: block;
}
.modal-overlay--visible {
opacity: 1;
visibility: visible;
transition: all 0.3s ease-in-out;
z-index: 150;
}
.feedbackform--visible {
display: block;
}


/* МЕНЮ ПОКУПКИ */


.btns {
  border: none;
  cursor: pointer;
}
.buymenuform {
position: relative;
background: linear-gradient(to bottom, #000000 0%,#000000 18%,#EBEBEB 18%,#EBEBEB 100%);
border-radius: 10px;
width: 450px;
height: 410px;
margin: 50px auto;
}
.buymenu-header {
  display: inline-block;
  align-items: center;
  text-align: center;
}
.buymenu_name {
  z-index: 10;
  position: relative;
  color: white;
  font-size: 24px;
  font-family: "Rubik";
  top: 10px;
  left: 165px;
  user-select: none;
}
.buymenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  }
  .buymenu--visible {
    display: block;
    }
    .buymenu-overlay--visible {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    z-index: 150;
    }
    .buymenuform--visible {
    display: block;
    }
.imya-tovara {
  font-family: "Rubik";
  font-weight: 800;
  font-size: 32px;
  margin-left: 25px;
  user-select: none;
}
.buymenu-input-box {
  position: relative;
  display: block;
  top: 20px;
  margin-bottom: 20px;
  margin-left: 25px;
  user-select: none;
}
.close-buymenu {
  position: absolute;
  top: 25px;
  left: 20px;
  cursor: pointer;
  user-select: none;
}
.basket-buymenu {
  position: absolute;
  top: 20px;
  right: 20px;
  user-select: none;
}
#invisible_input {
  display: none;
}


/* ШРИФТЫ */


@font-face { 
  font-family: "Rubik"; 
  src: url("Fonts/Rubik-VariableFont_wght.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
} 
@font-face { 
  font-family: "Rubikitalic"; 
  src: url("Fonts/Rubik-Italic-VariableFont_wght.ttf") format("truetype"); 
  font-style: italic; 
  font-weight: bold; 
}
@font-face { 
  font-family: "Rubikitalic2"; 
  src: url("Fonts/Rubik-Italic-VariableFont_wght.ttf") format("truetype"); 
  font-style: italic; 
  font-weight: 300; 
}

@font-face { 
  font-family: "Rubikitalic3"; 
  src: url("Fonts/Rubik-Italic-VariableFont_wght.ttf") format("truetype"); 
  font-style: italic; 
  font-weight: 500; 
}
@font-face { 
  font-family: "Rubik1"; 
  src: url("Fonts/Rubik-VariableFont_wght.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 700; 
}