::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
  transition: 0s;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-family: "Qanelas", sans-serif;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.flex-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
}

.flex-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

header {
  padding: 32px 0 25px 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.3);
  -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.3);
  box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.3);
}
@media (max-width: 1141px) {
  header {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  header {
    padding: 10px 0;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .logo {
  display: block;
}
@media (max-width: 991px) {
  header .container .logo {
    display: none;
  }
}
header .container .logo img {
  display: block;
}
@media (max-width: 1430px) {
  header .container .logo img {
    width: 140px;
  }
}
header .container .logo:hover {
  opacity: 0.7;
}
header .container .nav_links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  header .container .nav_links {
    display: none;
  }
}
header .container .nav_links li {
  margin: 0 5px;
}
header .container .nav_links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4.196px;
  border: 0.839px solid #DBDBDB;
  background: #F3F3F3;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 12px;
  height: 36px;
  min-width: 92px;
}

@media (max-width: 1430px) {
  header .container .nav_links li a {
    min-width: 92px;
    padding: 7.5px;
    font-size: 12px;
  }
}
header .container .nav_links li a:hover {
  background: #DBDBDB;
}
header .container .nav_links li a img {
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  object-fit: contain;
  margin: 0 0 0 10px;
}
@media (max-width: 1430px) {
  header .container .nav_links li a img {
    margin: 0 0 0 5px;
    width: 15px;
    height: 15px;
    min-width: 15px;
  }
}
header .container .header_contacts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1141px) {
  header .container .header_contacts {
    display: none;
  }
}
@media (max-width: 991px) {
  header .container .header_contacts {
    display: flex;
  }
}
header .container .header_contacts li {
  margin: 0 7px;
}
@media (max-width: 991px) {
  header .container .header_contacts li {
    margin: 0 7px 0 0;
  }
}
@media (max-width: 991px) {
  header .container .header_contacts li:nth-last-child(1) {
    display: none;
  }
}
header .container .header_contacts li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  header .container .header_contacts li a {
    font-size: 21px;
  }
}
header .container .header_contacts li a:hover {
  color: #EC6B15;
}
header .container .header_contacts li a img {
  display: block;
  width: 43px;
  height: 43px;
  min-width: 43px;
  object-fit: contain;
  margin: 0 6px 0 0;
}
@media (max-width: 991px) {
  header .container .header_contacts li a img {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 991px) {
  header .container .btn {
    display: none;
  }
}

.section_product {
  padding: 25px 0;
}
.section_product .title_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 8px 0;
}
@media (max-width: 991px) {
  .section_product .title_wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 0 10px 0;
  }
}
.section_product .title_wrapper h1 {
  color: #156BC1;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section_product .title_wrapper h1 {
    font-size: 26px;
  }
}
.section_product .title_wrapper img {
  display: block;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section_product .title_wrapper img {
    display: none;
  }
}
.section_product .review_header__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section_product .review_header__wrapper {
    margin: 0 0 20px;
  }
}
.section_product .review_header__wrapper .stars_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 16px 0 0;
}
.section_product .review_header__wrapper .stars_wrapper img {
  display: block;
}
@media (max-width: 991px) {
  .section_product .review_header__wrapper .stars_wrapper img {
    width: 93px;
  }
}
.section_product .review_header__wrapper a {
  color: #156BC1;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.791px;
  border-bottom: 1px solid transparent;
}
@media (max-width: 991px) {
  .section_product .review_header__wrapper a {
    font-size: 16px;
    line-height: 1;
  }
}
.section_product .review_header__wrapper a:hover {
  color: #EC6B15;
  border-color: #EC6B15;
}
.section_product .review_header__wrapper a span {
  color: #EC6B15;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.791px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section_product .review_header__wrapper a span {
    font-size: 16px;
    line-height: 1;
  }
}
.section_product .review_header__wrapper .image_info {
  display: block;
  margin: 0 0 0 16px;
}
@media (max-width: 991px) {
  .section_product .review_header__wrapper .image_info {
    width: 24px;
  }
}

.product_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 33px;
}
@media (max-width: 991px) {
  .product_wrapper {
    flex-direction: column;
  }
}
.product_wrapper .product_left {
  width: 100%;
  max-width: 513px;
}
@media (max-width: 1430px) {
  .product_wrapper .product_left {
    max-width: 450px;
  }
}
@media (max-width: 1141px) {
  .product_wrapper .product_left {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .product_wrapper .product_left {
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.product_wrapper .product_left .product_slider__wrapper {
  position: relative;
  border-radius: 15px;
  border: 1px solid #9F9F9F;
  padding: 40px 45px 30px 45px;
}
@media (max-width: 1430px) {
  .product_wrapper .product_left .product_slider__wrapper {
    padding: 30px 20px;
  }
}
.product_wrapper .product_left .product_slider__wrapper .slider-for {
  width: 100%;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .product_wrapper .product_left .product_slider__wrapper .slider-for {
    margin: 0 0 20px;
  }
}
.product_wrapper .product_left .product_slider__wrapper .slider-for .slider_item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_wrapper .product_left .product_slider__wrapper .slider-for .slider_item img {
  display: block;
  height: 500px;
  object-fit: contain;
}
@media (max-width: 1430px) {
  .product_wrapper .product_left .product_slider__wrapper .slider-for .slider_item img {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .product_wrapper .product_left .product_slider__wrapper .slider-for .slider_item img {
    height: 320px;
  }
}
@media (max-width: 991px) {
  .product_wrapper .product_left .product_slider__wrapper .slider-nav {
    display: none;
  }
}
.product_wrapper .product_left .product_slider__wrapper .slider-nav .slider_item {
  cursor: pointer;
  border: 2px solid #9F9F9F;
  transition: 0.3s all ease;
  margin: 0 7px;
  border-radius: 15px;
  overflow: hidden;
  padding: 12px 30px;
}
@media (max-width: 1141px) {
  .product_wrapper .product_left .product_slider__wrapper .slider-nav .slider_item {
    padding: 12px;
  }
}
.product_wrapper .product_left .product_slider__wrapper .slider-nav .slider_item:hover, .product_wrapper .product_left .product_slider__wrapper .slider-nav .slider_item.slick-current {
  border-color: #EC6B15;
}
.product_wrapper .product_left .product_slider__wrapper .slider-nav .slider_item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 90px;
  object-fit: contain;
  object-position: center;
}
.product_wrapper .product_right {
  width: calc(100% - 533px);
}
@media (max-width: 1430px) {
  .product_wrapper .product_right {
    width: calc(100% - 470px);
  }
}
@media (max-width: 1141px) {
  .product_wrapper .product_right {
    width: calc(100% - 420px);
  }
}
@media (max-width: 991px) {
  .product_wrapper .product_right {
    width: 100%;
  }
}
.product_wrapper .product_right .price_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
}
.product_wrapper .product_right .price_wrapper p {
  color: #156BC1;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.791px;
  margin: 0 21px 0 0;
}
@media (max-width: 991px) {
  .product_wrapper .product_right .price_wrapper p {
    font-size: 26px;
    margin: 0 9px 0 0;
    line-height: 1;
  }
}
.product_wrapper .product_right .price_wrapper .btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 991px) {
  .product_wrapper .product_right .price_wrapper .btn {
    font-size: 14px;
    line-height: 13px;
    padding: 6px 15px;
    min-height: 28px;
  }
}
.product_wrapper .product_right .product_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 23px;
}
@media (max-width: 991px) {
  .product_wrapper .product_right .product_details {
    margin: 0 0 10px;
  }
}
.product_wrapper .product_right .product_details .details_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 10px);
  border-radius: 4.669px;
  background: #F4F4F4;
  padding: 10px 20px;
  height: 50px;
}
@media (max-width: 1141px) {
  .product_wrapper .product_right .product_details .details_item {
    width: calc(50% - 5px);
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .product_wrapper .product_right .product_details .details_item {
    width: 100%;
    height: 41px;
    margin: 0 0 13px;
  }
}
.product_wrapper .product_right .product_details .details_item p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.684px;
}
@media (max-width: 1141px) {
  .product_wrapper .product_right .product_details .details_item p {
    font-size: 14px;
    line-height: 1;
  }
}
.product_wrapper .product_right .product_details .details_item span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #606060;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.684px;
}
@media (max-width: 1141px) {
  .product_wrapper .product_right .product_details .details_item span {
    font-size: 14px;
    line-height: 1;
  }
}
.product_wrapper .product_right .product_details .details_item span img {
  display: block;
  height: 25px;
  object-fit: contain;
  margin: 0 10px 0 0;
}
.product_wrapper .product_right .percentage_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_wrapper .product_right .percentage_ul li {
  border-radius: 139.286px;
  background: #E7E7E7;
  width: calc(50% - 10px);
  margin: 0 0 20px;
}
@media (max-width: 1141px) {
  .product_wrapper .product_right .percentage_ul li {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .product_wrapper .product_right .percentage_ul li {
    width: 100%;
    margin: 0 0 13px;
  }
}
.product_wrapper .product_right .percentage_ul li .percentage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 139.286px;
  background: #156BC1;
  padding: 8px 15px 8px 20px;
  height: 39px;
}
@media (max-width: 1141px) {
  .product_wrapper .product_right .percentage_ul li .percentage {
    padding: 8px 15px;
  }
}
.product_wrapper .product_right .percentage_ul li .percentage p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1430px) {
  .product_wrapper .product_right .percentage_ul li .percentage p {
    font-size: 14px;
  }
}
@media (max-width: 1141px) {
  .product_wrapper .product_right .percentage_ul li .percentage p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .product_wrapper .product_right .percentage_ul li .percentage p {
    font-size: 14px;
  }
}
.product_wrapper .product_right .percentage_ul li .percentage span {
  display: block;
  color: #FFF;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1430px) {
  .product_wrapper .product_right .percentage_ul li .percentage span {
    font-size: 14px;
  }
}
@media (max-width: 1141px) {
  .product_wrapper .product_right .percentage_ul li .percentage span {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .product_wrapper .product_right .percentage_ul li .percentage span {
    font-size: 14px;
  }
}
.product_wrapper .product_right .percentage_ul li .percentage.percentage-1 {
  width: 10%;
}
.product_wrapper .product_right .percentage_ul li .percentage.percentage-2 {
  width: 20%;
}
.product_wrapper .product_right .percentage_ul li .percentage.percentage-3 {
  width: 30%;
}
.product_wrapper .product_right .percentage_ul li .percentage.percentage-4 {
  width: 40%;
}
.product_wrapper .product_right .percentage_ul li .percentage.percentage-5 {
  width: 50%;
}
.product_wrapper .product_right .percentage_ul li .percentage.percentage-6 {
  width: 60%;
}
.product_wrapper .product_right .percentage_ul li .percentage.percentage-7 {
  width: 70%;
}
.product_wrapper .product_right .percentage_ul li .percentage.percentage-8 {
  width: 80%;
}
.product_wrapper .product_right .percentage_ul li .percentage.percentage-9 {
  width: 90%;
}
.product_wrapper .product_right .percentage_ul li .percentage.percentage-10 {
  width: 100%;
}
.product_wrapper .product_right .product_descr p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 15px;
}
.product_wrapper .product_right .product_descr ul li {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  padding: 0 0 0 20px;
}
.product_wrapper .product_right .product_descr ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 7px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
}
@media (max-width: 991px) {
  .product_wrapper .product_right .product_descr .hidden_content {
    display: none;
  }
}
.product_wrapper .product_right .product_descr .show-more-btn {
  display: none;
}
@media (max-width: 991px) {
  .product_wrapper .product_right .product_descr .show-more-btn {
    display: block;
    margin: 10px 0 0 0;
    color: #156BC1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    transition: 0.3s all ease;
    cursor: pointer;
  }
  .product_wrapper .product_right .product_descr .show-more-btn:hover {
    color: #EC6B15;
  }
}

.subtitle_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .subtitle_wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 10px;
  }
}
.subtitle_wrapper .nav-pills {
  margin: 0 0 0 38px;
}
@media (max-width: 991px) {
  .subtitle_wrapper .nav-pills {
    margin: 10px 0 0 0;
  }
}
.subtitle_wrapper .nav-pills li {
  margin: 0 0 0 15px;
}
@media (max-width: 991px) {
  .subtitle_wrapper .nav-pills li {
    margin: 0 0 0 10px;
  }
}
.subtitle_wrapper .nav-pills li:nth-child(1) {
  margin: 0 30px 0 0;
}
@media (max-width: 991px) {
  .subtitle_wrapper .nav-pills li:nth-child(1) {
    margin: 0 10px 0 0;
  }
}
.subtitle_wrapper .nav-pills li a {
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
@media (max-width: 991px) {
  .subtitle_wrapper .nav-pills li a {
    font-size: 14px;
  }
}
.subtitle_wrapper .nav-pills li a:hover, .subtitle_wrapper .nav-pills li a.active {
  border-color: #EC6B15;
  color: #EC6B15;
  padding: 0;
  background: transparent;
}

.product_sizes {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .product_sizes {
    margin: 0 0 20px;
  }
}

.size_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #9F9F9F;
}
@media (max-width: 991px) {
  .size_wrapper {
    flex-direction: column;
    padding: 20px 0 10px 0;
  }
}
.size_wrapper .size_left {
  width: 100%;
  max-width: 97px;
  border-radius: 15px;
  background: #F7F7F7;
  padding: 10px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .size_wrapper .size_left {
    max-width: 100%;
    background: transparent;
    padding: 0;
    display: block;
    padding: 0 0 8px;
    border-radius: 0;
    height: auto;
  }
}
.size_wrapper .size_left p {
  color: #156BC1;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1141px) {
  .size_wrapper .size_left p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .size_wrapper .size_left p {
    font-size: 16px;
    text-align: left;
  }
}
.size_wrapper .size_right {
  width: calc(100% - 116px);
}
@media (max-width: 991px) {
  .size_wrapper .size_right {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.size_wrapper .size_right .size_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .size_wrapper .size_right .size_item {
    flex-wrap: wrap;
  }
}
.size_wrapper .size_right .size_item:nth-last-child(1) {
  margin: 0;
}
.size_wrapper .size_right .size_name {
  width: calc(100% - 435px);
  border-radius: 15px;
  background: #F7F7F7;
  padding: 10px 24px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .size_wrapper .size_right .size_name {
    width: 100%;
    margin: 0 0 9px;
    padding: 7px 9px;
    height: 47px;
    justify-content: center;
  }
}
.size_wrapper .size_right .size_name p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1141px) {
  .size_wrapper .size_right .size_name p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .size_wrapper .size_right .size_name p {
    font-size: 14px;
    text-align: center;
  }
}
.size_wrapper .size_right .size_name p span {
  color: #EC6B15;
}
.size_wrapper .size_right .size_price {
  width: 100%;
  max-width: 204px;
  border-radius: 15px;
  background: #F7F7F7;
  padding: 10px 20px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .size_wrapper .size_right .size_price {
    height: 47px;
    max-width: initial;
    width: calc(50% - 5px);
  }
}
.size_wrapper .size_right .size_price p {
  color: #156BC1;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  .size_wrapper .size_right .size_price p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .size_wrapper .size_right .btn {
    min-height: 47px;
    padding: 10px;
    border-radius: 16px;
    min-width: calc(50% - 5px);
  }
}

.product_technologies {
  margin: 0 0 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product_technologies {
    margin: 0 0 50px;
    overflow: initial;
  }
}
.product_technologies .row {
  margin: -39px;
}
@media (max-width: 991px) {
  .product_technologies .row {
    margin: -20px;
  }
}
@media (max-width: 991px) {
  .product_technologies .row {
    margin: -7.5px;
  }
}
.product_technologies .row [class*=col-] {
  padding: 39px;
}
@media (max-width: 991px) {
  .product_technologies .row [class*=col-] {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .product_technologies .row [class*=col-] {
    padding: 7.5px;
  }
}
.product_technologies .technologies_wrapper .slick-track {
  margin: 0 -9px;
}
@media (max-width: 767px) {
  .product_technologies .technologies_wrapper .slick-track {
    margin: 0;
  }
}
.product_technologies .technologies_wrapper .technologies_item {
  width: 100%;
  min-height: 100%;
  border-radius: 5px;
  border: 0.761px solid #909090;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product_technologies .technologies_wrapper .technologies_item {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .product_technologies .technologies_wrapper .technologies_item {
    margin: 0 4px;
  }
}
.product_technologies .technologies_wrapper .technologies_item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.product_technologies .technologies_wrapper .technologies_item .descr {
  padding: 16px;
}
.product_technologies .technologies_wrapper .technologies_item .descr p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.157px;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .product_technologies .technologies_wrapper .technologies_item .descr p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 5px;
  }
}
.product_technologies .technologies_wrapper .technologies_item .descr span {
  display: block;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16.21px;
}
@media (max-width: 991px) {
  .product_technologies .technologies_wrapper .technologies_item .descr span {
    font-size: 13px;
    font-weight: 400;
  }
}

.product_reviews {
  margin: 0 0 70px;
}

.reviews_slider {
  margin: 0 -10px;
}
.reviews_slider .slider_item {
  margin: 0 10px;
}
.reviews_slider .slick-list {
  display: flex;
  align-items: initial;
}
.reviews_slider .slick-track {
  display: flex;
  align-items: initial;
}
.reviews_slider .slider_item {
  min-height: 100%;
}
.reviews_slider .review_item {
  padding: 15px 20px 20px 15px;
  border-radius: 6px;
  border: 1px solid #626262;
  background: #FFF;
  position: relative;
  min-height: 100%;
}
@media (max-width: 991px) {
  .reviews_slider .review_item {
    padding: 15px;
  }
}
.reviews_slider .review_item .review_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 21px;
}
.reviews_slider .review_item .review_top .review_left .date {
  color: #156BC1;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.reviews_slider .review_item .review_top .review_left .date span {
  color: #EC6B15;
  font-weight: bold;
}
.reviews_slider .review_item .review_top .review_left .name {
  color: #156BC1;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.576px;
  margin: 0 0 8px;
}
@media (max-width: 991px) {
  .reviews_slider .review_item .review_top .review_left .name {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 7px;
  }
}
.reviews_slider .review_item .review_top img {
  display: none;
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin: 0 0 0 3px;
  border-radius: 50%;
}
.reviews_slider .review_item .descr {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 991px) {
  .reviews_slider .review_item .descr {
    font-size: 14px;
    line-height: 18px;
  }
}

.product_gallery {
  margin: 0 0 70px;
}
.product_gallery .gallery_slider {
  margin: 0 -10px;
}
.product_gallery .gallery_slider .slider_item {
  margin: 0 10px;
}
.product_gallery .gallery_slider a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #9F9F9F;
}
.product_gallery .gallery_slider a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44));
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.product_gallery .gallery_slider a:before {
  content: "";
  background: url("../img/plus-zoom.svg") center no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.product_gallery .gallery_slider a:hover:before, .product_gallery .gallery_slider a:hover:after {
  opacity: 1;
  visibility: visible;
}
.product_gallery .gallery_slider img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 170px;
  object-position: center;
  object-fit: cover;
}

.section_partners {
  padding: 25px 0 50px 0;
}
.section_partners h2 {
  color: #156BC1;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.791px;
  text-transform: uppercase;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section_partners h2 {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.section_partners img {
  display: block;
  margin: 0 auto;
}

form {
  width: 100%;
  padding: 49px 43px 46px 43px;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 991px) {
  form {
    padding: 30px 20px 40px 20px;
  }
}
form .subtitle {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 30px;
}
form .btn {
  min-width: 100%;
}
form .dimensions {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 4px 0 2px 0;
}
form .select_stub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  border: 2px solid #F2F2F2;
  background: #FFF;
  backdrop-filter: blur(4px);
  display: flex;
  height: 50px;
  margin: 0 0 20px;
}
form .select_stub p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 3px 17px;
}
form .select_stub .img_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
}

.input_wrapper {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}
.input_wrapper input {
  width: 100%;
  border-radius: 4px;
  border: 2px solid #F2F2F2;
  background: #FFF;
  backdrop-filter: blur(4px);
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  height: 50px;
  padding: 0 17px;
}

footer {
  padding: 40px 0 50px 0;
  background: #F0F0F0;
}
@media (max-width: 991px) {
  footer {
    padding: 25px 0;
  }
}
footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .container {
    flex-direction: column;
    align-items: center;
  }
}
footer .container .footer_left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  footer .container .footer_left {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  footer .container .footer_left .logo_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
  }
}
footer .container .footer_left .logo_footer img {
  display: block;
  min-width: 180px;
}
footer .container .footer_left .footer_nav {
  margin: 0 0 0 45px;
  width: 100%;
  min-width: 158px;
}
@media (max-width: 1141px) {
  footer .container .footer_left .footer_nav {
    margin: 0 0 0 30px;
    min-width: 110px;
  }
}
@media (max-width: 991px) {
  footer .container .footer_left .footer_nav {
    margin: 0 0 20px;
    min-width: initial;
  }
}
footer .container .footer_left .footer_nav p {
  color: #156BC1;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #606060;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  footer .container .footer_left .footer_nav p {
    border-bottom: none;
    font-size: 15px;
    text-align: center;
    padding: 0;
    margin: 0 0 8px;
  }
}
footer .container .footer_left .footer_nav ul li a {
  display: block;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 991px) {
  footer .container .footer_left .footer_nav ul li a {
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
  }
}
footer .container .footer_left .footer_nav ul li a:hover {
  color: #156BC1;
}
footer .container .footer_left .footer_nav:nth-last-child(1) ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1141px) {
  footer .container .footer_left .footer_nav:nth-last-child(1) ul {
    flex-direction: column;
  }
}
footer .container .footer_left .footer_nav:nth-last-child(1) ul li {
  width: calc(50% - 10px);
}
@media (max-width: 1141px) {
  footer .container .footer_left .footer_nav:nth-last-child(1) ul li {
    width: 100%;
  }
}
footer .container .footer_right .footer_nav {
  width: 100%;
  min-width: 158px;
}
@media (max-width: 991px) {
  footer .container .footer_right .footer_nav {
    min-width: initial;
  }
}
footer .container .footer_right .footer_nav p {
  color: #156BC1;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #606060;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  footer .container .footer_right .footer_nav p {
    border-bottom: none;
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin: 0 0 8px;
  }
}
footer .container .footer_right .footer_nav ul li {
  margin: 0 0 13px;
}
footer .container .footer_right .footer_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer .container .footer_right .footer_nav ul li a img {
  display: block;
  width: 18px;
  min-width: 18px;
  margin: 0 20px 0 0;
}
footer .container .footer_right .footer_nav ul li a:hover {
  color: #156BC1;
}

.row {
  margin: 0 -15px;
}
@media (max-width: 1430px) {
  .row {
    margin: 0 -10px;
  }
}
.row [class*=col-] {
  padding: 0 15px 15px 15px;
}
@media (max-width: 1430px) {
  .row [class*=col-] {
    padding: 0 10px 20px 10px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 16px;
}
@media (max-width: 991px) {
  .btn {
    padding: 10px 13px;
  }
}
.btn_orange {
  border-radius: 100px;
  background: #EC6B15;
  min-height: 40px;
  color: #F5F5F5;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  .btn_orange {
    font-size: 13px;
  }
}
.btn_orange:hover {
  color: #EC6B15;
  border-color: #EC6B15;
  background: transparent;
}
.btn_orange__inner {
  padding: 18px 40px;
  border-radius: 20px;
  background: #EC6B15;
  min-height: 40px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid transparent;
  min-height: 58px;
  min-width: 193px;
}
@media (max-width: 991px) {
  .btn_orange__inner {
    font-size: 16px;
  }
}
.btn_orange__inner:hover {
  color: #EC6B15;
  border-color: #EC6B15;
  background: transparent;
}

h2 {
  color: #156BC1;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.791px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}
h2 span {
  color: #EC6B15;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.791px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h2 span {
    font-size: 20px;
    line-height: 1.2;
  }
}

h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.684px;
  margin: 0 0 5px;
}
@media (max-width: 991px) {
  h3 {
    line-height: 22px;
    margin: 0 0 10px;
  }
}

.slick-arrow {
  display: none !important;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .slick-dots {
    bottom: -30px;
  }
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  background: transparent;
  margin: 0 6px;
  cursor: pointer;
  border-radius: 50%;
  background: #000;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}
.slick-dots li.slick-active {
  background: #EC6B15;
}
.slick-dots li:hover {
  background: #EC6B15;
  transition: all 0.3s ease;
}

.menu_box {
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .menu_box {
    display: inline-flex;
  }
}
.menu_box.is-active {
  z-index: 9;
}

.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 11px 8px;
  background: #156BC1;
  border-radius: 5px;
  width: 38px;
  height: 38px;
}
.hamburger .line {
  display: block;
  width: 23px;
  height: 2px;
  background-color: #fff;
  margin: 0 0 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-last-child(1) {
  margin: 0;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.is-active .line {
  width: 23px;
}
.hamburger.is-active .line:nth-child(3) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
  background: #fff;
}
.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateY(-1px) rotate(-45deg);
  -ms-transform: translateY(-1px) rotate(-45deg);
  -o-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
  background: #fff;
}

.mob_nav {
  position: absolute;
  left: 0px;
  top: 58px;
  background: #fff;
  width: 100%;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  padding: 14px 20px;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.3);
  -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.3);
  box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.mob_nav.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 150;
  overflow: auto;
}
.mob_nav .nav_links {
  margin: 0 0 10px;
}
.mob_nav .nav_links li {
  margin: 0 0 7px;
}
.mob_nav .nav_links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4.196px;
  border: 0.839px solid #DBDBDB;
  background: #F3F3F3;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px;
  height: 36px;
  min-width: 158px;
}
@media (max-width: 991px) {
  .mob_nav .nav_links li a {
    min-width: 150px;
    font-size: 13px;
  }
}
.mob_nav .nav_links li a:hover {
  background: #DBDBDB;
}
.mob_nav .nav_links li a img {
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  object-fit: contain;
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  .mob_nav .nav_links li a img {
    margin: 0 0 0 8px;
    width: 21px;
    height: 21px;
    min-width: 21px;
  }
}
.mob_nav .header_contacts li {
  margin: 0 0 10px;
}
.mob_nav .header_contacts li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  .mob_nav .header_contacts li a {
    font-size: 21px;
  }
}
.mob_nav .header_contacts li a:hover {
  color: #EC6B15;
}
.mob_nav .header_contacts li a img {
  display: block;
  width: 43px;
  height: 43px;
  min-width: 43px;
  object-fit: contain;
  margin: 0 6px 0 0;
}
@media (max-width: 991px) {
  .mob_nav .header_contacts li a img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991px) {
  .mob_nav .btn {
    margin: 0 0 10px;
    min-width: 150px;
  }
}

.check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  margin: 0 0 8px;
}
.check p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 0 8px;
}
@media (max-width: 767px) {
  .check p {
    font-size: 13px;
  }
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s ease;
}
.check input:checked ~ .checkmark {
  background: #FDCD04;
}
.check input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.check .checkmark {
  position: relative;
  height: 16px;
  width: 16px;
  min-width: 16px;
  background: #fff;
  transition: all 0.3s ease;
  border: 1px solid #FDCD04;
  border-radius: 3px;
}
.check .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  left: 50%;
  top: 45%;
  width: 5px;
  height: 9px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.jq-selectbox {
  cursor: pointer;
  min-width: 100%;
  width: 100%;
  margin: 0 0 20px;
}
.jq-selectbox__select {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-radius: 4px;
  border: 2px solid #F2F2F2;
  width: 100%;
  min-height: 50px;
  padding: 0 26px 0 17px;
}
.jq-selectbox__select-text {
  width: auto !important;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.jq-selectbox__trigger-arrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../img/select-arr.svg") center no-repeat;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow:after {
  transform: translateY(-50%) rotate(-180deg);
}
.jq-selectbox__dropdown {
  width: 100%;
  border: 1px solid #DCDFE8;
  border-radius: 0px 0px 8px 8px;
  background: #fff;
  overflow: hidden;
}
.jq-selectbox__dropdown ul {
  max-height: 240px;
  scrollbar-width: thin;
  scrollbar-color: #7d8392 #ebebeb;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar {
  width: 7px;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-track {
  background: #ebebeb;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
  background-color: #7d8392;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}
.jq-selectbox__dropdown ul li {
  padding: 12px;
  min-height: 48px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.jq-selectbox__dropdown ul li:hover, .jq-selectbox__dropdown ul li.selected {
  background: #F5F5F5;
}

.select_wrapper {
  position: relative;
}
.select_wrapper span {
  position: absolute;
  top: 4px;
  left: 12px;
  color: rgba(34, 34, 34, 0.3);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.select_wrapper .jq-selectbox {
  cursor: pointer;
  min-width: 100%;
  width: 100%;
  margin: 0 0 8px;
}
.select_wrapper .jq-selectbox__select {
  padding: 17px 46px 0 12px;
}
.select_wrapper .disabled {
  filter: blur(1.5px);
}
.select_wrapper .disabled .jq-selectbox__select-text {
  filter: blur(1.5px);
}

.product_wrapp.hidden {
  display: none;
}

.showProduct.hidden {
  display: none;
}

.modal {
  z-index: 1000000000;
}
.modal .close {
  position: absolute;
  right: 23px;
  top: 21px;
  z-index: 3;
  opacity: 1;
}
.modal .close img {
  display: block;
  max-width: 13px;
  height: 13px;
}
@media (max-width: 767px) {
  .modal .close img {
    max-width: 10px;
    height: 10px;
  }
}
.modal .modal-dialog {
  max-width: 542px;
  border: none;
  border-radius: 0;
}
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  padding: 50px 20px;
}
.modal .modal-title {
  font-size: 26px;
  text-align: center;
  position: relative;
  margin: 0 0 10px;
  font-weight: bold;
}
.modal .modal-subtitle {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
.modal.feedback-modal .modal-dialog {
  max-width: 352px;
  border: none;
  border-radius: 0;
}
.modal.feedback-modal .modal-dialog .modal-content {
  border: none;
  border-radius: 10px;
  background: #0070C5;
  overflow: hidden;
  padding: 25px 35px;
}
@media (max-width: 991px) {
  .modal.feedback-modal .modal-dialog .modal-content {
    padding: 25px 15px;
  }
}
.modal.feedback-modal .feedback_modal__wrapper {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.modal.feedback-modal .feedback_modal__wrapper .title {
  color: #EFEFEF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 24px;
}
.modal.feedback-modal .feedback_modal__wrapper .btn {
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  min-height: 44px;
  min-width: 100%;
}
.modal.feedback-modal .feedback_modal__wrapper .policy {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.289px;
  margin: 9px 0 0 0;
}
.modal.feedback-modal .feedback_modal__wrapper .policy a {
  text-decoration: underline;
}
.modal.feedback-modal .feedback_modal__wrapper .policy a:hover {
  text-decoration: none;
}
.modal.product-modal .modal-dialog {
  max-width: 450px;
  border: none;
  border-radius: 0;
}
.modal.product-modal .modal-dialog .modal-content {
  border: none;
  border-radius: 10px;
  background: #0070C5;
  overflow: initial;
  padding: 25px 35px;
}
@media (max-width: 991px) {
  .modal.product-modal .modal-dialog .modal-content {
    padding: 25px 15px;
  }
}
.modal.product-modal .feedback_modal__wrapper {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.modal.product-modal .feedback_modal__wrapper .title {
  color: #EFEFEF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 24px;
}
.modal.product-modal .feedback_modal__wrapper .btn {
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  min-height: 44px;
  min-width: 100%;
}
.modal.product-modal .feedback_modal__wrapper .policy {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.289px;
  text-align: center;
  margin: 9px 0 0 0;
}
.modal.product-modal .feedback_modal__wrapper .policy a {
  text-decoration: underline;
}
.modal.product-modal .feedback_modal__wrapper .policy a:hover {
  text-decoration: none;
}
.modal.product-modal .feedback_modal__wrapper .price_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 20px;
}
.modal.product-modal .feedback_modal__wrapper .price_wrapper .price_left {
  min-width: 85px;
}
.modal.product-modal .feedback_modal__wrapper .price_wrapper .price_left p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.modal.product-modal .feedback_modal__wrapper .price_wrapper .price_left small {
  display: block;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.modal.product-modal .feedback_modal__wrapper .price_wrapper .price_right {
  min-width: 85px;
}
.modal.product-modal .feedback_modal__wrapper .price_wrapper .price_right p {
  text-align: right;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.modal.product-modal .feedback_modal__wrapper .select_init {
  margin: 0 0 25px;
}
.modal.policy-popup p {
  font-size: 16px;
  margin: 8px 0;
}
.modal.policy-popup p.subtitle {
  font-weight: bold;
  margin: 16px 0 8px 0;
}

.error {
  display: none;
  color: red;
  font-size: 15px;
  margin: 3px 0 0 0;
}

body {
  padding: 110px 0 0 0;
}
@media (max-width: 1141px) {
  body {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 991px) {
  body {
    padding: 50px 0 0 0;
  }
}
body.modal-open header {
  padding-right: 17px;
}
@media (max-width: 991px) {
  body.modal-open header {
    padding-right: 0;
  }
}

.hidden_form {
  display: none;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.breadcrumbs li {
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid #000;
}
.breadcrumbs li.has_child {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
}
.breadcrumbs li.has_child.active p img {
  transform: rotate(180deg);
}
.breadcrumbs li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #156BC1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 1;
  text-decoration-line: underline;
}
@media (max-width: 991px) {
  .breadcrumbs li a {
    font-size: 12px;
  }
}
.breadcrumbs li a:hover {
  color: #EC6B15;
}
.breadcrumbs li p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #156BC1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  transition: 0.3s all ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .breadcrumbs li p {
    font-size: 12px;
  }
}
.breadcrumbs li p:hover {
  color: #EC6B15;
}
.breadcrumbs li p img {
  display: block;
  transition: 0.3s all ease;
  margin: 0 0 0 12px;
}
.breadcrumbs li .child_dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 13px 0 0 0;
  min-width: 400px;
  display: none;
  z-index: 20;
}
@media (max-width: 991px) {
  .breadcrumbs li .child_dropdown {
    min-width: 250px;
    left: -75px;
  }
}
.breadcrumbs li .child_dropdown ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  background: #F3F3F3;
  padding: 10px;
}
.breadcrumbs li .child_dropdown ul li {
  width: calc(50% - 10px);
  margin: 0;
  border: none;
}
@media (max-width: 991px) {
  .breadcrumbs li .child_dropdown ul li {
    width: 100%;
  }
}
.breadcrumbs li .child_dropdown ul li a {
  display: inline;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px solid transparent;
}
.breadcrumbs li .child_dropdown ul li a:hover {
  color: #156BC1;
  border-color: #156BC1;
}

.jq-number {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 3.587px;
  border: 0.717px solid #E2E2E2;
  background: #FFF;
  min-height: 34px;
  min-width: 105px;
  user-select: none;
}
.jq-number__spin {
  cursor: pointer;
}
.jq-number__spin.minus {
  order: 1;
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  border: 1px solid #EC6B15;
  border-radius: 50%;
}
.jq-number__spin.minus:before {
  content: "-";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 19.206px;
  font-style: normal;
  font-weight: 300;
  line-height: 17.46px;
}
.jq-number__spin.minus:hover:before {
  opacity: 1;
}
.jq-number__spin.plus {
  order: 3;
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
  border: 1px solid #EC6B15;
  border-radius: 50%;
}
.jq-number__spin.plus:before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 19.206px;
  font-style: normal;
  font-weight: 300;
  line-height: 17.46px;
}
.jq-number__field {
  order: 2;
  max-width: 20px;
  user-select: none;
}
.jq-number__field input {
  text-align: center;
  background: transparent;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  user-select: none;
}

.jq-selectbox {
  cursor: pointer;
  min-width: 100%;
  width: 100%;
  margin: 0 0 8px;
}
.jq-selectbox__select {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border-radius: 5px;
  width: 100%;
  min-height: 46px;
  padding: 0 34px 0 16px;
  background: #FFF;
}
.jq-selectbox__select-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto !important;
  color: #EC6B15;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 46px;
}
@media (max-width: 991px) {
  .jq-selectbox__select-text {
    font-size: 13px;
  }
}
.jq-selectbox__trigger-arrow:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 17px;
  background: url("../img/select-arr.svg") center no-repeat;
  background-size: contain;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow:after {
  transform: translateY(-50%) rotate(-180deg);
}
.jq-selectbox__dropdown {
  width: 100%;
  border: 1px solid #DCDFE8;
  border-radius: 0px 0px 4px 4px;
  background: #fff;
  overflow: hidden;
  top: 100% !important;
}
.jq-selectbox__dropdown ul {
  max-height: 240px;
  scrollbar-width: thin;
  scrollbar-color: #7d8392 #ebebeb;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar {
  width: 7px;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-track {
  background: #ebebeb;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
  background-color: #7d8392;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}
.jq-selectbox__dropdown ul li {
  padding: 12px;
  min-height: 46px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  color: #EC6B15;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.jq-selectbox__dropdown ul li:hover, .jq-selectbox__dropdown ul li.selected {
  background: #F5F5F5;
}

select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-arrow {
  display: none !important;
}

.section__sliderNav--arrows {
  z-index: 9;
  display: none;
}
@media (max-width: 991px) {
  .section__sliderNav--arrows {
    display: block;
  }
}
.section__sliderNav--arrows button {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.section__sliderNav--arrows button.prev {
  left: 5px;
}
.section__sliderNav--arrows button.next {
  right: 5px;
}
.section__sliderNav--arrows button img {
  display: block;
  object-fit: contain;
  width: 20px;
}
.hidden {
  display: none;
}
.btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
}

header .container .nav_links li .blue_bg,
.mob_nav .nav_links li .blue_bg {
  background: #156BC1;
  color: #FFF;
  border-color: #156BC1;
}

header .container .nav_links li .blue_bg:hover {
  background: #DBDBDB;
  color: #000;
  border-color: #DBDBDB;
}

.mob_nav .nav_links li .blue_bg:hover {
  background: #DBDBDB;
  color: #000;
  border-color: #DBDBDB;
}
/*# sourceMappingURL=app.css.map */


@media (max-width: 991px) {
  .none-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
}

.tab-content {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .tab-content {
    margin: 0 0 50px;
  }
}
.tab-content h2 {
  margin: 0 0 20px;
}

@media (max-width: 991px) {
  .page_nav__wrapper__fixed {
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 60;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.3);
    -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.3);
    box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.3);
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .page_nav__wrapper__fixed .arrow_right {
    right: 15px !important;
  }
}

.page_nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .page_nav {
    padding: 5px 0;
  }
}
.page_nav li {
  margin: 0 8px 0 0;
}
.page_nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 20px;
  border: 1.198px solid #156BC1;
  padding: 10px;
  min-width: 145px;
}
@media (max-width: 991px) {
  .page_nav li a {
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    min-width: initial;
    padding: 12px 20px;
  }
}
.page_nav li a:hover, .page_nav li a.active {
  border-color: #EC6B15;
  background: #EC6B15;
  color: #fff;
}

.charactiristics_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.charactiristics_wrapper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .charactiristics_wrapper ul {
    width: 100%;
  }
}
.charactiristics_wrapper ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 991px) {
  .charactiristics_wrapper ul li {
    padding: 10px 0;
  }
}
.charactiristics_wrapper ul li p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 15px;
  background: #F7F7F7;
  width: calc(50% - 10px);
  color: #EC6B15;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 18px 23px;
  min-height: 100%;
}
@media (max-width: 991px) {
  .charactiristics_wrapper ul li p {
    width: calc(50% - 5px);
    padding: 13px 15px;
    font-size: 14px;
    border-radius: 10px;
  }
}
.charactiristics_wrapper ul li p:nth-last-child(1) {
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  .charactiristics_wrapper ul li p:nth-last-child(1) {
    font-size: 14px;
  }
}

.buy_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .buy_wrapper {
    display: block;
  }
}
.buy_wrapper .left_side {
  width: calc(50% - 30px);
}
@media (max-width: 991px) {
  .buy_wrapper .left_side {
    width: 100%;
  }
}
.buy_wrapper .left_side ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .buy_wrapper .left_side ul li {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.buy_wrapper .left_side ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
}
@media (max-width: 991px) {
  .buy_wrapper .left_side ul li:before {
    top: 8px;
  }
}
.buy_wrapper .right_side {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(50% - 30px);
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .buy_wrapper .right_side {
    width: 100%;
  }
}
.buy_wrapper .right_side .buy_item {
  width: calc(50% - 15px);
}
@media (max-width: 1141px) {
  .buy_wrapper .right_side .buy_item {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 1141px) {
  .buy_wrapper .right_side .buy_item:nth-last-child(1) {
    margin: 0;
  }
}
.buy_wrapper .right_side .buy_item h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .buy_wrapper .right_side .buy_item h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.buy_wrapper .right_side .buy_item .buy_bottom {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.buy_wrapper .right_side .buy_item .buy_bottom img {
  display: block;
  width: 70px;
  min-width: 70px;
  object-fit: contain;
  margin: 0 15px 0 0;
}
@media (max-width: 1141px) {
  .buy_wrapper .right_side .buy_item .buy_bottom img {
    width: 60px;
    min-width: 60px;
    margin: 0 10px 0 0;
  }
}
.buy_wrapper .right_side .buy_item .buy_bottom p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 991px) {
  .buy_wrapper .right_side .buy_item .buy_bottom p {
    font-size: 14px;
  }
}

.delivery_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .delivery_wrapper {
    display: block;
  }
}
.delivery_wrapper .left_side {
  width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .delivery_wrapper .left_side {
    width: 100%;
  }
}
.delivery_wrapper .left_side ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .delivery_wrapper .left_side ul li {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.delivery_wrapper .left_side ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
}
@media (max-width: 991px) {
  .delivery_wrapper .left_side ul li:before {
    top: 8px;
  }
}
.delivery_wrapper .right_side {
  width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .delivery_wrapper .right_side {
    width: 100%;
  }
}
.delivery_wrapper .right_side ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .delivery_wrapper .right_side ul li {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.delivery_wrapper .right_side ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
}
@media (max-width: 991px) {
  .delivery_wrapper .right_side ul li:before {
    top: 8px;
  }
}

.standart_guarancy__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .standart_guarancy__wrapper {
    display: block;
  }
}
.standart_guarancy__wrapper .left_side {
  width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .standart_guarancy__wrapper .left_side {
    width: 100%;
    margin: 0 0 20px;
  }
}
.standart_guarancy__wrapper .left_side h4 {
  color: #156BC1;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.791px;
  text-transform: uppercase;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .standart_guarancy__wrapper .left_side h4 {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 14px;
  }
}
.standart_guarancy__wrapper .left_side p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 991px) {
  .standart_guarancy__wrapper .left_side p {
    font-size: 14px;
  }
}
.standart_guarancy__wrapper .right_side {
  width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .standart_guarancy__wrapper .right_side {
    width: 100%;
  }
}
.standart_guarancy__wrapper .right_side h4 {
  color: #156BC1;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.791px;
  text-transform: uppercase;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .standart_guarancy__wrapper .right_side h4 {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 14px;
  }
}
.standart_guarancy__wrapper .right_side .buy_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.standart_guarancy__wrapper .right_side .buy_item img {
  display: block;
  width: 70px;
  min-width: 70px;
  object-fit: contain;
  margin: 0 30px 0 0;
}
@media (max-width: 1141px) {
  .standart_guarancy__wrapper .right_side .buy_item img {
    width: 60px;
    min-width: 60px;
    margin: 0 10px 0 0;
  }
}
.standart_guarancy__wrapper .right_side .buy_item p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 991px) {
  .standart_guarancy__wrapper .right_side .buy_item p {
    font-size: 14px;
  }
}

.service_guarancy__wrapper {
  margin: 0 0 40px;
}
.service_guarancy__wrapper h4 {
  color: #156BC1;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.791px;
  text-transform: uppercase;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .service_guarancy__wrapper h4 {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 14px;
  }
}
.service_guarancy__wrapper ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .service_guarancy__wrapper ul {
    display: block;
  }
}
.service_guarancy__wrapper ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(25% - 20px);
}
@media (max-width: 991px) {
  .service_guarancy__wrapper ul li {
    align-items: center;
    width: 100%;
    margin: 0 0 20px;
  }
}
.service_guarancy__wrapper ul li img {
  display: block;
  width: 70px;
  min-width: 70px;
  margin: 0 20px 0 0;
}
@media (max-width: 1141px) {
  .service_guarancy__wrapper ul li img {
    width: 60px;
    min-width: 60px;
    margin: 0 10px 0 0;
  }
}
.service_guarancy__wrapper ul li p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 1141px) {
  .service_guarancy__wrapper ul li p {
    font-size: 14px;
  }
}
@media (max-width: 1141px) {
  .service_guarancy__wrapper ul li p br {
    display: none;
  }
}

.rules_guarancy__wrapper h4 {
  color: #156BC1;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.791px;
  text-transform: uppercase;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .rules_guarancy__wrapper h4 {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 14px;
  }
}

.dropdown_info .info {
  margin: 0 0 12px;
}
.dropdown_info .info.active .title_dropdown__info {
  color: #156BC1;
}
.dropdown_info .info.active .title_dropdown__info svg {
  transform: rotate(-180deg);
}
.dropdown_info .info.active .title_dropdown__info svg path {
  fill: #E40315;
}
.dropdown_info .info .title_dropdown__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 18px;
  color: #606060;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 10px;
  border: 1px solid #9F9F9F;
  background: #FFF;
  box-shadow: 0px 10px 40px 0px rgba(34, 34, 34, 0.1);
}
@media (max-width: 991px) {
  .dropdown_info .info .title_dropdown__info {
    font-size: 14px;
    padding: 10px 12px;
  }
}
.dropdown_info .info .title_dropdown__info svg {
  display: block;
  width: 16px;
  min-width: 16px;
  object-fit: contain;
  transition: 0.3s all ease;
  margin: 0 0 0 7px;
}
.dropdown_info .info .title_dropdown__info svg path {
  transition: 0.3s all ease;
}
.dropdown_info .info .default-submenu {
  display: none;
  padding: 18px 30px 0 30px;
}
@media (max-width: 991px) {
  .dropdown_info .info .default-submenu {
    padding: 16px 16px 0 16px;
  }
}
.dropdown_info .info .default-submenu p {
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 991px) {
  .dropdown_info .info .default-submenu p {
    font-size: 14px;
  }
}

/* tabs arrow scroll */
.tabs.arrow_scroll {
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .tabs.arrow_scroll {
    margin: 0 0 20px;
    min-height: 51px;
  }
}

.tabs.arrow_scroll {
  overflow: hidden;
}

.tabs.arrow_scroll + .tab-content .title-tab-heading {
  display: none !important;
}

.tabs.arrow_scroll + .tab-content .tab-pane.active .title-tab-heading + div {
  margin: 0px;
  padding: 0px;
}

.arrow_scroll {
  max-height: 57px;
}

.arrow_scroll .nav.nav-tabs {
  white-space: nowrap;
  min-width: 300%;
  z-index: 1;
  position: relative;
  display: block;
}

.arrow_scroll .nav.nav-tabs > li {
  display: inline-block;
  float: none;
}

.arrow_scroll_init .arrows_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.arrow_scroll_init .arrows_wrapper .arrow {
  position: absolute;
  width: 38px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  z-index: 1;
  cursor: pointer;
}

.arrow_scroll_init .arrows_wrapper .arrow.arrow_left {
  left: -15px;
  border-right: 1px solid #ececec;
}

.arrow_scroll_init .arrows_wrapper .arrow.arrow_left svg {
  transform: rotate(-90deg);
}

.arrow_scroll_init .arrows_wrapper .arrow.arrow_right {
  right: -15px;
  border-left: 1px solid #ececec;
}

.arrow_scroll_init .arrows_wrapper .arrow.arrow_right svg {
  transform: rotate(90deg);
}

.arrow_scroll_init .arrows_wrapper .arrow.disabled {
  display: none;
}

.product-item-detail-tabs-wrapper.arrow_scroll {
  max-height: 56px;
}

/**/

.subtitle_wrapper h2 {
  margin: 0;
}

#secondTrigger {
  height: 100px;
}

@media screen and (max-width: 992px) {
  #secondTrigger {
    height: 50px;
  }
}
/*# sourceMappingURL=newstyles.css.map */
