body {
  margin: 0;
  padding: 0;

  font-family: 'Cuprum', Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/pt_sans.eot');
	src: url('../fonts/pt_sans.eot?#iefix') format('embedded-opentype'),
		url('../fonts/pt_sans.woff2') format('woff2'),
		url('../fonts/pt_sans.woff') format('woff'), 
		url('../fonts/pt_sans.ttf') format('truetype'),
		url('../fonts/pt_sans.svg#pt_sans') format('svg');
}

@font-face {
	font-family: 'Cuprum';
	src: url('../fonts/cuprum.eot');
	src: url('../fonts/cuprum.eot?#iefix') format('embedded-opentype'),
		url('../fonts/cuprum.woff2') format('woff2'), 
		url('../fonts/cuprum.woff') format('woff'), 
		url('../fonts/cuprum.ttf') format('truetype'),
		url('../fonts/cuprum.svg#cuprum') format('svg'); 
}

a {
	text-decoration: none;
	color: #ffffff;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;

  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;

  white-space: nowrap;

  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
	width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}

/*Стили для header*/
.user-area__button {
	background-color: #ee3643;
	padding: 10px 40px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
}

.main-header {
	background-color: #f4f7f9;
	min-height: 260px;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.main-header-logo {
	display: block;
	padding: 14px 55px 10px;
	background-color: #ee3643;
	box-shadow: 0 5px 0 0 #b52933;
}

.main-header-logo:hover {
	background-color: #ca2c37;
}

.main-header-logo:active {
	background-color: #ba2732;
}

.header-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 50px;
	justify-content: flex-end;
}

.header-top-bg {
	background-color: #33445a;
}
.header-top a {
	display: flex;
  color: #ffffff;
  font-size: 17px;
  line-height: 18px;
}

.main-header-top-navigation {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.main-header-top-navigation form {
	position: relative;
}

.search-form {
	position: relative;
	margin: 0;
	padding: 0;
	width: 270px;
}
.search-form input {
	width: 100%;
	min-height: 44px;
	color: inherit;
	padding: 0;
	padding-left: 50px;
	background: #33445a;
	border: none;
}

.search-form input::placeholder {
	font-family: 'Cuprum';
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	line-height: 18px;
}

.search-form input:focus {
	color: #000000;
	background-color: #ffffff;
	outline: none;
}

.search-form input:focus + svg > path {
	fill: rgb(238, 54, 67);
}

.search-form svg {
	position: absolute;
	top: 50%;
  left: 17px;
  margin-top: -7px;
}

.bookmarks,
.cart {
	position: relative;
	padding-left: 50px;
  align-items: center;
  width: 100px;
}

.bookmarks::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  width: 14px;
  height: 16px;
  margin-top: -10px;
  background-image: url("../img/icon-bookmark.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0.3;
}

.bookmarks:hover::before,
.cart:hover::before {
	opacity: 1;
}

.bookmarks:focus::before,
.cart:focus::before {
	opacity: 0.5;
}

.bookmarks:focus,
.cart:focus {
	opacity: 0.6;
}

.cart::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  width: 14px;
  height: 16px;
  margin-top: -10px;
  background-image: url("../img/icon-cart.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0.3;
}

.cart {
	padding-left: 50px;
	width: 100px;
	align-items: center;
}

.order {
	justify-content: center;
	width: 150px;
	align-items: center;
	background-color: #63a63e;
}

.order:hover {
	background-color: #5fbb2d;
}

.order:focus {
	background-color: #518534;
}

.header-middle {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.main-title {
  margin: 0;
  padding: 0;
  padding-left: 52px;
  font-size: 16px;
  line-height: 23px;
  color: #ff5357;
  font-style: italic;
  margin-top: 5px;
}
.contacts {
	position: relative;
}

.phone {
	padding: 0;
	margin: 0;
  border: 3px solid #ffffff;
  margin-bottom: 5px;
}	

.phone a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  width: 19px;
  height: 19px;
  margin-top: -25px;
  background-image: url("../img/catalog/icon-phone.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
 }

.phone a {
	display: block;
	font-size: 21px;
	line-height: 18px;
	color: #fb463c;
	padding: 12px 45px 12px 74px;
}

.address {
	padding: 0;
	margin: 0;
	color: #32425c;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

/*кнопки в шапке*/
.user-area {
	position: relative;
	margin-top: 15px;
}

.user-area span {
	padding: 0;
	margin: 0;
}
.user-area a {
	margin: 0;
	height: 20px;
	color: #000000;
	font-size: 21px;
	font-weight: 400;
	line-height: 21px;
	padding: 14px 27px 10px 48px;
	margin-left: 10px;
	background: #ffffff;
}

.user-area .register {
	padding: 14px 25px 11px 25px;
}

.user-area a:hover svg > path {
	fill: #32425c;
}

.user-area svg {
	position: absolute;
	top: 53%;
  left: 25px;
  margin-top: -33px;
}

.user-area a:hover {
  color: #ee3643;
}

.user-area a:focus {
  opacity: 0.3;
}

.site-navigation {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	justify-content: space-around;
  list-style: none;
	background-color: #32425c;
	padding: 0 20px;
	box-shadow: inset 0 -5px 0 #293449;
}

.site-navigation a {
	display: block;
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	line-height: 17px;
	margin: 0;
	padding: 20px 30px; 
}

.site-navigation a:hover {
	background-color: #293449;
}

.site-navigation a:focus {
	opacity: 0.5;
}

/*Стили для main */
.button {
  display: inline-block;
  padding: 11px 45px;
  font: inherit;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background: #ff5357;
  border: none;
  border-radius: 2px;
  -webkit-transition: 150ms all;
  -o-transition: 150ms all;
  transition: 150ms all;
}

.button:hover {
  background: #ca2c37;
}


/*Стили для catalog*/
.catalog {
	margin-bottom: 53px;
}

.catalog-list {
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.catalog-menu-btn {
	display: inline-block;
  padding: 13px 24px 10px 24px;
  margin: 12px 0 0 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 3px;
  background: rgba(0,0,0,0.1);
  color: rgb(255,255,255);
}

.catalog-menu-btn:hover {
	background: rgba(0,0,0,.2);
}

.catalog-list li {
	position: relative;
	list-style: none;
	width: 300px;
	height: 123px;
}

.catalog-list p {
	margin: 0;
	padding-top: 20px;
	padding-left: 25px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
}

.catalog-materials {
	background-color: #ffbf47;
	position: relative;
}

.catalog-materials::before {
	content: '';
	position: absolute;
	top: 30px;
	right: 43px;
	width: 44px;
	height: 65px;
	background-image: url(../img/icon-materials.svg);
}

.new_flag::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 59px;
	background-image: url(../img/new-flag.svg);
}

.catalog-tools {
	background-color: #3bbce3;
}

.catalog-tools::before {
	content: '';
	position: absolute;
	top: 30px;
	right: 28px;
	width: 75px;
	height: 61px;
	background-image: url(../img/icon-tools.svg);
}

.catalog-technic {
	background-color: #dc91d8;
	margin-bottom: 20px;
}

.catalog-technic::before {
	content: '';
	position: absolute;
	top: 30px;
	right: 30px;
	width: 78px;
	height: 62px;
	background-image: url(../img/icon-technic.svg);
}

.row_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.info-slider {
  width: 620px;
  margin-right: 20px;
}

.slider-button {
  position: absolute;
  bottom: 22px;
  left: 25px;
  z-index: 5;

  text-indent: 4px;
}

.slider-image {
  position: absolute;
  top: 0;
  left: 0;

  width: 620px;
  height: 266px;

  background-color: rgba(0, 0, 0, 0.3);
}

.slider-drill {
  z-index: 2;

  background-image: url(../img/slider-1.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.slider-perf {
  z-index: 1;

  background-image: url(../img/slider-2.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.first-label,
.second-label {
  position: absolute;
  z-index: 5;

  width: 22px;
  height: 40px;

  cursor: pointer;
}

.first-label {
  top: 50%;
  left: 24px;

  margin-top: -19px;

  background-image: url(../img/catalog/icon-left.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.first-label::after {
  content: "";
  position: absolute;
  right: -257px;
  bottom: -74px;
  z-index: 5;

  width: 6px;
  height: 6px;

  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px white;
          box-shadow: 0 0 0 2px white;
}

.second-label {
  top: 50%;
  right: 35%;

  margin-top: -19px;
  margin-right: 11px;

  background-image: url(../img/catalog/icon-right.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.second-label::after {
  content: "";
  position: absolute;
  bottom: -74px;
  left: -260px;
  z-index: 5;

  width: 6px;
  height: 6px;

  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px white;
          box-shadow: 0 0 0 2px white;
}

.perf-input:checked ~ .slider-perf {
  z-index: 3;
}

.drill-input:checked ~ .first-label::after {
  background-color: #ee3643;
}

.perf-input:checked ~ .second-label::after {
  background-color: #ee3643;
}


.slider-desc {
  margin: 0;
  margin-top: 2px;
  margin-left: 25px;

  font-size: 18px;
  line-height: 1.33;
  text-align: left;
  color: #ffffff;
}

.slider-heading {
  margin: 0;
  padding-top: 23px;
  padding-left: 24px;

  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}

.catalog-discount {
	background-color: #8ed78f;
	margin-bottom: 20px;
}

.catalog-discount::before {
	content: '';
	position: absolute;
	top: 26px;
	right: 45px;
	width: 59px;
	height: 72px;
	background-image: url(../img/icon-discount.svg);
}

.catalog-delivery {
	background-color: #ffc047;
}

.catalog-delivery::before {
	content: '';
	position: absolute;
	top: 32px;
	right: 31px;
	width: 78px;
	height: 63px;
	background-image: url(../img/icon-delivery.svg);
}

.catalog .column {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
  align-items: flex-end;
}

/*Стили для popular-product*/
.popular-button {
	padding: 10px 55px;
	margin-right: 25px;
	text-align: center;
}

.popular-title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: #f9f5f0;
	width: 940px;
	align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.popular-title h2 {
	margin-left: 30px;
	color: #32425c;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
}

/*Стили для popular-brands*/
.popular-brands {
	margin-bottom: 65px;
}

.brands-list {
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 940px;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
  justify-content: space-between;
}

.brands-list li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 145px;
	list-style: none;
	width: 220px;
	border: 1px solid #eaeaea;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.brands-list li:hover {
	box-shadow: 0 10px 25px rgba(41, 52, 73, 0.5);
}

/*Стили для Services*/
.offer {
  margin-bottom: 54px;
  padding-top: 65px;

  color: #000000;

  background-color: #f4f7f9;
}

.offer h2 {
  margin: 0;
  margin-bottom: 26px;

  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.offer-desc {
  width: 400px;
  margin-bottom: 70px;

  font-size: 13px;
  line-height: 1.85;
  font-family: "PT Sans", Arial, sans-serif;
  text-align: left;
}

.offer h3 {
  margin: 0;

  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  text-align: left;
  color: #32425c;
  text-transform: uppercase;
}

.offer-wrapper {
  /* display: flex; */
  padding-bottom: 100px;
}

.offer-list {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 240px;
  margin: 0;
  margin-right: 50px;
  padding: 0;

  list-style: none;
}

.offer-list::after {
  content: "";
  position: absolute;
  top: -47px;
  right: 0;

  width: 10px;
  height: 279px;

  background-image: url(../img/shadow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0.75;
}

.offer-item {
  padding-top: 15px;
  padding-bottom: 16px;
  padding-left: 22px;

  font-weight: bold;
  font-size: 21px;
  line-height: 1.43;
  text-align: left;
  color: white;

  background-color: #32425c;
  -webkit-box-shadow: inset 0 1px 0 0 #293449,
  inset 0 2px 0 0 #405069;
          box-shadow: inset 0 1px 0 0 #293449,
  inset 0 2px 0 0 #405069;
  cursor: pointer;
}

.offer-item:hover {
  background-color: #293449;
}

.offer-slide {
  position: absolute;
  top: -3px;
  left: 321px;
  z-index: 1;

  width: 710px;
  height: 230px;
}

.offer-slide h3 {
  margin-bottom: 25px;
}

.delivery-desc {
  width: 275px;
}

.warranty-desc {
  width: 380px;
}

.offer-credit .credit-desc {
  width: 280px;
  margin-bottom: 26px;
}

.offer-credit .credit-button {
  display: block;
  width: 195px;

  background-color: #ff5357;
}

.offer-delivery::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 92px;

  width: 468px;
  height: 261px;

  background-image: url(../img/delivery.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.offer-warranty::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -50px;

  width: 468px;
  height: 261px;

  background-image: url(../img/guarantee.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.offer-credit::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 30px;

  width: 468px;
  height: 261px;

  background-image: url(../img/credit.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.delivery-input:checked + .delivery-label {
  color: #32425c;

  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.warranty-input:checked + .warranty-label {
  color: #32425c;

  background-color: white;
}

.credit-input:checked + .credit-label {
  color: #32425c;

  background-color: white;
}

.delivery-input:checked ~ .offer-delivery {
  z-index: 2;

  background-color: #f4f7f9;
}

.warranty-input:checked ~ .offer-warranty {
  z-index: 2;

  background-color: #f4f7f9;
}

.credit-input:checked ~ .offer-credit {
  z-index: 2;

  background-color: #f4f7f9;
}

.company {
  width: 540px;
  margin-right: auto;

  text-align: left;
  color: #000000;
}

.company h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.desc {
  font-size: 13px;
  line-height: 1.85;
  font-family: "PT Sans", Arial, sans-serif;
}

.company-desc-first {
  margin-bottom: 25px;
}

.company-desc-second {
  width: 390px;
  margin-bottom: 20px;
}

.contacts-desc {
  width: 180px;
  margin-bottom: 33px;
}

.company-list {
  margin: 0;
  margin-bottom: 14px;
  padding: 0;
  padding-left: 36px;

  list-style: none;
  font-size: 18px;
  line-height: 1.11;
}

.company-list li {
  position: relative;

  padding-bottom: 22px;
}

.company-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -36px;

  width: 25px;
  height: 2px;

  background-color: #ee3643;
}

.brands-item:hover {
  -webkit-box-shadow: 0 10px 25px 0 rgba(41, 52, 73, 0.5);
          box-shadow: 0 10px 25px 0 rgba(41, 52, 73, 0.5);
}

.brands-item:active {
  -webkit-box-shadow: 0 4px 10px 0 rgba(41, 52, 73, 0.5);
          box-shadow: 0 4px 10px 0 rgba(41, 52, 73, 0.5);
  opacity: 0.3;
}

.about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts {
  width: 300px;

  text-align: left;
  color: #000000;
}

.contacts h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.contacts-link {
  display: block;
  margin-bottom: 35px;
}

.contacts-button {
  display: block;
  text-align: center;
}

.company-button {
  display: block;
  width: 220px;
  padding: 11px 0;
}

/*Стили для about-company*/
.about-company-title, 
.contacts-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}

.about-company p {
	font-family: "PT Sans";
  font-weight: 400;
  line-height: 24px;
}

.about-company-button {
	background-color: #ee3643;
	padding: 12px 40px 10px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
}

.trans-company li {
	position: relative;
	list-style: none;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 20px;
} 

.trans-company li::before {
	content: '';
  position: absolute;
  left: -36px;
  top: 50%;
  display: block;
  width: 25px;
  height: 2px;
  background: #fb565a;
}

.contacts p {
	font-family: "PT Sans";
  font-weight: 400;
  line-height: 24px;
}

/*Стили для Всплывающих окон*/
.modal {
    position: fixed;
    z-index: 2;
    display: block;
    background-color: #ffffff;
    -webkit-box-shadow: 0 15px 70px rgba(0,0,0,0.7);
    box-shadow: 0 15px 70px rgba(0,0,0,0.7);
}

.modal-show {
    display: block;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0,0, 0.6);
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 9px;
    width: 21px;
    height: 21px;
    font-size: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.modal-close::before,
.modal-close::after {
    content: "";
    position: absolute;
    left: 0;
    width: 21px;
    height: 3px;
    background-color: #ff5357;
}

.modal-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.write-us-modal {
    top: 50%;
    left: 50%;
    width: 620px;
    height: 430px;
    margin-top: -215px;
    margin-left: -260px;
}

.write-us-modal::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    background-color: #ff5357;
}

.form-write-us .form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 55px 80px 0 80px;
}

.form-write-us p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    margin-bottom: 20px;
}

.form-write-us p:first-child {
    margin-right: 20px;
}

.form-write-us p:last-child {
    margin-bottom: 39px;
}

.form-write-us input[type="text"],
.form-write-us textarea {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 9px;
    padding-left: 14px;
    font: inherit;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    border: 2px solid #d7dcde;
    border-radius: 2px;
}

.form-write-us label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
    font-family: "Cuprum", sans-serif;
    color: #000000;
}

.form-write-us textarea {
    resize: none;
}

.form-write-us .send {
    padding: 37px 80px;
    background-color: #f4f4f4;
}

.form-write-us .button-send {
    width: 100%;
}

/*Стили для Футера*/
.footer-top-bg {
  background-color: #32425c;
  margin-top: 85px;
}

.site-navigation-footer,
.site-navigation-footer-darken {
	box-shadow: none;
	margin-left: auto;
	padding-right: 0;
}

.site-navigation .padding-right {
  padding-right: 0;
}

.footer-top-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.main-bottom-logo  {
  display: block;
  margin-bottom: 33px;
  padding: 20px 40px 15px;
  background-color: #ee3643;
  -webkit-box-shadow: 0 5px 0 0 #b52933;
  box-shadow: 0 5px 0 0 #b52933;
}

.main-bottom-logo:hover {
	background-color: #ca2c37;
	cursor: pointer;
}

.footer-middle-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-bottom: 50px;
}

.addres-phone {
	padding: 0;
	margin: 0;
}
.addres-phone li {
	color: #f3f7f9;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	list-style: none;
}

.addres-phone a {
	color: #f3f7f9;
}

.site-navigation-footer-darken a {
	color: #ffd180;
	padding-top: 0px;
}

.site-navigation-footer a:hover,
.site-navigation-footer-darken a:hover {
	text-decoration: underline;
	background: none;
}
.site-navigation-footer-darken {
  margin-top: 0;
}

.footer-bottom-bg {
	background-color: #293449;
}

.footer-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 35px 0;
}

.social-list {
	display: flex;
	list-style: none;
	-ms-align-items: center;
	align-items: center;

}

.social-list a {
	display: block;
	width: 42px;
	height: 42px;
	background-color: #212a3a;
  border-radius: 50%;
}

.social-vk {
	background-image: url(../img/icon-vk.svg);
	background-repeat: no-repeat;
  background-position: 50% 50%;
}

.social-fb {
	background-image: url(../img/icon-fb.svg);
	background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 2px;
}

.social-inst {
	background-image: url(../img/icon-insta.svg);
	background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 2px;
}

.social-list a:hover,.social-list a:active {
  background-color: #ee3643
}

.footer-bottom p, b { 
  color: #f1f5f7;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.footer-feedback a {
	color: #ffd180;
}

.footer-developed a {
	color: #ffd180;
}

.footer-feedback a:hover,
.footer-developed a:hover {
  text-decoration: underline;
}
/*Стили для Каталога*/

.breadcrumbs {
	list-style: none;
	color: #000000;
	font-family: "PT Sans";
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
}

.breadcrumbs a {
	color: #000000;
	font-family: "PT Sans";
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
  text-decoration: underline;
}

.breadcrumbs-current {
  color: #000000;
}

.perforator-title {
	font-family: Cuprum;
	color: #32425c;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
}

.filter fieldset {
  border: none;
}

.filter legend {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.filter ul {
  list-style: none;
  line-height: 30px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.filter-input:hover,
.filter-input:focus {
  color: #000000;
  opacity: 0.8;
}

.filter-button {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  font-family: "PT Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.filter-button:hover {
	border: 1px solid #bdc6ca;
}

.catalog-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 700px;
	margin: 20px 0px;
}

.catalog-item {
	position: relative;
	display: inline-block;
	width: 218px;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #cccccc;
	font-size: 16px;
  font-family: 'PT Sans', sans-serif;
}

.catalog-item:hover {
	box-shadow: 0 10px 25px rgba(41, 52, 73, 0.5);
}

.catalog-item .flag {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 60px;
	height: 60px;
	text-indent: -1000px;
	overflow: hidden;
	z-index: 20;
}

.catalog-item .flag-new {
	background: url("../img/new_flag.png") no-repeat 0 0;
}

.catalog-item .actions {
  position: absolute;
  top: 0;
  left: 0;
  
  width: 218px;
  height: 88px;
  padding: 40px 0;
  
  background-color: rgba(255,255,255,0.9);
  z-index: 10;
}

.catalog-item .actions .buy,
.catalog-item .actions .bookmark {
  display: block;
  width: 129px;
  margin: 0 auto;
  margin-bottom: 7px;
  padding: 7px 0;
  
  background-color: #63a63e;
  border: 3px solid #63a63e;
  border-bottom-color: #367315;
  border-radius:3px;
  
  color: white;
  font-size: 14px;
  font-weight: normal;
  font-family: "Cuprum", sans-serif;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.catalog-item .actions .bookmark {
  color: #32425c;
  background: white;
  border-bottom-color: #63a63e;
}

.actions .bookmark:hover {
	border: 3px solid #32425c;
}

.actions .bookmark:active {
	border: 3px solid #32425c;
	opacity: 0.3;
}

.actions .buy:hover {
	box-shadow: inset 0 -1px 0 #367315;
	background-color: #5fbb2d;
}

.actions .buy:active {
	background-color: #518534;
}

.catalog-item .actions {
  display: none;
}

.catalog-item:hover .actions {
  display: block;
}

.catalog-item .image {
	width: 218px;
	height: 168px;
}

.catalog-item .image  img {
	max-width: 100%;
}

.catalog-item .title {
	min-height: 40px;
	padding: 0 25px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.catalog-item .discount {
  min-height: 20px;
  margin-top: 15px;
  color: #999;
  text-decoration: line-through;
}

.catalog-item .price {
	display: inline-block;
  position: relative;
  width: 80px;
  margin: 10px auto;
  margin-bottom: 20px;
  padding: 10px 30px;
  background: #ee3643;
  border-radius: 3px;
  color: #fff;
}

.catalog-item .price:after {
  content: "";
  
  position: absolute;
  top: 0;
  right: -20px;
  
  width: 0;
  height: 0;
  
  border: 20px solid white;
  border-left-color: #ee3643;
}

.pagination-list {
  list-style: none;
}

.pagination-item a {
	color: #000000;
  padding: 15px;
  width: 38px;
  height: 38px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}

.pagination-item a:hover,
.pagination-item a:focus,
.pagination-item a:active {
  border: 1px solid #ee3643;
}

.pagination-item-current a {
	color: #ffffff;
  background-color: #ee3643;
}

