html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 100%;
  min-height: 100%;
}
html {
  /*&::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../../images/bg_left.png") repeat-y;
        background-size: 5vw;
        z-index: -1;
    }*/
}
body {
  padding-top: 5rem;
}
body::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/bg_right.png") repeat-y right;
  background-size: 6vw;
  z-index: -1;
}
body img {
  -webkit-user-drag: none;
  user-drag: none;
  border: none;
}
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body div,
body li {
  cursor: default;
}
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}
body a {
  text-decoration: none;
  outline: none;
}
body .template {
  display: none;
}
.popup_dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  left: 0;
  top: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.popup_dialog.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.popup_dialog .close_button {
  position: absolute;
  bottom: 100%;
  left: calc(100% + .3rem);
  color: #34495e;
  cursor: pointer;
}
@font-face {
  font-family: "GothamPro_Bold";
  src: url("../../fonts/GothamProBold.ttf");
}
@font-face {
  font-family: "GothamPro_Regular";
  src: url("../../fonts/GothamProRegular.ttf");
}
@font-face {
  font-family: "GothamPro_Light";
  src: url("../../fonts/GothamProLight.ttf");
}
.inline_container {
  font-size: 0;
}
.inline {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.not_scrollable {
  overflow: hidden;
}
button,
input {
  border: none;
  outline: none;
}
#popup_loader {
  z-index: 10000;
}
#popup_loader i {
  font-size: 3.5rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  color: #777;
  text-align: center;
}
#popup_notify .container {
  width: 30vw;
  background-color: #fff;
  padding: 2rem 2rem 2.25rem 2rem;
  box-shadow: 0 0 1rem #7f8c8d;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#popup_notify .container p {
  font-family: GothamPro_Regular, sans-serif;
  color: #1d1d1d;
  text-align: center;
  font-size: 1.35rem;
}
header {
  background-color: #ecf0f1;
  height: 5.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 0 10px #bdc3c7;
  display: flex;
  align-items: center;
}
header .logo {
  height: 100%;
  width: 15%;
}
header .logo a {
  display: block;
  height: 100%;
  width: 100%;
}
header .logo a img {
  cursor: pointer;
  width: auto;
  height: auto;
  max-height: 80%;
  max-width: 90%;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header .menu {
  flex: 1;
}
header .menu nav {
  font-size: 1rem;
}
header .menu nav .toggle_menu {
  display: none;
}
header .menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .menu nav ul li {
  font-size: 1.15rem;
  font-family: GothamPro_Regular, sans-serif;
  margin: 0 0.5rem;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
header .menu nav ul li:not(:hover) .sub_catalogs {
  visibility: hidden;
  opacity: 0;
}
header .menu nav ul li:hover > a::after,
header .menu nav ul li.active > a::after {
  width: 100%;
}
header .menu nav ul li > a {
  position: relative;
}
header .menu nav ul li > a::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
  background-color: #5eb036;
  width: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header .menu nav ul li a {
  color: #1d1d1d;
  padding: 0.35rem 0.5rem 0.4rem 0.5rem;
  display: block;
  font-size: 1.15rem;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header .menu nav ul li .item {
  position: relative;
  font-size: 0;
}
header .menu nav ul li .item:not(:last-child) {
  margin-bottom: 0.5rem;
}
header .menu nav ul li .item:not(:hover) .sub_catalogs {
  visibility: hidden;
  opacity: 0;
}
header .menu nav ul li .sub_catalogs {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0.15rem 0.5rem #bdc3c7;
  padding: 0.35rem 0.5rem;
  top: calc(100% - 2px);
  min-width: 15vw;
  max-width: 35vw;
  z-index: 5;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header .menu nav ul li .sub_catalogs a,
header .menu nav ul li .sub_catalogs i {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
header .menu nav ul li .sub_catalogs a {
  color: #1d1d1d;
  width: calc(100% - 1.5rem);
}
header .menu nav ul li .sub_catalogs a:hover {
  color: #5eb036;
}
header .menu nav ul li .sub_catalogs i {
  color: #1d1d1d;
  font-size: 1.5rem;
  width: 1.5rem;
  padding-bottom: 0.25rem;
  text-align: center;
}
header .menu nav ul li .sub_catalogs .sub_catalogs {
  top: -0.35rem;
  left: calc(100% + .5rem);
}
header .menu nav ul li .cart_count {
  background-color: #5eb036;
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  margin: -0.6rem 0 -0.5rem 0.25rem;
  line-height: 1.5rem;
  border-radius: 2px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
header .messengers {
  margin-right: 1rem;
  display: flex;
  justify-content: center;
}
header .messengers .messenger {
  padding: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header .messengers .messenger.wa {
  background: #25d366;
}
header .messengers .messenger.wa:hover {
  background: #1da851;
}
header .messengers .messenger.tg {
  background: #00adea;
  margin-left: 1rem;
}
header .messengers .messenger.tg:hover {
  background: #0087b7;
}
header .messengers .messenger img {
  width: 100%;
  height: 100%;
  display: block;
}
header .phones {
  text-align: right;
}
header .phones p {
  color: #1d1d1d;
  font-size: 1rem;
  font-family: GothamPro_Regular, sans-serif;
  padding: 0.35rem 0.5rem;
}
header .phones p a {
  color: #1d1d1d;
  font-size: 1rem;
  font-family: GothamPro_Regular, sans-serif;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header .phones p a:hover::after {
  width: 100%;
}
header .phones p a::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
  background-color: #5eb036;
  width: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header .search {
  text-align: center;
  position: relative;
  margin-right: 1rem;
}
header .search > button {
  width: 3.5rem;
  height: 3.5rem;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  padding: 0 0 0 0.15rem;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header .search > button:hover {
  background-color: rgba(94, 176, 54, 0.75);
}
header .search > button:hover i {
  color: #fff;
}
header .search > button i {
  color: #1d1d1d;
  font-size: 2rem;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header .search .search_container {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header .search .search_container.active {
  padding-top: 6rem;
  height: 100%;
  -webkit-transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header .search .search_container.active .close_button,
header .search .search_container.active input,
header .search .search_container.active button {
  opacity: 1;
}
header .search .search_container.active .close_button {
  top: 0.35rem;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
}
header .search .search_container.active input,
header .search .search_container.active button {
  top: 0;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
header .search .search_container:not(.active) .close_button,
header .search .search_container:not(.active) input,
header .search .search_container:not(.active) button {
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header .search .search_container .close_button {
  position: absolute;
  top: 3rem;
  right: 0.5rem;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}
header .search .search_container .close_button::before,
header .search .search_container .close_button::after {
  background-color: #777;
  content: "";
  width: 100%;
  height: 0.3rem;
  z-index: 1;
  top: 0;
  display: block;
  position: absolute;
  top: 47.5%;
  left: 0;
  -webkit-transform: translate(0, -47.5%);
  -moz-transform: translate(0, -47.5%);
  -ms-transform: translate(0, -47.5%);
  -o-transform: translate(0, -47.5%);
  transform: translate(0, -47.5%);
}
header .search .search_container .close_button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .search .search_container .close_button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .search .search_container input,
header .search .search_container button {
  height: 4.5rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
header .search .search_container input {
  width: calc(90% - 8rem);
  padding: 1rem;
  font-size: 2rem;
  font-family: GothamPro_Light, sans-serif;
  border: 0.2rem solid #b9b9b9;
  border-right: none;
  position: relative;
  top: 2rem;
}
header .search .search_container input:focus {
  border: 0.2rem solid #5eb036;
  border-right: none;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header .search .search_container button {
  width: 5rem;
  padding: 0.95rem 0 1.05rem 0.35rem;
  border: 0.2rem solid #5eb036;
  border-left: none;
  background-color: #5eb036;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  top: 2rem;
}
header .search .search_container .results {
  height: calc(100vh - 13rem);
  margin: 2rem auto 0 auto;
  font-size: 0;
  padding: 0 4vw 1rem 4vw;
  box-sizing: border-box;
  overflow: auto;
}
header .search .search_container .results .item {
  width: calc(30vw - 2rem / 3);
  margin-bottom: 1rem;
  opacity: 1;
  top: 0;
  position: relative;
  text-align: left;
  min-height: 35vh;
  padding: 0.5rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header .search .search_container .results .item.template {
  display: none;
}
header .search .search_container .results .item:not(.active) {
  opacity: 0;
  top: 1rem;
}
header .search .search_container .results .item:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
header .search .search_container .results .item:nth-child(3n + 1) {
  margin-right: 1rem;
  margin-left: 1rem;
}
header .search .search_container .results .item .image {
  width: 100%;
  height: calc(35vh - 3.5rem);
  background: center no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-top: 1rem;
}
header .search .search_container .results .item p {
  color: #1d1d1d;
  cursor: pointer;
  font-size: 1.25rem;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header .search .search_container .results .item p.name {
  border-bottom: 2px solid transparent;
  font-family: GothamPro_Regular, sans-serif;
  margin-top: 0.5rem;
  padding: 0.25rem 0.5rem 0.2rem 0.5rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
header .search .search_container .results .item p.cost {
  font-family: GothamPro_Regular, sans-serif;
  font-weight: bold;
  color: #1d1d1d;
  text-align: right;
  margin-top: -2.4rem;
  font-size: 0;
}
header .search .search_container .results .item p.cost span {
  font-size: 1.3rem;
  padding: 0.7rem 1rem 0.5rem 0.25rem;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0.5rem #fff;
  line-height: 1;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
header .search .search_container .results .item p.cost span.symbol {
  padding: 0.7rem 0 0.5rem 1rem;
}
header .search .search_container .results .item p.discount {
  font-family: GothamPro_Bold, sans-serif;
  text-align: right;
  padding-right: 1rem;
}
header .search .search_container .results .item p.discount span {
  font-size: 1.3rem;
  color: #BE3A54;
}
header .search .search_container .results .not_found {
  color: #1d1d1d;
  font-size: 2.25rem;
  font-family: GothamPro_Regular, sans-serif;
  opacity: 1;
  top: 2rem;
  position: relative;
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header .search .search_container .results .not_found:not(.active) {
  opacity: 0;
  top: 4rem;
  -webkit-transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
footer {
  background-color: #efefef;
  padding: 4rem;
}
footer h1,
footer p {
  width: 50%;
}
footer h1 {
  text-align: center;
  font-family: GothamPro_Bold, sans-serif;
  font-size: 1.75rem;
  color: #1d1d1d;
  margin: 0 auto 1rem auto;
}
footer p {
  text-align: justify;
  font-family: GothamPro_Regular, sans-serif;
  font-size: 1rem;
  color: #777;
  margin: auto;
}
footer .socials {
  text-align: center;
  margin-top: 3rem;
}
footer .socials a {
  display: inline-block;
}
footer .socials a:not(:last-child) {
  margin: 0 2rem 0 0;
}
footer .socials a .inline {
  width: 4rem;
  height: 3.75rem;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  border-radius: 0.5rem;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
footer .socials a .inline:hover {
  background-color: #5eb036;
}
footer .socials a .inline:hover i {
  color: #fff;
}
footer .socials a .inline i {
  color: #01662e;
  font-size: 2rem;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
footer .socials a .inline i.fa-vk {
  top: 0.8rem;
}
footer .socials a .inline i.fa-facebook {
  top: 1rem;
  left: 0.05rem;
}
footer .socials a .inline i.fa-instagram {
  top: 0.9rem;
  left: 0.05rem;
}
.slider {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.slider .slide {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.slider .slide.active {
  top: 0;
  left: 0;
}
.slider .slide.prev {
  left: -100%;
}
.slider .slide.next {
  left: 100%;
}
.slider .slider_controls {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.slider .slider_controls.prev.inactive {
  left: -3rem;
}
.slider .slider_controls.next.inactive {
  right: -3rem;
}
.slider .slider_controls button {
  background: none;
  cursor: pointer;
}
.slider .slider_controls button i {
  color: #1d1d1d;
  text-shadow: 0 0 5px #fff;
}
#subscribe {
  font-size: 0;
  background-color: #efefef;
  padding: 3rem 0;
  margin-bottom: 1rem;
}
#subscribe .content {
  width: 90%;
  margin: auto;
}
#subscribe .content .text,
#subscribe .content .input,
#subscribe .content .button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
#subscribe .content .text {
  width: 30%;
  padding-right: 1rem;
  text-align: right;
}
#subscribe .content .text p {
  color: #1d1d1d;
  font-size: 1rem;
  font-family: GothamPro_Regular, sans-serif;
}
#subscribe .content .input {
  width: 30%;
}
#subscribe .content .input input {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  border: 0.15rem solid #b9b9b9;
  border-right: hidden;
  font-family: GothamPro_Regular, sans-serif;
  font-size: 1rem;
}
#subscribe .content .input input:focus {
  border: 0.15rem solid #5eb036;
  border-right: hidden;
}
#subscribe .content button {
  padding: 1.15rem 3rem;
  font-family: GothamPro_Light, sans-serif;
  font-size: 1rem;
  background-color: #5eb036;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#subscribe .content button:hover {
  background-color: #01662e;
}
ul {
  margin-bottom: 1rem;
}
@media screen and (max-width: 515px), screen and (max-width: 820px) and (orientation: landscape) {
  html::after,
  body::after {
    display: none;
  }
  body {
    padding-top: 6.75rem;
  }
  header {
    height: 4.5rem;
    padding-bottom: 2rem;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  header .logo {
    width: 10rem;
  }
  header .logo a img {
    max-height: 70%;
    max-width: 80%;
  }
  header .menu {
    width: calc(100% - 9rem);
  }
  header .menu nav {
    text-align: center;
  }
  header .menu nav .toggle_menu {
    font-family: GothamPro_Regular, sans-serif;
    color: #1d1d1d;
    font-size: 1.5rem;
    position: relative;
    top: -0.1rem;
    display: block;
  }
  header .menu nav .toggle_menu.expand .button .top {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .menu nav .toggle_menu.expand .button .middle {
    background-color: transparent;
  }
  header .menu nav .toggle_menu.expand .button .bottom {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  header .menu nav .toggle_menu .button,
  header .menu nav .toggle_menu span {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
  }
  header .menu nav .toggle_menu .button {
    height: 1.2rem;
    width: 1.5rem;
    position: relative;
    margin-left: -0.5rem;
    -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  header .menu nav .toggle_menu .button div {
    height: 2px;
    width: 100%;
    background-color: #1d1d1d;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  header .menu nav .toggle_menu .button div.top {
    top: 0;
  }
  header .menu nav .toggle_menu .button div.middle {
    display: block;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  header .menu nav .toggle_menu .button div.bottom {
    bottom: 0;
  }
  header .menu nav ul {
    position: absolute;
    top: calc(100% - 2rem);
    left: 0;
    background-color: #ecf0f1;
    box-shadow: 0 5px 10px -5px #bdc3c7;
    width: 100%;
    text-align: left;
    padding: 0 0.5rem;
    overflow: auto;
    box-sizing: border-box;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  header .menu nav ul:not(.expand) {
    max-height: 2.1rem !important;
    overflow: hidden;
  }
  header .menu nav ul li {
    display: block;
    margin: 0.5rem 0;
  }
  header .menu nav ul li:not(:hover) .sub_catalogs {
    visibility: visible;
    opacity: 1;
  }
  header .menu nav ul li > a::after {
    display: none;
  }
  header .menu nav ul li .sub_catalogs {
    position: relative;
    box-shadow: none;
    max-width: 100%;
    padding-left: 1.5rem;
    background-color: transparent;
  }
  header .menu nav ul li .sub_catalogs .item:not(:hover) .sub_catalogs {
    visibility: visible;
    opacity: 1;
  }
  header .menu nav ul li .sub_catalogs .sub_catalogs {
    top: 0;
    left: 0;
  }
  header .phones {
    width: 100%;
    text-align: center;
  }
  header .phones p,
  header .phones p a {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.15rem;
  }
  header .messengers {
    margin: 1rem 0 0.5rem 0;
  }
  header .search {
    width: 4rem;
  }
  header .search .search_container {
    z-index: 5;
  }
  header .search .search_container.active {
    padding-top: 4rem;
  }
  header .search .search_container .close_button {
    width: 3rem;
    height: 3rem;
  }
  header .search .search_container input,
  header .search .search_container button {
    height: 3.5rem;
  }
  header .search .search_container input {
    font-size: 1.5rem;
    width: calc(90% - 4rem);
  }
  header .search .search_container button {
    width: 4rem;
    font-size: 1.5rem;
    padding: 0.6rem 0 0.6rem 0.35rem;
  }
  header .search .search_container .results {
    height: calc(100vh - 10.5rem);
  }
  header .search .search_container .results .item {
    width: 100%;
  }
  header .search .search_container .results .item:nth-child(3n + 1) {
    margin: 0;
  }
  header .search .search_container .results .not_found {
    font-size: 2rem;
    top: 1.5rem;
  }
  footer {
    padding: 2rem 1rem;
  }
  footer h1,
  footer p {
    width: 100%;
  }
  #subscribe .content .text {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
    padding: 0;
  }
  #subscribe .content .input {
    width: 100%;
  }
  #subscribe .content .input input {
    border: 0.15rem solid #b9b9b9;
  }
  #subscribe .content .input input:focus {
    border: 0.15rem solid #5eb036;
  }
  #subscribe .content .button {
    width: 100%;
    display: block;
    margin-top: 1.5rem;
  }
  #subscribe .content button {
    width: 100%;
    display: block;
  }
  #subscribe .content button:active {
    background-color: #5eb036;
  }
  #popup_notify .container {
    width: 90vw;
    padding: 2rem 2rem 2.25rem 2rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 320px) {
  header .logo {
    width: 7.5rem;
  }
}
#breadcrumbs {
  width: 90vw;
  margin: 2rem auto;
  font-family: GothamPro_Regular, sans-serif;
  font-size: 0.9rem;
}
#breadcrumbs:not(.hidden) {
  padding-bottom: 2rem;
}
#breadcrumbs.hidden span {
  display: none;
}
#breadcrumbs a {
  color: #1d1d1d;
  border-bottom: 2px solid #5eb036;
  padding: 0.25rem 0.5rem 0.2rem 0.5rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#breadcrumbs a:hover {
  color: #fff;
  background-color: #5eb036;
}
#breadcrumbs > span:last-child {
  display: none;
}
#good {
  width: 90vw;
  margin: auto;
  font-size: 0;
}
#good h1,
#good .cost {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
#good h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-family: GothamPro_Bold, sans-serif;
  font-weight: normal;
  width: 60%;
}
#good .cost {
  width: 40%;
  text-align: right;
  white-space: nowrap;
}
#good .cost span,
#good .cost .cost_and_discount,
#good .cost button,
#good .cost i {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
#good .cost > span,
#good .cost .cost_and_discount > span {
  color: #01662e;
  margin-right: 1rem;
  font-size: 2rem;
}
#good .cost > span.bold,
#good .cost .cost_and_discount > span.bold {
  font-family: GothamPro_Bold, sans-serif;
}
#good .cost > span.discount,
#good .cost .cost_and_discount > span.discount {
  font-size: 1.25rem;
  position: relative;
  display: block;
  color: #BE3A54;
  font-family: GothamPro_Bold, sans-serif;
  transition: all 0.5s;
  cursor: pointer;
}
#good .cost > span.discount:hover,
#good .cost .cost_and_discount > span.discount:hover {
  color: #01662e;
}
#good .cost > span.old_price,
#good .cost .cost_and_discount > span.old_price {
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  color: #5eb036;
  font-family: GothamPro_Regular, sans-serif;
}
#good .cost > span.old_price::after,
#good .cost .cost_and_discount > span.old_price::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #5eb036;
  position: absolute;
  top: 40%;
  left: -0.25rem;
  width: calc(100% + .5rem);
  transform: rotate(5deg);
}
#good .cost > span.local_currency,
#good .cost .cost_and_discount > span.local_currency {
  font-family: GothamPro_Regular, sans-serif;
  font-size: 1.5rem;
}
#good .cost button {
  padding: 0.8rem 1.5rem;
  font-family: GothamPro_Light, sans-serif;
  font-size: 1rem;
  background-color: #5eb036;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#good .cost button:hover {
  background-color: #01662e;
}
#good .cost button.added :not(.added) {
  display: none;
}
#good .cost button:not(.added) .added {
  display: none;
}
#good .cost button.show_discount {
  margin-top: 1rem;
}
#good .cost button span {
  color: #fff;
  margin-right: 0.35rem;
}
#good .cost button i {
  font-size: 1.25rem;
}
#good .slider {
  height: 50vh;
  margin: 1rem 0;
}
#good .slider .slide img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#good .slider .slider_controls:not(.inactive).prev {
  left: 0;
}
#good .slider .slider_controls:not(.inactive).next {
  right: 0;
}
#good .slider .slider_controls button i {
  font-size: 4rem;
}
#good #info .tab_control {
  font-size: 0;
}
#good #info .tab_control .titles {
  height: 3.1rem;
  position: relative;
  z-index: 2;
}
#good #info .tab_control .titles p {
  font-size: 1rem;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
#good #info .tab_control .titles p.active {
  padding-top: 1.5rem;
  padding-bottom: 1.65rem;
  box-shadow: 0 0.5rem 1rem -0.25rem #95a5a6;
}
#good #info .tab_control .titles p.active .shadow_container .shadow {
  height: calc(100% + 2rem);
  -webkit-transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#good #info .tab_control .titles p .shadow_container {
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#good #info .tab_control .titles p .shadow_container .shadow {
  position: absolute;
  display: block;
  width: calc(100% + 2rem);
  height: calc(100% + 1rem);
  box-shadow: 0 0 1rem #95a5a6 inset;
  top: -1rem;
  left: -1rem;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
#good #info .tab_control .tabs .tab {
  padding: 5rem 3rem;
  box-sizing: border-box;
  font-family: GothamPro_Regular, sans-serif;
  font-size: 1.15rem;
  background-color: #efefef;
}
#good #additional_info {
  font-size: 0;
  margin-bottom: 3rem;
}
#good #additional_info #recently_viewed,
#good #additional_info #order {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
#good #additional_info #recently_viewed {
  width: 75%;
  font-size: 0;
}
#good #additional_info #recently_viewed h1 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
  font-family: GothamPro_Bold, sans-serif;
}
#good #additional_info #recently_viewed p {
  font-size: 1.25rem;
  font-family: GothamPro_Regular, sans-serif;
}
#good #additional_info #recently_viewed .left,
#good #additional_info #recently_viewed .right {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
#good #additional_info #recently_viewed .left .item,
#good #additional_info #recently_viewed .right .item {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#good #additional_info #recently_viewed .left .item + .item,
#good #additional_info #recently_viewed .right .item + .item {
  margin-top: 2rem;
}
#good #additional_info #recently_viewed .left .item:hover,
#good #additional_info #recently_viewed .right .item:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#good #additional_info #recently_viewed .left .item .image,
#good #additional_info #recently_viewed .right .item .image {
  width: 100%;
  cursor: pointer;
}
#good #additional_info #recently_viewed .left .item .image img,
#good #additional_info #recently_viewed .right .item .image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#good #additional_info #recently_viewed .left .item p,
#good #additional_info #recently_viewed .right .item p {
  font-family: GothamPro_Bold, sans-serif;
  color: #1d1d1d;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  padding: 0.25rem 0.5rem 0.2rem 0.5rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#good #additional_info #recently_viewed .left {
  padding-right: 2rem;
  width: 66%;
}
#good #additional_info #recently_viewed .left .item .image {
  height: 50vh;
}
#good #additional_info #recently_viewed .left p {
  margin-top: 0.5rem;
  font-size: 1.25rem;
}
#good #additional_info #recently_viewed .right {
  width: 33%;
}
#good #additional_info #recently_viewed .right .item .image {
  height: 25vh;
}
#good #additional_info #recently_viewed .right p {
  margin-top: 0.35rem;
  font-size: 0.8rem;
}
#good #additional_info #order {
  width: 25%;
  padding: 0 0 0 1rem;
}
#good #additional_info #order .block:last-child .text {
  padding-bottom: 0;
}
#good #additional_info #order .block .title i,
#good #additional_info #order .block .title span {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
#good #additional_info #order .block .title i {
  font-size: 1.5rem;
  color: #5eb036;
  width: 2.5rem;
  text-align: center;
}
#good #additional_info #order .block .title span {
  width: calc(100% - 2.5rem);
  font-size: 1rem;
  color: #1d1d1d;
  font-family: GothamPro_Bold, sans-serif;
}
#good #additional_info #order .block .text {
  padding: 1rem 0.5rem 4rem 0.5rem;
}
#good #additional_info #order .block .text p {
  font-size: 1rem;
  color: #1d1d1d;
  font-family: GothamPro_Regular, sans-serif;
  margin-bottom: 0.5rem;
}
.tab_control {
  margin-bottom: 3rem;
}
.tab_control .titles p {
  cursor: pointer;
  background-color: #efefef;
  padding: 1rem 1.5rem;
  font-family: GothamPro_Regular, sans-serif;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.tab_control .titles p.active {
  background-color: #5eb036;
  color: #fff;
}
.tab_control > .search {
  margin: 0.25rem 0 0 0 !important;
}
.tab_control > .search .input {
  margin: 0 !important;
}
.tab_control .tabs {
  position: relative;
  overflow: hidden;
}
.tab_control .tabs .tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.tab_control .tabs .tab:not(.active) {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 515px), screen and (max-width: 820px) and (orientation: landscape) {
  #breadcrumbs {
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 1.5;
  }
  #breadcrumbs a {
    padding-bottom: 0;
    margin-bottom: 0.25rem;
  }
  #good h1,
  #good .cost {
    display: block;
  }
  #good h1 {
    font-family: GothamPro_Regular, sans-serif;
    font-size: 1.75rem;
    width: 100%;
  }
  #good .cost {
    width: 100%;
    text-align: right;
    white-space: normal;
  }
  #good .cost > span {
    font-size: 1.75rem;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 1rem;
  }
  #good .cost > span.local_currency {
    font-size: 1.3rem;
    margin-right: 1rem;
  }
  #good .cost .cost_and_discount span.discount {
    font-size: 1rem;
  }
  #good .cost button {
    margin-top: 0.5rem;
  }
  #good #info .tab_control .titles {
    height: 3.1rem;
  }
  #good #info .tab_control .titles p {
    padding: 1rem 0.75rem;
  }
  #good #info .tab_control .titles p.active {
    padding-top: 1.5rem;
    padding-bottom: 1.65rem;
    box-shadow: 0 0.5rem 1rem -0.25rem #95a5a6;
  }
  #good #info .tab_control .titles p.active .shadow_container .shadow {
    height: calc(100% + 2rem);
    -webkit-transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  #good #info .tab_control .tabs .tab {
    padding: 3rem 2rem;
  }
  #good #additional_info #recently_viewed {
    display: none;
  }
  #good #additional_info #order {
    display: block;
    width: 100%;
  }
  #good #additional_info #order .block .title span {
    font-size: 1.25rem;
  }
  #good #additional_info #order .block .text p {
    font-size: 1.25rem;
  }
}
/*# sourceMappingURL=good.css.map */