@import '../css/fonts.css';

html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
}
p {
  margin-bottom: 15px;
}
a:focus,
button:focus,
input:focus {
  outline: none !important;
}
.wrapper {
  display: table;
  width: 100%;
  height: 100vh;
  table-layout: fixed;
}
.content-inner {
  display: table-row;
  height: 100%;
}
header {
  position: relative;
}
header .header-top {
  padding-bottom: 16px;
}
header .logo {
  margin-top: 13px;
}
header .logo img {
  max-width: 100%;
}
header .address-phone {
  text-align: right;
  margin-top: 30px;
  font-weight: 600;
}
header .address-phone .address-phone-wrapper { 
  margin-left: -15px;
  margin-right: -28px;
}
header .address-phone p {
  font-size: 15px;
  margin-bottom: 3px;
}
header .address-phone a {
  font-size: 35px;
  color: #485463;
}
header .callback {
  text-align: right;
  margin-top: 37px;
}
.base-button button,
.base-button a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 20px;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding: 12px 19px;
  border: none;
  position: relative;
  top: 0;
  color: white;
  box-shadow: 0 5px 0 #608f17;
  background: linear-gradient(to bottom, #608f17 0, #acc721 100%);
  white-space: nowrap;
  transition: 0.2s ease-out;
}
.no-touchevents .base-button button:hover,
.no-touchevents .base-button a:hover {
  background: linear-gradient(to bottom, #608f17 0, #73b906 100%);
} 
.base-button button:active,
.base-button a:active {
  top: 3px;
  box-shadow: 0 2px 0 #608f17;
}
header .header-bottom,
footer {
  background-color: #485463;
}
header .navbar,
footer .navbar {
  border: none;
}
footer .navbar {
  padding-left: 37px;
}
header .navbar .container-fluid,
footer .navbar .container-fluid {
  padding: 0;
}
header .navbar-nav > li > a,
footer .navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .04em;
  margin-right: 20px;
}
footer .navbar-nav > li > a {
  margin-right: 18px;
  padding: 22px 10px 6px;
  font-size: 14px;
}
.navbar-nav > li:last-of-type > a {
  margin-right: 0;
}
.navbar-collapse {
  padding: 0;
}
header .navbar-default .navbar-nav > li.selected > a,
footer .navbar-default .navbar-nav > li.selected > a {
  background-color: #a8c521;
}
header .navbar-nav > li > .dropdown-menu {
  min-width: 100%;
  padding: 10px 0;
  border: none;
  border-radius: 0;
  background-color: rgba(72, 84, 99, .85);
}
footer .navbar-nav > li > .dropdown-menu {
  display: none;
}
header .dropdown-menu > li > a {
  padding: 8px 32px;
  color: white;
}
header .dropdown-menu > li > a:hover,
header .dropdown-menu > li > a:focus {
  background-color: #293542;
  color: #a8c521;
}
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}
header .search-form {
  margin-top: 19px;
}
.search-form {
  text-align: right;
}
.search-form .form-group {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin-bottom: 0;
}
.search-form input {
  width: 153px;
  max-width: 100%;
  border: none;
  padding: 3px 21px 3px 10px; 
  font-size: 14px;
  background-color: #5b6573;
  color: white;
}
.search-form button {
  position: absolute;
  top: 2px;
  right: 3px;
  padding: 0;
  background-color: transparent;
  border: none;
}
header .social {
  position: absolute;
  right: 0;
  bottom: -273px;
  z-index: 4;
}
header .social a {
  display: block;
  position: relative;
  right: 0;
  transition: ease-out .15s;
}
header .social a:hover {
  right: 5px;
}
header .social a + a {
  margin-top: 3px;
}
.Wallop .Wallop-item img {
  width: 100%;
}
.Wallop .main-slider-navigation {
  position: absolute;
  width: 100%;
  height: 100%;
}
.Wallop .main-slider-navigation .container {
  height: 100%;
}
.Wallop .main-slider-navigation button {
  position: relative;
  height: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  z-index: 3;
}
.Wallop .main-slider-navigation .Wallop-buttonNext {
  float: right;
}
.Wallop .main-slider-navigation .Wallop-buttonPrev {
  float: left;
}
.Wallop .Wallop-list .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.Wallop .Wallop-list .text .container {
  height: 100%;
}
.Wallop .Wallop-list .text p {
  float: right;
  margin-top: 68px;
  margin-right: 107px;
  padding: 25px 33px;
  border: 2px solid #a8c521;
  color: white;
  text-transform: uppercase;
  font-size: 31px;
  letter-spacing: .1em;
  background-color: rgba(35%, 29%, 33%, .8);
}
.Wallop .slide2 .text p {
  margin-top: 53px;
  margin-right: 62px;
}
.Wallop .slide4 .text p {
  float: left;
  margin-right: 0;
  margin-left: 58px;
  margin-top: 42px;
}
.main-slider {
  position: relative;
}
.main-slider .about-company {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 55px;
  background-color: rgba(35, 35, 35, .87);
  z-index: 3;
}
h2 {
  letter-spacing: .1em;
  text-transform: uppercase;
}
h3 {
  text-transform: uppercase;
}
.main-slider .about-company h2 {
  color: #a8c521;
  margin-top: 34px;
  margin-bottom: 33px;
}
.main-slider .about-company p {
  color: #fff;
}
h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.our-products-certificates-guarantees .our-products h1 {
  margin-top: 63px;
  margin-bottom: 64px;
}
.our-products-certificates-guarantees {
  background-image: url('../img/main_background_petrol.jpg');
  background-position: right 158px;
  background-repeat: no-repeat;
}
.our-products-certificates-guarantees .our-products .blob-wrapper {
  text-align: center;
}
.our-products-certificates-guarantees .our-products .blob-wrapper a {
  display: inline-block;
  position: relative;
  margin-top: 97px;
  margin-left: -20px;
  padding: 18px 26px 18px 45px;
  vertical-align: top;
  background-color: #000;
  letter-spacing: .1em;
}
.our-products-certificates-guarantees .our-products .petrol .blob-wrapper a {
  background-color: #da5600;
}
.our-products-certificates-guarantees .our-products .triangle {
  position: absolute;
  right: -22px;
}
.our-products-certificates-guarantees .our-products .triangle-top {
  top: 0;
}
.our-products-certificates-guarantees .our-products .triangle-bottom {
  bottom: 0;
}
.our-products-certificates-guarantees .our-products .diesel .triangle-top {
  border-top: 21px solid black;
  border-left: 11px solid black;
  border-right: 11px solid transparent;
  border-bottom: 21px solid transparent;
}
.our-products-certificates-guarantees .our-products .diesel .triangle-bottom {
  border-top: 21px solid transparent;
  border-left: 11px solid black;
  border-right: 11px solid transparent;
  border-bottom: 21px solid black;
}
.our-products-certificates-guarantees .our-products .petrol .triangle-top {
  border-top: 21px solid #da5600;
  border-left: 11px solid #da5600;
  border-right: 11px solid transparent;
  border-bottom: 21px solid transparent;
}
.our-products-certificates-guarantees .our-products .petrol .triangle-bottom {
  border-top: 21px solid transparent;
  border-left: 11px solid #da5600;
  border-right: 11px solid transparent;
  border-bottom: 21px solid #da5600;
}
.our-products-certificates-guarantees .our-products .blob-wrapper a:hover,
.our-products-certificates-guarantees .our-products .blob-wrapper a:focus {
  text-decoration: none;
}
.our-products-certificates-guarantees .our-products .blob-wrapper p {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
} 
.our-products-certificates-guarantees .our-products .blob-wrapper img {
  position: relative;
  z-index: 1;
}
.our-products-certificates-guarantees .certificates {
  padding-top: 139px;
}
.certificates .owl-item {
  float: none;
  display: inline-block;
  text-align: center;
}
.certificates .owl-item a {
  display: inline-block;
  max-width: 95%;
  max-height: 100%;
}
.certificates .owl-item a img {
  max-width: 100%;
  max-height: 100%;
  transition: linear .1s;
}
.certificates .owl-item a:hover img {
  outline: 6px solid #a8c521;
  outline-offset: -6px;
}
/*IE9+ hack*/
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
  .certificates .owl-item a:hover img {
    outline: none;
  }
}
.certificates h1 {
  margin-top: 20px;
  margin-bottom: 58px;
}
.certificates .owl-theme .owl-controls .owl-page span {
  width: 16px;
  height: 16px;
  opacity: 1;
  border: 2px solid #44505e;
  background-color: transparent;
}
.certificates .owl-theme .owl-controls .owl-page.active span, 
.certificates .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #44505e;
}
.certificates .owl-theme .owl-controls {
  margin-top: 52px;
}
.fancybox-skin {
  background-color: #6D6D6D;
  border-radius: 0;
}
.our-guarantees {
  text-align: center;
}
.our-guarantees h1 {
  margin-top: 94px;
  margin-bottom: 52px;
}
.our-guarantees .icon-wrapper {
  min-height: 110px;
  height: 1px;
}
.our-guarantees .icon-wrapper:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: bottom;
}
.our-guarantees .icon-wrapper img {
  vertical-align: bottom;
}
.our-guarantees .text {
  margin-top: 48px;
  background-color: #a8c521;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}
.our-guarantees .text .item {
  position: relative;
  padding-top: 22px;
  padding-bottom: 50px;
}
.our-guarantees .text .item:before {
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -11px;
  content: '';
  border-bottom: 15px solid  #a8c521;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}
.reviews {
  background-color: #e7ecf2;
}
.reviews .review {
  margin-bottom: 21px;
}
.reviews .review:last-child .line {
  display: none;
}
.reviews h1 {
  margin-top: 72px;
  margin-bottom: 48px;
}
.reviews .img img {
  max-width: 100%;
  border-radius: 100%;
  margin-bottom: 10px;
  /**/
}
.reviews .text {
  padding-top: 20px;
  padding-left: 57px;
  font-style: italic;
}
.reviews .text p {
  position: relative;
  margin-bottom: 21px;
}
.reviews .text img {
  position: absolute;
  left: -57px;
  top: 3px;
}
.reviews .text .line,
.contacts .line,
.employees .line {
  height: 2px;
  margin-top: 43px;
  background-color: #d1d7de;
}
.contacts .line {
  margin-top: 58px;
}
.employees .line {
  margin-top: 16px;
  margin-bottom: 20px;
}
.reviews .base-button {
  margin-top: 65px;
  margin-bottom: 74px;
  text-align: center;
}
.apply-form {
  background-image: url('../img/form_background.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 50px;
}
.apply-form h1 {
  margin-top: 51px;
  margin-bottom: 52px;
  color: white;
}
.form-control {
  border: 3px solid white;
  border-radius: 25px;
  padding: 6px 21px;
  box-shadow: none;
} 
.form-control:focus {
  border: 3px solid #a8c521;
  box-shadow: none;
}
textarea {
  resize: none;
}
textarea.form-control {
  padding: 12px 21px;;
}
.apply-form textarea {
  height: 194px;
}
.apply-form .base-button {
  margin-top: 14px;
  text-align: right;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: white;
}
.contacts {
  padding-bottom: 58px;
}
.contacts h1 {
  margin-top: 52px;
  margin-bottom: 70px;
}
.contacts .table-row {
  display: table;
}
.contacts .table-cell {
  display: table-cell;
  vertical-align: top;
  font-size: 26px;
  font-weight: 600;
  font-style: italic;
}
.contacts .table-cell img {
  padding-top: 6px;
}
.contacts .table-cell:last-child {
  padding-left: 18px;
}
.contacts a {
  color: inherit;
}
.contacts .base-button button {
  width: 100%;
  margin-top: 21px;
}
.contacts .phone {
  padding-left: 45px;
}
.contacts .email {
  margin-right: 20px;
  margin-left: -20px;
  padding: 0;
}
.contacts .social {
  display: inline-block;
  margin-top: -21px;
}
.contacts .social p {
  margin-bottom: 12px;
  text-align: center;
}
.contacts .social a {
  display: inline-block;
  width: 29px;
  height: 29px;
}
.contacts .social a img {
  width: 100%;
  height: 100%;
}
.contacts .social-wrapper {
  text-align: right;
}
#map {
  height: 333px;
}
#map.map-on-contacts-page {
  height: 435px;
}
#map .line {
  position: absolute;
  height: 12px;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .2);
  z-index: 999;
}
footer {
  padding-bottom: 29px;
}
footer .logo {
  display: inline-block;
  margin-top: 22px;
}
.logo-itfactory {
  margin-top: 25px;
  text-align: right;
}
.logo-itfactory a {
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.logo-itfactory p {
  font-size: 10px;
  padding-bottom: 8px;
  color: #d4d4d4;
}
footer .rights {
  margin-top: 26px;
  font-size: 11px;
  color: #fff;
}
footer .callback {
  margin-top: 36px;
  text-align: right;
}
footer .callback p {
  margin-bottom: 5px;
  font-size: 16px;
  color: white;
}
footer .callback a {
  color: white;
  font-size: 27px;
  font-weight: 600;
}
footer .callback .text-wrapper,
footer .callback .base-button {
  display: inline-block;
  vertical-align: top;
}
footer .callback .base-button {
  margin-top: 3px;
  margin-left: 25px;
}
footer .search-form {
  margin-top: 22px;
}
footer .search-form input {
  width: 140px;
}
.modal-header {
  border: none;
}
#callback-modal h4 {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  font-style: italic;
  text-align: center;
  font-weight: normal;
}
.modal-header {
  padding: 23px;
}
.modal-body {
  padding-top: 13px;
  padding-bottom: 48px;
}
.modal-body .base-button {
  text-align: right;
}
.modal-body .form-group {
  margin-bottom: 22px;
}
.modal-header .close {
  opacity: 1;
}
.modal-header .close:hover {
  opacity: .8;
}
.modal-backdrop.in {
  opacity: .8;
}
.form-group {
  position: relative;
}
form .info-message,
form .error-message {
  padding: 0 25px;
  font-size: 12px;
  color: #92979d;
  font-style: italic;
}
form .error-message + .info-message {
  display: none;
}
form .form-control.invalidElem {
  border: 3px solid #DA0000;
}
#apply-form .error-message {
  bottom: -15px;
}
.breadcrumbs {
  margin-top: 21px;
  font-size: 14px;
  font-style: italic;
}
.breadcrumbs a {
  border-bottom: 2px solid transparent;
  color: #485463;
  vertical-align: middle;
}
.breadcrumbs a:last-child {
  border-bottom: 2px solid #a8c521;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  text-decoration: none;
}
.breadcrumbs a:hover {
  border-bottom: 2px solid #a8c521;
}
.h1-wrapper,
.h2-wrapper {
  margin-top: 52px;
  margin-bottom: 35px;
  overflow: hidden;
  text-align: center;
}
.h2-wrapper {
  margin-top: 46px;
}
.h1-wrapper h1,
.h2-wrapper h2 {
  position: relative;
  display: inline-block;
  margin: 0;
}
.h2-wrapper h2 {
  font-size: 40px;
}
.h1-wrapper h1:before,
.h1-wrapper h1:after,
.h2-wrapper h2:before,
.h2-wrapper h2:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 32px;
  height: 5px;
  background: #a8c521;
}
.h1-wrapper h1:before,
.h2-wrapper h2:before {
  left: -42px;
}
.h1-wrapper h1:after,
.h2-wrapper h2:after {
  right: -40px;
}
.content p {
  margin-bottom: 21px;
}
.content h2,
.table-section h2 {
  margin-top: 45px;
  margin-bottom: 26px;
}
.content h3 {
  margin-top: 40px;
  margin-bottom: 23px;
}
.content p img {
  float: left;
  margin-top: 3px;
  margin-right: 30px;
  margin-bottom: 20px;
  max-width: 50%;
}

.content p .download_1 {
	width: 25%;
	height: 25%;
}

.content ul {
  display: inline-block;
  list-style-type: none;
  padding: 0 88px 0 0;
  margin: 0 0 20px 0;
  font-style: italic;
}
.content ul li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 36px;
}
.content ul li:before {
  content: '—';
  position: absolute;
  left: 0;
  top: 0;
}
.table {
  overflow: auto;
  max-width: 100%;
  margin-bottom: 53px;
}
.table table {
  width: 100%;
  font-size: 16px;
}
.table table th {
  padding: 13px 49px;
  font-weight: 600;
  color: #fff;
  font-style: italic;
}
.table table td {
  padding: 13px 49px;
  vertical-align: top;
}
.table table thead {
  background-color: #a8c521;
}
.table table tbody tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.side-menu {
  width: 100%;
  max-width: 100%;
  padding: 26px 20px 8px;
  border: 4px solid #afafaf;
  border-radius: 30px;
}
.side-menu p {
  display: inline-block;
  padding: 7px 17px;
  background-color: #a8c521;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .06em;
  border-radius: 20px;
}
.side-menu ul {
  list-style-type: none;
  margin: 0;
  padding-left: 18px;
  padding-top: 7px;
  padding-bottom: 29px;
}
.side-menu .item:last-child ul {
  padding-bottom: 0;
}
.side-menu ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 36px;
  font-weight: bold;
}
.side-menu ul li a {
  color: inherit;
  border-bottom: 4px solid transparent;
  line-height: 24px;
}
.side-menu ul li a:hover {
  border-bottom: 4px solid #a8c521;
}
.side-menu ul li a:hover,
.side-menu ul li a:focus {
  text-decoration: none;
}
.side-menu ul li:before {
  content: '—';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.product-card .price p {
  display: inline-block;
  font-weight: bold;
}
.product-card .price p:first-child {
  border-top: 4px solid #a8c521;
  margin-top: 32px;
  margin-bottom: 7px;
  padding-top: 2px;
}
.product-card .price p span {
  font-size: 27px;
}
.product-card .price p span.rouble {
  font-family: "rouble";
  font-weight: normal;
  font-size: inherit;
}
.product-card .content h2 {
  margin-top: 5px;
}
.product-card .base-button {
  text-align: center;
}
.product-card .base-button button {
  position: relative;
  top: -64px;
}
.table-section {
  padding-bottom: 26px;
  background-color: #f0f0f0;
}
.table-section .table {
  padding-top: 9px;
}
.side-menu-wrapper .price-list {
  margin: 20px 0;
  text-align: center;
}
.side-menu-wrapper .price-list a {
  margin-left: 6px;
  border-bottom: 3px solid #a8c521;
  font-size: 23px;
  vertical-align: middle;
  color: inherit;
  font-weight: bold;
}
.side-menu-wrapper .price-list a:hover,
.side-menu-wrapper .price-list a:focus {
  text-decoration: none;
}
.side-menu-wrapper .price-list a:hover {
  border-bottom: 3px solid transparent;
}
.catalog h2 {
  margin-top: 16px;
  margin-bottom: 39px;
  padding: 7px 0;
  position: relative;
  font-weight: bold;
  text-align: center;
}
.catalog h2:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -34px;
  background-color: #f4f4f4;
  z-index: -1;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
.catalog a {
  color: inherit;
}
.catalog a:hover,
.catalog a:focus {
  text-decoration: none;
}
.catalog .item {
  display: inline-block;
  position: relative;
  margin-bottom: 46px;
}

.catalog .item_cart_href 
{

  display: inline-block;
  position: absolute;
  top: 32px;
  border: 3px solid #bebebe;
  border-left: none;
  padding: 6px 14px;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: .1em;
  vertical-align: top;
  white-space: nowrap;

}

.catalog .item_cart_href_1
{

  opacity: 0.99;

}

.catalog .item_cart_href_1:hover
{

  opacity: 0.85;

}


.catalog .petrol .item_cart_href {
  left: 70px;
}
.catalog .item_cart_href:hover {
  border: 3px solid #a8c521;
  border-left: none;
}
.catalog .diesel .item {
  margin-left: 50px;
  margin-bottom: 58px;
}
.catalog .diesel .item_cart_href {
  border: none;
  left: 105px;
  font-size: 22px;
  letter-spacing: normal;
  padding: 4px 17px 7px;
}
.catalog .diesel .item_cart_href:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 3px solid #bebebe;
  border-left: none;
}
.catalog .diesel .item_cart_href:hover:after {
  border: 3px solid #a8c521;
  border-left: none;  
}
.catalog .item > img {
  position: relative;
}
.catalog .item .item_cart_href > img {
  position: absolute;
    right: -38px;
    top: -33px;
}
.catalog .item .item_cart_href > .mountains {
  right: -35px;
  top: -30px;
}
.catalog .item .item_cart_href > .ship {
  right: -17px;
  top: -35px;
}
.catalog {
  margin-bottom: 45px;
}
.reviews.on-reviews-page {
  margin-top: 55px;
  background-color: transparent;
}
.reviews-paging-button .on-reviews-page-button {
  float: right;
  text-align: right;
}
.paging {
  text-align: center;
}
.paging ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  vertical-align: middle;
}
.paging ul li {
  float: left;
  padding: 0 5px;
  font-weight: bold;
  cursor: pointer;
}
.paging ul li a {
  color: inherit;
}
.paging ul li a:hover,
.paging ul li a:focus {
  text-decoration: none;
}
.paging ul li + li {
  margin-left: 3px;
}
.paging .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  cursor: pointer;
}
.paging .arrow-left {
  border-right: 7px solid #a8c521;
  margin-right: 5px;
}
.paging .arrow-right {
  border-left: 7px solid #a8c521;
  margin-left: 5px;
}
.paging .selected {
  border: 1px solid #a8c521;
}
.reviews-paging-button {
  margin-top: 66px;
}
.reviews-paging-button .paging {
  margin-top: 10px;
}
.reviews-paging-button {
  padding-bottom: 95px;
}
.contacts .h1-wrapper {
  margin-bottom: 73px;
}
.contacts.on-contacts-page {
  padding-bottom: 0;
}
.employees .employee {
  display: table;
  width: 100%;
}
.employees .employee .employee-photo,
.employees .employee .employee-info {
  display: table-cell;
}
.employees .employee .employee-info {
  width: 100%;
  padding-left: 30px;
  padding-top: 21px;
  vertical-align: top;
}
.employees .employee .employee-info {
  font-style: italic;
}
.employees .employee .employee-photo {
  padding-left: 98px;
}
.employees .item:nth-of-type(even) .employee .employee-photo {
  padding-left: 49px;
}
.employees .item {
  margin-bottom: 65px;
}
.employees .employee .name {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: bold;
}
.employees .employee .post {
  margin-bottom: 23px;
}
.employees .employee .email,
.employees .employee .phone {
  font-weight: bold;
}
.employees .employee .email {
  margin-bottom: 7px;
}
.employees .employee .employee-info a {
  font-weight: normal;
  color: inherit;
}
.requisites {
  padding-bottom: 105px;
}
.requisites h2 {
  margin-bottom: 24px;
}
.requisites p {
  margin-bottom: 20px;
}
.modal-header h3 {
  color: #fff;
  text-align: center;
}
#review-modal textarea {
  height: 200px;
}
@media screen and (max-width: 1199px) {
  header .address-phone .address-phone-wrapper { 
    margin: 0;
  }
  header .address-phone {
    padding: 0;
    margin-top: 23px;
  }
  header .callback {
    margin-top: 29px;
  }
  header .navbar-nav > li > a {
    margin-right: 0;
    padding-left: 13px;
    padding-right: 13px;
  }
  .main-slider .about-company {
    position: static;
  }
  .Wallop .main-slider-navigation .Wallop-buttonPrevious {
    padding-left: 15px;
  }
  .Wallop .main-slider-navigation .Wallop-buttonNext {
    padding-right: 15px;
  }
  .contacts .phone {
    padding-left: 15px;
  }
  .contacts .email {
    margin-right: 0;
    margin-left: 0;
    padding: 0 15px;
  }
  .contacts .social-wrapper {
    text-align: center;
  }
  .contacts .social {
    display: inline-block;
  }
  .contacts .address,
  .contacts .phone,
  .contacts .email,
  .contacts .social-wrapper {
    margin-bottom: 40px;
  }
  .contacts .table-row {
    width: 100%;
  }
  .contacts .table-row .table-cell {
    text-align: center;
    padding: 0;
  }
  .contacts .table-row .table-cell:first-child {
    width: 10px;
  }
  footer .logo {
    max-width: 100%;
  }
  footer .logo img {
    max-width: 100%;
  }
  footer .navbar {
    padding: 0;
  }
  footer .callback {
    margin-top: 24px;
    text-align: left;
  }
  .table table th,
  .table table td {
    padding: 13px 15px;
  }
  .content ul {
    display: block;
    padding: 0;
  }
  .side-menu-wrapper .price-list a { 
    font-size: 20px;
  }
  .catalog a {
    padding: 4px 8px;
    font-size: 25px;
  }
  .catalog .diesel .item {
    margin-left: 0;
  }
  .employees .employee .employee-photo,
  .employees .item:nth-of-type(even) .employee .employee-photo {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  header .address-phone {
    padding: 0 15px;
  }
  header .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  header .address-phone {
    text-align: left;
  }
  header .callback .base-button button {
    width: 100%;
  }
  header .navbar-nav > li > a {
    padding: 13px;
    font-size: 15px;
  }
  header .search-form {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .Wallop .Wallop-list .text p {
    margin-right: 10%;
    margin-top: 5%;
    font-size: 25px;
    padding: 2% 3%;
  }
  .our-products-certificates-guarantees .our-products .blob-wrapper p {
    font-size: 28px;
  }
  .our-products-certificates-guarantees .our-products .blob-wrapper a {
    padding: 18px 10px 18px 39px;
  }
  .our-guarantees .icon-wrapper {
    margin-bottom: 35px;
  }
  
  footer .navbar-nav > li > a {
    margin-right: 12px;
  }
  footer .callback a {
    font-size: 25px;
  }
  footer .logo-search {
    text-align: center;
  }
  footer .search-form,
  .logo-itfactory {
    display: inline-block;
    vertical-align: middle;
  }
  footer .search-form {
    margin-left: 20px;
  }
  .side-menu {
    margin-bottom: 30px;
  }
  .employees .item {
    text-align: center;
  }
  .employees .employee {
    text-align: left;
  }
  .employees .employee {
    display: inline-block;
    width: auto;
  }
  .employees .employee .employee-photo {
    display: block;
    float: left;
  }
  .employees .employee .employee-info {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  header .address-phone {
    text-align: center;
  }
  header .address-phone a {
    font-size: 25px;
  }
  header .navbar-nav,
  footer .navbar-nav {
    margin: 0;
  }
  footer .navbar-nav {
    border-bottom: 1px solid #3a4450;
  }
  header .navbar-nav > li > a,
  footer .navbar-nav > li > a {
    margin-right: 0;
    text-align: center;
  }
  header .navbar-nav > li.open > .dropdown-menu {
    background-color: #a8c521;
  }
  .navbar-default .navbar-toggle {
    border: none;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    position: relative;
    width: 35px;
    height: 4px;
    background-color: #BDBDBD;
    transition: .3s ease-in-out;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    opacity: 0;
  }
  .navbar-default .navbar-toggle .icon-bar:nth-child(2) {
    top: 0;
  }
  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    top: 9px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar-default .navbar-toggle .icon-bar:nth-child(4) {
    bottom: 0;
  }
  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
    bottom: 9px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .search-form input {
    width: 100%;
  }
  .Wallop .main-slider-navigation button img {
    height: 50px;
  }
  .Wallop .Wallop-list .text {
    position: static;
    text-align: center;
  }
  .Wallop .Wallop-list .text .container {
    padding: 0;
  }
  .Wallop .Wallop-list .text p {
    width: 100%;
    padding: 5px;
    margin: 0;
    font-size: 14px;
  }
  header .social a img {
    width: 25px;
  }
  header .social {
    bottom: -207px;
  }
  h1 {
    font-size: 26px;
  }
  h2,
  .h2-wrapper h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 20px;
  }
  .content p .download_1 {
		width: auto;
		height: auto;
  }
  .main-slider .about-company {
    padding-bottom: 20px;
  }
  .main-slider .about-company p {
    margin-bottom: 15px;
  }
  .our-products-certificates-guarantees .our-products h1 {
    margin-bottom: 35px;
  }
  .our-products-certificates-guarantees .our-products .diesel {
    margin-bottom: 40px;
  }
  .our-products-certificates-guarantees {
    background-position: right 400px;
  }
  .our-products-certificates-guarantees .our-products .blob-wrapper a {
    margin-top: 114px;
    margin-left: -118px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .our-products-certificates-guarantees .our-products .blob-wrapper img {
    z-index: 0;
  }
  .our-guarantees .icon-wrapper {
    white-space: nowrap;
  }
  .our-guarantees .icon-wrapper img {
    max-width: 100%;
  }
  .our-guarantees .text {
    font-size: 14px;
    font-weight: 600;
  }
  .our-guarantees .text .item {
    padding-bottom: 20px;
  }
  .reviews .img {
    text-align: center;
  }
  .reviews .text img {
    left: -32px;
    width: 25px;
  }
  .reviews .text {
    padding-left: 40px;
    font-size: 15px;
  }
  .base-button button, 
  .base-button a {
    width: 100%;
  }
  .apply-form {
    background-size: cover;
  }
  .apply-form .base-button {
    margin-top: 19px;
  }
  .contacts .table-row {
    display: block;
    text-align: center;
  }
  .contacts .table-cell {
    display: inline-block;
  }
  .contacts .social-wrapper {
    text-align: center;
  }
  .contacts .social {
    padding-left: 0;
  }
  .contacts h1 {
    margin-bottom: 40px;
  }
  .contacts .table-row .table-cell:first-child {
    width: auto;
  }
  .contacts .table-cell img {
    padding: 6px 10px 10px;
  }
  footer .logo-rights {
    text-align: center;
  }
  footer .rights {
    margin-top: 25px;
  }
  footer .callback {
    text-align: center;
  }
  footer .callback .text-wrapper {
    margin-bottom: 15px;
  }
  footer .callback .base-button {
    display: block;
    margin-left: 0;
  }
  footer .search-form {
    display: block;
    margin-left: 0;
  }
  footer .search-form input {
    width: 100%;
  }
  .search-form .form-group {
    display: block;
  }
  footer .navbar-nav > li > a {
    padding: 14px 10px;
  }
  .content p img { 
    width: 100%;
    max-width: 100%;
  }
  .product-card .base-button {
    margin-top: 15px;
  }
  .product-card .base-button button {
    position: static;
  }
  .product-card .content h2 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .catalog {
    text-align: center;
  }
  .catalog .diesel a {
    position: relative;
    left: 0;
    top: 0;
    border: 3px solid #bebebe;
    margin-left: 40px;
    margin-right: 40px;
  }
  .catalog .diesel a:hover {
    border: 3px solid #a8c521;
  }
  .catalog .diesel .item > img {
    margin-top: 20px;
  }
  .catalog .diesel a:after {
    display: none;
  }
  .catalog h2:after {
    left: -15px;
  }
  .catalog .item,
  .catalog .diesel .item {
    margin-bottom: 40px;
  }
  .reviews-paging-button .on-reviews-page-button {
    float: none;
    margin-bottom: 20px;
  }
  .contacts .h1-wrapper {
    margin-bottom: 0;
  }
  .employees .employee .employee-photo {
    margin-bottom: 20px;
  }
  .employees .employee .employee-photo,
  .employees .employee .employee-info {
    float: none;
    text-align: center;
    padding: 0;
  }
  .base-button button, 
  .base-button a {
    white-space: normal;
  }
}



@media screen and (max-width: 600px) {
  header .address-phone {
	display: none;
  }
  header .callback {
	display: none;
  }
}







.product-card-slider .small-image .small-image-inner > img:first-child 
{
  display: none;
}


#answer_modal span, h4
{
    
color: white;

}

#answer_modal .serv_err h4
{

  color: #F6050C;

}

.news-page .new-list-item .img img
{

      border-radius: 5%;

}

.news-page .new-list-item .new_text_anons span
{

    font-size: 18px;
    line-height: 2.5em;

}

.news-page .new-list-item .new_text_anons h2
{

    --border-bottom: 4px solid #a8c521;
    display: inline;

}

.static-form-logistic
{

    background-image: url('../img/form_background_1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-bottom: 50px;

}

.static-form-logistic h2
{

    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 40px;
    color: #ffffff;
    padding-bottom: 40px;

}

.static-form-logistic select option
{

    color: #a8c521;
    font-size: 20px;
    line-height: 32px;

}

.static-form-logistic select option:first-child
{

display: none

}

.static-form-logistic select
{
      -webkit-appearance: initial;
    cursor: pointer;
}

.static-form-logistic p
{

    padding-bottom: 7px;
    font-size: 17px;
    line-height: 1.2;


}

.static-form-logistic #form-slider,
.static-form-logistic p
{

    margin: auto 24px;

}

.static-form-logistic label
{
  
    color: #ffffff;
    font-size: 17px;
    line-height: 1.2;
    font-weight: normal;

}

.static-form-logistic #amount
{

  background-color: transparent;
  color: #ffffff;
  border: none;

}

.ui-slider-horizontal .ui-slider-range
{

    background-color: #a8c521;

}

.form-group #form-slider .ui-slider-handle
{

  border: none;
  background: none;

}

.form-group #form-slider .ui-slider-handle img
{
  
  width: 48px;
  height: 48px;
  border: none;
  background: none;
  position: absolute;
  top: -50%;
  left: -50%;
  cursor: pointer;

}





