/* reset primitive css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: inherit; }

input {
  outline: none;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* FONT */
@font-face {
  font-family: 'IBM Plex Sans';
  src: local("IBM Plex Sans Bold"), local("IBMPlexSans-Bold"), url("/font/Ibmplexsansbold.woff2") format("woff2"), url("/font/Ibmplexsansbold.woff") format("woff"), url("/font/Ibmplexsansbold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'IBM Plex Sans';
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url("/font/Ibmplexsans.woff2") format("woff2"), url("/font/Ibmplexsans.woff") format("woff"), url("/font/Ibmplexsans.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'IBM Plex Sans';
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url("/font/Ibmplexsanslightitalic.woff2") format("woff2"), url("/font/Ibmplexsanslightitalic.woff") format("woff"), url("/font/Ibmplexsanslightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'IBM Plex Sans';
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url("/font/Ibmplexsansitalic.woff2") format("woff2"), url("/font/Ibmplexsansitalic.woff") format("woff"), url("/font/Ibmplexsansitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'IBM Plex Sans';
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url("/font/Ibmplexsanslight.woff2") format("woff2"), url("/font/Ibmplexsanslight.woff") format("woff"), url("/font/Ibmplexsanslight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
a:hover, a:focus, a:visited {
  text-decoration: none;
  color: inherit; }

/*---------------------------  MAIN STYLES --------------------------- */
body, * {
  font-family: "IBM Plex Sans", sans-serif;
  color: #2d425e;
  line-height: 1.2;
  font-weight: 300; }

h1 {
  font-size: 42px;
  color: #fff; }

.hei2 {
  font-size: 42px; }

.container {
  width: 98%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden; }

img {
  width: 100%;
  height: auto;
  max-width: max-content; }

a {
  text-decoration: none; }

.content_row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  .content_row .content {
    padding-top: 47px;
    width: 66%;
    margin-right: 5%; }
  .content_row .sidebar {
    width: 29%;
    padding-top: 50px;
    padding-bottom: 50px; }
    .content_row .sidebar .formside {
      margin-left: 0; }

/*---------------------------  Header  -----------------------------*/
.header .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

/* top header */
.nav__item {
  position: relative; }
  .nav__item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 31%;
    width: 1px;
    height: 38%;
    background: #e8ebf0; }

.logo {
  width: 21%;
  padding: 30px 4% 34px 0; }

.adress__item__hide {
  display: none; }

.logo__link {
  transition: 0.3s; }
  .logo__link:hover {
    opacity: 0.6; }
  .logo__link img {
    max-width: 220px; }

.logo_descr {
  opacity: 0.7;
  font-size: 13px;
  text-align: center;
  max-width: 175px;
  width: 100%;
  margin: 8px auto 0;
  line-height: 1.6; }

.tel {
  width: 43.5%;
  padding: 37px 0; }

.tel_adress {
  font-size: 14px;
  opacity: 0.7;
  padding-top: 18px;
  justify-content: flex-start !important;
  margin-left: 60px; }

.tel__item__phone-title {
  font-size: 14px;
  opacity: 0.5; }

.tel__item__phone {
  margin-left: 20px; }

.tel__item__phone-number {
  font-size: 22px;
  padding-top: 7px;
  position: relative; }
  .tel__item__phone-number img {
    position: absolute;
    left: -30px;
    top: 10px; }
  .tel__item__phone-number span {
    font-weight: 400; }
  .tel__item__phone-number .tel__item-link {
    transition: 0.3s; }
    .tel__item__phone-number .tel__item-link:hover {
      color: #0080cb; }

.tel__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-evenly; }

.search {
  width: 35.5%;
  padding: 28px 0 20px 3.8%; }
  .search:after {
    display: none; }
  .search .mail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }

.mail__item {
  width: 42%;
  padding-right: 2%; }
  .mail__item .mail__item-title {
    font-size: 14px;
    opacity: 0.5; }
  .mail__item .mail__item-link {
    font-size: 17px;
    color: #0080cb;
    padding-top: 8px;
    display: block;
    text-decoration: underline;
    transition: 0.3s; }
    .mail__item .mail__item-link:hover {
      text-decoration: none; }

.letter {
  width: 16%;
  font-style: italic;
  padding-right: 0; }
  .letter .mail__item-director {
    transition: 0.3s;
    text-decoration: underline; }
    .letter .mail__item-director:hover {
      text-decoration: none; }

.search__form {
  position: relative;
  margin-top: 20px; }
  .search__form .search__form-item {
    width: 100%;
    border: 1px solid #e8ebf0;
    background: #fff;
    border-radius: 5px;
    padding: 13px 50px 13px 18px;
    color: #2d425e;
    font-size: 14px; }
    .search__form .search__form-item::placeholder {
      opacity: 0.5; }
  .search__form .search__form-submit {
    width: auto;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    border: 0;
    transition: 0.3s;
    width: 24px;
    height: 24px;
    background: url(../img/search.png) no-repeat;
    background-size: cover;
    background-position: center; }
    .search__form .search__form-submit:hover {
      opacity: 0.6; }

/* nav */
.nav {
  background: #2d435f;
  color: #fff;
  position: relative; }

.nav__ul {
  width: 82%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  margin-left: 50px; }
  .nav__ul .nav-link {
    padding: 20px 0;
    font-size: 17px;
    margin-right: 44px;
    transition: 0.3s; }
    .nav__ul .nav-link:hover {
      color: #0080cb; }

.catalog {
  width: 18%; }
  .catalog:hover .catalog__open {
    visibility: visible; }
  .catalog:hover div.catalog__title {
    background: #00528c; }
    .catalog:hover div.catalog__title .catalog__title-img {
      opacity: 0.5; }

.catalog__title {
  font-size: 17px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: space-between;
  transition: 0.3s;
  cursor: pointer;
  background: #0080cb; }
  .catalog__title .catalog__title-img {
    opacity: 0.3; }
  .catalog__title:hover {
    background: #00528c; }
    .catalog__title:hover .catalog__title-img {
      opacity: 0.5; }

.catalog__open {
  visibility: hidden;
  position: absolute;
  -webkit-box-shadow: 0px 10px 22px -11px #354d6e;
  -moz-box-shadow: 0px 10px 22px -11px #354d6e;
  box-shadow: 0px 10px 22px -11px #354d6e;
  top: 60px;
  z-index: 9999;
  left: 0;
  width: 100%;
  background: #fff;
  color: #2d425e;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }

.catalog__open__ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding-top: 37px;
  padding-bottom: 28px;
  width: 20%; }

.catalog__open__li .catalog__open-link {
  font-size: 15px;
  display: block;
  padding: 7px 15px;
  overflow: hidden;
  line-height: 1.4;
  transition: color 0.2s;
  transition: background 0.2s;
  border-radius: 5px; }
  .catalog__open__li .catalog__open-link:hover {
    color: #fff;
    background: #0080cb; }

/*---------------------------  mainblock  -----------------------------*/
.mainblock {
  padding-top: 60px;
  padding-bottom: 40px;
  background: url(../img/bg_mainblock.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  color: #fff; }
  .mainblock:before {
    content: "";
    background-size: cover;
    background: url(../img/opacityBgMainblock.png) no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .mainblock .container {
    z-index: 9;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
  .mainblock h1 {
    padding-bottom: 32px; }
  .mainblock .leftside {
    width: 67%; }
  .mainblock .rightside {
    width: 33%; }

.leftside-p {
  line-height: 1.7;
  font-size: 15px;
  padding-bottom: 25px; }

.leftside__best {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 17px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .leftside__best .leftside__best__item {
    width: 46%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 1.5%;
    text-decoration: none;
    transition: 0.3s; }
  .leftside__best .leftside__best__item-img {
    background: url(../img/best_border.png) no-repeat;
    height: 81px;
    width: 74px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 20%; }
    .leftside__best .leftside__best__item-img img {
      max-width: 44px;
      width: 100%;
      height: auto; }
  .leftside__best .leftside__best__item-text {
    font-size: 14px;
    padding-left: 17px;
    line-height: 1.8;
    width: 80%; }

.have {
  display: inline-block;
  padding-right: 10px; }

.formside {
  background: #e3ecf5;
  border-radius: 15px;
  padding: 44px 40px 40px;
  margin-left: 50px;
  margin-top: 20px; }

.formside-title {
  padding-bottom: 32px;
  color: #2d425e;
  font-size: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between; }

.order_form input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 9px;
  padding: 16px 19px;
  color: #2d425e;
  border: 0;
  font-size: 16px; }
  .order_form input.order_form-submit {
    background: #00b400;
    color: #fff;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-top: 19px;
    transition: background 0.3s; }
    .order_form input.order_form-submit:hover {
      background: #036703; }
  .order_form input::placeholder {
    opacity: 0.5; }

/*---------------------------  sort  -----------------------------*/
.sort {
  background: #eaedf0;
  padding-bottom: 30px; }

.sort-name {
  font-size: 20px;
  padding: 35px 0 25px; }

.sort__block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row; }

.sort__block-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  text-transform: uppercase;
  height: 39px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 4px;
  transition: all 0.4s;
  line-height: 1;
  font-size: 20px;
  margin-right: 18px;
  border: 1px solid #eaedf0; }
  .sort__block-link:hover, .sort__block-link.active {
    text-decoration: none;
    background-color: #00b400;
    border: 1px solid #00b400;
    color: #fff; }

/*---------------------------  production  -----------------------------*/
.production {
  padding-top: 60px; }

.production__row {
  padding-top: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: start; }

.production__item {
  border: 1px solid #e2e7ed;
  border-radius: 15px;
  transition: 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 0 1 calc(19% - 25px);
  margin-bottom: 30px;
  margin-right: 31px;
  padding-top: 23px; }
  .production__item .production__bg {
    background: url(../img/productsion_img_bg.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 65px;
    height: 71px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
  .production__item .production-img {
    width: 100%;
    max-width: 40px;
    height: auto; }
  .production__item .production-descr {
    font-size: 17px;
    line-height: 1.4;
    padding: 5px 10px;
    margin: 5px 0 6px;
    height: 75px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .production__item:hover {
    border-color: #0080cb; }
  .production__item:nth-child(5n) {
    margin-right: 0; }

/*---------------------------  regionWork  -----------------------------*/
.regionWork {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 47px; }
  .regionWork .left-p {
    font-size: 15px;
    padding: 33px 0;
    line-height: 1.7; }

.leftRegionWork {
  width: 52%; }

.rightRegionWork {
  width: 50%;
  margin-right: -2%;
  margin-top: 0; }

.leftRegionWork__items {
  padding-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }

.leftRegionWork__i {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 50%;
  margin-bottom: 30px; }

.leftRegionWork-img {
  background: url(../img/leftRegionWork_opacity_bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 65px;
  height: 71px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  .leftRegionWork-img img {
    max-width: 43px;
    width: 100%;
    height: auto; }

.leftRegionWork-descr {
  font-size: 17px;
  padding-left: 25px;
  font-weight: 400; }

/*---------------------------  adress  -----------------------------*/
.adress {
  padding-top: 60px;
  padding-bottom: 13px;
  background: #f5f7f9; }

.adress__item-name {
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 22px; }

.adress__row {
  padding-top: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.adress__item {
  width: 24%;
  padding-right: 1%;
  padding-bottom: 40px; }

.adress__item_r {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-bottom: 12px; }
  .adress__item_r .adress__item-placeholder {
    opacity: 0.7;
    font-size: 15px;
    width: 27%; }
  .adress__item_r .adress__item-cont {
    font-size: 15px;
    width: 73%; }
    .adress__item_r .adress__item-cont a {
      transition: 0.3; }
      .adress__item_r .adress__item-cont a:hover {
        text-decoration: underline; }
  .adress__item_r .adress__item-cont-mail {
    color: #0080cb; }
    .adress__item_r .adress__item-cont-mail a {
      text-decoration: underline; }
      .adress__item_r .adress__item-cont-mail a:hover {
        text-decoration: none; }

/*---------------------------  Footer  -----------------------------*/
.footer {
  background: #e3ecf5; }

.footer__main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  .footer__main .logo {
    width: 15%;
    padding: 32px 0 34px; }
    .footer__main .logo .logo__link {
      padding-left: 8px; }
      .footer__main .logo .logo__link img {
        max-width: 170px; }
    .footer__main .logo .logo_descr {
      max-width: 100%;
      margin: 6px auto 0; }
  .footer__main .footer__main-text {
    width: 25.5%;
    opacity: 0.5;
    font-size: 13px;
    line-height: 1.6;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
  .footer__main .tel {
    width: 48%;
    padding: 43px 0 10px; }
  .footer__main .tel__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    margin-left: -20px;
    justify-content: space-between; }
  .footer__main .tel_adress {
    margin-left: 0px; }
  .footer__main .mail__item {
    width: auto;
    padding-right: 0; }

.footer__bottom {
  border-top: 1px solid #b9c5d2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.footer__menu__ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row; }
  .footer__menu__ul a {
    transition: 0.3s;
    font-size: 14px;
    padding: 27px 37px 27px 0;
    display: block; }

.footer__menu1 {
  padding-right: 25px; }
  .footer__menu1 a {
    color: #0080cb; }
    .footer__menu1 a:hover {
      color: #2d425e; }

.footer__menu2 a {
  text-decoration: underline; }
  .footer__menu2 a:hover {
    text-decoration: none; }

/*---------------------------  Sidebar  -----------------------------*/
.sort_sidebar {
  padding-top: 30px; }
  .sort_sidebar .sort__block-link {
    margin-right: 13px;
    margin-bottom: 13px;
    /*&:nth-child(7n){
    	margin-right: 0;
    }*/ }

.adress_sidebar {
  border-radius: 15px;
  background: #f5f7f9;
  padding: 35px 27px; }
  .adress_sidebar .adress__item {
    width: 100%; }
  .adress_sidebar .adress__row {
    padding-top: 3px; }
  .adress_sidebar .adress__item {
    padding-bottom: 25px;
    padding-top: 32px; }
    .adress_sidebar .adress__item:not(.border) {
      border-bottom: 1px solid #d2d6dc; }

.show_all {
  background: #00b400;
  letter-spacing: 0.5px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
  padding: 10px 15px; }
  .show_all:hover {
    background: #036703; }

/*---------------------------  breadcrumbs  -----------------------------*/
.breadcrumbs {
  color: #0080cb;
  font-size: 14px;
  padding-left: 32px;
  background: url(../img/bread_home.png) no-repeat;
  background-position: 0 center; }
  .breadcrumbs .breadcrumbs-link {
    text-decoration: underline;
    padding-right: 8px;
    transition: 0.3s;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center; }
    .breadcrumbs .breadcrumbs-link:hover {
      text-decoration: none; }
  .breadcrumbs .breadcrumbs-separ {
    background: url(../img/bread_separ.png) no-repeat;
    background-position: 85% center;
    height: 5px;
    width: 3px;
    display: inline-block;
    padding-left: 17px;
	margin-right: 10px;	}

/*---------------------------  CategoryPage  -----------------------------*/
.content h1 {
  color: #2d425e;
  margin-top: 37px; }

.cont_tit {
  font-size: 42px;
  padding-bottom: 30px; }

.content p {
  font-size: 17px;
  line-height: 1.5;
  padding-bottom: 25px; }
.content h2 {
  font-size: 36px;
  padding-top: 30px;
  padding-bottom: 30px; }
.content ol {
  counter-reset: myCounter;
  padding-top: 10px;
  padding-bottom: 25px; }
  .content ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background: #00b400;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    margin: 0 20px 0 0;
    font-size: 14px;
    line-height: 23px;
    width: 23px;
    height: 23px; }
.content li {
  padding-bottom: 9px; }
.content a {
  transition: 0.3s;
  color: #0080cb;
  text-decoration: none; }
  .content a:hover {
    text-decoration: underline; }
.content ul {
  padding-top: 10px;
  padding-bottom: 25px; }
  .content ul li::before {
    line-height: 1.5;
    font-size: 20px;
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #0080cb;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: 18px;
    /* Also needed for space (tweak if needed) */ }
 .content ul li {
    line-height: 1.5;
 }

.catl_border {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden; }

.catl {
  width: 100%;
  font-size: 15px;
  margin-top: 37px;
  margin-bottom: 30px; }

.catl__titname {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  opacity: 0.5;
  margin-top: 15px;
  background: #e3ecf5;
  padding: 12px 0 12px 30px;
}

.catl-name {
  width: 55%;
  padding-left: 30px; }

.catl-price {
  width: 33%;
  text-align: center; }

.catl-weight {
  width: 22%;
  text-align: center;
  padding-right: 30px; }

.catl__title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 12px 0 12px 30px;
}

.catl__maincont {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden; }

.catl__row {
  background: #f5f7f9;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 11px 0; }
  .catl__row:nth-child(2n) {
    background: #fff; }

.form_order {
  margin-top: 55px;
  margin-bottom: 30px;
  border: 2px solid #00b400;
  border-radius: 10px;
  padding: 30px 17.5% 15px; }

.form_order-title {
  font-size: 30px;
  padding-bottom: 30px; }

.form_order-descr {
  padding-bottom: 30px;
  font-size: 15px;
  line-height: 1.7; }

.form_order__form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
  .form_order__form input {
    border: 1px solid #eaedf0;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px 25px; }
    .form_order__form input::placeholder {
      opacity: 0.7; }
    .form_order__form input:not(.full_s) {
      width: 48%; }
    .form_order__form input.order_form-submit {
      width: 46%;
      border-radius: 10px;
      padding: 13px 0;
      cursor: pointer;
      background: #0080cb; }
      .form_order__form input.order_form-submit:hover {
        background: #025c90; }

.content_row .leftside__best .leftside__best__item-img img {
  max-width: 32px; }

/*---------------------------  Single page  -----------------------------*/
.content .leftside__best__item {
  color: #2d425e; }
  .content .leftside__best__item:hover {
    text-decoration: underline; }

.catl_single .catl__title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-left: 0;
  font-size: 15px; }
.catl_single .catl-name {
  width: 32%; }
.catl_single .catl-first {
  width: 20%;
  text-align: center; }

/*---------------------------  product  -----------------------------*/
.product {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 30px; }

.product__slider {
  width: 46%; }
  .product__slider * {
    outline: none !important; }

.product__descr {
  width: 48.5%; }
  .product__descr p {
    padding-top: 25px; }

.available {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  background: url(../img/availbl.png) no-repeat #00b400;
  background-position: 20px center;
  border-radius: 5px;
  padding: 5px 20px 5px 40px;
  margin-right: 10px;
  margin-bottom: 30px; }

.not_available {
  font-size: 14px;
  color: #a7a8a9;
  display: inline-block;
  background: url(../img/not_availb.png) no-repeat #e8ecf0;
  background-position: 15px center;
  border-radius: 5px;
  padding: 5px 20px 5px 35px;
  margin-bottom: 30px; }

.product__descr__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 5px; }

.product__detail {
  width: 46%;
  margin-bottom: 30px; }

.product__detail-title {
  opacity: 0.7;
  font-size: 17px;
  padding-bottom: 10px; }

.product__detail-ecv {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 30px; }

.produt__price {
  position: relative; }
  .produt__price:after {
    content: "";
    position: absolute;
    top: 7%;
    right: 2%;
    width: 1px;
    height: 86%;
    opacity: 0.3;
    background: #2d425e; }

.product__slider-for {
  text-align: center;
  border: 1px solid #e8ebf0;
  border-radius: 10px;
  overflow: hidden;
  height: 320px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px; }
  .product__slider-for .slider_img {
    max-width: 373px;
    height: 300px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    .product__slider-for .slider_img img {
      height: 90%;
      width: auto;
      margin: 0 auto; }

.product__slider-nav {
  margin-top: 30px; }
  .product__slider-nav .slick-list {
    padding: 0 !important; }
  .product__slider-nav .slider_img {
    max-width: 122px;
    border: 1px solid #e8ebf0;
    border-radius: 10px;
    height: 90px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin: 0 6px;
    padding: 5px; }
    .product__slider-nav .slider_img img {
      height: 90%;
      width: auto;
      margin: 0 auto; }

input.hField {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.form-radio-wrap label {
  color: #2d425e;
}

.formRadioItem :is(input, label) {
  display: inline-block;
  width: auto;
  cursor: pointer;
}

.form-radio-wrap > label {
  margin: 20px 0 10px;
  display: block;
}

.form-radio-wrap input {
  appearance: none;
  padding: 8px 8px;
  background: #fff;
  border: solid 1px;
  vertical-align: middle;
  border-radius: 50px;
}

.form-radio-wrap input[type="radio"]:checked {
  background: #14a;
  box-shadow: 0 0 10px -3px #14a;
}

.orderFormRadio input[type="radio"]:checked {
  background: #14a;
  box-shadow: 0 0 10px -3px #14a;
}

.formRadioItem {
  display: flex;
  width: 100%;
  white-space: nowrap;
}

/*---------------------------  Media  -----------------------------*/
@media screen and (max-width: 1300px) {
  .formside {
    margin-left: 15px; }

  .production__item .production-descr {
    font-size: 16px; }

  .formside-title {
    font-size: 26px; }

  .product__detail-ecv {
    font-size: 27px; }

  .footer__menu__ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 20px; }

  .footer__menu__ul a {
    padding: 5px 25px 5px 0; } }
@media screen and (max-width: 1200px) {
  .logo {
    padding-right: 2%; }

  .search {
    padding-left: 2%; }

  .mail__item .mail__item-link {
    font-size: 15px; }

  .letter {
    display: none; }

  .mail__item {
    width: 50%; }

  .tel__item__phone-number {
    font-size: 17px; }

  .tel__item__phone-number img {
    left: -22px;
    width: 15px; }

  .catalog__title, .nav__ul .nav-link {
    font-size: 15px; }

  .catalog {
    width: 21%; }

  h1 {
    font-size: 38px; }

  .leftside-p {
    padding-bottom: 10px;
    line-height: 1.4; }

  .leftside__best .leftside__best__item-img {
    width: 27%; }

  .leftside__best .leftside__best__item {
    width: 47%; }

  .formside {
    padding: 30px 20px; }

  .hei2 {
    font-size: 35px; }

  .production__item {
    margin-right: 15px;
    margin-bottom: 20px;
    flex: 0 1 calc(19% - 5px); }

  .production__item .production-descr {
    font-size: 15px; }

  .adress__item {
    width: 32%; }

  .footer__menu__ul a {
    padding: 5px 15px 5px 0; }

  .formside-title {
    font-size: 24px; }

  .order_form input {
    font-size: 15px; }

  .sort-name {
    font-size: 18px; }

  .sort_sidebar .sort__block-link:nth-child(7n), .sort_sidebar .sort__block-link {
    margin-right: 7px; }

  .adress_sidebar .hei2, .cont_tit {
    font-size: 30px; }

  .adress_sidebar {
    padding: 15px 20px; }

  .form_order {
    padding: 30px 10% 15px; }

  .content h2 {
    font-size: 30px; }

  .catl {
    margin-top: 15px; }

  .cont_tit {
    padding-bottom: 15px; }

  .product__detail-title {
    font-size: 15px; }

  .product__detail-ecv {
    font-size: 24px; }

  .catl_single .catl__title {
    font-size: 14px; }

  .tel_adress {
    justify-content: center !important;
    margin-left: 0; } }
@media screen and (max-width: 990px) {
  .search .mail {
    display: none; }

  .top_header .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }

  .logo {
    width: 35%;
    padding: 15px 4% 0 0; }

  .tel {
    width: 60%;
    padding: 20px 0 0; }

  .tel:after {
    display: none; }

  .search {
    width: 100%;
    padding: 0 2% 10px; }

  .catalog {
    width: 25%; }

  .nav__ul .nav-link {
    margin-right: 20px; }

  .catalog__open {
    top: 47px; }

  .catalog__open__li .catalog__open-link {
    font-size: 13px; }

  .mainblock {
    padding-top: 30px;
    padding-bottom: 10px; }

  h1 {
    font-size: 35px; }

  .mainblock h1 {
    padding-bottom: 20px; }

  .leftside__best .leftside__best__item-img {
    background-position: center;
    background-size: 100%; }

  .leftside__best .leftside__best__item-text {
    font-size: 14px;
    padding-left: 14px;
    line-height: 1.4;
    width: 73%; }

  .sort-name {
    padding: 20px 0 15px;
    text-align: center; }

  .sort {
    padding-bottom: 10px; }

  .production, .adress {
    padding-top: 25px; }

  .production__item, .production__item:nth-child(5n) {
    flex: auto;
    width: 22%;
    margin-right: 10px;
    margin-left: 10px; }

  .production__item .production-descr {
    font-size: 14px; }

  .regionWork {
    padding: 30px 0 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }

  .leftRegionWork {
    width: 100%; }

  .hei2 {
    font-size: 32px;
    text-align: center; }

  .regionWork .left-p {
    padding: 10px 0;
    text-align: center; }

  .leftRegionWork__i {
    width: 41%;
    margin-bottom: 14px; }

  .leftRegionWork__items {
    justify-content: space-around; }

  .rightRegionWork {
    display: none; }

  .adress__item-name {
    font-size: 19px; }

  .adress__item {
    padding-bottom: 25px; }

  .footer__bottom {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 15px 0; }

  .footer__menu__ul {
    padding: 0; }

  .footer__main {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around; }

  .footer__main .logo {
    width: 90%;
    padding: 25px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__main .tel {
    width: 90%;
    padding-top: 15px; }

  .footer__main .footer__main-text {
    width: 90%;
    text-align: center; }

  .footer__main .footer_item {
    text-align: center; }

  .footer__main .tel_adress {
    padding-top: 10px;
    justify-content: center !important; }

  .mainblock .leftside {
    width: 65%;
    margin-right: 32px;
  }

  .mainblock .rightside {
    width: 35%; }

  .formside {
    margin-left: 0;
    padding: 25px 10px; }

  .order_form input {
    font-size: 14px;
    padding: 15px; }

  .formside-title {
    font-size: 20px;
    padding-bottom: 15px;
    text-align: center; }

  .content_row .content {
    margin-right: 2%; }

  .content_row .sidebar {
    width: 32%; }
    .content_row .sidebar .sort-name {
      text-align: left; }
    .content_row .sidebar .formside-img {
      display: none; }

  .adress_sidebar {
    padding: 10px; }

  .adress_sidebar .adress__item {
    padding-bottom: 5px;
    padding-top: 15px; }

  .adress__item_r .adress__item-placeholder {
    font-size: 14px;
    width: 29%; }

  .adress__item_r .adress__item-cont {
    font-size: 14px;
    width: 71%; }

  .content h1 {
    margin-top: 20px;
    font-size: 30px; }

  .catl {
    font-size: 14px; }

  .catl__title {
    font-size: 16px; }

  .form_order {
    margin: 30px 0;
    padding: 30px 3% 15px; }

  .form_order-title {
    font-size: 27px;
    padding-bottom: 15px;
    text-align: center; }

  .form_order-descr {
    text-align: center; }

  .form_order__form {
    justify-content: space-around; }

  .show_all {
    margin: 0 auto 10px; }

  .form_order__form input.order_form-submit {
    margin-top: 0px; }

  .cont_tit {
    font-size: 27px; }

  .content p {
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 10px; }

  .content h2 {
    font-size: 24px;
    padding: 15px 0; }

  .content li {
    font-size: 14px; }

  .product {
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around; }

  .product__slider {
    max-width: 390px;
    width: 90%; }

  .catl_single .catl__title {
    font-size: 13px; }

  .product__descr {
    width: 95%;
    padding-top: 20px; } 
  
  .logo__link img {
      margin: 0 auto;
      display: block;
  }
  }
@media screen and (max-width: 767px) {
  .nav__ul {
    display: none;
    position: absolute;
    top: 57px;
    right: 0;
    background: #fff;
    color: #2d425e;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    border: 1px solid #2d425e;
    border-right: 0; }
    .nav__ul li {
      display: block;
      width: 100%; }
      .nav__ul li:last-child a {
        border: 0; }

  .header .container {
    justify-content: space-between;
    align-items: center;
  }

  .nav__mobileBtn {
    width: 38px;
    margin-left: 38%;
    background: #fff;
    cursor: pointer;
    height: 40px;
    background: url(../img/menu.png) no-repeat;
    background-size: auto;
    background-position: center 11px; }

  .nav__ul .nav-link {
    margin-right: 0;
    text-align: center;
    padding: 10px 0;
    display: block;
    margin: 0 3%;
    border-bottom: 1px solid #bdcce0; }

  .catalog {
    width: 170px;
    margin-right: 20%; }

  .catalog__title {
    padding: 20px 12px;
  }

  .catalog__open {
    visibility: visible;
    display: none;
    top: 38px; }
    .catalog__open .container {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }

  .catalog__open__ul {
    padding: 10px 0;
    width: 33%; }

  .search__form .search__form-item {
    padding: 10px 50px 10px 15px; }

  .search__form .search__form-submit {
    top: 7px;
    right: 15px; }

  .logo {
    padding-top: 10px;
    text-align: center;
    padding-right: 0;
    width: 100%; }
    .logo:after {
      display: none; }

  .logo_descr {
    max-width: 100%;
    margin-top: 0; }

  .top_header .container {
    justify-content: space-around;
  }

  .logo__link img {
    max-width: 150px; }

  .tel {
    width: 100%;
    padding: 10px 0 0; }

  .tel_adress {
    font-size: 13px;
    padding-top: 5px; }

  .mainblock .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around; }

  .mainblock .leftside {
    width: 96%; }

  .mainblock:before {
    background: rgba(0, 0, 0, 0.6); }

  h1 {
    font-size: 32px;
    text-align: center; }

  .leftside__best .leftside__best__item-img img {
    max-width: 32px; }

  .mainblock .rightside {
    max-width: 360px;
    width: 96%;
    margin: 0 auto 10px; }

  .formside {
    padding: 25px; }

  .sort__block {
    padding-left: 10px; }

  .sort__block-link {
    font-size: 15px;
    margin-right: 10px;
    width: 35px;
    height: 35px; }

  .production__item .production-descr {
    font-size: 13px; }

  .hei2 {
    font-size: 29px; }

  .leftRegionWork__i {
    width: 47%; }

  .leftRegionWork-descr {
    padding-left: 15px;
    font-size: 13px; }

  .adress__item {
    width: 49%; }

  .tel__item__phone-title, .mail__item .mail__item-title {
    font-size: 13px; }

  .tel__item__phone-number {
    font-size: 16px; }

  .footer__main .logo {
    padding: 15px 0; }

  .content_row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around; }

  .content_row .content {
    width: 94%;
    margin-right: 0; }

  .content_row .sidebar {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
    padding-top: 0;
    padding-bottom: 20px; }
    .content_row .sidebar .formside-title {
      justify-content: center; }

  .content h1 {
    font-size: 27px; }

  .catl__title, .catl-name {
    padding-left: 15px; }

  .catl-weight {
    padding-right: 15px; }

  .cont_tit {
    font-size: 25px; }

  .content ol li:before {
    margin: 0 10px 0 0; }

  .adress_sidebar .hei2, .cont_tit {
    font-size: 26px; }

  .adress__item-name {
    font-size: 18px;
    text-align: center; }

  .adress_sidebar .adress__row {
    padding: 0 4%; }

  .content_row .sidebar .sort-name {
    text-align: center; } 
    
    .container {
      width: 94%;
    }  
}
@media screen and (max-width: 479px) {
  .catalog {
    margin-right: 0%; }

  .production__item, .production__item:nth-child(5n) {
    width: 42%; }

  .catalog__open__ul {
    width: 50%; }

  .catalog__open__li .catalog__open-link {
    font-size: 12px;
    padding: 5px; }

  .logo_descr, .tel_adress {
    font-size: 11px;
    line-height: 1; }

  .tel__item__phone-title, .mail__item .mail__item-title {
    font-size: 12px; }

  .tel__item__phone-number {
    font-size: 15px; }

  .tel__item__phone-number img {
    left: -19px;
    width: 12px;
    top: 9px; }

  .search__form .search__form-item {
    padding: 5px 45px 5px 10px;
    font-size: 13px; }

  .search__form {
    margin-top: 7px; }

  .search__form .search__form-submit {
    top: 5px;
    right: 10px;
    width: 17px;
    height: 17px;
    background-size: cover; }

  h1 {
    font-size: 26px; }

  .leftside-p {
    font-size: 14px; }

  .leftside__best .leftside__best__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }

  .leftside__best .leftside__best__item-img {
    max-width: 55px;
    width: 18%;
    height: 60px; }

  .leftside__best .leftside__best__item-text {
    width: 82%; }

  .sort__block-link {
    margin-right: 13px;
    width: 37px;
    height: 37px; }

  .hei2 {
    font-size: 23px; }

  .production__item, .production__item:nth-child(5n) {
    margin: 0 5px 10px; }

  .production__item .production-descr {
    padding: 5px; }

  .regionWork .left-p {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 	10px; }

  .leftRegionWork__items {
    justify-content: space-around; }

  .leftRegionWork__i {
    width: 80%; }

  .leftRegionWork-img {
    max-width: 53px;
    width: 21%;
    height: 58px; }

  .leftRegionWork-img img {
    max-width: 35px; }

  .leftRegionWork-descr {
    width: 79%; }

  .adress__item {
    width: 95%;
    padding-bottom: 10px; }

  .adress__row {
    justify-content: space-around; }

  .adress__item_r .adress__item-placeholder {
    width: 25%; }

  .adress__item_r .adress__item-cont {
    width: 75%; }

  .adress__item-name {
    padding-bottom: 10px; }

  .footer__main .tel__item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around; }

  .tel__item__phone {
    width: 42%; }

  .mail__item {
    padding-top: 10px;
    width: 50%;
    text-align: center; }

  .footer__main .tel {
    width: 100%; }

  .footer__main .tel__item {
    margin-left: 0; }

  .footer__main .tel__item__phone-number {
    padding-top: 2px; }
  .footer__main .tel__item__phone-number img {
    left: -16px;
    top: 4px; }
  .footer__main .mail__item .mail__item-link {
    padding-top: 0; }

  .footer__menu1 {
    padding-right: 0; }

  .footer__menu__ul a {
    padding: 3px 15px 3px 0; }

  .footer__menu__ul {
    justify-content: space-around; }

  .breadcrumbs {
    font-size: 13px; }

  .catl {
    font-size: 12px; }

  .catl__title {
    font-size: 15px; }

  .form_order-title {
    font-size: 23px; }

  .form_order-descr {
    font-size: 14px;
    line-height: 1.5; }

  .form_order__form input:not(.full_s) {
    width: 100%; }

  .form_order__form input {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 13px; }

  .adress_sidebar .hei2, .cont_tit {
    font-size: 22px; }

  .content p {
    font-size: 14px; }

  .content h2 {
    font-size: 20px; }

  .sidebar .formside {
    padding: 15px; }

  .show_all {
    font-size: 14px; }

  .product {
    margin-top: 20px; }

  .product__slider-nav {
    margin-top: 15px; }

  .available {
    font-size: 13px;
    padding: 5px 15px 5px 30px;
    margin-bottom: 15px;
    background-position: 11px center; }

  .not_available {
    font-size: 13px;
    padding: 5px 15px 5px 30px;
    margin-bottom: 15px;
    background-position: 11px center; }

  .product__detail-title {
    font-size: 13px;
    padding-bottom: 5px; }

  .product__detail-ecv {
    font-size: 18px; }

  .product__detail {
    margin-bottom: 15px; }

  .catl_single .catl__title {
    font-size: 11px; }

  .catl_single {
    font-size: 11px; }
    .catl_single .catl-weight {
      padding-right: 0px; }

  .catl__title, .catl-name {
    padding-left: 5px; }

  .have {
    padding-right: 5px; } }

/*# sourceMappingURL=style.css.map */

/* Added styles */

.content .pagetitle {
	font-size: 42px;
	margin-top: 37px;
}

.treb {
    display: none;
}
.polytic_in_button {
   text-align: center;
   font-size: 10px;   
}
.polytic_in_button a {
    color: #0080cb;
}
.content .page-title {
  color: #2d425e;
  margin-top: 37px;
  font-size: 42px;  }
.content h3 {
  font-size: 28px;
  padding-top: 10px;
  padding-bottom: 10px; }
 .catalog {
	 color: #000000!important; }
.param h2 {
	padding-top: 20px;
    padding-bottom: 20px; }
.param h3 {
	padding-top: 20px;
    padding-bottom: 20px; }
.param p {
	padding-top: 10px;}
.param table {
	width: 100%;
	font-size: 14px; }
.param table td {
	padding: 10px;
	border: 1px solid #ddd;	}
.param table th {
	background: #f5f7f9;
	padding: 10px;
	border: 1px solid #ddd;
	font-weight: 600; }

.hidden-field {
    display: none!important;
}

.formRadioItem input {
  width: 13px !important;
  appearance: none;
  padding: 8px;
  border-radius: 50px;
}

.polytic_in_button {
  width: 100%;
  text-align: right;
}

.custom-control-label {
  margin-top: 3px;
}