/* todo - use in future and replace other #color-codes to variables */
html, body, input {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  overflow-x: hidden;
  outline: none;
  background: #F7F7F7;
}

:focus {
  outline: none;
}

* {
  padding: 0;
  margin: 0;
  outline: none !important;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a, a:hover {
  transition: all ease 0.2s;
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

input:active, input:focus {
  outline: none;
}

header {
  background: #fff;
}

.header_top {
  background: #28629E;
  color: #fff;
  font-size: 0.867rem;
  padding: 10px 0;
}
.header_top .list {
  display: flex;
  align-items: center;
}
.header_top .list > li {
  margin-right: 20px;
}
.header_top .list > li > a {
  color: #fff;
}
.header_top .list > li:last-child {
  margin-right: 0;
}

.flex-end {
  justify-content: flex-end;
}

.header_top .list .dropdown-menu {
  left: -120px !important;
  transform: none !important;
  top: 20px !important;
}

.top-cart-rows figure {
  display: flex;
  align-items: center;
  margin-top: 28px;
}
.top-cart-rows figure:nth-child(1) {
  margin-top: 10px;
}
.top-cart-rows figure .aside {
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 5px 8px;
  margin-right: 10px;
  min-width: 60px;
  text-align: center;
}
.top-cart-rows figcaption {
  position: relative;
}
.top-cart-rows figcaption .card-title {
  color: #545454;
}
.top-cart-rows figcaption .card-title:hover {
  color: #28629E;
}
.top-cart-rows figcaption p {
  font-size: 0.867em;
  color: #969696;
}
.top-cart-rows figcaption .price {
  color: #1C1C1C;
  font-weight: 600;
}
.top-cart-rows figcaption .card-remove {
  position: absolute;
  right: -55px;
  bottom: 5px;
  transition: all ease 0.2s;
}
.top-cart-rows figcaption .card-remove svg {
  transition: all ease 0.2s;
}
.top-cart-rows figcaption .card-remove svg path {
  transition: all ease 0.2s;
}
.top-cart-rows figcaption .card-remove:hover svg path {
  fill: #28629E;
}
.top-cart-rows .price-wrap {
  display: block;
  text-align: right;
  color: #545454;
  border-top: 1px solid #E4E4E4;
  padding-top: 10px;
  padding-bottom: 15px;
}
.top-cart-rows .price-wrap > span {
  font-weight: 600;
  font-size: 1.333rem;
  color: #1C1C1C;
}
.top-cart-rows .btn-forms {
  color: #fff;
}
.top-cart-rows .btn-forms:hover {
  color: #fff;
}

.header-center {
  padding: 15px 0;
}
.header-center .header-center__wrap {
  display: flex;
  align-items: center;
}
.header-center .header-center__wrap .logo {
  margin-right: 80px;
}
.header-center .header-center__wrap .logo img {
  width: 160px;
}
.header-center .header-center__wrap > form {
  width: 45%;
}
.header-center .header-center__wrap > form button {
  background: #417DBB;
}
.header-center .header-center__wrap .header-center__right {
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header-center .header-center__wrap .header-center__right .dropdown-menu {
  top: 60px !important;
  right: 60px !important;
  left: -45px !important;
  transform: none !important;
  width: 340px !important;
}
.header-center .header-center__wrap .header-center__right .dropdown-menu .dropdown-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #DCEDFF;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 20px;
}
.header-center .header-center__wrap .header-center__right .dropdown-menu .dropdown-info .dropdown-info__text p {
  color: #28629E;
  font-size: 0.867rem;
  margin-bottom: 15px;
}
.header-center .header-center__wrap .header-center__right .dropdown-menu .dropdown-info .dropdown-info__text span {
  color: #28629E;
  font-size: 0.867rem;
  font-weight: 600;
  text-transform: uppercase;
}
.header-center .header-center__wrap .header-center__right .dropdown-menu .dropdown-info .dropdown-info__close {
  cursor: pointer;
}
.header-center .header-center__wrap .header-center__right .dropdown-menu .btn-forms {
  color: #fff;
}
.header-center .header-center__wrap .header-center__right .dropdown-menu .btn-forms:hover {
  color: #fff;
}
.header-center .header-center__wrap .header-center__right .dropdown-menu .card-a {
  display: block;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  color: #417DBB;
}
.header-center .header-center__wrap .header-center__right .icons {
  position: relative;
  height: 50px;
  width: 50px;
  border: 1px solid #DADADA;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  margin-right: 15px;
  transition: all ease 0.2s;
}
.header-center .header-center__wrap .header-center__right .icons svg, .header-center .header-center__wrap .header-center__right .icons path {
  transition: all ease 0.2s;
}
.header-center .header-center__wrap .header-center__right .icons:hover {
  border-color: #28629E;
}
.header-center .header-center__wrap .header-center__right .icons:hover > svg > path {
  fill: #28629E;
}
.header-center .header-center__wrap .header-center__right .basket-number {
  position: absolute;
  top: -3px;
  right: -3px;
  background: #FA3434;
  font-size: 0.733rem;
  color: #fff;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
}
.header-center .header-center__wrap .header-center__right .dark-transp {
  color: #545454;
}
.header-center .header-center__wrap .header-center__right .widget-header button {
  background: none;
  border: 0;
  color: #417DBB;
  outline: none !important;
}

.header-bottom {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 15px 0;
}
.header-bottom .header-bottom__menu > nav > ul {
  display: flex;
  align-items: center;
}
.header-bottom .header-bottom__menu > nav > ul > li {
  position: relative;
  margin-right: 25px;
}
.header-bottom .header-bottom__menu > nav > ul > li:last-child {
  margin-right: 0;
}
.header-bottom .header-bottom__menu > nav > ul > li > a {
  color: #111;
  font-weight: 600;
  transition: all ease 0.2s;
}
.header-bottom .header-bottom__menu > nav > ul > li > a > svg > path {
  transition: all ease 0.2s;
}
.header-bottom .header-bottom__menu > nav > ul > li > a:hover > span {
  color: #28629E;
}
.header-bottom .header-bottom__menu > nav > ul > li > a:hover > svg > path {
  fill: #28629E;
}
.header-bottom .header-bottom__menu .dropdown-menu {
  position: fixed;
  overflow-y: visible;
  padding: 0;
  top: 55px !important;
  transform: none !important;
  z-index: 2;
}
.header-bottom .header-bottom__menu .dropdown-menu .dropdown-item:hover, .header-bottom .header-bottom__menu .dropdown-menu .dropdown-item:focus {
  background: none;
  color: #28629E;
  transition: all ease 0.2s;
}
.header-bottom .header-bottom__menu .dropdown-menu .dropdown-item:hover > span:nth-child(2) svg, .header-bottom .header-bottom__menu .dropdown-menu .dropdown-item:focus > span:nth-child(2) svg {
  transform: rotate(-90deg);
}
.header-bottom .header-bottom__menu .dropdown-menu .dropdown-item:hover > span:nth-child(2) svg path, .header-bottom .header-bottom__menu .dropdown-menu .dropdown-item:focus > span:nth-child(2) svg path {
  fill: #28629E;
}
.header-bottom .header-bottom__menu .dropdown-menu > ul {
  width: 360px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li.dropdown-active a {
  color: #1C1C1C;
  font-weight: 600;
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li {
  position: relative;
  border-bottom: 1px solid #E4E4E4;
  padding: 8px 0;
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li:hover > ul {
  display: block;
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li:last-child {
  border-bottom: 0;
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li > a:hover {
  color: #28629E;
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li > a > span {
  display: flex;
  align-items: center;
  transition: all ease 0.2s;
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li > a > span img {
  transition: all ease 0.2s;
  margin-right: 10px;
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 361px;
  background: #fff;
  color: #1C1C1C;
  border: 1px solid #E4E4E4;
  width: 100%;
  border-radius: 0 6px 6px 0;
  transition: all ease 0.2s;
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li > ul > li {
  border-bottom: 1px solid #E4E4E4;
  padding: 8px 0;
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li > ul > li > a {
  padding: 0 15px;
  color: #1C1C1C;
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li > ul > li > a:hover {
  color: #28629E;
}

#banner {
  margin-top: 30px;
}
#banner h1 {
  color: #000;
  font-size: 2.4rem;
  line-height: 46px;
}
#banner .banner-wrap {
  background: #fff;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: hidden;
}
#banner .banner-wrap .banner-left {
  max-width: 480px;
  padding-left: 40px;
}
#banner .banner-wrap .banner-left p {
  margin-top: 20px;
  color: #5B5B5B;
  line-height: 22px;
}
#banner .banner-wrap .banner-right .banner_right__img {
  position: relative;
  right: -5px;
}
#banner .banner-wrap .banner-right .banner_right__img img {
  width: 100%;
}

.card-banner {
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 6px;
  align-items: center;
  margin-top: 20px;
}
.card-banner > .item {
  padding: 25px 0 25px 40px;
  width: 75%;
}
.card-banner h5 {
  margin-bottom: 15px;
}
.card-banner p {
  margin-bottom: 40px;
}

.banner-btn {
  display: block;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  width: 190px;
  height: 45px;
  border-radius: 6px;
  line-height: 45px;
  text-align: center;
}
.banner-btn:hover {
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bg-blue {
  background: #417DBB;
}

.bg-orange {
  background: #FFA645;
}

#cards {
  margin-top: 60px;
}
#cards .cards-item h5 {
  margin-top: 8px;
  color: #111111;
  font-size: 1.333rem;
  font-weight: 600;
}
#cards .cards-item p {
  margin-top: 5px;
  color: #5B5B5B;
  line-height: 22px;
}

h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #111111;
}

#campaign {
  margin-top: 60px;
}
#campaign .campaign-head {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#campaign .campaign-head .campaign-arrow {
  display: flex;
}
#campaign .campaign-head .campaign-arrow span {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #DDDDDD;
  width: 42px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
#campaign .campaign-head .campaign-arrow .slide-prev {
  left: 1px;
  border-radius: 4px 0 0 4px;
}
#campaign .campaign-head .campaign-arrow .slide-next {
  border-radius: 0 4px 4px 0;
}
#campaign .card .opacity {
  opacity: 0.5;
}
#campaign .card:hover .opacity {
  opacity: 0.3;
}
#campaign .bg-dark {
  background-color: #000 !important;
}
#campaign .card {
  border: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#campaign h5 {
  margin-top: 8px;
  color: #fff;
  font-size: 1.333rem;
  font-weight: 600;
}
#campaign p {
  margin-top: 5px;
  color: #fff;
  line-height: 22px;
}
#campaign .btn-card {
  display: block;
  width: 92px;
  height: 38px;
  border-radius: 6px;
  background: #417DBB;
  color: #fff;
  line-height: 38px;
  text-align: center;
  margin-top: 40px;
  transition: all ease 0.2s;
}
#campaign .btn-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.listing {
  margin-top: 60px;
}
.listing .listing-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.listing .listing-head > a {
  display: block;
  width: 100px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #28629E;
  border-radius: 6px;
  transition: all ease 0.2s;
}
.listing .listing-head > a:hover {
  background: #28629E;
  color: #fff;
}

.listing-item {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.listing-item .listing-prices__radio {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.listing-item .listing-prices__radio .custom-control {
  font-size: 1rem;
  margin-bottom: 5px;
  color: #111111;
  display: flex;
  align-items: center;
}
.listing-item .listing-item__img {
  position: relative;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 15px;
}
.listing-item .listing-item__img > span {
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: 500;
  font-size: 0.733rem;
  color: #fff;
  border-radius: 21px;
  padding: 3px 6px;
}
.listing-item .listing-item__img .green {
  background: #32AC41;
}
.listing-item .listing-item__img .blue {
  background: #3167EB;
}
.listing-item .listing-item__img > button {
  position: absolute;
  top: 15px;
  left: 65px;
  background: none;
  border: 0;
}
.listing-item .listing-item__img > button:nth-child(2) {
  left: 95px;
}
.listing-item .listing-item__img > button:hover svg path {
  fill: #28629E;
}
.listing-item .listing-item__img a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 300px;
  height: 230px;
}
.listing-item .listing-item__img img {
  width: 100%;
}
.listing-item .listing-item__title {
  padding-left: 15px;
}
.listing-item .listing-item__title h6 {
  font-weight: 600;
  color: #111111;
}
.listing-item .listing-item__title h6 a {
  font-weight: 600;
  color: #111111;
  text-decoration: none;
}
.listing-item .listing-item__wrap {
  padding: 15px;
  padding-top: 0px;
}
.listing-item .listing-item__wrap .listing-item__price {
  /*.currency-symbol {
    color: #969696;
    font-size: 0.800rem;
    margin-left: 10px;
  }*/
  margin-top: 6px;
}
.listing-item .listing-item__wrap .listing-item__price > span {
  color: #111111;
}
.listing-item .listing-item__wrap .listing-item__buttons {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listing-item .listing-item__wrap .listing-item__buttons .form-q button {
  color: #969696;
  border: 1px solid #E4E4E4;
  background: #fff;
  height: 38px;
  width: 38px;
}
.listing-item .listing-item__wrap .listing-item__buttons .form-q #button-minus {
  border-radius: 6px 0 0 6px;
}
.listing-item .listing-item__wrap .listing-item__buttons .form-q #button-plus {
  border-radius: 0 6px 6px 0;
}
.listing-item .listing-item__wrap .listing-item__buttons .form-q input {
  width: 40px;
  height: 38px;
  border: 1px solid #E4E4E4;
  color: #000;
  text-align: center;
}
.listing-item .listing-item__wrap .listing-item__buttons .btn-buttons a {
  display: block;
  width: 160px;
  height: 38px;
  line-height: 38px;
  background: #417DBB;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  font-size: 0.933rem;
  font-weight: 600;
  transition: all ease 0.2s;
}
.listing-item .listing-item__wrap .listing-item__buttons .btn-buttons a span:nth-child(2) {
  margin-left: 8px;
}
.listing-item .listing-item__wrap .listing-item__buttons .btn-buttons a:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#forms {
  margin-top: 60px;
  padding: 45px 0;
  background: #28629E;
  text-align: center;
  color: #fff;
}
#forms h2 {
  color: #fff;
}
#forms p {
  margin-top: 8px;
}
#forms .form-groups {
  margin-top: 20px;
  margin-bottom: 10px;
}
#forms .form-groups input {
  color: #969696;
  background: #fff;
  border: 0;
  border-radius: 6px;
  width: 30%;
  height: 38px;
  padding: 0 10px;
}
#forms .form-groups button {
  display: inline-block;
  background: #FFA645;
  width: 120px;
  height: 38px;
  font-weight: 600;
  color: #fff;
  border: 0;
  text-align: center;
  line-height: 38px;
  border-radius: 6px;
  margin-left: 10px;
  transition: all ease 0.2s;
}
#forms .form-groups button:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#forms span {
  font-size: 0.8rem;
}

footer {
  background: #fff;
  padding-top: 30px;
}
footer .footer-block h5 {
  font-size: 1rem;
  color: #1C1C1C;
  font-weight: 600;
  margin-bottom: 10px;
}
footer .footer-block ul li {
  color: #545454;
  margin-bottom: 10px;
}
footer .footer-block ul li a {
  color: #545454;
  display: flex;
  align-items: center;
}
footer .footer-block ul li a:hover {
  color: #28629E;
}
footer .footer-block ul li a > span {
  margin-left: 7px;
}
footer .footer-block ul li:last-child {
  margin-bottom: 0;
}
footer .footer-down {
  border-top: 1px solid #E4E4E4;
  margin-top: 45px;
  padding-top: 25px;
  padding-bottom: 25px;
}
footer .footer-down ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-down ul li {
  margin-right: 11px;
}
footer .footer-down ul li:last-child {
  margin-right: 0;
}

.d-block {
  display: block;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #417DBB;
  background-color: #417DBB;
}

label {
  color: #585757;
}

.modal-title {
  color: #1c1c1c;
  font-size: 1.6rem;
  font-weight: 600;
}

.modal-header {
  border-bottom: 0;
}

.modal-body .form-group > a.float-right {
  color: #969696;
  font-size: 0.8rem;
}
.modal-body .form-group > a.float-right:hover {
  color: #417DBB;
}

.card-footer {
  padding-top: 20px;
}
.card-footer > span {
  color: #545454;
}
.card-footer > span > button {
  background: none;
  border: 0;
  font-weight: 600;
  color: #417DBB;
}

.btn-forms {
  display: block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #417DBB;
  height: 38px;
  width: 100%;
  line-height: 38px;
  border: 0;
  border-radius: 6px;
  margin: 0 auto;
  transition: all ease 0.2s;
}
.btn-forms:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#logiSisse .modal-dialog {
  max-width: 400px;
}

#RegistreeruAS form button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
  padding: 0 20px;
  transition: all ease 0.2s;
  color: #585757;
}
#RegistreeruAS form button svg {
  transition: all ease 0.2s;
}
#RegistreeruAS form button svg path {
  transition: all ease 0.2s;
}
#RegistreeruAS form button:hover {
  border-color: #417DBB;
  color: #417DBB;
}
#RegistreeruAS form button:hover svg path {
  fill: #417DBB;
}

#Registreeru.modal {
  position: absolute;
}

#Registreeru .modal-dialog {
  max-width: 560px;
}
#Registreeru .modal-body form .form-group.form-up > p {
  font-size: 1rem;
  color: #969696;
  margin-bottom: 13px;
}
#Registreeru .modal-body form .form-group h5 {
  font-weight: 600;
  font-size: 0.867rem;
  color: #417DBB;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#Registreeru .modal-body form .form-group label {
  color: #545454;
}
#Registreeru .modal-body form .form-group > p {
  color: #969696;
  font-size: 0.8rem;
  margin-top: 5px;
}
#Registreeru .modal-body form .form-group button {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #417DBB;
  color: #fff;
  font-weight: 600;
  border: 0;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 20px;
}
#Registreeru .modal-body form .form-group .form-text {
  font-size: 0.867rem;
  color: #969696;
  text-align: center;
}
#Registreeru .modal-body form .form-group .form-text a {
  color: #417DBB;
}

.password {
  position: relative;
}

.password-control {
  position: absolute;
  top: 39px;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/see.svg) 0 0 no-repeat;
}

.password-control.view {
  background: url(../img/see-blue.svg) 0 0 no-repeat;
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 15px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li a {
  color: #417DBB;
}
.breadcrumbs ul li a:after {
  content: "/";
  display: inline-block;
  margin: 0 8px;
  color: #545454;
}
.breadcrumbs ul li span {
  cursor: default;
  color: #545454;
}

#categories {
  margin-bottom: 60px;
}
#categories h1 {
  color: #111111;
  margin-bottom: 30px;
}
#categories .categories-item {
  background: #fff;
  border-radius: 6px;
  width: 100%;
  height: 215px;
  text-align: center;
  vertical-align: middle;
  transition: all ease 0.2s;
  margin-bottom: 20px;
}
#categories .categories-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
#categories .categories-item a img {
  width: 70px;
  margin-bottom: 20px;
}
#categories .categories-item a p {
  font-weight: 600;
  font-size: 1.333rem;
  color: #585757;
}
#categories .categories-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#categories .categories-item:hover a p {
  color: #28629E;
}

#categoriesAs {
  margin-bottom: 60px;
}
#categoriesAs h1 {
  color: #111111;
  margin-bottom: 30px;
}
#categoriesAs .categoriesas-item {
  margin-bottom: 30px;
}
#categoriesAs .categoriesas-item a {
  background: #fff;
  width: 100%;
  padding: 25px 20px;
  transition: all ease 0.2s;
  border-radius: 6px;
  color: #585757;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#categoriesAs .categoriesas-item a small {
  transition: all ease 0.2s;
  font-size: 1rem;
  font-weight: 600;
  color: #969696;
}
#categoriesAs .categoriesas-item a svg path {
  transition: all ease 0.2s;
}
#categoriesAs .categoriesas-item a:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #28629E;
}
#categoriesAs .categoriesas-item a:hover small {
  color: #28629E;
}
#categoriesAs .categoriesas-item a:hover svg path {
  fill: #28629E;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

#category {
  position: relative;
  z-index: 1;
  background: #fff;
}
#category .ui-tooltip {
  display: none;
}
#category h1 {
  position: relative;
  z-index: 1;
  color: #111111;
  margin-bottom: 30px;
}
#category body {
  margin: 0;
  padding: 0;
  background: #f3f3f3;
}
#category .category-bg {
  position: relative;
}
#category .category-bg .category-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #F7F7F7;
  z-index: 0;
}
#category .category-form {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
#category .category-form select {
  font-size: 0.933rem;
  color: #585757;
}
#category .category-form .center {
  display: flex;
  align-items: center;
  margin-right: 35px;
  position: relative;
  z-index: 1;
}
#category .category-form .center span {
  font-size: 0.933rem;
}
#category .category-form input[type=checkbox] {
  width: 40px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #28629E;
  outline: none;
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
#category .category-form input:checked[type=checkbox] {
  background: #c6c6c6;
}
#category .category-form input[type=checkbox]::before {
  content: "";
  position: absolute;
  width: 13.5px;
  height: 13.5px;
  border-radius: 50%;
  top: 3px;
  left: 4px;
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  z-index: 1;
}
#category .category-form input:checked[type=checkbox]::before {
  left: 22px;
}
#category .category-form .btn-outline-secondary:not(:disabled):not(.disabled):active, #category .category-form .btn-outline-secondary:not(:disabled):not(.disabled).active, #category .category-form .show > .btn-outline-secondary.dropdown-toggle {
  background: #28629E;
  border-color: #28629E;
}
#category .category-form .btn-outline-secondary {
  border-color: #E4E4E4;
}
#category .category-form .btn-outline-secondary:hover {
  background: #28629E;
  border-color: #28629E;
}
#category .category-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#category .category-product .listing-item {
  width: 32%;
  margin-bottom: 20px;
}
#category .category-product .listing-item .listing-item__title-list {
  display: none;
}
#category .category-product .listing-item .listing-item__img > button {
  left: 20px;
}
#category .category-product .listing-item .listing-item__img > button:nth-child(2) {
  left: 50px;
}
#category .category-product .grid-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#category .category-product .grid-item .listing-item__img {
  border: 0;
  margin: 0;
  width: 25%;
}
#category .category-product .grid-item .listing-item__img a {
  width: 230px;
}
#category .category-product .grid-item .listing-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#category .category-product .grid-item .listing-item__title {
  padding: 25px 0;
  width: 50%;
}
#category .category-product .grid-item .listing-item__title h6 {
  font-size: 1.333rem;
}
#category .category-product .grid-item .listing-item__title .listing-item__title-list {
  display: block;
}
#category .category-product .grid-item .listing-item__title .listing-item__title-list ul {
  margin-top: 25px;
}
#category .category-product .grid-item .listing-item__title .listing-item__title-list ul li {
  margin-bottom: 5px;
}
#category .category-product .grid-item .listing-item__title .listing-item__title-list ul li:last-child {
  margin-bottom: 0px;
}
#category .category-product .grid-item .listing-item__title .listing-item__title-list ul li span {
  display: inline-block;
  color: #585757;
  font-size: 1rem;
}
#category .category-product .grid-item .listing-item__title .listing-item__title-list ul li span:nth-child(1) {
  font-weight: 400;
  width: 100px;
}
#category .category-product .grid-item .listing-item__title .listing-item__title-list ul li span:nth-child(2) {
  font-weight: 600;
}
#category .category-product .grid-item .listing-item__wrap {
  width: 25%;
  padding: 15px 0;
  padding-right: 30px;
  padding-left: 30px;
  border-left: 1px solid #E4E4E4;
}
#category .category-product .grid-item .listing-item__wrap .listing-item__price span.amount {
  font-size: 1.6rem;
  font-weight: 600;
}
#category .category-product .grid-item .listing-item__wrap .listing-item__price span.amount .product-unit {
  font-size: 0.8rem;
  font-weight: 400;
}
#category .category-product .grid-item .listing-item__wrap .listing-item__buttons {
  flex-direction: column;
}
#category .category-product .grid-item .listing-item__wrap .listing-item__buttons .form-q {
  width: 100%;
  margin-bottom: 10px;
}
#category .category-product .grid-item .listing-item__wrap .listing-item__buttons .btn-buttons {
  width: 100%;
}
#category .category-product .grid-item .listing-item__wrap .listing-item__buttons .btn-buttons a {
  width: 100%;
}
#category .category-pagination {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 60px;
}
#category .category-pagination ul {
  display: inline-flex;
  align-items: center;
  height: 38px;
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
}
#category .category-pagination ul li {
  text-align: center;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
  height: 100%;
  line-height: 38px;
}
#category .category-pagination ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #417DBB;
  width: 38px;
}
#category .category-pagination ul li:first-child {
  border: 0;
}
#category .category-pagination ul li:first-child a {
  width: 94px;
  color: #585757;
}
#category .category-pagination ul li:last-child {
  border: 0;
}
#category .category-pagination ul li:last-child a {
  width: 94px;
}
#category .category-pagination ul li.active {
  background: #28629E;
}
#category .category-pagination ul li.active a {
  color: #fff;
}

.category-filter {
  padding-top: 15px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}

::-webkit-scrollbar-button {
  background-image: none;
  background-repeat: no-repeat;
  width: 10px;
  height: 0;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #CACACA;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #CACACA;
}

::-webkit-resizer {
  background-image: none;
  background-repeat: no-repeat;
  width: 10px;
  height: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

article {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E4E4E4;
}
article:last-child {
  border-bottom: 0;
}

.filter-content {
  margin-top: 15px;
}

#collapse_aside2 .form-row {
  display: flex;
  align-items: center;
}
#collapse_aside2 .form-row input {
  display: none;
}
#collapse_aside2 .form-row label {
  margin: 0;
}

.card-header {
  border-bottom: 0;
  padding: 0;
}
.card-header > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-header i {
  color: #969696;
  order: 1;
}
.card-header h6 {
  color: #1C1C1C;
  font-weight: 600;
  order: 0;
}

#slider-range {
  overflow: visible;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border-radius: 100%;
  background: #28629E;
  border: 0;
}

.ui-slider-horizontal .ui-slider-range {
  background: #659DD8;
  height: 101% !important;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.5em;
  margin-left: -0.6em;
}

.ui-widget-content {
  height: 4px;
  border: 0;
  background: #E4E4E4;
}

.card-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
  padding: 0;
}
.card-body .input-price {
  margin-top: 15px;
}
.card-body .input-price input {
  padding-left: 0;
  color: #585757;
  font-weight: 600;
  background: none;
  border: 0;
}
.card-body .input-price > span {
  margin: 0 5px;
}

.card-price {
  overflow: visible;
}

.custom-control {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 100%;
  cursor: pointer;
  color: #545454;
  margin-bottom: 15px;
}
.custom-control:last-child {
  margin-bottom: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #28629E;
  background-color: #28629E;
}

#product .product-head__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product .product-head__wrap .center {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 15px;
}
#product .product-head__wrap .center span {
  font-size: 0.933rem;
}
#product .product-head__wrap .center span:first-child {
  width: 60px;
}
#product .product-head__wrap input[type=checkbox] {
  width: 40px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #28629E;
  outline: none;
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
#product .product-head__wrap input:checked[type=checkbox] {
  background: #c6c6c6;
}
#product .product-head__wrap input[type=checkbox]::before {
  content: "";
  position: absolute;
  width: 13.5px;
  height: 13.5px;
  border-radius: 50%;
  top: 2.5px;
  left: 4px;
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  z-index: 1;
}
#product .product-head__wrap input:checked[type=checkbox]::before {
  left: 22px;
}
#product .product {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding-left: 40px;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 50px;
  border-radius: 6px;
}
#product .product .product-galery {
  position: relative;
  width: 40%;
  margin-right: 50px;
}
#product .product .product-galery .product-galery-arrow {
  position: absolute;
  top: 120px;
  cursor: pointer;
}
#product .product .product-galery #product-galery__main-left {
  left: -15px;
}
#product .product .product-galery #product-galery__main-right {
  right: -15px;
}
#product .product .product-galery .product-galery__main {
  margin-bottom: 40px;
}
#product .product .product-galery .product-galery__main div {
  width: 100%;
}
#product .product .product-galery .product-galery__main div img {
  width: 100%;
}
#product .product .product-galery .product-galery__thumb .slick-track {
  width: 100% !important;
  transform: none !important;
}
#product .product .product-galery .product-galery__thumb .slick-track .slick-slide {
  margin-right: 10px;
}
#product .product .product-galery .product-galery__thumb div img {
  padding: 5px 4px;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  margin-right: 10px;
}
#product .product .product-galery .product-galery__thumb .slick-current img {
  border-color: #417DBB;
}
#product .product .product-galery .product-galery__small {
  margin-top: 10px;
  color: #969696;
  font-size: 0.8rem;
}
#product .product .product-info h1 {
  color: #1C1C1C;
  font-size: 2.133rem;
  line-height: 130%;
  font-weight: 600;
}
#product .product .product-info .product-info__label {
  margin-top: 15px;
}
#product .product .product-info .product-info__label span {
  font-weight: 500;
  font-size: 0.733rem;
  border-radius: 21px;
  padding: 3px 6px;
  margin-right: 10px;
}
#product .product .product-info .product-info__label span:last-child {
  margin-right: 0;
}
#product .product .product-info .product-info__label .white {
  border: 1px solid #E4E4E4;
  background: #fff;
  color: #585757;
}
#product .product .product-info .product-info__label .orange {
  background: #FF9017;
  color: #fff;
}
#product .product .product-info .product-info__text {
  margin-top: 15px;
  color: #545454;
}
#product .product .product-info .product-info__text h5 {
  font-weight: 600;
  margin-bottom: 5px;
}
#product .product .product-info .product-info__text p {
  margin-bottom: 20px;
}
#product .product .product-info .product-info__text ul {
  margin-bottom: 20px;
}
#product .product .product-info .product-info__table table {
  width: 100%;
}
#product .product .product-info .product-info__table table tr {
  background: #F7F7F7;
}
#product .product .product-info .product-info__table table tr:nth-child(2n) {
  background: #fff;
}
#product .product .product-info .product-info__table table tr td {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
}
#product .product .product-info .product-info__table table tr td:first-child {
  width: 1%;
  white-space: nowrap;
}
#product .product .product-info .product-info__table table tr td:last-child {
  color: #1C1C1C;
  font-weight: 600;
}
#product .product .product-info .product-info__buttons {
  margin-top: 20px;
}
#product .product .product-info .product-info__buttons button {
  background: none;
  border: 1px solid #417DBB;
  border-radius: 6px;
  color: #417DBB;
  font-weight: 600;
  width: 140px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  transition: all ease 0.3s;
  margin-right: 10px;
}
#product .product .product-info .product-info__buttons button:last-child {
  margin-right: 0;
}
#product .product .product-info .product-info__buttons button:hover {
  background: #417DBB;
  color: #fff;
}
#product h4 {
  color: #1C1C1C;
  font-weight: 600;
  font-size: 1.333rem;
}
#product .product-table {
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
#product .product-table table {
  margin-top: 15px;
  width: 100%;
}
#product .product-table table tr {
  background: #F7F7F7;
}
#product .product-table table tr:nth-child(2n) {
  background: #fff;
}
#product .product-table table tr td {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
}
#product .product-table table tr td:first-child {
  width: 1%;
  white-space: nowrap;
}
#product .product-table table tr td:last-child {
  color: #1C1C1C;
  font-weight: 600;
}
#product .product-material {
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
#product .product-material ul {
  margin-top: 15px;
}
#product .product-material ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#product .product-material ul li .product-material__text {
  color: #1C1C1C;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#product .product-material ul li .product-material__text img {
  margin-right: 8px;
}
#product .product-material ul li .product-material__link a {
  color: #417DBB;
  font-weight: 600;
}
#product .product-material ul li .product-material__link span {
  display: none;
}
#product h3 {
  font-weight: 600;
  color: #111111;
  font-size: 1.6rem;
}
#product .product-list {
  margin-top: 35px;
  padding-bottom: 50px;
}
#product .product-list .product-list__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
#product .product-list .product-list__title .campaign-arrow {
  display: flex;
}
#product .product-list .product-list__title .campaign-arrow span {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #DDDDDD;
  width: 42px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
#product .product-list .product-list__title .campaign-arrow #product-prev {
  left: 1px;
  border-radius: 4px 0 0 4px;
}
#product .product-list .product-list__title .campaign-arrow #product-next {
  border-radius: 0 4px 4px 0;
}
#product .product-list .product-list__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  /* the parent */
}
#product .product-list .product-list__items .slick-slide {
  margin: 0 15px;
}
#product .product-list .product-list__items .slick-list {
  margin: 0 -15px;
}
#product .product-list .product-list__items .listing-item__img > button {
  left: 20px;
}
#product .product-list .product-list__items .listing-item__img > button:nth-child(2) {
  left: 50px;
}
#product .product-prices {
  display: block;
  position: absolute;
  right: -33%;
  top: 0;
  width: 323.75px;
  background: #fff;
  padding: 20px 15px;
  border-radius: 6px;
}
#product .product-prices .product-prices__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product .product-prices .product-prices__wrap .product-price__wrap-price span {
  /*color: #1C1C1C;*/
  font-weight: 600;
  font-size: 2.133rem;
}
#product .product-prices .product-prices__wrap .product-price__wrap-price span small {
  font-weight: 400;
  font-size: 1rem;
  /*color: #969696;*/
}
#product .product-prices .product-prices__wrap .product-price__wrap-price p {
  font-weight: 400;
  font-size: 1rem;
  color: #969696;
  margin-top: -5px;
}
#product .product-prices .product-prices__wrap .product-price__wrap-discount {
  color: #969696;
  font-size: 1.333rem;
}
#product .product-prices .product-prices__radio {
  margin-top: 20px;
}
#product .product-prices .product-prices__radio label {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
#product .product-prices .product-prices__radio label:last-child {
  margin-bottom: 0;
}
#product .product-prices .product-prices__radio label span {
  color: #1C1C1C;
}
#product .product-prices .product-prices__radio label span small {
  color: #969696;
  font-size: 1rem;
}
#product .product-prices .product-prices__radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #28629E;
  background-color: #28629E;
}
#product .product-prices .product-prices__qnt {
  margin-top: 20px;
}
#product .product-prices .product-prices__qnt .form-q {
  width: 140px;
}
#product .product-prices .product-prices__qnt .form-q p {
  color: #545454;
  margin-bottom: 5px;
}
#product .product-prices .product-prices__qnt .form-q button {
  color: #969696;
  border: 1px solid #E4E4E4;
  background: #fff;
  height: 38px;
  width: 38px;
}
#product .product-prices .product-prices__qnt .form-q #button-minus {
  border-radius: 6px 0 0 6px;
}
#product .product-prices .product-prices__qnt .form-q #button-plus {
  border-radius: 0 6px 6px 0;
}
#product .product-prices .product-prices__qnt .form-q input {
  width: 40px;
  height: 38px;
  border: 1px solid #E4E4E4;
  color: #000;
  text-align: center;
}
#product .product-prices .product-prices__col {
  margin-top: 20px;
  background: #FFF3E7;
  padding: 10px 18px;
  color: #FF9017;
  border-radius: 6px;
}
#product .product-prices .product-prices__col span {
  font-weight: 600;
}
#product .product-prices .product-prices__col p {
  font-size: 0.867rem;
}
#product .product-prices .product-prices__btn {
  margin-top: 20px;
}
#product .product-prices .product-prices__btn button {
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: #417DBB;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  border-radius: 6px;
  padding: 0 12px;
  font-weight: 600;
  transition: all ease 0.2s;
}
#product .product-prices .product-prices__btn button:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#product .product-prices .product-prices__dicount {
  margin-top: 20px;
}
#product .product-prices .product-prices__dicount a {
  background: #DCEDFF;
  color: #28629E;
  padding: 15px 20px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product .product-prices .product-prices__dicount a svg path {
  fill: #28629E;
}

.tracking-wrap {
  position: relative;
  background-color: #ddd;
  height: 8px;
  display: flex;
  margin-bottom: 70px;
  margin-top: 31px;
  border-radius: 4px;
}
.tracking-wrap .step {
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative;
}
.tracking-wrap .step:first-child:before {
  border-radius: 4px 0 0 4px;
}
.tracking-wrap .step:last-child:before {
  border-radius: 0 4px 4px 0;
}
.tracking-wrap .step::before {
  height: 8px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px;
}
.tracking-wrap .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  background: #ddd;
}
.tracking-wrap .icon svg path {
  fill: #969696;
}
.tracking-wrap .text {
  display: block;
  margin-top: 7px;
  color: #969696;
  font-size: 0.867rem;
}
.tracking-wrap .step.active .icon {
  background: #28629E;
  color: #fff;
}
.tracking-wrap .step.active .icon svg path {
  fill: #fff;
}
.tracking-wrap .step.active .text {
  font-weight: 600;
  color: #1C1C1C;
}
.tracking-wrap .step.active:before {
  background: #A9CEF4;
}

.my-products-wrapper,
#cart {
  margin-top: 30px;
  padding-bottom: 50px;
}
.my-products-wrapper h1,
#cart h1 {
  font-weight: 600;
  font-size: 1.6rem;
  color: #1C1C1C;
  margin-bottom: 25px;
}
.my-products-wrapper h2,
#cart h2 {
  font-weight: 600;
  font-size: 1.6rem;
  color: #1C1C1C;
  margin-bottom: 20px;
}
.my-products-wrapper .cart-content,
#cart .cart-content {
  background: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}
.my-products-wrapper .cart-content .cart-content__left,
#cart .cart-content .cart-content__left {
  padding: 20px;
  width: 70%;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table td,
#cart .cart-content .cart-content__left .cart-content__table table td {
  padding-left: 25px;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table td:nth-child(1),
#cart .cart-content .cart-content__left .cart-content__table table td:nth-child(1) {
  padding-left: 0;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table td:nth-child(2),
#cart .cart-content .cart-content__left .cart-content__table table td:nth-child(2) {
  padding-left: 15px;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table td:nth-child(3),
#cart .cart-content .cart-content__left .cart-content__table table td:nth-child(3) {
  padding-left: 40px;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table thead tr td,
#cart .cart-content .cart-content__left .cart-content__table table thead tr td {
  font-size: 0.733rem;
  color: #969696;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-img,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-img {
  /*								img {
  									border: 1px solid #E4E4E4;
  									border-radius: 6px;
  									padding: 3px;
  								}*/
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-img a,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-img a {
  display: inline-block;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 3px;
  width: 80px;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-title,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-title {
  max-width: 260px;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-title h6,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-title h6 {
  font-weight: 400;
  font-size: 1rem;
  color: #545454;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-title p,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-title p {
  font-weight: 400;
  font-size: 0.867rem;
  color: #969696;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-qnt .form-q button,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-qnt .form-q button {
  color: #969696;
  border: 1px solid #E4E4E4;
  background: #fff;
  height: 38px;
  width: 38px;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-qnt .form-q #button-minus,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-qnt .form-q #button-minus {
  border-radius: 6px 0 0 6px;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-qnt .form-q #button-plus,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-qnt .form-q #button-plus {
  border-radius: 0 6px 6px 0;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-qnt .form-q input,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-qnt .form-q input {
  width: 40px;
  height: 38px;
  border: 1px solid #E4E4E4;
  color: #000;
  text-align: center;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-price span,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-price span {
  font-weight: 600;
  color: #1C1C1C;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-price p,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-price p {
  margin-top: -3px;
  font-size: 0.867rem;
  color: #969696;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-remove span,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-remove span {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 29px;
  text-align: center;
  background: #585757;
  border-radius: 6px;
  cursor: pointer;
  transition: all ease 0.2s;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-remove span:hover,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-remove span:hover {
  background: #417DBB;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr td,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr td {
  padding-bottom: 20px;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr:last-child td,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr:last-child td {
  padding-bottom: 0;
}
.my-products-wrapper .cart-content .cart-content__right,
#cart .cart-content .cart-content__right {
  border-left: 1px solid #E4E4E4;
  margin-left: 25px;
  padding: 20px;
  padding-left: 20px;
  width: 30%;
}
.my-products-wrapper .cart-content .cart-content__right .cart-content__right-prices,
#cart .cart-content .cart-content__right .cart-content__right-prices {
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
}
.my-products-wrapper .cart-content .cart-content__right .cart-content__right-prices ul li,
#cart .cart-content .cart-content__right .cart-content__right-prices ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.my-products-wrapper .cart-content .cart-content__right .cart-content__right-prices ul li span:first-child,
#cart .cart-content .cart-content__right .cart-content__right-prices ul li span:first-child {
  color: #545454;
}
.my-products-wrapper .cart-content .cart-content__right .cart-content__right-prices ul li span:last-child,
#cart .cart-content .cart-content__right .cart-content__right-prices ul li span:last-child {
  color: #1C1C1C;
}
.my-products-wrapper .cart-content .cart-content__right .cart-content__right-prices ul li:last-child,
#cart .cart-content .cart-content__right .cart-content__right-prices ul li:last-child {
  margin-bottom: 0;
}
.my-products-wrapper .cart-content .cart-content__right .cart-content__right-prices ul li:last-child span:last-child,
#cart .cart-content .cart-content__right .cart-content__right-prices ul li:last-child span:last-child {
  font-weight: 600;
}
.my-products-wrapper .cart-content .cart-content__right .cart-content__right-input,
#cart .cart-content .cart-content__right .cart-content__right-input {
  margin-top: 20px;
}
.my-products-wrapper .cart-content .cart-content__right .cart-content__right-input input,
#cart .cart-content .cart-content__right .cart-content__right-input input {
  width: 100%;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  background: none;
  padding: 8px 10px;
  color: #969696;
}
.my-products-wrapper .cart-content .cart-content__right .cart-content__right-btn,
#cart .cart-content .cart-content__right .cart-content__right-btn {
  margin-top: 10px;
}
.my-products-wrapper .cart-content .cart-content__right .cart-content__right-btn a,
#cart .cart-content .cart-content__right .cart-content__right-btn a {
  display: block;
  height: 38px;
  width: 100%;
  line-height: 38px;
  background: #417DBB;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  transition: all ease 0.2s;
}
.my-products-wrapper .cart-content .cart-content__right .cart-content__right-btn a:hover,
#cart .cart-content .cart-content__right .cart-content__right-btn a:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.my-products-wrapper .cart-content .cart-content__right .cart-content__right-save,
#cart .cart-content .cart-content__right .cart-content__right-save {
  margin-top: 15px;
  text-align: center;
}
.my-products-wrapper .cart-content .cart-content__right .cart-content__right-save span,
#cart .cart-content .cart-content__right .cart-content__right-save span {
  cursor: pointer;
  color: #417DBB;
}

.region-sidebar aside,
.cart-left aside {
  border-radius: 6px;
}
.region-sidebar aside .list-group-item,
.cart-left aside .list-group-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  color: #545454;
  font-size: 1rem;
  padding: 13px 20px;
  display: flex;
  align-items: center;
}
.region-sidebar aside .list-group-item svg,
.cart-left aside .list-group-item svg {
  margin-right: 12px;
  margin-top: -1px;
}
.region-sidebar aside .list-group-item svg path,
.cart-left aside .list-group-item svg path {
  fill: #545454;
}
.region-sidebar aside .list-group-item:first-child,
.cart-left aside .list-group-item:first-child {
  border-radius: 6px 6px 0 0;
}
.region-sidebar aside .list-group-item:last-child,
.cart-left aside .list-group-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 6px 6px;
}
.region-sidebar aside .list-group-item.active,
.cart-left aside .list-group-item.active {
  color: #fff;
  background-color: #28629E;
  border-color: #28629E;
}
.region-sidebar aside .list-group-item.active svg path,
.cart-left aside .list-group-item.active svg path {
  fill: #fff;
}
.region-sidebar .cart-left__block,
.cart-left .cart-left__block {
  margin-top: 20px;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  display: flex;
}
.region-sidebar .cart-left__block .cart-left__block-text,
.cart-left .cart-left__block .cart-left__block-text {
  padding-top: 15px;
  margin-left: 20px;
}
.region-sidebar .cart-left__block .cart-left__block-text h6,
.cart-left .cart-left__block .cart-left__block-text h6 {
  color: #969696;
  text-transform: uppercase;
  font-size: 0.867em;
  font-weight: 400;
}
.region-sidebar .cart-left__block .cart-left__block-text p,
.cart-left .cart-left__block .cart-left__block-text p {
  margin-top: 20px;
  color: #1C1C1C;
  font-size: 1rem;
  line-height: 146%;
  font-weight: 400;
}
.region-sidebar .cart-left__block .cart-left__block-text a,
.cart-left .cart-left__block .cart-left__block-text a {
  display: block;
  margin-top: 20px;
  color: #417DBB;
  font-size: 1rem;
}
.region-sidebar .cart-one,
.cart-left .cart-one {
  padding-bottom: 30px;
}
.region-sidebar .cart-one .cart-one__content,
.cart-left .cart-one .cart-one__content {
  background: #fff;
  border-radius: 6px;
  padding: 25px 20px;
  margin-bottom: 40px;
}
.region-sidebar .cart-one .cart-one__content .form-group,
.cart-left .cart-one .cart-one__content .form-group {
  margin-bottom: 0;
  width: 420px;
}
.region-sidebar .cart-one .cart-one__content .form-group label,
.cart-left .cart-one .cart-one__content .form-group label {
  display: block;
  color: #545454;
}
.region-sidebar .cart-one .cart-one__content .form-group select,
.cart-left .cart-one .cart-one__content .form-group select {
  width: 100%;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  color: #1C1C1C;
  height: 38px;
}
.region-sidebar .cart-one .cart-one__content .product-prices__radio label,
.cart-left .cart-one .cart-one__content .product-prices__radio label {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.region-sidebar .cart-one .cart-one__content .product-prices__radio label:last-child,
.cart-left .cart-one .cart-one__content .product-prices__radio label:last-child {
  margin-bottom: 0;
}
.region-sidebar .cart-one .cart-one__content .product-prices__radio label span,
.cart-left .cart-one .cart-one__content .product-prices__radio label span {
  color: #545454;
}
.region-sidebar .cart-one .cart-one__content .product-prices__radio label span small,
.cart-left .cart-one .cart-one__content .product-prices__radio label span small {
  color: #545454;
  font-weight: 600;
  font-size: 1rem;
}
.region-sidebar .cart-one .cart-one__content .product-prices__radio .custom-control-input:checked ~ .custom-control-label::before,
.cart-left .cart-one .cart-one__content .product-prices__radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #28629E;
  background-color: #28629E;
}
.region-sidebar .cart-one .cart-one__content-form,
.cart-left .cart-one .cart-one__content-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.region-sidebar .cart-one .cart-one__content-form .form-group,
.cart-left .cart-one .cart-one__content-form .form-group {
  margin-right: 20px;
  width: 420px;
  max-width: 420px;
  margin-bottom: 20px;
}
.region-sidebar .cart-one .cart-one__content-form .form-group input,
.cart-left .cart-one .cart-one__content-form .form-group input {
  width: 100%;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  background: none;
  height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  color: #1C1C1C;
}
.region-sidebar .cart-one .cart-one__content-form .textarea-group label,
.cart-left .cart-one .cart-one__content-form .textarea-group label {
  display: block;
  font-size: 1rem;
  color: #545454;
}
.region-sidebar .cart-one .cart-one__content-form .textarea-group textarea,
.cart-left .cart-one .cart-one__content-form .textarea-group textarea {
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  color: #1C1C1C;
  height: 111px;
  width: 860px;
}
.region-sidebar .cart-one .cart-one__check label a,
.cart-left .cart-one .cart-one__check label a {
  text-decoration: underline;
}
.region-sidebar .cart-one .cart-one__btn a,
.cart-left .cart-one .cart-one__btn a {
  display: block;
  background: #417DBB;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
}
.region-sidebar .cart-one .cart-one__link,
.cart-left .cart-one .cart-one__link {
  margin-top: 24px;
  text-align: center;
}
.region-sidebar .cart-one .cart-one__link a,
.cart-left .cart-one .cart-one__link a {
  color: #969696;
  transition: all ease 0.2s;
}
.region-sidebar .cart-one .cart-one__link a:hover,
.cart-left .cart-one .cart-one__link a:hover {
  color: #417DBB;
}
.region-sidebar .cart-one .cart-one__link:first-child,
.cart-left .cart-one .cart-one__link:first-child {
  margin-top: 30px;
}

.region-sidebar .cart-two__content,
.cart-two .cart-two__content {
  background: #fff;
  border-radius: 6px;
  display: flex;
  margin-bottom: 20px;
}
.region-sidebar .cart-two__content:last-child,
.cart-two .cart-two__content:last-child {
  margin-bottom: 0;
}
.region-sidebar .cart-two__content .cart-two__content-table,
.cart-two .cart-two__content .cart-two__content-table {
  padding-bottom: 10px;
  width: 70%;
}
.region-sidebar .cart-two__content .cart-two__content-table table thead tr td,
.cart-two .cart-two__content .cart-two__content-table table thead tr td {
  padding: 20px;
  color: #969696;
  font-size: 0.867rem;
  text-transform: uppercase;
}
.region-sidebar .cart-two__content .cart-two__content-table table tbody tr,
.cart-two .cart-two__content .cart-two__content-table table tbody tr {
  background: #F7F7F7;
}
.region-sidebar .cart-two__content .cart-two__content-table table tbody tr:nth-child(2n),
.cart-two .cart-two__content .cart-two__content-table table tbody tr:nth-child(2n) {
  background: #fff;
}
.region-sidebar .cart-two__content .cart-two__content-table table tbody tr td,
.cart-two .cart-two__content .cart-two__content-table table tbody tr td {
  padding: 8px 20px;
}
.region-sidebar .cart-two__content .cart-two__content-table table tbody tr td.table-title,
.cart-two .cart-two__content .cart-two__content-table table tbody tr td.table-title {
  color: #545454;
}
.region-sidebar .cart-two__content .cart-two__content-table table tbody tr td.table-price,
.cart-two .cart-two__content .cart-two__content-table table tbody tr td.table-price {
  color: #1C1C1C;
  font-weight: 600;
}
.region-sidebar .cart-two__content .cart-two__content-table table tbody tr td.table-qnt,
.cart-two .cart-two__content .cart-two__content-table table tbody tr td.table-qnt {
  color: #1C1C1C;
  font-weight: 600;
}
.region-sidebar .cart-two__content .cart-two__content-table table tbody tr td.table-sum,
.cart-two .cart-two__content .cart-two__content-table table tbody tr td.table-sum {
  color: #1C1C1C;
  font-weight: 600;
}
.region-sidebar .cart-two__content .cart-two__content-tables,
.cart-two .cart-two__content .cart-two__content-tables {
  padding-bottom: 3px;
  width: 100%;
}
.region-sidebar .cart-two__content .cart-two__content-tables table,
.cart-two .cart-two__content .cart-two__content-tables table {
  width: 100%;
}
.region-sidebar .cart-two__content .cart-two__content-tables table thead tr td,
.cart-two .cart-two__content .cart-two__content-tables table thead tr td {
  padding: 20px;
}
.region-sidebar .cart-two__content .cart-two__content-tables table tbody tr td,
.cart-two .cart-two__content .cart-two__content-tables table tbody tr td {
  padding-left: 40px;
}
.region-sidebar .cart-two__content .cart-two__content-tables table tbody tr td:first-child,
.cart-two .cart-two__content .cart-two__content-tables table tbody tr td:first-child {
  width: 42%;
}
.region-sidebar .cart-two__content .cart-two__content-tables table tbody tr td:last-child,
.cart-two .cart-two__content .cart-two__content-tables table tbody tr td:last-child {
  padding: 0;
  font-weight: 600;
  color: #1C1C1C;
}
.region-sidebar .cart-two__content .cart-two__content-prices,
.cart-two .cart-two__content .cart-two__content-prices {
  border-left: 1px solid #E4E4E4;
  padding: 20px;
  width: 30%;
}
.region-sidebar .cart-two__content .cart-two__content-prices ul li,
.cart-two .cart-two__content .cart-two__content-prices ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}
.region-sidebar .cart-two__content .cart-two__content-prices ul li:last-child,
.cart-two .cart-two__content .cart-two__content-prices ul li:last-child {
  margin-bottom: 0;
}
.region-sidebar .cart-two__content .cart-two__content-prices ul li span,
.cart-two .cart-two__content .cart-two__content-prices ul li span {
  color: #545454;
}
.region-sidebar .cart-two__content .cart-two__content-prices ul li span:last-child,
.cart-two .cart-two__content .cart-two__content-prices ul li span:last-child {
  color: #1C1C1C;
}
.region-sidebar .cart-two__content .cart-two__content-prices ul:first-child,
.cart-two .cart-two__content .cart-two__content-prices ul:first-child {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 18px;
}
.region-sidebar .cart-two__content .cart-two__content-prices ul:last-child,
.cart-two .cart-two__content .cart-two__content-prices ul:last-child {
  padding-top: 16px;
}
.region-sidebar .cart-two__content .cart-two__content-prices ul:last-child li span:last-child,
.cart-two .cart-two__content .cart-two__content-prices ul:last-child li span:last-child {
  font-weight: 600;
}
.region-sidebar .cart-two__content .cart-two__content-delivery,
.cart-two .cart-two__content .cart-two__content-delivery {
  padding: 20px;
}
.region-sidebar .cart-two__content .cart-two__content-delivery span,
.cart-two .cart-two__content .cart-two__content-delivery span {
  color: #969696;
  font-size: 0.867rem;
  text-transform: uppercase;
}
.region-sidebar .cart-two__content .cart-two__content-delivery p,
.cart-two .cart-two__content .cart-two__content-delivery p {
  margin-top: 20px;
  padding-left: 15px;
  color: #545454;
  font-weight: 600;
  font-size: 1rem;
}
.region-sidebar .cart-two__btn a,
.cart-two .cart-two__btn a {
  display: block;
  width: 100%;
  height: 38px;
  background: #417DBB;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 38px;
  border-radius: 6px;
}
.region-sidebar .cart-two__links a,
.cart-two .cart-two__links a {
  margin-top: 20px;
  display: block;
  text-align: center;
  color: #969696;
  transition: all ease 0.2s;
}
.region-sidebar .cart-two__links a:first-child,
.cart-two .cart-two__links a:first-child {
  margin-top: 25px;
}
.region-sidebar .cart-two__links a:hover,
.cart-two .cart-two__links a:hover {
  color: #417DBB;
}

.region-sidebar .cart-three__content,
.cart-three .cart-three__content {
  background: #fff;
  border-radius: 6px;
  padding: 78px 60px 61px 60px;
  text-align: center;
}
.region-sidebar .cart-three__content h1,
.cart-three .cart-three__content h1 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.region-sidebar .cart-three__content p,
.cart-three .cart-three__content p {
  color: #585757;
}
.region-sidebar .cart-three__content .cart-three__content-buttons,
.cart-three .cart-three__content .cart-three__content-buttons {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.region-sidebar .cart-three__content .cart-three__content-buttons a,
.cart-three .cart-three__content .cart-three__content-buttons a {
  display: block;
  width: 222px;
  height: 38px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  transition: all ease 0.2s;
}
.region-sidebar .cart-three__content .cart-three__content-buttons a:first-child,
.cart-three .cart-three__content .cart-three__content-buttons a:first-child {
  color: #fff;
  background: #417DBB;
  margin-right: 15px;
}
.region-sidebar .cart-three__content .cart-three__content-buttons a:first-child:hover,
.cart-three .cart-three__content .cart-three__content-buttons a:first-child:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.region-sidebar .cart-three__content .cart-three__content-buttons a:last-child,
.cart-three .cart-three__content .cart-three__content-buttons a:last-child {
  color: #417DBB;
  border: 1px solid #417DBB;
}
.region-sidebar .cart-three__content .cart-three__content-buttons a:last-child:hover,
.cart-three .cart-three__content .cart-three__content-buttons a:last-child:hover {
  color: #fff;
  background: #417DBB;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
  box-shadow: none;
}

.menu_container {
  display: none;
}

.mobile_menu_overlay, .mobile_menu_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile_menu_container, .mobile_menu_container ul li ul {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.mobile_menu_overlay {
  display: none;
  cursor: pointer;
  z-index: 10200;
  background: rgba(0, 0, 0, 0.5);
}

.mobile_menu_container {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  width: 300px;
  overflow: hidden;
  z-index: 10201;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mobile_menu_container.loaded {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.mobile_menu_container .mobile_menu_content {
  overflow: auto;
  max-height: 100%;
  padding-bottom: 30px;
}

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

.mobile_menu_container ul li {
  list-style: none;
}

.mobile_menu_container ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  line-height: 20px;
  font-size: 1rem;
  background: #fff;
  color: #585757;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #E2E2E2;
}

.mobile_menu_container ul li a.parent {
  background: #fff;
}

.mobile_menu_container ul li a.mob-menu__close, .mobile_menu_container ul li a.back {
  background: #F7F7F7;
}

.mobile_menu_container ul li ul {
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}

.mobile_menu_container ul li ul.loaded {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.mobile_menu_container ul li ul.activity {
  overflow-y: auto;
  overflow-x: hidden;
}

.mobile_menu_container ul li a span:first-child img {
  margin-right: 9px;
}

.mobile_menu_container ul li.li-back a {
  border-bottom: 0;
}

.li-back {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F7F7F7;
  border-bottom: 1px solid #E2E2E2;
}
.li-back span {
  color: #585757;
  font-weight: 600;
}

.header-login {
  display: none;
}

.header-login button {
  background: none;
  border: 0;
  color: #fff;
  outline: none !important;
}

.mob-search {
  display: none;
}

#category .category-head span {
  display: none;
}

.product-mob__prices {
  display: none;
}

.meist {
  padding-bottom: 50px;
}
.meist h1 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #111111;
  margin-bottom: 20px;
}
.meist .meist-wrap .meist-block {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  padding-right: 60px;
  margin-bottom: 30px;
  border: 1px solid #E4E4E4;
}
.meist .meist-wrap .meist-block:last-child {
  margin-bottom: 0;
}
.meist .meist-wrap .meist-block ul li {
  font-weight: 600;
  color: #585757;
  font-size: 1rem;
  margin-bottom: 5px;
}
.meist .meist-wrap .meist-block h3 {
  font-weight: 600;
  color: #28629E;
  font-size: 1.333rem;
  margin-bottom: 20px;
}
.meist .meist-wrap .meist-block p {
  font-weight: 400;
  color: #585757;
  font-size: 1rem;
  line-height: 147%;
  margin-bottom: 20px;
}
.meist .meist-wrap .meist-block p:last-child {
  margin-bottom: 0;
}
.meist .meist-wrap .meist-block p:last-child small {
  line-height: 16px;
}
.meist .meist-wrap .meist-block p b {
  font-weight: 700;
}
.meist .meist-wrap .meist-block p a {
  color: #417DBB;
}
.meist .meist-wrap .meist-block p small {
  font-size: 0.8rem;
}
.meist .meist-wrap .meist-block > ol > li {
  margin-top: 20px;
}
.meist .meist-wrap .meist-block > ol > li:first-child {
  margin-top: 0;
}
.meist .meist-wrap .meist-block > ol > li:before {
  font-weight: 700;
}
.meist .meist-wrap .meist-block ol {
  list-style: none;
  counter-reset: li;
  color: #585757;
}
.meist .meist-wrap .meist-block ol li {
  position: relative;
}
.meist .meist-wrap .meist-block ol li span {
  display: block;
  padding-left: 55px;
}
.meist .meist-wrap .meist-block ol li span b {
  font-weight: 700;
}
.meist .meist-wrap .meist-block ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: li;
  content: counters(li, ".") ". ";
}
.meist .meist-right {
  margin-top: 30px;
}
.meist .meist-right .meist-right__block {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
}
.meist .meist-right .meist-right__block h5 {
  font-weight: 600;
  color: #28629E;
  font-size: 0.867rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.meist .meist-right .meist-right__block ul {
  margin-bottom: 20px;
}
.meist .meist-right .meist-right__block ul li {
  display: flex;
  margin-bottom: 3px;
}
.meist .meist-right .meist-right__block ul li > span {
  font-weight: 600;
  color: #1C1C1C;
  width: 55px;
  margin-right: 10px;
}
.meist .meist-right .meist-right__block ul li > p {
  color: #1C1C1C;
  font-weight: 400;
  font-size: 1rem;
}
.meist .meist-right .meist-right__block ul li > p > span {
  display: block;
}
.meist .meist-right .meist-right__block ul li > p > span a {
  color: #417DBB;
}
.meist .meist-right .meist-right__block p {
  font-weight: 400;
  font-size: 1rem;
  color: #1C1C1C;
}
.meist .meist-right .meist-right__text {
  margin-top: 30px;
}
.meist .meist-right .meist-right__text h4 {
  font-weight: 600;
  font-size: 1.6rem;
  color: #28629E;
}
.meist .meist-right .meist-right__text p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 1rem;
  color: #585757;
  line-height: 22px;
}
.meist .meist-right .meist-right__text p a {
  color: #417DBB;
}
.meist .meist-right .meist-right__text p small {
  font-weight: 400;
  font-size: 0.8rem;
  color: #585757;
  line-height: 16px;
}
.meist .meist-right .meist-right__text p:last-child {
  line-height: 16px;
}
.meist .meist-right .meist-right__form {
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
}
.meist .meist-right .meist-right__form .form-group label {
  display: block;
  color: #545454;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 5px;
}
.meist .meist-right .meist-right__form .form-group input {
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  color: #1C1C1C;
  font-weight: 400;
  font-size: 1rem;
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding-left: 15px;
}
.meist .meist-right .meist-right__form .form-group textarea {
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  color: #1C1C1C;
  padding: 5px 15px;
  width: 100%;
  height: 111px;
}
.meist .meist-right .meist-right__form input[type=submit] {
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: #417DBB;
  border: 0;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

#present {
  padding-bottom: 20px;
}
#present h1 {
  color: #111111;
  font-weight: 600;
  font-size: 2.4rem;
}
#present .present-wrap .present-main {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 0 0 6px 6px;
}
#present .present-wrap .present-main .present-block img {
  width: 100%;
}
#present .present-wrap .present-main .present-block .present-block__text {
  padding: 20px;
  padding-top: 30px;
}
#present .present-wrap .present-main .present-block .present-block__text span {
  display: block;
  font-weight: 600;
  font-size: 1.333rem;
  color: #1C1C1C;
  margin-bottom: 20px;
  line-height: 26px;
}
#present .present-wrap .present-main .present-block .present-block__text a {
  display: block;
  color: #5A85EF;
  font-size: 0.867em;
  font-weight: 400;
  margin-bottom: 20px;
}
#present .present-wrap .present-main .present-block .present-block__text p {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  color: #1C1C1C;
  line-height: 22px;
}
#present .present-wrap .present-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#present .present-wrap .present-list .opacity {
  opacity: 0.3;
}
#present .present-wrap .present-list .bg-dark {
  background-color: #000 !important;
}
#present .present-wrap .present-list .card {
  border: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-right: 23px;
  margin-bottom: 20px;
}
#present .present-wrap .present-list .card:nth-child(3n) {
  margin-right: 0;
}
#present .present-wrap .present-list h5 {
  color: #fff;
  font-size: 1.333rem;
  font-weight: 600;
}
#present .present-wrap .present-list .card-buttons {
  display: flex;
  align-items: center;
}
#present .present-wrap .present-list .btn-white {
  display: block;
  width: 92px;
  height: 38px;
  border-radius: 6px;
  background: #fff;
  color: #417DBB;
  line-height: 38px;
  text-align: center;
  transition: all ease 0.2s;
  margin-right: 10px;
}
#present .present-wrap .present-list .btn-white:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#present .present-wrap .present-list .btn-blue {
  display: block;
  width: 102px;
  height: 38px;
  border-radius: 6px;
  background: #417DBB;
  color: #fff;
  line-height: 38px;
  text-align: center;
  transition: all ease 0.2s;
}
#present .present-wrap .present-list .btn-blue:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#present .present-wrap .present-list .card-img-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Right form on pages */
.present-right__form {
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
}
.present-right__form .present-right__form-haed {
  margin-bottom: 15px;
}
.present-right__form .present-right__form-haed span {
  display: block;
  color: #969696;
  font-weight: 400;
  font-size: 0.867rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.present-right__form .present-right__form-haed p {
  color: #1C1C1C;
  font-weight: 600;
  font-size: 1rem;
}
.present-right__form .form-group label {
  display: block;
  color: #545454;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 5px;
}
.present-right__form .form-group input {
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  color: #1C1C1C;
  font-weight: 400;
  font-size: 1rem;
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding-left: 15px;
}
.present-right__form .form-group textarea {
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  color: #1C1C1C;
  padding: 5px 15px;
  width: 100%;
  height: 111px;
}
.present-right__form .file-group {
  margin-bottom: 1.2rem;
}
.present-right__form .file-group .btn-tertiary {
  color: #fff;
  padding: 0;
  line-height: 30px;
  width: 100%;
  height: 30px;
  margin: auto;
  display: block;
  border: 0;
  background: #585757;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.present-right__form .file-group .js-fileName {
  font-weight: 600;
  font-size: 0.867rem;
}
.present-right__form .file-group .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.present-right__form .file-group .input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
}
.present-right__form input[type=submit] {
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: #417DBB;
  border: 0;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
#present.business .business-main {
  border: 1px solid #E4E4E4;
  border-radius: 6px;
}
#present.business .business-main .bussines-block img {
  position: relative;
  top: -1px;
}
#present.business .business-main .bussines-block .business-block__text {
  padding: 20px;
}
#present.business .business-main .bussines-block .business-block__text h3 {
  font-weight: 600;
  font-size: 1.333rem;
  color: #28629E;
  margin-bottom: 20px;
}
#present.business .business-main .bussines-block .business-block__text p {
  font-weight: 400;
  font-size: 1rem;
  color: #1C1C1C;
  margin-bottom: 20px;
}
#present.business .business-main .bussines-block .business-block__text p b {
  font-weight: 600;
}
#present.business .business-main .bussines-block .business-block__text p:last-child {
  margin-bottom: 0;
}
#present.business .bussines-list {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
  margin-bottom: 20px;
}
#present.business .bussines-list h3 {
  font-weight: 600;
  font-size: 1.333rem;
  color: #28629E;
  margin-bottom: 20px;
}
#present.business .bussines-list ul li {
  width: 100%;
  padding: 8px 12px;
  background: #F7F7F7;
  color: #1C1C1C;
  font-weight: 400;
  font-size: 1rem;
}
#present.business .bussines-list ul li b {
  font-weight: 600;
}
#present.business .bussines-list ul li:first-child {
  border-radius: 6px 6px 0 0;
}
#present.business .bussines-list ul li:last-child {
  border-radius: 0 0 6px 6px;
}
#present.business .bussines-list ul li:nth-child(2n) {
  background: none;
}
#present.business .bussines-list ul li span:first-child {
  display: inline-block;
  color: #545454;
  font-weight: 400;
  font-size: 1rem;
  min-width: 170px;
  margin-right: 20px;
}
#present.business .bussines-list ul li span:last-child {
  color: #1C1C1C;
  font-weight: 600;
  font-size: 1rem;
}

#present.templid .templid-main {
  border: 1px solid #E4E4E4;
  border-radius: 6px;
}
#present.templid .templid-main .templid-block img {
  position: relative;
  top: -1px;
}
#present.templid .templid-main .templid-block .templid-block__text {
  padding: 20px;
}
#present.templid .templid-main .templid-block .templid-block__text h3 {
  font-weight: 600;
  font-size: 1.333rem;
  color: #28629E;
  margin-bottom: 20px;
}
#present.templid .templid-main .templid-block .templid-block__text p {
  font-weight: 400;
  font-size: 1rem;
  color: #1C1C1C;
  margin-bottom: 20px;
}
#present.templid .templid-main .templid-block .templid-block__text p span {
  font-weight: 400;
  font-size: 0.867rem;
  color: #28629E;
  text-transform: uppercase;
}
#present.templid .templid-main .templid-block .templid-block__text p b {
  font-weight: 600;
}
#present.templid .templid-main .templid-block .templid-block__text p:last-child {
  margin-bottom: 0;
}
#present.templid .templid-main .templid-block .templid-block__text ul {
  margin-bottom: 20px;
}
#present.templid .templid-main .templid-block .templid-block__text ul li {
  color: #1C1C1C;
  font-weight: 400;
  font-size: 1rem;
}
#present.templid .templid-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#present.templid .templid-list .templid-item {
  width: 322px;
  height: 490px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  padding-bottom: 35px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-right: 22px;
}
#present.templid .templid-list .templid-item:nth-child(3n) {
  margin-right: 0;
}
#present.templid .templid-list .templid-item .templid-item__img {
  padding: 10px;
  border-bottom: 1px solid #E4E4E4;
}
#present.templid .templid-list .templid-item .templid-item__img img {
  width: 100%;
}
#present.templid .templid-list .templid-item .templid-item__wrap {
  margin-top: 15px;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#present.templid .templid-list .templid-item .templid-item__title {
  padding: 0 10px;
}
#present.templid .templid-list .templid-item .templid-item__title h5 {
  color: #1C1C1C;
  font-weight: 600;
  font-size: 1.333rem;
}
#present.templid .templid-list .templid-item .templid-item__btn a {
  display: block;
  width: 100px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #417DBB;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  margin: 0 auto;
  transition: all ease 0.2s;
}
#present.templid .templid-list .templid-item .templid-item__btn a:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#present.templid-two .templid-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
#present.templid-two .templid-head .templid-head__wrap {
  display: flex;
  align-items: center;
}
#present.templid-two .templid-head .templid-head__wrap select {
  font-size: 0.933rem;
  color: #585757;
  width: auto;
}
#present.templid-two .templid-head .templid-head__wrap .center {
  display: flex;
  align-items: center;
  margin-right: 35px;
  position: relative;
  z-index: 1;
}
#present.templid-two .templid-head .templid-head__wrap .center span {
  font-size: 0.933rem;
}
#present.templid-two .templid-head .templid-head__wrap .center span:first-child {
  width: 60px;
}
#present.templid-two .templid-head .templid-head__wrap input[type=checkbox] {
  width: 40px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #28629E;
  outline: none;
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
#present.templid-two .templid-head .templid-head__wrap input:checked[type=checkbox] {
  background: #c6c6c6;
}
#present.templid-two .templid-head .templid-head__wrap input[type=checkbox]::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: 2.5px;
  left: 4px;
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  z-index: 1;
}
#present.templid-two .templid-head .templid-head__wrap input:checked[type=checkbox]::before {
  left: 22px;
}
#present.templid-two .templid-head .templid-head__wrap .btn-outline-secondary:not(:disabled):not(.disabled):active, #present.templid-two .templid-head .templid-head__wrap .btn-outline-secondary:not(:disabled):not(.disabled).active, #present.templid-two .templid-head .templid-head__wrap .show > .btn-outline-secondary.dropdown-toggle {
  background: #28629E;
  border-color: #28629E;
}
#present.templid-two .templid-head .templid-head__wrap .btn-outline-secondary {
  border-color: #E4E4E4;
}
#present.templid-two .templid-head .templid-head__wrap .btn-outline-secondary:hover {
  background: #28629E;
  border-color: #28629E;
}
#present.templid-two .templid-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#present.templid-two .templid-list .templid-items {
  width: 322px;
  height: 490px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  padding-bottom: 35px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-right: 22px;
}
#present.templid-two .templid-list .templid-items:nth-child(4n) {
  margin-right: 0;
}
#present.templid-two .templid-list .templid-items .templid-item__img {
  padding: 10px;
  border-bottom: 1px solid #E4E4E4;
}
#present.templid-two .templid-list .templid-items .templid-item__img img {
  width: 100%;
}
#present.templid-two .templid-list .templid-items .templid-item__wrap {
  margin-top: 15px;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#present.templid-two .templid-list .templid-items .templid-item__title {
  padding: 0 10px;
}
#present.templid-two .templid-list .templid-items .templid-item__title h5 {
  color: #1C1C1C;
  font-weight: 600;
  font-size: 1.333rem;
}
#present.templid-two .templid-list .templid-items .templid-item__btn a {
  display: block;
  width: 100px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #417DBB;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  margin: 0 auto;
  transition: all ease 0.2s;
}
#present.templid-two .templid-list .templid-items .templid-item__btn a:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#present.templid-three .templid-three__main {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 20px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-around;
}
#present.templid-three .templid-three__main .templid-three__left .templid-three__left-img {
  margin-bottom: 25px;
}
#present.templid-three .templid-three__main .templid-three__right h1 {
  font-size: 2.133rem;
  color: #1C1C1C;
}
#present.templid-three .templid-three__main .templid-three__right p {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #545454;
  font-weight: 400;
  font-size: 1rem;
}
#present.templid-three .templid-three__main .templid-three__right p span {
  display: block;
}
#present.templid-three .templid-three__main .templid-three__right ul li {
  padding: 8px 15px;
  color: #545454;
  font-weight: 400;
  font-size: 1rem;
  background: #F7F7F7;
}
#present.templid-three .templid-three__main .templid-three__right ul li span {
  display: inline-block;
}
#present.templid-three .templid-three__main .templid-three__right ul li span:nth-child(1) {
  width: 100px;
  margin-right: 20px;
}
#present.templid-three .templid-three__main .templid-three__right ul li span:nth-child(2) {
  color: #1C1C1C;
  font-weight: 600;
}
#present.templid-three .templid-three__main .templid-three__right ul li:nth-child(2n) {
  background: none;
}
#present.templid-three .present-right__form {
  margin-top: 67px;
  border: 0;
}
#present.templid-three .present-right__form form {
  margin-bottom: 20px;
}
#present.templid-three .present-right__form form button {
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: #417dbb;
  border: 0;
  border-radius: 6px;
  color: white;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.2s;
}
#present.templid-three .present-right__form form button:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#present.templid-three .present-right__form form button span {
  margin-right: 50px;
}
#present.templid-three .present-right__form .present-right__form-price {
  margin-top: 15px;
  margin-bottom: 20px;
}
#present.templid-three .present-right__form .present-right__form-price p {
  font-weight: 400;
  font-size: 0.867rem;
  color: #969696;
  line-height: 100%;
  margin-bottom: 8px;
}
#present.templid-three .present-right__form .present-right__form-price p span {
  color: #1C1C1C;
  font-weight: 600;
  font-size: 2.133rem;
  margin-right: 3px;
}
#present.templid-three .present-right__form .present-right__form-price p:last-child {
  margin-bottom: 0;
}
#present.templid-three .present-right__form .templid-three__down p {
  margin-bottom: 20px;
}
#present.templid-three .present-right__form .templid-three__down p:last-child {
  font-size: 0.95rem;
  color: #969696;
}
#present.templid-three h2 {
  margin-bottom: 20px;
}
#present.templid-three .templid-list .templid-item .templid-item__btn {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#present.templid-three .templid-list .templid-item .templid-item__btn span {
  color: #585757;
  font-weight: 600;
  font-size: 1.333rem;
}
#present.templid-three .templid-list .templid-item .templid-item__btn a {
  margin: 0;
}

#minu {
  margin-top: 30px;
  padding-bottom: 30px;
}
#minu .minu-left .minu-left__head {
  margin-bottom: 20px;
}
#minu .minu-left .minu-left__head h3 {
  font-weight: 600;
  font-size: 1.333rem;
  color: #1C1C1C;
  line-height: 26px;
}
#minu .minu-left .minu-left__head span {
  font-weight: 400;
  font-size: 1rem;
  color: #585757;
  line-height: 22px;
}
#minu .minu-left aside {
  margin-bottom: 10px;
}
#minu .minu-left aside ul a {
  display: flex;
  align-items: center;
  color: #545454;
  font-weight: 400;
  font-size: 1rem;
  border-color: rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
}
#minu .minu-left aside ul li:last-child a {
  border-bottom: 0;
}
#minu .minu-left aside ul a span {
  margin-left: 10px;
}
#minu .minu-left aside ul a svg path {
  fill: #969696;
}
#minu .minu-left aside ul a.active {
  background: #28629E;
  color: #fff;
}
#minu .minu-left aside ul a.active svg path {
  fill: #fff;
}
#minu .minu-left aside ul.minu-off a {
  border: 0;
}
#minu .minu-left .minu-left__blocks {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E4E4E4;
}
#minu .minu-left .minu-left__blocks .minu-left__block {
  background: #fff;
  border-radius: 6px;
  padding: 15px 20px;
  margin-bottom: 10px;
}
#minu .minu-left .minu-left__blocks .minu-left__block p {
  color: #969696;
  font-weight: 400;
  font-size: 0.867rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#minu .minu-left .minu-left__blocks .minu-left__block a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#minu .minu-left .minu-left__blocks .minu-left__block a .minu-left__block-left span {
  font-weight: 600;
  font-size: 1rem;
}
#minu .minu-left .minu-left__blocks .minu-left__block a .minu-left__block-left .green {
  color: #32AC41;
}
#minu .minu-left .minu-left__blocks .minu-left__block a .minu-left__block-left .red {
  color: #FA3434;
}
#minu .minu-left .minu-left__blocks .minu-left__block .minu-left__block-down {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
#minu .minu-left .minu-left__blocks .minu-left__block .minu-left__block-down .minu-left__block-down-img {
  margin-right: 15px;
}
#minu .minu-left .minu-left__blocks .minu-left__block .minu-left__block-down .minu-left__block-down-text ul li {
  font-size: 1rem;
  color: #1C1C1C;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 22px;
}
#minu .minu-left .minu-left__blocks .minu-left__block .minu-left__block-down .minu-left__block-down-text ul li b {
  font-weight: 600;
}
#minu .minu-left .minu-left__blocks .minu-left__block .minu-left__block-down .minu-left__block-down-text a {
  display: block;
  margin-top: 20px;
  color: #5A85EF;
  font-weight: 400;
  font-size: 1rem;
}
#minu .minu-right .minu-right__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#minu .minu-right .minu-right__head h1 {
  color: #1C1C1C;
  font-weight: 600;
  font-size: 1.6rem;
}
#minu .minu-right .minu-right__head a {
  display: block;
  width: 150px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  background: #417DBB;
  border-radius: 6px;
}
#minu .minu-right .minu-right__main h4 {
  color: #1C1C1C;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 25px;
}
#minu .minu-right .minu-right__main .minu-right__form {
  margin-top: 29px;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
}
#minu .minu-right .minu-right__main .minu-right__form h5 {
  color: #5A85EF;
  font-weight: 600;
  font-size: 0.867rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#minu .minu-right .minu-right__main .minu-right__form form {
  width: 50%;
}
#minu .minu-right .minu-right__main .minu-right__form form label {
  color: #545454;
  font-weight: 400;
  font-size: 1rem;
}
#minu .minu-right .minu-right__main .minu-right__form form .form-group p {
  color: #969696;
  font-weight: 400;
  font-size: 0.8rem;
}
#minu .minu-right .minu-right__main .minu-right__form form .form-group input {
  border-color: #E4E4E4;
  border-radius: 6px;
}
#minu .minu-right .minu-right__main .minu-right__form form .form-group .form-text {
  margin-top: 20px;
  color: #969696;
  text-align: center;
  font-weight: 400;
  font-size: 0.867rem;
}
#minu .minu-right .minu-right__main .minu-right__main-table .minu-right__main-table-list {
  margin-top: 29px;
}
#minu .minu-right .minu-right__main .minu-right__main-table ul li {
  padding: 8px 15px;
  background: #fff;
  border-bottom: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
}
#minu .minu-right .minu-right__main .minu-right__main-table ul li:first-child {
  background: #585757;
  padding: 10px 15px;
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
}
#minu .minu-right .minu-right__main .minu-right__main-table ul li:first-child b {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.867rem;
}
#minu .minu-right .minu-right__main .minu-right__main-table ul li:last-child {
  border-radius: 0 0 6px 6px;
}
#minu .minu-right .minu-right__main .minu-right__main-table ul li span {
  display: inline-block;
  font-size: 1rem;
}
#minu .minu-right .minu-right__main .minu-right__main-table ul li span:first-child {
  min-width: 200px;
  color: #545454;
  font-weight: 400;
}
#minu .minu-right .minu-right__main .minu-right__main-table ul li span:last-child {
  color: #1C1C1C;
  font-weight: 600;
}
#minu .minu-right .minu-right__main .minu-right__main-users {
  margin-top: 35px;
}
#minu .minu-right .minu-right__main .minu-right__main-users table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#minu .minu-right .minu-right__main .minu-right__main-users table thead tr td {
  color: #969696;
  font-weight: 400;
  font-size: 0.867rem;
  text-transform: uppercase;
}
#minu .minu-right .minu-right__main .minu-right__main-users table thead tr td:first-child {
  padding-left: 15px;
}
#minu .minu-right .minu-right__main .minu-right__main-users table thead tr td:last-child {
  padding-right: 15px;
}
#minu .minu-right .minu-right__main .minu-right__main-users table thead tr td img {
  margin-left: 8px;
}
#minu .minu-right .minu-right__main .minu-right__main-users table tbody tr:nth-child(2n) {
  background: #fff;
}
#minu .minu-right .minu-right__main .minu-right__main-users table tbody tr td {
  color: #545454;
  font-weight: 400;
  font-size: 1rem;
  padding: 8px 0;
}
#minu .minu-right .minu-right__main .minu-right__main-users table tbody tr td:first-child {
  padding-left: 15px;
}
#minu .minu-right .minu-right__main .minu-right__main-users table tbody tr td:last-child {
  padding-right: 15px;
  text-align: right;
}
#minu .minu-right .minu-right__main .minu-right__main-users table tbody tr td b {
  font-weight: 600;
  color: #1C1C1C;
}
#minu .minu-right .minu-right__main .minu-right__main-users table tbody tr td a {
  color: #417DBB;
  font-weight: 600;
  font-size: 1rem;
}
#minu .minu-right .minu-right__main .minu-right__main-users table tbody tr:first-child td {
  padding-top: 12px;
}
#minu .minu-right .minu-right__main .minu-right__main-empty .minu-right__main-empty-wrap {
  margin-top: 38px;
  width: 100%;
  height: 300px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#minu .minu-right .minu-right__main .minu-right__main-empty .minu-right__main-empty-wrap span {
  color: #969696;
  font-weight: 400;
  font-size: 1rem;
}

#blog-head {
  padding: 30px 0;
}
#blog-head h1 {
  color: #111111;
  font-weight: 600;
  font-size: 2.4rem;
}

#blog {
  background: #fff;
  padding: 30px 0;
}

.blog-item {
  margin-bottom: 30px;
}
.blog-item .blog-item__img img {
  width: 100%;
}
.blog-item .blog-item__data {
  margin-top: 20px;
}
.blog-item .blog-item__data span {
  color: #585757;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 16px;
}
.blog-item .blog-item__title {
  margin-top: 6px;
}
.blog-item .blog-item__title h4 {
  color: #1C1C1C;
  font-weight: 600;
  line-height: 32px;
  font-size: 1.6rem;
}
.blog-item .blog-item__text {
  margin-top: 12px;
}
.blog-item .blog-item__text p {
  color: #585757;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
}
.blog-item .blog-item__btn {
  margin-top: 20px;
}
.blog-item .blog-item__btn a {
  display: block;
  border-radius: 6px;
  border: 1px solid #5A85EF;
  color: #5A85EF;
  text-align: center;
  width: 100px;
  height: 38px;
  line-height: 38px;
  font-weight: 600;
  font-size: 1rem;
}

.node-type-blog #content-section {
  background: #fff;
}

#post {
  background: #fff;
  padding: 30px 0;
}
#post .post {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
}
#post .post .post-data {
  margin-bottom: 6px;
}
#post .post .post-data span {
  color: #585757;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
}
#post .post .post-head {
  margin-bottom: 20px;
}
#post .post .post-head h1 {
  color: #1C1C1C;
  font-weight: 600;
  font-size: 2.4rem;
}
#post .post .post-img {
  margin-bottom: 30px;
}
#post .post .post-img img {
  width: 100%;
}
#post .post .post-text p {
  color: #1C1C1C;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  margin-bottom: 20px;
}
#post .post .post-text p b {
  font-weight: 600;
}
#post .post .post-thumbs {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#post .post .post-thumbs .post-thumb {
  width: 48%;
}
#post .post .post-thumbs .post-thumb img {
  width: 100%;
}
#post .post .post-buttons {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#post .post .post-buttons a {
  display: block;
  height: 38px;
  line-height: 38px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 6px;
  padding: 0 10px;
}
#post .post .post-buttons a:first-child {
  text-align: center;
  color: #5A85EF;
  border: 1px solid #5A85EF;
}
#post .post .post-buttons a:last-child {
  display: flex;
  align-items: center;
  color: #585757;
  border: 1px solid #585757;
}
#post .post .post-buttons a:last-child img {
  margin-right: 10px;
}
#post .post-h2 {
  text-align: center;
  margin-bottom: 30px;
}
#post .post-h2 h2 {
  color: #000000;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 32px;
}

#contact {
  padding: 15px 0;
}
#contact .contact-main {
  /*
  Deprecated element can be removed
  .contact-main__info {
  			display: flex;
  			align-items: center;
  			background: #DCEDFF;
  			padding: 15px;
  			border-radius: 6px;
  			margin-bottom: 15px;
  			.contact-main__info-img {
  				img {

  				}
  			}
  			.contact-main__info-text {
  				margin-left: 10px;
  				p {
  					color: #28629E;
  					font-weight: 400;
  					font-size: 0.867rem;
  				}
  			}
  			.contact-main__info-close {
  				margin-left: auto;
  				cursor: pointer;
  				img {

  				}
  			}
  		}*/
}
#contact .contact-main .contact-main__img {
  margin-bottom: 15px;
}
#contact .contact-main .contact-main__img img {
  width: 100%;
}
#contact .contact-main .contact-main__wrap {
  background: #fff;
  border-radius: 6px;
  padding: 30px;
  border: 1px solid #E4E4E4;
}
#contact .contact-main .contact-main__wrap .contact-main__icons {
  display: flex;
  justify-content: space-around;
  padding-bottom: 40px;
  border-bottom: 1px solid #E4E4E4;
}
#contact .contact-main .contact-main__wrap .contact-main__icons .contact-main__icon {
  text-align: center;
}
#contact .contact-main .contact-main__wrap .contact-main__icons .contact-main__icon .contact-main__icon-img {
  margin-bottom: 15px;
}
#contact .contact-main .contact-main__wrap .contact-main__icons .contact-main__icon .contact-main__icon-head {
  margin-bottom: 5px;
}
#contact .contact-main .contact-main__wrap .contact-main__icons .contact-main__icon .contact-main__icon-head h4 {
  color: #1C1C1C;
  line-height: 26px;
  font-size: 1.333rem;
  font-weight: 600;
}
#contact .contact-main .contact-main__wrap .contact-main__icons .contact-main__icon .contact-main__icon-text p {
  color: #545454;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
}
#contact .contact-main .contact-main__wrap .contact-main__icons .contact-main__icon .contact-main__icon-text p:last-child {
  text-decoration: underline;
}
#contact .contact-main .contact-main__wrap .contact-main__blocks {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
#contact .contact-main .contact-main__wrap .contact-main__blocks .contact-main__block {
  width: 30%;
}
#contact .contact-main .contact-main__wrap .contact-main__blocks .contact-main__block .contact-main__block-head {
  margin-bottom: 20px;
}
#contact .contact-main .contact-main__wrap .contact-main__blocks .contact-main__block .contact-main__block-head h4 {
  color: #1C1C1C;
  line-height: 26px;
  font-size: 1.333rem;
  font-weight: 600;
}
#contact .contact-main .contact-main__wrap .contact-main__blocks .contact-main__block .contact-main__block-text p {
  color: #545454;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  margin-bottom: 20px;
}
#contact .contact-main .contact-main__wrap .contact-main__blocks .contact-main__block .contact-main__block-text p:last-child {
  margin-bottom: 0;
}
#contact .contact-main .contact-main__wrap .contact-main__blocks .contact-main__block .contact-main__block-text p span {
  display: block;
}
#contact .contact-main .contact-main__wrap .contact-main__blocks .contact-main__block .contact-main__block-info {
  margin-top: 25px;
  padding: 12px;
  background: #EAEFFD;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .contact-main .contact-main__wrap .contact-main__blocks .contact-main__block .contact-main__block-info .contact-main__block-info-img {
  margin-right: 10px;
}
#contact .contact-main .contact-main__wrap .contact-main__blocks .contact-main__block .contact-main__block-info .contact-main__block-info-text p {
  color: #3167EB;
  font-weight: 400;
  font-size: 0.867rem;
  line-height: 18px;
}
#contact .contact-main .contact-main__wrap .contact-main__blocks .contact-main__block-two {
  width: 35%;
  padding: 0 20px;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
}
#contact .contact-main .contact-main__map {
  margin-top: 30px;
}
#contact .contact-main .contact-main__map iframe {
  width: 100%;
}
#contact .contact-form {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
}
#contact .contact-form .contact-form__head span {
  display: block;
  color: #969696;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.867rem;
  margin-bottom: 25px;
}
#contact .contact-form .contact-form__head p {
  color: #1C1C1C;
  font-weight: 400;
  font-size: 1rem;
}
#contact .contact-form form {
  margin-top: 20px;
}
#contact .contact-form form .form-group {
  margin-bottom: 10px;
}
#contact .contact-form form .form-group label {
  display: block;
  color: #545454;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 8px;
}
#contact .contact-form form .form-group input {
  background: none;
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #E4E4E4;
  padding-left: 10px;
  border-radius: 6px;
}
#contact .contact-form form .form-group textarea {
  background: none;
  width: 100%;
  height: 120px;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
  padding: 10px;
}
#contact .contact-form form input[type=submit] {
  background: #5A85EF;
  color: #fff;
  border-radius: 6px;
  height: 38px;
  width: 100%;
  line-height: 38px;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  border: 0;
}

.filter_container, .mob-filter__group .filter-btn {
  display: none;
}

.mobile_filter_container ul li a.mob-filter__close {
  visibility: hidden;
}

.mobile_filter_container ul li > a {
  display: none;
}

.mobile_filter_content article {
  margin-bottom: 0;
  padding-bottom: 0;
}

.li-back {
  background: none;
  border: 0;
}

.li-back > a {
  display: none;
}

.mobile_filter_container ul li ul {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E4E4E4;
}

.mobile_filter_container ul li:last-child ul {
  border-bottom: 0;
}

.mobile_filter_content {
  margin-top: 15px;
}

.li-back > i {
  color: #969696;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.icon-control {
  cursor: pointer;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

@media (max-width: 320px) {
  .mobile_filter_container {
    width: 240px;
  }
}
@media (max-width: 1400px) {
  .card-img-overlay {
    padding: 5px 10px;
  }

  #present .present-wrap .present-list .card {
    width: 278px;
  }

  #present .present-wrap .present-list .card-img-overlay {
    padding: 1.25rem;
  }

  #campaign .btn-card {
    margin-top: 30px;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .form-q button {
    max-width: 33px;
    width: 33px;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .form-q input {
    max-width: 33px;
    width: 33px;
    padding: 2px 4px;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .btn-buttons a {
    width: 145px;
  }

  #product .product-list .product-list__items {
    /* the parent */
  }
  #product .product-list .product-list__items .slick-slide {
    margin: 0 10px;
  }
  #product .product-list .product-list__items .slick-list {
    margin: 0 -10px;
  }
  #categoriesAs .categoriesas-item a {
    font-size: 0.85rem;
  }

  #cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-title {
    max-width: 240px;
  }

  #cart .cart-content .cart-content__left .cart-content__table table td:nth-child(3) {
    padding-left: 20px;
    width: 25%;
  }

  #cart .cart-two .cart-two__content .cart-two__content-table table thead.cart-two__table-one tr td:last-child {
    width: 25%;
  }

  #cart .cart-two .cart-two__content .cart-two__content-table table thead.cart-two__table-two tr td {
    width: 50%;
  }

  #present.templid .templid-list .templid-item {
    width: 278px;
    height: 440px;
  }

  #present.templid-two .templid-list .templid-items {
    width: 278px;
    height: 435px;
  }

  #present.templid-three .templid-three__main {
    justify-content: space-between;
    padding: 30px 20px;
  }

  #product .product-prices {
    width: 280px;
  }

  .listing-item .listing-item__img a {
    width: 250px;
  }

  #category .category-product .grid-item .listing-item__img a {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .header-center .header-center__wrap > form {
    width: 40%;
  }

  #banner .banner-wrap {
    height: 256px;
  }

  #banner .banner-wrap .banner-right {
    height: 100%;
  }

  #banner .banner-wrap .banner-right .banner_right__img {
    height: 100%;
  }

  #banner .banner-wrap .banner-right .banner_right__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .card-banner > .item {
    padding: 15px 0 15px 40px;
    width: 75%;
  }

  .card-img-overlay {
    padding: 1.25rem;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .form-q button {
    max-width: 35px;
    width: 35px;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .form-q input {
    max-width: 35px;
    width: 35px;
    padding: 2px 4px;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .btn-buttons a {
    width: 155px;
  }

  #category .category-product .listing-item {
    width: 48%;
  }

  #category .category-product .grid-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  #category .category-product .grid-item .listing-item__wrap {
    width: 33%;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .form-q input {
    width: 75px;
    max-width: 97px;
  }

  #category .category-product .grid-item .listing-item__title {
    padding: 25px 20px;
  }

  #product .product .product-info h1 {
    font-size: 1.533rem;
  }

  #product .product-prices .product-prices__qnt .form-q {
    width: 100%;
  }

  #product .product-prices .product-prices__col span {
    font-weight: 600;
    font-size: 0.713rem;
  }

  #product .product-prices .product-prices__col p {
    font-size: 0.667rem;
  }

  #product .product-prices .product-prices__dicount a {
    font-size: 0.87rem;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons {
    display: block;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons .btn-buttons a {
    width: 100%;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons .form-q {
    margin-bottom: 10px;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons .form-q input {
    max-width: 77%;
    width: 77%;
  }

  #categoriesAs .categoriesas-item a {
    font-size: 1rem;
  }

  #cart .cart-left .cart-left__block {
    display: none;
  }

  #cart .cart-left aside {
    margin-bottom: 30px;
  }

  #present .present-wrap .present-list .card {
    width: 298px;
  }

  #present .present-wrap .present-list .card-img-overlay {
    padding: 1.25rem;
  }

  #present.templid .templid-list .templid-item {
    width: 298px;
    height: 460px;
  }

  #present.templid-two .templid-list .templid-items {
    width: 298px;
    height: 455px;
    margin-right: 22px;
  }

  #present.templid-two .templid-list .templid-items:nth-child(3n) {
    margin-right: 0;
  }

  #present.templid-two .templid-list .templid-items:nth-child(4n) {
    margin-right: 22px;
  }

  #present.templid-three .present-right__form {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  #minu .minu-left aside ul a {
    font-size: 0.9rem;
  }

  #contact .contact-form {
    margin-top: 30px;
  }

  #product .product-prices {
    width: 220px;
  }

  #category .category-product .grid-item .listing-item__img a {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .header-center .header-center__wrap .logo {
    margin-right: 25px;
  }

  #category .pl-4 {
    padding-left: 10px !important;
  }

  .header-center .header-center__wrap > form {
    width: 33%;
  }

  .header-center .header-center__wrap .header-center__right .icons {
    border: 0;
    height: auto;
    width: auto;
  }

  .header-center .header-center__wrap .header-center__right .basket-number {
    top: 2px;
    right: -10px;
  }

  .widget-header {
    margin-left: 20px;
  }

  #banner .banner-wrap {
    height: 260px;
  }

  #banner .banner-wrap .banner-left {
    max-width: 350px;
    padding-left: 40px;
  }

  .card-banner > .item {
    padding: 15px 0 15px 20px;
    width: 65%;
  }

  .card-banner p {
    margin-bottom: 20px;
  }

  .card-banner img {
    width: 204px;
  }

  .listing-item {
    margin-bottom: 20px;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .form-q button {
    max-width: 38px;
    width: 38px;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .form-q input {
    max-width: 38px;
    width: 38px;
    padding: 2px 4px;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .btn-buttons a {
    width: 160px;
  }

  .footer-soc ul {
    display: flex;
    align-items: center;
  }
  footer .footer-block ul li {
    margin-bottom: 0;
    margin-right: 15px;
  }

  #category {
    background: #f7f6f7;
  }

  #product .product .product-info h1 {
    font-size: 2.133rem;
  }

  #product .product-prices .product-prices__qnt .form-q {
    width: 100%;
  }

  #product .product-prices .product-prices__col span {
    font-size: 1rem;
  }

  #product .product-prices .product-prices__col p {
    font-size: 0.867rem;
  }

  #product .product-prices .product-prices__dicount a {
    font-size: 1rem;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons .form-q input {
    max-width: 75%;
    width: 75%;
  }

  #product .product {
    display: block;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  #product .product .product-galery {
    width: 100%;
    margin-bottom: 25px;
  }

  #product .product-prices .product-prices__col {
    display: none;
  }

  #product .product-prices {
    display: block;
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
  }
  #product .product-prices .product-prices__wrap .product-price__wrap-price span {
    /*color: #FF9017;*/
    font-weight: 600;
    font-size: 2.133rem;
  }

  #product .product-prices {
    margin-top: 20px;
    padding: 0;
  }

  .product-prices .listing-item__buttons {
    margin-top: 20px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  .product-prices .listing-item__buttons .form-q button {
    color: #969696;
    border: 1px solid #E4E4E4;
    background: #fff;
    height: 38px;
    width: 38px;
  }
  .product-prices .listing-item__buttons .form-q #button-minus {
    border-radius: 6px 0 0 6px;
  }
  .product-prices .listing-item__buttons .form-q #button-plus {
    border-radius: 0 6px 6px 0;
  }
  .product-prices .listing-item__buttons .form-q input {
    width: 40px;
    height: 38px;
    border: 1px solid #E4E4E4;
    color: #000;
    text-align: center;
  }
  .product-prices .listing-item__buttons .btn-buttons a {
    display: block;
    width: 160px;
    height: 38px;
    line-height: 38px;
    background: #417DBB;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    font-size: 0.933rem;
    font-weight: 600;
    transition: all ease 0.2s;
  }
  .product-prices .listing-item__buttons .btn-buttons a span:nth-child(2) {
    margin-left: 8px;
  }
  .product-prices .listing-item__buttons .btn-buttons a:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  #product .product .product-galery span {
    top: 210px;
  }

  #product .product .product-galery #product-galery__main-left {
    left: 5px;
  }

  #product .product .product-galery #product-galery__main-right {
    right: 5px;
  }

  #product {
    background: #fff;
  }

  #product .breadcrumbs {
    display: none;
  }

  #product .product .product-galery .wrap {
    position: relative;
  }

  .product-galery__thumb {
    z-index: 1;
  }

  #product .product .product-galery .product-galery__small {
    position: relative;
    z-index: 1;
  }

  .product-galery__overlay {
    background: #F7F7F7;
    position: absolute;
    top: -19px;
    width: 130vw;
    height: 120%;
    left: -20%;
  }

  .product-prices .listing-item__buttons .form-q {
    width: 48%;
  }

  .product-prices .listing-item__buttons .btn-buttons {
    width: 48%;
  }

  .product-prices .listing-item__buttons .btn-buttons a {
    display: block;
    width: 100%;
  }

  #product .product .product-info .product-info__buttons button {
    width: 48%;
  }

  #product .product-table {
    margin-top: 0;
  }

  #product .product {
    padding-bottom: 20px;
  }

  #product .product-material {
    margin-top: 0;
  }

  #product .product-list {
    padding-bottom: 0;
  }

  #product .product-material, #product .product-table, #product .product {
    padding-left: 0;
    padding-right: 0;
  }

  #categories .categories-item a p {
    font-size: 1rem;
  }

  #cart .cart-content {
    flex-direction: column;
  }

  #cart .cart-content .cart-content__left {
    width: 100%;
  }

  #cart .cart-content .cart-content__right {
    width: 100%;
    margin-left: 0;
    border-left: 0;
    border-top: 1px solid #E4E4E4;
  }

  #cart .cart-one .cart-one__content-form {
    justify-content: space-between;
  }

  #cart .cart-one .cart-one__content-form .form-group {
    width: 47%;
    margin: 0;
    margin-bottom: 20px;
  }

  #cart .cart-one .cart-one__content-form .textarea-group {
    width: 100%;
  }

  #cart .cart-one .cart-one__content-form .textarea-group textarea {
    width: 100%;
  }

  #cart .cart-two .cart-two__content {
    flex-direction: column;
  }

  #cart .cart-two .cart-two__content .cart-two__content-table {
    width: 100%;
  }

  #cart .cart-two .cart-two__content .cart-two__content-prices {
    width: 100%;
    border-top: 1px solid #bebebe;
    padding-top: 30px;
    margin-top: 10px;
  }

  #cart .cart-two .cart-two__content .cart-two__content-table table thead.cart-two__table-two tr td:first-child {
    width: 61%;
  }

  #cart .cart-two .cart-two__content .cart-two__content-tables table tbody tr td {
    padding-left: 20px;
  }

  #cart .cart-two .cart-two__content .cart-two__content-delivery p {
    padding-left: 0;
  }

  #cart .cart-two .cart-two__content .cart-two__content-tables table tbody tr td:first-child {
    display: none;
  }

  #cart .cart-two .cart-two__content .cart-two__content-table table tbody tr:nth-child(1n) {
    background: none;
  }

  #cart .cart-two .cart-two__content .cart-two__content-table table tbody tr:first-child {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
  }

  #cart .cart-two .cart-two__content .cart-two__content-table table tbody tr:last-child {
    margin-bottom: 0;
  }

  #cart .cart-two .cart-two__content .cart-two__content-tables table tbody tr:first-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  #cart .cart-two table thead {
    display: none;
  }

  #cart .cart-two table tr {
    margin-bottom: 20px;
    display: block;
  }

  #cart .cart-two table td {
    display: block;
    text-align: right;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }

  #cart .cart-two table td:last-child {
    border-bottom: 0;
  }

  #cart .cart-two table td:before {
    content: attr(data-label);
    float: left;
    font-weight: 600;
  }

  #cart .cart-two .cart-two__content table {
    width: 100%;
  }

  #cart .cart-two .cart-two__content .cart-two__content-tables {
    padding: 20px;
  }

  #cart .cart-two .cart-two__content .cart-two__content-table table tbody tr td.table-title {
    color: #1c1c1c;
  }

  #cart .cart-two .cart-two__content .cart-two__content-table table tbody tr td.table-title:before {
    font-weight: 600;
  }

  #cart .cart-two .cart-two__content .cart-two__content-prices {
    border-left: 0;
  }

  #cart .cart-two .cart-two__content .cart-two__content-tables table td::before {
    font-weight: 400;
  }

  #present .present-wrap .present-list .card {
    width: 338px;
  }

  #present .present-wrap .present-list .card:nth-child(3n) {
    margin-right: 23px;
  }

  #present .present-wrap .present-list .card:nth-child(2n) {
    margin-right: 0;
  }

  #present .present-wrap .present-list .card-img-overlay {
    padding: 1.25rem;
  }

  #present.templid .templid-list .templid-item {
    width: 328px;
    height: 485px;
    margin-right: 44px;
  }

  #present.templid .templid-list .templid-item:nth-child(2), #present.templid .templid-list .templid-item:nth-child(4), #present.templid .templid-list .templid-item:nth-child(6), #present.templid .templid-list .templid-item:nth-child(8), #present.templid .templid-list .templid-item:nth-child(10) {
    margin-right: 0;
  }

  #present.templid .templid-list .templid-item:nth-child(3), #present.templid .templid-list .templid-item:nth-child(5), #present.templid .templid-list .templid-item:nth-child(7), #present.templid .templid-list .templid-item:nth-child(9) {
    margin-right: 44px;
  }

  #present.templid .templid-list .templid-item .templid-item__title {
    padding: 0 20px;
  }

  #present.templid-two .templid-head {
    flex-wrap: wrap;
  }
  #present.templid-two .templid-head h1 {
    margin-bottom: 20px;
  }

  #present.templid-two .templid-list .templid-items {
    width: 339px;
    height: 500px;
    margin-right: 22px;
  }

  #present.templid-two .templid-list .templid-items:nth-child(3n) {
    margin-right: 22px;
  }

  #present.templid-two .templid-list .templid-items:nth-child(4n) {
    margin-right: 22px;
  }

  #present.templid-two .templid-list .templid-items:nth-child(2), #present.templid-two .templid-list .templid-items:nth-child(4), #present.templid-two .templid-list .templid-items:nth-child(6), #present.templid-two .templid-list .templid-items:nth-child(8), #present.templid-two .templid-list .templid-items:nth-child(10) {
    margin-right: 0;
  }

  #present.templid-two .templid-list .templid-items:nth-child(3), #present.templid-two .templid-list .templid-items:nth-child(5), #present.templid-two .templid-list .templid-items:nth-child(7), #present.templid-two .templid-list .templid-items:nth-child(9) {
    margin-right: 22px;
  }

  #present.templid-three .templid-three__main {
    flex-direction: column;
  }

  #present.templid-three .templid-three__main .templid-three__left {
    margin-bottom: 30px;
  }

  #present.templid-three .templid-three__main .templid-three__left .templid-three__left-img img {
    width: 100%;
  }

  #minu .minu-left .minu-left__blocks {
    display: none;
  }

  #minu .minu-right {
    margin-top: 20px;
  }

  #minu .minu-right .minu-right__main .minu-right__form form {
    width: 100%;
  }

  #contact .contact-main .contact-main__wrap .contact-main__blocks {
    flex-direction: column;
  }

  #contact .contact-main .contact-main__wrap .contact-main__blocks .contact-main__block {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
  }

  #contact .contact-main .contact-main__wrap .contact-main__blocks .contact-main__block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  #contact .contact-main .contact-main__wrap .contact-main__blocks .contact-main__block-two {
    width: 100%;
    border-left: 0;
    border-right: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
  }

  .filter_container {
    display: block;
    margin-right: 20px;
  }

  .mobile_filter_container ul li > a {
    display: flex;
  }

  .li-back {
    background: #f7f7f7;
    border-bottom: 1px solid #e2e2e2;
  }

  .li-back > i {
    display: none;
  }

  .li-back > a {
    display: block;
  }

  .mobile_filter_container ul li ul {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .mobile_filter_overlay, .mobile_filter_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .mobile_filter_container, .mobile_filter_container ul li ul {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
  }

  .mobile_filter_overlay {
    display: none;
    cursor: pointer;
    z-index: 10200;
    background: rgba(0, 0, 0, 0.5);
  }

  .mobile_filter_container {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    width: 300px;
    overflow: hidden;
    z-index: 10201;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .mobile_filter_container.loaded {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .mobile_filter_container .mobile_filter_content {
    overflow: auto;
    max-height: 100%;
    padding-bottom: 30px;
  }

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

  .mobile_filter_container ul li {
    list-style: none;
  }

  .mobile_filter_container ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    line-height: 20px;
    font-size: 1rem;
    background: #fff;
    color: #585757;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #E2E2E2;
  }

  .mob-filter__group {
    padding: 0 15px;
  }

  .mobile_filter_container ul li a.parent {
    background: #fff;
  }

  .mobile_filter_container ul li > a {
    display: flex;
  }

  .mobile_filter_container ul li a.mob-filter__close, .mobile_filter_container ul li a.back {
    background: #F7F7F7;
  }

  .mobile_filter_container ul li a.mob-filter__close, .mobile_filter_container ul li > a {
    visibility: visible;
  }

  .mobile_filter_container ul li ul {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
  }

  .mobile_filter_container ul li ul.loaded {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .mobile_filter_container ul li ul.activity {
    overflow-y: auto;
    overflow-x: hidden;
  }

  .mobile_filter_container ul li a span img {
    margin-right: 9px;
  }

  .mobile_filter_container ul li.li-back a {
    border-bottom: 0;
  }

  .mobile_filter_content {
    margin-top: 0;
  }

  .mob-filter__group {
    position: relative;
    height: 90vh;
  }
  .mob-filter__group .filter-content {
    margin-top: 30px;
  }
  .mob-filter__group .ui-widget-content {
    height: 4px;
    background: #E4E4E4;
    border: 0;
  }
  .mob-filter__group .ui-slider-horizontal .ui-slider-handle {
    top: -0.45em;
  }
  .mob-filter__group .ui-slider-horizontal .ui-slider-range {
    background: #969696;
  }
  .mob-filter__group .filter-btn {
    display: block;
    position: absolute;
    bottom: 30px;
    width: 270px;
  }
  .mob-filter__group .filter-btn button {
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #417DBB;
    color: #fff;
    border: 0;
    font-weight: 600;
    border-radius: 6px;
  }
  .mob-filter__group .card-body {
    max-height: 100%;
  }
  .mob-filter__group .ui-state-default, .mob-filter__group .ui-widget-content .ui-state-default, .mob-filter__group .ui-widget-header .ui-state-default {
    background: #585757;
    border-color: #585757;
    box-shadow: 0 2px 4px rgba(16, 0, 0, 0.1);
  }
}
@media (max-width: 768px) {
  .header-login {
    display: block;
  }

  .srav-product, .widget-header, .header-bottom {
    display: none;
  }

  .search {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 70px;
    z-index: 999;
  }

  .header-center .header-center__wrap > form {
    width: 80%;
  }

  .menu_container, .mob-search {
    display: block;
  }

  .header-center .header-center__wrap .header-center__right .icons {
    margin-right: 20px;
  }

  .header-center .header-center__wrap .header-center__right .icons path {
    fill: #585757;
  }

  .mob-heart {
    display: none;
  }

  .header-center .header-center__wrap .header-center__right .basket-number {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 0.65rem;
    top: 5px;
    right: -8px;
  }

  .header-center .header-center__wrap .header-center__right .dropdown-menu {
    left: -235px !important;
  }

  .header_top .list .dropdown-menu {
    top: 20px !important;
    left: -115px !important;
    transform: none !important;
  }

  #banner {
    padding-top: 30px;
    margin-top: 0;
    background: linear-gradient(0.02deg, rgba(49, 103, 235, 0.0001) 66.44%, rgba(49, 103, 235, 0.145378) 100%);
  }

  #banner .banner-wrap {
    height: 100%;
    background: none;
    flex-direction: column;
  }

  #banner .banner-wrap .banner-left {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }

  #banner .banner-wrap .banner-right .banner_right__img {
    width: 100%;
    border-radius: 6px;
  }

  #cards .cards-item {
    text-align: center;
    margin-bottom: 30px;
  }

  #cards .cards-item p {
    margin: 0 auto;
    max-width: 320px;
    margin-top: 10px;
  }

  #campaign {
    margin-top: 30px;
  }

  #campaign p {
    margin-top: 15px;
  }

  #campaign .btn-card {
    margin-top: 40px;
  }

  #campaign .slick-slide {
    height: 250px;
  }

  #campaign .card, #campaign .card img {
    height: 100%;
  }

  #forms .form-groups input {
    width: 50%;
  }

  .footer-soc ul {
    display: block;
    align-items: center;
  }
  footer .footer-block ul {
    margin-bottom: 20px;
  }

  footer .footer-block ul li {
    margin-bottom: 10px;
    margin-right: 0;
  }
  footer .footer-block ul li:last-child {
    margin-bottom: 0;
  }

  footer .footer-down {
    margin-top: 25px;
  }

  .listing-item .listing-item__wrap .listing-item__buttons {
    display: block;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .btn-buttons a {
    width: 100%;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .form-q {
    margin-bottom: 10px;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .form-q input {
    max-width: 66%;
    width: 66%;
    padding: 2px 4px;
  }

  #category .category-form .center {
    display: none;
  }

  #category .category-form .form-inline .btn-group, #category .category-form .form-inline > span {
    display: none;
  }

  #category .category-form select:first-child {
    display: none;
  }

  #category .category-form select.select-none {
    display: none;
  }

  #category .category-head {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 15px;
  }
  #category .category-head h1 {
    font-size: 1.429em;
    margin-bottom: 0;
  }
  #category .category-head span {
    display: block;
  }

  #category .category-form .form-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #category .category-product .listing-item {
    width: 49%;
  }

  #category .category-pagination ul {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  #category .category-pagination ul li {
    display: none;
    text-align: center;
  }

  #category .category-pagination ul li:first-child {
    display: block;
    width: 100%;
  }

  #category .category-pagination ul li:last-child {
    display: block;
    width: 100%;
    border-left: 1px solid #E4E4E4;
  }

  #category .category-pagination ul li:first-child a, #category .category-pagination ul li:last-child a {
    width: 100%;
  }

  #category .category-form select {
    width: 45%;
    margin-right: 0 !important;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons .form-q input {
    max-width: 84%;
    width: 84%;
  }

  .product-galery__overlay {
    width: 170vw;
    left: -40%;
  }

  #product .product .product-galery span {
    top: 165px;
  }

  #cart .cart-content .cart-content__left .cart-content__table table {
    width: 100%;
  }

  #cart .cart-content .cart-content__left .cart-content__table table tr {
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  #cart .cart-content .cart-content__left .cart-content__table table tr:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #cart .cart-content .cart-content__left .cart-content__table table thead {
    display: none;
  }

  #cart .cart-content .cart-content__left .cart-content__table table tr td {
    width: 100%;
  }

  #cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-title {
    padding: 0;
    max-width: 100%;
    margin: 15px 0;
  }

  #cart .cart-content .cart-content__left .cart-content__table table tbody tr td {
    padding: 0;
    text-align: center;
  }

  #cart .cart-content .cart-content__left .cart-content__table table td:nth-child(3) {
    width: 100%;
    padding: 0;
  }

  #cart .cart-content .cart-content__left .cart-content__table table tbody tr td.table-price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }

  #cart .cart-content .cart-content__left .cart-content__table table tbody tr td.table-price span {
    margin-right: 10px;
  }

  #cart .cart-content .cart-content__left .cart-content__table table td:nth-child(3) {
    max-width: 150px;
    margin: 0 auto;
  }

  #cart .cart-content .cart-content__left .cart-content__table table tbody tr td.table-remove {
    position: absolute;
    right: 0;
  }

  #cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-remove span {
    margin-left: auto;
  }

  #cart .cart-one {
    margin-top: 90px;
  }

  #cart .cart-one .cart-one__content-form .form-group, #cart .cart-one .cart-one__content .form-group {
    width: 100%;
    max-width: 100%;
  }

  #present .present-wrap .present-list .card {
    width: 100%;
    margin-right: 0;
  }

  #present .present-wrap .present-list .card:nth-child(3n) {
    margin-right: 0;
  }

  #present .present-wrap .present-list .card:nth-child(2n) {
    margin-right: 0;
  }

  #present .present-wrap .present-list .card-img-overlay {
    padding: 1.25rem;
  }

  #present.templid .templid-list .templid-item {
    width: 249px;
    height: 410px;
    margin-right: 22px;
  }

  #present.templid .templid-list .templid-item:nth-child(2), #present.templid .templid-list .templid-item:nth-child(4), #present.templid .templid-list .templid-item:nth-child(6), #present.templid .templid-list .templid-item:nth-child(8), #present.templid .templid-list .templid-item:nth-child(10) {
    margin-right: 0;
  }

  #present.templid .templid-list .templid-item:nth-child(3), #present.templid .templid-list .templid-item:nth-child(5), #present.templid .templid-list .templid-item:nth-child(7), #present.templid .templid-list .templid-item:nth-child(9) {
    margin-right: 22px;
  }

  #present.templid .templid-list .templid-item .templid-item__title {
    padding: 0 20px;
  }

  #present.templid-two .templid-head .templid-head__wrap {
    display: none;
  }

  #present.templid-two .templid-head h1 {
    margin-bottom: 0;
  }

  #present.templid-two .templid-list .templid-items {
    width: 249px;
    height: 405px;
    margin-right: 22px;
  }

  #present.templid-two .templid-list .templid-items:nth-child(3n) {
    margin-right: 22px;
  }

  #present.templid-two .templid-list .templid-items:nth-child(4n) {
    margin-right: 22px;
  }

  #present.templid-two .templid-list .templid-items:nth-child(2), #present.templid-two .templid-list .templid-items:nth-child(4), #present.templid-two .templid-list .templid-items:nth-child(6), #present.templid-two .templid-list .templid-items:nth-child(8), #present.templid-two .templid-list .templid-items:nth-child(10) {
    margin-right: 0;
  }

  #present.templid-two .templid-list .templid-items:nth-child(3), #present.templid-two .templid-list .templid-items:nth-child(5), #present.templid-two .templid-list .templid-items:nth-child(7), #present.templid-two .templid-list .templid-items:nth-child(9) {
    margin-right: 22px;
  }

  .minu-right__main-users table {
    border: 0;
  }

  .minu-right__main-users table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .minu-right__main-users table tr {
    border-bottom: 10px solid #F7F7F7;
    display: block;
    margin-bottom: 30px;
  }

  .minu-right__main-users table tr:last-child {
    border-bottom: 0;
  }

  .minu-right__main-users table td {
    display: block;
    text-align: right;
  }

  .minu-right__main-users table td::before {
    content: attr(data-label);
    float: left;
  }

  .minu-right__main-users table td:last-child {
    border-bottom: 0;
  }

  #minu .minu-right .minu-right__main .minu-right__main-users table tbody tr:nth-child(2n) {
    background: none;
  }

  #minu .minu-right .minu-right__main .minu-right__main-users table tbody tr td {
    padding-left: 10px;
    padding-right: 10px;
  }

  #minu .minu-right .minu-right__main .minu-right__main-users table tbody tr td:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  #minu .minu-right .minu-right__main .minu-right__main-users table tbody tr td:last-child {
    padding: 10px;
  }

  #minu .minu-right .minu-right__main .minu-right__main-users table {
    background: #fff;
    border-radius: 6px;
  }

  #minu .minu-right .minu-right__main .minu-right__main-users table tbody tr {
    margin-bottom: 10px;
  }

  #minu .minu-right .minu-right__main .minu-right__main-users table tbody tr:last-child {
    margin-bottom: 0;
  }

  #minu .minu-right .minu-right__main .minu-right__main-users table tbody tr td {
    border-bottom: 1px solid #E4E4E4;
  }

  #minu .minu-right .minu-right__main .minu-right__main-users table tbody tr td:last-child {
    border-bottom: 0;
    text-align: center;
  }

  #contact .contact-main .contact-main__wrap .contact-main__icons {
    flex-direction: column;
  }

  #contact .contact-main .contact-main__wrap .contact-main__icons .contact-main__icon {
    margin-bottom: 30px;
  }

  #contact .contact-main .contact-main__wrap .contact-main__icons .contact-main__icon:last-child {
    margin-bottom: 0;
  }

  #contact .contact-main .contact-main__wrap .contact-main__blocks .contact-main__block {
    text-align: center;
  }

  #category .category-product .grid-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #category .category-product .grid-item .listing-item__img {
    width: 49%;
  }

  #category .category-product .grid-item .listing-item__title {
    width: 49%;
  }

  #category .category-product .grid-item .listing-item__wrap {
    width: 100%;
  }

  .grid-item .listing-item__wrap .listing-item__buttons .form-q input {
    width: 380px;
    max-width: 380px;
  }

  #category .category-product .grid-item .listing-item__title {
    padding: 25px 20px;
  }

  .listing-item .listing-item__img a {
    width: 250px;
  }

  #category .category-product .grid-item .listing-item__img a {
    width: 250px;
  }
}
@media (max-width: 576px) {
  footer .footer-block {
    padding-left: 20px;
  }

  footer .footer-down ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  footer .footer-down ul li {
    text-align: center;
    width: 30%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  footer .footer-down {
    padding-bottom: 10px;
  }

  .listing-item .listing-item__wrap .listing-item__buttons {
    display: flex;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .btn-buttons a {
    width: 160px;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .form-q {
    margin-bottom: 0;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .form-q input {
    max-width: 38px;
    width: 38px;
    padding: 2px 4px;
  }

  #category .category-product .listing-item {
    width: 100%;
  }

  #product .product-material ul li .product-material__link a {
    display: none;
  }

  #product .product-material ul li .product-material__link span {
    display: block;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons {
    display: flex;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons .btn-buttons a {
    width: 155px;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons .form-q input {
    max-width: calc(100% - 100px);
    width: calc(100% - 100px);
  }

  #product .product-list .product-list__items {
    margin-top: 15px;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons .form-q {
    margin-bottom: 0;
  }

  #product .product .product-galery span {
    top: calc(50% - 100px);
  }

  #categoriesAs h1, #categories h1, #product .product .product-info h1, #product .product-mob__prices .product-prices__wrap .product-price__wrap-price span {
    font-size: 1.429em;
  }

  #cart .cart-three .cart-three__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  #present.templid .templid-list .templid-item .templid-item__img img {
    object-fit: cover;
    width: 100%;
    height: 320px;
  }

  #present.templid .templid-list .templid-item {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  #present.templid .templid-list .templid-item:nth-child(2), #present.templid .templid-list .templid-item:nth-child(4), #present.templid .templid-list .templid-item:nth-child(6), #present.templid .templid-list .templid-item:nth-child(8), #present.templid .templid-list .templid-item:nth-child(10) {
    margin-right: 0;
  }

  #present.templid .templid-list .templid-item:nth-child(3), #present.templid .templid-list .templid-item:nth-child(5), #present.templid .templid-list .templid-item:nth-child(7), #present.templid .templid-list .templid-item:nth-child(9) {
    margin-right: 0;
  }

  #present.templid .templid-list .templid-item .templid-item__title {
    padding: 0 20px;
  }

  #present.templid-two .templid-list .templid-items {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  #present.templid-two .templid-list .templid-items:nth-child(2), #present.templid-two .templid-list .templid-items:nth-child(4), #present.templid-two .templid-list .templid-items:nth-child(6), #present.templid-two .templid-list .templid-items:nth-child(8), #present.templid-two .templid-list .templid-items:nth-child(10) {
    margin-right: 0;
  }

  #present.templid-two .templid-list .templid-items:nth-child(3), #present.templid-two .templid-list .templid-items:nth-child(5), #present.templid-two .templid-list .templid-items:nth-child(7), #present.templid-two .templid-list .templid-items:nth-child(9) {
    margin-right: 0;
  }

  .slick-list {
    padding: 0 10% 0 0;
  }

  #category .category-product .grid-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #category .category-product .grid-item .listing-item__img {
    width: 100%;
  }

  #category .category-product .grid-item .listing-item__title {
    width: 100%;
  }

  #category .category-product .grid-item .listing-item__wrap {
    width: 100%;
  }

  .grid-item .listing-item__wrap .listing-item__buttons .form-q input {
    width: calc(100% - 76px);
    max-width: calc(100% - 76px);
  }

  #category .category-product .grid-item .listing-item__title {
    padding: 25px 20px;
    border-bottom: 1px solid #E4E4E4;
  }

  #category .category-product .grid-item .listing-item__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .listing-item .listing-item__img a {
    width: 300px;
  }

  #category .category-product .grid-item .listing-item__img a {
    width: 300px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .header_top {
    padding: 5px 0;
  }

  .header-center {
    padding: 5px 0;
  }

  .header-top_email {
    display: none;
  }

  .header_top .list .dropdown-menu {
    top: 20px !important;
    left: -120px !important;
    transform: none !important;
  }

  .header-center .header-center__wrap .logo img {
    width: 103px;
  }

  .card-banner > .item {
    padding: 15px 0 15px 20px;
    width: 58%;
  }

  .card-banner img {
    width: 181px;
  }

  .card-banner h5 {
    margin-bottom: 5px;
  }

  .card-banner p {
    margin-bottom: 10px;
  }

  .banner-btn {
    width: 155px;
  }

  #campaign .slick-slide {
    height: 200px;
  }

  #campaign .btn-card {
    margin-top: 25px;
  }

  #forms .form-groups form {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #forms .form-groups input {
    width: 100%;
  }

  #forms .form-groups button {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }

  .tracking-wrap .text {
    font-size: 0.7rem;
    line-height: 125%;
  }

  #cart .cart-two .cart-two__content .cart-two__content-tables table tbody tr td {
    display: flex;
    justify-content: space-between;
  }

  #cart .cart-two .cart-two__content .cart-two__content-tables table td::before {
    text-align: left;
  }

  #cart .cart-three .cart-three__content .cart-three__content-buttons {
    flex-direction: column;
    margin-top: 25px;
  }

  #cart .cart-three .cart-three__content .cart-three__content-buttons a:first-child {
    margin: 0;
    margin-bottom: 15px;
  }

  #cart .cart-three .cart-three__content {
    padding: 40px 10px;
  }

  #cart .cart-three .cart-three__content p {
    max-width: 200px;
    margin: 0 auto;
  }

  #cart .cart-three .cart-three__content h1 {
    max-width: 230px;
    margin: 30px auto 15px;
  }

  #present.templid-three .templid-three__main .templid-three__right ul li span {
    display: block;
  }

  #present.templid-three .templid-three__main .templid-three__right ul li span:nth-child(1) {
    margin-right: 12px;
    width: 70px;
  }

  #minu .minu-right .minu-right__main .minu-right__main-table ul li span:first-child {
    min-width: 100px;
  }

  #minu .minu-right .minu-right__main .minu-right__main-table ul li span {
    font-size: 0.8rem;
  }

  .search {
    top: 50px;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons {
    flex-direction: column;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons .form-q {
    margin-bottom: 15px;
    width: 100%;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons .btn-buttons {
    width: 100%;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons .btn-buttons a {
    width: 100%;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons .form-q input {
    max-width: calc(100% - 75px);
    width: calc(100% - 75px);
  }
}
@media (max-width: 360px) {
  .listing-item .listing-item__img a {
    width: 250px;
  }

  #category .category-product .grid-item .listing-item__img a {
    width: 250px;
  }

  .card-banner img {
    width: 175px;
  }

  .card-banner p {
    margin-bottom: 5px;
  }

  .card-banner > .item {
    margin-right: 20px;
  }

  footer .footer-down ul li {
    width: 50%;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons {
    display: block;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons .btn-buttons a {
    width: 100%;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons .form-q {
    margin-bottom: 10px;
  }

  #product .product-list .product-list__items .listing-item .listing-item__wrap .listing-item__buttons .form-q input {
    max-width: 100%;
    width: 50%;
    padding: 2px 4px;
  }

  #product .product .product-info .product-info__buttons button {
    width: 47%;
  }

  #present.business .bussines-list ul li span:first-child {
    min-width: 153px;
    margin-right: 15px;
  }

  .listing-item .listing-item__wrap .listing-item__buttons {
    flex-direction: column;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .form-q {
    margin-bottom: 15px;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .btn-buttons {
    width: 100%;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .btn-buttons a {
    width: 100%;
  }

  .listing-item .listing-item__wrap .listing-item__buttons .form-q input {
    max-width: 100%;
    width: 50%;
    padding: 2px 4px;
  }
}

/*# sourceMappingURL=style.css.map */
