@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700');

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

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

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

.wrapper {
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #24201d;
}



.overlay_content_from_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}

.open {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.modal_content_from_menu {
  position: fixed;
  width: 510px;
  height: 310px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: translateY,.2s;
  -o-transition: translateY,.2s;
  -moz-transition: translateY,.2s;
  transition: translateY,.2s;
  z-index: 1001;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px 10px 20px;
  -webkit-box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.35), inset 0 -3px #cfcfcf;
  -moz-box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.35), inset 0 -3px #cfcfcf;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.35), inset 0 -3px #cfcfcf;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.modal_content_from_menu .triangleup {
  display: block;
  margin-top: -15px;
  margin-left: 120px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

.modal_content_from_menu .block {
  position: relative;
}

.modal_content_from_menu .block:before {
  position: absolute;
  content: "";
  top: 4%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/orig.png) no-repeat 0 0;
  opacity: 0.1;
}

.modal_content_from_menu .block ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_content_from_menu .block ul li {
  list-style: none;
  margin: 10px 0;
}

.modal_content_from_menu .block ul li a {
  text-decoration: none;
  color: #333;
  padding: 5px 0;
  font-size: 17px;
}

.modal_content_from_menu .block ul li a:hover {
  color: #d4423e;
}

.modal_content_from_menu .block ul .items {
  padding-right: 30px;
}

.modal_content_from_menu .block ul .items:last-child {
  padding-right: 0;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 32px;
  font-weight: 300;
  text-align: center;
  background: #fff;
  color: #fff;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  -moz-transition: background .25s;
  transition: background .25s;
  z-index: 2;
  background: #ED0057;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 30px;
}

.fancybox-close-small:hover::after {
  color: #fff;
  background: #DE0051;
}

.fancybox-is-open .fancybox-bg {
  z-index: 999;
  position: fixed;
  top: 0;
  background: rgba(41, 56, 89, 0.6) url(../img/bg-popup.png) repeat 0 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.info_header {
  background: #fff;
  width: 100%;
  z-index: 1000;
  position: relative;
}

.info_header .header_information {
  width: 100%;
}

.info_header .header_information .different_items {
  width: 100%;
  overflow: hidden;
  background: #333;
  height: 50px;
}

.info_header .header_information .different_items .containers .bread_crumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.info_header .header_information .different_items .containers .bread_crumbs ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  height: 50px;
  position: relative;
}

.info_header .header_information .different_items .containers .bread_crumbs ul li a {
  margin-top: 10px;
  text-decoration: none;
  outline: none;
  color: #CCC;
  height: 30px;
  min-width: 0;
  letter-spacing: .5px;
  padding: 10px 15px;
  font-size: 13px;
}
.info_header .header_information .different_items .containers .bread_crumbs ul span.lastitem {
  color: rgb(151, 150, 150);
}

.info_header .header_information .different_items .containers .bread_crumbs ul li:before {
  position: absolute;
  content: "/";
  top: 16px;
  font-size: 16px;
  right: -2px;
  color: #CCC;
}

.info_header .header_information .different_items .containers .bread_crumbs ul a:active {
  color: #fff;
}

.info_header .header_information .different_items .containers .bread_crumbs ul li:last-child:before {
  display: none;
}

.info_header .header_information .different_items .containers .bread_crumbs ul li:first-child a {
  padding-left: 0;
}

.info_header .header_information .different_items .containers .information_menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.info_header .header_information .different_items .containers .information_menu ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  border-left: 1px solid #666;
  height: 50px;
}

.info_header .header_information .different_items .containers .information_menu ul li a {
  margin-top: 10px;
  text-decoration: none;
  outline: none;
  color: #CCC;
  height: 30px;
  min-width: 0;
  letter-spacing: .5px;
  padding: 10px 20px;
}

.info_header .header_information .different_items .containers .bread_crumbs a {
  text-decoration: underline;
  outline: none;
  color: rgb(255, 255, 255);
  height: 30px;
  min-width: 0;
  letter-spacing: .5px;
}

.info_header .header_information .different_items .secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info_header .header_information .site_navigation {
  border-bottom: 7px #e13a3e solid;
  background: #333;
  opacity: 0.97;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.info_header .header_information .site_navigation .container {
  z-index: 1000;
}

.info_header .header_information .site_navigation .container .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info_header .header_information .site_navigation .container .navigation .logo {
  position: relative;
  height: 75px;
}

.info_header .header_information .site_navigation .container .navigation .logo a {
  position: absolute;
  bottom: 9px;
  left: 0;
  height: 75px;
  width: 151px;
  display: inline-block;
  text-decoration: none;
}

.info_header .header_information .site_navigation .container .navigation .logo a img {
  height: 90px;
}

.info_header .header_information .site_navigation .container .navigation .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}

.info_header .header_information .site_navigation .container .navigation .nav ul li {
  list-style: none;
}

.info_header .header_information .site_navigation .container .navigation .nav ul li a {
  padding: 8px 25px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.info_header .header_information .site_navigation .container .navigation .nav ul li a:hover {
  color: #C4C4C4;
}

.info_header .header_information .site_navigation .container .navigation .nav ul li:first-child {
  padding-left: 0;
}

.info_header .header_information .site_navigation .container .navigation .nav ul li:first-child a {
  padding-left: 0;
}

.info_header .header_information .site_navigation .container .navigation .nav ul li:last-child:before {
  display: none;
}

.info_header .header_information .site_navigation .container .navigation .nav ul .drop {
  position: relative;
  z-index: 5000;
}

.info_header .header_information .site_navigation .container .navigation .nav ul .drop a {
  padding-bottom: 25px;
}

.info_header .header_information .site_navigation .container .navigation .nav ul .drop ul.dropdown {
  margin-top: 27px;
  position: absolute;
  width: 180px;
  background: #333;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  z-index: 10000;
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: translateY, 0.2s;
  -o-transition: translateY, 0.2s;
  -moz-transition: translateY, 0.2s;
  transition: translateY, 0.2s;
  border-top: 1px #e13a3e solid;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 5px 0 15px;
  -webkit-box-shadow: 0 7px 10px 0 rgba(30, 37, 54, 0.08);
  -moz-box-shadow: 0 7px 10px 0 rgba(30, 37, 54, 0.08);
  box-shadow: 0 7px 10px 0 rgba(30, 37, 54, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info_header .header_information .site_navigation .container .navigation .nav ul .drop ul.dropdown li {
  margin: 0;
  padding: 0;
  padding: 8px 5px 8px 5px;
  border: none;
}

.info_header .header_information .site_navigation .container .navigation .nav ul .drop ul.dropdown li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  padding-left: 0;
  padding: 0;
  margin: 0;
}

.info_header .header_information .site_navigation .container .navigation .nav ul .drop ul.dropdown li a:before {
  display: none;
  border: none;
}

.info_header .header_information .site_navigation .container .navigation .nav ul .drop ul.dropdown li:before {
  display: none;
}

.info_header .header_information .site_navigation .container .navigation .nav ul .drop ul.dropdown li:hover a {
  color: #e13a3e;
}

.info_header .header_information .site_navigation .container .navigation .nav ul .drop ul.dropdown li:first-child {
  padding-top: 15px;
}

.info_header .header_information .site_navigation .container .navigation .nav ul .drop ul.dropdown li:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}

.info_header .header_information .site_navigation .container .navigation .nav ul li.drop:hover ul.dropdown {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.info_header .header_information .site_navigation .container .navigation .request_call {
  position: relative;
}

.info_header .header_information .site_navigation .container .navigation .request_call form {
  position: absolute;
  top: 20px;
  right: 0;
  margin-left: 20px;
  margin-top: -3px;
}

.info_header .header_information .site_navigation .container .navigation .request_call form .form_control {
  position: relative;
}

.info_header .header_information .site_navigation .container .navigation .request_call form .form_control .title_searchs {
  border: 1px solid #333;
  padding: 6px 24px;
  padding-right: 20px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  height: 28px;
  width: 0;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  outline: none;
}

.info_header .header_information .site_navigation .container .navigation .request_call form .form_control .close {
  opacity: 0;
}

.info_header .header_information .site_navigation .container .navigation .request_call form .form_control .close .fa {
  cursor: pointer;
}

.info_header .header_information .site_navigation .container .navigation .request_call form .form_control .button {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: #fff;
  padding: 7px 22px;
  padding-bottom: 10px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  color: #333;
  z-index: 100;
  outline: none;
}

.info_header .header_information .site_navigation .container .navigation .request_call form .form_control .fa {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  color: #909090;
  font-size: 20px;
  padding: 10px 14px 11px 14px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  background: #333;
  outline: none;
}

.info_header .header_information .site_navigation .container .navigation .request_call form .active .title_searchs {
  width: 400px;
  -webkit-box-shadow: 0 0 8px rgba(210, 210, 210, 0.36);
  -moz-box-shadow: 0 0 8px rgba(210, 210, 210, 0.36);
  box-shadow: 0 0 8px rgba(210, 210, 210, 0.36);
}

.info_header .header_information .site_navigation .container .navigation .request_call form .active .btn {
  opacity: 0;
}

.info_header .header_information .site_navigation .container .navigation .request_call form .active .close {
  opacity: 1;
}

.info_header .navbar-header {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1002;
  padding: 5px 0 5px 0;
}

.info_header .navbar-header .logo_mob {
  padding: 5px 0 0 0;
  text-align: center;
  display: none;
  margin-left: -20px;
}

.info_header .navbar-header .logo_mob a {
  text-decoration: none;
}

.info_header .navbar-header .logo_mob a img {
  width: 70px;
}

.info_header .navbar-header .request_call {
  position: relative;
}

.info_header .navbar-header .request_call form {
  position: absolute;
  top: -20px;
  right: 0;
}

.info_header .navbar-header .request_call form .form_control {
  position: relative;
}

.info_header .navbar-header .request_call form .form_control .title_searchs {
  border: 1px solid #fff;
  padding: 6px 24px;
  padding-right: 20px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  height: 28px;
  width: 0;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  outline: none;
}

.info_header .navbar-header .request_call form .form_control .close {
  opacity: 0;
}

.info_header .navbar-header .request_call form .form_control .close .fa {
  cursor: pointer;
}

.info_header .navbar-header .request_call form .form_control .button {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: #fff;
  padding: 7px 22px;
  padding-bottom: 10px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  color: #333;
  z-index: 100;
  outline: none;
}

.info_header .navbar-header .request_call form .form_control .fa {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  color: #909090;
  font-size: 20px;
  padding: 10px 14px 11px 14px;
  outline: none;
}

.info_header .navbar-header .request_call form .active .title_searchs {
  width: 230px;
  -webkit-box-shadow: 0 0 8px rgba(210, 210, 210, 0.36);
  -moz-box-shadow: 0 0 8px rgba(210, 210, 210, 0.36);
  box-shadow: 0 0 8px rgba(210, 210, 210, 0.36);
}

.info_header .navbar-header .request_call form .active .btn {
  opacity: 0;
}

.info_header .navbar-header .request_call form .active .close {
  opacity: 1;
}

.info_header .navbar-header .menu-trigger,
.info_header .navbar-header .menu-trigger span {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1002;
}

.info_header .navbar-header .menu-trigger {
  position: relative;
  width: 37px;
  height: 23px;
}

.info_header .navbar-header .menu-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #333;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.info_header .navbar-header .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.info_header .navbar-header .menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.info_header .navbar-header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.info_header #show.actives span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  -moz-transform: translateY(10px) rotate(-315deg);
  -ms-transform: translateY(10px) rotate(-315deg);
  -o-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}

.info_header #show.actives span:nth-of-type(2) {
  opacity: 0;
}

.info_header #show.actives span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(315deg);
  -moz-transform: translateY(-12px) rotate(315deg);
  -ms-transform: translateY(-12px) rotate(315deg);
  -o-transform: translateY(-12px) rotate(315deg);
  transform: translateY(-12px) rotate(315deg);
}

.info_header .burger-menu {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  left: 0;
  background: #fff;
  -webkit-transform: translate(-300px, 0);
  -moz-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  -o-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  -webkit-transition: -webkit-transform 500ms linear;
  transition: -webkit-transform 500ms linear;
  -o-transition: -o-transform 500ms linear;
  -moz-transition: transform 500ms linear, -moz-transform 500ms linear;
  transition: transform 500ms linear;
  transition: transform 500ms linear, -webkit-transform 500ms linear, -moz-transform 500ms linear, -o-transform 500ms linear;
}

.info_header .burger-menu .navi {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 999999;
}

.info_header .burger-menu .navi .block_caption {
  background: url(../img/powersports_video.jpg) no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  height: 130px;
  position: relative;
}

.info_header .burger-menu .navi .block_caption:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}

.info_header .burger-menu .navi .block_caption .images {
  position: relative;
  padding: 40px 0 0 20px;
}

.info_header .burger-menu .navi .block_caption .images img {
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.info_header .burger-menu .navi .nav {
  padding-top: 10px;
  outline: none;
}

.info_header .burger-menu .navi .nav li {
  list-style: none;
  padding: 7px 0;
  padding-left: 15px;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  overflow: hidden;
  position: relative;
  outline: none;
}

.info_header .burger-menu .navi .nav li img {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 37px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.info_header .burger-menu .navi .nav li a {
  outline: none;
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #595959;
  font-family: 'PT Sans Narrow', sans-serif;
}

.info_header .burger-menu .navi .nav .drop > a:before {
  position: absolute;
  top: 7px;
  right: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  border: none;
  content: "\f107";
  color: #D10000;
  font-size: 19px;
}

.info_header .burger-menu .navi .nav .active {
  background: #F0F0F0;
}

.info_header .burger-menu .navi .nav .active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.info_header .burger-menu .navi .nav .active .dropdown {
  display: block;
}

.info_header .burger-menu .navi .nav li:nth-child(5) {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.info_header .burger-menu .navi .nav .dropdown {
  display: none;
  padding-top: 8px;
}

.info_header .burger-menu .navi .nav .dropdown li {
  border: none;
  padding: 4px 0;
  padding-left: 10px;
}

.info_header .burger-menu .navi .nav .dropdown li a {
  padding-left: 20px;
  font-size: 15px;
}

.info_header .burger-menu .navi .nav .dropdown li a:before {
  display: none;
}

.info_header .burger-menu .navi .information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 45px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #E8E8E8;
}

.info_header .burger-menu .navi .information a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  color: #595959;
  font-family: 'PT Sans Narrow', sans-serif;
  margin: 7px 0;
}

.info_header .burger-menu.active {
  opacity: 1;
  visibility: visible;
}

.info_header .burger-menu.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.info_slider .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_slider .container .block {
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_slider .container .block:hover .prev {
  left: 0;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.info_slider .container .block:hover .next {
  right: 0;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.info_slider .container .block .slider {
  position: relative;
}

.info_slider .container .block .slider:before {
  content: '';
  position: absolute;
  right: 103px;
  width: 15px;
  height: 34px;
  bottom: -1px;
  background: #f5f5f5;
  z-index: 1;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.info_slider .container .block .slider a {
  text-decoration: none;
  outline: none;
}

.info_slider .container .block .prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  content: "";
  top: 40%;
  left: -100px;
  width: 50px;
  height: 50px;
  z-index: 80;
  cursor: pointer;
  background: #1f1f1f;
  opacity: .6;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.info_slider .container .block .prev .fa {
  font-size: 40px;
  color: #fff;
  margin-right: 5px;
  font-weight: 400;
  opacity: 0.5;
  margin-top: -2px;
}

.info_slider .container .block .prev:hover {
  background: rgba(255, 255, 255, 0.75);
}

.info_slider .container .block .prev:hover .fa {
  color: #e13a3e;
  opacity: 1;
}

.info_slider .container .block .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  content: "";
  top: 40%;
  right: -100px;
  width: 50px;
  height: 50px;
  z-index: 80;
  cursor: pointer;
  background: #1f1f1f;
  opacity: .6;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.info_slider .container .block .next .fa {
  font-size: 40px;
  color: #fff;
  margin-left: 5px;
  font-weight: 400;
  opacity: 0.5;
  margin-top: -2px;
}

.info_slider .container .block .next:hover {
  background: rgba(255, 255, 255, 0.75);
}

.info_slider .container .block .next:hover .fa {
  color: #e13a3e;
  opacity: 1;
}

.info_slider .container .block .slick-dots {
  bottom: 0;
  z-index: 80;
  right: 0;
  text-align: right;
  background: #f5f5f5;
  width: 100px;
  height: 35px;
  padding-right: 10px;
}

.info_slider .container .block .slick-dots li {
  width: 9px;
  height: 9px;
  background: #939393;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  margin-top: 13px;
}

.info_slider .container .block .slick-dots li:hover {
  background: #fff;
}

.info_slider .container .block .slick-dots button {
  opacity: 0;
  visibility: hidden;
}

.info_slider .container .block .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.info_slider .container .block .slick-dots li.slick-active {
  -webkit-box-shadow: 0 0 0 0px rgba(255, 222, 187, 0.8);
  -moz-box-shadow: 0 0 0 0px rgba(255, 222, 187, 0.8);
  box-shadow: 0 0 0 0px rgba(255, 222, 187, 0.8);
  background: #cccccc;
}

.info_leader {
  padding: 25px 0 50px 0;
}
.info_leader .container .block a {
    color:#404040;
}

.info_leader .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_leader .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(75% - 30px);
  width: -moz-calc(75% - 30px);
  width: calc(75% - 30px);
}
.info_leader .container .block h1,
.info_leader .container .block h2 {
  padding: 0;
  margin: 0;
  color: #404040;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 2.3em;
  text-align: left;
  font-weight: 700;
  line-height: 36px;
}

.info_leader .container .block p {
  padding: 0;
  margin: 0;
  color: #969696;
  margin-bottom: 15px;
  text-align: left;
  line-height: 24px;
}

.info_leader .container .block h3 {
  text-align: left;
  font-size: 25px;
  line-height: 29px;
  padding-bottom: 10px;
}

.info_leader .container .block ol {
  margin-top: 6px;
  color: #969696;
}

.info_leader .container .block li {
  list-style: disc;
  margin-left: 14px;
  margin-top: 7px;
}

.info_kinds {
  background: #eeeeee;
  padding-bottom: 120px;
}

.info_kinds .caption h2 {
  color: #fff;
  text-align: left;
  display: inline-block;
  font-size: 8em;
  line-height: 1.2em;
  margin-top: -0.1em;
  margin-bottom: .30em;
  font-weight: 700;
}

.info_kinds .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.info_kinds .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: -moz-calc(50% - 30px);
  width: calc(50% - 30px);
  margin-bottom: 25px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  line-height: 0;
}

.info_kinds .container .block a {
  padding: 0;
  margin: 0;
  line-height: 0;
  text-decoration: none;
}

.info_kinds .container .block a img {
  padding: 0;
  margin: 0;
  line-height: 0;
  width: 100%;
}

.info_production {
  background-image: url(../img/homepage_employee_banner_red.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 580px;
  position: relative;
  margin-bottom: 125px;
}

.info_production:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e13a3e;
  z-index: -1;
}

.info_production:after {
  position: absolute;
  content: "";
  bottom: -125px;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #eeeeee;
  z-index: -1;
}

.info_production .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.info_production .container .img {
  position: absolute;
  top: 20px;
  left: 0;
}

.info_production .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(58.333333333333336% - 30px);
  width: -moz-calc(58.333333333333336% - 30px);
  width: calc(58.333333333333336% - 30px);
  padding-top: 60px;
}

.info_production .container .block h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 23px;
}

.info_production .container .block p {
  line-height: 26px;
  color: #fff;
  padding-bottom: 20px;
}

.info_production .container .block a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 30px;
  text-transform: uppercase;
  padding: 25px 30px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}

.info_product_slider {
  background-image: url(../img/0003191.jpeg);
  max-width: 100%;
  background-color: #939393;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
  border-top: 50px solid #f0f0f0;
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
}

.info_product_slider:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.info_product_slider .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  z-index: 100;
}

.info_product_slider .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}

.info_product_slider .container .block .block_slider .slider {
  margin: 0 15px;
}

.info_product_slider .container .block .btn {
  margin-top: 110px;
  text-align: center;
}

.info_product_slider .container .block .btn .caption {
  text-decoration: none;
  outline: none;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0 20px 0;
  display: inline-block;
}

.info_product_slider .container .block .btn p {
  font-size: 16px;
  color: #909090;
  line-height: 25px;
}

.info_product_slider .container .block .btn .button {
  text-decoration: none;
  display: inline-block;
  border: none;
  color: #fff;
  background-color: #1f1f1f;
  padding: 16px 32px;
  font-size: 15px;
  letter-spacing: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  margin-top: 20px;
}

.info_product_slider .container .block .btn .button:hover {
  background: #000;
}

.info_product_slider .container .block .prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  content: "";
  top: 120%;
  left: 45%;
  width: 50px;
  height: 50px;
  z-index: 80;
  cursor: pointer;
  background: #000;
  opacity: .8;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.info_product_slider .container .block .prev .fa {
  font-size: 40px;
  color: #fff;
  margin-right: 5px;
  font-weight: 400;
  opacity: 0.5;
  margin-top: -2px;
}

.info_product_slider .container .block .prev:hover {
  background: rgba(255, 255, 255, 0.75);
}

.info_product_slider .container .block .prev:hover .fa {
  color: #e13a3e;
  opacity: 1;
}

.info_product_slider .container .block .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  content: "";
  top: 120%;
  right: 45%;
  width: 50px;
  height: 50px;
  z-index: 80;
  cursor: pointer;
  background: #000;
  opacity: .8;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.info_product_slider .container .block .next .fa {
  font-size: 40px;
  color: #fff;
  margin-left: 5px;
  font-weight: 400;
  opacity: 0.5;
  margin-top: -2px;
}

.info_product_slider .container .block .next:hover {
  background: rgba(255, 255, 255, 0.75);
}

.info_product_slider .container .block .next:hover .fa {
  color: #e13a3e;
  opacity: 1;
}

.info_product_slider .container .block .slick-dots {
  top: 94%;
  z-index: 80;
  right: 0;
  text-align: right;
  background: #f5f5f5;
  width: 100px;
  height: 35px;
  padding-right: 10px;
}

.info_product_slider .container .block .slick-dots li {
  width: 9px;
  height: 9px;
  background: #939393;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  margin-top: 13px;
}

.info_product_slider .container .block .slick-dots li:hover {
  background: #fff;
}

.info_product_slider .container .block .slick-dots button {
  opacity: 0;
  visibility: hidden;
}

.info_product_slider .container .block .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.info_product_slider .container .block .slick-dots li.slick-active {
  -webkit-box-shadow: 0 0 0 0px rgba(255, 222, 187, 0.8);
  -moz-box-shadow: 0 0 0 0px rgba(255, 222, 187, 0.8);
  box-shadow: 0 0 0 0px rgba(255, 222, 187, 0.8);
  background: #cccccc;
}

.info_news_blog {
  background: #eeeeee;
  padding-bottom: 100px;
  position: relative;
}

.info_news_blog:before {
  background-image: url(../img/footer-trail-top.png);
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 49px;
  margin: 0 auto;
  max-width: 1264px;
  text-align: left;
}

.info_news_blog .caption {
  padding-top: 60px;
  padding-bottom: 40px;
}

.info_news_blog .caption h2 {
  font-size: 40px;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #2c2c2c;
  line-height: 38px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}

.info_news_blog .caption h2:before {
  content: '';
  width: 75px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -2px;
  background: #cccccc;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.info_news_blog .show_more {
  margin: 0 auto;
  padding-top: 20px;
}

.info_news_blog .show_more a {
  text-decoration: none;
  display: block;
  background: #e3e3e3;
  font-size: 15px;
  padding: 18px 30px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.info_news_blog .show_more a:hover {
  background: #d5d5d5;
}

.info_news_blog .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.info_news_blog .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: -moz-calc(50% - 30px);
  width: calc(50% - 30px);
}

.info_news_blog .container .block .post .img {
  overflow: hidden;
  line-height: 0;
}

.info_news_blog .container .block .post .img a {
  line-height: 0;
  text-decoration: none;
}

.info_news_blog .container .block .post .img a img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.info_news_blog .container .block .post .text .read_more {
  background: #2c2c2c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info_news_blog .container .block .post .text .read_more .date {
  padding-left: 30px;
  padding-top: 7px;
}

.info_news_blog .container .block .post .text .read_more .date span {
  text-transform: uppercase;
}

.info_news_blog .container .block .post .text .read_more .date .day {
  font-size: 37px;
  color: #fff;
  padding-right: 5px;
}

.info_news_blog .container .block .post .text .read_more .date .month {
  font-size: 20px;
  color: #cccccc;
  padding-right: 3px;
}

.info_news_blog .container .block .post .text .read_more .date .year {
  font-size: 20px;
  color: #cccccc;
}

.info_news_blog .container .block .post .text .read_more .btn a {
  text-decoration: none;
  display: block;
  color: #909090;
  background: #1f1f1f;
  font-size: 13px;
  text-transform: uppercase;
  padding: 21px 38px 21px 22px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.info_news_blog .container .block .post .text .read_more .btn a:hover {
  background: #111;
}

.info_news_blog .container .block .post .text .read_more .btn a:before {
  position: absolute;
  right: 15px;
  top: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: FontAwesome;
  border: none;
  content: "\f101";
  font-size: 17px;
}

.info_news_blog .container .block .post .text .post_details {
  background: #fff;
  padding: 30px 40px 60px 40px;
}

.info_news_blog .container .block .post .text .post_details a {
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  margin: 5px 0 25px 0;
  color: #000;
}

.info_news_blog .container .block .post .text .post_details p {
  color: #909090;
  line-height: 25px;
  font-size: 16px;
}

.info_news_blog .container .block .post:hover .img a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.info_footer {
  padding-top: 50px;
  position: relative;
  background: #2c2c2c;
  -webkit-box-shadow: 0 5px 0 0 #F5F5F5,0 3px 8px 0 #333;
  -moz-box-shadow: 0 5px 0 0 #F5F5F5,0 3px 8px 0 #333;
  box-shadow: 0 5px 0 0 #F5F5F5,0 3px 8px 0 #333;
}

.info_footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info_footer .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: calc(25% - 30px);
}

.info_footer .container .block h2 {
  color: #fff;
  font-size: 18px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.info_footer .container .block ul {
  padding-top: 10px;
}

.info_footer .container .block ul li {
  list-style: none;
  padding-bottom: 5px;
}

.info_footer .container .block ul li span {
  color: #9b9b9b;
}

.info_footer .container .block ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #9b9b9b;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.info_footer .container .block ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.info_footer .container .block ul li .footer-viber {
  opacity: 1;
}

.info_footer .container .block ul li .footer-viber img {
  width: 40px;
  height: 40px;
}

.info_footer .container .block ul li .footer-skype {
  opacity: 1;
}

.info_footer .container .block ul li .footer-skype img {
  width: 37px;
  height: 37px;
}

.info_footer .container .block ul li .footer-telegram {
  opacity: 1;
}

.info_footer .container .block ul li .footer-telegram img {
  width: 37px;
  height: 37px;
}

.info_footer .container .block ul li:last-child {
  border-bottom: transparent;
}

.info_footer .container .block ul p {
  color: #9b9b9b;
}

.info_footer .container .block .footer_contacts li a {
  font-size: 16px;
}

.info_footer .container .block .footer_contacts li a:hover {
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.info_footer .container .payment {
  margin-top: 25px;
}

.info_footer .container .payment .calls {
  margin-bottom: 30px;
  text-align: center;
}

.info_footer .container .payment .calls p {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
}

.info_footer .container .payment .calls .btn_calls {
  color: #E0AC00;
  padding: 0 0 4px 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px dotted #E0AC00;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.info_footer .container .payment .calls .btn_calls:hover {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.info_footer .container .payment .block_payment {
  text-align: center;
}

.info_footer .container .payment .block_payment .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_footer .container .payment .block_payment .item a {
  text-decoration: none;
  margin: 0 7px;
}

.info_footer .container .payment .block_payment .item a .visa {
  width: 80px;
}

.info_footer .container .payment .block_payment .item a .master {
  width: 60px;
}

.info_footer .container .payment .block_payment a {
  text-decoration: none;
}

.info_footer .container .payment .block_payment a .privat {
  margin-top: 5px;
  width: 120px;
}

.info_footer .container .block:nth-child(1) {
  width: -webkit-calc(16.666666666666668% - 30px);
  width: -moz-calc(16.666666666666668% - 30px);
  width: calc(16.666666666666668% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 20px;
}

.info_footer .container .block:nth-child(2) {
  width: -webkit-calc(16.666666666666668% - 30px);
  width: -moz-calc(16.666666666666668% - 30px);
  width: calc(16.666666666666668% - 30px);
}

.info_footer .container .block:nth-child(3) {
  width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: calc(25% - 30px);
}

.info_footer .container .block:nth-child(3) ul li {
  padding-bottom: 7px;
}

.info_footer .container .block:nth-child(4) {
  width: -webkit-calc(16.666666666666668% - 30px);
  width: -moz-calc(16.666666666666668% - 30px);
  width: calc(16.666666666666668% - 30px);
}

.info_footer .container .block:nth-child(5) {
  width: -webkit-calc(16.666666666666668% - 30px);
  width: -moz-calc(16.666666666666668% - 30px);
  width: calc(16.666666666666668% - 30px);
}

.info_footer .author {
  text-align: center;
  padding: 30px 0px 0 0px;
  position: relative;
}

.info_footer .author h2 {
  color: #ccc;
  font-size: 13px;
  letter-spacing: 1px;
  opacity: .8;
  text-align: left;
}

.info_footer .author h2 span {
  color: #9b9b9b;
  opacity: .8;
}

.info_footer .social_network {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  position: relative;
}

.info_footer .social_network:before {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 23px;
  border-top: 1px dashed #565656;
  z-index: 1;
}

.info_footer .social_network a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border: 1px dashed #565656;
  background: #2c2c2c;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
  margin: 0 10px;
}

.info_footer .social_network a .fa {
  font-size: 20px;
  color: #cccccc;
}

.info_footer .social_network a:hover {
  background: #1f1f1f;
}

.info_footer .buttons {
  display: none;
  cursor: pointer;
}

.info_footer .buttons .fa:before {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 150px;
  color: #fff;
  padding: 10px 20px 10px 10px;
  padding-left: 15px;
  margin-right: -5px;
  font-size: 25px;
  position: fixed;
  z-index: 1005;
  cursor: pointer;
  background: rgba(51, 51, 51, 0.6);
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  -webkit-transition: background, 0.3s, color, 0.3s;
  -o-transition: background, 0.3s, color, 0.3s;
  -moz-transition: background, 0.3s, color, 0.3s;
  transition: background, 0.3s, color, 0.3s;
}

.info_footer .buttons:hover .fa:before {
  background: rgba(51, 51, 51, 0.9);
  color: #ED0057;
  -webkit-transform: rotateX(20deg);
  -moz-transform: rotateX(20deg);
  transform: rotateX(20deg);
}

.info_block_leader {
  background-image: url('../img/powersports-h1-image.jpg');
  height: 320px;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.info_block_leader .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.info_block_leader .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}

.info_block_leader .container .block h2 {
  margin-top: 270px;
  font-size: 120px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.info_advantage {
  padding: 50px 0 40px 0;
}

.info_advantage .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_advantage .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(83.33333333333334% - 30px);
  width: -moz-calc(83.33333333333334% - 30px);
  width: calc(83.33333333333334% - 30px);
}

.info_advantage .container .block h1 {
  padding: 0;
  margin: 0;
  color: #404040;
  text-transform: uppercase;
  padding-bottom: 35px;
  font-size: 2.3em;
  text-align: left;
  font-weight: 700;
  line-height: 30px;
}

.info_advantage .container .block p {
  padding: 0;
  margin: 0;
  color: #969696;
  margin-bottom: 25px;
  text-align: center;
  line-height: 24px;
}

.your_product {
  background: #eeeeee;
  padding-bottom: 120px;
  padding-top: 40px;
}

.your_product .caption h2 {
  color: #fff;
  text-align: left;
  display: inline-block;
  font-size: 8em;
  line-height: .9em;
  margin-top: -0.1em;
  margin-bottom: .30em;
  font-weight: 700;
}

.your_product .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.your_product .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: -moz-calc(50% - 30px);
  width: calc(50% - 30px);
  margin-bottom: 25px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  line-height: 0;
}

.your_product .container .block a {
  padding: 0;
  margin: 0;
  line-height: 0;
  text-decoration: none;
}

.your_product .container .block a img {
  padding: 0;
  margin: 0;
  line-height: 0;
  width: 100%;
}

.your_product .container .block a h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #c51b1b;
  color: #fff;
  display: block;
  padding: 20px 0;
  opacity: .95;
  font-weight: bold;
  font-size: 1.8em;
  text-align: left;
  text-transform: uppercase;
  line-height: 30px;
}

.info_safety_tips {
  padding: 20px 0 50px 0;
  position: relative;
}

.info_safety_tips:before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #eeeeee;
  content: "";
  height: 50px;
  width: 100%;
}

.info_safety_tips .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.info_safety_tips .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_safety_tips .container .block .img {
  width: 30%;
}

.info_safety_tips .container .block .text {
  width: 60%;
}

.info_safety_tips .container .block .text h2 {
  color: #404040;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.info_safety_tips .container .block .text p {
  color: #969696;
  line-height: 24px;
  font-size: 15px;
  padding-bottom: 10px;
}

.info_winch {
  background: url('../img/powersports_video.jpg') fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 653px;
}

.info_winch .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.info_winch .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(41.66666666666667% - 30px);
  width: -moz-calc(41.66666666666667% - 30px);
  width: calc(41.66666666666667% - 30px);
}

.info_winch .container .block .post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  width: 100%;
  height: 653px;
  background: inherit;
  overflow: hidden;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 80px 0 50px;
}

.info_winch .container .block .post:before {
  width: 100%;
  height: 150%;
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  bottom: 0;
  right: 0;
  background: rgba(212, 212, 212, 0.3);
  -webkit-box-shadow: inset 0 0 0 200px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 0 200px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 0 200px rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.info_winch .container .block h2 {
  position: relative;
  padding: 0 10px;
  background-color: red;
  text-align: left;
  color: #fff;
  margin: 0 auto;
}

.info_winch .container .block h3 {
  position: relative;
  color: #fff;
  padding: 15px 0;
  font-size: 2.5em;
  text-shadow: 2px 2px black;
  text-transform: uppercase;
  line-height: 33px;
  font-weight: 700;
}

.info_winch .container .block p {
  position: relative;
  color: #fff;
  text-shadow: 2px 2px black;
  margin-top: 10px;
}

.info_winch .container .block a {
  position: relative;
  display: inline-block;
  border: 2px solid white;
  background-color: black;
  color: #fff;
  opacity: .6;
  text-align: center;
  text-decoration: none;
  padding: 10px 80px;
  margin-top: 30px;
}

.info_fons_avto {
  background: #eeeeee;
  padding: 100px 0 0 0;
}

.info_fons_avto .container {
  position: relative;
}

.info_fons_avto .container:before {
  background-image: url(../img/footer-trail-top.png);
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 49px;
  margin: 0 auto;
}

.info_block_winches {
  background-image: url('../img/powersports-winches-category.jpg');
  height: 320px;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.info_block_winches .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.info_block_winches .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}

.info_block_winches .container .block h2 {
  margin-top: 270px;
  font-size: 120px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.info_revolution {
  padding: 50px 0 40px 0;
}

.info_revolution .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.info_revolution .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(83.33333333333334% - 30px);
  width: -moz-calc(83.33333333333334% - 30px);
  width: calc(83.33333333333334% - 30px);
}

.info_revolution .container .block h1,
.info_revolution .container .block h2,
.info_revolution .container .block h3{
  padding: 0;
  margin: 0;
  color: #404040;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 2.3em;
  text-align: left;
  font-weight: 700;
  line-height: 38px;
}

.info_revolution .container .block p {
  padding: 0;
  margin: 0;
  color: #969696;
  margin-bottom: 20px;
  text-align: left;
  line-height: 24px;
}
.info_revolution .container .block ol,
.info_revolution .container .block ol{
  color: #969696;
}

.info_yourseries {
  background: #eeeeee;
  padding-bottom: 90px;
  padding-top: 40px;
}

.info_yourseries .caption h2 {
  color: #fff;
  text-align: left;
  display: inline-block;
  font-size: 8em;
  line-height: .9em;
  margin-top: -0.1em;
  margin-bottom: .30em;
  font-weight: 700;
}

.info_yourseries .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.info_yourseries .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.333333333333336% - 30px);
  width: -moz-calc(33.333333333333336% - 30px);
  width: calc(33.333333333333336% - 30px);
  margin-bottom: 25px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  line-height: 0;
  overflow: hidden;
}

.info_yourseries .container .block img {
  width: 100%;
}

.info_yourseries .container .block a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  line-height: 0;
  position: relative;
}



.info_yourseries .container .block a img {
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 0;
}

.info_yourseries .container .block a .name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.info_yourseries .container .block a .name h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.info_yourseries .container .block a .name h2 span {
  display: inline-block;
  padding: 1px 13px 0 13px;
  background-color: #c51b1b;
  color: #fff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  margin-right: 15px;
}

.info_yourseries .container .block a .name h2 p {
  color: #000;
  display: block;
  padding: 35px 0;
  opacity: .95;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
}

.info_synthetic_rope {
  padding: 50px 0 50px 0;
}

.info_synthetic_rope .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.info_synthetic_rope .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_synthetic_rope .container .block .img {
  width: 35%;
  margin-right: 40px;
}

.info_synthetic_rope .container .block .text {
  width: 60%;
}

.info_synthetic_rope .container .block .text h2 {
  color: #404040;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 700;
  text-align: left;
}

.info_synthetic_rope .container .block .text p {
  color: #969696;
  line-height: 24px;
  font-size: 15px;
  padding-bottom: 15px;
  text-align: left;
}

.info_warnequipped {
  padding-bottom: 60px;
  background: #eeeeee;
}

.info_warnequipped .caption {
  margin-top: 20px;
  padding: 70px 0 40px 0;
}

.info_warnequipped .caption h2 {
  font-weight: bold;
  font-size: 3em;
  font-weight: 700;
  color: #404040;
  padding-bottom: 10px;
  line-height: 45px;
}

.info_warnequipped .caption h2 a {
  color: #e13a3e;
  text-decoration: none;
  font-weight: 700;
}

.info_warnequipped .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.info_warnequipped .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.333333333333336% - 30px);
  width: -moz-calc(33.333333333333336% - 30px);
  width: calc(33.333333333333336% - 30px);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
  background: #fff;
}

.info_warnequipped .container .block .img {
  line-height: 0;
}

.info_warnequipped .container .block .img img {
  line-height: 0;
  width: 100%;
}
.info_warnequipped .container .block .post .text .read_more .btn a{
  color: #404040;
}
.info_warnequipped .container .block .post .text .post_details a {
  color: #404040;
}
.info_warnequipped .container .block .text .blog a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #2c2c2c;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.info_warnequipped .container .block .text .title {
  padding: 15px 15px;
}

.info_warnequipped .container .block .text .title a {
  color: #404040;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 28px;
  margin-bottom: 10px;
  display: inline-block;
}

.info_warnequipped .container .block .text .title p {
  color: #969696;
  padding-bottom: 20px;
  line-height: 22px;
}

.info_fons_text_page {
  background-image: url('../img/warn-dna_our-history.jpg');
  height: 320px;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.info_fons_text_page .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.info_fons_text_page .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}

.info_fons_text_page .container .block h2 {
  margin-top: 270px;
  font-size: 120px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.info_text_page {
  background: #eeeeee;
  overflow: hidden;
}

.info_text_page .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_text_page .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(83.33333333333334% - 30px);
  width: -moz-calc(83.33333333333334% - 30px);
  width: calc(83.33333333333334% - 30px);
  background: #fff;
  padding: 60px 40px 80px 30px;
}

.info_text_page .container .block h1,
.info_text_page .container .block h2,
.info_text_page .container .block h3{
  font-weight: bold;
  line-height: 29px;
  font-size: 24px;
  text-transform: uppercase;
  color: #404040;
  padding-bottom: 5px;
  text-align: left;
}

.info_text_page .container .block p {
  margin-bottom: 10px;
  text-transform: none;
  line-height: 25px;
  color: #909090;
}

.info_text_page .container .block p a {
  color:#404040;
}

.info_text_page .container .block ul li{
  color: #969696;
}
.info_text_page .container .block ol {
  color: #969696;
}

.info_product {
  padding: 70px 0 50px 0;
}

.info_product .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_product .container .block_photo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(58.333333333333336% - 30px);
  width: -moz-calc(58.333333333333336% - 30px);
  width: calc(58.333333333333336% - 30px);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.info_product .container .block_photo .main_photo a {
  width: 100%;
}

.info_product .container .block_photo .main_photo a img {
  width: 100%;
}

.info_product .container .block_photo .photo {
  overflow: hidden;
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_product .container .block_photo .photo a {
  outline: none;
  text-decoration: none;
}

.info_product .container .block_photo .photo a img {
  width: 200px;
  height: auto;
  margin: 0 4px;
}

.info_product .container .block_contant {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(41.66666666666667% - 30px);
  width: -moz-calc(41.66666666666667% - 30px);
  width: calc(41.66666666666667% - 30px);
  padding-left: 30px;
}

.info_product .container .block_contant .caption h1 {
  text-align: left;
  padding: 0;
  margin: 0;
  color: #404040;
  text-transform: uppercase;
  font-size: 2.3em;
  text-align: left;
  font-weight: 700;
  line-height: 36px;
}

.info_product .container .block_contant .caption .numer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}

.info_product .container .block_contant .caption .numer p {
  line-height: 20px;
  color: #909090;
  padding-right: 5px;
  font-size: 16px;
}

.info_product .container .block_contant .caption .numer span {
  color: #333;
  font-size: 16px;
}

.info_product .container .block_contant .text p {
  margin: 25px 0;
  text-transform: none;
  line-height: 22px;
  color: #909090;
  font-size: 16px;
}

.info_product .container .block_contant .text .social_network {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_product .container .block_contant .text .social_network span {
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
  padding-right: 10px;
}

.info_product .container .block_contant .text .social_network a{
  color: #404040;
}

.info_product .container .block_contant .text .social_network .svk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_product .container .block_contant .text .social_network .svk a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px dashed #ccc;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
  margin: 0 2px;
}

.info_product .container .block_contant .text .social_network .svk a .fa {
  font-size: 16px;
  color: #8f8f8f;
}

.info_product .container .block_contant .text .social_network .svk a:hover {
  background: #ededed;
}

.info_product_characteristics {
  background: #eeeeee;
}

.info_product_characteristics .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 10px;
  padding-bottom: 80px;
  border-top: 2px solid #e9e4de;
  background: #fff;
}

.info_product_characteristics .container .full_information {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  padding-top: 50px;
  padding-left: 50px;
}

.info_product_characteristics .container .full_information .tab_posts_box .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.info_product_characteristics .container .full_information .tab_posts_box .nav li {
  list-style: none;
  margin-right: 70px;
}

.info_product_characteristics .container .full_information .tab_posts_box .nav li a {
  -webkit-text-emphasis: none;
  text-emphasis: none;
  border-bottom: 2px solid #918476;
  color: #918476;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.info_product_characteristics .container .full_information .tab_posts_box .nav .active a {
  color: #de002b !important;
  border-bottom: 2px solid #de002b;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane {
  display: none;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .specifications {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .specifications .brief_specifications {
  width: 47%;
  margin-right: 30px;
  border: 1px solid #d2dae1;
}
.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .specifications .brief_specifications ul{
  color: #969696;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .specifications .brief_specifications .chars_t {
  width: 100%;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .specifications .brief_specifications .chars_t tbody {
  display: block;
  width: 100%;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .specifications .brief_specifications .chars_t tbody tr {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .specifications .brief_specifications .chars_t tbody tr td {
  padding: 12px 0 12px 0;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .specifications .brief_specifications .chars_t tbody tr td p {
  font-size: 16px;
  padding-left: 15px;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .specifications .brief_specifications .chars_t tbody tr td p a {
  position: relative;
  color: #d4423e;
  text-decoration: none;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .specifications .brief_specifications .chars_t tbody tr td p a .fa {
  position: absolute;
  right: -17px;
  top: 2px;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .specifications .brief_specifications .chars_t tbody tr td:first-child {
  background: #f1f1f1;
  color: #909090;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .specifications .brief_specifications .chars_t tbody tr:nth-last-child(2n) {
  background-color: #F9F9F9;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .composition {
  padding-top: 20px;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .composition h2 {
  padding-top: 15px;
  margin: 0;
  color: #404040;
  text-transform: uppercase;
  font-size: 2.3em;
  text-align: left;
  font-weight: 700;
  line-height: 38px;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .composition p {
  color: #909090;
  line-height: 22px;
  font-size: 16px;
}
.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .composition p a {
  color: #909090;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .composition ul {
  padding-top: 20px;
  padding-left: 35px;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .composition ul li {
  padding-bottom: 5px;
  list-style: disc;
  color: #909090;
  line-height: 22px;
  font-size: 16px;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block {
  width: 48%;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form {
  width: 100%;
  margin: 0 auto;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .new_comment .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .new_comment .rating .star {
  text-align: center;
  color: #999;
  margin-top: 20px;
  font-size: .8em;
  position: relative;
  padding: 0 1.2em;
  cursor: pointer;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .new_comment .rating .star img {
  width: 36px;
  height: 34px;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .strong-view {
  padding: 15px 25px 0 0;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .strong-view #wpmtst-form .strong-form-inner {
  padding: 0;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .strong-view #wpmtst-form .strong-form-inner p.required-notice {
  display: none;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .strong-view #wpmtst-form .strong-form-inner form#wpmtst-submission-form .form-field {
  margin-bottom: 0;
  width: 100%;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .strong-view #wpmtst-form .strong-form-inner form#wpmtst-submission-form .form-field label {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
  padding-top: 10px;
  font-weight: 400;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .strong-view #wpmtst-form .strong-form-inner form#wpmtst-submission-form .form-field .field-featured_image {
  display: none;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .strong-view #wpmtst-form .strong-form-inner form#wpmtst-submission-form .form-field .text {
  border: 1px solid #dbdbdb;
  background: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 10px;
  height: 34px;
  line-height: 32px;
  width: 100%;
  -webkit-box-shadow: inset 0 3px 0 0 rgba(98, 112, 128, 0.1);
  -moz-box-shadow: inset 0 3px 0 0 rgba(98, 112, 128, 0.1);
  box-shadow: inset 0 3px 0 0 rgba(98, 112, 128, 0.1);
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .strong-view #wpmtst-form .strong-form-inner form#wpmtst-submission-form .form-field textarea {
  -webkit-box-shadow: inset 0 3px 0 0 rgba(98, 112, 128, 0.1);
  -moz-box-shadow: inset 0 3px 0 0 rgba(98, 112, 128, 0.1);
  box-shadow: inset 0 3px 0 0 rgba(98, 112, 128, 0.1);
  border: 1px solid #dbdbdb;
  background: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 10px;
  width: 100%;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .strong-view #wpmtst-form .strong-form-inner form#wpmtst-submission-form .wpmtst-submit label .button {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  background: #e13a3e;
  -webkit-box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
  -moz-box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
  box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
  padding: 7px 20px 8px 20px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  -moz-transition: .2s all ease;
  transition: .2s all ease;
  margin-top: 10px;
  cursor: pointer;
  border: none;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .strong-view #wpmtst-form .strong-form-inner form#wpmtst-submission-form .wpmtst-submit label .button:hover {
  -webkit-box-shadow: 3px 3px 7px 0 rgba(222, 0, 43, 0.3);
  -moz-box-shadow: 3px 3px 7px 0 rgba(222, 0, 43, 0.3);
  box-shadow: 3px 3px 7px 0 rgba(222, 0, 43, 0.3);
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .strong-view #wpmtst-form .strong-form-inner form#wpmtst-submission-form .field-featured_image {
  margin-top: 15px;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .strong-view #wpmtst-form .strong-form-inner form#wpmtst-submission-form .field-featured_image .field-wrap {
  padding: 0;
  margin: 0;
  position: relative;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .strong-view #wpmtst-form .strong-form-inner form#wpmtst-submission-form .field-featured_image .field-wrap:before {
  content: "Обзор";
  top: 0;
  left: 0;
  position: absolute;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e31837), color-stop(41%, #f03048), color-stop(50%, #f3364c), color-stop(61%, #f03048), to(#e41938));
  background-image: -webkit-linear-gradient(top, #e31837 0%, #f03048 41%, #f3364c 50%, #f03048 61%, #e41938 100%);
  background-image: -moz-linear-gradient(top, #e31837 0%, #f03048 41%, #f3364c 50%, #f03048 61%, #e41938 100%);
  background-image: linear-gradient(to bottom, #e31837 0%, #f03048 41%, #f3364c 50%, #f03048 61%, #e41938 100%);
  -webkit-box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
  -moz-box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
  box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
  padding: 3px 15px 4px 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  -moz-transition: .2s all ease;
  transition: .2s all ease;
  cursor: pointer;
  border: none;
  opacity: 0.8;
  font-weight: normal;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .strong-view #wpmtst-form .strong-form-inner form#wpmtst-submission-form .field-featured_image .field-wrap:after {
  content: "Выбрать фотографию";
  top: 4px;
  left: 80px;
  position: absolute;
  font-size: 15px;
  color: #333;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .strong-view #wpmtst-form .strong-form-inner form#wpmtst-submission-form .field-featured_image .field-wrap input {
  opacity: 0;
  padding-bottom: 9px;
  cursor: pointer;
  width: 68px;
}

.info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .strong-view #wpmtst-form .strong-form-inner form#wpmtst-submission-form .field-featured_image .field-wrap:hover:before {
  -webkit-box-shadow: 3px 3px 7px 0 rgba(222, 0, 43, 0.3);
  -moz-box-shadow: 3px 3px 7px 0 rgba(222, 0, 43, 0.3);
  box-shadow: 3px 3px 7px 0 rgba(222, 0, 43, 0.3);
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .info_header .header_information {
    display: none;
  }

  .info_header .navbar-header .logo_mob {
    display: block;
  }

  .info_header .navbar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .info_leader .container .block {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_kinds {
    padding-bottom: 20px;
  }

  .info_kinds .caption h2 {
    font-size: 80px;
  }

  .info_production {
    height: auto;
    padding-bottom: 50px;
    margin-bottom: 0;
  }

  .info_production .container .img {
    display: none;
  }

  .info_production .container .block a {
    margin-top: 0;
    padding: 15px 30px;
  }

  .info_production .container .block {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_product_slider {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .info_product_slider .container .block .prev {
    right: 40%;
  }

  .info_product_slider .container .block .next {
    right: 40%;
  }

  .info_news_blog .caption h2 {
    font-size: 30px;
  }

  .info_news_blog .container .block .post .text .read_more .date .day {
    font-size: 30px;
  }

  .info_news_blog .container .block .post .text .read_more .date .month {
    font-size: 17px;
  }

  .info_news_blog .container .block .post .text .read_more .date .year {
    font-size: 17px;
  }

  .info_news_blog .container .block .post .text .post_details a {
    font-size: 18px;
    outline: none;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .info_footer .container .block:nth-child(1) {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_footer .container .block:nth-child(2) {
    width: -webkit-calc(25% - 30px);
    width: -moz-calc(25% - 30px);
    width: calc(25% - 30px);
  }

  .info_footer .container .block:nth-child(3) {
    width: -webkit-calc(25% - 30px);
    width: -moz-calc(25% - 30px);
    width: calc(25% - 30px);
  }

  .info_footer .container .block:nth-child(4) {
    width: -webkit-calc(25% - 30px);
    width: -moz-calc(25% - 30px);
    width: calc(25% - 30px);
  }

  .info_footer .container .block:nth-child(5) {
    width: -webkit-calc(25% - 30px);
    width: -moz-calc(25% - 30px);
    width: calc(25% - 30px);
  }

  .info_block_leader .container .block h2 {
    font-size: 80px;
  }

  .info_advantage {
    padding: 30px 0 0px 0;
  }

  .info_advantage .container .block h2 {
    padding-bottom: 20px;
  }

  .info_advantage .container .block {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .your_product {
    padding-bottom: 20px;
  }

  .your_product .caption {
    padding-top: 25px;
  }

  .your_product .caption h2 {
    line-height: 60px;
    color: #333;
    font-size: 40px;
  }

  .your_product .container .block a h2 {
    padding: 15px 0;
    font-size: 20px;
    line-height: 22px;
  }

  .info_winch .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info_winch .container .block {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .info_block_winches .container .block h2 {
    font-size: 80px;
  }

  .info_revolution {
    padding: 30px 0 20px 0;
  }

  .info_revolution .container .block h3{
    color: #969696;
  }

  .info_revolution .container .block h2 {
    font-size: 23px;
    line-height: 26px;
    padding-bottom: 10px;
  }

  .info_revolution .container .block {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_yourseries {
    padding-bottom: 40px;
  }

  .info_yourseries .caption {
    text-align: center;
    padding: 30px 0 15px 0;
  }

  .info_yourseries .caption h2 {
    font-size: 30px;
    color: #333;
  }

  .info_yourseries .container .block {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .info_warnequipped {
    padding-bottom: 40px;
  }

  .info_warnequipped .caption {
    margin-top: 0;
    padding: 40px 0 20px 0;
  }

  .info_warnequipped .caption h2 {
    font-size: 25px;
    line-height: 27px;
  }

  .info_fons_text_page .container .block h2 {
    font-size: 80px;
  }

  .info_text_page .container .block {
    padding: 20px 20px 50px 20px;
  }

  .info_text_page .container .block {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }


  .info_product {
    padding: 25px 0 40px 0;
  }

  .info_product .container .block_contant {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .info_product .container .block_contant .text {
    padding-bottom: 20px;
  }

  .info_product .container .block_contant .text .social_network {
    padding-top: 10px;
  }

  .info_product .container .block_photo {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_product .container .block_contant {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 960px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .info_leader {
    padding: 15px 0 15px 0;
  }

  .info_leader .container .block h2,
  .info_leader .container .block h1{
    font-size: 22px;
    padding-bottom: 15px;
  }

  .info_leader .container .block p {
    margin-bottom: 10px;
  }

  .info_kinds .caption {
    text-align: center;
  }

  .info_kinds .caption h2 {
    text-align: center;
    font-size: 50px;
    color: #333;
  }

  .info_product_slider .container .block .btn {
    margin-top: 20px;
  }

  .info_product_slider .container .block .btn .button {
    padding: 13px 25px;
    font-size: 14px;
  }

  .info_news_blog .container .block .post .text .read_more .date .day {
    font-size: 25px;
  }

  .info_news_blog .container .block .post .text .read_more .date .month {
    font-size: 16px;
  }

  .info_news_blog .container .block .post .text .read_more .date .year {
    font-size: 16px;
  }

  .info_news_blog .container .block .post .text .read_more .btn a {
    padding: 15px 38px 16px 22px;
    font-size: 12px;
  }

  .info_news_blog .container .block .post .text .read_more .btn a:before {
    right: 15px;
    top: 14px;
    font-size: 16px;
  }

  .info_news_blog .container .block .post .text .post_details {
    padding: 10px 15px;
  }

  .info_news_blog .show_more a {
    font-size: 14px;
  }

  .info_footer .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .info_footer .container .block {
    padding-bottom: 20px;
  }

  .info_footer .container .block {
    width: -webkit-calc(33.333333333333336% - 30px);
    width: -moz-calc(33.333333333333336% - 30px);
    width: calc(33.333333333333336% - 30px);
  }

  .info_footer .container .block:nth-child(2) {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .info_footer .container .block:nth-child(3) {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .info_footer .container .block:nth-child(4) {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .info_footer .container .block:nth-child(5) {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .info_footer .container .block_logo {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .info_block_leader {
    height: 200px;
  }

  .info_block_leader .container .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info_block_leader .container .block h2 {
    font-size: 40px;
    margin-top: 90px;
  }

  .info_advantage .container .block h2 {
    padding-bottom: 10px;
    font-size: 22px;
  }

  .your_product .caption {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .your_product .caption h2 {
    font-size: 23px;
    line-height: 26px;
  }

  .your_product .container .block {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_safety_tips .container .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .info_safety_tips .container .block .img {
    width: 100%;
  }

  .info_safety_tips .container .block .text {
    padding-bottom: 20px;
    width: 100%;
  }

  .info_winch {
    height: auto;
    padding: 30px 0;
  }

  .info_winch .container .block .post {
    height: auto;
    padding: 30px 15px;
  }

  .info_winch .container .block .post h3 {
    font-size: 25px;
    padding: 10px 0;
    line-height: 27px;
  }

  .info_winch .container .block .post a {
    padding: 10px 30px;
  }

  .info_winch .container .block {
    width: -webkit-calc(83.33333333333334% - 30px);
    width: -moz-calc(83.33333333333334% - 30px);
    width: calc(83.33333333333334% - 30px);
  }

  .info_block_winches {
    height: 200px;
  }

  .info_block_winches .container .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info_block_winches .container .block h2 {
    font-size: 35px;
    margin-top: 90px;
  }

  .info_revolution .container .block h2 {
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 10px;
  }

  .info_revolution .container .block iframe {
    height: 400px;
  }

  .info_yourseries .caption h2 {
    font-size: 23px;
    line-height: 26px;
    color: #333;
  }

  .info_yourseries .container .block a .name h2 p {
    font-size: 18px;
  }

  .info_yourseries .container .block {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_synthetic_rope {
    padding: 30px 0 0 0;
  }

  .info_synthetic_rope .container .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .info_synthetic_rope .container .block .img {
    width: 100%;
    padding-bottom: 20px;
  }

  .info_synthetic_rope .container .block .text {
    padding-bottom: 20px;
    width: 100%;
  }

  .info_warnequipped .caption h2 {
    font-size: 20px;
    line-height: 23px;
  }

  .info_warnequipped .container .block {
    margin-bottom: 20px;
  }

  .info_warnequipped .container .block .text .title a {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 5px;
  }

  .info_warnequipped .container .block {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_fons_text_page {
    height: 200px;
  }

  .info_fons_text_page .container .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info_fons_text_page .container .block h2 {
    font-size: 40px;
    margin-top: 90px;
  }

  .info_product_characteristics .container .full_information {
    padding-left: 0;
  }

  .info_product_characteristics .container .full_information .tab_posts_box .nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }

  .info_product_characteristics .container .full_information .tab_posts_box .nav li {
    padding-bottom: 15px;
  }

  .info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .specifications {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .specifications .brief_specifications {
    width: 100%;
    margin-right: 0;
  }

  .info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .specifications .info_text {
    width: 100%;
    padding-top: 25px;
  }

  .info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .info_slider .container .block .slick-dots {
    top: 90%;
  }

  .info_leader .container .block h2 {
    font-size: 20px;
  }

  .info_kinds .caption {
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .info_kinds .caption h2 {
    font-size: 35px;
  }

  .info_kinds .container .block {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_production {
    padding-bottom: 50px;
  }

  .info_production .container .img {
    display: none;
  }

  .info_production .container .block {
    padding-top: 30px;
  }

  .info_production .container .block h2 {
    margin-bottom: 10px;
    line-height: 26px;
  }

  .info_production .container .block a {
    margin-top: 0;
    padding: 15px 30px;
  }

  .info_product_slider .container .block .slick-dots {
    top: 90%;
  }

  .info_news_blog .container .block {
    margin-bottom: 25px;
  }

  .info_news_blog .container .block {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_footer {
    padding-top: 20px;
  }

  .info_footer .container .block:nth-child(4) {
    text-align: center;
  }

  .info_footer .container .block:nth-child(4) h2 {
    padding-top: 30px;
  }

  .info_footer .container .block:nth-child(1) {
    text-align: center;
    padding-bottom: 20px;
  }

  .info_footer .container .block:nth-child(2) {
    text-align: center;
  }

  .info_footer .container .block:nth-child(3) {
    text-align: center;
  }

  .info_winch .container .block {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_revolution .container .block h2 {
    font-size: 17px;
    line-height: 21px;
  }

  .info_revolution .container .block iframe {
    height: 300px;
  }

  .info_product .container .block_photo .photo {
    height: auto;
  }

  .info_product .container .block_photo .photo a img {
    width: 75px;
    height: auto;
  }

  .info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .new_comment .rating .star {
    padding: 0 5px;
  }

  .info_product_characteristics .container .full_information .tab_posts_box .tab_content .tab_pane .comments_form_block .comments_form .new_comment .rating .star img {
    width: 28px;
    height: 27px;
  }
}

@media screen and (max-width: 560px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .info_slider .container .block .slick-dots {
    display: none;
  }

  .info_product_slider .container .block .slick-dots {
    display: none;
  }

  .info_footer .container .block {
    padding-bottom: 0;
  }

  .info_footer .container .block {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_footer .container .block:nth-child(1) {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_footer .container .block:nth-child(2) {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_footer .container .block:nth-child(3) {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_footer .container .block:nth-child(4) {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_footer .container .block:nth-child(5) {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .info_footer .container .block:nth-child(3) {
    text-align: center;
    padding-top: 30px;
    margin: 0 auto;
  }

  .info_footer .container .block:nth-child(3) .social_network {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info_footer .container .block:nth-child(3) .liveinternet {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info_footer .container .block:nth-child(5) {
    padding-top: 30px;
  }

  .info_footer .author h2 {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

@media screen and (max-width: 360px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*# sourceMappingURL=styles.css.map */

.info_block_winches1 {
  background-image: url('../img/gaz-category.jpg');
  height: 320px;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.info_block_winches1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.info_block_winches1 .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}

.info_block_winches1 .container .block h2 {
  margin-top: 270px;
  font-size: 120px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.info_block_winches2 {
  background-image: url('../img/ural-category.jpg');
  height: 320px;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.info_block_winches2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.info_block_winches2 .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}

.info_block_winches2 .container .block h2 {
  margin-top: 270px;
  font-size: 120px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.info_block_winches3 {
  background-image: url('../img/elektro-category.jpg');
  height: 320px;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.info_block_winches3 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.info_block_winches3 .container .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}

.info_block_winches3 .container .block h2 {
  margin-top: 270px;
  font-size: 120px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}