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;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: outside none disc;
}

blockquote,q {
  quotes: none;
}

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

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

body {
  overflow-y: scroll;
  padding-top: 40px;
  min-width: 320px;
}

body.modal-open {
  overflow-y: auto;
  padding-right: 0 !important;
}

.table {
  display: table;
  margin-bottom: 0;
}

.table .table-row {
  display: table-row;
}

.table .table-row .cell {
  display: table-cell;
}

@media (min-width: 768px) {
  .row-eq-height {
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
  }
}

.over_img_shadow {
  text-shadow: 1px 1px 1px #000;
}

#nav_overlay {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/overlay_background.png");
  bottom: 0;
  display: none;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

@media (min-width: 992px) {
  #nav_overlay {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  #nav_overlay.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.search_item p {
  text-align: left !important;
}

#big_pic {
  overflow: hidden;
}

#slick_next,#slick_prev {
  background-color: #262321;
  border: none;
  height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 1;
}

#slick_next img,#slick_prev img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 767px) {
  #slick_next,#slick_prev {
    display: none !important;
  }
}

@media (min-width: 768px) {
  #slick_next,#slick_prev {
    display: block !important;
  }
}

#slick_prev {
  left: 0;
}

#slick_next {
  right: 0;
}

#big_pic,#big_pic>div,#big_pic .cell {
  height: 230px;
}

@media (min-width: 480px) {
  #big_pic,#big_pic>div,#big_pic .cell {
    height: 267px;
  }
}

@media (min-width: 768px) {
  #big_pic,#big_pic>div,#big_pic .cell {
    height: 374px;
  }
}

#big_pic>div,#big_pic .slick-slide,#big_pic>div>div,#big_pic>div .slick-slide,#big_pic .cell>div,#big_pic .cell .slick-slide {
  background-position: center;
  background-size: cover;
}

#big_pic .slick-track,#big_pic .slick-slide,#big_pic>div .slick-track,#big_pic>div .slick-slide,#big_pic .cell .slick-track,#big_pic .cell .slick-slide {
  height: 100%;
}

#big_pic .cell,#big_pic>div .cell,#big_pic .cell .cell {
  vertical-align: middle;
  width: 100%;
}

#big_pic .cell h1,#big_pic>div .cell h1,#big_pic .cell .cell h1 {
  color: #FFFFFF;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

@media (max-width: 400px) {
  #big_pic .cell h1,#big_pic>div .cell h1,#big_pic .cell .cell h1 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 480px) {
  #big_pic .cell h1,#big_pic>div .cell h1,#big_pic .cell .cell h1 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  #big_pic .cell h1,#big_pic>div .cell h1,#big_pic .cell .cell h1 {
    font-size: 20px;
    line-height: 30px;
  }
}

#big_pic .cell h1.inactive,#big_pic>div .cell h1.inactive,#big_pic .cell .cell h1.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#big_pic .cell p,#big_pic>div .cell p,#big_pic .cell .cell p {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

@media (min-width: 480px) {
  #big_pic .cell p,#big_pic>div .cell p,#big_pic .cell .cell p {
    font-size: 18px;
  }
}

#big_pic .cell p.inactive,#big_pic>div .cell p.inactive,#big_pic .cell .cell p.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#big_pic .cell p a,#big_pic>div .cell p a,#big_pic .cell .cell p a {
  color: #fbb911;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}

#big_pic .cell p a span,#big_pic>div .cell p a span,#big_pic .cell .cell p a span {
  font-size: 10px;
  left: -25px;
  line-height: 30px;
  position: absolute;
  top: -2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

#big_pic .cell p a:hover span,#big_pic>div .cell p a:hover span,#big_pic .cell .cell p a:hover span {
  left: -15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#big_static {
  overflow: hidden;
  margin-top: 13px;
  height: 130px;
}

@media (min-width: 480px) {
  #big_static {
    height: 167px;
  }
}

@media (min-width: 768px) {
  #big_static {
    height: 274px;
  }
}

@media (min-width: 992px) {
  #big_static {
    height: 374px;
  }
}

#big_static div {
  background-position: center;
  background-size: cover;
  height: 100%;
}

#big_static .cell {
  vertical-align: middle;
  width: 100%;
}

#big_static .cell h1 {
  color: #FFFFFF;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

@media (min-width: 480px) {
  #big_static .cell h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  #big_static .cell h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

#big_static .cell h1.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#big_static .cell p {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

@media (min-width: 480px) {
  #big_static .cell p {
    font-size: 18px;
  }
}

#big_static .cell p.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#big_static .cell p a {
  color: #fbb911;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}

#big_static .cell p a span {
  font-size: 10px;
  left: -25px;
  line-height: 30px;
  position: absolute;
  top: -2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

#big_static .cell p a:hover span {
  left: -15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#blog_header {
  margin: 13px 0 0 0;
}

#blog_header .container .row {
  border-bottom: 1px solid #DEDEDE;
  padding-top: 20px;
}

#blog_header .container .row img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 767px) {
  #blog_header .container .row img {
    margin-bottom: 25px;
  }
}

#blog_header .container .row h3 {
  color: #262321;
  display: block;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  right: 0;
  text-align: center;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  #blog_header .container .row h3 {
    font-size: 22px;
    line-height: 30px;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 768px) {
  #blog_header .container .row h3 {
    text-align: right;
  }
}

#blog_header .container .row h3 strong {
  font-weight: 600;
}

#blog_header .container .row h3 span {
  color: #fbb911;
}

.post_item h5 {
  color: #fbb911;
  font-size: 17px !important;
  font-weight: 600;
  margin-bottom: 5px !important;
  text-transform: none !important;
}

.post_item h3 {
  font-size: 22px !important;
  text-transform: none !important;
}

.post_item h3 a {
  color: #262321;
  font-weight: 600;
}

.post_item h3 .url {
  color: #6d6c6d;
  font-size: 15px;
  font-weight: 400;
}

.post_item h1 {
  font-size: 28px !important;
  text-transform: none !important;
}

.post_item h1 a {
  color: #262321;
  font-weight: 600;
}

.post_item a.readmore {
  color: #fbb911;
}

.post_item img {
  display: block;
  height: auto;
  max-width: 50%;
}

.post_item img.alignright {
  float: right;
  margin-left: 25px;
}

.post_item img.alignleft {
  float: left;
  margin-right: 25px;
}

.post_item img.aligncenter {
  margin: 0 auto;
}

.post_item img.fullwidth {
  max-width: 100%;
}

#blog_share_panel {
  border-top: 1px solid #DEDEDE;
  padding-top: 20px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  #blog_share_panel {
    text-align: center;
  }
}

#bsp_back {
  background-color: #fbb911;
  border: none;
  color: #262321;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #bsp_back {
    margin-top: 20px;
  }
}

#bsp_back .glyphicon {
  color: #262321;
  display: none;
  font-size: 10px;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

@media (min-width: 992px) {
  #bsp_back .glyphicon {
    display: block;
  }
}

#bsp_back:hover .glyphicon,#bsp_back.current .glyphicon {
  left: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#bsp_links {
  display: block;
  list-style: none;
  overflow: hidden;
}

@media (min-width: 768px) {
  #bsp_links {
    float: right;
  }
}

#bsp_links li {
  background-color: #D0D0D0;
  background-repeat: no-repeat;
  background-position: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  height: 35px;
  margin: 0 10px;
  overflow: hidden;
  width: 35px;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

@media (min-width: 768px) {
  #bsp_links li {
    margin: 0 0 0 20px;
  }
}

#bsp_links li:hover {
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#bsp_links li.tw {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/twitter.svg");
  background-size: 30px 30px;
}

#bsp_links li.tw:hover {
  background-color: #55ACEE;
}

#bsp_links li.fb {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/facebook.svg");
  background-size: 30px 30px;
}

#bsp_links li.fb:hover {
  background-color: #3B5998;
}

#bsp_links li.li {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/linkedin.svg");
  background-size: 20px 20px;
  background-position: 8px 6px;
}

#bsp_links li.li:hover {
  background-color: #007BB5;
}

#bsp_links li a {
  display: block;
  height: 100%;
  width: 100%;
}

#current_vacancies {
  border-top: 1px solid #DEDEDE;
  margin-bottom: 30px;
}

#current_vacancies .row {
  border-bottom: 1px solid #DEDEDE;
  padding: 10px 0 10px 20px;
}

#current_vacancies .row>div p {
  font-size: 18px;
}

#current_vacancies .row>div p a {
  color: #262321;
  font-weight: 600;
  line-height: 18px;
  position: relative;
  text-decoration: none;
}

#current_vacancies .row>div p a .glyphicon {
  color: #fbb911;
  font-size: 12px;
  left: -25px;
  line-height: 30px;
  position: absolute;
  top: -2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

#current_vacancies .row>div p a:hover span {
  left: -15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.colour_strip {
  overflow: hidden;
}

.colour_strip div {
  background-color: #262321;
  float: left;
  height: 10px;
  width: 25%;
}

.colour_strip div+div {
  background-color: #fbb911;
}

.colour_strip div+div+div {
  background-color: #A2A2A2;
}

.colour_strip div+div+div+div {
  background-color: #262321;
}

.colour_strip.cleats div {
  background-color: #262321;
  float: left;
  height: 10px;
  width: 25%;
}

.colour_strip.cleats div+div {
  background-color: #215d8f;
}

.colour_strip.cleats div+div+div {
  background-color: #A2A2A2;
}

.colour_strip.cleats div+div+div+div {
  background-color: #262321;
}

#contact_wrapper h3 {
  border-bottom: 1px solid #DEDEDE;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

#contact_wrapper form fieldset ul {
  display: block;
  overflow: hidden;
}

#contact_wrapper form fieldset ul li {
  display: block;
  float: left;
}

#contact_wrapper form fieldset ul li:nth-child(odd) {
  clear: left;
  height: 40px;
  line-height: 40px;
  padding: 7px;
  width: 35%;
}

#contact_wrapper form fieldset ul li:nth-child(even) {
  width: 65%;
}

#contact_wrapper form fieldset ul li input[type='text'],#contact_wrapper form fieldset ul li select,#contact_wrapper form fieldset ul li textarea {
  border: 1px solid #BDBDBD;
  display: block;
  margin: 7px;
  width: 100%;
  width: calc(100% - 14px);
}

#contact_wrapper form fieldset ul li input[type='text'].error,#contact_wrapper form fieldset ul li select.error,#contact_wrapper form fieldset ul li textarea.error {
  border: 1px solid #CC0000;
}

#contact_wrapper form fieldset ul li input[type='text'] {
  height: 40px;
  text-indent: 9px;
}

#contact_wrapper form fieldset ul li select {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/select_arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  height: 40px;
  text-indent: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#contact_wrapper form fieldset ul li select::-ms-expand {
  display: none;
}

#contact_wrapper form fieldset ul li textarea {
  padding: 10px;
  resize: none;
}

#contact_wrapper form fieldset ul li small {
  display: inline-block;
  font-size: 13px;
  margin-left: 30px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#contact_wrapper form fieldset ul li input[type='checkbox'] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  z-index: -10;
}

#contact_wrapper form fieldset ul li input[type='checkbox']+label {
  cursor: pointer;
  display: inline-block;
  margin: 7px;
}

#contact_wrapper form fieldset ul li input[type='checkbox']+label span {
  border: 1px solid #BDBDBD;
  display: inline-block;
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/checkbox.png");
  background-position: top left;
  background-size: 100% auto;
  height: 20px;
  position: absolute;
  width: 20px;
}

#contact_wrapper form fieldset ul li input[type='checkbox']:checked+label span {
  background-position: bottom left;
}

#contact_wrapper form fieldset ul li #en_submit {
  background-color: #262321;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  margin: 7px;
  padding: 0 25px;
  position: relative;
  text-transform: uppercase;
}

#contact_wrapper form fieldset ul li #en_submit span {
  color: #fbb911;
  font-size: 10px;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

#contact_wrapper form fieldset ul li #en_submit:hover span {
  left: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#contact_wrapper dl {
  font-size: 17px;
  line-height: 22px;
}

#contact_wrapper dl dt {
  color: #262321;
  font-weight: 600;
}

#contact_wrapper dl dd {
  margin-bottom: 15px;
}

#contact_wrapper dl dd a {
  color: #fbb911;
}

#crumbs {
  font-family: "Source Sans Pro",sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
}

#crumbs ul {
  list-style: none;
}

#crumbs ul li {
  color: #6d6c6d;
  display: inline-block;
}

#crumbs ul li:after {
  color: #262321;
  content: "\003e";
  padding: 0 5px 0 7px;
}

#crumbs ul li:last-child:after {
  content: "";
  padding: 0;
}

#crumbs ul li a {
  color: #13100d;
  text-decoration: none;
}

#crumbs ul li a:hover {
  text-decoration: underline;
}

#crumbs ul li span {
  text-transform: none;
}

#dist_map {
  position: relative;
}

#dist_map>img {
  display: block;
  height: auto;
  width: 100%;
}

#dist_map .world_map_area {
  height: auto;
  position: absolute;
  width: 5%;
}

#dist_map .world_map_area a {
  color: #262321;
  display: block;
  height: 100%;
  width: 100%;
}

#dist_map .world_map_area a span {
  display: none;
  font-size: 14px;
  left: 50%;
  line-height: 14px;
  overflow: visible;
  position: absolute;
  text-align: center;
  top: -25px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

@media (min-width: 480px) {
  #dist_map .world_map_area a span {
    display: block;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  #dist_map .world_map_area a span {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  #dist_map .world_map_area a span {
    font-size: 18px;
  }
}

#dist_map .world_map_area a img {
  display: block;
  height: auto;
  width: 100%;
}

#dist_map .world_map_area.eur {
  left: 45%;
  top: 24%;
}

#dist_map .world_map_area.usa {
  left: 16%;
  top: 15%;
}

#dist_map .world_map_area.cam {
  left: 19%;
  top: 41%;
}

#dist_map .world_map_area.sam {
  left: 29%;
  top: 63%;
}

#dist_map .world_map_area.afr {
  left: 51%;
  top: 55%;
}

#dist_map .world_map_area.mde {
  left: 56%;
  top: 33%;
}

#dist_map .world_map_area.asi {
  left: 72%;
  top: 39%;
}

#dist_map .world_map_area.anz {
  left: 81%;
  top: 64%;
}

#dist_map .world_map_area.anz a span {
  top: -40px;
}

#downloads_wrapper {
  background-color: #F0F0F0;
  font-family: "Source Sans Pro",sans-serif;
  margin-bottom: 15px;
  padding: 7px 0;
  text-align: center;
}

#downloads_select {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/select_arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  border: none;
  display: block;
  font-size: 15px;
  height: 40px;
  margin: 0 auto;
  padding-right: 45px;
  text-indent: 5px;
  width: 100%;
  width: calc(100% - 14px);
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media (max-width: 767px) {
  #downloads_select {
    margin: 10px 7px 0 7px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #downloads_select {
    font-size: 13px;
  }
}

#downloads_select::-ms-expand {
  display: none;
}

#downloads_select.unset {
  color: #888;
}

.downloads_panel ul {
  font-size: 15px;
  line-height: 25px;
  padding: 20px 20px 20px 40px;
  text-align: left;
}

.downloads_panel ul li a {
  color: #fbb911;
  font-weight: 600;
}

#footer_spacer {
  height: 60px;
}

#footer_main {
  background-color: #262321;
  padding: 40px 20px 80px 20px;
}

#footer_main ul {
  display: block;
  font: 400 16px/25px "Source Sans Pro",sans-serif;
  list-style: none;
  margin-bottom: 30px;
}

#footer_main ul li {
  color: #FFFFFF;
}

#footer_main ul li.faded {
  color: #6D6C6D;
}

#footer_main ul li .br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  #footer_main ul li .br {
    display: inline;
  }
}

#footer_main ul li a {
  color: #fbb911;
  text-decoration: none;
}

#footer_main ul li a:hover {
  color: #FFFFFF;
}

#footer_main.cleats {
  background-color: #215d8f;
}

#footer_main.cleats ul li.faded {
  color: #4B7BA4;
}

#general_hero {
  margin-top: 13px;
  overflow: hidden;
  position: relative;
}

#hero_overlay {
  background-position: 15% 0 !important;
  background-repeat: no-repeat;
  background-size: auto 100% !important;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 200%;
  z-index: 1;
}

#hero_overlay.cmp_world {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/cmpworld-slider_bg.svg");
}

#hero_overlay.technical {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/technical-slider_bg.svg");
}

#hero_overlay.installation {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/installation-slider_bg.svg");
}

#hero_overlay.contact {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/contact-slider_bg.svg");
}

#slick_next,#slick_prev {
  background-color: #262321;
  border: none;
  height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 1;
}

#slick_next img,#slick_prev img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 767px) {
  #slick_next,#slick_prev {
    display: none !important;
  }
}

@media (min-width: 768px) {
  #slick_next,#slick_prev {
    display: block !important;
  }
}

#slick_prev {
  left: 0;
}

#slick_next {
  right: 0;
}

#general_hero,#general_hero>div,#general_hero .cell {
  height: 130px;
}

@media (min-width: 480px) {
  #general_hero,#general_hero>div,#general_hero .cell {
    height: 167px;
  }
}

@media (min-width: 768px) {
  #general_hero,#general_hero>div,#general_hero .cell {
    height: 274px;
  }
}

@media (min-width: 992px) {
  #general_hero,#general_hero>div,#general_hero .cell {
    height: 374px;
  }
}

#general_hero>div,#general_hero .slick-slide,#general_hero>div>div,#general_hero>div .slick-slide,#general_hero .cell>div,#general_hero .cell .slick-slide {
  background-position: center;
  background-size: cover;
}

#general_hero .slick-track,#general_hero .slick-slide,#general_hero>div .slick-track,#general_hero>div .slick-slide,#general_hero .cell .slick-track,#general_hero .cell .slick-slide {
  height: 100%;
}

#general_hero .cell,#general_hero>div .cell,#general_hero .cell .cell {
  background-position: left;
  background-size: auto 100%;
  vertical-align: middle;
  width: 100%;
}

#gland_cleat_panel .glands,#gland_cleat_panel .cleats {
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  height: 160px;
}

@media (min-width: 480px) {
  #gland_cleat_panel .glands,#gland_cleat_panel .cleats {
    height: 200px;
  }
}

@media (min-width: 992px) {
  #gland_cleat_panel .glands,#gland_cleat_panel .cleats {
    height: 260px;
  }
}

@media (min-width: 1200px) {
  #gland_cleat_panel .glands,#gland_cleat_panel .cleats {
    height: 320px;
  }
}

#gland_cleat_panel .glands a,#gland_cleat_panel .cleats a {
  display: block;
  height: 100%;
  padding-left: 50%;
  text-align: center;
  width: 100%;
}

#gland_cleat_panel .glands a div,#gland_cleat_panel .cleats a div {
  position: absolute;
  top: 50%;
  width: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gland_cleat_panel .glands a div h4,#gland_cleat_panel .cleats a div h4 {
  font-family: "Source Sans Pro",sans-serif;
  font-size: 16px;
  font-weight: 600;
  left: -10px;
  margin-bottom: 22px;
  position: relative;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  #gland_cleat_panel .glands a div h4,#gland_cleat_panel .cleats a div h4 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  #gland_cleat_panel .glands a div h4,#gland_cleat_panel .cleats a div h4 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  #gland_cleat_panel .glands a div h4,#gland_cleat_panel .cleats a div h4 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  #gland_cleat_panel .glands a div h4,#gland_cleat_panel .cleats a div h4 {
    font-size: 24px;
  }
}

#gland_cleat_panel .glands a div h4 span,#gland_cleat_panel .cleats a div h4 span {
  color: #fbb911;
  font-size: 15px;
  left: -15px;
  line-height: 30px;
  position: relative;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

#gland_cleat_panel .glands a div p,#gland_cleat_panel .cleats a div p {
  font-family: "Source Sans Pro",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-right: 15px;
}

@media (min-width: 480px) {
  #gland_cleat_panel .glands a div p,#gland_cleat_panel .cleats a div p {
    font-size: 21px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  #gland_cleat_panel .glands a div p,#gland_cleat_panel .cleats a div p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  #gland_cleat_panel .glands a div p,#gland_cleat_panel .cleats a div p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 1200px) {
  #gland_cleat_panel .glands a div p,#gland_cleat_panel .cleats a div p {
    font-size: 21px;
    line-height: 30px;
  }
}

#gland_cleat_panel .glands a:hover h4 span,#gland_cleat_panel .cleats a:hover h4 span {
  left: -5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#gland_cleat_panel .glands {
  background-color: #EDEDED;
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/glands_panel_bg.jpg");
}

@media (max-width: 767px) {
  #gland_cleat_panel .glands {
    margin-bottom: 6px;
  }
}

#gland_cleat_panel .glands h4,#gland_cleat_panel .glands p {
  color: #13100d;
}

#gland_cleat_panel .cleats {
  background-color: #225380;
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/cleats_panel_bg.jpg");
}

#gland_cleat_panel .cleats h4,#gland_cleat_panel .cleats p {
  color: #FFFFFF;
}

#header_main {
  max-height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.overflowx {
  overflow-x: scroll;
}

@media (max-width: 767px) {
  #home_panels .sector_panel,#home_panels .blog_panel {
    margin-bottom: 6px;
  }
}

@media (min-width: 768px) {
  #home_panels .sector_panel,#home_panels .blog_panel {
    height: 320px;
  }
}

#home_panels .sector_panel div,#home_panels .blog_panel div {
  text-align: center;
}

@media (max-width: 767px) {
  #home_panels .sector_panel div,#home_panels .blog_panel div {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  #home_panels .sector_panel div,#home_panels .blog_panel div {
    left: 10%;
    position: absolute;
    top: 50%;
    width: 80%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

#home_panels .sector_panel p,#home_panels .blog_panel p {
  font-family: "Source Sans Pro",sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 25px;
}

@media (minw-width: 992px) {
  #home_panels .sector_panel p,#home_panels .blog_panel p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}

@media (minw-width: 1200px) {
  #home_panels .sector_panel p,#home_panels .blog_panel p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
  }
}

#home_panels .sector_panel p strong,#home_panels .blog_panel p strong {
  font-weight: 700;
}

#home_panels .sector_panel a,#home_panels .blog_panel a {
  font-family: "Source Sans Pro",sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

#home_panels .sector_panel a span,#home_panels .blog_panel a span {
  font-size: 10px;
  left: -25px;
  line-height: 30px;
  position: absolute;
  top: -2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

#home_panels .sector_panel a:hover span,#home_panels .blog_panel a:hover span {
  left: -15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#home_panels .sector_panel {
  background-color: #5A5552;
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/home_sector_panel.jpg");
  background-position: center;
  background-size: cover;
}

#home_panels .sector_panel p {
  color: #FFFFFF;
}

#home_panels .sector_panel a {
  color: #fbb911;
}

#home_panels .blog_panel {
  background-color: #FBB911;
}

#home_panels .blog_panel p {
  color: #262321;
}

#home_panels .blog_panel a {
  color: #13100d;
}

#industries_panel {
  margin-top: 13px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  #industries_panel {
    height: 524px;
  }
}

@media (min-width: 992px) {
  #industries_panel {
    height: 624px;
  }
}

#industries_panel .container {
  height: 100%;
  max-width: 1194px;
  width: auto;
}

#industries_panel .container .row {
  height: 100%;
}

#industries_panel .container .row #main_text {
  padding: 0;
}

@media (min-width: 768px) {
  #industries_panel .container .row #main_text {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

#industries_panel .container .row #main_text .text_panel {
  background-color: #FFFFFF;
  padding: 30px 30px 15px 30px;
}

#industries_panel .container .row #main_text .text_panel p {
  font-size: 16px;
}

#industries_panel .container .row #main_text .link_panel {
  background-color: #fbb911;
  padding: 30px;
}

#industries_panel .container .row #main_text .link_panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#industries_panel .container .row #main_text .link_panel ul li {
  display: inline-block;
  width: 100%;
}

@media (min-width: 480px) {
  #industries_panel .container .row #main_text .link_panel ul li {
    width: 49%;
  }
}

#industries_panel .container .row #main_text .link_panel ul li:before {
  background-image: none;
}

#industries_panel .container .row #main_text .link_panel ul li a {
  color: #13100d;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  text-decoration: none;
}

#industries_panel .container .row #main_text .link_panel ul li a span {
  font-size: 10px;
  left: -25px;
  line-height: 30px;
  position: absolute;
  top: -2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

#industries_panel .container .row #main_text .link_panel ul li a:hover span {
  left: -15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#industries_panel .container .row #main_text .link_panel.cleats {
  background-color: #215d8f;
}

#industries_panel .container .row #main_text .link_panel.cleats a {
  color: #FFFFFF;
}

#industries_panel #industry_slides {
  height: 200px;
  position: relative;
  width: 100%;
}

@media (min-width: 480px) {
  #industries_panel #industry_slides {
    height: 350px;
  }
}

@media (min-width: 768px) {
  #industries_panel #industry_slides {
    height: 524px;
    position: absolute;
  }
}

@media (min-width: 992px) {
  #industries_panel #industry_slides {
    height: 624px;
  }
}

#industries_panel #industry_slides .industry_slide {
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

#industries_panel #industry_slides .industry_slide.current {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#main_section {
  font-family: "Source Sans Pro",sans-serif;
  padding: 13px 10px;
}

#main_section .container {
  max-width: 1194px;
  width: auto;
}

#main_section .row {
  margin-bottom: 6px;
  overflow: hidden;
}

#main_section .row:last-child {
  margin-bottom: 0;
}

#main_section .contact_panel {
  background-color: #F0F0F0;
  margin: 30px 0;
  padding: 30px 10px;
  text-align: center;
}

#main_section .contact_panel h2 {
  color: #13100d;
  font-size: 22px;
}

#main_section .contact_panel h2 strong {
  font-weight: 600;
}

#main_section .contact_panel h3 {
  color: #fbb911;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

#main_section .contact_panel a {
  color: #fbb911;
}

#main_section .contact_panel.cleats {
  background-color: #215d8f;
}

#main_section .contact_panel.cleats h2 {
  color: #FFFFFF;
}

#main_section #main_section_sub_panels>div>div {
  background-color: #CCC;
  background-position: center;
  background-size: cover;
  padding-top: 58%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  #main_section #main_section_sub_panels>div>div {
    margin-bottom: 6px;
  }
}

#main_section #main_section_sub_panels>div>div.technical {
  border-bottom: 6px solid #A2A2A2;
}

#main_section #main_section_sub_panels>div>div.installation {
  border-bottom: 6px solid #262321;
}

#main_section #main_section_sub_panels>div>div.industry {
  border-bottom: 6px solid #fbb911;
}

#main_section #main_section_sub_panels>div>div div {
  position: absolute;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

#main_section #main_section_sub_panels>div>div div h4 {
  bottom: 0;
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 4;
}

#main_section #main_section_sub_panels>div>div div p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  padding: 0 32px;
  position: absolute;
  text-align: center;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: 4;
}

#main_section #main_section_sub_panels>div>div a {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

#main_section #main_section_sub_panels>div>div a span {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/sub_panels_gradient.svg");
  background-position: 0 0;
  background-repeat: repeat-x;
  display: block;
  height: 200%;
  margin-top: -60px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 0;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
}

#main_section #main_section_sub_panels>div>div a:hover p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#main_section #main_section_sub_panels>div>div a:hover span {
  top: -30%;
}

#main_section #main_section_sub_panels.cleats>div .industry {
  border-bottom: 6px solid #215d8f;
}

@media (max-width: 767px) {
  #main_section .brochure_panel,#main_section .cmp_world_panel {
    margin-bottom: 6px;
  }
}

@media (min-width: 768px) {
  #main_section .brochure_panel,#main_section .cmp_world_panel {
    height: 320px;
  }
}

#main_section .brochure_panel div,#main_section .cmp_world_panel div {
  text-align: center;
}

@media (max-width: 767px) {
  #main_section .brochure_panel div,#main_section .cmp_world_panel div {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  #main_section .brochure_panel div,#main_section .cmp_world_panel div {
    left: 5%;
    position: absolute;
    top: 50%;
    width: 90%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

#main_section .brochure_panel {
  background-color: #fbb911;
}

#main_section .brochure_panel p {
  color: #262321;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

#main_section .brochure_panel form {
  display: block;
}

#main_section .brochure_panel form input {
  border: none;
  display: block;
  font-size: 18px;
  height: 58px;
  line-height: 58px;
  text-align: center;
}

#main_section .brochure_panel form input[type='text'] {
  margin-bottom: 10px;
}

#main_section .brochure_panel form input[type='submit'] {
  background-color: #3c3938;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
}

#main_section .brochure_panel.cleats {
  background-color: #215d8f;
}

#main_section .brochure_panel.cleats p {
  color: #FFFFFF;
}

#main_section .brochure_panel.cleats input[type='submit'] {
  background-color: #fbb911;
  color: #262321;
  font-weight: 600;
  text-transform: uppercase;
}

#main_section .cmp_world_panel {
  background-color: #F0F0F0;
}

#main_section .cmp_world_panel div p {
  color: #13100d;
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 25px;
}

#main_section .cmp_world_panel div a {
  color: #13100d;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

#main_section .cmp_world_panel div a .glyphicon {
  color: #fbb911;
  display: none;
  font-size: 10px;
  left: -25px;
  line-height: 30px;
  position: absolute;
  top: -2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

@media (min-width: 992px) {
  #main_section .cmp_world_panel div a .glyphicon {
    display: block;
  }
}

#main_section .cmp_world_panel div a:hover .glyphicon,#main_section .cmp_world_panel div a.current .glyphicon {
  left: -15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#main_section table.tablepress {
  border-collapse: separate;
  border-spacing: 2px;
  font-family: "Source Sans Pro",sans-serif;
  margin-bottom: 35px;
  margin-left: -2px;
  margin-top: 20px;
  width: 100%;
  width: calc(100% + 4px);
}

#main_section table.tablepress caption {
  font-size: 14px;
  font-weight: 600;
  text-indent: 4px;
  text-transform: uppercase;
}

#main_section table.tablepress caption a {
  color: #fbb911;
}

#main_section table.tablepress tr td {
  background-color: #ECEDED;
  font-size: 14px;
  font-weight: 400;
  min-height: 15px;
  line-height: 15px;
  padding: 5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 0;
}

#main_section table.tablepress tr td span {
  display: none;
  height: 100%;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#main_section table.tablepress tr td span.gold {
  background-color: #fbb911;
  color: #262321;
}

#main_section table.tablepress tr td span.black {
  background-color: #262321;
  color: #FFF;
}

#main_section table.tablepress tr td span.left {
  text-align: left;
}

#main_section table.tablepress tr td span.lc {
  display: inline;
  position: relative;
  text-transform: none;
}

#main_section table.tablepress tr:nth-child(2n+3) td {
  background-color: #DCDDDE;
}

#main_section table.tablepress.glands caption a,#main_section table.tablepress.accessories caption a,#main_section table.tablepress.glands-ru caption a,#main_section table.tablepress.cable-glands caption a,#main_section table.tablepress.accessories-ru caption a {
  color: #fbb911;
}

#main_section table.tablepress.glands.header1 tr:nth-child(1) td,#main_section table.tablepress.glands.header1 tr:nth-child(1) th,#main_section table.tablepress.accessories.header1 tr:nth-child(1) td,#main_section table.tablepress.accessories.header1 tr:nth-child(1) th,#main_section table.tablepress.glands-ru.header1 tr:nth-child(1) td,#main_section table.tablepress.glands-ru.header1 tr:nth-child(1) th,#main_section table.tablepress.cable-glands.header1 tr:nth-child(1) td,#main_section table.tablepress.cable-glands.header1 tr:nth-child(1) th,#main_section table.tablepress.accessories-ru.header1 tr:nth-child(1) td,#main_section table.tablepress.accessories-ru.header1 tr:nth-child(1) th {
  background-color: #fbb911 !important;
  font-weight: 600;
  white-space: normal;
}

#main_section table.tablepress.glands.header2 tr:nth-child(1) td,#main_section table.tablepress.glands.header2 tr:nth-child(1) th,#main_section table.tablepress.glands.header2 tr:nth-child(2) td,#main_section table.tablepress.glands.header2 tr:nth-child(2) th,#main_section table.tablepress.accessories.header2 tr:nth-child(1) td,#main_section table.tablepress.accessories.header2 tr:nth-child(1) th,#main_section table.tablepress.accessories.header2 tr:nth-child(2) td,#main_section table.tablepress.accessories.header2 tr:nth-child(2) th,#main_section table.tablepress.glands-ru.header2 tr:nth-child(1) td,#main_section table.tablepress.glands-ru.header2 tr:nth-child(1) th,#main_section table.tablepress.glands-ru.header2 tr:nth-child(2) td,#main_section table.tablepress.glands-ru.header2 tr:nth-child(2) th,#main_section table.tablepress.cable-glands.header2 tr:nth-child(1) td,#main_section table.tablepress.cable-glands.header2 tr:nth-child(1) th,#main_section table.tablepress.cable-glands.header2 tr:nth-child(2) td,#main_section table.tablepress.cable-glands.header2 tr:nth-child(2) th,#main_section table.tablepress.accessories-ru.header2 tr:nth-child(1) td,#main_section table.tablepress.accessories-ru.header2 tr:nth-child(1) th,#main_section table.tablepress.accessories-ru.header2 tr:nth-child(2) td,#main_section table.tablepress.accessories-ru.header2 tr:nth-child(2) th {
  background-color: #fbb911 !important;
  font-weight: 600;
  white-space: normal;
}

#main_section table.tablepress.glands.header3 tr:nth-child(1) td,#main_section table.tablepress.glands.header3 tr:nth-child(1) th,#main_section table.tablepress.glands.header3 tr:nth-child(2) td,#main_section table.tablepress.glands.header3 tr:nth-child(2) th,#main_section table.tablepress.glands.header3 tr:nth-child(3) td,#main_section table.tablepress.glands.header3 tr:nth-child(3) th,#main_section table.tablepress.accessories.header3 tr:nth-child(1) td,#main_section table.tablepress.accessories.header3 tr:nth-child(1) th,#main_section table.tablepress.accessories.header3 tr:nth-child(2) td,#main_section table.tablepress.accessories.header3 tr:nth-child(2) th,#main_section table.tablepress.accessories.header3 tr:nth-child(3) td,#main_section table.tablepress.accessories.header3 tr:nth-child(3) th,#main_section table.tablepress.glands-ru.header3 tr:nth-child(1) td,#main_section table.tablepress.glands-ru.header3 tr:nth-child(1) th,#main_section table.tablepress.glands-ru.header3 tr:nth-child(2) td,#main_section table.tablepress.glands-ru.header3 tr:nth-child(2) th,#main_section table.tablepress.glands-ru.header3 tr:nth-child(3) td,#main_section table.tablepress.glands-ru.header3 tr:nth-child(3) th,#main_section table.tablepress.cable-glands.header3 tr:nth-child(1) td,#main_section table.tablepress.cable-glands.header3 tr:nth-child(1) th,#main_section table.tablepress.cable-glands.header3 tr:nth-child(2) td,#main_section table.tablepress.cable-glands.header3 tr:nth-child(2) th,#main_section table.tablepress.cable-glands.header3 tr:nth-child(3) td,#main_section table.tablepress.cable-glands.header3 tr:nth-child(3) th,#main_section table.tablepress.accessories-ru.header3 tr:nth-child(1) td,#main_section table.tablepress.accessories-ru.header3 tr:nth-child(1) th,#main_section table.tablepress.accessories-ru.header3 tr:nth-child(2) td,#main_section table.tablepress.accessories-ru.header3 tr:nth-child(2) th,#main_section table.tablepress.accessories-ru.header3 tr:nth-child(3) td,#main_section table.tablepress.accessories-ru.header3 tr:nth-child(3) th {
  background-color: #fbb911 !important;
  font-weight: 600;
  white-space: normal;
}

#main_section table.tablepress.glands.header4 tr:nth-child(1) td,#main_section table.tablepress.glands.header4 tr:nth-child(1) th,#main_section table.tablepress.glands.header4 tr:nth-child(2) td,#main_section table.tablepress.glands.header4 tr:nth-child(2) th,#main_section table.tablepress.glands.header4 tr:nth-child(3) td,#main_section table.tablepress.glands.header4 tr:nth-child(3) th,#main_section table.tablepress.glands.header4 tr:nth-child(4) td,#main_section table.tablepress.glands.header4 tr:nth-child(4) th,#main_section table.tablepress.accessories.header4 tr:nth-child(1) td,#main_section table.tablepress.accessories.header4 tr:nth-child(1) th,#main_section table.tablepress.accessories.header4 tr:nth-child(2) td,#main_section table.tablepress.accessories.header4 tr:nth-child(2) th,#main_section table.tablepress.accessories.header4 tr:nth-child(3) td,#main_section table.tablepress.accessories.header4 tr:nth-child(3) th,#main_section table.tablepress.accessories.header4 tr:nth-child(4) td,#main_section table.tablepress.accessories.header4 tr:nth-child(4) th,#main_section table.tablepress.glands-ru.header4 tr:nth-child(1) td,#main_section table.tablepress.glands-ru.header4 tr:nth-child(1) th,#main_section table.tablepress.glands-ru.header4 tr:nth-child(2) td,#main_section table.tablepress.glands-ru.header4 tr:nth-child(2) th,#main_section table.tablepress.glands-ru.header4 tr:nth-child(3) td,#main_section table.tablepress.glands-ru.header4 tr:nth-child(3) th,#main_section table.tablepress.glands-ru.header4 tr:nth-child(4) td,#main_section table.tablepress.glands-ru.header4 tr:nth-child(4) th,#main_section table.tablepress.cable-glands.header4 tr:nth-child(1) td,#main_section table.tablepress.cable-glands.header4 tr:nth-child(1) th,#main_section table.tablepress.cable-glands.header4 tr:nth-child(2) td,#main_section table.tablepress.cable-glands.header4 tr:nth-child(2) th,#main_section table.tablepress.cable-glands.header4 tr:nth-child(3) td,#main_section table.tablepress.cable-glands.header4 tr:nth-child(3) th,#main_section table.tablepress.cable-glands.header4 tr:nth-child(4) td,#main_section table.tablepress.cable-glands.header4 tr:nth-child(4) th,#main_section table.tablepress.accessories-ru.header4 tr:nth-child(1) td,#main_section table.tablepress.accessories-ru.header4 tr:nth-child(1) th,#main_section table.tablepress.accessories-ru.header4 tr:nth-child(2) td,#main_section table.tablepress.accessories-ru.header4 tr:nth-child(2) th,#main_section table.tablepress.accessories-ru.header4 tr:nth-child(3) td,#main_section table.tablepress.accessories-ru.header4 tr:nth-child(3) th,#main_section table.tablepress.accessories-ru.header4 tr:nth-child(4) td,#main_section table.tablepress.accessories-ru.header4 tr:nth-child(4) th {
  background-color: #fbb911 !important;
  font-weight: 600;
  white-space: normal;
}

#main_section table.tablepress.cleats caption a {
  color: #215d8f;
}

#main_section table.tablepress.cleats.header1 tr:nth-child(1) td,#main_section table.tablepress.cleats.header1 tr:nth-child(1) th {
  background-color: #215d8f !important;
  color: #FFFFFF !important;
  font-weight: 600;
  white-space: normal;
}

#main_section table.tablepress.cleats.header2 tr:nth-child(1) td,#main_section table.tablepress.cleats.header2 tr:nth-child(1) th,#main_section table.tablepress.cleats.header2 tr:nth-child(2) td,#main_section table.tablepress.cleats.header2 tr:nth-child(2) th {
  background-color: #215d8f !important;
  color: #FFFFFF !important;
  font-weight: 600;
  white-space: normal;
}

#main_section table.tablepress.cleats.header3 tr:nth-child(1) td,#main_section table.tablepress.cleats.header3 tr:nth-child(1) th,#main_section table.tablepress.cleats.header3 tr:nth-child(2) td,#main_section table.tablepress.cleats.header3 tr:nth-child(2) th,#main_section table.tablepress.cleats.header3 tr:nth-child(3) td,#main_section table.tablepress.cleats.header3 tr:nth-child(3) th {
  background-color: #215d8f !important;
  color: #FFFFFF !important;
  font-weight: 600;
  white-space: normal;
}

#main_section table.tablepress.cleats.header4 tr:nth-child(1) td,#main_section table.tablepress.cleats.header4 tr:nth-child(1) th,#main_section table.tablepress.cleats.header4 tr:nth-child(2) td,#main_section table.tablepress.cleats.header4 tr:nth-child(2) th,#main_section table.tablepress.cleats.header4 tr:nth-child(3) td,#main_section table.tablepress.cleats.header4 tr:nth-child(3) th,#main_section table.tablepress.cleats.header4 tr:nth-child(4) td,#main_section table.tablepress.cleats.header4 tr:nth-child(4) th {
  background-color: #215d8f !important;
  color: #FFFFFF !important;
  font-weight: 600;
  white-space: normal;
}

#main_text,.main_text {
  padding: 30px 0;
}

#main_text.rightspace,.main_text.rightspace {
  padding: 30px 30px 30px 0;
}

#main_text.leftspace,.main_text.leftspace {
  padding: 30px 0 30px 30px;
}

#main_text.no_padding,.main_text.no_padding {
  padding: 0;
}

#main_text.home,.main_text.home {
  background-color: #F2F2F2;
  background-color: #EEE;
  padding: 30px;
}

@media (max-width: 991px) {
  #main_text.home,.main_text.home {
    margin-bottom: 6px;
  }
}

#main_text h1,#main_text h2,#main_text h3,#main_text h4,#main_text h5,#main_text p,#main_text ul,#main_text ol,.main_text h1,.main_text h2,.main_text h3,.main_text h4,.main_text h5,.main_text p,.main_text ul,.main_text ol {
  font-family: "Source Sans Pro",sans-serif;
}

#main_text strong,.main_text strong {
  font-weight: 700;
}

#main_text em,#main_text i,.main_text em,.main_text i {
  font-style: italic;
}

#main_text h1,#main_text h2,#main_text h3,#main_text h4,#main_text h5,.main_text h1,.main_text h2,.main_text h3,.main_text h4,.main_text h5 {
  display: block;
  padding: 0;
}

#main_text h1,.main_text h1 {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

#main_text h1 span,.main_text h1 span {
  text-transform: none;
}

#main_text h1 a,.main_text h1 a {
  color: #fbb911;
  float: right;
}

#main_text h2,.main_text h2 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 15px;
}

#main_text h3,.main_text h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#main_text h3 span,.main_text h3 span {
  text-transform: none;
}

#main_text h4,.main_text h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

#main_text h5,.main_text h5 {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
}

#main_text p,.main_text p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
}

#main_text ul,#main_text ol,.main_text ul,.main_text ol {
  font-family: "Source Sans Pro",sans-serif;
  font-size: 15px;
  line-height: 25px;
  list-style: none;
  margin-bottom: 15px;
  padding: 0 0 0 50px;
}

#main_text ul li,#main_text ol li,.main_text ul li,.main_text ol li {
  position: relative;
}

#main_text ul li:before,#main_text ol li:before,.main_text ul li:before,.main_text ol li:before {
  display: inline-block;
  left: -25px;
  position: absolute;
}

#main_text ul li:before,.main_text ul li:before {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/gold_bullet.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 25px;
  width: 25px;
}

#main_text ol,.main_text ol {
  counter-reset: content_ol_list;
}

#main_text ol li:before,.main_text ol li:before {
  content: counter(content_ol_list) ".";
  counter-increment: content_ol_list;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  left: -33px;
  line-height: 25px;
  text-align: right;
  width: 25px;
}

#mobile_nav_button {
  color: #fbb911;
  display: block;
  float: left;
  position: relative;
  z-index: 9999;
}

#mobile_nav {
  background-color: #262321;
  border-right: 1px solid #111111;
  width: 280px;
}

#mobile_nav ul {
  display: block;
  font-family: "Source Sans Pro",sans-serif;
  list-style: none;
}

#mobile_nav ul li {
  background-color: #312E2C;
  display: block;
}

#mobile_nav ul li.has_sub>a {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/mobile_nav_arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}

#mobile_nav ul li.has_sub>a.open {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/mobile_nav_arrow_open.png");
}

#mobile_nav ul li span {
  color: #fbb911;
}

#mobile_nav ul li a {
  border-bottom: 1px solid #262321;
  color: #fbb911;
  display: block;
  font-size: 17px;
  font-weight: 600;
  height: 41px;
  line-height: 40px;
  padding-right: 40px;
  outline: none;
  overflow: hidden;
  text-decoration: none;
  text-indent: 10px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

#mobile_nav ul li ul {
  display: none;
}

#mobile_nav ul li ul li {
  background-color: #3C3938;
}

#mobile_nav ul li ul li.has_sub>a {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/mobile_nav_arrow_sub.png");
}

#mobile_nav ul li ul li.has_sub>a.open {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/mobile_nav_arrow_open_sub.png");
}

#mobile_nav ul li ul li a {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  text-indent: 20px;
  text-transform: none;
}

#mobile_nav ul li ul li a.open {
  color: #fbb911;
}

#mobile_nav ul li ul li ul {
  display: none;
}

#mobile_nav ul li ul li ul li {
  background-color: #464442;
}

#mobile_nav ul li ul li ul li a {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  text-indent: 30px;
  text-transform: none;
}

#mobile_header {
  background-color: #262321;
  display: block;
  height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

@media (min-width: 992px) {
  #mobile_header {
    display: none;
  }
}

.modal {
  font-family: "Source Sans Pro",sans-serif;
  font-size: 15px;
}

.modal .modal-dialog {
  max-width: 450px;
}

.modal .modal-dialog .modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  text-transform: uppercase;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 18px;
  font-weight: 600;
}

.modal .modal-dialog .modal-content .modal-header .close {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 400;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-shadow: none;
}

.modal .modal-dialog .modal-content .modal-header .close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.modal .modal-dialog .modal-content .modal-body {
  background-color: #f0f0f0;
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/single_product_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

.modal .modal-dialog .modal-content .modal-body p {
  display: block;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 25px 0;
}

.modal .modal-dialog .modal-content .modal-body fieldset ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.modal .modal-dialog .modal-content .modal-body fieldset ul li {
  display: inline-block;
  line-height: 25px;
  margin-bottom: 5px;
  text-align: left;
  vertical-align: top;
}

.modal .modal-dialog .modal-content .modal-body fieldset ul li:nth-child(odd) {
  width: 30%;
}

.modal .modal-dialog .modal-content .modal-body fieldset ul li:nth-child(even) {
  width: 60%;
}

.modal .modal-dialog .modal-content .modal-body fieldset ul li span {
  color: #CC0000;
}

.modal .modal-dialog .modal-content .modal-body fieldset ul li input,.modal .modal-dialog .modal-content .modal-body fieldset ul li textarea {
  border: 1px solid #ABADB3;
  line-height: 19px;
  resize: none;
  width: 100%;
}

.modal .modal-dialog .modal-content .modal-body fieldset ul li input.error,.modal .modal-dialog .modal-content .modal-body fieldset ul li textarea.error {
  border: 1px solid #CC0000;
}

.modal .modal-dialog .modal-content .modal-footer button {
  border: none;
  font-size: 15px;
  font-weight: 600;
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.modal .modal-dialog .modal-content .modal-footer button .glyphicon {
  display: none;
  font-size: 10px;
  left: 0;
  line-height: 35px;
  position: absolute;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

@media (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-footer button .glyphicon {
    display: block;
  }
}

.modal .modal-dialog .modal-content .modal-footer button:hover .glyphicon,.modal .modal-dialog .modal-content .modal-footer button.current .glyphicon {
  left: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.modal.glands-ru .modal-dialog .modal-content .modal-header {
  background-color: #fbb911;
  color: #262321;
}

.modal.glands-ru .modal-dialog .modal-content .modal-header .close {
  color: #262321;
}

.modal.glands-ru .modal-dialog .modal-content .modal-footer button {
  background-color: #fbb911;
  color: #262321;
}

.modal.glands-ru .modal-dialog .modal-content .modal-footer button .glyphicon {
  color: #262321;
}

.modal.cleats-ru .modal-dialog .modal-content .modal-header {
  background-color: #215d8f;
  color: #FFFFFF;
}

.modal.cleats-ru .modal-dialog .modal-content .modal-header .close {
  color: #FFFFFF;
}

.modal.cleats-ru .modal-dialog .modal-content .modal-footer button {
  background-color: #215d8f;
  color: #FFFFFF;
}

.modal.cleats-ru .modal-dialog .modal-content .modal-footer button .glyphicon {
  color: #fbb911;
}

#nav_main {
  background-color: #262321;
  border-bottom: 1px solid #fbb911;
  display: block;
  font-family: "Source Sans Pro",sans-serif;
  position: relative;
  z-index: 99;
}

@media (min-width: 1200px) {
  #nav_main {
    border-bottom: none;
  }
}

@media (max-width: 991px) {
  #nav_main>.container {
    width: 100%;
  }
}

#nav_main #site_search {
  position: absolute;
  right: 90px;
  top: 7px;
  z-index: 99;
}

@media (max-width: 1200px) {
  #nav_main #site_search {
    display: none;
  }
}

#nav_main #site_search form {
  display: block;
}

#nav_main #site_search form input {
  border: none;
  display: inline-block;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  text-indent: 5px;
  vertical-align: middle;
}

#nav_main #site_search form input.button {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/search_arrow.png");
  background-position: center;
  background-size: cover;
  width: 26px;
}

#nav_main #nav_main_strap {
  display: none;
  height: 40px;
}

@media (min-width: 1200px) {
  #nav_main #nav_main_strap {
    display: block;
  }
}

#nav_main #nav_main_strap p {
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  margin: 0;
  padding: 0 0 0 130px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #nav_main #nav_main_strap p {
    padding: 0 0 0 70px;
  }
}

@media (min-width: 992px) {
  #nav_main #nav_main_strap p {
    padding: 0 0 0 130px;
  }
}

@media (min-width: 1200px) {
  #nav_main #nav_main_strap p {
    padding: 0 0 0 140px;
    font-size: 11px;
  }
}

@media (min-width: 1400px) {
  #nav_main #nav_main_strap p {
    padding: 0 0 0 140px;
    font-size: 12px;
  }
}

#nav_main #nav_main_strap p span {
  color: #fbb911;
}

#nav_main #nav_main_strap p+p {
  padding: 0 0 0 40px;
}

#nav_main #nav_main_strap .pf_toggle {
  background-color: #262321;
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  outline: 0;
  padding: 0 20px 0 10px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 35px;
}

#nav_main #nav_main_strap .pf_toggle:before {
  border-color: #262321 #262321 transparent transparent;
  border-style: solid;
  border-width: 30px 18px;
  content: "\a ";
  left: -36px;
  margin-left: 0;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  z-index: 10;
}

#nav_main #nav_main_strap .pf_toggle:after {
  background-color: #262321;
  content: "";
  height: 60px;
  left: 100%;
  position: absolute;
  top: 0;
  width: 999%;
  z-index: 10;
}

#nav_main #nav_main_strap .pf_toggle span {
  margin-right: 10px;
}

#nav_main #nav_main_mobile {
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  #nav_main #nav_main_mobile {
    display: none;
  }
}

#nav_main #nav_main_mobile>img {
  display: block;
  height: 40px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: auto;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#nav_main #nav_main_mobile a {
  border: none;
  cursor: pointer;
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
  width: 40px;
}

#main_nav_placeholder {
  display: block;
  height: 15px;
}

@media (min-width: 992px) {
  #main_nav_placeholder {
    height: 114px;
  }
}

#main_nav_placeholder.home {
  height: 90px;
}

#main_nav {
  background-color: #fbb911;
  display: none;
  height: 60px;
  margin-bottom: 30px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 98;
}

@media (min-width: 1200px) {
  #main_nav {
    display: block;
  }
}

#main_nav.z2 {
  z-index: 2 !important;
}

#main_nav.fixed {
  margin-top: 40px;
  position: fixed;
}

#main_nav.transition {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
}

@media (min-width: 480px) {
  #main_nav.fixed.show_pf {
    top: 607px;
  }
}

@media (min-width: 768px) {
  #main_nav.fixed.show_pf {
    top: 317px;
  }
}

@media (min-width: 992px) {
  #main_nav.fixed.show_pf {
    top: 257px;
  }
}

@media (min-width: 1200px) {
  #main_nav.fixed.show_pf {
    top: 257px;
  }
}

#main_nav img {
  display: block;
  height: 100px;
  position: absolute;
  top: -20px;
  width: auto;
  z-index: 999;
}

#main_nav ul {
  display: inline-block;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 14px;
  height: 60px;
  list-style: none;
  margin-left: 100px;
  padding: 0 0 0 15px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  #main_nav ul {
    font-size: 13px;
  }
}

@media (min-width: 1500px) {
  #main_nav ul {
    font-size: 13px;
  }
}

#main_nav ul li {
  display: inline-block;
  vertical-align: middle;
}

#main_nav ul li a {
  color: #262321;
  display: block;
  font-weight: 600;
  line-height: 60px;
  padding: 0 7px;
  text-decoration: none;
}

#main_nav ul li a:hover {
  color: #FFFFFF;
  position: relative;
  z-index: 9999;
}

@media (min-width: 1200px) {
  #main_nav ul li a {
    padding: 0 5px;
  }
}

#main_nav ul li a .br {
  display: block;
  height: 0;
}

@media (min-width: 1500px) {
  #main_nav ul li a .br {
    display: inline;
  }
}

#main_nav ul li.hassub {
  height: 60px;
}

#main_nav ul li.hassub .container,#main_nav ul li.hassub .acc_sub {
  background-color: #FFFFFF;
  left: 10%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  width: 80%;
}

#main_nav ul li.hassub .container div a,#main_nav ul li.hassub .acc_sub div a {
  color: #262321;
  display: inline-block;
  line-height: 20px;
  margin: 0 0 10px 0;
  padding: 0;
}

#main_nav ul li.hassub .container div a:hover,#main_nav ul li.hassub .acc_sub div a:hover {
  text-decoration: underline;
}

#main_nav ul li.hassub .container div ul,#main_nav ul li.hassub .acc_sub div ul {
  clear: both;
  display: block;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-transform: none;
}

@media (min-width: 1200px) {
  #main_nav ul li.hassub .container div ul,#main_nav ul li.hassub .acc_sub div ul {
    font-size: 15px;
  }
}

#main_nav ul li.hassub .container div ul li,#main_nav ul li.hassub .acc_sub div ul li {
  display: block;
  padding: 5px 0;
}

#main_nav ul li.hassub .container div ul li a,#main_nav ul li.hassub .acc_sub div ul li a {
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

#main_nav ul li.hassub .container div ul li a:hover,#main_nav ul li.hassub .acc_sub div ul li a:hover {
  text-decoration: underline;
}

#main_nav ul li.hassub .container div ul.accessories_list li,#main_nav ul li.hassub .acc_sub div ul.accessories_list li {
  display: inline-block;
  width: 24%;
}

#main_nav ul li.hassub:after {
  border-color: transparent transparent #FFFFFF transparent;
  border-style: solid;
  border-width: 12px;
  bottom: 24px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  width: 0;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#main_nav ul li.hassub.active:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#main_nav ul li.hassub.active .container,#main_nav ul li.hassub.active .acc_sub {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  pointer-events: auto;
}

#main_nav ul li.hassub.active a {
  color: #FFFFFF;
}

#main_nav ul li.hassub.acc_men {
  position: relative;
}

#main_nav ul li.hassub .acc_sub {
  width: 300px;
}

#main_nav ul li #tca_nav {
  line-height: 20px !important;
  padding: 10px 7px;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 1500px) {
  #main_nav ul li #tca_nav {
    padding: 20px 7px !important;
  }
}

#main_nav.cleats {
  background-color: #215d8f;
}

#main_nav.cleats ul li a {
  color: #FFFFFF;
}

#main_nav.cleats ul li.active a {
  color: #fbb911;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: none;
  border-bottom: 5px solid #fbb911;
  margin: 0;
}

.acf-map img {
  max-width: inherit !important;
}

#staff_roster {
  border-bottom: 1px solid #DEDEDE;
  display: block;
}

#staff_roster dt,#staff_roster dd {
  display: block;
  width: 100%;
}

#staff_roster dt {
  border-top: 1px solid #DEDEDE;
  cursor: pointer;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  position: relative;
}

#staff_roster dt span {
  display: block;
  height: 46px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 46px;
}

#staff_roster dt span img {
  display: none;
  height: 100%;
  width: 100%;
}

#staff_roster dt.closed img.open {
  display: block;
}

#staff_roster dt.closed img.closed {
  display: none;
}

#staff_roster dt.open img.open {
  display: none;
}

#staff_roster dt.open img.closed {
  display: block;
}

#staff_roster dd {
  overflow: hidden;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

#staff_roster dd>div {
  padding-top: 5px;
}

#staff_roster dd a {
  color: #fbb911;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

#staff_roster dd a span {
  color: #fbb911;
  font-size: 10px;
  left: -5px;
  line-height: 30px;
  position: absolute;
  top: -4px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

#staff_roster dd a.lc {
  text-transform: none;
}

#staff_roster dd a:hover span {
  left: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#staff_roster dt.closed+dd {
  height: 0;
  padding: 0 5px;
}

#staff_roster dt.open+dd {
  height: auto;
  padding: 25px 5px;
}

#pagination,#paginationb {
  text-align: center;
}

#pagination .page-numbers,#paginationb .page-numbers {
  background-color: #E3E3E3;
  color: #262321;
  display: inline-block;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  padding: 0 13px;
  text-decoration: none;
  text-transform: uppercase;
}

#pagination .page-numbers:hover,#paginationb .page-numbers:hover {
  background-color: #262321;
  color: #FFFFFF;
}

#pagination .page-numbers.current,#pagination .page-numbers.dots,#paginationb .page-numbers.current,#paginationb .page-numbers.dots {
  background-color: transparent;
  color: #262321;
  font-weight: 400;
}

#pagination .page-numbers.current:hover,#pagination .page-numbers.dots:hover,#paginationb .page-numbers.current:hover,#paginationb .page-numbers.dots:hover {
  background-color: transparent;
  color: #262321;
}

#product_finder {
  background-color: #262321;
  border-bottom: 1px solid #3c3938;
  font-family: "Source Sans Pro",sans-serif;
  margin-top: -458px;
  padding: 0;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-property: margin;
  -o-transition-property: margin;
  -webkit-transition-property: margin;
  transition-property: margin;
}

@media (min-width: 300px) {
  #product_finder {
    margin-top: -490px;
  }
}

@media (min-width: 343px) {
  #product_finder {
    margin-top: -458px;
  }
}

@media (min-width: 768px) {
  #product_finder {
    margin-top: -377px;
    padding: 50px 0 40px 0;
  }
}

@media (min-width: 992px) {
  #product_finder {
    margin-top: -257px;
  }
}

@media (min-width: 1200px) {
  #product_finder {
    margin-top: -257px;
  }
}

#product_finder.show_pf {
  margin-top: 0;
}

#product_finder h3 {
  color: #fbb911;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin: 7px;
}

@media (min-width: 480px) {
  #product_finder h3 {
    font-size: 20px;
  }
}

#product_finder h4 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin: 7px;
  text-align: right;
  text-transform: uppercase;
}

#product_finder h4 span {
  color: #fbb911;
}

#product_finder h4 .instructions {
  color: #6D6C6D;
  left: 10px;
  position: absolute;
  text-align: left;
  text-transform: none;
}

#product_finder a {
  color: #FFFFFF;
  text-decoration: none;
}

#product_finder p {
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  line-height: 25px;
  padding: 7px 30px 7px 7px;
}

@media (max-width: 767px) {
  #product_finder p {
    display: none;
  }
}

#product_finder select,#product_finder input {
  border: none;
  display: block;
  height: 40px;
  margin: 10px 7px;
  width: 100%;
  width: calc(100% - 14px);
}

#product_finder select.search,#product_finder input.search {
  float: left;
  margin: 10px 0 10px 7px;
  width: 42%;
  width: calc(50% - 12px);
}

@media (min-width: 768px) {
  #product_finder select.search,#product_finder input.search {
    width: calc(50% - 17px);
  }
}

#product_finder select.reset,#product_finder input.reset {
  background-color: #9D9C9D;
  float: right;
  margin: 10px 7px 10px 0;
  width: 42%;
  width: calc(50% - 12px);
}

@media (min-width: 768px) {
  #product_finder select.reset,#product_finder input.reset {
    width: calc(50% - 17px);
  }
}

#product_finder select {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/select_arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 15px;
  padding-right: 45px;
  text-indent: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media (max-width: 767px) {
  #product_finder select {
    margin: 10px 7px 0 7px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #product_finder select {
    font-size: 13px;
  }
}

#product_finder select::-ms-expand {
  display: none;
}

#product_finder select.unset {
  color: #888;
}

#product_finder input {
  background-color: #fbb911;
  border: none;
  color: #262321;
  font-weight: 700;
  text-transform: uppercase;
}

#product_finder_toggle {
  background-color: #262321;
  color: #FFFFFF;
  display: block;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 12px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  outline: 0;
  padding: 0 15px 0 5px;
  position: fixed;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 40px;
  z-index: 999;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-property: top, left;
  -o-transition-property: top, left;
  -webkit-transition-property: top, left;
  transition-property: top, left;
}

@media (min-width: 1999px) {
  #product_finder_toggle {
    display: none;
  }
}

@media (min-width: 480px) {
  #product_finder_toggle.show_pf {
    top: 642px;
  }
}

@media (min-width: 768px) {
  #product_finder_toggle.show_pf {
    top: 352px;
  }
}

@media (min-width: 992px) {
  #product_finder_toggle.show_pf {
    top: 297px;
  }
}

@media (min-width: 1200px) {
  #product_finder_toggle.show_pf {
    top: 297px;
  }
}

@media (min-width: 992px) {
  #product_finder_toggle:before {
    border-color: #262321 #262321 transparent transparent;
    border-style: solid;
    border-width: 30px 18px;
    content: "\a ";
    left: -36px;
    margin-left: 0;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    z-index: 10;
  }
}

@media (min-width: 992px) {
  #product_finder_toggle:after {
    background-color: #262321;
    content: "";
    height: 60px;
    left: 100%;
    position: absolute;
    top: 0;
    width: 999%;
    z-index: 10;
  }
}

#product_finder_toggle .glyphicon {
  color: #fbb911;
  font-size: 16px;
  margin-right: 10px;
  pointer-events: none;
}

@media (min-width: 992px) {
  #product_finder_toggle .glyphicon {
    font-size: 22px;
  }
}

#product_finder_toggle .text {
  display: none;
  pointer-events: none;
}

@media (min-width: 992px) {
  #product_finder_toggle .text {
    display: inline;
  }
}

#product_finder_toggle_mobile {
  background-color: #262321;
  color: #fbb911;
  display: block;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  z-index: 999;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-property: top,left;
  -o-transition-property: top,left;
  -webkit-transition-property: top,left;
  transition-property: top,left;
}

@media (min-width: 992px) {
  #product_finder_toggle_mobile {
    display: none;
  }
}

#product_finder_intro {
  padding-bottom: 0 !important;
}

#product_finder_contact {
  background-color: #F0F0F0;
  font-family: "Source Sans Pro",sans-serif;
  margin-bottom: 15px;
  margin-top: 26px;
  padding: 25px 0;
  text-align: center;
}

#product_finder_contact h2 {
  color: #13100d;
  font-size: 20px;
  margin-bottom: 15px;
}

#product_finder_contact h2 strong {
  font-weight: 600;
}

#product_finder_contact h3 {
  color: #fbb911;
  font-size: 30px;
  line-height: 38px;
}

#product_finder_contact a {
  color: #fbb911;
}

#pf_inline_form {
  background-color: #F0F0F0;
  font-family: "Source Sans Pro",sans-serif;
}

#pf_inline_form select,#pf_inline_form input {
  border: none;
  display: block;
  height: 40px;
  margin: 10px 7px 0 7px;
  width: 100%;
  width: calc(100% - 14px);
}

#pf_inline_form select {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/select_arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 45px;
  text-indent: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#pf_inline_form select::-ms-expand {
  display: none;
}

#pf_inline_form select.disabled {
  color: #AAAAAA;
}

#pf_inline_form select option {
  color: #262321;
}

#pf_inline_form select option:first-child {
  color: #AAAAAA;
}

#pf_inline_form #pg_reset,#pf_inline_form #pg_submit {
  border: none;
  color: #262321;
  font-weight: 700;
  text-transform: uppercase;
}

#pf_inline_form #pg_reset[type='submit'],#pf_inline_form #pg_submit[type='submit'] {
  margin-bottom: 10px;
}

#pf_inline_form #pg_reset {
  background-color: #9d9c9d;
}

#pf_inline_form #pg_submit {
  background-color: #fbb911;
}

#products_list_menu {
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
  margin-bottom: 40px;
}

#products_list_menu .container {
  max-width: 1214px;
  padding: 0 13px;
  width: auto;
}

#products_list_menu #products_list_select a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  color: #CECECE;
  display: inline-block;
  font: 600 14px/40px "Source Sans Pro",sans-serif;
  height: 40px;
  text-decoration: none;
  text-indent: 40px;
  text-transform: uppercase;
  width: 160px;
}

#products_list_menu #products_list_select a.grid {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/products_list_grid_off.svg");
  border-left: 1px solid #CECECE;
}

#products_list_menu #products_list_select a.grid.active {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/products_list_grid_on.svg");
  border-left: none;
}

#products_list_menu #products_list_select a.list {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/products_list_list_off.svg");
  border-right: 1px solid #CECECE;
}

#products_list_menu #products_list_select a.list.active {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/products_list_list_on.svg");
  border-right: none;
}

#products_list_menu #products_list_select a.active {
  background-color: #fbb911;
  color: #FFFFFF;
}

#products_list_menu.cleats #products_list_select a.active {
  background-color: #215d8f;
  color: #FFFFFF;
}

#products_list .container {
  max-width: 1214px;
  padding: 0 13px;
  width: auto;
}

#products_list #products_grid_view {
  display: none;
}

#products_list #products_grid_view.active {
  display: block;
}

#products_list #products_grid_view #products_grid_view_menu {
  background-color: #F0F0F0;
}

#products_list #products_grid_view #products_grid_view_menu ul {
  display: block;
  font: 400 15px/25px "Source Sans Pro",sans-serif;
  list-style: none;
  padding: 8px;
}

#products_list #products_grid_view #products_grid_view_menu ul li {
  display: block;
  padding: 8px;
}

#products_list #products_grid_view #products_grid_view_menu ul li.active {
  font-weight: 700;
}

#products_list #products_grid_view #products_grid_view_menu ul li a {
  color: #262321;
}

#products_list #products_grid_view #products_grid_view_menu ul li span {
  font-size: 12px;
}

#products_list #products_grid_view #products_grid_view_menu ul li ul li {
  font: 400 15px/25px "Source Sans Pro",sans-serif;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item {
  height: 500px;
  padding-bottom: 20px;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item>div {
  height: 500px;
}

@media (max-width: 991px) {
  #products_list #products_grid_view #products_grid_view_grid .grid_item>div {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  #products_list #products_grid_view #products_grid_view_grid .grid_item>div {
    padding-left: 20px;
  }
}

#products_list #products_grid_view #products_grid_view_grid .grid_item>div>div {
  height: 500px;
  position: relative;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item>div>div:after {
  background-color: #F0F0F0;
  border: 3px solid #F0F0F0;
  border-bottom: none !important;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  height: calc(100% - 20px);
  left: -3px;
  position: absolute;
  top: -3px;
  width: 100%;
  z-index: -1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item>div>div a {
  color: #262321;
  text-decoration: none;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item>div>div a .img {
  background-position: center;
  background-size: cover;
  position: relative;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item>div>div a .img .border {
  border: 6px solid #fbb911;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item>div>div a .img .border.cleats {
  border: 6px solid #215d8f;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item>div>div a .img img {
  display: block;
  height: auto;
  width: 100%;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item>div>div a:hover .img .border {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item>div>div .txt {
  font: 400 15px/25px "Source Sans Pro",sans-serif;
  height: 250px;
  padding: 10px 5px;
  text-align: center;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item>div>div .txt span {
  font: 700 15px/25px "Source Sans Pro",sans-serif;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item:hover>div>div:after {
  background-color: #fbb911;
  border: 3px solid #fbb911;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item:hover>div>div.cleats:after {
  background-color: #215d8f;
  border: 3px solid #215d8f;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item.message {
  font-family: "Source Sans Pro",sans-serif;
  font-size: 15px;
  line-height: 25px;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item.init {
  height: 380px;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item.init>div {
  height: 380px;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item.init>div>div {
  height: 380px;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item.accfilter {
  height: 500px;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item.accfilter>div {
  height: 500px;
}

#products_list #products_grid_view #products_grid_view_grid .grid_item.accfilter>div>div {
  height: 500px;
}

@media (max-width: 767px) {
  #products_list #products_grid_view #products_grid_view_grid .col-xs-6 {
    clear: none;
  }

  #products_list #products_grid_view #products_grid_view_grid .col-xs-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #products_list #products_grid_view #products_grid_view_grid .col-sm-4 {
    clear: none;
  }

  #products_list #products_grid_view #products_grid_view_grid .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #products_list #products_grid_view #products_grid_view_grid .col-md-4 {
    clear: none;
  }

  #products_list #products_grid_view #products_grid_view_grid .col-md-4:nth-child(3n+1) {
    clear: left;
  }
}

@media (min-width: 1200px) {
  #products_list #products_grid_view #products_grid_view_grid .col-lg-3 {
    clear: none;
  }

  #products_list #products_grid_view #products_grid_view_grid .col-lg-3:nth-child(4n+1) {
    clear: left;
  }
}

#products_list #products_grid_view #products_grid_view_grid.list_view .grid_item {
  height: 75px;
  padding-bottom: 0;
  width: 100% !important;
}

#products_list #products_grid_view #products_grid_view_grid.list_view .grid_item>div {
  height: 75px;
}

#products_list #products_grid_view #products_grid_view_grid.list_view .grid_item>div>div {
  height: 75px;
  position: relative;
}

#products_list #products_grid_view #products_grid_view_grid.list_view .grid_item>div>div:after {
  display: none;
}

#products_list #products_grid_view #products_grid_view_grid.list_view .grid_item>div>div a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#products_list #products_grid_view #products_grid_view_grid.list_view .grid_item>div>div a .img {
  display: none !important;
}

#products_list #products_grid_view #products_grid_view_grid.list_view .grid_item>div>div .txt {
  height: 75px;
  text-align: left;
}

#products_list #products_grid_view #products_grid_view_grid.list_view .grid_item:hover .txt span {
  color: #fbb911;
}

#products_list #products_list_view {
  display: none;
  margin-bottom: 40px;
}

#products_list #products_list_view.active {
  display: block;
}

#products_list #products_list_view a {
  color: #13100d;
  font: normal 18px/30px "Source Sans Pro",sans-serif;
}

#sector_tab_panel {
  font-family: "Source Sans Pro",sans-serif;
  margin-bottom: 45px;
  padding-top: 30px;
}

#sector_tab_panel #sector_tabs {
  margin-bottom: 15px;
}

#sector_tab_panel #sector_tabs div a {
  background-color: #EAEAEA;
  color: #AFAEAD;
  display: block;
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#sector_tab_panel #sector_tabs div a:hover {
  color: #13100d;
}

#sector_tab_panel #sector_tabs div a.current {
  background-color: #fbb911;
  color: #13100d;
}

#sector_tab_panel #sector_tabs div a>span {
  position: relative;
}

#sector_tab_panel #sector_tabs div a .glyphicon {
  display: none;
  font-size: 10px;
  left: -25px;
  line-height: 30px;
  position: absolute;
  top: -5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

@media (min-width: 992px) {
  #sector_tab_panel #sector_tabs div a .glyphicon {
    display: block;
  }
}

#sector_tab_panel #sector_tabs div a:hover .glyphicon,#sector_tab_panel #sector_tabs div a.current .glyphicon {
  left: -15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#sector_tab_panel #sector_content>div {
  display: none;
}

#sector_tab_panel #sector_content>div.current {
  display: block;
}

#sector_tab_panel #sector_content #faqs {
  display: block;
}

#sector_tab_panel #sector_content #faqs dt {
  border-top: 1px solid #ECEBEC;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 15px 30px 15px 0;
  position: relative;
}

#sector_tab_panel #sector_content #faqs dt:first-of-type {
  border-top: none;
}

#sector_tab_panel #sector_content #faqs dt span {
  color: #fbb911;
  height: 54px;
  line-height: 54px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 54px;
}

#sector_tab_panel #sector_content #faqs dt .glyphicon-plus,#sector_tab_panel #sector_content #faqs dt .glyphicon-minus {
  display: none;
}

#sector_tab_panel #sector_content #faqs dt.closed .glyphicon-plus {
  display: block;
}

#sector_tab_panel #sector_content #faqs dt.closed .glyphicon-minus {
  display: none;
}

#sector_tab_panel #sector_content #faqs dt.open .glyphicon-plus {
  display: none;
}

#sector_tab_panel #sector_content #faqs dt.open .glyphicon-minus {
  display: block;
}

#sector_tab_panel #sector_content #faqs dd {
  display: block;
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 20px;
  padding-right: 30px;
}

#sector_tab_panel.cleats #sector_tabs div a.current {
  background-color: #215d8f;
  color: #FFFFFF;
}

#sector_tab_panel.cleats #sector_content #faqs dt span {
  color: #215d8f;
}

@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent;
  }

  .featherlight:last-of-type {
    background: rgba(0,0,0,0.8);
  }

  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
  }

  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    min-width: 30%;
    margin: 10%;
    max-height: 80%;
    max-width: 1500px;
    background: #fff;
    cursor: auto;
    white-space: normal;
    width: 80%;
  }

  .featherlight .featherlight-inner {
    display: block;
  }

  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 34px;
    width: 100px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background-color: #262321;
    background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/zoom_image_icon.svg");
    background-position: -79px -73px;
    color: #fbb911;
    padding-left: 31px;
  }

  .featherlight .featherlight-image {
    width: 100%;
  }

  .featherlight-iframe {
    border: 0;
  }

  .featherlight-iframe .featherlight-content {
    background: transparent;
    border-bottom: 0;
    cursor: auto;
    display: block;
    height: 0;
    left: 5%;
    margin-left: 0;
    margin-right: 0;
    max-height: 0;
    max-width: 90%;
    min-width: 0;
    overflow: auto;
    padding: 0 0 50.625% 0;
    position: absolute;
    text-align: left;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }

  .featherlight-iframe .featherlight-content iframe {
    border: 0;
    height: 100% !important;
    position: absolute;
    top: 0;
    width: 100% !important;
  }
}

@media all and (min-width: 992px) {
  .featherlight-iframe .featherlight-content {
    left: 15%;
    max-width: 70%;
    padding: 0 0 39.375% 0;
  }
}

@media all and (min-width: 1200px) {
  .featherlight-iframe .featherlight-content {
    left: 25%;
    max-width: 50%;
    padding: 0 0 28.125% 0;
  }
}

#product_header {
  background-color: #F0F0F0;
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/single_product_bg.svg");
  background-size: cover;
  font-family: "Source Sans Pro",sans-serif;
  margin-top: 13px;
  padding: 13px 10px;
}

#product_header .container {
  max-width: 1194px;
  padding-bottom: 30px;
  padding-top: 30px;
}

#product_header .row {
  margin-bottom: 6px;
  overflow: hidden;
}

#product_header .row:last-child {
  margin-bottom: 0;
}

#product_header #product_gallery .slider_wrapper {
  position: relative;
}

#product_header #product_gallery #slides {
  overflow: hidden;
}

#product_header #product_gallery #slides div {
  position: relative;
}

#product_header #product_gallery #slides div .caption {
  background-color: #fbb911;
  bottom: 15px;
  display: block;
  font: 600 15px/25px "Source Sans Pro",sans-serif;
  height: 25px;
  padding: 0 5px;
  position: absolute;
  right: 15px;
  width: auto;
}

#product_header #product_gallery #slides img {
  display: block;
  height: auto;
  width: 100%;
}

#product_header #product_gallery .txt {
  background-color: #262321;
  border-bottom: 5px solid #fbb911;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  padding: 20px 40px;
  text-align: center;
}

#product_header #product_gallery .txt span {
  color: #fbb911;
}

#product_header #product_gallery.cleats .txt,#product_header #product_gallery.cleats-ru .txt,#product_header #product_gallery.cable-cleats .txt,#product_header #product_gallery.cable-cleats .txt {
  background-color: #215d8f;
}

#product_header h1 {
  color: #262321;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 20px;
}

#product_header h1 small {
  display: block;
  font-size: 22px;
}

#product_header #product_enquiry_button,#product_header #download_data_sheet,#product_header #watch_installation_video {
  display: inline-block;
  font: 600 15px/35px "Source Sans Pro",sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

#product_header #product_enquiry_button {
  background-color: #fbb911;
  border-left: 25px solid #fbb911;
  border-right: 25px solid #fbb911;
  color: #262321;
  margin-right: 65px;
  position: relative;
}

#product_header #product_enquiry_button .glyphicon {
  color: #262321;
  display: none;
  font-size: 10px;
  font-weight: normal;
  left: -25px;
  line-height: 30px;
  position: absolute;
  top: 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

@media (min-width: 992px) {
  #product_header #product_enquiry_button .glyphicon {
    display: block;
  }
}

#product_header #product_enquiry_button:hover .glyphicon,#product_header #product_enquiry_button.current .glyphicon {
  left: -15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#product_header #product_enquiry_button.cleats,#product_header #product_enquiry_button.cleats-ru,#product_header #product_enquiry_button.cable-cleats {
  background-color: #215d8f;
  border-left: 25px solid #215d8f;
  border-right: 25px solid #215d8f;
  color: #FFFFFF;
}

#product_header #product_enquiry_button.cleats .glyphicon,#product_header #product_enquiry_button.cleats-ru .glyphicon,#product_header #product_enquiry_button.cable-cleats .glyphicon {
  color: #fbb911;
}

#product_header #download_data_sheet {
  color: #262321;
  position: relative;
}

#product_header #download_data_sheet .glyphicon {
  color: #fbb911;
  font-size: 27px;
  font-weight: normal;
  left: -30px;
  line-height: 35px;
  padding-right: 10px;
  position: absolute;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
}

#product_header #download_data_sheet:hover .glyphicon {
  color: #262321;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#product_header #download_data_sheet.cleats .glyphicon,#product_header #download_data_sheet.cleats-ru .glyphicon,#product_header #download_data_sheet.cable-cleats .glyphicon {
  color: #215d8f;
}

#product_header #download_data_sheet.cleats:hover .glyphicon,#product_header #download_data_sheet.cleats-ru:hover .glyphicon,#product_header #download_data_sheet.cable-cleats:hover .glyphicon {
  color: #262321;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#product_header #watch_installation_video {
  color: #262321;
  left: 30px;
  padding-left: 5px;
  position: relative;
}

#product_header #watch_installation_video .glyphicon {
  background-color: #fbb911;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: normal;
  left: -30px;
  line-height: 25px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 5px;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
}

#product_header #watch_installation_video:hover .glyphicon {
  background-color: #262321;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#product_header #watch_installation_video.cleats .glyphicon,#product_header #watch_installation_video.cleats-ru .glyphicon,#product_header #watch_installation_video.cable-cleats .glyphicon {
  color: #215d8f;
}

#product_header #watch_installation_video.cleats:hover .glyphicon,#product_header #watch_installation_video.cleats-ru:hover .glyphicon,#product_header #watch_installation_video.cable-cleats:hover .glyphicon {
  color: #262321;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#product_tab_panel {
  padding-top: 40px;
}

#product_tab_panel #product_tab_tabs {
  margin-bottom: 15px;
}

#product_tab_panel #product_tab_tabs div a {
  background-color: #FFFFFF;
  color: #AFAEAD;
  display: block;
  font-size: 15px;
  font-weight: 600;
  height: 35px;
  line-height: 35px;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#product_tab_panel #product_tab_tabs div a:hover {
  color: #13100d;
}

#product_tab_panel #product_tab_tabs div a.current {
  background-color: #fbb911;
  color: #13100d;
}

#product_tab_panel #product_tab_tabs div a>span {
  position: relative;
}

#product_tab_panel #product_tab_tabs div a .glyphicon {
  display: none;
  font-size: 10px;
  left: -25px;
  line-height: 30px;
  position: absolute;
  top: -5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

@media (min-width: 992px) {
  #product_tab_panel #product_tab_tabs div a .glyphicon {
    display: block;
  }
}

#product_tab_panel #product_tab_tabs div a:hover .glyphicon,#product_tab_panel #product_tab_tabs div a.current .glyphicon {
  left: -15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#product_tab_panel.cleats #product_tab_tabs div a.current,#product_tab_panel.cleats-ru #product_tab_tabs div a.current,#product_tab_panel.cable-cleats #product_tab_tabs div a.current {
  background-color: #215d8f;
  color: #FFFFFF;
}

#product_tab_panel #product_tab_description,#product_tab_panel #product_tab_technical {
  display: none;
  padding-top: 0;
}

#product_tab_panel #product_tab_description.current,#product_tab_panel #product_tab_technical.current {
  display: block;
}

#product_tab_panel #product_tab_description span.ex,#product_tab_panel #product_tab_technical span.ex {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/ex.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 17px;
  line-height: 24px;
  vertical-align: middle;
  width: 16px;
}

#product_tab_panel table.tablepress {
  border-collapse: separate;
  border-spacing: 2px;
  font-family: "Source Sans Pro",sans-serif;
  margin-bottom: 35px;
  margin-left: -2px;
  margin-top: 20px;
  width: 100%;
  width: calc(100% + 4px);
}

#product_tab_panel table.tablepress caption {
  font-size: 14px;
  font-weight: 600;
  text-indent: 4px;
}

#product_tab_panel table.tablepress caption a {
  color: #fbb911;
}

#product_tab_panel table.tablepress tr td {
  background-color: #ECEDED;
  font-size: 14px;
  font-weight: 400;
  min-height: 15px;
  line-height: 15px;
  padding: 5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 0;
}

#product_tab_panel table.tablepress tr td span {
  display: none;
  height: 100%;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#product_tab_panel table.tablepress tr td span.sq_grey {
  background-color: #A8A9AD;
  color: #A8A9AD;
}

#product_tab_panel table.tablepress tr td span.sq_black {
  background-color: #262321;
  color: #262321;
}

#product_tab_panel table.tablepress tr td span.sq_white {
  background-color: #E6E7E9;
  color: #E6E7E9;
}

#product_tab_panel table.tablepress tr td span.gold {
  background-color: #fbb911;
  color: #262321;
}

#product_tab_panel table.tablepress tr td span.black {
  background-color: #262321;
  color: #FFF;
}

#product_tab_panel table.tablepress tr td span.left {
  text-align: left;
}

#product_tab_panel table.tablepress tr:nth-child(2n+3) td {
  background-color: #DCDDDE;
}

#product_tab_panel table.tablepress.glands caption a,#product_tab_panel table.tablepress.glands-ru caption a,#product_tab_panel table.tablepress.cable-glands caption a,#product_tab_panel table.tablepress.accessories caption a,#product_tab_panel table.tablepress.accessories-ru caption a {
  color: #fbb911;
}

#product_tab_panel table.tablepress.glands.header1 tr:nth-child(1) td,#product_tab_panel table.tablepress.glands.header1 tr:nth-child(1) th,#product_tab_panel table.tablepress.glands-ru.header1 tr:nth-child(1) td,#product_tab_panel table.tablepress.glands-ru.header1 tr:nth-child(1) th,#product_tab_panel table.tablepress.cable-glands.header1 tr:nth-child(1) td,#product_tab_panel table.tablepress.cable-glands.header1 tr:nth-child(1) th,#product_tab_panel table.tablepress.accessories.header1 tr:nth-child(1) td,#product_tab_panel table.tablepress.accessories.header1 tr:nth-child(1) th,#product_tab_panel table.tablepress.accessories-ru.header1 tr:nth-child(1) td,#product_tab_panel table.tablepress.accessories-ru.header1 tr:nth-child(1) th {
  background-color: #fbb911 !important;
  font-weight: 600;
  white-space: normal;
}

#product_tab_panel table.tablepress.glands.header2 tr:nth-child(1) td,#product_tab_panel table.tablepress.glands.header2 tr:nth-child(1) th,#product_tab_panel table.tablepress.glands.header2 tr:nth-child(2) td,#product_tab_panel table.tablepress.glands.header2 tr:nth-child(2) th,#product_tab_panel table.tablepress.glands-ru.header2 tr:nth-child(1) td,#product_tab_panel table.tablepress.glands-ru.header2 tr:nth-child(1) th,#product_tab_panel table.tablepress.glands-ru.header2 tr:nth-child(2) td,#product_tab_panel table.tablepress.glands-ru.header2 tr:nth-child(2) th,#product_tab_panel table.tablepress.cable-glands.header2 tr:nth-child(1) td,#product_tab_panel table.tablepress.cable-glands.header2 tr:nth-child(1) th,#product_tab_panel table.tablepress.cable-glands.header2 tr:nth-child(2) td,#product_tab_panel table.tablepress.cable-glands.header2 tr:nth-child(2) th,#product_tab_panel table.tablepress.accessories.header2 tr:nth-child(1) td,#product_tab_panel table.tablepress.accessories.header2 tr:nth-child(1) th,#product_tab_panel table.tablepress.accessories.header2 tr:nth-child(2) td,#product_tab_panel table.tablepress.accessories.header2 tr:nth-child(2) th,#product_tab_panel table.tablepress.accessories-ru.header2 tr:nth-child(1) td,#product_tab_panel table.tablepress.accessories-ru.header2 tr:nth-child(1) th,#product_tab_panel table.tablepress.accessories-ru.header2 tr:nth-child(2) td,#product_tab_panel table.tablepress.accessories-ru.header2 tr:nth-child(2) th {
  background-color: #fbb911 !important;
  font-weight: 600;
  white-space: normal;
}

#product_tab_panel table.tablepress.glands.header3 tr:nth-child(1) td,#product_tab_panel table.tablepress.glands.header3 tr:nth-child(1) th,#product_tab_panel table.tablepress.glands.header3 tr:nth-child(2) td,#product_tab_panel table.tablepress.glands.header3 tr:nth-child(2) th,#product_tab_panel table.tablepress.glands.header3 tr:nth-child(3) td,#product_tab_panel table.tablepress.glands.header3 tr:nth-child(3) th,#product_tab_panel table.tablepress.glands-ru.header3 tr:nth-child(1) td,#product_tab_panel table.tablepress.glands-ru.header3 tr:nth-child(1) th,#product_tab_panel table.tablepress.glands-ru.header3 tr:nth-child(2) td,#product_tab_panel table.tablepress.glands-ru.header3 tr:nth-child(2) th,#product_tab_panel table.tablepress.glands-ru.header3 tr:nth-child(3) td,#product_tab_panel table.tablepress.glands-ru.header3 tr:nth-child(3) th,#product_tab_panel table.tablepress.cable-glands.header3 tr:nth-child(1) td,#product_tab_panel table.tablepress.cable-glands.header3 tr:nth-child(1) th,#product_tab_panel table.tablepress.cable-glands.header3 tr:nth-child(2) td,#product_tab_panel table.tablepress.cable-glands.header3 tr:nth-child(2) th,#product_tab_panel table.tablepress.cable-glands.header3 tr:nth-child(3) td,#product_tab_panel table.tablepress.cable-glands.header3 tr:nth-child(3) th,#product_tab_panel table.tablepress.accessories.header3 tr:nth-child(1) td,#product_tab_panel table.tablepress.accessories.header3 tr:nth-child(1) th,#product_tab_panel table.tablepress.accessories.header3 tr:nth-child(2) td,#product_tab_panel table.tablepress.accessories.header3 tr:nth-child(2) th,#product_tab_panel table.tablepress.accessories.header3 tr:nth-child(3) td,#product_tab_panel table.tablepress.accessories.header3 tr:nth-child(3) th,#product_tab_panel table.tablepress.accessories-ru.header3 tr:nth-child(1) td,#product_tab_panel table.tablepress.accessories-ru.header3 tr:nth-child(1) th,#product_tab_panel table.tablepress.accessories-ru.header3 tr:nth-child(2) td,#product_tab_panel table.tablepress.accessories-ru.header3 tr:nth-child(2) th,#product_tab_panel table.tablepress.accessories-ru.header3 tr:nth-child(3) td,#product_tab_panel table.tablepress.accessories-ru.header3 tr:nth-child(3) th {
  background-color: #fbb911 !important;
  font-weight: 600;
  white-space: normal;
}

#product_tab_panel table.tablepress.glands.header4 tr:nth-child(1) td,#product_tab_panel table.tablepress.glands.header4 tr:nth-child(1) th,#product_tab_panel table.tablepress.glands.header4 tr:nth-child(2) td,#product_tab_panel table.tablepress.glands.header4 tr:nth-child(2) th,#product_tab_panel table.tablepress.glands.header4 tr:nth-child(3) td,#product_tab_panel table.tablepress.glands.header4 tr:nth-child(3) th,#product_tab_panel table.tablepress.glands.header4 tr:nth-child(4) td,#product_tab_panel table.tablepress.glands.header4 tr:nth-child(4) th,#product_tab_panel table.tablepress.glands-ru.header4 tr:nth-child(1) td,#product_tab_panel table.tablepress.glands-ru.header4 tr:nth-child(1) th,#product_tab_panel table.tablepress.glands-ru.header4 tr:nth-child(2) td,#product_tab_panel table.tablepress.glands-ru.header4 tr:nth-child(2) th,#product_tab_panel table.tablepress.glands-ru.header4 tr:nth-child(3) td,#product_tab_panel table.tablepress.glands-ru.header4 tr:nth-child(3) th,#product_tab_panel table.tablepress.glands-ru.header4 tr:nth-child(4) td,#product_tab_panel table.tablepress.glands-ru.header4 tr:nth-child(4) th,#product_tab_panel table.tablepress.cable-glands.header4 tr:nth-child(1) td,#product_tab_panel table.tablepress.cable-glands.header4 tr:nth-child(1) th,#product_tab_panel table.tablepress.cable-glands.header4 tr:nth-child(2) td,#product_tab_panel table.tablepress.cable-glands.header4 tr:nth-child(2) th,#product_tab_panel table.tablepress.cable-glands.header4 tr:nth-child(3) td,#product_tab_panel table.tablepress.cable-glands.header4 tr:nth-child(3) th,#product_tab_panel table.tablepress.cable-glands.header4 tr:nth-child(4) td,#product_tab_panel table.tablepress.cable-glands.header4 tr:nth-child(4) th,#product_tab_panel table.tablepress.accessories.header4 tr:nth-child(1) td,#product_tab_panel table.tablepress.accessories.header4 tr:nth-child(1) th,#product_tab_panel table.tablepress.accessories.header4 tr:nth-child(2) td,#product_tab_panel table.tablepress.accessories.header4 tr:nth-child(2) th,#product_tab_panel table.tablepress.accessories.header4 tr:nth-child(3) td,#product_tab_panel table.tablepress.accessories.header4 tr:nth-child(3) th,#product_tab_panel table.tablepress.accessories.header4 tr:nth-child(4) td,#product_tab_panel table.tablepress.accessories.header4 tr:nth-child(4) th,#product_tab_panel table.tablepress.accessories-ru.header4 tr:nth-child(1) td,#product_tab_panel table.tablepress.accessories-ru.header4 tr:nth-child(1) th,#product_tab_panel table.tablepress.accessories-ru.header4 tr:nth-child(2) td,#product_tab_panel table.tablepress.accessories-ru.header4 tr:nth-child(2) th,#product_tab_panel table.tablepress.accessories-ru.header4 tr:nth-child(3) td,#product_tab_panel table.tablepress.accessories-ru.header4 tr:nth-child(3) th,#product_tab_panel table.tablepress.accessories-ru.header4 tr:nth-child(4) td,#product_tab_panel table.tablepress.accessories-ru.header4 tr:nth-child(4) th {
  background-color: #fbb911 !important;
  font-weight: 600;
  white-space: normal;
}

#product_tab_panel table.tablepress.cleats caption a,#product_tab_panel table.tablepress.cleats-ru caption a,#product_tab_panel table.tablepress.cable-cleats caption a {
  color: #215d8f;
}

#product_tab_panel table.tablepress.cleats.header1 tr:nth-child(1) td,#product_tab_panel table.tablepress.cleats.header1 tr:nth-child(1) th,#product_tab_panel table.tablepress.cleats-ru.header1 tr:nth-child(1) td,#product_tab_panel table.tablepress.cleats-ru.header1 tr:nth-child(1) th,#product_tab_panel table.tablepress.cable-cleats.header1 tr:nth-child(1) td,#product_tab_panel table.tablepress.cable-cleats.header1 tr:nth-child(1) th {
  background-color: #215d8f !important;
  color: #FFFFFF !important;
  font-weight: 600;
  white-space: normal;
}

#product_tab_panel table.tablepress.cleats.header2 tr:nth-child(1) td,#product_tab_panel table.tablepress.cleats.header2 tr:nth-child(1) th,#product_tab_panel table.tablepress.cleats.header2 tr:nth-child(2) td,#product_tab_panel table.tablepress.cleats.header2 tr:nth-child(2) th,#product_tab_panel table.tablepress.cleats-ru.header2 tr:nth-child(1) td,#product_tab_panel table.tablepress.cleats-ru.header2 tr:nth-child(1) th,#product_tab_panel table.tablepress.cleats-ru.header2 tr:nth-child(2) td,#product_tab_panel table.tablepress.cleats-ru.header2 tr:nth-child(2) th,#product_tab_panel table.tablepress.cable-cleats.header2 tr:nth-child(1) td,#product_tab_panel table.tablepress.cable-cleats.header2 tr:nth-child(1) th,#product_tab_panel table.tablepress.cable-cleats.header2 tr:nth-child(2) td,#product_tab_panel table.tablepress.cable-cleats.header2 tr:nth-child(2) th {
  background-color: #215d8f !important;
  color: #FFFFFF !important;
  font-weight: 600;
  white-space: normal;
}

#product_tab_panel table.tablepress.cleats.header3 tr:nth-child(1) td,#product_tab_panel table.tablepress.cleats.header3 tr:nth-child(1) th,#product_tab_panel table.tablepress.cleats.header3 tr:nth-child(2) td,#product_tab_panel table.tablepress.cleats.header3 tr:nth-child(2) th,#product_tab_panel table.tablepress.cleats.header3 tr:nth-child(3) td,#product_tab_panel table.tablepress.cleats.header3 tr:nth-child(3) th,#product_tab_panel table.tablepress.cleats-ru.header3 tr:nth-child(1) td,#product_tab_panel table.tablepress.cleats-ru.header3 tr:nth-child(1) th,#product_tab_panel table.tablepress.cleats-ru.header3 tr:nth-child(2) td,#product_tab_panel table.tablepress.cleats-ru.header3 tr:nth-child(2) th,#product_tab_panel table.tablepress.cleats-ru.header3 tr:nth-child(3) td,#product_tab_panel table.tablepress.cleats-ru.header3 tr:nth-child(3) th,#product_tab_panel table.tablepress.cable-cleats.header3 tr:nth-child(1) td,#product_tab_panel table.tablepress.cable-cleats.header3 tr:nth-child(1) th,#product_tab_panel table.tablepress.cable-cleats.header3 tr:nth-child(2) td,#product_tab_panel table.tablepress.cable-cleats.header3 tr:nth-child(2) th,#product_tab_panel table.tablepress.cable-cleats.header3 tr:nth-child(3) td,#product_tab_panel table.tablepress.cable-cleats.header3 tr:nth-child(3) th {
  background-color: #215d8f !important;
  color: #FFFFFF !important;
  font-weight: 600;
  white-space: normal;
}

#product_tab_panel table.tablepress.cleats.header4 tr:nth-child(1) td,#product_tab_panel table.tablepress.cleats.header4 tr:nth-child(1) th,#product_tab_panel table.tablepress.cleats.header4 tr:nth-child(2) td,#product_tab_panel table.tablepress.cleats.header4 tr:nth-child(2) th,#product_tab_panel table.tablepress.cleats.header4 tr:nth-child(3) td,#product_tab_panel table.tablepress.cleats.header4 tr:nth-child(3) th,#product_tab_panel table.tablepress.cleats.header4 tr:nth-child(4) td,#product_tab_panel table.tablepress.cleats.header4 tr:nth-child(4) th,#product_tab_panel table.tablepress.cleats-ru.header4 tr:nth-child(1) td,#product_tab_panel table.tablepress.cleats-ru.header4 tr:nth-child(1) th,#product_tab_panel table.tablepress.cleats-ru.header4 tr:nth-child(2) td,#product_tab_panel table.tablepress.cleats-ru.header4 tr:nth-child(2) th,#product_tab_panel table.tablepress.cleats-ru.header4 tr:nth-child(3) td,#product_tab_panel table.tablepress.cleats-ru.header4 tr:nth-child(3) th,#product_tab_panel table.tablepress.cleats-ru.header4 tr:nth-child(4) td,#product_tab_panel table.tablepress.cleats-ru.header4 tr:nth-child(4) th,#product_tab_panel table.tablepress.cable-cleats.header4 tr:nth-child(1) td,#product_tab_panel table.tablepress.cable-cleats.header4 tr:nth-child(1) th,#product_tab_panel table.tablepress.cable-cleats.header4 tr:nth-child(2) td,#product_tab_panel table.tablepress.cable-cleats.header4 tr:nth-child(2) th,#product_tab_panel table.tablepress.cable-cleats.header4 tr:nth-child(3) td,#product_tab_panel table.tablepress.cable-cleats.header4 tr:nth-child(3) th,#product_tab_panel table.tablepress.cable-cleats.header4 tr:nth-child(4) td,#product_tab_panel table.tablepress.cable-cleats.header4 tr:nth-child(4) th {
  background-color: #215d8f !important;
  color: #FFFFFF !important;
  font-weight: 600;
  white-space: normal;
}

#product_table {
  font-family: "Source Sans Pro",sans-serif;
  padding-top: 40px;
}

#product_table .product_table_info {
  float: left;
}

#product_table .product_table_info h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#product_table .product_table_info p {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

#product_table .product_table_info p a {
  color: #fbb911;
  position: relative;
}

#product_table .product_table_info p a .glyphicon {
  color: #fbb911;
  display: none;
  font-size: 10px;
  left: -25px;
  line-height: 30px;
  position: absolute;
  top: -5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

@media (min-width: 992px) {
  #product_table .product_table_info p a .glyphicon {
    display: block;
  }
}

#product_table .product_table_info p a:hover .glyphicon {
  left: -15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#product_table .product_table_info p a.cleats-ru,#product_table .product_table_info p a.cleats-ru,#product_table .product_table_info p a.cable-cleats {
  color: #215d8f;
}

#product_table .product_table_info p a.cleats .glyphicon,#product_table .product_table_info p a.cleats-ru .glyphicon,#product_table .product_table_info p a.cable-cleats .glyphicon {
  color: #215d8f;
}

#product_table .product_table_info.cleats p a,#product_table .product_table_info.cleats-ru p a,#product_table .product_table_info.cable-cleats p a {
  color: #215d8f;
}

#product_table .product_table_info.cleats p a .glyphicon,#product_table .product_table_info.cleats-ru p a .glyphicon,#product_table .product_table_info.cable-cleats p a .glyphicon {
  color: #215d8f;
}

#product_table .product_table_info ul {
  display: inline-block;
  list-style: none;
  margin: -5px 0 20px 0;
  text-align: center;
}

#product_table .product_table_info ul li {
  display: inline-block;
  vertical-align: middle;
}

#product_table .product_table_info ul li img {
  display: block;
  height: 50px;
  width: auto;
}

#product_table #product_table_select {
  float: right;
}

#product_table #product_table_select label {
  font-weight: 600;
}

#product_table #product_table_select label select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/select_arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #D9D9D9;
  font-weight: 400;
  height: 40px;
  padding-right: 55px;
  padding-left: 10px;
}

#product_table #product_table_select label select::-ms-expand {
  display: none;
}

#product_table #product_table_select label select.cleats-ru,#product_table #product_table_select label select.cleats-ru,#product_table #product_table_select label select.cable-cleats {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/select_arrow_cleats.png");
}

#product_table #main_imperial_table,#product_table #main_metric_table,#product_table .multi_table {
  display: none;
}

#product_table #main_imperial_table.current,#product_table #main_metric_table.current,#product_table .multi_table.current {
  display: block;
  overflow-x: scroll;
}

#product_table.glands table,#product_table.glands-ru table,#product_table.cable-glands table,#product_table.cleats table,#product_table.cleats-ru table,#product_table.cable-cleats table,#product_table.accessories table,#product_table.accessories-ru table {
  border-collapse: separate;
  border-spacing: 2px;
  font-family: "Source Sans Pro",sans-serif;
  margin-bottom: 35px;
  margin-left: -2px;
  margin-top: 20px;
  width: 100%;
  width: calc(100% + 4px);
}

#product_table.glands table caption,#product_table.glands-ru table caption,#product_table.cable-glands table caption,#product_table.cleats table caption,#product_table.cleats-ru table caption,#product_table.cable-cleats table caption,#product_table.accessories table caption,#product_table.accessories-ru table caption {
  font-size: 14px;
  font-weight: 600;
  text-indent: 4px;
}

#product_table.glands table caption a,#product_table.glands-ru table caption a,#product_table.cable-glands table caption a,#product_table.cleats table caption a,#product_table.cleats-ru table caption a,#product_table.cable-cleats table caption a,#product_table.accessories table caption a,#product_table.accessories-ru table caption a {
  color: #fbb911;
}

#product_table.glands table tr td,#product_table.glands-ru table tr td,#product_table.cable-glands table tr td,#product_table.cleats table tr td,#product_table.cleats-ru table tr td,#product_table.cable-cleats table tr td,#product_table.accessories table tr td,#product_table.accessories-ru table tr td {
  background-color: #ECEDED;
  font-size: 14px;
  font-weight: 400;
  min-height: 15px;
  line-height: 15px;
  padding: 5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 0;
}

#product_table.glands table tr td span.rotgold,#product_table.glands table tr td span.rotlgold,#product_table.glands-ru table tr td span.rotgold,#product_table.glands-ru table tr td span.rotlgold,#product_table.cable-glands table tr td span.rotgold,#product_table.cable-glands table tr td span.rotlgold,#product_table.cleats table tr td span.rotgold,#product_table.cleats table tr td span.rotlgold,#product_table.cleats-ru table tr td span.rotgold,#product_table.cleats-ru table tr td span.rotlgold,#product_table.cable-cleats table tr td span.rotgold,#product_table.cable-cleats table tr td span.rotlgold,#product_table.accessories table tr td span.rotgold,#product_table.accessories table tr td span.rotlgold,#product_table.accessories-ru table tr td span.rotgold,#product_table.accessories-ru table tr td span.rotlgold {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  bottom: -45px;
  display: block;
  position: relative;
  text-align: left;
  width: 10px;
}

#product_table.glands table tr td span.gold,#product_table.glands-ru table tr td span.gold,#product_table.cable-glands table tr td span.gold,#product_table.cleats table tr td span.gold,#product_table.cleats-ru table tr td span.gold,#product_table.cable-cleats table tr td span.gold,#product_table.accessories table tr td span.gold,#product_table.accessories-ru table tr td span.gold {
  background-color: #fbb911;
  color: #262321;
  color: #FFF;
  display: none;
  height: 100%;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#product_table.glands table tr td span.black,#product_table.glands-ru table tr td span.black,#product_table.cable-glands table tr td span.black,#product_table.cleats table tr td span.black,#product_table.cleats-ru table tr td span.black,#product_table.cable-cleats table tr td span.black,#product_table.accessories table tr td span.black,#product_table.accessories-ru table tr td span.black {
  background-color: #262321;
  color: #FFF;
  display: none;
  height: 100%;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#product_table.glands table tr td span.left,#product_table.glands-ru table tr td span.left,#product_table.cable-glands table tr td span.left,#product_table.cleats table tr td span.left,#product_table.cleats-ru table tr td span.left,#product_table.cable-cleats table tr td span.left,#product_table.accessories table tr td span.left,#product_table.accessories-ru table tr td span.left {
  text-align: left;
}

#product_table.glands table tr td span.lc,#product_table.glands-ru table tr td span.lc,#product_table.cable-glands table tr td span.lc,#product_table.cleats table tr td span.lc,#product_table.cleats-ru table tr td span.lc,#product_table.cable-cleats table tr td span.lc,#product_table.accessories table tr td span.lc,#product_table.accessories-ru table tr td span.lc {
  text-transform: none;
}

#product_table.glands table tr:nth-child(2n+3) td,#product_table.glands-ru table tr:nth-child(2n+3) td,#product_table.cable-glands table tr:nth-child(2n+3) td,#product_table.cleats table tr:nth-child(2n+3) td,#product_table.cleats-ru table tr:nth-child(2n+3) td,#product_table.cable-cleats table tr:nth-child(2n+3) td,#product_table.accessories table tr:nth-child(2n+3) td,#product_table.accessories-ru table tr:nth-child(2n+3) td {
  background-color: #DCDDDE;
}

#product_table.glands table caption a,#product_table.glands-ru table caption a,#product_table.cable-glands table caption a,#product_table.accessories table caption a,#product_table.accessories-ru table caption a {
  color: #fbb911;
}

#product_table.glands table.header1 tr:nth-child(1) td,#product_table.glands table.header1 tr:nth-child(1) th,#product_table.glands-ru table.header1 tr:nth-child(1) td,#product_table.glands-ru table.header1 tr:nth-child(1) th,#product_table.cable-glands table.header1 tr:nth-child(1) td,#product_table.cable-glands table.header1 tr:nth-child(1) th,#product_table.accessories table.header1 tr:nth-child(1) td,#product_table.accessories table.header1 tr:nth-child(1) th,#product_table.accessories-ru table.header1 tr:nth-child(1) td,#product_table.accessories-ru table.header1 tr:nth-child(1) th {
  background-color: #fbb911 !important;
  font-weight: 600;
  white-space: normal;
}

#product_table.glands table.header2 tr:nth-child(1) td,#product_table.glands table.header2 tr:nth-child(1) th,#product_table.glands table.header2 tr:nth-child(2) td,#product_table.glands table.header2 tr:nth-child(2) th,#product_table.glands-ru table.header2 tr:nth-child(1) td,#product_table.glands-ru table.header2 tr:nth-child(1) th,#product_table.glands-ru table.header2 tr:nth-child(2) td,#product_table.glands-ru table.header2 tr:nth-child(2) th,#product_table.cable-glands table.header2 tr:nth-child(1) td,#product_table.cable-glands table.header2 tr:nth-child(1) th,#product_table.cable-glands table.header2 tr:nth-child(2) td,#product_table.cable-glands table.header2 tr:nth-child(2) th,#product_table.accessories table.header2 tr:nth-child(1) td,#product_table.accessories table.header2 tr:nth-child(1) th,#product_table.accessories table.header2 tr:nth-child(2) td,#product_table.accessories table.header2 tr:nth-child(2) th,#product_table.accessories-ru table.header2 tr:nth-child(1) td,#product_table.accessories-ru table.header2 tr:nth-child(1) th,#product_table.accessories-ru table.header2 tr:nth-child(2) td,#product_table.accessories-ru table.header2 tr:nth-child(2) th {
  background-color: #fbb911 !important;
  font-weight: 600;
  white-space: normal;
}

#product_table.glands table.header3 tr:nth-child(1) td,#product_table.glands table.header3 tr:nth-child(1) th,#product_table.glands table.header3 tr:nth-child(2) td,#product_table.glands table.header3 tr:nth-child(2) th,#product_table.glands table.header3 tr:nth-child(3) td,#product_table.glands table.header3 tr:nth-child(3) th,#product_table.glands-ru table.header3 tr:nth-child(1) td,#product_table.glands-ru table.header3 tr:nth-child(1) th,#product_table.glands-ru table.header3 tr:nth-child(2) td,#product_table.glands-ru table.header3 tr:nth-child(2) th,#product_table.glands-ru table.header3 tr:nth-child(3) td,#product_table.glands-ru table.header3 tr:nth-child(3) th,#product_table.cable-glands table.header3 tr:nth-child(1) td,#product_table.cable-glands table.header3 tr:nth-child(1) th,#product_table.cable-glands table.header3 tr:nth-child(2) td,#product_table.cable-glands table.header3 tr:nth-child(2) th,#product_table.cable-glands table.header3 tr:nth-child(3) td,#product_table.cable-glands table.header3 tr:nth-child(3) th,#product_table.accessories table.header3 tr:nth-child(1) td,#product_table.accessories table.header3 tr:nth-child(1) th,#product_table.accessories table.header3 tr:nth-child(2) td,#product_table.accessories table.header3 tr:nth-child(2) th,#product_table.accessories table.header3 tr:nth-child(3) td,#product_table.accessories table.header3 tr:nth-child(3) th,#product_table.accessories-ru table.header3 tr:nth-child(1) td,#product_table.accessories-ru table.header3 tr:nth-child(1) th,#product_table.accessories-ru table.header3 tr:nth-child(2) td,#product_table.accessories-ru table.header3 tr:nth-child(2) th,#product_table.accessories-ru table.header3 tr:nth-child(3) td,#product_table.accessories-ru table.header3 tr:nth-child(3) th {
  background-color: #fbb911 !important;
  font-weight: 600;
  white-space: normal;
}

#product_table.glands table.header4 tr:nth-child(1) td,#product_table.glands table.header4 tr:nth-child(1) th,#product_table.glands table.header4 tr:nth-child(2) td,#product_table.glands table.header4 tr:nth-child(2) th,#product_table.glands table.header4 tr:nth-child(3) td,#product_table.glands table.header4 tr:nth-child(3) th,#product_table.glands table.header4 tr:nth-child(4) td,#product_table.glands table.header4 tr:nth-child(4) th,#product_table.glands-ru table.header4 tr:nth-child(1) td,#product_table.glands-ru table.header4 tr:nth-child(1) th,#product_table.glands-ru table.header4 tr:nth-child(2) td,#product_table.glands-ru table.header4 tr:nth-child(2) th,#product_table.glands-ru table.header4 tr:nth-child(3) td,#product_table.glands-ru table.header4 tr:nth-child(3) th,#product_table.glands-ru table.header4 tr:nth-child(4) td,#product_table.glands-ru table.header4 tr:nth-child(4) th,#product_table.cable-glands table.header4 tr:nth-child(1) td,#product_table.cable-glands table.header4 tr:nth-child(1) th,#product_table.cable-glands table.header4 tr:nth-child(2) td,#product_table.cable-glands table.header4 tr:nth-child(2) th,#product_table.cable-glands table.header4 tr:nth-child(3) td,#product_table.cable-glands table.header4 tr:nth-child(3) th,#product_table.cable-glands table.header4 tr:nth-child(4) td,#product_table.cable-glands table.header4 tr:nth-child(4) th,#product_table.accessories table.header4 tr:nth-child(1) td,#product_table.accessories table.header4 tr:nth-child(1) th,#product_table.accessories table.header4 tr:nth-child(2) td,#product_table.accessories table.header4 tr:nth-child(2) th,#product_table.accessories table.header4 tr:nth-child(3) td,#product_table.accessories table.header4 tr:nth-child(3) th,#product_table.accessories table.header4 tr:nth-child(4) td,#product_table.accessories table.header4 tr:nth-child(4) th,#product_table.accessories-ru table.header4 tr:nth-child(1) td,#product_table.accessories-ru table.header4 tr:nth-child(1) th,#product_table.accessories-ru table.header4 tr:nth-child(2) td,#product_table.accessories-ru table.header4 tr:nth-child(2) th,#product_table.accessories-ru table.header4 tr:nth-child(3) td,#product_table.accessories-ru table.header4 tr:nth-child(3) th,#product_table.accessories-ru table.header4 tr:nth-child(4) td,#product_table.accessories-ru table.header4 tr:nth-child(4) th {
  background-color: #fbb911 !important;
  font-weight: 600;
  white-space: normal;
}

#product_table.cleats table caption a,#product_table.cleats-ru table caption a,#product_table.cable-cleats table caption a {
  color: #215d8f;
}

#product_table.cleats table.header1 tr:nth-child(1) td,#product_table.cleats table.header1 tr:nth-child(1) th,#product_table.cleats-ru table.header1 tr:nth-child(1) td,#product_table.cleats-ru table.header1 tr:nth-child(1) th,#product_table.cable-cleats table.header1 tr:nth-child(1) td,#product_table.cable-cleats table.header1 tr:nth-child(1) th {
  background-color: #215d8f !important;
  color: #FFFFFF !important;
  font-weight: 600;
  white-space: normal;
}

#product_table.cleats table.header2 tr:nth-child(1) td,#product_table.cleats table.header2 tr:nth-child(1) th,#product_table.cleats table.header2 tr:nth-child(2) td,#product_table.cleats table.header2 tr:nth-child(2) th,#product_table.cleats-ru table.header2 tr:nth-child(1) td,#product_table.cleats-ru table.header2 tr:nth-child(1) th,#product_table.cleats-ru table.header2 tr:nth-child(2) td,#product_table.cleats-ru table.header2 tr:nth-child(2) th,#product_table.cable-cleats table.header2 tr:nth-child(1) td,#product_table.cable-cleats table.header2 tr:nth-child(1) th,#product_table.cable-cleats table.header2 tr:nth-child(2) td,#product_table.cable-cleats table.header2 tr:nth-child(2) th {
  background-color: #215d8f !important;
  color: #FFFFFF !important;
  font-weight: 600;
  white-space: normal;
}

#product_table.cleats table.header3 tr:nth-child(1) td,#product_table.cleats table.header3 tr:nth-child(1) th,#product_table.cleats table.header3 tr:nth-child(2) td,#product_table.cleats table.header3 tr:nth-child(2) th,#product_table.cleats table.header3 tr:nth-child(3) td,#product_table.cleats table.header3 tr:nth-child(3) th,#product_table.cleats-ru table.header3 tr:nth-child(1) td,#product_table.cleats-ru table.header3 tr:nth-child(1) th,#product_table.cleats-ru table.header3 tr:nth-child(2) td,#product_table.cleats-ru table.header3 tr:nth-child(2) th,#product_table.cleats-ru table.header3 tr:nth-child(3) td,#product_table.cleats-ru table.header3 tr:nth-child(3) th,#product_table.cable-cleats table.header3 tr:nth-child(1) td,#product_table.cable-cleats table.header3 tr:nth-child(1) th,#product_table.cable-cleats table.header3 tr:nth-child(2) td,#product_table.cable-cleats table.header3 tr:nth-child(2) th,#product_table.cable-cleats table.header3 tr:nth-child(3) td,#product_table.cable-cleats table.header3 tr:nth-child(3) th {
  background-color: #215d8f !important;
  color: #FFFFFF !important;
  font-weight: 600;
  white-space: normal;
}

#product_table.cleats table.header4 tr:nth-child(1) td,#product_table.cleats table.header4 tr:nth-child(1) th,#product_table.cleats table.header4 tr:nth-child(2) td,#product_table.cleats table.header4 tr:nth-child(2) th,#product_table.cleats table.header4 tr:nth-child(3) td,#product_table.cleats table.header4 tr:nth-child(3) th,#product_table.cleats table.header4 tr:nth-child(4) td,#product_table.cleats table.header4 tr:nth-child(4) th,#product_table.cleats-ru table.header4 tr:nth-child(1) td,#product_table.cleats-ru table.header4 tr:nth-child(1) th,#product_table.cleats-ru table.header4 tr:nth-child(2) td,#product_table.cleats-ru table.header4 tr:nth-child(2) th,#product_table.cleats-ru table.header4 tr:nth-child(3) td,#product_table.cleats-ru table.header4 tr:nth-child(3) th,#product_table.cleats-ru table.header4 tr:nth-child(4) td,#product_table.cleats-ru table.header4 tr:nth-child(4) th,#product_table.cable-cleats table.header4 tr:nth-child(1) td,#product_table.cable-cleats table.header4 tr:nth-child(1) th,#product_table.cable-cleats table.header4 tr:nth-child(2) td,#product_table.cable-cleats table.header4 tr:nth-child(2) th,#product_table.cable-cleats table.header4 tr:nth-child(3) td,#product_table.cable-cleats table.header4 tr:nth-child(3) th,#product_table.cable-cleats table.header4 tr:nth-child(4) td,#product_table.cable-cleats table.header4 tr:nth-child(4) th {
  background-color: #215d8f !important;
  color: #FFFFFF !important;
  font-weight: 600;
  white-space: normal;
}

.modal-trigger {
  position: absolute;
  bottom: 50px;
  right: 0;
  background: #fbb911;
  width: 50%;
  padding: 20px;
  z-index: 1 !important;
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

#split_panel {
  padding: 0 3px;
}

#split_panel .content {
  background-color: #F0F0F0;
  height: 390px;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  #split_panel .content {
    float: left;
    width: 50%;
  }
}

#split_panel .content img {
  bottom: 0;
  display: none;
  height: 90%;
  position: absolute;
  right: -160px;
}

@media (min-width: 992px) {
  #split_panel .content img {
    display: block;
  }
}

#split_panel .content div {
  padding-left: 50px;
  padding-right: 100px;
  padding-top: 30px;
}

#split_panel .content h1 {
  color: #262321;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  #split_panel .content h1 {
    font-size: 28px;
  }
}

#split_panel .content ul {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  list-style: none;
}

#split_panel .content ul li a {
  color: #262321;
  position: relative;
  text-decoration: none;
}

#split_panel .content ul li a .glyphicon {
  display: none;
  font-size: 10px;
  left: -25px;
  line-height: 30px;
  position: absolute;
  top: -2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

@media (min-width: 992px) {
  #split_panel .content ul li a .glyphicon {
    display: block;
  }
}

#split_panel .content ul li a:hover .glyphicon,#split_panel .content ul li a.current .glyphicon {
  left: -15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#split_panel .image {
  height: 390px;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  #split_panel .image {
    float: right;
    width: 50%;
  }
}

#split_panel .image div {
  background-position: center;
  background-size: cover;
  filter: blur(0);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

#split_panel .image div.current {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#sub_page_links {
  padding: 20px 0;
}

#sub_page_links ul {
  border-top: 1px solid #DEDEDE;
  font-size: 20px;
  font-weight: 400;
}

#sub_page_links ul li {
  border-bottom: 1px solid #DEDEDE;
  display: block;
  padding: 10px 0 10px 20px;
}

#sub_page_links ul li a {
  color: #262321;
  line-height: 27px;
  position: relative;
  text-decoration: none;
}

#sub_page_links ul li a span {
  color: #fbb911;
  font-size: 14px;
  left: -25px;
  line-height: 30px;
  position: absolute;
  top: -1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

#sub_page_links ul li a:hover span {
  left: -15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#sub_page_link_text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

#sub_page_link_text strong {
  font-weight: 600;
}

#sub_page_link_text span {
  color: #fbb911;
  white-space: nowrap;
}

#sub_page_link_text a {
  color: #fbb911;
  text-decoration: none;
  white-space: nowrap;
}

#sub_page_link_text.cleats span {
  color: #215d8f;
}

#sub_page_link_text.cleats a {
  color: #215d8f;
}

#technical_page_links ul {
  display: block;
  list-style: none;
  padding: 20px 15px 0 20px;
}

#technical_page_links ul li a {
  color: #13100d;
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 0;
  position: relative;
  text-decoration: none;
}

#technical_page_links ul li a.current {
  color: #fbb911;
}

#technical_page_links ul li a .glyphicon {
  color: #fbb911;
  display: none;
  font-size: 10px;
  left: -25px;
  line-height: 30px;
  position: absolute;
  top: 6px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

@media (min-width: 992px) {
  #technical_page_links ul li a .glyphicon {
    display: block;
  }
}

#technical_page_links ul li a:hover .glyphicon,#technical_page_links ul li a.current .glyphicon {
  left: -15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#technical_page_links ul li ul {
  display: none;
  padding: 0 0 0 20px;
}

#technical_page_links ul li ul li a {
  font-size: 15px;
  font-weight: 400;
}

#technical_page_links ul li ul li a:hover {
  text-decoration: underline;
}

#technical_page_links ul li .current+ul {
  display: block;
}

#technical_page_links h2 {
  font-size: 22px;
  line-height: 35px;
  padding: 50px 20px 20px 20px;
}

#technical_page_links h2 span {
  color: #fbb911;
  white-space: nowrap;
}

#technical_page_links h3 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  padding: 20px 20px 0 20px;
  width: 260px;
}

#technical_page_links h3 span {
  border-top: 1px solid #DEDEDE;
  display: block;
  margin-bottom: 20px;
}

#technical_page_links form {
  display: block;
  padding: 20px;
}

#technical_page_links form input,#technical_page_links form button {
  display: block;
  width: 220px;
}

#technical_page_links form input {
  border: 1px solid #DEDEDE;
  color: #262321;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
  padding: 0 12px;
}

#technical_page_links form button,#technical_page_links form input[type=submit] {
  background-color: #262321;
  border: none;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  position: relative;
  text-transform: uppercase;
}

#technical_page_links form button .glyphicon,#technical_page_links form input[type=submit] .glyphicon {
  color: #fbb911;
  display: none;
  font-size: 10px;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

@media (min-width: 992px) {
  #technical_page_links form button .glyphicon,#technical_page_links form input[type=submit] .glyphicon {
    display: block;
  }
}

#technical_page_links form button:hover .glyphicon,#technical_page_links form button.current .glyphicon,#technical_page_links form input[type=submit]:hover .glyphicon,#technical_page_links form input[type=submit].current .glyphicon {
  left: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#modular {
  padding-top: 30px;
}

#modular #sub_page_links {
  margin-top: -10px;
  padding-top: 0 !important;
}

.modular {
  padding-bottom: 25px !important;
  padding-top: 0 !important;
}

.modular h1 {
  margin-bottom: -5px;
}

img.modular.full {
  display: block;
  height: auto;
  margin-bottom: 25px;
  padding-bottom: 0 !important;
  width: 100%;
}

img.modular.reg {
  display: block;
  height: auto;
  margin: 0 auto 25px auto;
  padding-bottom: 0 !important;
}

.img_overlay_logo {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/modular_img_overlay_logo.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  mouse-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.zoom_image h2 {
  background-color: #fbb911;
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/zoom_image_icon.svg");
  background-position: right center;
  background-repeat: no-repeat;
  color: #13100d;
  display: block;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  padding: 25px 100px 25px 25px;
  position: relative;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.zoom_image h2 a {
  display: block;
  height: 68px;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}

.zoom_image .zoom-image {
  height: auto;
  width: 100%;
}

.zoom_image .ap_zoom {
  bottom: 0;
  color: #fbb911;
  font-size: 18px;
  font-weight: 600;
  right: 0;
  padding: 20px;
  position: absolute;
  text-transform: uppercase;
}

.zoom_image .ap_zoom .glyphicon {
  font-size: 15px;
}

.zoom_image p {
  display: block;
  font-size: 15px;
  line-height: 25px;
  padding-top: 20px;
  margin-bottom: 0;
}

.image_link_panel .ilp_content {
  padding: 25px !important;
}

.image_link_panel .ilp_content h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 25px;
}

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

.image_link_panel .ilp_content a {
  background-color: #262321;
  color: #FFFFFF;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 25px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.image_link_panel .ilp_content a .glyphicon {
  color: #fbb911;
  display: none;
  font-size: 10px;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 9px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

@media (min-width: 992px) {
  .image_link_panel .ilp_content a .glyphicon {
    display: block;
  }
}

.image_link_panel .ilp_content a:hover .glyphicon,.image_link_panel .ilp_content a.current .glyphicon {
  left: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.image_link_panel .colour_strip div {
  height: 5px;
}

.home_social_panel>div {
  background-color: #F2F2F2;
  background-color: #EEE;
  margin-bottom: 6px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.home_social_panel>div:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .home_social_panel>div {
    height: 80px;
  }
}

@media (min-width: 992px) {
  .home_social_panel>div>div {
    left: 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.home_social_panel>div>div span {
  background-color: #fbb911;
  background-position: center;
  background-size: contain;
  display: inline-block;
  height: 42px;
  margin-right: 10px;
  vertical-align: middle;
  width: 42px;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

.home_social_panel>div>div span.ln {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/social_bl.png");
}

.home_social_panel>div>div span.tw {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/social_tw.png");
}

.home_social_panel>div>div span.li {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/social_li.png");
}

.home_social_panel>div>div h4 {
  display: inline-block;
  font: 400 22px/42px "Source Sans Pro",sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
}

.home_social_panel>div>div h4 strong {
  font-weight: 700;
}

.home_social_panel>div>div p {
  font: 400 15px/25px "Source Sans Pro",sans-serif;
  margin: 10px 0 0 0;
}

.home_social_panel>div>div:hover span {
  margin-right: 20px;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

.home_social_panel>div a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

#exlogos {
  padding: 30px 0 0 0;
}

#exlogos ul {
  display: block;
  list-style: none;
  text-align: center;
}

#exlogos ul li {
  display: inline-block;
  font: 600 14px/20px "Source Sans Pro",sans-serif;
  height: 0;
  margin: 5px;
  padding-bottom: 17%;
  position: relative;
  width: 17%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

@media (min-width: 480px) {
  #exlogos ul li {
    font: 600 18px/20px "Source Sans Pro",sans-serif;
  }
}

@media (min-width: 768px) {
  #exlogos ul li {
    font: 600 14px/20px "Source Sans Pro",sans-serif;
  }
}

@media (min-width: 1200px) {
  #exlogos ul li {
    font: 600 20px/20px "Source Sans Pro",sans-serif;
  }
}

#exlogos ul li span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#exlogos ul.accessories li,#exlogos ul.accessories-ru li {
  background-color: #fbb911;
}

#exlogos ul.cleats li,#exlogos ul.cleats-ru li,#exlogos ul.cable-cleats li {
  background-color: #215d8f;
}

#exlogos ul.glands li,#exlogos ul.glands-ru li {
  background-color: #fbb911;
}

.iframe-seamless {
  width: 100%;
}

#how_to_order table td,#how_to_order_acc table td {
  white-space: normal !important;
}

#how_to_order table td.gold,#how_to_order_acc table td.gold {
  background-color: #fbb911 !important;
  color: #262321 !important;
}

#how_to_order table td.black,#how_to_order_acc table td.black {
  background-color: #262321 !important;
  color: #FFF !important;
}

#how_to_order table td.white,#how_to_order_acc table td.white {
  background-color: #FFF !important;
  color: #262321 !important;
}

#how_to_order table td.grey,#how_to_order_acc table td.grey {
  background-color: #ECEDED !important;
  color: #262321 !important;
}

#how_to_order table td.highlight,#how_to_order_acc table td.highlight {
  border: 4px solid #B20000;
}

#how_to_order table td.rightborder,#how_to_order_acc table td.rightborder {
  border-right: 4px solid #fbb911;
  text-align: left !important;
}

#how_to_order table td.alignleft,#how_to_order_acc table td.alignleft {
  text-align: left !important;
}

#how_to_order table td .half,#how_to_order_acc table td .half {
  display: inline-block !important;
  position: relative !important;
  text-align: center !important;
  width: 49% !important;
}

#how_to_order table.how_to_order_main tr td,#how_to_order_acc table.how_to_order_main tr td {
  font-size: 18px !important;
  text-transform: none !important;
}

#how_to_order table.how_to_order_large tr td,#how_to_order_acc table.how_to_order_large tr td {
  padding: 15px !important;
  text-transform: none !important;
}

#how_to_order table.how_to_order_acc_main tr td,#how_to_order_acc table.how_to_order_acc_main tr td {
  padding: 15px !important;
  text-transform: none !important;
}

#how_to_order table.how_to_order_acc_small tr td,#how_to_order_acc table.how_to_order_acc_small tr td {
  padding: 15px !important;
  text-transform: none !important;
}

#at_a_glance {
  padding-top: 30px;
}

#at_a_glance .row {
  margin-bottom: 0;
  padding: 30px 0;
}

#at_a_glance .row.dark {
  background-color: #262321;
  color: #FFFFFF;
}

#at_a_glance .row.dark h3 {
  color: #FFFFFF;
}

#at_a_glance .row.dark h5 {
  color: #fbb911;
}

#at_a_glance .row.light {
  background-color: #FFFFFF;
  color: #262321;
}

#at_a_glance .row.light h3 {
  color: #262321;
}

#at_a_glance .row.light h5 {
  color: #262321;
}

#at_a_glance .row>[class^="col-"]>div,#at_a_glance .row>[class*=" col-"]>div {
  padding: 10px;
  text-align: center;
}

#at_a_glance .row>[class^="col-"]>div img.logo,#at_a_glance .row>[class*=" col-"]>div img.logo {
  display: block;
  height: auto;
  width: 100%;
}

#at_a_glance .row>[class^="col-"]>div img.values,#at_a_glance .row>[class*=" col-"]>div img.values {
  display: block;
  height: auto;
  margin: 0 auto 20px auto;
  width: 55%;
}

#at_a_glance .row>[class^="col-"]>div img.industries,#at_a_glance .row>[class*=" col-"]>div img.industries {
  display: block;
  height: auto;
  margin: 0 auto 20px auto;
  width: 75%;
}

#at_a_glance h3 {
  font: 700 20px/20px "Source Sans Pro",sans-serif;
  padding: 0 30px;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  #at_a_glance h3 {
    font: 700 25px/25px "Source Sans Pro",sans-serif;
  }
}

@media (min-width: 768px) {
  #at_a_glance h3 {
    font: 700 30px/30px "Source Sans Pro",sans-serif;
  }
}

@media (min-width: 992px) {
  #at_a_glance h3 {
    font: 700 35px/35px "Source Sans Pro",sans-serif;
  }
}

@media (min-width: 1200px) {
  #at_a_glance h3 {
    font: 700 40px/40px "Source Sans Pro",sans-serif;
  }
}

#at_a_glance h5 {
  font: 700 20px/20px "Source Sans Pro",sans-serif;
  padding: 15px;
  text-transform: uppercase;
}

#at_a_glance ul {
  padding: 15px;
  text-align: left;
}

#at_a_glance ul li {
  padding-bottom: 10px;
}

#info_header {
  display: table;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}

#info_header>div {
  display: table-row;
}

#info_header>div>div {
  display: table-cell;
  vertical-align: middle;
}

#info_header>div>div.info_logo {
  width: 20%;
}

#info_header>div>div.info_title {
  text-align: center;
}

#info_header>div>div.info_title h1 {
  font: 700 30px/30px "Source Sans Pro",sans-serif;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  #info_header>div>div.info_title h1 {
    font: 700 50px/50px "Source Sans Pro",sans-serif;
  }
}

@media (min-width: 768px) {
  #info_header>div>div.info_title h1 {
    font: 700 50px/50px "Source Sans Pro",sans-serif;
  }
}

@media (min-width: 992px) {
  #info_header>div>div.info_title h1 {
    font: 700 70px/70px "Source Sans Pro",sans-serif;
  }
}

@media (min-width: 1200px) {
  #info_header>div>div.info_title h1 {
    font: 700 70px/70px "Source Sans Pro",sans-serif;
  }
}

#keystats h2 {
  color: #fbb911;
  font: 700 30px/30px "Source Sans Pro",sans-serif;
  text-align: right;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  #keystats h2 {
    font: 700 50px/50px "Source Sans Pro",sans-serif;
  }
}

@media (min-width: 768px) {
  #keystats h2 {
    font: 700 50px/50px "Source Sans Pro",sans-serif;
  }
}

@media (min-width: 992px) {
  #keystats h2 {
    font: 700 70px/70px "Source Sans Pro",sans-serif;
  }
}

@media (min-width: 1200px) {
  #keystats h2 {
    font: 700 70px/70px "Source Sans Pro",sans-serif;
  }
}

#keystats p {
  display: block;
  position: relative;
  text-align: left;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#cookie-bar {
  background: #111111;
  font: 400 15px/40px "Source Sans Pro", sans-serif;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 20px 0;
  z-index: 9999999 !important;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 5px 10px;
  margin-left: 8px;
  text-decoration: underline;
}

#cookie-bar .cb-enable {
  background: #007700;
  text-decoration: none;
}

#cookie-bar .cb-enable:hover {
  background: #009900;
}

#error_404 h1 {
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

#error_404 h4 {
  text-align: center;
}

#error_404 p {
  line-height: 22px;
  text-align: center;
}

#error_404 .error_img {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/404.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 16%;
}

#error_404 form {
  display: block;
  margin-bottom: 50px;
}

#error_404 form input[type="text"],#error_404 form input[type="submit"] {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin: 0;
  vertical-align: middle;
}

#error_404 form input[type="text"] {
  border: 1px solid #3c3938;
  border-right: none;
  padding: 0 10px;
  width: 70%;
}

#error_404 form input[type="submit"] {
  background-color: #262321;
  border: 1px solid #262321;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  width: 30%;
}

#error_404 #panels_404 .item_404_panel_wrapper {
  padding: 20px;
}

#error_404 #panels_404 .item_404_panel_wrapper .item_404_panel {
  background-color: #DDD;
  height: 280px;
  padding: 20px;
}

#error_404 #panels_404 h4 {
  color: #262321;
  font: 700 18px/21px "Source Sans Pro",sans-serif;
  margin-bottom: 20px;
  text-align: left;
}

#error_404 #panels_404 p {
  display: block;
  margin-bottom: 20px;
  text-align: left;
}

#error_404 #panels_404 p:last-of-type {
  margin-bottom: 0;
  font-size: 14px;
}

#error_404 #panels_404 p a {
  color: #13100d;
  text-decoration: underline;
}

#error_404 #panels_404 p a.block {
  text-decoration: none;
}

#error_404 #panels_404 a.block {
  background-color: #262321;
  border: 1px solid #262321;
  color: #FFF;
  display: block;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
}

#newsletter_panel {
  background-color: #262321;
  border: 1px solid #3c3938;
  bottom: -1px;
  height: 215px;
  padding: 20px;
  position: fixed;
  right: -1px;
  width: 330px;
  z-index: 9999;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: bottom;
  -o-transition-property: bottom;
  -webkit-transition-property: bottom;
  transition-property: bottom;
}

#newsletter_panel.slideoff {
  bottom: -250px;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: bottom;
  -o-transition-property: bottom;
  -webkit-transition-property: bottom;
  transition-property: bottom;
}

#newsletter_panel #mobswitch {
  background-color: #262321;
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/mobswitch.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 100px;
  left: -30px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 9999;
}

@media (max-width: 991px) {
  #newsletter_panel {
    bottom: auto;
    margin-top: -108px;
    top: 50%;
    right: -1px;
    width: 290px;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-property: right;
    -o-transition-property: right;
    -webkit-transition-property: right;
    transition-property: right;
  }

  #newsletter_panel.slideout {
    right: -291px;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-property: right;
    -o-transition-property: right;
    -webkit-transition-property: right;
    transition-property: right;
  }

  #newsletter_panel.slideoff {
    right: -400px;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-property: right;
    -o-transition-property: right;
    -webkit-transition-property: right;
    transition-property: right;
  }
}

#newsletter_panel #close_np {
  color: #FFF;
  display: block;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
}

#newsletter_panel h3 {
  color: #FFF;
  display: block;
  font: 400 28px/38px "Source Sans Pro",sans-serif;
  text-align: center;
  text-transform: uppercase;
}

#newsletter_panel p {
  color: #FFF;
  display: block;
  font: 400 15px/25px "Source Sans Pro",sans-serif;
  margin-bottom: 15px;
  text-align: center;
}

#newsletter_panel form {
  display: block;
  text-align: center;
}

#newsletter_panel form input {
  background-color: #FFF;
  border: none;
  color: #262321;
  display: block;
  font: 400 15px/35px "Source Sans Pro",sans-serif;
  height: 35px;
  margin-bottom: 15px;
  padding: 0 12px;
  width: 100%;
}

#newsletter_panel form button {
  background-color: #fbb911;
  border: none;
  color: #262321;
  display: table;
  font: 600 20px/35px "Source Sans Pro",sans-serif;
  margin: 0 auto;
  text-transform: uppercase;
}

#newsletter_panel form button span {
  display: none;
}

#product_button_panel .pb_wrapper a {
  background-color: #fbb911;
  color: #262321;
  display: block;
  font: 600 12px/16px "Source Sans Pro",sans-serif;
  margin-bottom: 6px;
  padding: 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #product_button_panel .pb_wrapper a {
    margin-bottom: 0;
  }
}

#product_button_panel .pb_wrapper a span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
}

#product_button_panel .pb_wrapper a span.pb_enquire {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/pb_enquire.png");
}

#product_button_panel .pb_wrapper a span.pb_download {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/pb_download.png");
}

@media (min-width: 992px) {
  #product_button_panel .pb_wrapper a span {
    height: 52px;
    width: 52px;
  }
}

#product_button_panel .pb_wrapper a.cleats-ru {
  background-color: #215d8f;
  color: #FFF;
}

#product_button_panel .pb_wrapper a.cleats-ru span.pb_enquire {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/pb_enquire_w.png");
}

#product_button_panel .pb_wrapper a.cleats-ru span.pb_download {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/pb_download_w.png");
}

#tablepress-344 .row-4>td {
  height: 120px;
}

#tablepress-344 .column-1 {
  width: 100px !important;
  z-index: 2 !important;
}

#tablepress-344 .column-2,#tablepress-344 .column-3,#tablepress-344 .column-4,#tablepress-344 .column-5,#tablepress-344 .column-6,#tablepress-344 .column-7,#tablepress-344 .column-8,#tablepress-344 .column-9,#tablepress-344 .column-10,#tablepress-344 .column-11,#tablepress-344 .column-12,#tablepress-344 .column-13,#tablepress-344 .column-14,#tablepress-344 .column-15,#tablepress-344 .column-16,#tablepress-344 .column-17,#tablepress-344 .column-18,#tablepress-344 .column-19,#tablepress-344 .column-20,#tablepress-344 .column-21,#tablepress-344 .column-22,#tablepress-344 .column-23,#tablepress-344 .column-24,#tablepress-344 .column-25,#tablepress-344 .column-26,#tablepress-344 .column-27,#tablepress-344 .column-28,#tablepress-344 .column-29,#tablepress-344 .column-30,#tablepress-344 .column-31,#tablepress-344 .column-32,#tablepress-344 .column-33,#tablepress-344 .column-34,#tablepress-344 .column-35,#tablepress-344 .column-36,#tablepress-344 .column-37,#tablepress-344 .column-38,#tablepress-344 .column-39,#tablepress-344 .column-40,#tablepress-344 .column-41,#tablepress-344 .column-42,#tablepress-344 .column-43,#tablepress-344 .column-44,#tablepress-344 .column-45 {
  width: 24px !important;
}

#tablepress-324 .column-1 {
  z-index: 2 !important;
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}

.container {
  padding-right: 3px;
  padding-left: 3px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1194px;
  }
}

.container .row {
  margin-right: -3px;
  margin-left: -3px;
}

.container .row>[class^="col-"],.container .row>[class*=" col-"] {
  padding-right: 3px;
  padding-left: 3px;
}

.container .row.rm {
  margin-right: -15px;
  margin-left: -15px;
}

.container .row.rm>[class^="col-"],.container .row.rm>[class*=" col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

#product_tab_panel table.tablepress tr td span.grey_1 {
  background-color: #e6e7e7;
  color: #444;
}

#product_tab_panel table.tablepress tr td span.grey_2 {
  background-color: #c6c7c9;
  color: #444;
}

#product_tab_panel table.tablepress tr td span.grey_3 {
  background-color: #939497;
  color: #fff;
}

#product_tab_panel table.tablepress tr td span.grey_4 {
  background-color: #6d6e70;
  color: #fff;
}

#dist_map .world_map_area.ru {
  left: 58%;
  top: 13%;
}

#dist_map .world_map_area.uk {
  left: 43.75%;
  top: 17%;
}

#dist_map .world_map_area.eur {
  left: 49.5%;
  top: 20%;
}

#dist_map .world_map_area.usa {
  left: 16%;
  top: 15%;
}

#dist_map .world_map_area.cam {
  left: 19%;
  top: 41%;
}

#dist_map .world_map_area.sam {
  left: 29%;
  top: 63%;
}

#dist_map .world_map_area.afr {
  left: 51%;
  top: 55%;
}

#dist_map .world_map_area.mde {
  left: 57%;
  top: 37%;
}

#dist_map .world_map_area.asi {
  left: 72%;
  top: 39%;
}

#dist_map .world_map_area.anz {
  left: 81%;
  top: 64%;
}

#dist_map .world_map_area.anz a span {
  top: -40px;
}

.flagcontainermobile {
  vertical-align: middle;
  margin-left: 15px;
  top: 3px;
  bottom: 0;
  left: 0;
  color: white;
  font-weight: 600;
  line-height: 33px;
}

/* #Language */

.language {
  position: fixed;
  top: 7px;
  right: 15px;
  width: 65px;
  font-weight: 600;
  z-index: 1000;
  display: none;
}

@media all and (min-width: 1200px) {

  .language {
    display: block;
  }
}

.language-toggle {
  display: block;
  height: 26px;
  width: 100%;
  line-height: 26px;
  text-align: left;
  border: 0;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  background-color: #000;
  font-family: sans-serif;
}

.language-toggle:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 23px;
  height: 26px;
  background: #fbb911 url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img/select_arrow.png") center center no-repeat;
  background-size: 100%;
}

.language-dropdown {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  background-color: #111;
  display: none;
}

.language-link {
  font-family: sans-serif;
  display: block;
  height: 26px;
  padding: 0 10px;
  line-height: 26px;
  color: #909090;
  font-size: 13px;
  border-top: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s;
}

.language-link:active,
.language-link:focus,
.language-link:hover {
  color: #fff;
  text-decoration: none;
}

.language-link.is-active {
  color: #fff;
  font-weight: bold;
}

#contact_wrapper h3 {
  border-bottom: 1px solid #DEDEDE;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

#contact_wrapper form fieldset ul {
  display: block;
  overflow: hidden;
}



.modal .gform_wrapper .gfield_label,
.modal .gform_wrapper .ginput_container,
.modal .modal-dialog .modal-content .modal-body fieldset ul li {
		display: inline-block;
		line-height: 25px;
		margin-bottom: 0;
		text-align: left;
		vertical-align: top
}

.modal .gform_wrapper .gfield_label,
.modal .modal-dialog .modal-content .modal-body fieldset ul li:nth-child(odd) {
		width: 20%
}
.modal .gform_wrapper .ginput_container,
.modal .modal-dialog .modal-content .modal-body fieldset ul li:nth-child(even) {
		width: 75%
}


.modal .modal-body {
	padding: 0;
}

.modal .modal-body p {
	padding: 25px 25px 0;
}

.modal .gform_wrapper {
	padding: 0 25px 25px;
}

.modal .gform_confirmation_wrapper {
	padding: 0 25px 25px;
}

.modal .gform_wrapper textarea {
	height: 80px;
}

.modal .gform_wrapper .gform_body input,
.modal .gform_wrapper select {
	height: 30px;
}


.modal .gform_wrapper .ginput_container input,
.modal .gform_wrapper .ginput_container textarea {
	margin-bottom: 0;
	padding: 5px 10px;
}



.modal .modal-dialog .modal-content .modal-body fieldset ul li span {
		color: #CC0000
}
.modal .modal-dialog .modal-content .modal-body fieldset ul li input,
.modal .modal-dialog .modal-content .modal-body fieldset ul li textarea {
		border: 1px solid #ABADB3;
		line-height: 19px;
		resize: none;
		width: 100%
}
.modal .modal-dialog .modal-content .modal-body fieldset ul li input.error,
.modal .modal-dialog .modal-content .modal-body fieldset ul li textarea.error {
		border: 1px solid #CC0000
}
.modal .modal-dialog .modal-content .modal-footer button {
		border: none;
		font-size: 15px;
		font-weight: 600;
		height: 35px;
		line-height: 35px;
		padding: 0 25px;
		position: relative;
		text-align: center;
		text-transform: uppercase
}
.modal .modal-dialog .modal-content .modal-footer button .glyphicon {
		display: none;
		font-size: 10px;
		left: 0;
		line-height: 35px;
		position: absolute;
		top: 0;
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-moz-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
		-moz-transition-property: all;
		-o-transition-property: all;
		-webkit-transition-property: all;
		transition-property: all
}
@media (min-width: 992px) {
		.modal .modal-dialog .modal-content .modal-footer button .glyphicon {
				display: block
		}
}
.modal .modal-dialog .modal-content .modal-footer button:hover .glyphicon,
.modal .modal-dialog .modal-content .modal-footer button.current .glyphicon {
		left: 10px;
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-moz-transition-duration: 0.1s;
		-o-transition-duration: 0.1s;
		-webkit-transition-duration: 0.1s;
		transition-duration: 0.1s
}
.modal.glands .modal-dialog .modal-content .modal-header {
		background-color: #fbb911;
		color: #262321
}
.modal.glands .modal-dialog .modal-content .modal-header .close {
		color: #262321
}
.modal.glands .modal-dialog .modal-content .modal-footer button {
		background-color: #fbb911;
		color: #262321
}
.modal.glands .modal-dialog .modal-content .modal-footer button .glyphicon {
		color: #262321
}
.modal.cleats-ru .modal-dialog .modal-content .modal-header {
		background-color: #215d8f;
		color: #FFFFFF
}
.modal.cleats-ru .modal-dialog .modal-content .modal-header .close {
		color: #FFFFFF
}
.modal.cleats-ru .modal-dialog .modal-content .modal-footer button {
		background-color: #215d8f;
		color: #FFFFFF
}
.modal.cleats-ru .modal-dialog .modal-content .modal-footer button .glyphicon {
		color: #fbb911
}



.modal .gform_wrapper .gform_body input,
.modal .gform_wrapper select {
	height: 30px;
}


.modal .gform_wrapper .ginput_container input,
.modal .gform_wrapper .ginput_container textarea {
	margin-bottom: 0;
	padding: 5px 10px;
}


/* #Contact #Form */

.gform_wrapper li {
  list-style: none;
}

.gform_wrapper .validation_message {
  color: red;
  margin-bottom: 10px;
}

.modal .gform_wrapper .validation_message {
  padding-left: 22%;
  padding-top: 6px;
}

.form--contact .gfield_label,
.form--contact .ginput_container,
#contact_wrapper form fieldset ul li {
  display: block;
  float: left;
}

.gform_title {
  font-weight: 700;
}

.form--contact .gform_fields .gfield_checkbox li {
  display: block;
  margin-bottom: 5px;
}

.form--contact .gfield_label,
#contact_wrapper form fieldset ul li:nth-child(odd) {
  clear: left;
  height: 40px;
  line-height: 40px;
  padding: 7px;
  width: 35%;
}

.form--contact .ginput_container,
#contact_wrapper form fieldset ul li:nth-child(even) {
  width: 65%;
}

.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
#contact_wrapper form fieldset ul li input[type='text'],
#contact_wrapper form fieldset ul li select,
#contact_wrapper form fieldset ul li textarea {
  border: 1px solid #BDBDBD;
  display: block;
  margin: 7px 0px;
  width: 100%;
  width: calc(100% - 14px);
}

.gform_wrapper textarea {
  padding: 10px;
}

.form--contact {
  margin-bottom: 4em;
}

#contact_wrapper form fieldset ul li input[type='text'].error,
#contact_wrapper form fieldset ul li select.error,
#contact_wrapper form fieldset ul li textarea.error {
  border: 1px solid #CC0000;
}

.form--contact input[type="text"],
#contact_wrapper form fieldset ul li input[type='text'] {
  height: 40px;
  text-indent: 9px;
}

.panel--cleat-selector select,
#template-cleat-selector select {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img//select_arrow_cleats.png");
}

.panel--cleat-selector select,
.form-field select,
.gform_wrapper select,
#contact_wrapper form fieldset ul li select {
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img//select_arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  height: 40px;
  text-indent: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-field select::-ms-expand,
.gform_wrapper select::-ms-expand,
#contact_wrapper form fieldset ul li select::-ms-expand {
  display: none;
}

#contact_wrapper form fieldset ul li textarea {
  padding: 10px;
  resize: none;
}

#contact_wrapper form fieldset ul li small {
  display: inline-block;
  font-size: 13px;
  margin-left: 30px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#contact_wrapper form fieldset ul li input[type='checkbox'] {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  z-index: -10;
}

#contact_wrapper form fieldset ul li input[type='checkbox']+label {
  cursor: pointer;
  display: inline-block;
  margin: 7px;
}

#contact_wrapper form fieldset ul li input[type='checkbox']+label span {
  border: 1px solid #BDBDBD;
  display: inline-block;
  background-image: url("https://www.cmp-products.com/ru/core/wp-content/themes/cmp/img//checkbox.png");
  background-position: top left;
  background-size: 100% auto;
  height: 20px;
  position: absolute;
  width: 20px;
}

#contact_wrapper form fieldset ul li input[type='checkbox']:checked+label span {
  background-position: bottom left;
}

.form--contact .gform_footer {
  padding-left: 35%;
}

.validation_error {
  color: red;
  margin-bottom: 1em;
  line-height: 1.4;
}

.brochure_panel.cleats .validation_message,
.brochure_panel.cleats .validation_error {
  background-color: rgba(255,255,255,0.75);
  padding: 5px 0;
}

.brochure_panel .gform_confirmation_message {
  color: #fff;
  line-height: 1.4;
}

.form--contact .validation_message {
  float: left;
  clear: both;
  display: block;
  width: 100%;
  padding-left: 35%;
  margin: 0 0 7px;
  font-size: 14px;
  color: red;
}

.gfield_error select,
.gfield_error textarea,
.gfield_error input[type="text"],
.gfield_error input[type="email"] {
  border-color: red;
}

.form--contact .gfield_checkbox {
  margin: 7px;
}

.form--contact .gfield_checkbox input {
  float: left;
  margin-right: 10px;
}

.form--contact .gfield_checkbox label {
  display: inline;
  color: #666;
}

.gform_wrapper .gf-opt-in label {
  display: inline-block;
  width: calc(100% - 30px);
  line-height: 1.25;
}

.gform_wrapper .gf-opt-in input[type="checkbox"] {
  float: left;
  margin: 0 10px 10px 0;
}

.gform_wrapper input[type="submit"],
#contact_wrapper form fieldset ul li #en_submit {
  background-color: #262321;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  margin: 7px;
  margin-left: 0;
  padding: 0 25px;
  position: relative;
  text-transform: uppercase;
}

.gform_wrapper .ginput_recaptcha {
  padding: 16px 0;
}

.brochure_panel .gform_wrapper .ginput_recaptcha {
  padding: 0;
}

#technical_page_links .gform_fields {
	padding: 0 !important;
}
#technical_page_links .gform_wrapper .ginput_recaptcha {
  padding: 0;
  transform: scale(0.725);
  transform-origin: 0 0;
}

#technical_page_links .gform_wrapper .gf-captcha label {
  display: none;
}

#technical_page_links .gform_wrapper .ginput_recaptcha > div {
  height: 60px !important;
}

#contact_wrapper form fieldset ul li #en_submit span {
  color: #fbb911;
  font-size: 10px;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 3px;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

#contact_wrapper form fieldset ul li #en_submit:hover span {
  left: 10px;
		/*filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);*/
  opacity: 1;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#contact_wrapper dl {
  font-size: 17px;
  line-height: 22px;
}

#contact_wrapper dl dt {
  color: #262321;
  font-weight: 600;
}

#contact_wrapper dl dd {
  margin-bottom: 15px;
}

#contact_wrapper dl dd a {
  color: #fbb911;
}








/* #Header #Notice 
================================= */

#main_nav .container {
  position: relative;
  z-index: 100;
}

.header-notice-mobile {
  display: block;
}

#main_nav .header-notice {
  display: none;
}

@media all and (min-width: 1200px) {

  .header-notice-mobile {
    display: none;
  }

  #main_nav .header-notice {
    display: block;
  }

}


.header-notice {
  font-family: "Source Sans Pro",sans-serif;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  z-index: 10;
  color: #555;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.header-notice p {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.header-notice p + p {
  margin-top: 15px;
}

.header-notice p strong {
  color: #000;
  display: inline-block;
  padding-right: 5px;
  font-weight: bold;
}

.header-notice .container > div:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  width: 25px;
  height: 22px;
  display: block;
  background: url('https://www.cmp-products.com/wp-content/uploads/icon-alert.png') center center no-repeat;
  background-size: 20px auto;
}

.header-notice .container > div {
  position: relative;
  display: inline-block;
}


@media all and (min-width: 993px) and (max-width: 1120px) {

  .header-notice .container {
    width: 100%;
    padding-left: 100px;
    max-width: none;
  }
  
  .header-notice p {
    font-size: 15px;
  }

}

@media all and (max-width: 991px) {

  .header-notice {
    height: auto;
  }

  body {
    padding-top: 90px;
  }
  
}

@media all and (max-width: 770px) {


  .header-notice p {
    font-size: 14px;
  }
  
}

@media all and (max-width: 485px) {

  body {
    padding-top: 100px;
  }
  
}


