@charset "UTF-8";
/* 
-----------------------------------------------------
  Stylesheet Guide
-----------------------------------------------------
  
  1. Default stylesheets

  2. Basic Elements
    2.1. Typography
    2.2. Lists
    2.3. Buttons
    2.4. Forms

  3. General classes
    3.1. Flex

  4. Main options
    4.1 Breadcrumps
    4.2 Offsets

  5. Header
    5.1. Main navigation
    5.2. Basket

  6. Plugins
    6.1. Preloader
    6.2. Back to top
    6.3. Carousels
    6.4. IonRangeSlider
    6.5. Tooltip
    6.6. Fancybox
    
  7. Footer
    7.1. Social list

  8. Main Sections
    8.1. Index
    8.2. catalog
    8.3. item_page
    8.4. LP
    8.5. txt page
    8.6. profile


*/
@import url(reset.css);
@import url(../fonts/stolzl/stylesheet.css);
/* ------------------------------------------------

    1. Default stylesheets

------------------------------------------------ */

html, body {
  height: 100%; }

body {
  font-family: 'stolzl', sans-serif;
  font-weight: 350;
  color: #898989;
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

body.blackout {
  background-color: #0B0B0B; }

.blackout {
  color: #E2E2E2; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

::selection {
  color: #161616;
  background: #F7C73E; }

::-moz-selection {
  color: #161616;
  background: #F7C73E; }

/* ------------------------------------------------

    2. Basic Elements

------------------------------------------------ */
/* --------------------------------------------
      2.1. Typography
-------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'stolzl', sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #0B0B0B;
  margin: 0;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout h1, .blackout h2, .blackout h3, .blackout h4, .blackout h5, .blackout h6 {
  color: #fff; }
.blackout .your_future svg g#news{
	fill:#fff;
}


h1 {
  font-size: 48px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 48px;
  margin-bottom: 60px; }

h4 {
  font-size: 40px; }

h5 {
  font-size: 24px;
  margin-bottom: 20px; }

h6 {
  font-size: 18px;
  margin-bottom: 20px; }
  h6 span {
    display: inline-block;
    margin-right: 10px; }

.title_lg h1, .title_lg h2, .title_lg h3 {
  font-size: 59px;
  margin-bottom: 40px; }

.title_sm {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 20px; }

.txt_sm {
  font-size: 14px;
  line-height: 20px; }
  .txt_sm p:not(:last-child) {
    margin-bottom: 8px; }

.txt_smt {
  font-size: 13px;
  line-height: 13px; }

h4 + .txt_smt {
  margin-top: -20px; }

h6 + .txt_smt {
  margin-top: -10px; }

p:not(:last-child) {
  margin-bottom: 30px; }

mark {
  background-color: #20cfef;
  padding: 0 2px;
  color: #fff; }

mark.red {
  background-color: #ee352f; }

sup {
  display: inline-block;
  -moz-transform: scale(0.6) translate(-10%, -30%);
  -o-transform: scale(0.6) translate(-10%, -30%);
  -webkit-transform: scale(0.6) translate(-10%, -30%);
  transform: scale(0.6) translate(-10%, -30%); }

a {
  color: #7F7F7F;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a:hover {
  color: #F7C73E;
  text-decoration: none; }

a:focus,
a:visited {
  text-decoration: none; }

.link {
  color: #F7C73E;
  text-decoration: underline; }
  .link:hover {
    text-decoration: none; }

.link_w {
  color: #fff; }

.link_y {
  color: #F7C73E;
  text-decoration: underline; }
  .link_y:hover {
    text-decoration: none; }

.link_b {
  color: #0B0B0B;
  text-decoration: underline; }
  .link_b:hover {
    text-decoration: none; }

.blackout .link_b {
  color: #fff; }

.link2 {
  font-size: 14px;
  line-height: 14px;
  color: #7F7F7F;
  text-decoration: none; }
.blackout .advantages_item a:not(.btn){
	color: #F7C73E;
    text-decoration: underline;
}
.link3 {
  color: #161616;
  text-decoration: underline; }
  .link3:hover {
    text-decoration: none; }

.blackout .link3 {
  color: #fff; }

.fz20 {
  font-size: 20px; }

.fz18 {
  font-size: 18px; }

.fz16 {
  font-size: 16px; }

.fz14 {
  font-size: 14px; }

.fz13 {
  font-size: 13px; }

.fz12 {
  font-size: 12px; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw600 {
  font-weight: 600; }

.fw700 {
  font-weight: 700; }

.fw_bold {
  font-weight: bold; }

.fw800 {
  font-weight: 800; }

.fw900 {
  font-weight: 900; }

.book {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }

.color_b {
  color: #0B0B0B; }

.blackout .color_b {
  color: #fff; }

.color_y {
  color: #F7C73E; }

.color_g {
  color: #C1C1C1; }

.color_r {
  color: #FF7828; }

.color_g2 {
  color: #C1C1C1; }

.blackout .color_g2 {
  color: #888; }

.color_g3 {
  color: rgba(94, 94, 94, 0.8); }

.blackout .color_g3 {
  color: rgba(184, 184, 184, 0.8); }

.color_g4 {
  color: rgba(137, 137, 137, 0.8); }

.color_g5 {
  color: #5E5E5E; }

.blackout .color_g5 {
  color: #C1C1C1; }

.color_g6 {
  color: #9A9A9A; }

/* --------------------------------------------
      2.2. Lists
-------------------------------------------- */
ol:not([class]) {
  counter-reset: myCounter;
  margin-bottom: 30px; }

ol:not([class]) > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px; }

ol:not([class]) > li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.list_arrow:not(:last-child) {
  margin-bottom: 30px; }

.list_arrow {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400; }
  .list_arrow h6 {
    margin-bottom: 8px; }
  .list_arrow li:not(:last-child) {
    margin-bottom: 24px; }
  .list_arrow li {
    padding-left: 40px;
    background-image: url(../images/icons/info_arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 7px 12px; }

.list_num:not(:last-child) {
  margin-bottom: 30px; }

.list_num {
  counter-reset: myCounter;
  font-size: 14px;
  line-height: 20px; }
  .list_num h6 {
    margin-bottom: 8px; }
  .list_num li:not(:last-child) {
    margin-bottom: 24px; }

.list_num li {
  list-style: none;
  padding-left: 45px;
  position: relative; }

.list_num_mod li:before {
  display: none; }
.list_num_mod li span {
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  color: #F8C71B;
  position: absolute;
  top: 2px;
  left: 0;
  padding-right: 10px;
  z-index: 2; }

.list_num li:before {
  counter-increment: myCounter;
  content: "0" counter(myCounter) ".";
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  color: #F8C71B;
  position: absolute;
  top: 2px;
  left: 0; }

.list_num > li:nth-child(9) ~ li:before {
  content: "" counter(myCounter) "."; }

/* --------------------------------------------
      2.3. Buttons
-------------------------------------------- */
.h {
  display: none; }

.active .h {
  display: block; }

.active .s {
  display: none; }

header .btn_day_night {
  display: none; }

.btn_day_night {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #0B0B0B; }
  .btn_day_night i {
    height: 18px;
    display: inline-block;
    margin-left: 6px;
    width: 18px; }
    .btn_day_night i svg * {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .btn_day_night:hover {
    color: #F7C73E !important; }

.blackout .btn_day_night {
  color: #fff; }

.btn_day_night .s i {
  padding-top: 2px; }
.btn_day_night .s:hover svg * {
  stroke: #F7C73E !important; }

.btn_day_night .h {
  display: none; }
  .btn_day_night .h:hover svg * {
    fill: #F7C73E !important; }

.blackout .btn_day_night .h {
  display: block; }

.blackout .btn_day_night .s {
  display: none; }

.change_color {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .change_color {
  fill: #fff; }
  .blackout .change_color * {
    fill: #fff; }

.change_color_blackout {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .change_color_blackout {
  fill: #0B0B0B; }
  .blackout .change_color_blackout * {
    fill: #0B0B0B; }

.change_color2 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .change_color2 {
  fill: #171717; }
  .blackout .change_color2 * {
    fill: #171717; }

.change_color3 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .change_color3 {
  fill: #2E2E2E; }
  .blackout .change_color3 * {
    fill: #2E2E2E; }

.change_color_svg rect, .change_color_svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .change_color_svg [fill="white"] {
  fill: #0B0B0B; }

.blackout .change_color_svg [fill="#F9F9F9"] {
  fill: #171717; }

.blackout .change_color_svg [fill="#F2F2F2"] {
  fill: #2E2E2E; }

.blackout .change_color_svg_mod [fill="#F2F2F2"] {
  fill: #3A3A3A; }

.blackout .change_color_svg [fill="#EEEEEE"] {
  fill: #363636; }

.blackout .change_color_svg [fill="#ECECEC"] {
  fill: #303030; }

.blackout .change_color_svg_mod [fill="#F1F1F1"] {
  fill: #171717; }

.blackout .change_color_svg_mod [fill="#F7F7F7"] {
  fill: #1A1A1A; }

.blackout .change_color_svg_mod [fill="#F2F2F2"] {
  fill: #3B3B3B; }

.btn_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px; }

.btn_box > *:not(:last-child) {
  margin-right: 30px; }

.btn_box > * {
  margin-bottom: 10px; }

.btn_box_md {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.btn_box_md > *:not(:last-child) {
  margin-right: 16px; }

.btn_box_sm {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .btn_box_sm .star_style {
    width: 100px !important; }

.btn_box_sm > *:not(:last-child) {
  margin-right: 6px; }

.btn_box_mod > *:not(:last-child) {
  margin-right: 10px; }

.btn_box_mod > * {
  margin-bottom: 0 !important; }

.btn_box.btn_box_mod > *:not(:last-child) {
  margin-right: 20px; }

.title_box .btn_box_mod > *:not(:last-child) {
  margin-right: 20px; }

.btn {
  display: inline-block;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  padding: 14px 30px;
  background: #0B0B0B;
  border-radius: 23px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0; }
  .btn svg * {
    fill: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn i {
    display: inline-block;
    margin-right: 10px; }

.btn:hover {
  background-color: #F7C73E;
  color: #262626; }

.blackout .btn {
  background: #FFFFFF;
  color: #161616; }
.blackout .btn:hover {
  background-color: #F7C73E;
  color: #262626; }

.btn_transparent {
  background-color: transparent !important;
  color: #161616; }
  .btn_transparent svg * {
    fill: #161616; }
  .btn_transparent:hover {
    color: #F7C73E; }
    .btn_transparent:hover * {
      fill: #F7C73E; }

.blackout .btn_transparent {
  background-color: transparent;
  color: #fff; }
  .blackout .btn_transparent svg * {
    fill: #fff; }
  .blackout .btn_transparent:hover {
    color: #F7C73E; }
    .blackout .btn_transparent:hover * {
      fill: #F7C73E; }

header .btn_transparent {
  position: relative;
  background-color: transparent !important;
  color: #161616; }
  header .btn_transparent svg * {
    fill: #161616; }
  header .btn_transparent.active:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 7px;
    width: 6px;
    height: 6px;
    background: #F7C73E;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  header .btn_transparent:hover {
    background-color: #F2F2F2 !important;
    color: #161616; }
    header .btn_transparent:hover svg * {
      fill: #161616; }

.blackout header .btn_transparent {
  background-color: transparent;
  color: #fff; }
  .blackout header .btn_transparent svg * {
    fill: #fff; }
  .blackout header .btn_transparent.active:before {
    border: 2px solid #1E1E1E; }
  .blackout header .btn_transparent:hover {
    background: #1E1E1E !important;
    color: #F7C73E; }
    .blackout header .btn_transparent:hover svg * {
      fill: #fff; }

.btn_basket.btn_transparent.active:before {
  left: 11px; }

.btn_transparent2 {
  background-color: transparent !important;
  color: #D0D0D0; }
  .btn_transparent2 svg * {
    fill: #D0D0D0; }
  .btn_transparent2.active, .btn_transparent2:hover {
    color: #F7C73E; }
    .btn_transparent2.active *, .btn_transparent2:hover * {
      fill: #F7C73E; }

.blackout .btn_transparent2 {
  background-color: transparent;
  color: #9A9A9A; }
  .blackout .btn_transparent2 svg * {
    fill: #9A9A9A; }
  .blackout .btn_transparent2.active, .blackout .btn_transparent2:hover {
    color: #F7C73E; }
    .blackout .btn_transparent2.active *, .blackout .btn_transparent2:hover * {
      fill: #F7C73E; }

.btn_dashed {
  background-color: transparent !important;
  border: 2px dashed #EAEAEA;
  color: #F7C73E; }
  .btn_dashed svg * {
    fill: #F7C73E; }
  .btn_dashed:hover {
    border: 2px dashed #F7C73E;
    color: #F7C73E; }
    .btn_dashed:hover * {
      fill: #F7C73E; }

.blackout .btn_dashed {
  background-color: transparent;
  border: 2px dashed #2E2E2E;
  color: #F7C73E; }
  .blackout .btn_dashed svg * {
    fill: #F7C73E; }
  .blackout .btn_dashed:hover {
    border: 2px dashed #F7C73E;
    color: #F7C73E; }
    .blackout .btn_dashed:hover * {
      fill: #F7C73E; }

.blackout .btn_yellow,
.btn_yellow {
  background-color: #F8C71B;
  color: #161616; }
  .blackout .btn_yellow svg *,
  .btn_yellow svg * {
    fill: #161616; }
  .blackout .btn_yellow:hover,
  .btn_yellow:hover {
    background-color: #0B0B0B;
    color: #fff; }
    .blackout .btn_yellow:hover svg *,
    .btn_yellow:hover svg * {
      fill: #fff; }

.blackout .btn_yellow:hover {
  background-color: #fff;
  color: #161616; }
  .blackout .btn_yellow:hover svg * {
    fill: #161616; }

.blackout .btn_white,
.btn_white {
  background-color: #fff;
  color: #0B0B0B; }
  .blackout .btn_white svg *,
  .btn_white svg * {
    fill: #0B0B0B; }
  .blackout .btn_white.remove, .blackout .btn_white:hover,
  .btn_white.remove,
  .btn_white:hover {
    background-color: #F7C73E !important;
    color: #fff !important; }
    .blackout .btn_white.remove svg *, .blackout .btn_white:hover svg *,
    .btn_white.remove svg *,
    .btn_white:hover svg * {
      fill: #fff !important; }

.blackout .btn_white.remove, .blackout .btn_white:hover {
  color: #0B0B0B !important; }
  .blackout .btn_white.remove svg *, .blackout .btn_white:hover svg * {
    fill: #0B0B0B !important; }

.blackout .btn_white2,
.btn_white2 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff; }
  .blackout .btn_white2 svg *,
  .btn_white2 svg * {
    fill: #fff; }
  .blackout .btn_white2.remove, .blackout .btn_white2:hover,
  .btn_white2.remove,
  .btn_white2:hover {
    background-color: #161616;
    color: #fff; }
    .blackout .btn_white2.remove svg *, .blackout .btn_white2:hover svg *,
    .btn_white2.remove svg *,
    .btn_white2:hover svg * {
      fill: #fff; }

.blackout .btn_white_mod {
  background-color: transparent;
  color: #fff; }
  .blackout .btn_white_mod svg * {
    fill: #fff; }

.blackout .btn_white_mod2 {
  background-color: #262626;
  color: #fff; }
  .blackout .btn_white_mod2 svg * {
    fill: #fff; }

.btn_white_mod3 svg * {
  fill: #9D9D9D; }

.blackout .btn_white_mod3 {
  background-color: #262626;
  color: #9D9D9D; }
  .blackout .btn_white_mod3 svg * {
    fill: #9D9D9D; }

.blackout .btn_white3,
.btn_white3 {
  background-color: #fff;
  color: #0B0B0B; }
  .blackout .btn_white3 svg *,
  .btn_white3 svg * {
    fill: #0B0B0B; }
  .blackout .btn_white3.remove, .blackout .btn_white3:hover,
  .btn_white3.remove,
  .btn_white3:hover {
    background-color: #F7C73E !important;
    color: #0B0B0B !important; }
    .blackout .btn_white3.remove svg *, .blackout .btn_white3:hover svg *,
    .btn_white3.remove svg *,
    .btn_white3:hover svg * {
      fill: #0B0B0B !important; }

.blackout .btn_white3 {
  background-color: #3C3C3C;
  color: #fff; }
  .blackout .btn_white3 svg * {
    fill: #fff; }
  .blackout .btn_white3.remove, .blackout .btn_white3:hover {
    color: #0B0B0B !important; }
    .blackout .btn_white3.remove svg *, .blackout .btn_white3:hover svg * {
      fill: #0B0B0B !important; }

.blackout .btn_opacity,
.btn_opacity {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff; }
  .blackout .btn_opacity svg *,
  .btn_opacity svg * {
    fill: #fff; }
  .blackout .btn_opacity.remove, .blackout .btn_opacity:hover,
  .btn_opacity.remove,
  .btn_opacity:hover {
    background-color: #F7C73E !important;
    color: #fff !important; }
    .blackout .btn_opacity.remove svg *, .blackout .btn_opacity:hover svg *,
    .btn_opacity.remove svg *,
    .btn_opacity:hover svg * {
      fill: #fff !important; }

.blackout .btn_opacity {
  background-color: rgba(255, 255, 255, 0.3); }
  .blackout .btn_opacity.remove, .blackout .btn_opacity:hover {
    color: #fff !important; }
    .blackout .btn_opacity.remove svg *, .blackout .btn_opacity:hover svg * {
      fill: #fff !important; }

.blackout .btn_gray,
.btn_gray {
  background-color: #F7F7F7;
  color: #0B0B0B; }
  .blackout .btn_gray svg *,
  .btn_gray svg * {
    fill: #0B0B0B; }
  .blackout .btn_gray.remove, .blackout .btn_gray:hover,
  .btn_gray.remove,
  .btn_gray:hover {
    background-color: #F7C73E !important;
    color: #0B0B0B !important; }
    .blackout .btn_gray.remove svg *, .blackout .btn_gray:hover svg *,
    .btn_gray.remove svg *,
    .btn_gray:hover svg * {
      fill: #0B0B0B !important; }

.blackout .btn_gray {
  background-color: #151515;
  color: #fff; }
  .blackout .btn_gray svg * {
    fill: #fff; }

.blackout .btn_gray2,
.btn_gray2 {
  background-color: #F7F7F7;
  color: #9D9D9D; }
  .blackout .btn_gray2 svg *,
  .btn_gray2 svg * {
    fill: #9D9D9D; }
  .blackout .btn_gray2.remove, .blackout .btn_gray2:hover,
  .btn_gray2.remove,
  .btn_gray2:hover {
    background-color: #EEEEEE !important;
    color: #262626 !important; }
    .blackout .btn_gray2.remove svg *, .blackout .btn_gray2:hover svg *,
    .btn_gray2.remove svg *,
    .btn_gray2:hover svg * {
      fill: #262626 !important; }

.blackout .btn_gray2 {
  background-color: #515151;
  color: #9D9D9D; }
  .blackout .btn_gray2 svg * {
    fill: #9D9D9D; }
  .blackout .btn_gray2.remove, .blackout .btn_gray2:hover {
    background-color: #464646 !important;
    color: #fff !important; }
    .blackout .btn_gray2.remove svg *, .blackout .btn_gray2:hover svg * {
      fill: #fff !important; }

.blackout .btn_gray3,
.btn_gray3 {
  background-color: #313131;
  color: #fff; }
  .blackout .btn_gray3 svg *,
  .btn_gray3 svg * {
    fill: #fff; }
  .blackout .btn_gray3.remove, .blackout .btn_gray3:hover,
  .btn_gray3.remove,
  .btn_gray3:hover {
    background-color: #EEEEEE !important;
    color: #262626 !important; }
    .blackout .btn_gray3.remove svg *, .blackout .btn_gray3:hover svg *,
    .btn_gray3.remove svg *,
    .btn_gray3:hover svg * {
      fill: #262626 !important; }

.blackout .btn_gray4,
.btn_gray4 {
  background-color: #EAEAEA;
  color: #0B0B0B;
  font-weight: bold; }
  .blackout .btn_gray4 svg *,
  .btn_gray4 svg * {
    fill: #0B0B0B; }
  .blackout .btn_gray4.remove, .blackout .btn_gray4:hover,
  .btn_gray4.remove,
  .btn_gray4:hover {
    background-color: #F7C73E !important;
    color: #0B0B0B !important; }
    .blackout .btn_gray4.remove svg *, .blackout .btn_gray4:hover svg *,
    .btn_gray4.remove svg *,
    .btn_gray4:hover svg * {
      fill: #0B0B0B !important; }

.blackout .btn_gray4 {
  background: #3C3C3C;
  color: #fff; }
  .blackout .btn_gray4 svg * {
    fill: #fff; }

.btn_blue {
  background-color: #4285F4 !important;
  color: #fff !important; }
  .btn_blue i {
    height: 18px; }
  .btn_blue:hover {
    color: #fff;
    background-color: #F7C73E !important; }
    .btn_blue:hover * {
      fill: #fff; }

.btn.btn_sm {
  padding: 12px 20px; }

.btn.btn_sm2 {
  padding-left: 20px;
  padding-right: 20px; }

.btn.btn_sm3 {
  padding: 8px 14px;
  width: 100%;
  text-align: left; }

.btn_point {
  padding-left: 5px;
  padding-right: 5px;
  width: 46px;
  height: 46px; }

.btn_point.btn_sm {
  width: 40px;
  height: 40px;
  padding-left: 5px;
  padding-right: 5px; }

.btn_rect,
.btn_radius {
  border-radius: 7px; }

.btn_full {
  width: 100%; }

.btn_full2 {
  width: 100%;
  text-align: left; }

.btn_add_point.add .s,
.btn_click.add .s {
  display: block; }
.btn_add_point.add .h,
.btn_click.add .h {
  display: none; }
.btn_add_point.remove .s,
.btn_click.remove .s {
  display: none; }
.btn_add_point.remove .h,
.btn_click.remove .h {
  display: block; }

/* --------------------------------------------
        2.4. Forms
-------------------------------------------- */
::-webkit-input-placeholder {
  color: #C9C9C9;
  -webkit-transition: text-indent .5s ease, color .5s ease;
  transition: text-indent .5s ease, color .5s ease; }

input::-moz-placeholder {
  color: #C9C9C9;
  opacity: 1; }

textarea::-moz-placeholder {
  color: #C9C9C9;
  opacity: 1; }

::ms-input-placeholder {
  color: #C9C9C9; }

[placeholder]:focus::-webkit-input-placeholder {
  text-indent: 10em !important;
  color: transparent !important; }

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form_box:not(:last-child) {
  margin-bottom: 30px; }

.form_box_sm {
  position: relative; }

.form_box_sm:not(:last-child) {
  margin-bottom: 20px; }

.form_wr {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #F3F3F3; }

.blackout .form_wr {
  border-color: rgba(255, 255, 255, 0.1); }

.form_line {
  margin: 30px 0;
  height: 1px;
  background: #EDEDED;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .form_line {
  background: #464646; }

.row_offset .form_line {
  margin: 10px 0; }


.input_check {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }
.filter_list .input_check + label {
	margin-bottom: 15px;
}
.input_check + label {
  position: relative;
  padding: 0 0 0 36px;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #5E5E5E;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .input_check + label:hover {
    color: #f9c700 !important; }
  .input_check + label span:not(:last-child) {
    margin-right: 10px;
    display: inline-block; }

.input_check + label:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #ECECEC;
  border-radius: 4px;
  border: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.input_check + label:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/ok.svg);
  background-size: 8px 6px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.input_check:checked + label:before {
  background: #F7C73E; }

.input_check:checked + label:after {
  opacity: 1; }

.input_check:disabled + label {
  opacity: 0.5; }

.input_check:disabled + label:before {
  opacity: 0.5; }

.blackout .input_check + label {
  color: #C7C7C7; }
.blackout .input_check + label:before {
  background: #3C3C3C; }
.blackout .input_check:checked + label:before {
  background: #F7C73E; }

.input_check + .input_check_label_sm {
  font-size: 13px;
  color: #888888; }

.input_check_point + label:before {
  border-radius: 100%; }

.input_check_point + label:after {
  background-image: none !important;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border: 4px solid #F7C73E;
  top: -1px;
  left: 0px;
  border-radius: 100% !important; }

.blackout .input_check_point:checked + label:after {
  background-color: #151515; }

input:not([type=checkbox]):not([type=radio]), textarea {
  font-family: 'stolzl', sans-serif;
  height: 46px;
  border: 2px solid #F1F1F1;
  border-radius: 5px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #0B0B0B;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none !important; }

textarea {
  height: 150px;
  max-width: 100%;
  padding: 16px 20px; }

.textarea_sm {
  height: 100px; }

.textarea_lg {
  height: 215px; }

.blackout .form_bg {
  background-color: #262626 !important;
  border: 2px solid #565656 !important; }

.form_border {
  border: 2px dashed #DCDCDC !important; }

.blackout .form_border {
  border: 2px dashed #313131 !important; }

.blackout ::-webkit-input-placeholder {
  color: #828282; }
.blackout input::-moz-placeholder {
  color: #828282; }
.blackout ::ms-input-placeholder {
  color: #828282; }
.blackout input:not([type=checkbox]):not([type=radio]), .blackout textarea {
  color: #fff;
  background-color: #151515;
  border: 2px solid #222222; }

.form_mod_placeholder ::-webkit-input-placeholder {
  color: #606060; }
.form_mod_placeholder input::-moz-placeholder {
  color: #606060; }
.form_mod_placeholder ::ms-input-placeholder {
  color: #606060; }

.blackout .form_mod_placeholder ::-webkit-input-placeholder {
  color: #C7C7C7; }
.blackout .form_mod_placeholder input::-moz-placeholder {
  color: #C7C7C7; }
.blackout .form_mod_placeholder ::ms-input-placeholder {
  color: #C7C7C7; }

.phone_input {
  position: relative; }
  .phone_input .phone_txt {
    border-right: 2px solid #F1F1F1;
    width: 41px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #C8C8C8;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .phone_input input:not([type=checkbox]):not([type=radio]) {
    padding-left: 77px; }

.blackout .phone_input .phone_txt {
  color: #888888;
  border-right: 2px solid #343434; }

.form_list li:not(:last-child) {
  margin-bottom: 10px; }

.search_box {
  position: relative;
  margin-bottom: 30px; }
  .search_box ::-webkit-input-placeholder {
    color: #787878; }
  .search_box input::-moz-placeholder {
    color: #787878; }
  .search_box ::ms-input-placeholder {
    color: #787878; }
  .search_box input:not([type=checkbox]):not([type=radio]) {
    padding-left: 50px;
    padding-right: 15px; }

.btn_search {
  width: 36px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: none;
  background-color: transparent;
  outline: none; }
  .btn_search svg, .btn_search img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px; }
    .btn_search svg *, .btn_search img * {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.blackout .search_box ::-webkit-input-placeholder {
  color: #C7C7C7; }
.blackout .search_box input::-moz-placeholder {
  color: #C7C7C7; }
.blackout .search_box ::ms-input-placeholder {
  color: #C7C7C7; }
.blackout .btn_search svg * {
  fill: #545454; }

.clear_file {
  display: none !important;
  margin-left: 15px; }

.input_file_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.input_file_box.selected .clear_file {
  display: block !important; }

.name_file {
  display: none;
  width: 100%;
  padding-top: 10px; }

.selected .name_file {
  display: block; }

.pseudo-select {
  position: relative;
  z-index: 1;
  padding-right: 25px; }
  .pseudo-select:hover {
    z-index: 2; }
  .pseudo-select .nav_arrow {
    position: absolute;
    right: 0;
    top: 6px; }
  .pseudo-select path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.pseudo-select .select {
  cursor: pointer;
  padding-bottom: 13px;
  padding-top: 13px;
  font-size: 14px;
  line-height: 14px;
  color: #161616;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.pseudo-select:hover path {
  fill: #F7C73E !important; }

.pseudo-select:hover .select {
  color: #F7C73E !important; }

.pseudo-select .options {
  position: absolute;
  z-index: 2;
  margin-top: -3px;
  top: 100%;
  left: -30px;
  width: 220px;
  max-width: 100vw;
  padding: 30px 16px;
  background: #F2F2F2;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none; }

.pseudo-select .options:before {
  content: '';
  position: absolute;
  left: 60px;
  top: -4px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #F2F2F2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.pseudo-select .options > div {
  cursor: pointer;
  display: block;
  padding: 9px 14px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 16px;
  color: #777777;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.pseudo-select .options > div:hover {
  background: #F7C73E !important;
  color: #000 !important; }

.pseudo-select .options > div.check {
  background: #F7C73E !important;
  color: #000 !important; }

.blackout .pseudo-select .select {
  color: #fff; }
.blackout .pseudo-select path {
  fill: #fff; }
.blackout .pseudo-select .options {
  background: #262626; }
  .blackout .pseudo-select .options > div {
    color: #DEDEDE; }
.blackout .pseudo-select .options:before {
  border-bottom: 5px solid #262626; }

.pseudo-select.pseudo_select_style {
  padding-right: 0;
  padding-bottom: 11px;
  margin-bottom: -11px; }
  .pseudo-select.pseudo_select_style path {
    fill: #0B0B0B !important; }
  .pseudo-select.pseudo_select_style .select {
    border: 2px solid #F1F1F1;
    border-radius: 5px;
    text-align: left;
    width: 100%;
    padding: 16px 20px;
    background: #0B0B0B;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -o-flex-shrink: 0;
    flex-shrink: 0;
    background-color: transparent;
    color: #C1C1C1 !important;
    padding-right: 40px !important; }
  .pseudo-select.pseudo_select_style .options {
    left: 0;
    margin-top: -1px;
    width: 100%; }
  .pseudo-select.pseudo_select_style .options:before {
    display: none; }
  .pseudo-select.pseudo_select_style .nav_arrow {
    right: 25px;
    top: 8px; }

.blackout .pseudo_select_style .select {
  border: 2px solid #565656;
  color: #C1C1C1 !important; }
.blackout .pseudo_select_style path {
  fill: #D5D5D5 !important; }

.form_mod_placeholder .pseudo-select.pseudo_select_style .select {
  color: #0B0B0B !important; }

.blackout .form_mod_placeholder .pseudo-select.pseudo_select_style .select {
  border: 2px solid #222;
  color: #C7C7C7 !important; }
.blackout .form_mod_placeholder .pseudo-select.pseudo_select_style path {
  fill: #C7C7C7 !important; }

.blackout .pseudo_select_style .select.form_bg {
  background-color: #262626;
  border: 2px solid #565656; }

.number-plus-minus .jq-number {
  padding: 0 0px; }

.number-plus-minus .jq-number__field {
  width: 60px;
  border: none !important;
  background: none;
  background-color: transparent;
  box-shadow: none; }

.number-plus-minus .jq-number__field input {
  text-align: center; }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

.number-plus-minus .jq-number__spin {
  left: 0;
  height: 40px;
  width: 40px;
  border: none;
  background: none;
  background-color: #F7F7F7;
  box-shadow: none;
  border-radius: 100%;
  top: 50%;
  margin-top: -20px;
  bottom: auto;
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.number-plus-minus .jq-number__spin.plus {
  right: 0;
  left: auto; }

.number-plus-minus .jq-number__spin:before {
  content: '';
  position: absolute;
  top: 19px;
  left: 15px;
  width: 10px;
  height: 2px;
  border: none;
  background: #0B0B0B;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.number-plus-minus .jq-number__spin.minus:after {
  display: none; }

.number-plus-minus .jq-number__spin.plus:after {
  top: 15px;
  left: 19px;
  width: 2px;
  height: 10px;
  border: none;
  background: #0B0B0B;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .number-plus-minus .jq-number__spin {
  background-color: #232323; }
  .blackout .number-plus-minus .jq-number__spin:before, .blackout .number-plus-minus .jq-number__spin:after {
    background: #fff; }

.form_ok {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #75CD8D;
  padding: 2px;
  text-align: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0; }
  .form_ok svg, .form_ok img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.form_ok + input:not([type=checkbox]):not([type=radio]) {
  padding-right: 40px; }

.form_ok_pos {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -40px;
  top: 12px;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #BDBDBD;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  white-space: nowrap; }
  .form_ok_pos .form_ok {
    margin-right: 10px; }

.blackout .form_ok_pos {
  color: #6B6B6B; }

.form_link {
  position: absolute;
  right: 20px;
  top: 15px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #C1C1C1; }
  .form_link:hover {
    color: #F7C73E !important; }

.form_link + input:not([type=checkbox]):not([type=radio]) {
  padding-right: 120px; }

.blackout .form_link {
  color: #6B6B6B; }

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

.radio_btn_list_item:first-child .input_check_btn + label {
  border-radius: 7px 0px 0px 7px; }

.radio_btn_list_item:last-child .input_check_btn + label {
  border-radius: 0px 7px 7px 0px; }

.input_check_btn {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }

.input_check_btn + label {
  position: relative;
  padding: 13px 10px;
  min-width: 100px;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  color: #0B0B0B;
  display: block;
  text-align: center;
  background: #F7F7F7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .input_check_btn + label:hover {
    background-color: #EAEAEA;
    color: #565656; }
  .input_check_btn + label span:not(:last-child) {
    margin-right: 10px;
    display: inline-block; }

.input_check_btn:checked + label {
  background-color: #EAEAEA;
  color: #565656; }

.blackout .input_check_btn + label {
  color: #fff;
  background: #3C3C3C; }
  .blackout .input_check_btn + label:hover {
    background-color: #242424;
    color: #565656; }

.blackout .input_check_btn:checked + label {
  background-color: #242424;
  color: #565656; }

/* ------------------------------------------------

    3. General Classes

------------------------------------------------ */
.al_left {
  text-align: left; }

.al_right {
  text-align: right; }

.al_center {
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.wrapper {
  overflow: hidden; }

.hide {
  display: none; }

.show {
  display: block; }

.d_ib {
  display: inline-block; }

.transparent {
  opacity: 0; }

.invisible {
  opacity: 0;
  visibility: hidden; }

.visible {
  opacity: 1;
  visibility: visible; }

.p_abs {
  position: absolute; }

.p_rel {
  position: relative; }

.p_fix {
  position: fixed; }

.reg {
  text-transform: uppercase; }

.underline {
  text-decoration: underline; }

.clear {
  clear: both;
  width: 100%;
  line-height: 0;
  font-size: 0; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.nowrap {
  white-space: nowrap; }

.nowrap_box {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* --------------------------------------------
      3.1. Flex
-------------------------------------------- */
.flex_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.flex_middle {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.flex_between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }

.flex_start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start; }

.flex_column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }

.flex_align_end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end; }

.box_first {
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  -o-order: -1;
  order: -1; }

.box_fix {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0; }

/* ------------------------------------------------

    4. Main
    
------------------------------------------------ */
section {
  position: relative;
  padding: 0px 0px 0px 0px; }

.page_wrap {
  position: relative;
  min-height: 100%;
  overflow: hidden; }

img {
  max-width: 100%; }

.row_center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }

.row.row_offset > * {
  margin-bottom: 30px; }

.row_lt {
  margin-left: -5px;
  margin-right: -5px; }
  .row_lt > * {
    padding-left: 5px;
    padding-right: 5px; }
  .row_lt.row_offset > * {
    margin-bottom: 10px; }

.row_sm {
  margin-left: -10px;
  margin-right: -10px; }
  .row_sm > * {
    padding-left: 10px;
    padding-right: 10px; }
  .row_sm.row_offset > * {
    margin-bottom: 20px; }

.row_md {
  margin-left: -20px;
  margin-right: -20px; }
  .row_md > * {
    padding-left: 20px;
    padding-right: 20px; }
  .row_md.row_offset > * {
    margin-bottom: 40px; }

.row_md2 {
  margin-left: -25px;
  margin-right: -25px; }
  .row_md2 > * {
    padding-left: 25px;
    padding-right: 25px; }
  .row_md2.row_offset > * {
    margin-bottom: 50px; }

.row_lg {
  margin-left: -30px;
  margin-right: -30px; }
  .row_lg > * {
    padding-left: 30px;
    padding-right: 30px; }
  .row_lg.row_offset > * {
    margin-bottom: 60px; }
  .row_lg.row_offset2 {
    margin-bottom: -24px; }
  .row_lg.row_offset2 > * {
    margin-bottom: 24px; }

.row_xl {
  margin-left: -50px;
  margin-right: -50px; }
  .row_xl > * {
    padding-left: 50px;
    padding-right: 50px; }
  .row_xl.row_offset > * {
    margin-bottom: 60px; }

.col-xxl-lin-left {
  border-left: 2px solid #F3F3F3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .col-xxl-lin-left {
  border-color: #2F2F2F; }

.col-lg-45 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  -webkit-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%; }

.col-lg-55 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  -webkit-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%; }

.box_be {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px; }
  .box_be > *:not(:last-child) {
    margin-right: 20px; }
  .box_be > * {
    margin-bottom: 10px; }

.box_be2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px; }
  .box_be2 > *:not(:last-child) {
    margin-right: 20px; }
  .box_be2 > * {
    margin-bottom: 10px; }

.section_vert {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.section_bottom {
  width: 100%;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end; }

.section_top {
  width: 100%; }

.day_show {
  display: block; }

.night_show {
  display: none; }

.blackout .day_show {
  display: none; }
.blackout .night_show {
  display: block; }

/* --------------------------------------------
      4.1. Breadcrumps
-------------------------------------------- */
.breadcrumps {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #C6C6C6;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.breadcrumps + h1,
.breadcrumps + h2,
.breadcrumps + h3,
.breadcrumps + .title_box {
  margin-top: -24px; }

.breadcrumps a {
  font-weight: 400;
  color: #C6C6C6;
  text-decoration: none; }

.breadcrumps a:hover {
  color: #F8C71B !important; }

.breadcrumps li {
  display: inline-block;
  position: relative; }

.breadcrumps li:not(:last-child) {
  padding-right: 9px; }

.breadcrumps li:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin-left: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .breadcrumps {
  color: #828282; }
  .blackout .breadcrumps a {
    color: #828282; }

/* --------------------------------------------
      4.2. Offsets
-------------------------------------------- */
.section_offset_lg {
  margin: 160px 0; }

.section_offset {
  margin: 80px 0; }

header + .section_offset {
  margin-top: 60px; }

.section_offset_bg_lg {
  padding: 160px 0; }

.section_offset_bg {
  padding: 80px 0; }

.section_offset_bg_mod {
  margin-top: 160px;
  padding-bottom: 320px;
  min-height: 850px; }

.section_offset_off {
  margin-top: -80px; }

.offset_60 {
  margin-bottom: 60px; }

.offset_80 {
  margin-bottom: 80px; }

.cont_offset:not(:last-child) {
  margin-bottom: 50px; }

.mb0 {
  margin-bottom: 0px !important; }

.mb2 {
  margin-bottom: 2px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb30_resp {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb55 {
  margin-bottom: 55px; }

.mb60 {
  margin-bottom: 60px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt40 {
  margin-top: 40px; }

.pt60 {
  padding-top: 60px; }

.pb20 {
  padding-bottom: 20px; }

.pb60 {
  padding-bottom: 60px; }

.pl20 {
  padding-left: 20px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pr20 {
  padding-right: 10px; }

.pl10 {
  padding-left: 10px; }

/* ------------------------------------------------

    5. Header

------------------------------------------------ */

header {
  font-weight: 400;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 120;
  padding: 0 90px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout header {
  background-color: #0B0B0B; }

.logo a {
  display: block;
  width: 279px;
  margin-right: 30px; }
  .logo a svg, .logo a img {
    width: 100%;
    height: auto; }

.btn_day_night_fix {
  position: fixed;
  left: 0;
  top: 50%; }

.header_btn_box {
  padding-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start; }
  .header_btn_box > *:not(:last-child) {
    margin-right: 20px; }

.header_right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start; }
  .header_right > *:not(:last-child) {
    margin-right: 40px;
    padding-right: 50px;
    position: relative; }
    .header_right > *:not(:last-child):before {
      content: '';
      position: absolute;
      top: 38px;
      right: 0;
      height: 24px;
      width: 1px;
      background: #D7D7D7;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.blackout .header_right > *:not(:last-child):before {
  background: #4F4F4F; }

.nav_basket_box {
  margin-right: 10px !important; }

.btn_basket {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.icon_basket {
  height: 16px;
  position: relative;
  top: -1px; }

/* --------------------------------------------
      5.1. Main navigation
-------------------------------------------- */
.navigation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .navigation > li:not(:last-child) {
    margin-right: 40px; }
  .navigation > li {
    position: relative; }
    .navigation > li:hover > a {
      color: #F7C73E !important; }
  .navigation > li > a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #161616;
    padding-top: 42px;
    padding-bottom: 32px; }
    .navigation > li > a:hover {
      color: #F7C73E !important; }
      .navigation > li > a:hover svg * {
        fill: #F7C73E !important; }
    .navigation > li > a svg {
      display: inline-block;
      margin-left: 8px; }
    .navigation > li > a svg * {
      fill: #161616;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.blackout .navigation > li > a {
  color: #fff; }
  .blackout .navigation > li > a svg * {
    fill: #fff; }

.navigation_lv2 {
  position: absolute;
  margin-top: -3px;
  top: 100%;
  left: -30px;
  width: 440px;
  max-width: 100vw;
  padding: 30px 16px;
  background: #F2F2F2;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px); }
  .navigation_lv2:before {
    content: '';
    position: absolute;
    left: 60px;
    top: -4px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #F2F2F2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .navigation_lv2 > li a {
    display: block;
    padding: 9px 14px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 16px;
    color: #777777;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .navigation_lv2 > li a path {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .navigation_lv2 > li a i {
      margin-left: 10px; }
    .navigation_lv2 > li a.active, .navigation_lv2 > li a:hover {
      color: #262626 !important;
      background-color: #F7C73E; }

.blackout .navigation_lv2 {
  background: #262626; }
  .blackout .navigation_lv2:before {
    border-bottom: 5px solid #262626; }
  .blackout .navigation_lv2 > li a {
    color: #DEDEDE; }
    .blackout .navigation_lv2 > li a path {
      fill: #DEDEDE; }
    .blackout .navigation_lv2 > li a:hover {
      color: #262626; }
      .blackout .navigation_lv2 > li a:hover path {
        fill: #262626; }

.navigation li:hover .navigation_lv2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px); }

.body_fixed {
  position: fixed;
  width: 100%; }

.search_overlay,
.menu_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: #000;
  mix-blend-mode: normal;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .search_overlay.active_nav,
  .menu_overlay.active_nav {
    opacity: 0.8;
    visibility: visible; }

.menu_in_close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 12; }

.close {
  display: block;
  width: 12px;
  height: 12px; }
  .close:hover svg * {
    fill: #F7C73E; }
  .close svg {
    display: block; }

.blackout .close svg {
  fill: #fff; }

.navigation_sm {
  margin-top: 30px; }
  .navigation_sm li {
    margin-bottom: 20px; }
  .navigation_sm a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #777777; }

.blackout .navigation_sm a {
  color: #E4E4E4; }

.navigation_user > li > a {
  padding-top: 37px;
  padding-bottom: 37px;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.navigation_lv2_mod {
  width: auto;
  padding: 0;
  margin: 0 -14px;
  background-color: transparent !important;
  display: block;
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px); }
  .navigation_lv2_mod a {
    color: #1C1C1C; }
    .navigation_lv2_mod a:hover {
      color: #262626 !important; }
  .navigation_lv2_mod:before {
    display: none; }

.user_nav_resp {
  background: #fff;
  padding: 30px;
  margin: -30px;
  margin-bottom: 0; }

.blackout .user_nav_resp {
  background: #262626; }

.user_nav_resp + .navigation_resp > li > a:first-child {
  border-top: 0; }

.icon_plus {
  -webkit-justify-content: flex-start !important;
  -moz-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
  -o-justify-content: flex-start !important;
  justify-content: flex-start !important; }
  .icon_plus i {
    margin-left: 0 !important;
    margin-right: 10px !important; }

/* --------------------------------------------
      5.2. Basket
-------------------------------------------- */
.nav_basket_box {
  position: relative; }

.nav_basket_box:hover .btn_transparent {
  background-color: #F2F2F2 !important;
  color: #161616; }
  .nav_basket_box:hover .btn_transparent * {
    fill: #161616; }
.nav_basket_box:hover .nav_basket {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px); }

.blackout .nav_basket_box:hover .btn_transparent {
  background: #1E1E1E !important;
  color: #F7C73E; }
  .blackout .nav_basket_box:hover .btn_transparent * {
    fill: #fff; }

.nav_basket {
  position: absolute;
  top: 100%;
  left: -108px;
  width: 440px;
  padding-bottom: 10px;
  max-width: 100vw;
  padding-top: 20px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px); }
  .nav_basket:before {
    content: '';
    position: absolute;
    left: 175px;
    top: 16px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #F2F2F2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .nav_basket .nav_basket_top {
    width: 100%;
    max-height: 405px;
    overflow-x: hidden;
    padding: 35px 16px;
    padding-bottom: 88px;
    background: #F2F2F2;
    border-radius: 8px 8px  0px 0px; }
  .nav_basket .nav_basket_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 20px 30px;
    background: #ECECEC;
    border-radius: 0px 0px 8px 8px; }
  .nav_basket > li a {
    display: block;
    padding: 9px 14px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 16px;
    color: #777777; }
    .nav_basket > li a:hover {
      color: #262626;
      background-color: #F7C73E; }

.blackout .nav_basket .nav_basket_top {
  background: #262626; }
.blackout .nav_basket:before {
  border-bottom: 5px solid #262626; }
.blackout .nav_basket .nav_basket_bottom {
  background: #444444; }

.nav_basket_prise {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #0B0B0B; }
  .nav_basket_prise span {
    font-weight: normal;
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #919191;
    margin-bottom: 6px; }

.blackout .nav_basket_prise {
  color: #fff; }
  .blackout .nav_basket_prise span {
    color: #C7C7C7; }

.nav_basket_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: relative;
  padding: 20px;
  background: #F8F8F8;
  border-radius: 6px;
  margin-bottom: 8px; }

.nav_basket_item_ava {
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0; }

.nav_basket_item_ava svg,
.nav_basket_item_ava img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-fit-object: cover;
  -moz-fit-object: cover;
  -o-fit-object: cover;
  object-fit: cover; }

.nav_basket_item_logo {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0; }

.nav_basket_item_logo svg,
.nav_basket_item_logo img {
  max-width: 35px;
  max-height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.nav_basket_item_cont {
  font-size: 14px;
  line-height: 14px;
  color: #3F3F3F;
  padding-right: 15px; }
  .nav_basket_item_cont p:not(:last-child) {
    margin-bottom: 10px; }

.nav_basket_item_prise {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #0B0B0B; }

.nav_basket_item_close {
  position: absolute;
  top: 20px;
  right: 20px; }

.close_sm {
  display: block;
  width: 8px;
  height: 8px; }
  .close_sm:hover svg * {
    fill: #F7C73E; }
  .close_sm svg {
    display: block; }

.blackout .nav_basket_item {
  background: #313131; }
.blackout .nav_basket_item_prise,
.blackout .nav_basket_item_cont {
  color: #fff; }
.blackout .close_sm svg {
  fill: #fff; }

/* ------------------------------------------------

    6. Plugins

------------------------------------------------ */
/* --------------------------------------------
      6.1. Preloader
-------------------------------------------- */
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0B0B0B;
  z-index: 100500; }

#page-preloader .preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: -18px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(247, 199, 62, 0.65);
  border-bottom-color: rgba(247, 199, 62, 0.15);
  border-left-color: rgba(247, 199, 62, 0.65);
  border-right-color: rgba(247, 199, 62, 0.15);
  -webkit-animation: preloader 0.8s linear infinite;
  animation: preloader 0.8s linear infinite; }

@keyframes preloader {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
/* --------------------------------------------
      6.2. Back to top
-------------------------------------------- */
.back_to_top {
  border: none;
  outline: none;
  position: fixed;
  bottom: 10px;
  right: -100px;
  border-radius: 5px;
  text-align: center;
  z-index: 99;
  cursor: pointer; }
  .back_to_top svg {
    transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important; }

.bounceOutRight {
  right: -100px; }

.bounceInRight {
  right: 10px; }

/* --------------------------------------------
      6.3. Carousels
-------------------------------------------- */
.swiper_item_fix .swiper-slide {
  height: auto; }

.swiper-pagination-box-wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  color: #7F7F7F;
  padding-right: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .swiper-pagination-box-wr {
  color: #7F7F7F; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none; }

.swiper-button-prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.swiper-button-next,
.swiper-button-prev {
  right: 0; }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 100%;
    height: 100%; }

.swiper-button-prev {
  left: 0;
  right: auto; }

.section-swiper-prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.section-swiper-next,
.section-swiper-prev {
  padding: 16px 14px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  right: -86px; }
  .section-swiper-next svg,
  .section-swiper-prev svg {
    width: 100%;
    height: 100%; }

.section-swiper-prev {
  left: -86px;
  right: auto; }

.button-disabled {
  opacity: 0;
  visibility: hidden; }

.swiper_button_box2 {
  position: relative; }
  .swiper_button_box2:before {
    content: '';
    position: absolute;
    height: 24px;
    width: 1px;
    background: #D7D7D7;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .swiper_button_box2 .section-swiper-next,
  .swiper_button_box2 .section-swiper-prev {
    position: static;
    display: inline-block;
    margin-top: 0; }
  .swiper_button_box2 .section-swiper-prev {
    margin-right: 10px; }
  .swiper_button_box2 .button-disabled {
    opacity: 0.3;
    visibility: visible; }

.blackout .swiper_button_box2:before {
  background: #4F4F4F; }

.swiper_naw_off .swiper-pagination-box-wr {
  display: none; }
.swiper_naw_off .swiper_button_box2,
.swiper_naw_off .swiper_button_box {
  display: none; }

/* --------------------------------------------
    6.4. IonRangeSlider
-------------------------------------------- */
.irs-min,
.irs-max {
  display: none;
  font-size: 14px;
  line-height: 18px;
  top: 18px; }

.irs-from,
.irs-to,
.irs-single {
  font-size: 16px;
  line-height: 20px;
  top: 12px; }

.irs-slider.from,
.irs-slider.to {
  top: 2px; }

.irs-slider.from {
  margin-left: 8px; }

.irs-slider.to {
  margin-left: -8px; }

.irs-slider.from:before,
.irs-slider.to:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background-color: #00ac5a;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.irs--flat {
  height: auto; }

.irs--flat .irs-line,
.irs--flat .irs-bar {
  top: 0;
  height: 2px; }

.irs--flat .irs-line {
  background-color: #F8C71B; }

.irs--flat .irs-bar {
  background-color: #F8C71B; }

.irs--flat .irs-handle {
  top: -6px;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .irs--flat .irs-handle {
  border: 2px solid #0B0B0B; }

.irs--flat .irs-handle > i:first-child {
  left: 0;
  width: 100%;
  margin-left: 0;
  background-color: #F8C71B;
  -webkit-border-radius: 50px;
  border-radius: 50px; cursor: pointer;}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #F8C71B; }

.form_row_inp_col {
  margin-bottom: 34px; }

.range_slider_inp_box {
  position: relative; }
  .range_slider_inp_box:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #DEDEDE;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

/* --------------------------------------------
      6.5. Tooltip
-------------------------------------------- */
.tooltipster-sidetip .tooltipster-box {
  border: 2px solid transparent;
  /*background: #4c4c4c;*/
  color: #fff;
  background: #0B0B0B;
  border-radius: 0px;
  width: 100%; }

.tooltipster-sidetip .tooltipster-content {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 20px; }

.tooltipster-arrow {
  display: none; }

.blackout .tooltipster-sidetip .tooltipster-box {
  background: #fff; }
.blackout .tooltipster-sidetip .tooltipster-content {
  color: #0B0B0B; }

.tooltip {
  display: inline-block; }
  .tooltip svg * {
    fill: #DEDEDE;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.blackout .tooltip svg * {
  fill: #fff; }

/* --------------------------------------------
      6.6. Fancybox
-------------------------------------------- */
.modal_box {
  display: none; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: none; }

.fancybox-overlay {
  background-image: none;
  background: rgba(0, 0, 0, 0.5); }

.fancybox-opened .fancybox-skin {
  border-radius: 0;
  box-shadow: none; }

.fancybox-skin {
  background-color: transparent; }

.fancybox-close {
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
  background-color: #D5D5D5;
  padding: 10px;
  border-radius: 100%; }
  .fancybox-close svg {
    width: 10px;
    height: 10px;
    display: block; }
    .fancybox-close svg * {
      fill: #fff; }
  .fancybox-close:hover {
    background-color: #F7C73E !important; }
    .fancybox-close:hover svg * {
      fill: #0B0B0B !important; }

.blackout .fancybox-close {
  background-color: #E7E7E7; }
  .blackout .fancybox-close svg * {
    fill: #0B0B0B; }

.fancybox_style {
  padding: 60px;
  width: 800px;
  max-width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 15px; }

.blackout .fancybox_style {
  background-color: #151515;
  color: rgba(255, 255, 255, 0.8); }
  .blackout .fancybox_style .btn_gray {
    background-color: #3C3C3C; }

.fancybox_style .blackout .btn_gray {
  background-color: #3C3C3C; }

/* ------------------------------------------------

    7. Footer

------------------------------------------------ */
#footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.footer_container_wr {
  padding-top: 100px; }

.footer_in {
  border-top: 2px solid #F5F5F5;
  padding: 70px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.footer_title {
  font-size: 24px;
  margin-bottom: 40px; }

.footer_list a {
  font-size: 14px;
  line-height: 16px;
  color: #0B0B0B;
  display: block; }
.footer_list li:not(:last-child) {
  margin-bottom: 20px; }

.footer_list2 {
  font-weight: 400; }

.footer_list2 dt {
  font-size: 14px;
  line-height: 16px;
  color: #7D7D7D;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.footer_list2 dd {
  font-size: 18px;
  line-height: 24px;
  color: #0B0B0B;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.footer_list2 dd:not([class]) {
  margin-bottom: 30px; }

.footer_list2 span {
  display: block;
  margin-bottom: 6px; }

.footer_title_lg {
  font-size: 48px;
  margin-bottom: 30px; }

.social_list_title {
  font-size: 14px;
  line-height: 16px;
  color: #C1C1C1;
  margin-bottom: 18px; }

.footer_bottom {
  border-top: 2px solid #F5F5F5;
  padding-top: 38px;
  padding-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.footer_bottom_right,
.footer_bottom_left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.cart_list {
  margin-right: 30px; }
  .cart_list li {
    display: inline-block;
    position: relative; }
  .cart_list li:not(:last-child) {
    margin-right: 15px; }
  .cart_list a {
    display: block; }
  .cart_list svg, .cart_list img {
    width: auto;
    height: 18px; }

.footer_bottom_info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  color: #989898;
  font-size: 13px;
  line-height: 16px;
  color: #989898; }
  .footer_bottom_info a, .footer_bottom_info span {
    display: inline-block;
    margin-right: 15px; }

.your_future {
  font-size: 13px;
  line-height: 16px;
  color: #989898; }
  .your_future i {
    height: 16px;
    display: inline-block;
    margin-right: 5px; }
    .your_future i svg {
      width: 16px;
      height: 16px; }
      .your_future i svg * {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .your_future:hover {
    color: #F7C73E; }
    .your_future:hover svg rect {
      fill: #F7C73E !important; }

.footer_bottom_right > *:not(:last-child) {
  margin-right: 24px;
  padding-right: 24px;
  position: relative; }
  .footer_bottom_right > *:not(:last-child):before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 0;
    height: 24px;
    width: 1px;
    background: #E8E8E8;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.footer_navigation {
  margin-top: -10px;
  margin-bottom: -10px;
  display: inline-block; }
  .footer_navigation > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px; }
  .footer_navigation .navigation_lv2 {
    top: auto;
    bottom: 100%;
    width: auto;
    white-space: nowrap;
    min-width: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: inherit; }
    .footer_navigation .navigation_lv2:before {
      content: '';
      position: absolute;
      left: 60px;
      top: auto;
      bottom: -8px;
      border-top: 5px solid #F2F2F2;
      border-bottom: 5px solid transparent; }

.footer_navigation_title {
  font-size: 13px;
  line-height: 16px;
  color: #7D7D7D;
  display: inline-block; }

.blackout footer .footer_in {
  border-top: 2px solid #171717; }
.blackout footer .footer_list a {
  color: #E4E4E4; }
.blackout footer .footer_list2 dt {
  color: #7D7D7D; }
.blackout footer .footer_list2 dd {
  color: #FFFFFF; }
.blackout footer .social_list_title {
  color: #7D7D7D; }
.blackout footer .your_future svg rect {
  fill: #7D7D7D; }
.blackout footer .footer_bottom_right > *:not(:last-child):before {
  background: #4F4F4F; }
.blackout footer .footer_bottom {
  border-color: #171717; }
.blackout footer .footer_navigation_title {
  color: #fff; }
.blackout footer .footer_navigation .navigation_lv2:before {
  border-top: 5px solid #262626;
  border-bottom: 5px solid transparent; }

.footer_bg {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0; }
  .footer_bg img, .footer_bg svg {
    width: 100%;
    height: 100%; }

/* --------------------------------------------
      7.1. Social list
-------------------------------------------- */
.social_list li {
  display: inline-block;
  position: relative; }
.social_list li:not(:last-child) {
  margin-right: 15px; }
.social_list a {
  display: block;
  width: 24px;
  height: 24px; }
  .social_list a * {
    fill: #8F8F8F;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .social_list a:hover * {
    fill: #F7C73E; }
.social_list svg {
  width: 24px;
  height: 24px; }

.blackout .social_list a * {
  fill: #6D6D6D; }
.blackout .social_list a:hover * {
  fill: #F7C73E; }

/* ------------------------------------------------

    8. Main Section

------------------------------------------------ */
.zi {
  position: relative;
  z-index: 3; }

/* --------------------------------------------
      8.1. Index
-------------------------------------------- */
.bg1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }
  .bg1 img, .bg1 svg {
    width: 100%; }

.bg_team2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.bg_team_img {
  position: absolute;
  top: 0px;
  bottom: 4vw;
  left: 52%; }
  .bg_team_img img {
    height: 100% !important;
    width: auto; }

.main_item {
  color: #fff;
  background-color: transparent; }
  .main_item img {
    width: 100%; }

.main_item_cont {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px; }

.main_item_txt {
  height: 72px;
  overflow: hidden;
  margin-bottom: 24px; }

.main_item_title {
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 24px; }

.info_item {
  padding-left: 42px;
  position: relative;
  background-image: url(../images/icons/info_arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 6px; }

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

.info_item2_icon {
  position: relative;
  width: 80px;
  height: 80px;
  background: #F8F8F8;
  border-radius: 14px;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .info_item2_icon img, .info_item2_icon svg {
    max-width: 40px;
    width: auto;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.blackout .info_item2_icon {
  background-color: #171717; }

.bg2 {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0; }
  .bg2 img, .bg2 svg {
    width: 100%;
    height: 100%;
    -webkit-fit-object: cover;
    -moz-fit-object: cover;
    -o-fit-object: cover;
    object-fit: cover;
    -webkit-object-position: 50% 0;
    -moz-object-position: 50% 0;
    -o-object-position: 50% 0;
    object-position: 50% 0; }

.bg3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px; }
  .bg3 img, .bg3 svg {
    width: 100%;
    height: 100%;
    -webkit-fit-object: cover;
    -moz-fit-object: cover;
    -o-fit-object: cover;
    object-fit: cover;
    -webkit-object-position: 50% 0;
    -moz-object-position: 50% 0;
    -o-object-position: 50% 0;
    object-position: 50% 0; }

.item {
  position: relative;
  background-color: transparent;
  z-index: 2; }
  .item:hover .item_bg {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px; }
  .item:hover .item_btn_hide {
    opacity: 1; }

.item_btn_hide.active {
  opacity: 1 !important; }

.item_bg {
  background: #F7F7F7;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .item_bg {
  background: #151515; }

.item_logo {
  position: relative;
  padding-top: 40%;
  margin-bottom: 12px; }
  .item_logo svg, .item_logo img {
    max-width: 180px;
    max-height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.item_ava {
  padding: 30px;
  padding-bottom: 20px; }
  .item_ava img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    -webkit-fit-object: cover;
    -moz-fit-object: cover;
    -o-fit-object: cover;
    object-fit: cover; }

.item_cont {
  padding: 30px;
  padding-top: 0; }

.item_titile {
  font-weight: 500;
  font-size: 18px;
  line-height: 14px;
  color: #3F3F3F;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.item_txt {
  font-size: 14px;
  line-height: 14px;
  color: #AEAEAE;
  margin-bottom: 10px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.item_prise {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #0B0B0B;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.item_icon {
  position: absolute;
  top: 30px;
  right: 30px; }
  .item_icon img, .item_icon svg {
    height: 18px;
    width: auto; }
    .item_icon img *, .item_icon svg * {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.item_btn_hide {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .item .item_bg {
  background: #151515; }
.blackout .item .item_titile {
  color: #9B9B9B; }
.blackout .item .item_txt {
  color: #616161; }
.blackout .item .item_prise {
  color: #fff; }
.blackout .item .item_icon svg * {
  fill: #3F3F3F; }
.blackout .item .btn_white {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff; }
  .blackout .item .btn_white svg * {
    fill: #fff; }
.blackout .item:hover .item_bg {
  background: #262626; }
.blackout .item:hover .btn_white {
  background-color: rgba(255, 255, 255, 0.3); }

.item_color.item .item_bg {
  background: #F7C73E; }
.item_color.item .item_titile,
.item_color.item .item_txt,
.item_color.item .item_prise {
  color: #fff; }

.star_style {
  width: 100% !important;
  margin-bottom: 10px;
  line-height: 16px; }
  .star_style img {
    width: 16px; }

.star_style_lg {
  width: 100% !important;
  margin-bottom: 24px;
  line-height: 30px; }
  .star_style_lg img {
    width: 30px; }
  .star_style_lg img:not(:last-child) {
    margin-right: 22px; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.item_box_link {
  border: 2px solid #F5F5F5;
  height: 100%;
  border-radius: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  color: #0B0B0B; }
  .item_box_link strong {
    display: block;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #F7C73E;
    margin-bottom: 12px; }
  .item_box_link:hover {
    color: #F7C73E !important;
    border-color: #F7C73E !important; }

.blackout .item_box_link {
  color: #fff;
  border-color: #222222; }

.item_mod {
  height: 100%;
  padding-top: 40%; }
  .item_mod .item_logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    margin-bottom: 0; }
  .item_mod .item_bg {
    z-index: 5;
    bottom: auto !important;
    padding-top: 40%; }
  .item_mod:hover .item_bg {
    padding-top: calc(40% + 15px); }

.item .item_cont_lg {
  position: relative;
  padding: 30px;
  height: 100%;
  display: none; }
  .item .item_cont_lg > * {
    position: relative;
    z-index: 3; }
  .item .item_cont_lg:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F7F7F7;
    border-radius: 0 0 15px 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .item .item_cont_lg .item_txt {
    color: #3F3F3F; }
  .item .item_cont_lg .item_prise {
    color: #0B0B0B; }

.item:hover .item_cont_lg:before {
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px; }

.item_line {
  background: #EDEDED;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.item_info_point_list {
  font-size: 13px;
  line-height: 13px;
  color: #0B0B0B;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .item_info_point_list span {
    color: #5E5E5E;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .item_info_point_list li {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    background: #FFFFFF;
    border-radius: 7px;
    min-width: 81px;
    padding: 14px 10px 13px 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.item_info_point_list_mod {
  padding-bottom: 40px; }
  .item_info_point_list_mod li {
    background: #F7F7F7; }

.item_list {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 30px; }

.item_list dt {
  color: #C1C1C1;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.item_list dd {
  color: #5E5E5E;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .item_cont_lg .item_txt {
  color: #fff; }
.blackout .item_cont_lg .item_prise {
  color: #fff; }
.blackout .item_cont_lg:before {
  background: #151515; }
.blackout .item_line {
  background: #2F2F2F; }
.blackout .item_info_point_list {
  color: #fff; }
  .blackout .item_info_point_list span {
    color: #B8B8B8; }
  .blackout .item_info_point_list li {
    background: #363636; }
.blackout .item_list dt {
  color: #616161; }
.blackout .item_list dd {
  color: #B8B8B8; }

.load_more_box {
  padding-top: 50px;
  text-align: center;
  overflow: hidden; }

.load_more {
  font-size: 14px;
  line-height: 14px;
  color: #B2B2B2;
  display: inline-block;
  position: relative; }
  .load_more:before, .load_more:after {
    content: '';
    position: absolute;
    top: 6px;
    right: calc(100% + 9px);
    width: 1000px;
    height: 2px;
    background: #F5F5F5;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .load_more:after {
    right: auto;
    left: calc(100% + 9px); }

.blackout .load_more {
  color: #7F7F7F; }
  .blackout .load_more:hover {
    color: #F7C73E; }
  .blackout .load_more:before, .blackout .load_more:after {
    background: #171717; }

.quote_item_top {
  height: calc(100% - 80px);
  background-color: #F7F7F7;
  border-radius: 15px;
  padding: 93px 40px 65px 40px;
  background-image: url(../images/icons/quote.svg);
  background-repeat: no-repeat;
  background-position: 40px 40px;
  color: #606060;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.quote_item_bottom {
  padding: 30px 40px 0 40px; }

.blackout .quote_item_top {
  background-color: #151515;
  color: #E2E2E2; }

.ava_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.ava_box .ava_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 14px;
  color: #0B0B0B;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.ava_box span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #AEAEAE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.ava_img {
  background-color: #454545;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0; }

.ava_img:before {
  content: attr(data-letter);
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  font-size: 20px;
  line-height: 1.2;
  color: #F7C73E;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ava_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-fit-object: cover;
  -moz-fit-object: cover;
  -o-fit-object: cover;
  object-fit: cover; }

.blackout .ava_box .ava_title {
  color: #fff; }
.blackout .ava_box span {
  color: #616161; }

.ava_lg {
  margin-bottom: 30px; }
  .ava_lg .ava_img {
    width: 70px;
    height: 70px; }

.ava_sm {
  margin-bottom: 24px; }
  .ava_sm .ava_title {
    font-size: 16px; }
  .ava_sm .ava_img {
    width: 40px;
    height: 40px; }
  .ava_sm span {
    font-size: 13px;
    font-weight: 400; }
  .ava_sm .color_r {
    color: #FF7828; }

/* --------------------------------------------
      8.2. catalog
-------------------------------------------- */
.title_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 40px; }
  .title_box > * {
    margin-bottom: 10px; }

.navigation_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: relative;
  z-index: 3; }
  .navigation_box .navigation > li {
    height: 40px; }
  .navigation_box .navigation > li > a {
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 14px;
    line-height: 14px; }
  .navigation_box .navigation_lv2 {
    width: 220px; }

.navigation_box_title {
  margin-right: 10px;
  padding-bottom: 13px;
  padding-top: 13px;
  font-size: 14px;
  line-height: 14px;
  color: #C6C6C6; }

.title_opt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .title_opt > *:not(:last-child) {
    margin-right: 40px;
    padding-right: 40px; }
  .title_opt > *:not(:last-child):before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;
    height: 24px;
    width: 1px;
    background: #D7D7D7;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.blackout .title_opt > *:not(:last-child):before {
  background: #4F4F4F; }

.accordion-content {
  display: none; }

.filter_acc_btn {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  color: #0B0B0B;
  position: relative;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .filter_acc_btn span {
    display: inline-block;
    padding-right: 12px; }
  .filter_acc_btn .tooltip {
    padding-top: 2px; }
  .filter_acc_btn:hover {
    color: #F9C700 !important; }
    .filter_acc_btn:hover svg * {
      fill: #F9C700 !important; }
  .filter_acc_btn .filter_acc_btn_arrow {
    position: absolute;
    right: 0;
    top: 16px;
    display: block;
    width: 9px;
    height: 6px; }
  .filter_acc_btn svg {
    display: block; }
    .filter_acc_btn svg * {
      fill: #0B0B0B;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.filter_acc_item {
  padding-top: 12px;
  padding-bottom: 10px;
  border-top: 2px solid #F3F3F3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.filter_acc_cont {
  padding-top: 20px;
  padding-bottom: 10px; }

.filter_box {
  padding-right: 24px; }

.blackout .filter_acc_btn_arrow svg * {
  fill: #fff; }
.blackout .filter_acc_btn {
  color: #fff; }
.blackout .filter_acc_item {
  border-top: 2px solid  #171717; }

.filter_list li:not(:last-child):not([class]) {
  margin-bottom: 20px; }

.txt_color {
  color: #8A8A8A; }
  .txt_color h1, .txt_color h2, .txt_color h3, .txt_color h4, .txt_color h5, .txt_color h6 {
    color: #525252; }
  .txt_color ol:not([class]) li:before {
    color: #BFBFBF; }
  .txt_color a {
    color: #F7C73E; }
    .txt_color a:hover {
      text-decoration: underline; }

.blackout .txt_color {
  color: #E2E2E2; }
  .blackout .txt_color h1, .blackout .txt_color h2, .blackout .txt_color h3, .blackout .txt_color h4, .blackout .txt_color h5, .blackout .txt_color h6 {
    color: #fff; }
  .blackout .txt_color ol:not([class]) li:before {
    color: #ACACAC; }

/* --------------------------------------------
      8.3. item_page
-------------------------------------------- */
.item_lg_img {
  position: relative;
  border-radius: 15px;
  overflow: hidden; }
  .item_lg_img img {
    width: 100%; }
  .item_lg_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 180px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 100%); }

.blackout .item_lg_img:before {
  background: linear-gradient(180deg, rgba(11, 11, 11, 0.0001) 0%, #0B0B0B 100%); }

.item_code {
  font-size: 14px;
  line-height: 14px;
  color: #C6C6C6;
  margin-bottom: 9px; }

.blackout .item_code {
  color: #616161; }

.item_list2 {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  width: 100%; }

.item_list2 td:first-child {
  color: #0B0B0B;
  padding-right: 40px;
  padding-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.item_list2 td {
  color: #5E5E5E;
  padding-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .item_list2 td:first-child {
  color: #fff; }
.blackout .item_list2 td {
  color: #B8B8B8; }

.blackout .item_list2_mod {
  margin-bottom: 0px; }
  .blackout .item_list2_mod td:first-child {
    color: #fff; }
  .blackout .item_list2_mod td {
    color: #fff; }

.un_prise {
  margin-top: -14px;
  font-size: 13px;
  line-height: 13px; }

.num_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 20px; }
  .num_box .item_page_form_title {
    margin-bottom: 0; }
  .num_box span {
    padding-right: 35px; }
  .num_box div {
    width: 60px; }
    .num_box div input:not([type=checkbox]):not([type=radio]) {
      padding-left: 10px;
      padding-right: 10px;
      text-align: center; }

.item_page_form_title {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 14px;
  color: #0B0B0B;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .item_page_form_title {
  color: #fff; }

.swiper_item_box {
  margin: -15px;
  padding: 15px; }

.item_ex {
  position: relative;
  padding: 40px;
  font-size: 13px;
  line-height: 20px;
  background-color: transparent !important;
  color: rgba(94, 94, 94, 0.8);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .item_ex h3, .item_ex h4 {
    margin-bottom: 8px; }
  .item_ex:hover .item_bg {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px; }

.blackout.item_ex,
.blackout .item_ex {
  color: rgba(255, 255, 255, 0.8); }

.item_ex_line {
  background: #EDEDED;
  opacity: 1;
  width: 100%;
  height: 2px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .item_ex_line {
  background: #FFFFFF;
  opacity: 0.2; }

.item_ex_head {
  height: 103px;
  overflow: hidden;
  margin-bottom: 24px; }

.item_ex_head2 {
  padding-bottom: 30px; }
  .item_ex_head2 h3, .item_ex_head2 h4, .item_ex_head2 h5 {
    font-size: 32px; }

.item_list3 {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  width: 100%; }
  .item_list3 span {
    display: block; }
  .item_list3 span:not(:last-child) {
    margin-bottom: 10px; }

.item_list3 td:first-child {
  color: #0B0B0B;
  padding-right: 30px; }

.item_list3 td {
  color: #5E5E5E;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 2px solid #F3F3F3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .item_list3 td:first-child {
  color: #fff; }
.blackout .item_list3 td {
  color: #B8B8B8;
  border-color: #2F2F2F; }

.item_list_bord_top {
  margin-bottom: 20px; }

.item_list_bord_top tr:first-child td {
  border-top: 2px solid #F3F3F3; }

.blackout .item_list_bord_top tr:first-child td {
  border-top: 2px solid #2F2F2F; }

.comment_list {
  margin-bottom: 20px; }

.comment_list li {
  padding: 40px;
  background: #F7F7F7;
  border-radius: 15px;
  color: #606060;
  margin-bottom: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.comment_list .comment_list_top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px; }
  .comment_list .comment_list_top .ava_box {
    margin-right: 15px; }

.comment_list_time {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #AEAEAE;
  text-align: right; }

.comment_score .score {
  margin-bottom: 12px; }

.blackout .comment_list li {
  background: #151515;
  color: #fff; }

.item_gal_img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding-top: 100%; }
  .item_gal_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-fit-object: cover;
    -moz-fit-object: cover;
    -o-fit-object: cover;
    object-fit: cover; }

.title_un {
  margin-top: -25px; }

.title_un2 {
  margin-top: -20px;
  font-size: 14px;
  line-height: 14px;
  color: #C6C6C6;
  margin-bottom: 9px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .title_un2 {
  color: #616161; }

.title_un3 {
  margin-top: -10px;
  font-size: 13px;
  line-height: 20px;
  color: #898989;
  margin-bottom: 14px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .title_un3 {
  color: rgba(255, 255, 255, 0.5); }

.title_un4 {
  margin-top: -12px;
  font-size: 14px;
  line-height: 14px;
  color: #C1C1C1;
  margin-bottom: 24px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .title_un4 {
  color: #B5B5B5; }

.list_numbers {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.list_numbers span {
  font-size: 14px;
  line-height: 16px;
  color: #C6C6C6;
  margin-bottom: 6px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.list_numbers li {
  font-size: 18px;
  line-height: 24px;
  color: #0B0B0B;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.list_numbers li:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #EAEAEA;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .list_numbers span {
  color: #616161; }
.blackout .list_numbers li {
  color: #fff; }
.blackout .list_numbers li:not(:last-child) {
  border-color: #2F2F2F; }

.form_plus_social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .form_plus_social .form_plus {
    width: 100%; }
  .form_plus_social .social_list {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -o-flex-shrink: 0;
    flex-shrink: 0; }
  .form_plus_social .social_list2 {
    white-space: nowrap; }

.form_plus_txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding-left: 15px;
  padding-right: 15px;
  color: #737A7E;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0; }

.social_list2 li {
  display: inline-block;
  position: relative; }
.social_list2 li:not(:last-child) {
  margin-right: 2px; }
.social_list2 a {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #4285F4; }
  .social_list2 a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .social_list2 a * {
    fill: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .social_list2 a:hover {
    background-color: #F7C73E; }
    .social_list2 a:hover * {
      fill: #fff; }
.social_list2 svg {
  width: auto;
  height: 18px;
  max-width: 100%; }

/* --------------------------------------------
      8.4. LP
-------------------------------------------- */
.top_cont_pos {
  padding-top: 60px;
  margin-top: -15px;
  padding-bottom: 400px; }

.advantages_img_pos {
  margin-left: -150px;
  padding-right: 150px; }
  .advantages_img_pos svg {
    width: 100%;
    height: auto; }

.advantages_item {
  height: 100%;
  background: #F7F7F7;
  border-radius: 15px;
  padding: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .advantages_item a:not(.btn) {
    color: #0B0B0B;
    text-decoration: underline; }
    .advantages_item a:not(.btn):hover {
      text-decoration: none; }
  .advantages_item h6 {
    margin-bottom: 14px;
    line-height: 24px; }
  .advantages_item img, .advantages_item svg {
    max-width: 40px;
    width: auto;
    height: 30px;
    margin-bottom: 40px; }

.blackout .advantages_item {
  background: #171717; }
  .blackout .advantages_item .btn_white {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff; }

.info_box {
  background: #F9F9F9;
  border-radius: 15px;
  padding: 50px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .info_box h5 {
    margin-bottom: 40px; }
  .info_box h6 {
    margin-bottom: 8px; }
  .info_box h4 {
    font-size: 32px;
    margin-bottom: 40px; }

.blackout .info_box {
  background: #171717; }

.blackout.info_box {
  color: #fff; }

.info_box_lg {
  position: relative;
  padding: 100px 566px 100px 100px;
  border-radius: 15px;
  overflow: hidden; }

.info_box_lg_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
  .info_box_lg_bg img, .info_box_lg_bg svg {
    width: 100%;
    height: 100%; }

.info_box_lg_cont {
  position: relative;
  z-index: 2; }
  .info_box_lg_cont h2, .info_box_lg_cont h3 {
    margin-bottom: 40px; }

.info_box_img {
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 14px;
  margin-bottom: 40px;
  position: relative; }
  .info_box_img img {
    max-width: 40px;
    width: auto;
    max-height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.blackout .info_box_img {
  background: #303030; }

/* --------------------------------------------
      8.5. basket
-------------------------------------------- */
.basket_item {
  background: #F7F7F7;
  border-radius: 15px;
  padding: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .basket_item:not(:last-child) {
    margin-bottom: 20px; }
  .basket_item .item_menu {
    background-color: #fff; }
    .basket_item .item_menu .btn_gray2 {
      background-color: transparent; }

.blackout .basket_item {
  background: #151515; }
  .blackout .basket_item .item_menu {
    background-color: #515151; }

.basket_item_logo_wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px; }
  .basket_item_logo_wr .nav_basket_item_logo {
    margin-right: 30px;
    margin-bottom: 0; }
  .basket_item_logo_wr .profile_item_cont {
    font-size: 18px;
    line-height: 18px; }
    .basket_item_logo_wr .profile_item_cont span {
      font-size: 14px;
      line-height: 14px; }
  .basket_item_logo_wr .profile_item_cont p {
    margin-bottom: 10px !important; }

.basket_item_sum {
  margin-top: 30px;
  padding-top: 32px;
  border-top: 1px solid #EDEDED;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  .basket_item_sum .num_box div input:not([type=checkbox]):not([type=radio]) {
    background-color: #fff; }

.blackout .basket_item_sum {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .blackout .basket_item_sum .num_box div input:not([type=checkbox]):not([type=radio]) {
    background-color: #151515; }

.basket_item_sum_prise {
  text-align: right;
  font-size: 16px;
  line-height: 16px;
  color: #0B0B0B; }
  .basket_item_sum_prise span {
    font-weight: 500; }

.blackout .basket_item_sum_prise {
  color: #fff; }

.cont_line {
  margin: 30px 0;
  height: 2px;
  background: #F3F3F3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .cont_line {
  background: #464646; }

.basket_prise_box {
  text-align: right; }

.basket_prise {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #0B0B0B;
  margin-bottom: 30px; }
  .basket_prise span {
    display: inline-block;
    padding-right: 15px;
    font-size: 16px;
    line-height: 28px;
    text-decoration-line: line-through;
    color: #8A8A8A; }

.blackout .basket_prise {
  color: #fff; }

/* --------------------------------------------
      8.6. txt page
-------------------------------------------- */
aside {
  padding-left: 24px; }

.nav_aside li {
  margin-bottom: 2px; }
  .nav_aside li.active a {
    color: #262626;
    background: #F7C73E; }
.nav_aside a {
  display: block;
  padding: 9px 14px;
  font-size: 14px;
  line-height: 16px;
  color: #1C1C1C;
  border-radius: 6px; }
  .nav_aside a.active {
    color: #262626;
    background: #F7C73E; }
  .nav_aside a:hover {
    color: #262626 !important;
    background: #F7C73E; }

.blackout .nav_aside a {
  color: #DEDEDE; }

.aside {
  height: 100%; }

.sticky_box {
  margin-top: -20px;
  padding-top: 20px; }

.aside .sticky {
  position: fixed;
  z-index: 101;
  padding-top: 116px !important; }

.aside .stop {
  position: relative;
  z-index: 101; }

.ui {
  font-weight: 350; }
  .ui p {
    color: #707070; }
  .ui p:not(:last-child) {
    margin-bottom: 24px; }
  .ui .list_arrow {
    font-weight: 350; }
  .ui h3 {
    font-size: 24px;
    margin-bottom: 30px; }
  .ui h4 {
    font-size: 18px;
    margin-bottom: 20px; }
  .ui a {
    color: #F7C73E;
    text-decoration: underline; }
    .ui a:hover {
      text-decoration: none; }
  .ui ol:not([class]) {
    counter-reset: myCounterSim;
    margin-bottom: 20px;
    font-weight: 350; }
  .ui ol:not([class]) > li:not(:last-child) {
    margin-bottom: 20px; }
  .ui ol:not([class]) > li {
    list-style: none;
    position: relative;
    padding-left: 40px; }
  .ui ol:not([class]) > li:before {
    counter-increment: myCounterSim;
    content: "0" counter(myCounterSim) ".";
    position: absolute;
    top: 7px;
    left: 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #F8C71B;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .ui ol:not([class]) > li:nth-child(9) ~ li:before {
    content: "" counter(myCounterSim) "."; }
  .ui ul:not([class]) {
    margin-bottom: 20px;
    font-weight: 350; }
  .ui ul:not([class]) > li:not(:last-child) {
    margin-bottom: 20px; }
  .ui ul:not([class]) > li {
    list-style: none;
    position: relative;
    padding-left: 40px; }
  .ui ul:not([class]) > li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #F8C71B;
    border-radius: 100%;
    top: 7px;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.ui_sm {
  font-weight: 350; }
  .ui_sm .list_arrow {
    font-weight: 350;
    font-size: inherit;
    line-height: inherit; }
  .ui_sm p:not(:last-child) {
    margin-bottom: 24px; }

.blackout .ui p {
  color: #E2E2E2; }

/* --------------------------------------------
      8.7. profile
-------------------------------------------- */
.profile_style header {
  height: 90px;
  padding-left: 50px;
  padding-right: 50px;
  border-bottom: 2px solid #F5F5F5;
  background-color: #FFF; }
.profile_style header .navigation > li > a {
  padding-top: 37px;
  padding-bottom: 37px; }
.profile_style .header_right > *:not(:last-child):before {
  top: 33px; }
.profile_style .header_btn_box {
  padding-top: 25px; }
.profile_style footer {
  background-color: #FFF;
  height: 90px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout.profile_style header {
  background: #262626;
  border-color: #0B0B0B; }
.blackout.profile_style footer {
  background: #262626; }
.blackout.profile_style .navigation_lv2 {
  background-color: #313131; }

.footer_container {
  padding-left: 50px;
  padding-right: 50px; }

.section_profile {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-height: calc(100vh - 180px); }

.section_left {
  width: 380px;
  min-height: 100%;
  padding: 48px 50px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .section_left .ava_img {
    width: 100px;
    height: 100px;
    margin-bottom: 30px; }
  .section_left .navigation_lv2 {
    width: auto;
    padding: 0;
    margin: 0 -14px;
    background-color: transparent !important;
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px); }
    .section_left .navigation_lv2 a {
      color: #1C1C1C; }
      .section_left .navigation_lv2 a:hover {
        color: #262626; }
    .section_left .navigation_lv2:before {
      display: none; }
  .section_left h5 {
    margin-bottom: 8px; }

.section_right {
  position: relative;
  width: calc(100% - 380px);
  min-height: 100%;
  padding: 50px 0;
  background: #F7F7F7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.products_container .btn_item_pos {
  top: 30px;
  right: 25px; }
.products_container .btn_item_menu {
  background-color: #fff; }

.blackout .products_container .btn_item_menu {
  background-color: #313131; }

.blackout .section_left {
  background: #262626; }
  .blackout .section_left a {
    color: #FFFFFF; }
    .blackout .section_left a path {
      fill: #fff !important; }
    .blackout .section_left a:hover {
      color: #262626; }
      .blackout .section_left a:hover path {
        fill: #262626 !important; }
.blackout .section_right {
  background: #0B0B0B; }

.navigation_user {
  margin-top: -25px;
  padding-left: 40px;
  position: relative; }
  .navigation_user > li > a {
    font-size: 14px;
    padding-right: 60px; }
  .navigation_user:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    height: 24px;
    width: 1px;
    background: #D7D7D7;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .navigation_user .navigation_lv2 {
    left: auto;
    right: 0;
    width: 280px; }
    .navigation_user .navigation_lv2:before {
      left: auto;
      right: 60px; }
  .navigation_user .ava_img {
    display: inline-block;
    margin-left: 20px;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 25px;
    width: 40px;
    height: 40px; }

.blackout .navigation_user:before {
  background: #4F4F4F; }

.navigation_user_name {
  padding-left: 14px;
  padding-right: 14px; }
  .navigation_user_name h6 {
    margin-bottom: 3px; }
  .navigation_user_name span {
    font-size: 13px;
    line-height: 13px;
    color: #C1C1C1; }

.navigation_user_line {
  margin-left: 14px;
  margin-right: 14px;
  background: #E7E7E7;
  opacity: 1;
  height: 2px;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .navigation_user_line {
  background: #464646; }

.navigation_link_mod {
  margin-bottom: -10px; }
  .navigation_link_mod a {
    background-color: transparent !important;
    color: #C1C1C1 !important; }
    .navigation_link_mod a:hover {
      color: #F7C73E !important; }

.blackout .navigation_link_mod a {
  color: #6B6B6B !important; }
  .blackout .navigation_link_mod a:hover {
    color: #F7C73E !important; }

.navigation_lv2 .navigation_lv3 {
  padding-left: 20px; }
  .navigation_lv2 .navigation_lv3 > li > a {
    color: #B8B8B8; }

.navigation_two_btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  .navigation_two_btn.active, .navigation_two_btn:hover {
    background: #F7C73E;
    border-radius: 6px; }
    .navigation_two_btn.active a, .navigation_two_btn:hover a {
      color: #262626 !important; }
      .navigation_two_btn.active a path, .navigation_two_btn:hover a path {
        fill: #262626 !important; }

.navigation_plus_btn {
  margin-left: 10px;
  border-radius: 100% !important;
  margin: 5px !important;
  padding: 4px 3px !important;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block !important; }
  .navigation_plus_btn:hover {
    background-color: #F7F7F7 !important; }
  .navigation_plus_btn i {
    display: inline-block;
    margin-left: 0 !important; }

.user_numb_box {
  padding-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 12px; }

.user_numb_item:not(:last-child) {
  margin-right: 8px; }

.user_numb_item {
  border-radius: 7px;
  background: #F7F7F7;
  min-width: 88px;
  padding: 10px;
  font-size: 11px;
  line-height: 13px;
  color: #C1C1C1;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .user_numb_item span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #0B0B0B;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.blackout .user_numb_item {
  color: #6B6B6B;
  background: #313131; }
  .blackout .user_numb_item span {
    color: #fff; }

.profile_empty {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 120px 30px;
  text-align: center; }

.profile_empty_img_color1,
.profile_empty_img_color2 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .profile_empty_img_color1 {
  stop-color: #0B0B0B; }
.blackout .profile_empty_img_color2 {
  stop-color: #2F2F2F; }

.cd-products-table {
  position: relative; }

.cd-products-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 40px; }

.cd-products-columns {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex; }

.cd-table-navigation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .cd-table-navigation li:not(:last-child) {
    margin-right: 10px; }

.cd-table-navigation-full {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.cd_prev svg,
.cd_next svg {
  margin: 1px;
  width: 6px;
  height: 9px; }

.cd_prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.cd-products-table {
  padding-left: 50px; }

.products_container {
  padding-left: 50px;
  padding-right: 50px; }

.cd-products-columns .product {
  position: relative;
  width: 324px;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0; }

.product {
  position: relative;
  height: 100%;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 20px;
  padding-top: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .product .box_be {
    margin-bottom: 24px; }
  .product .box_be + p {
    margin-top: -20px; }

.product_num {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #0B0B0B;
  padding: 4px 6px;
  min-width: 25px;
  background: #F5F5F5;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.profile_item {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .profile_item .nav_basket_item_ava,
  .profile_item .nav_basket_item_logo {
    margin-bottom: 14px; }
  .profile_item.active, .profile_item:hover {
    background: #EEEEEE; }
  .profile_item .status_item {
    margin-bottom: 14px; }

.profile_item:not(:last-child) {
  margin-bottom: 10px; }

.profile_item_cont {
  font-size: 14px;
  line-height: 14px;
  color: #3F3F3F;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .profile_item_cont p {
    margin-bottom: 5px !important; }
  .profile_item_cont span {
    font-size: 13px;
    line-height: 13px;
    color: #C1C1C1;
    margin-bottom: 10px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .profile_item_cont span + span {
    margin-top: -5px; }
  .profile_item_cont strong {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: block;
    color: #0B0B0B;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.blackout .product {
  background: #262626; }
.blackout .product_num {
  background: #0B0B0B;
  color: #FFFFFF; }
.blackout .profile_item {
  background: #313131; }
  .blackout .profile_item.active, .blackout .profile_item:hover {
    background: #3C3C3C; }
.blackout .profile_item_cont {
  color: #B8B8B8; }
  .blackout .profile_item_cont span {
    color: #888888; }
  .blackout .profile_item_cont strong {
    color: #fff; }

.btn_item_menu {
  display: block;
  height: 20px;
  padding: 8px 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn_item_menu svg {
    display: block; }
    .btn_item_menu svg * {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .btn_item_menu.active, .btn_item_menu:hover {
    background: #F7F7F7; }
    .btn_item_menu.active svg *, .btn_item_menu:hover svg * {
      fill: #161616; }

.blackout .btn_item_menu svg * {
  fill: #BCBCBC; }
.blackout .btn_item_menu.active, .blackout .btn_item_menu:hover {
  background: #515151; }
  .blackout .btn_item_menu.active svg *, .blackout .btn_item_menu:hover svg * {
    fill: #fff; }

.btn_item_pos {
  position: absolute;
  right: 12px;
  top: 10px; }

.item_menu {
  padding: 10px;
  min-width: 220px;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 4px;
  z-index: 2;
  background-color: #F7F7F7;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .item_menu {
  background-color: #515151; }

.item_menu_drop_box {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px); }

.item_menu_drop_box.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px); }

.item_menu_list li:not(:last-child) {
  margin-bottom: 4px; }

.profile_item_top_line {
  left: 20px;
  right: 20px;
  position: absolute;
  top: 0;
  height: 4px;
  background-color: #5FB1FF; }

.profile_item_bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #EBEBEB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .profile_item_bottom {
  border-color: #575757; }

.load_more2 {
  font-size: 14px;
  line-height: 14px;
  color: #B2B2B2;
  display: inline-block;
  position: relative; }

.blackout .load_more2 {
  color: #7F7F7F; }
  .blackout .load_more2:hover {
    color: #F7C73E; }

.product_empty {
  background-color: transparent !important;
  height: auto;
  border: 2px dashed #DCDCDC; }
  .product_empty .profile_item_top_line {
    top: -2px; }

.blackout .product_empty {
  border: 2px dashed #313131; }

.product_empty_bg {
  padding: 70px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .product_empty_bg svg path {
    opacity: 0.1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.blackout .product_empty_bg svg path {
  fill: #313131;
  opacity: 1; }

.profile_box:not(:last-child) {
  margin-bottom: 20px; }

.profile_box {
  color: #5E5E5E;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .profile_box .item_list3:not(:last-child) {
    margin-bottom: 30px; }
  .profile_box .profile_item_bottom {
    padding-top: 24px;
    margin-top: 24px; }

.blackout .profile_box {
  color: #9A9A9A;
  background: #262626; }

.item_logo_mod {
  padding-top: 20%;
  border-radius: 15px;
  margin-bottom: 30px; }

.input_file_box_bg {
  padding: 30px;
  background: #F7F7F7;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .input_file_box_bg {
  background: #313131; }

.profile_box_line2 {
  background-color: #EDEDED;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.profile_box_line {
  margin-bottom: 30px;
  background-color: #EDEDED;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .profile_box_line2,
.blackout .profile_box_line {
  background: #464646; }

.history_box:not(:last-child) {
  margin-bottom: 30px; }

.history_box li {
  min-height: 24px;
  padding-left: 36px;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  color: #C1C1C1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .history_box li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    left: 0;
    background-color: #F7C73E;
    border: 6px solid #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .history_box li:first-child:before {
    border: 6px solid #EDEDED; }
  .history_box li span {
    display: block;
    padding-right: 20px;
    min-width: 145px; }
.history_box li:not(:last-child) {
  margin-bottom: 30px; }
  .history_box li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 24px;
    left: 8px;
    width: 2px;
    background-color: #F7C73E;
    height: 30px; }

.blackout .history_box li:before {
  border: 6px solid #262626; }
.blackout .history_box li:first-child:before {
  border: 6px solid #464646; }

.history_box_mod li {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.history_box_in {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.history_sum_y,
.history_sum {
  text-align: right;
  color: #DCAC24; }

.history_sum_b {
  color: #399DBF; }

.status_item {
  display: inline-block;
  font-size: 11px;
  line-height: 12px;
  color: #16A53D;
  background-color: #83F4A2;
  border-radius: 5px;
  padding: 6px 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .status_item i {
    margin-right: 8px;
    display: inline-block; }

.status_published {
  color: #16A53D;
  background-color: #83F4A2; }

.blackout .status_published {
  color: #2F7041;
  background-color: #64DE86; }

.status_for_publication {
  color: #8A50E9;
  background-color: #D2B7FF; }

.blackout .status_for_publication {
  color: #472978;
  background-color: #A36FF9; }

.status_reconciliation_cont {
  color: #386FE2;
  background-color: #B7CFFF; }

.blackout .status_reconciliation_cont {
  color: #213660;
  background-color: #6999F8; }

.status_preparation {
  color: #3E8CD6;
  background-color: #A9D5FF; }

.blackout .status_preparation {
  color: #0E3A63;
  background-color: #60AAEF; }

.status_reconciliation {
  color: #3FA6CF;
  background-color: #BCECFF; }

.blackout .status_reconciliation {
  color: #236D8A;
  background-color: #79CCEC; }

.status_for_moderation {
  color: #EC8C26;
  background-color: #FDE0C1; }

.blackout .status_for_moderation {
  color: #80480D;
  background-color: #FF8E16; }

.status_paid_up {
  color: #fff;
  background-color: #75CD8D; }
  .status_paid_up svg path {
    fill: #fff; }

.discount_txt {
  font-size: 14px;
  line-height: 14px;
  color: #FF7828;
  margin-bottom: 10px; }

.prise_lg {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #0B0B0B;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .prise_lg {
  color: #fff; }

.title_box_select {
  top: 12px;
  position: relative; }

.cd-table-navigation-wr {
  position: relative;
  padding-left: 14px;
  margin-left: 8px;
  position: relative; }
  .cd-table-navigation-wr:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    height: 24px;
    width: 1px;
    background-color: #E5E5E5; }

.blackout .cd-table-navigation-wr:before {
  background-color: #4F4F4F; }

.sm_item_wr {
  width: 100%;
  max-height: 435px;
  overflow-x: hidden;
  margin-bottom: 30px; }

.sm_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding: 20px;
  background: #F8F8F8;
  border-radius: 6px;
  margin-bottom: 8px; }
  .sm_item .btn_add_point {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .sm_item .btn_add_point.btn_point {
    opacity: 1; }
  .sm_item:hover {
    background-color: #EEEEEE; }
    .sm_item:hover .btn_add_point {
      opacity: 1; }

.sm_item_in {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.sm_item_ava {
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0; }

.sm_item_ava svg,
.sm_item_ava img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-fit-object: cover;
  -moz-fit-object: cover;
  -o-fit-object: cover;
  object-fit: cover; }

.sm_item_logo {
  background-color: #E1E1E1;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0; }

.sm_item_logo svg,
.sm_item_logo img {
  max-width: 35px;
  max-height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.sm_item_cont {
  font-size: 14px;
  line-height: 14px;
  color: #3F3F3F;
  padding-right: 15px; }
  .sm_item_cont p:not(:last-child) {
    margin-bottom: 10px; }

.sm_item_txt {
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  color: #C1C1C1; }

.blackout .sm_item {
  background: #262626; }
  .blackout .sm_item .sm_item_cont {
    color: #fff; }
  .blackout .sm_item .sm_item_logo {
    background-color: #151515; }
  .blackout .sm_item:hover {
    background: #3C3C3C; }

.personal_ava_img {
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #D8D8D8;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .personal_ava_img {
  background-color: #262626; }

.personal_ava_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-fit-object: cover;
  -moz-fit-object: cover;
  -o-fit-object: cover;
  object-fit: cover; }

.personal_ava_img:before {
  content: attr(data-letter);
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  font-size: 40px;
  line-height: 48px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.personal_ava_img .input_file_box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
.personal_ava_img .name_file_ava {
  display: none; }

.input_file_ava {
  width: 150px;
  text-align: center; }

.sum_item {
  padding: 40px 50px;
  background-color: #DCAC24;
  border-radius: 15px;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.5); }
  .sum_item_title {
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 6px; }
  .sum_item_txt {
    font-weight: 500;
    font-size: 48px;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 14px; }

.profile_discount {
  position: relative;
  padding: 40px;
  margin-bottom: 25px; }
  .profile_discount .change_color_svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.profile_discount_sum {
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
  color: #DC5F24;
  margin-bottom: 40px; }

.form_copy {
  position: relative; }
  .form_copy input:not([type=checkbox]):not([type=radio]) {
    padding-right: 60px; }

.btn_form_copy {
  outline: none;
  border: none;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 15px 20px;
  background-color: transparent; }
  .btn_form_copy svg {
    width: 16px;
    height: 16px; }
  .btn_form_copy path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .btn_form_copy:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #E9E9E9;
    width: 1px;
    height: 24px;
    margin-top: -12px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.blackout .btn_form_copy path {
  fill: #C7C7C7; }
.blackout .btn_form_copy:before {
  background-color: #4F4F4F; }

.profile_txt_list {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #606060; }
  .profile_txt_list li:not(:last-child) {
    margin-bottom: 20px; }
  .profile_txt_list li {
    padding-left: 40px;
    position: relative;
    background-image: url(../images/icons/profile_txt_list.svg);
    background-repeat: no-repeat;
    background-position: 0 2px; }

/* --------------------------------------------
      8.8. add
-------------------------------------------- */
.add_box_title {
  height: 0; }

.add_box_title_offset {
  margin-bottom: 30px; }

.social_list3 {
  padding-top: 5px; }
  .social_list3 li {
    display: inline-block;
    position: relative; }
  .social_list3 li:not(:last-child) {
    margin-right: 2px; }
  .social_list3 a {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color: #F7C73E; }
    .social_list3 a svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .social_list3 a * {
      fill: #161616;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .social_list3 a:hover {
      background-color: #0B0B0B; }
      .social_list3 a:hover * {
        fill: #fff; }
  .social_list3 svg {
    width: 20px;
    height: 20px;
    max-width: 100%; }

.add_box {
  position: relative;
  padding: 285px 50px 50px 50px;
  border-radius: 15px;
  overflow: hidden; }

.add_box_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #F8F8F8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .add_box_bg img, .add_box_bg svg {
    width: 100%;
    height: auto; }
  .add_box_bg .add_box_bg_color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    z-index: -1; }
  .add_box_bg .add_box_bg_color2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 50%;
    z-index: -1; }

.blackout .add_box_bg {
  background: #151515; }

.add_box_bg [fill="#F8F8F8"] {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .add_box_bg [fill="#F8F8F8"] {
  fill: #151515; }

.add_box_title_sm {
  margin-bottom: 40px;
  width: 375px;
  max-width: 100%; }

.add_list {
  margin-bottom: 30px; }

.add_list_item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EDEDED;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.add_list_item:first-child {
  border-top: 1px solid #EDEDED; }

.add_list_box .add_list_item:first-child {
  border-top: none; }

.add_list_item_cont {
  font-size: 13px;
  line-height: 20px;
  color: #888888;
  padding-right: 20px; }

.add_list_item_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #0B0B0B;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.add_list_item_btn {
  white-space: nowrap; }

.blackout .add_list_item_title {
  color: #fff; }
.blackout .add_list_item {
  border-bottom: 1px solid #464646; }
.blackout .add_list_item:first-child {
  border-top: 1px solid #464646; }

.add_box .files_btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.form_middle_title h6 {
  margin-bottom: 0; }

.navigation_static > li a {
  display: inline-block;
  padding: 9px 14px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 16px;
  color: #777777; }
  .navigation_static > li a path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .navigation_static > li a i {
    margin-left: 10px; }
  .navigation_static > li a.active, .navigation_static > li a:hover {
    color: #262626 !important;
    background-color: #F7C73E; }

.blackout .navigation_static > li a {
  color: #DEDEDE; }
  .blackout .navigation_static > li a path {
    fill: #DEDEDE; }
  .blackout .navigation_static > li a:hover {
    color: #262626; }
    .blackout .navigation_static > li a:hover path {
      fill: #262626; }

.add_list_item_js {
  display: none; }

.add_list_box .add_list_item_js {
  display: block; }

.team_name {
  padding-top: 5vw;
  text-align: right;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #AEAEAE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.team_name_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  color: #0B0B0B;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blackout .team_name {
  color: #888888; }
.blackout .team_name_title {
  color: #fff; }

.team_item {
  padding: 40px;
  padding-bottom: 0;
  background: #F7F7F7;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.team_item_cont {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #AEAEAE;
  margin-bottom: 10px;
  overflow: hidden;
  height: 75px; }

.team_item_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #0B0B0B;
  margin-bottom: 10px; }

.team_item_img {
  padding-top: 130%;
  position: relative; }
  .team_item_img img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    height: 100%;
    width: auto; }

.team_item_btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center; }

.blackout .team_item {
  background: #151515; }
.blackout .team_item_cont {
  color: #888888; }
.blackout .team_item_title {
  color: #fff; }
.blackout .blackout_img {
  display: block; }
.blackout .blackout_img + img {
  display: none; }

.blackout_img {
  display: none; }

.cd-products-comparison-table-mod .cd-products-table {
  padding: 0; }
.cd-products-comparison-table-mod .products_container {
  padding: 0; }
.cd-products-comparison-table-mod .cd-products-columns .product {
  width: 261px;
  margin-right: 20px;
  background-color: transparent;
  padding: 0; }
.cd-products-comparison-table-mod .cd-products-columns .product:last-child {
  margin-right: 0; }

.blackout .profile_item .btn_white {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff; }
  .blackout .profile_item .btn_white svg * {
    fill: #fff; }
.blackout .profile_item:hover .btn_white {
  background-color: rgba(255, 255, 255, 0.3); }

.compare_row {
  margin-bottom: 30px; }

.profile_item_wr {
  min-height: 260px;
  margin-bottom: 10px; }

.compare_title {
  margin-bottom: 12px;
  min-height: 36px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #0B0B0B; }

.compare_cont {
  min-height: 65px;
  padding-bottom: 10px;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #3F3F3F; }
  .compare_cont span {
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 13px;
    line-height: 13px;
    color: #C1C1C1; }
  .compare_cont:before {
    content: "";
    background: #EDEDED;
    height: 1px;
    left: 0px;
    bottom: 0;
    right: 0px;
    position: absolute; }

.product:not(:first-child) .compare_title {
  opacity: 0;
  visibility: hidden; }
.product:not(:first-child) .compare_cont:before {
  left: -20px; }

.products_container .hide {
  display: none; }

.blackout .compare_title {
  color: #fff; }
.blackout .compare_cont {
  color: #fff; }
  .blackout .compare_cont span {
    color: #888888; }
  .blackout .compare_cont:before {
    background: #464646; }

.cont_pos_404 {
  padding-top: 16vw;
  padding-bottom: 20vw; }

.bg_404 img, .bg_404 svg {
  height: auto; }

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



/* --------------------------------------------
    Dropzone
-------------------------------------------- */
.dropzone_style {
  width: 100%;
  margin-top: 15px;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -5px; }
  .dropzone_style > * {
    padding-left: 6px;
    padding-right: 5px;
    margin-bottom: 12px; }

.dropzone_add_pos {
  display: none;
  pointer-events: none;
  -webkit-order: 9999;
  -moz-order: 9999;
  -ms-order: 9999;
  -o-order: 9999;
  order: 9999; }

.dropzone_add {
  width: 60px;
  height: 60px;
  border: 1px dashed #313538;
  border-radius: 2px;
  position: relative; }
  .dropzone_add img,
  .dropzone_add svg {
    max-width: 20px;
    max-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.dz-preview {
  position: relative;
  z-index: 2;
  cursor: default; }
  .dz-preview .dz-image {
    width: 60px;
    height: 60px;
    border-radius: 2px;
    position: relative; }
    .dz-preview .dz-image img {
      border-radius: 2px;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -webkit-fit-object: cover;
      -moz-fit-object: cover;
      -o-fit-object: cover;
      object-fit: cover; }
  .dz-preview .dz-remove {
    width: 18px;
    height: 18px;
    background: #F6F7F7;
    border-radius: 4.5px;
    position: absolute;
    z-index: 3;
    top: 5px;
    right: 10px;
    background-image: url(../images/icons/close.svg);
    background-repeat: no-repeat;
    background-size: 7px 7px;
    background-position: center center; }
  .dz-preview .dz-remove:hover {
    background-color: #42B6F3;
    background-image: url(../images/icons/close_w.svg); }
  .dz-preview .dz-progress,
  .dz-preview .dz-error-message,
  .dz-preview .dz-success-mark,
  .dz-preview .dz-error-mark,
  .dz-preview .dz-details {
    display: none; }
