html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.page-header {
  font-size: 17px;
  font-family: 'Cuprum';
}

.container {
  width: 940px;
  margin: 0 auto;
  position: relative;
}

.menu-top .container {
  position: relative;
}

.menu-top {
  color: #FFFFFF;
}

.menu-top__wrapper {
  display: flex;
}

.logo {
  float: left;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  background: #EE3643;
  font-size: 24px;
  line-height: 42px;
  width: 220px;
}

.page-header .logo:after {
  position: absolute;
  content: '';
  left: 0;
  top: 41px;
  width: 220px;
  height: 4px;
  background: #b52933;
}

.logo:hover {
  background: #ca2c37;
}

.logo:active {
  background: #ba2732;
}

.menu-top__search {
  position: relative;
  display: inline-block;
}

.menu-top__search input {
  height: 32px;
  width: 230px;
  border: none;
  padding: 5px 0 5px 40px;
  background: #293449 url('../img/Search.png') no-repeat 5% 50%;
  opacity: 0.5;
  color: #293449;
}

.menu-top__search input:hover {
  opacity: 1;
  background: #212a3a url('../img/Search.png') no-repeat 5% 50%;
  color: #212a3a;
}

.menu-top__search input:focus {
  opacity: 1;
  background: #FFFFFF url('../img/search-red.png') no-repeat 5% 50%;
}

.menu-top__search label {
  margin-left: 40px;
  position: absolute;
  top: 11px;
  left: 0;
}

.menu-top__search input[type=text]:active +label {
  color: #FFFFFF;
}

.menu-top__search input[type=text]:focus +label {
  display: none;
}

.menu-top__bookmarks {
  position: relative;
  overflow: hidden;
}

.menu-top__bookmarks:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url('../img/technomart-sprites.png') no-repeat -65px -14px;
  opacity: 0.3;
}

.menu-top__bookmarks:hover:before {
  opacity: 1;
}

.menu-top__bookmarks:hover:active {
  opacity: 0.2;
}

.menu-top__bookmarks a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 30px 12px 43px;
  line-height: 42px;
}

.menu-top__bookmarks a:hover {
  background: #212a3a;
}

.menu-top__bookmarks a:active {
  color: #5f6671;
  background: #161d29
}

.menu-top__basket {
  position: relative;
  overflow: hidden;
}

.menu-top__basket:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url('../img/technomart-sprites.png') no-repeat -10px -15px;
  opacity: 0.3;
}

.menu-top__basket:hover:before {
  opacity: 1;
}

.menu-top__basket:hover:active {
  opacity: 0.2;
}

.menu-top__basket a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 30px 12px 43px;
  line-height: 42px;
}

.menu-top__basket a:hover {
  background: #212a3a;
}

.menu-top__basket a:active {
  color: #5f6671;
  background: #161d29
}

.menu-top__basket--not-empty {
  background: #ee3643;
}

.menu-top__order a {
  color: #FFFFFF;
  background: #63A63E;
  text-decoration: none;
  line-height: 39px;
  padding: 13px 22px;
}

.menu-top__order a:hover {
  background: #5fbb2d;
}

.menu-top__order a:active {
  color: #85a971;
}

.menu {
  background: #F1F5F7 url('../img/header-shadow.png') no-repeat center bottom;
}

.menu .container {
  padding: 0 10px 60px;
}

.menu-top {
  background: #293449;
}

.menu-middle {
  padding-top: 40px;
  padding-bottom: 40px;
}

.menu-middle__info {
  margin: 0 20px 0 40px;
  width: 200px;
  color: #EE4F5B;
  float: left;
  font-style: italic;
  font-size: 16px;
  line-height: 1.438;
}

.menu-middle__contacts {
  float: left;
  margin: 0 0 0 20px;
  width: 250px;
  position: relative;
}

.contacts__phone {
  border: 3px solid #FFFFFF;
  padding: 8px 15px 8px 34px;
  margin: 0 0 10px 0;
  color: #e9292a;
  font-size: 21px;
  display: inline-block;
}

.contacts__phone:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 7px;
  width: 30px;
  height: 30px;
  background: url('../img/technomart-sprites.png') no-repeat -60px -160px;
  opacity: 0.5;
}

.contacts__address {
  color: #32425C;
  margin: 0;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.125;
}

.menu-middle__account {
  float: right;
  font-size: 21px;
  font-weight: 400;
  line-height: 0.857;
  padding-left: 100px;
  position: relative;
}

.login,
.registration,
.user {
  color: #000000;
  text-decoration: none;
  padding: 12px 25px;
  background: #FFFFFF;
  display: inline-block;
}

.login {
  margin-right: 10px;
  padding: 12px 26px 12px 46px;
}

.login:hover {
  color: #ee3643;
}

.login:active {
  color: #b2b2b2;
}

.login:before {
  content: '';
  position: absolute;
  left: 110px;
  top: 9px;
  width: 30px;
  height: 30px;
  background: url('../img/technomart-sprites.png') no-repeat -115px -65px;
  opacity: 0.5;
}

.login:hover:before {
  opacity: 1;
}

.registration:hover {
  color: #ee3643;
}

.registration:active {
  color: #b2b2b2;
}

.user {
  padding: 12px 70px 12px 47px;
  margin: 0 0 5px;
}

.user:active {
  color: #b2b2b2;
}

.user:before {
  content: '';
  position: absolute;
  left: 113px;
  top: 12px;
  width: 20px;
  height: 20px;
  background: url('../img/technomart-sprites.png') no-repeat -115px -15px;
  opacity: 0.3;
}

.user:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 11px;
  width: 20px;
  height: 20px;
  background: url('../img/technomart-sprites.png') no-repeat -115px -40px;
  opacity: 0.3;
}

.user:hover:after {
  opacity: 1;
}

.user-orders,
.user-profile {
  margin: 0 29px 0 5px;
  padding: 5px;
  display: inline-block;
  color: #32425c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125;
}

.user-orders:hover {
  color: #ee3643;
}

.user-profile:hover {
  color: #ee3643;
}

.user-orders:active {
  color: #b7bec7;
}

.user-profile:active {
  color: #b7bec7;
}

.user-orders:after {
  content: '';
  position: absolute;
  top: 59px;
  left: 185px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #32425c;
  margin: 0 0 0 22px;
}

.menu-lower {
  background: #32425c;
  border-bottom: 5px solid #293449;
}

.menu-lower__menu {
  text-align: center;
}

.menu-lower__menu a:hover {
  background: #293449;
}

.menu-lower__menu a:active {
  background: #1d2739;
  color: #616874;
  border: none;
}

.menu-lower__menu {
  padding: 0;
  font-size: 0;
}

.menu-lower__menu li {
  display: inline-block;
}

.menu-lower__menu a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 17px;
  padding: 19px 33px;
}

.promo-block {
  font-size: 0;
  margin: 40px 0 50px;
  font-family: 'Cuprum';
  position: relative;
}

.promo-item {
  width: 260px;
  height: 83px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px 20px;
  padding: 20px;
}

.promo-item:first-child {
  margin-left: 0;
}

.promo-item .h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 12px;
}

.promo-block a {
  text-decoration: none;
}

.promo-icon {
  position: absolute;
  width: 300px;
  height: 123px;
}

.materials {
  background: #F6B22D url("../img/promo-item01.png") no-repeat 0 0;
  position: relative;
}

.instruments {
  background: #4AAFDE url("../img/promo-item02.png") no-repeat 0 0;
}

.machines {
  background: #CC79D1 url("../img/promo-item03.png") no-repeat 0 0;
}

.discount {
  background: #85D179 url("../img/promo-item04.png") no-repeat 0 0;
  float: right;
}

.delivery {
  background: #F6B22D url("../img/promo-item05.png") no-repeat 0 0;
  float: right;
}

.promo-info {
  width: 135px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.287;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 13px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3%;
}

.promo-info:hover {
  background: rgba(0, 0, 0, 0.2);
}

.promo-info:active {
  background: rgba(0, 0, 0, 0.3);
  border: none;
}

.materials:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url("../img/flag_new.png") no-repeat 0 0;
}

.slider-wrapper {
  width: 620px;
  float: left;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.slider {
  height: 266px;
  padding: 0;
  position: relative;
}

.slider__slide {
  max-width: 100%;
  float: left;
  list-style: none;
  z-index: 1;
}

.slider__paginator {
  position: absolute;
  bottom: 35px;
  left: 46.7%;
  width: 42px;
  height: 10px;
  text-align: center;
  z-index: 10;
}

.page-btn {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  background: white;
  border: 2px solid white;
  vertical-align: top;
  border-radius: 50%;
  cursor: pointer;
}

.page-btn--active {
  background: #EE3643;
}

.forward,
.back {
  position: absolute;
  top: 123px;
  left: 30px;
  background: url('../img/slider-back.png') no-repeat 5px 5px;
  font-size: 0;
  width: 20px;
  height: 36px;
  padding: 5px;
  cursor: pointer;
}

.forward {
  left: 570px;
  background: url('../img/slider-forward.png') no-repeat 5px 5px;
}

.btn {
  display: block;
  font-family: 'Cuprum';
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background: #fb565a;
  border-radius: 3px;
  padding: 10px 0;
}

.btn--catalog {
  display: inline-block;
  padding: 10px 40px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.btn:hover {
  background: #ca2c37;
}

.btn:active {
  background: #ba2732;
  color: #cf6870;
  border: none;
}

.slider .btn {
  margin-left: 30px;
  width: 195px;
}

.slider__slide {
  // display: none;
}

.slider__slide:nth-child(1) {
  // display: block;
}

.section-header {
  background: #F7F3EC;
  margin-bottom: 20px;
}

.section-header h1 {
  float: left;
  color: #32425c;
  text-transform: uppercase;
  font-family: 'Cuprum';
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 0 30px;
  line-height: 89px;
  max-width: 700px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('bindings.xml#ellipsis');
  white-space: nowrap;
  overflow: hidden;
}

.section-header .btn {
  width: 253px;
  float: right;
  margin: 25px 20px;
}

.catalog {
  margin-bottom: 40px;
  font-family: 'Open Sans';
  text-align: center;
}

.catalog-item {
  width: 220px;
  min-height: 250px;
  position: relative;
  display: inline-block;
  margin: 0 16px 16px 0;
  padding-bottom: 70px;
  border: 1px solid #ccc;
  line-height: 20px;
  font-weight: bold;
  vertical-align: top;
}

.catalog-item:hover {
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

.catalog-item .image {
  margin: auto;
}

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

.catalog-item .title {
  padding: 0 25px;
  margin: 10px 0;
  display: block;
  color: black;
  text-decoration: none;
}

.price-old {
  color: #999;
}

.price {
  display: block;
  position: absolute;
  left: 45px;
  bottom: 20px;
  width: 80px;
  margin: 0 auto;
  padding: 10px 30px;
  color: white;
  background: #EE3643;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.126;
}

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

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

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

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

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

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

.catalog-item .actions .buy:hover {
  background: #5fbb2d;
}

.catalog-item .actions .buy:active {
  -moz-box-shadow: 0 100px 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 100px 0 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 100px 0 0 rgba(0, 0, 0, 0.2) inset;
  border: 3px solid #518534;
}

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

.catalog-item .actions .bookmark:active {
  border: 3px solid #c1c6ce;
  color: #c1c6ce;
}

.catalog-item--main-page:nth-child(4n) {
  margin-right: 0;
}

.catalog,
.manufacturers-list {
  font-size: 0;
}

.catalog-item {
  font-size: 16px;
}

.catalog-item:nth-child(4n):after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url("../img/flag_new.png") no-repeat 0 0;
}

.manufacturers {
  margin-bottom: 60px;
}

.manufacturer {
  width: 220px;
  height: 145px;
  display: inline-block;
  margin: 0 16px 16px 0;
  border: 1px solid #ccc;
}

.manufacturer:hover {
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

.manufacturer:active {
  opacity: 0.3;
  border: none;
}

.manufacturer:nth-child(4n) {
  margin-right: 0;
}

.manufacturer .image {
  margin: auto;
}

.manufacturer .image img {
  max-width: 100%;
  text-align: center;
}

.service {
  background: #F1F5F7;
  margin-bottom: 70px;
}

.service h1 {
  color: #000000;
  font-family: 'Cuprum';
  font-size: 30px;
  font-weight: 400;
  line-height: 0.8;
  padding-top: 60px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.service-intro {
  font-weight: 300;
  line-height: 1.846;
  margin: 0;
}

.service-slider {
  position: relative;
  width: 940px;
  margin: 0 auto;
  padding-top: 80px;
}

.service-slider__controls {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
}

.service-slider__control {
  width: 200px;
  padding: 20px;
  background: #32425C;
  color: #ffffff;
  font-family: 'Cuprum';
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  border-bottom: 0.1px solid black;
  -moz-box-shadow: 0 1px 2px -2px rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 2px -2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 2px -2px rgba(255, 255, 255, 0.5) inset;
  display: block;
  text-decoration: none;
}

.service-slider__control--active {
  background: #FFFFFF;
  color: #32425C;
}

.service-slider__control:hover {
  background: #293449;
}

.service-slider__control:active {
  background: #1d2739;
  color: #616875;
}

.service-slider__control--active:hover {
  background: #FFFFFF;
  color: #32425C;
}

.service-slider__slides-wrapper {
  float: right;
  width: 620px;
}

.service_slider__slide {
  display: none;
  padding: 0 300px 100px 0;
}

.service_slider__slide:nth-child(1) {
  display: block;
}

.service-slider__controls:after {
  content: '';
  position: absolute;
  right: 0;
  top: -20px;
  width: 10px;
  height: 222px;
  background: url("../img/service-menu_shadow.png");
}

.service_slider__slide h2 {
  color: #32425c;
  font-family: 'Cuprum';
  font-size: 36px;
  font-weight: 400;
  line-height: 0.667;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.service_slider__slide p {
  font-weight: 300;
  line-height: 1.846;
  margin: 0;
}

.slide-delivery {
  background: url('../img/service_slide01.png') no-repeat right top;
}

.slide-guarantee {
  background: url('../img/service_slide02.png') no-repeat right top;
}

.slide-credit {
  background: url('../img/service_slide03.png') no-repeat right top;
}

.slide-delivery img {
  position: absolute;
  width: 468px;
  height: 261px;
  top: 0;
  left: 140px;
}

.slide-guarantee img {
  position: absolute;
  width: 388px;
  height: 283px;
  top: 0;
  left: 210px;
}

.slide-credit img {
  position: absolute;
  width: 465px;
  height: 285px;
  top: -15px;
  left: 180px;
  z-index: 1;
}

.btn--slide-credit {
  width: 194px;
  margin-top: 30px;
  z-index: 10;
  position: relative;
}

.company {
  margin: 0 auto 85px;
  line-height: 1.846;
}

.about {
  float: left;
  width: 600px;
}

.about-header,
.contacts-header {
  margin: 0 0 35px 0;
  font-family: 'Cuprum';
  font-size: 30px;
  font-weight: 400;
  line-height: 0.8;
}

.about p {
  margin: 15px 0;
}

.transport-companies {
  list-style: none;
  position: relative;
  margin: 25px 0;
}

.transport-companies li:before {
  content: '';
  width: 25px;
  height: 2px;
  background: #FB565A;
  position: absolute;
  left: 0;
  top: 17px;
}

.transport-companies li:nth-child(2):before {
  top: 53px;
}

.transport-companies li:nth-child(3):before {
  top: 89px;
}

.transport-companies a {
  color: #000000;
  font-size: 18px;
  line-height: 2;
  text-decoration: none;
  font-family: 'Cuprum';
}

.btn--about {
  width: 220px;
  margin: 10px 0 0;
}

.contacts {
  float: right;
  width: 320px;
}

.map img {
  margin: 14px 0;
}

.btn--email {
  width: 300px;
  margin: 14px 0 0;
}

.address {
  padding: 0;
  margin: 0;
  display: block;
}

.footer-upper {
  background: #32425C;
  font-family: 'Cuprum';
  font-size: 18px;
  line-height: 1.333;
  padding-bottom: 50px;
}

.footer-upper__contacts {
  float: left;
  color: #FFFFFF;
  width: 300px;
  position: relative;
}

.footer-upper .logo {
  line-height: 64px;
  font-size: 30px;
  margin-bottom: 30px;
}

.footer-upper .logo:after {
  position: absolute;
  content: '';
  left: 0;
  top: 64px;
  width: 220px;
  height: 4px;
  background: #b52933;
}

.address {
  display: inline-block;
}

.footer__menu {
  float: right;
  padding-top: 35px;
  width: 590px;
}

.footer-upper__site-menu {
  display: flex;
  margin: 0 0 35px;
  padding: 0;
}

.footer-upper__site-menu li {
  list-style: none;
  /*   display:inline-block; */
  
  padding-left: 40px;
}
/* .footer-upper__site-menu li:first-child {
    padding:0;
} */

.footer-upper__site-menu a {
  text-decoration: none;
  color: #f1f5f7;
  padding: 10px;
}

.footer-upper__site-menu a:hover {
  text-decoration: underline;
}

.footer-upper__site-menu a:active {
  color: #6a778a;
  border: none;
}

.footer-upper__shop-menu {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
}

.footer-upper__shop-menu li {
  list-style: none;
  /*   display:inline-block; */
  
  padding-left: 35px;
}
/* .footer-upper__shop-menu li:first-child {
    padding:0;
} */

.footer-upper__shop-menu a {
  color: #FFD180;
  text-decoration: none;
  padding: 10px;
}

.footer-upper__shop-menu a:hover {
  text-decoration: underline;
}

.footer-upper__shop-menu a:active {
  color: #6f6d66;
  border: none;
}
/* .footer-upper__shop-menu li:last-child {
    padding-left:80px;
} */

.footer-upper__shop-menu .dot {
  content: '';
  /*  display:inline-block;
    position:absolute;
    top:10px;
  right:200px; */
  
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f1f5f7;
  vertical-align: middle;
}

.footer-lower {
  background: #293449;
  color: #FFFFFF;
  font-family: 'Cuprum';
  font-size: 16px;
  line-height: 1.125;
}

.footer-lower .container {
  padding: 40px 0;
}

.copyright-company {
  float: left;
  width: 350px;
  margin: 0 30px 0 0;
}

.social-buttons {
  float: left;
  width: 200px;
  margin-right: 60px;
}

.btn-social {
  display: inline-block;
  vertical-align: top;
  width: 43px;
  height: 43px;
  line-height: 43px;
  border-radius: 50%;
  background: #212A3A;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  margin-right: 5px;
}

.btn-social--vk {
  background: #212A3A url('../img/technomart-sprites.png') no-repeat -2px -55px;
}

.btn-social--fb {
  background: #212A3A url('../img/technomart-sprites.png') no-repeat -3px -154px;
}

.btn-social--inst {
  background: #212A3A url('../img/technomart-sprites.png') no-repeat -2px -104px;
}

.btn-social--vk:hover {
  background: #ee3643 url('../img/technomart-sprites.png') no-repeat -2px -55px;
}

.btn-social--fb:hover {
  background: #ee3643 url('../img/technomart-sprites.png') no-repeat -3px -154px;
}

.btn-social--inst:hover {
  background: #ee3643 url('../img/technomart-sprites.png') no-repeat -2px -104px;
}

.btn-social--vk:active {
  background: #ee3643 url('../img/technomart-sprites.png') no-repeat -2px -55px;
  opacity: 0.5;
}

.btn-social--fb:active {
  background: #ee3643 url('../img/technomart-sprites.png') no-repeat -3px -154px;
  opacity: 0.5;
}

.btn-social--inst:active {
  background: #ee3643 url('../img/technomart-sprites.png') no-repeat -2px -104px;
  opacity: 0.5;
}

.feedback {
  float: left;
  width: 140px;
  margin: 0;
}

.feedback a {
  color: #FFD180;
  text-decoration: none;
}

.feedback a:hover {
  text-decoration: underline;
}

.feedback a:active {
  color: #ee3643;
  border: none;
}

.design-copyright {
  float: right;
  margin: 0;
  width: 130px;
}

.design-copyright a {
  color: #FFD180;
  text-decoration: none;
}

.design-copyright a:hover {
  text-decoration: underline;
}

.design-copyright a:active {
  color: #ee3643;
  border: none;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
/* ------------------------------------- Styles for the catalog page    ------------------------------------------     */

.breadcrumbs {
  padding: 0;
  margin: 20px 20px 20px 30px;
  position: relative;
}

.breadcrumbs li {
  list-style: none;
  display: inline-block;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 20px;
}

.breadcrumbs a {
  color: #000000;
  text-decoration: none;
}

.breadcrumbs:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url('../img/technomart-sprites.png') no-repeat 0 0;
}

.breadcrumbs li:first-child:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background: url('../img/technomart-sprites.png') no-repeat 0 -19px;
}

.breadcrumbs li:first-child:after {
  content: '';
  position: absolute;
  left: 90px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: url('../img/technomart-sprites.png') no-repeat 0 -19px;
}

.breadcrumbs li:last-child:before {
  content: '';
  position: absolute;
  left: 210px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: url('../img/technomart-sprites.png') no-repeat 0 -19px;
}

.calalog-header {
  background: #f2f6f8;
  font-family: 'Cuprum';
  color: #32425c;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 30px;
  margin: 0 0 20px;
}

.side-left {
  float: left;
  width: 220px;
  position: relative;
  margin: 0 0 60px;
}

.side-topbar {
  font-family: 'OpenSans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  background: #f7f3ec;
  padding: 16px 16px;
  margin: 0 0 12px;
}

.side-left h3 {
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.877;
  text-transform: uppercase;
  margin: 0;
  display: block;
  padding: 0 0 10px;
}

.price-range {
  position: relative;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 220px;
  padding: 0 0 40px;
}

.price-range h3:after {
  content: '';
  width: 20px;
  height: 15px;
  background: url('../img/technomart-sprites.png') no-repeat -150px -84px;
  content: "";
  left: 180px;
  position: absolute;
  top: 5px;
  opacity: 0.5;
}

.price-range h3:hover:after {
  opacity: 1;
}

.price-range h3:active:after {
  opacity: 0;
}

.range-controls {
  position: relative;
  height: 80px;
  margin-bottom: 15px;
  padding: 0 30px;
  background: #f7f3ec;
  border-radius: 5px;
  overflow: hidden;
}

.range-controls .scale {
  margin-top: 39px;
  height: 2px;
  background: #d7dcde;
}

.range-controls .bar {
  height: 2px;
  background: #00ca74;
  width: 70%;
}

.range-controls .toggle {
  width: 4px;
  height: 4px;
  border: 8px solid white;
  background: #ababab;
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
  border-radius: 50%;
  -moz-box-shadow: 0 2px 1px 0 #cfcfcf;
  -webkit-box-shadow: 0 2px 1px 0 #cfcfcf;
  box-shadow: 0 2px 1px 0 #cfcfcf;
}

.range-controls .max-toggle {
  left: 145px;
}

.price-controls input {
  width: 70px;
  padding: 8px 5px;
  margin-left: 5px;
  border: none;
  background: #f7f3ec;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #283136;
  border-radius: 5px;
}

.price-controls .min-price {
  margin-right: 5px;
}

.price-controls {
  white-space: nowrap;
}

.makers {
  padding: 0 0 40px;
  position: relative;
}

.makers h3:before {
  content: '';
  width: 220px;
  height: 1px;
  background: #e5e5e5;
  content: "";
  left: 0;
  position: absolute;
  top: -17px;
}

.power-type {
  padding: 0 0 40px;
  position: relative;
}

.power-type h3:before {
  content: '';
  width: 220px;
  height: 1px;
  background: #e5e5e5;
  content: "";
  left: 0;
  position: absolute;
  top: -17px;
}

.checkbox,
.radiobutton {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 0 20px;
}

.checkbox:last-child,
.radiobutton:last-child {
  padding: 0;
}

.makers input,
.power-type input {
  display: none;
}

.makers label,
.power-type label {
  padding: 0 0 0 30px;
}

.makers .checkbox label {
  background: url('../img/technomart-sprites2.png') no-repeat 0 -30px;
}

.makers input:checked+label {
  background: url('../img/technomart-sprites2.png') no-repeat 0 -58px;
}

.power-type .radiobutton label {
  background: url('../img/technomart-sprites2.png') no-repeat 0 -106px;
}

.power-type input:checked+label {
  background: url('../img/technomart-sprites2.png') no-repeat 0 -0px;
}

.makers .checkbox label:hover {
  background: url('../img/technomart-sprites.png') no-repeat -149px -30px;
}

.makers input:checked+label:hover {
  background: url('../img/technomart-sprites.png') no-repeat -149px -58px;
}

.power-type .radiobutton label:hover {
  background: url('../img/technomart-sprites.png') no-repeat -149px -106px;
}

.power-type input:checked+label:hover {
  background: url('../img/technomart-sprites.png') no-repeat -149px -0px;
}
/*
.makers .checkbox label:active {
    background:url('../img/technomart-sprites.png') no-repeat -149px -200px;
    color:#b2b2b2;
}

.makers input:checked+label:active {
    background:url('../img/technomart-sprites.png') no-repeat -149px -200px;
    color:#b2b2b2;
}

.power-type .radiobutton label:active {
    background:url('../img/technomart-sprites.png') no-repeat -149px -200px;
    color:#b2b2b2;
}
*/

.power-type input:checked+label:active {
  background: url('../img/technomart-sprites.png') no-repeat -149px -200px;
  color: #b2b2b2;
}

.side-right {
  float: right;
  width: 700px;
  margin: 0 0 60px;
}

.sort-controls {
  margin: 0;
  padding: 0;
  float: right;
  position: relative;
}

.sort-controls li {
  display: inline-block;
  margin: 0 30px;
}

.sort-controls li:last-child {
  margin: 0 10px;
}

.sort-option {
  padding: 10px 5px 3px;
  color: #bcbcbc;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  border-bottom: 1px dotted #ee3643;
}

.sort-option:hover {
  color: #000000;
  border-bottom: 1px solid #ee3643;
}

.sort-option:active {
  color: #f9c2c6;
  border: none;
}

.sort-option--active {
  color: #ee3643;
  border-bottom: none;
}

.sort-option--active:hover {
  color: #ee3643;
  border-bottom: none;
}

.sort-option--active:active {
  color: #ee3643;
  border-bottom: none;
}

.sort-down,
.sort-up {
  padding: 10px;
  margin: 0 5px 0 0;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  opacity: 0.5;
}

.sort-down:hover,
.sort-up:hover {
  opacity: 1;
}

.sort-down {
  background: url('../img/technomart-sprites.png') no-repeat 10px 97%;
}

.sort-up {
  background: url('../img/technomart-sprites.png') no-repeat 10px -33px;
  margin: 0;
}

.sort-up:active {
  opacity: 0.5;
  background: url('../img/technomart-sprites.png') no-repeat 10px -69px;
}

.sort-down:active {
  opacity: 0.5;
  background: url('../img/technomart-sprites.png') no-repeat 10px -50px;
}

.sort-down--active {
  background: url('../img/technomart-sprites.png') no-repeat 10px -50px;
  opacity: 1;
}

.sort-down--active:hover {
  background: url('../img/technomart-sprites.png') no-repeat 10px -50px;
  opacity: 1;
}

.sort-down--active:active {
  background: url('../img/technomart-sprites.png') no-repeat 10px -50px;
  opacity: 1;
}

.catalog-item--catalog:nth-child(3n) {
  margin-right: 0;
}

.catalog__paginator {
  margin: 0;
  padding: 10px 0;
}

.catalog__paginator ul {
  margin: 0;
  padding: 0;
}

.catalog__paginator ul li {
  min-width: 20px;
  display: inline-block;
  text-align: center;
  padding-left: 5px;
}

.catalog__paginator ul li:first-child {
  padding-left: 0;
}

.page-button {
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  color: #000000;
  text-transform: uppercase;
  border-radius: 5%;
}

.page-button:hover {
  border: 1px solid #bdc6ca;
}

.page-button:active {
  border: 1px solid #ee3643;
  color: #b2b2b2;
}

.page-button--active {
  color: #ffffff;
  background: #ee3643;
  border-style: inset;
  border: none;
}

.page-button--active:hover {
  color: #ffffff;
  background: #ee3643;
  border-style: inset;
  border: none;
}

.page-button--active:active {
  color: #ffffff;
  background: #ee3643;
  border-style: inset;
  border: none;
}

.about-product {
  background: #f2f6f8;
}

.about-product h2 {
  font-family: 'Cuprum';
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 20px;
}

.about-product p {
  font-family: 'OpenSans', sans-serif;
  color: #000000;
  line-height: 24px;
  margin: 0;
}

.about-product__text-container {
  width: 940px;
  padding: 70px 0;
  margin: 0 auto;
}
/* Login form */

.login-popup {
  display: none;
  position: absolute;
  top: -40px;
  left: 0;
  width: 300px;
  min-height: 200px;
  padding: 50px 80px;
  margin-left: -230px;
  background: white;
}

.login-form {
  font-weight: bold;
  font-size: 17px;
}

.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="submit"] {
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.login-form input[type="text"],
.login-form input[type="password"] {
  width: 241px;
  margin-bottom: 10px;
  padding: 12px 15px;
  padding-right: 40px;
  //border: 2px solid black;
  // color: black;
  background-color: #f9f6f3;
}

.login-form input[type="password"] {
  margin-bottom: 15px;
}

.login-form .login-field {
  background: url('../img/icon-user.png') no-repeat 270px 14px;
}

.login-form .password-field {
  background: url('../img/icon-lock.png') no-repeat 270px 14px;
}

.login-form .restore {
  float: right;
  color: #000;
}

.login-form input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 5px;
}

.login-form input[type="submit"] {
  width: 300px;
  margin-top: 15px;
  font-family: 'Cuprum';
  color: white;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background: #fb565a;
  border-radius: 3px;
  padding: 10px 0;
  border: none;
}

.login-form input[type="submit"]:hover {
  background: #ca2c37;
}

.login-form input[type="submit"]:active {
  background: #ba2732;
  color: #cf6870;
  border: none;
}

.login-form input[type="submit"]:focus {
  border: none;
}

.login-popup-close {
  color: #000;
  margin-top: -35px;
  position: absolute;
  text-align: right;
  text-decoration: none;
  width: 360px;
}

@-webkit-keyframes login-open {
  0% {
    -webkit-transform: translateY(-2000px);
  }
  70% {
    -webkit-transform: translateY(30px);
  }
  90% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes login-open {
  0% {
    transform: translateY(-2000px);
  }
  70% {
    transform: translateY(30px);
  }
  90% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes login-error {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}

@keyframes login-error {
  0%, 100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}

.login-popup-show {
  display: block;
  -webkit-animation: login-open 0.4s;
  animation: login-open 0.4s;
}

.login-popup-error {
  -webkit-animation: login-error 0.6s;
  animation: login-error 0.6s;
}

.hidden {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}