.product_types ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product_types button:after, .assortment_section .view_more span:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.assortment_section {
  margin: 0 -80px;
  padding-top: 64px;
  display: flex;
}
.assortment_section .info_col {
  padding: 0 80px;
  flex: 0 0 52.5%;
  max-width: 52.5%;
}
.assortment_section .image_col {
  padding: 0 80px;
  flex: 0 0 47.5%;
  max-width: 47.5%;
}
.assortment_section .description_block {
  padding-top: 40px;
  width: 700px;
  max-width: 100%;
  font-family: "montserrat-light", "montserratarm-light";
}
.assortment_section .view_more {
  display: flex;
  align-items: center;
  margin-top: 32px;
  font-family: "montserrat-medium", "montserratarm";
  font-size: 180%;
  line-height: 1.25em;
  color: #ffffff;
  background: transparent;
  border: none;
  padding: 0;
}
.assortment_section .view_more span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  width: 72px;
  height: 42px;
  border: 1px solid #ffffff;
  font-size: 2rem;
  border-radius: 50%;
  position: relative;
}
.assortment_section .view_more span:after {
  content: "";
  border-radius: inherit;
}
.assortment_section .view_more:hover span:after {
  animation: waveShadow 1.5s infinite;
}
.assortment_section .image_inner {
  width: 575px;
  height: 627px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.assortment_section .image_inner picture img,
.assortment_section .image_inner > img {
  width: auto;
  height: 112%;
  z-index: 1;
}

.content_tiker {
  margin: 100px -8px 160px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .content_tiker {
    margin: 80px 0 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content_tiker {
    margin: 50px 0 90px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .content_tiker {
    margin: 60px 0;
  }
}
@media screen and (max-width: 639px) {
  .content_tiker {
    margin: 40px 0;
  }
}

.loaded .assortment_section .image_inner picture img,
.loaded .assortment_section .image_inner > img {
  animation: moving1 7.5s linear infinite;
  animation-delay: 1.5s;
}

.product_section {
  padding-top: 10px;
}
.product_section .product_types {
  display: none;
}

.web .product_types ul {
  scrollbar-color: #999999 transparent;
  scrollbar-width: thin;
}
.web .product_types ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: transparent;
}
.web .product_types ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #999999;
}
.web .product_types button:hover:after {
  animation: waveShadow 1.5s infinite;
}

.touch .product_types ul {
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}
.touch .product_types ul::-webkit-scrollbar {
  width: 0;
  height: 0;
  border-radius: 0;
  background: transparent;
}
.touch .product_types ul::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: transparent;
}
.touch .product_types button:active:after {
  animation: waveShadow 0.3s infinite;
}

.product_types {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 0;
  display: flex;
  align-items: flex-end;
  -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product_types:before, .product_types:after {
  display: block;
  content: "";
  flex: 1;
}
.product_types ul {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 20px 16px;
}
.product_types ul:before, .product_types ul:after {
  display: block;
  content: "";
  flex: 1;
}
.product_types li {
  padding: 0 4px;
}
.product_types button {
  font-family: "montserrat-medium", "montserratarm";
  font-size: 200%;
  line-height: 1.2em;
  color: #cccccc;
  background: #181818;
  border: 1px solid #cccccc;
  border-radius: 342px;
  padding: 20px 32px;
  position: relative;
  -o-transition: transform 0.5s 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: transform 0.5s 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.5s 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 0.5s 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product_types button:after {
  content: "";
  border-radius: inherit;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .menu_opened .product_types {
    z-index: 0;
  }
}

.small_images img {
  position: absolute;
  height: auto;
  animation: moving2 7.5s linear infinite;
  animation-delay: 1.5s;
}
.small_images img:first-child {
  left: 8.7%;
  top: 20.7%;
  width: 10%;
}
.small_images img:nth-child(2) {
  top: 33.3%;
  right: -10px;
  width: 10%;
  transform-origin: center;
  -webkit-transfrom-origin: center;
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
.small_images img:last-child {
  right: 7.8%;
  bottom: 16.6%;
  width: 13.4%;
}

.product_group:last-child .product_list {
  padding-bottom: 0;
}

.product_title {
  font-size: 1800%;
  line-height: 0.79em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px;
  position: relative;
  z-index: 2;
  margin: 0 0 -40px;
  font-family: "braind-yerevan";
  font-weight: normal;
}
@media screen and (min-width: 1200px) and (max-width: 1679px) {
  .product_title {
    font-size: 1600%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .product_title {
    font-size: 1280%;
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product_title {
    font-size: 1020%;
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .product_title {
    font-size: 720%;
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .product_title {
    font-size: 600%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .product_title {
    font-size: 450%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .product_title {
    -webkit-text-stroke: 1px;
  }
}

.ios_device .product_title {
  line-height: 1.2em;
}

.product_list {
  list-style-type: none;
  padding: 0 0 50px;
  margin: 0 -32px;
  display: flex;
  flex-wrap: wrap;
}
.product_list li {
  padding: 0 32px 64px;
  flex: 0 0 25%;
  max-width: 25%;
}

@keyframes moving1 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
    -moz-transform: translate3d(0, 0, 0) rotate(0);
    -ms-transform: translate3d(0, 0, 0) rotate(0);
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    -o-transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(0, -30px, 0) rotate(3deg);
    -moz-transform: translate3d(0, -30px, 0) rotate(3deg);
    -ms-transform: translate3d(0, -30px, 0) rotate(3deg);
    -webkit-transform: translate3d(0, -30px, 0) rotate(3deg);
    -o-transform: translate3d(0, -30px, 0) rotate(3deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
    -moz-transform: translate3d(0, 0, 0) rotate(0);
    -ms-transform: translate3d(0, 0, 0) rotate(0);
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    -o-transform: translate3d(0, 0, 0) rotate(0);
  }
}
@keyframes moving2 {
  0% {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-20px, -30px, 0);
    -moz-transform: translate3d(-20px, -30px, 0);
    -ms-transform: translate3d(-20px, -30px, 0);
    -webkit-transform: translate3d(-20px, -30px, 0);
    -o-transform: translate3d(-20px, -30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}
@keyframes waveShadow {
  0% {
    box-shadow: 0 0 0;
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 0 24px;
    opacity: 0;
  }
}
.top_btns > .product_types {
  display: block;
}
.top_btns .page_wrapper .product_types {
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 1679px) {
  .product_list {
    margin: 0 -20px;
  }
  .product_list li {
    padding: 0 20px 40px;
  }
  .assortment_section {
    margin: 0 -30px;
  }
  .assortment_section .image_col {
    padding: 0 30px;
    flex: 0 0 52%;
    max-width: 52%;
  }
  .assortment_section .info_col {
    padding: 0 30px;
    flex: 0 0 48%;
    max-width: 48%;
  }
  .assortment_section .image_inner {
    padding-left: 0;
  }
  .product_group {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1439px) {
  .assortment_section {
    margin: 0 -20px;
    padding-top: 55px;
  }
  .assortment_section .image_col {
    padding: 0 20px;
    flex: 0 0 54%;
    max-width: 54%;
  }
  .assortment_section .info_col {
    padding: 0 20px;
    flex: 0 0 46%;
    max-width: 46%;
  }
  .product_list {
    margin: 0 -20px;
    padding-bottom: 30px;
  }
  .product_list li {
    padding: 0 20px 40px;
    max-width: 33.3%;
    flex: 0 0 33.3%;
  }
  .product_group {
    margin-top: -15px;
  }
}
@media screen and (max-width: 1199px) {
  .product_list {
    margin: 0 -10px;
    padding-bottom: 20px;
  }
  .product_list li {
    padding: 0 10px 30px;
  }
  .assortment_section {
    padding-top: 45px;
  }
  .assortment_section .description_block {
    padding-top: 30px;
    font-size: 170%;
  }
  .assortment_section .view_more {
    margin-top: 24px;
    font-size: 170%;
  }
  .assortment_section .image_inner {
    width: 100%;
    height: 550px;
    border-radius: 50%;
  }
  .product_group {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .product_types button {
    padding: 15px 20px;
    font-size: 180%;
  }
  .assortment_section {
    padding: 40px 0 0;
  }
  .assortment_section .description_block {
    font-size: 160%;
    padding-top: 24px;
  }
  .assortment_section .view_more {
    font-size: 160%;
    margin-top: 20px;
  }
  .assortment_section .image_inner {
    height: 50vw;
  }
  .product_block .product_image {
    height: 320px;
  }
  .product_block .sticker {
    right: -5px;
    top: -5px;
  }
  .product_list {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 8px;
    padding-right: 8px;
    flex-wrap: nowrap;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
  }
  .product_list::-webkit-scrollbar {
    width: 0;
    height: 0;
    border-radius: 0;
    background: transparent;
  }
  .product_list::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: transparent;
  }
  .product_list li {
    flex: 0 0 31.6666666667%;
    max-width: 31.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .product_types button {
    font-size: 160%;
  }
  .assortment_section {
    margin: 0;
    padding: 40px 0 30px;
    flex-wrap: wrap;
  }
  .assortment_section .image_col {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .assortment_section .info_col {
    padding: 0 0 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .assortment_section .image_inner {
    width: 575px;
    height: 625px;
  }
  .product_list {
    padding-bottom: 10px;
  }
  .product_list li {
    flex: 0 0 48.3333333333%;
    max-width: 48.3333333333%;
  }
  .product_block .product_image {
    height: 340px;
  }
}
@media screen and (max-width: 575px) {
  .assortment_section .description_block {
    font-size: 150%;
  }
  .assortment_section .view_more {
    font-size: 150%;
  }
  .assortment_section .view_more span {
    width: 60px;
    height: 36px;
  }
  .assortment_section .image_inner {
    width: 100%;
    height: 100vw;
  }
  .assortment_section .image_inner picture img,
  .assortment_section .image_inner > img {
    height: 105%;
  }
  .product_block .product_image {
    height: 300px;
  }
}
@media screen and (max-width: 479px) {
  .product_types button {
    font-size: 150%;
    padding: 12px 15px;
  }
  .product_block .product_image {
    height: 280px;
  }
  .product_name {
    z-index: 12;
  }
  .product_list {
    padding-bottom: 0;
  }
  .product_list li {
    flex: 0 0 57.5%;
    max-width: 57.5%;
    min-width: 220px;
  }
}
@media screen and (max-width: 399px) {
  .product_types button {
    padding: 10px 15px;
  }
  .assortment_section .description_block {
    font-size: 140%;
  }
  .assortment_section .view_more {
    font-size: 140%;
  }
}

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