@charset "UTF-8";
/*WidthDesktop-1700*/
/*WidthDesktop-1520*/
/*WidthDesktop-1400*/
/*WidthDesktop-1200*/
/*WidthDesktop-1024*/
/*WidthDesktop-992*/
/*WidthDesktop-768*/
/*WidthDesktop-580*/
/*WidthDesktop-420*/
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; }

html,
body {
  min-height: 100%; }

body {
  color: #ffffff;
  font: 400 16px/24px "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #1D1F2C; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px;
      line-height: 22px;
      font-weight: 300; } }
  body.mobile-menu {
    overflow: hidden; }

.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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 24px;
  font-weight: 700;
  color: #ffffff;
  word-break: break-word; }

h1,
.h1 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 36px; }
  @media screen and (max-width: 767px) {
    h1,
    .h1 {
      font-size: 28px;
      line-height: 32px;
      margin-bottom: 24px; } }

h2,
.h2 {
  font-size: 40px;
  line-height: 48px; }
  @media screen and (max-width: 767px) {
    h2,
    .h2 {
      font-size: 24px;
      line-height: 32px; } }

h3,
.h3 {
  font-size: 32px;
  line-height: 40px; }
  @media screen and (max-width: 767px) {
    h3,
    .h3 {
      font-size: 20px;
      line-height: 28px; } }

h4,
.h4 {
  font-size: 24px;
  line-height: 32px; }
  @media screen and (max-width: 767px) {
    h4,
    .h4 {
      font-size: 16px;
      line-height: 24px; } }

h5,
.h5 {
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 767px) {
    h5,
    .h5 {
      font-size: 14px;
      line-height: 22px; } }

h6,
.h6 {
  font-size: 16px;
  line-height: 24px; }
  @media screen and (max-width: 767px) {
    h6,
    .h6 {
      font-size: 14px;
      line-height: 22px; } }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #ffffff; }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    text-decoration: underline; }

strong {
  font-weight: 700; }

a {
  text-decoration: underline;
  color: #ffffff; }
  a:hover {
    color: #FFCC33;
    text-decoration: none; }
  a:focus {
    color: rgba(255, 255, 255, 0.5); }

ul, p, ol {
  padding: 0;
  margin-bottom: 24px; }
  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 8px; }

img {
  outline: none;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto; }

.title {
  color: #FFCC33;
  font-weight: 700; }

.table {
  color: #ffffff; }
  .table th {
    color: #FFCC33;
    font-weight: 700;
    padding: 8px 16px; }
    .table th:first-child {
      padding-left: 0; }
    .table th:last-child {
      padding-right: 0;
      text-align: right; }
  .table tbody tr td {
    padding: 0 16px; }
    .table tbody tr td:first-child {
      padding-left: 0; }
    .table tbody tr td:last-child {
      padding-right: 0;
      text-align: right; }
  .table tbody tr:last-child td {
    padding-bottom: 32px; }
  .table tfoot {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .table tfoot td,
    .table tfoot th {
      padding-top: 32px;
      font-weight: 700; }
      .table tfoot td:first-child,
      .table tfoot th:first-child {
        padding-left: 0; }
      .table tfoot td:last-child,
      .table tfoot th:last-child {
        padding-right: 0;
        text-align: right; }
      .table tfoot td.total,
      .table tfoot th.total {
        color: #FFCC33; }

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 #1f6c40; }

q,
.q {
  quotes: "\00ab" "\00bb";
  margin-bottom: 24px;
  display: block; }
  q q,
  .q q {
    quotes: "\201e" "\201c"; }

@media (min-width: 1400px) {
  .container {
    max-width: 1215px; } }

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%; } }

.icon svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 24px;
  height: 24px; }
  @media screen and (max-width: 767px) {
    .icon svg {
      width: 16px;
      height: 16px; } }

.color-dark {
  color: #1D1F2C; }

.preload {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1D1F2C;
  z-index: 10000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .preload.hide-preload {
    opacity: 0;
    visibility: hidden; }
  .preload-block {
    position: relative;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    -webkit-animation: preload-5 1s infinite linear;
            animation: preload-5 1s infinite linear; }
    .preload-block svg {
      width: 144px;
      height: 144px; }

@-webkit-keyframes preload-5 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes preload-5 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form textarea {
  border: 1px solid #ffffff;
  padding: 12px 16px;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  line-height: 24px;
  background-clip: border-box;
  background-color: #ffffff;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 48px; }
  form input[type="text"]:hover,
  form input[type="password"]:hover,
  form input[type="tel"]:hover,
  form input[type="email"]:hover,
  form textarea:hover {
    border-color: #FFCC33; }
  form input[type="text"]:focus,
  form input[type="password"]:focus,
  form input[type="tel"]:focus,
  form input[type="email"]:focus,
  form textarea:focus {
    border-color: #FFCC33;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 32px #FFCC33;
            box-shadow: 0 0 32px #FFCC33; }
  form input[type="text"]:disabled,
  form input[type="password"]:disabled,
  form input[type="tel"]:disabled,
  form input[type="email"]:disabled,
  form textarea:disabled {
    border-color: #F4F6F9; }
  form input[type="text"].error,
  form input[type="password"].error,
  form input[type="tel"].error,
  form input[type="email"].error,
  form textarea.error {
    border-color: #E74C3C; }

form textarea {
  width: 100%;
  height: 96px;
  resize: none; }

.form-field {
  margin-bottom: 24px;
  position: relative; }
  .form-field .label-wrap {
    display: block;
    height: 100%; }
  .form-field .form-field__title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    cursor: pointer;
    color: #1D1F2C;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .form-field .form-field__title:hover {
      color: #1f6c40; }

label.error {
  color: #E74C3C;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  line-height: 16px;
  font-style: italic; }

.custom-check {
  display: block;
  position: relative; }
  .custom-check .custom-check__input {
    position: absolute;
    opacity: 0; }
    .custom-check .custom-check__input:checked ~ .custom-check__text:before {
      opacity: 1; }
    .custom-check .custom-check__input:checked ~ .custom-check__text:after {
      border-color: #1f6c40; }
    .custom-check .custom-check__input:disabled ~ .custom-check__text {
      color: #737475; }
      .custom-check .custom-check__input:disabled ~ .custom-check__text:after {
        border-color: #F4F6F9; }
      .custom-check .custom-check__input:disabled ~ .custom-check__text:hover:after {
        border-color: #F4F6F9; }
  .custom-check .custom-check__text {
    position: relative;
    padding-left: 32px;
    display: block;
    cursor: pointer; }
    .custom-check .custom-check__text:before, .custom-check .custom-check__text:after {
      content: '';
      position: absolute;
      left: 0;
      top: 4px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .custom-check .custom-check__text:before {
      opacity: 0; }
    .custom-check .custom-check__text:after {
      width: 16px;
      height: 16px;
      border-radius: 3px;
      border: 2px solid #737475; }
    .custom-check .custom-check__text:hover:after {
      border-color: #1f6c40; }
  .custom-check input[type='checkbox'] ~ .custom-check__text:before {
    content: "\2713";
    background: #1f6c40;
    color: #ffffff;
    width: 16px;
    height: 16px;
    top: 6px;
    left: 2px;
    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; }
  .custom-check input[type='radio'] ~ .custom-check__text:before, .custom-check input[type='radio'] ~ .custom-check__text:after {
    border-radius: 50%; }
  .custom-check input[type='radio'] ~ .custom-check__text:before {
    width: 10px;
    height: 10px;
    background: #1f6c40;
    opacity: 0;
    top: 9px;
    left: 5px; }

.jcf-focus {
  border-color: #1D1F2C; }

.jcf-select,
select {
  height: 48px;
  width: 100%;
  position: relative;
  cursor: pointer;
  border: 1px solid #1D1F2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .jcf-select.jcf-drop-active .jcf-select-text,
  select.jcf-drop-active .jcf-select-text {
    background-color: #ffffff; }
  .jcf-select.jcf-drop-active .jcf-select-opener,
  select.jcf-drop-active .jcf-select-opener {
    background-color: #ffffff; }
    .jcf-select.jcf-drop-active .jcf-select-opener:after,
    select.jcf-drop-active .jcf-select-opener:after {
      margin-top: 6px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .jcf-select.jcf-disabled,
  select.jcf-disabled {
    opacity: .3; }
  .jcf-select .jcf-select-opener,
  select .jcf-select-opener {
    width: 46px;
    height: 46px;
    background-color: transparent;
    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; }
    .jcf-select .jcf-select-opener:after,
    select .jcf-select-opener:after {
      display: block;
      border-right: 1px solid #1D1F2C;
      border-top: 1px solid #1D1F2C;
      content: "";
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .jcf-select .jcf-select-text,
  select .jcf-select-text {
    color: #1D1F2C;
    font-size: 16px;
    line-height: 46px;
    width: 100%;
    padding: 0 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: transparent;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.jcf-select-drop {
  position: absolute;
  top: calc(100% + 2px);
  left: -1px;
  z-index: 3; }

.jcf-select-drop-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 12px rgba(2, 21, 51, 0.1);
          box-shadow: 0 8px 12px rgba(2, 21, 51, 0.1); }
  .jcf-select-drop-content .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%; }
  .jcf-select-drop-content ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .jcf-select-drop-content li {
    margin: 0;
    padding: 0; }
  .jcf-select-drop-content .jcf-option {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #1D1F2C;
    background-color: #ffffff;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .jcf-select-drop-content .jcf-option:hover {
      background-color: #F4F6F9; }
    .jcf-select-drop-content .jcf-option.jcf-selected {
      background-color: #E9EBEE; }

.jcf-number {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0 60px;
  border: 1px solid #1D1F2C; }
  .jcf-number input {
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield; }
  .jcf-number input::-webkit-inner-spin-button,
  .jcf-number input::-webkit-outer-spin-button {
    -webkit-appearance: none; }
  .jcf-number input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    padding: 8px;
    height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: center; }
  .jcf-number .jcf-btn-dec,
  .jcf-number .jcf-btn-inc {
    position: absolute;
    background: #ffffff;
    width: 46px;
    height: 46px;
    top: 0;
    font-size: 24px;
    cursor: pointer;
    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;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .jcf-number .jcf-btn-dec:hover,
    .jcf-number .jcf-btn-inc:hover {
      background: #E9EBEE; }
  .jcf-number .jcf-btn-dec {
    left: 0;
    border-right: 1px solid #1D1F2C; }
    .jcf-number .jcf-btn-dec:before {
      content: '-'; }
  .jcf-number .jcf-btn-inc {
    right: 0;
    border-left: 1px solid #1D1F2C; }
    .jcf-number .jcf-btn-inc:before {
      content: '+'; }

.attach {
  position: relative;
  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;
  height: 48px;
  width: 48px;
  cursor: pointer;
  background-color: #E9EBEE; }
  .attach.attach_active .attach__preview {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .attach .attach__input {
    position: absolute;
    left: -99999px; }

input::-moz-placeholder,
input:-moz-placeholder,
input::-webkit-input-placeholder,
input::-ms-input-placeholder,
textarea::-moz-placeholder {
  color: #1D1F2C;
  opacity: .6; }

input:hover::-moz-placeholder,
input:hover:-moz-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-ms-input-placeholder,
textarea:hover::-moz-placeholder {
  color: #1D1F2C; }

input:focus::-moz-placeholder,
input:focus:-moz-placeholder,
input:focus::-webkit-input-placeholder,
input:focus::-ms-input-placeholder,
textarea:focus::-moz-placeholder {
  color: #1D1F2C; }

@-webkit-keyframes autofill {
  to {
    background: transparent; } }

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background: #ffffff; }

::-webkit-scrollbar-thumb {
  background-color: #FFCC33; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #F39C12; }

.dropdown-toggle {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 12px 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block; }
  .dropdown-toggle:after {
    border: none;
    width: 6px;
    height: 4px;
    background-image: url("../images/content/icon/drop-arrow.png");
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .dropdown-toggle:hover {
    background-color: #ffffff;
    color: #1D1F2C; }
    .dropdown-toggle:hover:after {
      background-image: url("../images/content/icon/drop-arrow-active.png"); }

.dropdown-menu {
  min-width: 100%;
  padding: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  border: none;
  margin: 0; }

.dropdown-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #777980;
  padding: 12px 24px;
  text-decoration: none; }
  .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6; }
  .dropdown-item:hover {
    color: #1D1F2C; }
  .dropdown-item.active {
    background-color: #FFCC33;
    color: #1D1F2C; }

.dropdown.show .dropdown-toggle {
  background-color: #ffffff;
  color: #1D1F2C; }
  .dropdown.show .dropdown-toggle:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url("../images/content/icon/drop-arrow-active.png"); }

.form-group {
  position: relative;
  margin-bottom: 16px; }

.btn,
button,
input[type="submit"],
input[type="reset"] {
  color: #1D1F2C;
  font-size: 16px;
  cursor: pointer;
  line-height: 24px;
  padding: 11px 24px;
  border: 1px solid #FFCC33;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  outline: none;
  font-weight: 700;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFCC33;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn .icon svg,
  button .icon svg,
  input[type="submit"] .icon svg,
  input[type="reset"] .icon svg {
    fill: #1D1F2C; }
  .btn:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    color: #FFCC33;
    text-decoration: none;
    background: #1D1F2C;
    border-color: #FFCC33; }
    .btn:hover .icon svg,
    button:hover .icon svg,
    input[type="submit"]:hover .icon svg,
    input[type="reset"]:hover .icon svg {
      fill: #FFCC33; }
  .btn:disabled,
  button:disabled,
  input[type="submit"]:disabled,
  input[type="reset"]:disabled {
    border-color: #737475;
    background-color: #737475; }
  .btn.btn_secondary,
  button.btn_secondary,
  input[type="submit"].btn_secondary,
  input[type="reset"].btn_secondary {
    color: #1D1F2C;
    border-color: #ffffff;
    background-color: #ffffff; }
    .btn.btn_secondary .icon svg,
    button.btn_secondary .icon svg,
    input[type="submit"].btn_secondary .icon svg,
    input[type="reset"].btn_secondary .icon svg {
      fill: #1D1F2C;
      stroke: #1D1F2C; }
    .btn.btn_secondary:hover,
    button.btn_secondary:hover,
    input[type="submit"].btn_secondary:hover,
    input[type="reset"].btn_secondary:hover {
      color: #ffffff;
      border-color: #ffffff;
      background-color: #1D1F2C; }
      .btn.btn_secondary:hover .icon svg,
      button.btn_secondary:hover .icon svg,
      input[type="submit"].btn_secondary:hover .icon svg,
      input[type="reset"].btn_secondary:hover .icon svg {
        fill: #ffffff; }
    .btn.btn_secondary:disabled,
    button.btn_secondary:disabled,
    input[type="submit"].btn_secondary:disabled,
    input[type="reset"].btn_secondary:disabled {
      border-color: #F4F6F9;
      color: #F4F6F9; }
  .btn.btn_tertiary,
  button.btn_tertiary,
  input[type="submit"].btn_tertiary,
  input[type="reset"].btn_tertiary {
    color: #FFCC33;
    border-color: #FFCC33;
    background-color: #1D1F2C; }
    .btn.btn_tertiary .icon svg,
    button.btn_tertiary .icon svg,
    input[type="submit"].btn_tertiary .icon svg,
    input[type="reset"].btn_tertiary .icon svg {
      fill: #FFCC33; }
    .btn.btn_tertiary:hover,
    button.btn_tertiary:hover,
    input[type="submit"].btn_tertiary:hover,
    input[type="reset"].btn_tertiary:hover {
      color: #1D1F2C;
      border-color: #FFCC33;
      background-color: #FFCC33; }
      .btn.btn_tertiary:hover .icon svg,
      button.btn_tertiary:hover .icon svg,
      input[type="submit"].btn_tertiary:hover .icon svg,
      input[type="reset"].btn_tertiary:hover .icon svg {
        fill: #1D1F2C; }
    .btn.btn_tertiary:disabled,
    button.btn_tertiary:disabled,
    input[type="submit"].btn_tertiary:disabled,
    input[type="reset"].btn_tertiary:disabled {
      border-color: #F4F6F9;
      color: #F4F6F9; }
  @media screen and (max-width: 991px) {
    .btn,
    button,
    input[type="submit"],
    input[type="reset"] {
      padding: 11px 12px; } }
  .btn.btn-link,
  button.btn-link,
  input[type="submit"].btn-link,
  input[type="reset"].btn-link {
    border: none;
    color: #FFCC33;
    text-decoration: none;
    background-color: transparent; }
    .btn.btn-link:hover,
    button.btn-link:hover,
    input[type="submit"].btn-link:hover,
    input[type="reset"].btn-link:hover {
      border: none;
      color: #F39C12;
      background-color: transparent; }

/*icon in button*/
.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-icon-left {
    margin-right: 16px; }
  .btn-icon-right {
    margin-left: 16px; }
  .btn-icon-hide {
    display: none; }
  .btn-icon-show {
    display: block; }
  @media (max-width: 1200px) {
    .btn-icon-xl-hide {
      display: none; }
    .btn-icon-xl-show {
      display: block; } }
  @media screen and (max-width: 991px) {
    .btn-icon-lg-hide {
      display: none; }
    .btn-icon-lg-show {
      display: block; } }
  @media screen and (max-width: 767px) {
    .btn-icon-md-hide {
      display: none; }
    .btn-icon-md-show {
      display: block; } }
  @media screen and (max-width: 539px) {
    .btn-icon-sm-hide {
      display: none; }
    .btn-icon-sm-show {
      display: block; } }

.wysiwyg img {
  display: block;
  margin: 0 auto 24px; }

.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 8px; }
  @media screen and (max-width: 991px) {
    .wysiwyg ul li, .wysiwyg ol li {
      padding-left: 24px; } }

.wysiwyg ul {
  list-style: none; }
  .wysiwyg ul ul {
    margin-left: 0; }
  .wysiwyg ul li {
    position: relative;
    padding-left: 32px; }
    .wysiwyg ul li:before {
      content: "—";
      left: 8px;
      top: -2px;
      position: absolute; }
      @media screen and (max-width: 991px) {
        .wysiwyg ul li:before {
          top: 0;
          left: 0; } }

.slick-slider {
  position: relative;
  width: auto;
  height: 100%;
  display: block;
  cursor: -webkit-grab;
  cursor: grab; }
  .slick-slider img {
    display: block;
    width: 100%; }
  .slick-slider.slick-vertical .slick-slide {
    display: block;
    height: auto; }
  .slick-slider.slider__secondary-pagination .slick-dots {
    bottom: -40px; }
  .slick-slider .slick-slide {
    display: inline-block;
    height: 100%;
    z-index: 2 !important;
    margin: 0;
    padding: 0 8px;
    min-height: 1px; }
    @media screen and (max-width: 539px) {
      .slick-slider .slick-slide {
        padding: 0; } }
  .slick-slider .slick-list {
    overflow: hidden; }
  .slick-slider .slick-arrow {
    position: absolute;
    width: 27px;
    height: 6px;
    cursor: pointer;
    z-index: 3;
    top: 0;
    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;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .slick-slider .slick-arrow svg {
      width: 27px;
      height: 6px; }
    .slick-slider .slick-arrow path,
    .slick-slider .slick-arrow svg {
      fill: #ffffff; }
    .slick-slider .slick-arrow:hover {
      color: #FFCC33; }
      .slick-slider .slick-arrow:hover path,
      .slick-slider .slick-arrow:hover svg {
        fill: #FFCC33;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .slick-slider .slick-arrow.slick-disabled {
      opacity: .8;
      pointer-events: none; }
  .slick-slider .slick-prev {
    right: 45px; }
  .slick-slider .slick-next {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    right: 0; }

.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.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .slick-dots li:first-child {
      margin-left: 0; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background-color: #1f6c40; }
  .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: #E9EBEE;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.slider-title {
  margin-bottom: 32px; }

.slider-container .slick-prev {
  top: -43px;
  right: 45px; }

.slider-container .slick-next {
  top: -46px;
  right: 0; }

.tabs .tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E9EBEE;
  margin-bottom: 24px; }
  @media screen and (max-width: 991px) {
    .tabs .tabs-header {
      background-color: #ffffff;
      display: block; } }
  .tabs .tabs-header .tabs-header__item.tabs-header__item_active .tabs-header__text {
    color: #ffffff;
    background-color: #1f6c40; }
  .tabs .tabs-header .tabs-header__text {
    display: block;
    cursor: pointer;
    color: #1D1F2C;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 24px;
    text-align: center;
    position: relative;
    background-color: #E9EBEE;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .tabs .tabs-header .slick-next,
  .tabs .tabs-header .slick-prev {
    width: 40px;
    height: 40px; }
    .tabs .tabs-header .slick-next.slick-disabled,
    .tabs .tabs-header .slick-prev.slick-disabled {
      opacity: .5; }
    .tabs .tabs-header .slick-next i,
    .tabs .tabs-header .slick-prev i {
      font-size: 15px;
      color: #1D1F2C; }

.tabs .tabs-body .tabs-body__item {
  width: 100%;
  display: none; }
  .tabs .tabs-body .tabs-body__item.tabs-body__item_active {
    display: block; }

.accordion-item {
  margin-bottom: 16px; }
  .accordion-item.accordion-item_active .accordion-item__header {
    margin-bottom: 16px;
    background-color: #1f6c40;
    color: #ffffff; }
    .accordion-item.accordion-item_active .accordion-item__header:after {
      border-color: #ffffff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-top: 8px; }
  .accordion-item.accordion-item_active .accordion-item__body {
    display: block; }
  .accordion-item .accordion-item__header {
    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;
    cursor: pointer;
    color: #1D1F2C;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 24px;
    background-color: #E9EBEE;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .accordion-item .accordion-item__header .title-text {
      margin-right: 16px; }
    .accordion-item .accordion-item__header:after {
      border-right: 1px solid #1D1F2C;
      border-top: 1px solid #1D1F2C;
      content: "";
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .accordion-item .accordion-item__body {
    display: none;
    margin-bottom: 16px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 32px 0; }
  @media screen and (max-width: 767px) {
    .header {
      padding: 8px 0; } }
  .header_animation {
    background-color: #1D1F2C; }
  .header-logo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .header-logo__link {
        max-width: 140px; } }
  @media screen and (min-width: 992px) {
    .header-nav {
      margin-right: 32px; } }
  .header-menu__item {
    margin: 0 calc(24px - .5rem); }
    .header-menu__item:first-child {
      margin-left: 0; }
    .header-menu__item:last-child {
      margin-right: 0; }
    @media (max-width: 1200px) {
      .header-menu__item {
        margin: 0 calc(12px - .5rem); } }
  .header-menu__link {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .header-menu__link:hover {
      color: #FFCC33; }
  .header-menu__toggle {
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
    width: 48px;
    height: 48px;
    position: relative; }
    .header-menu__toggle_icon {
      position: absolute;
      top: calc(50% - 12px);
      left: calc(50% - 12px);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header-menu__toggle_icon svg {
        fill: #ffffff !important; }
    .header-menu__toggle:hover {
      border: none;
      background-color: transparent; }
      .header-menu__toggle:hover .header-menu__toggle_icon svg {
        fill: #FFCC33 !important; }
    .header-menu__toggle_show .icon-bars {
      opacity: 0;
      visibility: hidden; }
    .header-menu__toggle_show .icon-close {
      opacity: 1;
      visibility: visible; }
    .header-menu__toggle_hide .icon-bars {
      opacity: 1;
      visibility: visible; }
    .header-menu__toggle_hide .icon-close {
      opacity: 0;
      visibility: hidden; }
  .header-user.btn .icon svg {
    fill: #ffffff; }
  .header-user.btn:hover .icon svg {
    fill: #FFCC33; }

@media (max-width: 1200px) {
  .navbar-expand-xl .header-user.btn {
    color: #ffffff;
    border-color: transparent;
    background-color: transparent; } }

@media screen and (max-width: 991px) {
  .navbar-expand-lg .header-user.btn {
    color: #ffffff;
    border-color: transparent;
    background-color: transparent; }
    .navbar-expand-lg .header-user.btn:hover {
      border-color: transparent;
      background-color: transparent; } }

@media screen and (max-width: 767px) {
  .navbar-expand-md .header-user.btn {
    color: #ffffff;
    border-color: transparent;
    background-color: transparent; } }

@media screen and (max-width: 539px) {
  .navbar-expand-sm .header-user.btn {
    color: #ffffff;
    border-color: transparent;
    background-color: transparent; } }

.mobile-menu .header {
  height: 100vh;
  overflow-y: auto;
  background: #1d1f2c;
  background: -webkit-gradient(linear, left top, left bottom, from(#1d1f2c), to(#171f51));
  background: linear-gradient(to bottom, #1d1f2c 0%, #171f51 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1f2c', endColorstr='#171f51',GradientType=0 ); }

.footer {
  font-size: 16px;
  line-height: 24px;
  background-color: #1D1F2C; }
  @media screen and (max-width: 767px) {
    .footer {
      font-size: 14px;
      line-height: 22px; } }
  .footer-top {
    padding: 64px 0 0; }
    @media screen and (max-width: 991px) {
      .footer-top {
        padding: 48px 0 0; } }
    @media screen and (max-width: 767px) {
      .footer-top {
        padding: 24px 0 0; } }
  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 64px 0 40px; }
    @media screen and (max-width: 991px) {
      .footer-bottom {
        padding: 48px 0 24px; } }
    @media screen and (max-width: 767px) {
      .footer-bottom {
        padding: 24px 0; } }
  .footer-title {
    margin-bottom: 32px;
    position: relative; }
    @media screen and (max-width: 991px) {
      .footer-title {
        margin-bottom: 16px; } }
    @media screen and (max-width: 767px) {
      .footer-title {
        margin-bottom: 8px; } }
    .footer-title .title {
      margin-bottom: 0;
      color: #FFCC33; }
    .footer-title__arrow {
      width: 12px;
      height: 12px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      position: absolute;
      top: 8px;
      right: 0;
      display: none; }
      @media screen and (max-width: 767px) {
        .footer-title__arrow {
          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; } }
      .footer-title__arrow svg {
        width: 8px;
        height: 8px;
        fill: #FFCC33; }
  .footer-content .footer-link {
    padding: 0; }
  .footer-list {
    margin: 0; }
  .footer-item {
    margin: 0; }
    .footer-item:not(:last-child) {
      margin-bottom: 8px; }
  .footer-link {
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none; }
  .footer-menu {
    margin-bottom: 24px; }
    .footer-menu.active .footer-title__arrow {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
  .footer-navigation {
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .footer-navigation {
        margin-bottom: 24px; } }
  .footer-logo {
    margin-bottom: 24px; }
    @media screen and (max-width: 991px) {
      .footer-logo__link {
        max-width: 270px; }
      .footer-logo__link, .footer-logo__img {
        width: 100%; } }
  .footer .copyright {
    font-size: 16px;
    line-height: 24px; }

.social-block {
  margin-bottom: 64px; }
  @media screen and (max-width: 991px) {
    .social-block {
      margin-bottom: 48px; } }
  @media screen and (max-width: 767px) {
    .social-block {
      margin-bottom: 24px; } }

.social-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .social-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.social-title {
  font-weight: 700;
  color: #FFCC33;
  margin-right: 16px; }
  @media screen and (max-width: 767px) {
    .social-title {
      margin-bottom: 12px; } }

.social-menu ul,
.social-menu .nav {
  margin: 0 -4px; }

.social-item {
  margin: 0 4px; }
  @media screen and (max-width: 767px) {
    .social-item {
      margin: 4px; } }

.social-link {
  padding: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  .social-link .fa {
    font-size: 12px;
    line-height: 24px; }
  @media screen and (max-width: 767px) {
    .social-link {
      width: 40px;
      height: 40px; }
      .social-link .fa {
        font-size: 16px;
        line-height: 40px; } }
  .social-link svg {
    fill: #ffffff;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .social-link:hover {
    color: #1D1F2C;
    background-color: #FFCC33; }
    .social-link:hover svg {
      fill: #1D1F2C; }

.main-slider .slider__item {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .main-slider .slider__item {
      height: 240px; } }

.popup-init {
  cursor: pointer; }

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.popup-wrap,
.popup {
  visibility: hidden;
  opacity: 0; }

.popup-visible .popup-wrap {
  visibility: visible;
  opacity: 1; }

@media screen and (max-width: 767px) {
  .popup-visible .site-header,
  .popup-visible .site-main,
  .popup-visible .site-footer {
    opacity: 0;
    visibility: hidden; } }

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  cursor: auto;
  overflow: auto;
  min-width: 320px;
  padding: 32px 32px 16px;
  width: 1148px;
  max-height: 90%;
  visibility: hidden;
  opacity: 0;
  -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;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .popup.active {
    visibility: visible;
    opacity: 1; }
  .popup.popup_middle {
    width: 780px; }
  .popup.popup_tiny {
    width: 416px; }
  @media (max-width: 1200px) {
    .popup {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .popup, .popup.popup_middle, .popup.popup_tiny {
      max-height: 100%;
      height: 100%;
      width: 100%;
      padding: 108px 16px 24px; } }
  .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 #F4F6F9; }
    @media screen and (max-width: 767px) {
      .popup .popup-header {
        position: fixed;
        background-color: #E9EBEE;
        top: 0;
        left: 0;
        width: 100%;
        padding: 16px; } }
    .popup .popup-header .popup-header__title {
      margin-right: 24px; }
      .popup .popup-header .popup-header__title .title-text {
        margin-bottom: 0; }
  .popup .popup-remove {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 991px) {
      .popup .popup-remove {
        background-color: #2f9d5e;
        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-remove path {
      stroke: #1D1F2C;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media screen and (max-width: 991px) {
        .popup .popup-remove path {
          stroke: #ffffff; } }
    .popup .popup-remove:hover path {
      stroke: #2f9d5e; }
      @media screen and (max-width: 991px) {
        .popup .popup-remove:hover path {
          stroke: #ffffff; } }
  .popup .popup-content {
    margin-bottom: 16px; }

.canvas-banner {
  position: relative;
  width: 100%; }

#canvas-space {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1d1f2c;
  background: -webkit-gradient(linear, left top, left bottom, from(#1d1f2c), to(#171f51));
  background: linear-gradient(to bottom, #1d1f2c 0%, #171f51 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1f2c', endColorstr='#171f51',GradientType=0 ); }

.mouse-elements__list {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }

.mouse-elements__item {
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .mouse-elements__item_1 {
    left: calc(25% - 98px);
    top: calc(25% - 36px); }
  .mouse-elements__item_2 {
    left: calc(25% - 60px);
    top: calc(50% - 34px); }
  .mouse-elements__item_3 {
    left: calc(25% - 220px);
    top: calc(75% - 48px); }
  .mouse-elements__item_4 {
    right: calc(25% - 100px);
    top: calc(25% - 33px); }
  .mouse-elements__item_5 {
    right: calc(25% - 65px);
    top: calc(50% - 37px); }
  .mouse-elements__item_6 {
    right: calc(25% - 195px);
    top: calc(75% - 75px); }
  .mouse-elements__item_7 {
    left: calc(50% - 254px);
    bottom: -7px;
    max-width: 508px;
    width: 100%; }
    .mouse-elements__item_7 img {
      width: 100%; }
    @media screen and (max-width: 991px) {
      .mouse-elements__item_7 {
        left: calc(50% - 175px);
        max-width: 350px; } }
    @media screen and (max-width: 767px) {
      .mouse-elements__item_7 {
        left: calc(50% - 150px);
        max-width: 300px; } }

.main-banner {
  width: 100vw;
  height: 100vh;
  min-height: 480px;
  padding: 144px 0;
  overflow: hidden; }
  .main-banner-form {
    z-index: 1; }
    .main-banner-form .form {
      max-width: 384px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .main-banner-form .form .input-group {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .main-banner-form .form .input-group input {
            width: 100%;
            margin-bottom: 24px; } }
  @media screen and (max-width: 419px) {
    .main-banner {
      padding: 100px 0; } }
  @media screen and (max-width: 767px) {
    .main-banner {
      padding: 88px 0; } }

.section {
  padding: 64px 0; }
  @media screen and (max-width: 991px) {
    .section {
      padding: 48px 0; } }
  @media screen and (max-width: 767px) {
    .section {
      padding: 24px 0; } }
  .section.section_top {
    padding: 128px 0; }
    @media screen and (max-width: 991px) {
      .section.section_top {
        padding: 48px 0; } }
  .section.section_secondary-bg {
    background-color: #737475; }
  .section.section_tiny {
    padding: 64px 0 48px; }
    @media screen and (max-width: 991px) {
      .section.section_tiny {
        padding: 48px 0; } }
  .section.section-wave {
    background-color: #ffffff;
    position: relative;
    padding: 257px 0;
    color: #1D1F2C; }
    .section.section-wave:before, .section.section-wave:after {
      content: '';
      display: block;
      width: 100%;
      height: 257px;
      background-repeat: repeat-x;
      position: absolute;
      left: 0; }
    .section.section-wave:before {
      top: 0;
      background-image: url("../images/content/wave-top.png");
      background-position-y: top; }
    .section.section-wave:after {
      bottom: 0;
      background-image: url("../images/content/wave-bottom.png");
      background-position-y: bottom; }
    @media screen and (max-width: 767px) {
      .section.section-wave {
        padding: 157px 0; }
        .section.section-wave:before, .section.section-wave:after {
          background-size: cover;
          height: 157px; } }
  .section .wave-title__block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 257px;
    padding-top: 48px; }
    @media screen and (max-width: 767px) {
      .section .wave-title__block {
        min-height: 157px;
        padding-top: 16px; } }

.numbers {
  background-color: #FFCC33;
  color: #1D1F2C; }
  .numbers-item {
    margin-bottom: 16px; }
  .numbers-title {
    color: rgba(29, 31, 44, 0.6); }
  .numbers-container {
    color: #1D1F2C; }

.icon-list-container {
  padding: 64px 0 0; }
  @media screen and (max-width: 767px) {
    .icon-list-container {
      padding: 48px 0 0; } }

.icon-list-item {
  color: #777980;
  padding-left: 102px;
  position: relative;
  margin-bottom: 64px; }
  @media screen and (max-width: 767px) {
    .icon-list-item {
      margin-bottom: 48px;
      padding-left: 0; } }
  .icon-list-item_title {
    color: #1D1F2C;
    padding-top: 16px; }
    .icon-list-item_title:after {
      content: '';
      display: block;
      width: 72px;
      height: 2px;
      background-color: #FFCC33;
      margin: 32px 0; }
    @media screen and (max-width: 767px) {
      .icon-list-item_title {
        padding-top: 0; }
        .icon-list-item_title:after {
          margin: 16px 0; } }
  .icon-list-item_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px; }
    .icon-list-item_icon img,
    .icon-list-item_icon svg {
      max-width: 72px;
      width: 100%;
      height: 72px;
      -o-object-fit: contain;
         object-fit: contain; }
    @media screen and (max-width: 767px) {
      .icon-list-item_icon {
        margin-right: 16px;
        position: relative;
        top: 4px;
        width: 24px;
        height: 24px; }
        .icon-list-item_icon img,
        .icon-list-item_icon svg {
          width: 24px;
          height: 24px; } }

.product-item {
  background-color: #f6f6f6;
  margin-bottom: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .product-item:hover {
    background-color: #FFCC33; }
    .product-item:hover .product-image__block {
      opacity: .2; }
    .product-item:hover .product-link__list {
      opacity: 1; }

.product-image {
  position: relative;
  width: 100%; }
  .product-image__block {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-height: 230px; }
    @media (max-width: 1200px) {
      .product-image__block {
        min-height: 180px; } }
    @media screen and (max-width: 767px) {
      .product-image__block {
        min-height: 105px; } }
    .product-image__block img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: calc(100% - 32px);
      height: calc(100% - 32px);
      -o-object-fit: contain;
         object-fit: contain; }
      @media screen and (max-width: 767px) {
        .product-image__block img {
          width: calc(100% - 16px);
          height: calc(100% - 16px); } }

.product-link__list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0; }

.product-link__item {
  padding: 0;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: transparent;
  border-radius: 50%; }
  .product-link__item.icon svg {
    width: 22px;
    height: 22px; }
  .product-link__item:hover {
    background-color: #ffffff; }

.product-slider_nav div[class*='thumb-active'] .product-item {
  background-color: #1D1F2C; }

.product-slider_nav .product-item {
  padding: 0;
  margin: 0;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .product-slider_nav .product-item {
      padding: 8px; } }
  .product-slider_nav .product-item:hover .product-image__block {
    opacity: 1; }

.product-slider_nav .product-image__block {
  min-height: 144px;
  position: relative; }
  @media (max-width: 1200px) {
    .product-slider_nav .product-image__block {
      min-height: 180px; } }
  @media screen and (max-width: 767px) {
    .product-slider_nav .product-image__block {
      min-height: 46px; }
      .product-slider_nav .product-image__block img {
        width: 100%;
        height: 100%; } }

.product-preview {
  -webkit-box-shadow: 0 24px 64px rgba(29, 31, 44, 0.25);
          box-shadow: 0 24px 64px rgba(29, 31, 44, 0.25); }
  @media screen and (min-width: 768px) {
    .product-preview {
      margin-bottom: -164px; } }
  .product-preview .preview-item {
    padding: 0;
    background-color: #ffffff; }
  .product-preview .preview-image {
    min-height: 300px;
    position: relative;
    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; }
    @media screen and (min-width: 992px) {
      .product-preview .preview-image {
        min-height: 400px; } }
    .product-preview .preview-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: calc(100% - 64px);
      height: calc(100% - 64px);
      -o-object-fit: contain;
         object-fit: contain; }
  .product-preview .preview-info {
    background-color: #f6f6f6;
    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: 16px 32px; }
    @media screen and (max-width: 767px) {
      .product-preview .preview-info {
        padding: 8px 16px; } }
  .product-preview .preview-title {
    color: #1D1F2C;
    margin-bottom: 0;
    text-transform: uppercase; }
  .product-preview .preview-button {
    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; }
    @media screen and (max-width: 767px) {
      .product-preview .preview-button .icon {
        width: 36px;
        height: 36px; } }
  .product-preview-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .product-preview-button {
    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;
    width: 32px;
    height: 32px; }
    .product-preview-button svg {
      fill: #1D1F2C;
      width: 27px;
      height: 6px; }
    .product-preview-button:hover svg {
      fill: #FFCC33; }
    .product-preview-button.swiper-button-disabled svg {
      fill: #ffffff; }
    .product-preview-button.product-button-next {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.product-gallery {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 1px; }
  @media screen and (min-width: 992px) {
    .product-gallery {
      margin-top: -190px; } }
  .product-gallery.gallery-show {
    visibility: visible;
    opacity: 1;
    height: auto; }
  @media screen and (max-width: 991px) {
    .product-gallery-thumbs {
      margin-bottom: 24px; } }
  .product-gallery-thumbs .slick-prev svg,
  .product-gallery-thumbs .slick-next svg {
    fill: #FFCC33; }
  .product-gallery-thumbs .slick-prev:hover svg,
  .product-gallery-thumbs .slick-next:hover svg {
    fill: #F39C12; }
  .product-gallery-thumbs .product-item {
    max-width: 72px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 991px) {
      .product-gallery-thumbs .product-item {
        margin-bottom: 4px; } }
  .product-gallery-thumbs div[class*='thumb-active'] .product-item {
    background-color: #1D1F2C; }
  .product-gallery-thumbs .product-image__block {
    min-height: 60px; }
    .product-gallery-thumbs .product-image__block img {
      width: calc(100% - 8px);
      height: calc(100% - 8px); }
  .product-gallery-top .product-item:hover {
    background-color: #f6f6f6; }
    .product-gallery-top .product-item:hover .product-image__block {
      opacity: 1; }
  .product-gallery-top .product-image__block {
    min-height: 315px; }
    @media screen and (max-width: 767px) {
      .product-gallery-top .product-image__block {
        min-height: 220px; } }

.product-block-top, .product-block-bottom {
  padding: 24px; }
  @media screen and (min-width: 768px) {
    .product-block-top, .product-block-bottom {
      padding: 32px; } }

.product-block-top {
  padding-top: 0; }

.product-block-bottom {
  border-top: 1px solid #f6f6f6; }

.product-title {
  padding: 32px;
  background-color: #FFCC33; }
  @media screen and (max-width: 767px) {
    .product-title {
      padding: 24px; } }

.product .prise {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .product .prise {
      font-size: 28px;
      line-height: 32px; } }
  .product .prise-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .product .prise-old {
    text-transform: uppercase;
    text-decoration: line-through;
    font-size: 24px;
    line-height: 32px;
    margin-left: 32px;
    color: rgba(29, 31, 44, 0.6); }
    @media screen and (max-width: 767px) {
      .product .prise-old {
        font-size: 16px;
        line-height: 24px;
        margin-left: 16px; } }

.product-info {
  margin-top: 24px; }
  @media screen and (max-width: 767px) {
    .product-info {
      padding: 0 24px; } }
  @media screen and (min-width: 768px) {
    .product-info {
      margin-top: 32px; } }

.product-description {
  margin-bottom: 24px; }
  @media screen and (min-width: 768px) {
    .product-description {
      margin-bottom: 32px; } }

.product-table-tr {
  padding: 8px 0;
  border-bottom: 1px solid #f6f6f6; }
  @media screen and (min-width: 768px) {
    .product-table-tr {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.product-table-th, .product-table-td {
  padding: 4px 0; }
  @media screen and (min-width: 768px) {
    .product-table-th, .product-table-td {
      padding: 16px 32px; }
      .product-table-th:first-child, .product-table-td:first-child {
        padding-left: 0; }
      .product-table-th:last-child, .product-table-td:last-child {
        padding-right: 0; } }

@media screen and (max-width: 767px) {
  .gallery-thumbs .swiper-slide {
    margin-top: 0 !important; } }

.chart-container {
  margin-bottom: 64px; }
  @media screen and (max-width: 767px) {
    .chart-container {
      margin-bottom: 32px; } }

.chart-top {
  padding-top: 32px; }
  @media screen and (max-width: 767px) {
    .chart-top {
      padding-top: 24px; } }

.chart-canvas {
  width: 100%;
  margin-bottom: 18px; }

.chart .chart-top .chart-tabs-link {
  font-size: 18px; }

.chart .chart-container {
  width: 100%; }

.chart .chart-tabs {
  position: relative; }
  .chart .chart-tabs-border {
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .chart .chart-tabs-border__top {
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .chart .chart-tabs-border__bottom {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .chart .chart-tabs-border__left {
      border-left: 1px solid rgba(255, 255, 255, 0.1); }
    .chart .chart-tabs-border__right {
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .chart .chart-tabs-select {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
    padding-right: 30px;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 16px;
    cursor: pointer; }
    .chart .chart-tabs-select:after {
      content: '';
      width: 6px;
      height: 4px;
      position: absolute;
      right: 24px;
      top: calc(50% - 2px);
      background-image: url("../images/content/icon/drop-arrow.png");
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .chart .chart-tabs-select:hover, .chart .chart-tabs-select.active {
      background-color: #ffffff;
      color: #1D1F2C; }
      .chart .chart-tabs-select:hover:after, .chart .chart-tabs-select.active:after {
        background-image: url("../images/content/icon/drop-arrow-active.png"); }
    .chart .chart-tabs-select.active:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    @media screen and (min-width: 768px) {
      .chart .chart-tabs-select {
        display: none; } }
    @media screen and (max-width: 539px) {
      .chart .chart-tabs-select {
        padding: 12px 18px;
        font-size: 14px;
        line-height: 22px; } }
  .chart .chart-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    list-style-type: none;
    padding: 16px 0; }
    @media screen and (max-width: 991px) {
      .chart .chart-tabs-list {
        padding: 8px 0; } }
    @media screen and (max-width: 767px) {
      .chart .chart-tabs-list {
        padding: 0;
        background-color: #ffffff;
        position: absolute;
        top: 100%;
        width: 100%;
        display: none;
        z-index: 100; } }
  .chart .chart-tabs-align__start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .chart .chart-tabs-align__start .chart-tabs-item {
      margin-left: 0; }
  .chart .chart-tabs-align__end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .chart .chart-tabs-align__end .chart-tabs-item {
      margin-right: 0; }
  .chart .chart-tabs-item {
    margin: 16px 32px; }
    @media screen and (max-width: 991px) {
      .chart .chart-tabs-item {
        margin: 8px 16px; } }
    @media screen and (max-width: 767px) {
      .chart .chart-tabs-item {
        margin: 0;
        padding: 12px 24px;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .chart .chart-tabs-item:not(:last-child) {
          border-bottom: 1px solid #e6e6e6; } }
    .chart .chart-tabs-item:hover .chart-tabs-link, .chart .chart-tabs-item.active .chart-tabs-link {
      color: #ffffff;
      border: none;
      background-color: transparent; }
    @media screen and (max-width: 767px) {
      .chart .chart-tabs-item:hover, .chart .chart-tabs-item.active {
        background-color: #FFCC33; }
        .chart .chart-tabs-item:hover .chart-tabs-link, .chart .chart-tabs-item.active .chart-tabs-link {
          color: #1D1F2C; } }
  .chart .chart-tabs-link {
    padding: 0;
    border: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #FFCC33;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .chart .chart-tabs-link {
        font-weight: 400;
        color: #777980; } }

.chart-bottom p {
  font-weight: 700; }

.chart-bottom strong {
  color: #FFCC33;
  text-transform: uppercase; }

.chart-inline-list {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .chart-inline-list {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.chart-inline-item {
  color: #ffffff;
  position: relative;
  margin-left: 0;
  margin-right: 32px; }
  .chart-inline-item:before, .chart-inline-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block; }
  @media screen and (min-width: 768px) {
    .chart-inline-item {
      margin-right: 0;
      margin-left: 64px; } }
  @media screen and (max-width: 767px) {
    .chart-inline-item {
      text-align: center;
      max-width: 70px;
      margin-top: 16px;
      margin-bottom: 0; } }
  @media screen and (max-width: 539px) {
    .chart-inline-item {
      margin-right: 16px; } }
  .chart-inline-item.line {
    padding-left: 55px; }
    .chart-inline-item.line:after {
      width: 7px;
      height: 7px;
      top: 8px;
      left: 16px;
      border-radius: 100%; }
    .chart-inline-item.line:before {
      width: 39px;
      height: 1px;
      top: 11px; }
  .chart-inline-item.bar {
    padding-left: 34px; }
    .chart-inline-item.bar:before {
      width: 18px;
      height: 18px;
      top: 2px; }
  .chart-inline-item.green:before, .chart-inline-item.green:after {
    background-color: #63B03E; }
  .chart-inline-item.orange:before, .chart-inline-item.orange:after {
    background-color: #F39C12; }
  .chart-inline-item.red:before, .chart-inline-item.red:after {
    background-color: #E74C3C; }
  @media screen and (max-width: 767px) {
    .chart-inline-item.line {
      padding-left: 0;
      padding-top: 16px; }
      .chart-inline-item.line:before {
        width: 40px;
        left: calc(50% - 20px);
        top: 6px; }
      .chart-inline-item.line:after {
        left: calc(50% - 3.5px);
        top: 3px; }
    .chart-inline-item.bar {
      padding-left: 0;
      padding-top: 26px; }
      .chart-inline-item.bar:before {
        top: 0;
        left: calc(50% - 9px); } }

.modal-content {
  border-radius: 0;
  border: 4px solid rgba(255, 204, 51, 0.5);
  -webkit-box-shadow: 0 24px 64px rgba(29, 31, 44, 0.25);
          box-shadow: 0 24px 64px rgba(29, 31, 44, 0.25);
  background-clip: border-box; }

.modal-header {
  padding: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-color: #f6f6f6; }
  .modal-header .close {
    margin: 0;
    padding: 0; }
    .modal-header .close .icon svg {
      width: 32px;
      height: 32px;
      fill: #bcbcc0; }
    .modal-header .close:hover {
      background-color: transparent; }
      .modal-header .close:hover .icon svg {
        fill: #1D1F2C; }
  @media screen and (max-width: 767px) {
    .modal-header {
      padding: 24px; }
      .modal-header .close .icon svg {
        width: 18px;
        height: 18px; } }

.modal-title {
  color: #1D1F2C;
  line-height: initial; }

.modal-body {
  padding: 0; }
  .modal-body_content {
    padding: 32px; }
    .modal-body_content.dark {
      background-color: #1D1F2C; }

.modal .btn-link {
  font-size: 12px;
  line-height: 18px;
  padding: 0; }

.modal .form-button {
  margin-top: 32px; }
  .modal .form-button p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px; }
    .modal .form-button p a {
      color: #FFCC33;
      text-decoration: none; }
      .modal .form-button p a:hover {
        color: #F39C12; }

.modal .product {
  color: #1D1F2C; }
  .modal .product .modal-header {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (max-width: 991px) {
      .modal .product .modal-header {
        padding-left: 9px;
        padding-right: 9px; } }
  @media screen and (max-width: 767px) {
    .modal .product-block-top {
      padding: 0 0 24px; } }
  .modal .product-title {
    margin-left: 0;
    margin-right: 0; }
    @media screen and (min-width: 768px) {
      .modal .product-title {
        margin-left: -32px;
        margin-right: -32px; } }

.modal-cart .modal-dialog {
  max-width: 560px; }

.modal-cart-table {
  color: #1D1F2C; }
  .modal-cart-table__item {
    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: 32px; }
    @media screen and (max-width: 767px) {
      .modal-cart-table__item {
        padding: 24px; } }
  .modal-cart-table__image {
    max-width: 104px;
    width: 100%; }
    .modal-cart-table__image .product-item {
      max-width: 72px;
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .modal-cart-table__image {
        max-width: 72px; }
        .modal-cart-table__image .product-item {
          max-width: 56px; } }
    .modal-cart-table__image .product-image__block {
      min-height: 60px; }
      @media screen and (max-width: 767px) {
        .modal-cart-table__image .product-image__block {
          min-height: 46px; } }
      .modal-cart-table__image .product-image__block img {
        width: calc(100% - 4px);
        height: calc(100% - 4px); }
  .modal-cart-table__info {
    max-width: calc(100% - 104px);
    width: 100%;
    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; }
    .modal-cart-table__info .product-name,
    .modal-cart-table__info .prise {
      font-size: 18px;
      line-height: 24px;
      font-weight: 700; }
    @media screen and (max-width: 767px) {
      .modal-cart-table__info {
        display: block;
        max-width: calc(100% - 72px); }
        .modal-cart-table__info .product-name,
        .modal-cart-table__info .prise {
          font-size: 14px;
          line-height: 22px; } }
