

/* Start:/izdeliya-na-zakaz/style.css?17670050024665*/
.block_fon{
  border-radius: 16px;
  background: #FFF;
}
.content_links{
  padding:30px 30px 337px 30px;
 margin-bottom: 40px;
}
.partner_title{
  color: var(--Color-Black, #30353B);
  font-family: var(--first-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
  margin-bottom: 26px;
}
.content_links li{
  margin-bottom: 16px;
}
.content_links li a{
  color: var(--Color-Black, #30353B);
  font-family: var(--first-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
 
}
.content_links li a:hover{
  color: #81A813;
  text-decoration: none;
}
.content_links li:hover{
  color: #81A813;
}

.partner_title_two h3{
  color: var(--Color-Black, #30353B);
  /* H3 */
  font-family: var(--second-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
  padding-bottom: 32px;
  margin: 0;
}
.content{
  padding:40px;
  color: var(--Color-Black, #30353B);
  /* Text/Regular_18 */
  font-family: var(--first-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  margin-bottom: 40px;
}
.content li{
  margin-bottom: 16px;
}
.content ol li{
  margin-bottom: 12px;
}
.partner_individ{
  display: flex;
  gap: 44px;
}

.partner_mini_text{
  margin-bottom: 44px;
  color: var(--Color-Black, #30353B);
  font-family: var(--first-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
}
.item_img{
  margin-bottom: 24px;
}
.mini h3{
  padding-bottom: 24px;
}
.img_fon{
  padding-top:32px;
  background: right top no-repeat url(/partneram/fon.svg);
}

.no_margin_text p{
  margin-bottom: 0;
}
.color_green li{
  color: #81A813;
}
.transport_company{
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  margin-top:32px;
}
.item_transport_company{
  max-width: 30%;
  border-radius: 4px;
  border: 1px solid #D1D1D1;
  background: var(--Color-White, #FFF);
  width: 153.396px;
  height: 83.823px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.dop_text{
  margin-top: 32px;
  color: var(--Color-Black, #30353B);
  /* Text/Regular_18 */
  font-family: var(--first-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
.b_color_green{
  color: var(--Color-Green, #81A813);
  font-family: var(--first-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.img_fon_two{
  background: right top no-repeat url(/partneram/img/fom_two.svg);
}
.element_end{
  padding: 28px 40px 34px 40px;
}
.partner_adres{
  color: #F36D29;
  font-family: var(--first-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding-bottom: 8px;
}
.production_adres{
  max-width: 500px;
  width:100%;
  color: #30353B;
  font-family: var(--first-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.partner_transport{
  padding-bottom: 24px;
  margin-bottom: 0;
}
.partner_phone{
  padding-bottom: 12px;
  margin-bottom: 0;
}
.partner_phone a {
  color: #30353B;
  font-family: var(--first-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.partner_phone a:hover {
  text-decoration: none;
  color: #30353B;
}
.partner_time_work{
  margin-top: 6px;
  color: #808080;
  font-family: var(--second-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.partner_email a{
  color: #30353B;
  font-family: var(--first-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.partner_email a:hover{
  color: #30353B;
}
@media(max-width: 1200px){
  .content_links{
    padding:30px;
  }
}
@media(max-width: 768px){
  .content {
    padding:25px;
    font-size: 16px;
    line-height: 27px;
  }
  .content li {
    margin-bottom: 13px;
  }
  .content_links li {
    margin-bottom: 13px;
  }
  .content_links li a {
    font-size: 15px;
  }
  .partner_title_two h3 {
    padding-bottom: 23px;
  }
  .partner_individ{
    display: block;
  }
  .partner_mini_text{
    margin-bottom: 30px;
  }
  .item_img{
    margin-top : 24px;
    margin-bottom: 14px;
  }
  .item_transport_company {
    max-width: 48%;
  }
  .content_links {
    padding: 20px;
  }
}
html {
  scroll-behavior: smooth;
}


/* End */
/* /izdeliya-na-zakaz/style.css?17670050024665 */
