@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap");
::-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: #EEE;
  color: #2B333D;
  font-size: 14px;
  font-family: "Mulish", 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: 23px 0 0 0;
}
@media (max-width: 1141px) {
  header {
    padding: 15px 0 0 0;
  }
}
@media (max-width: 991px) {
  header {
    padding: 10px 0 0 0;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .logo {
  display: block;
  border-radius: 7px;
  /* background: #FFF; */
  padding: 7px 15px;
  width: 100%;
  max-width: 265px;
  height: 46px;
  margin: 0 5px 0 0;
}
@media (max-width: 991px) {
  header .container .logo {
    /* max-width: 150px; */
    height: 40px;
    padding: 3px 10px;
  }
}
header .container .logo:hover {
  opacity: 0.7;
}
header .container .logo img {
  display: block;
  /* max-width: 79px; */
  margin-top: -5px;
}
@media (max-width: 991px) {
  header .container .logo img {
    width: auto;
  }
}
header .container .header_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .container .header_right .grey_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 7px;
  background: #9799A6;
  padding: 13px 30px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0 5px 0 0;
  height: 46px;
}
@media (max-width: 1141px) {
  header .container .header_right .grey_btns {
    padding: 13px 20px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header .container .header_right .grey_btns {
    display: none;
  }
}
header .container .header_right .grey_btns:hover {
  background: #E31E24;
}
header .container .header_right .main_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #FFF;
  margin: 0 5px 0 0;
}
@media (max-width: 1430px) {
  header .container .header_right .main_nav {
    padding: 0 10px;
  }
}
@media (max-width: 1141px) {
  header .container .header_right .main_nav {
    padding: 0;
  }
}
@media (max-width: 991px) {
  header .container .header_right .main_nav {
    display: none;
  }
}
header .container .header_right .main_nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 13px 23px;
  color: #0F2132;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  height: 46px;
  border-radius: 7px;
  white-space: nowrap;
}
@media (max-width: 1430px) {
  header .container .header_right .main_nav li a {
    padding: 13px 10px;
  }
}
@media (max-width: 1141px) {
  header .container .header_right .main_nav li a {
    font-size: 12px;
  }
}
header .container .header_right .main_nav li a:hover {
  background: #E31E24;
  color: #fff;
  border-radius: 7px;
}
header .container .header_right .login_btn, .btn-personal {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 7px;
  background: #494A52;
  padding: 13px 20px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  height: 46px;
}


@media (max-width: 1141px) {
  header .container .header_right .login_btn {
    font-size: 12px;
    height: 40px;
  }
}
header .container .header_right .login_btn:hover {
  background: #E31E24;
}

.header_cabinet {
  display: none;
}
@media (max-width: 991px) {
  .header_cabinet {
    display: block;
  }
}
.header_cabinet .header_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header_cabinet .user_cabinet {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0 34px;
}
.header_cabinet .user_cabinet img {
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin: 0 11px 0 0;
}
.header_cabinet .user_cabinet span {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.header_cabinet .logo_cabinet {
  display: block;
  width: auto;
}
.header_cabinet .logo_cabinet img {
  display: block;
}

.section_main {
  padding: 54px 0 18px 0;
  position: relative;
}
@media (max-width: 1141px) {
  .section_main {
    padding: 50px 0 15px 0;
  }
}
.section_main:before {
  content: "";
  position: absolute;
  top: -69px;
  right: 0;
  width: 70%;
  height: 120%;
  background: url("../img/main_bg.png") top right no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 991px) {
  .section_main:before {
    top: initial;
    bottom: 0;
    width: 100%;
    height: 300px;
  }
}
.section_main .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section_main .container {
    flex-direction: column;
    align-items: center;
  }
}
.section_main .container .main_left {
  padding: 165px 0 0 0;
  width: 100%;
  max-width: 732px;
}
@media (max-width: 1430px) {
  .section_main .container .main_left {
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .section_main .container .main_left {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .section_main .container .main_left {
    padding: 0px!important;
    margin: 0 0 20px;
  }
}
.section_main .container .main_left .h1t {  color: #2B333D;  font-size: 62px;  font-style: normal;  font-weight: 600;  line-height: 110%;  margin: 0px;}
.section_main .container .main_left .h1t2 {  color: #2B333D;  font-size: 36px; text-transform: uppercase; font-style: normal;  font-weight: 400;  line-height: 110%;  margin: 0 0 30px;}
.section_main .container .main_left .bread_h1t {color:#5C6571; border-left:5px #966F05 solid;font-size: 12px;  line-height: 1.3;  margin-top: 20px;  max-width: 35em;  padding-left: 24px;}


@media (max-width: 1430px) {
  .section_main .container .main_left .h1t { font-size: 32px;}
  .section_main .container .main_left .h1t2 { font-size: 27px;}
  .section_main .container .main_left p {font-size: 18px;}
}
@media (max-width: 1141px) {
  .section_main .container .main_left .h1t {margin: 0 0 5px;}
}
@media (max-width: 991px) {
  .section_main .container .main_left .h1t {
    font-size: 22px;
    margin: 0 0 5px;
  }
  .section_main .container .main_left .h1t2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.section_main .container .main_left .h1t span {
  display: block;
  color: #2B333D;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
@media (max-width: 1430px) {
  .section_main .container .main_left .h1t span {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .section_main .container .main_left .h1t span {
    font-size: 28px;
  }
}
.section_main .container .main_left p {
  color: #2B333D;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1141px) {
  .section_main .container .main_left p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .section_main .container .main_left p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section_main .container .main_left p br {
    display: none;
  }
}
.section_main .container .main_right {
  width: calc(100% - 830px);
  padding: 0 78px 0 0;
}
@media (max-width: 1430px) {
  .section_main .container .main_right {
    width: calc(100% - 560px);
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section_main .container .main_right {
    width: 100%;
  }
}
.section_main .container .main_right img {
  width: 100%;
  display: block;
  height: 580px;
  object-fit: contain;
}
@media (max-width: 1141px) {
  .section_main .container .main_right img {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .section_main .container .main_right img {
    height: auto;
    max-height: 350px;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .section_main__inner:after {
    content: none;
  }
}

.section_main__dealers {
  padding-top: 22px;
}
.section_main__dealers .breadcrumbs {
  margin: 0 0 230px;
}
@media (max-width: 991px) {
  .section_main__dealers .breadcrumbs {
    margin: 0 0 30px;
  }
}
.section_main__dealers .container .main_left {
  max-width: 758px;
  padding: 0 0 50px;
}
.section_main__dealers .container .main_left h1 span small {
  color: #C50B0E;
  font-weight: 500;
}
.section_main__dealers .container .main_left p {
  font-size: 22px;
}

.section_numbers__main {
  padding: 0 0 45px;
}
@media (max-width: 991px) {
  .section_numbers__main {
    padding: 25px 0 0 0;
  }
}
.section_numbers__main ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section_numbers__main ul {
    flex-wrap: wrap;
  }
}
.section_numbers__main ul li {
  width: calc(25% - 100px);
}
@media (max-width: 1430px) {
  .section_numbers__main ul li {
    width: calc(25% - 30px);
  }
}
@media (max-width: 991px) {
  .section_numbers__main ul li {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}
.section_numbers__main ul li span {
  display: block;
  color: #2B333D;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 5px;
}
@media (max-width: 991px) {
  .section_numbers__main ul li span {
    font-size: 14px;
    line-height: 120%;
  }
}
.section_numbers__main ul li p {
  color: #2B333D;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1141px) {
  .section_numbers__main ul li p {
    font-size: 72px;
  }
}
@media (max-width: 991px) {
  .section_numbers__main ul li p {
    font-size: 50px;
  }
}

.section_products__main {
  padding: 45px 0;
}
@media (max-width: 991px) {
  .section_products__main {
    padding: 25px 0;
  }
}
.section_products__main h2 {
  margin: 0 0 -106px;
}
@media screen and (max-width: 1230px) {
  .section_products__main h2 {
    margin: 0 0 40px;
  }
}
.section_products__main .row {
  align-items: flex-end;
  margin: -5px;
}
@media screen and (max-width: 1230px) {
  .section_products__main .row {
    align-items: initial;
  }
}
.section_products__main .row [class*=col-] {
  padding: 5px;
}
.section_products__main .decor_image {
  display: block;
  width: 100%;
  border-radius: 6px;
  height: 511px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1230px) {
  .section_products__main .decor_image {
    min-height: 100%;
    height: 100%;
  }
}

.products_main__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  padding: 45px 18px 50px 33px;
  height: 340px;
}

.decor_image.show-animate {
    animation-duration: 2s;
     animation-name: showImage;
}
@keyframes showImage {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;

  }
}
@media screen and (max-width: 1230px) {
  .products_main__item {
    height: auto;
    min-height: 100%;
  }
}
@media (max-width: 991px) {
  .products_main__item {
    padding: 30px 15px;
  }
}
.products_main__item:hover {
  transform: translateY(-15px);
}
.products_main__item .arrow_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 20px;
  padding: 0 12px 0 0;
}
.products_main__item .arrow_wrapper img {
  display: block;
}
.products_main__item .descr {
  display: block;
  color: #2B333D;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 20px;
  min-height: 99px;
}
@media (max-width: 991px) {
  .products_main__item .descr {
    font-size: 20px;
    min-height: auto;
  }
}
.products_main__item .num {
  display: block;
  color: #2B2C2E;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .products_main__item .num {
    font-size: 22px;
  }
}

.section_operations__main {
  padding: 45px 0 120px 0;
}
@media (max-width: 991px) {
  .section_operations__main {
    padding: 25px 0 100px 0;
  }
}

.operations_slider__wrapper {
  position: relative;
}
.operations_slider__wrapper .banka {
  display: block;
  position: absolute;
  right: 58px;
  top: 20px;
  height: 651px;
}
@media (max-width: 1141px) {
  .operations_slider__wrapper .banka {
    height: 450px;
    top: initial;
    bottom: -50px;
  }
}
@media (max-width: 991px) {
  .operations_slider__wrapper .banka {
    display: none;
  }
}
.operations_slider__wrapper .slick-list {overflow: visible;}
.operations_slider__wrapper .banka2 {
  display: block;
  position: absolute;
  right: 58px;
  top: 40px;
  height: 605px !important;
  width: 508px !important;
}
@media (max-width: 1141px) {
  .operations_slider__wrapper .banka2 {
    height: 415px !important;
    top: 240px;
    bottom: -50px;
    width: 353px !important;
  }
}
@media (max-width: 991px) {
  .operations_slider__wrapper .banka2 {
    display: none!important;
  }
}
.operations_slider__wrapper .section__sliderNav--arrows {
  margin: 45px 0 0 0;
}
@media (max-width: 991px) {
  .operations_slider__wrapper .section__sliderNav--arrows {
    margin: 20px 0 0 0;
  }
}
.operations_slider__wrapper .slider_item img {
  display: block;
  width: 100%;
  height: 550px;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .operations_slider__wrapper .slider_item img {
    height: 400px;
  }
}

.section_factors__main {
  padding: 45px 0 230px 0;
  position: relative;
}
@media (max-width: 991px) {
  .section_factors__main {
    padding: 25px 0;
  }
}
.section_factors__main:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 680px;
  background: url("../img/factors_bg.png") center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .section_factors__main:before {
    content: none;
  }
}
.section_factors__main .title_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section_factors__main .title_wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 30px;
  }
}
.section_factors__main .title_wrapper h2 {
  width: calc(50% - 50px);
  margin: 0;
}
@media (max-width: 1141px) {
  .section_factors__main .title_wrapper h2 {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .section_factors__main .title_wrapper h2 {
    width: 100%;
    margin: 0 0 20px;
  }
}
.section_factors__main .title_wrapper p {
  width: calc(50% - 50px);
  color: #021825;
  font-family: "Proxima Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1141px) {
  .section_factors__main .title_wrapper p {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .section_factors__main .title_wrapper p {
    width: 100%;
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section_factors__main .title_wrapper p br {
    display: none;
  }
}
.section_factors__main h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin: 0 0 75px;
}
@media (max-width: 991px) {
  .section_factors__main h3 {
    font-size: 24px;
    margin: 0 0 10px;
  }
}
.section_factors__main .row {
  margin: -5px;
}
.section_factors__main .row [class*=col-] {
  padding: 5px;
}
.section_factors__main .factors_item {
  padding: 79px 40px 65px 37px;
  border-radius: 6px;
  background: #F4F6F8;
  min-height: 100%;
}
@media (max-width: 991px) {
  .section_factors__main .factors_item {
    padding: 30px;
  }
}
.section_factors__main .factors_item img {
  display: block;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section_factors__main .factors_item img {
    margin: 0 0 20px;
  }
}
.section_factors__main .factors_item p {
  color: #021825;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 991px) {
  .section_factors__main .factors_item p {
    font-size: 18px;
  }
}

.section_guaranty__main {
  padding: 0 0 50px;
  margin: -135px 0 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section_guaranty__main {
    padding: 25px 0;
    margin: 0;
  }
}
.section_guaranty__main .row {
  margin: -9px;
}
.section_guaranty__main .row [class*=col-] {
  padding: 9px;
}

.guaranty_item {
  display: block;
  width: 100%;
}
.guaranty_item:hover .descr_wrapper img {
  left: 50px;
}
.guaranty_item .image_wrapper {
  height: 470px;
  display: flex;
  align-items: flex-end;
  padding: 42px 37px;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .guaranty_item .image_wrapper {
    padding: 15px 30px;
    height: 300px;
  }
}
.guaranty_item .image_wrapper .num {
  display: block;
  color: #FFF;
  font-size: 190px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .guaranty_item .image_wrapper .num {
    font-size: 80px;
  }
}
.guaranty_item .image_wrapper small {
  display: inline-block;
  color: #FFF;
  font-family: "Proxima Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.8px;
  transform: rotate(-90deg);
  margin: 0 0 100px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .guaranty_item .image_wrapper small {
    font-size: 16px;
    margin: 0 0 60px;
  }
}
.guaranty_item .descr_wrapper {
  display: block;
  padding: 36px 150px 0 45px;
}
@media (max-width: 991px) {
  .guaranty_item .descr_wrapper {
    padding: 15px 0 0 0;
  }
}
.guaranty_item .descr_wrapper .descr {
  display: block;
  color: #2B333D;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 275px;
  margin: 0 0 55px;
}
@media (max-width: 991px) {
  .guaranty_item .descr_wrapper .descr {
    margin: 0 0 20px;
  }
}
.guaranty_item .descr_wrapper img {
  display: block;
  position: relative;
  left: 0;
  transition: 0.3s all ease;
}

.section_clients {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section_clients {
    padding: 25px 0;
  }
}
.section_clients ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #C2C3C9;
}
.section_clients ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  background: #fff;
  height: 250px;
  padding: 40px;
  border-right: 1px solid #C2C3C9;
}
@media (max-width: 1141px) {
  .section_clients ul li {
    padding: 20px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .section_clients ul li {
    width: 50%;
    border-bottom: 1px solid #C2C3C9;
  }
}
.section_clients ul li:nth-last-child(1) {
  border-right: none;
}
@media (max-width: 767px) {
  .section_clients ul li:nth-last-child(1) {
    width: 100%;
    border-bottom: none;
  }
}
.section_clients ul li img {
  display: block;
}

.section_news__main {
  padding: 50px 0 140px 0;
}
@media (max-width: 991px) {
  .section_news__main {
    padding: 25px 0 50px 0;
  }
}
.section_news__main .row {
  margin: -8px;
}
.section_news__main .row [class*=col-] {
  padding: 8px;
}
.section_news__main .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
.section_news__main .btn_wrapper .btn {
  width: 100%;
}

.news_main__item {
  display: block;
}
.news_main__item:hover {
  transform: translateY(-15px);
}
.news_main__item:hover .name {
  color: #E31E24;
}
.news_main__item img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  margin: 0 0 26px;
}
@media (max-width: 991px) {
  .news_main__item img {
    height: 220px;
    margin: 0 0 10px;
  }
}
.news_main__item .date {
  display: block;
  color: #375567;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .news_main__item .date {
    margin: 0 0 10px;
    font-size: 14px;
  }
}
.news_main__item .name {
  display: block;
  color: #0F2132;
  font-family: "Proxima Nova";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 20px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .news_main__item .name {
    margin: 0 0 10px;
    font-size: 16px;
  }
}
.news_main__item .descr {
  display: block;
  color: #0F2132;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 991px) {
  .news_main__item .descr {
    font-size: 14px;
  }
}

.section_catalog {
  padding: 25px 0 50px 0;
}
@media (max-width: 991px) {
  .section_catalog {
    padding: 25px 0;
  }
}

.catalog_filter__top {
  padding: 0 0 20px;
  border-bottom: 1px solid #DFDADA;
}
@media (max-width: 991px) {
  .catalog_filter__top {
    padding: 0 0 10px;
  }
}
.catalog_filter__top ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.catalog_filter__top ul li {
  margin: 0 20px 20px 0;
  min-height: 100%;
}
@media (max-width: 991px) {
  .catalog_filter__top ul li {
    margin: 0 10px 10px 0;
  }
}
.catalog_filter__top ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 15px 40px;
  border-radius: 56px;
  background: #FFF;
  color: #2B333D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  height: 100%;
  max-width: 345px;
}
@media (max-width: 991px) {
  .catalog_filter__top ul li a {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.2;
  }
}
.catalog_filter__top ul li a:hover, .catalog_filter__top ul li a.active {
  background: #2B333D;
  color: #fff;
}

.catalog_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0 0 0;
  border-top: 1px solid #fff;
}
@media (max-width: 991px) {
  .catalog_wrapper {
    padding: 20px 0 0 0;
    flex-direction: column;
  }
}
.catalog_wrapper .catalog_left {
  width: 100%;
  max-width: 275px;
}
@media (max-width: 991px) {
  .catalog_wrapper .catalog_left {
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.catalog_wrapper .catalog_left .filter_mob__wrapper {
  display: none;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .catalog_wrapper .catalog_left .filter_mob__wrapper {
    display: flex;
  }
}
.catalog_wrapper .catalog_left .filters_mob {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.catalog_wrapper .catalog_left .filters_mob img {
  display: block;
  margin: 0 5px 0 0;
}
.catalog_wrapper .catalog_left .filters_mob span {
  display: block;
  font-size: 14px;
}
.catalog_wrapper .catalog_left .filters_mob sup {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
  background: #BE1419;
  font-size: 10px;
  margin: 0 0 0 5px;
}
.catalog_wrapper .catalog_right {
  width: calc(100% - 310px);
}
@media (max-width: 991px) {
  .catalog_wrapper .catalog_right {
    width: 100%;
  }
}
.catalog_wrapper .catalog_right .row {
  margin: -18px;
}
@media (max-width: 1430px) {
  .catalog_wrapper .catalog_right .row {
    margin: -7.5px;
  }
}
.catalog_wrapper .catalog_right .row [class*=col-] {
  padding: 18px;
}
@media (max-width: 1430px) {
  .catalog_wrapper .catalog_right .row [class*=col-] {
    padding: 7.5px;
  }
}

.filter_wrapper {
  padding: 20px 17px 45px 20px;
  border-radius: 10px;
  border: 1px solid #EEE;
  background: #F4F6F8;
}
@media (max-width: 991px) {
  .filter_wrapper {
    margin: 20px 0 0 0;
    padding: 20px 10px;
    display: none;
  }
}
.filter_wrapper p {
  color: #2B333D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .filter_wrapper p {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.filter_wrapper p span {
  font-weight: 500;
}
.filter_wrapper .filter_item {
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .filter_wrapper .filter_item {
    margin: 0 0 15px;
  }
}
.filter_wrapper .input_wrapper {
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .filter_wrapper .input_wrapper {
    margin: 0 0 15px;
  }
}
.filter_wrapper .input_wrapper input, .cabinet_search-catalog  {
  color: #2B333D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  height: 46px;
  padding: 0 45px 0px 20px;
  border-radius: 10px;
  border: 1px solid rgba(238, 238, 238, 0.9);
  background: #FFF;
}
.cabinet_title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cabinet_title-flex h3 {
    margin-right: 15px;
}

.filter_wrapper .temperature {
  margin: 0 0 30px;
  position: relative;
}
@media (max-width: 991px) {
  .filter_wrapper .temperature {
    margin: 0 0 15px;
  }
}
.filter_wrapper .temperature .amount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid rgba(60, 29, 109, 0.1);
  background: #fff;
  height: 46px;
  padding: 15px 0;
  position: relative;
}
.filter_wrapper .temperature .amount:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: rgba(60, 29, 109, 0.1);
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}
.filter_wrapper .temperature .amount input {
  max-width: 30px;
  text-align: center;
  color: #2B333D;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  background: transparent;

}
.filter_wrapper .temperature .amount .amount-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.filter_wrapper .checks_wrapper {
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .filter_wrapper .checks_wrapper {
    margin: 0 0 15px;
  }
}
.filter_wrapper .checks_wrapper .check {
  margin: 0 0 8px;
}

.filter_wrapper .checks_wrapper .check.disabled {
    /* display: none; */
}
@media (max-width: 991px) {
  .filter_wrapper .checks_wrapper .check {
    margin: 0 0 5px;
  }
}
.filter_wrapper .checks_wrapper .check p {
  color: #2B333D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0 24px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .filter_wrapper .checks_wrapper .check p {
    margin: 0 0 0 10px;
  }
}
.filter_wrapper .checks_wrapper .check .checkmark {
  background: #fff;
  border: 1px solid #d1d1d1;
}
.filter_wrapper .checks_wrapper .check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s ease;
}
.filter_wrapper .checks_wrapper .check input:checked ~ .checkmark {
  background: #BE1419;
  border-color: #BE1419;
}
.filter_wrapper .checks_wrapper .check input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.filter_wrapper .btns_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter_wrapper .btns_wrapper .btn {
  height: 40px;
}

.product_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  border: 1px solid rgba(217, 217, 217, 0.7);
  background: #FFF;
  min-height: 100%;
  padding: 20px 20px 30px 20px;
}
.product_item .product_image {
  display: block;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .product_item .product_image {
    margin: 0 0 10px;
  }
}
.product_item .product_image:hover {
  opacity: 0.7;
}
.product_item .product_image img {
  display: block;
  height: 280px;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 991px) {
  .product_item .product_image img {
    height: 220px;
  }
}
.product_item .title {
  display: block;
  text-align: center;
  color: #2B333D;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.product_item .title:hover {
  color: #E31E24;
}
.product_item p {
  color: #8B8B8B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 18px;
}
.product_item .price_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_item .price_wrapper span {
  display: block;
  color: #0F2132;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product_item .price_wrapper a {
  display: block;
  margin: 0 0 0 15px;
}
.product_item .price_wrapper a:hover {
  opacity: 0.7;
}
.product_item .price_wrapper a img {
  display: block;
}

.section_login {
  padding: 50px 0 100px 0;
  min-height: calc(100vh - 181px);
  position: relative;
}
@media (max-width: 1430px) {
  .section_login {
    min-height: calc(100vh - 221px);
  }
}
@media (max-width: 991px) {
  .section_login {
    padding: 25px 0 50px 0;
  }
}
.section_login:before {
  content: "";
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 100%;
  height: 366px;
  background: url("../img/login_bg.png") center no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 991px) {
  .section_login:before {
    content: none;
  }
}
.section_login .login_item {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section_login .login_item {
    margin: 0 0 30px;
  }
}
.section_login .login_item .name {
  color: #2B333D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .section_login .login_item .name {
    margin: 0 0 10px;
  }
}
.section_login .login_item .phone {
  display: block;
  color: #2B333D;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .section_login .login_item .phone {
    margin: 0 0 5px;
    font-size: 18px;
  }
}
.section_login .login_item .phone:hover {
  color: #C50B0E;
}
.section_login .login_item .email {
  display: block;
  color: #2B333D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.section_login .login_item .email:hover {
  color: #C50B0E;
}
.section_login .login_item span {
  display: block;
  color: #2B333D;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .section_login .login_item span {
    margin: 0 0 5px;
  }
}
.section_login .login_item .socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 15px 0 0 0;
}
@media (max-width: 991px) {
  .section_login .login_item .socials {
    margin: 5px 0 0 0;
  }
}
.section_login .login_item .socials li {
  margin: 0 20px 0 0;
}
.section_login .login_item .socials li a {
  display: block;
}
.section_login .login_item .socials li a img {
  display: block;
}
.section_login .login_item .download {
  display: block;
  color: #0085FF;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-decoration: underline;
}
.section_login .login_item .download:hover {
  text-decoration: none;
}

.login_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .login_wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.login_wrapper .login_left {
  width: 50%;
  padding: 0 0 0 300px;
}
@media (max-width: 1430px) {
  .login_wrapper .login_left {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 991px) {
  .login_wrapper .login_left {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.login_wrapper .login_right {
  width: 50%;
  border-radius: 24px;
  border: 1px solid #FFF;
  background: #F5F5F5;
  position: relative;
  padding: 80px 110px 90px 80px;
}
@media (max-width: 1430px) {
  .login_wrapper .login_right {
    width: calc(100% - 420px);
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .login_wrapper .login_right {
    width: 100%;
    margin: 0 0 30px;
    padding: 30px 20px;
  }
}
.login_wrapper .login_right .banka_image {
  display: block;
  position: absolute;
  bottom: -36px;
  right: -230px;
  height: 485px;
  object-fit: contain;
}
@media (max-width: 1430px) {
  .login_wrapper .login_right .banka_image {
    height: 350px;
    left: -150px;
    display: none;
  }
}
.login_wrapper .login_right h3 {
  color: #2B333D;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 43px;
}
@media (max-width: 991px) {
  .login_wrapper .login_right h3 {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
.login_wrapper .login_right .inputs_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.login_wrapper .login_right .inputs_wrapper .input_wrapper {
  width: 100%;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .login_wrapper .login_right .inputs_wrapper .input_wrapper {
    width: 100%;
    margin: 0 0 20px;
  }
}
.login_wrapper .login_right .inputs_wrapper .input_wrapper input {
  font-size: 16px;
  color: #2B333D;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.login_wrapper .login_right .inputs_wrapper textarea {
  width: 100%;
  font-size: 16px;
  color: #2B333D;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding: 0 0 10px;
  background: transparent;
  border-bottom: 1px solid #A1A9B4;
  margin: 40px 0 70px 0;
}
@media (max-width: 991px) {
  .login_wrapper .login_right .inputs_wrapper textarea {
    margin: 0 0 20px 0;
  }
}
.login_wrapper .login_right .check {
  margin: 11px 0 35px 0;
}
@media (max-width: 991px) {
  .login_wrapper .login_right .check {
    margin: 0 0 20px;
  }
}
.login_wrapper .login_right .btn {
  padding: 10px 65px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .login_wrapper .login_right .btn {
    min-width: 100%;
  }
}
.login_wrapper .login_right .forgot_pswrd {
  display: block;
  color: #BE1419;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-decoration: underline;
}
.login_wrapper .login_right .forgot_pswrd:hover {
  text-decoration: none;
}

.section_trust {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section_trust {
    padding: 25px 0;
  }
}
.section_trust ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_trust ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  border: 2px solid rgba(227, 226, 226, 0.54);
  background: #F5F5F5;
  width: calc(33.3333333333% - 4px);
  min-height: 200px;
  padding: 30px 36px;
  margin: 0 0 8px;
}
@media (max-width: 1430px) {
  .section_trust ul li {
    width: calc(50% - 4px);
  }
}
@media (max-width: 767px) {
  .section_trust ul li {
    width: 100%;
    padding: 30px 15px;
  }
}
@media (max-width: 1430px) {
  .section_trust ul li:nth-last-child(1) {
    width: 100%;
    margin: 0;
  }
}
.section_trust ul li img {
  display: block;
  width: 100%;
  max-width: 64px;
  height: 64px;
}
@media (max-width: 991px) {
  .section_trust ul li img {
    max-width: 54px;
    height: 54px;
  }
}
.section_trust ul li .descr {
  width: calc(100% - 100px);
}
@media (max-width: 991px) {
  .section_trust ul li .descr {
    width: calc(100% - 70px);
  }
}
.section_trust ul li .descr p {
  color: #021825;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section_trust ul li .descr p {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
.section_trust ul li .descr span {
  display: block;
  color: #021825;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 991px) {
  .section_trust ul li .descr span {
    font-size: 14px;
  }
}
@media (max-width: 1430px) {
  .section_trust__inner ul li:nth-last-child(1) {
    width: calc(50% - 4px);
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .section_trust__inner ul li:nth-last-child(1) {
    width: 100%;
  }
}

.section_news {
  padding: 25px 0 50px 0;
}
@media (max-width: 991px) {
  .section_news {
    padding: 25px 0;
  }
}
.section_news .row {
  margin: -20px -8px;
}
.section_news .row [class*=col-] {
  padding: 20px 8px;
}
.section_news .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
.section_news .btn_wrapper .btn {
  width: 100%;
}
.section_news .title_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section_news .title_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section_news .title_wrapper h1 {
  margin: 0;
}
@media (max-width: 991px) {
  .section_news .title_wrapper h1 {
    margin: 0 0 15px;
  }
}
.section_news .title_wrapper a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 15px;
  border-radius: 25px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  color: #2B333D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.section_news .title_wrapper a:hover {
  box-shadow: none;
}
.section_news .title_wrapper a img {
  display: block;
  margin: 0 0 0 12px;
}

.section_feedback {
  padding: 50px 0 140px 0;
}
@media (max-width: 991px) {
  .section_feedback {
    padding: 25px 0 50px 0;
  }
}
.section_feedback .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section_feedback .container {
    flex-direction: column;
  }
}
.section_feedback .container .feedback_left {
  width: calc(50% - 70px);
}
@media (max-width: 1430px) {
  .section_feedback .container .feedback_left {
    width: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .section_feedback .container .feedback_left {
    width: 100%;
    margin: 0 0 40px;
  }
}
.section_feedback .container .feedback_left p {
  color: #2B333D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 500px;
}
@media (max-width: 991px) {
  .section_feedback .container .feedback_left p {
    font-size: 18px;
    line-height: 120%;
    max-width: 100%;
  }
}
.section_feedback .container .feedback_left p span {
  color: #BE1419;
  font-weight: 500;
}
.section_feedback .container .feedback_right {
  width: calc(50% - 70px);
}
@media (max-width: 1430px) {
  .section_feedback .container .feedback_right {
    width: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .section_feedback .container .feedback_right {
    width: 100%;
  }
}
.section_feedback .container .feedback_right .bottom_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1141px) {
  .section_feedback .container .feedback_right .bottom_wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 1141px) {
  .section_feedback .container .feedback_right .bottom_wrapper .btn {
    min-width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 1141px) {
  .section_feedback .container .feedback_right .bottom_wrapper .check br {
    display: none;
  }
}

.article_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .article_wrapper {
    flex-direction: column-reverse;
  }
}
.article_wrapper .article_left {
  width: calc(100% - 440px);
}
@media (max-width: 1141px) {
  .article_wrapper .article_left {
    width: calc(100% - 380px);
  }
}
@media (max-width: 991px) {
  .article_wrapper .article_left {
    width: 100%;
  }
}
.article_wrapper .article_right {
  width: 100%;
  max-width: 360px;
  position: sticky;
  top: 20px;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .article_wrapper .article_right {
    max-width: 100%;
    position: static;
    margin: 0 0 40px;
    display: none;
  }
}
.article_wrapper .article_right .article_info {
  padding: 0 0 10px 24px;
  border-left: 1px solid #E4E4E4;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .article_wrapper .article_right .article_info {
    margin: 0 0 10px;
    padding: 0 0 0 24px;
  }
}
.article_wrapper .article_right h3 {
  color: #000;
  font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .article_wrapper .article_right h3 {
    font-size: 22px;
    margin: 0 0 10px;
  }
}
.article_wrapper .article_right ul li {
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .article_wrapper .article_right ul li {
    margin: 0 0 8px;
  }
}
.article_wrapper .article_right ul li a {
  color: #848484;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  position: relative;
}
.article_wrapper .article_right ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  height: 100%;
  width: 2px;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.article_wrapper .article_right ul li a:hover, .article_wrapper .article_right ul li a.active {
  color: #000;
}
.article_wrapper .article_right ul li a:hover:before, .article_wrapper .article_right ul li a.active:before {
  opacity: 1;
  visibility: visible;
}
.article_wrapper .article_right p {
  color: #000;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .article_wrapper .article_right p {
    font-size: 14px;
  }
}
.article_wrapper .article_right p span {
  display: block;
}
.article_wrapper .article_right p a {
  display: block;
  margin: 0 0 0 12px;
}
.article_wrapper .article_right p a:hover {
  opacity: 0.7;
}
.article_wrapper .article_right p a img {
  display: block;
}

.default_content img {
  display: block;
  width: 100%;
  border-radius: 10px;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .default_content img {
    margin: 0 0 20px;
  }
}
.default_content h3 {
  color: #0F2132;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .default_content h3 {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.default_content p {
  color: #0F2132;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .default_content p {
    font-size: 14px;
    margin: 0 0 15px;
  }
}
.default_content .date {
  color: #375567;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .default_content .date {
    font-size: 14px;
    margin: 0 0 10px;
  }
}

.section_product {
  padding: 25px 0 50px 0;
}
@media (max-width: 991px) {
  .section_product {
    padding: 25px 0;
  }
}
.section_product h1 {
  padding: 0 0 25px;
  border-bottom: 1px solid #DFDADA;
}
@media (max-width: 991px) {
  .section_product h1 {
    padding: 0 0 15px;
  }
}

.product_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0 0 0;
  border-top: 1px solid #fff;
  margin: 0 0 31px;
}
@media (max-width: 991px) {
  .product_wrapper {
    padding: 15px 0 0 0;
  }
}
.product_wrapper .product_image {
  width: 100%;
  max-width: 334px;
}
@media (max-width: 991px) {
  .product_wrapper .product_image {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
  }
}
.product_wrapper .product_image img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .product_wrapper .product_image img {
    height: 300px;
  }
}
.product_wrapper .product_about {
  width: calc(100% - 826px);
}
@media (max-width: 1430px) {
  .product_wrapper .product_about {
    width: calc(100% - 700px);
  }
}
@media (max-width: 1141px) {
  .product_wrapper .product_about {
    width: calc(100% - 350px);
  }
}
@media (max-width: 991px) {
  .product_wrapper .product_about {
    width: 100%;
    margin: 0 0 20px;
  }
}
.product_wrapper .product_about h3 {
  color: #2B333D;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 42px;
}
@media (max-width: 991px) {
  .product_wrapper .product_about h3 {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.product_wrapper .product_about .description {
  color: #2B333D;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  height: 230px;
  overflow: hidden;
  position: relative;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .product_wrapper .product_about .description {
    font-size: 14px;
    height: 180px;
  }
}
.product_wrapper .product_about .description.active {
  height: auto;
  overflow: visible;
}
.product_wrapper .product_about .description.active:after {
  content: none;
}
.product_wrapper .product_about .description:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(rgba(238, 238, 238, 0), #eee);
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .product_wrapper .product_about .description:after {
    height: 100px;
  }
}
.product_wrapper .product_about .open_description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .product_wrapper .product_about .open_description {
    font-size: 14px;
    margin: 0 0 15px;
  }
}
.product_wrapper .product_about .open_description.active img {
  transform: rotate(180deg);
}
.product_wrapper .product_about .open_description img {
  display: block;
  transition: 0.3s all ease;
  margin: 0 0 0 5px;
}
.product_wrapper .product_about .btn_grey__bordered {
  text-transform: none;
}
.product_wrapper .product_about .btn_grey__bordered img {
  display: block;
  margin: 0 15px 0 0;
}
.product_wrapper .product_price {
  width: 100%;
  max-width: 340px;
  padding: 25px 24px 36px 24px;
  border-radius: 13px;
  border: 1px solid #EEE;
  background: #FFF;
}
@media (max-width: 1141px) {
  .product_wrapper .product_price {
    max-width: 100%;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 991px) {
  .product_wrapper .product_price {
    padding: 20px 15px;
  }
}
.product_wrapper .product_price .price {
  color: #2B333D;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .product_wrapper .product_price .price {
    font-size: 24px;
    margin: 0 0 10px;
  }
}
.product_wrapper .product_price .select_wrpaper {
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .product_wrapper .product_price .select_wrpaper {
    margin: 0 0 10px;
  }
}
.product_wrapper .product_price .descr {
  color: #375567;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 0 10px;
  margin: 0 0 15px;
}
.product_wrapper .product_price .btn_grey__bordered {
  color: #375567;
  margin: 0 0 10px;
}
.product_wrapper .product_price .btn {
  padding: 11px 12px;
  min-width: 100%;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 42px;
  text-transform: none;
}
.product_wrapper .product_price .btn:hover {
  color: #fff;
}

.product_descr {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .product_descr {
    margin: 0 0 30px;
  }
}
.product_descr h3 {
  color: #2B333D;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .product_descr h3 {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.product_descr .descr_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_descr .descr_wrapper .descr {
  width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .product_descr .descr_wrapper .descr {
    width: 100%;
  }
}
.product_descr .descr_wrapper .descr p {
  color: #2B333D;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .product_descr .descr_wrapper .descr p {
    font-size: 14px;
    margin: 0 0 15px;
  }
}
.product_descr .descr_wrapper .descr p:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 991px) {
  .product_descr .descr_wrapper .descr p:nth-last-child(1) {
    margin: 0 0 15px;
  }
}

.product_features h3 {
  color: #2B333D;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .product_features h3 {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.product_features .features_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1141px) {
  .product_features .features_wrapper {
    align-items: flex-start;
  }
}
.product_features .features_wrapper ul {
  width: calc(100% - 600px);
}
@media (max-width: 1141px) {
  .product_features .features_wrapper ul {
    width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .product_features .features_wrapper ul {
    width: 100%;
    margin: 0 0 15px;
  }
}
.product_features .features_wrapper ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 20px;
  position: relative;
}
@media (max-width: 991px) {
  .product_features .features_wrapper ul li {
    margin: 0 0 10px;
  }
}
.product_features .features_wrapper ul li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 5px;
  width: calc(100% - 10px);
  height: 1px;
  background: #D9D9D9;
}
.product_features .features_wrapper ul li p {
  color: #2B333D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: #eee;
  position: relative;
  padding: 0 10px 0 0;
}
@media (max-width: 991px) {
  .product_features .features_wrapper ul li p {
    font-size: 13px;
    padding: 0 5px 0 0;
  }
}
.product_features .features_wrapper ul li p:nth-last-child(1) {
  width: 126px;
  min-width: 126px;
  padding: 0 0 0 10px;
}
@media (max-width: 991px) {
  .product_features .features_wrapper ul li p:nth-last-child(1) {
    width: 100px;
    min-width: 100px;
    padding: 0 0 0 5px;
  }
}
.product_features .features_wrapper img {
  display: block;
  width: 100%;
  max-width: 550px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1141px) {
  .product_features .features_wrapper img {
    width: calc(50% - 10px);
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .product_features .features_wrapper img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: center;
  }
}

.section_also {
  padding: 25px 0;
}
.section_also .row {
  margin: -18px;
}
@media (max-width: 1430px) {
  .section_also .row {
    margin: -7.5px;
  }
}
.section_also .row [class*=col-] {
  padding: 18px;
}
@media (max-width: 1430px) {
  .section_also .row [class*=col-] {
    padding: 7.5px;
  }
}

.section_about {
  padding: 25px 0 100px 0;
}
@media (max-width: 991px) {
  .section_about {
    padding: 25px 0 50px 0;
  }
}
.section_about .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section_about .container {
    flex-direction: column;
  }
}
.section_about .container h2 {
  margin: 0;
}
@media (max-width: 991px) {
  .section_about .container h2 {
    margin: 0 0 20px;
  }
}
.section_about .container p {
  width: 100%;
  max-width: 540px;
  color: #021825;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.64px;
}
@media (max-width: 991px) {
  .section_about .container p {
    max-width: 100%;
    font-size: 14px;
  }
}

.section_qna {
  padding: 25px 0 50px 0;
}
@media (max-width: 991px) {
  .section_qna {
    padding: 25px 0;
  }
}
.section_qna .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section_qna .container {
    flex-direction: column;
  }
}
.section_qna .container h2 {
  max-width: 380px;
}
@media (max-width: 991px) {
  .section_qna .container h2 {
    max-width: 100%;
  }
}
.section_qna .container .qna_wrapper {
  width: calc(100% - 470px);
}
@media (max-width: 991px) {
  .section_qna .container .qna_wrapper {
    width: 100%;
  }
}

.section_video {
  padding: 50px 0 150px 0;
}
@media (max-width: 991px) {
  .section_video {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .section_video h2 {
    font-size: 26px;
  }
}

.section_contacts {
  padding: 50px 0 100px 0;
}
@media (max-width: 991px) {
  .section_contacts {
    padding: 25px 0 50px 0;
  }
}
.section_contacts h1 {
  margin: 0 0 100px;
}
@media (max-width: 991px) {
  .section_contacts h1 {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section_contacts h1 br {
    display: block !important;
  }
}
.section_contacts .contact_item {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section_contacts .contact_item {
    margin: 0 0 30px;
  }
}
.section_contacts .contact_item .name {
  color: #2B333D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .section_contacts .contact_item .name {
    margin: 0 0 10px;
  }
}
.section_contacts .contact_item .phone {
  display: block;
  color: #2B333D;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .section_contacts .contact_item .phone {
    margin: 0 0 5px;
    font-size: 18px;
  }
}
.section_contacts .contact_item .phone:hover {
  color: #C50B0E;
}
.section_contacts .contact_item .email {
  display: block;
  color: #2B333D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.section_contacts .contact_item .email:hover {
  color: #C50B0E;
}
.section_contacts .contact_item span {
  display: block;
  color: #2B333D;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .section_contacts .contact_item span {
    margin: 0 0 5px;
  }
}
.section_contacts .contact_item .socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 15px 0 0 0;
}
@media (max-width: 991px) {
  .section_contacts .contact_item .socials {
    margin: 5px 0 0 0;
  }
}
.section_contacts .contact_item .socials li {
  margin: 0 20px 0 0;
}
.section_contacts .contact_item .socials li a {
  display: block;
}
.section_contacts .contact_item .socials li a img {
  display: block;
}
.section_contacts .contact_item .download {
  display: block;
  color: #0085FF;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-decoration: underline;
}
.section_contacts .contact_item .download:hover {
  text-decoration: none;
}

.contacts_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contacts_wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.contacts_wrapper .contacts_left {
  width: 100%;
  max-width: 450px;
}
@media (max-width: 1430px) {
  .contacts_wrapper .contacts_left {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .contacts_wrapper .contacts_left {
    max-width: 100%;
    margin: 0 0 30px;
  }
}
.contacts_wrapper .contacts_right {
  width: calc(100% - 590px);
  border-radius: 24px;
  border: 1px solid #FFF;
  background: #F5F5F5;
  position: relative;
  padding: 85px 55px 55px 165px;
}
@media (max-width: 1430px) {
  .contacts_wrapper .contacts_right {
    width: calc(100% - 420px);
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .contacts_wrapper .contacts_right {
    width: 100%;
    padding: 30px 20px;
  }
}
.contacts_wrapper .contacts_right .banka_image {
  display: block;
  position: absolute;
  bottom: -36px;
  left: -230px;
  height: 485px;
  object-fit: contain;
}
@media (max-width: 1430px) {
  .contacts_wrapper .contacts_right .banka_image {
    height: 350px;
    left: -150px;
    display: none;
  }
}
.contacts_wrapper .contacts_right h3 {
  color: #2B333D;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 34px;
}
@media (max-width: 991px) {
  .contacts_wrapper .contacts_right h3 {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
.contacts_wrapper .contacts_right .descr {
  color: #2B333D;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .contacts_wrapper .contacts_right .descr {
    margin: 0 0 20px;
  }
}
.contacts_wrapper .contacts_right .inputs_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacts_wrapper .contacts_right .inputs_wrapper .input_wrapper {
  width: calc(50% - 12px);
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .contacts_wrapper .contacts_right .inputs_wrapper .input_wrapper {
    width: 100%;
    margin: 0 0 20px;
  }
}
.contacts_wrapper .contacts_right .inputs_wrapper .input_wrapper input {
  font-size: 16px;
  color: #2B333D;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.contacts_wrapper .contacts_right .inputs_wrapper textarea {
  width: 100%;
  font-size: 16px;
  color: #2B333D;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding: 0 0 10px;
  background: transparent;
  border-bottom: 1px solid #A1A9B4;
  margin: 40px 0 70px 0;
}
@media (max-width: 991px) {
  .contacts_wrapper .contacts_right .inputs_wrapper textarea {
    margin: 0 0 20px 0;
  }
}
.contacts_wrapper .contacts_right .check {
  margin: 0 0 45px;
}
@media (max-width: 991px) {
  .contacts_wrapper .contacts_right .check {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .contacts_wrapper .contacts_right .btn {
    min-width: 100%;
  }
}

.section_advantages {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section_advantages {
    padding: 25px 0;
  }
}
@media (max-width: 1141px) {
  .section_advantages h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .section_advantages h2 {
    font-size: 28px;
  }
}
.section_advantages .row {
  margin: -7.5px;
}
@media (max-width: 991px) {
  .section_advantages .row {
    margin: -5px;
  }
}
.section_advantages .row [class*=col-] {
  padding: 7.5px;
}
@media (max-width: 991px) {
  .section_advantages .row [class*=col-] {
    padding: 5px;
  }
}

.advantages_item {
  padding: 50px 35px 60px 35px;
  min-height: 375px;
  height: 100%;
  border-radius: 6px;
  border: 2px solid rgba(227, 226, 226, 0.54);
  background: #F5F5F5;
}
@media (max-width: 991px) {
  .advantages_item {
    padding: 30px 20px;
    min-height: 200px;
  }
}
.advantages_item span {
  display: block;
  color: #768E9C;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .advantages_item span {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
.advantages_item p {
  color: #021825;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1141px) {
  .advantages_item p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .advantages_item p {
    font-size: 16px;
  }
}

.section_reviews {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section_reviews {
    padding: 25px 0;
  }
}

.slider-nav {
  width: 100%;
  max-width: 100%;
  margin: 0 0 64px;
  margin-left: -13px;
  margin-right: -13px;
}
@media (max-width: 991px) {
  .slider-nav {
    margin: 0 0 10px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.slider-nav .slider_item {
  margin: 0 13px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s all ease;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .slider-nav .slider_item {
    margin: 0 5px;
  }
}
.slider-nav .slider_item:hover, .slider-nav .slider_item.slick-current {
  border-color: #C50B0E;
}
.slider-nav .slider_item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 128px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .slider-nav .slider_item img {
    height: 80px;
  }
}

.slider-for {
  width: 100%;
}
.slider-for div .descr_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 48px 0 0 0;
}
@media (max-width: 991px) {
  .slider-for div .descr_wrapper {
    margin: 20px 0 0 0;
  }
}
.slider-for div .descr_wrapper p {
  color: #000;
  font-family: "Proxima Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.8px;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .slider-for div .descr_wrapper p {
    font-size: 16px;
    max-width: 100%;
  }
}

.section_map {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section_map {
    padding: 25px 0;
  }
}

.map_wrapper {
  position: relative;
}
.map_wrapper .map {
  display: block;
  width: 100%;
}
@media (max-width: 1430px) {
  .map_wrapper .info_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.map_wrapper .info {
  position: absolute;
  top: 195px;
  left: 264px;
}
@media (max-width: 1430px) {
  .map_wrapper .info {
    position: static;
    width: calc(50% - 10px);
    margin: 0 0 20px;
    min-height: 100%;
  }
}
@media (max-width: 991px) {
  .map_wrapper .info {
    width: 100%;
  }
}
.map_wrapper .info:hover .info_btn {
  background: #C50B0E;
}
.map_wrapper .info:hover .info_hidden {
  opacity: 1;
  visibility: visible;
}
.map_wrapper .info .info_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9D9D9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  transition: 0.3s all ease;
  z-index: 2;
  position: relative;
}
@media (max-width: 1430px) {
  .map_wrapper .info .info_btn {
    display: none;
  }
}
.map_wrapper .info .info_hidden {
  position: absolute;
  top: 19px;
  left: 19px;
  width: 570px;
  border-radius: 18px;
  border: 1px solid #E4E4E4;
  background: #FFF;
  box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.12);
  padding: 27px 24px 40px 27px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
@media (max-width: 1430px) {
  .map_wrapper .info .info_hidden {
    position: static;
    opacity: 1;
    visibility: visible;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .map_wrapper .info .info_hidden {
    padding: 20px 15px;
  }
}
.map_wrapper .info .info_hidden .city {
  color: #2B333D;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  margin: 0 0 26px;
}
.map_wrapper .info .info_hidden .info_main__wrapper {
  padding: 0 26px 0 0;
  max-height: 410px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #9799A6 #F5F5F5;
}
@media (max-width: 1430px) {
  .map_wrapper .info .info_hidden .info_main__wrapper {
    max-height: 260px;
  }
}
@media (max-width: 991px) {
  .map_wrapper .info .info_hidden .info_main__wrapper {
    padding: 0 15px 0 0;
    max-height: 200px;
  }
}
.map_wrapper .info .info_hidden .info_main__wrapper::-webkit-scrollbar {
  width: 6px;
}
.map_wrapper .info .info_hidden .info_main__wrapper::-webkit-scrollbar-track {
  background: #F5F5F5;
}
.map_wrapper .info .info_hidden .info_main__wrapper::-webkit-scrollbar-thumb {
  background-color: #9799A6;
  border-radius: 0;
  border: 0px solid #ffffff;
}
.map_wrapper .info .info_hidden .info_main__wrapper .info_main__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
@media (max-width: 1430px) {
  .map_wrapper .info .info_hidden .info_main__wrapper .info_main__item {
    margin: 0 0 20px;
  }
}
.map_wrapper .info .info_hidden .info_main__wrapper .info_main__item .image_wrapper {
  width: 115px;
  height: 115px;
}
@media (max-width: 1430px) {
  .map_wrapper .info .info_hidden .info_main__wrapper .info_main__item .image_wrapper {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.map_wrapper .info .info_hidden .info_main__wrapper .info_main__item .image_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1430px) {
  .map_wrapper .info .info_hidden .info_main__wrapper .info_main__item .image_wrapper img {
    max-width: 80px;
  }
}
.map_wrapper .info .info_hidden .info_main__wrapper .info_main__item .descr {
  width: calc(100% - 145px);
}
@media (max-width: 1430px) {
  .map_wrapper .info .info_hidden .info_main__wrapper .info_main__item .descr {
    width: 100%;
  }
}
.map_wrapper .info .info_hidden .info_main__wrapper .info_main__item .descr .name {
  color: #2B333D;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin: 0 0 7px;
}
@media (max-width: 1430px) {
  .map_wrapper .info .info_hidden .info_main__wrapper .info_main__item .descr .name {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.map_wrapper .info .info_hidden .info_main__wrapper .info_main__item .descr ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.map_wrapper .info .info_hidden .info_main__wrapper .info_main__item .descr ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(50% - 10px);
}
.map_wrapper .info .info_hidden .info_main__wrapper .info_main__item .descr ul li:nth-child(1) {
  width: 100%;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .map_wrapper .info .info_hidden .info_main__wrapper .info_main__item .descr ul li:nth-child(1) {
    margin: 0 0 5px;
  }
}
@media (max-width: 991px) {
  .map_wrapper .info .info_hidden .info_main__wrapper .info_main__item .descr ul li {
    width: 100%;
    margin: 0 0 5px;
  }
}
.map_wrapper .info .info_hidden .info_main__wrapper .info_main__item .descr ul li img {
  display: block;
  width: 16px;
  min-width: 16px;
  margin: 0 14px 0 0;
}
.map_wrapper .info .info_hidden .info_main__wrapper .info_main__item .descr ul li p {
  color: #2B333D;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1430px) {
  .map_wrapper .info .info_hidden .info_main__wrapper .info_main__item .descr ul li p {
    font-size: 14px;
  }
}

.section_cabinet {
  padding: 30px 0 90px 0;
}
@media (max-width: 991px) {
  .section_cabinet {
    padding: 20px 0 40px 0;
  }
}

.cabinet_wrapper {
  display: flex;
  justify-content: space-between;
}
.cabinet_wrapper aside {
  width: 100%;
  max-width: 320px;
  min-height: calc(100vh - 120px);
  border-radius: 10px;
  border: 1px solid rgba(217, 217, 217, 0.7);
  background: #FFF;
  padding: 36px;
}
@media (max-width: 991px) {
  .cabinet_wrapper aside {
    display: none;
  }
}
.cabinet_wrapper aside .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 26px;
  border-bottom: 1px solid #E3E2E2;
}
.cabinet_wrapper aside .logo:hover {
  opacity: 0.7;
}
.cabinet_wrapper aside .logo img {
  display: block;
  /* width: 108px; */
}
.cabinet_wrapper aside .descr {
  padding: 17px 0 0 0;
  color: #f6a828;
  font-size: 16px;
  font-weight: 500;
}
.footer_top .logo img {
    max-width: 200px;
    margin-top:5px;
}
.cabinet_wrapper aside ul {
  padding: 31px 0 0 0;
}
.cabinet_wrapper aside ul li {
  margin: 0 0 3px;
}
.cabinet_wrapper aside ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 11px 18px;
  border-radius: 5px;
  border: 1px solid transparent;
  color: #2B333D;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.cabinet_wrapper aside ul li a:hover, .cabinet_wrapper aside ul li a.active {
  border-radius: 5px;
  border-color: rgba(236, 241, 246, 0);
  background: #F4F6F8;
  font-weight: 600;
}
.cabinet_wrapper aside ul li a img {
  display: block;
  margin: 0 15px 0 0;
  min-width: 24px;
}
.cabinet_wrapper .cabinet_content {
  width: calc(100% - 341px);
  min-height: 100%;
  padding: 17px 0 0 0;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content {
    width: 100%;
    min-height: auto;
  }
}
.cabinet_wrapper .cabinet_content .cabinet_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 21px;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .cabinet_head {
    display: none;
  }
}
.cabinet_wrapper .cabinet_content .cabinet_head .cabinet_head__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cabinet_wrapper .cabinet_content .cabinet_head .cabinet_head__right .user_id {
  color: #0F2132;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.cabinet_wrapper .cabinet_content .cabinet_head .cabinet_head__right .user_cabinet {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0 60px;
}
.cabinet_wrapper .cabinet_content .cabinet_head .cabinet_head__right .user_cabinet:hover span {
  color: #c50b0e;
}
.cabinet_wrapper .cabinet_content .cabinet_head .cabinet_head__right .user_cabinet img {
  display: block;
  margin: 0 10px 0 0;
  width: 22px;
  height: 22px;
  min-width: 22px;
}
.cabinet_wrapper .cabinet_content .cabinet_head .cabinet_head__right .user_cabinet span {
  color: #0F2132;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: 0.3s all ease;
}
.cabinet_wrapper .cabinet_content .profile_item {
  padding: 25px 30px 40px 30px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(217, 217, 217, 0.7);
  margin: 0 0 16px;
}
@media (max-width: 1141px) {
  .cabinet_wrapper .cabinet_content .profile_item {
    padding: 15px 15px 30px 15px;
  }
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item {
    height: 100% !important;
  }
}
.cabinet_wrapper .cabinet_content .profile_item:nth-last-child(1) {
  margin: 0;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_title {
  padding: 0 0 15px;
  margin: 0 0 30px;
  border-bottom: 1px solid #D9D9D9;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_title h3 {
  color: #0F2132;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_title .profile_subtitle {
  margin: 25px 0 0 0;
  color: #0F2132;
  font-family: "Proxima Nova";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.cabinet_wrapper .cabinet_content .profile_item .user_info {
  padding: 0 0 30px;
  border-bottom: 1px solid #D9D9D9;
}
.cabinet_wrapper .cabinet_content .profile_item .user_info li {
  margin: 0 0 16px;
}
.cabinet_wrapper .cabinet_content .profile_item .user_info li:nth-last-child(1) {
  margin: 0;
}
.cabinet_wrapper .cabinet_content .profile_item .user_info li p {
  color: #0F2132;
  font-family: "Proxima Nova";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.cabinet_wrapper .cabinet_content .profile_item .user_info li p b {
  color: #0F2132;
  font-family: "Proxima Nova";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.cabinet_wrapper .cabinet_content .profile_item .history_wrapper {
  overflow: auto;
  max-height: 600px;
  padding: 0 38px 0 0;
  scrollbar-width: thin;
  scrollbar-color: #9799A6 #f0f0f0;
}
.cabinet_wrapper .cabinet_content .profile_item .history_wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.cabinet_wrapper .cabinet_content .profile_item .history_wrapper::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}
.cabinet_wrapper .cabinet_content .profile_item .history_wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #9799A6;
  border: 0px solid #ffffff;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .history_wrapper {
    padding: 0 10px 0 0;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters {
    margin: 0 0 10px;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .catalog_filters__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .catalog_filters__top .select_wrapp {
  margin: 0 10px 10px 0;
  position: relative;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .catalog_filters__top .select_wrapp .numbers {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -7px;
  right: -5.5px;
  background: #C20000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  z-index: 30;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .catalog_filters__top .select_wrapp .jq-selectbox.opened {
  z-index: 31 !important;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .catalog_filters__top .select_wrapp .jq-selectbox.opened .jq-selectbox__trigger-arrow:after {
  transform: translateY(-50%) rotate(-180deg);
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .catalog_filters__top .select_wrapp .jq-selectbox__select {
  border-radius: 8px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.09);
  width: 100%;
  min-height: 36px;
  padding: 0 40px 0 15px;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .catalog_filters__top .select_wrapp .jq-selectbox__select {
    padding: 0 30px 0 10px;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .catalog_filters__top .select_wrapp .jq-selectbox__select-text {
  color: #161616;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .catalog_filters__top .select_wrapp .jq-selectbox__select-text {
    font-size: 12px;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .catalog_filters__top .select_wrapp .jq-selectbox__trigger-arrow:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  background: url("../img/select-arr.svg") center no-repeat;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .catalog_filters__top .select_wrapp .jq-selectbox__trigger-arrow:after {
    right: 7.5px;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .selected_items {
  margin: 20px 0 0 0;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .selected_items ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .selected_items ul li {
  margin: 0 10px 10px 0;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .selected_items ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 9px;
  border-radius: 29px;
  background: #F5F5F5;
  min-height: 35px;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .selected_items ul li a {
    min-height: 30px;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .selected_items ul li a span {
  color: #2B333D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .selected_items ul li a span {
    font-size: 12px;
    line-height: 1.2;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .selected_items ul li a:hover {
  opacity: 0.7;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .selected_items ul li a img {
  display: block;
  margin: 0 0 0 15px;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .selected_items ul li a img {
    width: 18px;
    height: 18px;
    margin: 0 0 0 10px;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .selected_items ul li button {
  color: #161616;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 9px;
  border-radius: 29px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .selected_items ul li button {
    font-size: 12px;
    line-height: 1.2;
    min-height: 30px;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_filters .selected_items ul li button:hover {
  opacity: 0.7;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_table {
  max-height: 401px;
  padding: 0 32px 0 0;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #9799A6 #f0f0f0;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_table::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_table::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_table::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #9799A6;
  border: 0px solid #ffffff;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_table table {
  width: 100%;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_table table .jq-number {
  width: 100%;
  border-radius: 0;
  border: none;
  background: transparent;
  min-height: auto;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_table table tr th {
  color: #2B333D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  vertical-align: middle;
  text-align: center;
  padding: 10px 10px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_table table tr th {
    padding: 5px 10px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_table table tr th:nth-child(odd) {
  background: #F0F2F2;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_table table tr td {
  color: #2B333D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  vertical-align: middle;
  text-align: center;
  padding: 10px 10px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_table table tr td {
    padding: 5px 10px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_table table tbody tr:nth-child(even) {
  background: #F4F6F8;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_table table tbody tr:hover {
  background: #DFEDFB;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 0 11px 0;
  border-bottom: 1px solid #D9D9D9;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_summary p {
  color: #0F2132;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .catalog_summary p {
    font-size: 14px;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 25px 0 0 0;
}
.cabinet_wrapper .cabinet_content .profile_item .cabinet_catalog__wrapper .btn_wrapper .btn:hover {
  color: #fff;
}
.cabinet_wrapper .cabinet_content .profile_item .range_item {
  padding: 70px 0 40px 0;
  border-bottom: 1px solid #D9D9D9;
  margin: 0 0 40px;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .range_item {
    padding: 20px 0;
    margin: 0 0 20px;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .range_item .items_count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 7px 0 0 0;
}
.cabinet_wrapper .cabinet_content .profile_item .range_item .items_count p {
  color: #0F2132;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .range_item .items_count p {
    font-size: 12px;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .range_item .value {
  display: block;
  text-align: center;
  position: absolute;
  bottom: calc(100% + 11px);
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 10px;
  border-radius: 2px;
  background: #B2C4CF;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .range_item .value {
    font-size: 12px;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .range_item .ui-slider-horizontal .ui-slider-handle {
  background: #9799A6;
  width: 1px;
  height: 16px;
  border: none;
  margin-left: 0;
  top: -5px;
}
.cabinet_wrapper .cabinet_content .profile_item .range_item .slider-range {
  border-radius: 0;
  border: none;
}
.cabinet_wrapper .cabinet_content .profile_item .range_item .slider-range .ui-slider-range {
  border-radius: 0;
  border: none;
}
.cabinet_wrapper .cabinet_content .profile_item .range_item .ui-slider-horizontal {
  height: 6px;
}
.cabinet_wrapper .cabinet_content .profile_item .sells_filters {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .sells_filters {
    margin: 0 0 20px;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .sells_filters .sells_filter__item {
  margin: 0 30px 20px 0;
}
.cabinet_wrapper .cabinet_content .profile_item .sells_filters .sells_filter__item p {
  color: #0F2132;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
}
.cabinet_wrapper .cabinet_content .profile_item .sells_filters .sells_filter__item .calendar {
  color: #0F2132;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  height: 42px;
}
.cabinet_wrapper .cabinet_content .profile_item .sells_filters .sells_filter__item .checkbox_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cabinet_wrapper .cabinet_content .profile_item .sells_filters .sells_filter__item .checkbox_wrapper .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;
  cursor: pointer;
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  .cabinet_wrapper .cabinet_content .profile_item .sells_filters .sells_filter__item .checkbox_wrapper .check {
    margin: 0 10px 10px 0;
  }
}
.cabinet_wrapper .cabinet_content .profile_item .sells_filters .sells_filter__item .checkbox_wrapper .check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s ease;
}
.cabinet_wrapper .cabinet_content .profile_item .sells_filters .sells_filter__item .checkbox_wrapper .check input:checked ~ .checkmark, .cabinet_wrapper .cabinet_content .profile_item .sells_filters .sells_filter__item .checkbox_wrapper .check input:hover ~ .checkmark {
  color: #2D3748;
}
.cabinet_wrapper .cabinet_content .profile_item .sells_filters .sells_filter__item .checkbox_wrapper .check .checkmark {
  position: relative;
  transition: all 0.3s ease;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: transparent;
  padding: 10px 14px;
  color: #A0AEC0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  width: auto;
  height: 42px;
}
.cabinet_wrapper .cabinet_content .profile_item .sells_filters .sells_filter__item .checkbox_wrapper .check .checkmark:after {
  content: none;
}

footer {
  padding: 30px 0;
  background: #fff;
}
@media (max-width: 991px) {
  footer {
    padding: 20px 0;
  }
}
footer .footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1430px) {
  footer .footer_top {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  footer .footer_top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
footer .footer_top .logo {
  display: block;
}
@media (max-width: 991px) {
  footer .footer_top .logo {
    margin: 0 0 20px;
  }
}
footer .footer_top .footer_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  footer .footer_top .footer_nav {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
}
footer .footer_top .footer_nav li {
  margin: 0 7.5px;
}
@media (max-width: 991px) {
  footer .footer_top .footer_nav li {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
}
footer .footer_top .footer_nav li a {
  display: inline-block;
  color: #2B333D;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid transparent;
}
footer .footer_top .footer_nav li a:hover {
  border-color: #2B333D;
}
footer .footer_top .footer_contacts {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1430px) {
  footer .footer_top .footer_contacts {
    width: 100%;
    justify-content: flex-end;
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  footer .footer_top .footer_contacts {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 20px;
  }
}
footer .footer_top .footer_contacts li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 26px 0 0;
}
@media (max-width: 991px) {
  footer .footer_top .footer_contacts li {
    margin: 0 0 10px;
  }
}
footer .footer_top .footer_contacts li:nth-last-child(1) {
  margin: 0;
}
footer .footer_top .footer_contacts li img {
  display: block;
  margin: 0 10px 0 0;
}
footer .footer_top .footer_contacts li a {
  display: block;
  color: #0F2132;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid transparent;
}
footer .footer_top .footer_contacts li a:hover {
  border-color: #2B333D;
}
footer .footer_bottom ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  footer .footer_bottom ul {
    flex-direction: column;
    justify-content: flex-start;
  }
}
footer .footer_bottom ul li {
  margin: 0 0 0 25px;
}
footer .footer_bottom ul li a {
  color: #9799A6;
  font-family: "Proxima Nova";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
footer .footer_bottom ul li a:hover {
  text-decoration: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}
.btn_news {
  border-radius: 11px;
  border: 1px solid #B2C4CF;
  padding: 20px;
  color: #000;
  font-family: "Proxima Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 92%;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .btn_news {
    font-size: 16px;
    padding: 15px;
  }
}
.btn_news:hover {
  background: #B2C4CF;
  color: #fff;
}
.btn_grey__bordered {
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid #9799A6;
  color: #292D32;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
.btn_grey__bordered:hover {
  background: #9799A6;
  color: #fff;
}
.btn_grey {
  padding: 18px 42px;
  color: #F5F5F5;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
  border-radius: 10px;
  background: #575860;
  border: 1px solid #575860;
}
@media (max-width: 991px) {
  .btn_grey {
    padding: 10px 15px;
  }
}
.btn_grey:hover {
  background: transparent;
  border-color: #575860;
  color: #575860;
}
.btn_red {
  padding: 10px 20px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  border-radius: 7px;
  background: #C50B0E;
}
.btn_red:hover {
  background: #f9494c;
}

h1,
.h1 {
  color: #2B333D;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
h1 span,
.h1 span {
  font-weight: 500;
}
@media (max-width: 991px) {
  h1,
.h1 {
    font-size: 30px;
  }
}

h2,
.h2 {
  color: #2B333D;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  h2,
.h2 {
    font-size: 28px;
    margin: 0 0 30px;
  }
}
h2 span,
.h2 span {
  font-weight: 500;
}
h2 span small,
.h2 span small {
  color: #E31E24;
  font-weight: 500;
}
@media (max-width: 1141px) {
  h2 br,
.h2 br {
    display: none !important;
  }
}

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

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 418px;
  left: 330px;
  min-height: 8px;
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  width: 4px;
  height: 4px;
  background: #8DA1B6;
  margin: 0 2px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s all ease;
  border: 2px solid transparent;
}
.slick-dots li.slick-active {
  background: transparent;
  border-color: #CF3F48;
  width: 8px;
  height: 8px;
}
.slick-dots li:hover {
  background: transparent;
  border-color: #CF3F48;
}

.section__sliderNav--arrows {
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .section__sliderNav--arrows {
    justify-content: center;
    width: 100%;
  }
}
.section__sliderNav--arrows button:hover svg path {
  fill: #C50B0E;
}
.section__sliderNav--arrows button svg {
  display: block;
}
.section__sliderNav--arrows button svg path {
  transition: 0.3s all ease;
}

.section__sliderNav--slides {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: "Proxima Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.8px;
  margin: 0 12px;
  min-width: 50px;
}

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

.hamburger {
  display: block;
  background: #494A52;
  padding: 13px 15px;
  border-radius: 7px;
  height: 40px;
}
.hamburger .line {
  display: block;
  width: 20px;
  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: 20px;
}
.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: 60px;
  background: #fff;
  width: 100%;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  padding: 30px 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);
}
.mob_nav.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 150;
  overflow: auto;
}
.mob_nav .grey_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 7px;
  background: #9799A6;
  padding: 13px 20px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0 0 5px;
  height: 40px;
}
.mob_nav .grey_btns:hover {
  background: #E31E24;
}
.mob_nav .main_nav {
  margin: 0 0 20px;
}
.mob_nav .main_nav li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mob_nav .main_nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 13px 20px;
  color: #0F2132;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  height: 40px;
  border-radius: 7px;
  white-space: nowrap;
  width: 100%;
}
.mob_nav .main_nav li a:hover {
  background: #E31E24;
  color: #fff;
  border-radius: 7px;
}
.mob_nav .main_nav li a.active {
  background: #E31E24;
  color: #fff;
  border-radius: 7px;
}

.breadcrumbs {
  padding: 0 0 42px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0 0 20px 0;
  }
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumbs ul a {
  color: #9799A6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .breadcrumbs ul a {
    font-size: 12px;
  }
}
.breadcrumbs ul a:hover {
  color: #E31E24;
}
.breadcrumbs ul a:after {
  content: "/";
  display: inline-block;
  font-size: 14px;
  line-height: 140%;
  color: #9799A6;
  margin: 0 3px;
}
@media (max-width: 991px) {
  .breadcrumbs ul a:after {
    font-size: 12px;
  }
}
.breadcrumbs ul span {
  color: #9799A6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 991px) {
  .breadcrumbs ul span {
    font-size: 12px;
  }
}

.input_wrapper {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .input_wrapper {
    margin: 0 0 20px;
  }
}
.input_wrapper input {
  width: 100%;
  color: #2B333D;
  background: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 0 0 10px;
  border-bottom: 1px solid #A1A9B4;
}
@media (max-width: 991px) {
  .input_wrapper input {
    font-size: 14px;
  }
}

.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;
  cursor: pointer;
}
.check p {
  color: #2B333D;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 0 20px;
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
  transition: all 0.3s ease;
  left: 10px;
}
.check input:checked ~ .checkmark {
  background: #BE1419;
}
.check input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.check .checkmark {
  position: relative;
  height: 23px;
  width: 23px;
  min-width: 23px;
  background: transparent;
  transition: all 0.3s ease;
  border-radius: 6px;
  background: #D9D9D9;
}
.check .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  left: 50%;
  top: 43%;
  width: 8px;
  height: 15px;
  border: solid #FFF;
  border-width: 0 1px 1px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.pagination {
  margin: 50px 0 0 0;
}
@media (max-width: 991px) {
  .pagination {
    margin: 30px 0 0 0;
  }
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  background: #FFF;
  padding: 20px;
}
@media (max-width: 991px) {
  .pagination ul {
    padding: 15px;
  }
}
.pagination ul li a {
  display: block;
  text-align: center;
  color: #2B333D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding: 0 3px;
}
@media (max-width: 991px) {
  .pagination ul li a {
    font-size: 14px;
  }
}
.pagination ul li a:hover, .pagination ul li a.active {
  color: #C50B0E;
}
.pagination ul li a img {
  display: block;
}
@media (max-width: 991px) {
  .pagination ul li a img {
    width: 20px;
  }
}

.jq-selectbox {
  cursor: pointer;
  min-width: 100%;
  width: 100%;
}
.jq-selectbox__select, .bx-filter .bx-filter-select-text {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  border: 1px solid rgba(193, 193, 193, 0.34);
  background: #FFF;
  width: 100%;
  min-height: 46px;
  padding: 0 20px;
}
.jq-selectbox__select-text {
  width: auto !important;
  color: #2B333D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.jq-selectbox__trigger-arrow:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  background: url("../img/select-arr.svg") center no-repeat;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.jq-selectbox__trigger-arrow.arrow-modif:after {
    transform: translateY(-50%) rotate(180deg);
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow:after {
  transform: translateY(-50%) rotate(-180deg);
}
.jq-selectbox__dropdown {
  width: 100%;
  border: 1px solid rgba(193, 193, 193, 0.34);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.jq-selectbox__dropdown ul {
  max-height: 240px;
  scrollbar-width: thin;
  scrollbar-color: #8B8B8B #fff;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar {
  width: 7px;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-track {
  background: #fff;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
  background-color: #8B8B8B;
  border-radius: 4px;
  border: 1px solid #fff;
}
.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: #2B333D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.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%;
}

.range-slider {
  border-radius: 0 !important;
  border: none !important;
  background: transparent !important;
  height: 2px !important;
  position: absolute;
  bottom: 0;
  left: 25px;
  width: calc(100% - 50px);
}
.range-slider .ui-widget-header {
  background: #9fb5c2;
  border-radius: 0 !important;
}
.range-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #9FB5C2;
  box-shadow: 0px 13px 4px 0px rgba(150, 111, 5, 0.01);
}
.range-slider .ui-slider-handle:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #E31E24;
  box-shadow: 0px 0px 0px 0px #960505, 0px 1px 1px 0px rgba(150, 5, 5, 0.34), 0px 2px 2px 0px rgba(150, 5, 5, 0.3), 0px 5px 3px 0px rgba(150, 5, 5, 0.18), 0px 9px 3px 0px rgba(150, 5, 5, 0.05), 0px 13px 4px 0px rgba(150, 5, 5, 0.01);
}

.ui-state-active, .ui-state-highlight, .ui-state-focus {
  outline: none !important;
}

.jq-number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid rgba(193, 193, 193, 0.34);
  background: #FFF;
  min-height: 46px;
  min-width: 100%;
  user-select: none;
  margin: 0 0 24px;
  padding: 11px 20px;
}
.jq-number__spin {
  cursor: pointer;
}
.jq-number__spin.minus {
  order: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.jq-number__spin.minus:before {
  content: "-";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s all ease;
  color: #2B333D;
}
.jq-number__spin.minus:hover:before {
  color: #C20000;
}
.jq-number__spin.plus {
  order: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.jq-number__spin.plus:before {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s all ease;
  color: #2B333D;
}
.jq-number__spin.plus:hover:before {
  color: #C20000;
}
.jq-number__field {
  order: 2;
  max-width: 30px;
  user-select: none;
}
.jq-number__field input {
  text-align: center;
  background: transparent;
  color: #2B333D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
  user-select: none;
}

.dropdown_info .info {
  border-bottom: 1px solid #E4E4E4;
}
.dropdown_info .info:nth-last-child(1) {
  border-color: transparent;
}
.dropdown_info .info.active .title_dropdown__info .collapse_plus .vertical {
  transform: translate(-50%, -50%) rotate(-270deg);
}
.dropdown_info .info .title_dropdown__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding: 24px 0;
}
@media (max-width: 991px) {
  .dropdown_info .info .title_dropdown__info {
    font-size: 18px;
    padding: 15px 0;
  }
}
.dropdown_info .info .title_dropdown__info .collapse_plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: relative;
}
.dropdown_info .info .title_dropdown__info .collapse_plus small {
  display: block;
  background: #000;
  transition: 0.3s all ease;
}
.dropdown_info .info .title_dropdown__info .collapse_plus .horizontal {
  width: 100%;
  height: 1px;
}
@media (max-width: 1141px) {
  .dropdown_info .info .title_dropdown__info .collapse_plus .horizontal {
    width: 10px;
  }
}
.dropdown_info .info .title_dropdown__info .collapse_plus .vertical {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
}
@media (max-width: 1141px) {
  .dropdown_info .info .title_dropdown__info .collapse_plus .vertical {
    height: 10px;
  }
}
.dropdown_info .info .default-submenu {
  display: none;
  padding: 0 0 24px;
}
@media (max-width: 991px) {
  .dropdown_info .info .default-submenu {
    padding: 0 0 15px;
  }
}
.dropdown_info .info .default-submenu p {
  color: #021825;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.64px;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .dropdown_info .info .default-submenu p {
    font-size: 14px;
  }
}
.dropdown_info .info .default-submenu p:nth-last-child(1) {
  margin: 0;
}

.dropdown_history .info {
  margin: 0 0 14px;
}
@media (max-width: 991px) {
  .dropdown_history .info {
    margin: 0 0 10px;
  }
}
.dropdown_history .info.active .title_dropdown__info img {
  transform: rotate(-180deg);
}
.dropdown_history .info .title_dropdown__info {
  border-radius: 6px;
  background: #EEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
}
@media (max-width: 991px) {
  .dropdown_history .info .title_dropdown__info {
    padding: 10px 15px;
  }
}
.dropdown_history .info .title_dropdown__info img {
  display: block;
  transition: 0.3s all ease;
}
.dropdown_history .info .default-submenu {
  display: none;
  border: 1px solid #EEE;
  background: #FFF;
  padding: 40px 75px 50px 75px;
  margin: 14px 0 0 0;
}
@media (max-width: 991px) {
  .dropdown_history .info .default-submenu {
    padding: 0;
    border: none;
    overflow: auto;
  }
}
.dropdown_history .info .default-submenu table {
  width: 100%;
}
.dropdown_history .info .default-submenu table tr th {
  color: #2B333D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  vertical-align: middle;
  text-align: center;
  padding: 10px 16px;
  border: 1px solid #D9D9D9;
}
.dropdown_history .info .default-submenu table tr th:nth-child(1), .dropdown_history .info .default-submenu table tr th:nth-child(3), .dropdown_history .info .default-submenu table tr th:nth-last-child(1) {
  background: #F0F2F2;
}
@media (max-width: 991px) {
  .dropdown_history .info .default-submenu table tr th {
    padding: 5px 10px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.dropdown_history .info .default-submenu table tr td {
  color: #2B333D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  vertical-align: middle;
  text-align: center;
  padding: 10px 16px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
  .dropdown_history .info .default-submenu table tr td {
    padding: 5px 10px;
    font-size: 12px;
    white-space: nowrap;
  }
}

.video_wrap {
  position: relative;
}
.video_wrap .poster {
  display: block;
  width: 100%;
  max-width: 99.8%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  height: 700px;
}
@media (max-width: 991px) {
  .video_wrap .poster {
    height: 400px;
  }
}
.video_wrap .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
@media (max-width: 991px) {
  .video_wrap .play_btn {
    width: 70px;
    height: 70px;
  }
}
.video_wrap .play_btn:hover {
  opacity: 0.5;
  transition: 0.3s all ease;
}
.video_wrap .banka {
  display: block;
  position: absolute;
  top: 188px;
  right: 43px;
  width: 478px;
  object-fit: contain;
}
@media (max-width: 1430px) {
  .video_wrap .banka {
    right: 0;
    width: 300px;
    top: initial;
    bottom: -100px;
  }
}
@media (max-width: 991px) {
  .video_wrap .banka {
    display: none;
  }
}

.video_wrap video,
.video_wrap iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.video_wrap video.played {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

.modal {
  z-index: 10000;
}
.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: 1000px;
  border: none;
  border-radius: 0;
}
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  padding: 50px 20px;
}
.modal .modal-dialog .modal-content .catalog_modal__wrapper .catalog_table {
  max-height: 401px;
  padding: 0 32px 0 0;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #9799A6 #f0f0f0;
}
.modal .modal-dialog .modal-content .catalog_modal__wrapper .catalog_table::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.modal .modal-dialog .modal-content .catalog_modal__wrapper .catalog_table::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}
.modal .modal-dialog .modal-content .catalog_modal__wrapper .catalog_table::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #9799A6;
  border: 0px solid #ffffff;
}
.modal .modal-dialog .modal-content .catalog_modal__wrapper .catalog_table table {
  width: 100%;
}
.modal .modal-dialog .modal-content .catalog_modal__wrapper .catalog_table table .jq-number {
  width: 100%;
  border-radius: 0;
  border: none;
  background: transparent;
  min-height: auto;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}
.modal .modal-dialog .modal-content .catalog_modal__wrapper .catalog_table table tr th {
  color: #2B333D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  vertical-align: middle;
  text-align: center;
  padding: 10px 16px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .catalog_modal__wrapper .catalog_table table tr th {
    padding: 5px 10px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.modal .modal-dialog .modal-content .catalog_modal__wrapper .catalog_table table tr th:nth-child(odd) {
  background: #F0F2F2;
}
.modal .modal-dialog .modal-content .catalog_modal__wrapper .catalog_table table tr td {
  color: #2B333D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  vertical-align: middle;
  text-align: center;
  padding: 10px 16px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .catalog_modal__wrapper .catalog_table table tr td {
    padding: 5px 10px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.modal .modal-dialog .modal-content .catalog_modal__wrapper .catalog_table table tbody tr:nth-child(even) {
  background: #F4F6F8;
}
.modal .modal-dialog .modal-content .catalog_modal__wrapper .catalog_table table tbody tr:hover {
  background: #DFEDFB;
}
.modal .modal-dialog .modal-content .catalog_modal__wrapper .catalog_summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 0 11px 0;
  border-bottom: 1px solid #D9D9D9;
}
.modal .modal-dialog .modal-content .catalog_modal__wrapper .catalog_summary p {
  color: #0F2132;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .catalog_modal__wrapper .catalog_summary p {
    font-size: 14px;
  }
}
.modal .modal-dialog .modal-content .catalog_modal__wrapper .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 25px 0 0 0;
}
.modal .modal-dialog .modal-content .catalog_modal__wrapper .btn_wrapper .btn:hover {
  color: #fff;
}
.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;
}

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