@charset "UTF-8";
.product_section .small_images .images_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product_section .big_images .slide_block a > img, .product_section .small_images .slide_block a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product_info .drops_list li .opened_link:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.product_section .big_images .slide_block a > img, .product_section .small_images .slide_block a > img {
  object-fit: cover;
}

.product_section .big_images .slide_block a, .product_section .small_images .slide_block a {
  position: relative;
  overflow: hidden;
}
.product_section .big_images .slide_block a:before, .product_section .small_images .slide_block a:before {
  display: block;
  content: "";
  padding-bottom: 156.78%;
}

.product_section .small_images .images_slider .slick-arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.breadcrumbs {
  margin-top: 27px;
}

.select_title {
  color: #000000;
  font-family: "mardoto-black", "roboto-black";
  font-size: 120%;
  letter-spacing: 0;
  line-height: 18px;
  padding-bottom: 3px;
  padding-top: 30px;
}
.select_title b {
  color: #1944F3;
  padding-left: 5px;
}

.product_section {
  padding-top: 30px;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
.product_section .product_images {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 10px;
  max-height: 651px;
}
.product_section .small_images {
  width: 90px;
}
.product_section .small_images .images_slider {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.product_section .small_images .images_slider .slick-arrow:before {
  content: "";
  font-size: 2.4rem;
}
.product_section .small_images .images_slider .slick-arrow.slick-next {
  position: absolute;
  bottom: 0;
  transform: rotate(90deg);
}
.product_section .small_images .images_slider .slick-arrow.slick-prev {
  transform: rotate(-90deg);
}
.product_section .small_images .images_slider .slick-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.product_section .small_images .images_slider .slick-dots li {
  flex: 1;
  max-width: 28px;
  padding: 0 10px;
}
.product_section .small_images .images_slider .slick-dots li.slick-active button {
  opacity: 1;
  height: 10px;
  width: 10px;
  cursor: default;
  background: rgba(255, 255, 255, 0.8);
}
.product_section .small_images .images_slider .slick-dots button {
  border: none;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 8px;
  border-radius: 50%;
  padding: 0;
}
.product_section .small_images .images_slider .slick-dots button:hover {
  opacity: 0.7;
}
.product_section .small_images .slide_block {
  width: 100%;
  height: 134px;
  margin-bottom: 0;
  border-radius: 4px;
  border: none;
}
.product_section .small_images .slide_block a {
  background-color: #ffffff;
  display: block;
  height: 100%;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product_section .small_images .slide_block a.selected {
  opacity: 0.2;
}
.product_section .small_images .slide_block a:hover {
  opacity: 0.7;
}
.product_section .big_images {
  flex: 1;
  width: 50%;
  max-width: 445px;
  padding-left: 25px;
  overflow: hidden;
  max-height: 651px;
  height: 100%;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.product_section .big_images .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product_section .big_images .slide_block a {
  background-color: #ffffff;
  max-height: 651px;
  display: block;
}
.product_section .slick-arrow {
  position: absolute;
  font-size: 0;
  z-index: 3;
  border: none;
  background: transparent;
  padding: 0;
  display: block;
  left: 50%;
  margin-left: -10px;
  color: #333333;
}
.product_section .slick-arrow:hover {
  opacity: 0.7;
}
.product_section .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
  cursor: default;
}
.product_section .slick-arrow:before {
  display: block;
  font-size: 3.4rem;
  font-weight: bold;
}
.product_section .slick-arrow.slick-prev {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.sizes_popup {
  display: flex;
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 120;
  overflow: hidden;
  opacity: 0;
  align-items: center;
  justify-content: center;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: rgba(0, 0, 0, 0.2);
}
.sizes_popup .popup_inner {
  width: 100%;
  max-width: 638px;
  height: 100%;
  max-height: 441px;
  background: #ffffff;
  position: relative;
  padding: 100px;
  padding: 40px 0;
}
.sizes_popup .popup_close {
  font-size: 140%;
  position: absolute;
  top: 40px;
  right: 30px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000;
}
.sizes_popup .popup_close:hover {
  transform: scale(1.2);
}
.sizes_popup .popup_inner_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sizes_popup .tab_links {
  padding: 0 30px;
  width: 100%;
}
.sizes_popup .tab_list {
  list-style: none;
  padding: 0;
  display: flex;
}
.sizes_popup .tab_list a {
  font-size: 120%;
  line-height: 14px;
  color: #000000;
  height: 18px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sizes_popup .tab_list a:hover {
  opacity: 0.5;
}
.sizes_popup .tab_list li {
  font-family: "mardoto-bold", "roboto-bold";
  margin-right: 50px;
}
.sizes_popup .tab_list li.active a {
  border-bottom: 2px solid #000000;
}
.sizes_popup .tab_blocks {
  margin-top: 40px;
  width: 100%;
  height: 100%;
  position: relative;
}
.sizes_popup .category_block {
  width: 100%;
  position: absolute;
  opacity: 0;
  height: 0;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sizes_popup .category_block.active {
  height: 100%;
  opacity: 1;
}
.sizes_popup table {
  width: 100%;
  font-size: 120%;
  line-height: 14px;
}
.sizes_popup table th {
  padding-left: 30px;
  color: #B2B2B2;
  height: 30px;
}
.sizes_popup table tr {
  cursor: pointer;
  border-bottom: 1px solid #E5E5E5;
}
.sizes_popup table tr:hover td {
  background: #EFEFEF;
}
.sizes_popup table tr:first-child {
  cursor: default;
}
.sizes_popup table td {
  padding-left: 30px;
  height: 40px;
  color: #000000;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sizes_opened {
  overflow: hidden;
}
.sizes_opened .sizes_popup {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.product_info {
  flex: 0 0 50%;
  max-width: 420px;
  padding-top: 60px;
  margin-left: 100px;
}
.product_info .add_to_wish {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 30px;
  max-width: 27px;
  width: 100%;
  z-index: 0;
}
.product_info .page_title {
  font-family: "mardoto-black", "roboto-black";
  padding-bottom: 10px;
}
.product_info .price_section {
  font-size: 120%;
  font-family: "mardoto-black", "roboto-black";
  display: flex;
  align-items: flex-start;
}
.product_info .price_section .price_block {
  color: #A90000;
}
.product_info .price_section .old_price {
  color: #A3A3A3;
  line-height: 21px;
  margin-left: 20px;
}
.product_info form {
  margin-top: 30px;
}
.product_info form .colors input[type=radio] {
  display: none;
}
.product_info form .colors input[type=radio]:checked + span:before {
  display: block;
  content: "";
  position: absolute;
  height: 28px;
  width: 28px;
  top: -4px;
  left: -4px;
  border: 1px solid #bdb7b7;
  border-radius: 50%;
}
.product_info form .colors span {
  position: relative;
  display: block;
  margin-right: 17px;
  height: 22px;
  width: 22px;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  border: 1px solid #DCDCDC;
  border-radius: 12px;
}
.product_info .last_section {
  white-space: nowrap;
  margin-top: 70px;
  display: flex;
  align-items: center;
}
.product_info .last_section input[type=submit] {
  max-width: 240px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  font-size: 140%;
  line-height: 19px;
  letter-spacing: 0.34px;
  background: #A90000;
  border: none;
  color: #ffffff;
  text-align: center;
  margin-left: 40px;
  cursor: pointer;
}
.product_info .last_section input[type=submit]:hover {
  background: red;
}
.product_info .drops_list {
  list-style: none;
  margin-top: 30px;
  padding-left: 0;
}
.product_info .drops_list li {
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}
.product_info .drops_list li ._description_link {
  font-size: 120%;
  height: 78px;
  align-items: center;
  line-height: 18px;
  color: #000000;
  font-family: "mardoto-black", "roboto-black";
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-right: 39px;
}
.product_info .drops_list li ._description_link:before {
  font-size: 12px;
}
.product_info .drops_list li ._description_dropdown {
  display: none;
  padding-top: 0;
  padding-bottom: 20px;
}
.product_info .drops_list li ._description_dropdown .drop_title {
  font-size: 120%;
  line-height: 18px;
  color: #000000;
  font-family: "mardoto-regular", "roboto-regular";
}
.product_info .drops_list li ._description_dropdown.opened_list {
  display: block;
}
.product_info .drops_list li:first-child {
  border-top: 1px solid #e5e5e5;
}

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

.reference_title {
  color: #A3A3A3;
  font-family: "mardoto-regular", "roboto-regular";
  font-size: 120%;
  letter-spacing: 0;
  line-height: 18px;
  padding-bottom: 10px;
}

.button_block {
  padding-left: 20px;
}
.button_block button {
  padding: 12px 0;
  width: 200px;
}

@media (max-width: 1440px) {
  .product_section {
    max-width: none;
    justify-content: space-between;
  }
  .product_section .small_images {
    width: 140px;
  }
  .product_section .small_images .slick-list {
    height: auto;
  }
  .product_section .small_images .slide_block {
    height: 100%;
    max-height: 163px;
  }
  .product_section .big_images {
    max-width: 650px;
    padding-left: 20px;
  }

  .product_info {
    flex: auto;
    padding-top: 20px;
    width: 100%;
    padding-right: 25px;
    margin-left: 25px;
    max-width: 520px;
  }
  .product_info .last_section {
    margin-top: 40px;
  }
  .product_info .last_section input[type=submit] {
    max-width: 200px;
    height: 48px;
  }
}
@media (max-width: 1199px) {
  .product_section .product_images {
    max-width: 55%;
    max-height: 520px;
  }
  .product_section .small_images {
    width: 110px;
  }
  .product_section .small_images .slide_block {
    max-height: 173px;
  }
  .product_section .big_images {
    padding-left: 15px;
  }
  .product_section .big_images .slide_block a {
    max-height: 522px;
  }

  .product_info .last_section {
    margin-top: 40px;
  }
  .product_info .last_section input[type=submit] {
    margin-left: 20px;
    max-width: 145px;
    height: 40px;
    font-weight: bold;
    font-size: 110%;
    line-height: 15px;
  }
}
@media (max-width: 991px) {
  .product_section {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }
  .product_section .product_images {
    max-width: 100%;
    flex-direction: column-reverse;
    padding: 0;
    max-height: none;
  }
  .product_section .small_images {
    margin-top: 20px;
    width: 100% !important;
    padding: 0 30px;
  }
  .product_section .small_images .slide_block {
    height: 150px;
    padding: 0 10px;
  }
  .product_section .small_images .images_slider {
    overflow: visible;
    position: relative;
  }
  .product_section .small_images .images_slider .slick-arrow.slick-prev {
    position: absolute;
    bottom: 0;
    height: 100%;
    transform: rotate(0deg);
    right: -20px;
    left: auto;
  }
  .product_section .small_images .images_slider .slick-arrow.slick-next {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: -20px;
    transform: rotate(-180deg);
  }
  .product_section .big_images {
    padding: 0;
    width: 100%;
  }

  .reference_title {
    font-size: 140%;
    line-height: 21px;
  }

  .button_block {
    padding-bottom: 0;
  }

  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    max-width: 200px;
  }

  .info_block_inner {
    display: flex;
    flex-direction: column;
  }
  .info_block_inner .price_section {
    order: 1;
    font-size: 140%;
  }
  .info_block_inner .page_title {
    order: 2;
  }
}
@media (max-width: 767px) {
  .sizes_popup {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .product_section {
    display: block;
    padding-top: 20px;
    position: relative;
  }
  .product_section .product_images {
    flex-direction: column-reverse;
    max-width: 100%;
    flex: none;
    padding: 0;
    max-height: none;
  }
  .product_section .small_images {
    width: 100%;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .product_section .small_images .images_slider {
    position: relative;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
  }
  .product_section .small_images .images_slider:before, .product_section .small_images .images_slider:after {
    top: 0;
    height: 100%;
    width: 20px;
    background: #ffffff;
    z-index: 1;
  }
  .product_section .small_images .images_slider:before {
    left: -10px;
  }
  .product_section .small_images .images_slider:after {
    right: -10px;
  }
  .product_section .small_images .images_slider.slick-slider {
    overflow: visible;
  }
  .product_section .small_images .images_slider .slide_block {
    height: 100%;
    max-height: none;
    vertical-align: top;
    display: inline-block;
    white-space: normal;
    font-size: 1rem;
    max-height: none;
    padding: 0 10px;
  }
  .product_section .small_images .images_slider .slide_block a.selected {
    opacity: 1 !important;
  }
  .product_section .small_images .images_slider .slide_block a::before {
    padding-bottom: 120%;
  }
  .product_section .small_images .slick-arrow {
    margin-left: 0;
  }
  .product_section .small_images .slick-arrow:before {
    font-size: 2.6rem;
  }
  .product_section .small_images .slick-arrow.slick-prev {
    left: -16px;
    transform: rotate(90deg) !important;
    top: 50%;
    margin-top: -8px;
  }
  .product_section .small_images .slick-arrow.slick-next {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    bottom: auto !important;
    transform: rotate(-90deg);
  }
  .product_section .big_images {
    width: 100%;
    max-width: 600px;
    padding: 0;
    margin: 0 auto 20px;
    display: none;
  }

  .product_info {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 15px;
  }
  .product_info .add_to_wish {
    position: absolute;
    top: 40px;
    left: auto;
    right: 25px;
    z-index: 1;
  }

  .sizes_popup {
    padding: 20px;
  }
  .sizes_popup table {
    font-size: 100%;
  }
  .sizes_popup table th {
    padding-left: 15px;
  }
  .sizes_popup .popup_inner {
    padding: 20px 0;
    max-height: 410px;
  }
  .sizes_popup .tab_links {
    padding: 0 15px;
  }
  .sizes_popup .tab_blocks {
    margin-top: 20px;
  }
  .sizes_popup .popup_close {
    top: 20px;
    right: 20px;
  }

  .product_section .big_images .slide_block a {
    max-height: 390px;
  }

  .new_list .page_link a {
    font-size: 120%;
    line-height: 15px;
  }
}
@media (max-width: 479px) {
  .product_section .big_images .slide_block a {
    max-height: 45vh;
  }
  .product_section .small_images .images_slider .slide_block {
    padding: 0;
  }

  .product_info {
    padding: 0;
  }
  .product_info .last_section {
    flex-direction: column;
    align-items: center;
  }
  .product_info .last_section input[type=submit] {
    margin: 15px;
    max-width: 168px;
    height: 44px;
  }
  .product_info .drops_list li ._description_dropdown .drop_title {
    font-size: 140%;
    line-height: 19px;
  }

  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    max-width: 153px;
    min-width: auto;
  }

  .button_block button {
    width: 153px;
  }
}
@media (max-width:359px) {
  .product_section .big_images .slide_block a {
    max-height: 32vh;
  }
}
.product_section .small_images .images_slider .slick-dots button {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product_section .slick-arrow, .product_info .last_section input[type=submit] {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.sizes_popup .popup_close:hover, .product_info form .colors span:hover {
  opacity: 0.7;
}

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