/*WidthDesktop-1700*/
/*WidthDesktop-1520*/
/*WidthDesktop-1400*/
/*WidthDesktop-1200*/
/*WidthDesktop-1024*/
/*WidthDesktop-992*/
/*WidthDesktop-768*/
/*WidthDesktop-480*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  outline: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }
.title-text{opacity: 0;}
.wrapper_ready-load .title-text{opacity: 1;}
.title-text .new { opacity: 0; }
html,
body {
  min-height: 100%;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    html,
    body {
      overflow: auto; } }

body {
  color: #74451d;
  font: 15px/19px "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #fcfe40;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfe40), color-stop(10%, #fcfe40), color-stop(90%, #f73f00), to(#f73f00));
  background: linear-gradient(to bottom, #fcfe40 0%, #fcfe40 10%, #f73f00 90%, #f73f00 100%); opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
body.visible {
  opacity: 1;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0.1;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }
  .wrapper.wrapper_ready-load {
    opacity: 1; }
  @media screen and (max-width: 991px) {
    .wrapper {
      overflow: hidden; } }

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

h1,
.h1 {
  font-size: 40px;
  line-height: 48px; }

h2,
.h2 {
  font-size: 28px;
  line-height: 36px; }

h3,
.h3 {
  font-size: 24px;
  line-height: 36px; }

h4,
.h4 {
  font-size: 20px;
  line-height: 28px; }

h5,
.h5 {
  font-size: 16px;
  line-height: 24px; }

h6,
.h6 {
  font-size: 14px;
  line-height: 24px; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #021533; }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    text-decoration: underline; }

strong {
  font-weight: 900; }

a {
  text-decoration: none;
  color: #74451d; }
  a:hover {
    text-decoration: underline; }

ul, p, ol {
  padding: 0;
  margin-bottom: 15px; }
  ul:last-child, p:last-child, ol:last-child {
    margin-bottom: 0; }

p:empty {
  display: none; }

ul,
ol {
  margin-left: 24px; }
  ul ul, ul ol,
  ol ul,
  ol ol {
    margin: 8px 0 8px 24px; }
  ul li,
  ol li {
    margin: 0 0 4px; }

img {
  outline: none;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 32px;
  table-layout: fixed; }
  table tr:hover td, table tr:hover th {
    background-color: #ffffff; }
  table td, table th {
    border-bottom: 1px solid #DEE0E3;
    border-top: 1px solid #DEE0E3;
    font-size: 16px;
    line-height: 24px;
    color: #021533;
    font-weight: 400;
    text-align: left;
    padding: 16px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  table th {
    padding: 16px;
    font-weight: 600; }

sup,
.sup {
  font-size: 12px;
  position: relative;
  top: -4px; }

blockquote,
blockquote {
  margin-left: 32px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 32px;
  border-left: 2px solid #BB0F1E; }

q,
.q {
  quotes: "\00ab" "\00bb";
  margin-bottom: 24px;
  display: block; }
  q q,
  .q q {
    quotes: "\201e" "\201c"; }

.container {
  width: 917px;
  max-width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 991px) {
    .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative; } }

.site-main {
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    .site-main {
      padding: 10px 0; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 32px);
  margin: 0 -16px; }

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col.col-1 {
    width: 8.3333%; }
  .col.col-2 {
    width: 16.666%; }
  .col.col-3 {
    width: 25%; }
  .col.col-4 {
    width: 33.3%; }
  .col.col-5 {
    width: 41.666667%; }
  .col.col-6 {
    width: 50%; }
  .col.col-7 {
    width: 58.333333%; }
  .col.col-8 {
    width: 66.666667%; }
  .col.col-9 {
    width: 75%; }
  .col.col-10 {
    width: 83.333333%; }
  .col.col-11 {
    width: 91.666667%; }
  .col.col-12 {
    width: 100%; }
  @media (max-width: 1400px) {
    .col.col-big-desktop-2 {
      width: 16.66%; }
    .col.col-big-desktop-3 {
      width: 25%; }
    .col.col-big-desktop-4 {
      width: 33.3%; }
    .col.col-big-desktop-5 {
      width: 41.666667%; }
    .col.col-big-desktop-6 {
      width: 50%; }
    .col.col-big-desktop-7 {
      width: 58.333333%; }
    .col.col-big-desktop-8 {
      width: 66.666667%; }
    .col.col-big-desktop-9 {
      width: 75%; }
    .col.col-big-desktop-10 {
      width: 83.333333%; }
    .col.col-big-desktop-11 {
      width: 91.666667%; }
    .col.col-big-desktop-12 {
      width: 100%; } }
  @media (max-width: 1200px) {
    .col.col-desktop-2 {
      width: 16.66%; }
    .col.col-desktop-3 {
      width: 25%; }
    .col.col-desktop-4 {
      width: 33.3%; }
    .col.col-desktop-5 {
      width: 41.666667%; }
    .col.col-desktop-6 {
      width: 50%; }
    .col.col-desktop-7 {
      width: 58.333333%; }
    .col.col-desktop-8 {
      width: 66.666667%; }
    .col.col-desktop-9 {
      width: 75%; }
    .col.col-desktop-10 {
      width: 83.333333%; }
    .col.col-desktop-11 {
      width: 91.666667%; }
    .col.col-desktop-12 {
      width: 100%; } }
  @media screen and (max-width: 991px) {
    .col.col-tab-3 {
      width: 25%; }
    .col.col-tab-4 {
      width: 33.3%; }
    .col.col-tab-5 {
      width: 41.666667%; }
    .col.col-tab-6 {
      width: 50%; }
    .col.col-tab-7 {
      width: 58.333333%; }
    .col.col-tab-8 {
      width: 66.666667%; }
    .col.col-tab-9 {
      width: 75%; }
    .col.col-tab-10 {
      width: 83.333333%; }
    .col.col-tab-11 {
      width: 91.666667%; }
    .col.col-tab-12 {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .col.col-mob-3 {
      width: 25%; }
    .col.col-mob-4 {
      width: 33.3%; }
    .col.col-mob-6 {
      width: 50%; }
    .col.col-mob-8 {
      width: 66.666667%; }
    .col.col-mob-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    .col.col-mob-p-12 {
      width: 100%; } }

.content {
  width: 700px;
  min-width: 700px;
  height: 527px;
  padding-top: 7px;
  padding-left: 100px;
  background-image: url("../images/content-bg.png"); }
  @media screen and (max-width: 991px) {
    .content {
      background: none;
      min-width: 0;
      width: 100%;
      padding: 0;
      height: auto;
      background-color: #fff; } }
  .content .content__sidebar {
    width: 165px; overflow: hidden;}
    @media screen and (max-width: 991px) {
      .content .content__sidebar {
        width: 200px;
        min-width: 200px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media screen and (max-width: 767px) {
      .content .content__sidebar {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 25px; } }
    @media screen and (max-width: 479px) {
      .content .content__sidebar {
        width: 200px;
        min-width: 200px; } }

.page-title {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 991px) {
    .page-title {
      background-color: #74451d;
      padding: 15px 30px;
      height: auto;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (max-width: 479px) {
    .page-title {
      padding: 15px; } }
  .page-title .title-text {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 30px;
    color: #fff; }

.content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  padding-top: 35px;
  overflow-x: hidden;
  overflow-y: auto; }
  @media screen and (max-width: 991px) {
    .content__wrap {
      height: auto;
      overflow: hidden;
      padding: 30px 30px 15px; } }
  @media screen and (max-width: 767px) {
    .content__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 479px) {
    .content__wrap {
      padding: 30px 15px 15px; } }

.content__text {
  width: 400px;
  margin-right: 14px; }
  @media screen and (max-width: 991px) {
    .content__text {
      width: auto; } }

.content__footer {
  color: #fff;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 85px; }
  .content__footer br {
    display: none; }
  @media screen and (max-width: 991px) {
    .content__footer {
      padding: 30px 30px;
      height: auto;
      background-color: #74451d; } }
  @media screen and (max-width: 767px) {
    .content__footer {
      padding: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .content__footer br {
        display: block;
        display: none; } }
  .content__footer a {
    color: #fff;
    position: relative;
    text-decoration: none; }


.content__footer a:before{
  content: "";
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 100%;
  left: 0;
  top: calc(100% - 2px);
  opacity: 0;
}
.content__footer a:hover{
  text-decoration: none;
}
.content__footer a:hover:before{
  opacity: 1;
}


.social-link {
  min-width: 24px;
  width: 24px;
  display: block; }
  .social-link img {
    min-width: 24px;
    width: 24px;
    display: block; }
.social-link:before{display: none;}
.content__visual {
  margin-bottom: 15px; }
  .content__visual .content__visual-img {
    width: 100%;
    display: block; }

.slick-slider {
  position: relative;
  margin: 0;
  width: auto;
  display: block;
  cursor: -webkit-grab;
  cursor: grab; }
  .slick-slider.slick-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .slick-slider.slick-vertical .slick-list {
      overflow: hidden;
      width: 100%; }
    .slick-slider.slick-vertical .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .slick-slider .slick-slide {
    height: 100%;
    z-index: 2 !important;
    margin: 0;
    min-height: 1px; }
    @media screen and (max-width: 479px) {
      .slick-slider .slick-slide {
        padding: 0; } }
  .slick-slider .slick-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 0 0 2px #BB0F1E;
            box-shadow: 0 0 0 2px #BB0F1E;
    background-color: #BB0F1E;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .slick-slider .slick-arrow path {
      fill: #ffffff; }
    .slick-slider .slick-arrow:hover {
      background-color: #ffffff;
      color: #BB0F1E;
      border: 2px solid #BB0F1E;
      -webkit-box-shadow: 0 0 0 2px #ffffff;
              box-shadow: 0 0 0 2px #ffffff; }
      .slick-slider .slick-arrow:hover path {
        fill: #BB0F1E;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .slick-slider .slick-arrow.slick-disabled {
      opacity: .8;
      pointer-events: none; }
  .slick-slider .slick-prev {
    left: 24px;
    right: auto; }
  .slick-slider .slick-next {
    left: auto;
    right: 24px; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 16px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .slick-dots {
      padding: 16px; } }
  .slick-dots li {
    margin: 0 0 0 8px;
    padding: 0;
    font-size: 8px;
    line-height: 8px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .slick-dots li:first-child {
      margin-left: 0; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background-color: #BB0F1E; }
  .slick-dots button {
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    font-size: 8px;
    line-height: 8px;
    border-radius: 50%;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.site-header {
  padding: 53px 0 7px; }
  @media screen and (max-width: 767px) {
    .site-header {
      padding-top: 30px; } }

.nav-toggle.active .nav-toggle__link {
  display: none; }
  .nav-toggle.active .nav-toggle__link:nth-child(1), .nav-toggle.active .nav-toggle__link:nth-child(3) {
    display: block;
    margin: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .nav-toggle.active .nav-toggle__link:nth-child(3) {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.site-logo {
  height: 57px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .site-logo .site-logo__link {
    height: 100%;
    display: block; }
  .site-logo .site-logo__img {
    height: 100%;
    width: auto;
    display: block; }
    @media screen and (max-width: 991px) {
      .site-logo .site-logo__img {
        display: none; } }
  .site-logo .site-logo__img-mobile {
    display: none; }
    @media screen and (max-width: 991px) {
      .site-logo .site-logo__img-mobile {
        display: block; } }

.nav-toggle {
  display: none;
  width: 32px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10; }
  @media screen and (max-width: 991px) {
    .nav-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .nav-toggle .nav-toggle__link {
    width: 100%;
    display: block;
    background: #fff;
    height: 2px;
    margin: 2px 0;
    clear: both;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.sidebar {
  position: relative;
  opacity: 1;
  right: 40px;
  width: 240px;
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 991px) {
    .sidebar {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding: 0;
      width: auto;
      left: 0;
      position: unset;
      right: 0 !important;
      background-color: #fff; } }
  .sidebar:before {
    content: "";
    position: absolute;
    width: 184px;
    height: 284px;
    top: 38px;
    left: -180px;
    background-image: url("../images/bg-ico.png");
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 1200px) {
      .sidebar:before {
        display: none; } }
  .sidebar .sidebar-item {
    margin-bottom: 24px; }
  .sidebar .sidebar-item__title .title-text {
    margin-bottom: 0; }



.footer-nav {
  position: relative;
  left: -69px;
  top: -7px; }
  @media (max-width: 1200px) {
    .footer-nav {
      left: 0; } }

.nav.active {
  right: 0; }

@media screen and (max-width: 991px) {
  .nav {
    right: -150vw;
    width: 240px;
    height: auto;
    background: #DEE0E3;
    top: 70px;
    padding: 30px 20px;
    overflow: auto;
    position: absolute;
    z-index: 4;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; } }



.nav .nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.nav .nav__item {
  margin: 0 0 3px; }
  .nav .nav__item.nav__item_active .nav__link {
    color: #74451d; }
    .nav .nav__item.nav__item_active .nav__link:before {
      opacity: 1; }
  .nav .nav__item:hover .nav__link {
    color: #74451d; }
  @media screen and (max-width: 991px) {
    .nav .nav__item {
      margin: 0;text-align: right } }

.nav .nav__link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding-left: 45px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 991px) {
    .nav .nav__link {
      display: inline;
      color: #74451d; } }
  .nav .nav__link:before {
    position: absolute;
    left: 0;
    top: -10px;
    width: 38px;
    height: 49px;
    content: "";
    opacity: 0;
    background-image: url("../images/nav-ico.png");
    background-position: center;
    background-repeat: no-repeat; }

@media screen and (max-width: 991px) {
  .footer-nav {
    padding: 30px 30px 5px; } }

.footer-nav .footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style: none;
  padding: 0; }
  @media screen and (max-width: 991px) {
    .footer-nav .footer-nav__list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.footer-nav .footer-nav__item {
  margin-left: 8px;
  padding-left: 8px;
  position: relative; }
  .footer-nav .footer-nav__item:first-child {
    margin-left: 0;
    padding-left: 0; }
    .footer-nav .footer-nav__item:first-child:before {
      display: none; }
  .footer-nav .footer-nav__item:last-child {
    padding-left: 0; }
    .footer-nav .footer-nav__item:last-child:before {
      display: none; }
  .footer-nav .footer-nav__item:before {
    position: absolute;
    left: 0;
    width: 1px;
    height: 25px;
    content: "";
    background-color: #fff; }

.footer-nav .footer-nav__link {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  line-height: 20px; }

.footer-nav .footer-nav__link:before{
  content: "";
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 100%;
  left: 0;
  top: calc(100% - 2px);
  opacity: 0;
}

.footer-nav .footer-nav__item.footer-nav__item_active .footer-nav__link:before{
  opacity: 1;
}
  @media screen and (max-width: 991px) {
    .footer-nav .footer-nav__link {
      color: #74451d; } }
  .footer-nav .footer-nav__link:hover:before {
    opacity: 1; }


.cookie-section {
  position: fixed;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 22px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  width: 100%;
  z-index: 11;
  padding: 10px 20px;
  display: none;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }
.cookie-section.cookie-section_visual{
  display: block;
}
@media screen and (max-width: 991px) {
  .cookie-section {
    text-align: center; } }
.ready-load .cookie-section.show {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }
.cookie-section .container {
  width: auto;
  max-width: 98%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media screen and (max-width: 991px) {
  .cookie-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.cookie-section .text {
  margin-right: 20px;font-weight: 400; }
@media screen and (max-width: 991px) {
  .cookie-section .text {
    margin-bottom: 10px; } }
.cookie-section .text p {
  margin: 0; }
.cookie-section .text a {
  display: inline-block;
  color: #fff;text-decoration: underline; }
.cookie-section .text a:before{
  opacity: 1;
  top: calc(100% - 4px);
  border-top: 1px solid #fff;
}
.cookie-section .text a:hover{
  text-decoration: none;
}
.cookie-section .text a:hover:before{
  opacity: 1;
  border-top: 1px solid #fff;
}
.cookie-section .btns-wrap {
  min-width: 300px; }
.cookie-section .btns-wrap .btn {
  color: white;
  font-size: 16px;
  cursor: pointer;
  line-height: 28px;
  padding: 10px 17px;
  border: 1px solid #04783d;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  outline: none;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #04783d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;line-height: 20px;
  background: #000;
  padding: 5px 17px;
  font-weight: 400;
  color: #fff;
  border-color: #fff;
}
.cookie-section .btns-wrap .btn:hover{
  background: #fff;
  color: #000;
  border-color: #fff;
}
.cookie-section .btns-wrap .btn.cookie-close-js{

  background: #fff;
  color: #000;
  border-color: #fff;
}
.cookie-section .btns-wrap .btn.cookie-close-js:hover{
  background: #000;
  color: #fff;
  border-color: #000;
}


.popup-wrap,
.bg-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.bg-popup {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4); }

.popup-wrap,
.popup {
  visibility: hidden;
  opacity: 0; }

.popup-visible .popup-wrap {
  visibility: visible;
  opacity: 1; }

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: auto;
  min-width: 320px;
  padding: 32px 32px 16px;
  max-width: 98%;
  max-height: 90%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 16px 24px rgba(2, 21, 51, 0.1);
          box-shadow: 0 16px 24px rgba(2, 21, 51, 0.1);
  background-color: #ffffff;
  z-index: 111; }
  @media screen and (max-width: 767px) {
    .popup {
      max-height: 100%;
      height: 100%;
      width: 100%;
      max-width: 100%;
      padding: 112px 16px 24px; } }
  .popup.active {
    visibility: visible;
    opacity: 1; }
  .popup .container {
    max-width: 100%; }
    @media screen and (max-width: 767px) {
      .popup .container {
        overflow: hidden;
        overflow-y: auto; } }
  .popup .popup-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DEE0E3; }
    @media screen and (max-width: 767px) {
      .popup .popup-header {
        position: fixed;
        background-color: #DEE0E3;
        top: 0;
        left: 0;
        width: 100%;
        padding: 16px; } }
    .popup .popup-header .popup-header__title {
      margin: 0 24px 0 0; }
      .popup .popup-header .popup-header__title .title-text {
        margin-bottom: 0; }
    .popup .popup-header .popup-remove {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media screen and (max-width: 767px) {
        .popup .popup-header .popup-remove {
          background-color: #BB0F1E;
          top: 16px;
          right: 16px;
          width: 40px;
          min-width: 40px;
          height: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .popup .popup-header .popup-remove path {
        stroke: #021533;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media screen and (max-width: 767px) {
          .popup .popup-header .popup-remove path {
            stroke: #ffffff; } }
      .popup .popup-header .popup-remove:hover path {
        stroke: #BB0F1E; }
        @media screen and (max-width: 767px) {
          .popup .popup-header .popup-remove:hover path {
            stroke: #ffffff; } }
  .popup .popup-content {
    margin-bottom: 24px; }

/*  form */
form {
  margin-bottom: 25px; }

form span.title {
  display: block;
  margin-bottom: 0;
  font-size: 14px; }

form label {
  display: block; }

form span.small {
  display: inline; }

form .item {
  margin-bottom: 16px; }

form .item.textarea-item {
  margin: 20px 0 18px; }

form input.inputtext,
form textarea {
  width: 300px;
  font: 14px/20px "Arial"; }

@media (max-width: 768px) {
  form input.inputtext,
  form textarea {
    width: 98%;
    padding: 10px 0; } }

form input.inputtext {
  height: 20px; }

form .capcha {
  margin-bottom: 15px;
  display: block; }

form input[type="submit"] {
  display: block;
  font-size: 15px;
  margin-bottom: 15px;
  background-color: #74451d; }

/*form*/
.form-pattern .item,
.form-pattern .capcha {
  position: relative; }

.form-pattern .valid-pattern + .result {
  position: relative;
  font-size: 12px;
  left: 0;
  color: red;
  top: 10px;
  background: white;
  border: 1px solid #ddd;
  width: 100%;
  max-width: 300px;
  padding: 7px 10px;
  z-index: 10;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none; }

.check-text {
  overflow: hidden;
  display: block;
  padding-left: 10px; }

.checkbox-pattern {
  float: left; }

.checkbox-pattern.errorText {
  color: red; }

.form-pattern .valid-pattern + .result:before {
  background: white;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  left: 15px;
  bottom: calc(100% - 7px);
  content: "";
  width: 15px;
  height: 15px; }

.form-pattern .error + .result {
  display: block; }

.form-pattern .ok {
  border: 1px solid green; }

.form-pattern .ok + .result {
  display: none; }

.submit-wrap {
  width: 150px;
  cursor: pointer;
  position: relative; }

.submit-wrap.add-block {
  pointer-events: none; }

.submit-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

.submit-wrap:hover {
  cursor: pointer; }

.submit-wrap:hover input[type="submit"] {
  opacity: .7; }

form input[type="submit"] {
  display: block;
  margin-bottom: 15px;
  border: 0;
  background: #74451d;
  color: #fff;
  height: 30px;
  cursor: pointer;
  width: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }



.content__text a{text-decoration: none;position: relative;white-space: nowrap;}
.content__text a:hover{text-decoration: none;}


.content__text a:before{
  content: "";
  position: absolute;
  background-color: #74451d;
  height: 1px;
  width: 100%;
  left: 0;
  top: calc(100% - 2px);
  opacity: 1;
}
.content__text :hover:before{
  opacity: 0;
}



.title-text .div_opacity {
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: 1;
}







.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #F3F3F3;
}
.switch .switch__content {
  margin-right: 1rem;
}
.switch .switch__action .switch-action__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.switch .switch__action .switch-action__input {
  position: absolute;
  left: -9999px;
}
.switch .switch__action .switch-action__input:checked ~ .switch-action__text:after {
  background-color: #013220;
}
.switch .switch__action .switch-action__input:checked ~ .switch-action__text:before {
  right: 0.125rem;
}
.switch .switch__action .switch-action__text {
  padding-right: 6rem;
  font-size: 1rem;
  line-height: 2.5rem;
}
.switch .switch__action .switch-action__text:before, .switch .switch__action .switch-action__text:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.switch .switch__action .switch-action__text:after {
  width: 4.75rem;
  height: 2.5rem;
  border-radius: 2rem;
  background-color: #cc0000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.switch .switch__action .switch-action__text:before {
  width: 2.25rem;
  height: 2.25rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  top: 0.125rem;
  right: 2.35rem;
  z-index: 2;
  opacity: 1;
}



.cookie {
  background-color: rgba(0,0,0,0.8);
  color: #ffffff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
  padding: 1rem 1.5rem;
  text-align: center;
  -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .cookie {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.cookie .cookie__content {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 992px) {
  .cookie .cookie__content {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}
.cookie .cookie__content a {
  color: #fff;
  text-decoration: underline;
}
.cookie .cookie__content a:hover {
  text-decoration: none;
}
.cookie .cookie__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 577px) {
  .cookie .cookie__action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.cookie .cookie__action .btn {margin: 0;}
@media screen and (min-width: 577px) {
  .cookie .cookie__action .btn {
    min-width: 8rem;
  }
}
.cookie .cookie__action .btn:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 577px) {
  .cookie .cookie__action .btn:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
}


.cookie .cookie__action .btn {
  float: left;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  padding: 5px 10px;
  text-align: center;
  margin-left: 10px;
  border-radius: 0;
  font-size: 14px;
  cursor: pointer;
  line-height: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1; }
.cookie .cookie__content p{margin: 0;}
.cookie .cookie__action .btn.cookie-close-js {
  color: #000;
  background-color: #fff;
}
.cookie .cookie__action .btn.cookie-close-js:hover {
  opacity: .75;
}
.cookie .cookie__action .btn.btn_secondary {
  color: #000;
  opacity: .75;
  background-color: #fff;
}
.cookie .cookie__action .btn.btn_secondary:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  .cookie .cookie__action .btn {
    float: none;
    min-width: 200px;
    margin: 0 auto; } }
.cookie .cookie__content a {
  color: #ffffff;
  display: inline-block;
  position: relative;
}
