@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;
}

body {
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
}

html,
body {
  min-height: 100%;
}

body {
  color: #222222;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

.ntl-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;
}
.ntl-wrapper.ntl-wrapper_ready-load {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #222222;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #d5ff3f;
}
@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 12px;
  }
}

h1,
.ntl-h1 {
  font-size: 60px;
}
@media (max-width: 1700px) {
  h1,
.ntl-h1 {
    font-size: 52px;
  }
}
@media (max-width: 1400px) {
  h1,
.ntl-h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1023px) {
  h1,
.ntl-h1 {
    font-size: 32px;
  }
}

h2,
.ntl-h2 {
  font-size: 40px;
}
@media (max-width: 1400px) {
  h2,
.ntl-h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1023px) {
  h2,
.ntl-h2 {
    font-size: 24px;
  }
}

h3,
.ntl-h3 {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  h3,
.ntl-h3 {
    font-size: 18px;
  }
}

h4,
.ntl-h4 {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  h4,
.ntl-h4 {
    font-size: 16px;
  }
}

h5,
.ntl-h5 {
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  h5,
.ntl-h5 {
    font-size: 14px;
  }
}

h6,
.ntl-h6 {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  h6,
.ntl-h6 {
    font-size: 12px;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #d5ff3f;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #6B6B6B;
}

strong,
b,
.ntl-bold {
  font-weight: 700;
}

a {
  color: #6B6B6B;
  text-decoration: none;
}
a:hover {
  color: #d5ff3f;
}

ul, p, ol {
  padding: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  ul, p, ol {
    margin-bottom: 12px;
  }
}
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;
}
img:not(.no-img) {
  height: auto;
}

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

blockquote,
blockquote {
  margin-left: 32px;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  blockquote,
blockquote {
    font-size: 12px;
  }
}

q,
.ntl-q {
  quotes: "«" "»";
  margin-bottom: 24px;
  display: block;
}
q q,
.ntl-q q {
  quotes: "„" "“";
}

.ntl-sale {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  display: inline-block;
  font-weight: 700;
  color: #d5ff3f;
  background-image: linear-gradient(121.55deg, #222222 13.33%, #0B0B0B 86.27%);
  border-radius: 16px;
  padding: 8px 16px;
  line-height: 1.25;
  -webkit-animation: 3s infinite ease-in-out bshadow;
          animation: 3s infinite ease-in-out bshadow;
}
@media screen and (max-width: 1023px) {
  .ntl-sale {
    border-radius: 12px;
    padding: 6px 12px;
  }
}
.ntl-sale.ntl-sale-hot:after {
  content: "";
  background-image: url("../images/hot.ntl-png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
  display: inline-block;
  margin: 0;
  margin-bottom: -4px;
  margin-left: 8px;
}
@media screen and (max-width: 1023px) {
  .ntl-sale.ntl-sale-hot:after {
    width: 24px;
    height: 24px;
  }
}

@-webkit-keyframes bshadow {
  0% {
    -webkit-box-shadow: -8px -8px 24px rgba(213, 255, 63, 0.5);
            box-shadow: -8px -8px 24px rgba(213, 255, 63, 0.5);
  }
  50% {
    -webkit-box-shadow: 8px 8px 24px rgba(213, 255, 63, 0.5);
            box-shadow: 8px 8px 24px rgba(213, 255, 63, 0.5);
  }
  100% {
    -webkit-box-shadow: -8px -8px 24px rgba(213, 255, 63, 0.5);
            box-shadow: -8px -8px 24px rgba(213, 255, 63, 0.5);
  }
}

@keyframes bshadow {
  0% {
    -webkit-box-shadow: -8px -8px 24px rgba(213, 255, 63, 0.5);
            box-shadow: -8px -8px 24px rgba(213, 255, 63, 0.5);
  }
  50% {
    -webkit-box-shadow: 8px 8px 24px rgba(213, 255, 63, 0.5);
            box-shadow: 8px 8px 24px rgba(213, 255, 63, 0.5);
  }
  100% {
    -webkit-box-shadow: -8px -8px 24px rgba(213, 255, 63, 0.5);
            box-shadow: -8px -8px 24px rgba(213, 255, 63, 0.5);
  }
}
.ntl-rocket:before {
  content: "";
  background-image: url("../images/rocket.ntl-png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0;
  margin-bottom: -4px;
  margin-right: 8px;
}
.ntl-title-thin {
  font-weight: 400;
}
.ntl-title-thin span {
  font-weight: 700;
}

.ntl-white-space-nowrap {
  white-space: nowrap;
}

.ntl-container {
  width: 100%;
  max-width: calc(100% - 176px);
  margin: 0 auto;
  padding: 0 20px;
}
.ntl-container-middle {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
  width: 100%;
}
@media (max-width: 1200px) {
  .ntl-container {
    max-width: calc(100% - 136px);
  }
  .ntl-container-middle {
    max-width: 768px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-container {
    max-width: calc(100% - 76px);
  }
}
@media screen and (max-width: 767px) {
  .ntl-container {
    padding: 0 16px;
  }
}
@media screen and (max-width: 579px) {
  .ntl-container {
    max-width: 100%;
  }
  .ntl-container-middle {
    max-width: 100%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.row.ntl-row_justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .row {
    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 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .col {
    padding: 0 16px;
  }
}
.col.ntl-col_1 {
  width: 8.3333%;
}
.col.ntl-col_2 {
  width: 16.666%;
}
.col.ntl-col_3 {
  width: 25%;
}
.col.ntl-col_4 {
  width: 33.3%;
}
.col.ntl-col_5 {
  width: 41.666667%;
}
.col.ntl-col_6 {
  width: 50%;
}
.col.ntl-col_7 {
  width: 58.333333%;
}
.col.ntl-col_8 {
  width: 66.666667%;
}
.col.ntl-col_9 {
  width: 75%;
}
.col.ntl-col_10 {
  width: 83.333333%;
}
.col.ntl-col_11 {
  width: 91.666667%;
}
.col.ntl-col_12 {
  width: 100%;
}
@media (max-width: 1700px) {
  .col.ntl-col_full-desktop-1 {
    width: 8.3333%;
  }
  .col.ntl-col_full-desktop-2 {
    width: 16.66%;
  }
  .col.ntl-col_full-desktop-3 {
    width: 25%;
  }
  .col.ntl-col_full-desktop-4 {
    width: 33.3%;
  }
  .col.ntl-col_full-desktop-5 {
    width: 41.666667%;
  }
  .col.ntl-col_full-desktop-6 {
    width: 50%;
  }
  .col.ntl-col_full-desktop-7 {
    width: 58.333333%;
  }
  .col.ntl-col_full-desktop-8 {
    width: 66.666667%;
  }
  .col.ntl-col_full-desktop-9 {
    width: 75%;
  }
  .col.ntl-col_full-desktop-10 {
    width: 83.333333%;
  }
  .col.ntl-col_full-desktop-11 {
    width: 91.666667%;
  }
  .col.ntl-col_full-desktop-12 {
    width: 100%;
  }
}
@media (max-width: 1520px) {
  .col.ntl-col_hd-desktop-1 {
    width: 8.3333%;
  }
  .col.ntl-col_hd-desktop-2 {
    width: 16.66%;
  }
  .col.ntl-col_hd-desktop-3 {
    width: 25%;
  }
  .col.ntl-col_hd-desktop-4 {
    width: 33.3%;
  }
  .col.ntl-col_hd-desktop-5 {
    width: 41.666667%;
  }
  .col.ntl-col_hd-desktop-6 {
    width: 50%;
  }
  .col.ntl-col_hd-desktop-7 {
    width: 58.333333%;
  }
  .col.ntl-col_hd-desktop-8 {
    width: 66.666667%;
  }
  .col.ntl-col_hd-desktop-9 {
    width: 75%;
  }
  .col.ntl-col_hd-desktop-10 {
    width: 83.333333%;
  }
  .col.ntl-col_hd-desktop-11 {
    width: 91.666667%;
  }
  .col.ntl-col_hd-desktop-12 {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .col.ntl-col_big-desktop-1 {
    width: 8.3333%;
  }
  .col.ntl-col_big-desktop-2 {
    width: 16.66%;
  }
  .col.ntl-col_big-desktop-3 {
    width: 25%;
  }
  .col.ntl-col_big-desktop-4 {
    width: 33.3%;
  }
  .col.ntl-col_big-desktop-5 {
    width: 41.666667%;
  }
  .col.ntl-col_big-desktop-6 {
    width: 50%;
  }
  .col.ntl-col_big-desktop-7 {
    width: 58.333333%;
  }
  .col.ntl-col_big-desktop-8 {
    width: 66.666667%;
  }
  .col.ntl-col_big-desktop-9 {
    width: 75%;
  }
  .col.ntl-col_big-desktop-10 {
    width: 83.333333%;
  }
  .col.ntl-col_big-desktop-11 {
    width: 91.666667%;
  }
  .col.ntl-col_big-desktop-12 {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .col.ntl-col_desktop-1 {
    width: 8.3333%;
  }
  .col.ntl-col_desktop-2 {
    width: 16.66%;
  }
  .col.ntl-col_desktop-3 {
    width: 25%;
  }
  .col.ntl-col_desktop-4 {
    width: 33.3%;
  }
  .col.ntl-col_desktop-5 {
    width: 41.666667%;
  }
  .col.ntl-col_desktop-6 {
    width: 50%;
  }
  .col.ntl-col_desktop-7 {
    width: 58.333333%;
  }
  .col.ntl-col_desktop-8 {
    width: 66.666667%;
  }
  .col.ntl-col_desktop-9 {
    width: 75%;
  }
  .col.ntl-col_desktop-10 {
    width: 83.333333%;
  }
  .col.ntl-col_desktop-11 {
    width: 91.666667%;
  }
  .col.ntl-col_desktop-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .col.ntl-col_middle-desktop-1 {
    width: 8.3333%;
  }
  .col.ntl-col_middle-desktop-2 {
    width: 16.66%;
  }
  .col.ntl-col_middle-desktop-3 {
    width: 25%;
  }
  .col.ntl-col_middle-desktop-4 {
    width: 33.3%;
  }
  .col.ntl-col_middle-desktop-5 {
    width: 41.666667%;
  }
  .col.ntl-col_middle-desktop-6 {
    width: 50%;
  }
  .col.ntl-col_middle-desktop-7 {
    width: 58.333333%;
  }
  .col.ntl-col_middle-desktop-8 {
    width: 66.666667%;
  }
  .col.ntl-col_middle-desktop-9 {
    width: 75%;
  }
  .col.ntl-col_middle-desktop-10 {
    width: 83.333333%;
  }
  .col.ntl-col_middle-desktop-11 {
    width: 91.666667%;
  }
  .col.ntl-col_middle-desktop-12 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .col.ntl-col_tab-3 {
    width: 25%;
  }
  .col.ntl-col_tab-4 {
    width: 33.3%;
  }
  .col.ntl-col_tab-5 {
    width: 41.666667%;
  }
  .col.ntl-col_tab-6 {
    width: 50%;
  }
  .col.ntl-col_tab-7 {
    width: 58.333333%;
  }
  .col.ntl-col_tab-8 {
    width: 66.666667%;
  }
  .col.ntl-col_tab-9 {
    width: 75%;
  }
  .col.ntl-col_tab-10 {
    width: 83.333333%;
  }
  .col.ntl-col_tab-11 {
    width: 91.666667%;
  }
  .col.ntl-col_tab-12 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .col.ntl-col_mob-3 {
    width: 25%;
  }
  .col.ntl-col_mob-4 {
    width: 33.3%;
  }
  .col.ntl-col_mob-6 {
    width: 50%;
  }
  .col.ntl-col_mob-8 {
    width: 66.666667%;
  }
  .col.ntl-col_mob-12 {
    width: 100%;
  }
}
@media screen and (max-width: 579px) {
  .col.ntl-col_mob-p-12 {
    width: 100%;
  }
}

.ntl-text-center {
  text-align: center;
}
.ntl-text-left {
  text-align: left;
}
.ntl-text-right {
  text-align: right;
}
@media (max-width: 1400px) {
  .ntl-text-big-desktop-center {
    text-align: center;
  }
  .ntl-text-big-desktop-left {
    text-align: left;
  }
  .ntl-text-big-desktop-right {
    text-align: right;
  }
}
@media (max-width: 1200px) {
  .ntl-text-desktop-center {
    text-align: center;
  }
  .ntl-text-desktop-left {
    text-align: left;
  }
  .ntl-text-desktop-right {
    text-align: right;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-text-middle-desktop-center {
    text-align: center;
  }
  .ntl-text-middle-desktop-left {
    text-align: left;
  }
  .ntl-text-middle-desktop-right {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .ntl-text-tab-center {
    text-align: center;
  }
  .ntl-text-tab-left {
    text-align: left;
  }
  .ntl-text-tab-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .ntl-text-mob-center {
    text-align: center;
  }
  .ntl-text-mob-left {
    text-align: left;
  }
  .ntl-text-mob-right {
    text-align: right;
  }
}
@media screen and (max-width: 579px) {
  .ntl-text-mob-p-center {
    text-align: center;
  }
  .ntl-text-mob-p-left {
    text-align: left;
  }
  .ntl-text-mob-p-right {
    text-align: right;
  }
}

.ntl-display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.ntl-display-block {
  display: block !important;
}
.ntl-display-none {
  display: none !important;
}
@media (max-width: 1400px) {
  .ntl-display-big-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ntl-display-big-desktop-block {
    display: block !important;
  }
  .ntl-display-big-desktop-none {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .ntl-display-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ntl-display-desktop-block {
    display: block !important;
  }
  .ntl-display-desktop-none {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-display-middle-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ntl-display-middle-desktop-block {
    display: block !important;
  }
  .ntl-display-middle-desktop-none {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .ntl-display-tab-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ntl-display-tab-block {
    display: block !important;
  }
  .ntl-display-tab-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .ntl-display-mob-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ntl-display-mob-block {
    display: block !important;
  }
  .ntl-display-mob-none {
    display: none !important;
  }
}
@media screen and (max-width: 579px) {
  .ntl-display-mob-p-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ntl-display-mob-p-block {
    display: block !important;
  }
  .ntl-display-mob-p-none {
    display: none !important;
  }
}

.ntl-w-100 {
  width: 100%;
}
.ntl-w-75 {
  width: 75%;
}
.ntl-w-50 {
  width: 50%;
}
.ntl-w-25 {
  width: 25%;
}
.ntl-w-0 {
  width: 0;
}
@media (max-width: 1400px) {
  .ntl-w-big-desktop-100 {
    width: 100%;
  }
  .ntl-w-big-desktop-75 {
    width: 75%;
  }
  .ntl-w-big-desktop-50 {
    width: 50%;
  }
  .ntl-w-big-desktop-25 {
    width: 25%;
  }
  .ntl-w-big-desktop-0 {
    width: 0;
  }
}
@media (max-width: 1200px) {
  .ntl-w-desktop-100 {
    width: 100%;
  }
  .ntl-w-desktop-75 {
    width: 75%;
  }
  .ntl-w-desktop-50 {
    width: 50%;
  }
  .ntl-w-desktop-25 {
    width: 25%;
  }
  .ntl-w-desktop-0 {
    width: 0;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-w-middle-desktop-100 {
    width: 100%;
  }
  .ntl-w-middle-desktop-75 {
    width: 75%;
  }
  .ntl-w-middle-desktop-50 {
    width: 50%;
  }
  .ntl-w-middle-desktop-25 {
    width: 25%;
  }
  .ntl-w-middle-desktop-0 {
    width: 0;
  }
}
@media screen and (max-width: 991px) {
  .ntl-w-tab-100 {
    width: 100%;
  }
  .ntl-w-tab-75 {
    width: 75%;
  }
  .ntl-w-tab-50 {
    width: 50%;
  }
  .ntl-w-tab-25 {
    width: 25%;
  }
  .ntl-w-tab-0 {
    width: 0;
  }
}
@media screen and (max-width: 767px) {
  .ntl-w-mob-100 {
    width: 100%;
  }
  .ntl-w-mob-75 {
    width: 75%;
  }
  .ntl-w-mob-50 {
    width: 50%;
  }
  .ntl-w-mob-25 {
    width: 25%;
  }
  .ntl-w-mob-0 {
    width: 0;
  }
}
@media screen and (max-width: 579px) {
  .ntl-w-mob-p-100 {
    width: 100%;
  }
  .ntl-w-mob-p-75 {
    width: 75%;
  }
  .ntl-w-mob-p-50 {
    width: 50%;
  }
  .ntl-w-mob-p-25 {
    width: 25%;
  }
  .ntl-w-mob-p-0 {
    width: 0;
  }
}

.ntl-h-100 {
  height: 100%;
}
.ntl-h-75 {
  height: 75%;
}
.ntl-h-50 {
  height: 50%;
}
.ntl-h-25 {
  height: 25%;
}
.ntl-h-0 {
  height: 0;
}
.ntl-h-auto {
  height: auto;
}
@media (max-width: 1400px) {
  .ntl-h-big-desktop-100 {
    height: 100%;
  }
  .ntl-h-big-desktop-75 {
    height: 75%;
  }
  .ntl-h-big-desktop-50 {
    height: 50%;
  }
  .ntl-h-big-desktop-25 {
    height: 25%;
  }
  .ntl-h-big-desktop-0 {
    height: 0;
  }
  .ntl-h-big-desktop-auto {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .ntl-h-desktop-100 {
    height: 100%;
  }
  .ntl-h-desktop-75 {
    height: 75%;
  }
  .ntl-h-desktop-50 {
    height: 50%;
  }
  .ntl-h-desktop-25 {
    height: 25%;
  }
  .ntl-h-desktop-0 {
    height: 0;
  }
  .ntl-h-desktop-auto {
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-h-middle-desktop-100 {
    height: 100%;
  }
  .ntl-h-middle-desktop-75 {
    height: 75%;
  }
  .ntl-h-middle-desktop-50 {
    height: 50%;
  }
  .ntl-h-middle-desktop-25 {
    height: 25%;
  }
  .ntl-h-middle-desktop-0 {
    height: 0;
  }
  .ntl-h-middle-desktop-auto {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .ntl-h-tab-100 {
    height: 100%;
  }
  .ntl-h-tab-75 {
    height: 75%;
  }
  .ntl-h-tab-50 {
    height: 50%;
  }
  .ntl-h-tab-25 {
    height: 25%;
  }
  .ntl-h-tab-0 {
    height: 0;
  }
  .ntl-h-tab-auto {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .ntl-h-mob-100 {
    height: 100%;
  }
  .ntl-h-mob-75 {
    height: 75%;
  }
  .ntl-h-mob-50 {
    height: 50%;
  }
  .ntl-h-mob-25 {
    height: 25%;
  }
  .ntl-h-mob-0 {
    height: 0;
  }
  .ntl-h-mob-auto {
    height: auto;
  }
}
@media screen and (max-width: 579px) {
  .ntl-h-mob-p-100 {
    height: 100%;
  }
  .ntl-h-mob-p-75 {
    height: 75%;
  }
  .ntl-h-mob-p-50 {
    height: 50%;
  }
  .ntl-h-mob-p-25 {
    height: 25%;
  }
  .ntl-h-mob-p-0 {
    height: 0;
  }
  .ntl-h-mob-p-auto {
    height: auto;
  }
}

/*flex-direction */
.ntl-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .ntl-direction-row-desktop {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media screen and (max-width: 991px) {
  .ntl-direction-row-tab {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media screen and (max-width: 767px) {
  .ntl-direction-row-mob {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media screen and (max-width: 579px) {
  .ntl-direction-row-mob-p {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.ntl-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .ntl-direction-column-desktop {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 991px) {
  .ntl-direction-column-tab {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 767px) {
  .ntl-direction-column-mob {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 579px) {
  .ntl-direction-column-mob-p {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.ntl-direction-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .ntl-direction-row-reverse-desktop {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
@media screen and (max-width: 991px) {
  .ntl-direction-row-reverse-tab {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
@media screen and (max-width: 767px) {
  .ntl-direction-row-reverse-mob {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
@media screen and (max-width: 579px) {
  .ntl-direction-row-reverse-mob-p {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

.ntl-direction-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 1023px) {
  .ntl-direction-column-reverse-desktop {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 991px) {
  .ntl-direction-column-reverse-tab {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 767px) {
  .ntl-direction-column-reverse-mob {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 579px) {
  .ntl-direction-column-reverse-mob-p {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.ntl-flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
@media screen and (max-width: 1023px) {
  .ntl-flex-wrap-desktop {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 991px) {
  .ntl-flex-wrap-tab {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 767px) {
  .ntl-flex-wrap-mob {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 579px) {
  .ntl-flex-wrap-mob-p {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.ntl-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
@media screen and (max-width: 1023px) {
  .ntl-flex-nowrap-desktop {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 991px) {
  .ntl-flex-nowrap-tab {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 767px) {
  .ntl-flex-nowrap-mob {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 579px) {
  .ntl-flex-nowrap-mob-p {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

.ntl-justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media screen and (max-width: 1023px) {
  .ntl-justify-center-desktop {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media screen and (max-width: 991px) {
  .ntl-justify-center-tab {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media screen and (max-width: 767px) {
  .ntl-justify-center-mob {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media screen and (max-width: 579px) {
  .ntl-justify-center-mob-p {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.ntl-justify-left {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
@media screen and (max-width: 1023px) {
  .ntl-justify-left-desktop {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media screen and (max-width: 991px) {
  .ntl-justify-left-tab {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media screen and (max-width: 767px) {
  .ntl-justify-left-mob {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media screen and (max-width: 579px) {
  .ntl-justify-left-mob-p {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

.ntl-justify-right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
@media screen and (max-width: 1023px) {
  .ntl-justify-right-desktop {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media screen and (max-width: 991px) {
  .ntl-justify-right-tab {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media screen and (max-width: 767px) {
  .ntl-justify-right-mob {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media screen and (max-width: 579px) {
  .ntl-justify-right-mob-p {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

.ntl-justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
@media screen and (max-width: 1023px) {
  .ntl-justify-between-desktop {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media screen and (max-width: 991px) {
  .ntl-justify-between-tab {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media screen and (max-width: 767px) {
  .ntl-justify-between-mob {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media screen and (max-width: 579px) {
  .ntl-justify-between-mob-p {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

.ntl-justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
@media screen and (max-width: 1023px) {
  .ntl-justify-around-desktop {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}
@media screen and (max-width: 991px) {
  .ntl-justify-around-tab {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}
@media screen and (max-width: 767px) {
  .ntl-justify-around-mob {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}
@media screen and (max-width: 579px) {
  .ntl-justify-around-mob-p {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width: 1023px) {
  .align-center-desktop {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media screen and (max-width: 991px) {
  .align-center-tab {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media screen and (max-width: 767px) {
  .align-center-mob {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media screen and (max-width: 579px) {
  .align-center-mob-p {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.align-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media screen and (max-width: 1023px) {
  .align-start-desktop {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media screen and (max-width: 991px) {
  .align-start-tab {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media screen and (max-width: 767px) {
  .align-start-mob {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media screen and (max-width: 579px) {
  .align-start-mob-p {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.align-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
@media screen and (max-width: 1023px) {
  .align-end-desktop {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media screen and (max-width: 991px) {
  .align-end-tab {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media screen and (max-width: 767px) {
  .align-end-mob {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media screen and (max-width: 579px) {
  .align-end-mob-p {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

.align-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
@media screen and (max-width: 1023px) {
  .align-between-desktop {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}
@media screen and (max-width: 991px) {
  .align-between-tab {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}
@media screen and (max-width: 767px) {
  .align-between-mob {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}
@media screen and (max-width: 579px) {
  .align-between-mob-p {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}

.align-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
@media screen and (max-width: 1023px) {
  .align-around-desktop {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}
@media screen and (max-width: 991px) {
  .align-around-tab {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}
@media screen and (max-width: 767px) {
  .align-around-mob {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}
@media screen and (max-width: 579px) {
  .align-around-mob-p {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}

.ntl-order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.ntl-order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.ntl-order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}
.ntl-order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}
.ntl-order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}
.ntl-order-6 {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}
.ntl-order-7 {
  -webkit-box-ordinal-group: 8 !important;
      -ms-flex-order: 7 !important;
          order: 7 !important;
}
.ntl-order-8 {
  -webkit-box-ordinal-group: 9 !important;
      -ms-flex-order: 8 !important;
          order: 8 !important;
}
.ntl-order-9 {
  -webkit-box-ordinal-group: 10 !important;
      -ms-flex-order: 9 !important;
          order: 9 !important;
}
.ntl-order-10 {
  -webkit-box-ordinal-group: 11 !important;
      -ms-flex-order: 10 !important;
          order: 10 !important;
}
.ntl-order-11 {
  -webkit-box-ordinal-group: 12 !important;
      -ms-flex-order: 11 !important;
          order: 11 !important;
}
.ntl-order-12 {
  -webkit-box-ordinal-group: 13 !important;
      -ms-flex-order: 12 !important;
          order: 12 !important;
}
@media screen and (max-width: 1023px) {
  .ntl-order-desktop-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .ntl-order-desktop-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .ntl-order-desktop-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .ntl-order-desktop-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .ntl-order-desktop-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .ntl-order-desktop-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .ntl-order-desktop-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .ntl-order-desktop-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .ntl-order-desktop-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .ntl-order-desktop-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .ntl-order-desktop-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .ntl-order-desktop-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}
@media screen and (max-width: 991px) {
  .ntl-order-tab-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .ntl-order-tab-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .ntl-order-tab-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .ntl-order-tab-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .ntl-order-tab-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .ntl-order-tab-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .ntl-order-tab-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .ntl-order-tab-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .ntl-order-tab-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .ntl-order-tab-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .ntl-order-tab-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .ntl-order-tab-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}
@media screen and (max-width: 767px) {
  .ntl-order-mob-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .ntl-order-mob-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .ntl-order-mob-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .ntl-order-mob-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .ntl-order-mob-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .ntl-order-mob-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .ntl-order-mob-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .ntl-order-mob-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .ntl-order-mob-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .ntl-order-mob-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .ntl-order-mob-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .ntl-order-mob-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}
@media screen and (max-width: 579px) {
  .ntl-order-mob-p-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .ntl-order-mob-p-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .ntl-order-mob-p-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .ntl-order-mob-p-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .ntl-order-mob-p-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .ntl-order-mob-p-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .ntl-order-mob-p-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .ntl-order-mob-p-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .ntl-order-mob-p-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .ntl-order-mob-p-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .ntl-order-mob-p-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .ntl-order-mob-p-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}

.fancybox__thumbs .ntl-carousel__slide .fancybox__thumb::after {
  border-color: #d5ff3f;
}

.fancybox__progress {
  background: #d5ff3f;
}

.ntl-margin-bottom-96 {
  margin-bottom: 96px;
}
.ntl-margin-bottom-80 {
  margin-bottom: 80px;
}
.ntl-margin-bottom-72 {
  margin-bottom: 72px;
}
.ntl-margin-bottom-64 {
  margin-bottom: 64px;
}
.ntl-margin-bottom-48 {
  margin-bottom: 48px;
}
.ntl-margin-bottom-40 {
  margin-bottom: 40px;
}
.ntl-margin-bottom-36 {
  margin-bottom: 36px;
}
.ntl-margin-bottom-32 {
  margin-bottom: 32px;
}
.ntl-margin-bottom-28 {
  margin-bottom: 28px;
}
.ntl-margin-bottom-24 {
  margin-bottom: 24px;
}
.ntl-margin-bottom-20 {
  margin-bottom: 20px;
}
.ntl-margin-bottom-16 {
  margin-bottom: 16px;
}
.ntl-margin-bottom-12 {
  margin-bottom: 12px;
}
.ntl-margin-bottom-8 {
  margin-bottom: 8px;
}
.ntl-margin-bottom-4 {
  margin-bottom: 4px;
}
.ntl-margin-bottom-0 {
  margin-bottom: 0;
}
.ntl-margin-top-96 {
  margin-top: 96px;
}
.ntl-margin-top-80 {
  margin-top: 80px;
}
.ntl-margin-top-72 {
  margin-top: 72px;
}
.ntl-margin-top-64 {
  margin-top: 64px;
}
.ntl-margin-top-48 {
  margin-top: 48px;
}
.ntl-margin-top-40 {
  margin-top: 40px;
}
.ntl-margin-top-36 {
  margin-top: 36px;
}
.ntl-margin-top-32 {
  margin-top: 32px;
}
.ntl-margin-top-28 {
  margin-top: 28px;
}
.ntl-margin-top-24 {
  margin-top: 24px;
}
.ntl-margin-top-20 {
  margin-top: 20px;
}
.ntl-margin-top-16 {
  margin-top: 16px;
}
.ntl-margin-top-12 {
  margin-top: 12px;
}
.ntl-margin-top-8 {
  margin-top: 8px;
}
.ntl-margin-top-4 {
  margin-top: 4px;
}
.ntl-margin-top-0 {
  margin-top: 0;
}
.ntl-margin-auto {
  margin: 0 auto !important;
}
.ntl-margin-auto-y {
  margin: auto 0 !important;
}
.ntl-margin-left-auto {
  margin-left: auto !important;
}
.ntl-margin-right-auto {
  margin-left: auto !important;
}
@media (max-width: 1400px) {
  .ntl-margin-big-desktop-auto {
    margin: 0 auto !important;
  }
  .ntl-margin-big-desktop-auto-y {
    margin: auto 0 !important;
  }
  .ntl-margin-big-desktop-left-auto {
    margin-left: auto !important;
  }
  .ntl-margin-big-desktop-right-auto {
    margin-left: auto !important;
  }
  .ntl-margin-big-desktop-top-96 {
    margin-top: 96px;
  }
  .ntl-margin-big-desktop-top-80 {
    margin-top: 80px;
  }
  .ntl-margin-big-desktop-top-72 {
    margin-top: 72px;
  }
  .ntl-margin-big-desktop-top-64 {
    margin-top: 64px;
  }
  .ntl-margin-big-desktop-top-48 {
    margin-top: 48px;
  }
  .ntl-margin-big-desktop-top-40 {
    margin-top: 40px;
  }
  .ntl-margin-big-desktop-top-36 {
    margin-top: 36px;
  }
  .ntl-margin-big-desktop-top-32 {
    margin-top: 32px;
  }
  .ntl-margin-big-desktop-top-28 {
    margin-top: 28px;
  }
  .ntl-margin-big-desktop-top-24 {
    margin-top: 24px;
  }
  .ntl-margin-big-desktop-top-20 {
    margin-top: 20px;
  }
  .ntl-margin-big-desktop-top-16 {
    margin-top: 16px;
  }
  .ntl-margin-big-desktop-top-12 {
    margin-top: 12px;
  }
  .ntl-margin-big-desktop-top-8 {
    margin-top: 8px;
  }
  .ntl-margin-big-desktop-top-4 {
    margin-top: 4px;
  }
  .ntl-margin-big-desktop-top-0 {
    margin-top: 0;
  }
  .ntl-margin-big-desktop-bottom-96 {
    margin-bottom: 96px;
  }
  .ntl-margin-big-desktop-bottom-80 {
    margin-bottom: 80px;
  }
  .ntl-margin-big-desktop-bottom-72 {
    margin-bottom: 72px;
  }
  .ntl-margin-big-desktop-bottom-64 {
    margin-bottom: 64px;
  }
  .ntl-margin-big-desktop-bottom-48 {
    margin-bottom: 48px;
  }
  .ntl-margin-big-desktop-bottom-40 {
    margin-bottom: 40px;
  }
  .ntl-margin-big-desktop-bottom-36 {
    margin-bottom: 36px;
  }
  .ntl-margin-big-desktop-bottom-32 {
    margin-bottom: 32px;
  }
  .ntl-margin-big-desktop-bottom-28 {
    margin-bottom: 28px;
  }
  .ntl-margin-big-desktop-bottom-24 {
    margin-bottom: 24px;
  }
  .ntl-margin-big-desktop-bottom-20 {
    margin-bottom: 20px;
  }
  .ntl-margin-big-desktop-bottom-16 {
    margin-bottom: 16px;
  }
  .ntl-margin-big-desktop-bottom-12 {
    margin-bottom: 12px;
  }
  .ntl-margin-big-desktop-bottom-8 {
    margin-bottom: 8px;
  }
  .ntl-margin-big-desktop-bottom-4 {
    margin-bottom: 4px;
  }
  .ntl-margin-big-desktop-bottom-0 {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .ntl-margin-desktop-auto {
    margin: 0 auto !important;
  }
  .ntl-margin-desktop-auto-y {
    margin: auto 0 !important;
  }
  .ntl-margin-desktop-left-auto {
    margin-left: auto !important;
  }
  .ntl-margin-desktop-right-auto {
    margin-left: auto !important;
  }
  .ntl-margin-desktop-top-96 {
    margin-top: 96px;
  }
  .ntl-margin-desktop-top-80 {
    margin-top: 80px;
  }
  .ntl-margin-desktop-top-72 {
    margin-top: 72px;
  }
  .ntl-margin-desktop-top-64 {
    margin-top: 64px;
  }
  .ntl-margin-desktop-top-48 {
    margin-top: 48px;
  }
  .ntl-margin-desktop-top-40 {
    margin-top: 40px;
  }
  .ntl-margin-desktop-top-36 {
    margin-top: 36px;
  }
  .ntl-margin-desktop-top-32 {
    margin-top: 32px;
  }
  .ntl-margin-desktop-top-28 {
    margin-top: 28px;
  }
  .ntl-margin-desktop-top-24 {
    margin-top: 24px;
  }
  .ntl-margin-desktop-top-20 {
    margin-top: 20px;
  }
  .ntl-margin-desktop-top-16 {
    margin-top: 16px;
  }
  .ntl-margin-desktop-top-12 {
    margin-top: 12px;
  }
  .ntl-margin-desktop-top-8 {
    margin-top: 8px;
  }
  .ntl-margin-desktop-top-4 {
    margin-top: 4px;
  }
  .ntl-margin-desktop-top-0 {
    margin-top: 0;
  }
  .ntl-margin-desktop-bottom-96 {
    margin-bottom: 96px;
  }
  .ntl-margin-desktop-bottom-80 {
    margin-bottom: 80px;
  }
  .ntl-margin-desktop-bottom-72 {
    margin-bottom: 72px;
  }
  .ntl-margin-desktop-bottom-64 {
    margin-bottom: 64px;
  }
  .ntl-margin-desktop-bottom-48 {
    margin-bottom: 48px;
  }
  .ntl-margin-desktop-bottom-40 {
    margin-bottom: 40px;
  }
  .ntl-margin-desktop-bottom-36 {
    margin-bottom: 36px;
  }
  .ntl-margin-desktop-bottom-32 {
    margin-bottom: 32px;
  }
  .ntl-margin-desktop-bottom-28 {
    margin-bottom: 28px;
  }
  .ntl-margin-desktop-bottom-24 {
    margin-bottom: 24px;
  }
  .ntl-margin-desktop-bottom-20 {
    margin-bottom: 20px;
  }
  .ntl-margin-desktop-bottom-16 {
    margin-bottom: 16px;
  }
  .ntl-margin-desktop-bottom-12 {
    margin-bottom: 12px;
  }
  .ntl-margin-desktop-bottom-8 {
    margin-bottom: 8px;
  }
  .ntl-margin-desktop-bottom-4 {
    margin-bottom: 4px;
  }
  .ntl-margin-desktop-bottom-0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-margin-middle-desktop-auto {
    margin: 0 auto !important;
  }
  .ntl-margin-middle-desktop-auto-y {
    margin: auto 0 !important;
  }
  .ntl-margin-middle-desktop-left-auto {
    margin-left: auto !important;
  }
  .ntl-margin-middle-desktop-right-auto {
    margin-left: auto !important;
  }
  .ntl-margin-middle-desktop-top-96 {
    margin-top: 96px;
  }
  .ntl-margin-middle-desktop-top-80 {
    margin-top: 80px;
  }
  .ntl-margin-middle-desktop-top-72 {
    margin-top: 72px;
  }
  .ntl-margin-middle-desktop-top-64 {
    margin-top: 64px;
  }
  .ntl-margin-middle-desktop-top-48 {
    margin-top: 48px;
  }
  .ntl-margin-middle-desktop-top-40 {
    margin-top: 40px;
  }
  .ntl-margin-middle-desktop-top-36 {
    margin-top: 36px;
  }
  .ntl-margin-middle-desktop-top-32 {
    margin-top: 32px;
  }
  .ntl-margin-middle-desktop-top-28 {
    margin-top: 28px;
  }
  .ntl-margin-middle-desktop-top-24 {
    margin-top: 24px;
  }
  .ntl-margin-middle-desktop-top-20 {
    margin-top: 20px;
  }
  .ntl-margin-middle-desktop-top-16 {
    margin-top: 16px;
  }
  .ntl-margin-middle-desktop-top-12 {
    margin-top: 12px;
  }
  .ntl-margin-middle-desktop-top-8 {
    margin-top: 8px;
  }
  .ntl-margin-middle-desktop-top-4 {
    margin-top: 4px;
  }
  .ntl-margin-middle-desktop-top-0 {
    margin-top: 0;
  }
  .ntl-margin-middle-desktop-bottom-96 {
    margin-bottom: 96px;
  }
  .ntl-margin-middle-desktop-bottom-80 {
    margin-bottom: 80px;
  }
  .ntl-margin-middle-desktop-bottom-72 {
    margin-bottom: 72px;
  }
  .ntl-margin-middle-desktop-bottom-64 {
    margin-bottom: 64px;
  }
  .ntl-margin-middle-desktop-bottom-48 {
    margin-bottom: 48px;
  }
  .ntl-margin-middle-desktop-bottom-40 {
    margin-bottom: 40px;
  }
  .ntl-margin-middle-desktop-bottom-36 {
    margin-bottom: 36px;
  }
  .ntl-margin-middle-desktop-bottom-32 {
    margin-bottom: 32px;
  }
  .ntl-margin-middle-desktop-bottom-28 {
    margin-bottom: 28px;
  }
  .ntl-margin-middle-desktop-bottom-24 {
    margin-bottom: 24px;
  }
  .ntl-margin-middle-desktop-bottom-20 {
    margin-bottom: 20px;
  }
  .ntl-margin-middle-desktop-bottom-16 {
    margin-bottom: 16px;
  }
  .ntl-margin-middle-desktop-bottom-12 {
    margin-bottom: 12px;
  }
  .ntl-margin-middle-desktop-bottom-8 {
    margin-bottom: 8px;
  }
  .ntl-margin-middle-desktop-bottom-4 {
    margin-bottom: 4px;
  }
  .ntl-margin-middle-desktop-bottom-0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .ntl-margin-tab-auto {
    margin: 0 auto !important;
  }
  .ntl-margin-tab-auto-y {
    margin: auto 0 !important;
  }
  .ntl-margin-tab-left-auto {
    margin-left: auto !important;
  }
  .ntl-margin-tab-right-auto {
    margin-left: auto !important;
  }
  .ntl-margin-tab-top-96 {
    margin-top: 96px;
  }
  .ntl-margin-tab-top-80 {
    margin-top: 80px;
  }
  .ntl-margin-tab-top-72 {
    margin-top: 72px;
  }
  .ntl-margin-tab-top-64 {
    margin-top: 64px;
  }
  .ntl-margin-tab-top-48 {
    margin-top: 48px;
  }
  .ntl-margin-tab-top-40 {
    margin-top: 40px;
  }
  .ntl-margin-tab-top-36 {
    margin-top: 36px;
  }
  .ntl-margin-tab-top-32 {
    margin-top: 32px;
  }
  .ntl-margin-tab-top-28 {
    margin-top: 28px;
  }
  .ntl-margin-tab-top-24 {
    margin-top: 24px;
  }
  .ntl-margin-tab-top-20 {
    margin-top: 20px;
  }
  .ntl-margin-tab-top-16 {
    margin-top: 16px;
  }
  .ntl-margin-tab-top-12 {
    margin-top: 12px;
  }
  .ntl-margin-tab-top-8 {
    margin-top: 8px;
  }
  .ntl-margin-tab-top-4 {
    margin-top: 4px;
  }
  .ntl-margin-tab-top-0 {
    margin-top: 0;
  }
  .ntl-margin-tab-bottom-96 {
    margin-bottom: 96px;
  }
  .ntl-margin-tab-bottom-80 {
    margin-bottom: 80px;
  }
  .ntl-margin-tab-bottom-72 {
    margin-bottom: 72px;
  }
  .ntl-margin-tab-bottom-64 {
    margin-bottom: 64px;
  }
  .ntl-margin-tab-bottom-48 {
    margin-bottom: 48px;
  }
  .ntl-margin-tab-bottom-40 {
    margin-bottom: 40px;
  }
  .ntl-margin-tab-bottom-36 {
    margin-bottom: 36px;
  }
  .ntl-margin-tab-bottom-32 {
    margin-bottom: 32px;
  }
  .ntl-margin-tab-bottom-28 {
    margin-bottom: 28px;
  }
  .ntl-margin-tab-bottom-24 {
    margin-bottom: 24px;
  }
  .ntl-margin-tab-bottom-20 {
    margin-bottom: 20px;
  }
  .ntl-margin-tab-bottom-16 {
    margin-bottom: 16px;
  }
  .ntl-margin-tab-bottom-12 {
    margin-bottom: 12px;
  }
  .ntl-margin-tab-bottom-8 {
    margin-bottom: 8px;
  }
  .ntl-margin-tab-bottom-4 {
    margin-bottom: 4px;
  }
  .ntl-margin-tab-bottom-0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .ntl-margin-mob-auto {
    margin: 0 auto !important;
  }
  .ntl-margin-mob-auto-y {
    margin: auto 0 !important;
  }
  .ntl-margin-mob-left-auto {
    margin-left: auto !important;
  }
  .ntl-margin-mob-right-auto {
    margin-left: auto !important;
  }
  .ntl-margin-mob-top-96 {
    margin-top: 96px;
  }
  .ntl-margin-mob-top-80 {
    margin-top: 80px;
  }
  .ntl-margin-mob-top-72 {
    margin-top: 72px;
  }
  .ntl-margin-mob-top-64 {
    margin-top: 64px;
  }
  .ntl-margin-mob-top-48 {
    margin-top: 48px;
  }
  .ntl-margin-mob-top-40 {
    margin-top: 40px;
  }
  .ntl-margin-mob-top-36 {
    margin-top: 36px;
  }
  .ntl-margin-mob-top-32 {
    margin-top: 32px;
  }
  .ntl-margin-mob-top-28 {
    margin-top: 28px;
  }
  .ntl-margin-mob-top-24 {
    margin-top: 24px;
  }
  .ntl-margin-mob-top-20 {
    margin-top: 20px;
  }
  .ntl-margin-mob-top-16 {
    margin-top: 16px;
  }
  .ntl-margin-mob-top-12 {
    margin-top: 12px;
  }
  .ntl-margin-mob-top-8 {
    margin-top: 8px;
  }
  .ntl-margin-mob-top-4 {
    margin-top: 4px;
  }
  .ntl-margin-mob-top-0 {
    margin-top: 0;
  }
  .ntl-margin-mob-bottom-96 {
    margin-bottom: 96px;
  }
  .ntl-margin-mob-bottom-80 {
    margin-bottom: 80px;
  }
  .ntl-margin-mob-bottom-72 {
    margin-bottom: 72px;
  }
  .ntl-margin-mob-bottom-64 {
    margin-bottom: 64px;
  }
  .ntl-margin-mob-bottom-48 {
    margin-bottom: 48px;
  }
  .ntl-margin-mob-bottom-40 {
    margin-bottom: 40px;
  }
  .ntl-margin-mob-bottom-36 {
    margin-bottom: 36px;
  }
  .ntl-margin-mob-bottom-32 {
    margin-bottom: 32px;
  }
  .ntl-margin-mob-bottom-28 {
    margin-bottom: 28px;
  }
  .ntl-margin-mob-bottom-24 {
    margin-bottom: 24px;
  }
  .ntl-margin-mob-bottom-20 {
    margin-bottom: 20px;
  }
  .ntl-margin-mob-bottom-16 {
    margin-bottom: 16px;
  }
  .ntl-margin-mob-bottom-12 {
    margin-bottom: 12px;
  }
  .ntl-margin-mob-bottom-8 {
    margin-bottom: 8px;
  }
  .ntl-margin-mob-bottom-4 {
    margin-bottom: 4px;
  }
  .ntl-margin-mob-bottom-0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 579px) {
  .ntl-margin-mob-p-auto {
    margin: 0 auto !important;
  }
  .ntl-margin-mob-p-auto-y {
    margin: auto 0 !important;
  }
  .ntl-margin-mob-p-left-auto {
    margin-left: auto !important;
  }
  .ntl-margin-mob-p-right-auto {
    margin-left: auto !important;
  }
  .ntl-margin-mob-p-top-96 {
    margin-top: 96px;
  }
  .ntl-margin-mob-p-top-80 {
    margin-top: 80px;
  }
  .ntl-margin-mob-p-top-72 {
    margin-top: 72px;
  }
  .ntl-margin-mob-p-top-64 {
    margin-top: 64px;
  }
  .ntl-margin-mob-p-top-48 {
    margin-top: 48px;
  }
  .ntl-margin-mob-p-top-40 {
    margin-top: 40px;
  }
  .ntl-margin-mob-p-top-36 {
    margin-top: 36px;
  }
  .ntl-margin-mob-p-top-32 {
    margin-top: 32px;
  }
  .ntl-margin-mob-p-top-28 {
    margin-top: 28px;
  }
  .ntl-margin-mob-p-top-24 {
    margin-top: 24px;
  }
  .ntl-margin-mob-p-top-20 {
    margin-top: 20px;
  }
  .ntl-margin-mob-p-top-16 {
    margin-top: 16px;
  }
  .ntl-margin-mob-p-top-12 {
    margin-top: 12px;
  }
  .ntl-margin-mob-p-top-8 {
    margin-top: 8px;
  }
  .ntl-margin-mob-p-top-4 {
    margin-top: 4px;
  }
  .ntl-margin-mob-p-top-0 {
    margin-top: 0;
  }
  .ntl-margin-mob-p-bottom-96 {
    margin-bottom: 96px;
  }
  .ntl-margin-mob-p-bottom-80 {
    margin-bottom: 80px;
  }
  .ntl-margin-mob-p-bottom-72 {
    margin-bottom: 72px;
  }
  .ntl-margin-mob-p-bottom-64 {
    margin-bottom: 64px;
  }
  .ntl-margin-mob-p-bottom-48 {
    margin-bottom: 48px;
  }
  .ntl-margin-mob-p-bottom-40 {
    margin-bottom: 40px;
  }
  .ntl-margin-mob-p-bottom-36 {
    margin-bottom: 36px;
  }
  .ntl-margin-mob-p-bottom-32 {
    margin-bottom: 32px;
  }
  .ntl-margin-mob-p-bottom-28 {
    margin-bottom: 28px;
  }
  .ntl-margin-mob-p-bottom-24 {
    margin-bottom: 24px;
  }
  .ntl-margin-mob-p-bottom-20 {
    margin-bottom: 20px;
  }
  .ntl-margin-mob-p-bottom-16 {
    margin-bottom: 16px;
  }
  .ntl-margin-mob-p-bottom-12 {
    margin-bottom: 12px;
  }
  .ntl-margin-mob-p-bottom-8 {
    margin-bottom: 8px;
  }
  .ntl-margin-mob-p-bottom-4 {
    margin-bottom: 4px;
  }
  .ntl-margin-mob-p-bottom-0 {
    margin-bottom: 0;
  }
}

.ntl-padding-bottom-96 {
  padding-bottom: 96px;
}
.ntl-padding-bottom-64 {
  padding-bottom: 64px;
}
.ntl-padding-bottom-48 {
  padding-bottom: 48px;
}
.ntl-padding-bottom-32 {
  padding-bottom: 32px;
}
.ntl-padding-bottom-24 {
  padding-bottom: 24px;
}
.ntl-padding-bottom-16 {
  padding-bottom: 16px;
}
.ntl-padding-bottom-12 {
  padding-bottom: 12px;
}
.ntl-padding-bottom-8 {
  padding-bottom: 8px;
}
.ntl-padding-bottom-4 {
  padding-bottom: 4px;
}
.ntl-padding-bottom-0 {
  padding-bottom: 0;
}
.ntl-padding-top-96 {
  padding-top: 96px;
}
.ntl-padding-top-64 {
  padding-top: 64px;
}
.ntl-padding-top-48 {
  padding-top: 48px;
}
.ntl-padding-top-32 {
  padding-top: 32px;
}
.ntl-padding-top-24 {
  padding-top: 24px;
}
.ntl-padding-top-16 {
  padding-top: 16px;
}
.ntl-padding-top-12 {
  padding-top: 12px;
}
.ntl-padding-top-8 {
  padding-top: 8px;
}
.ntl-padding-top-4 {
  padding-top: 4px;
}
.ntl-padding-top-0 {
  padding-top: 0;
}
@media (max-width: 1400px) {
  .ntl-padding-big-desktop-top-96 {
    padding-top: 96px;
  }
  .ntl-padding-big-desktop-top-64 {
    padding-top: 64px;
  }
  .ntl-padding-big-desktop-top-48 {
    padding-top: 48px;
  }
  .ntl-padding-big-desktop-top-32 {
    padding-top: 32px;
  }
  .ntl-padding-big-desktop-top-24 {
    padding-top: 24px;
  }
  .ntl-padding-big-desktop-top-16 {
    padding-top: 16px;
  }
  .ntl-padding-big-desktop-top-12 {
    padding-top: 12px;
  }
  .ntl-padding-big-desktop-top-8 {
    padding-top: 8px;
  }
  .ntl-padding-big-desktop-top-4 {
    padding-top: 4px;
  }
  .ntl-padding-big-desktop-top-0 {
    padding-top: 0;
  }
  .ntl-padding-big-desktop-bottom-96 {
    padding-bottom: 96px;
  }
  .ntl-padding-big-desktop-bottom-64 {
    padding-bottom: 64px;
  }
  .ntl-padding-big-desktop-bottom-48 {
    padding-bottom: 48px;
  }
  .ntl-padding-big-desktop-bottom-32 {
    padding-bottom: 32px;
  }
  .ntl-padding-big-desktop-bottom-24 {
    padding-bottom: 24px;
  }
  .ntl-padding-big-desktop-bottom-16 {
    padding-bottom: 16px;
  }
  .ntl-padding-big-desktop-bottom-12 {
    padding-bottom: 12px;
  }
  .ntl-padding-big-desktop-bottom-8 {
    padding-bottom: 8px;
  }
  .ntl-padding-big-desktop-bottom-4 {
    padding-bottom: 4px;
  }
  .ntl-padding-big-desktop-bottom-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .ntl-padding-desktop-top-96 {
    padding-top: 96px;
  }
  .ntl-padding-desktop-top-64 {
    padding-top: 64px;
  }
  .ntl-padding-desktop-top-48 {
    padding-top: 48px;
  }
  .ntl-padding-desktop-top-32 {
    padding-top: 32px;
  }
  .ntl-padding-desktop-top-24 {
    padding-top: 24px;
  }
  .ntl-padding-desktop-top-16 {
    padding-top: 16px;
  }
  .ntl-padding-desktop-top-12 {
    padding-top: 12px;
  }
  .ntl-padding-desktop-top-8 {
    padding-top: 8px;
  }
  .ntl-padding-desktop-top-4 {
    padding-top: 4px;
  }
  .ntl-padding-desktop-top-0 {
    padding-top: 0;
  }
  .ntl-padding-desktop-bottom-96 {
    padding-bottom: 96px;
  }
  .ntl-padding-desktop-bottom-64 {
    padding-bottom: 64px;
  }
  .ntl-padding-desktop-bottom-48 {
    padding-bottom: 48px;
  }
  .ntl-padding-desktop-bottom-32 {
    padding-bottom: 32px;
  }
  .ntl-padding-desktop-bottom-24 {
    padding-bottom: 24px;
  }
  .ntl-padding-desktop-bottom-16 {
    padding-bottom: 16px;
  }
  .ntl-padding-desktop-bottom-12 {
    padding-bottom: 12px;
  }
  .ntl-padding-desktop-bottom-8 {
    padding-bottom: 8px;
  }
  .ntl-padding-desktop-bottom-4 {
    padding-bottom: 4px;
  }
  .ntl-padding-desktop-bottom-0 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-padding-middle-desktop-top-96 {
    padding-top: 96px;
  }
  .ntl-padding-middle-desktop-top-64 {
    padding-top: 64px;
  }
  .ntl-padding-middle-desktop-top-48 {
    padding-top: 48px;
  }
  .ntl-padding-middle-desktop-top-32 {
    padding-top: 32px;
  }
  .ntl-padding-middle-desktop-top-24 {
    padding-top: 24px;
  }
  .ntl-padding-middle-desktop-top-16 {
    padding-top: 16px;
  }
  .ntl-padding-middle-desktop-top-12 {
    padding-top: 12px;
  }
  .ntl-padding-middle-desktop-top-8 {
    padding-top: 8px;
  }
  .ntl-padding-middle-desktop-top-4 {
    padding-top: 4px;
  }
  .ntl-padding-middle-desktop-top-0 {
    padding-top: 0;
  }
  .ntl-padding-middle-desktop-bottom-96 {
    padding-bottom: 96px;
  }
  .ntl-padding-middle-desktop-bottom-64 {
    padding-bottom: 64px;
  }
  .ntl-padding-middle-desktop-bottom-48 {
    padding-bottom: 48px;
  }
  .ntl-padding-middle-desktop-bottom-32 {
    padding-bottom: 32px;
  }
  .ntl-padding-middle-desktop-bottom-24 {
    padding-bottom: 24px;
  }
  .ntl-padding-middle-desktop-bottom-16 {
    padding-bottom: 16px;
  }
  .ntl-padding-middle-desktop-bottom-12 {
    padding-bottom: 12px;
  }
  .ntl-padding-middle-desktop-bottom-8 {
    padding-bottom: 8px;
  }
  .ntl-padding-middle-desktop-bottom-4 {
    padding-bottom: 4px;
  }
  .ntl-padding-middle-desktop-bottom-0 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .ntl-padding-tab-top-96 {
    padding-top: 96px;
  }
  .ntl-padding-tab-top-64 {
    padding-top: 64px;
  }
  .ntl-padding-tab-top-48 {
    padding-top: 48px;
  }
  .ntl-padding-tab-top-32 {
    padding-top: 32px;
  }
  .ntl-padding-tab-top-24 {
    padding-top: 24px;
  }
  .ntl-padding-tab-top-16 {
    padding-top: 16px;
  }
  .ntl-padding-tab-top-12 {
    padding-top: 12px;
  }
  .ntl-padding-tab-top-8 {
    padding-top: 8px;
  }
  .ntl-padding-tab-top-4 {
    padding-top: 4px;
  }
  .ntl-padding-tab-top-0 {
    padding-top: 0;
  }
  .ntl-padding-tab-bottom-96 {
    padding-bottom: 96px;
  }
  .ntl-padding-tab-bottom-64 {
    padding-bottom: 64px;
  }
  .ntl-padding-tab-bottom-48 {
    padding-bottom: 48px;
  }
  .ntl-padding-tab-bottom-32 {
    padding-bottom: 32px;
  }
  .ntl-padding-tab-bottom-24 {
    padding-bottom: 24px;
  }
  .ntl-padding-tab-bottom-16 {
    padding-bottom: 16px;
  }
  .ntl-padding-tab-bottom-12 {
    padding-bottom: 12px;
  }
  .ntl-padding-tab-bottom-8 {
    padding-bottom: 8px;
  }
  .ntl-padding-tab-bottom-4 {
    padding-bottom: 4px;
  }
  .ntl-padding-tab-bottom-0 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .ntl-padding-mob-top-96 {
    padding-top: 96px;
  }
  .ntl-padding-mob-top-64 {
    padding-top: 64px;
  }
  .ntl-padding-mob-top-48 {
    padding-top: 48px;
  }
  .ntl-padding-mob-top-32 {
    padding-top: 32px;
  }
  .ntl-padding-mob-top-24 {
    padding-top: 24px;
  }
  .ntl-padding-mob-top-16 {
    padding-top: 16px;
  }
  .ntl-padding-mob-top-12 {
    padding-top: 12px;
  }
  .ntl-padding-mob-top-8 {
    padding-top: 8px;
  }
  .ntl-padding-mob-top-4 {
    padding-top: 4px;
  }
  .ntl-padding-mob-top-0 {
    padding-top: 0;
  }
  .ntl-padding-mob-bottom-96 {
    padding-bottom: 96px;
  }
  .ntl-padding-mob-bottom-64 {
    padding-bottom: 64px;
  }
  .ntl-padding-mob-bottom-48 {
    padding-bottom: 48px;
  }
  .ntl-padding-mob-bottom-32 {
    padding-bottom: 32px;
  }
  .ntl-padding-mob-bottom-24 {
    padding-bottom: 24px;
  }
  .ntl-padding-mob-bottom-16 {
    padding-bottom: 16px;
  }
  .ntl-padding-mob-bottom-12 {
    padding-bottom: 12px;
  }
  .ntl-padding-mob-bottom-8 {
    padding-bottom: 8px;
  }
  .ntl-padding-mob-bottom-4 {
    padding-bottom: 4px;
  }
  .ntl-padding-mob-bottom-0 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 579px) {
  .ntl-padding-mob-p-top-96 {
    padding-top: 96px;
  }
  .ntl-padding-mob-p-top-64 {
    padding-top: 64px;
  }
  .ntl-padding-mob-p-top-48 {
    padding-top: 48px;
  }
  .ntl-padding-mob-p-top-32 {
    padding-top: 32px;
  }
  .ntl-padding-mob-p-top-24 {
    padding-top: 24px;
  }
  .ntl-padding-mob-p-top-16 {
    padding-top: 16px;
  }
  .ntl-padding-mob-p-top-12 {
    padding-top: 12px;
  }
  .ntl-padding-mob-p-top-8 {
    padding-top: 8px;
  }
  .ntl-padding-mob-p-top-4 {
    padding-top: 4px;
  }
  .ntl-padding-mob-p-top-0 {
    padding-top: 0;
  }
  .ntl-padding-mob-p-bottom-96 {
    padding-bottom: 96px;
  }
  .ntl-padding-mob-p-bottom-64 {
    padding-bottom: 64px;
  }
  .ntl-padding-mob-p-bottom-48 {
    padding-bottom: 48px;
  }
  .ntl-padding-mob-p-bottom-32 {
    padding-bottom: 32px;
  }
  .ntl-padding-mob-p-bottom-24 {
    padding-bottom: 24px;
  }
  .ntl-padding-mob-p-bottom-16 {
    padding-bottom: 16px;
  }
  .ntl-padding-mob-p-bottom-12 {
    padding-bottom: 12px;
  }
  .ntl-padding-mob-p-bottom-8 {
    padding-bottom: 8px;
  }
  .ntl-padding-mob-p-bottom-4 {
    padding-bottom: 4px;
  }
  .ntl-padding-mob-p-bottom-0 {
    padding-bottom: 0;
  }
}

.ntl-icon {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .ntl-icon {
    width: 14px;
    height: 14px;
  }
}
.ntl-icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ntl-icon-text .ntl-icon {
  margin-right: 8px;
}

.ntl-label-icon {
  position: relative;
}
.ntl-label-icon .ntl-icon {
  position: absolute;
  top: calc(50% - 9px);
  left: auto;
  right: 12px;
}
.ntl-label-icon-position-right {
  left: auto;
  right: 12px;
}
.ntl-label-icon-position-left {
  right: auto;
  left: 12px;
}
@media screen and (max-width: 767px) {
  .ntl-label-icon .ntl-icon {
    top: calc(50% - 10px);
    right: 8px;
  }
  .ntl-label-icon-position-right {
    left: auto;
    right: 8px;
  }
  .ntl-label-icon-position-left {
    right: auto;
    left: 8px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 32px;
  table-layout: fixed;
}
table tr:nth-child(odd) td {
  background-color: #2F2F2F;
}
table tr:hover td {
  background-color: #ffffff;
}
table td, table th {
  border-bottom: 1px solid #4E4E4E;
  border-top: 1px solid #4E4E4E;
  color: #6B6B6B;
  font-weight: 400;
  text-align: left;
  padding: 16px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
table th {
  padding: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #d5ff3f;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
textarea {
  background-color: #2F2F2F;
  border: 1px solid #2F2F2F;
  border-radius: 16px;
  font-size: 18px;
  line-height: 1.5;
  padding: 18px 18px;
  color: #6B6B6B;
  width: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(5, 64, 242, 0.1);
          box-shadow: 2px 2px 4px 0px rgba(5, 64, 242, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
textarea {
    font-size: 14px;
  }
}
input[type=text]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
textarea:hover {
  border-color: #2F2F2F;
  background-color: #2F2F2F;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #ffffff;
  background-color: #ffffff;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
textarea:disabled {
  border-color: #C8C8CA;
  background-color: #C8C8CA;
  color: #2F2F2F;
}
input[type=text].ntl-error,
input[type=password].ntl-error,
input[type=tel].ntl-error,
input[type=email].ntl-error,
input[type=number].ntl-error,
textarea.ntl-error {
  border-color: #E3051A;
}

textarea {
  width: 100%;
  height: 100px;
  resize: none;
}

.ntl-form-field {
  margin-bottom: 8px;
}
.ntl-form-field .ntl-label-wrap {
  display: block;
  height: 100%;
}
.ntl-form-field__title {
  padding: 14px 0;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 8px;
  color: #6B6B6B;
}
@media screen and (max-width: 767px) {
  .ntl-form-field__title {
    font-size: 16px;
  }
}
.ntl-form-field, .ntl-form-group {
  position: relative;
}

.wpcf7-not-valid-tip {
  top: calc(100% + 18px);
  left: 0;
  color: #E3051A;
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
}
.wpcf7-spinner {
  display: block;
}

.ntl-error-label {
  color: #E3051A;
  top: 100%;
  left: 0;
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
}

.wpcf7-response-output {
  display: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6B6B6B !important;
}

input::placeholder,
textarea::placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6B6B6B !important;
}

.ntl-custom-check .wpcf7-list-item {
  margin: 0 0 8px;
  display: block;
}
@media screen and (max-width: 767px) {
  .ntl-custom-check .wpcf7-list-item {
    margin-bottom: 8px;
  }
}
.ntl-custom-check .wpcf7-list-item label {
  display: block;
  position: relative;
}
.ntl-custom-check .wpcf7-list-item label input[type=check], .ntl-custom-check .wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.ntl-custom-check .wpcf7-list-item label input[type=check]:checked ~ .wpcf7-list-item-label:before, .ntl-custom-check .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label:before {
  opacity: 1;
}
.ntl-custom-check .wpcf7-list-item label input[type=check]:checked ~ .wpcf7-list-item-label, .ntl-custom-check .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label {
  color: #222222;
}
.ntl-custom-check .wpcf7-list-item label input[type=check]:checked ~ .wpcf7-list-item-label:after, .ntl-custom-check .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label:after {
  border-color: #222222;
}
.ntl-custom-check .wpcf7-list-item label input[type=check]:disabled ~ .wpcf7-list-item-label, .ntl-custom-check .wpcf7-list-item label input[type=radio]:disabled ~ .wpcf7-list-item-label {
  color: #4E4E4E;
}
.ntl-custom-check .wpcf7-list-item label input[type=check]:disabled ~ .wpcf7-list-item-label:after, .ntl-custom-check .wpcf7-list-item label input[type=radio]:disabled ~ .wpcf7-list-item-label:after {
  border-color: #4E4E4E;
}
.ntl-custom-check .wpcf7-list-item label input[type=check]:disabled ~ .wpcf7-list-item-label:hover:after, .ntl-custom-check .wpcf7-list-item label input[type=radio]:disabled ~ .wpcf7-list-item-label:hover:after {
  border-color: #4E4E4E;
}
.ntl-custom-check .wpcf7-list-item-label {
  position: relative;
  padding-left: 23px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ntl-custom-check .wpcf7-list-item-label {
    padding-left: 19px;
  }
}
.ntl-custom-check .wpcf7-list-item-label:before, .ntl-custom-check .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-custom-check .wpcf7-list-item-label:before {
  opacity: 0;
}
.ntl-custom-check .wpcf7-list-item-label:after {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #2F2F2F;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ntl-custom-check .wpcf7-list-item-label:after {
    width: 12px;
    height: 12px;
    top: 3px;
  }
}
.ntl-custom-check .wpcf7-list-item-label:hover {
  color: #222222;
}
.ntl-custom-check .wpcf7-list-item-label:hover:after {
  border-color: #222222;
}
.ntl-custom-check input[type=checkbox] ~ .wpcf7-list-item-label:before {
  content: "✓";
  background: #222222;
  color: #ffffff;
  width: 18px;
  height: 18px;
  left: 1px;
  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;
}
.ntl-custom-check input[type=radio] ~ .wpcf7-list-item-label:before, .ntl-custom-check input[type=radio] ~ .wpcf7-list-item-label:after {
  border-radius: 50%;
}
.ntl-custom-check input[type=radio] ~ .wpcf7-list-item-label:before {
  width: 14px;
  height: 14px;
  background: #222222;
  opacity: 0;
  left: 3px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .ntl-custom-check input[type=radio] ~ .wpcf7-list-item-label:before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
}
.ntl-custom-check.ntl-custom-check__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
.ntl-custom-check.ntl-custom-check__btn .wpcf7-list-item {
  padding: 0 4px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ntl-custom-check.ntl-custom-check__btn .wpcf7-list-item {
    max-width: 33.333%;
  }
  .ntl-custom-check.ntl-custom-check__btn .wpcf7-list-item label {
    height: 100%;
  }
}
.ntl-custom-check.ntl-custom-check__btn .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label,
.ntl-custom-check.ntl-custom-check__btn .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label {
  border-color: #d5ff3f;
  color: #d5ff3f;
}
.ntl-custom-check.ntl-custom-check__btn .wpcf7-list-item-label {
  padding: 14px 28px;
  font-size: 18px;
  display: inline-block;
  border-radius: 8px;
  font-weight: 400;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #6B6B6B;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ntl-custom-check.ntl-custom-check__btn .wpcf7-list-item-label {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .ntl-custom-check.ntl-custom-check__btn .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.ntl-custom-check.ntl-custom-check__btn .wpcf7-list-item-label:before, .ntl-custom-check.ntl-custom-check__btn .wpcf7-list-item-label:after {
  display: none;
}

@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: #2F2F2F;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #d5ff3f;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #0540f2;
}

.ntl-btn,
button,
input[type=submit],
input[type=reset] {
  color: #0C0C0C;
  font-size: 18px;
  cursor: pointer;
  line-height: 1.5;
  padding: 12px 30px;
  border: 3px solid #d5ff3f;
  text-decoration: none;
  display: inline-block;
  border-radius: 16px;
  outline: none;
  font-weight: 700;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #d5ff3f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  -webkit-box-shadow: 2px 2px 4px rgba(5, 64, 242, 0.1);
          box-shadow: 2px 2px 4px rgba(5, 64, 242, 0.1);
}
@media screen and (max-width: 1023px) {
  .ntl-btn,
button,
input[type=submit],
input[type=reset] {
    font-size: 14px;
  }
}
.ntl-btn .ntl-icon,
button .ntl-icon,
input[type=submit] .ntl-icon,
input[type=reset] .ntl-icon {
  fill: #0C0C0C;
}
.ntl-btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  text-decoration: none;
  color: #0C0C0C;
  background: #e2ff6b;
  border-color: #e2ff6b;
  box-shadow: 0 6px 20px rgba(213, 255, 63, 0.35);
  transform: translateY(-2px);
}
.ntl-btn:hover .ntl-icon,
button:hover .ntl-icon,
input[type=submit]:hover .ntl-icon,
input[type=reset]:hover .ntl-icon {
  fill: #0C0C0C;
}
.ntl-btn:active,
button:active,
input[type=submit]:active,
input[type=reset]:active {
  border-color: #0C0C0C;
  color: #0C0C0C;
  background: #d5ff3f;
}
.ntl-btn:active .ntl-icon,
button:active .ntl-icon,
input[type=submit]:active .ntl-icon,
input[type=reset]:active .ntl-icon {
  fill: #0C0C0C;
}
.ntl-btn:disabled,
button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
  cursor: default;
  color: #ffffff;
  border-color: #2F2F2F;
  background-color: #2F2F2F;
}
.ntl-btn:disabled .ntl-icon,
button:disabled .ntl-icon,
input[type=submit]:disabled .ntl-icon,
input[type=reset]:disabled .ntl-icon {
  fill: #ffffff;
}
.ntl-btn.ntl-btn_secondary,
button.ntl-btn_secondary,
input[type=submit].ntl-btn_secondary,
input[type=reset].ntl-btn_secondary {
  color: #0C0C0C;
  border: none;
  background: transparent;
  padding: 18px 36px;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 1;
}
.ntl-btn.ntl-btn_secondary:before,
button.ntl-btn_secondary:before,
input[type=submit].ntl-btn_secondary:before,
input[type=reset].ntl-btn_secondary:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%;
  background: #d5ff3f;
  border-radius: 16px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-btn.ntl-btn_secondary.ntl-icon-right:after,
button.ntl-btn_secondary.ntl-icon-right:after,
input[type=submit].ntl-btn_secondary.ntl-icon-right:after,
input[type=reset].ntl-btn_secondary.ntl-icon-right:after {
  content: "";
  background-image: url("../images/icon/arror-button-left.ntl-svg");
  width: 26px;
  height: 16px;
  margin-left: 8px;
  margin-bottom: -2px;
  display: inline-block;
}
.ntl-btn.ntl-btn_secondary .ntl-icon,
button.ntl-btn_secondary .ntl-icon,
input[type=submit].ntl-btn_secondary .ntl-icon,
input[type=reset].ntl-btn_secondary .ntl-icon {
  fill: #d5ff3f;
}
.ntl-btn.ntl-btn_secondary:hover,
button.ntl-btn_secondary:hover,
input[type=submit].ntl-btn_secondary:hover,
input[type=reset].ntl-btn_secondary:hover {
  color: #0C0C0C;
}
.ntl-btn.ntl-btn_secondary:hover:before,
button.ntl-btn_secondary:hover:before,
input[type=submit].ntl-btn_secondary:hover:before,
input[type=reset].ntl-btn_secondary:hover:before {
  width: 100%;
}
.ntl-btn.ntl-btn_secondary:hover .ntl-icon,
button.ntl-btn_secondary:hover .ntl-icon,
input[type=submit].ntl-btn_secondary:hover .ntl-icon,
input[type=reset].ntl-btn_secondary:hover .ntl-icon {
  fill: #0C0C0C;
}
.ntl-btn.ntl-btn_secondary:active,
button.ntl-btn_secondary:active,
input[type=submit].ntl-btn_secondary:active,
input[type=reset].ntl-btn_secondary:active {
  color: #0C0C0C;
}
.ntl-btn.ntl-btn_secondary:active:before,
button.ntl-btn_secondary:active:before,
input[type=submit].ntl-btn_secondary:active:before,
input[type=reset].ntl-btn_secondary:active:before {
  width: 100%;
}
.ntl-btn.ntl-btn_secondary:active .ntl-icon,
button.ntl-btn_secondary:active .ntl-icon,
input[type=submit].ntl-btn_secondary:active .ntl-icon,
input[type=reset].ntl-btn_secondary:active .ntl-icon {
  fill: #0C0C0C;
}
.ntl-btn.ntl-btn_secondary:disabled,
button.ntl-btn_secondary:disabled,
input[type=submit].ntl-btn_secondary:disabled,
input[type=reset].ntl-btn_secondary:disabled {
  color: #0C0C0C;
}
.ntl-btn.ntl-btn_secondary:disabled:before,
button.ntl-btn_secondary:disabled:before,
input[type=submit].ntl-btn_secondary:disabled:before,
input[type=reset].ntl-btn_secondary:disabled:before {
  background: #d5ff3f;
}
.ntl-btn.ntl-btn_secondary:disabled .ntl-icon,
button.ntl-btn_secondary:disabled .ntl-icon,
input[type=submit].ntl-btn_secondary:disabled .ntl-icon,
input[type=reset].ntl-btn_secondary:disabled .ntl-icon {
  fill: #0C0C0C;
}
.ntl-btn.ntl-btn_tertiary,
button.ntl-btn_tertiary,
input[type=submit].ntl-btn_tertiary,
input[type=reset].ntl-btn_tertiary {
  color: #d5ff3f;
  border-color: #d5ff3f;
  background: transparent;
}
.ntl-btn.ntl-btn_tertiary .ntl-icon,
button.ntl-btn_tertiary .ntl-icon,
input[type=submit].ntl-btn_tertiary .ntl-icon,
input[type=reset].ntl-btn_tertiary .ntl-icon {
  fill: #d5ff3f;
}
.ntl-btn.ntl-btn_tertiary:hover,
button.ntl-btn_tertiary:hover,
input[type=submit].ntl-btn_tertiary:hover,
input[type=reset].ntl-btn_tertiary:hover {
  color: #d5ff3f;
  border-color: #d5ff3f;
  background: rgba(213, 255, 63, 0.12);
  box-shadow: 0 4px 16px rgba(213, 255, 63, 0.2);
  transform: translateY(-2px);
}
.ntl-btn.ntl-btn_tertiary:hover .ntl-icon,
button.ntl-btn_tertiary:hover .ntl-icon,
input[type=submit].ntl-btn_tertiary:hover .ntl-icon,
input[type=reset].ntl-btn_tertiary:hover .ntl-icon {
  fill: #d5ff3f;
}
.ntl-btn.ntl-btn_tertiary:active,
button.ntl-btn_tertiary:active,
input[type=submit].ntl-btn_tertiary:active,
input[type=reset].ntl-btn_tertiary:active {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}
.ntl-btn.ntl-btn_tertiary:active .ntl-icon,
button.ntl-btn_tertiary:active .ntl-icon,
input[type=submit].ntl-btn_tertiary:active .ntl-icon,
input[type=reset].ntl-btn_tertiary:active .ntl-icon {
  fill: #ffffff;
}
.ntl-btn.ntl-btn_tertiary:disabled,
button.ntl-btn_tertiary:disabled,
input[type=submit].ntl-btn_tertiary:disabled,
input[type=reset].ntl-btn_tertiary:disabled {
  color: #ffffff;
  border-color: #2F2F2F;
  background-color: #2F2F2F;
}
.ntl-btn.ntl-btn_tertiary:disabled .ntl-icon,
button.ntl-btn_tertiary:disabled .ntl-icon,
input[type=submit].ntl-btn_tertiary:disabled .ntl-icon,
input[type=reset].ntl-btn_tertiary:disabled .ntl-icon {
  fill: #ffffff;
}
.ntl-btn.ntl-btn-services,
button.ntl-btn-services,
input[type=submit].ntl-btn-services,
input[type=reset].ntl-btn-services {
  color: #6B6B6B;
  border-color: #ffffff;
  background-color: #ffffff;
}
.ntl-btn.ntl-btn-services .ntl-icon,
button.ntl-btn-services .ntl-icon,
input[type=submit].ntl-btn-services .ntl-icon,
input[type=reset].ntl-btn-services .ntl-icon {
  fill: #6B6B6B;
}
.ntl-btn.ntl-btn-services:hover,
button.ntl-btn-services:hover,
input[type=submit].ntl-btn-services:hover,
input[type=reset].ntl-btn-services:hover {
  color: #ffffff;
  border-color: #d5ff3f;
  background-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 16px rgba(213, 255, 63, 0.15);
  transform: translateY(-2px);
}
.ntl-btn.ntl-btn-services:hover .ntl-icon,
button.ntl-btn-services:hover .ntl-icon,
input[type=submit].ntl-btn-services:hover .ntl-icon,
input[type=reset].ntl-btn-services:hover .ntl-icon {
  fill: #ffffff;
}
.ntl-btn.ntl-btn-services:active,
button.ntl-btn-services:active,
input[type=submit].ntl-btn-services:active,
input[type=reset].ntl-btn-services:active {
  color: #6B6B6B;
  border-color: #d5ff3f;
  background-color: #ffffff;
}
.ntl-btn.ntl-btn-services:active .ntl-icon,
button.ntl-btn-services:active .ntl-icon,
input[type=submit].ntl-btn-services:active .ntl-icon,
input[type=reset].ntl-btn-services:active .ntl-icon {
  fill: #6B6B6B;
}
.ntl-btn.ntl-btn-services:disabled,
button.ntl-btn-services:disabled,
input[type=submit].ntl-btn-services:disabled,
input[type=reset].ntl-btn-services:disabled {
  color: #ffffff;
  border-color: #2F2F2F;
  background-color: #2F2F2F;
}
.ntl-btn.ntl-btn-services:disabled .ntl-icon,
button.ntl-btn-services:disabled .ntl-icon,
input[type=submit].ntl-btn-services:disabled .ntl-icon,
input[type=reset].ntl-btn-services:disabled .ntl-icon {
  fill: #ffffff;
}
.ntl-btn.ntl-btn-services2,
button.ntl-btn-services2,
input[type=submit].ntl-btn-services2,
input[type=reset].ntl-btn-services2 {
  color: #d5ff3f;
  border-color: #0C0C0C;
  background-color: #0C0C0C;
  background-image: none;
}
.ntl-btn.ntl-btn-services2 .ntl-icon,
button.ntl-btn-services2 .ntl-icon,
input[type=submit].ntl-btn-services2 .ntl-icon,
input[type=reset].ntl-btn-services2 .ntl-icon {
  fill: #d5ff3f;
}
.ntl-btn.ntl-btn-services2:hover,
button.ntl-btn-services2:hover,
input[type=submit].ntl-btn-services2:hover,
input[type=reset].ntl-btn-services2:hover {
  color: #d5ff3f;
  border-color: #0540f2;
  background-color: rgba(5, 64, 242, 0.15);
  box-shadow: 0 4px 16px rgba(5, 64, 242, 0.25);
  transform: translateY(-2px);
}
.ntl-btn.ntl-btn-services2:hover .ntl-icon,
button.ntl-btn-services2:hover .ntl-icon,
input[type=submit].ntl-btn-services2:hover .ntl-icon,
input[type=reset].ntl-btn-services2:hover .ntl-icon {
  fill: #d5ff3f;
}
.ntl-btn.ntl-btn-services2:active,
button.ntl-btn-services2:active,
input[type=submit].ntl-btn-services2:active,
input[type=reset].ntl-btn-services2:active {
  color: #0C0C0C;
  border-color: #0C0C0C;
  background-color: transparent;
}
.ntl-btn.ntl-btn-services2:active .ntl-icon,
button.ntl-btn-services2:active .ntl-icon,
input[type=submit].ntl-btn-services2:active .ntl-icon,
input[type=reset].ntl-btn-services2:active .ntl-icon {
  fill: #0C0C0C;
}
.ntl-btn.ntl-btn-services2:disabled,
button.ntl-btn-services2:disabled,
input[type=submit].ntl-btn-services2:disabled,
input[type=reset].ntl-btn-services2:disabled {
  color: #ffffff;
  border-color: #2F2F2F;
  background-color: #2F2F2F;
}
.ntl-btn.ntl-btn-services2:disabled .ntl-icon,
button.ntl-btn-services2:disabled .ntl-icon,
input[type=submit].ntl-btn-services2:disabled .ntl-icon,
input[type=reset].ntl-btn-services2:disabled .ntl-icon {
  fill: #ffffff;
}
.ntl-btn.ntl-btn-services3,
button.ntl-btn-services3,
input[type=submit].ntl-btn-services3,
input[type=reset].ntl-btn-services3 {
  color: #d5ff3f;
  border-color: #0C0C0C;
  background-color: #0C0C0C;
  background-image: none;
}
.ntl-btn.ntl-btn-services3 .ntl-icon,
button.ntl-btn-services3 .ntl-icon,
input[type=submit].ntl-btn-services3 .ntl-icon,
input[type=reset].ntl-btn-services3 .ntl-icon {
  fill: #d5ff3f;
}
.ntl-btn.ntl-btn-services3:hover,
button.ntl-btn-services3:hover,
input[type=submit].ntl-btn-services3:hover,
input[type=reset].ntl-btn-services3:hover {
  color: #d5ff3f;
  border-color: #d5ff3f;
  background-color: rgba(213, 255, 63, 0.12);
  box-shadow: 0 4px 16px rgba(213, 255, 63, 0.2);
  transform: translateY(-2px);
}
.ntl-btn.ntl-btn-services3:hover .ntl-icon,
button.ntl-btn-services3:hover .ntl-icon,
input[type=submit].ntl-btn-services3:hover .ntl-icon,
input[type=reset].ntl-btn-services3:hover .ntl-icon {
  fill: #d5ff3f;
}
.ntl-btn.ntl-btn-services3:active,
button.ntl-btn-services3:active,
input[type=submit].ntl-btn-services3:active,
input[type=reset].ntl-btn-services3:active {
  color: #0C0C0C;
  border-color: #d5ff3f;
  background-color: #d5ff3f;
}
.ntl-btn.ntl-btn-services3:active .ntl-icon,
button.ntl-btn-services3:active .ntl-icon,
input[type=submit].ntl-btn-services3:active .ntl-icon,
input[type=reset].ntl-btn-services3:active .ntl-icon {
  fill: #0C0C0C;
}
.ntl-btn.ntl-btn-services3:disabled,
button.ntl-btn-services3:disabled,
input[type=submit].ntl-btn-services3:disabled,
input[type=reset].ntl-btn-services3:disabled {
  color: #ffffff;
  border-color: #2F2F2F;
  background-color: #2F2F2F;
}
.ntl-btn.ntl-btn-services3:disabled .ntl-icon,
button.ntl-btn-services3:disabled .ntl-icon,
input[type=submit].ntl-btn-services3:disabled .ntl-icon,
input[type=reset].ntl-btn-services3:disabled .ntl-icon {
  fill: #ffffff;
}
.ntl-btn.ntl-btn-tg,
button.ntl-btn-tg,
input[type=submit].ntl-btn-tg,
input[type=reset].ntl-btn-tg {
  color: #ffffff;
  border-color: #0540f2;
  background: #0540f2;
}
.ntl-btn.ntl-btn-tg .ntl-icon,
button.ntl-btn-tg .ntl-icon,
input[type=submit].ntl-btn-tg .ntl-icon,
input[type=reset].ntl-btn-tg .ntl-icon {
  fill: #ffffff;
}
.ntl-btn.ntl-btn-tg:hover,
button.ntl-btn-tg:hover,
input[type=submit].ntl-btn-tg:hover,
input[type=reset].ntl-btn-tg:hover {
  color: #ffffff;
  border-color: #1a3fcc;
  background: #1a3fcc;
  box-shadow: 0 6px 20px rgba(5, 64, 242, 0.4);
  transform: translateY(-2px);
}
.ntl-btn.ntl-btn-tg:hover .ntl-icon,
button.ntl-btn-tg:hover .ntl-icon,
input[type=submit].ntl-btn-tg:hover .ntl-icon,
input[type=reset].ntl-btn-tg:hover .ntl-icon {
  fill: #ffffff;
}
.ntl-btn.ntl-btn-tg:active,
button.ntl-btn-tg:active,
input[type=submit].ntl-btn-tg:active,
input[type=reset].ntl-btn-tg:active {
  color: #ffffff;
  border-color: #ffffff;
  background: #0540f2;
}
.ntl-btn.ntl-btn-tg:active .ntl-icon,
button.ntl-btn-tg:active .ntl-icon,
input[type=submit].ntl-btn-tg:active .ntl-icon,
input[type=reset].ntl-btn-tg:active .ntl-icon {
  fill: #ffffff;
}
.ntl-btn.ntl-btn-tg:disabled,
button.ntl-btn-tg:disabled,
input[type=submit].ntl-btn-tg:disabled,
input[type=reset].ntl-btn-tg:disabled {
  color: #ffffff;
  border-color: #2F2F2F;
  background-color: #2F2F2F;
}
.ntl-btn.ntl-btn-tg:disabled .ntl-icon,
button.ntl-btn-tg:disabled .ntl-icon,
input[type=submit].ntl-btn-tg:disabled .ntl-icon,
input[type=reset].ntl-btn-tg:disabled .ntl-icon {
  fill: #ffffff;
}

.ntl-btn.ntl-btn-link {
  background-color: transparent;
  border: none;
}
.ntl-btn.ntl-btn-link:hover, .ntl-btn.ntl-btn-link:active {
  background-color: transparent;
  border: none;
}
.ntl-btn.ntl-btn-icon-right {
  padding-left: 0;
  padding-right: 50px;
}
@media screen and (min-width: 1024px) {
  .ntl-btn.ntl-btn-icon-right {
    padding-right: 100px;
  }
}
.ntl-btn.ntl-btn-icon-left {
  padding-left: 50px;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .ntl-btn.ntl-btn-icon-left {
    padding-left: 100px;
  }
}
.ntl-btn.ntl-btn-icon {
  position: relative;
}
.ntl-btn.ntl-btn-icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ntl-btn.ntl-btn-icon-arrow:before {
  width: 40px;
  height: 12px;
  top: calc(50% - 6px);
}
@media screen and (min-width: 1024px) {
  .ntl-btn.ntl-btn-icon-arrow:before {
    width: 60px;
    height: 24px;
    top: calc(50% - 12px);
  }
}
.ntl-btn-group {
  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;
}
.ntl-btn-icon-position__left .ntl-icon {
  margin-right: 8px;
}
.ntl-btn-icon-position__left-block {
  margin-right: 12px;
}
.ntl-btn-icon-position__left-block .ntl-icon {
  margin-right: 0;
}
.ntl-btn-icon-position__left:hover-block .ntl-icon {
  margin-right: 0;
}
.ntl-btn-icon-position__right .ntl-icon {
  margin-left: 8px;
}
.ntl-btn-icon-position__right-block {
  margin-left: 12px;
}
.ntl-btn-icon-position__right-block .ntl-icon {
  margin-left: 0;
}
.ntl-btn-icon-position__right:hover-block .ntl-icon {
  margin-left: 0;
}
.ntl-btn-icon.ntl-icon {
  width: 24px;
  height: 24px;
}
.ntl-btn-icon.ntl-icon-block {
  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;
}
.ntl-btn-success {
  padding: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ntl-btn-success .ntl-icon {
  width: 80px;
  height: 80px;
  fill: #d5ff3f;
}
@media screen and (max-width: 1023px) {
  .ntl-btn-success {
    width: 40px;
    height: 40px;
  }
  .ntl-btn-success .ntl-icon {
    width: 40px;
    height: 40px;
  }
}

.ntl-wysiwyg > *:last-child {
  margin-bottom: 0;
}
.ntl-wysiwyg img {
  display: block;
  margin: 0 auto 16px;
}
.ntl-wysiwyg ul li, .ntl-wysiwyg ol li {
  margin-bottom: 8px;
}
.ntl-wysiwyg ul {
  list-style: none;
}
.ntl-wysiwyg ul ul {
  margin-left: 0;
}
.ntl-wysiwyg ul li {
  position: relative;
}
.ntl-wysiwyg ul li:before {
  content: "—";
  left: -24px;
  top: 0;
  position: absolute;
}
.ntl-wysiwyg.ntl-check-list ul li {
  padding-left: 52px;
  margin-bottom: 24px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .ntl-wysiwyg.ntl-check-list ul li {
    margin-bottom: 10px;
  }
}
.ntl-wysiwyg.ntl-check-list ul li:last-child {
  margin-bottom: 0;
}
.ntl-wysiwyg.ntl-check-list ul li:before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("../images/check-circle.ntl-png");
}

.ntl-slider {
  width: 100%;
}
.ntl-slider-item__img img {
  width: 100%;
}
.ntl-slider.ntl-full-screen {
  height: 100vh;
}
.ntl-slider.ntl-full-screen .ntl-slider-item__img img {
  height: 100%;
}
.ntl-slider-nav-btn {
  width: 44px;
  height: 44px;
  padding: 5px;
  top: calc(50% - 16px);
  margin-top: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ntl-slider-nav-btn .ntl-icon {
  width: 20px;
  height: 20px;
  fill: #0C0C0C;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-slider-nav-btn:after {
  display: none;
}
.ntl-slider-nav-btn:hover .ntl-icon {
  fill: #d5ff3f;
}
.ntl-slider-nav-btn-next {
  right: 32px;
}
.ntl-slider-nav-btn-prev {
  left: 32px;
}
.ntl-slider-pagination {
  position: initial;
  margin-top: 20px;
}
.ntl-slider-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #0C0C0C;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-slider-pagination .swiper-pagination-bullet-active {
  background-color: #d5ff3f;
}

.ntl-gallery-slider {
  overflow: inherit;
}

.ntl-tabs:not(:last-child) {
  margin-bottom: 32px;
}
.ntl-tabs .ntl-tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #2F2F2F;
  margin-bottom: 24px;
}
.ntl-tabs .ntl-tabs-header .ntl-tabs-header__item.active .ntl-tabs-header__text {
  color: #ffffff;
  background-color: #d5ff3f;
}
.ntl-tabs .ntl-tabs-header .ntl-tabs-header__text {
  display: block;
  cursor: pointer;
  color: #6B6B6B;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  padding: 16px 24px;
  text-align: center;
  position: relative;
  background-color: #2F2F2F;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .ntl-tabs .ntl-tabs-header .ntl-tabs-header__text {
    font-size: 14px;
  }
}
.ntl-tabs .ntl-tabs-header .ntl-slick-next,
.ntl-tabs .ntl-tabs-header .ntl-slick-prev {
  width: 40px;
  height: 40px;
}
.ntl-tabs .ntl-tabs-header .ntl-slick-next.ntl-slick-disabled,
.ntl-tabs .ntl-tabs-header .ntl-slick-prev.ntl-slick-disabled {
  opacity: 0.5;
}
.ntl-tabs .ntl-tabs-header .ntl-slick-next i,
.ntl-tabs .ntl-tabs-header .ntl-slick-prev i {
  font-size: 15px;
  color: #6B6B6B;
}
.ntl-tabs .ntl-tabs-body .ntl-tabs-body__item {
  display: none;
}
.ntl-tabs .ntl-tabs-body .ntl-tabs-body__item.active {
  display: block;
}
.ntl-tabs.ntl-tabs-header__slider .ntl-slider-tabs__header {
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .ntl-tabs.ntl-tabs-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
  }
  .ntl-tabs.ntl-tabs-vertical .ntl-tabs-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 25%;
    width: 100%;
    padding: 0 16px;
    border-bottom: none;
  }
  .ntl-tabs.ntl-tabs-vertical .ntl-tabs-header__text {
    text-align: left;
  }
  .ntl-tabs.ntl-tabs-vertical .ntl-tabs-body {
    max-width: 75%;
    width: 100%;
    padding: 0 16px;
  }
}

.ntl-accordion-item {
  margin-bottom: 16px;
  border: 2px solid #222222;
  border-radius: 24px;
  padding: 24px;
}
@media screen and (max-width: 1023px) {
  .ntl-accordion-item {
    padding: 14px 18px;
  }
}
.ntl-accordion-item.active {
  background-color: #222222;
}
.ntl-accordion-item.active .ntl-accordion-item__header {
  margin-bottom: 16px;
  color: #ffffff;
}
.ntl-accordion-item.active .ntl-accordion-item__header .ntl-arrow {
  background-color: #d5ff3f;
}
.ntl-accordion-item.active .ntl-accordion-item__header .ntl-arrow:before, .ntl-accordion-item.active .ntl-accordion-item__header .ntl-arrow:after {
  background-color: #222222;
}
.ntl-accordion-item.active .ntl-accordion-item__header .ntl-arrow:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.ntl-accordion-item.active .ntl-accordion-item__body {
  color: #ffffff;
}
.ntl-accordion-item .ntl-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: #222222;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .ntl-accordion-item .ntl-accordion-item__header {
    font-size: 18px;
  }
}
.ntl-accordion-item .ntl-accordion-item__header .ntl-title-text {
  margin-right: 16px;
}
.ntl-accordion-item .ntl-accordion-item__header .ntl-arrow {
  position: relative;
  min-width: 34px;
  width: 34px;
  height: 34px;
  background-color: #222222;
  border-radius: 8px;
}
.ntl-accordion-item .ntl-accordion-item__header .ntl-arrow:before, .ntl-accordion-item .ntl-accordion-item__header .ntl-arrow:after {
  position: absolute;
  left: calc(50% - 9px);
  top: calc(50% - 2px);
  content: "";
  width: 18px;
  height: 4px;
  background-color: #d5ff3f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-accordion-item .ntl-accordion-item__header .ntl-arrow:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .ntl-accordion-item .ntl-accordion-item__header .ntl-arrow {
    min-width: 28px;
    width: 28px;
    height: 28px;
  }
  .ntl-accordion-item .ntl-accordion-item__header .ntl-arrow:before, .ntl-accordion-item .ntl-accordion-item__header .ntl-arrow:after {
    left: calc(50% - 7px);
    top: calc(50% - 1px);
    width: 14px;
    height: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.ntl-accordion-item .ntl-accordion-item__body {
  margin-bottom: 16px;
}
.ntl-accordion-item.ntl-start .ntl-accordion-item__body {
  display: none;
}

.air-datepicker {
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05) !important;
  border-radius: 8px;
  border-color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  color: #6B6B6B;
  padding: 16px;
  max-width: 280px;
  width: auto;
}
.air-datepicker--pointer {
  display: none;
}
.air-datepicker--navigation {
  padding: 0;
}
.air-datepicker-nav {
  border-bottom: none;
}
.air-datepicker-nav--action {
  width: 40px;
  height: 40px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.air-datepicker-nav--action[data-action=prev] {
  border-radius: 8px;
}
.air-datepicker-nav--action[data-action=next] {
  border-radius: 8px;
}
.air-datepicker-nav--action svg {
  fill: #6B6B6B;
  width: 32px;
  height: 32px;
}
.air-datepicker-nav--action path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}
.air-datepicker-nav--action:hover {
  background-color: #C8C8CA;
}
.air-datepicker-nav--action:hover svg {
  fill: #ffffff;
}
.air-datepicker-nav--title {
  max-width: calc(100% - 80px);
  padding: 0 8px;
  width: 100%;
  border-radius: 8px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.air-datepicker-nav--title:hover {
  background-color: #C8C8CA;
  color: #ffffff;
}
.air-datepicker--content {
  padding: 0;
}
.air-datepicker-body--day-name {
  color: #C8C8CA;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: none;
  width: 40px;
  height: 40px;
}
.air-datepicker-body--day-names {
  margin: 0;
}
.air-datepicker-body--cells.-days- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.air-datepicker-cell {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  padding: 8px;
  border-radius: 50%;
}
.air-datepicker-cell.-day- {
  width: 40px;
  height: 40px;
}
.air-datepicker-cell.-day-.-other-month- {
  color: #dedede;
}
.air-datepicker-cell.-month- {
  border-radius: 8px;
}
.air-datepicker-cell.-year- {
  border-radius: 8px;
}
.air-datepicker-cell.-focus- {
  background-color: #C8C8CA;
  color: #ffffff;
}
.air-datepicker-cell.-current- {
  border: 1px solid #6B6B6B;
  color: #6B6B6B;
}
.air-datepicker-cell.-current-.-focus- {
  border-color: #C8C8CA;
  background-color: #C8C8CA;
  color: #ffffff;
}
.air-datepicker-cell.-current-.-in-range- {
  color: #6B6B6B;
}
.air-datepicker-cell.-current-.-range-from-, .air-datepicker-cell.-current-.-range-to- {
  background: #6B6B6B;
  color: #ffffff;
}
.air-datepicker-cell.-selected- {
  background: #6B6B6B;
  color: #ffffff;
}
.air-datepicker-cell.-selected-.-current-, .air-datepicker-cell.-selected-.-focus- {
  background: #6B6B6B;
  color: #ffffff;
}
.air-datepicker-cell.-selected-.-other-month- {
  background: #6B6B6B !important;
  color: #ffffff !important;
}
.air-datepicker-cell.-range-from-, .air-datepicker-cell.-range-to- {
  position: relative;
  border: none;
  background-color: #6B6B6B;
  color: #ffffff;
}
.air-datepicker-cell.-range-from-:before, .air-datepicker-cell.-range-to-:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(5, 64, 242, 0.3);
  width: 50%;
  z-index: -1;
}
.air-datepicker-cell.-range-from- {
  border-radius: 50%;
}
.air-datepicker-cell.-range-from-:before {
  right: 0;
}
.air-datepicker-cell.-range-from-.-range-to- {
  border-radius: 50%;
}
.air-datepicker-cell.-range-from-.-range-to-:before {
  display: none;
}
.air-datepicker-cell.-range-to- {
  border-radius: 50%;
}
.air-datepicker-cell.-range-to-:before {
  left: 0;
}
.air-datepicker-cell.-in-range- {
  background-color: rgba(5, 64, 242, 0.3);
}
.air-datepicker-cell.-in-range-.-other-month- {
  background-color: rgba(5, 64, 242, 0.3) !important;
}
.air-datepicker-cell.-in-range-.-focus- {
  background-color: rgba(5, 64, 242, 0.5);
}
.air-datepicker-cell.-in-range-.-focus-.-current- {
  border-color: #6B6B6B;
  color: #ffffff;
}

.ntl-dropdown-btn {
  position: relative;
}
.ntl-dropdown-btn:after {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-dropdown-btn:hover:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ntl-dropdown.active .ntl-dropdown-list {
  visibility: visible;
  opacity: 1;
  max-height: 9999px;
}
.ntl-dropdown.active .ntl-dropdown-item {
  left: 0;
  opacity: 1;
}
.ntl-dropdown-list {
  position: absolute;
  top: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  background-color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .ntl-dropdown-list {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 0;
  }
}
.ntl-dropdown .ntl-dropdown-item {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .ntl-dropdown .ntl-dropdown-item {
    position: relative;
    left: -20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.ntl-dropdown .ntl-dropdown-link {
  padding: 8px 16px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #222222;
}
@media screen and (max-width: 991px) {
  .ntl-dropdown .ntl-dropdown-link {
    padding: 8px 24px;
  }
}
.ntl-dropdown .ntl-dropdown-link:hover {
  color: #d5ff3f;
  background-color: #ffffff;
}

.ntl-section-video .ntl-video-fon {
  position: relative;
}
.ntl-section-video video {
  width: 100%;
  display: block;
  border-radius: 80px;
}
@media screen and (max-width: 1023px) {
  .ntl-section-video video {
    border-radius: 40px;
  }
}

.ntl-header {
  padding: 16px 0;
  background-color: #222222;
  position: fixed;
  border-radius: 0 0 60px 60px;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .ntl-header {
    border-radius: 0 0 32px 32px;
  }
  .ntl-header .ntl-container {
    padding: 0 24px;
  }
}
.ntl-header .ntl-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .ntl-header-mobile {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    top: 58px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(5, 64, 242, 0.4);
  }
  .ntl-header-mobile .ntl-nav-toggle {
    position: absolute;
    top: 25px;
    right: 35px;
    padding: 0;
    width: 25px;
    height: 25px;
  }
  .ntl-header-mobile .ntl-nav-toggle .ntl-nav-toggle__link:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  .ntl-header-mobile .ntl-nav-toggle .ntl-nav-toggle__link:nth-child(2) {
    opacity: 0;
  }
  .ntl-header-mobile .ntl-nav-toggle .ntl-nav-toggle__link:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
}
@media screen and (max-width: 1023px) {
  .ntl-header-mobile__block {
    background-color: #222222;
    padding: 68px 20px;
    width: 100%;
    margin-left: auto;
    overflow-y: auto;
    border-radius: 0 0 32px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .ntl-header-mobile__bottom {
    display: none;
  }
}
.ntl-header-mobile__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .ntl-header-mobile__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ntl-header-mobile__info_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .ntl-header-mobile__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  .ntl-header-mobile__info_block .ntl-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-header-mobile__info > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.ntl-header-mobile__info .ntl-contact-list li {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.ntl-header-mobile__info .ntl-contact-list li a {
  color: #ffffff;
}
.ntl-header-mobile__info .ntl-contact-list li a:hover {
  color: #d5ff3f;
}
@media screen and (min-width: 1024px) {
  .ntl-header-mobile__info_block.ntl-social {
    display: none;
  }
}
.ntl-header.active {
  top: 0 !important;
  border-radius: 0;
}
.ntl-header.active .ntl-header-mobile {
  height: calc(var(--vh, 1vh) * 100 - 58px);
  visibility: visible;
  opacity: 1;
}

.ntl-logo .ntl-logo__link {
  height: 100%;
  display: block;
}

.ntl-nav-toggle {
  display: none;
  width: 32px;
  height: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .ntl-nav-toggle {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ntl-nav-toggle .ntl-nav-toggle__link {
  display: block;
  background-color: #d5ff3f;
  height: 3px;
  border-radius: 3px;
  width: 100%;
  margin: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-nav-toggle .ntl-nav-toggle__link:nth-child(1) {
  width: 75%;
  margin-left: auto;
}
.ntl-nav-toggle .ntl-nav-toggle__link:nth-child(3) {
  width: 50%;
  margin-left: auto;
}
.ntl-nav-toggle.active {
  width: 30px;
  height: 30px;
}
.ntl-nav-toggle.active .ntl-nav-toggle__link {
  height: 2px;
}
.ntl-nav-toggle.active .ntl-nav-toggle__link:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
  margin-left: 0;
  width: 100%;
}
.ntl-nav-toggle.active .ntl-nav-toggle__link:nth-child(2) {
  opacity: 0;
}
.ntl-nav-toggle.active .ntl-nav-toggle__link:nth-child(3) {
  width: 100%;
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  .ntl-header-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-header-menu__container > *:not(:last-child) {
    margin-bottom: 40px !important;
  }
}
.ntl-header .ntl-logo {
  margin-right: 40px;
}
.ntl-header .ntl-logo img {
  max-width: 200px;
}
@media (max-width: 1520px) {
  .ntl-header .ntl-logo img {
    max-width: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-header .ntl-logo img {
    max-width: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .ntl-header .ntl-menu-list {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  .ntl-header .ntl-menu-list {
    margin: 0 -10px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .ntl-header .ntl-menu-list {
    margin: 0 -5px;
  }
}
.ntl-header .ntl-menu-list .menu-item a,
.ntl-header .ntl-menu-list .lang-item a {
  color: #ffffff;
  text-transform: uppercase;
}
.ntl-header .ntl-menu-list .menu-item a:hover,
.ntl-header .ntl-menu-list .lang-item a:hover {
  color: #d5ff3f;
}
@media screen and (min-width: 1024px) {
  .ntl-header .ntl-menu-list .menu-item.ntl-hide-desctop,
.ntl-header .ntl-menu-list .lang-item.ntl-hide-desctop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .ntl-header .ntl-menu-list .menu-item,
.ntl-header .ntl-menu-list .lang-item {
    padding: 0 20px;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  .ntl-header .ntl-menu-list .menu-item,
.ntl-header .ntl-menu-list .lang-item {
    padding: 0 10px;
  }
  .ntl-header .ntl-menu-list .menu-item a,
.ntl-header .ntl-menu-list .lang-item a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .ntl-header .ntl-menu-list .menu-item,
.ntl-header .ntl-menu-list .lang-item {
    padding: 0 5px;
  }
  .ntl-header .ntl-menu-list .menu-item a,
.ntl-header .ntl-menu-list .lang-item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-header .ntl-menu-list .menu-item,
.ntl-header .ntl-menu-list .lang-item {
    margin-bottom: 24px !important;
  }
  .ntl-header .ntl-menu-list .menu-item a,
.ntl-header .ntl-menu-list .lang-item a {
    text-transform: uppercase;
    font-size: 24px;
  }
}
.ntl-header .ntl-menu-list .menu-item__sub > a,
.ntl-header .ntl-menu-list .lang-item__sub > a {
  padding-right: 24px;
}
.ntl-header .ntl-menu-list .menu-item__sub > a:before,
.ntl-header .ntl-menu-list .lang-item__sub > a:before {
  background-image: url("../images/icon/arrow-bottom-menu.ntl-svg");
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: 2px;
}
@media screen and (max-width: 1023px) {
  .ntl-header .ntl-menu-list .menu-item__sub > a:before,
.ntl-header .ntl-menu-list .lang-item__sub > a:before {
    background-image: url("../images/icon/arrow-bottom-menu-mob.ntl-svg");
    width: 20px;
    height: 20px;
    top: 4px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.ntl-header .ntl-menu-list .menu-item__sub .ntl-sub-menu,
.ntl-header .ntl-menu-list .lang-item__sub .ntl-sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 20px 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-header .ntl-menu-list .menu-item__sub .ntl-sub-menu .menu-item,
.ntl-header .ntl-menu-list .lang-item__sub .ntl-sub-menu .menu-item {
  padding: 0;
}
.ntl-header .ntl-menu-list .menu-item__sub .ntl-sub-menu .menu-item:not(:last-child),
.ntl-header .ntl-menu-list .lang-item__sub .ntl-sub-menu .menu-item:not(:last-child) {
  margin-bottom: 16px !important;
}
.ntl-header .ntl-menu-list .menu-item__sub .ntl-sub-menu .menu-item:last-child,
.ntl-header .ntl-menu-list .lang-item__sub .ntl-sub-menu .menu-item:last-child {
  margin-bottom: 0 !important;
}
.ntl-header .ntl-menu-list .menu-item__sub .ntl-sub-menu .menu-item a,
.ntl-header .ntl-menu-list .lang-item__sub .ntl-sub-menu .menu-item a {
  font-weight: 400;
  text-transform: initial;
}
@media screen and (max-width: 1023px) {
  .ntl-header .ntl-menu-list .menu-item__sub .ntl-sub-menu .menu-item a,
.ntl-header .ntl-menu-list .lang-item__sub .ntl-sub-menu .menu-item a {
    font-size: 18px;
  }
}
.ntl-header .ntl-menu-list .menu-item__sub .ntl-sub-menu .menu-item a:hover,
.ntl-header .ntl-menu-list .lang-item__sub .ntl-sub-menu .menu-item a:hover {
  font-weight: 700;
}
.ntl-header .ntl-menu-list .menu-item__sub .ntl-sub-menu .ntl-menu-title,
.ntl-header .ntl-menu-list .lang-item__sub .ntl-sub-menu .ntl-menu-title {
  text-transform: uppercase;
  color: #4E4E4E;
  font-weight: 700;
  margin-bottom: 16px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .ntl-header .ntl-menu-list .menu-item__sub .ntl-sub-menu,
.ntl-header .ntl-menu-list .lang-item__sub .ntl-sub-menu {
    background: #222222;
    top: 100%;
    left: 0;
    position: absolute;
    padding: 0 24px;
    margin: 0;
    border-radius: 0 0 40px 40px;
    min-width: 320px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-header .ntl-menu-list .menu-item__sub .ntl-sub-menu,
.ntl-header .ntl-menu-list .lang-item__sub .ntl-sub-menu {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-header .ntl-menu-list .menu-item__sub.active .ntl-sub-menu,
.ntl-header .ntl-menu-list .lang-item__sub.active .ntl-sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.ntl-header .ntl-menu-list .menu-item__sub:hover a:before,
.ntl-header .ntl-menu-list .lang-item__sub:hover a:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1023px) {
  .ntl-header .ntl-menu-list .menu-item__sub:hover a:before,
.ntl-header .ntl-menu-list .lang-item__sub:hover a:before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.ntl-header .ntl-menu-list .menu-item__sub:hover .ntl-sub-menu,
.ntl-header .ntl-menu-list .lang-item__sub:hover .ntl-sub-menu {
  padding: 48px 24px 32px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .ntl-header .ntl-menu-list .menu-item__sub:hover .ntl-sub-menu,
.ntl-header .ntl-menu-list .lang-item__sub:hover .ntl-sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-header .ntl-menu-list .menu-item__sub:hover .ntl-sub-menu,
.ntl-header .ntl-menu-list .lang-item__sub:hover .ntl-sub-menu {
    padding: 16px 16px 0;
  }
}
@media screen and (min-width: 1024px) {
  .ntl-header .ntl-menu-list .menu-item__sub.ntl-header-menu-column > .ntl-sub-menu,
.ntl-header .ntl-menu-list .lang-item__sub.ntl-header-menu-column > .ntl-sub-menu {
    min-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    left: calc(-50% - 300px);
  }
}
.ntl-header .ntl-menu-list .menu-item__sub.ntl-header-menu-column > .ntl-sub-menu .ntl-sub-menu,
.ntl-header .ntl-menu-list .lang-item__sub.ntl-header-menu-column > .ntl-sub-menu .ntl-sub-menu {
  top: 0;
  height: auto;
  position: relative;
  padding: 0;
  padding-right: 16px;
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  .ntl-header .ntl-menu-list .menu-item__sub_mini .ntl-sub-menu,
.ntl-header .ntl-menu-list .lang-item__sub_mini .ntl-sub-menu {
    min-width: 180px;
  }
}
.ntl-header .ntl-menu-list.ntl-lang {
  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;
}
.ntl-header .ntl-menu-list.ntl-lang .lang-item {
  padding: 0 5px;
}
.ntl-header .ntl-menu-list.ntl-lang .lang-item:not(:first-child) {
  border-left: 3px solid #ffffff;
}
.ntl-header .ntl-menu-list.ntl-lang .lang-item a {
  text-transform: uppercase;
}
.ntl-header .ntl-menu-list.ntl-lang .lang-item a:hover {
  color: #d5ff3f;
}
.ntl-header .ntl-menu-list.ntl-lang .lang-item.current-lang a {
  color: #d5ff3f;
  cursor: default;
}
@media screen and (min-width: 1024px) {
  .ntl-header .ntl-menu-list.ntl-lang .lang-item {
    margin-bottom: 0;
  }
}
.ntl-header-info {
  margin: 0 16px;
}

.ntl-footer {
  background-color: #222222;
  margin-top: auto;
  border-radius: 80px 80px 0 0;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .ntl-footer {
    border-radius: 40px 40px 0 0;
  }
}
.ntl-footer a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-footer a:hover {
  color: #d5ff3f;
}
.ntl-footer-top {
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  .ntl-footer-top {
    padding: 24px 0;
  }
}
@media screen and (min-width: 1024px) {
  .ntl-footer-top .col .ntl-footer-info {
    padding: 0;
  }
}
.ntl-footer-bottom {
  padding: 8px 0;
  color: #4E4E4E;
  text-align: center;
}
.ntl-footer-bottom span {
  font-size: 18px;
}
.ntl-footer-bottom span a {
  color: #4E4E4E;
}
.ntl-footer-bottom span a:hover {
  color: #d5ff3f;
}
@media screen and (max-width: 767px) {
  .ntl-footer-bottom {
    padding: 6px 0;
  }
  .ntl-footer-bottom span {
    font-size: 14px;
  }
}
.ntl-footer-title {
  color: #4E4E4E;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .ntl-footer-info .ntl-logo {
    margin-bottom: 10px;
    max-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-footer-info .ntl-wysiwyg {
    font-size: 16px;
  }
}
.ntl-footer-info .ntl-logo,
.ntl-footer-info .ntl-wysiwyg {
  margin-bottom: 16px;
}
.ntl-footer-info .ntl-wysiwyg {
  background-image: linear-gradient(121.55deg, #E8E8E8 13.33%, #939393 86.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ntl-footer-info .ntl-contact-list:not(:last-child) {
  margin-bottom: 10px;
}
.ntl-footer-info .ntl-contact-list.ntl-email a {
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .ntl-footer-info {
    padding: 12px 0;
  }
}
.ntl-footer-info__title {
  margin-bottom: 8px;
}
.ntl-footer-info__title .ntl-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #4E4E4E;
  margin-bottom: 0;
}
.ntl-footer .ntl-menu-list .menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ntl-footer .ntl-menu-list .menu-item a {
  color: #ffffff;
  font-weight: 400;
}
.ntl-footer .ntl-menu-list .menu-item a:hover {
  color: #d5ff3f;
}
.ntl-footer-menu-2.ntl-menu-list .menu-item a {
  text-decoration: underline;
}
.ntl-footer-menu-2.ntl-menu-list .menu-item a:hover {
  text-decoration: none;
}

.ntl-popup {
  cursor: auto;
  max-width: 850px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 111;
  margin: auto;
  display: none;
  position: relative;
  border-radius: 80px;
  background-color: #222222;
  padding: 60px;
}
@media screen and (max-width: 1023px) {
  .ntl-popup {
    border-radius: 40px;
  }
}
.ntl-popup:before {
  content: "";
  position: absolute;
  border: 3px solid #d5ff3f;
  top: -24px;
  right: -24px;
  bottom: -24px;
  left: -24px;
  border-radius: 104px;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .ntl-popup:before {
    border-width: 2px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    border-radius: 48px;
  }
}
.ntl-popup h2 {
  color: #ffffff;
  text-align: center;
}
.ntl-popup .ntl-form-description-one {
  color: #d5ff3f;
  text-align: center;
}
.ntl-popup .ntl-form-description-two {
  margin-top: 16px;
  margin-bottom: 0;
  color: #4E4E4E;
}
@media screen and (max-width: 1023px) {
  .ntl-popup .ntl-form-description-two {
    margin-top: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-popup {
    padding: 32px 24px;
    border-radius: 40px;
  }
}
.ntl-popup.ntl-popup-full {
  width: 100%;
  min-height: 100%;
}
.ntl-popup.ntl-popup-middle {
  width: 768px;
}
.ntl-popup.ntl-popup-tiny {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .ntl-popup.ntl-popup-middle, .ntl-popup.ntl-popup-tiny {
    width: 100%;
  }
}
.ntl-popup-open {
  overflow: hidden;
}
.ntl-popup-init {
  cursor: pointer;
}
.ntl-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  padding: 24px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ntl-popup-wrap.active {
  visibility: visible;
  opacity: 1;
}
.ntl-popup-wrap.active .ntl-popup {
  visibility: visible;
  opacity: 1;
  display: block;
}
.ntl-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: 48px;
}
.ntl-popup-header .ntl-popup-remove {
  margin-left: auto;
  padding: 0;
  border: none;
}
.ntl-popup-header__title {
  margin-right: 24px;
}
.ntl-popup-header__title .ntl-title {
  color: #6B6B6B;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ntl-popup-header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.ntl-popup-content {
  margin-bottom: 16px;
}
.ntl-popup-content .ntl-wysiwyg .wpcf7 {
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .ntl-popup {
    padding: 48px 56px 32px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-popup {
    padding: 48px 24px 32px;
  }
}
.ntl-popup-remove {
  position: absolute !important;
  top: 30px;
  right: 30px;
  padding: 0;
  width: 24px;
  height: 24px;
  border: none;
  background-color: #2F2F2F;
}
@media screen and (max-width: 1023px) {
  .ntl-popup-remove {
    top: 16px;
    right: 18px;
  }
}
.ntl-popup-remove .ntl-icon {
  width: 12px;
  height: 12px;
  display: block;
  fill: #ffffff;
}
.ntl-popup-remove:hover {
  background: none;
}
.ntl-popup-remove:hover .ntl-icon {
  fill: #d5ff3f;
}

.ntl-section {
  padding: 40px 0;
}
.ntl-section-80 {
  padding: 80px 0;
}
.ntl-section:first-child {
  padding-top: 130px;
}
@media screen and (max-width: 1023px) {
  .ntl-section:first-child {
    padding-top: 100px;
  }
}
.ntl-section:last-child {
  padding-bottom: 130px;
}
@media screen and (max-width: 1023px) {
  .ntl-section:last-child {
    padding-bottom: 100px;
  }
}
.ntl-section-top-150 {
  padding-top: 130px;
}
@media screen and (max-width: 1023px) {
  .ntl-section-top-150 {
    padding-top: 100px;
  }
}
.ntl-section-bottom-150 {
  padding-bottom: 130px;
}
@media screen and (max-width: 1023px) {
  .ntl-section-bottom-150 {
    padding-bottom: 100px;
  }
}
.ntl-section-top-0 {
  padding-top: 0 !important;
}
.ntl-section-bottom-0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .ntl-section {
    padding: 40px 0;
  }
  .ntl-section-80 {
    padding: 40px 0;
  }
}
.ntl-section-fon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ntl-section.ntl-section-fon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ntl-section.ntl-light-fon {
  color: #ffffff;
}
.ntl-section.ntl-light-fon h1, .ntl-section.ntl-light-fon h2, .ntl-section.ntl-light-fon h3, .ntl-section.ntl-light-fon h4, .ntl-section.ntl-light-fon h5, .ntl-section.ntl-light-fon h6 {
  color: #ffffff;
}
.ntl-section.ntl-section-light {
  background-color: #ffffff;
}
.ntl-section.ntl-section-light h3, .ntl-section.ntl-section-light h4, .ntl-section.ntl-section-light h5, .ntl-section.ntl-section-light h6 {
  color: #6B6B6B;
}
.ntl-section .ntl-section-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .ntl-section .ntl-section-title {
    margin-bottom: 24px;
  }
}
.ntl-section .ntl-section-title .ntl-title {
  margin-bottom: 0;
}
.ntl-section.ntl-section-title__container {
  padding: 24px 0;
}
@media screen and (max-width: 1023px) {
  .ntl-section.ntl-section-title__container {
    padding: 12px 0;
  }
}
.ntl-section.ntl-section-title__container .ntl-section-title {
  margin-bottom: 0;
}
.ntl-section-title__block {
  padding-top: 64px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .ntl-section-title__block {
    padding-top: 38px;
  }
  .ntl-section-title__block br {
    display: none;
  }
}
.ntl-section-title__block:before {
  content: "";
  width: 40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  height: 3px;
  border-radius: 2px;
  background-color: #d5ff3f;
  position: absolute;
  top: 20px;
  left: calc(50% - 20px);
}
@media screen and (max-width: 1023px) {
  .ntl-section-title__block:before {
    width: 24px;
    height: 2px;
  }
}

.ntl-menu-open {
  overflow: hidden;
}
.ntl-menu-list {
  list-style-type: none;
  margin: 0;
}
.ntl-menu-list .menu-item,
.ntl-menu-list .lang-item {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
.ntl-menu-list .menu-item:not(:last-child),
.ntl-menu-list .lang-item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ntl-menu-list .menu-item:not(:last-child),
.ntl-menu-list .lang-item:not(:last-child) {
    margin-bottom: 6px;
  }
}
.ntl-menu-list .menu-item a,
.ntl-menu-list .lang-item a {
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #6B6B6B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .ntl-menu-list .menu-item a,
.ntl-menu-list .lang-item a {
    font-size: 16px;
  }
}
.ntl-menu-list .menu-item a:hover,
.ntl-menu-list .lang-item a:hover {
  color: #d5ff3f;
}
.ntl-menu-list .menu-item__sub,
.ntl-menu-list .lang-item__sub {
  position: relative;
}
.ntl-menu-list .menu-item__sub > a,
.ntl-menu-list .lang-item__sub > a {
  position: relative;
  padding-right: 10px;
}
.ntl-menu-list .menu-item__sub > a:before,
.ntl-menu-list .lang-item__sub > a:before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #6B6B6B;
  border-bottom: 2px solid #6B6B6B;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0;
  top: 3px;
}
.ntl-menu-list .menu-item__sub .ntl-sub-menu li:not(:last-child),
.ntl-menu-list .lang-item__sub .ntl-sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.ntl-pagination {
  margin-bottom: 0;
  margin-top: 24px;
  text-align: center;
}
.ntl-pagination .ntl-page-numbers {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .ntl-pagination .ntl-page-numbers {
    font-size: 14px;
  }
}
.ntl-pagination .ntl-page-numbers.ntl-next, .ntl-pagination .ntl-page-numbers.ntl-prev {
  border: 1px solid #d5ff3f;
  border-radius: 8px;
  color: #0C0C0C;
  background: #d5ff3f;
  padding: 12px 24px;
  font-weight: 700;
}
.ntl-pagination .ntl-page-numbers.ntl-next:hover, .ntl-pagination .ntl-page-numbers.ntl-prev:hover {
  background: linear-gradient(121.55deg, #222222 13.33%, #0B0B0B 86.27%);
  border-color: #0C0C0C;
  color: #d5ff3f;
}
.ntl-pagination .ntl-page-numbers.current {
  font-weight: 700;
  color: #d5ff3f;
}

.ntl-tags {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.ntl-tags li {
  margin: 4px 8px;
  padding: 8px 16px;
  border: 1px solid;
  border-radius: 40px;
}

.ntl-banner {
  overflow: hidden;
  border-radius: 80px;
}
@media screen and (max-width: 1023px) {
  .ntl-banner {
    border-radius: 40px;
  }
}
.ntl-banner-section {
  padding: 150px 0;
}
.ntl-banner-section h1, .ntl-banner-section h2, .ntl-banner-section h3, .ntl-banner-section h4, .ntl-banner-section h5, .ntl-banner-section h6 {
  font-weight: 400;
}
.ntl-banner-section__fon {
  background-image: var(--bg-image-desc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ntl-banner-section__fon {
    background-image: var(--bg-image-mob);
  }
}
.ntl-banner-fixed {
  background-attachment: fixed;
}
.ntl-banner-home {
  min-height: 75vh;
  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: 768px) and (max-width: 1023px) {
  .ntl-banner-home {
    min-height: 400px;
    max-height: 600px;
  }
}
.ntl-banner.ntl-light-fon {
  color: #ffffff;
}
.ntl-banner.ntl-light-fon h1, .ntl-banner.ntl-light-fon h2, .ntl-banner.ntl-light-fon h3, .ntl-banner.ntl-light-fon h4, .ntl-banner.ntl-light-fon h5, .ntl-banner.ntl-light-fon h6 {
  color: #ffffff;
}

.ntl-image-block {
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(5, 64, 242, 0.1);
          box-shadow: 2px 2px 4px 0 rgba(5, 64, 242, 0.1);
}
.ntl-image-block img {
  display: block;
  width: 100%;
}

/*main banner*/
.ntl-main-banner-slider.ntl-main-banner {
  padding: 50px 0;
  min-height: 50vh;
  overflow: hidden;
  border-radius: 80px;
}
@media screen and (max-width: 1023px) {
  .ntl-main-banner-slider.ntl-main-banner {
    padding: 20px 24px;
    border-radius: 40px;
  }
}
.ntl-main-banner-slider .ntl-main-banner-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .ntl-main-banner-slider .ntl-main-banner-slider__item {
    padding: 0 8px;
  }
}
.ntl-main-banner-slider .ntl-main-banner-slider__image img {
  width: 100%;
  display: block;
}
.ntl-main-banner-slider .ntl-main-banner-slider__description > *:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .ntl-main-banner-slider .ntl-main-banner-slider__description > *:not(:last-child) {
    margin-bottom: 16px;
  }
}
.ntl-main-banner-slider .ntl-main-banner-slider__description .row {
  margin: 0 -12px;
}
.ntl-main-banner-slider .ntl-main-banner-slider__description .row .col {
  padding: 0 12px;
}
.ntl-main-banner-slider .ntl-main-banner-slider__description .ntl-title {
  margin-bottom: 16px;
}
.ntl-main-banner-slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ntl-main-banner-slider .ntl-slider-item .ntl-main-banner-slider__item {
  opacity: 0;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.ntl-main-banner-slider .ntl-slider-item.swiper-slide-active .ntl-main-banner-slider__item {
  opacity: 1;
}

/*main banner*/
/*cards fan accordion*/
.ntl-cards-fan {
  display: flex;
  gap: 10px;
  height: 400px;
  overflow: hidden;
}
.ntl-card-fan__item {
  flex: 0 0 72px;
  background: #d5ff3f;
  border-radius: 24px;
  overflow: hidden;
  transition: flex 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  user-select: none;
}
.ntl-card-fan__item:hover,
.ntl-card-fan__item.active {
  flex: 1;
}
.ntl-card-fan__num {
  position: absolute;
  top: 50%;
  left: 0;
  width: 72px;
  transform: translateY(-50%);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.35);
  letter-spacing: 1px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.ntl-card-fan__item:hover .ntl-card-fan__num,
.ntl-card-fan__item.active .ntl-card-fan__num {
  opacity: 0;
}
.ntl-card-fan__inner {
  position: absolute;
  inset: 0;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity 0.25s ease 0.3s;
  min-width: 280px;
}
.ntl-card-fan__item:hover .ntl-card-fan__inner,
.ntl-card-fan__item.active .ntl-card-fan__inner {
  opacity: 1;
}
.ntl-card-fan__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
}
.ntl-card-fan__title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0 0 12px;
  line-height: 1.3;
}
.ntl-card-fan__desc {
  font-size: 14px;
  color: #000;
  line-height: 1.55;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .ntl-cards-fan {
    flex-direction: column;
    height: auto;
    gap: 8px;
  }
  .ntl-card-fan__item {
    flex: 0 0 64px;
    border-radius: 16px;
  }
  .ntl-card-fan__item:hover,
  .ntl-card-fan__item.active {
    flex: 0 0 280px;
  }
  .ntl-card-fan__num {
    writing-mode: horizontal-tb;
    width: auto;
    top: auto;
    bottom: 18px;
    left: 24px;
    transform: none;
    font-size: 13px;
  }
  .ntl-card-fan__inner {
    min-width: unset;
    padding: 24px;
    justify-content: flex-start;
  }
  .ntl-card-fan__icon {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ntl-card-fan__item.active {
    flex: 0 0 260px;
  }
}
/*cards fan accordion*/
.ntl-banner .ntl-btn {
  z-index: 1;
}
.ntl-banner-group {
  padding: 60px 145px;
}
@media screen and (max-width: 1023px) {
  .ntl-banner-group {
    padding: 40px;
  }
  .ntl-banner-group .ntl-wysiwyg br {
    display: none;
  }
}
.ntl-banner-h3 {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .ntl-banner-h3 {
    font-size: 18px;
  }
}
.ntl-banner-btn-list {
  min-height: 350px;
  padding: 80px 80px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  .ntl-banner-btn-list {
    padding: 80px 20px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-banner-btn-list {
    padding: 24px 40px 8px;
  }
}
.ntl-banner-btn-list .ntl-wysiwyg {
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .ntl-banner-btn-list .ntl-wysiwyg {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-banner-btn-list .ntl-wysiwyg {
    max-width: 450px;
  }
}
.ntl-banner-btn-list .ntl-wysiwyg ul {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .ntl-banner-btn-list .ntl-wysiwyg ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .ntl-banner-btn-list .ntl-wysiwyg ul {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.ntl-banner-btn-list .ntl-wysiwyg ul li {
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 24px 40px;
  border: 3px solid #ffffff;
  text-decoration: none;
  display: inline-block;
  border-radius: 24px;
  outline: none;
  text-align: center;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}
.ntl-banner-btn-list .ntl-wysiwyg ul li:before {
  display: none;
}
@media screen and (max-width: 1023px) {
  .ntl-banner-btn-list .ntl-wysiwyg ul li {
    border-width: 2px;
    font-size: 14px;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 16px;
  }
}
.ntl-banner-about {
  padding: 115px 150px;
  min-height: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .ntl-banner-about .ntl-wysiwyg {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .ntl-banner-about .ntl-wysiwyg {
    max-width: 75%;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-banner-about {
    padding: 76px 20px;
    min-height: 300px;
  }
}

.ntl-soc-list ul {
  list-style-type: none;
  margin: 0 -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.ntl-soc-list ul li {
  margin-bottom: 0;
}
.ntl-soc-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-soc-list ul li a:hover {
  background-color: #4E4E4E;
}
.ntl-soc-list ul li a svg,
.ntl-soc-list ul li a .ntl-icon {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .ntl-soc-list ul li a {
    width: 36px;
    height: 36px;
  }
  .ntl-soc-list ul li a svg,
.ntl-soc-list ul li a .ntl-icon {
    width: 16px;
    height: 16px;
  }
}

.ntl-main-banner_section {
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 80px;
  padding: 80px 120px;
  max-height: 400px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ntl-main-banner_section {
    min-height: 350px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-main-banner_section {
    border-radius: 40px;
    padding: 40px 20px;
    max-height: 300px;
  }
}
.ntl-main-banner_section .ntl-wysiwyg ul {
  margin-left: 48px;
}
@media screen and (max-width: 1023px) {
  .ntl-main-banner_section .ntl-wysiwyg ul {
    margin-left: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .ntl-main-banner_section .ntl-wysiwyg ul li {
    line-height: 40px;
  }
}
.ntl-main-banner_section .ntl-wysiwyg ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .ntl-main-banner_section .ntl-wysiwyg ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.ntl-main-banner_section .ntl-wysiwyg ul li:before {
  content: "";
  background-image: url("../images/icon/check-list.ntl-svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  left: -48px;
}
@media screen and (max-width: 1023px) {
  .ntl-main-banner_section .ntl-wysiwyg ul li:before {
    width: 30px;
    height: 30px;
    left: -38px;
    top: calc(50% - 15px);
  }
}
.ntl-main-banner_section__home {
  min-height: 50vh;
}
.ntl-main-banner_section__home.ntl-section {
  padding: 0;
}
.ntl-main-banner_section__home .ntl-home-banner__image {
  margin-top: auto;
}
.ntl-main-banner_section__home .ntl-home-banner__image img {
  width: 100%;
  display: block;
}
.ntl-main-banner_section__home .ntl-main-banner_description {
  padding: 80px 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .ntl-main-banner_section__home .ntl-main-banner_description {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .ntl-main-banner_section__home .ntl-main-banner_description .ntl-container {
    width: auto;
    max-width: initial;
    margin-left: calc(50vw - (100% - 60px) - 20px);
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .ntl-main-banner_section__home .ntl-main-banner_description .ntl-container {
    margin-left: calc(50vw - (100% - 40px) - 20px);
  }
}
.ntl-main-banner_section .ntl-container {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ntl-main-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ntl-counter-list.row {
  margin: 0 -10px;
}
.ntl-counter-item {
  max-width: 50%;
  width: 100%;
}
.ntl-counter-item:nth-child(3n) {
  max-width: 100%;
}
.ntl-counter-item.col {
  padding: 0 10px;
}

.ntl-counter-list-type-1 .ntl-counter-list.row {
  margin: 0 -10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ntl-counter-list-type-1 .ntl-counter-item {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 16px;
  max-width: 20%;
  min-height: 110px;
}
@media (max-width: 1700px) {
  .ntl-counter-list-type-1 .ntl-counter-item {
    max-width: 33.3333333333%;
  }
}
@media (max-width: 1200px) {
  .ntl-counter-list-type-1 .ntl-counter-item {
    max-width: 50%;
  }
  .ntl-counter-list-type-1 .ntl-counter-item:last-child {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-counter-list-type-1 .ntl-counter-item {
    min-height: 110px;
  }
}
.ntl-counter-list-type-1 .ntl-counter-item__block {
  display: inline-block;
  width: 100%;
  padding: 18px 24px 24px;
  background-color: #222222;
  border-radius: 32px;
  color: #ffffff;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .ntl-counter-list-type-1 .ntl-counter-item__block {
    border-radius: 18px;
    padding: 12px 12px 16px;
  }
}
.ntl-counter-list-type-1 .ntl-counter-item .ntl-count-block {
  line-height: 100%;
  font-weight: 700;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
@media (max-width: 1400px) {
  .ntl-counter-list-type-1 .ntl-counter-item .ntl-count-block {
    font-size: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-counter-list-type-1 .ntl-counter-item .ntl-count-block {
    font-size: 24px;
  }
}
.ntl-counter-list-type-1 .ntl-counter-item .ntl-count-title {
  display: block;
}

.ntl-services-section:last-child .ntl-services-section__list {
  margin: 0 -12px;
  margin-bottom: -24px;
}
@media screen and (max-width: 1023px) {
  .ntl-services-section:last-child .ntl-services-section__list {
    margin-bottom: -24px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-services-section:last-child .ntl-services-section__list {
    margin-bottom: -16px;
  }
}
.ntl-services-section__list .ntl-services-col {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .ntl-services-section__list .ntl-services-col {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-services-section__list .ntl-services-col {
    margin-bottom: 16px;
  }
}
.ntl-services-section__list .ntl-services-item {
  background-color: #222222;
  padding: 24px 24px;
  border-radius: 32px;
  height: 100%;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .ntl-services-section__list .ntl-services-item {
    padding: 24px 16px;
  }
}
.ntl-services-section__list .ntl-services-item:hover {
  box-shadow: 0 12px 40px rgba(5, 64, 242, 0.25);
  transform: translateY(-4px);
}
.ntl-services-section__list .ntl-services-item:hover .ntl-services-item__icon .ntl-icon.show {
  filter: brightness(0) invert(1);
}
.ntl-services-section__list .ntl-services-item .ntl-title {
  color: #ffffff;
  margin-bottom: 0;
}
.ntl-services-section__list .ntl-services-item__link {
  color: #ffffff;
}
.ntl-services-section__list .ntl-services-item__link:hover {
  color: #ffffff;
}
.ntl-services-section__list .ntl-services-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.ntl-services-section__list .ntl-services-item__icon {
  position: relative;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .ntl-services-section__list .ntl-services-item__icon {
    width: 24px;
    height: 24px;
  }
}
.ntl-services-section__list .ntl-services-item__icon .ntl-icon {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: filter 0.3s ease-in-out;
}
.ntl-services-section__list .ntl-services-item__icon .ntl-icon.show {
  opacity: 1;
  visibility: visible;
}
.ntl-services-section__list .ntl-services-item__icon .ntl-icon.ntl-hover {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .ntl-services-section__list .ntl-services-item__info {
    font-size: 16px;
  }
}
.ntl-services-section__list .ntl-services-item__addition {
  margin: auto 0;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .ntl-services-section__list .ntl-services-item__addition {
    padding: 24px 16px;
  }
}

.ntl-section-servises-banner {
  min-height: 75vh;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .ntl-section-servises-banner {
    padding-top: 180px !important;
    padding-bottom: 80px !important;
  }
}
.ntl-section-servises-banner__description {
  padding: 80px 48px;
  padding-left: 90px;
  position: relative;
  color: #ffffff;
  background-color: #222222;
  border-radius: 0 80px 80px 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .ntl-section-servises-banner__description {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-section-servises-banner__description {
    max-width: 90%;
    padding: 32px 24px;
    border-radius: 0 60px 60px 0;
    padding-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-section-servises-banner__description {
    padding-left: 24px;
  }
}
.ntl-section-servises-banner__description p {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .ntl-section-servises-banner__description p {
    font-size: 16px;
  }
}
.ntl-section-servises-banner__description h1, .ntl-section-servises-banner__description h2, .ntl-section-servises-banner__description h3, .ntl-section-servises-banner__description h4, .ntl-section-servises-banner__description h5, .ntl-section-servises-banner__description h6 {
  color: #ffffff;
  line-height: 1.2;
}
@media screen and (max-width: 360px) {
  .ntl-section-servises-banner__description h1, .ntl-section-servises-banner__description h2, .ntl-section-servises-banner__description h3, .ntl-section-servises-banner__description h4, .ntl-section-servises-banner__description h5, .ntl-section-servises-banner__description h6 {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
.ntl-section-servises-banner__description h1 .ntl-price, .ntl-section-servises-banner__description h2 .ntl-price, .ntl-section-servises-banner__description h3 .ntl-price, .ntl-section-servises-banner__description h4 .ntl-price, .ntl-section-servises-banner__description h5 .ntl-price, .ntl-section-servises-banner__description h6 .ntl-price {
  font-size: 24px;
  padding: 8px 16px;
  color: #222222;
  border-radius: 12px;
  margin-left: 8px;
  background: linear-gradient(121.55deg, #E8E8E8 13.33%, #939393 86.27%);
  position: relative;
  bottom: 4px;
}
@media screen and (max-width: 1023px) {
  .ntl-section-servises-banner__description h1 .ntl-price, .ntl-section-servises-banner__description h2 .ntl-price, .ntl-section-servises-banner__description h3 .ntl-price, .ntl-section-servises-banner__description h4 .ntl-price, .ntl-section-servises-banner__description h5 .ntl-price, .ntl-section-servises-banner__description h6 .ntl-price {
    font-size: 16px;
    bottom: 4px;
  }
}
@media screen and (max-width: 419px) {
  .ntl-section-servises-banner__description h1 .ntl-price, .ntl-section-servises-banner__description h2 .ntl-price, .ntl-section-servises-banner__description h3 .ntl-price, .ntl-section-servises-banner__description h4 .ntl-price, .ntl-section-servises-banner__description h5 .ntl-price, .ntl-section-servises-banner__description h6 .ntl-price {
    margin-left: 0;
    display: block;
    margin-top: 4px;
    text-align: center;
  }
}
.ntl-section-servises-banner__description ul {
  margin-left: 36px;
}
@media screen and (max-width: 1023px) {
  .ntl-section-servises-banner__description ul {
    margin-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .ntl-section-servises-banner__description ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ntl-section-servises-banner__description ul li {
    padding-right: 36px;
    display: block;
    max-width: 50%;
    width: 100%;
  }
  .ntl-section-servises-banner__description ul li:nth-child(even) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .ntl-section-servises-banner__description ul li:nth-child(odd) {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}
.ntl-section-servises-banner__description ul li {
  font-weight: 700;
}
.ntl-section-servises-banner__description ul li:before {
  content: "";
  background-image: url("../images/icon/list-marker-serv-checked.ntl-svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: -36px;
}
@media screen and (max-width: 1023px) {
  .ntl-section-servises-banner__description ul li:before {
    top: 2px;
    width: 14px;
    height: 14px;
    left: -24px;
  }
}
.ntl-section-servises-banner__description .row {
  margin: 0 -12px;
}
.ntl-section-servises-banner__description .row .col {
  padding: 0 12px;
}
.ntl-section-servises-banner__description:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -50vw;
  z-index: -1;
}
.ntl-section-servises-banner__description:after {
  border: 3px solid #d5ff3f;
  border-left: 0;
  top: -24px;
  right: -24px;
  bottom: -24px;
  border-radius: 0 104px 104px 0;
}
@media screen and (max-width: 1023px) {
  .ntl-section-servises-banner__description:after {
    border-width: 2px;
    border-radius: 0 68px 68px 0;
    top: -8px;
    right: -8px;
    bottom: -8px;
  }
}
.ntl-section-servises-banner__image img {
  margin: auto 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .ntl-section-servises-banner__image {
    margin-top: 40px;
  }
}

.ntl-banner-servises {
  min-height: 300px;
  padding: 70px;
  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: 1023px) {
  .ntl-banner-servises {
    padding: 84px 24px;
  }
}
.ntl-banner-servises .ntl-wysiwyg {
  max-width: 1124px;
}
@media screen and (min-width: 768px) {
  .ntl-banner-servises .ntl-wysiwyg {
    min-width: 600px;
  }
}
.ntl-banner-servises-2 .ntl-wysiwyg {
  max-width: 1400px;
}
.ntl-banner-servises-3 .ntl-wysiwyg {
  max-width: 620px;
  width: 100%;
}
.ntl-banner-servises-4 {
  padding: 0 100px 0 150px;
  background-color: #d5ff3f;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1023px) {
  .ntl-banner-servises-4 {
    padding: 0 50px 0 75px;
  }
}
.ntl-banner-servises-4 .ntl-wysiwyg {
  max-width: 100%;
  margin: auto 0;
  min-width: auto;
}
@media screen and (min-width: 1024px) {
  .ntl-banner-servises-4 .ntl-wysiwyg {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-banner-servises-4 .ntl-wysiwyg {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .ntl-banner-servises-4 .ntl-wysiwyg {
    margin-bottom: 20px;
  }
}
.ntl-banner-servises-4 .ntl-banner-servises-image picture img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ntl-banner-servises-4 .ntl-banner-servises-image {
    min-width: 33.3%;
    background-position-y: 10%;
  }
  .ntl-banner-servises-4 .ntl-banner-servises-image picture {
    opacity: 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ntl-banner-servises-4 .ntl-banner-servises-image {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .ntl-banner-servises-4 {
    padding: 32px 24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ntl-banner-servises-5 {
  padding: 0 100px 0 150px;
  background-color: #d5ff3f;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .ntl-banner-servises-5 {
    padding: 0 50px 0 75px;
  }
}
.ntl-banner-servises-5 .ntl-wysiwyg {
  max-width: 725px;
  margin: auto 0;
  min-width: auto;
}
.ntl-banner-servises-5 .ntl-wysiwyg .row {
  margin: 0 -8px;
}
.ntl-banner-servises-5 .ntl-wysiwyg .row .col {
  padding: 0 8px;
}
@media screen and (min-width: 1024px) {
  .ntl-banner-servises-5 .ntl-wysiwyg {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-banner-servises-5 .ntl-wysiwyg {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .ntl-banner-servises-5 .ntl-wysiwyg {
    margin-bottom: 20px;
  }
}
.ntl-banner-servises-5 .ntl-banner-servises-image picture img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ntl-banner-servises-5 .ntl-banner-servises-image {
    min-width: 33.3%;
    background-position-y: 10%;
  }
  .ntl-banner-servises-5 .ntl-banner-servises-image picture {
    opacity: 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ntl-banner-servises-5 .ntl-banner-servises-image {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .ntl-banner-servises-5 {
    padding: 32px 24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ntl-banner-servises-col {
  padding: 20px 60px;
  min-height: 300px;
}
@media screen and (max-width: 1023px) {
  .ntl-banner-servises-col {
    padding: 40px 16px;
  }
}
.ntl-banner-servises-col .ntl-wysiwyg ul {
  margin: 0 -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ntl-banner-servises-col .ntl-wysiwyg ul li {
  margin: 20px 40px;
  border-radius: 40px;
  padding: 24px 40px;
  border: 3px solid #ffffff;
  max-width: calc(50% - 80px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ntl-banner-servises-col .ntl-wysiwyg ul li:before {
  display: none;
}
@media screen and (max-width: 1023px) {
  .ntl-banner-servises-col .ntl-wysiwyg ul li {
    border-width: 2px;
    max-width: 100%;
  }
}

.ntl-services-accordion {
  background-color: #222222;
  border-radius: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .ntl-services-accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 40px;
  }
}
.ntl-services-accordion-list {
  background-color: #0C0C0C;
  padding: 40px;
  border-radius: 80px;
  overflow: hidden;
  max-width: 58.333333%;
  width: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1400px) {
  .ntl-services-accordion-list {
    max-width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-services-accordion-list {
    max-width: 100%;
    padding: 8px;
    border-radius: 40px;
  }
}
.ntl-services-accordion-list .ntl-services-accordion__item {
  padding: 18px;
  border-radius: 32px;
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1400px) {
  .ntl-services-accordion-list .ntl-services-accordion__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
  .ntl-services-accordion-list .ntl-services-accordion__item .ntl-services-accordion__item_btn {
    margin-left: auto;
  }
}
.ntl-services-accordion-list .ntl-services-accordion__item .ntl-title-text {
  font-weight: 700;
}
.ntl-services-accordion-list .ntl-services-accordion__item .ntl-services-accordion__item_btn {
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-services-accordion-list .ntl-services-accordion__item:hover {
  background-color: #222222;
}
.ntl-services-accordion-list .ntl-services-accordion__item:hover .ntl-services-accordion__item_btn {
  opacity: 1;
  height: auto;
}
.ntl-services-accordion-decktop {
  max-width: 41.666667%;
  width: 100%;
  padding: 78px 98px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1400px) {
  .ntl-services-accordion-decktop {
    max-width: 50%;
  }
}
@media (max-width: 1400px) {
  .ntl-services-accordion-decktop {
    padding: 58px 68px;
  }
}
@media (max-width: 1200px) {
  .ntl-services-accordion-decktop {
    padding: 48px 36px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-services-accordion-decktop {
    max-width: 100%;
    padding: 32px 14px;
  }
}
.ntl-services-accordion-decktop .ntl-services-accordion-image {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .ntl-services-accordion-decktop .ntl-services-accordion-image {
    display: none;
  }
}
.ntl-services-accordion-decktop .ntl-services-accordion-image img {
  width: 100%;
}
.ntl-services-accordion-decktop .ntl-services-accordion-form {
  border-radius: 44px;
  background-color: #0C0C0C;
  position: relative;
  padding: 40px;
  margin: 16px;
  color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .ntl-services-accordion-decktop .ntl-services-accordion-form {
    padding: 18px 14px;
    border-radius: 24px;
    margin: 8px;
  }
}
.ntl-services-accordion-decktop .ntl-services-accordion-form:before {
  content: "";
  position: absolute;
  border: 3px solid #d5ff3f;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  border-radius: 60px;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .ntl-services-accordion-decktop .ntl-services-accordion-form:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    border-width: 1px;
    border-radius: 32px;
  }
}

.ntl-servises-popup-description .row {
  margin: 0 -4px;
}
.ntl-servises-popup-description .row .col {
  padding: 0 4px;
}

.ntl-portfolio-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  margin-bottom: 40px;
  list-style-type: none;
}
@media screen and (max-width: 1023px) {
  .ntl-portfolio-menu {
    margin: 0 -8px;
    margin-bottom: 8px;
  }
}
.ntl-portfolio-menu__item {
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .ntl-portfolio-menu__item {
    padding: 0 8px 16px;
  }
}
.ntl-portfolio-menu__link {
  font-weight: 400;
  color: #222222;
}
.ntl-portfolio-menu__link.active {
  font-weight: 700;
  border-bottom: 5px solid transparent;
  position: relative;
}
.ntl-portfolio-menu__link.active:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  bottom: -5px;
  left: 0;
  right: 0;
  border-radius: 2px;
  background-color: #d5ff3f;
}
.ntl-portfolio-menu .menu-item a {
  font-weight: 400;
  color: #222222;
}
.ntl-portfolio-menu.ntl-portfolio-menu-main .menu-item {
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .ntl-portfolio-menu.ntl-portfolio-menu-main .menu-item {
    padding: 0 8px 16px;
  }
}
.ntl-portfolio-menu.ntl-portfolio-menu-main .menu-item.current-page-ancestor a, .ntl-portfolio-menu.ntl-portfolio-menu-main .menu-item.current-menu-item a {
  border-bottom: 5px solid transparent;
  position: relative;
  font-weight: 700;
}
.ntl-portfolio-menu.ntl-portfolio-menu-main .menu-item.current-page-ancestor a:before, .ntl-portfolio-menu.ntl-portfolio-menu-main .menu-item.current-menu-item a:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  bottom: -5px;
  left: 0;
  right: 0;
  border-radius: 2px;
  background-color: #d5ff3f;
}
.ntl-portfolio-menu.ntl-portfolio-menu-sub {
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .ntl-portfolio-menu.ntl-portfolio-menu-sub {
    gap: 8px;
    margin-bottom: 24px;
  }
}
.ntl-portfolio-menu.ntl-portfolio-menu-sub .menu-item a {
  color: #222222;
  padding: 8px 16px;
  background-color: transparent;
  border-radius: 40px;
  border: 1px solid #222222;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .ntl-portfolio-menu.ntl-portfolio-menu-sub .menu-item a {
    padding: 4px 10px;
  }
}
.ntl-portfolio-menu.ntl-portfolio-menu-sub .menu-item.current-menu-item a {
  color: #222222;
  background-color: #d5ff3f;
}

.ntl-services-list .ntl-services-col {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .ntl-services-list .ntl-services-col {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-services-list .ntl-services-col {
    margin-bottom: 16px;
  }
}
.ntl-services-list .ntl-services-item {
  background-color: #222222;
  border-radius: 80px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .ntl-services-list .ntl-services-item {
    border-radius: 40px;
  }
}
.ntl-services-list .ntl-services-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ntl-services-list .ntl-services-item__image {
  border-radius: 80px;
  overflow: hidden;
}
.ntl-services-list .ntl-services-item__image img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .ntl-services-list .ntl-services-item__image {
    border-radius: 40px;
  }
}
.ntl-services-list .ntl-services-item__info {
  padding: 24px 40px 40px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1023px) {
  .ntl-services-list .ntl-services-item__info {
    padding: 8px 16px 16px;
  }
}
.ntl-services-list .ntl-services-item__info > *:not(:last-child) {
  margin-bottom: 16px;
}
.ntl-services-list .ntl-services-item__info > *:last-child {
  margin-bottom: 0;
}
.ntl-services-list .ntl-services-item__info .ntl-title {
  color: #d5ff3f;
}
.ntl-services-list .ntl-services-item__info .ntl-tags {
  margin: 0 -4px;
}
@media screen and (max-width: 579px) {
  .ntl-services-list .ntl-services-item__info .ntl-tags {
    margin: 0 -2px;
  }
}
.ntl-services-list .ntl-services-item__info .ntl-tags li {
  color: #ffffff;
  border-color: #ffffff;
  margin: 4px;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .ntl-services-list .ntl-services-item__info .ntl-tags li {
    padding: 4px 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 579px) {
  .ntl-services-list .ntl-services-item__info .ntl-tags li {
    margin: 2px;
    font-size: 8px;
  }
}

.ntl-servises-single-section > .ntl-container > .row {
  margin: 0 -40px;
}
.ntl-servises-single-section > .ntl-container > .row > .col {
  padding: 0 40px;
}
.ntl-servises-single-subtitle {
  padding: 18px 24px;
  margin-bottom: 24px;
  color: #d5ff3f;
  border-radius: 24px;
  background-color: #222222;
  display: inline-block;
}
.ntl-servises-single-description {
  margin-bottom: 24px;
}
.ntl-servises-single-image {
  padding: 24px 24px 32px;
  border: 3px solid #d5ff3f;
  border-radius: 104px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .ntl-servises-single-image {
    border-width: 2px;
    border-radius: 48px;
    padding: 8px 8px 16px;
  }
}
.ntl-servises-single-image img {
  width: 100%;
  overflow: hidden;
  border-radius: 80px;
  display: block;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .ntl-servises-single-image img {
    border-radius: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .ntl-services-section__list .ntl-services-section__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.ntl-services-section__list .ntl-services-section__item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .ntl-services-section__list .ntl-services-section__item .ntl-item-image {
    max-width: 25%;
  }
}
.ntl-services-section__list .ntl-services-section__item .ntl-item-image img {
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .ntl-services-section__list .ntl-services-section__item .ntl-item-info {
    max-width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .ntl-services-section__list .ntl-services-section__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .ntl-services-section__list .ntl-services-section__item:nth-child(even) .ntl-item-image img {
    margin-right: auto;
  }
}
.ntl-services-section__item {
  padding: 80px;
  border-radius: 80px;
  background-color: #222222;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .ntl-services-section__item {
    padding: 24px;
    border-radius: 40px;
  }
}
.ntl-services-section__item .ntl-item-image {
  width: 100%;
}
.ntl-services-section__item .ntl-item-image img {
  display: block;
}
@media screen and (max-width: 1023px) {
  .ntl-services-section__item .ntl-item-image {
    margin-bottom: 16px;
  }
  .ntl-services-section__item .ntl-item-image img {
    margin: 0 auto;
  }
}
.ntl-services-section__item .ntl-item-info {
  width: 100%;
}
.ntl-services-section__item .ntl-item-info__title {
  margin-bottom: 8px;
}
.ntl-services-section__item .ntl-item-info__title .ntl-title {
  color: #ffffff;
  margin-bottom: 0;
}
.ntl-services-section__item .ntl-item-info__title .ntl-price {
  font-size: 18px;
  padding: 8px 16px;
  color: #222222;
  border-radius: 12px;
  background: linear-gradient(121.55deg, #E8E8E8 13.33%, #939393 86.27%);
  position: relative;
  bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .ntl-services-section__item .ntl-item-info__title .ntl-price {
    display: inline-block;
    margin-left: 0;
    bottom: 0;
    font-size: 16px;
  }
}
.ntl-services-section__item .ntl-item-info .ntl-wysiwyg {
  margin-bottom: 24px;
}

@media screen and (max-width: 1023px) {
  .ntl-load-list + .ntl-load-btn__block {
    margin-top: 8px;
  }
}
.ntl-load-hide-block {
  display: none;
}

.ntl-keys-list {
  margin-left: 36px;
}
.ntl-keys-list li {
  margin-bottom: 16px;
}
.ntl-keys-list li:last-child {
  margin-bottom: 0;
}
.ntl-keys-list li:before {
  content: url("../images/icon/list-marker-serv-2.ntl-svg") !important;
  left: -36px !important;
  top: 2px !important;
}
.ntl-keys-list__container {
  padding: 40px 24px;
  border-radius: 40px;
  border: 2px solid #222222;
}
.ntl-keys-list__description .ntl-title {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .ntl-keys-list__description .ntl-title {
    margin-bottom: 8px;
  }
}
.ntl-keys-list__description .ntl-title-icon-text {
  color: #222222;
}
.ntl-keys-list__description .ntl-title-icon .ntl-icon {
  width: 26px;
  height: 26px;
  margin: 0;
  margin-right: 16px;
  display: inline-block;
  margin-bottom: -4px;
}
@media screen and (max-width: 1023px) {
  .ntl-keys-list__description .ntl-title-icon .ntl-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
.ntl-keys-section > *:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .ntl-keys-section > *:not(:last-child) {
    margin-bottom: 32px;
  }
}

.ntl-services-tabs .ntl-tabs-header {
  border-bottom: none;
  margin-bottom: 40px;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .ntl-services-tabs .ntl-tabs-header {
    gap: 8px;
    margin-bottom: 24px;
  }
}
.ntl-services-tabs .ntl-tabs-header .ntl-tabs-header__item:hover .ntl-tabs-header__text, .ntl-services-tabs .ntl-tabs-header .ntl-tabs-header__item.active .ntl-tabs-header__text {
  color: #222222;
  background-color: #d5ff3f;
}
.ntl-services-tabs .ntl-tabs-header .ntl-tabs-header__text {
  color: #222222;
  padding: 8px 16px;
  background-color: transparent;
  border-radius: 40px;
  border: 1px solid #222222;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .ntl-services-tabs .ntl-tabs-header .ntl-tabs-header__text {
    padding: 4px 10px;
  }
}

.ntl-servises-single-image-type-2 {
  overflow: hidden;
  border-radius: 80px;
}
@media screen and (max-width: 1023px) {
  .ntl-servises-single-image-type-2 {
    border-radius: 32px;
  }
}
.ntl-servises-single-image-type-2 img {
  width: 100%;
  display: block;
}

.ntl-services-gallery {
  display: grid;
  grid-gap: 8px 16px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  .ntl-services-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ntl-services-gallery__item {
  overflow: hidden;
  border-radius: 80px;
}
@media screen and (max-width: 1023px) {
  .ntl-services-gallery__item {
    border-radius: 32px;
    grid-column: span 2;
  }
}
.ntl-services-gallery__item img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .ntl-services-gallery__item:nth-child(4n+1), .ntl-services-gallery__item:nth-child(4n+4) {
    grid-column: span 2;
  }
}

.ntl-advantages-description {
  margin-bottom: 40px;
}
.ntl-advantages-description > *:not(:last-child) {
  margin-bottom: 2px;
}
@media screen and (max-width: 1023px) {
  .ntl-advantages-description {
    margin-bottom: 16px;
  }
}
.ntl-advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 -20px;
}
@media screen and (max-width: 1023px) {
  .ntl-advantages-list {
    margin: 0 -8px;
  }
}
.ntl-advantages-col {
  padding: 0 20px;
  max-width: 20%;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .ntl-advantages-col {
    max-width: 25%;
  }
}
@media (max-width: 1200px) {
  .ntl-advantages-col {
    max-width: 33.3%;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-advantages-col {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-advantages-col {
    max-width: 50%;
  }
}
.ntl-advantages-item {
  border-radius: 40px;
  background-color: #222222;
  padding: 42px;
  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;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .ntl-advantages-item {
    padding: 24px;
    border-radius: 24px;
  }
}
.ntl-advantages-item__image {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .ntl-advantages-item__image {
    margin-bottom: 8px;
  }
}
.ntl-advantages-item__image img {
  display: block;
  margin: 0 auto;
}
.ntl-advantages-item__wysiwyg {
  text-align: center;
}

.ntl-news-item {
  margin-bottom: 40px;
  position: relative;
  border-radius: 60px;
  background-color: #222222;
  color: #ffffff;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .ntl-news-item {
    margin-bottom: 16px;
    border-radius: 40px;
  }
}
.ntl-news-item__img {
  overflow: hidden;
  border-radius: 60px;
  margin: -2px -2px 0;
}
@media screen and (max-width: 1023px) {
  .ntl-news-item__img {
    border-radius: 40px;
  }
}
.ntl-news-item__img img {
  width: 100%;
  display: block;
  min-height: 270px;
}
@media screen and (max-width: 767px) {
  .ntl-news-item__img img {
    min-height: 192px;
  }
}
.ntl-news-item__img img:not(.no-img) {
  height: auto;
}
.ntl-news-item__link {
  display: block;
}
.ntl-news-item__info {
  padding: 16px 40px 40px;
}
@media screen and (max-width: 1023px) {
  .ntl-news-item__info {
    padding: 24px 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-news-item__info {
    padding: 16px 16px 16px;
  }
}
.ntl-news-item__info_top {
  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;
}
@media screen and (max-width: 767px) {
  .ntl-news-item__info_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ntl-news-item__info_top .ntl-news-item__title {
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .ntl-news-item__info_top .ntl-news-item__title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ntl-news-item__info_top .ntl-news-item__title {
    margin-bottom: 0 !important;
  }
}
.ntl-news-item__info .ntl-date {
  margin-bottom: 0 !important;
  font-size: 16px;
  color: #d5ff3f;
}
.ntl-news-item__info a {
  color: #ffffff;
}
.ntl-news-item__info a:hover {
  color: #d5ff3f;
}
.ntl-news-item__info > *:not(:last-child) {
  margin-bottom: 20px;
}
.ntl-news-item__title {
  margin-bottom: 0;
  font-size: 18px;
  text-transform: initial;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .ntl-news-item__title {
    font-size: 14px;
  }
}
.ntl-news-item.ntl-catalog-item .ntl-news-item__info {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ntl-news-item.ntl-catalog-item .ntl-news-item__title {
  margin-right: 0;
  text-transform: uppercase;
}
.ntl-news-item.ntl-product-item .ntl-news-item__title {
  font-weight: 700;
}
.ntl-news-item.ntl-product-item .ntl-news-item__info .ntl-info {
  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;
}
.ntl-news-item.ntl-product-item .ntl-news-item__info .ntl-article {
  font-size: 16px;
  color: #d5ff3f;
}
.ntl-news-item.ntl-product-item .ntl-news-item__info .ntl-name {
  padding-right: 15px;
}
.ntl-news-item.ntl-product-item .ntl-news-item__info .ntl-price-block {
  font-size: 24px;
  font-weight: 900;
  text-transform: lowercase;
}
.ntl-news-item.ntl-product-item .ntl-news-item__description {
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-news-item.ntl-product-item .ntl-news-item__description .ntl-wysiwyg {
  display: -webkit-box;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 32px;
  margin-bottom: 6px;
}
.ntl-news-item.ntl-product-item .ntl-news-item__description:not(.open) .ntl-wysiwyg {
  -webkit-line-clamp: 2;
}
.ntl-news-item.ntl-product-item .ntl-news-item__description .ntl-description-open {
  border: none;
  background: none;
  color: #0C0C0C;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 0;
  padding-right: 24px;
}
.ntl-news-item.ntl-product-item .ntl-news-item__description .ntl-description-open:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #0C0C0C;
  border-bottom: 2px solid #0C0C0C;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 3px;
  top: calc(50% - 5px);
}
.ntl-news-item.ntl-product-item .ntl-news-item__description .ntl-description-open.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: calc(50% - 2px);
}
.ntl-news-aside .ntl-title {
  text-transform: initial;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .ntl-news-aside .ntl-title {
    margin-bottom: 16px;
  }
}
.ntl-news-aside .ntl-news-item__info {
  padding: 16px 32px 32px;
}
@media screen and (max-width: 1023px) {
  .ntl-news-aside .ntl-news-item__info {
    padding: 8px 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-news-aside .ntl-news-item__info {
    padding: 8px 16px 16px;
  }
}
.ntl-news-aside .ntl-news-item__img img {
  min-height: 256px;
}
@media screen and (max-width: 767px) {
  .ntl-news-aside .ntl-news-item__img img {
    min-height: 192px;
  }
}
.ntl-news-description {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .ntl-news-description {
    margin-bottom: 16px;
  }
}
.ntl-news-description img {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(5, 64, 242, 0.1);
          box-shadow: 2px 2px 4px 0 rgba(5, 64, 242, 0.1);
}
@media screen and (min-width: 1024px) {
  .ntl-news-section-detail__row.row {
    margin: 0 -40px;
  }
  .ntl-news-section-detail__row.row > .col {
    padding: 0 40px;
  }
}
.ntl-news-section-detail .ntl-description > *:not(:last-child) {
  margin-bottom: 20px;
}
.ntl-news-section-detail .ntl-description .ntl-title {
  margin-bottom: 24px;
}
.ntl-news-section-detail .ntl-description img {
  display: block;
  border-radius: 80px;
}
@media screen and (max-width: 1023px) {
  .ntl-news-section-detail .ntl-description {
    margin-bottom: 24px;
  }
  .ntl-news-section-detail .ntl-description .ntl-title {
    margin-bottom: 16px;
  }
  .ntl-news-section-detail .ntl-description img {
    border-radius: 40px;
  }
}
.ntl-news-detail__info ul {
  list-style-type: none;
  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 -10px;
}
.ntl-news-detail__info ul li {
  padding: 0 10px;
  margin-bottom: 0;
}

.ntl-product-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 579px) {
  .ntl-product-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ntl-product-block__image {
  max-width: 200px;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 579px) {
  .ntl-product-block__image {
    max-width: 100%;
    margin-right: 0;
  }
}
.ntl-product-info__list {
  margin-left: 0;
}
.ntl-product-info__list li {
  text-align: left;
  padding-left: 0 !important;
}
.ntl-product-info__list li:before {
  display: none;
}

.ntl-sale-section {
  background-color: #6B6B6B;
  position: relative;
  padding: 15% 0;
}
.ntl-sale-section:before, .ntl-sale-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
.ntl-sale-section:before {
  background-position: center top;
  background-image: url("https://www.ntl-onistudio.ntl-com.ntl-ua/wp-content/themes/onistudioTemplate/assets/images/sale-top.ntl-png");
  top: 0;
}
.ntl-sale-section:after {
  background-position: center bottom;
  background-image: url("https://www.ntl-onistudio.ntl-com.ntl-ua/wp-content/themes/onistudioTemplate/assets/images/sale-bottom.ntl-png");
  bottom: 0;
}
.ntl-sale-item {
  min-height: 446px;
  z-index: 2;
  margin-bottom: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
}
.ntl-sale-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  -webkit-box-shadow: 6px 0 6px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 6px 0 6px rgba(0, 0, 0, 0.25) inset;
  background-color: #222222;
  max-width: 75%;
  width: 100%;
}
.ntl-sale-item__info {
  height: 100%;
  max-width: 75%;
  padding: 17px;
  padding-right: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 579px) {
  .ntl-sale-item__info {
    max-width: 100%;
  }
}
.ntl-sale-item .ntl-wysiwyg h1, .ntl-sale-item .ntl-wysiwyg h2 {
  font-weight: 700;
}
.ntl-sale-item .ntl-wysiwyg h1, .ntl-sale-item .ntl-wysiwyg h2, .ntl-sale-item .ntl-wysiwyg h3, .ntl-sale-item .ntl-wysiwyg h4, .ntl-sale-item .ntl-wysiwyg h5, .ntl-sale-item .ntl-wysiwyg h6 {
  text-transform: inherit;
}
.ntl-sale-item .ntl-wysiwyg > * {
  margin-bottom: 16px;
}
.ntl-sale-list .ntl-sale-col:nth-child(even) .ntl-sale-item:before {
  background-color: #d5ff3f;
}
.ntl-sale-list .ntl-sale-col:nth-child(odd) .ntl-sale-item__info {
  color: #ffffff;
}

.ntl-price-list {
  counter-reset: my-awesome-counter;
}
.ntl-price-col {
  margin-bottom: 10px;
}
.ntl-price-item {
  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;
  min-height: 100px;
  height: 100%;
  padding: 10px 10px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(5, 64, 242, 0.1);
          box-shadow: 2px 2px 4px 0 rgba(5, 64, 242, 0.1);
  background-color: #ffffff;
  border-radius: 6px;
}
@media screen and (max-width: 1023px) {
  .ntl-price-item {
    padding: 10px 20px;
    min-height: 48px;
  }
}
.ntl-price-item .ntl-title {
  margin-right: 15px;
  text-transform: initial;
  margin-bottom: 0;
  counter-increment: my-awesome-counter;
  color: #6B6B6B;
}
.ntl-price-item .ntl-title:before {
  content: counter(my-awesome-counter, decimal-leading-zero);
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: auto;
}
@media screen and (max-width: 1023px) {
  .ntl-price-item .ntl-title:before {
    margin-right: 6px;
  }
}
@media screen and (max-width: 579px) {
  .ntl-price-item .ntl-title {
    word-break: break-word;
    max-width: 50%;
  }
}
.ntl-price-item .ntl-price-block {
  margin-left: 16px;
  text-align: right;
}
@media screen and (max-width: 579px) {
  .ntl-price-item .ntl-price-block {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    width: 100%;
  }
}

.ntl-price {
  text-transform: initial;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 700;
  color: #d5ff3f;
}

.ntl-advice-list {
  margin: 0 -10px;
}
.ntl-advice-col {
  padding: 0 10px;
}
.ntl-advice-item {
  height: 100%;
  padding: 30px 12px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(5, 64, 242, 0.1);
          box-shadow: 2px 2px 4px 0 rgba(5, 64, 242, 0.1);
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 20px;
}
.ntl-advice-item .ntl-title {
  margin-bottom: 8px;
}
.ntl-advice-item .ntl-price {
  margin-bottom: 14px;
  display: block;
}
.ntl-advice-item .ntl-price-block {
  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-top: 14px;
}

.ntl-contact-section {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .ntl-contact-section {
    min-height: 600px;
  }
}
@media screen and (min-width: 768px) {
  .ntl-contact-section.ntl-section-fon {
    background-position: left center;
  }
}
@media screen and (max-width: 767px) {
  .ntl-contact-section.ntl-section-fon {
    padding-top: 400px;
    background-position: center top;
  }
}
.ntl-contact-form {
  padding: 32px;
  background-color: #4E4E4E;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(5, 64, 242, 0.1);
          box-shadow: 2px 2px 4px 0 rgba(5, 64, 242, 0.1);
  margin: auto;
}
.ntl-contact-form .row {
  margin: 0 -4px;
}
.ntl-contact-form .col {
  padding: 0 4px;
}
.ntl-contact-form .ntl-btn {
  display: block;
  margin: 0 auto;
}
.ntl-contact-form__success {
  display: none;
  text-align: center;
  color: #d5ff3f;
}
.ntl-contact-form.active .ntl-contact-form__form {
  display: none;
}
.ntl-contact-form.active .ntl-contact-form__success {
  display: block;
}
.ntl-contact-form-container {
  max-width: 850px;
  margin: 0 auto;
}
.ntl-contact-list:not(:last-child) {
  margin-bottom: 20px;
}
.ntl-contact-list ul {
  list-style-type: none;
  margin: 0;
}
.ntl-contact-list ul li {
  padding-left: 30px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .ntl-contact-list ul li {
    font-size: 14px;
  }
}
.ntl-contact-list ul li:last-child {
  margin-bottom: 0;
}
.ntl-contact-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.ntl-contact-list ul li.ntl-icon-item {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ntl-contact-list ul li.ntl-icon-item:before {
  content: "";
  min-width: 18px;
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ntl-contact-list ul li.ntl-icon-item:before {
    margin-right: 10px;
    min-width: 14px;
    width: 14px;
    height: 14px;
  }
}
.ntl-contact-list.ntl-phone .ntl-icon-item:before {
  background-image: url("../images/icon/phone.ntl-png");
}
.ntl-contact-list.ntl-email li a {
  word-break: break-all;
}
.ntl-contact-list.ntl-email .ntl-icon-item:before {
  background-image: url("../images/icon/email.ntl-png");
}
.ntl-contact-list.ntl-addres .ntl-icon-item:before {
  background-image: url("../images/icon/location.ntl-png");
}
.ntl-contact-list.ntl-work .ntl-icon-item:before {
  background-image: url("../images/icon/time.ntl-png");
}
.ntl-contact-list__item {
  padding: 40px 24px;
  border-radius: 40px;
  background-color: #222222;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .ntl-contact-list__item {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.ntl-contact-list__item_title {
  text-align: center;
  margin-bottom: 16px;
}
.ntl-contact-list__item_title:after {
  content: url("../images/icon/arrow-contact.ntl-svg");
  display: inline-block;
  margin-top: 8px;
}
.ntl-contact-list__item_title .ntl-title {
  color: #ffffff;
  margin-bottom: 0;
}
.ntl-contact-list__item_list ul {
  list-style-type: none;
  margin: 0;
}
.ntl-contact-list__item_list ul li:not(:last-child) {
  margin-bottom: 8px;
}
.ntl-contact-list__item .ntl-soc-list ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ntl-contact-form-block-form, .ntl-contact-success {
  border-radius: 80px;
  background-color: #222222;
  position: relative;
  padding: 60px;
  margin: 24px;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .ntl-contact-form-block-form, .ntl-contact-success {
    padding: 32px 24px;
    border-radius: 40px;
    margin: 8px;
  }
}
.ntl-contact-form-block-form .row, .ntl-contact-success .row {
  margin: 0 -4px;
}
.ntl-contact-form-block-form .col, .ntl-contact-success .col {
  padding: 0 4px;
}
.ntl-contact-form-block-form h2, .ntl-contact-success h2 {
  color: #ffffff;
  text-align: center;
}
.ntl-contact-form-block-form .ntl-form-description-one, .ntl-contact-success .ntl-form-description-one {
  color: #d5ff3f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ntl-contact-form-block-form .ntl-form-description-one, .ntl-contact-success .ntl-form-description-one {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ntl-contact-form-block-form .ntl-form-description-two, .ntl-contact-success .ntl-form-description-two {
  margin-top: 16px;
  margin-bottom: 0;
  color: #4E4E4E;
}
@media screen and (max-width: 767px) {
  .ntl-contact-form-block-form .ntl-form-description-two, .ntl-contact-success .ntl-form-description-two {
    text-align: center;
  }
}
.ntl-contact-form-block-form .ntl-btn, .ntl-contact-success .ntl-btn {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .ntl-contact-form-block-form .ntl-btn, .ntl-contact-success .ntl-btn {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
.ntl-contact-form-block-form:before, .ntl-contact-success:before {
  content: "";
  position: absolute;
  border: 3px solid #d5ff3f;
  top: -24px;
  right: -24px;
  bottom: -24px;
  left: -24px;
  border-radius: 104px;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .ntl-contact-form-block-form:before, .ntl-contact-success:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    border-width: 2px;
    border-radius: 48px;
  }
}
.ntl-contact-soc {
  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;
}
.ntl-contact-soc ul li:before {
  display: none;
}
@media screen and (max-width: 1023px) {
  .ntl-contact-soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ntl-contact-success .ntl-btn {
  margin: auto;
}
.ntl-contact-maps-section {
  padding: 0;
}
.ntl-contact-maps-section .ntl-maps iframe {
  width: 100%;
  height: 575px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .ntl-contact-maps-section .ntl-maps iframe {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-contact-maps-section .ntl-maps iframe {
    height: 230px;
  }
}
.ntl-contact-info-list .ntl-contact-list:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ntl-contact-info-list .ntl-contact-list:not(:last-child) {
    margin-bottom: 24px;
  }
}
.ntl-contact-info-list .ntl-contact-list ul li {
  padding-left: 26px;
  font-size: 18px;
  font-weight: 700;
  color: #6B6B6B;
}
@media screen and (max-width: 767px) {
  .ntl-contact-info-list .ntl-contact-list ul li {
    font-size: 16px;
  }
}
.ntl-contact-info-list .ntl-contact-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.ntl-contact-info-list .ntl-contact-list ul li.ntl-icon-item {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ntl-contact-info-list .ntl-contact-list ul li.ntl-icon-item:before {
  content: "";
  width: 20px;
  height: 20px;
}
.ntl-contact-info-list .ntl-contact-list ul li a {
  color: #6B6B6B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-contact-info-list .ntl-contact-list ul li a:hover {
  color: #d5ff3f;
}
.ntl-contact-info-list .ntl-contact-list.ntl-phone .ntl-icon-item:before {
  background-image: url("../images/icon/phone-contact.ntl-png");
}
.ntl-contact-info-list .ntl-contact-list.ntl-email .ntl-icon-item:before {
  background-image: url("../images/icon/email-contact.ntl-png");
}
.ntl-contact-info-list .ntl-contact-list.ntl-addres .ntl-icon-item:before {
  background-image: url("../images/icon/location-contact.ntl-png");
}

.ntl-intl-tel-input.ntl-allow-dropdown .ntl-flag-container, .ntl-intl-tel-input.ntl-separate-dial-code .ntl-flag-container {
  right: 0;
}

.ntl-intl-tel-input ul.ntl-country-list {
  left: 0;
  right: 0;
  background-color: #2F2F2F;
  border: 1px solid #2F2F2F;
  -webkit-box-shadow: 2px 2px 4px rgba(5, 64, 242, 0.1);
          box-shadow: 2px 2px 4px rgba(5, 64, 242, 0.1);
  border-radius: 16px;
}
.ntl-intl-tel-input.ntl-focus .ntl-selected-flag {
  color: #6B6B6B;
}
.ntl-intl-tel-input .ntl-selected-flag {
  width: 100px !important;
}
.ntl-intl-tel-input.ntl-separate-dial-code.ntl-allow-dropdown input,
.ntl-intl-tel-input.ntl-separate-dial-code.ntl-allow-dropdown input[type=tel],
.ntl-intl-tel-input.ntl-separate-dial-code.ntl-allow-dropdown input[type=text] {
  padding-left: 106px !important;
}

.iti__dropdown-content {
  background-color: #2F2F2F;
}

.ntl-form-field .ntl-label-wrap > .wpcf7-form-control-wrap > .iti--allow-dropdown > .iti--allow-dropdown:nth-child(2) > .iti__country-container,
.ntl-form-field .ntl-label-wrap > .wpcf7-form-control-wrap > .iti--allow-dropdown > .iti--allow-dropdown:nth-child(2) > .iti--allow-dropdown > .iti__country-container {
  display: none;
}

.ntl-servises-popup-description {
  color: #ffffff;
}

.ntl-page-description__section {
  background-color: #ffffff;
}
.ntl-page-description__section .ntl-page-description__block.ntl-section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .ntl-page-description__section .ntl-page-description__block.ntl-section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .ntl-team-section .ntl-container {
    max-width: 80%;
  }
}
.ntl-team-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(5, 64, 242, 0.1);
          box-shadow: 2px 2px 4px 0px rgba(5, 64, 242, 0.1);
}
.ntl-team-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #FFF 100%);
  z-index: 1;
}
.ntl-team-item img {
  width: 100%;
  display: block;
}
.ntl-team-item__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 2;
}
.ntl-team-item__info > *:not(:last-child) {
  margin-bottom: 20px;
}
.ntl-team-item__info .ntl-title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ntl-team-item__info .ntl-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-team-item__info {
    padding: 10px 9px;
  }
  .ntl-team-item__info > *:not(:last-child) {
    margin-bottom: 10px;
  }
}

.ntl-gallery-rows .ntl-gallery-item {
  min-height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ntl-gallery-rows .ntl-gallery-item {
    margin-bottom: 10px;
  }
}
.ntl-gallery-rows .ntl-gallery-description {
  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;
  border-left: 2px solid #222222;
  padding: 10px;
  margin: 20px;
  width: 100%;
}
.ntl-gallery-rows .ntl-gallery-description .ntl-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  margin-right: 15px;
  text-transform: initial;
}
.ntl-gallery-rows .ntl-gallery-description .ntl-icon {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}
@media screen and (max-width: 767px) {
  .ntl-gallery-rows .ntl-gallery-description {
    padding: 5px 10px;
    margin: 30px 20px;
  }
  .ntl-gallery-rows .ntl-gallery-description .ntl-icon {
    width: 30px;
    height: 30px;
  }
}
.ntl-gallery-rows .ntl-gallery-link:hover .ntl-icon {
  fill: #222222;
}

.ntl-review-slider .ntl-review-item {
  padding: 40px;
  border-radius: 80px;
  color: #ffffff;
  background-color: #222222;
  height: auto;
  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 (max-width: 1023px) {
  .ntl-review-slider .ntl-review-item {
    border-radius: 40px;
  }
}
.ntl-review-slider .ntl-review-item__auto {
  margin-top: 16px;
}
.ntl-review-slider .ntl-review-item__auto .ntl-auto-desc span {
  display: block;
}
.ntl-review-slider .ntl-review-item__auto .ntl-auto-desc .ntl-name {
  margin-bottom: 8px;
  color: #d5ff3f;
  font-weight: 700;
}
.ntl-review-slider .ntl-review-item__auto .ntl-auto-desc .ntl-job {
  color: #4E4E4E;
}
.ntl-review-slider .ntl-gallery-slider__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  margin-top: 16px;
}
.ntl-review-slider .ntl-gallery-slider__btn .ntl-slider-btn__prev {
  left: 0;
  top: 0;
}
.ntl-review-slider .ntl-gallery-slider__btn .ntl-slider-btn__next {
  right: 0;
  top: 0;
}

/*onistudio*/
.ntl-description-list-type-1 {
  position: relative;
}
.ntl-description-list-type-1:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .ntl-description-list-type-1:not(:last-child) {
    margin-bottom: 16px;
  }
}
.ntl-description-list-type-1 .ntl-description-item__image {
  border-radius: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .ntl-description-list-type-1 .ntl-description-item__image {
    border-radius: 40px;
  }
}
.ntl-description-list-type-1 .ntl-description-item__image .ntl-image-border {
  display: block;
  width: 100%;
}
.ntl-description-list-type-1 .ntl-description-item__wysiwyg {
  padding: 60px;
  border-radius: 80px;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .ntl-description-list-type-1 .ntl-description-item__wysiwyg {
    border-radius: 40px;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-description-list-type-1 .ntl-description-item__wysiwyg {
    padding: 24px 16px;
  }
}
.ntl-description-list-type-1 .ntl-description-fon__laght {
  background-color: #d5ff3f;
  color: #222222;
}
.ntl-description-list-type-1 .ntl-description-fon__laght h1, .ntl-description-list-type-1 .ntl-description-fon__laght h2, .ntl-description-list-type-1 .ntl-description-fon__laght h3, .ntl-description-list-type-1 .ntl-description-fon__laght h4, .ntl-description-list-type-1 .ntl-description-fon__laght h5, .ntl-description-list-type-1 .ntl-description-fon__laght h6 {
  color: #222222;
}
.ntl-description-list-type-1 .ntl-description-fon__dark {
  background-color: #222222;
  color: #ffffff;
}
.ntl-description-list-type-1 .ntl-description-fon__dark h1, .ntl-description-list-type-1 .ntl-description-fon__dark h2, .ntl-description-list-type-1 .ntl-description-fon__dark h3, .ntl-description-list-type-1 .ntl-description-fon__dark h4, .ntl-description-list-type-1 .ntl-description-fon__dark h5, .ntl-description-list-type-1 .ntl-description-fon__dark h6 {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .ntl-description-list-type-1 .ntl-description-position__top.ntl-description-col__wysiwyg {
    position: absolute;
    bottom: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .ntl-description-list-type-1 .ntl-description-position__bottom.ntl-description-col__image {
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .ntl-description-list-type-1 .ntl-description-position__bottom.ntl-description-col__wysiwyg {
    margin-top: 10%;
  }
}
.ntl-description-list-type-1.ntl-direction-row .ntl-description-position__top.ntl-description-col__wysiwyg {
  right: 0;
}
.ntl-description-list-type-1.ntl-direction-row .ntl-description-position__bottom.ntl-description-col__wysiwyg {
  margin-left: auto;
}
.ntl-description-list-type-1.ntl-direction-row-reverse .ntl-description-position__top.ntl-description-col__wysiwyg {
  margin-right: auto;
}
.ntl-description-list-type-1.ntl-direction-row-reverse .ntl-description-position__bottom.ntl-description-col__image {
  right: 0;
}
.ntl-description-list-type-1.ntl-direction-row-reverse .ntl-description-position__bottom.ntl-description-col__wysiwyg {
  margin-right: auto;
}
.ntl-description-list-type-2 .ntl-description-item__wysiwyg h1, .ntl-description-list-type-2 .ntl-description-item__wysiwyg h2, .ntl-description-list-type-2 .ntl-description-item__wysiwyg h3, .ntl-description-list-type-2 .ntl-description-item__wysiwyg h4, .ntl-description-list-type-2 .ntl-description-item__wysiwyg h5, .ntl-description-list-type-2 .ntl-description-item__wysiwyg h6 {
  margin-bottom: 16px;
}
.ntl-description-list-type-2 .ntl-description-item__image img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .ntl-description-list-type-2.row {
    margin: 0 -40px;
  }
  .ntl-description-list-type-2.row > .col {
    padding: 0 40px;
  }
  .ntl-description-list-type-2 .ntl-description-item .ntl-direction-column .ntl-description-item__wysiwyg {
    margin-bottom: 24px;
  }
  .ntl-description-list-type-2 .ntl-description-item .ntl-direction-column-reverse .ntl-description-item__image {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-description-list-type-2 .ntl-description-col {
    margin-bottom: 16px;
  }
  .ntl-description-list-type-2 .ntl-description-item__wysiwyg {
    margin-bottom: 16px;
  }
  .ntl-description-list-type-2 .ntl-description-item__wysiwyg h1, .ntl-description-list-type-2 .ntl-description-item__wysiwyg h2, .ntl-description-list-type-2 .ntl-description-item__wysiwyg h3, .ntl-description-list-type-2 .ntl-description-item__wysiwyg h4, .ntl-description-list-type-2 .ntl-description-item__wysiwyg h5, .ntl-description-list-type-2 .ntl-description-item__wysiwyg h6 {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .ntl-description-list-type-3.row {
    margin: 0 -60px;
  }
  .ntl-description-list-type-3.row > .col {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-description-list-type-3 .ntl-description-col__image .row {
    margin: 0 -4px;
  }
  .ntl-description-list-type-3 .ntl-description-col__image .col {
    padding: 0 4px;
  }
}
.ntl-description-list-type-3 .ntl-description-item__image {
  overflow: hidden;
  height: 100%;
  text-align: center;
}
.ntl-description-list-type-3 .ntl-description-item__image img {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .ntl-description-list-type-3 .ntl-description-item__image {
    margin-top: 24px;
  }
}
.ntl-description-list-type-3 .ntl-description-item__image .ntl-image-border {
  display: block;
  width: 100%;
}
.ntl-description-list-type-3 .ntl-description-item__wysiwyg ul {
  margin-left: 40px;
}
@media screen and (max-width: 1023px) {
  .ntl-description-list-type-3 .ntl-description-item__wysiwyg ul {
    margin-left: 24px;
  }
}
.ntl-description-list-type-3 .ntl-description-item__wysiwyg ul li:before {
  content: "";
  left: -40px;
  top: 2px;
  background-image: url("../images/icon/list-marker-serv.ntl-svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 23px;
}
@media screen and (max-width: 1023px) {
  .ntl-description-list-type-3 .ntl-description-item__wysiwyg ul li:before {
    width: 14px;
    height: 11px;
    left: -24px;
    top: 5px;
  }
}
.ntl-description-list-type-4 {
  position: relative;
}
.ntl-description-list-type-4 .ntl-description-item__image {
  border-radius: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .ntl-description-list-type-4 .ntl-description-item__image {
    border-radius: 40px;
  }
}
.ntl-description-list-type-4 .ntl-description-item__image .ntl-image-border {
  display: block;
  width: 100%;
}
.ntl-description-list-type-4 .ntl-description-item__wysiwyg {
  padding: 60px;
  border-radius: 80px;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .ntl-description-list-type-4 .ntl-description-item__wysiwyg {
    border-radius: 40px;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-description-list-type-4 .ntl-description-item__wysiwyg {
    padding: 24px 16px;
  }
}
.ntl-description-list-type-4 .ntl-description-fon__laght {
  background-color: #d5ff3f;
  color: #222222;
}
.ntl-description-list-type-4 .ntl-description-fon__laght h1, .ntl-description-list-type-4 .ntl-description-fon__laght h2, .ntl-description-list-type-4 .ntl-description-fon__laght h3, .ntl-description-list-type-4 .ntl-description-fon__laght h4, .ntl-description-list-type-4 .ntl-description-fon__laght h5, .ntl-description-list-type-4 .ntl-description-fon__laght h6 {
  color: #222222;
}
.ntl-description-list-type-4 .ntl-description-fon__dark {
  background-color: #222222;
  color: #ffffff;
}
.ntl-description-list-type-4 .ntl-description-fon__dark h1, .ntl-description-list-type-4 .ntl-description-fon__dark h2, .ntl-description-list-type-4 .ntl-description-fon__dark h3, .ntl-description-list-type-4 .ntl-description-fon__dark h4, .ntl-description-list-type-4 .ntl-description-fon__dark h5, .ntl-description-list-type-4 .ntl-description-fon__dark h6 {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .ntl-description-list-type-4 .ntl-description-position__top.ntl-description-col__image {
    position: relative;
    margin-top: 5%;
  }
}
@media screen and (min-width: 1024px) {
  .ntl-description-list-type-4 .ntl-description-position__top.ntl-description-col__wysiwyg {
    margin-left: -16.666%;
  }
}
@media screen and (min-width: 1024px) {
  .ntl-description-list-type-4 .ntl-description-position__bottom.ntl-description-col__image {
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .ntl-description-list-type-4 .ntl-description-position__bottom.ntl-description-col__wysiwyg {
    margin-top: 10%;
  }
}
.ntl-description-list-type-4.ntl-direction-row-reverse .ntl-description-position__top.ntl-description-col__wysiwyg {
  margin-right: auto;
}
.ntl-description-list-type-4.ntl-direction-row-reverse .ntl-description-position__bottom.ntl-description-col__image {
  right: 0;
}
.ntl-description-list-type-4.ntl-direction-row-reverse .ntl-description-position__bottom.ntl-description-col__wysiwyg {
  margin-right: auto;
}

.ntl-about-row {
  margin: 0 -40px;
}
.ntl-about-row > .col {
  padding: 0 40px;
}

.ntl-image-border {
  border-radius: 80px;
}
@media screen and (max-width: 1023px) {
  .ntl-image-border {
    border-radius: 40px;
  }
}

.ntl-steps-list {
  counter-reset: my-awesome-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 9px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ntl-steps-list {
    padding: 9px 11px;
  }
}
.ntl-steps-list:before {
  content: "";
  border: 3px solid #222222;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: calc(50% - 2px);
  border-radius: 4px;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .ntl-steps-list:before {
    left: 9px;
  }
}
.ntl-steps-item {
  width: 50%;
  position: relative;
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  .ntl-steps-item {
    width: 100%;
    min-height: auto;
  }
}
.ntl-steps-item:before {
  content: "";
  position: absolute;
  background-color: #222222;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  top: -9px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-steps-item:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 255, 63, 0)), color-stop(50%, rgb(213, 255, 63)), to(rgba(213, 255, 63, 0)));
  background-image: linear-gradient(to bottom, rgba(213, 255, 63, 0) 0%, rgb(213, 255, 63) 50%, rgba(213, 255, 63, 0) 100%);
  position: absolute;
  top: -25%;
  height: 50%;
  width: 6px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-steps-item.active:before {
  background-color: #d5ff3f;
}
.ntl-steps-item.active:after {
  opacity: 1;
}
.ntl-steps-item.active .ntl-steps-item__block:before {
  border-color: #d5ff3f;
}
.ntl-steps-item.active .ntl-steps-item__block:after {
  background-color: #d5ff3f;
}
.ntl-steps-item:nth-child(odd):before {
  right: -12px;
}
@media screen and (max-width: 767px) {
  .ntl-steps-item:nth-child(odd):before {
    right: auto;
    left: -10px;
  }
}
.ntl-steps-item:nth-child(odd):after {
  right: -4px;
}
@media screen and (max-width: 767px) {
  .ntl-steps-item:nth-child(odd):after {
    right: auto;
    left: -2px;
  }
}
.ntl-steps-item:nth-child(even):before {
  left: -10px;
}
.ntl-steps-item:nth-child(even):after {
  left: -2px;
}
@media screen and (max-width: 767px) {
  .ntl-steps-item:nth-child(even):after {
    left: -2px;
  }
}
.ntl-steps-item:first-child {
  min-height: auto;
}
.ntl-steps-item:first-child:nth-child(odd), .ntl-steps-item:first-child:nth-child(even) {
  margin-top: 0;
}
.ntl-steps-item:last-child {
  min-height: auto;
}
.ntl-steps-item .ntl-steps-item__block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border: 3px solid #222222;
  border-radius: 4px;
  z-index: -10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-steps-item .ntl-steps-item__block:after {
  content: "";
  position: absolute;
  background-color: #222222;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: -9px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .ntl-steps-item .ntl-steps-item__block:before, .ntl-steps-item .ntl-steps-item__block:after {
    display: none;
  }
}
.ntl-steps-item:nth-child(odd) {
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .ntl-steps-item:nth-child(odd) {
    margin-top: 0px;
  }
}
.ntl-steps-item:nth-child(odd) .ntl-steps-item__block {
  padding-right: 10%;
  padding-left: 60px;
}
.ntl-steps-item:nth-child(odd) .ntl-steps-item__block:before {
  left: 50%;
}
@media screen and (max-width: 767px) {
  .ntl-steps-item:nth-child(odd) .ntl-steps-item__block:before {
    left: 0;
    right: 50%;
  }
}
.ntl-steps-item:nth-child(odd) .ntl-steps-item__block:after {
  left: calc(50% - 11px);
}
.ntl-steps-item:nth-child(odd) .ntl-steps-item__block .ntl-number {
  left: 0;
}
@media screen and (max-width: 767px) {
  .ntl-steps-item:nth-child(odd) .ntl-steps-item__block .ntl-number {
    left: 24px;
  }
}
.ntl-steps-item:nth-child(even) {
  margin-top: 250px;
}
@media screen and (max-width: 767px) {
  .ntl-steps-item:nth-child(even) {
    margin-top: 0;
  }
}
.ntl-steps-item:nth-child(even) .ntl-steps-item__block {
  padding-left: 10%;
  padding-right: 60px;
}
.ntl-steps-item:nth-child(even) .ntl-steps-item__block:before {
  right: 50%;
}
.ntl-steps-item:nth-child(even) .ntl-steps-item__block:after {
  right: calc(50% - 11px);
}
.ntl-steps-item:nth-child(even) .ntl-steps-item__block .ntl-number {
  right: 0;
}
@media screen and (max-width: 767px) {
  .ntl-steps-item:nth-child(even) .ntl-steps-item__block {
    padding-left: 60px;
    padding-right: 0;
  }
  .ntl-steps-item:nth-child(even) .ntl-steps-item__block .ntl-number {
    right: auto;
    left: 24px;
  }
}
.ntl-steps-item .ntl-number {
  counter-increment: my-awesome-counter;
  position: absolute;
  top: -50px;
  z-index: -1;
}
.ntl-steps-item .ntl-number:before {
  content: counter(my-awesome-counter);
  text-transform: uppercase;
  font-weight: 400;
  color: #d5ff3f;
  font-family: "Vezla";
  font-size: 400px;
  line-height: 275px;
}
@media (max-width: 1200px) {
  .ntl-steps-item .ntl-number:before {
    font-size: 275px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-steps-item .ntl-number:before {
    font-size: 180px;
    line-height: 180px;
  }
}
.ntl-steps-item .ntl-title {
  margin-bottom: 8px;
}
.ntl-steps-item__block {
  position: relative;
  padding: 46px 0;
}
@media screen and (max-width: 767px) {
  .ntl-steps-item__block {
    padding: 0 0 40px;
  }
}
.ntl-steps-accordion {
  background-color: #222222;
  border-radius: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .ntl-steps-accordion {
    border-radius: 40px;
  }
}
.ntl-steps-accordion-list {
  counter-reset: my-awesome-counter;
  background-color: #0C0C0C;
  padding: 40px;
  border-radius: 80px;
  overflow: hidden;
  max-width: 41.666667%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ntl-steps-accordion-list {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-steps-accordion-list {
    max-width: 100%;
    padding: 8px;
    border-radius: 40px;
  }
}
.ntl-steps-accordion-list .ntl-steps-accordion__item {
  padding: 18px;
  border-radius: 32px;
}
.ntl-steps-accordion-list .ntl-steps-accordion__item.active {
  background-color: #222222;
}
.ntl-steps-accordion-list .ntl-steps-accordion__item .ntl-steps-item__top .ntl-number {
  text-transform: uppercase;
  font-weight: 400;
  color: #d5ff3f;
  font-size: 180px;
  line-height: 45%;
  font-family: "Vezla";
}
.ntl-steps-accordion-list-decktop {
  counter-reset: my-awesome-counter-2;
  max-width: 58.333333%;
  width: 100%;
  padding: 78px 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1400px) {
  .ntl-steps-accordion-list-decktop {
    padding: 58px 68px;
  }
}
@media (max-width: 1200px) {
  .ntl-steps-accordion-list-decktop {
    padding: 48px 36px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-steps-accordion-list-decktop {
    display: none;
  }
}
.ntl-steps-accordion-list-decktop .ntl-steps-accordion-decktop__item {
  -webkit-transition: opacity 0.7s ease-in-out, width 0.7s ease-in-out, height 1s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, width 0.7s ease-in-out, height 1s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out, width 0.7s ease-in-out, height 1s ease-in-out;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out, width 0.7s ease-in-out, height 1s ease-in-out, -webkit-transform 0.7s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(calc(var(--translateX)));
          transform: translateX(calc(var(--translateX)));
  white-space: normal;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ntl-steps-accordion-list-decktop .ntl-steps-accordion-decktop__item.active {
  opacity: 1;
  -webkit-transform: translateX(calc(var(--translateXend))) !important;
          transform: translateX(calc(var(--translateXend))) !important;
  width: 100%;
  -webkit-transition: opacity 0.7s ease-in-out, width 0.7s ease-in-out, height 1s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, width 0.7s ease-in-out, height 1s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out, width 0.7s ease-in-out, height 1s ease-in-out;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out, width 0.7s ease-in-out, height 1s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.ntl-steps-accordion-list-decktop .ntl-steps-accordion-decktop__item .ntl-steps-item__top {
  counter-increment: my-awesome-counter-2;
}
.ntl-steps-accordion-list-decktop .ntl-steps-accordion-decktop__item .ntl-steps-item__top .ntl-number {
  margin-right: 50px;
}
.ntl-steps-accordion-list-decktop .ntl-steps-accordion-decktop__item .ntl-steps-item__top .ntl-number:before {
  content: counter(my-awesome-counter-2);
}
.ntl-steps-accordion .ntl-steps-accordion__item.active .ntl-steps-accordion-item__header .ntl-arrow {
  background-color: #d5ff3f;
}
@media screen and (max-width: 1023px) {
  .ntl-steps-accordion .ntl-steps-accordion__item.active .ntl-steps-accordion-item__header .ntl-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.ntl-steps-accordion .ntl-steps-accordion__item.active .ntl-steps-accordion-item__header .ntl-arrow .ntl-icon {
  fill: #0C0C0C;
}
.ntl-steps-accordion .ntl-steps-accordion__item.active .ntl-steps-accordion-item__body {
  padding-top: 24px;
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.ntl-steps-accordion .ntl-steps-accordion-item__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;
  cursor: pointer;
}
.ntl-steps-accordion .ntl-steps-accordion-item__header .ntl-title-text {
  padding-right: 18px;
  font-weight: 700;
}
.ntl-steps-accordion .ntl-steps-accordion-item__header .ntl-arrow {
  min-width: 44px;
  width: 44px;
  height: 44px;
  border-radius: 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;
  -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-steps-accordion .ntl-steps-accordion-item__header .ntl-arrow .ntl-icon {
  width: 20px;
  height: 16px;
  fill: #d5ff3f;
}
@media screen and (max-width: 1023px) {
  .ntl-steps-accordion .ntl-steps-accordion-item__header .ntl-arrow {
    min-width: 24px;
    width: 24px;
    height: 24px;
  }
  .ntl-steps-accordion .ntl-steps-accordion-item__header .ntl-arrow .ntl-icon {
    width: 12px;
    height: 8px;
  }
}
.ntl-steps-accordion .ntl-steps-accordion-item__body {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .ntl-steps-accordion .ntl-steps-accordion-item__body {
    display: none !important;
  }
}
.ntl-steps-accordion .ntl-steps-item__block {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  height: 100%;
}
.ntl-steps-accordion .ntl-steps-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}
.ntl-steps-accordion .ntl-steps-item__top .ntl-image {
  max-width: 70%;
  width: 100%;
}
.ntl-steps-accordion .ntl-steps-item__top .ntl-image img {
  width: 100%;
}
.ntl-steps-accordion .ntl-steps-item__top .ntl-number:before {
  text-transform: uppercase;
  font-weight: 400;
  color: #d5ff3f;
  font-family: "Vezla";
  font-size: 284px;
  line-height: 45%;
}
@media (max-width: 1200px) {
  .ntl-steps-accordion .ntl-steps-item__top .ntl-number:before {
    font-size: 275px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-steps-accordion .ntl-steps-item__top .ntl-number:before {
    font-size: 180px;
  }
}
.ntl-steps-accordion .ntl-steps-item__info {
  max-width: 75%;
}
@media screen and (max-width: 1023px) {
  .ntl-steps-accordion .ntl-steps-item__info {
    max-width: 100%;
  }
}
.ntl-steps-accordion .ntl-steps-item__info .ntl-title {
  color: #ffffff;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .ntl-steps-accordion .ntl-steps-item__info .ntl-title {
    margin-bottom: 8px;
  }
}
.ntl-steps-list-type-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px -24px;
}
@media screen and (min-width: 1024px) {
  .ntl-steps-list-type-2 {
    margin: 0 -40px -40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  .ntl-steps-list-type-2 {
    margin: 0 -20px -40px;
  }
}
.ntl-steps-list-type-2:before {
  display: none;
}
.ntl-steps-list-type-2 .ntl-steps-item {
  width: 100%;
}
.ntl-steps-list-type-2 .ntl-steps-item:before, .ntl-steps-list-type-2 .ntl-steps-item:after {
  display: none;
}
.ntl-steps-list-type-2 .ntl-steps-item__col {
  margin-bottom: 24px;
  padding: 0 12px;
  max-width: 50%;
}
@media screen and (min-width: 1024px) {
  .ntl-steps-list-type-2 .ntl-steps-item__col {
    max-width: 33.3333333333%;
    margin-bottom: 40px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  .ntl-steps-list-type-2 .ntl-steps-item__col {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-steps-list-type-2 .ntl-steps-item__col {
    max-width: 100%;
  }
}
.ntl-steps-list-type-2 .ntl-steps-item__block {
  padding-top: 36px !important;
  padding-left: 16px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
@media screen and (min-width: 1024px) {
  .ntl-steps-list-type-2 .ntl-steps-item__block {
    padding-top: 60px !important;
    padding-left: 24px !important;
  }
}
.ntl-steps-list-type-2 .ntl-steps-item__block:before, .ntl-steps-list-type-2 .ntl-steps-item__block:after {
  display: none;
}
.ntl-steps-list-type-2 .ntl-steps-item__block .ntl-number {
  top: -60px;
}
@media screen and (max-width: 1023px) {
  .ntl-steps-list-type-2 .ntl-steps-item__block .ntl-number {
    font-size: 120px;
    top: -72px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-steps-list-type-2 .ntl-steps-item__block .ntl-number {
    left: 0 !important;
  }
}
.ntl-steps-list-type-2 .ntl-steps-item__block .ntl-number:before {
  font-size: 200px;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .ntl-steps-list-type-2 .ntl-steps-item__block .ntl-number:before {
    font-size: 120px;
  }
}

.ntl-steps-accordion-type-2 .ntl-steps-accordion-list-decktop .ntl-steps-accordion-decktop__item .ntl-steps-item__top .ntl-number {
  margin-left: auto;
}
.ntl-steps-accordion-type-2 .ntl-steps-accordion-list-decktop .ntl-steps-accordion-decktop__item .ntl-steps-item__top .ntl-image {
  max-width: 270px;
}

.ntl-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .ntl-countdown {
    margin: 0 -8px 24px;
  }
}
@media screen and (max-width: 419px) {
  .ntl-countdown {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ntl-countdown-container {
  max-width: 1200px;
  border: 3px solid #d5ff3f;
  border-radius: 100px;
  margin: 0 auto;
  padding: 80px;
}
@media screen and (max-width: 1023px) {
  .ntl-countdown-container {
    border-width: 2px;
    padding: 24px 16px;
    border-radius: 40px;
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .ntl-countdown-container {
    max-width: 100%;
  }
}
.ntl-countdown-container .ntl-section-title {
  margin-bottom: 32px;
}
.ntl-countdown-container .ntl-section-title .ntl-title {
  line-height: 1.75;
}
.ntl-countdown.ntl-close {
  display: none;
}
.ntl-countdown-message {
  display: none;
  text-align: center;
  font-weight: 700;
  font-size: 80px;
}
@media (max-width: 1700px) {
  .ntl-countdown-message {
    font-size: 52px;
  }
}
@media (max-width: 1400px) {
  .ntl-countdown-message {
    font-size: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-countdown-message {
    font-size: 32px;
  }
}
.ntl-countdown-message.active {
  display: none;
}
.ntl-countdown-number {
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .ntl-countdown-number {
    padding: 0 8px;
  }
}
@media screen and (max-width: 419px) {
  .ntl-countdown-number {
    width: 50%;
  }
  .ntl-countdown-number:not(:last-child), .ntl-countdown-number:not(:nth-last-child(2)) {
    margin-bottom: 16px;
  }
}
.ntl-countdown-number .ntl-countdown-time {
  background-image: linear-gradient(121.55deg, #222222 13.33%, #0B0B0B 86.27%);
  border-radius: 24px;
  font-weight: 700;
  font-size: 80px;
  -webkit-box-shadow: 0 23px 51px rgba(0, 0, 0, 0.26);
          box-shadow: 0 23px 51px rgba(0, 0, 0, 0.26);
  color: #ffffff;
  min-width: 160px;
  display: block;
  padding: 16px;
}
@media (max-width: 1700px) {
  .ntl-countdown-number .ntl-countdown-time {
    font-size: 52px;
    min-width: 106px;
  }
}
@media (max-width: 1400px) {
  .ntl-countdown-number .ntl-countdown-time {
    min-width: 92px;
    font-size: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-countdown-number .ntl-countdown-time {
    min-width: 80px;
    font-size: 32px;
  }
}
@media screen and (max-width: 419px) {
  .ntl-countdown-number .ntl-countdown-time {
    min-width: auto;
    max-width: 80px;
    margin: auto;
  }
}
.ntl-countdown-number .ntl-countdown-text {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .ntl-countdown-number .ntl-countdown-text {
    font-size: 14px;
  }
}

.ntl-work-slider .ntl-slider {
  padding: 0 300px;
}
@media (max-width: 1400px) {
  .ntl-work-slider .ntl-slider {
    padding: 0 150px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-work-slider .ntl-slider {
    padding: 0 60px;
  }
}
.ntl-work-slider-item {
  border-radius: 60px;
  background-color: #222222;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .ntl-work-slider-item {
    border-radius: 40px;
  }
}
.ntl-work-slider-item a {
  display: block;
}
.ntl-work-slider-item a .ntl-image {
  border-radius: 60px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .ntl-work-slider-item a .ntl-image {
    border-radius: 40px;
  }
}
.ntl-work-slider-item a .ntl-image img {
  width: 100%;
  display: block;
}
.ntl-work-slider-item a .ntl-info {
  padding: 24px 40px;
}
@media screen and (max-width: 1023px) {
  .ntl-work-slider-item a .ntl-info {
    padding: 8px 16px;
  }
}
.ntl-work-slider-item a .ntl-info .ntl-title {
  margin-bottom: 0;
  color: #d5ff3f;
}
.ntl-work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (min-width: 1024px) {
  .ntl-work-list {
    margin-top: calc(10% + 40px);
  }
}
@media screen and (max-width: 1023px) {
  .ntl-work-list {
    margin: 0 auto;
    max-width: calc(100% - 40px);
  }
}
.ntl-work-list .ntl-work-col {
  max-width: 33.3%;
  width: 100%;
  padding: 20px 20px;
  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: 1024px) {
  .ntl-work-list .ntl-work-col {
    height: 100%;
  }
  .ntl-work-list .ntl-work-col:nth-child(3n+2) {
    margin-top: -10%;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-work-list .ntl-work-col {
    padding: 8px 8px;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .ntl-work-list .ntl-work-col {
    padding: 4px 4px;
  }
}
.ntl-work-list .ntl-work-item {
  background-color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  color: #ffffff;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .ntl-work-list .ntl-work-item {
    border-radius: 40px;
    padding: 4px 24px;
    min-height: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-work-list .ntl-work-item {
    padding: 16px;
    border-radius: 16px;
    min-height: 60px;
  }
}
.ntl-work-list .ntl-work-item__title {
  width: 100%;
}
.ntl-work-list .ntl-work-item__title .ntl-title {
  color: #ffffff;
  margin-bottom: 0;
}
.ntl-work-section {
  padding: 110px 0;
}
@media screen and (max-width: 1023px) {
  .ntl-work-section {
    padding: 46px 0;
  }
}
.ntl-work-section-fon {
  position: relative;
}
.ntl-work-section-fon:before {
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  left: 88px;
  right: 88px;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .ntl-work-section-fon:before {
    min-height: 400px;
    border-radius: 80px;
    background-image: var(--bg-image-desc);
  }
}
@media (max-width: 1200px) {
  .ntl-work-section-fon:before {
    left: 68px;
    right: 68px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-work-section-fon:before {
    left: 16px;
    right: 16px;
    border-radius: 40px;
    bottom: 0;
  }
}
.ntl-work-section-fon__mob {
  position: relative;
}
.ntl-work-section-fon__mob:before {
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 100%;
  max-width: calc(100% - 176px - 40px);
}
@media (max-width: 1200px) {
  .ntl-work-section-fon__mob:before {
    max-width: calc(100% - 136px - 40px);
  }
}
@media screen and (max-width: 1023px) {
  .ntl-work-section-fon__mob:before {
    max-width: calc(100% - 76px - 40px);
  }
}
@media screen and (max-width: 767px) {
  .ntl-work-section-fon__mob:before {
    max-width: calc(100% - 76px - 32px);
  }
}
@media screen and (max-width: 579px) {
  .ntl-work-section-fon__mob:before {
    max-width: calc(100% - 32px);
  }
}
@media screen and (min-width: 1024px) {
  .ntl-work-section-fon__mob:before {
    min-height: 400px;
    border-radius: 80px;
    background-image: var(--bg-image-desc);
  }
}
@media screen and (max-width: 1023px) {
  .ntl-work-section-fon__mob:before {
    background-image: var(--bg-image-mob);
    border-radius: 40px;
    bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-work-section-fon__mob .ntl-work-list {
    max-width: calc(100% - 120px);
  }
}

.ntl-advertising-list {
  margin-top: 40px;
}
.ntl-advertising-list .ntl-advertising-col {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-list .ntl-advertising-col {
    margin-bottom: 24px;
  }
}
.ntl-advertising-item {
  background-color: #222222;
  color: #ffffff;
  padding: 60px 50px;
  border-radius: 80px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 100%;
  min-height: 350px;
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-item {
    padding: 32px 24px;
    border-radius: 40px;
  }
}
.ntl-advertising-item__popular {
  position: relative;
  -webkit-animation: puls 1.5s ease-out infinite normal;
          animation: puls 1.5s ease-out infinite normal;
}
.ntl-advertising-item__popular:before {
  content: "";
  background-image: url("../images/icon/advertising-stars.ntl-svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 113px;
  height: 108px;
  position: absolute;
  right: 0;
  top: -46px;
  -webkit-animation: stars 1.5s ease-out infinite normal;
          animation: stars 1.5s ease-out infinite normal;
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-item__popular:before {
    top: -24px;
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-advertising-item__popular:before {
    width: 70px;
    height: 70px;
  }
}
.ntl-advertising-item__price {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-item__price {
    margin-bottom: 8px;
  }
}
.ntl-advertising-item__price .ntl-price {
  font-size: 24px;
  padding: 8px 16px;
  color: #222222;
  border-radius: 12px;
  display: inline-block;
  background: linear-gradient(121.55deg, #E8E8E8 13.33%, #939393 86.27%);
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-item__price .ntl-price {
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-advertising-item__price .ntl-price {
    font-size: 12px;
  }
}
.ntl-advertising-item__info {
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-item__info {
    margin-bottom: 16px;
  }
}
.ntl-advertising-item .ntl-advertising-btn {
  margin-top: auto;
}
.ntl-advertising-item__title .ntl-title {
  color: #ffffff;
}
.ntl-advertising-item__description ul {
  margin-left: 32px;
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-item__description ul {
    margin-left: 26px;
  }
}
.ntl-advertising-item__description ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-item__description ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.ntl-advertising-item__description ul li:before {
  content: url("../images/icon/check-circle.ntl-svg");
  left: -32px;
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-item__description ul li:before {
    left: -26px;
    content: url("../images/icon/check-circle-mob.ntl-svg");
  }
}
.ntl-advertising-advantages-list .ntl-advertising-advantages-col {
  width: 16.667%;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .ntl-advertising-advantages-list .ntl-advertising-advantages-col {
    width: 33.3%;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-advantages-list .ntl-advertising-advantages-col {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-advertising-advantages-list .ntl-advertising-advantages-col {
    width: 50%;
  }
}
.ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-1 .ntl-advertising-advantages-col {
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-1 .ntl-advertising-advantages-col {
    width: 50%;
  }
}
.ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-2 .ntl-advertising-advantages-col {
  width: 16.6666666667%;
}
@media (max-width: 1400px) {
  .ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-2 .ntl-advertising-advantages-col {
    width: 25%;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-2 .ntl-advertising-advantages-col {
    width: 50%;
  }
}
.ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-2 .ntl-advertising-advantages-item__info {
  text-align: left;
}
.ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-2 .ntl-advertising-advantages-item__image {
  margin-bottom: 8px;
  max-width: 40px;
}
.ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-2 .ntl-advertising-advantages-item__title .ntl-title {
  margin-bottom: 8px;
}
.ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-3 .ntl-advertising-advantages-col {
  width: 14.2857142857%;
}
@media (max-width: 1400px) {
  .ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-3 .ntl-advertising-advantages-col {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  .ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-3 .ntl-advertising-advantages-col {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-3 .ntl-advertising-advantages-col {
    width: 50%;
  }
}
.ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-3 .ntl-advertising-advantages-item__image {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-3 .ntl-advertising-advantages-item__image {
    margin-bottom: 8px;
  }
}
.ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-3 .ntl-advertising-advantages-item__image img {
  max-width: 80px;
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-3 .ntl-advertising-advantages-item__image img {
    max-width: 40px;
  }
}
.ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-3 .ntl-advertising-advantages-item__title .ntl-title {
  margin-bottom: 0;
}
.ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-4 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-4 .ntl-advertising-advantages-col {
  width: 16.6666666667%;
}
@media (max-width: 1400px) {
  .ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-4 .ntl-advertising-advantages-col {
    width: 25%;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-4 .ntl-advertising-advantages-col {
    width: 50%;
  }
}
.ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-4 .ntl-advertising-advantages-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-4 .ntl-advertising-advantages-item__image {
  margin-right: 8px;
  min-width: 24px;
}
.ntl-advertising-advantages-list.ntl-advertising-advantages-list-type-4 .ntl-advertising-advantages-item__title {
  text-align: left;
}
.ntl-advertising-advantages-item {
  text-align: center;
}
.ntl-advertising-advantages-item__image {
  margin-bottom: 20px;
}
.ntl-advertising-advantages-item__image img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .ntl-advertising-advantages-item__image img {
    max-width: 40px;
  }
}

@-webkit-keyframes puls {
  0% {
    -webkit-box-shadow: 0 0 24px 10px rgba(213, 255, 63, 0.5);
            box-shadow: 0 0 24px 10px rgba(213, 255, 63, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 24px 15px rgba(213, 255, 63, 0.5);
            box-shadow: 0 0 24px 15px rgba(213, 255, 63, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 24px 10px rgba(213, 255, 63, 0.5);
            box-shadow: 0 0 24px 10px rgba(213, 255, 63, 0.5);
  }
}

@keyframes puls {
  0% {
    -webkit-box-shadow: 0 0 24px 10px rgba(213, 255, 63, 0.5);
            box-shadow: 0 0 24px 10px rgba(213, 255, 63, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 24px 15px rgba(213, 255, 63, 0.5);
            box-shadow: 0 0 24px 15px rgba(213, 255, 63, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 24px 10px rgba(213, 255, 63, 0.5);
            box-shadow: 0 0 24px 10px rgba(213, 255, 63, 0.5);
  }
}
@-webkit-keyframes stars {
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@keyframes stars {
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
.ntl-success-description {
  color: #d5ff3f;
}

.ntl-error-icon {
  max-width: 650px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .ntl-error-icon {
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-error-icon {
    max-width: 250px;
  }
}

.ntl-wiki-post-list-block .ntl-wiki-post-list {
  list-style-type: none;
  margin: 0;
}
.ntl-wiki-post-list-block .ntl-wiki-post-list li {
  margin-bottom: 0;
}
.ntl-wiki-post-list-block .ntl-wiki-post-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 12px;
  border-radius: 40px;
  font-weight: 700;
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-wiki-post-list-block .ntl-wiki-post-list li a:before {
  content: "";
  background-image: url("../images/icon/wiki-marker-arrow.ntl-svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
  min-width: 18px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .ntl-wiki-post-list-block .ntl-wiki-post-list li a:before {
    min-width: 14px;
    height: 14px;
  }
}
.ntl-wiki-post-list-block .ntl-wiki-post-list li a.active, .ntl-wiki-post-list-block .ntl-wiki-post-list li a:hover {
  color: #222222;
  background-color: #d5ff3f;
}
.ntl-wiki-catalog-list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 1023px) {
  .ntl-wiki-catalog-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ntl-wiki-catalog-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.ntl-wiki-catalog-list .ntl-wiki-category {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  border: 1px solid #d5ff3f;
  border-radius: 40px;
  margin-bottom: 16px;
  padding: 24px;
}
@media screen and (max-width: 1023px) {
  .ntl-wiki-catalog-list .ntl-wiki-category {
    border-radius: 24px;
    margin-bottom: 8px;
    padding: 14px;
  }
}
.ntl-wiki-catalog-list .ntl-wiki-category-sub {
  margin-bottom: 18px;
}
.ntl-wiki-catalog-list .ntl-wiki-category-sub a {
  color: #222222;
}
.ntl-wiki-catalog-list .ntl-wiki-category .ntl-wiki-post-list {
  list-style-type: none;
  margin: 0;
}
.ntl-wiki-catalog-list .ntl-wiki-category .ntl-wiki-post-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 12px;
  border-radius: 40px;
  font-weight: 700;
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-wiki-catalog-list .ntl-wiki-category .ntl-wiki-post-list li a:before {
  content: "";
  background-image: url("../images/icon/wiki-marker-arrow.ntl-svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
  min-width: 18px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .ntl-wiki-catalog-list .ntl-wiki-category .ntl-wiki-post-list li a:before {
    min-width: 14px;
    height: 14px;
  }
}
.ntl-wiki-catalog-list .ntl-wiki-category .ntl-wiki-post-list li a.active, .ntl-wiki-catalog-list .ntl-wiki-category .ntl-wiki-post-list li a:hover {
  color: #222222;
  background-color: #d5ff3f;
}
.ntl-wiki-catalog-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (min-width: 1024px) {
  .ntl-wiki-catalog-row {
    max-height: 1200px;
    overflow: auto;
    padding-right: 12px;
  }
  .ntl-wiki-catalog-row::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
  }
  .ntl-wiki-catalog-row::-webkit-scrollbar-track {
    background: #F0F0F0;
    border-radius: 5px;
  }
  .ntl-wiki-catalog-row::-webkit-scrollbar-thumb {
    background-color: #4E4E4E;
    border-radius: 5px;
  }
  .ntl-wiki-catalog-row::-webkit-scrollbar-thumb:hover {
    background-color: #d5ff3f;
  }
}
.ntl-wiki-catalog-row .ntl-wiki-category {
  border: 1px solid #d5ff3f;
  border-radius: 40px;
  margin-bottom: 16px;
  padding: 24px;
}
@media screen and (max-width: 1023px) {
  .ntl-wiki-catalog-row .ntl-wiki-category {
    border-radius: 24px;
    margin-bottom: 8px;
    padding: 14px;
  }
}
.ntl-wiki-catalog-row .ntl-wiki-category-sub {
  margin-bottom: 18px;
}
.ntl-wiki-catalog-row .ntl-wiki-category-sub a {
  color: #222222;
}
.ntl-wiki-catalog-row .ntl-wiki-category .ntl-wiki-post-list {
  list-style-type: none;
  margin: 0;
}
.ntl-wiki-catalog-row .ntl-wiki-category .ntl-wiki-post-list li {
  margin-bottom: 0;
}
.ntl-wiki-catalog-row .ntl-wiki-category .ntl-wiki-post-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 12px;
  border-radius: 40px;
  font-weight: 700;
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-wiki-catalog-row .ntl-wiki-category .ntl-wiki-post-list li a:before {
  content: "";
  background-image: url("../images/icon/wiki-marker-arrow.ntl-svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
  min-width: 18px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .ntl-wiki-catalog-row .ntl-wiki-category .ntl-wiki-post-list li a:before {
    min-width: 14px;
    height: 14px;
  }
}
.ntl-wiki-catalog-row .ntl-wiki-category .ntl-wiki-post-list li a.active, .ntl-wiki-catalog-row .ntl-wiki-category .ntl-wiki-post-list li a:hover {
  color: #222222;
  background-color: #d5ff3f;
}

.ntl-wiki-single-content .ntl-wysiwyg h1, .ntl-wiki-single-content .ntl-wysiwyg h2, .ntl-wiki-single-content .ntl-wysiwyg h3, .ntl-wiki-single-content .ntl-wysiwyg h4, .ntl-wiki-single-content .ntl-wysiwyg h5, .ntl-wiki-single-content .ntl-wysiwyg h6 {
  margin-bottom: 16px;
}
.ntl-wiki-single-content .ntl-wysiwyg ul {
  list-style-type: disc;
}
.ntl-wiki-single-content .ntl-wysiwyg ul li:before {
  display: none;
}
.ntl-wiki-single-content > .ntl-wysiwyg:not(:last-child) {
  margin-bottom: 40px;
}
.ntl-wiki-single-content .ntl-wiki-content-block:not(:last-child) {
  margin-bottom: 40px;
}
.ntl-wiki-gallery-slider .ntl-slider {
  padding-right: 24px;
}
.ntl-wiki-slider-item {
  overflow: hidden;
  border-radius: 16px;
}
.ntl-wiki-slider-item img {
  width: 100%;
  display: block;
}
.ntl-wiki-slider .ntl-slider-pagination {
  margin-top: 16px;
}
.ntl-wiki-slider .ntl-slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #F0F0F0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-wiki-slider .ntl-slider-pagination .swiper-pagination-bullet-active {
  background-color: #d5ff3f;
}
.ntl-wiki-tabs .ntl-tabs-header {
  border-bottom: none;
  margin-bottom: 0;
  gap: 4px;
}
.ntl-wiki-tabs .ntl-tabs-header__item .ntl-tabs-header__text {
  font-weight: 700;
  color: #222222;
  background-color: #F0F0F0;
  padding: 8px;
  border-radius: 8px 8px 0 0;
}
.ntl-wiki-tabs .ntl-tabs-header__item.active .ntl-tabs-header__text {
  background-color: #d5ff3f;
  color: #222222 !important;
}
.ntl-wiki-tabs .ntl-tabs-body__item {
  padding: 24px 16px;
  border: 1px solid #d5ff3f;
  border-radius: 0 24px 24px 24px;
  counter-reset: my-awesome-counter;
}
.ntl-wiki-tabs .ntl-tabs-body__item .ntl-tabs-wiki-gallery-slider .ntl-slider {
  padding-right: 10%;
}
.ntl-wiki-tabs .ntl-tabs-body__item .ntl-wiki-tabs-content-block {
  padding-left: 32px;
  position: relative;
  counter-increment: my-awesome-counter;
}
.ntl-wiki-tabs .ntl-tabs-body__item .ntl-wiki-tabs-content-block > *:not(:last-child) {
  margin-bottom: 16px;
}
.ntl-wiki-tabs .ntl-tabs-body__item .ntl-wiki-tabs-content-block .ntl-wysiwyg > *:not(:last-child) {
  margin-bottom: 16px;
}
.ntl-wiki-tabs .ntl-tabs-body__item .ntl-wiki-tabs-content-block:not(:last-child) {
  margin-bottom: 24px;
}
.ntl-wiki-tabs .ntl-tabs-body__item .ntl-wiki-tabs-content-block:before {
  content: counter(my-awesome-counter);
  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: #d5ff3f;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.ntl-chat-bot__section {
  position: relative;
}
.ntl-chat-bot-block {
  position: fixed;
  right: 12px;
  bottom: 88px;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-chat-bot-block.show {
  bottom: 178px;
}
@media screen and (max-width: 1023px) {
  .ntl-chat-bot-block.show {
    bottom: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .ntl-chat-bot-block {
    bottom: 88px;
  }
}
.ntl-chat-bot-block .ntl-chat-bot-button {
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #d5ff3f;
  border-radius: 22px;
  position: relative;
}
.ntl-chat-bot-block .ntl-chat-bot-button:before {
  content: "";
  border: 1px solid #d5ff3f;
  border-radius: 26px;
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
}
@media screen and (max-width: 1023px) {
  .ntl-chat-bot-block .ntl-chat-bot-button:before {
    border-radius: 16px;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
  }
}
.ntl-chat-bot-block .ntl-chat-bot-button:hover .ntl-icon.open {
  fill: #4E4E4E;
}
.ntl-chat-bot-block .ntl-chat-bot-button:hover .ntl-icon.ntl-close {
  fill: #ffffff;
}
@media screen and (max-width: 1023px) {
  .ntl-chat-bot-block .ntl-chat-bot-button {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }
}
.ntl-chat-bot-block .ntl-chat-bot-button .ntl-icon {
  width: 40px;
  height: 40px;
  display: none;
}
@media screen and (max-width: 1023px) {
  .ntl-chat-bot-block .ntl-chat-bot-button .ntl-icon {
    width: 24px;
    height: 24px;
  }
}
.ntl-chat-bot-block .ntl-chat-bot-button .ntl-icon.ntl-close {
  fill: #4E4E4E;
}
.ntl-chat-bot-block .ntl-chat-bot-button .ntl-icon.open {
  fill: #0C0C0C;
  display: block;
}
.ntl-chat-bot-block .ntl-chat-bot-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  bottom: 0;
  right: 100%;
  padding-right: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.ntl-chat-bot-block .ntl-chat-bot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.ntl-chat-bot-block .ntl-chat-bot-item {
  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;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ntl-chat-bot-block .ntl-chat-bot-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-image: linear-gradient(121.55deg, #222222 13.33%, #0B0B0B 86.27%);
}
@media screen and (max-width: 1023px) {
  .ntl-chat-bot-block .ntl-chat-bot-item a {
    width: 30px;
    height: 30px;
  }
}
.ntl-chat-bot-block .ntl-chat-bot-item .ntl-icon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .ntl-chat-bot-block .ntl-chat-bot-item .ntl-icon {
    width: 14px;
    height: 14px;
  }
}
.ntl-chat-bot-block .ntl-chat-bot-item_btn {
  width: 100%;
}
.ntl-chat-bot-block .ntl-chat-bot-item_btn .ntl-btn-vidget {
  background: linear-gradient(121.55deg, #222222 13.33%, #0B0B0B 86.27%);
  color: #d5ff3f;
  white-space: nowrap;
  border-color: #0C0C0C;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 12px;
}
@media screen and (max-width: 1023px) {
  .ntl-chat-bot-block .ntl-chat-bot-item_btn .ntl-btn-vidget {
    font-size: 12px;
    padding: 5px 9px;
  }
}
.ntl-chat-bot-block.active {
  position: fixed !important;
}
.ntl-chat-bot-block.active .ntl-chat-bot-button {
  background-color: #222222;
}
.ntl-chat-bot-block.active .ntl-chat-bot-button:before {
  border-color: #222222;
}
.ntl-chat-bot-block.active .ntl-chat-bot-button .ntl-icon.open {
  display: none;
}
.ntl-chat-bot-block.active .ntl-chat-bot-button .ntl-icon.ntl-close {
  display: block;
}
.ntl-chat-bot-block.active .ntl-chat-bot-fon, .ntl-chat-bot-block.active .ntl-chat-bot-container, .ntl-chat-bot-block.active .ntl-chat-bot-item {
  opacity: 1;
  visibility: visible;
}
.ntl-chat-bot-block.active .ntl-chat-bot-item, .ntl-chat-bot-block.active .ntl-chat-bot-container {
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ntl-back-to.ntl-top {
  bottom: 88px;
  right: 12px;
  position: fixed;
  display: none;
  z-index: 100;
}
.ntl-back-to__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 68px;
  height: 68px;
  background: linear-gradient(121.55deg, #222222 13.33%, #0B0B0B 86.27%);
  border-color: #0C0C0C;
  border-radius: 22px;
  padding: 0;
  position: relative;
  border: none;
}
@media screen and (max-width: 1023px) {
  .ntl-back-to__btn {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }
}
.ntl-back-to__btn:before {
  content: "";
  border: 1px solid #0C0C0C;
  display: block;
  border-radius: 26px;
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
}
@media screen and (max-width: 1023px) {
  .ntl-back-to__btn:before {
    border-radius: 16px;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
  }
}
.ntl-back-to__btn svg,
.ntl-back-to__btn .ntl-icon {
  width: 40px;
  height: 40px;
  fill: #d5ff3f;
}
@media screen and (max-width: 1023px) {
  .ntl-back-to__btn svg,
.ntl-back-to__btn .ntl-icon {
    width: 24px;
    height: 24px;
  }
}
.ntl-back-to__btn:hover svg,
.ntl-back-to__btn:hover .ntl-icon {
  fill: #ffffff;
}