a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
p a {
  color: #a42d68;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
/* loading */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 48, 48, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
fieldset {
  padding: 0;
  border: none;
}
@font-face {
  font-family: "Lora-Regular";
  src: url("../fonts/Lora-Regular.woff") format("woff"), url("../fonts/Lora-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora-Italic";
  src: url("../fonts/Lora-Italic.woff") format("woff"), url("../fonts/Lora-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora-Bold";
  src: url("../fonts/Lora-Bold.woff") format("woff"), url("../fonts/Lora-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("../fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 19px;
  line-height: 31px;
  font-family: "Lora-Regular", "opensans", "Arial", sans-serif;
  color: #54575e;
  background-color: #ffffff;
  background-image: url('../img/pattern-background.jpg');
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1596px;
  }
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.user-nav {
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #ffebf3;
}
.main-header__logo {
  transition: 0.3s;
}
.main-header__logo:hover {
  opacity: 0.75;
}
.user-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-nav__item {
  font-family: "Lora-Regular";
  font-size: 24px;
  line-height: normal;
  color: #008ac6;
}
.user-nav__item--phone {
  font-family: "Lora-Italic";
  position: relative;
  padding-left: 25px;
}
.user-nav__item--phone::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("../img/icon/phone.png");
  background-repeat: no-repeat;
}
.user-nav__item--mail {
  position: relative;
  padding-left: 30px;
}
.user-nav__item--mail::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px;
  height: 18px;
  background-image: url("../img/icon/mail.png");
  background-repeat: no-repeat;
}
.user-nav__item--address {
  position: relative;
  padding-left: 25px;
  max-width: 310px;
}
.user-nav__item--address::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 25px;
  background-image: url("../img/icon/place.png");
  background-repeat: no-repeat;
}
@media (min-width: 1231px) and (max-width: 1400px) {
  .main-header__logo {
    width: 250px;
    height: auto;
  }
  .user-nav__item {
    font-size: 20px;
  }
}
.user-nav__item--cart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.wrapper__cart--top {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
.wrapper__cart--bottom {
  position: relative;
  min-width: 80px;
}
.cart__quantity {
  font-size: 27px;
  line-height: normal;
}
.cart__total-cost {
  font-family: "Lora-Bold";
  font-size: 27px;
  color: #008ac6;
}
.cart__icon {
  transition: 0.2s;
}
.cart__icon:hover {
  opacity: 0.7;
}
.cart__icon:active {
  opacity: 0.5;
}
@keyframes bounce {
  0% {
    transform: translateY(-45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
.cart__number--update {
  animation: bounce 0.9s ease-in both;
}
.cart__number {
  position: absolute;
  top: -22px;
  right: 0;
  padding-top: 3px;
  min-width: 37px;
  min-height: 37px;
  color: #ffffff;
  background-color: #008ac6;
  border-radius: 50%;
  text-align: center;
}
.site-nav {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #a42d68;
}
.site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0 150px 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.site-nav__item a {
  font-family: "Lora-Regular";
  color: #ffffff;
  transition: 0.3s;
}
.site-nav__item a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.site-nav__item--catalog {
  position: relative;
  display: flex;
  cursor: pointer;
}
.site-nav__catalog__list {
  list-style: none;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: 0.3s;
  position: absolute;
  top: 36px;
  left: 0;
  width: max-content;
  background-color: #ffffff;
}
.site-nav__catalog__item a {
  color: #2b2f3a;
}
.site-nav__catalog__item a:hover {
  color: rgba(43, 47, 58, 0.65);
}
.site-nav__catalog__item:not(:last-child) {
  margin-bottom: 20px;
}
.burger-icon {
  display: block;
  position: relative;
  width: 12px;
  height: 1px;
  margin-top: 15px;
  margin-right: 20px;
  background-color: #ffffff;
  transition: 0.3s;
}
.burger-icon::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}
.burger-icon::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}
@media (min-width: 1000px) {
  .site-nav__item--catalog:hover .site-nav__catalog__list {
    transform: scaleY(1);
    z-index: 1;
  }
}
.site-nav__item--catalog:hover .burger-icon {
  width: 20px;
  margin-right: 12px;
}
.site-nav__item--catalog:hover .burger-icon::after {
  width: 12px;
}
.site-nav__item--catalog:hover .burger-icon::before {
  width: 12px;
}
.site-nav__item--catalog:hover .site-nav__item--catalog__link {
  color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 750px) and (max-width: 1230px) {
  .user-nav__list {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .user-nav__item {
    margin-bottom: 20px;
  }
  .main-header__logo {
    width: 200px;
    height: auto;
  }
  .user-nav__item--cart {
    order: 2;
  }
  .user-nav__item--logo {
    width: 50%;
    order: 1;
  }
  .user-nav__item--phone {
    order: 3;
  }
  .user-nav__item--mail {
    order: 4;
  }
  .user-nav__item--address {
    order: 5;
  }
  .site-nav__list {
    padding-right: 0;
  }
  .site-nav__item {
    font-size: 15px;
  }
}
@media (min-width: 750px) and (max-width: 1000px) {
  .site-nav {
    transition: 0.3s;
  }
  .site-nav__list {
    flex-wrap: wrap;
    padding: 0;
    flex-direction: column;
    margin-top: 15px;
    transition: 0.3s;
    padding-right: 0;
  }
  .site-nav .wrapper__site-nav {
    padding-top: 3px;
    height: 35px;
    overflow: hidden;
    transition: 0.3s;
  }
  .active .site-nav__list {
    display: block;
  }
  .site-nav__item--catalog {
    flex-direction: column;
  }
  .site-nav__catalog__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    opacity: 0;
    background-color: inherit;
    transition: opacity 0.5s;
    transform: scaleY(1);
    z-index: -1;
  }
  .site-nav__catalog__list.open {
    padding-left: 16px;
    width: 100%;
    font-size: 18px;
    position: relative;
    opacity: 1;
    z-index: 1;
  }
  .active .site-nav__item--catalog__link {
    display: block;
  }
  .site-nav__catalog__item {
    margin-bottom: 0!important;
  }
  .site-nav__catalog__item a {
    color: #ffffff;
  }
  .wrapper__burger-icon-phone {
    height: 5px;
    /* padding-top: 15px; */
  }
  .burger-icon-phone {
    display: block;
    position: relative;
    width: 12px;
    height: 1px;
    margin-top: 15px;
    margin-right: 20px;
    background-color: #ffffff;
    transition: 0.3s;
  }
  .burger-icon-phone::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
    transition: 0.3s;
  }
  .burger-icon-phone::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
    transition: 0.3s;
  }
  .burger-icon {
    display: none;
  }
  .burger-icon-phone.open-burger {
    width: 0;
  }
  .burger-icon-phone.open-burger::before {
    top: 0;
    transform: rotate(45deg);
  }
  .burger-icon-phone.open-burger::after {
    top: 0;
    transform: rotate(-45deg);
  }
}
@media (min-width: 800px) and (max-width: 1230px) {
  .main-header__logo {
    width: 315px;
    height: auto;
  }
}
@media (min-width: 991px) and (max-width: 1230px) {
  .user-nav__item--phone {
    width: 50%;
  }
}
@media (min-width: 540px) and (max-width: 749px) {
  .user-nav__list {
    flex-direction: column;
    align-items: inherit;
    height: 300px;
    flex-wrap: wrap;
  }
  .user-nav__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .user-nav__item--cart {
    margin-top: 20px;
  }
  .main-header__logo {
    width: 250px;
    height: auto;
  }
  .site-nav {
    transition: 0.3s;
  }
  .site-nav__list {
    flex-wrap: wrap;
    padding: 0;
    flex-direction: column;
    margin-top: 15px;
    transition: 0.3s;
  }
  .site-nav .wrapper__site-nav {
    padding-top: 3px;
    height: 35px;
    overflow: hidden;
    transition: 0.3s;
  }
  .active .site-nav__list {
    display: block;
  }
  .site-nav__item--catalog {
    flex-direction: column;
  }
  .site-nav__catalog__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    overflow-x: hidden;
    top: 0;
    left: 0;
    width: max-content;
    opacity: 0;
    background-color: inherit;
    transition: opacity 0.5s;
    transform: scaleY(1);
    z-index: -1;
  }
  .site-nav__catalog__list.open {
    padding-left: 16px;
    width: 100%;
    font-size: 18px;
    position: relative;
    opacity: 1;
    z-index: 1;
  }
  .active .site-nav__item--catalog__link {
    display: block;
  }
  .site-nav__catalog__item {
    margin-bottom: 0!important;
  }
  .site-nav__catalog__item a {
    color: #ffffff;
  }
  .wrapper__burger-icon-phone {
    height: 15px;
    padding-top: 15px;
  }
  .burger-icon-phone {
    display: block;
    position: relative;
    width: 12px;
    height: 1px;
    /* margin-top: 15px; */
    margin-right: 20px;
    background-color: #ffffff;
    transition: 0.3s;
  }
  .burger-icon-phone::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
    transition: 0.3s;
  }
  .burger-icon-phone::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
    transition: 0.3s;
  }
  .burger-icon {
    display: none;
  }
  .burger-icon-phone.open-burger {
    width: 0;
  }
  .burger-icon-phone.open-burger::before {
    top: 0;
    transform: rotate(45deg);
  }
  .burger-icon-phone.open-burger::after {
    top: 0;
    transform: rotate(-45deg);
  }
}
@media (max-width: 539px) {
  .user-nav__list {
    flex-direction: column;
  }
  .user-nav__item {
	font-size: 18px;
  }
  .user-nav__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .user-nav__item--cart {
    margin-top: 15px;
  }
  .main-header__logo {
    width: 200px;
    height: auto;
  }
  .user-nav__item--address {
	  text-align: center;
	  display: flex;
	  padding-left: 0;
  }
  .user-nav__item--address::before {
	display: block;
	position: relative;
	width: 30px;
  }
  .wrapper__cart--bottom {
	display: flex;
	align-items: flex-end;
	min-width: 60px;
  }
  .cart__number {
	top: 0;
	min-width: 29px;
	min-height: 29px;
  }
  .cart__icon {
	width: 40px;
	height: auto;
  }
  .site-nav {
    transition: 0.3s;
  }
  .site-nav__list {
    flex-wrap: wrap;
    padding: 0;
    flex-direction: column;
    margin-top: 15px;
    transition: 0.3s;
  }
  .site-nav .wrapper__site-nav {
    padding-top: 3px;
    height: 35px;
    overflow: hidden;
    transition: 0.3s;
  }
  .active .site-nav__list {
    display: block;
  }
  .site-nav__item--catalog {
    flex-direction: column;
  }
  .site-nav__catalog__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    opacity: 0;
    background-color: inherit;
    transition: opacity 0.5s;
    transform: scaleY(1);
    z-index: -1;
  }
  .site-nav__catalog__list.open {
    padding-left: 16px;
    width: 100%;
    font-size: 18px;
    position: relative;
    opacity: 1;
    z-index: 1;
  }
  .active .site-nav__item--catalog__link {
    display: block;
  }
  .site-nav__catalog__item {
    margin-bottom: 0!important;
  }
  .site-nav__catalog__item a {
    color: #ffffff;
  }
  .burger-icon-phone {
    display: block;
    position: relative;
    width: 12px;
    height: 1px;
    margin-top: 15px;
    margin-right: 20px;
    background-color: #ffffff;
    transition: 0.3s;
  }
  .burger-icon-phone::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
    transition: 0.3s;
  }
  .burger-icon-phone::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
    transition: 0.3s;
  }
  .burger-icon {
    display: none;
  }
  .burger-icon-phone.open-burger {
    width: 0;
  }
  .burger-icon-phone.open-burger::before {
    top: 0;
    transform: rotate(45deg);
  }
  .burger-icon-phone.open-burger::after {
    top: 0;
    transform: rotate(-45deg);
  }
}
.background-top__wrapper {
  padding-top: 50px;
  padding-bottom: 30px;
  background-image: url('../img/footer-background--top.jpg');
  background-size: cover;
}
.main-footer {
  margin-top: 50px;
}
.main-footer .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.footer__site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 480px;
  height: 200px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
}
.footer__site-nav__item {
  font-family: 'Lora-Regular';
  font-size: 19px;
  line-height: 23px;
  color: #2b2f3a;
  margin-bottom: 25px;
}
.main-footer__logo {
  height: 116px;
}
.footer__user-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;
  width: 460px;
  height: 150px;
}
.footer__user-nav__item {
  font-family: 'Lora-Regular';
  font-size: 19px;
  line-height: 23px;
  color: #2b2f3a;
  margin-bottom: 25px;
}
.main-footer__facebook {
  color: #1877f2;
}
.main-footer__twitter {
  color: #1da1f2;
}
.main-footer__instagram {
  color: #a230ab;
}
.main-footer__phone {
  font-family: "Lora-Italic";
  position: relative;
  padding-left: 25px;
}
.main-footer__phone::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("../img/icon/phone--footer.png");
  background-repeat: no-repeat;
}
.main-footer__mail {
  position: relative;
  padding-left: 30px;
}
.main-footer__mail::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px;
  height: 18px;
  background-image: url("../img/icon/mail--footer.png");
  background-repeat: no-repeat;
}
.main-footer__address {
  position: relative;
  padding-left: 25px;
  max-width: 300px;
}
.main-footer__address::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 25px;
  background-image: url("../img/icon/place--footer.png");
  background-repeat: no-repeat;
}
.info__list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.info__item {
  font-family: 'Lora-Regular';
  font-size: 15px;
  line-height: 18px;
  color: #7b7d84;
}
.info__item:first-child {
  flex-grow: 1;
}
.info__item:not(:last-child) {
  margin-right: 50px;
}
.info__item a {
  color: #008ac6;
}
@media (min-width: 750px) and (max-width: 1230px) {
  .main-footer .container {
    flex-wrap: wrap;
  }
  .footer__site-nav__list {
    width: 380px;
  }
  .main-footer__logo {
    height: 100px;
  }
  .footer__user-nav__list {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__user-nav__list {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .main-footer__logo {
    height: 116px;
  }
}
@media (min-width: 540px) and (max-width: 749px) {
  .main-footer .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer__site-nav__list {
    list-style: none;
    margin: 0 0 0 -30px;
    padding: 0;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .main-footer__logo {
    margin: 30px auto 50px;
    width: 325px;
    height: 116px;
  }
  .footer__site-nav__item {
    margin-left: 30px;
  }
  .footer__user-nav__list {
    width: auto;
    height: auto;
  }
  .info__list {
    flex-direction: column;
  }
  .info__item {
    margin-bottom: 20px;
  }
  .footer__user-nav__list {
    margin: 0 0 0 -30px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer__user-nav__item {
    margin-left: 30px;
  }
  .main-footer__phone {
    width: 100%;
  }
}
@media (max-width: 539px) {
  .main-footer .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer__site-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .main-footer__logo {
    margin-bottom: 30px;
    width: 220px;
    height: auto;
  }
  .footer__user-nav__list {
    width: auto;
    height: auto;
  }
  .info__list {
    flex-direction: column;
  }
  .info__item {
    margin-bottom: 20px;
  }
}
.banner__image {
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 539px) {
  .banner__image {
    height: 250px;
  }
}
@media (min-width: 540px) and (max-width: 749px) {
  .banner__image {
    height: 400px;
  }
}
@media (min-width: 750px) and (max-width: 1230px) {
  .banner__image {
    height: 570px;
  }
}
.catalog {
  margin-top: 70px;
}
@media (max-width: 750px) {
  .catalog .col {
    margin-bottom: 30px;
  }
}
.catalog__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.catalog__title {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-family: 'Lora-Regular';
  font-weight: lighter;
  font-size: 45px;
  line-height: 65px;
  color: #2b303b;
}
.catalog__link {
  font-family: 'Lora-Regular';
  font-size: 19px;
  line-height: 23px;
  color: #008ac6;
  min-width: 230px;
  margin-bottom: 40px;
  padding-right: 50px;
  position: relative;
  transition: 0.2s;
}
.catalog__link::before {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 35px;
  height: 15px;
  background-image: url('../img/icon/arrow-normal--right.png');
  background-repeat: no-repeat;
  transition: 0.2s;
  opacity: 1;
}
.catalog__link::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 35px;
  height: 15px;
  background-image: url('../img/icon/arrow-hover--right.png');
  background-repeat: no-repeat;
  transition: 0.2s;
  opacity: 0;
}
.catalog__link:hover {
  color: #c15787;
}
.catalog__link:hover::before {
  opacity: 0;
}
.catalog__link:hover::after {
  opacity: 1;
  background-image: url('../img/icon/arrow-hover--right.png');
}
.catalog__item {
  height: 100%;
}
.catalog__item a {
  display: flex;
  flex-direction: column;
  width: 286px;
  height: 100%;
  overflow-x: hidden;
}
.catalog__item a:hover .catalog__description {
  color: rgba(43, 47, 58, 0.7);
}
.catalog__item a:hover .catalog__image {
  transform: scale(1.05);
}
.catalog__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #d7d6dc;
  transition: 0.3s;
}
@media (min-width:1000px ) {
  .wrapper__catalog__image {
    height: 87%;
  }
}
.wrapper__catalog__image {
  width: 100%;
  overflow: hidden;
}
.catalog__description {
  margin: 0 auto;
  margin-top: 15px;
  padding: 0;
  width: 200px;
  font-family: 'Lora-Regular';
  font-size: 16px;
  line-height: 20px;
  color: #2b2f3a;
  text-align: center;
  transition: 0.3s;
}
@media (min-width: 750px) and (max-width: 1230px) {
  .catalog__link {
    margin-bottom: 25px;
  }
  .catalog__item a {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 540px) and (max-width: 749px) {
  .catalog__link {
    margin-bottom: 25px;
  }
  .catalog__item a {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 539px) {
  .catalog {
    margin-top: 40px;
  }
  .catalog__title {
    font-size: 30px;
    line-height: 35px;
  }
  .catalog__link {
    font-size: 14px;
    min-width: auto;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .catalog__link::after {
    content: none;
  }
  .catalog__link::before {
    content: none;
  }
  .catalog__item a {
    width: 100%;
    margin-bottom: 20px;
  }
}
.news {
  margin-top: 60px;
}
.news__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news__title {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-family: 'Lora-Regular';
  font-weight: lighter;
  font-size: 45px;
  line-height: 55px;
  color: #2b303b;
}
.news__link {
  font-family: 'Lora-Regular';
  font-size: 19px;
  line-height: 23px;
  color: #008ac6;
  min-width: 230px;
  margin-bottom: 40px;
  padding-right: 50px;
  position: relative;
  transition: 0.2s;
}
.news__link::before {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 35px;
  height: 15px;
  background-image: url('../img/icon/arrow-normal--right.png');
  background-repeat: no-repeat;
  transition: 0.2s;
  opacity: 1;
}
.news__link::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 35px;
  height: 15px;
  background-image: url('../img/icon/arrow-hover--right.png');
  background-repeat: no-repeat;
  transition: 0.2s;
  opacity: 0;
}
.news__link:hover {
  color: #c15787;
}
.news__link:hover::before {
  opacity: 0;
}
.news__link:hover::after {
  opacity: 1;
  background-image: url('../img/icon/arrow-hover--right.png');
}
.news__description,
.news__date {
  transition: 0.3s;
}
.news__item a {
  overflow-x: hidden;
}
.news__item a:hover .news__description,
.news__item a:hover .news__date {
  color: rgba(43, 48, 59, 0.65);
}
.news__item a:hover .news__image {
  transform: scale(1.05);
}
.wrapper__news__image {
  width: 100%;
  overflow: hidden;
}
.news__image {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
@media (max-width: 539px) {
  .news {
    margin-top: 40px;
  }
  .news__title {
    font-size: 25px;
    line-height: 30px;
  }
  .news__link {
    font-size: 14px;
    min-width: auto;
    padding-right: 0;
    margin-bottom: 20px;
    flex-shrink: 0;
  }
  .news__link::after {
    content: none;
  }
  .news__link::before {
    content: none;
  }
  .news__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .news__description {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 540px) and (max-width: 749px) {
  .news__link {
    margin-bottom: 25px;
  }
  .news__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .news__title {
    font-size: 35px;
    line-height: 40px;
  }
  .news__link {
    font-size: 14px;
    min-width: auto;
    padding-right: 0;
    margin-bottom: 20px;
    flex-shrink: 0;
  }
  .news__link::after {
    content: none;
  }
  .news__link::before {
    content: none;
  }
}
@media (min-width: 750px) and (max-width: 1230px) {
  .news__link {
    margin-bottom: 25px;
  }
  .news__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.new-models {
  margin-top: 70px;
}
.new-models__title {
  margin: 0 0 50px;
  padding: 0;
  font-family: 'Lora-Regular';
  font-weight: lighter;
  font-size: 45px;
  line-height: 55px;
  color: #2b303b;
}
.slider__item:hover .slider__image {
  transform: scale(1.05);
}
.wrapper__slider__image {
  width: 362px;
  height: 534px;
  overflow: hidden;
}
.slider__image {
  width: 100%;
  transition: 0.3s;
}
.slider__title {
  margin: 20px 0;
  padding: 0;
  font-family: 'Lora-Regular';
  font-size: 19px;
  line-height: 23px;
  color: #2b2f3a;
  text-align: center;
}
.slider__footer {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.slider__cost {
  width: 100%;
  font-family: 'Lora-Regular';
  font-size: 19px;
  line-height: 23px;
  color: #2b2f3a;
  text-align: center;
}
.slider__cart {
  width: 30px;
  height: 31px;
  background-image: url("../img/icon/cart.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-slider {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.slick-arrow {
  position: absolute;
  top: 250px;
  font-size: 0;
  border: none;
  width: 53px;
  height: 30px;
  background-color: inherit;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
  transition: 0.2s;
  cursor: pointer;
}
.slick-arrow:hover {
  opacity: 1;
}
.slick-arrow:focus {
  outline: none;
}
.slick-next.slick-arrow {
  right: -75px;
  background-image: url("../img/icon/arrow-slider-hover--right.png");
}
.slick-prev.slick-arrow {
  left: -75px;
  background-image: url("../img/icon/arrow-slider-hover--left.png");
}
@media (min-width: 1200px) and (max-width: 1740px) {
  .slick-arrow {
    top: 200px;
  }
  .slick-slider {
    padding: 0 100px!important;
  }
  .slick-next.slick-arrow {
    right: 10px;
  }
  .slick-prev.slick-arrow {
    left: 10px;
  }
}
.slick-dots {
  list-style: none;
  margin: 30px auto 0;
  padding: 0;
  display: flex!important;
  flex-direction: row;
  justify-content: center;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 9px;
  height: 9px;
  background-color: #a5a8ad;
  transition: 0.3s;
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.slick-dots li button:hover {
  background-color: rgba(0, 138, 198, 0.75);
}
.slick-dots li:not(:last-child) {
  margin-right: 50px;
}
.slick-dots .slick-active button {
  background-color: #008ac6;
}
.slick-slide {
  margin: 0 15px;
}
.slick-list {
  margin: 0 -15px;
}
.wrapper__slider__image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.slider__item {
  width: 100%;
}
@media (max-width: 539px) {
  .new-models {
    margin-top: 40px;
  }
  .new-models__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0;
  }
  .slider__title {
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0;
  }
  .slider {
    margin-top: 50px;
  }
  .slider__cost {
    font-size: 16px;
    line-height: 19px;
  }
  .slider__cart {
    width: 25px;
    height: 26px;
  }
  .slick-arrow {
    top: -40px;
    background-size: 35px;
  }
  .slick-next.slick-arrow {
    right: 0;
  }
  .slick-prev.slick-arrow {
    left: 0;
  }
  .wrapper__slider__image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .slider__item {
    width: 100%;
  }
  .slick-slide {
    margin: 0 15px;
  }
  .slick-list {
    margin: 0 -15px;
  }
  .slick-dots {
    margin-top: 20px;
  }
}
@media (min-width: 540px) and (max-width: 749px) {
  .new-models__title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .slider {
    margin-top: 50px;
  }
  .slick-arrow {
    top: -40px;
  }
  .slick-next.slick-arrow {
    right: 0;
  }
  .slick-prev.slick-arrow {
    left: 0;
  }
  .wrapper__slider__image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .slider__item {
    width: 100%;
  }
  .slick-slide {
    margin: 0 15px;
  }
  .slick-list {
    margin: 0 -15px;
  }
  .slick-dots {
    margin-top: 20px;
  }
}
@media (min-width: 750px) and (max-width: 1230px) {
  .new-models__title {
    margin-bottom: 10px;
  }
  .slider {
    margin-top: 50px;
  }
  .slick-arrow {
    top: -40px;
  }
  .slick-next.slick-arrow {
    right: 0;
  }
  .slick-prev.slick-arrow {
    left: 0;
  }
  .wrapper__slider__image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .slider__item {
    width: 100%;
  }
  .slick-slide {
    margin: 0 15px;
  }
  .slick-list {
    margin: 0 -15px;
  }
  .slick-dots {
    margin-top: 20px;
  }
}
.about {
  margin-top: 70px;
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: url('../img/about-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.about__title {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-family: 'Lora-Regular';
  font-weight: lighter;
  font-size: 45px;
  line-height: 55px;
  color: #2b303b;
}
.about__description {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  font-family: 'Lora-Regular';
  font-size: 19px;
  line-height: 23px;
  color: #54575e;
}
.about-icon__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.about-icon__item {
  width: 180px;
  margin-right: 100px;
}
.about__image {
  width: 100%;
}
.about-icon__item:last-child {
  margin-right: 0;
}
.about-icon__description {
  font-family: 'Lora-Bold';
  font-size: 15px;
  line-height: 19px;
  color: #727376;
}
@media (max-width: 539px) {
  .about {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about__title {
    font-size: 30px;
    line-height: 35px;
  }
  .about__image {
    width: 100%;
  }
  .about-icon__list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-icon__item {
    width: 100px;
    margin-right: 0;
    text-align: center;
  }
  .about-icon__description {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 540px) and (max-width: 749px) {
  .about {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about__title {
    font-size: 30px;
    line-height: 35px;
  }
  .about__image {
    width: 100%;
  }
  .about-icon__list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-icon__item {
    width: 100px;
    margin-right: 0;
    text-align: center;
  }
  .about-icon__description {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 750px) and (max-width: 1230px) {
  .about {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about__title {
    font-size: 30px;
    line-height: 35px;
  }
  .about__image {
    width: 100%;
  }
  .about-icon__list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-icon__item {
    width: 100px;
    margin-right: 0;
    text-align: center;
  }
  .about-icon__description {
    font-size: 14px;
    line-height: 18px;
  }
}
.breadcrumbs__list {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.breadcrumbs__list--left{
  justify-content: flex-start;
}
.breadcrumbs__item {
  font-family: 'Lora-Regular';
  font-size: 19px;
  line-height: 23px;
}
.breadcrumbs__item:not(:last-child) {
  color: #008ac6;
  padding-right: 20px;
  position: relative;
}
.breadcrumbs__item:not(:last-child)::before {
  content: '>';
  position: absolute;
  top: 0;
  right: 5px;
}
.breadcrumbs__item:last-child a {
  cursor: inherit;
}
.breadcrumbs__item:last-child a:hover {
  color: inherit;
}
.catalog-page__header {
  /* margin-top: 50px; */
  margin-bottom: 45px;
}
.catalog-page__header-title {
  margin: 0;
  padding: 0;
  font-family: 'Lora-Regular';
  font-weight: lighter;
  font-size: 45px;
  line-height: 55px;
  color: #2b303b;
}
.wrapper__catalog-page__header {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.filter__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.filter__item {
  font-family: 'Lora-Regular';
  font-size: 19px;
  line-height: 23px;
  color: #008ac6;
  position: relative;
  margin-right: 75px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.filter__item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 6px);
  height: 3px;
  background-image: url("../img/icon/dotted.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
.filter__item:hover {
  color: rgba(0, 138, 196, 0.7);
}
.filter__item:active {
  color: rgba(0, 138, 196, 0.5);
}
.sort__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}
.sort__list span {
  font-family: 'Lora-Regular';
  font-size: 19px;
  line-height: 23px;
  color: #40444d;
  margin-right: 50px;
}
.sort__item {
  font-family: 'Lora-Regular';
  font-size: 19px;
  line-height: 23px;
  color: #008ac6;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.sort__item.active {
  color: #a42d68;
}
.sort__item:before {
  content: '';
  position: absolute;
}
.sort__item:hover {
  color: rgba(0, 138, 196, 0.7);
}
.sort__item:active {
  color: rgba(0, 138, 196, 0.5);
}
.sort__item:first-child {
  margin-right: 50px;
}
.sort-price--bottom {
  margin-right: 35px;
  padding-right: 15px;
}
.sort-price--bottom:before {
  width: 8px;
  height: 14px;
  bottom: 3px;
  right: 0;
  background-image: url("../img/icon/sort-arrow--bottom.png");
}
.sort-price--top {
  margin-right: 35px;
  padding-right: 15px;
}
.sort-price--top:before {
  width: 8px;
  height: 14px;
  bottom: 3px;
  right: 0;
  background-image: url("../img/icon/sort-arrow--top.png");
}
.sort-alphabet--asc {
  padding-right: 35px;
}
.sort-alphabet--asc:before {
  content: 'А-Я';
  bottom: -1px;
  right: 0;
  font-size: 13px;
  color: #a8a8a8;
}
.sort-alphabet--desc {
  padding-right: 35px;
}
.sort-alphabet--desc:before {
  content: 'Я-А';
  bottom: -1px;
  right: 0;
  font-size: 13px;
  color: #a8a8a8;
}
.catalog-page .slider__item {
  margin-bottom: 80px;
}
.pagination__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__item {
  font-family: 'Lora-Regular';
  font-size: 19px;
  line-height: 23px;
  color: #008ac6;
  margin-right: 25px;
}
.pagination__item a {
  transition: 0.3s;
}
.pagination__item a:hover {
  color: rgba(0, 138, 196, 0.7);
}
.pagination__item a:active {
  color: rgba(0, 138, 196, 0.5);
}
.pagination__item--active {
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  padding-top: 5px;
  background-color: #008ac6;
}
.pagination__item--active a {
  cursor: inherit;
}
.pagination__item--active a:hover {
  color: #ffffff;
}
.pagination__item--active a:active {
  color: #ffffff;
}
.reviews {
  margin-top: 40px;
  padding-top: 90px;
  padding-bottom: 80px;
  background-image: url('../img/about-background.jpg');
  background-size: cover;
}
.reviews__title {
  margin: 0;
  margin-bottom: 60px;
  padding: 0;
  font-family: 'Lora-Regular';
  font-weight: lighter;
  font-size: 45px;
  line-height: 55px;
  color: #2b303b;
}
.reviews__item {
  display: flex;
  margin-bottom: 60px;
}
.reviews__item img {
  width: 73px;
  height: 73px;
}
.reviews__item-message {
  width: 100%;
  margin-left: 30px;
}
.reviews__item-message__bottom {
  display: flex;
  justify-content: space-between;
}
.message-autor {
  font-family: 'Lora-Bold';
}
.message-date {
  color: #828282;
}
@media (min-width: 750px) and (max-width: 1230px) {
  .breadcrumbs__list {
    justify-content: flex-start;
  }
  .breadcrumbs__item {
    font-size: 15px;
    line-height: 18px;
  }
  .catalog-page__header-title {
    font-size: 36px;
    line-height: 40px;
  }
  .wrapper__catalog-page__header {
    flex-wrap: wrap;
    align-items: baseline;
  }
  .filter__list {
    flex-wrap: wrap;
  }
  .filter__item {
    margin-right: 25px;
    margin-bottom: 0;
  }
  .sort__list {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1230px) {
  .breadcrumbs__list {
    justify-content: flex-end;
  }
  .sort__list {
    margin: 0;
  }
}
@media (min-width: 540px) and (max-width: 749px) {
  .breadcrumbs__list {
    justify-content: flex-start;
  }
  .breadcrumbs__item {
    font-size: 15px;
    line-height: 18px;
  }
  .catalog-page__header-title {
    font-size: 36px;
    line-height: 40px;
  }
  .wrapper__catalog-page__header {
    flex-wrap: wrap;
  }
  .filter__list {
    flex-wrap: wrap;
  }
  .filter__item {
    margin-right: 25px;
    margin-bottom: 15px;
  }
  .sort__list {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
@media (max-width: 539px) {
  .breadcrumbs__list {
    justify-content: flex-start;
  }
  .breadcrumbs__item {
    font-size: 15px;
    line-height: 18px;
  }
  .catalog-page__header-title {
    font-size: 36px;
    line-height: 40px;
  }
  .wrapper__catalog-page__header {
    flex-wrap: wrap;
  }
  .filter__list {
    flex-wrap: wrap;
  }
  .filter__item {
    margin-right: 25px;
    margin-bottom: 15px;
  }
  .sort__list {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .sort__list span {
    width: 100%;
    margin-bottom: 15px;
  }
}
.product {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
}
.product-images {
  display: flex;
  justify-content: space-between;
  margin-right: 60px;
}
.wrapper__images-small {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 600px;
}
.wrapper__images-small a {
  display: block;
  height: 100%;
}
.wrapper__image--big {
  width: 400px;
  height: 600px;
  overflow: hidden;
  margin-right: 20px;
}
.product-image--big {
  height: 100%;
}
.product-image--small {
  width: 127px;
}
.product-info__title {
  margin: 0 0 15px;
  padding: 0;
  font-family: 'Lora-Regular';
  font-weight: lighter;
  font-size: 45px;
  line-height: 55px;
  color: #2b303b;
}
.product-info__vendor-code {
  font-family: 'Lora-Regular';
  font-weight: bold;
  font-size: 29px;
  line-height: 23px;
  color: #2b303b;
}
.wrapper__price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 40px;
}
.product-info__cost {
  font-family: 'Lora-Regular';
  font-size: 24px;
  line-height: 30px;
  color: #2b303b;
}
.product-info__cost span {
  font-family: 'Lora-Regular';
  font-size: 40px;
  line-height: 55px;
  color: #2b303b;
}
.product-info__cost__info {
  font-family: 'Lora-Regular';
  font-size: 21px;
  line-height: 20px;
  color: #2b303b;
  letter-spacing: 1.6px;
}
.form-add-cart {
  margin-top: 50px;
}
.wrapper__select-size {
    display: flex;
    align-items: baseline;
}
.size__select {
  width: 270px;
  height: 57px;
  border: 1px solid #bdbec0;
  background-color: #ffffff;
  position: relative;
  font-family: 'Lora-Regular';
  font-size: 24px;
  line-height: 30px;
  color: #2b303b;
  z-index: 2;
  transition: 0.3s;
  cursor: pointer;
}
.size__select::before {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 14px;
  height: 8px;
  cursor: pointer;
  transition: 0.3s;
  background-image: url("../img/icon/triangle--bottom.png");
}
.size__input--select {
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-top: 15px;
  transition: 0.2s;
}
.size__input--select:hover {
  color: rgba(43, 48, 59, 0.7);
}
.size__select.on::before {
  transform: rotate(180deg);
}
.size--select__list {
  margin-left: -1px;
  margin-right: -1px;
  padding: 15px;
  border: 1px solid #bdbec0;
  z-index: 2;
  background-color: #ffffff;
}
.size--select__item {
  transition: 0.2s;
}
.size--select__item:hover {
  color: rgba(43, 48, 59, 0.7);
}
.size--select__item:not(:last-child) {
  margin-bottom: 15px;
}
.size__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.size__item {
  width: 95px;
  height: 52px;
  margin-right: 15px;
}
.size__item label {
  font-family: 'Lora-Regular';
  font-size: 20px;
  line-height: 24px;
  color: #2b303b;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  border: 1px solid #bdbec0;
  background-color: #ffffff;
  cursor: pointer;
}
.size__item label:hover {
  opacity: 0.75;
}
.size__item label:active {
  opacity: 0.55;
}
.size__item input:checked + label {
  color: #ffffff;
  background-color: #008ac6;
}
.size__item input:disabled + label {
  color: #ffffff;
  opacity: 0.5;
  background-color: #bdbec0;
}
.size__link {
  margin-left: 39px;
  font-family: 'Lora-Regular';
  font-size: 24px;
  line-height: 20px;
  color: #3e3e3e;
  text-decoration: underline;
}
.form-add-cart__footer {
  display: flex;
  margin-top: 60px;
}
.wrapper__form-add-cart__input-quantity {
  width: 134px;
  height: 57px;
  margin-right: 15px;
  padding-left: 10px;
  border: 1px solid #bdbec0;
  background-color: #ffffff;
  position: relative;
  display: flex;
  font-family: 'Lora-Regular';
  font-size: 24px;
  line-height: 30px;
  color: #2b303b;
}
.form-add-cart__quantity {
  width: auto;
  max-width: 50px;
  user-select: none;
  border: none;
  text-align: center;
  padding: 0;
}
.form-add-cart__quantity:focus {
  outline: none;
}
.form-add-cart__quantity__measure {
  align-self: center;
}
.quantity-nav {
  padding: 10px 0;
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.quantity-button {
  width: 14px;
  height: 8px;
  cursor: pointer;
}
.quantity-button:hover {
  opacity: 0.75;
}
.quantity-button.quantity-up {
  background-image: url("../img/icon/triangle--top.png");
}
.quantity-button.quantity-down {
  background-image: url("../img/icon/triangle--bottom.png");
}
.wrapper__form-add-cart__button {
  padding: 3px;
  border: 1px solid #a42d68;
  position: relative;
}
.form-add-cart__button {
  font-family: 'Lora-Regular';
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  min-width: 314px;
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
  background-color: #a42d68;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.form-add-cart__button::after {
  content: 'Товар успешно добавлен.';
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  font-size: 15px;
  color: #ffffff;
  transform: scaleY(0);
  transform-origin: 0 0;
  background-color: #ffb2c7;
  transition: 0.5s;
}
.form-add-cart__button--success::after{
  transform: scaleY(1);
}
.success-add-cart {
  position: absolute;
  top: 60px;
  /* right: -277px; */
  width: 100%;
  text-align: center;
  color: #ffffff;
  display: none;
}
@media (min-width: 1376px) {
  .success-add-cart {
    position: absolute;
    top: 15px;
    right: -283px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    display: none;
  }
}
.success-add-cart a {
  font-family: 'Lora-Regular';
  font-size: 24px;
  line-height: 20px;
  color: #3e3e3e;
  text-decoration: underline;
}
.success-add-cart a:hover {
  opacity: 0.7;
}
.success-add-cart--open {
  display: block;
}
.form-add-cart__button:disabled {
  background-color: #ffb2c7;
  font-size: 0;
  cursor: inherit;
}
.form-add-cart__button:disabled::before {
  content: 'Выберите размер';
  vertical-align: top;
  font-size: 24px;
}
.form-add-cart__button:disabled:hover {
  background-color: #ffb2c7;
}
.form-add-cart__button:hover {
  background-color: rgba(255, 178, 199, 0.75);
}
.form-add-cart__button:active,
.form-add-cart__button:focus {
  background-color: rgba(255, 178, 199, 0.55);
  outline: none;
}
.form-add-cart ~ p {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  font-family: 'Lora-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #2b303b;
}
.form-add-cart + p {
  margin-top: 48px;
}
.history {
  margin-top: 70px;
  margin-bottom: 50px;
}
@media (max-width: 539px) {
  .product {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .product-images {
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
  }
  .wrapper__image--big {
    width: 100%;
    height: inherit;
    margin-right: 0;
  }
  .product-image--big {
    width: 100%;
  }
  .wrapper__images-small {
    width: 100%;
    margin-top: 30px;
    flex-direction: row;
    height: inherit;
  }
  .product-image--small {
    width: 90px;
  }
  .product-info__title {
    margin-top: 30px;
    font-size: 35px;
    line-height: 45px;
  }
  .product-info__vendor-code {
    font-size: 20px;
    line-height: 25px;
  }
  .product-info__cost__info {
    margin-top: 20px;
    font-size: 14px;
  }
  .product-info__cost span {
    font-size: 35px;
    line-height: 45px;
  }
  .size__list {
    flex-wrap: wrap;
  }
  .size__item {
    margin-bottom: 15px;
  }
  .wrapper__price {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .wrapper__select-size {
    flex-wrap: wrap;
  }
  .size__link {
    margin-left: 0;
  }
  .form-add-cart__footer {
    flex-wrap: wrap;
  }
  .wrapper__form-add-cart__button {
    margin-top: 20px;
    width: 100%;
  }
  .success-add-cart {
    top: 30px;
    right: 11px;
    margin-top: 30px;
  }
  .size__select {
    margin-bottom: 20px;
  }
  .form-add-cart__button {
    width: 100%;
    height: 51px;
    min-width: inherit;
  }
  .breadcrumbs__list {
    flex-wrap: wrap;
  }
  .breadcrumbs__item {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (min-width: 540px) and (max-width: 749px) {
  .product {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .product-images {
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
  }
  .wrapper__image--big {
    width: 100%;
    height: inherit;
    margin-right: 0;
  }
  .product-image--big {
    width: 100%;
  }
  .wrapper__images-small {
    width: 100%;
    margin-top: 30px;
    flex-direction: row;
    height: inherit;
    flex-grow: 1;

  }
  .success-add-cart {
    top: 30px;
    right: 11px;
    margin-top: 30px;
  }
  .product-image--small {
    height: 100%
  }
  .product-info__title {
    margin-top: 30px;
    font-size: 35px;
    line-height: 45px;
  }
  .product-info__cost span {
    font-size: 35px;
    line-height: 45px;
  }
  .size__list {
    flex-wrap: wrap;
  }
  .size__item {
    margin-bottom: 15px;
  }
  .size__link {
    margin-top: 20px;
    margin-left: 16px;
  }
  .wrapper__price {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .form-add-cart__footer {
  }
  .wrapper__form-add-cart__button {
    flex-grow: 1;
  }
  .form-add-cart__button {
    width: 100%;
    height: 51px;
    min-width: inherit;
  }
  .breadcrumbs__list {
    flex-wrap: wrap;
  }
  .breadcrumbs__item {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (min-width: 750px) and (max-width: 1230px) {
  .product {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .product-info {
    margin: 0 auto;
    margin-top: 30px;
  }
  .product-images {
    margin: 0 auto;
  }
  .success-add-cart {
    top: 30px;
    left: 0;
    margin-top: 30px;
  }
}
.cart {
  /* margin-top: 50px; */
}
.cart__title,
.static__title {
  margin: 0;
  padding: 0;
  font-family: 'Lora-Regular';
  font-weight: lighter;
  font-size: 45px;
  line-height: 55px;
  color: #2b303b;
}
.cart__form {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.wrapper__fieldset {
  flex-grow: 1;
  margin-right: 70px;
}


.cart__list {
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.cart__item {
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.wrapper__center-cart {
    display: flex;
    align-items: baseline;
    flex-grow: 1;
}
@media (max-width: 1200px) {
  .wrapper__center-cart {
    flex-wrap: wrap;
  }
}
.wrapper__right-cart__item {
  width: 500px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
}
.wrapper__cart__title {
  flex-grow: 1;
  margin-left: 15px;
}
.wrapper__cart__image {
  width: 127px;
  height: 190px;
  overflow: hidden;
  flex-shrink: 0;
}
.cart__image {
  width: 100%;
}
.cart__item-title {
  margin: 0;
  padding: 0;
  font-family: 'Lora-Regular';
  font-weight: lighter;
  font-size: 30px;
  line-height: 35px;
  color: #2b303b;
}
.cart__vendor-code {
  font-size: 16px;
  line-height: 25px;
  color: #2b303b;
}
.cart__size {
  font-family: 'Lora-Regular';
  font-size: 22px;
  line-height: 27px;
  color: #2b303b;
}
.cart__cost {
  font-family: 'Lora-Regular';
  font-size: 22px;
  line-height: 27px;
  color: #2b303b;
}
.cart__cost span {
  font-size: 30px;
  line-height: 37px;
}
.cart__close {
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #b6b6b6;
  transition: 0.2s;
}
.cart__close:hover {
  opacity: 0.7;
}
.cart__close:active {
  opacity: 0.5;
}
p.cart__total-cost {
  font-family: 'Lora-Regular';
  font-size: 25px;
  line-height: 30px;
  color: #2b303b;
}
.cart__total-cost span {
  font-family: 'Lora-Bold';
  font-size: 30px;
  line-height: 35px;
}
.cart__total-number {
  font-family: 'Lora-Regular';
  font-size: 18px;
  line-height: 22px;
  color: #2b303b;
}
.cart__total-number span {
  font-family: 'Lora-Bold';
}
.cart__ordering {
  width: 360px;
  height: 100%;
  padding: 40px 25px;
  background-image: url("../img/about-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -541px 0;
}
.cart__ordering-title {
  margin: 0;
  padding: 0;
  font-family: 'Lora-Regular';
  font-size: 25px;
  line-height: 20px;
  color: #2b303b;
  text-align: center;
}
.cart__ordering-input__list {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
.cart__ordering-input__item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  font-family: 'Lora-Regular';
  font-size: 16px;
  line-height: 20px;
  color: #2b303b;
}
.wrapper-terms-of-use {
  margin-bottom: 10px;
}
.terms-of-use-label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-family: 'Lora-Regular';
  font-size: 16px;
  line-height: 20px;
  color: #2b303b;
}
.terms-of-use-label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background: #ffffff;
  border: 1px solid black;
  cursor: pointer;
}
.terms-of-use-label::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background-image: url('../img/icon/checked.png');
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;

}
.terms-of-use-label a {
  color: #a42d68;
}
.terms-of-use-label a:hover {
  opacity: 0.7;
}
.terms-of-use-input-checkbox:checked + .terms-of-use-label::after {
  opacity: 1;
}
.cart__ordering-input__item span {
  color: red;
}
.cart__ordering-input__item input {
  padding: 15px;
  font-size: 17px;
  height: 45px;
  border: 1px solid #bebec0;
}
.cart__ordering-input__item input:focus {
  outline: none;
}
.cart__ordering-input__item textarea {
  padding: 15px;
  height: 100px;
  border: 1px solid #bebec0;
  resize: none;
}
.cart__ordering-input__item textarea:focus {
  outline: none;
}
.input__item--message {
  margin: 0;
  padding: 0;
}
.wrapper__cart__ordering-button {
  padding: 3px;
  border: 1px solid #a42d68;
}
.cart__ordering-button {
  font-family: 'Lora-Regular';
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 52px;
  border: none;
  background-color: #a42d68;
  transition: 0.3s;
  cursor: pointer;
}
.cart__ordering-button:disabled{
  background-color: rgba(255, 178, 199, 0.75);

}
.cart__ordering-button:hover {
  background-color: rgba(255, 178, 199, 0.75);
}
.cart__ordering-button:active,
.cart__ordering-button:focus {
  background-color: rgba(255, 178, 199, 0.55);
  outline: none;
}
@media (max-width: 539px) {
  .cart__title,
  .static__title {
    font-size: 35px;
    line-height: 40px;
  }
  .cart__form {
    flex-wrap: wrap;
  }
  .cart__item {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .wrapper__fieldset {
    margin-right: 0;
    width: 100%;
  }
  .wrapper__cart__image {
    width: 100%;
    height: inherit;
    overflow: hidden;
  }
  .wrapper__right-cart__item {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: baseline;
  }
  .wrapper__right-cart__item .wrapper__form-add-cart__input-quantity {
    margin-right: 20px;
  }
  .wrapper__cart__title {
    margin-top: 20px;
    margin-left: 0;
  }
  .cart__size {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cart__cost {
    margin-top: 20px;
  }
  .cart__close {
    margin-top: 25px;
  }
  .cart__ordering {
    width: 100%;
  }
}
@media (min-width: 347px) and (max-width: 539px) {
  .wrapper__right-cart__item .wrapper__form-add-cart__input-quantity {
    margin-right: 0;
  }
}
@media (min-width: 462px) and (max-width: 539px) {
  .cart__size {
    margin-right: 15px;
  }

}
@media (min-width: 540px) and (max-width: 749px) {
  .cart__title,
  .static__title {
    font-size: 35px;
    line-height: 40px;
  }
  .cart__form {
    flex-wrap: wrap;
  }
  .cart__item {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .wrapper__fieldset {
    margin-right: 0;
  }
  .wrapper__right-cart__item {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: baseline;
  }
  .wrapper__right-cart__item .wrapper__form-add-cart__input-quantity {
    margin-right: 0;
  }
  .wrapper__cart__image {
    width: 100%;
    height: inherit;
    overflow: hidden;
  }
  .wrapper__cart__title {
    margin-top: 20px;
    margin-left: 0;
  }
  .cart__size {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cart__cost {
    margin-top: 20px;
  }
  .cart__close {
    margin-top: 25px;
  }
  .cart__ordering {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .cart__title,
  .static__title {
    font-size: 35px;
    line-height: 40px;
  }
  .cart__form {
    flex-wrap: wrap;
  }
  .cart__item {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .wrapper__fieldset {
    margin-right: 0;
  }
  .wrapper__right-cart__item {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: baseline;
  }
  .wrapper__right-cart__item .wrapper__form-add-cart__input-quantity {
    margin-right: 0;
  }
  .wrapper__cart__image {
    width: 100%;
    height: inherit;
    overflow: hidden;
  }
  .wrapper__cart__title {
    margin-top: 20px;
    margin-left: 0;
  }
  .cart__size {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cart__cost {
    margin-top: 20px;
  }
  .cart__close {
    margin-top: 25px;
  }
  .cart__ordering {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1230px) {
  .cart__item {
    margin-bottom: 80px;
  }
  .wrapper__cart__image {
    margin-right: 20px;
    width: 153px;
    height: 230px;
    flex-shrink: 0;
  }
  .wrapper__right-cart__item {
    width: 100%;
    max-width: 400px;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: baseline;
  }
  .wrapper__cart__title {
    margin-left: 0;
  }
  .wrapper__right-cart__item .wrapper__form-add-cart__input-quantity {
    margin-right: 0;
  }
  .cart__ordering {
    flex-shrink: 0;
  }
  .wrapper__fieldset {
    margin-right: 30px;
  }
  .cart__cost {
    margin-top: 20px;
  }
}
