@charset "UTF-8";

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  top: 0 !important;
  background: #F6F7F9;
  color: #22252D;
  /*font-family: 'Qanelas', sans-serif;*/
 font-family: 'Mulish', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  overflow-x: hidden;
  max-width: 100%;
}

.skiptranslate {
  display: none !important;
}

body.no-scroll {
  overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 15px 0;
  color: #22252D;
}

h1 {
  font-size: 45px;
  line-height: 50px;
}

.page-h1 {
  margin-bottom: 50px;
}

.vendor-code {
  margin-bottom: 50px;
  letter-spacing: .02em;
  color: #a1a7b3;
  font-size: 16px;
  font-weight: 500;
}

h2 {
  font-size: 36px;
  line-height: 1;
}

h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}

h2.center {
  text-align: center;
}

p {
  margin: 20px 0 0;
}

p:first-child {
  margin-top: 0;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

img[align=left] {
  margin-right: 20px;
}

img[align=right] {
  margin-left: 20px;
}

textarea,
input,
select,
radio,
button {
  font-family: 'TT Norms', sans-serif;
  font-size: 14px;
}

button {
  cursor: pointer;
}

b,
strong {
  font-weight: bold;
}

a {
  color: #22252D;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.container {
  width: 100%;
  max-width: 1540px;
  padding: 0 20px;
  margin: 0 auto;
}

.container.big {
  max-width: 1800px;
}

.container-half {
  max-width: 750px;
  margin: 0;
  padding: 0;
}

.container.middle {
  max-width: 940px;
  padding: 0;
}

.page {
  /*padding-top: 100px;*/
}

.page table {
  border-collapse: collapse;
}

.page table p {
  margin: 0;
}

.page table td,
.page table th {
  padding: 5px 10px;
}

.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}

.more a .round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid #F80101;
  border-radius: 50%;
  margin-left: 15px;
}

.more a .round .arrow {
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  left: -6px;
}

.more a .round .arrow.red {
  border-right: 2px solid #F80101;
  border-bottom: 2px solid #F80101;
}

.product-more .round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(196, 200, 206, 0.3);
  border-radius: 50%;
}

.product-more .round .arrow {
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  border-right: 2px solid #C4C8CE;
  border-bottom: 2px solid #C4C8CE;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  left: -6px;
}

.compare-link {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.compare-link svg {
  margin-right: 10px;
  margin-bottom: 3px;
}

.compare-link svg path {
  fill: #FFBFBF;
  opacity: 1;
}

.compare-link.in path {
  fill: #f80101;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.page-title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-title-flex h1 {
  margin: 0;
}

.page-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#lightcase-content{
	background:#fff !important;
}

.openfilters {
  display: none;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 65px;
  margin-bottom: 50px;
}

.openfilters img {
  margin-right: 10px;
}

/* Product info */

.product-info {
  padding: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 810px;
          flex: 0 0 810px;
  width: 810px;
  border-right: 1px solid rgba(124, 128, 138, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.product-info .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  width: 200px;
}

.product-info .image img {
  vertical-align: top;
}

.product-info .desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 240px);
          flex: 0 0 calc(100% - 240px);
}

.product-info .desc a {
  text-decoration: none;
}

.product-info .desc .subname {
  font-size: 20px;
  line-height: 24px;
}

.product-info .desc .name {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  margin-top: 5px;
}

.product-info .desc .name a {
  color: #F80101;
}

.product-info .desc .params {
  margin-top: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.015em;
}

.product-info .desc .params .param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-info .desc .params .param .param-name {
  padding-right: 30px;
  color: #A1A7B3;
}

.product-info .desc .params .param .param-value {
  padding-left: 30px;
  white-space: nowrap;
}

.product-info .desc .params .param + .param {
  margin-top: 15px;
}

.product-info .compare-link {
  position: absolute;
  top: 40px;
  right: 40px;
}

.product-info .product-more {
  position: absolute;
  bottom: 20px;
  right: 25px;
}

/* Header */

.header {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.2) inset;
          box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.2) inset;
}

.header.fill {
  background: #22252D;
  position: relative;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header a {
  color: #fff;
  text-decoration: none;
}

.header img {
  vertical-align: top;
}

.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo .image {
  padding-right: 35px;
  margin-right: 35px;
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo .image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -10000%;
  background-color: #F80101;
  z-index: -1;
}

.header .logo .image .openmenu {
  display: none;
}

.header .logo .desc {
  color: rgba(255, 255, 255, 0.6);
}

.header .header-other {
  display: flex;
          align-items: center;
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 400px);
          justify-content: space-between;
}

.header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .navigation li + li {
  margin-left: 35px;
}

.header .navigation li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.header .navigation li a img {
  margin-right: 15px;
}

.header .navigation li a.active {
  color: #f80101;
}

.header .links li + li {
  margin-left: 30px;
}

.header .links #compare-link {
  position: relative;
}

.header .links #compare-link span {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #f80101;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 8px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 16px;
}

.header .links #compare-link span.hide-compare {
  display: none;
}

.header .links .search-link {
  position: relative;
}

.header .links .search-link .search-form {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 0;
  background-color: #fff;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 5;
  border-radius: 5px;
}

.header .links .search-link .search-form.show {
  width: 880px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header .links .search-link .search-form .row {
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .links .search-link .search-form .row button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  background: none;
  border: none;
  height: 40px;
  padding-top: 4px;
}

.header .links .search-link .search-form .row button path {
  fill: #F80101;
  opacity: 1;
}

.header .links .search-link .search-form .row input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background: none;
  border: none;
  height: 40px;
  font-size: 18px;
}

.header .links .search-link .search-form .row a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  color: #7A7C81;
}

.header .select {
  position: relative;
}

.header .select a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .select a img {
  margin-right: 10px;
}

.header .select a span {
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: -2px;
}

.header .city .drop {
  background: #fff;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 30px;
  white-space: nowrap;
  z-index: 6;
  color: #22252D;
  font-size: 14px;
  -webkit-box-shadow: 0 0 10px -10px #22252d;
          box-shadow: 0 0 10px -10px #22252d;
  display: none;
  border-radius: 8px;
}

.header .city .drop a {
  color: #22252D;
  font-size: 14px;
  font-weight: 500;
}

.header .city .drop b {
  font-weight: 600;
}

.header .city .drop .title {
  font-weight: bold;
  margin-bottom: 15px;
}

.header .city .drop .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.header .city .drop .action .closedrop {
  border: 1px solid #22252D;
  padding: 5px 15px;
}

.header .city .drop .action .goselect {
  border-bottom: 1px dotted #22252D;
}

.header .city .drop #select input {
  background: #F2F4F8;
  height: 40px;
  width: 200px;
  padding: 0 15px;
  color: #22252D;
  border: none;
}

.header .city .drop #select .popular {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  /*& > div + div {
                        margin-left: 20px;
                    }*/
}

.header .city .drop #select .popular > div {
  margin-top: 10px;
  margin-right: 15px;
}

.header .lang img {
  width: 18px;
  height: 13px;
}

.header .lang .drop {
  display: none;
  background: #fff;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 6;
  width: 120px;
  -webkit-box-shadow: 0 0 10px -10px #22252d;
          box-shadow: 0 0 10px -10px #22252d;
  border-radius: 8px;
}

.header .lang .drop div {
  margin: 0 5px;
  color: #22252D;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.header .lang .drop div + div {
  margin-top: 10px;
}

/* Mobile menu */

.mobilemenu {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  border-left: 8px solid #F80101;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(19.64%, rgba(0, 0, 0, 0))), rgba(8, 8, 8, 0.8);
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 19.64%), rgba(8, 8, 8, 0.8);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 19.64%), rgba(8, 8, 8, 0.8);
}

.mobilemenu.open {
  display: none;
}

.mobilemenu .scroll {
  max-height: 100%;
  overflow-y: auto;
  padding: 30px;
}

.mobilemenu .close {
  position: absolute;
  top: 17px;
  left: 13px;
  font-size: 45px;
  font-weight: 300;
}

.mobilemenu a {
  color: #fff;
  text-decoration: none;
}

.mobilemenu .navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobilemenu .navigation li {
  margin-top: 30px;
}

.mobilemenu .navigation li.where {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.mobilemenu .navigation li.where a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 55px;
  width: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
}

.mobilemenu .navigation li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.mobilemenu .navigation li a img {
  margin-right: 15px;
}

/* Slider */

.slider {
  position: relative;
}

.slider * {
  color: #fff;
  text-decoration: none;
}

.slider .slider-wrapper {
  overflow-x: hidden;
}

.slider .slider-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider .slider-wrapper ul li {
  height: 870px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
}

.slider .slider-wrapper ul li .desc {
  max-width: 800px;
  line-height: 1;
}

.slider .slider-wrapper ul li .desc .what {
  font-weight: 250;
  font-size: 80px;
}

.slider .slider-wrapper ul li .desc .dop {
  font-weight: 500;
  font-size: 80px;
}

.slider .slider-wrapper ul li .desc .dop b {
  font-weight: 900;
}

.slider .slider-wrapper ul li .desc .more {
  margin-top: 50px;
}

.slider .slider-dots-wrapper {
  position: absolute;
  bottom: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 600px;
  z-index: 7;
  overflow-x: hidden;
}

.slider .slider-dots-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.slider .slider-dots-wrapper ul li {
  min-height: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  cursor: pointer;
  padding: 30px;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slider .slider-dots-wrapper ul li:after {
  opacity: 0;
  content: '';
  position: absolute;
  height: 2px;
  top: 0;
  left: 10px;
  right: 10px;
  background: #F80101;
  -webkit-box-shadow: 0 0 30px 5px #F80101;
          box-shadow: 0 0 30px 5px #F80101;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slider .slider-dots-wrapper ul li.swiper-slide-thumb-active {
  height: 135px;
}

.slider .slider-dots-wrapper ul li.swiper-slide-thumb-active:after {
  opacity: 1;
}

.slider .slider-buttons {
  position: absolute;
  right: 50%;
  margin-right: -800px;
  bottom: 115px;
}

.slider .slider-buttons a {
  opacity: 0.4;
}

.slider .slider-buttons a:hover {
  opacity: 1;
}

.slider .slider-buttons a + a {
  margin-left: 45px;
}

.slider .categories {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -800px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 8;
}

.slider .categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider .categories ul li {
  margin-bottom: 40px;
}

.slider .categories .all-categories a {
  font-weight: 600;
  font-size: 16px;
  color: #F80101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider .categories .all-categories a img {
  width: 15px;
  margin-left: 10px;
}

/* Breadcrumbs */

.breadcrumbs {
  margin: 20px 0;
}

.breadcrumbs ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  font-size: 14px;
  color: #22252D;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.breadcrumbs ul li + li:before {
  content: '›';
  margin: 0 10px;
  font-size: 18px;
  color: #7C808A;
  position: relative;
  top: 2px;
  font-weight: normal;
}

.breadcrumbs ul a {
  text-decoration: none;
  color: #7C808A;
}

/* Info + Index Categories */

.info-categories {
  padding: 150px 0 100px;
  background: url(../images/info-bg.png) no-repeat top left/contain;
}

.info-categories .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-categories .container .info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 60px);
          flex: 0 0 calc(50% - 60px);
}

.info-categories .container .info .title {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  margin: 40px 0;
}

.info-categories .container .info .desc {
  font-weight: 300;
  font-size: 35px;
  line-height: 42px;
}

.info-categories .container .categories {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 60px);
          flex: 0 0 calc(50% - 60px);
  width: calc(50% - 60px);
}

.info-categories .container .categories .categories-wrapper {
  overflow-x: hidden;
}

.info-categories .container .categories .categories-wrapper ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-categories .container .categories .categories-wrapper ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 20px;
  height: calc((100% - 30px) / 2);
}

.info-categories .container .categories .categories-wrapper ul li a {
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
}

.info-categories .container .categories .categories-wrapper ul li a .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  height: 270px;
  margin-bottom: 10px;
}

.info-categories .container .categories .categories-wrapper ul li a .image img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}

.info-categories .container .categories .categories-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.info-categories .container .categories .categories-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  padding-right: 2px;
}

.info-categories .container .categories .categories-buttons a + a {
  margin-left: 10px;
  padding-left: 2px;
  padding-right: 0;
}

/* Categories header */

.categories-list-top {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

.categories-list-top .container {
  overflow-x: auto;
  padding: 0;
  scrollbar-width: thin;
}

.categories-list-top .container::-webkit-scrollbar {
  height: 4px;        
  width: 4px;
  border-radius: 2px;
}

.categories-list-top .container::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 2px;
}

.categories-list-top .container::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 2px;
}

.categories-list-top a {
  text-decoration: none;
  color: #22252d;
}

.categories-list-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 60px;
}

.categories-list-top ul li {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}

.categories-list-top ul li.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  background-color: #f80101;
}

/* Categories list */

.categories-list {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  /*.all-categories {
        flex: 0 0 240px;
        width: 240px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 80px;
        &:after {
            content: '';
            position: absolute;
            top: 10px;
            right: 0;
            bottom: 10px;
            width: 2px;
            background: #22252D;
            opacity: 0.1;
        }
        a {
            color: #F80101;
            display: flex;
            align-items: center;
            img {
                margin-left: 10px;
            }
        }
    }*/
}

.categories-list a {
  text-decoration: none;
  color: #22252d;
}

.categories-list ul {
  margin: 0;
  padding: 0 50px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 80px;
}

/* Subcategories list */

.sub-categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
}

.sub-categories-list ul {
  margin: 0 -20px -20px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub-categories-list ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}

.sub-categories-list ul a {
  background: #fff;
  text-decoration: none;
  color: #22252d;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 20px;
  display: block;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.sub-categories-list ul .active a {
  background: #ffdede;
  color: #f80101;
  /*padding-right: 40px;
                position: relative;
                span {
                    margin-left: 10px;
                    font-size: 24px;
                    font-weight: normal;
                    position: absolute;
                    right: 20px;
                    top: 50%;
                    transform: translateY(-50%);
                }*/
}

/* Search */

.search-page .block {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
}

.search-page .block .input-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.search-page .block .input-flex .input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.search-page .block .input-flex .input input {
  width: 100%;
  background: #f2f4f8;
  height: 40px;
  padding: 0 15px;
  color: #22252d;
  border: none;
  font-size: 18px;
  border-radius: 8px;
}

.search-page .block .input-flex .button {
  margin-left: 30px;
}

.search-page .block .input-flex .button button {
  height: 40px;
  padding: 0 20px;
  border: none;
  color: #fff;
  font-weight: bold;
  background-color: #f80101;
  border-radius: 8px;
}

.search-page .block .search-language-guess {
  margin-top: 20px;
  line-height: 1;
  font-size: 16px;
}

.search-page .result-search {
  background: #fff;
  border-radius: 8px;
}

.search-page .result-search .res-search {
  padding: 30px;
  position: relative;
}

.search-page .result-search .res-search + .res-search:after {
  content: '';
  width: calc(100% - 60px);
  height: 2px;
  position: absolute;
  left: 30px;
  top: 0;
  background-color: rgba(124, 128, 138, 0.2);
}

.search-page .result-search .res-search .name {
  font-weight: 600;
  font-size: 18px;
}

.search-page .result-search .res-search b {
  font-weight: 600;
}

.search-page .result-search .res-search small {
  display: block;
  margin-top: 10px;
  line-height: 20px;
}

.search-page .result-search .res-search small + small {
  margin-top: 0;
}

.search-page .sort-search {
  font-size: 16px;
}

/* Service centers */

.centers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -50px;
}

.centers .info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.centers .info .container-half {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 750px;
          flex: 0 0 750px;
  padding-right: 60px;
  padding-bottom: 60px;
}

.centers .info .input {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 8px;
}

.centers .info .input input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 50px;
  padding: 0 70px 0 20px;
  text-transform: uppercase;
  border: none;
  background-color: none;
}

.centers .info .input label {
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #A1A7B3;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: text;
}

.centers .info .input input:focus ~ label,
.centers .info .input input:not(:focus):valid ~ label {
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 10px;
}

.centers .info .input .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  height: 50px;
  margin-left: 20px;
  background: none;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centers .info .input .icon svg path {
  fill: #F80101;
  opacity: 1;
}

.centers .info .input #res_city {
  background: #fff;
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  padding: 28px 20px 20px;
  display: none;
  z-index: 5;
  border-radius: 0 0 8px 8px;
}

.centers .info .input #res_city.open {
  display: block;
}

.centers .info .input #res_city.open:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #a1a7b3;
  opacity: 0.3;
}

.centers .info .input #res_city ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
}

.centers .info .input #res_city ul li + li {
  margin-top: 10px;
}

.centers .info .input #res_city ul a {
  text-decoration: none;
}

.centers .info .input #res_city ul a:hover {
  color: #f80101;
}

.centers .info .cities-list {
  margin: 40px 0 0;
}

.centers .info .cities-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.centers .info .cities-list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  margin-top: 20px;
  padding-right: 20px;
}

.centers .info .cities-list ul li a {
  line-height: 20px;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.centers .info .cities-list ul li a:hover {
  color: #F80101;
}

.centers .info .no-services {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.centers .info .no-services .text {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 30px 0;
}

.centers .info .no-services .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centers .info .no-services .button a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background: #F80101;
}

.centers .info .services {
  background: #fff;
  margin: 20px 0 60px;
  border-radius: 8px;
  overflow: hidden;
}

.centers .info .services ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.centers .info .services ul li {
  position: relative;
  padding: 30px;
  cursor: pointer;
}

.centers .info .services ul li:after {
  content: '';
  width: calc(100% - 60px);
  height: 2px;
  position: absolute;
  left: 30px;
  bottom: 0;
  background-color: rgba(124, 128, 138, 0.2);
}

.centers .info .services ul li div {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #7C808A;
}

.centers .info .services ul li div + div {
  margin-top: 15px;
}

.centers .info .services ul li div b {
  color: #22252D;
  font-weight: normal;
  margin-right: 5px;
}

.centers .info .services ul li div b .icon {
  margin-right: 15px;
  width: 10px;
  height: auto;
}

.centers .info .services ul li .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #22252D;
}

.centers .info .services ul li.active {
  background-color: #F80101;
}

.centers .info .services ul li.active div {
  color: rgba(255, 255, 255, 0.7);
}

.centers .info .services ul li.active div b {
  color: #fff;
}

.centers .info .services ul li.active div b path {
  fill: #fff;
}

.centers .info .services ul li.active .name {
  color: #fff;
}

.centers .info .services ul .round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #F80101;
  border-radius: 50%;
  margin-left: 15px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.centers .info .services ul .round .arrow {
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-right: 2px solid #F80101;
  border-bottom: 2px solid #F80101;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  left: -6px;
}

.centers .map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-top: 0;
  position: relative;
}

.centers .map .map-service {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}

.centers .map .map-service.open {
  display: block;
}

.centers .map .ymaps-2-1-78-ground-pane {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
}

/* Центр */

.info-center {
  background: #FFF;
  padding: 40px;
}

.info-center > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-center > .row .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.info-center > .row .title {
  font-weight: 500;
}

.info-center > .row .value {
  color: #7C808A;
  font-weight: 500;
  margin-left: 10px;
}

.info-center hr {
  opacity: 0.2;
  border: none;
  height: 2px;
  background-color: #7C808A;
  margin: 30px 0;
}

.info-center h2 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
}

.info-center .form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.info-center .form .form-row .input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}

.info-center .form .form-row .input input,
.info-center .form .form-row .input textarea {
  width: 100%;
  background: #F6F7F9;
  border: 1px solid #E5E6E8;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  text-transform: none;
}

.info-center .form .form-row .input input::-webkit-input-placeholder {
  color: #A1A7B3;
  text-transform: uppercase;
}

.info-center .form .form-row .input input::-moz-placeholder {
  color: #A1A7B3;
  text-transform: uppercase;
}

.info-center .form .form-row .input input:-ms-input-placeholder {
  color: #A1A7B3;
  text-transform: uppercase;
}

.info-center .form .form-row .input input::-ms-input-placeholder {
  color: #A1A7B3;
  text-transform: uppercase;
}

.info-center .form .form-row .input input::placeholder {
  color: #A1A7B3;
  text-transform: uppercase;
}

.info-center .form .form-row .input textarea {
  resize: none;
  height: 110px;
  padding: 17px 20px;
}

.info-center .form .form-row .input textarea::-webkit-input-placeholder {
  color: #A1A7B3;
  text-transform: uppercase;
}

.info-center .form .form-row .input textarea::-moz-placeholder {
  color: #A1A7B3;
  text-transform: uppercase;
}

.info-center .form .form-row .input textarea:-ms-input-placeholder {
  color: #A1A7B3;
  text-transform: uppercase;
}

.info-center .form .form-row .input textarea::-ms-input-placeholder {
  color: #A1A7B3;
  text-transform: uppercase;
}

.info-center .form .form-row .input textarea::placeholder {
  color: #A1A7B3;
  text-transform: uppercase;
}

.info-center .form .form-row .input.big {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.info-center .form .form-row.button-row .input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.info-center .form .form-row.button-row .checkbox-input {
  color: #7C808A;
  font-size: 14px;
  font-weight: 500;
}

.info-center .form .form-row.button-row .checkbox-input input {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
  cursor: pointer;
}

.info-center .form .form-row.button-row .checkbox-input input:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #F6F7F9;
  border: 1px solid #E5E6E8;
  z-index: 1;
}

.info-center .form .form-row.button-row .checkbox-input input:checked:before {
  background: #f80101;
  border: 1px solid #f80101;
}

.info-center .form .form-row.button-row .checkbox-input input:checked:after {
  content: '';
  position: absolute;
  top: 11px;
  left: 11px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  z-index: 2;
}

.info-center .form .form-row.button-row .checkbox-input a {
  color: #7C808A;
  margin-left: 5px;
}

.info-center .form .form-row.button-row button {
  background: #F80101;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  width: 150px;
}

/* About */

.about {
  background: #f3f4f6 url(../images/info-bg.png) no-repeat left 10px/contain;
}

.about .mission {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.about .about-blocks {
  padding: 0;
  margin-left: -33px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  counter-reset: about;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .about-blocks li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3 - 33px);
          flex: 0 0 calc(100% / 3 - 33px);
  margin: 0 0 33px 33px;
  background-color: #fff;
  position: relative;
  padding: 60px;
  border-radius: 8px;
}

.about .about-blocks li p {
  margin: 0;
}

.about .about-blocks li p + p {
  margin-top: 15px;
}

.about .about-blocks li > * {
  position: relative;
  z-index: 1;
}

.about .about-blocks li:after {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #F80101;
  position: absolute;
  top: 70px;
  left: -10px;
}

.about .about-blocks li:before {
  counter-increment: about;
  content: counter(about);
  color: white;
  font-size: 300px;
  line-height: 0.71;
  color: #F5F7F8;
  font-weight: bold;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: -3px;
}

.about .vestel-city .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .vestel-city .flex .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 150px 0 0;
  font-size: 22px;
  line-height: 34px;
}

.about .vestel-city .flex .video {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  -webkit-box-shadow: 0px 31px 37px rgba(27, 35, 57, 0.2);
          box-shadow: 0px 31px 37px rgba(27, 35, 57, 0.2);
}

.about .vestel-city .flex .video img {
  vertical-align: top;
}

.about .vestel-city .flex .video a {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 132px;
  height: 132px;
  background: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about .black {
  background: #22252D;
  color: #FFFFFF;
}

.about .black .container {
  padding: 130px 200px;
}

.about .black .count {
  font-weight: 800;
  font-size: 80px;
  line-height: 100px;
}

.about .black .count span {
  font-size: 50px;
  line-height: 63px;
  color: #F80101;
  margin-left: 5px;
}

.about .black .desc {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 30px;
}

.about .black p {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #A2A5AD;
}

.about .black ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .black ul p {
  margin: 0;
}

.about .black ul p + p {
  margin-top: 15px;
}

.about .black ul.two-blocks {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about .black ul.two-blocks li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
}

.about .black ul.two-blocks:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #3A3D45;
  position: absolute;
  top: 0;
  left: 50%;
}

.about .black ul.three-blocks {
  margin-left: -80px;
  margin-right: -60px;
}

.about .black ul.three-blocks li {
  background: #292C35;
  padding: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3 - 20px);
          flex: 0 0 calc(100% / 3 - 20px);
  margin-left: 20px;
  border-radius: 8px;
}

.about .awards {
  position: relative;
  z-index: 1;
  top: -50px;
  padding: 0 50px;
}

.about .awards .awards-wrapper {
  overflow-x: hidden;
}

.about .awards .awards-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about .awards .awards-wrapper ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #FFF;
  padding: 70px;
  text-align: center;
  border-radius: 8px;
}

.about .awards .awards-wrapper ul li .image {
  position: relative;
}

.about .awards .awards-wrapper ul li .image img {
  vertical-align: top;
}

.about .awards .awards-wrapper ul li .image .count {
  min-width: 40px;
  height: 40px;
  background: #F80101;
  border-radius: 20px;
  font-weight: 900;
  font-size: 20px;
  line-height: 40px;
  color: #FFF;
  position: absolute;
  bottom: -15px;
  left: calc(50% + 10px);
}

.about .awards .awards-wrapper ul li .name {
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  margin: 40px 0 25px;
}

.about .awards .awards-wrapper ul li .recd {
  font-size: 18px;
  line-height: 21px;
  color: #BDC2CC;
}

.about .awards .awards-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E8EBF0;
  position: absolute;
  top: 50%;
}

.about .awards .awards-button.awards-next {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-right: 1px;
}

.about .awards .awards-button.awards-prev {
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  padding-left: 5px;
}

.about .ready {
  text-align: center;
  margin: 100px auto;
  max-width: 900px;
  font-size: 36px;
  line-height: 45px;
}

/* Partners sidebar */

.partners-link {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 8px;
  overflow: hidden;
}

.partners-link li + li {
  margin-top: 5px;
}

.partners-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  background: #FFFFFF;
  padding: 0 30px;
}

.partners-link li a .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

.partners-link li a.active {
  background: #F80101;
  color: #fff;
}

/* Partners */

.sidebar-partners {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  margin-right: 65px;
}

.content .text {
  background-color: #fff;
  padding: 50px;
  border-radius: 8px;
}

/* Benefits */

.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0 -6px;
  padding: 0;
  list-style: none;
}

.benefits li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3 - 6px);
          flex: 0 0 calc(100% / 3 - 6px);
  margin-left: 6px;
  margin-top: 6px;
  background-color: #fff;
  padding: 50px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 24px;
  border-radius: 8px;
}

.benefits li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 140px;
  background: #FAFAFB;
  border-radius: 50%;
}

.benefits li .title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  margin: 20px 0;
}

.benefits li .desc {
  font-weight: normal;
  font-size: 16px;
  color: #7C808A;
}

/* Conditions */

.steps {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

.steps li {
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.steps li:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 16px;
  border-radius: 50%;
  background: #EDEFF3;
}

.steps li:before {
  content: '';
  width: 2px;
  height: calc(100% + 10px);
  position: absolute;
  top: 35px;
  left: -1px;
  background-color: rgba(237, 239, 243, 0.5);
  border: 10px solid #fff;
}

.steps li .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  color: #F80101;
  margin-top: -5px;
}

.steps li .name {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}

.steps li .desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #7C808A;
}

.steps li + li {
  margin-top: 50px;
}

.steps li:last-child:before {
  display: none;
}

/* Consultation */

.consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.consultation li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 6px;
  background-color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.consultation li > * {
  padding: 50px 90px;
}

.consultation li .top {
  border-bottom: 1px solid #E9EBEE;
  text-align: center;
}

.consultation li .top .image {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
}

.consultation li .top .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.consultation li .sname {
  padding-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.consultation li .sname .surname {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
}

.consultation li .sname .name {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}

.consultation li .bottom {
  padding-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.consultation li .bottom .row-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.consultation li .bottom .row-staff .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  margin-right: 10px;
  margin-top: -3px;
}

.consultation li .bottom .row-staff .desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #7C808A;
}

.consultation li .bottom .row-staff .desc a {
  color: #7C808A;
  text-decoration: none;
}

.consultation li .bottom .row-staff .desc span {
  color: #22252D;
  margin-right: 10px;
}

/* Bests */

.bests .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bests .row .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  width: 380px;
}

.bests .row .image img {
  vertical-align: top;
}

.bests .row .desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 450px);
          flex: 0 0 calc(100% - 450px);
}

.bests .row .desc h3 {
  margin-top: 0;
}

.bests .row .desc p {
  font-size: 18px;
  line-height: 30px;
  color: #7C808A;
}

/* Catalog categories */

.categories .category {
  padding-bottom: 50px;
}

.categories .category + .category {
  padding-top: 50px;
  border-top: 2px solid rgba(124, 128, 138, 0.2);
}

.categories .category .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.categories .category .info .desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  width: 300px;
}

.categories .category .info .desc .sub-title {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  margin: 15px 0 50px;
}

.categories .category .info .desc .sub-title.duble {
  display: none;
}

.categories .category .info .popular-models {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 400px);
          flex: 0 0 calc(100% - 400px);
}

.categories .category .info .popular-models ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.categories .category .info .popular-models ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

.categories .category .info .popular-models ul li a {
  padding: 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
}

.categories .category .info .popular-models ul li a .image {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.categories .category .info .popular-models ul li a .image img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}

.categories .category .popular .popular-title {
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  color: #22252d;
  margin-bottom: 40px;
}

.categories .category .popular ul {
  margin: -20px 0 0 -20px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.categories .category .popular ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2 - 20px);
          flex: 0 0 calc(100% / 2 - 20px);
  margin: 20px 0 0 20px;
  background: #fff;
  border-radius: 8px;
}

.categories .category .popular ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
  text-decoration: none;
}

.categories .category .popular ul li a .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 15px;
  border: 2px solid #F80101;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.categories .category .popular ul li a .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 110px);
          flex: 0 0 calc(100% - 110px);
}

.categories .category .popular ul li a .text .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
}

.categories .category .popular ul li a .text .desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #7C808A;
  margin-top: 5px;
}

/* Product page */

.product_page {
  /*.help {
        margin-top: 100px;
    }
    .choice {
        margin-top: 100px;
    }*/
}

.product_page .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
		  
    background: #fff;
    border-radius: 8px;
    padding: 30px 30px 50px 30px;
}


.product_page .top .links-images {
          flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  
  flex: 0 0 auto;
  width: 50%;
    padding-right: 50px;
}

.product_page .top .links-images .links {
	display: flex;
	flex-direction: column; 
	position: absolute;
	right: -60px;
	bottom: 0;
}

.product_page .top .links-images .links a {
  text-decoration: none;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
border: 2px solid rgba(161, 167, 179, 0.2);
}

.product_page .top .links-images .links a + a {
  margin-top: 20px;
}

.product_page .top .links-images .images {
  width:100%;
  flex: 0 0 auto;
  text-align: center;
  position: relative;
  padding: 0 50px;
}

.product_page .top .links-images .images .slider-top {
  overflow-x: hidden;
}

.product_page .top .links-images .images .slider-container {
  position: relative;
}

.product_page .top .links-images .images .slider-top .slider-top-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  flex:0 0 auto;
  padding:0 25px;
}

.product_page .top .links-images .images .slider-top img {
  max-width: 100%;
    max-height: 400px;
}

.product_page .top .links-images .images .slider-thumbs {
  overflow-x: hidden;
  margin: 50px 20px 0;
  opacity:0;
  transition: opacity 0.1s linear;
}
.product_page .top .links-images .images .slider-thumbs.swiper-container-initialized{
	opacity:1;
}
.product_page .top .links-images .images .slider-thumbs img {
  max-width: 100%;
  max-height: 150px;
}

.product_page .top .links-images .images .slider-top .slider-top-wrapper,
.product_page .top .links-images .images .slider-thumbs .slider-thumbs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_page .top .links-images .images .slider-top .slider-top-slide,
.product_page .top .links-images .images .slider-thumbs .slider-thumbs-slide {
  flex: 0 0 auto;
  cursor:pointer;
}

.product_page .top .links-images .images .slider-thumbs .slider-thumbs-slide{
	border: 2px solid rgba(161, 167, 179, 0.2);
	border-radius: 4px;
	padding: 18px 20px;
	height: 116px;
    position: relative;

}
.product_page .top .links-images .images .slider-thumbs .slider-thumbs-slide.swiper-slide-thumb-active:after{
    content: "";
    background: red;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: calc(100% - 20px);
    transform: translate(-50%, 4px);
}

.product_page .top .links-images .images .slider-thumbs .slider-thumbs-slide img{
	width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product_page .top .links-images .slider-relative {
  position: relative;
}

.product_page .top .links-images .slider-thumbs-arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
    border: 2px solid #ecedf0;
}

.product_page .top .links-images .slider-thumbs-arrow.slider-thumbs-prev {
  right: -60px;
  padding-left: 5px;
}

.product_page .top .links-images .slider-thumbs-arrow.slider-thumbs-next {
  left: -60px;
  padding-right: 2px;
}

.product_page .top .info {
  /*-webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 810px);
          flex: 0 0 calc(100% - 810px);*/
		  width:50%;
		  flex: 0 0 auto;
}

.product_page .top .info .warranty-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.product_page .top .info .warranty-compare .warranty {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #7C808A;
}

.product_page .top .info .warranty-compare .warranty span {
  line-height: 30px;
  background: #FFDEDE;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  color: #F80101;
  margin-left: 20px;
  border-radius: 4px;
}

.product_page .top .info .buy-sertificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_page .top .info .buy-sertificate .buy-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 30px;
  background: #F80101;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 100px;
  border-radius: 8px;
}

.product_page .top .info .buy-sertificate .get-sertificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}

.product_page .top .info .buy-sertificate .get-sertificate img {
  margin-right: 20px;
}

.product_page .top .info .params {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px solid rgba(124, 128, 138, 0.2);
}

.product_page .top .info .params li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.product_page .top .info .params li .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  width: 22px;
  margin-right: 20px;
}

.product_page .top .info .params li .param {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.product_page .top .info .params li .param .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #A1A7B3;
}

.product_page .top .info .params li .param .value {
  letter-spacing: 0.02em;
  margin-top: 10px;
}

.product_page .top .info .params li .param .value a {
  color: #F80101;
  text-decoration: none;
}

.product_page .description {
  margin-top: 100px;
}

.product_page .description .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 40px;
}

.product_page .characteristics {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product_page .characteristics .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px;
}

.product_page .characteristics .left,
.product_page .characteristics .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 60px);
          flex: 0 0 calc(50% - 60px);
}

.product_page .characteristics ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product_page .characteristics ul li {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  border-bottom: 2px solid rgba(124, 128, 138, 0.2);
}

.product_page .characteristics ul li {
    font-weight: 500;
    font-size: 14px;
    padding: 8px 0;
}

.product_page .characteristics ul li .name {
  color: #7C808A;
}

.product_page .others .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product_page .others .title .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_page .others .title .arrows a {
  width: 60px;
  height: 60px;
  background: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.product_page .others .title .arrows a.other-next {
  padding-right: 2px;
}

.product_page .others .title .arrows a.other-prev {
  padding-left: 5px;
  margin-left: 20px;
}

.product_page .others .other-wrapper {
  overflow-x: hidden;
}

.product_page .others ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_page .others ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #fff;
  border-radius: 8px;
}

/* Category */

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category .products {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 340px);
          flex: 0 0 calc(100% - 340px);
}

.category .products ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category .products ul.list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
}

.category .products ul.list li .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 810px;
          flex: 0 0 810px;
  width: 810px;
  border-right: 1px solid rgba(124, 128, 138, 0.1);
}

.category .products ul.list li .right {
  padding: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 810px);
          flex: 0 0 calc(100% - 810px);
}

.category .products ul.list li .right .partners-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #F80101;
}

.category .products ul.list li .right .delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #A1A7B3;
  margin-top: 20px;
}

.category .products ul.list li .right .delivery img {
  margin-right: 10px;
}

.category .products ul.list li .right ul {
  margin: 10px 0 0;
  padding: 10px 0 0;
  list-style: none;
}

.category .products ul.list li .right ul li {
  margin-top: 20px;
}

.category .products ul.list li .right ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  width: 100%;
}

.category .products ul.list li.not-for-sale {
  background: none;
}

.category .products ul.list li.not-for-sale .left {
  background-color: #fff;
  opacity: 0.5;
}

.category .products ul.list li.not-for-sale .right {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category .products ul.list li.not-for-sale .right .no {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #F80101;
}

.category .products ul.list li.not-for-sale .compare-link {
  display: none;
}

/* Pagination */

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .arrow {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.pagination .arrow img {
  opacity: 0.3;
  height: 14px;
}

.pagination .arrow.prev {
  padding-right: 1px;
}

.pagination .arrow.next {
  padding-left: 3px;
}

.pagination ul {
  margin: 0 20px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination ul li {
  margin: 0 5px;
}

.pagination ul a,
.pagination ul span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 50%;
}

.pagination ul .active span {
  background-color: #f80101;
  color: #fff;
}

/* Sidebar */

.sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  width: 300px;
}

.sidebar .filters {
  position: relative;
}

.sidebar .filters .bx-filter-popup-result {
  position: absolute;
  left: calc(100% + 20px);
  -webkit-box-shadow: 0 0 10px -10px #22252d;
          box-shadow: 0 0 10px -10px #22252d;
  background-color: #fff;
  padding: 10px 15px 15px;
  font-size: 16px;
  white-space: nowrap;
  z-index: 6;
  border-radius: 8px;
}

.sidebar .filters .bx-filter-popup-result .arrow {
  display: none;
}

.sidebar .filters .bx-filter-popup-result a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 10px;
  margin-top: 5px;
  color: #fff;
  background-color: #F80101;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}

.sidebar .filters .filter + .filter {
  margin-top: 40px;
}

.sidebar .filters .filter .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar .filters .filter .title .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 40px);
          flex: 0 0 calc(100% - 40px);
}

.sidebar .filters .filter .title .accordion {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-left: 20px;
}

.sidebar .filters .filter .title .accordion span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #F80101;
  border-right: 2px solid #F80101;
  margin-left: 7px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 9px;
}

.sidebar .filters .filter .accordion_block {
  max-height: 1000px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar .filters .filter.open .title .accordion span {
  top: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sidebar .filters .filter.open .accordion_block {
  max-height: 0;
}

.sidebar .filters .filter .more {
  padding-left: 37px;
  margin-top: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #F80101;
  text-decoration: none;
  display: none;
}

.sidebar .filters .filter .more span {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #F80101;
  border-right: 2px solid #F80101;
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 3px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar .filters .filter .more.open span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 7px;
}

.sidebar .filters .filter ul {
  margin: 0;
  padding: 0 0 2px;
  list-style: none;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar .filters .filter ul li {
  margin-top: 20px;
}

.sidebar label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar label.disabled {
  opacity: 0.5;
}

.sidebar label input {
  margin: 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  position: relative;
  background-color: #f6f7f9;
  border: none;
  border-radius: 5px;
}

.sidebar label input:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #C4C8CE;
  z-index: 1;
  border-radius: 4px;
}

.sidebar label input:checked:before {
  background-color: #F80101;
  border: 1px solid #F80101;
}

.sidebar label input:checked:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 2;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sidebar label .value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 44px);
          flex: 0 0 calc(100% - 44px);
  padding: 0 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.sidebar label .count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #7C808A;
}

.sidebar .apply-filters {
  display: none;
  width: calc(100% - 40px);
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 20px 0;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #F80101;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}

.sidebar .apply-filters span {
  font-size: 29px;
  font-weight: normal;
  margin-left: 15px;
}

.sidebar .discard-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 20px 0;
  border: 1px solid #7C808A;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #F80101;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border-radius: 8px;
}

.sidebar .discard-filters span {
  font-size: 29px;
  font-weight: normal;
  margin-left: 15px;
  position: relative;
  top: -1px;
}

.sidebar .others-cats {
  margin-top: 60px;
}

.sidebar .others-cats .title {
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 40px;
}

.sidebar .others-cats ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .others-cats ul li {
  background-size: cover;
  background-position: top center;
}

.sidebar .others-cats ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
  padding: 10px 50px;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.sidebar .others-cats ul li a:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 3px;
  top: 0;
  left: 0;
  top: 10px;
  bottom: 10px;
  background: #F80101;
  -webkit-box-shadow: 0 0 30px 10px #F80101;
          box-shadow: 0 0 30px 10px #F80101;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .others-cats ul li a:hover:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

.sidebar .compare-filter .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.sidebar .compare-cats {
  height: 40px;
  width: 100%;
  background: #FFF;
  border: none;
  padding: 0 15px;
  margin-top: 10px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.sidebar .differences {
  margin-top: 20px;
}

/* News */

ul.news {
  margin: 0 0 0 -20px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.news li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 4 - 20px);
          flex: 0 0 calc(100% / 4 - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

ul.news li a {
  text-decoration: none;
  height: 100%;
}

ul.news li img {
  vertical-align: top;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

ul.news li .date-block {
  padding: 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

ul.news li .date-block .label {
  padding: 7px 20px;
  background: #FFDEDE;
  color: #F80101;
}

ul.news li .date-block .date {
  color: #A1A7B3;
}

ul.news li .name {
  padding: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

ul.news li .desc {
  padding: 0 20px 20px 20px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #7C808A;
}

ul.news li.big {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2 - 20px);
          flex: 0 0 calc(100% / 2 - 20px);
}

ul.news li.big a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.news li.big .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  height: 100%;
}

ul.news li.big img {
  height: 100%;
}

/* News once */

.news-once {
  font-weight: normal;
  letter-spacing: 0.01em;
  color: #7C808A;
}

.news-once .quote {
  font-weight: 600;
  letter-spacing: 0.02em;
  font-style: italic;
  color: #22252D;
  padding: 0 0 0 30px;
  border-left: 3px solid #F80101;
  margin: 30px 0;
}

.news-once .news-slider {
  margin: 50px 0;
  position: relative;
}

.news-once .news-slider .news-slider-wrapper {
  overflow-x: hidden;
}

.news-once .news-slider .news-slider-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-once .news-slider .news-slider-wrapper ul li {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.news-once .news-slider .news-slider-wrapper ul li:after {
  display: none;
}

.news-once .news-slider .news-slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.news-once .news-slider .news-slider-pagination span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 7px;
  background-color: #fff;
  cursor: pointer;
}

.news-once .news-slider .news-slider-pagination span.swiper-pagination-bullet-active {
  background: #F80101;
}

.news-once .news-slider .news-slider-arrow {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 35px));
      -ms-transform: translateY(calc(-50% - 35px));
          transform: translateY(calc(-50% - 35px));
}

.news-once .news-slider .news-slider-arrow.news-slider-next {
  padding-right: 2px;
  left: -80px;
}

.news-once .news-slider .news-slider-arrow.news-slider-prev {
  padding-left: 5px;
  right: -80px;
}

.news-once ul {
  padding: 0;
  list-style: none;
}

.news-once ul li {
  padding-left: 35px;
  position: relative;
}

.news-once ul li + li {
  margin-top: 15px;
}

.news-once ul li:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid #F80101;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}

.news-once .date {
  position: relative;
  border-bottom: 2px solid rgba(124, 128, 138, 0.2);
  margin: 70px 0;
}

.news-once .date span {
  background: #f6f7f9;
  font-weight: 600;
  padding: 0 25px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #A1A7B3;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.news-once .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news-once .tags .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}

.news-once .tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-once .tags ul li {
  margin: 0 0 20px 20px;
  padding: 0;
}

.news-once .tags ul li a {
  line-height: 30px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #F80101;
  background: #FFDEDE;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
}

.news-once .tags ul li:after {
  display: none;
}

/* Others news */

.other-news {
  padding-top: 50px;
  border-top: 2px solid rgba(124, 128, 138, 0.2);
}

.other-news .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.other-news .title h2 {
  margin: 0;
}

/* About missin */

.about-mission {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-mission .mission {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #22252d url(../images/earth.png) no-repeat top right;
}

.about-mission .mission .container-half {
  padding: 0 100px 0 20px;
  position: relative;
}

.about-mission .mission .count {
  position: absolute;
  top: -95px;
  right: 100px;
  color: #fff;
  text-align: right;
}

.about-mission .mission .count .title {
  font-weight: bold;
  font-size: 80px;
  line-height: 99px;
  margin: 0;
}

.about-mission .mission .count .title .plus {
  font-weight: 500;
  color: #F80101;
}

.about-mission .mission .count .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.about-mission .mission .title {
  font-weight: bold;
  font-size: 50px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 30px;
}

.about-mission .mission p {
  font-size: 22px;
  line-height: 34px;
  color: #A2A5AD;
}

.about-mission .mission p b {
  font-weight: 600;
  color: #fff;
}

.about-mission .mission .more {
  margin-top: 70px;
}

.about-mission .mission .more a {
  color: #fff;
}

.about-mission .about {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}

.about-mission .about .container-half {
  position: relative;
}

.about-mission .about .container-half .video-play {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #F80101;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 3px;
}

.about-mission .about > img {
  width: 100%;
}

.about-mission .about .text {
  padding: 100px 20px 100px 100px;
}

.about-mission .about .text .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
}

.about-mission .about .text p {
  color: #798398;
  font-size: 18px;
  line-height: 28px;
}

/* Choice */

.choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.choice .desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
}

.choice .desc .title {
  margin: 60px 0 40px;
}

.choice .desc .more a {
  color: #22252D;
}

.choice .choice-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 380px);
          flex: 0 0 calc(100% - 380px);
  overflow-x: hidden;
}

.choice .choice-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choice .choice-wrapper ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* Product item */

.product {
  background: #fff;
  position: relative;
}

.product a {
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 70px;
  display: block;
}

.product .add-to-compare {
  position: absolute;
  top: 25px;
  right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #22252D;
  z-index: 2;
  padding: 0;
}

.product .add-to-compare svg {
  margin-right: 13px;
}

.product .add-to-compare path {
  fill: #FFBFBF;
}

.product .image,
.product .what,
.product .title {
  text-align: center;
}

.product .image {
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.product .image img {
  vertical-align: top;
  max-height: 100%;
  max-width: 100%;
}

.product .what {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #22252D;
  margin-bottom: 5px;
}

.product .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #F80101;
}

.product .params {
  margin-top: 30px;
}

.product .params .param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .params .param + .param {
  margin-top: 5px;
}

.product .params .param .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid #323339;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product .params .param .value {
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.015em;
  color: #F80101;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  text-align: center;
}

.product .params .param .desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.015em;
  color: #A1A7B3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 84px);
          flex: 0 0 calc(100% - 84px);
}

.product .product-more {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

/* Markets */

.markets {
  padding: 80px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.markets .container {
  position: relative;
}

.markets .market-wrapper {
  overflow-x: hidden;
}

.markets .market-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.markets .market-wrapper ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 150px;
  color: #fff;
}

.markets .market-wrapper ul li .title {
  font-weight: bold;
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 15px;
}

.markets .market-wrapper ul li .desc {
  font-weight: normal;
  font-size: 24px;
  line-height: 18px;
  opacity: 0.8;
}

.markets .market-wrapper ul li .more {
  text-decoration: none;
  text-transform: uppercase;
  width: 180px;
  height: 45px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 45px;
  color: #22252D;
  margin-top: 40px;
  border-radius: 8px;
}

.markets .market-wrapper ul li .image {
  text-align: center;
}

.markets .market-wrapper ul li .delivery {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}

.markets .market-button {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.markets .market-button img {
  height: 20px;
}

.markets .market-button-next {
  left: 0;
  padding-right: 2px;
}

.markets .market-button-prev {
  right: 0;
  padding-left: 5px;
}

/* Contacts */

.contacts-blocks {
  margin: 0 0 0 -20px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.contacts-blocks li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  margin-left: 20px;
  background-color: #fff;
  padding: 60px;
  border-radius: 8px;
}

.contacts-blocks li .title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 40px;
}

.contacts-blocks li .info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
}

.contacts-blocks li .info .row + .row {
  margin-top: 20px;
}

.contacts-blocks li .info .row .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.contacts-blocks li .info .row .param {
  margin-right: 10px;
}

.contacts-blocks li .info .row .value {
  color: #7C808A;
}

.contacts-blocks li .info .row .value a {
  text-decoration: none;
  color: #7C808A;
}

.map-contacts {
  margin-top: -95px;
  height: 550px;
}

.map-contacts .ymaps-2-1-78-ground-pane {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
}

.contacts-bottom {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.contacts-bottom li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-bottom li .icon {
  width: 100px;
  height: 100px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts-bottom li .icon svg {
  width: 20px;
  height: 20px;
}

.contacts-bottom li .icon svg path:first-child {
  fill: #F80101;
}

.contacts-bottom li .desc {
  font-weight: 600;
  font-size: 16px;
  color: #7C808A;
  margin-top: 40px;
}

.contacts-bottom li .desc a {
  text-decoration: none;
  color: #7C808A;
}

/* Compare */

.compare-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.compare-arrows .compare-button {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.compare-arrows .compare-button.compare-button-prev {
  padding-left: 3px;
  margin-left: 20px;
}

.compare-arrows .compare-button.compare-button-next {
  padding-right: 2px;
}

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

.compare .products {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 340px);
          flex: 0 0 calc(100% - 340px);
  width: calc(100% - 340px);
}

.compare .products .compare-wrapper {
  overflow-x: hidden;
}

.compare .products .compare-wrapper .compare-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.compare .products .compare-wrapper .compare-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.compare .products .compare-wrapper .compare-list .product-name {
  margin-top: 32px;
  height: 40px;
  width: 100%;
  background: #fff;
  border: none;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  font-weight: 600;
}

.compare .products .compare-wrapper .compare-list .product-name a {
  text-decoration: none;
}

.compare .products .compare-wrapper .compare-list .image {
  margin-top: 20px;
  height: 300px;
  background: #fff;
  position: relative;
  padding: 50px;
  border-radius: 8px;
}

.compare .products .compare-wrapper .compare-list .image .compare-delete {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid rgba(196, 200, 206, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  color: #F80101;
  text-decoration: none;
  border-radius: 50%;
}

.compare .products .compare-wrapper .compare-list .image a:not(.compare-delete) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.compare .products .compare-wrapper .compare-list .image img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

.compare .products .compare-wrapper .compare-list .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 15px 0;
  margin: 40px 20px 0;
  border-bottom: 2px solid rgba(124, 128, 138, 0.2);
}

.compare .products .compare-wrapper .compare-list .params {
  margin-top: 10px;
}

.compare .products .compare-wrapper .compare-list .params ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare .products .compare-wrapper .compare-list .params ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
}

.compare .products .compare-wrapper .compare-list .params ul li .name {
  color: #7C808A;
}

.compare .products .compare-wrapper .compare-list .params ul li .value {
  margin-left: 10px;
  text-align: right;
}

/* Subscribe */

.subscribe {
  background: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, white 50%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(90deg, white 50%, rgba(255, 255, 255, 0) 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -50px;
}

.subscribe .container-half {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 750px;
          flex: 0 0 750px;
  padding: 120px;
}

.subscribe .left {
  text-align: right;
}

.subscribe .left .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #22252D;
}

.subscribe .left p {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #798398;
}

.subscribe .right .res span {
  display: block;
  margin-bottom: 10px;
}

.subscribe .right label {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #A1A7B3;
}

.subscribe .right input[type=text] {
  margin-top: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px rgba(34, 37, 45, 0.03);
          box-shadow: 0px 5px 5px rgba(34, 37, 45, 0.03);
  border: none;
  height: 50px;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #22252D;
  padding: 0 20px;
  border-radius: 8px;
}

.subscribe .right input[type=text].error {
  background-color: #ff9e9e;
}

.subscribe .right input[type=submit] {
  margin-top: 20px;
  padding: 0px 40px;
  height: 45px;
  background: #F80101;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 45px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8px;
}

/* Footer */

.footer {
  background: -o-radial-gradient(-2.6% -43.41%, 40.78% 72.17%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #22252D;
  background: radial-gradient(40.78% 72.17% at -2.6% -43.41%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #22252D;
}

.footer a {
  color: #7C808A;
  text-decoration: none;
}

.footer .top .container {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .top img {
  vertical-align: top;
}

.footer .top .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .top .logo .image {
  padding-right: 35px;
  margin-right: 35px;
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.footer .top .logo .image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -10000%;
  background-color: #F80101;
  z-index: -1;
}

.footer .top .logo .desc {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #A2A5AD;
}

.footer .top a.where {
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 55px;
  width: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border-radius: 8px;
}

.footer .top a.where img {
  margin-right: 15px;
}

.footer .middle {
  padding: 0 0 30px;
}

.footer .middle .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .middle .navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .middle .navigation ul a {
  font-size: 16px;
}

.footer .middle .navigation ul:not(.children) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .middle .navigation ul:not(.children) > li > a {
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}

.footer .middle .navigation ul:not(.children) > li + li {
  margin-left: 75px;
}

.footer .middle .navigation ul ul {
  margin-top: 20px;
}

.footer .middle .navigation ul ul li + li {
  margin-top: 15px;
}

.footer .middle .contacts {
  text-align: right;
}

.footer .middle .contacts .phone {
  margin-bottom: 25px;
}

.footer .middle .contacts .phone a {
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  color: #7C808A;
}

.footer .middle .contacts .phone a b {
  font-weight: 700;
  color: #fff;
}

.footer .middle .contacts .mail a,
.footer .middle .contacts .address {
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  margin-top: 15px;
}

.footer .bottom {
  padding-bottom: 50px;
}

.footer .bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .bottom .container .copy {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.footer .bottom .container .right {
  text-align: right;
}

.footer .bottom .container .right .social {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #7C808A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .bottom .container .right .social ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .bottom .container .right .social ul li + li {
  margin-left: 15px;
}

.footer .bottom .container .right .social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47px;
  height: 47px;
  background: #363942;
  border-radius: 50%;
}

.footer .bottom .container .right .powered {
  margin-top: 20px;
}

.footer .bottom .container .right .powered a {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #F80101;
}

/* Modals */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(19.64%, rgba(0, 0, 0, 0))), rgba(8, 8, 8, 0.8);
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 19.64%), rgba(8, 8, 8, 0.8);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 19.64%), rgba(8, 8, 8, 0.8);
  z-index: 98;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  padding: 20px;
}

.overlay.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overlay:after {
  content: '';
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F80101;
}

.overlay .modal {
  position: relative;
  z-index: 99;
  background-color: #E5E5E5;
  max-width: 500px;
  width: 100%;
  padding: 20px;
  display: none;
}

.overlay .modal.open {
  display: block;
}

.overlay .modal .modal-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.overlay .modal .close {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 45px;
  font-weight: 300;
  text-decoration: none;
}

.overlay .modal#filters {
  margin: 0;
  width: 100%;
  height: 100%;
  padding-right: 0;
}

.overlay .modal#filters #filters-block {
  max-height: calc(100% - 40px);
  overflow-y: auto;
  padding-right: 20px;
  margin-top: 20px;
}

.overlay .modal#filters #filters-block .sub-categories-list ul {
  white-space: normal;
}

.overlay .modal#filters #filters-block .sub-categories-list ul a {
  padding: 5px 20px;
  line-height: 20px;
}

.overlay .modal#partners {
  max-width: 800px;
}

.overlay .modal #compare-name {
  margin: 30px 0;
}

.overlay .modal .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay .modal .links a.go {
  background: #f80101;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 20px;
  padding: 10px 30px;
  color: #fff;
}

.overlay .modal .links .dop-close {
  margin-left: 30px;
  text-decoration: none;
}

.overlay .modal .markets {
  position: relative;
  padding: 0 50px;
}

.overlay .modal .markets > a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}

.overlay .modal .markets > a.markets-button-next {
  left: 0;
  padding-right: 3px;
}

.overlay .modal .markets > a.markets-button-prev {
  right: 0;
  padding-left: 4px;
}

.overlay .modal .markets > a img {
  width: 10px;
}

.overlay .modal .markets .markets-wrapper {
  overflow-x: hidden;
  margin-top: 20px;
}

.overlay .modal .markets .markets-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.overlay .modal .markets .markets-wrapper ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.overlay .modal .markets .markets-wrapper ul li .image {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overlay .modal .markets .markets-wrapper ul li .image img {
  vertical-align: top;
}

.overlay .modal .markets .markets-wrapper ul li .links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}

.tehnology-item{
			display: flex;
			align-items:center;
			margin-bottom: 50px;
			flex-wrap: wrap;
		}
		.tehnology-item-picture{
			position: relative;
			z-index: 1;
			width: 50%;
			flex:0 0 auto;
		}
		.tehnology-item-picture img{
			width: 100%;
		}
		.tehnology-item-content{
			position: relative;
			padding-left: 40px;
			width: 50%;
			flex:0 0 auto;
			z-index: 2;
		}
		.tehnology-item-head{
			display: flex;
			align-items:flex-start;
			margin-bottom: 30px;
		}
		.tehnology-item-number{
			display: flex;
			align-items:center;
			justify-content: center;
			background: #fff;
			width: 100px;
			height: 100px;
			margin-right: 30px;
			background-color: #fff;
			text-align: center;
			font-size: 46px;
			font-weight: bold;
			margin-left: -90px;
			color: #f80101;
		}
		.tehnology-item-name{
			font-weight: 600;
			font-size: 26px;
			line-height: 27px;
			padding-top: 15px;
		}
		@media (min-width: 1000px){
			.tehnology-item:nth-child(even) .tehnology-item-content{
				order: 1;
				padding: 0 40px 0 0;
				text-align: right;
			}
			.tehnology-item:nth-child(even) .tehnology-item-picture{
				order: 2;
			}
			.tehnology-item:nth-child(even) .tehnology-item-head{
				justify-content: flex-end;
			}
			.tehnology-item:nth-child(even) .tehnology-item-name{
				order: 1;
			}
			.tehnology-item:nth-child(even) .tehnology-item-number{
				order: 2;
				margin:0 -90px 0 30px;
			}
		}
		@media (max-width: 1000px){
			.tehnology-item-picture{
				width: 100%;
			}
			.tehnology-item-image{
				width: 100%;
				aspect-ratio: 1/1;
				object-fit: cover;
				object-position: center;
			}
			.tehnology-item-content{
				width: 100%;
				padding: 30px 0 0;
			}
			.tehnology-item-number{
				margin:0 30px 0 0;
			}
		}
		@media (max-width: 500px){
			.tehnology-item-name {
				font-size: 22px;
			}
			.tehnology-item-number {
				background: #fff;
				float: left;
				width: 80px;
				height: 80px;
			}
		}
		
		
		
		.collapse[data-height="300"] .collapse-content{
		max-height: 600px;
		overflow: hidden;
		position:relative;
		transition: max-height 1s ease-in-out;
	}
	.collapse:not(.is-opened) .collapse-content:after{
		content: "";
		display: block;
		position: absolute;
		bottom:0;
		left:0;
		height: 37px;
		width: 100%;
		background: linear-gradient(36.33deg, #F6F7F9 -35.11%, rgba(246, 247, 249, 0) 405.9%);
	}
	.collapse.is-opened .collapse-content{
		max-height: 10000px !important;
	}
	.collapse.is-disabled .collapse-content{
		max-height: none !important;
	}
	.collapse.is-disabled .collapse-content:after{
		display: none;
	}
	.collapse-button{
		height: 45px;
		display: inline-flex;
		border: 1px solid #7C808A;
		border-radius: 8px;
		align-items: center;
		width: 180px;
		justify-content: center;
		font-weight: 900;
		font-size: 14px;
		line-height: 45px;
		color: #F80101;
		text-transform: uppercase;
		gap: 10px;
		cursor: pointer;
	}
	.collapse:not(.is-opened) .collapse-button.mod-hide{
		display: none;
	}
	.collapse.is-opened .collapse-button.mod-show{
		display: none;
	}
	.collapse-buttons{
		padding-top: 20px;
	}
	.collapse.is-opened .collapse-buttons{
		padding-top: 40px;
	}
	.collapse.is-disabled .collapse-buttons{
		display: none;
	}
	/**/
	.characteristics-container {
		width: 70%;
	}
	.characteristics-table table{
		border: 0;
		border-collapse: collapse;
		width: 100%;
	}
	.characteristics-table td{
		border: 0;
		line-height: 20px;
		letter-spacing: 0.02em;
		padding: 8px 0;
		font-size: 14px;
		font-weight: 400;
	}
	.characteristics-table td:first-child{
		color: #7C808A;
		border-bottom: 1px solid rgba(124, 128, 138, 0.2);
		width: 700px;
		padding-right: 10px;
	}
	.characteristics-table td:last-child{
		text-align: left;
		font-weight: 600;
	}
	.characteristics-table h3{
		font-size: 18px;
		margin: 25px 0 5px;
		font-weight: 500;
		line-height: 28px;
		color: #22252D;
	}
	
	@media (max-width:1200px){
		.characteristics-container {
			width: 100%;
		}		
		.characteristics-table td:first-child{
			width: 50%;
		}
		.characteristics-table td:last-child{
			width: 50%;
		}
	}
	@media (max-width:1000px){
		.characteristics-container{
			width:100%;
		}
	}
	
	@media (max-width: 700px){
		.characteristics-container {
			width: 100%;
		}		
		.characteristics-table td:first-child{
			width: 70%;
		}
		.characteristics-table td:last-child{
			width: 30%;
			text-align: right;
			border-bottom: 1px solid rgba(124, 128, 138, 0.2);
		}
	}
	@media (max-width: 500px){
		.characteristics-table td:first-child{
			width: 60%;
		}
		.characteristics-table td:last-child{
			width: 40%;
		}
		.characteristics-table td {
			font-size: 12px;
		}
	}
	
	#lightcase-case .lightcase-contentInner img{

	}


  .partner-block{
    margin: -25px 0 25px;
  }
  .partner-block__link{
    background: #f80101;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    display: inline-block;
  }