.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }


.inl {display: inline;}

.text-right {
  text-align: right; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #262626;
  background-color: #fff;
  min-width: 320px; }
  body.fixed {
    overflow: hidden !important; }

#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none; }

.main-header {
  position: relative;
  z-index: 100; }
  .main-header .header-top {
    background-color: #fff;
    padding: 40px 0; }

    .main-header .header-top .delivery-text {
      font-size: 13px;}
  .main-header .header-content {
    background-color: #2b2e34;
    padding: 13px 0; }
    .main-header .header-content hr {

      border: 0;
      height: 1px;
  /*    border-top: 0;*/
      margin: 8px auto; 
  }

  .main-header .header-content hr:last-child{
  	display: none;
  }

    .main-header .header-content .visible-md {
      display: none; }
    .main-header .header-content .container {
      position: relative;
     /* padding-left: 105px;*/
      display: flex;
      align-items: center; }
    .main-header .header-content .main-logo {
      position: absolute;
      left: 5px;
      top: -80px; }

      .main-header .header-content .main-logo img {
      	width: 280px;
      }

      .main-header .header-content .main-nav {
      	padding-right: 25px;
      }

      .main-header .header-content .main-nav .arrow-link {
      	font-size: 17px;
      }

    .main-header .header-content .main-nav {
      display: flex;
      align-items: center; }
      .main-header .header-content .main-nav .arrow-link,
      .main-header .header-content .main-nav .nav-link {
        color: #fff;
        padding: 10px; }
      .main-header .header-content .main-nav .nav-link {
        transition: 0.25s; }
        .main-header .header-content .main-nav .nav-link:hover {
          color: #c82719; }
      .main-header .header-content .main-nav .arrow-link {
        position: relative;
        padding-right: 16px;
        cursor: pointer;
        transition: 0.25s; }
        .main-header .header-content .main-nav .arrow-link:after {
          content: '';
          width: 0;
          height: 0;
          border-top: 5px solid #fff;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          position: absolute;
          right: 0;
          top: calc(50% - 2px);
          transform-origin: center;
          transition: 0.25s; }
      .main-header .header-content .main-nav .nav-item {
        margin-right: 30px;
        position: relative;
        font-size: 15px; }
        .main-header .header-content .main-nav .nav-item:hover .arrow-link {
          color: #c82719; }
          .main-header .header-content .main-nav .nav-item:hover .arrow-link:after {
            transform: rotate(180deg);
            border-top: 5px solid #c82719; }
        .main-header .header-content .main-nav .nav-item:hover .category-dropdown,
        .main-header .header-content .main-nav .nav-item:hover .nav-dropdown {
          opacity: 1;
          pointer-events: auto; }
      .main-header .header-content .main-nav .category-dropdown,
      .main-header .header-content .main-nav .nav-dropdown {
        position: absolute;
        /*border-radius: 5px;*/
        background-color: #fff;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
        width: 500px;
        padding: 8px 0;
        top: 100%;
        /*right: 0;*/
        transition: 0.25s;
        opacity: 0;
        pointer-events: none; }

        .main-header .header-content .main-nav .category-dropdown a b {
        	font-weight: 500;
        }

        .main-header .header-content .main-nav .category-dropdown .dropdown-link,
        .main-header .header-content .main-nav .nav-dropdown .dropdown-link {
          display: block;
          color: #262626;
          padding: 4px 15px;
          text-decoration: none;
          transition: 0.25s; }
          .main-header .header-content .main-nav .category-dropdown .dropdown-link:hover,
          .main-header .header-content .main-nav .nav-dropdown .dropdown-link:hover {
            color: #c82719; }

      .main-header .header-content .main-nav .category-dropdown {
        padding: 15px 15px 0 15px; }

        .main-header .header-content .main-nav .category-dropdown .nav-title {
          margin-bottom: 3px;
       }

       .main-header .header-content .main-nav .category-dropdown .nav-title a {
       		position: relative;

       		padding-left: 12px;
       }

       .main-header .header-content .main-nav .category-dropdown .nav-title a:before {
       	content: '';
       	width: 5px;
       	height: 1px;
       	background-color: #111;
       	position: absolute;
       	top: 8px;
       	left: 0;
       }

       .main-header .header-content .main-nav .category-dropdown .nav-cat-link {
       		font-size: 16px;
       		display: inline-block;
       		margin-bottom: 2px;
       }      


       .main-header .header-content .main-nav .category-dropdown > div {
          margin-bottom: 12px; }
        .main-header .header-content .main-nav .category-dropdown .dropdown-link {
          padding-left: 35px;
          position: relative;
          padding: 5px 15px 5px 45px; }
          .main-header .header-content .main-nav .category-dropdown .dropdown-link img {
            position: absolute;
            left: 15px;
            top: 5px;
            max-width: 22px;
            max-height: 22px; }
          .main-header .header-content .main-nav .category-dropdown .dropdown-link a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: #262626;
            display: block; }
  .main-header .nav-toggle {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: none;
    outline: 0;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 4px; }

    .main-header .nav-toggle span {
      width: 30px;
      height: 3px;
     /* border-radius: 3px;*/
      background-color: #fff;
      display: block;
      margin-bottom: 6px; 
  }

  .main-header .slide-container {
    display: flex; }

  .main-header .translate-box {
    position: absolute;
    top: -73px;
    right: 10px;
    display: flex;
    align-items: center;
    z-index: 10; }

    .main-header .translate-box .phones-dropdown {
      position: absolute;
      border-radius: 0px;
      background-color: #fff;
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
      width: 200px;
      padding: 15px;
      top: 100%;
      /*right: -13px;*/
      transition: 0.25s;
      opacity: 0;
      pointer-events: none; }
      .main-header .translate-box .phones-dropdown .phone-item {
        color: #262626; }
        .main-header .translate-box .phones-dropdown .phone-item:first-child {
          margin-bottom: 12px; }
        .main-header .translate-box .phones-dropdown .phone-item span {
   
          font-size: 12px;
          font-weight: 500; }
        .main-header .translate-box .phones-dropdown .phone-item .pull-right {
          font-weight: 500;
          text-align: right; }
          .main-header .translate-box .phones-dropdown .phone-item .pull-right a {
            font-size: 15px;
            color: #262626; }
    .main-header .translate-box .phone-box {
      display: flex;
      position: relative;
      padding-bottom: 2px;
      margin-left: 40px; 
  	}
      .main-header .translate-box .phone-box > img {
        margin-right: 7px;
        width: 25px;
margin-left: 7px; }
      .main-header .translate-box .phone-box .phone-content {
margin-right: 15px;
        position: relative; }
        .main-header .translate-box .phone-box .phone-content small {
          font-size: 12px;
          display: block;
          margin-bottom: 3px;
          color: #74747A; }
        .main-header .translate-box .phone-box .phone-content > div {
          line-height: 1; }
          .main-header .translate-box .phone-box .phone-content > div a {
            color: #262626; 
            font-size: 16px;}
            .main-header .translate-box .phone-box .phone-content > div a:hover {
              text-decoration: none; }
        .main-header .translate-box .phone-box .phone-content:after {
        	display: none;
          content: '';
          width: 0;
          height: 0;
          border-top: 5px solid #c82719;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          position: absolute;
          right: -13px;
          bottom: 5px;
          transform-origin: center;
          transition: 0.25s; }
      .main-header .translate-box .phone-box:hover .phones-dropdown {
        pointer-events: auto;
        opacity: 1; }
      .main-header .translate-box .phone-box:hover .phone-content:after {
        transform: rotate(180deg); }
    .main-header .translate-box .languages-box {
      order: 3;
      display: flex;
      margin-left: 30px;
      height: 20px; }
      .main-header .translate-box .languages-box span {
        margin-right: 30px;
        display: none; }
      .main-header .translate-box .languages-box a {
      	font-size: 16px;
        color: #74747A; }
        .main-header .translate-box .languages-box a.active {
          color: #262626;
          font-weight: 500; }
          .main-header .translate-box .languages-box a.active:hover, .main-header .translate-box .languages-box a.active:focus, .main-header .translate-box .languages-box a.active:active {
            text-decoration: none;
            cursor: auto; }
      .main-header .translate-box .languages-box .lang-switches {
        display: flex;
        align-items: center; }
      .main-header .translate-box .languages-box .vertical-line {
        width: 1px;
        height: 15px;
        display: block;
        background-color: #5f5c5c;
        margin: 0 5px; }
    .main-header .translate-box .login-box {
     # margin-right: 15px;
      font-size: 16px;
    #  margin-left: 15px;
 }


      .main-header .translate-box .login-box a {
        color: #262626; }
  .main-header .search-box {
    margin-left: auto;
    width: 285px;
    position: relative; }
    .main-header .search-box .form-control {
      height: 34px;
      border: 1px solid #C2C2C2;
     # padding-right: 50px;
      font-size: 14px;
      color: #262626; }
    .main-header .search-box .search-btn {
      position: absolute;
      left: 150px;
      top: 1px;
      height: 32px;
      border: 0;
      width: 40px;
      background: transparent url(../img/icons/search-icon.svg) no-repeat center;
      background-size: 18px; }
      .main-header .search-box .search-btn:before {
        content: '';
        width: 1px;
        height: 20px;
        background-color: #C2C2C2;
        position: absolute;
        left: 0;
        top: 6px; }
  .main-header .search-autoresult {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 1;
    width: 420px;
    background-color: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    overflow: hidden; }
    .main-header .search-autoresult .product-item {
      display: flex;
      border: 0;
      border-radius: 0;
      border-bottom: 1px solid #C2C2C2;
      padding: 3px 0;
      align-items: center;
      position: relative;
      padding-left: 75px;
      min-height: 87px; 
  }

      .main-header .search-autoresult .product-item:hover {
        box-shadow: none; }

    .main-header .search-autoresult .badge-sale,
    .main-header .search-autoresult .badge-top,
    .main-header .search-autoresult .badge-new {
      left: 0;
      right: auto;
      top: -5px;
      font-size: 10px;
      padding: 1px 5px;
      white-space: nowrap; }

    .main-header .search-autoresult .badge-sale {
      width: 35px; }
    .main-header .search-autoresult .badge-new {
      width: 52px; }
    .main-header .search-autoresult .badge-top {
      width: 74px; }
    .main-header .search-autoresult .product-img {
      width: 65px;
      height: 65px;
      margin-right: 12px;
      margin-top: 10px;
      position: absolute;
      left: 0;
      top: 0;
  }
    .main-header .search-autoresult .product-name {
      font-size: 14px;
      font-weight: 500;
      color: #262626; }

    .main-header .search-autoresult .product-code {
      color: #74747A;
      font-size: 13px;
      text-align: left;
      margin-bottom: 0; }
    .main-header .search-autoresult .new-cost,
    .main-header .search-autoresult .default-cost {
      display: inline-block;
      vertical-align: bottom; }
      .main-header .search-autoresult .new-cost span,
      .main-header .search-autoresult .default-cost span {
        font-size: 14px; }
    .main-header .search-autoresult .old-cost {
      font-size: 14px; }
    .main-header .search-autoresult .max-scroll {
      max-height: calc(100vh - 300px);
      overflow-y: auto;
      padding-left: 10px;
      padding-right: 10px; }
    .main-header .search-autoresult .failed-search {
      text-align: center;
      padding: 40px 10px; }
      .main-header .search-autoresult .failed-search img {
        display: block;
        max-width: 40px;
        margin: 0 auto 10px;
        flex: 0 0 100%; }
      .main-header .search-autoresult .failed-search .failed-text {
        font-weight: 500;
        font-size: 16px;
        max-width: 200px;
        margin: 0 auto; }
    .main-header .search-autoresult .show-all-results {
      background-color: #F2F2F3;
      text-align: center;
      padding: 8px;
      margin-top: -2px;
      position: relative; }
      .main-header .search-autoresult .show-all-results a {
        color: #262626; }
        .main-header .search-autoresult .show-all-results a span {
          color: #c82719;
          font-weight: 500;
          font-size: 16px; }
  .main-header .cart-box {
    position: relative;
    margin-right: 5px;
    margin-left: 20px; }
    .main-header .cart-box .products-amount {
      position: absolute;
      top: -3px;
      right: -15px;
      border-radius: 15px;
      background-color: #c82719;
      color: #fff;
      font-size: 12px;
      padding: 1px 7px;
      max-width: 50px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .main-header .choosen-box {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    /* background-color: #fff;*/
    border-radius: 50%;
    margin-left: 25px; }
    .main-header .choosen-box a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      padding: 2px 5px 0;
      width: 100%; }

      .main-header .choosen-box span {
      	width: 100%;
      }

      .main-header .choosen-box a img {
      	display: block;
      	width: 100%;
      }

      .main-header .choosen-box a .default-state {
        display: block; }
      .main-header .choosen-box a .active-state {
        display: none; }
      .main-header .choosen-box a.active .default-state {
        display: none; }
      .main-header .choosen-box a.active .active-state {
        display: block; }
  .main-header .nav-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    background: url(../img/icons/close-icon.svg) no-repeat center;
    background-size: 60%;
    border: 0;
    outline: 0;
    transition: 0.25s;
    display: none;
    cursor: pointer; }

@media (min-width: 1200px) {
  #page-overlay {
    display: none !important; } }

 @media(max-width: 1899px) {
 	.main-header .header-content .main-nav .nav-item {
 		margin-right: 20px;
 	}

 	.main-header .header-content .main-nav .arrow-link {
 		font-size: 13.5px;
 		font-size: 16px;
 		padding-left: 0;
 	}

 	.main-header .translate-box .login-box {
 		margin-left: 10px;
 		margin-right: 10px;
 	}

 	.login-box > a {
 		padding: 8px 10px;
 	}

 	.main-header .translate-box .phone-box {
 		margin-left: 20px;
 	}

 	.main-header .header-content .main-logo img {
 		width: 220px;
 	}

 	.main-header .header-content .main-logo {
 		top: -74px;
 	}
 }



@media(max-width: 1599px) {
	.main-header .header-content .main-nav .nav-item {
		margin-right: 20px;
	}

	.main-header .header-content .main-nav .nav-item:last-of-type {
		border-right: 0;
	}

	.main-header .header-content .main-nav .arrow-link {
		font-size: 14px;
	}

	.main-header .translate-box .login-box {
		font-size: 14px;
	}
}

@media (max-width: 1536px) {
  .main-header .header-content .main-nav .nav-item {
    font-size: 14px; }

    .main-header .header-content .main-nav .category-dropdown .nav-cat-link {
    	font-size: 14px;
    } 

    .main-header .header-content .main-nav .category-dropdown .nav-title a {
    	font-size: 13px;
    }
}

@media(max-width: 1399px) {
	.main-header .translate-box .languages-box {
		margin-left: 15px;
	}

	.main-header .translate-box .phone-box {
		margin-left: 15px;
	}

	.login-box > a {
		padding: 8px 5px;
	}

	.main-header .header-content .main-nav .arrow-link {
		font-size: 13px;
		padding-right: 0;
	}

	.main-header .header-content .main-nav {
		padding-right: 0;
	}

	.main-header .header-content .main-logo img {
		width: 200px;
	}

	.main-header .header-content .main-logo {
		top: -68px;
	}

	.main-header .header-content .main-nav .arrow-link:after {
		display: none;
	}

	.main-header .choosen-box {
		margin-left: auto;
	}

	.main-header .slide-container {
		flex-grow: 1;
	}

	.main-header .header-content .main-nav {
		justify-content: space-between;
		flex-grow: 1;
	}

	.index-tabs .backpack-pane .hidden-xs img {
		max-width: 100%;
	}
}

@media (max-width: 1199px) {

  .main-header .header-content .main-logo {
    top: -30px; }
    .main-header .header-content .main-logo img {
      width: 150px; 
      }
  .main-header .header-content .main-nav .nav-item {
    margin-right: 10px;
    font-size: 13px; }
  .main-header .header-content .main-nav .nav-link {
    white-space: nowrap; }
  .main-header .header-content .search-box {
    width: 100%; }

  .main-header .header-content .choosen-box {
    margin-left: 20px; 
	}

	.main-header .header-top {
		padding: 10px 0;
	}

	.dis {
		display: flex;
		align-items: center;
	}

	.dis img {
		display: block;
		width: 220px;
	}

	.dis .nav-link {
		font-size: 14px;
		margin-left: 30px;
	}

	.dis .nav-logo-link {
		margin-right: auto;
		margin-left: 0;
	}

	.dis .nav-phone-link {
		margin-left: 30px;
		font-weight: 500;
	}


  .main-header .nav-toggle {
    display: block; }

  .main-header .slide-container {
    position: fixed;
    display: block;
    z-index: 100;
    width: 480px;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    padding: 60px 0 50px 25px;
    transform: translateX(-150%);
    transition: 0.3s; }

    .main-header .slide-container.active {
      	transform: translateX(0); 
    }

    .main-header .header-content .main-nav .nav-item {
    	border-right: 0;
    } 

    .main-header .header-content .main-nav .nav-item {

    }

    .main-header .header-content .main-nav .arrow-link {
    	font-size: 18px;
    	color: #212121;
    	display: block;
    	width: 100%;
    	padding-right: 40px;
    	font-weight: 500;
    }

    .main-header .header-content .main-nav .arrow-link:before,
    .main-header .header-content .main-nav .arrow-link:after {
    	content: '';
    	background-color: #212121;
    	position: absolute;
    	border: 0!important;
    	display: block;
    	transition: 0.25s;
    	transform: rotate(0)!important;
    }

    .main-header .header-content .main-nav .arrow-link:before {
    	height: 20px;
    	right: 24px;
    	top: 4px;
    	width: 2px;
    } 

    .main-header .header-content .main-nav .arrow-link:after {
    	width: 20px;
	    height: 2px;
	    top: 13px;
	    right: 15px;
    }

    .main-header .header-content .main-nav .arrow-link.active:before,
    .main-header .header-content .main-nav .arrow-link.active:after {
    	transform: rotate(45deg)!important;
    	background-color: #c82719;
    }

    .main-header .header-content .main-nav .arrow-link.active {
    	color: #c82719;
    }

    .main-header .header-content .main-nav .category-dropdown, 
    .main-header .header-content .main-nav .nav-dropdown {
    	display: none;
    	transition: auto;
    }

    .main-header .header-content .main-nav {
      display: block;
      width: 100%; 
  } 

      .main-header .header-content .main-nav .arrow-link {
       /* display: none;*/
         }
      .main-header .header-content .main-nav .nav-link {
        padding-left: 0;
        color: #212121;
        font-weight: 500;
  
        padding: 3px 15px 3px 70px;
        padding: 0; }
      .main-header .header-content .main-nav .category-dropdown,
      .main-header .header-content .main-nav .nav-dropdown {
        pointer-events: auto;
        opacity: 1;
        position: static;
        padding: 0;
        box-shadow: none;
        width: 100%; }
        .main-header .header-content .main-nav .category-dropdown .nav-title,
        .main-header .header-content .main-nav .nav-dropdown .nav-title {
          /*display: none; */}
        .main-header .header-content .main-nav .category-dropdown .dropdown-link,
        .main-header .header-content .main-nav .nav-dropdown .dropdown-link {
          padding: 3px 15px 3px 70px;
          color: #74747A;
   
      }
      .main-header .header-content .main-nav .category-dropdown img {
        display: none; }
      .main-header .header-content .main-nav .category-dropdown > div {
        margin-bottom: 0; }
      .main-header .header-content .main-nav .nav-item {
        margin-right: 0;
        font-size: 18px; }
    .main-header .header-content .visible-md {
      display: block;
      margin-bottom: 15px;
      margin-bottom: 0; }

      .main-header .header-content .main-nav .nav-item {
      	margin-bottom: 20px;
      }
    .main-header .header-content hr {
      display: block; }
  .main-header .nav-close {
    display: block; }
  .main-header .translate-box {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }

    .main-header .translate-box .login-box {
      font-size: 18px;
      margin-left: 0;
      order: 1;
      padding: 3px 0 4px; }
      .main-header .translate-box .login-box a {
        color: #212121;
        font-weight: 500; }

      .main-header .translate-box .phone-box {
      	display: none;
      }

	  .main-header .translate-box .login-box {
	  	display: none;
	  }

	.main-header .translate-box .languages-box {
	  	position: absolute;
	  	left: 25px;
	  	top: 15px;
	  	margin-left: 0;
	}

	.main-header .translate-box .languages-box a {
	  	font-size: 16px;
	}

	.main-header .header-content hr {
		margin: 4px 0;
	}

    .main-header .header-content .main-nav .category-dropdown > div {
    	margin-top: 10px;
    }


    .main-header .search-autoresult {
    	width: 100%;
    }
}

@media (max-width: 991px) {


    .main-header .header-content .container {
      padding-left: 15px; }

   







    .main-header .translate-box .phone-box {
      order: 3; }
      .main-header .translate-box .phone-box img {
        display: none; }
      .main-header .translate-box .phone-box .phone-content {
        display: none; }

    .main-header .translate-box .phones-dropdown {
      width: 100%;
      position: static;
      opacity: 1;
      pointer-events: auto;
      padding-left: 70px;
      box-shadow: none; }
      .main-header .translate-box .phones-dropdown .phone-item:first-child {
        margin-bottom: 3px; }
      .main-header .translate-box .phones-dropdown .phone-item span {
        display: none; }
      .main-header .translate-box .phones-dropdown .phone-item .pull-right {
        text-align: left; }
        .main-header .translate-box .phones-dropdown .phone-item .pull-right a {
          font-size: 18px;
          color: #c82719; }
    .main-header .translate-box .languages-box {
      height: auto;
      font-size: 18px;
      padding-left: 70px;
      padding-left: 0;
      order: 2;
      margin-bottom: 25px;
      margin-bottom: 0; 
}


      .main-header .translate-box .languages-box a.active {
        color: #c82719; 
        font-size: 15px;
    }


  .main-header .choosen-box {
    background-color: #F2F2F3; }

    .main-header .choosen-box {
    background-color: transparent; }
  .main-header .search-box {
    flex-grow: 1; }
    .main-header .search-box .form-control {
      padding: 3px 10px 3px 43px; }
    .main-header .search-box .search-btn {
      right: auto;
      left: 0;
      background: transparent url(../img/icons/search-icon-gray.svg) no-repeat center;
      background-size: 18px; }
      .main-header .search-box .search-btn:before {
        display: none; }
  .main-header .search-autoresult {
    width: 100%; }


    .dis img {
    	width: 180px;
    } 

    .dis .nav-link {
    	margin-left: 25px;
    }

    .dis .nav-logo-link {
    	margin-left: 0;
    }

    .dis .nav-phone-link {
    	margin-left: 15px;
    }

}


@media (max-width: 767px) {
  .main-header .slide-container {
    width: 400px; }
  .main-header .search-autoresult {
    width: 100%; }
    .main-header .search-autoresult .product-item {
      margin-bottom: 0; }
      .main-header .search-autoresult .product-item .badge-sale {
        background-color: #c82719;
        color: #fff;
        position: absolute; }
      .main-header .search-autoresult .product-item .badge-new {
        background-color: #00CC83;
        color: #fff;
        position: absolute; }
      .main-header .search-autoresult .product-item .badge-top {
        background-color: #FFD427;
        position: absolute; }
      .main-header .search-autoresult .product-item .product-code {
        display: block;
        font-size: 12px; }
      .main-header .search-autoresult .product-item .product-name {
   
        text-align: left; }
      .main-header .search-autoresult .product-item .product-cost {
        position: static;
        justify-content: flex-start; }
        .main-header .search-autoresult .product-item .product-cost .default-cost span,
        .main-header .search-autoresult .product-item .product-cost .new-cost span {
          font-size: 14px; } }

@media (max-width: 575px) {
  .main-header .header-content .cart-box {
    margin-left: 15px; }
  .main-header .header-content .choosen-box {
    margin-left: 15px; }
  .main-header .header-content .nav-toggle {
    margin-right: 15px; }
  .main-header .search-box {
    position: static; }
    .main-header .search-box > form {
      position: relative; }
  .main-header .search-autoresult .max-scroll {
    padding-left: 0;
    padding-right: 0; }
  .main-header .search-autoresult .product-item .product-name {
    margin: 0; } }

@media (max-width: 479px) {
  .main-header .header-content .main-nav .nav-link {
  	color: black;
    padding-left: 35px;
    padding-left: 0;
    font-size: 16px; }
  .main-header .header-content .main-nav .category-dropdown .dropdown-link,
  .main-header .header-content .main-nav .nav-dropdown .dropdown-link {
    padding-left: 35px;
    font-size: 16px; }
  .main-header .translate-box .login-box {
    margin-left: 35px;
    margin-left: 0; }
    .main-header .translate-box .login-box a {
      font-size: 16px; }
  .main-header .translate-box .languages-box {
    padding-left: 35px;
    margin-bottom: 10px; }
    .main-header .translate-box .languages-box span {
      margin-right: 50px; }
  .main-header .translate-box .phones-dropdown {
    padding-left: 35px; }
  .main-header .nav-close {
    width: 25px;
    height: 25px; } }

@media (max-width: 374px) {
  .main-header .header-content .main-nav .nav-link {

    font-size: 16px; }
  .main-header .header-content .main-nav .category-dropdown .dropdown-link,
  .main-header .header-content .main-nav .nav-dropdown .dropdown-link {
    font-size: 14px; }
  .main-header .header-content hr {
    width: calc(100% - 50px); }
  .main-header .translate-box .login-box a {
    font-size: 16px; }
  .main-header .translate-box .languages-box span {
    font-size: 14px; }
  .main-header .translate-box .languages-box a {
    font-size: 16px; }
  .main-header .translate-box .phones-dropdown {
    padding-left: 35px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }
    
    @media (min-width: 1400px) {
  .container {
    max-width: 1350px; } }
    @media (min-width: 1600px) {
  .container {
    max-width: 1530px; } }
    @media (min-width: 1900px) {
  .container {
    max-width: 1780px; } }

    
#wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.page-content {
  flex: 1; }

.breadcrumb-nav {
  display: flex;
  align-items: center;
  margin: 12px 0; }
  .breadcrumb-nav .back-link {
    margin-right: 15px; }
    .breadcrumb-nav .back-link a {
      border: 1px solid #F2F2F3;
      display: block;
      color: #262626;
      padding: 5px 10px 5px 20px;
      position: relative;
      border-radius: 0px;
      transition: 0.25s; }
      .breadcrumb-nav .back-link a:hover, .breadcrumb-nav .back-link a:focus {
        border: 1px solid #74747A;
        text-decoration: none; }
      .breadcrumb-nav .back-link a:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-right: 4px solid #262626;
        border-bottom: 4px solid transparent;
        position: absolute;
        left: 8px;
        top: calc(50% - 4px);
        transform-origin: center;
        transition: 0.25s; }
  .breadcrumb-nav .breadcrumb {
    margin: 0; }

.breadcrumb {
  padding: 12px 0;
  align-items: center;
  background-color: transparent;
  font-size: 12px; }
  .breadcrumb a {
    color: #74747A; }
  .breadcrumb .breadcrumb-item.active {
    color: #262626; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '\003e';
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px; }

.page-description {
  max-width: 800px;
  margin: 20px auto; }
  .page-description .h3, .page-description h3 {
    font-size: 20px;
    font-weight: 400; }
  .page-description p {
}

.btn-warning {
  background-color: #FFD427;
  border: 1px solid #FFD427;
  color: #262626;
  border-radius: 40px; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background-color: #ffe699 !important;
    box-shadow: none !important; }

.btn-success {
  background-color: #c82719;
  border: 1px solid #c82719;
  color: #fff;
  }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    border: 1px solid #c82719 !important;
    background-color: #c82719 !important;
    box-shadow: none !important; }

body .form-group.red .form-control {
  border: 1px solid #d40e3d; }
  body .form-group.red .form-control:focus {
    border: 1px solid #5f5c5c;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25); }

body .form-group.red .select-button {
  border: 1px solid #d40e3d; }

body .form-group .red-text {
  color: #d40e3d;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 1px; }


.main-slider { 
	max-width: 2500px;
	margin: 0 auto;
}

.main-slider .slick-arrow {
  font-size: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7)!important;
  position: absolute;
  z-index: 10;
  width: 42px;
  height: 42px;
  top: calc(50% - 21px);
  outline: 0;
  cursor: pointer;
}

.main-slider .slick-arrow.slick-prev {
  left: 15px;
  background: url(../img/icons/arrow-long-left.svg) no-repeat center;
  transform: rotate(180deg);
}

.main-slider .slick-arrow.slick-next {
  right: 15px;
  background: url(../img/icons/arrow-long-right.svg) no-repeat center;
}

@media (min-width: 1200px) {
  .custom-container {
    margin-top: 20px;
    margin-bottom: 20px; }
    .custom-container .col-2 {
      padding-left: 8px;
      padding-right: 8px;
      max-width: 20%;
      flex: 0 0 20%;
      margin-bottom: 16px; }
    .custom-container .row {
      margin-right: -8px;
      margin-left: -8px; }

      .main-header .search-box {
      	position: absolute;
  	   # left: 233px;
  	    top: -71px;
  	    width: 250px;
      } 
  }

  @media(min-width: 1400px) {
  	.main-header .choosen-box {
  		margin-left: auto;
  	}

  	.main-header .header-content .main-nav {
  		flex-grow: 1;
  		justify-content: space-between;
  	}

  	.main-header .slide-container {
  		flex-grow: 1;
  	}


  	.main-header .search-box {
  		left: 283px;
  		width: 300px;
  	}
  }

  @media(min-width: 1600px) {
  	.main-header .search-box {
  	    left: 316px;
  	    width: 400px;
  	}
  }

  @media(min-width: 1900px) {
  	.main-header .search-box {
  	    #left: 500px;
  	}
  }

@media (max-width: 1366px) {
  .custom-container {
    max-width: 1100px; } }

@media (max-width: 1199px) {
  .custom-container {
    max-width: 885px; }
    .custom-container .col-2 {
      padding-left: 8px;
      padding-right: 8px;
      max-width: 25%;
      flex: 0 0 25%;
      margin-bottom: 16px; }
    .custom-container .row {
      margin-left: -8px;
      margin-right: -8px; } }

@media (max-width: 991px) {
  .breadcrumb {
    padding: 0 0 10px; }
  .custom-container {
    max-width: 650px; }
    .custom-container .col-2 {
      max-width: 50%;
      flex: 0 0 50%; } }

@media (max-width: 767px) {
  .breadcrumb {
    font-size: 11px; }
    .breadcrumb li {
      line-height: 17px; }
    .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      padding-left: 5px;
      padding-right: 5px; }
  .custom-container {
    max-width: 525px; }
    .custom-container .col-2 {
      max-width: 50%;
      flex: 0 0 50%;
      margin-bottom: 65px; } }

@media (max-width: 575px) {
  .custom-container {
    margin-bottom: 30px; } }



.main-slider.slick-initialized .item {
  display: flex; }

.main-slider .item {
  outline: 0;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 42px;
  display: none; 
}

.slide-content {
	padding: 0 100px;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slide-content h2,
.slide-content .h2 {
	font-size: 64px;
	font-weight: 700;
	margin: 0 15px 30px;
}

.slide-content h2 span,
.slide-content .h2 span {
  box-shadow: 15px 0 0 rgba(255,255,255,0.75), -15px 0 0 rgba(255,255,255,0.75);
  background-color: rgba(255,255,255,0.75);
  padding: 8px 0;
  line-height: 1.5;
}

.slide-content p {
	margin: 0 15px 30px;
	font-size: 18px;
}

.slide-content p span {
  box-shadow: 15px 0 0 rgba(255,255,255,0.75), -15px 0 0 rgba(255,255,255,0.75);
  background-color: rgba(255, 255, 255, 0.75);
  padding: 8px 0;
}

.slide-content .btn-success {
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	padding: 10px 50px;
}

.main-slider .item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.main-slider .desktop-img {
	display: block;
}

.main-slider .mobile-img {
	display: none;
}

.main-slider .desktop-img,
.main-slider .mobile-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.main-slider .desktop-img img,
.main-slider .mobile-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

  .main-slider .item:first-child {
    display: flex; }

  .main-slider .item .slider-title {
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
    margin: 0 auto 20px;
    letter-spacing: 1.5px; }
  .main-slider .item .btn-warning {
    font-size: 20px;
    padding: 3px 40px;
    letter-spacing: 1px;
    display: block;
    outline: none;
    transition: 0.25s; }
    .main-slider .item .btn-warning:hover, 
    .main-slider .item .btn-warning:focus, 
    .main-slider .item .btn-warning:active {
      text-decoration: none;
      background-color: #5f5c5c; }

.dots-container {
  padding: 15px 0 5px; }
  .dots-container .slick-dots {
    text-align: right;
    padding: 0;
    margin: 0; }
    .dots-container .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px 0 0;
      height: 10px; }
      .dots-container .slick-dots li.slick-active button {
        background-color: #c82719; }
    .dots-container .slick-dots button {
      border: 0;
      outline: 0;
      padding: 0;
      font-size: 0;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 1px solid #c82719;
      background-color: #fff;
      display: block;
      cursor: pointer; }

.index-categories {
  margin-bottom: 40px; }

  .index-categories .flex-col {
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  }

.categories-links {
  #@#display: none;
  justify-content: center;
  align-items: center;
    margin-bottom: 40px; }
  .categories-links .vertical-line {
    width: 2px;
    height: 26px;
    display: block;
    background-color: #5f5c5c;
    margin: 0 30px; }
  .categories-links a {
    color: #c82719;
    font-size: 20px;
    font-weight: 500;
    position: relative; }
    .categories-links a:hover, .categories-links a:focus, .categories-links a:active {
      text-decoration: none;
      color: #5f5c5c; }
      .categories-links a:hover:after, .categories-links a:focus:after, .categories-links a:active:after {
        opacity: 1;
        right: calc(50% - 10px); }
    .categories-links a:after {
      content: '';
      width: 20px;
      height: 10px;
      background: url("../img/icons/red-arrow-right.svg") no-repeat center;
      position: absolute;
      bottom: -15px;
      right: calc(50%);
      transition: 0.25s;
      background-size: 100%;
      opacity: 0; }

.categories-row {
  #@#display: none;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 100px; }
  .categories-row .categories-item {
    position: relative;
    margin: 0 25px;
    text-align: center;
    flex: 0 0 100px; }
    .categories-row .categories-item:first-child {
      margin-left: 0; }
    .categories-row .categories-item:last-child {
      margin-right: 0; }
    .categories-row .categories-item a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: 0;
      z-index: 10; }
    .categories-row .categories-item:hover .item-text {
      color: #c82719; }
  .categories-row .item-img {
    height: 70px;
    display: flex;
    margin-bottom: 15px;
    align-items: flex-end;
    justify-content: center; }
    .categories-row .item-img img {
      max-width: 70px;
      max-height: 60px; }
  .categories-row .item-text {
    max-width: 110px;
    font-size: 18px;
    transition: 0.25s;
    margin: 0 auto; }

.index-tabs .nav-tabs {
  justify-content: center;
  border-color: transparent;
  margin-bottom: 15px;
  margin-top: 15px;
  display: none; }
  .index-tabs .nav-tabs .nav-item:first-child {
    position: relative; }
    .index-tabs .nav-tabs .nav-item:first-child:after {
      content: '';
      width: 2px;
      height: 22px;
      display: block;
      background-color: #5f5c5c;
      position: absolute;
      right: 0;
      top: 9px; }
  .index-tabs .nav-tabs .nav-item .nav-link {
    color: #5f5c5c;
    font-weight: 500;
    font-size: 16px; }
    .index-tabs .nav-tabs .nav-item .nav-link:hover, .index-tabs .nav-tabs .nav-item .nav-link:focus {
      border-color: transparent; }
    .index-tabs .nav-tabs .nav-item .nav-link.active {
      color: #c82719; }

.index-tabs .nav-tabs .nav-item.show .nav-link,
.index-tabs .nav-tabs .nav-link.active {
  border-color: transparent; }

.index-tabs .backpack-pane {
  padding-bottom: 50px; }
  .index-tabs .backpack-pane .text-box {
    padding-top: 20px; }
  .index-tabs .backpack-pane .hidden-xs img {
    margin-top: -15px; 
width:600px;    
    }

.index-tabs .text-box .h2, .index-tabs .text-box h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 22px; }

.index-tabs .text-box p {

  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 20px;
  }

.index-tabs .text-box u {

  font-size: 17px;
  line-height: 1.2;
  display: block;
  margin-bottom: 15px; }

.index-tabs .text-box ul {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 0; }
  .index-tabs .text-box ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 700;
    color: #5f5c5c;
    margin-right: 23px; }

.index-tabs .text-box .catalog-link {
  color: #c82719;
  font-size: 18px;
  float: right;
  padding-right: 25px;
  position: relative;
  margin-right: 75px; }
  .index-tabs .text-box .catalog-link:after {
    content: '';
    width: 19px;
    height: 9px;
    background: url(../img/icons/red-arrow-right.svg) no-repeat center;
    position: absolute;
    top: 9px;
    right: 0;
    transition: 0.25s;
    transition: 0.25s; }
  .index-tabs .text-box .catalog-link:hover:after {
    right: -8px; }

.index-tabs .creation-pane .creation-container {
  margin-bottom: 30px;
  padding-top: 90px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
  background-color: #F0F1F5; }

.index-tabs .btn-success {
  width: 165px;
  background-color: #00CC83;
  border: 1px solid #00CC83;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin-right: 20px;
  border-radius: 0px;
  height: 40px;
  font-size: 14px;
  width: 200px;
  padding: 5px;
  margin: 20px auto 5px;
  display: none; 
  }
  .index-tabs .btn-success:hover, .index-tabs .btn-success:focus, .index-tabs .btn-success:active {
    border: 1px solid #1bbd83 !important;
    background-color: #1bbd83 !important;
    box-shadow: none !important; }

.index-assortment {
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
  padding: 65px 0;
  margin-top: 40px; }
  .index-assortment .h2, .index-assortment h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 50px; }
  .index-assortment .accordion {
    margin: 0 auto; }
  .index-assortment .card {
    border: 0; }
  .index-assortment .card-header {
    padding: 0;
    border: 0;
    background-color: transparent; }
    .index-assortment .card-header button {
      font-size: 24px;
      color: #74747A;
      border: 0;
      padding: 8px 10px 8px 40px;
      position: relative;
      background-color: transparent; }
      .index-assortment .card-header button.collapsed:before {
        display: block; }
      .index-assortment .card-header button.collapsed:after {
        display: none; }
      .index-assortment .card-header button:before {
        content: '';
        width: 16px;
        height: 10px;
        position: absolute;
        top: 21px;
        left: 0;
        background: url("../img/icons/angle-down.svg") no-repeat center;
        transform-origin: center;
        transition: 0.25s;
        display: none; }
      .index-assortment .card-header button:after {
        content: '';
        width: 16px;
        height: 10px;
        position: absolute;
        top: 21px;
        left: 0;
        background: url("../img/icons/angle-top-red.svg") no-repeat center;
        transform-origin: center;
        transition: 0.25s; }
      .index-assortment .card-header button:hover, .index-assortment .card-header button:focus, .index-assortment .card-header button:active {
        text-decoration: none; }
  .index-assortment .card-body {
    font-size: 17px;
    padding: 8px; }
    .index-assortment .card-body p {
      line-height: 1.3; }
    .index-assortment .card-body .catalog-link {
      color: #c82719;
      font-size: 18px;
      float: right;
      padding-right: 25px;
      position: relative;
      margin-top: 5px; }
      .index-assortment .card-body .catalog-link:after {
        content: '';
        width: 19px;
        height: 9px;
        background: url(../img/icons/red-arrow-right.svg) no-repeat center;
        position: absolute;
        top: 9px;
        right: 0;
        transition: 0.25s; }
      .index-assortment .card-body .catalog-link:hover:after {
        right: -8px; }

.index-instagram {
  padding: 80px 0; }
  .index-instagram .h2, .index-instagram h2 {
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 50px; }
  .index-instagram p {
    font-size: 17px;
    margin: 20px 0; }
  .index-instagram a {
    font-size: 22px;
    color: #c82719;

}
  .index-instagram img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .index-instagram hr {
    margin: 0;
    border-top: 1px solid #C2C2C2; }

.instagram-slider {
  margin-bottom: 120px; }
  .instagram-slider .item {
    outline: 0;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 7px;
    transition: 0.3s; }
    .instagram-slider .item a {
      display: block;
      height: 100%;
      width: 100%;
      outline: 0; }
    .instagram-slider .item:hover {
      opacity: 0.85; }
  .instagram-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #F2F2F3;
    border-radius: 50%;
    border: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    cursor: pointer;
    z-index: 10;
    bottom: -60px;
    position: absolute;
    transition: 0.25s; }
    .instagram-slider .slick-arrow.slick-next {
      right: calc(50% - 45px); }
    .instagram-slider .slick-arrow.slick-prev {
      left: calc(50% - 45px); }
    .instagram-slider .slick-arrow svg {
      width: 17px;
      fill: #262626; }
    .instagram-slider .slick-arrow:hover {
      background-color: #5f5c5c; }
      .instagram-slider .slick-arrow:hover svg {
        fill: #fff; }

@media (min-width: 768px) {
  .index-tabs .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important; } }

@media (max-width: 1899px) {
  .main-slider .item {
    height: 500px; } 

    .slide-content h2, 
    .slide-content .h2 {
    	font-size: 42px;
    }
}

@media (max-width: 1536px) {
  .main-slider .item {
    height: 500px; }
    .main-slider .item .slider-title {
      font-size: 32px; }
  .index-page .container h2, .index-page .container .h2 {
    font-size: 32px; } }

@media (max-width: 1199px) {
  .index-page .container h2, .index-page .container .h2 {
    font-size: 28px; }
  .main-slider .item {
    height: 450px; }
    .main-slider .item .slider-title {
      font-size: 28px; }
    .main-slider .item .link-btn {
      font-size: 16px;
      border-radius: 20px;
      padding: 3px 25px; }
  .categories-row {
    margin-bottom: 70px; }
    .categories-row .categories-item {
      flex: 0 0 80px;
      margin: 0 15px; }
    .categories-row .item-text {
      font-size: 16px;
      line-height: 1.2; }
    .categories-row .item-img img {
      max-width: 45px;
      max-height: 30px; }
  .index-tabs .backpack-pane .hidden-xs img {
    max-width: 400px;
    margin-top: 15px; }
  .index-tabs .creation-pane .creation-container {
    background-position: right -100px center; } }

@media (max-width: 991px) {
  .index-page .container h2, .index-page .container .h2 {
    font-size: 24px; }
  .main-slider .item {
    height: 400px;
    padding-bottom: 35px; }
    .main-slider .item .slider-title {
      font-size: 24px;
      line-height: 1.1;
      margin-bottom: 10px; }
    .main-slider .item .link-btn {
      font-size: 14px;
      border-radius: 20px;
      padding: 3px 25px; }
  .index-categories {
    margin-bottom: 20px; }
  .categories-row {
    flex-wrap: wrap;
    margin-bottom: 0; }
    .categories-row .categories-item {
      flex: 0 0 20%;
      margin: 0 15px 20px !important; }
    .categories-row .item-text {
      font-size: 16px;
      line-height: 1.2; }
    .categories-row .item-img img {
      max-width: 70px;
      max-height: 60px; }
  .index-tabs .backpack-pane .hidden-xs img {
    max-width: 300px;
    margin-top: 25px; }
  .index-tabs .creation-pane .creation-container {
    padding-top: 60px;
    padding-bottom: 80px;
    background-position: right -200px center; }
  .index-tabs .text-box p {
    font-size: 14px;
    line-height: 1.4; }
  .index-tabs .text-box u {
    font-size: 14px; }
  .index-tabs .text-box ul li {
    font-size: 14px; }
  .index-tabs .text-box .catalog-link {
    margin-right: 0;
    font-size: 14px; }
    .index-tabs .text-box .catalog-link:after {
      top: 7px; }
  .index-tabs .catalog-slider .item .product-item:hover {
    box-shadow: none; }
  .index-assortment .card-header button {
    font-size: 20px; }
    .index-assortment .card-header button:after {
      top: 16px; }
    .index-assortment .card-header button:before {
      top: 17px; }
  .index-assortment .card-body p {
    font-size: 14px; }
  .index-instagram .h2, .index-instagram h2 {
    margin-bottom: 20px; }
  .index-instagram .img-box img {
    max-width: 200px; }
  .index-instagram p {
    font-size: 14px; }
  .index-instagram a {
    font-size: 18px; }
  .instagram-slider .item {
    height: 230px; } }

@media (max-width: 767px) {
  .main-slider .item {
    height: 300px;
    padding-bottom: 35px; }
  .index-page .container h2, .index-page .container .h2 {
    font-size: 24px;
    text-align: center;
    color: #74747A; }
  .index-page .index-tabs .text-box h2, .index-page .index-tabs .text-box .h2 {
    font-size: 24px;
    text-align: center;
    color: #262626; }
  .dots-container {

    display: block; }

    .dots-container .slick-dots {
      text-align: center;
    }

    .dots-container .slick-dots button {
      width: 14px;
      height: 14px;
    }

  .index-categories {
    /*display: none; */
    }
  .index-tabs .nav-tabs {
    display: none; }
  .index-tabs .catalog-slider-container {
    padding: 0;
    margin-bottom: 20px; }
    .index-tabs .catalog-slider-container .h2, .index-tabs .catalog-slider-container h2 {
      margin-bottom: 15px; }
    .index-tabs .catalog-slider-container .catalog-slider .product-item {
      height: 250px; }
      .index-tabs .catalog-slider-container .catalog-slider .product-item .product-img {
        height: 160px; }
      .index-tabs .catalog-slider-container .catalog-slider .product-item .product-cost {
        bottom: -48px; }
      .index-tabs .catalog-slider-container .catalog-slider .product-item .new-cost span {
        font-size: 18px; }
      .index-tabs .catalog-slider-container .catalog-slider .product-item .default-cost span {
        font-size: 18px; }
    .index-tabs .catalog-slider-container .catalog-slider .slick-list {
      padding: 10px 0 50px; }
    .index-tabs .catalog-slider-container .catalog-slider .slick-arrow {
      bottom: -45px; }
  .index-tabs .backpack-pane {
    padding: 0; }
    .index-tabs .backpack-pane .hidden-xs {
      display: none; }
    .index-tabs .backpack-pane .container {
      display: flex;
      flex-wrap: wrap; }
      .index-tabs .backpack-pane .container > .row {
        order: 2; }
      .index-tabs .backpack-pane .container .col-md-6 {
        padding-top: 50px;
        padding-bottom: 50px; }
        .index-tabs .backpack-pane .container .col-md-6:before {
          content: '';
          background-color: #F2F2F3;
          position: absolute;
          top: 0;
          bottom: 0;
          left: -100vh;
          right: -100vh;
          z-index: 1; }
        .index-tabs .backpack-pane .container .col-md-6 .text-box {
          position: relative;
          z-index: 2;
          padding-top: 0; }
    .index-tabs .backpack-pane .catalog-slider-container {
      width: 100%;
      order: 1; }
  .index-tabs .creation-pane .creation-tab-content {
    display: flex;
    flex-wrap: wrap; }
    .index-tabs .creation-pane .creation-tab-content .creation-container {
      order: 2;
      width: 100%;
      background: #F2F2F3;
      padding: 50px 0; }
  .index-tabs .creation-pane .catalog-slider-container {
    width: 100%;
    order: 1; }
  .index-tabs .tab-content > .tab-pane {
    display: block;
    height: 0;
    overflow: hidden; }
  .index-tabs .tab-content > .active {
    height: auto; }
  .index-tabs .text-box u {
    display: none; }
  .index-tabs .text-box ul {
    display: none; }
  .index-tabs .text-box p {
    text-align: center; }
  .index-tabs .text-box .catalog-link {
    margin-right: 0; }
  .index-tabs .catalog-slider {
    margin-bottom: 50px; }
  .index-assortment {
    /*display: none; */
    }
  .index-instagram {
    text-align: center;
    padding: 50px 0 20px; }
    .index-instagram .img-box {
      display: none; }
  .instagram-slider {
    margin-bottom: 80px; }
    .instagram-slider .item {
      height: 180px; } }

@media (max-width: 640px) {
  .instagram-slider .item {
    height: 150px; } }

@media (max-width: 575px) {
  .main-slider .item {
    height: 250px;
    padding-bottom: 25px; }
  .index-tabs .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 8px 10px; }
  .index-tabs .nav-tabs .nav-item:first-child:after {
    width: 1px; }
  .index-tabs .btn-success {
    display: flex; }
  .index-tabs .backpack-pane .container .col-md-6 {
    padding-top: 30px;
    padding-bottom: 30px; }
    .index-tabs .backpack-pane .container .col-md-6 .h2, .index-tabs .backpack-pane .container .col-md-6 h2 {
      font-size: 18px; }
  .index-tabs .creation-pane .creation-tab-content .creation-container {
    padding: 30px 0; }
    .index-tabs .creation-pane .creation-tab-content .creation-container .h2, .index-tabs .creation-pane .creation-tab-content .creation-container h2 {
      font-size: 18px; }
  .index-tabs .catalog-slider-container {
    margin-bottom: 30px; }
    .index-tabs .catalog-slider-container .catalog-slider {
      margin-bottom: 20px; }
      .index-tabs .catalog-slider-container .catalog-slider .item {
        transition: 0.3s all ease-out;
        height: 260px; }
        .index-tabs .catalog-slider-container .catalog-slider .item.slick-center {
          transform: translateY(20px); }
        .index-tabs .catalog-slider-container .catalog-slider .item .product-img {
          height: 170px; }
        .index-tabs .catalog-slider-container .catalog-slider .item .product-name {
          position: absolute;
          left: 0;
          right: 0;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          bottom: -25px;
          font-size: 14px; }
        .index-tabs .catalog-slider-container .catalog-slider .item .product-cost {
          bottom: -48px; }
        .index-tabs .catalog-slider-container .catalog-slider .item .old-cost {
          display: none; }
        .index-tabs .catalog-slider-container .catalog-slider .item .new-cost {
          font-size: 20px; }
          .index-tabs .catalog-slider-container .catalog-slider .item .new-cost span {
            font-weight: 400;
            font-size: 22px; }
        .index-tabs .catalog-slider-container .catalog-slider .item .default-cost {
          font-size: 20px; }
          .index-tabs .catalog-slider-container .catalog-slider .item .default-cost span {
            font-weight: 400;
            font-size: 22px; }
      .index-tabs .catalog-slider-container .catalog-slider .slick-arrow {
        display: none !important; }
      .index-tabs .catalog-slider-container .catalog-slider .slick-list {
        padding: 0 140px 75px !important; }
  .index-instagram {
    text-align: center;
    padding: 30px 0 15px; }
    .index-instagram a {
      font-size: 14px; }
  .index-page .container h2,
  .index-page .container .h2 {
    font-size: 22px;
    margin-bottom: 25px; } }

@media (max-width: 500px) {
  .index-tabs .catalog-slider-container .catalog-slider .slick-list {
    padding: 0 120px 75px !important; } }

@media (max-width: 479px) {
  .index-tabs .nav-tabs .nav-item .nav-link {
    font-size: 13px;
    padding: 8px 10px; }
  .index-tabs .nav-tabs .nav-item:first-child .nav-link {
    padding-left: 0; }
  .index-tabs .nav-tabs .nav-item:first-child:after {
    height: 20px; }
  .index-tabs .nav-tabs .nav-item:last-child .nav-link {
    padding-right: 0; }
  .index-tabs .catalog-slider-container .catalog-slider .slick-list {
    padding: 0 100px 75px !important; } }

@media (max-width: 420px) {
  .index-tabs .catalog-slider-container .catalog-slider .slick-list {
    padding: 0 80px 75px !important; }
  .instagram-slider .item {
    height: 120px; } }

@media (max-width: 390px) {
  .index-tabs .catalog-slider-container .catalog-slider .slick-list {
    padding: 0 65px 75px !important; } }

@media (max-width: 370px) {
  .index-tabs .catalog-slider-container .catalog-slider .slick-list {
    padding: 0 55px 75px !important; } }

.product-page .page-content {
  padding-bottom: 30px; }

.product-page .nav-tabs {
  border-color: transparent;
  margin-bottom: 25px;
  margin-top: 30px; }
  .product-page .nav-tabs .nav-item {
    margin-right: 5px; }
  .product-page .nav-tabs .nav-link {
    background-color: #F2F2F3;
    color: #74747A;
    border-radius: 0px; }
    .product-page .nav-tabs .nav-link:focus, .product-page .nav-tabs .nav-link:hover {
      border-color: transparent;
      color: #262626; }
  .product-page .nav-tabs .nav-item.show .nav-link,
  .product-page .nav-tabs .nav-link.active {
    border-color: transparent;
    color: #c82719; }

.product-page .tab-content {
  margin-bottom: 50px; }
  .product-page .tab-content > .tab-pane {
    display: block;
    height: 0;
    overflow: hidden; }
  .product-page .tab-content > .active {
    height: auto;
    overflow: visible; }

.product-page .product-slider-container {
  padding-left: 140px;
  position: relative;
  padding-top: 5px; }
  .product-page .product-slider-container .badge-sale,
  .product-page .product-slider-container .badge-new,
  .product-page .product-slider-container .badge-top {
    position: absolute;
    top: 0;
    left: 134px;
    border-radius: 0px;
    font-size: 12px;
    color: #fff;
    padding: 1px 10px;
    z-index: 10; }
  .product-page .product-slider-container .badge-sale {
    background-color: #c82719; }
  .product-page .product-slider-container .badge-new {
    background-color: #00CC83; }
  .product-page .product-slider-container .badge-top {
    background-color: #FFD427;
    color: #262626; }
  .product-page .product-slider-container .product-choose {
    height: 19px;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    z-index: 99; }
    .product-page .product-slider-container .product-choose .choose-text {
      white-space: nowrap;
      margin-left: 30px;
      color: #888;
      font-size: 13px;
  }
    .product-page .product-slider-container .product-choose span {
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 19px; }
      .product-page .product-slider-container .product-choose span img {
        width: 24px; }
    .product-page .product-slider-container .product-choose .default-state {
      display: block; }
    .product-page .product-slider-container .product-choose .active-state {
      display: none; }
    .product-page .product-slider-container .product-choose.active .default-state {
      display: none; }
    .product-page .product-slider-container .product-choose.active .active-state {
      display: block; }

.product-page .product-slider {
  border: 1px solid #C2C2C2;
  border-radius: 0px;
  width: 100%;
  margin: 0 auto; }
  .product-page .product-slider.slick-initialized .item {
    display: block; }
  .product-page .product-slider .item {
    outline: 0;
    height: 600px;
    display: none;
    padding-top: 10px; }
    .product-page .product-slider .item:first-child {
      display: block; }
    .product-page .product-slider .item a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      outline: 0; }
      .product-page .product-slider .item a img {
        display: block;
        max-width: 85%;
        max-height: 85%; }
    .product-page .product-slider .item .zoom-icon {
      position: absolute;
      right: 5px;
      bottom: 5px;
      width: 50px;
      height: 50px;
      background: url("../img/icons/zoom-icon.svg") no-repeat center;
      background-size: 25px;
      pointer-events: none; }
    .product-page .product-slider .item.video-item:before {
      content: '';
      position: absolute;
      right: 50%;
      margin-right: -22px;
      margin-top: -22px;
      width: 70px;
      top: 50%;
      height: 70px;
      border-radius: 50%;
      background: #fff url(../img/icons/youtube-icon.svg) no-repeat center;
      background-size: 40px;
      pointer-events: none; }
    .product-page .product-slider .item.view-360 .zoom-icon {
      pointer-events: auto;
      z-index: 10; }
    .product-page .product-slider .item.view-360 .wrap-3d {
      display: block !important; }
    .product-page .product-slider .item.view-360 .mouse-move {
      position: absolute;
      left: 10px;
      bottom: 2px;
      z-index: 1;
      pointer-events: none; }
      .product-page .product-slider .item.view-360 .mouse-move img {
        width: 50px; }

.product-page .product-slider-nav {
  position: absolute;
  top: 3px;
  left: -3px;
  width: 130px;
  height: 420px;
  padding-top: 15px; }
  .product-page .product-slider-nav .slick-list {
    height: 390px !important; }
  .product-page .product-slider-nav.slick-initialized .item {
    opacity: 1; }
  .product-page .product-slider-nav .item {
    border: 1px solid #C2C2C2;
    margin: 5px 0;
    border-radius: 0px;
    margin: 5px;
    outline: none;
    position: relative;
    cursor: pointer;
    opacity: 0;
    width: 120px;
    height: 120px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px; }
    .product-page .product-slider-nav .item.video-item:before {
      content: '';
      position: absolute;
      right: 50%;
      margin-right: -22px;
      margin-top: -22px;
      width: 45px;
      top: 50%;
      height: 45px;
      border-radius: 50%;
      background: #fff url(../img/icons/youtube-icon.svg) no-repeat center;
      pointer-events: none; }
    .product-page .product-slider-nav .item.view-360:before {
      content: '';
      position: absolute;
      right: 50%;
      margin-right: -22px;
      margin-top: -22px;
      width: 45px;
      top: 50%;
      height: 45px;
      border-radius: 50%;
      background: #fff url(../img/icons/view-360.svg) no-repeat center;
      background-size: 35px;
      pointer-events: none; }
    .product-page .product-slider-nav .item.slick-current {
      border: 1px solid #c82719; }
    .product-page .product-slider-nav .item img {
      display: block;
      max-width: 100%;
      max-height: 100px; }
  .product-page .product-slider-nav .slick-arrow {
    position: absolute;
    left: 0;
    z-index: 10;
    height: 20px;
    width: 100%;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: #fff; }
    .product-page .product-slider-nav .slick-arrow:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      position: absolute;
      left: 0;
      right: 0;
      top: 3px;
      margin: 0 auto; }
    .product-page .product-slider-nav .slick-arrow.prev-arrow {
      bottom: -3px; }
      .product-page .product-slider-nav .slick-arrow.prev-arrow:before {
        border-top: 14px solid #C2C2C2; }
    .product-page .product-slider-nav .slick-arrow.next-arrow {
      top: -2px; }
      .product-page .product-slider-nav .slick-arrow.next-arrow:before {
        border-bottom: 14px solid #C2C2C2; }

.product-page .wrap-3d {
  height: 420px;
  align-items: center;
  justify-content: center; }
  .product-page .wrap-3d img {
    max-width: 85%;
    max-height: 100%;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%); }

.product-page .fancybox-content {
  border: 10px solid #fff;
  border-radius: 0px;
  background-color: #fff; }
  .product-page .fancybox-content .mouse-move {
    position: absolute;
    right: 0;
    bottom: 0; }

.product-page .tab-pane .product-code {
  text-align: center;
  padding-left: 140px;
  font-size: 16px;
  color: #74747A;
  margin-top: 10px; }

.product-page .product-description {
  padding-left: 20px; }
  .product-page .product-description .subtitle {
    margin-bottom: 10px; }
  .product-page .product-description .product-availability {
    text-align: right;
    font-size: 12px; }
    .product-page .product-description .product-availability .available {
      color: #00CC83; }
    .product-page .product-description .product-availability .not-available {
      color: #74747A; }
  .product-page .product-description .description-toggle {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100px;
    margin: 0 auto;
    z-index: 5;
    cursor: pointer;
    display: none; }
    .product-page .product-description .description-toggle:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 5px solid #262626;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      position: absolute;
      right: 0;
      top: calc(50% - 2px);
      transform-origin: center;
      transition: 0.25s; }
    .product-page .product-description .description-toggle .default-state {
      display: block; }
    .product-page .product-description .description-toggle .active-state {
      display: none; }
    .product-page .product-description .description-toggle.active:after {
      transform: rotate(180deg); }
    .product-page .product-description .description-toggle.active .default-state {
      display: none; }
    .product-page .product-description .description-toggle.active .active-state {
      display: block; }
  .product-page .product-description .h1, .product-page .product-description h1 {
    font-size: 32px;
    font-weight: 400; }
.product-page .product-description table {
    width: 100%;
    margin: 0 0 15px;
}
    .product-page .product-description table td {
      padding: 5px 5px 5px 10px; }
      .product-page .product-description table td:first-child {
        font-weight: 500; }
    .product-page .product-description table tr:nth-child(odd) td {
      background-color: #F2F2F3; }
  .product-page .product-description p {
    margin: 0 0 10px; }
  .product-page .product-description ul {
        margin: -8px 0 15px;
    padding-left: 15px;
    font-size: 13px; }
  .product-page .product-description .stars-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer; }
    .product-page .product-description .stars-block p {
      margin: 2px 0 0;
      margin-left: 7px;
      font-size: 15px; }
    .product-page .product-description .stars-block .item-stars {
      height: 20px; }
    .product-page .product-description .stars-block .full-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      overflow: hidden;
      background: url(../img/icons/full-star.png) no-repeat center;
      background-size: contain; }
    .product-page .product-description .stars-block .half-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      overflow: hidden;
      background: url(../img/icons/half-star.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain; }
    .product-page .product-description .stars-block .empty-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      overflow: hidden;
      position: relative;
      background: url(../img/icons/empty-star.png) no-repeat center;
      background-size: contain; }
  .product-page .product-description .default-cost {
    color: #5f5c5c;
    font-size: 22px; }
    .product-page .product-description .default-cost span {
      font-size: 24px;
      font-weight: 700; }
  .product-page .product-description .new-cost {
    color: #c82719;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px; }
    .product-page .product-description .new-cost span {
      font-size: 25px;
      font-weight: 700; }
  .product-page .product-description .old-cost {
    display: inline-block;
    vertical-align: bottom;
    color: #74747A;
    font-size: 18px;
    line-height: 1;
    position: relative; }
    .product-page .product-description .old-cost:after {
      content: '';
      height: 1px;
      left: -1px;
      right: -1px;
      background-color: #c82719;
      position: absolute;
      top: 49%; }
  .product-page .product-description .buttons-box {
    margin: 20px 0;
    display: flex;
    align-items: center; }
  .product-page .product-description .btn-success {
    width: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    padding: 8px;
    height: 40px; }
    .product-page .product-description .btn-success span {
      margin-right: 10px; }
    .product-page .product-description .btn-success .default-icon {
      display: block; }
    .product-page .product-description .btn-success .active-icon {
      width: 22px;
      display: none; }
    .product-page .product-description .btn-success.added .default-icon {
      display: none; }
    .product-page .product-description .btn-success.added .active-icon {
      display: block; }
  .product-page .product-description .btn-light {
    width: 165px;
    background-color: #fff;
    border: 1px solid #5f5c5c;
    display: block;
    border-radius: 0px;
    padding: 8px;
    height: 40px;
    color: #5f5c5c;
    border-radius: 0px; }
    .product-page .product-description .btn-light:hover, .product-page .product-description .btn-light:focus, .product-page .product-description .btn-light:active {
      border: 1px solid #547f9e !important;
      background-color: #547f9e !important;
      color: #fff; }

.product-page .product-text-container {
  max-height: 200px;
  overflow: hidden;
  position: relative;
  padding-bottom: 25px; }
  .product-page .product-text-container.hidden:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 85px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, #fff 100%); }
  .product-page .product-text-container.hidden .description-toggle {
    display: block; }
  .product-page .product-text-container.active {
    max-height: none; }
    .product-page .product-text-container.active:after {
      display: none; }

.product-page .product-col {
  padding-left: 40px; }
  .product-page .product-col .h2 {
    font-size: 24px;
    font-weight: 400; }
  .product-page .product-col .product-description {
    padding-left: 0; }

.product-page .lg-tab-img {
  border: 1px solid #C2C2C2;
  margin-bottom: 20px;
  border-radius: 0px;
  padding: 20px; }
  .product-page .lg-tab-img img {
    display: block;
    max-width: 90%;
    max-height: 400px;
    margin: 0 auto; }

.product-page .review-item {
  border: 1px solid #C2C2C2;
  border-radius: 0px;
  padding: 20px;
  margin-bottom: 30px; }
  .product-page .review-item .item-head {
    position: relative;
    margin-bottom: 5px;
    padding-right: 80px; }
    .product-page .review-item .item-head .item-name {
      font-size: 16px;
      font-weight: 500; }
    .product-page .review-item .item-head .item-date {
      position: absolute;
      right: 0;
      top: 5px;
      font-size: 12px;
      color: #74747A; }
  .product-page .review-item .item-stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 8px; }
    .product-page .review-item .item-stars span {
      margin-right: 5px; }
    .product-page .review-item .item-stars p {
      margin: 2px 0 0;
      margin-left: 7px;
      font-size: 15px; }
    .product-page .review-item .item-stars .full-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 14px;
      height: 14px;
      overflow: hidden;
      background: url(../img/icons/full-star.png) no-repeat center;
      background-size: contain; }
    .product-page .review-item .item-stars .half-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 14px;
      height: 14px;
      overflow: hidden;
      background: url(../img/icons/half-star.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain; }
    .product-page .review-item .item-stars .empty-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 14px;
      height: 14px;
      overflow: hidden;
      position: relative;
      background: url(../img/icons/empty-star.png) no-repeat center;
      background-size: contain; }
  .product-page .review-item .review-text {
    margin: 10px 0; }
  .product-page .review-item .plus-box,
  .product-page .review-item .minus-box {
    display: flex; }
  .product-page .review-item .plus-box .plus-title {
    font-weight: 500;
    margin-right: 5px; }
  .product-page .review-item .minus-box .minus-title {
    font-weight: 500;
    margin-right: 5px; }
  .product-page .review-item .admin-response {
    margin-top: 15px;
    margin-left: 20px;
    border-left: 2px solid #C2C2C2;
    padding: 5px 0 1px 10px; }

.product-page .review-form-container {
  border: 1px solid #C2C2C2;
  padding: 40px 150px 60px;
  border-radius: 0px; }
  .product-page .review-form-container .h3 {
    text-align: center; }
  .product-page .review-form-container .form-group {
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative; }
    .product-page .review-form-container .form-group label {
      margin-bottom: 1px; }
    .product-page .review-form-container .form-group .form-control {
      border: 1px solid #C2C2C2;
      font-size: 15px;
      height: 42px; }
      .product-page .review-form-container .form-group .form-control:focus {
        border: 1px solid #5f5c5c; }
      .product-page .review-form-container .form-group .form-control::placeholder {
        color: #C2C2C2; }
      .product-page .review-form-container .form-group .form-control:focus {
        box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25); }
    .product-page .review-form-container .form-group textarea.form-control {
      min-height: 140px; }
  .product-page .review-form-container .btn-primary {
    width: 100%;
    background-color: #5f5c5c;
    border: 1px solid #5f5c5c;
    display: block;
    border-radius: 0px;
    margin-top: 8px;
    padding: 8px; }
    .product-page .review-form-container .btn-primary:hover, .product-page .review-form-container .btn-primary:focus, .product-page .review-form-container .btn-primary:active {
      border: 1px solid #547f9e !important;
      background-color: #547f9e !important; }
  .product-page .review-form-container .raiting-group {
    margin: 0 0 10px; }
  .product-page .review-form-container .star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 20px;
    overflow: hidden;
    position: relative;
    background: url("../img/icons/empty-yellow-star.png") repeat-x;
    -webkit-background-size: contain;
    background-size: contain; }
  .product-page .review-form-container .star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url("../img/icons/full-yellow-star.png") repeat-x;
    -webkit-background-size: contain;
    background-size: contain; }
  .product-page .review-form-container .star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    cursor: pointer; }
  .product-page .review-form-container .star-rating input:hover + i,
  .product-page .review-form-container .star-rating input:hover + label + i,
  .product-page .review-form-container .star-rating input:checked + i,
  .product-page .review-form-container .star-rating input:checked + label + i {
    opacity: 1; }
  .product-page .review-form-container .star-rating input.error + i,
  .product-page .review-form-container .star-rating input.error + label + i,
  .product-page .review-form-container .star-rating input.error + i,
  .product-page .review-form-container .star-rating input.error + label + i {
    opacity: 1;
    filter: hue-rotate(81deg); }
  .product-page .review-form-container .star-rating i ~ i {
    width: 40%; }
  .product-page .review-form-container .star-rating i ~ i ~ i {
    width: 60%; }
  .product-page .review-form-container .star-rating i ~ i ~ i ~ i {
    width: 80%; }
  .product-page .review-form-container .star-rating i ~ i ~ i ~ i ~ i {
    width: 100%; }

.product-page .text-container p {
  font-size: 14px; }

.product-page .text-container a {
  color: #c82719; }

.product-page .text-container .h1, .product-page .text-container h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 30px; }

.product-page .text-container .h2, .product-page .text-container h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 30px; }

.product-page .text-container .h3, .product-page .text-container h3 {
  font-size: 20px;
  font-weight: 400; }

.product-page .text-container .h5, .product-page .text-container h5 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 700; }

.product-page .text-container .img-box {
  border: 1px solid #5f5c5c;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 10px; }
  .product-page .text-container .img-box img {
    display: block;
    max-width: 100%;
    max-height: 100%; }

.product-page .text-container ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }
  .product-page .text-container ul li {
    font-size: 14px;
    position: relative;
    padding-left: 18px; }
    .product-page .text-container ul li:before {
      content: '';
      width: 7px;
      height: 1px;
      background-color: #262626;
      position: absolute;
      left: 0;
      top: 11px; }

.product-page .modal-content .close {
  position: absolute;
  right: 12px;
  top: 7px;
  opacity: 1;
  outline: 0; }
  .product-page .modal-content .close img {
    width: 15px; }

.product-page .modal-content .modal-header {
  justify-content: center;
  border: 0;
  padding: 30px 30px 10px;
  flex-wrap: wrap; }
  .product-page .modal-content .modal-header h5 {
    font-size: 22px;
    margin: 0 0 5px;
    font-weight: 500; }
  .product-page .modal-content .modal-header .sub-title {
    text-align: center;
    color: #74747A; }

.product-page .modal-content .modal-body {
  padding: 5px 40px 45px; }
  .product-page .modal-content .modal-body .btn-success {
    margin-top: 5px; }

.product-page .modal-content .form-group {
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative; }
  .product-page .modal-content .form-group label {
    margin-bottom: 1px; }
  .product-page .modal-content .form-group .form-control {
    border: 1px solid #C2C2C2;
    font-size: 15px;
    height: 42px; }
    .product-page .modal-content .form-group .form-control::placeholder {
      color: #C2C2C2; }
    .product-page .modal-content .form-group .form-control:focus {
      border: 1px solid #5f5c5c;
      box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25); }

.product-page .modal-content .btn-success {
  width: 100%;
  display: block;
  margin-top: 8px;
  padding: 8px; }

@media (max-width: 1199px) {
  .product-page .product-description h1, .product-page .product-description .h1 {
    font-size: 24px; }
  .product-page .review-form-container {
    padding: 30px 50px 40px; } }

@media (max-width: 991px) {
  .product-page .col-lg-7.col-xl-6 {
    margin-bottom: 20px; }
  .product-page .breadcrumb {
    padding: 0; }
  .product-page .product-slider-container {
    padding-left: 0;
    width: 420px;
    margin: 0 auto; }
    .product-page .product-slider-container .badge-sale,
    .product-page .product-slider-container .badge-new,
    .product-page .product-slider-container .badge-top {
      left: -5px;
      top: 10px; }
    .product-page .product-slider-container .product-choose {
      width: 24px;
      top: 12px; }
      .product-page .product-slider-container .product-choose .choose-text {
        display: none; }
  .product-page .tab-pane .product-code {
    padding-left: 0;
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    text-align: center;
    pointer-events: none; }
  .product-page .product-slider {
    margin-bottom: 10px;
    border: 0; }
  .product-page .product-slider-nav {
    position: relative;
    height: 120px;
    width: 410px;
    padding: 0;
    left: -5px;
    top: auto;
    margin: 0 auto; }
    .product-page .product-slider-nav .slick-list {
      height: 125px !important;
      padding: 0 !important; }
    .product-page .product-slider-nav .item {
      margin: 0 7px; }
    .product-page .product-slider-nav .slick-arrow {
      display: none !important; }
  .product-page .product-description {
    padding-left: 0; }
    .product-page .product-description .product-cost {
      display: flex;
      align-items: center; }
      .product-page .product-description .product-cost .old-cost {
        margin-right: 10px; }
      .product-page .product-description .product-cost .new-cost {
        margin-bottom: -1px; }
  .product-page .nav-tabs .nav-item .nav-link {
    font-size: 13px;
    padding: 5px 10px; }
  .product-page .product-col {
    display: none; } }

@media (max-width: 767px) {
  .product-page .product-slider-nav .item {
    height: 80px; }
    .product-page .product-slider-nav .item img {
      max-height: 75px; }
  .product-page .nav-tabs {
    margin: 5px 0 20px; }
    .product-page .nav-tabs .nav-item .nav-link {
      font-size: 12px;
      padding: 5px 10px; }
  .product-page .breadcrumb-nav {
    flex-wrap: wrap;
    margin-bottom: 15px; }
    .product-page .breadcrumb-nav .back-link {
      order: 2; }
  .product-page .breadcrumb {
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: nowrap; }
  .product-page .review-item {
    margin-bottom: 20px; }
  .product-page .review-form-container {
    padding: 20px 30px 30px; }
    .product-page .review-form-container .h3 {
      font-size: 20px; }
  .product-page .catalog-slider-container {
    padding: 20px 0 80px; } }

@media (max-width: 575px) {
  .product-page .product-description h1, .product-page .product-description .h1 {
    font-size: 20px;
    width: 100%;

 }
  .product-page .nav-tabs {
    display: block;
    overflow-x: scroll;
    height: 50px;
    white-space: nowrap;
    margin-right: -15px; }
    .product-page .nav-tabs .nav-item {
      display: inline-block; }
  .product-page .breadcrumb .breadcrumb-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px; }
  .product-page .catalog-slider-container {
    padding: 40px 0 0; }
  .product-page .text-container .img-box {
    display: none; }
  .product-page .text-container .h2, .product-page .text-container h2 {
    margin-bottom: 15px; }
  .product-page .text-container .h3, .product-page .text-container h3 {
    font-size: 18px; }
  .product-page .modal-content .modal-header h5 {
    font-size: 18px; }
  .product-page .modal-content .modal-body {
    padding: 5px 15px 30px; }
  .product-page .catalog-slider-container {
    padding: 20px 0 80px; }
  .product-page .product-slider .item {
    height: 500px; } }

@media (max-width: 479px) {
  .product-page .product-slider-container {
    width: 100%; }
    .product-page .product-slider-container .badge-sale,
    .product-page .product-slider-container .badge-new,
    .product-page .product-slider-container .badge-top {
      left: 0; }
  .product-page .product-description {
    display: flex;
    flex-wrap: wrap; }
    .product-page .product-description .product-cost {
      width: 100%;
      margin: 0 0 15px; }
    .product-page .product-description .buttons-box {
      flex-wrap: wrap;
      order: 5; }
      .product-page .product-description .buttons-box .btn-success,
      .product-page .product-description .buttons-box .btn-light {
        width: 220px;
        margin: 0 auto; }
      .product-page .product-description .buttons-box .btn-success {
        margin-bottom: 15px; }
    .product-page .product-description .stars-block {
      justify-content: center;
      order: 4;
      width: calc(100% + 30px);
      margin: 10px -15px;
      border-top: 1px solid #C2C2C2;
      border-bottom: 1px solid #C2C2C2;
      padding: 15px;
      margin-top: 20px; }
  .product-page .product-slider {
    width: 100%; }
    .product-page .product-slider .item {
      height: 450px;
      padding-top: 0; }
  .product-page .wrap-3d {
    height: 280px; }
  .product-page .tab-content {
    margin-bottom: 10px; }
  .product-page .tab-pane .product-code {
    bottom: 100px;
    font-size: 12px; }
  .product-page .product-slider-nav {
    width: 290px;
    height: 85px; }
    .product-page .product-slider-nav .slick-list {
      height: 85px !important; }
    .product-page .product-slider-nav .item {
      width: 85px; }
  .product-page .breadcrumb .breadcrumb-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90px; }
  .product-page .review-form-container {
    padding: 20px 15px 20px; }
    .product-page .review-form-container .h3 {
      font-size: 20px; } }

.catalog-page .page-content {
  padding-bottom: 30px; }

.catalog-page .catalog-container {
  margin-bottom: 50px; }

.catalog-page .categories-links {
  margin-top: 30px;
  margin-bottom: 70px; }
  .catalog-page .categories-links .link-item {
    color: #5f5c5c; }
    .catalog-page .categories-links .link-item.active {
      color: #c82719;
      cursor: auto;
      pointer-events: none; }
      .catalog-page .categories-links .link-item.active:after {
        display: none; }

.catalog-page .catalog-content {
  margin-left: -12px;
  margin-right: -8px; }
  .catalog-page .catalog-content.catalog-list .col-6.col-lg-4.col-xl-3 {
    max-width: 50%;
    flex: 0 0 50%; }
  .catalog-page .catalog-content.catalog-list .product-item {
    display: flex;
    padding: 10px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-img {
      margin: 20px 15px 0 10px;
      max-width: 100px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-text {
      margin-top: 10px;
      flex-grow: 1;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column; }
    .catalog-page .catalog-content.catalog-list .product-item .product-code {
      text-align: left;
      font-size: 16px;
      width: 100%; }
    .catalog-page .catalog-content.catalog-list .product-item .product-name {
      font-size: 14px;
      width: 100%; }
    .catalog-page .catalog-content.catalog-list .product-item .characteristic-item {
      font-size: 14px;
      width: 100%; }
    .catalog-page .catalog-content.catalog-list .product-item .product-footer {
      width: 100%;
      position: static;
      border-top: 0;
      margin-top: auto; }

.catalog-page .catalog-content-head,
.catalog-page .filters-head {
  background-color: #dcdcdc;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0px;
  display: flex;
  align-items: center; }

.catalog-page .catalog-content-head {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  min-height: 52px;
  padding-top: 5px;
  padding-bottom: 5px; }
  .catalog-page .catalog-content-head .select-label {
    font-size: 13px; }
  .catalog-page .catalog-content-head .select-container {
    display: flex;
    align-items: center; }
    .catalog-page .catalog-content-head .select-container .select-box {
      margin-left: 10px; }
  .catalog-page .catalog-content-head .active-tags {
    display: flex;
    flex-wrap: wrap;
    max-width: 550px; }
  .catalog-page .catalog-content-head .tag-item {
    border: 1px solid #5f5c5c;
    border-radius: 0px;
    margin: 5px 10px 5px 0;
    font-size: 13px;
    padding: 1px 7px;
    position: relative; }
    .catalog-page .catalog-content-head .tag-item .remove-item {
      position: absolute;
      top: -7px;
      right: -7px;
      border-radius: 50%;
      width: 14px;
      height: 14px;
      background: #DEDEDE url("../img/icons/black-close-icon.svg") no-repeat center;
      background-size: 6px;
      cursor: pointer;
      border: 1px solid transparent; }
      .catalog-page .catalog-content-head .tag-item .remove-item:hover {
        border: 1px solid #262626; }
    .catalog-page .catalog-content-head .tag-item.main-item {
      background-color: #5f5c5c;
      color: #fff; }
  .catalog-page .catalog-content-head .tag-clear {
    border: 1px solid #262626;
    border-radius: 0px;
    font-size: 13px;
    padding: 1px 8px;
    cursor: pointer;
    height: 23px;
    margin: 5px 0; }
    .catalog-page .catalog-content-head .tag-clear:hover {
      color: #c82719;
      border: 1px solid #c82719; }

.catalog-page .filters-head {
  margin-bottom: 25px;
  height: 52px; }
  .catalog-page .filters-head img {
    margin-right: 10px;
    width: 20px;}
  .catalog-page .filters-head .h4 {
    font-size: 18px;
    margin: 0; }

.catalog-page .filter-item {
  margin-bottom: 20px;
  max-height: 253px;
  overflow: hidden;
  position: relative;
  padding-bottom: 25px;
}

.catalog-page .filter-item.is-visible {
  max-height: none;
  overflow: visible;
}

.catalog-page .filter-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 85px;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, #fff 100%);
}



.catalog-page .filter-item.is-visible:after {
  display: none;
}

.expand-filter-item {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 115px;
  margin: 0 auto;
  z-index: 5;
  cursor: pointer;
  color: #5f5c5c;
  text-align: center;
  font-size: 14px;
}

  .catalog-page .filter-item .item-head {
    font-weight: 500;
    font-size: 17px; }
    .catalog-page .filter-item .item-head p {
      margin: 0 0 9px; }

.catalog-page .default-checkbox {
  position: relative;
  margin: 0 0 10px; }
  .catalog-page .default-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

  .catalog-page .default-checkbox input:checked ~ label:after {
    display: block; }

  .catalog-page .default-checkbox label {
    display: block;
    padding-left: 28px;
    font-size: 15px;
    cursor: pointer;
    color: #74747A; }
    .catalog-page .default-checkbox label:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 0px;
      border: 1px solid #5f5c5c;
      position: absolute;
      left: 0;
      top: 2px; }
    .catalog-page .default-checkbox label:after {
      content: '';
      background: #c82719 url(../img/icons/check-icon.svg) no-repeat center;
      background-size: 12px;
      width: 20px;
      height: 20px;
      border-radius: 0px;
      position: absolute;
      left: 0;
      top: 1px;
      display: none;
    }

    .catalog-page .default-radio {
      position: relative;
      margin: 0 0 10px; }
      .catalog-page .default-radio input {
        position: absolute;
        top: 0;
        left: 0;
        display: none; }

      .catalog-page .default-radio input:checked ~ label a:after {
        display: block; }

      .catalog-page .default-radio label a {
        display: block;
        padding-left: 28px;
        font-size: 15px;
        cursor: pointer;
        color: #74747A;
      }

        .catalog-page .default-radio label a:before {
          content: '';
          width: 20px;
          height: 20px;
          border-radius: 50%;
          border: 1px solid #5f5c5c;
          position: absolute;
          left: 0;
          top: 1px;
        }

        .catalog-page .default-radio label a:after {
          content: '';
          background: #5f5c5c url(../img/icons/check-icon.svg) no-repeat center;
          background-size: 12px;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 1px;
          display: none;
        }

.catalog-page .cost-slider {
  margin: 0 12px 0 5px; }

.catalog-page .slide-filters .irs--flat .irs-bar {
  height: 3px;
  top: 29px;
  background-color: #c82719; }

.catalog-page .slide-filters .irs--flat .irs-line {
  height: 2px;
  top: 29px;
  background-color: #a6a6a6; }

.catalog-page .slide-filters .irs--flat .irs-handle {
  width: 16px;
  height: 16px;
  background-color: #c82719;
  border-radius: 50%;
  cursor: pointer; }
  .catalog-page .slide-filters .irs--flat .irs-handle i {
    display: none; }

.catalog-page .slide-filters .irs--flat .irs-from,
.catalog-page .slide-filters .irs--flat .irs-to,
.catalog-page .slide-filters .irs--flat .irs-single {
  background-color: transparent;
  font-size: 14px;
  top: -3px;
  color: #262626; }
  .catalog-page .slide-filters .irs--flat .irs-from:before,
  .catalog-page .slide-filters .irs--flat .irs-to:before,
  .catalog-page .slide-filters .irs--flat .irs-single:before {
    display: none; }

.catalog-page .slide-filters .irs--flat .irs-to {
  margin-right: 20px; }

.catalog-page .slide-filters .irs-grid {
  display: none; }

.catalog-page .slide-filters .extra-controls {
  display: flex;
  margin-bottom: 5px; }
  .catalog-page .slide-filters .extra-controls .num-input {
    width: 70px;
    height: 35px;
    text-align: center;
    border: 1px solid #C2C2C2;
    border-radius: 0px;
    margin: 0 6px;
    outline: 0;
    font-size: 14px; }
    .catalog-page .slide-filters .extra-controls .num-input:focus {
      border: 1px solid #5f5c5c; }
  .catalog-page .slide-filters .extra-controls i {
    display: block;
    font-weight: 700;
    width: 25px;
    text-align: center;
    color: #a1a1a1;
    margin-top: 8px; }
  .catalog-page .slide-filters .extra-controls .default-button {
    height: 35px;
    width: 70px;
    padding: 3px 10px;
    font-size: 14px;
    margin-left: 15px; }

.catalog-page .aside-filters {
  padding-right: 10px; }
  .catalog-page .aside-filters .btn-success {
    width: 100%;
    display: block;
    margin-top: 8px;
    padding: 8px; }
  .catalog-page .aside-filters .btn-light {
    background-color: #fff;
    width: 100%;
    border: 1px solid #fff;
    color: #c82719;
    display: block;
    border-radius: 0px;
    margin-top: 8px;
    padding: 8px; }
    .catalog-page .aside-filters .btn-light:hover, .catalog-page .aside-filters .btn-light:focus, .catalog-page .aside-filters .btn-light:active {
      border: 1px solid #c82719 !important;
      background-color: transparent !important; }

.catalog-page .select-box {
  position: relative;
  max-width: 290px; }
  .catalog-page .select-box .select-button span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .catalog-page .select-box .select-sorting {
    list-style: none;
    width: 100%;
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 8;
    max-height: 300px;
    overflow: auto;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #C2C2C2;
    border-radius: 0px; }
    .catalog-page .select-box .select-sorting li {
      list-style-type: none;
      font-size: 13px;
      cursor: pointer;
      position: relative;
      z-index: 15;
      margin: 0 !important;
      text-align: left;
      display: flex;
      align-items: center; }
      .catalog-page .select-box .select-sorting li a {
        color: #555;
        display: block;
        border: 0;
        line-height: 1.4;
        width: 100%;
        text-decoration: none;
        padding: 7px 12px; }

.catalog-page .select-container {
  position: relative; }
  .catalog-page .select-container p {
    margin: 0 0 3px; }
  .catalog-page .select-container .select-button {
    width: 100%;
    background-color: #fff;
    border: 1px solid #C2C2C2;
    border-radius: 0px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 13px;
    padding: 0 25px 0 7px;
    box-shadow: none;
    height: 32px;
    width: 140px;
    position: relative;
    text-align: left;
    outline: 0;
    display: flex;
    align-items: center; }
    .catalog-page .select-container .select-button:after {
      content: '';
      width: 0;
      height: 0;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      border-top: 5px solid #c82719;
      position: absolute;
      top: 14px;
      right: 9px; }
    .catalog-page .select-container .select-button i {
      width: 20px;
      height: 18px;
      border-radius: 50%;
      display: inline-block;
      vertical-align: top;
      margin-right: 5px; }

.catalog-page .address-box .payment-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -4px; }

.catalog-page .select-box:focus,
.catalog-page .select-box .select-button:focus {
  border: 1px solid #000; }

.catalog-page .select-box .select-sorting li:hover,
.catalog-page .select-box .select-sorting li:focus,
.catalog-page .select-box .select-sorting li:active {
  text-decoration: none;
  background-color: #eff2f5;
  color: #000; }

.catalog-page .select-box .select-sorting li a:hover,
.catalog-page .select-box .select-sorting li a:focus,
.catalog-page .select-box .select-sorting li a:active {
  text-decoration: none;
  color: #c82719; }

.catalog-page .catalog-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }

.catalog-page .found-products span {
  font-weight: 500; }

.catalog-page .catalog-list-toggle,
.catalog-page .catalog-card-toggle {
  width: 30px;
  height: 30px;
  /* border: 1px solid #C2C2C2;*/ 
  border-radius: 0px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer; }
  .catalog-page .catalog-list-toggle.active,
  .catalog-page .catalog-card-toggle.active {
    cursor: auto; }

.catalog-page .filters-open-toggle {
  display: none;
  align-items: center;
  cursor: pointer; }
  .catalog-page .filters-open-toggle .filter-open-icon {
    margin-left: 8px;
    background: url("../img/icons/filter-icon.svg") no-repeat center;
    background-size: 16px;
    width: 30px;
    height: 30px;
    border: 1px solid #C2C2C2;
    border-radius: 0px; }

.catalog-page .catalog-card-toggle {
  margin-left: 5px;
  background: url("../img/icons/catalog-card-gray.svg") no-repeat center;
  background-size: 16px; }
  .catalog-page .catalog-card-toggle.active {
    background: url("../img/icons/catalog-card-red.svg") no-repeat center;
    background-size: 16px; }

.catalog-page .catalog-list-toggle {
  background: url("../img/icons/catalog-list-gray.svg") no-repeat center;
  background-size: 16px; }
  .catalog-page .catalog-list-toggle.active {
    background: url("../img/icons/catalog-list-red.svg") no-repeat center;
    background-size: 16px; }

.catalog-page .row {
  margin-left: -7px;
  margin-right: -7px; }

.catalog-page .col-6.col-xl-3 {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 16px; }

.catalog-page .empty-search {
  text-align: center;
  padding: 100px 0; }
  .catalog-page .empty-search .h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 15px; }
  .catalog-page .empty-search .subtitle {
    color: #74747A; }

.catalog-page .filter-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  background: url(../img/icons/close-icon.svg) no-repeat center;
  background-size: 60%;
  border: 0;
  outline: 0;
  transition: 0.25s;
  display: none;
  cursor: pointer; }

.catalog-slider-container {
  padding: 30px 0;
  clear: both; }
  .catalog-slider-container .h2, .catalog-slider-container h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 20px; }

.product-item {
  position: relative;
  border: 1px solid #dddbdb;
  border-radius: 0px;
  padding: 25px 8px 65px 8px;
  transition: 0.25s;
  height: 100%; }
  .product-item:hover {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }
  .product-item .product-img {
    height: 230px;
    margin-bottom: 5px; }
    .product-item .product-img a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      outline: 0; }
      .product-item .product-img a img {
        display: block;
        max-width: 100%;
        max-height: 100%; }
  .product-item .product-code {
      font-size: 12px;
     /* display: none;*/
    text-align: center;
    margin-bottom: 5px;
    color: #74747A; }
    .product-item .product-name a,
    .product-item .characteristic-item a {
      color: inherit; }
  .product-item .product-name {
    font-size: 14px; }
  .product-item .characteristic-item {
    font-size: 12px; }

  .product-item .badge-sale,
  .product-item .badge-new,
  .product-item .badge-top {
    position: absolute;
    top: 5px;
    right: -5px;
    border-radius: 0px;
    font-size: 12px;
    color: #fff;
    padding: 1px 10px; }
  .product-item .badge-sale {
    background-color: #c82719; }
  .product-item .badge-new {
    background-color: #00CC83; }
  .product-item .badge-top {
    background-color: #FFD427;
    color: #262626; }
  .product-item .product-choose {
    width: 24px;
    height: 19px;
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 10; }
    .product-item .product-choose span {
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 19px; }
      .product-item .product-choose span img {
        width: 24px; }
    .product-item .product-choose .default-state {
      display: block; }
    .product-item .product-choose .active-state {
      display: none; }
    .product-item .product-choose.active .default-state {
      display: none; }
    .product-item .product-choose.active .active-state {
      display: block; }
  .product-item .product-footer {
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    border-top: 1px solid #dddbdb;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .product-item .default-cost {
    color: #5f5c5c;
    font-size: 16px; }
    .product-item .default-cost span {
      font-size: 18px;
      font-weight: 700; }
  .product-item .new-cost {
    color: #c82719;
    font-size: 16px;
    line-height: 1; }
    .product-item .new-cost span {
      font-size: 20px;
      font-weight: 700; }
  .product-item .old-cost {
    display: inline-block;
    vertical-align: bottom;
    color: #74747A;
    font-size: 16px;
    line-height: 1;
    position: relative; }
    .product-item .old-cost:after {
      content: '';
      height: 1px;
      left: -1px;
      right: -1px;
      background-color: #c82719;
      position: absolute;
      top: 49%; }
  .product-item .buy-btn {
    color: #c82719;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; }
    .product-item .buy-btn .btn-icon {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: url("../img/icons/red-cart-icon.svg") no-repeat center;
      background-size: 30px; }
    .product-item .buy-btn:hover {
      color: #00CC83; }

    .product-item .buy-btn.added {
      cursor: auto;
      color: #C2C2C2; }
      .product-item .buy-btn.added .btn-icon {
        background: #00CC83 url("../img/icons/white-cart-icon.svg") no-repeat 5px center;
        background-size: 30px;
        margin-left: 5px; }

.load-products .product-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 15px; }
  .load-products .product-item .load-img {
    height: 67px;
    width: 67px;
    margin-bottom: 15px; }
    .load-products .product-item .load-img img {
      position: relative;
      display: block;
      transition: 0.35s;
      width: 100%; }
  .load-products .product-item .load-text {
    font-size: 16px;
    text-align: center; }
    .load-products .product-item .load-text span {
      font-weight: 500; }
  .load-products .product-item:hover .load-img img {
    transform: rotate(180deg); }

.catalog-slider {
  margin: 0 -8px; }
  .catalog-slider .slick-list {
    padding: 10px 0; }
  .catalog-slider .slick-track {
    display: flex; }
  .catalog-slider .item {
    margin: 0 8px;
    height: auto;
    outline: 0; }
  .catalog-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #F2F2F3;
    border-radius: 50%;
    border: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    cursor: pointer;
    z-index: 10;
    bottom: -60px;
    position: absolute;
    transition: 0.25s;
    top: calc(50% - 20px);
    padding-top: 1px; }
    .catalog-slider .slick-arrow svg {
      width: 17px;
      fill: #262626; }
    .catalog-slider .slick-arrow.slick-next {
      right: -60px; }
    .catalog-slider .slick-arrow.slick-prev {
      left: -60px; }
    .catalog-slider .slick-arrow:hover {
      background-color: #5f5c5c; }
      .catalog-slider .slick-arrow:hover svg {
        fill: #fff; }

.together-cheaper {
  padding: 30px 0; }
  .together-cheaper .h2, .together-cheaper h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 10px; }
  .together-cheaper .subtitle {
    text-align: center;
    color: #74747A; }

.together-slider {
  margin: 30px -15px 20px; }
  .together-slider .slick-track {
    display: flex;
    align-items: stretch; }
  .together-slider .together-container {
    position: relative;
    z-index: 1;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between; }
    .together-slider .together-container .together-title {
      display: inline-block;
      background-color: #fff;
      padding: 0 10px;
      color: #c82719;
      position: absolute;
      left: 30px;
      top: -11px; }
    .together-slider .together-container .together-row {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .together-slider .together-container .plus-sign {
      margin: 0 15px; }
    .together-slider .together-container .together-item {
      display: flex;
      flex-wrap: wrap;
      flex: 0 0 240px; }
      .together-slider .together-container .together-item .img-block {
        flex: 0 0 100px;
        width: 100px;
        height: 100px;
        margin-right: 15px;
        order: 2; }
        .together-slider .together-container .together-item .img-block a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%; }
          .together-slider .together-container .together-item .img-block a img {
            display: block;
            max-width: 100%;
            max-height: 100%; }
      .together-slider .together-container .together-item .text-block {
        order: 1;
        padding-left: 80px;
        max-width: 240px; }
        .together-slider .together-container .together-item .text-block .title {
          font-size: 14px;
          line-height: 1.2;
          font-weight: 500;
          margin: 0 0 2px 0; }
          .together-slider .together-container .together-item .text-block .title a {
            color: inherit; }
        .together-slider .together-container .together-item .text-block .descr-text {
          color: #74747A; }
      .together-slider .together-container .together-item .product-cost {
        order: 3; }
        .together-slider .together-container .together-item .product-cost .default-cost {
          color: #5f5c5c;
          font-size: 16px; }
          .together-slider .together-container .together-item .product-cost .default-cost span {
            font-size: 20px;
            font-weight: 700; }
        .together-slider .together-container .together-item .product-cost .new-cost {
          color: #c82719;
          font-size: 16px;
          line-height: 1;
          margin-top: -7px; }
          .together-slider .together-container .together-item .product-cost .new-cost span {
            font-size: 20px;
            font-weight: 700; }
        .together-slider .together-container .together-item .product-cost .old-cost {
          display: inline-block;
          color: #74747A;
          font-size: 16px;
          line-height: 1;
          position: relative;
          top: -5px; }
          .together-slider .together-container .together-item .product-cost .old-cost:after {
            content: '';
            height: 1px;
            left: -1px;
            right: -1px;
            background-color: #c82719;
            position: absolute;
            top: 49%; }
    .together-slider .together-container .together-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 30px;
      font-size: 16px;
      width: 100%; }
      .together-slider .together-container .together-footer .buy-btn {
        color: #c82719;
        cursor: pointer;
        display: flex;
        align-items: center; }
        .together-slider .together-container .together-footer .buy-btn .btn-icon {
          width: 31px;
          height: 31px;
          border-radius: 50%;
          background: url("../img/icons/red-cart-icon.svg") no-repeat center;
          background-size: 18px; }
        .together-slider .together-container .together-footer .buy-btn:hover {
          color: #00CC83; }
          .together-slider .together-container .together-footer .buy-btn:hover .btn-icon {
            background: url("../img/icons/green-cart-icon.svg") no-repeat center;
            background-size: 18px; }
        .together-slider .together-container .together-footer .buy-btn.added {
          cursor: auto;
          color: #C2C2C2; }
          .together-slider .together-container .together-footer .buy-btn.added .btn-icon {
            background: #00CC83 url("../img/icons/white-cart-icon.svg") no-repeat 5px center;
            background-size: 18px;
            margin-left: 5px; }
    .together-slider .together-container .together-calc,
    .together-slider .together-container .together-cost,
    .together-slider .together-container .together-sum {
      display: flex;
      align-items: center; }
    .together-slider .together-container .together-cost .cost-num {
      color: #c82719;
      font-size: 20px;
      font-weight: 500;
      margin-top: -2px; }
    .together-slider .together-container .cost-text {
      margin-right: 3px; }
    .together-slider .together-container .total-num {
      font-size: 20px;
      font-weight: 500;
      color: #5f5c5c;
      margin-top: -2px; }
    .together-slider .together-container .close-btn {
      width: 24px;
      height: 24px;
      background: url(../img/icons/close-icon.svg) no-repeat center;
      background-size: 8px;
      color: #fff;
      position: absolute;
      border: 1px solid #C2C2C2;
      top: 25px;
      right: 10px;
      margin-top: -15px;
      outline: none;
      font-size: 16px;
      text-align: center;
      border-radius: 100%;
      transition: 0.3s;
      cursor: pointer; }
      .together-slider .together-container .close-btn:hover {
        transform: rotate(90deg); }
  .together-slider .item {
    outline: 0;
    margin: 0 15px;
    border: 1px solid #C2C2C2;
    border-radius: 0px;
    padding: 15px;
    height: auto; }
  .together-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #F2F2F3;
    border-radius: 50%;
    border: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    cursor: pointer;
    z-index: 10;
    bottom: -60px;
    position: absolute;
    transition: 0.25s;
    top: calc(50% - 20px);
    padding-top: 1px; }
    .together-slider .slick-arrow svg {
      width: 17px;
      fill: #262626; }
    .together-slider .slick-arrow.slick-next {
      right: -60px; }
    .together-slider .slick-arrow.slick-prev {
      left: -60px; }
    .together-slider .slick-arrow:hover {
      background-color: #5f5c5c; }
      .together-slider .slick-arrow:hover svg {
        fill: #fff; }

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

@media (max-width: 1366px) {
  .catalog-slider {
    margin: 0;
    padding: 0 30px; }
    .catalog-slider .slick-arrow.slick-prev {
      left: -15px; }
    .catalog-slider .slick-arrow.slick-next {
      right: -15px; }
  .together-slider {
    margin: 30px 0 20px;
    padding: 0 30px; }
    .together-slider .item {
      margin: 0 8px; }
    .together-slider .slick-arrow.slick-prev {
      left: -15px; }
    .together-slider .slick-arrow.slick-next {
      right: -15px; }
    .together-slider .together-container .together-item .text-block {
      max-width: 190px;
      padding-left: 0; } }

@media (max-width: 1199px) {
  .catalog-page .catalog-content-head .select-label {
    display: none; }
  .catalog-page .categories-links {
    margin: 20px 0 50px; }
    .catalog-page .categories-links .link-item {
      font-size: 16px; }
  .load-products {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 20px; }
    .load-products .product-item {
      display: flex;
      flex-direction: row; }
      .load-products .product-item .load-img {
        width: 45px;
        height: 45px;
        margin-bottom: 0;
        margin-right: 15px; }
      .load-products .product-item .load-text br {
        display: none; }
  .together-slider {
    margin: 30px 0 20px;
    padding: 0 30px; }
    .together-slider .item {
      padding: 20px 50px; }
  .together-cheaper .h2,
  .together-cheaper h2 {
    font-size: 28px; }
  .catalog-slider-container .h2,
  .catalog-slider-container h2 {
    font-size: 28px; } }

@media (max-width: 991px) {
  .catalog-page .filters-head {
    display: none; }
  .catalog-page .slide-filters {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 105;
    background-color: #fff;
    width: 300px;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0 14px 14px 0;
    overflow-y: auto;
    padding: 40px 15px 60px;
    transform: translateX(-150%);
    transition: 0.3s; }
    .catalog-page .slide-filters.active {
      transform: translateX(0); }
  .catalog-page .catalog-content.catalog-list .col-6.col-lg-4.col-xl-3 {
    max-width: 100%;
    flex: 0 0 100%; }
  .catalog-page .catalog-head-box {
    display: flex;
    margin-bottom: 25px; }
  .catalog-page .catalog-content-head {
    padding: 0;
    min-height: auto;
    order: 3;
    margin-left: 10px;
    background-color: transparent;
    margin-top: -15px; }
    .catalog-page .catalog-content-head .active-tags {
      display: none; }
    .catalog-page .catalog-content-head .select-container .select-box {
      margin-left: 0; }
  .catalog-page .found-products {
    order: 3;
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
    color: #74747A; }
    .catalog-page .found-products span {
      color: #262626; }
  .catalog-page .catalog-display {
    flex-grow: 1;
    flex-wrap: wrap;
    margin-bottom: 0; }
  .catalog-page .toggles-box {
    display: flex;
    width: 100%; }
  .catalog-page .filters-open-toggle {
    display: flex;
    margin-right: auto; }
  .catalog-page .catalog-card-toggle {
    margin-left: 10px; }
  .catalog-page .filter-close {
    display: block; }
  .catalog-page .together-slider .item {
    padding: 15px; }
  .catalog-page .catalog-container {
    margin-bottom: 20px; }
  .together-cheaper .h2,
  .together-cheaper h2 {
    font-size: 24px; }
  .catalog-slider-container .h2,
  .catalog-slider-container h2 {
    font-size: 24px;
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .catalog-page .col-6.col-xl-3 {
    margin-bottom: 65px; }
  .catalog-page .categories-links {
    display: none;
    margin: 15px 0 30px; }
    .catalog-page .categories-links .link-item {
      font-size: 14px;
      font-weight: 400; }
    .catalog-page .categories-links .vertical-line {
      margin: 0 15px; }
  .catalog-page .catalog-content.catalog-list .col-6.col-lg-4.col-xl-3 {
    margin-bottom: 15px; }
  .catalog-page .catalog-content.catalog-list .product-item {
    padding: 25px 8px 30px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-img {
      width: 100px;
      height: 100px;
      flex: 0 0 100px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-text {
      line-height: 1.4; }
    .catalog-page .catalog-content.catalog-list .product-item .product-cost {
      position: static; }
    .catalog-page .catalog-content.catalog-list .product-item .product-name {
      font-size: 16px;
      text-align: left;
      margin-bottom: 3px;
      position: static;
      white-space: normal;
      overflow: visible;
      margin-bottom: 8px; }
    .catalog-page .catalog-content.catalog-list .product-item .badge-sale,
    .catalog-page .catalog-content.catalog-list .product-item .badge-new,
    .catalog-page .catalog-content.catalog-list .product-item .badge-top {
      position: absolute;
      right: 0;
      top: auto;
      bottom: 20px;
      width: 240px; }
    .catalog-page .catalog-content.catalog-list .product-item:after {
      left: auto;
      right: 30px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-footer {
      margin-top: 0; }
  .catalog-page .found-products {
    margin-top: 20px; }
  .catalog-page .catalog-content-head {
    margin-top: -25px; }
  .catalog-page .empty-search .h2 {
    font-size: 24px; }
  .product-item {
    padding: 25px 8px 0 8px;
    border-radius: 0px;
    margin-bottom: 20px; }
    .product-item.sale-item:after {
      content: '';
      width: 0;
      height: 0;
      border-bottom: 20px solid #c82719;
      border-left: 90px solid transparent;
      border-right: 90px solid transparent;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -1px; }
    .product-item.sale-item .badge-sale {
      color: #c82719; }
    .product-item.new-item .badge-new {
      color: #00CC83; }
    .product-item.new-item:after {
      content: '';
      width: 0;
      height: 0;
      border-bottom: 20px solid #00CC83;
      border-left: 90px solid transparent;
      border-right: 90px solid transparent;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -1px; }
    .product-item.top-item .badge-top {
      color: #FFD427; }
    .product-item.top-item:after {
      content: '';
      width: 0;
      height: 0;
      border-bottom: 20px solid #FFD427;
      border-left: 90px solid transparent;
      border-right: 90px solid transparent;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -1px; }
    .product-item .badge-sale,
    .product-item .badge-new,
    .product-item .badge-top {
      position: static;
      color: #262626;
      background-color: transparent;
      font-size: 14px;
      display: block;
      text-align: center; }
    .product-item .product-name {
      color: #262626;
      font-size: 14px;
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      top: calc(100% + 5px);
      margin: 0; }
    .product-item .product-code {
      display: none; }
    .product-item .characteristic-item {
      display: none; }
    .product-item .product-footer {
      position: static;
      border: 0;
      height: auto; }
    .product-item .buy-btn {
      position: absolute;
      top: 2px;
      right: 2px; }
      .product-item .buy-btn .btn-icon {
        width: 36px;
        height: 36px;
        background: url(../img/icons/gray-cart-icon.svg) no-repeat center;
        background: url(../img/icons/red-cart-icon.svg) no-repeat center;
        background-size: 24px; }

      .product-item .buy-btn.added .btn-icon {
        background: #00CC83 url(../img/icons/white-cart-icon.svg) no-repeat center;
        background-size: 20px; }
      .product-item .buy-btn .btn-text {
        display: none; }
    .product-item .product-cost {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -42px;
      text-align: center;
      display: flex;
      align-items: center;
      height: 16px;
      justify-content: center; }
      .product-item .product-cost .new-cost {
        display: inline-block;
        vertical-align: bottom; }
        .product-item .product-cost .new-cost span {
          font-size: 20px;
          font-weight: 400; }
      .product-item .product-cost .old-cost {
        font-size: 16px;
        margin-right: 5px; }
      .product-item .product-cost .default-cost {
        color: #74747A; }
        .product-item .product-cost .default-cost span {
          font-weight: 400;
          font-size: 20px; }
  .together-cheaper {
    padding: 30px 0 0; }
    .together-cheaper .title-container {
      background-color: #F2F2F3;
      padding: 20px 0;
      position: relative;
      margin-bottom: 10px; }
      .together-cheaper .title-container:before, .together-cheaper .title-container:after {
        content: '';
        position: absolute;
        top: 0;
        background-color: #F2F2F3;
        height: 100%;
        width: 100vw; }
      .together-cheaper .title-container:before {
        left: 100%; }
      .together-cheaper .title-container:after {
        right: 100%; }
  .together-slider {
    padding: 0;
    margin-top: 20px; }
    .together-slider .item {
      margin: 0;
      padding: 10px;
      border-radius: 0px; }
    .together-slider .slick-arrow {
      top: auto;
      bottom: auto;
      top: calc(100% + 10px);
      display: none !important; }
      .together-slider .slick-arrow.slick-next {
        right: calc(50% - 50px); }
      .together-slider .slick-arrow.slick-prev {
        left: calc(50% - 50px); }
    .together-slider .together-container .together-row {
      align-items: flex-start; }
    .together-slider .together-container .plus-sign {
      align-self: center; }
    .together-slider .together-container .together-item {
      flex: 0 0 200px; }
      .together-slider .together-container .together-item .text-block {
        order: 2;
        width: 100%; }
        .together-slider .together-container .together-item .text-block .descr-text {
          font-size: 13px;
          margin-bottom: 10px; }
      .together-slider .together-container .together-item .img-block {
        width: auto;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
        height: 120px; }
        .together-slider .together-container .together-item .img-block a {
          justify-content: flex-start; }
    .together-slider .together-container .together-footer {
      flex-wrap: wrap;
      margin-top: 5px; }
    .together-slider .together-container .together-cost {
      width: 100%;
      justify-content: center; }
  .catalog-slider-container {
    padding: 20px 0 60px; }
  .catalog-slider {
    padding: 0; }
    .catalog-slider .slick-arrow {
      top: auto;
      bottom: -60px; }
      .catalog-slider .slick-arrow.slick-next {
        right: calc(50% - 50px); }
      .catalog-slider .slick-arrow.slick-prev {
        left: calc(50% - 50px); }
    .catalog-slider .slick-list {
      padding: 10px 0 50px; }
  .load-products {
    margin-bottom: 0 !important; }
    .load-products .product-item {
      margin-bottom: 0; } }

@media (max-width: 575px) {
  .catalog-slider {
    padding: 0;
    margin: 0 -15px; }
  .catalog-slider-container {
    padding: 10px 0 60px; }
    .catalog-slider-container .h2, .catalog-slider-container h2 {
      margin-bottom: 20px;
      font-size: 18px; }
  .catalog-slider .slick-list {
    padding: 0 140px 50px !important; }
  .catalog-slider .product-item .product-img {
    height: 170px; }
    .catalog-slider .product-item .product-img a {
      pointer-events: none; }
  .catalog-slider .item {
    height: 240px; }
    .catalog-slider .item.slick-center .product-item .product-img a {
      pointer-events: auto; }
  .catalog-slider .slick-arrow {
    bottom: -50px; }
  .catalog-page .catalog-content.catalog-list .product-item .product-name {
    font-size: 14px; }
  .catalog-page .catalog-content.catalog-list .product-item .badge-sale,
  .catalog-page .catalog-content.catalog-list .product-item .badge-new,
  .catalog-page .catalog-content.catalog-list .product-item .badge-top {
    width: 180px; }
  .catalog-page .filters-open-toggle {
    margin-right: 10px; }
    .catalog-page .filters-open-toggle .filter-open-text {
      display: none; }
    .catalog-page .filters-open-toggle .filter-open-icon {
      margin-left: 0; }
  .product-item .product-img {
    height: 100px; }
  .product-item .product-name {
    font-size: 13px; }
  .product-item.top-item:after {
    border-bottom: 15px solid #FFD427;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent; }
  .product-item.new-item:after {
    border-bottom: 15px solid #00CC83;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent; }
  .product-item.sale-item:after {
    border-bottom: 15px solid #c82719;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent; }
  .together-slider .together-container .together-item {
    flex: 0 0 120px; }
  .together-slider .together-container .plus-sign {
    margin: 0 5px; }
  .together-slider .slick-arrow {
    bottom: -30px; }
  .together-cheaper {
    padding-top: 15px; } }

@media (max-width: 500px) {
  .catalog-slider .slick-list {
    padding: 0 120px 50px !important; } }

@media (max-width: 479px) {
  .product-item .product-name {
    font-size: 13px; }
  .product-item .product-cost {
    bottom: -40px; }
    .product-item .product-cost .new-cost span {
      font-size: 16px;
      font-weight: 500; }
    .product-item .product-cost .old-cost {
      font-size: 14px; }
    .product-item .product-cost .default-cost span {
      font-size: 16px;
      font-weight: 500; }
  .catalog-slider .slick-list {
    padding: 0 100px 50px !important; }
  .catalog-page .together-slider .item {
    padding: 10px; }
  .catalog-page .together-slider .together-container .together-item .img-block {
    margin: 0 auto; }
    .catalog-page .together-slider .together-container .together-item .img-block a {
      justify-content: center; }
  .together-slider .together-container .plus-sign {
    flex: 0 0 16px;
    max-width: 16px; }
    .together-slider .together-container .plus-sign img {
      width: 100%; }
  .load-products .product-item .load-img {
    width: 40px;
    height: 40px; } }

@media (max-width: 420px) {
  .catalog-slider .slick-list {
    padding: 0 80px 55px !important; } }

@media (max-width: 390px) {
  .catalog-slider .slick-list {
    padding: 0 65px 55px !important; } }

@media (max-width: 390px) {
  .catalog-slider .slick-list {
    padding: 0 55px 55px !important; } }

.sale-page .page-content {
  padding: 0 0 50px; }
  .sale-page .page-content h1, .sale-page .page-content .h1 {
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: center;
    color: #c82719; }
  .sale-page .page-content .row {
    padding-top: 45px;
    padding-bottom: 45px; }
  .sale-page .page-content .col-lg-5 {
    display: flex;
    align-items: center;
    padding-left: 40px; }
    .sale-page .page-content .col-lg-5.order-lg-2 {
      padding-left: 40px;
      padding-right: 0; }
  .sale-page .page-content .col-lg-7 img {
    display: block;
    width: 100%; }
  .sale-page .page-content .text-box .h2, .sale-page .page-content .text-box h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #262626; }
    .sale-page .page-content .text-box .h2 a, .sale-page .page-content .text-box h2 a {
      color: inherit; }
  .sale-page .page-content .text-box p {
    font-size: 16px;
    margin: 0 0 20px; }
  .sale-page .page-content .text-box .btn-warning {
    margin-bottom: 15px;
    width: 190px;
    padding: 8px; }

@media (max-width: 1199px) {
  .sale-page .page-content h1,
  .sale-page .page-content .h1 {
    font-size: 32px; }
  .sale-page .page-content .col-lg-5 {
    padding-left: 15px; } }

@media (max-width: 991px) {
  .sale-page .page-content h1,
  .sale-page .page-content .h1 {
    font-size: 28px;
    margin-bottom: 40px; }
  .sale-page .page-content .text-box {
    margin-top: 15px; }
    .sale-page .page-content .text-box p {
      font-size: 14px; }
  .sale-page .page-content .text-box .h2,
  .sale-page .page-content .text-box h2 {
    font-size: 28px;
    margin: 0 0 10px; }
  .sale-page .page-content .row {
    padding-top: 0;
    padding-bottom: 40px; } }

@media (max-width: 767px) {
  .sale-page .page-content h1,
  .sale-page .page-content .h1 {
    font-size: 24px;
    margin-bottom: 30px; }
  .sale-page .page-content .text-box .h2,
  .sale-page .page-content .text-box h2 {
    font-size: 22px; }
  .sale-page .page-content .text-box .h2,
  .sale-page .page-content .text-box h2 {
    font-size: 20px; } }

@media (max-width: 767px) {
  .sale-page .page-content h1,
  .sale-page .page-content .h1 {
    margin-bottom: 20px; }
  .sale-page .page-content .text-box .btn-warning {
    width: 100%; } }

.cart-page .page-content {
  padding: 0 0 40px; }
  .cart-page .page-content h1 {
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    margin: 0 0 30px; }

.cart-page .cart-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px; }
  .cart-page .cart-container::after {
    display: block;
    content: "";
    clear: both; }

.cart-page .cart-head {
  background-color: #F2F2F3;
  display: flex;
  font-size: 16px;
  text-align: center;
  padding: 12px 0;
  border-radius: 0px;
  font-weight: 500;
  margin-bottom: -2px;
  position: relative;
  z-index: 1; }
  .cart-page .cart-head .img-cell {
    flex: 0 0 165px; }
  .cart-page .cart-head .name-cell {
    flex: 0 0 330px; }
  .cart-page .cart-head .cost-cell {
    flex: 0 0 150px; }
  .cart-page .cart-head .calc-cell {
    flex: 0 0 210px; }
  .cart-page .cart-head .sum-cell {
    flex: 0 0 160px; }

.cart-page .cart-item {
  border-top: 1px solid #C2C2C2;
  padding: 20px 0;
  padding-right: 35px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center; }
  .cart-page .cart-item:first-child {
    border-bottom: 0; }
  .cart-page .cart-item .text-block {
    margin-right: 30px;
    width: 300px; }
  .cart-page .cart-item .calc-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -15px; }
  .cart-page .cart-item .img-block {
    width: 120px;
    height: 120px;
    margin-right: 30px;
    margin-left: 20px;
    overflow: hidden;
    transition: 0.3s; }
    .cart-page .cart-item .img-block a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    .cart-page .cart-item .img-block img {
      display: block;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
    .cart-page .cart-item .img-block:hover, .cart-page .cart-item .img-block:focus {
      opacity: 0.7; }
  .cart-page .cart-item .title {
    font-size: 18px;
    margin: 0 0 5px;
    max-width: 300px;
    font-weight: 500; }
    .cart-page .cart-item .title a {
      color: inherit; }
  .cart-page .cart-item .descr-text {
    color: #74747A; }
  .cart-page .cart-item .product-sum,
  .cart-page .cart-item .product-cost {
    margin: 0;
    font-size: 18px;
    text-align: center;
    width: 150px;
    font-weight: 500; }
  .cart-page .cart-item .default-cost {
    color: #5f5c5c;
    font-size: 16px; }
    .cart-page .cart-item .default-cost span {
      font-size: 20px;
      font-weight: 700; }
  .cart-page .cart-item .new-cost {
    color: #c82719;
    font-size: 16px;
    line-height: 1;
    margin-top: -7px; }
    .cart-page .cart-item .new-cost span {
      font-size: 20px;
      font-weight: 700; }
  .cart-page .cart-item .old-cost {
    display: inline-block;
    color: #74747A;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: -5px; }
    .cart-page .cart-item .old-cost:after {
      content: '';
      height: 1px;
      left: -1px;
      right: -1px;
      background-color: #c82719;
      position: absolute;
      top: 49%; }
  .cart-page .cart-item .close-btn {
    width: 24px;
    height: 24px;
    background: url(../img/icons/close-icon.svg) no-repeat center;
    background-size: 8px;
    color: #fff;
    position: absolute;
    border: 1px solid #C2C2C2;
    top: 50%;
    right: 10px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    transition: 0.3s;
    cursor: pointer; }
    .cart-page .cart-item .close-btn:hover {
      transform: rotate(90deg); }
  .cart-page .cart-item .calc-block {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 50px;
    border-radius: 30px; }
    .cart-page .cart-item .calc-block .amount-control {
      display: block;
      margin: auto;
      height: 35px;
      width: 45px;
      text-align: center;
      font-size: 16px;
      line-height: 38px;
      border: 0;
      padding: 0 5px;
      outline: 0;
      background: #fff;
  }
    .cart-page .cart-item .calc-block .increase-btn,
    .cart-page .cart-item .calc-block .decrease-btn {
      position: absolute;
      top: 0;
      height: 30px;
      width: 30px;
      padding: 0;
      background: transparent;
      border: 0;
      outline: none;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #262626; }
      .cart-page .cart-item .calc-block .increase-btn:hover,
      .cart-page .cart-item .calc-block .decrease-btn:hover {
        border-color: #74747A; }
        .cart-page .cart-item .calc-block .increase-btn:hover:before, .cart-page .cart-item .calc-block .increase-btn:hover:after,
        .cart-page .cart-item .calc-block .decrease-btn:hover:before,
        .cart-page .cart-item .calc-block .decrease-btn:hover:after {
          background: #74747A; }
    .cart-page .cart-item .calc-block .increase-btn {
      right: 0; }
    .cart-page .cart-item .calc-block .increase-btn:before,
    .cart-page .cart-item .calc-block .increase-btn:after {
      content: '';
      background: #262626;
      position: absolute; }
    .cart-page .cart-item .calc-block .increase-btn:before {
      top: 14px;
      left: 7px;
      width: 15px;
      height: 1px; }
    .cart-page .cart-item .calc-block .increase-btn:after {
      top: 7px;
      left: 14px;
      width: 1px;
      height: 14px; }
    .cart-page .cart-item .calc-block .decrease-btn {
      left: 0; }
    .cart-page .cart-item .calc-block .decrease-btn:after {
      content: '';
      width: 14px;
      height: 1px;
      background: #262626;
      position: absolute;
      top: 14px;
      left: 7px; }

.cart-page .together-container {
  border: 1px solid #c82719;
  border-radius: 0px;
  position: relative;
  padding: 25px;
  margin-top: 15px;
  margin-bottom: -3px;
  background-color: #fff;
  z-index: 1; }
  .cart-page .together-container .together-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    color: #c82719;
    position: absolute;
    left: 30px;
    top: -11px; }
  .cart-page .together-container .together-row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .cart-page .together-container .together-item {
    display: flex;
    align-items: center;
    width: 45%; }
    .cart-page .together-container .together-item .img-block {
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      margin-right: 15px; }
      .cart-page .together-container .together-item .img-block a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%; }
        .cart-page .together-container .together-item .img-block a img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
    .cart-page .together-container .together-item .text-block {
      flex: 0 0 250px; }
      .cart-page .together-container .together-item .text-block .title {
        font-size: 18px;
        line-height: 1.2;
        max-width: 280px;
        font-weight: 500;
        margin: 0 10px 5px 0; }
        .cart-page .together-container .together-item .text-block .title a {
          color: inherit; }
      .cart-page .together-container .together-item .text-block .descr-text {
        color: #74747A; }
    .cart-page .together-container .together-item .product-cost .default-cost {
      color: #5f5c5c;
      font-size: 16px; }
      .cart-page .together-container .together-item .product-cost .default-cost span {
        font-size: 20px;
        font-weight: 700; }
    .cart-page .together-container .together-item .product-cost .new-cost {
      color: #c82719;
      font-size: 16px;
      line-height: 1;
      margin-top: -7px; }
      .cart-page .together-container .together-item .product-cost .new-cost span {
        font-size: 20px;
        font-weight: 700; }
    .cart-page .together-container .together-item .product-cost .old-cost {
      display: inline-block;
      color: #74747A;
      font-size: 16px;
      line-height: 1;
      position: relative;
      top: -5px; }
      .cart-page .together-container .together-item .product-cost .old-cost:after {
        content: '';
        height: 1px;
        left: -1px;
        right: -1px;
        background-color: #c82719;
        position: absolute;
        top: 49%; }
  .cart-page .together-container .together-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 16px; }
  .cart-page .together-container .calc-block {
    width: 110px;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-top: -3px; }
    .cart-page .together-container .calc-block .amount-control {
      display: block;
      margin: auto;
      height: 35px;
      width: 45px;
      text-align: center;
      font-size: 16px;
      line-height: 38px;
      border: 0;
      padding: 0 5px;
      outline: 0;
      background: #fff;
  }
    .cart-page .together-container .calc-block .increase-btn,
    .cart-page .together-container .calc-block .decrease-btn {
      position: absolute;
      top: 0;
      height: 30px;
      width: 30px;
      padding: 0;
      background: transparent;
      border: 0;
      outline: none;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #262626; }
      .cart-page .together-container .calc-block .increase-btn:hover,
      .cart-page .together-container .calc-block .decrease-btn:hover {
        border-color: #74747A; }
        .cart-page .together-container .calc-block .increase-btn:hover:before, .cart-page .together-container .calc-block .increase-btn:hover:after,
        .cart-page .together-container .calc-block .decrease-btn:hover:before,
        .cart-page .together-container .calc-block .decrease-btn:hover:after {
          background: #74747A; }
    .cart-page .together-container .calc-block .increase-btn {
      right: 0; }
    .cart-page .together-container .calc-block .increase-btn:before,
    .cart-page .together-container .calc-block .increase-btn:after {
      content: '';
      background: #262626;
      position: absolute; }
    .cart-page .together-container .calc-block .increase-btn:before {
      top: 14px;
      left: 7px;
      width: 15px;
      height: 1px; }
    .cart-page .together-container .calc-block .increase-btn:after {
      top: 7px;
      left: 14px;
      width: 1px;
      height: 14px; }
    .cart-page .together-container .calc-block .decrease-btn {
      left: 0; }
    .cart-page .together-container .calc-block .decrease-btn:after {
      content: '';
      width: 14px;
      height: 1px;
      background: #262626;
      position: absolute;
      top: 14px;
      left: 7px; }
  .cart-page .together-container .together-calc,
  .cart-page .together-container .together-cost,
  .cart-page .together-container .together-sum {
    display: flex;
    align-items: center; }
  .cart-page .together-container .cost-text {
    margin-right: 10px; }
  .cart-page .together-container .cost-num {
    font-size: 20px;
    font-weight: 500;
    color: #5f5c5c;
    margin-top: -2px; }
  .cart-page .together-container .total-num {
    font-size: 20px;
    font-weight: 500;
    color: #c82719;
    margin-top: -2px; }
  .cart-page .together-container .close-btn {
    width: 24px;
    height: 24px;
    background: url(../img/icons/close-icon.svg) no-repeat center;
    background-size: 8px;
    color: #fff;
    position: absolute;
    border: 1px solid #C2C2C2;
    top: 25px;
    right: 10px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    transition: 0.3s;
    cursor: pointer; }
    .cart-page .together-container .close-btn:hover {
      transform: rotate(90deg); }

.cart-page .cart-footer {
  float: right;
  width: 420px;
  padding: 10px 0 0; }
  .cart-page .cart-footer .delivery-text {
    text-align: right;
    font-size: 12px;
    color: #74747A;
    margin: 10px 0; }
  .cart-page .cart-footer .cost-table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px; }
    .cart-page .cart-footer .cost-table .red-text {
      color: #c82719; }
    .cart-page .cart-footer .cost-table strong {
      font-size: 18px;
      font-weight: 500; }
    .cart-page .cart-footer .cost-table td {
      padding: 3px 0; }
      .cart-page .cart-footer .cost-table td:last-child {
        text-align: right; }
  .cart-page .cart-footer .btn-success,
  .cart-page .cart-footer .btn-light {
    width: 100%;
    padding: 8px;
    border-radius: 0px; }
  .cart-page .cart-footer .btn-success {
    margin-bottom: 15px; }
  .cart-page .cart-footer .btn-light {
    border: 1px solid #5f5c5c;
    background-color: transparent; }
    .cart-page .cart-footer .btn-light:hover, .cart-page .cart-footer .btn-light:focus, .cart-page .cart-footer .btn-light:active {
      background-color: #F2F2F3 !important;
      border-color: #C2C2C2 !important; }

.cart-page .empty-cart {
  clear: both;
  padding: 100px 0; }
  .cart-page .empty-cart .lg-icon {
    margin-bottom: 15px; }
  .cart-page .empty-cart img {
    display: block;
    max-width: 90px;
    max-height: 90px;
    margin: 0 auto; }
  .cart-page .empty-cart .h2 {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px; }
  .cart-page .empty-cart p {
    color: #74747A;
    text-align: center;
    max-width: 300px;
    margin: 0 auto; }
    .cart-page .empty-cart p a {
      color: #c82719; }

@media (max-width: 1199px) {
  .cart-page .page-content h1 {
    font-size: 32px; }
  .cart-page .cart-head .img-cell {
    flex: 0 0 140px; }
  .cart-page .cart-head .name-cell {
    flex: 0 0 230px; }
  .cart-page .cart-item .img-block {
    margin-left: 0;
    margin-right: 20px; }
  .cart-page .cart-item .text-block {
    width: auto;
    max-width: 200px;
    flex: 0 0 200px; }
  .cart-page .cart-item .title {
    font-size: 14px; }
  .cart-page .cart-item .descr-text {
    font-size: 13px; }
  .cart-page .cart-item .product-sum,
  .cart-page .cart-item .product-cost {
    font-size: 16px; }
    .cart-page .cart-item .product-sum span,
    .cart-page .cart-item .product-cost span {
      font-size: 16px; }
  .cart-page .together-container {
    padding: 15px; }
    .cart-page .together-container .together-item .text-block {
      flex: 0 0 200px; }
      .cart-page .together-container .together-item .text-block .title {
        font-size: 14px; }
      .cart-page .together-container .together-item .text-block .descr-text {
        font-size: 14px; }
    .cart-page .together-container .together-item .img-block {
      margin-bottom: 10px; }
    .cart-page .together-container .together-footer {
      margin-top: 10px; }
    .cart-page .together-container .together-calc,
    .cart-page .together-container .together-cost,
    .cart-page .together-container .together-sum {
      font-size: 13px; }
    .cart-page .together-container .cost-text {
      margin-right: 5px; }
    .cart-page .together-container .cost-num {
      font-size: 16px; }
    .cart-page .together-container .total-num {
      font-size: 16px; }
  .cart-page .empty-cart img {
    max-width: 60px;
    max-height: 60px; }
  .cart-page .empty-cart .h2 {
    font-size: 24px; } }

@media (max-width: 991px) {
  .cart-page .page-content h1 {
    font-size: 28px;
    margin-bottom: 5px; }
  .cart-page .cart-container {
    overflow: hidden;
    position: relative; }
    .cart-page .cart-container:after {
      content: '';
      position: absolute;
      left: 0;
      top: -1px;
      height: 3px;
      background-color: #fff;
      width: 100%; }
  .cart-page .cart-head {
    display: none; }
  .cart-page .cart-item .img-block {
    width: auto;
    max-width: 100px;
    flex: 0 0 100px;
    margin-right: 10px; }
  .cart-page .cart-item .text-block {
    flex: 0 0 150px;
    max-width: 150px;
    margin-right: 20px; }
  .cart-page .cart-item .product-cost {
    width: auto;
    flex: 0 0 100px;
    max-width: 100px; }
  .cart-page .cart-item .calc-block {
    margin: 0 20px;
    flex: 0 0 100px; }
  .cart-page .cart-item .product-sum {
    width: auto;
    flex: 0 0 120px;
    max-width: 120px; }
  .cart-page .together-container .together-item {
    flex-wrap: wrap; }
    .cart-page .together-container .together-item .text-block {
      order: 3;
      flex: 0 0 100%; }
  .cart-page .together-container .calc-block {
    width: 100px; } }

@media (max-width: 767px) {
  .cart-page .page-content h1 {
    font-size: 24px; }
  .cart-page .cart-item .img-block {
    max-width: 80px;
    flex: 0 0 80px;
    height: 80px; }
  .cart-page .cart-item .calc-wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0; }
  .cart-page .cart-item .product-cost {
    flex: 0 0 100%;
    max-width: 100%; }
  .cart-page .cart-item .calc-block {
    margin: 10px auto; }
  .cart-page .cart-item .product-sum {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px; }
    .cart-page .cart-item .product-sum span {
      font-size: 13px; }
  .cart-page .cart-item .default-cost,
  .cart-page .cart-item .old-cost,
  .cart-page .cart-item .new-cost {
    font-size: 13px; }
    .cart-page .cart-item .default-cost span,
    .cart-page .cart-item .old-cost span,
    .cart-page .cart-item .new-cost span {
      font-size: 13px; }
  .cart-page .together-container .together-item .product-cost .default-cost span {
    font-size: 16px; }
  .cart-page .together-container .together-item .product-cost .new-cost span {
    font-size: 16px; }
  .cart-page .together-container .plus-sign {
    width: 16px;
    flex: 0 0 16px; }
    .cart-page .together-container .plus-sign img {
      width: 100%; }
  .cart-page .together-container .together-title {
    font-size: 12px;
    top: -10px;
    left: 5px;
    padding: 0 5px; }
  .cart-page .together-container .cost-text {
    display: none; }
  .cart-page .together-container .calc-text {
    display: none; }
  .cart-page .cart-footer {
    float: none;
    width: 100%; }
  .cart-page .empty-cart .h2 {
    font-size: 20px; } }

@media (max-width: 575px) {
  .cart-page .page-content {
    padding-bottom: 20px; }
  .cart-page .cart-container {
    margin-bottom: 40px; }
  .cart-page .cart-item {
    flex-wrap: wrap; }
    .cart-page .cart-item .text-block {
      width: calc(100% - 90px);
      flex: auto;
      max-width: none;
      margin-right: 0; }
      .cart-page .cart-item .text-block .title {
        max-width: none; }
    .cart-page .cart-item .calc-wrap {
      width: calc(100% + 30px);
      flex-wrap: nowrap;
      margin-right: -30px; }
      .cart-page .cart-item .calc-wrap .product-cost {
        max-width: 80px;
        flex: auto; }
      .cart-page .cart-item .calc-wrap .product-sum {
        max-width: 80px;
        flex: auto; }
      .cart-page .cart-item .calc-wrap .calc-block {
        margin: 0 10px; }
    .cart-page .cart-item .close-btn {
      top: 10px;
      margin-top: 0; }
  .cart-page .together-container {
    padding: 15px 10px; }
    .cart-page .together-container .together-footer {
      justify-content: center; }
    .cart-page .together-container .together-item {
      width: auto;
      flex: 0 0 130px;
      max-width: 130px; }
      .cart-page .together-container .together-item .img-block {
        width: auto;
        flex: 0 0 80px;
        max-width: 80px;
        height: 80px; }
      .cart-page .together-container .together-item .text-block .title {
        font-size: 13px; }
      .cart-page .together-container .together-item .text-block .descr-text {
        font-size: 12px;
        margin-bottom: 10px; }
      .cart-page .together-container .together-item .product-cost {
        display: flex;
        align-items: center;
        order: 3; }
        .cart-page .together-container .together-item .product-cost .default-cost {
          font-size: 14px; }
          .cart-page .together-container .together-item .product-cost .default-cost span {
            font-size: 14px; }
        .cart-page .together-container .together-item .product-cost .old-cost {
          font-size: 14px;
          vertical-align: bottom;
          margin-right: 8px; }
        .cart-page .together-container .together-item .product-cost .new-cost {
          font-size: 14px;
          display: inline-block;
          margin-bottom: 1px; }
          .cart-page .together-container .together-item .product-cost .new-cost span {
            font-size: 14px; }
    .cart-page .together-container .total-num {
      font-size: 14px; }
    .cart-page .together-container .cost-num {
      font-size: 14px; }
    .cart-page .together-container .together-calc {
      margin: 0 15px; }
  .cart-page .empty-cart .h2 {
    font-size: 18px; } }

.order-page .page-content {
  padding: 0 0 50px; }
  .order-page .page-content .order-lg-2 {
    padding-left: 80px; }

.order-page h1 {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 50px; }

.order-page .order-head {
  background-color: #F2F2F3;
  border-radius: 0px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }
  .order-page .order-head .head-title {
    font-size: 18px;
    font-weight: 500; }
  .order-page .order-head a {
    text-decoration: underline;
    color: #262626;
    font-size: 13px; }
    .order-page .order-head a:hover {
      text-decoration: none; }

.order-page fieldset {
  border-radius: 0px;
  border: 1px solid #C2C2C2;
  padding: 10px 20px 20px; }
  .order-page fieldset .radio-item {
    position: relative;
    margin-bottom: 10px; }
    .order-page fieldset .radio-item input {
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
    .order-page fieldset .radio-item input:checked ~ label:after {
      display: block; }
    .order-page fieldset .radio-item label {
      display: block;
      padding-left: 29px;
      font-size: 14px;
      cursor: pointer; }
      .order-page fieldset .radio-item label small {
        display: block;
        color: #74747A; }
      .order-page fieldset .radio-item label:before {
        content: '';
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 1px solid #5f5c5c;
        position: absolute;
        left: 0;
        top: -2px; }
      .order-page fieldset .radio-item label:after {
        content: '';
        background: #5f5c5c url(../img/icons/check-icon.svg) no-repeat center;
        background-size: 12px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: -2px;
        display: none; }
  .order-page fieldset .check-item {
    position: relative;
    margin-bottom: 10px; }
    .order-page fieldset .check-item input {
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
    .order-page fieldset .check-item input:checked ~ label:after {
      display: block; }
    .order-page fieldset .check-item label {
      display: block;
      padding-left: 29px;
      font-size: 14px;
      cursor: pointer; }
      .order-page fieldset .check-item label small {
        display: block;
        color: #74747A; }
      .order-page fieldset .check-item label:before {
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 0px;
        border: 1px solid #5f5c5c;
        position: absolute;
        left: 0;
        top: 0; }
      .order-page fieldset .check-item label:after {
        content: '';
        background: #5f5c5c url(../img/icons/check-icon.svg) no-repeat center;
        background-size: 12px;
        width: 20px;
        height: 20px;
        border-radius: 0px;
        position: absolute;
        left: 0;
        top: 0;
        display: none; }

.order-page .field-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px; }

.order-page .form-group {
  margin-bottom: 0;
  padding-bottom: 18px;
  position: relative; }
  .order-page .form-group label {
    margin-bottom: 1px; }
  .order-page .form-group .form-control {
    border: 1px solid #C2C2C2;
    font-size: 15px;
    height: 40px; }
    .order-page .form-group .form-control:focus {
      border: 1px solid #5f5c5c; }
    .order-page .form-group .form-control::placeholder {
      color: #C2C2C2; }
    .order-page .form-group .form-control:focus {
      box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25); }
  .order-page .form-group textarea {
    display: block;
    width: 100%;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #bababa;
    outline: none;
    padding: 10px;
    color: #000;
    font-size: 14px;
    outline: 0;
    resize: vertical;
    border-radius: 0px; }
    .order-page .form-group textarea:focus {
      border: 1px solid #5f5c5c;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.order-page .radio-row {
  margin-bottom: 5px; }
  .order-page .radio-row .radio-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }

.order-page .select-box {
  position: relative;
  width: 100%; }

.order-page .select-container {
  position: relative; }

.order-page .select-container p {
  margin: 0 0 3px; }

.order-page .select-box .select-button {
  width: 100%;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 0px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  padding: 0 25px 0 10px;
  box-shadow: none;
  height: 40px;
  width: 100%;
  position: relative;
  text-align: left;
  outline: 0;
  display: flex;
  align-items: center; }

.order-page .select-box .select-button:after {
  content: '';
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #262626;
  position: absolute;
  top: 16px;
  right: 10px; }

.order-page .select-box .select-button i {
  width: 20px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px; }

.order-page .address-box .payment-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -4px; }

.order-page .select-box:focus,
.order-page .select-box .select-button:focus {
  border: 1px solid #000; }

.order-page .select-box .select-button span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.order-page .select-box .select-sorting {
  list-style: none;
  width: 100%;
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 8;
  max-height: 300px;
  overflow: auto;
  z-index: 100;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 0px; }

.order-page .select-box .select-sorting li {
  list-style-type: none;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  z-index: 15;
  margin: 0 !important;
  text-align: left;
  display: flex;
  align-items: center; }

.order-page .select-box .select-sorting li a {
  color: #555;
  display: block;
  border: 0;
  line-height: 1.4;
  width: 100%;
  text-decoration: none;
  padding: 7px 12px; }

.order-page .select-box .select-sorting li:hover,
.order-page .select-box .select-sorting li:focus,
.order-page .select-box .select-sorting li:active {
  text-decoration: none;
  background-color: #eff2f5;
  color: #000; }

.order-page .select-box .select-sorting li a:hover,
.order-page .select-box .select-sorting li a:focus,
.order-page .select-box .select-sorting li a:active {
  text-decoration: none;
  color: #c82719; }

.order-page .delivery-type-01,
.order-page .delivery-type-02,
.order-page .delivery-type-03 {
  display: none; }

.order-page .delivery-box {
  margin-bottom: 5px; }

.order-page .privacy-text {
  font-size: 13px;
  margin-top: 15px; }
  .order-page .privacy-text a {
    color: #c82719; }

.order-page .btn-success {
  width: 100%;
  padding: 10px;
  color: #fff!important;
  display: block;
  margin: 15px auto 0; }

.order-page .cart-box .order-head {
  margin-bottom: 0;
  position: relative;
  z-index: 1; }

.order-page .cart-box .cart-container {
  margin-top: -2px; }

.order-page .cart-item {
  border-top: 1px solid #C2C2C2;
  padding: 15px 0;
  padding-right: 35px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center; }
  .order-page .cart-item:first-child {
    border-bottom: 0; }
  .order-page .cart-item .text-block {
    margin-right: 20px;
    width: 250px; }
  .order-page .cart-item .calc-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -15px; }
  .order-page .cart-item .img-block {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    overflow: hidden;
    transition: 0.3s; }
    .order-page .cart-item .img-block a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    .order-page .cart-item .img-block img {
      display: block;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
    .order-page .cart-item .img-block:hover, .order-page .cart-item .img-block:focus {
      opacity: 0.7; }
  .order-page .cart-item .title {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 500; }
    .order-page .cart-item .title a {
      color: inherit; }
  .order-page .cart-item .descr-text {
    color: #74747A;
    margin-bottom: 5px;
    font-size: 13px; }
  .order-page .cart-item .title-amount {
    font-weight: 500; }
  .order-page .cart-item .product-sum,
  .order-page .cart-item .product-cost {
    margin: 0;
    font-size: 14px;
    text-align: center;
    width: 150px;
    font-weight: 500; }
  .order-page .cart-item .default-cost {
    color: #5f5c5c;
    font-size: 16px; }
    .order-page .cart-item .default-cost span {
      font-size: 20px;
      font-weight: 700; }
  .order-page .cart-item .new-cost {
    color: #c82719;
    font-size: 16px;
    line-height: 1;
    margin-top: -7px; }
    .order-page .cart-item .new-cost span {
      font-size: 20px;
      font-weight: 700; }
  .order-page .cart-item .old-cost {
    display: inline-block;
    color: #74747A;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: -5px; }
    .order-page .cart-item .old-cost:after {
      content: '';
      height: 1px;
      left: -1px;
      right: -1px;
      background-color: #c82719;
      position: absolute;
      top: 49%; }
  .order-page .cart-item .close-btn {
    width: 18px;
    height: 18px;
    background: url(../img/icons/close-icon.svg) no-repeat center;
    background-size: 6px;
    color: #fff;
    position: absolute;
    border: 1px solid #C2C2C2;
    top: 50%;
    right: 10px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    transition: 0.3s;
    cursor: pointer; }
    .order-page .cart-item .close-btn:hover {
      transform: rotate(90deg); }
  .order-page .cart-item .calc-block {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 50px;
    border-radius: 30px; }
    .order-page .cart-item .calc-block .amount-control {
      display: block;
      margin: auto;
      height: 35px;
      width: 45px;
      text-align: center;
      font-size: 16px;
      line-height: 38px;
      border: 0;
      padding: 0 5px;
      outline: 0;
      background: #fff;
  }
    .order-page .cart-item .calc-block .increase-btn,
    .order-page .cart-item .calc-block .decrease-btn {
      position: absolute;
      top: 0;
      height: 30px;
      width: 30px;
      padding: 0;
      background: transparent;
      border: 0;
      outline: none;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #262626; }
      .order-page .cart-item .calc-block .increase-btn:hover,
      .order-page .cart-item .calc-block .decrease-btn:hover {
        border-color: #74747A; }
        .order-page .cart-item .calc-block .increase-btn:hover:before, .order-page .cart-item .calc-block .increase-btn:hover:after,
        .order-page .cart-item .calc-block .decrease-btn:hover:before,
        .order-page .cart-item .calc-block .decrease-btn:hover:after {
          background: #74747A; }
    .order-page .cart-item .calc-block .increase-btn {
      right: 0; }
    .order-page .cart-item .calc-block .increase-btn:before,
    .order-page .cart-item .calc-block .increase-btn:after {
      content: '';
      background: #262626;
      position: absolute; }
    .order-page .cart-item .calc-block .increase-btn:before {
      top: 14px;
      left: 7px;
      width: 15px;
      height: 1px; }
    .order-page .cart-item .calc-block .increase-btn:after {
      top: 7px;
      left: 14px;
      width: 1px;
      height: 14px; }
    .order-page .cart-item .calc-block .decrease-btn {
      left: 0; }
    .order-page .cart-item .calc-block .decrease-btn:after {
      content: '';
      width: 14px;
      height: 1px;
      background: #262626;
      position: absolute;
      top: 14px;
      left: 7px; }

.order-page .together-container {
  border: 1px solid #c82719;
  border-radius: 0px;
  position: relative;
  padding: 15px 10px;
  margin-top: 15px;
  margin-bottom: -3px;
  background-color: #fff;
  z-index: 1; }
  .order-page .together-container .together-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    color: #c82719;
    position: absolute;
    left: 10px;
    top: -11px;
    font-size: 13px; }
  .order-page .together-container .together-row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .order-page .together-container .plus-sign img {
    width: 18px;
    height: 18px;
    display: block; }
  .order-page .together-container .together-item {
    display: flex;
    flex-wrap: wrap; }
    .order-page .together-container .together-item:last-child {
      padding-left: 15px; }
    .order-page .together-container .together-item .img-block {
      flex: 0 0 60px;
      width: 60px;
      height: 60px;
      margin-right: 10px; }
      .order-page .together-container .together-item .img-block a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%; }
        .order-page .together-container .together-item .img-block a img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
    .order-page .together-container .together-item .text-block {
      flex: 0 0 140px;
      width: 140px; }
      .order-page .together-container .together-item .text-block .title {
        font-size: 13px;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 10px 5px 0; }
        .order-page .together-container .together-item .text-block .title a {
          color: inherit; }
      .order-page .together-container .together-item .text-block .descr-text {
        color: #74747A;
        font-size: 13px;
        margin-bottom: 5px; }
    .order-page .together-container .together-item .product-cost {
      margin-left: 70px; }
      .order-page .together-container .together-item .product-cost .default-cost {
        color: #5f5c5c;
        font-size: 14px;
        width: 100%;
        text-align: center; }
        .order-page .together-container .together-item .product-cost .default-cost span {
          font-size: 15px;
          font-weight: 700; }
      .order-page .together-container .together-item .product-cost .new-cost {
        color: #c82719;
        font-size: 14px;
        line-height: 1;
        margin-top: -3px; }
        .order-page .together-container .together-item .product-cost .new-cost span {
          font-size: 15px;
          font-weight: 700; }
      .order-page .together-container .together-item .product-cost .old-cost {
        display: inline-block;
        color: #74747A;
        font-size: 14px;
        line-height: 1;
        position: relative; }
        .order-page .together-container .together-item .product-cost .old-cost:after {
          content: '';
          height: 1px;
          left: -1px;
          right: -1px;
          background-color: #c82719;
          position: absolute;
          top: 49%; }
  .order-page .together-container .together-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 16px; }
  .order-page .together-container .calc-block {
    width: 110px;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-top: -3px; }
    .order-page .together-container .calc-block .amount-control {
      display: block;
      margin: auto;
      height: 35px;
      width: 45px;
      text-align: center;
      font-size: 16px;
      line-height: 38px;
      border: 0;
      padding: 0 5px;
      outline: 0;
      background: #fff;
 
  }
    .order-page .together-container .calc-block .increase-btn,
    .order-page .together-container .calc-block .decrease-btn {
      position: absolute;
      top: 0;
      height: 30px;
      width: 30px;
      padding: 0;
      background: transparent;
      border: 0;
      outline: none;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #262626; }
      .order-page .together-container .calc-block .increase-btn:hover,
      .order-page .together-container .calc-block .decrease-btn:hover {
        border-color: #74747A; }
        .order-page .together-container .calc-block .increase-btn:hover:before, .order-page .together-container .calc-block .increase-btn:hover:after,
        .order-page .together-container .calc-block .decrease-btn:hover:before,
        .order-page .together-container .calc-block .decrease-btn:hover:after {
          background: #74747A; }
    .order-page .together-container .calc-block .increase-btn {
      right: 0; }
    .order-page .together-container .calc-block .increase-btn:before,
    .order-page .together-container .calc-block .increase-btn:after {
      content: '';
      background: #262626;
      position: absolute; }
    .order-page .together-container .calc-block .increase-btn:before {
      top: 14px;
      left: 7px;
      width: 15px;
      height: 1px; }
    .order-page .together-container .calc-block .increase-btn:after {
      top: 7px;
      left: 14px;
      width: 1px;
      height: 14px; }
    .order-page .together-container .calc-block .decrease-btn {
      left: 0; }
    .order-page .together-container .calc-block .decrease-btn:after {
      content: '';
      width: 14px;
      height: 1px;
      background: #262626;
      position: absolute;
      top: 14px;
      left: 7px; }
  .order-page .together-container .together-calc,
  .order-page .together-container .together-cost,
  .order-page .together-container .together-sum {
    display: flex;
    align-items: center;
    font-size: 13px; }
  .order-page .together-container .together-calc span {
    font-weight: 500;
    font-size: 14px; }
  .order-page .together-container .cost-text {
    margin-right: 10px; }
  .order-page .together-container .cost-num {
    font-size: 16px;
    font-weight: 500;
    color: #5f5c5c;
    margin-top: -2px; }
  .order-page .together-container .total-num {
    font-size: 14px;
    font-weight: 500;
    color: #c82719;
    margin-top: -2px; }
  .order-page .together-container .close-btn {
    width: 18px;
    height: 18px;
    background: url(../img/icons/close-icon.svg) no-repeat center;
    background-size: 6px;
    color: #fff;
    position: absolute;
    border: 1px solid #C2C2C2;
    top: 20px;
    right: 10px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    transition: 0.3s;
    cursor: pointer; }
    .order-page .together-container .close-btn:hover {
      transform: rotate(90deg); }

.order-page .cart-footer {
  border: 1px solid #C2C2C2;
  border-radius: 0px;
  padding: 15px 20px;
  float: right;
  width: 320px;
  margin-top: 20px; }
  .order-page .cart-footer .delivery-text {
    text-align: right;
    font-size: 12px;
    color: #74747A;
    margin: 10px 0; }
  .order-page .cart-footer .cost-table {
    width: 100%; }
    .order-page .cart-footer .cost-table .red-text {
      color: #c82719; }
    .order-page .cart-footer .cost-table strong {
      font-size: 20px;
      font-weight: 500; }
    .order-page .cart-footer .cost-table td {
      padding: 3px 0; }
      .order-page .cart-footer .cost-table td:last-child {
        text-align: right; }
  .order-page .cart-footer .btn-success,
  .order-page .cart-footer .btn-light {
    width: 100%;
    padding: 10px;
    color: #262626; }
  .order-page .cart-footer .btn-success {
    margin-bottom: 15px; }
    .order-page .cart-footer .btn-success:hover, .order-page .cart-footer .btn-success:focus, .order-page .cart-footer .btn-success:active {
      background-color: #ffd861 !important; }
  .order-page .cart-footer .btn-light {
    border: 1px solid #5f5c5c;
    background-color: transparent; }
    .order-page .cart-footer .btn-light:hover, .order-page .cart-footer .btn-light:focus, .order-page .cart-footer .btn-light:active {
      background-color: #F2F2F3 !important;
      border-color: #C2C2C2 !important; }

@media (max-width: 1199px) {
  .order-page h1 {
    font-size: 32px; }
  .order-page .page-content .order-lg-2 {
    padding-left: 15px; }
  .order-page .together-container .together-item .img-block {
    margin-bottom: 10px; }
  .order-page .together-container .together-item .product-cost {
    margin-left: 0;
    width: 100%; }
    .order-page .together-container .together-item .product-cost .new-cost {
      display: inline-block; }
    .order-page .together-container .together-item .product-cost .default-cost {
      text-align: left; }
  .order-page .together-container .together-item .text-block {
    width: 100%;
    flex: 0 0 100%; } }

@media (max-width: 991px) {
  .order-page h1 {
    font-size: 28px; }
  .order-page .cart-footer {
    float: none;
    width: 100%;
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .order-page .btn-success {
    width: 100%; }
  .order-page h1 {
    font-size: 24px; } }

@media (max-width: 575px) {
  .order-page h1 {
    font-size: 22px; }
  .order-page .cart-footer {
    padding: 10px; }
  .order-page fieldset {
    padding: 10px; }
  .order-page .together-container .together-item {
    flex: 0 0 130px;
    max-width: 130px; }
    .order-page .together-container .together-item .img-block {
      margin-bottom: 10px; }
    .order-page .together-container .together-item .product-cost {
      margin-left: 0;
      width: 100%;
      display: flex;
      align-items: center;
      margin-bottom: 5px;
      justify-content: flex-start; }
      .order-page .together-container .together-item .product-cost .old-cost {
        margin-right: 8px; }
      .order-page .together-container .together-item .product-cost .new-cost {
        margin-top: 1px; }
      .order-page .together-container .together-item .product-cost .default-cost {
        text-align: left; }
    .order-page .together-container .together-item .text-block {
      order: 3;
      max-width: 100%;
      flex: 0 0 100%; }
  .order-page .order-head {
    padding: 10px;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center; }
    .order-page .order-head .head-title {
      font-size: 16px;
      width: 100%;
      margin-bottom: 3px; } }

@media (max-width: 479px) {
  .order-page .cart-item {
    flex-wrap: wrap; }
    .order-page .cart-item .product-sum {
      width: auto; }
    .order-page .cart-item .close-btn {
      margin-top: 0;
      top: 8px; }
    .order-page .cart-item .text-block {
      margin-right: 0;
      width: calc(100% - 95px); }
    .order-page .cart-item .title-amount {
      font-weight: 400; }
    .order-page .cart-item .calc-wrap {
      justify-content: flex-start;
      margin-top: 0;
      margin-left: 95px; }
  .order-page .together-container .together-footer {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .order-page .together-container .together-calc {
    width: 100%;
    margin-bottom: 5px; } }

.auth-page .page-content {
  display: flex;
  align-items: center;
  padding: 80px 0; }

.auth-page .title-box {
  text-align: center;
  margin-bottom: 30px; }
  .auth-page .title-box h1 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 5px; }
  .auth-page .title-box .subtitle {
    color: #74747A; }

.auth-page .form-group {
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative; }
  .auth-page .form-group label {
    margin-bottom: 1px; }
  .auth-page .form-group .form-control {
    border: 1px solid #C2C2C2;
    font-size: 15px;
    height: 42px; }
    .auth-page .form-group .form-control::placeholder {
      color: #C2C2C2; }
    .auth-page .form-group .form-control:focus {
      border: 1px solid #5f5c5c;
      box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25); }

.auth-page .btn-success {
  width: 100%;
  display: block;
  margin-top: 8px;
  padding: 8px; }

.auth-page .auth-content {
  width: 360px;
  margin: 0 auto; }
  .auth-page .auth-content .info-group .form-control {
    padding-right: 35px; }
  .auth-page .auth-content .info-group .tooltip-box {
    position: absolute;
    top: 32px;
    right: 7px;
    width: 22px;
    height: 22px;
    cursor: pointer; }
    .auth-page .auth-content .info-group .tooltip-box img {
      width: 18px; }
    .auth-page .auth-content .info-group .tooltip-box:hover .tooltip-content {
      opacity: 1;
      pointer-events: auto; }
  .auth-page .auth-content .info-group .tooltip-content {
    width: 250px;
    font-size: 13px;
    position: absolute;
    left: calc(100% + 10px);
    top: calc(50% - 30px);
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #C2C2C2;
    padding: 10px;
    transition: 0.25s;
    opacity: 0;
    pointer-events: none; }
    .auth-page .auth-content .info-group .tooltip-content:after, .auth-page .auth-content .info-group .tooltip-content:before {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid;
      top: 20px; }
    .auth-page .auth-content .info-group .tooltip-content:after {
      left: -8px;
      border-width: 8px 8px 8px 0;
      border-right-color: #fff; }
    .auth-page .auth-content .info-group .tooltip-content:before {
      left: -9px;
      border-width: 8px 8px 8px 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
  .auth-page .auth-content .flex-container {
    display: flex;
    justify-content: space-between; }
  .auth-page .auth-content .checkbox-item {
    position: relative; }
    .auth-page .auth-content .checkbox-item label {
      position: relative;
      padding-left: 30px;
      cursor: pointer; }
      .auth-page .auth-content .checkbox-item label:before, .auth-page .auth-content .checkbox-item label:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        top: 0; }
      .auth-page .auth-content .checkbox-item label:before {
        width: 20px;
        height: 20px;
        border: 1px solid #74747A;
        border-radius: 0px;
        z-index: 1; }
      .auth-page .auth-content .checkbox-item label:after {
        background: url("../img/icons/check-icon.svg") no-repeat center;
        opacity: 0;
        z-index: 5; }
    .auth-page .auth-content .checkbox-item input {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }
    .auth-page .auth-content .checkbox-item input:checked ~ label:before {
      background-color: #5f5c5c;
      border-color: #5f5c5c; }
    .auth-page .auth-content .checkbox-item input:checked ~ label:after {
      opacity: 1; }
  .auth-page .auth-content .modal-link {
    cursor: pointer;
    color: #74747A; }

.auth-page .social-buttons {
  margin-bottom: 20px; }
  .auth-page .social-buttons .facebook-btn,
  .auth-page .social-buttons .google-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    outline: 0;
    cursor: pointer;
    border-radius: 0px;
    padding: 7px;
    transition: 0.25s; }
    .auth-page .social-buttons .facebook-btn img,
    .auth-page .social-buttons .google-btn img {
      margin-right: 7px; }
  .auth-page .social-buttons .facebook-btn {
    border: 1px solid #4267B0;
    background-color: #4267B0;
    color: #fff; }
    .auth-page .social-buttons .facebook-btn:hover {
      border: 1px solid #2b5bb9;
      background-color: #2b5bb9; }
  .auth-page .social-buttons .google-btn {
    background-color: #fff;
    border: 1px solid #C2C2C2; }
    .auth-page .social-buttons .google-btn:hover {
      border: 1px solid #74747A; }

.auth-page .form-divider {
  position: relative;
  margin: 30px 0;
  height: 10px; }
  .auth-page .form-divider:before {
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    background-color: #C2C2C2;
    z-index: 1; }
  .auth-page .form-divider i {
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    margin: 0 auto;
    width: 50px;
    z-index: 5;
    background-color: #fff;
    text-align: center;
    font-style: normal; }

.auth-page .link-text a {
  color: #c82719; }

.auth-page .modal-content .close {
  position: absolute;
  right: 12px;
  top: 7px;
  opacity: 1;
  outline: 0; }
  .auth-page .modal-content .close img {
    width: 15px; }

.auth-page .modal-content .modal-header {
  justify-content: center;
  border: 0;
  padding: 30px 30px 10px;
  flex-wrap: wrap; }
  .auth-page .modal-content .modal-header h5 {
    font-size: 22px;
    margin: 0 0 5px;
    font-weight: 500; }
  .auth-page .modal-content .modal-header .sub-title {
    text-align: center;
    color: #74747A; }

.auth-page .modal-content .modal-body {
  padding: 5px 40px 45px; }
  .auth-page .modal-content .modal-body .btn-primary {
    margin-top: 5px; }

@media (max-width: 991px) {
  .auth-page .title-box h1 {
    font-size: 28px; }
  .auth-page .auth-content .info-group .tooltip-content {
    left: auto;
    right: -7px;
    top: -80px; }
    .auth-page .auth-content .info-group .tooltip-content:after {
      left: auto;
      right: 10px;
      top: auto;
      bottom: -6px;
      border-width: 8px 8px 0 8px;
      border-top-color: #fff;
      border-right-color: transparent; }
    .auth-page .auth-content .info-group .tooltip-content:before {
      top: auto;
      bottom: -8px;
      left: auto;
      right: 10px;
      border-width: 8px 8px 0 8px;
      border-right-color: transparent;
      border-top-color: rgba(0, 0, 0, 0.25); } }

@media (max-width: 767px) {
  .auth-page .title-box h1 {
    font-size: 24px; }
  .auth-page .page-content {
    padding: 50px 0; } }

@media (max-width: 575px) {
  .auth-page .auth-content {
    width: 100%; }
  .auth-page .modal-content .modal-header h5 {
    font-size: 18px; }
  .auth-page .modal-content .modal-header .sub-title {
    font-size: 13px; }
  .auth-page .modal-content .modal-body {
    padding: 5px 15px 30px; } }

.cabinet-page .page-content {
  padding: 0 0 50px; }

.cabinet-page h1, .cabinet-page .h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 40px; }

.cabinet-page .nav-tabs {
  display: block;
  border: 0; }
  .cabinet-page .nav-tabs .nav-link {
    display: block;
    border: 1px solid #F2F2F3;
    margin-bottom: 15px;
    border-radius: 0px;
    color: #262626;
    font-size: 18px; }
    .cabinet-page .nav-tabs .nav-link.active {
      background-color: #F2F2F3;
      color: #c82719;
      border-color: #F2F2F3; }

.cabinet-page .tab-pane {
  padding-left: 30px; }
  .cabinet-page .tab-pane .h4 {
    font-size: 20px;
    margin: 0 0 15px; }
  .cabinet-page .tab-pane .h3 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 400; }
  .cabinet-page .tab-pane .col-xl-6 {
    margin-top: 20px; }
    .cabinet-page .tab-pane .col-xl-6:last-child {
      display: flex;
      justify-content: flex-end; }

.cabinet-page .form-group {
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative; }
  .cabinet-page .form-group label {
    margin-bottom: 1px; }
  .cabinet-page .form-group .form-control {
    border: 1px solid #C2C2C2;
    font-size: 15px;
    height: 42px;
    width: 360px; }
    .cabinet-page .form-group .form-control:focus {
      border: 1px solid #5f5c5c; }
    .cabinet-page .form-group .form-control::placeholder {
      color: #C2C2C2; }

.cabinet-page .btn-primary {
  width: 360px;
  background-color: #5f5c5c;
  border: 1px solid #5f5c5c;
  display: block;
  border-radius: 0px;
  margin-top: 8px;
  padding: 8px; }
  .cabinet-page .btn-primary:hover, .cabinet-page .btn-primary:focus, .cabinet-page .btn-primary:active {
    border: 1px solid #547f9e !important;
    background-color: #547f9e !important; }

.cabinet-page .card {
  border: 0;
  margin-bottom: 15px; }

.cabinet-page .card-header {
  border: 0;
  background-color: #F2F2F3;
  padding: 0;
  border-radius: 0px; }

.cabinet-page .btn-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 15px 10px 65px;
  cursor: pointer; }
  .cabinet-page .btn-card-header:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 25px;
    top: 27px;
    transform: rotate(-180deg);
    border-top: 9px solid #c82719;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    transform-origin: center;
    transition: 0.25s; }
  .cabinet-page .btn-card-header.collapsed:before {
    top: 29px;
    transform: rotate(0);
    border-top: 9px solid #262626; }
  .cabinet-page .btn-card-header small {
    font-size: 12px;
    color: #5f5c5c; }
  .cabinet-page .btn-card-header .text-box {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2; }
  .cabinet-page .btn-card-header .order-status {
    border-radius: 0px;
    height: 28px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px; }
    .cabinet-page .btn-card-header .order-status.order-success {
      background-color: #00CC83;
      color: #fff; }
    .cabinet-page .btn-card-header .order-status.order-canceled {
      background-color: #74747A;
      color: #fff; }
    .cabinet-page .btn-card-header .order-status.order-process {
      background-color: #FFD427;
      color: #262626; }

.cabinet-page .cart-container {
  position: relative; }
  .cabinet-page .cart-container:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 3px;
    background: #fff;
    width: 100%; }

.cabinet-page .cart-item {
  border-top: 1px solid #C2C2C2;
  padding: 15px 0;
  padding-right: 35px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center; }
  .cabinet-page .cart-item:first-child {
    border-bottom: 0; }
  .cabinet-page .cart-item .text-block {
    margin-right: 20px;
    flex-grow: 1; }
  .cabinet-page .cart-item .calc-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -15px; }
  .cabinet-page .cart-item .img-block {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    overflow: hidden;
    transition: 0.3s; }
    .cabinet-page .cart-item .img-block a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    .cabinet-page .cart-item .img-block img {
      display: block;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
    .cabinet-page .cart-item .img-block:hover, .cabinet-page .cart-item .img-block:focus {
      opacity: 0.7; }
  .cabinet-page .cart-item .title {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 500; }
    .cabinet-page .cart-item .title a {
      color: inherit; }
  .cabinet-page .cart-item .descr-text {
    color: #74747A;
    margin-bottom: 5px;
    font-size: 13px; }
  .cabinet-page .cart-item .title-amount {
    font-weight: 500; }
  .cabinet-page .cart-item .product-sum,
  .cabinet-page .cart-item .product-cost {
    margin: 0;
    font-size: 18px;
    text-align: center;
    width: 150px;
    font-weight: 500; }
  .cabinet-page .cart-item .default-cost {
    color: #5f5c5c;
    font-size: 16px; }
    .cabinet-page .cart-item .default-cost span {
      font-size: 20px;
      font-weight: 700; }
  .cabinet-page .cart-item .new-cost {
    color: #c82719;
    font-size: 16px;
    line-height: 1;
    margin-top: -7px; }
    .cabinet-page .cart-item .new-cost span {
      font-size: 20px;
      font-weight: 700; }
  .cabinet-page .cart-item .old-cost {
    display: inline-block;
    color: #74747A;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: -5px; }
    .cabinet-page .cart-item .old-cost:after {
      content: '';
      height: 1px;
      left: -1px;
      right: -1px;
      background-color: #c82719;
      position: absolute;
      top: 49%; }
  .cabinet-page .cart-item .close-btn {
    width: 18px;
    height: 18px;
    background: url(../img/icons/close-icon.svg) no-repeat center;
    background-size: 6px;
    color: #fff;
    position: absolute;
    border: 1px solid #C2C2C2;
    top: 50%;
    right: 10px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    transition: 0.3s;
    cursor: pointer; }
    .cabinet-page .cart-item .close-btn:hover {
      transform: rotate(90deg); }
  .cabinet-page .cart-item .calc-block {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 50px;
    border-radius: 30px; }
    .cabinet-page .cart-item .calc-block .amount-control {
      display: block;
      margin: auto;
      height: 35px;
      width: 45px;
      text-align: center;
      font-size: 16px;
      line-height: 38px;
      border: 0;
      padding: 0 5px;
      outline: 0;
      background: #fff;
  }
    .cabinet-page .cart-item .calc-block .increase-btn,
    .cabinet-page .cart-item .calc-block .decrease-btn {
      position: absolute;
      top: 0;
      height: 30px;
      width: 30px;
      padding: 0;
      background: transparent;
      border: 0;
      outline: none;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #262626; }
      .cabinet-page .cart-item .calc-block .increase-btn:hover,
      .cabinet-page .cart-item .calc-block .decrease-btn:hover {
        border-color: #74747A; }
        .cabinet-page .cart-item .calc-block .increase-btn:hover:before, .cabinet-page .cart-item .calc-block .increase-btn:hover:after,
        .cabinet-page .cart-item .calc-block .decrease-btn:hover:before,
        .cabinet-page .cart-item .calc-block .decrease-btn:hover:after {
          background: #74747A; }
    .cabinet-page .cart-item .calc-block .increase-btn {
      right: 0; }
    .cabinet-page .cart-item .calc-block .increase-btn:before,
    .cabinet-page .cart-item .calc-block .increase-btn:after {
      content: '';
      background: #262626;
      position: absolute; }
    .cabinet-page .cart-item .calc-block .increase-btn:before {
      top: 14px;
      left: 7px;
      width: 15px;
      height: 1px; }
    .cabinet-page .cart-item .calc-block .increase-btn:after {
      top: 7px;
      left: 14px;
      width: 1px;
      height: 14px; }
    .cabinet-page .cart-item .calc-block .decrease-btn {
      left: 0; }
    .cabinet-page .cart-item .calc-block .decrease-btn:after {
      content: '';
      width: 14px;
      height: 1px;
      background: #262626;
      position: absolute;
      top: 14px;
      left: 7px; }

.cabinet-page .together-container {
  border: 1px solid #c82719;
  border-radius: 0px;
  position: relative;
  padding: 20px 25px;
  margin-top: 15px;
  margin-bottom: -3px;
  background-color: #fff;
  z-index: 1; }
  .cabinet-page .together-container .together-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    color: #c82719;
    position: absolute;
    left: 10px;
    top: -11px;
    font-size: 13px; }
  .cabinet-page .together-container .together-row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .cabinet-page .together-container .plus-sign img {
    width: 18px;
    height: 18px;
    display: block; }
  .cabinet-page .together-container .together-item {
    display: flex; }
    .cabinet-page .together-container .together-item:last-child {
      padding-left: 15px; }
    .cabinet-page .together-container .together-item .img-block {
      flex: 0 0 60px;
      width: 60px;
      height: 60px;
      margin-right: 15px; }
      .cabinet-page .together-container .together-item .img-block a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%; }
        .cabinet-page .together-container .together-item .img-block a img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
    .cabinet-page .together-container .together-item .text-block {
      flex: 0 0 140px;
      width: 140px; }
      .cabinet-page .together-container .together-item .text-block .title {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 10px 5px 0; }
        .cabinet-page .together-container .together-item .text-block .title a {
          color: inherit; }
      .cabinet-page .together-container .together-item .text-block .descr-text {
        color: #74747A;
        font-size: 13px;
        margin-bottom: 5px; }
    .cabinet-page .together-container .together-item .product-cost {
      margin-left: 15px; }
      .cabinet-page .together-container .together-item .product-cost .default-cost {
        color: #5f5c5c;
        font-size: 14px;
        width: 100%;
        text-align: center; }
        .cabinet-page .together-container .together-item .product-cost .default-cost span {
          font-size: 16px;
          font-weight: 700; }
      .cabinet-page .together-container .together-item .product-cost .new-cost {
        color: #c82719;
        font-size: 14px;
        line-height: 1;
        margin-top: -3px; }
        .cabinet-page .together-container .together-item .product-cost .new-cost span {
          font-size: 16px;
          font-weight: 700; }
      .cabinet-page .together-container .together-item .product-cost .old-cost {
        display: inline-block;
        color: #74747A;
        font-size: 16px;
        line-height: 1;
        position: relative; }
        .cabinet-page .together-container .together-item .product-cost .old-cost:after {
          content: '';
          height: 1px;
          left: -1px;
          right: -1px;
          background-color: #c82719;
          position: absolute;
          top: 49%; }
  .cabinet-page .together-container .together-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 16px; }
  .cabinet-page .together-container .calc-block {
    width: 110px;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-top: -3px; }
    .cabinet-page .together-container .calc-block .amount-control {
      display: block;
      margin: auto;
      height: 35px;
      width: 45px;
      text-align: center;
      font-size: 16px;
      line-height: 38px;
      border: 0;
      padding: 0 5px;
      outline: 0;
      background: #fff;
  }
    .cabinet-page .together-container .calc-block .increase-btn,
    .cabinet-page .together-container .calc-block .decrease-btn {
      position: absolute;
      top: 0;
      height: 30px;
      width: 30px;
      padding: 0;
      background: transparent;
      border: 0;
      outline: none;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #262626; }
      .cabinet-page .together-container .calc-block .increase-btn:hover,
      .cabinet-page .together-container .calc-block .decrease-btn:hover {
        border-color: #74747A; }
        .cabinet-page .together-container .calc-block .increase-btn:hover:before, .cabinet-page .together-container .calc-block .increase-btn:hover:after,
        .cabinet-page .together-container .calc-block .decrease-btn:hover:before,
        .cabinet-page .together-container .calc-block .decrease-btn:hover:after {
          background: #74747A; }
    .cabinet-page .together-container .calc-block .increase-btn {
      right: 0; }
    .cabinet-page .together-container .calc-block .increase-btn:before,
    .cabinet-page .together-container .calc-block .increase-btn:after {
      content: '';
      background: #262626;
      position: absolute; }
    .cabinet-page .together-container .calc-block .increase-btn:before {
      top: 14px;
      left: 7px;
      width: 15px;
      height: 1px; }
    .cabinet-page .together-container .calc-block .increase-btn:after {
      top: 7px;
      left: 14px;
      width: 1px;
      height: 14px; }
    .cabinet-page .together-container .calc-block .decrease-btn {
      left: 0; }
    .cabinet-page .together-container .calc-block .decrease-btn:after {
      content: '';
      width: 14px;
      height: 1px;
      background: #262626;
      position: absolute;
      top: 14px;
      left: 7px; }
  .cabinet-page .together-container .together-calc,
  .cabinet-page .together-container .together-cost,
  .cabinet-page .together-container .together-sum {
    display: flex;
    align-items: center;
    font-size: 13px; }
  .cabinet-page .together-container .together-calc span {
    font-weight: 500;
    font-size: 14px; }
  .cabinet-page .together-container .cost-text {
    margin-right: 10px; }
  .cabinet-page .together-container .cost-num {
    font-size: 16px;
    font-weight: 500;
    color: #5f5c5c;
    margin-top: -2px; }
  .cabinet-page .together-container .total-num {
    font-size: 14px;
    font-weight: 500;
    color: #c82719;
    margin-top: -2px; }
  .cabinet-page .together-container .close-btn {
    width: 18px;
    height: 18px;
    background: url(../img/icons/close-icon.svg) no-repeat center;
    background-size: 6px;
    color: #fff;
    position: absolute;
    border: 1px solid #C2C2C2;
    top: 20px;
    right: 10px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    transition: 0.3s;
    cursor: pointer; }
    .cabinet-page .together-container .close-btn:hover {
      transform: rotate(90deg); }

.cabinet-page .cart-footer {
  border: 1px solid #C2C2C2;
  border-radius: 0px;
  padding: 15px 20px;
  float: right;
  width: 320px;
  margin-top: 20px; }
  .cabinet-page .cart-footer .delivery-text {
    text-align: right;
    font-size: 12px;
    color: #74747A;
    margin: 10px 0; }
  .cabinet-page .cart-footer .cost-table {
    width: 100%; }
    .cabinet-page .cart-footer .cost-table .red-text {
      color: #c82719; }
    .cabinet-page .cart-footer .cost-table strong {
      font-size: 20px;
      font-weight: 500; }
    .cabinet-page .cart-footer .cost-table td {
      padding: 3px 0; }
      .cabinet-page .cart-footer .cost-table td:last-child {
        text-align: right; }
  .cabinet-page .cart-footer .btn-warning,
  .cabinet-page .cart-footer .btn-light {
    width: 100%;
    padding: 10px;
    color: #262626; }
  .cabinet-page .cart-footer .btn-warning {
    margin-bottom: 15px; }
    .cabinet-page .cart-footer .btn-warning:hover, .cabinet-page .cart-footer .btn-warning:focus, .cabinet-page .cart-footer .btn-warning:active {
      background-color: #ffd861 !important; }
  .cabinet-page .cart-footer .btn-light {
    border: 1px solid #5f5c5c;
    background-color: transparent; }
    .cabinet-page .cart-footer .btn-light:hover, .cabinet-page .cart-footer .btn-light:focus, .cabinet-page .cart-footer .btn-light:active {
      background-color: #F2F2F3 !important;
      border-color: #C2C2C2 !important; }

@media (max-width: 1199px) {
  .cabinet-page h1, .cabinet-page .h1 {
    font-size: 32px; }
  .cabinet-page .tab-pane .col-xl-6:last-child {
    justify-content: flex-start; }
  .cabinet-page .nav-tabs .nav-link {
    font-size: 16px; }
  .cabinet-page .tab-pane form {
    width: 420px;
    margin: 0 auto; }
  .cabinet-page .form-group .form-control {
    width: 100%; }
  .cabinet-page .btn-primary {
    width: 100%; }
  .cabinet-page .btn-card-header .order-status.order-process,
  .cabinet-page .btn-card-header .order-status.order-canceled,
  .cabinet-page .btn-card-header .order-status.order-success {
    font-size: 13px;
    width: 120px; }
  .cabinet-page .btn-card-header .text-box {
    font-size: 16px; }
  .cabinet-page .btn-card-header {
    padding: 10px 10px 10px 45px; }
  .cabinet-page .btn-card-header:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #c82719;
    left: 20px; }
  .cabinet-page .btn-card-header.collapsed:before {
    border-top: 7px solid #262626;
    top: 27px; }
  .cabinet-page .card-body {
    padding: 0; } }

@media (max-width: 991px) {
  .cabinet-page .nav-tabs .nav-link {
    font-size: 14px;
    padding: 10px; }
  .cabinet-page h1, .cabinet-page .h1 {
    font-size: 28px; }
  .cabinet-page .btn-card-header .text-box {
    font-size: 14px; }
  .cabinet-page .btn-card-header {
    padding: 8px 8px 8px 36px; }
  .cabinet-page .btn-card-header:before {
    left: 14px;
    top: 25px; }
  .cabinet-page .btn-card-header.collapsed:before {
    top: 26px; }
  .cabinet-page .cart-item .img-block img {
    margin-left: 0; }
  .cabinet-page .cart-item .img-block {
    flex: 0 0 60px;
    width: auto;
    max-width: 60px;
    height: 60px;
    margin-right: 10px; }
  .cabinet-page .cart-item .product-sum,
  .cabinet-page .cart-item .product-cost {
    font-size: 14px;
    width: auto;
    white-space: nowrap; }
  .cabinet-page .cart-item .title {
    font-size: 14px; }
  .cabinet-page .together-container .together-item {
    flex-wrap: wrap; }
  .cabinet-page .together-container .together-item .text-block {
    order: 2;
    flex: 0 0 120px;
    max-width: 120px; }
  .cabinet-page .together-container .together-item .img-block {
    order: 1; }
  .cabinet-page .together-container .together-item .product-cost {
    order: 3; } }

@media (max-width: 767px) {
  .cabinet-page h1, .cabinet-page .h1 {
    font-size: 24px; }
  .cabinet-page .tab-pane {
    padding-left: 0; }
    .cabinet-page .tab-pane > p {
      font-size: 13px; }
  .cabinet-page .together-container {
    padding: 10px; }
  .cabinet-page .together-container .together-item .text-block .title {
    font-size: 13px; }
  .cabinet-page .together-container .together-item .text-block {
    flex: 0 0 100%;
    max-width: 100%; }
  .cabinet-page .together-container .together-item .product-cost {
    margin-left: 0; }
  .cabinet-page .together-container .together-item .product-cost .new-cost {
    display: inline-block; }
  .cabinet-page .together-container .together-item .img-block {
    margin-bottom: 10px; }
  .cabinet-page .nav-tabs {
    display: flex; }
  .cabinet-page .nav-tabs .nav-link {
    font-size: 14px;
    margin-right: 10px; }
  .cabinet-page .btn-card-header .order-status.order-process,
  .cabinet-page .btn-card-header .order-status.order-canceled,
  .cabinet-page .btn-card-header .order-status.order-success {
    font-size: 11px;
    width: 100px;
    position: absolute;
    right: 0;
    top: -22px;
    padding: 3px;
    border-radius: 3px 3px 0 0;
    height: auto; }
  .cabinet-page .card {
    margin-bottom: 40px; }
  .cabinet-page .card-header {
    border-radius: 5px 0 5px 5px; }
  .cabinet-page .tab-pane .h3 {
    text-align: center;
    font-size: 20px;
    margin: 10px 0 40px; }
  .cabinet-page .cart-item {
    padding-right: 0; }
  .cabinet-page .btn-card-header {
    position: relative; }
    .cabinet-page .btn-card-header .order-amount {
      position: absolute;
      left: 0;
      top: -20px;
      display: flex;
      align-items: center; }
      .cabinet-page .btn-card-header .order-amount small {
        color: #262626;
        margin-right: 5px; }
      .cabinet-page .btn-card-header .order-amount .text-box {
        margin-right: 5px; }
  .cabinet-page .tab-pane .col-xl-6 {
    margin-top: 0;
    margin-bottom: 20px; } }

@media (max-width: 575px) {
  .cabinet-page .nav-tabs {
    flex-wrap: nowrap; }
  .cabinet-page .nav-tabs .nav-link {
    font-size: 13px;
    margin-right: 5px;
    padding: 5px 8px;
    white-space: nowrap; }
  .cabinet-page .together-container .together-footer {
    flex-wrap: wrap; }
  .cabinet-page .together-container .together-calc,
  .cabinet-page .together-container .together-cost,
  .cabinet-page .together-container .together-sum {
    width: 100%; } }

@media (max-width: 479px) {
  .cabinet-page .tab-pane form {
    width: 100%; } }

.about-page .page-content {
  padding: 0 0 50px; }
  .about-page .page-content h1 {
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: center; }
  .about-page .page-content .subtitle {
    text-align: center;
    font-size: 24px;
    margin: 0 0 20px; }
  .about-page .page-content .subtext {
    text-align: center;
    font-size: 16px;
    max-width: 860px;
    margin: 0 auto 10px; }
  .about-page .page-content .row {
    padding-top: 55px;
    padding-bottom: 55px; }
  .about-page .page-content .col-lg-5 {
    display: flex;
    align-items: flex-end;
    padding-left: 40px; }
    .about-page .page-content .col-lg-5.order-lg-1 {
      padding-left: 15px; }
  .about-page .page-content img {
    display: block;
    max-width: 100%;
     }
  .about-page .page-content .text-box .h3, .about-page .page-content .text-box h3 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 30px; }
  .about-page .page-content .text-box p {
    font-size: 16px;
    margin: 0 0 20px; }
  .about-page .page-content .red-title {
    color: #c82719;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px; }
  .about-page .page-content .red-link {
    color: #c82719;
    font-size: 18px;
    float: right;
    padding-right: 25px;
    margin-top: 20px;
    position: relative; }
    .about-page .page-content .red-link:after {
      content: '';
      width: 19px;
      height: 9px;
      background: url(../img/icons/red-arrow-right.svg) no-repeat center;
      position: absolute;
      top: 9px;
      right: 0;
      transition: 0.25s; }
    .about-page .page-content .red-link:hover:after {
      right: -5px; }

.about-page .wide-section {
  margin: 50px 0 30px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0; }
  .about-page .wide-section .h2, .about-page .wide-section h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 70px;
    line-height: 1.4; }
  .about-page .wide-section .btn-warning {
    padding: 8px 30px;
    margin-top: 10px;
    font-size: 16px; }

.about-page .lg-phone {
  text-align: center; }
  .about-page .lg-phone a {
    font-size: 36px;
    font-weight: 700;
    color: #74747A; }
  .about-page .lg-phone p {
    font-size: 18px;
    font-weight: 500;
    max-width: 560px;
    margin: 10px auto; }

.about-page .modal-content .close {
  position: absolute;
  right: 12px;
  top: 7px;
  opacity: 1;
  outline: 0; }
  .about-page .modal-content .close img {
    width: 15px; }

.about-page .modal-content .modal-header {
  justify-content: center;
  border: 0;
  padding: 30px 50px 10px;
  flex-wrap: wrap; }
  .about-page .modal-content .modal-header h5 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 500;
    color: #c82719; }
  .about-page .modal-content .modal-header .sub-title {

    margin-bottom: 10px; }

.about-page .modal-content .modal-body {
  padding: 5px 50px 50px; }
  .about-page .modal-content .modal-body .btn-success {
    margin-top: 5px; }

.about-page .modal-content .form-group {
  margin-bottom: 0;
  padding-bottom: 18px;
  position: relative; }
  .about-page .modal-content .form-group label {
    margin-bottom: 1px; }
  .about-page .modal-content .form-group .form-control {
    border: 1px solid #C2C2C2;
    font-size: 15px;
    height: 40px; }
    .about-page .modal-content .form-group .form-control:focus {
      border: 1px solid #5f5c5c; }
    .about-page .modal-content .form-group .form-control::placeholder {
      color: #C2C2C2; }
  .about-page .modal-content .form-group textarea {
    display: block;
    width: 100%;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #bababa;
    outline: none;
    padding: 10px;
    color: #000;
    font-size: 14px;
    outline: 0;
    resize: vertical;
    border-radius: 0px; }
    .about-page .modal-content .form-group textarea:focus {
      border: 1px solid #5f5c5c;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.about-page .modal-content .btn-success {
  width: 100%;
  display: block;
  margin-top: 8px;
  padding: 7px; }

@media (min-width: 1200px) {
  .about-page .modal-dialog {
    max-width: 650px; } }

@media (max-width: 1199px) {
  .about-page .page-content {
    padding: 0 0 50px; }
    .about-page .page-content h1 {
      font-size: 32px;
      margin-bottom: 10px; }
    .about-page .page-content .subtitle {
      font-size: 20px;
      margin-bottom: 10px; }
    .about-page .page-content .subtext {
      font-size: 14px; }
    .about-page .page-content .text-box .red-title {
      font-size: 16px; }
    .about-page .page-content .text-box h3, .about-page .page-content .text-box .h3 {
      font-size: 22px;
      margin-bottom: 20px; }
    .about-page .page-content .text-box p {
      font-size: 14px; }
    .about-page .page-content .text-box .red-link {
      font-size: 16px; }
    .about-page .page-content .wide-section {
      padding: 10px 0; }
      .about-page .page-content .wide-section .h2, .about-page .page-content .wide-section h2 {
        font-size: 24px;
        margin-bottom: 50px; }
      .about-page .page-content .wide-section .btn-warning {
        font-size: 14px; }
    .about-page .page-content .lg-phone a {
      font-size: 32px; }
    .about-page .page-content .lg-phone p {
      font-size: 16px; } }

@media (max-width: 992px) {
  .about-page .page-content h1 {
    font-size: 28px;
    margin-bottom: 5px; }
  .about-page .page-content .subtitle {
    font-size: 18px;
    margin-bottom: 10px; }
  .about-page .page-content .subtext {
    margin-bottom: 20px; }
  .about-page .page-content .row {
    padding-top: 20px;
    padding-bottom: 20px; }
  .about-page .page-content .col-lg-5 {
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 20px; }
  .about-page .page-content .subtext {
    font-size: 13px; }
  .about-page .page-content .wide-section {
    padding: 80px 0;
    background: #79C3F2 !important;
    margin-top: 20px; }
    .about-page .page-content .wide-section .h2, .about-page .page-content .wide-section h2 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 30px; }
    .about-page .page-content .wide-section .btn-warning {
      font-size: 14px;
      display: block;
      width: 240px;
      padding: 10px;
      margin: 0 auto; }
    .about-page .page-content .wide-section .col-md-5 {
      flex: 0 0 100%;
      max-width: 100%; }
  .about-page .page-content .lg-phone a {
    font-size: 28px; }
  .about-page .page-content .lg-phone p {
    font-size: 14px; }
  .about-page .page-content .text-box p {
    margin-bottom: 10px; }
  .about-page .page-content .text-box .red-link {
    margin-top: 0; } }

@media (max-width: 767px) {
  .about-page .page-content h1 {
    font-size: 24px;
    margin-bottom: 5px; }
  .about-page .page-content .subtitle {
    font-size: 16px; }
  .about-page .page-content .text-box .red-title {
    font-size: 14px; }
  .about-page .page-content .text-box .h3, .about-page .page-content .text-box h3 {
    font-size: 18px;
    margin-bottom: 10px; }
  .about-page .page-content .text-box p {
    margin-bottom: 10px; }
  .about-page .page-content .text-box .red-link {
    font-size: 14px; }
  .about-page .page-content .wide-section {
    padding: 30px 0; }
    .about-page .page-content .wide-section .h2, .about-page .page-content .wide-section h2 {
      font-size: 20px; }
    .about-page .page-content .wide-section .btn-warning {
      padding: 8px; } }

@media (max-width: 575px) {
  .about-page .modal-content .modal-header {
    padding: 20px 15px 10px; }
    .about-page .modal-content .modal-header h5 {
      font-size: 18px; }
    .about-page .modal-content .modal-header .sub-title {
      font-size: 13px; }
  .about-page .modal-content .modal-body {
    padding: 5px 15px 20px; } }

.contacts-page .page-content {
  align-items: center;
  padding: 0 0 60px; }

.contacts-page h1, .contacts-page .h1 {
  text-align: center;
  font-weight: 400;
  margin: 0 0 60px;
  font-size: 36px; }

.contacts-page .contacts-container .h3 {
  font-size: 24px;
  margin: 0 0 10px; }

.contacts-page .contacts-container .col-md-6:first-child {
  padding-right: 80px;
  padding-right: 15px; }

.contacts-page .contacts-container .col-md-6:last-child {
  padding-left: 80px;
  padding-left: 15px; }
  .contacts-page .contacts-container .col-md-6:last-child .info-box {
    margin-top: 30px; }

.contacts-page .info-box {
  margin: 0 0 30px; }
  .contacts-page .info-box p {
    margin: 0 0 5px; }
  .contacts-page .info-box small {
    font-size: 12px;
    color: #74747A;
    display: block;
    margin-top: -3px; }
  .contacts-page .info-box a {
    color: #262626; }

.contacts-page .link-item {
  position: relative;
  padding-left: 32px;
  margin: 10px 0; }
  .contacts-page .link-item img {
    position: absolute;
    left: 0;
    top: -2px;
    max-width: 25px;
    max-height: 25px; }
  .contacts-page .link-item.d-inline {
    margin: 0 20px 0 0; }

.contacts-page .form-container .subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  color: #74747A; }

.contacts-page .form-container .form-group {
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative; }
  .contacts-page .form-container .form-group label {
    margin-bottom: 1px; }
  .contacts-page .form-container .form-group .form-control {
    border: 1px solid #C2C2C2;
    font-size: 15px;
    height: 42px; }
    .contacts-page .form-container .form-group .form-control:focus {
      border: 1px solid #5f5c5c; }
    .contacts-page .form-container .form-group .form-control::placeholder {
      color: #C2C2C2; }

.contacts-page .form-container .textarea-wrap {
  position: relative;
  padding-bottom: 20px; }

.contacts-page .form-container textarea {
  display: block;
  width: 100%;
  min-height: 120px;
  background-color: #fff;
  border: 1px solid #bababa;
  outline: none;
  padding: 10px;
  color: #000;
  font-size: 14px;
  outline: 0;
  resize: vertical;
  border-radius: 0px; }
  .contacts-page .form-container textarea:focus {
    border: 1px solid #5f5c5c;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.contacts-page .form-container .btn-success {
  width: 100%;
  display: block;
  margin-top: 8px;
  padding: 8px; }

.contacts-page .show-map {
  text-decoration: underline;
  cursor: pointer; }
  .contacts-page .show-map:hover {
    text-decoration: none; }

.contacts-page .contacts-map {
  margin-top: 30px; }

.contacts-page iframe {
  width: 100% !important;
  height: 450px !important;
  border: 0 !important;
  border-radius: 0px; }

@media (min-width: 1200px) {
  .contacts-page .contacts-container {
    margin-bottom: 60px;
    } }

@media (max-width: 1199px) {
  .contacts-page h1, .contacts-page .h1 {
    font-size: 32px; } }

@media (max-width: 991px) {
  .contacts-page h1, .contacts-page .h1 {
    font-size: 28px; }
  .contacts-page .contacts-container .col-md-6:first-child {
    padding-right: 20px; }
  .contacts-page .contacts-container .col-md-6:last-child {
    padding-left: 20px; } }

@media (max-width: 767px) {
  .contacts-page .h1, .contacts-page h1 {
    font-size: 24px; }
  .contacts-page .contacts-container .h3 {
    font-weight: 400; }
  .contacts-page .contacts-container .col-md-6:first-child {
    padding-right: 15px;
    margin-bottom: 05px; }
  .contacts-page .contacts-container .col-md-6:last-child {
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap; }
    .contacts-page .contacts-container .col-md-6:last-child .info-box {
      margin-top: 0;
      order: 1;
      margin-bottom: 20px; }
    .contacts-page .contacts-container .col-md-6:last-child .form-container {
      order: 2; }
  .contacts-page .contacts-map {
    margin-top: 50px; }
  .contacts-page .form-container {
    margin-top: 20px; } }

.choosen-page .page-content {
  padding: 0 0 50px; }

.choosen-page h1 {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 50px;
  text-align: center; }

.choosen-page .empty-choosen {
  clear: both;
  padding: 100px 0; }
  .choosen-page .empty-choosen .lg-icon {
    margin-bottom: 15px; }
  .choosen-page .empty-choosen img {
    display: block;
    max-width: 90px;
    max-heigh: 90px;
    margin: 0 auto; }
  .choosen-page .empty-choosen .h2 {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px; }
  .choosen-page .empty-choosen p {
    color: #74747A;
    text-align: center;
    max-width: 300px;
    margin: 0 auto; }
    .choosen-page .empty-choosen p a {
      color: #c82719; }

.choosen-page .col-6.col-lg-4 {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .choosen-page h1 {
    font-size: 32px; }
  .choosen-page .empty-choosen .h2 {
    font-size: 24px; } }

@media (max-width: 991px) {
  .choosen-page h1 {
    font-size: 28px;
    margin-bottom: 30px; }
  .choosen-page .empty-choosen .h2 {
    font-size: 20px; } }

@media (max-width: 767px) {
  .choosen-page h1 {
    font-size: 24px; }
  .choosen-page .empty-choosen .h2 {
    font-size: 18px; } }

@media (max-width: 575px) {
  .choosen-page .page-content {
    padding-bottom: 10px; }
  .choosen-page h1 {
    font-size: 22px; } }

.search-page h1 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 5px; }
  .search-page h1 span {
    font-weight: 500; }

.search-page .page-content {
  padding: 0 0 50px; }
  .search-page .page-content .subtitle {
    font-size: 24px;
    color: #74747A; }
    .search-page .page-content .subtitle span {
      color: #262626; }

.search-page .custom-container {
  margin-top: 40px; }

.search-page .empty-search {
  clear: both;
  padding: 100px 0; }
  .search-page .empty-search .lg-icon {
    margin-bottom: 15px; }
  .search-page .empty-search img {
    display: block;
    max-width: 90px;
    max-heigh: 90px;
    margin: 0 auto; }
  .search-page .empty-search .h2 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px; }
  .search-page .empty-search p {
    color: #74747A;
    text-align: center;
    max-width: 300px;
    margin: 0 auto; }
    .search-page .empty-search p a {
      color: #c82719; }

@media (max-width: 1199px) {
  .search-page h1 {
    font-size: 24px; }
  .search-page .page-content .subtitle {
    font-size: 20px; }
  .search-page .empty-search .h2 {
    font-size: 22px; } }

@media (max-width: 991px) {
  .search-page h1 {
    font-size: 22px; }
  .search-page .page-content .subtitle {
    font-size: 18px; }
  .search-page .empty-search .h2 {
    font-size: 18px;
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .search-page h1 {
    font-size: 20px; }
  .search-page .page-content .subtitle {
    font-size: 16px; }
  .search-page .empty-search .h2 {
    font-size: 16px; } }

@media (max-width: 575px) {
  .search-page h1 {
    font-size: 18px; }
  .search-page .page-content .subtitle {
    font-size: 14px; } }

.text-page .page-content {
  padding: 0 0 50px; }
  .text-page .page-content .row {
    margin-bottom: 30px; }
  .text-page .page-content p {
    font-size: 16px; }
  .text-page .page-content a {
    color: #c82719; }
  .text-page .page-content .h1, .text-page .page-content h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 30px; }
  .text-page .page-content .h3, .text-page .page-content h3 {
    font-size: 24px;
    font-weight: 400; }
  .text-page .page-content .h5, .text-page .page-content h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700; }
  .text-page .page-content .img-box {
    border: 1px solid #5f5c5c;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-left: 30px; }
    .text-page .page-content .img-box img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .text-page .page-content ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0; }
    .text-page .page-content ul li {
      font-size: 16px;
      position: relative;
      padding-left: 18px; }
      .text-page .page-content ul li:before {
        content: '';
        width: 7px;
        height: 1px;
        background-color: #262626;
        position: absolute;
        left: 0;
        top: 11px; }

.text-page.delivery-page .h2, .text-page.delivery-page h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 30px; }

@media (min-width: 1200px) {
  .text-page .page-content .text-container {
    max-width: 950px; } }

@media (max-width: 1199px) {
  .text-page .page-content .h1,
  .text-page .page-content h1 {
    font-size: 32px; }
  .text-page.delivery-page .h2,
  .text-page.delivery-page h2 {
    font-size: 32px; } }

@media (max-width: 991px) {
  .text-page .page-content .h1,
  .text-page .page-content h1 {
    font-size: 28px;
    margin-bottom: 20px; }
  .text-page.delivery-page .h2,
  .text-page.delivery-page h2 {
    font-size: 28px;
    margin-bottom: 20px; }
  .text-page .page-content .h3,
  .text-page .page-content h3 {
    font-size: 20px; }
  .text-page .page-content p {
    font-size: 14px; }
  .text-page .page-content ul li {
    font-size: 14px; }
  .text-page .page-content .row {
    margin-bottom: 10px; }
  .text-page .page-content .img-box {
    margin-left: 0; } }

@media (max-width: 767px) {
  .text-page .page-content .h1,
  .text-page .page-content h1 {
    font-size: 24px; }
  .text-page.delivery-page .h2,
  .text-page.delivery-page h2 {
    font-size: 24px; }
  .text-page .page-content .img-box {
    width: 80px;
    height: 80px; }
    .text-page .page-content .img-box img {
      max-width: 90%; } }

@media (max-width: 575px) {
  .text-page .page-content .img-box {
    display: none; }
  .text-page .page-content .h3,
  .text-page .page-content h3 {
    font-size: 18px; } }

.success-page .page-content {
  display: flex;
  align-items: center;
  padding: 100px 0; }
  .success-page .page-content .container {
    text-align: center; }
    .success-page .page-content .container img {
      display: block;
      width: 60px;
      height: 60px;
      margin: 0 auto 10px; }
    .success-page .page-content .container h1 {
      margin-bottom: 15px; }
    .success-page .page-content .container .subtitle {
      color: #262626;
      font-size: 20px;
      margin: 10px 0; }
      .success-page .page-content .container .subtitle span {
        font-weight: 700; }
    .success-page .page-content .container .success-text {
      color: #74747A;
      max-width: 420px;
      margin: 0 auto 15px;
      font-size: 16px; }
      .success-page .page-content .container .success-text span {
        color: #262626;
        font-weight: 500; }
    .success-page .page-content .container .btn-warning {
      margin-top: 8px;
      padding: 8px 45px; }

@media (max-width: 1199px) {
  .success-page .page-content .container h1 {
    font-size: 32px; }
  .success-page .page-content .container .success-text {
    font-size: 14px; } }

@media (max-width: 767px) {
  .success-page .page-content {
    padding: 30px 0 50px; }
    .success-page .page-content .container h1 {
      font-size: 28px; }
    .success-page .page-content .container .subtitle {
      font-size: 18px; } }

.error-page .page-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  text-align: center; }
  .error-page .page-content .lg-nums {
    font-size: 140px;
    font-weight: 700;
    line-height: 1.2;
    color: #5f5c5c; }
  .error-page .page-content .h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 10px; }
  .error-page .page-content p {
    font-size: 16px;
    max-width: 450px;
    margin: 0 auto 40px;
    color: #74747A; }
  .error-page .page-content .btn-warning {
    width: 180px;
    display: block;
    margin-top: 8px;
    padding: 8px;
    display: block;
    margin: 0 auto; }

@media (max-width: 1199px) {
  .error-page .page-content .h2 {
    font-size: 28px; } }

@media (max-width: 991px) {
  .error-page .page-content .lg-nums {
    font-size: 100px; } }

@media (max-width: 767px) {
  .error-page .page-content .lg-nums {
    font-size: 80px; }
  .error-page .page-content .h2 {
    font-size: 24px; }
  .error-page .page-content p {
    font-size: 14px; }
  .error-page .page-content .btn-warning {
    font-size: 14px;
    width: 160px; } }


.footer-content {
  background-color: #2b2e34;
  padding: 40px 0; }
  .footer-content .footer-logo {
    width: 250px;
    display: block;
    margin-bottom: 10px; }
  .footer-content p {
    font-size: 13px;
}
  .footer-content .footer-text {
    font-size: 13px;
    color: #ffffff;}
  .footer-content .footer-title {
    font-size: 16px;
    font-weight: 700;
    margin: 6px 0 8px;
    color: #ffffff;}
  .footer-content ul {
    list-style: none;
    padding: 0; }
    .footer-content ul li {
      margin: 0 0 5px; 
            color: #fffdfd;
    }
      .footer-content ul li a {
       color: #9d9da0; }
  .footer-content .col-md-3 {
    padding-left: 80px; }
    .footer-content .col-md-3:first-child {
      padding-left: 15px; }

.footer-bottom {
        display: none;
  background-color: #5f5c5c;
  padding: 15px 0;
  color: #fff; }
  .footer-bottom .container {
    display: flex;
    justify-content: space-between; }
  .footer-bottom a {
    color: #fff;
    font-weight: 500; }
  .footer-bottom p {
    margin: 0; }

@media (max-width: 1199px) {
  .footer-content .col-md-3 {
    padding-left: 25px; } }

@media (max-width: 991px) {
  .footer-content .footer-text {
    font-size: 12px; }
  .footer-content .footer-title {
    font-size: 14px; }
  .footer-content ul li {
    font-size: 12px; }
    .footer-content ul li a {
      font-size: 12px; }
  .footer-content .col-md-3 {
    padding-left: 15px; } }

@media (max-width: 767px) {
  .main-footer .footer-content {
    /*display: none; */
    }
  .main-footer .footer-bottom .container {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center; }
  .main-footer .footer-bottom .copyright-text {
    margin-bottom: 10px; }
  .main-footer .footer-bottom .site-developer {
    width: 100%; } }

@media (max-width: 479px) {
  .footer-bottom {
    padding: 10px 0; }
    .footer-bottom .copyright-text {
      max-width: 165px;
      margin: 0 auto;
      font-size: 13px;
    }
}

.red {border: 1px solid red !important;}
.green {border: 1px solid green !important;}
.d-none {display: none;} 

.grey label {color:#ddd !important; }
.elems{
    margin-left: 5px;
}

.product-page .fancybox-content.wrap-3d {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;

}

.product-page .fancybox-content.wrap-3d img {
  top: auto;
  transform: translateY(0);
}

.echo_text{margin:10px 0 0 0;}
.select-button input{
    outline: none;
    border: none;
    width: 100%;
}
@media(max-width: 767px) {
    body {
        /*padding-top: 66px;*/
    }

    .main-header {
        /*position: fixed;*/
        top: 0;
        left: 0;
        width: 100%;
    }
}


.cart_big_empty {
  text-align: center;
  padding: 50px;
  font-size: 18px;
}

.cart-footer-disabled .btn-success {
  pointer-events: none;
  background-color: #C2C2C2;
  border: 1px solid #c2c2c2;
}

.cart-footer-disabled .btn-success:hover {
  background-color: #C2C2C2;
}

.min-order-box,
.free-delivery-box {
  font-size: 12px;
  border-bottom: 1px solid #c2c2c2;
  color: #c82719;
  padding-bottom: 8px;
}

.min-order-box table,
.free-delivery-box table {
  width: 100%;
}

.min-order-box table td,
.free-delivery-box table td {
  vertical-align: bottom;
}

.min-order-box table td:last-child,
.free-delivery-box table td:last-child {
  width: 80px;
  text-align: right;
  font-size: 14px;
}

.info-text-box {
  display: flex;
  color: #c82719;
}

.min-order-text {
  margin-right: 80px;
}

@media(max-width: 1599px) {
	.slide-content h2, .slide-content .h2 {
		font-size: 36px;
	}
}

@media(max-width: 1199px) {
  .min-order-text {
    margin-right: 30px;
  }

  .nav-link {
  	padding: 0;
  }

  .main-header .header-content .main-nav .arrow-link {
  	padding-top: 0;
  	padding-bottom: 0;
  }

  .slide-content h2, .slide-content .h2 {
  	font-size: 22px;
  	margin: 0 10px 20px;
  }

  .slide-content p {
  	font-size: 16px;
  	margin: 0 10px 20px;
  }

  .slide-content .btn-success {
  	font-size: 16px;
  }
}

.managers-container {
  display: flex;
  flex-wrap: wrap;
}

.managers-container .row {
  width: 50%;
  margin-bottom: 30px;
  margin-right: 0;
  margin-left: 0;
}

.managers-container .col-xl-6 {
  padding-right: 0;
  padding-left: 0;
}

.managers-container .h1 {
  width: 100%;
}

.managers-container .text-box {
  padding-left: 40px;
}

.managers-container .h3 {
  font-size: 32px;
}

.managers-container img {
  width: 100%;
  display: block;
}

@media(min-width: 1200px) {
.dis {display: none;}
}

@media(max-width: 1599px) {
  .managers-container .h3 {
    font-size: 26px;
  }
}

@media(max-width: 1199px) {
  .contacts-page h1, .contacts-page .h1 {
    margin-bottom: 40px;
  }

  .managers-container {
    margin-right: -15px;
    margin-left: -15px;
  }

  .managers-container .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .managers-container .text-box {
    padding-left: 0;
  }

  .contacts-page .contacts-container {
    margin-bottom: 30px;
  }

  .slide-content h2 span, .slide-content .h2 span {
    line-height: 2.1;
  }
}


@media(max-width: 991px) {
  .main-header .header-top {
    padding: 8px 0;
  }

  .main-header .header-content .main-nav .category-dropdown .nav-title {
  	padding-right: 10px;
  }

  .main-header .header-top .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .info-text-box {
    justify-content: center;
  }

  .main-header {
    /*transition: 0.25s;*/
  } 

  .main-header.fixed {
    position: fixed;
    left: 0;
    width: 100%;
  }


  .slide-content h2, .slide-content .h2 {
  	font-size: 22px;
  	margin: 0 10px 15px;
  }

  .slide-content p {
  	font-size: 14px;
  	margin: 0 10px 15px;
  }

  .slide-content .btn-success {
  	font-size: 14px;
  }

  .contacts-page .contacts-container .h3 {
    font-size: 20px;
  }

  .managers-container .h3 {
    font-size: 20px;
  }
}

@media(max-width: 767px) {
	.main-header .header-top {
		padding: 0;
	}

	.main-header .header-content .container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.main-header .header-content {
		padding: 6px 0;
	}

	.dis {
		padding: 50px 0 0;
		position: relative;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.dis .nav-link {
		display: none;
	}

	.dis .nav-logo-link {
		position: absolute;
		left: 0;
		top: 10px;
		display: block;
	}

	.dis .nav-phone-link {
		position: absolute;
		right: 0;
		top: 11px;
		display: block;
		font-size: 18px;
	}

	.main-header .header-content .main-logo {
		display: none;
	}

	.main-header .translate-box .languages-box span {
		display: none;
	}

	.main-header .translate-box .languages-box {
		padding-left: 0;
	}

	.main-header .translate-box .login-box {
		display: block;
	}

	.main-header .header-content .main-nav .arrow-link {
		font-size: 16px;
	}

	.main-header .translate-box .login-box  {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.login-box > a {
		padding: 0;
	}

	.main-header .header-content .main-nav .arrow-link:before {
		height: 14px;
		right: 18px;
		top: 5px;
	}

	.main-header .header-content .main-nav .arrow-link:after {
		width: 14px;
		top: 11px;
		right: 12px;
	}

	.main-header .slide-container {
		padding: 55px 0 50px 12px;
	}

	.main-header .translate-box .languages-box {
		left: 12px;
	}

	.main-header .header-content .main-nav .nav-item {
		font-size: 16px;
	}

	.main-header .search-autoresult .product-item .product-name  {
		position: static;
		white-space: normal;
	}

	.main-slider .item {
		height: 500px;
	}

	.slide-content {
		padding: 0 20px;
	}

	.main-slider .desktop-img {
		display: none;
	}

	.main-slider .mobile-img {
		display: block;
	}

	.slide-content h2, .slide-content .h2 {
		font-size: 28px;
	}

	.slide-content .btn-success {
		padding: 5px 25px;
	}

  .contacts-page h1, .contacts-page .h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .main-slider .slick-arrow {
    display: none!important;
  }

  .about-page .col-md-4.col-xl-2 {
    margin-bottom: 20px;
  }

  .choosen-page .col-6.col-lg-4 {
    margin-bottom: 60px;
  }

/*
  .slide-content h2 span, .slide-content .h2 span {
      box-shadow: 15px 0 0 rgba(255, 255,255, 1), -15px 0 0 rgba(255, 255,255, 1);
      background-color: #fff;
  }

  .slide-content p span {
      box-shadow: 15px 0 0 rgba(255, 255,255, 1), -15px 0 0 rgba(255, 255,255, 1);
      background-color: #fff;
      padding: 8px 0;
  }
  */
}

@media(max-width: 575px) {
  .main-header .header-top .delivery-text {font-size: 12px;}

  .min-order-text {font-size: 12px;}

  .main-slider .item {
  	height: 400px;
  }

  .slide-content h2, .slide-content .h2 {
  	font-size: 18px;
  }


  .dis img {
  	width: 160px;
  }

  .dis .nav-link {
  	font-size: 13px;
  }

  .dis .nav-phone-link {
  	font-size: 14px;
  	top: 15px;
  }

  .main-header .slide-container {
  	width: 300px;
  	padding-bottom: 70px;
  }

  .main-header .translate-box .languages-box {
  	left: 15px;
  }

  .managers-container .row {
    width: 100%;
  }

/*  .main-header .header-content {
    padding-top: 10px;
  }*/
}

@media(max-width: 767px) {
    .main-slider .item {
        align-items: flex-end;
    }
}