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, font, 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, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ''; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {
  display: block; }

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

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

footer {
  width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end; }

body {
  min-width: 300px;
  font-size: 16px;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: black;
  background-color: #ffffff; }

.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover; }

* html .page-wrapper {
  height: 100%; }

.center-bl {
  max-width: 1228px;
  margin: 0 auto;
  padding-right: 14px;
  padding-left: 14px;
  position: relative; }

.border-none {
  border: 0 !important; }

.vertical-middle-wrapper {
  width: 100%;
  content: '';
  display: table;
  height: 100%;
  vertical-align: middle; }

.vertical-middle-wrapper > * {
  vertical-align: middle !important;
  height: 100% !important;
  display: table-cell !important; }

img {
  max-width: 100%; }

a, button {
  color: black;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a:hover, button:hover {
    text-decoration: none; }
  a.link-underline, button.link-underline {
    text-decoration: underline;
    color: #000000; }
    a.link-underline:hover, button.link-underline:hover {
      text-decoration: none; }

input:focus, textarea:focus {
  outline: none; }

a:focus, button:focus {
  outline: none !important; }

.uppercase {
  text-transform: uppercase; }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.light-placeholder::-webkit-input-placeholder {
  color: rgba(52, 52, 52, 0.4);
  font-weight: 400; }

.light-placeholder::-moz-placeholder {
  font-weight: 400;
  color: rgba(52, 52, 52, 0.4); }

.light-placeholder:-ms-input-placeholder {
  font-weight: 400;
  color: rgba(52, 52, 52, 0.4); }

.light-placeholder:-moz-placeholder {
  font-weight: 400;
  color: rgba(52, 52, 52, 0.4); }

.dark-placeholder::-webkit-input-placeholder {
  font-weight: 400;
  color: rgba(16, 38, 156, 0.4); }

.dark-placeholder::-moz-placeholder {
  font-weight: 400;
  color: rgba(16, 38, 156, 0.4); }

.dark-placeholder:-ms-input-placeholder {
  font-weight: 400;
  color: rgba(16, 38, 156, 0.4); }

.dark-placeholder:-moz-placeholder {
  font-weight: 400;
  color: rgba(16, 38, 156, 0.4); }

section {
  padding: 48px 0; }

.weight-500 {
  font-weight: 500; }

@media (max-width: 992px) {
  footer {
    padding-bottom: 54px;
    background-color: #1A1A1A; } }

h2 {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 38px;
  line-height: 46px; }
  @media (max-width: 992px) {
    h2 {
      font-size: 30px;
      line-height: 40px; } }
  @media (max-width: 767px) {
    h2 {
      margin-bottom: 15px;
      font-size: 20px;
      line-height: 22px; } }

.brand-link {
  color: #10269C;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .brand-link i {
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    display: inline-block; }
    .brand-link i.icon-Alt-Arrow-Down {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .brand-link:hover {
    color: #142DBB; }

.white-link {
  color: white; }
  .white-link:hover {
    color: #5c70fa; }

.dark-button {
  padding: 10px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  background: #10269C;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em; }
  .dark-button:hover, .dark-button.active, .dark-button.open {
    background: #142DBB; }
  .dark-button.disabled {
    background: #939DD3;
    cursor: default; }
  .dark-button i {
    margin: 0 6px 0 0;
    font-size: 20px; }
  .dark-button.height-44 {
    height: 44px; }
  .dark-button.big {
    padding: 12px 32px;
    font-size: 18px; }
  .dark-button.only-ico {
    height: 44px;
    padding: 10px 20px; }
    .dark-button.only-ico i {
      margin-right: 0 !important; }

.dark-button2 {
  padding: 10px 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  background: #343434;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  color: #FFFFFF;
  letter-spacing: 0.02em; }
  .dark-button2:hover, .dark-button2.active, .dark-button2.open {
    background: #10269C; }

.button-border {
  padding: 10px 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
  color: #FFFFFF;
  letter-spacing: 0.02em; }
  .button-border.size-1 {
    padding: 10px 47px; }
  .button-border:hover, .button-border.active, .button-border.open {
    border: 1px solid #10269C;
    background: #10269C;
    color: white; }
  .button-border.hover-bigger:hover {
    padding: 12px 24px;
    border: 1px solid white;
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: 600; }
  .button-border.dark {
    border: 1px solid #10269C;
    color: #10269C; }
    .button-border.dark:hover, .button-border.dark.active, .button-border.dark.open {
      border: 1px solid #10269C;
      background: #10269C;
      color: white; }
  .button-border.grey {
    border: 1px solid #343434;
    font-size: 18px;
    color: #343434;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .button-border.grey {
        font-size: 16px; } }
    .button-border.grey img {
      width: 24px;
      margin-right: 8px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .button-border.grey:hover, .button-border.grey.active, .button-border.grey.open {
      background: rgba(52, 52, 52, 0.05);
      border: 1px solid #343434;
      color: #343434; }
  .button-border.height-52 {
    height: 52px; }
    @media (max-width: 767px) {
      .button-border.height-52 {
        height: 44px; } }
  .button-border.with-ico i {
    margin-left: 10px;
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.header-top {
  padding: 13px 0;
  background-color: #343434; }
  .header-top .inside-header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header-top .inside-header-top a {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.7); }
      .header-top .inside-header-top a:hover {
        color: white; }
    .header-top .inside-header-top .left-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .header-top .inside-header-top .left-menu {
          display: none; } }
      .header-top .inside-header-top .left-menu li {
        margin-right: 12px; }
        .header-top .inside-header-top .left-menu li:last-child {
          margin-right: 0; }
    .header-top .inside-header-top .right-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .header-top .inside-header-top .right-menu {
          width: 100%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .header-top .inside-header-top .right-menu li {
        margin-right: 25px; }
        .header-top .inside-header-top .right-menu li a {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        .header-top .inside-header-top .right-menu li i {
          margin-right: 8px;
          font-size: 16px; }
        .header-top .inside-header-top .right-menu li:last-child {
          margin-right: 0; }

header {
  -webkit-box-shadow: 1px 0 10px rgba(16, 38, 156, 0.1);
  box-shadow: 1px 0 10px rgba(16, 38, 156, 0.1); }

.inside-header-bottom {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .inside-header-bottom .logo {
    width: 264px;
    margin-right: 35px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 0; }
    .inside-header-bottom .logo .mobile-logo {
      display: none; }
    @media (max-width: 767px) {
      .inside-header-bottom .logo .desktop-logo {
        display: none; }
      .inside-header-bottom .logo .mobile-logo {
        display: block; } }
    @media (max-width: 1228px) {
      .inside-header-bottom .logo {
        width: 180px;
        margin-right: 25px; } }
    @media (max-width: 767px) {
      .inside-header-bottom .logo {
        width: 40px; } }
  .inside-header-bottom .catalog-header {
    margin-right: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1228px) {
      .inside-header-bottom .catalog-header {
        margin-right: 25px; } }
    @media (max-width: 992px) {
      .inside-header-bottom .catalog-header {
        display: none; } }
    .inside-header-bottom .catalog-header i {
      font-size: 20px;
      margin-right: 10px; }
  .inside-header-bottom .header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 20px; }
    @media (max-width: 992px) {
      .inside-header-bottom .header-buttons {
        display: none; } }
    .inside-header-bottom .header-buttons li {
      margin-left: 20px; }
      .inside-header-bottom .header-buttons li a {
        width: 30px;
        height: 30px;
        position: relative;
        color: #343434;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center; }
        .inside-header-bottom .header-buttons li a .number {
          width: 15px;
          height: 15px;
          position: absolute;
          top: -2px;
          right: -2px;
          z-index: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center;
          border-radius: 50%;
          background: #142DBB;
          border: 1.5px solid #FFFFFF;
          font-size: 9px;
          font-weight: 500;
          color: white; }
        .inside-header-bottom .header-buttons li a i {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 28px;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          display: inline-block;
          will-change: transform; }
        .inside-header-bottom .header-buttons li a:hover {
          color: #10269C; }
          .inside-header-bottom .header-buttons li a:hover i {
            font-size: 30px; }
  .inside-header-bottom .search-box-wrapper {
    width: 100%; }

.search-box-wrapper {
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #10269C;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .search-box-wrapper .button-choose-car {
    height: 100%;
    padding: 13px 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    background-color: #343434;
    border-radius: 8px 0 0 8px;
    border: 0; }
    @media (max-width: 992px) {
      .search-box-wrapper .button-choose-car {
        display: none; } }
    .search-box-wrapper .button-choose-car img {
      width: 21px;
      margin-right: 10px; }
    .search-box-wrapper .button-choose-car i.down-ico {
      margin-left: 10px;
      position: relative;
      font-size: 12px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .search-box-wrapper .button-choose-car:hover {
      background-color: #10269C; }
  .search-box-wrapper .search-field {
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    border: 0; }
    @media (max-width: 992px) {
      .search-box-wrapper .search-field {
        border-radius: 8px; } }
  .search-box-wrapper .button-search {
    width: 40px;
    height: 100%;
    background-color: #10269C;
    color: white;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    border-radius: 0 8px 8px 0;
    border: 0; }
    .search-box-wrapper .button-search:hover {
      background-color: #142DBB; }

.category-top-box {
  margin-top: -15px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .category-top-box .right-image-review {
    min-height: 400px;
    position: relative; }
    @media (max-width: 767px) {
      .category-top-box .right-image-review {
        min-height: 200px; } }
    .category-top-box .right-image-review .bg-box {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .category-top-box .right-image-review:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(7, 10, 25, 0.7)));
      background: -webkit-linear-gradient(top, transparent 0%, rgba(7, 10, 25, 0.7) 100%);
      background: -o-linear-gradient(top, transparent 0%, rgba(7, 10, 25, 0.7) 100%);
      background: linear-gradient(180deg, transparent 0%, rgba(7, 10, 25, 0.7) 100%); }
    .category-top-box .right-image-review .description {
      position: absolute;
      padding: 35px 100px;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      text-align: center; }
      @media (max-width: 767px) {
        .category-top-box .right-image-review .description {
          padding: 20px; }
          .category-top-box .right-image-review .description .dark-button2 {
            padding: 8px 16px;
            font-size: 14px; } }
      .category-top-box .right-image-review .description p {
        margin-bottom: 25px;
        font-weight: 700;
        font-size: 32px;
        line-height: 39px;
        text-align: center;
        color: white; }
        @media (max-width: 767px) {
          .category-top-box .right-image-review .description p {
            margin-bottom: 15px;
            font-size: 16px;
            line-height: 22px; } }
  .category-top-box .left-category {
    width: 285px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #343434; }
    @media (max-width: 992px) {
      .category-top-box .left-category {
        display: none; } }
    .category-top-box .left-category .parent-ul > li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .category-top-box .left-category .parent-ul > li:last-child {
        border-bottom: 0; }
      .category-top-box .left-category .parent-ul > li > a {
        padding: 14px 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 500;
        color: white; }
        .category-top-box .left-category .parent-ul > li > a .name {
          width: 100%; }
        .category-top-box .left-category .parent-ul > li > a .img-wr {
          width: 26px;
          height: 26px;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-right: 8px; }
        .category-top-box .left-category .parent-ul > li > a i {
          margin-left: 10px;
          color: white;
          font-size: 18px;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        .category-top-box .left-category .parent-ul > li > a:hover {
          background-color: #10269C; }
          .category-top-box .left-category .parent-ul > li > a:hover i {
            margin-right: -5px; }

.category-bottom-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px; }
  @media (max-width: 767px) {
    .category-bottom-box {
      display: block; } }
  .category-bottom-box .one-category-block {
    height: 228px;
    position: relative; }
    .category-bottom-box .one-category-block img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .category-bottom-box .one-category-block:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%); }
    .category-bottom-box .one-category-block .description {
      position: absolute;
      padding: 16px;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      text-align: center;
      color: white; }
      .category-bottom-box .one-category-block .description .title {
        padding: 10px 0;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px; }
        @media (max-width: 767px) {
          .category-bottom-box .one-category-block .description .title {
            font-size: 16px;
            line-height: 20px; } }

.bottom-footer {
  padding: 18px 0;
  background: #1A1A1A; }
  .bottom-footer .inside {
    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; }
    @media (max-width: 767px) {
      .bottom-footer .inside {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .bottom-footer .inside .logo {
      width: 220px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media (max-width: 767px) {
        .bottom-footer .inside .logo {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin-top: 20px; } }
    .bottom-footer .inside .copyright {
      width: 100%;
      padding-right: 220px;
      text-align: center;
      color: rgba(255, 255, 255, 0.6);
      font-size: 12px;
      line-height: 18px; }
      @media (max-width: 767px) {
        .bottom-footer .inside .copyright {
          padding-right: 0;
          text-align: left; } }

.top-footer {
  padding: 50px 0 40px;
  background: #343434;
  font-size: 14px;
  line-height: 18px;
  color: white; }
  @media (max-width: 767px) {
    .top-footer {
      padding: 30px 0 10px; } }
  .top-footer .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 992px) {
      .top-footer .inside {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .top-footer .inside .column {
          width: 100%;
          padding-right: 0;
          border-bottom: 0.5px solid rgba(255, 255, 255, 0.5); }
          .top-footer .inside .column:nth-child(3) {
            border-bottom: 0; }
          .top-footer .inside .column:nth-child(4) {
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
            padding-bottom: 15px; }
          .top-footer .inside .column.open .body-c {
            display: block; }
          .top-footer .inside .column.open .btn-caption:after {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
        .top-footer .inside .btn-caption {
          margin-bottom: 0 !important;
          padding: 12px 30px 12px 0;
          position: relative; }
          .top-footer .inside .btn-caption:after {
            position: absolute;
            top: 16px;
            right: 10px;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            font-family: 'icomoon' !important;
            speak: never;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e903"; }
        .top-footer .inside .body-c {
          display: none;
          padding-bottom: 15px; } }
  .top-footer .one-i {
    margin-bottom: 12px; }
    .top-footer .one-i:last-child {
      margin-bottom: 0; }
  .top-footer .column {
    width: 25%;
    padding-right: 20px; }
    .top-footer .column .caption {
      margin-bottom: 12px;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px; }
  .top-footer .footer-mail {
    height: 36px;
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    background: #FFFFFF;
    border: 2px solid #10269C;
    border-radius: 10px; }
  .top-footer .social-footer {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .top-footer .social-footer li {
      margin-right: 8px; }
      .top-footer .social-footer li:last-child {
        margin-right: 0; }
      .top-footer .social-footer li a {
        width: 22px;
        height: 22px;
        padding: 4px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        border: 0.5px solid rgba(255, 255, 255, 0.6); }
        .top-footer .social-footer li a:hover {
          background-color: white;
          border: 0.5px solid white;
          color: #10269C; }

.characteristic-two {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  color: #FFFFFF; }
  .characteristic-two .one-item {
    min-height: 222px;
    padding: 52px 56px 20px 56px;
    position: relative;
    background: #C12B28;
    border-radius: 10px; }
    @media (max-width: 992px) {
      .characteristic-two .one-item {
        padding: 52px 56px 20px 30px; } }
    .characteristic-two .one-item.light {
      color: #10269C;
      background: #ECBD21; }
      .characteristic-two .one-item.light img {
        right: 0;
        width: 297px;
        bottom: 0;
        top: initial; }
    .characteristic-two .one-item > * {
      position: relative;
      z-index: 2; }
    .characteristic-two .one-item img {
      width: 387px;
      position: absolute;
      top: -32px;
      right: -32px;
      z-index: 0; }
    .characteristic-two .one-item p {
      margin-bottom: 10px; }
    .characteristic-two .one-item .caption {
      margin-bottom: 6px;
      font-weight: 600;
      font-size: 28px;
      line-height: 34px; }

main section:nth-child(even) {
  background-color: #F5F5F5; }

.list-brand {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 28px 20px; }
  @media (max-width: 1228px) {
    .list-brand {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .list-brand .item {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    color: rgba(52, 52, 52, 0.7);
    border: 1px solid rgba(52, 52, 52, 0.7);
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .list-brand .item:hover {
      border: 1px solid #10269C;
      color: #10269C; }
      .list-brand .item:hover i {
        opacity: 1; }
    .list-brand .item span:nth-child(2) {
      width: 100%;
      -ms-flex-negative: 10;
      flex-shrink: 10; }
    .list-brand .item .box-img {
      width: 46px;
      margin-right: 12px;
      line-height: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .list-brand .item i {
      margin-left: 10px;
      font-size: 16px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0; }

.text-center {
  text-align: center; }

.why-we {
  padding: 50px 50px 10px 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 240px 200px;
  position: relative; }
  @media (max-width: 992px) {
    .why-we {
      padding: 0; } }
  .why-we .center-img {
    width: 340px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 992px) {
      .why-we .center-img {
        width: 250px; } }
  .why-we .one-why {
    max-width: 420px;
    padding-left: 60px;
    position: relative; }
    .why-we .one-why .caption {
      margin-bottom: 12px;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px; }
      @media (max-width: 992px) {
        .why-we .one-why .caption {
          font-size: 18px; } }
    .why-we .one-why p {
      font-size: 16px;
      line-height: 24px; }
      @media (max-width: 992px) {
        .why-we .one-why p {
          font-size: 14px;
          line-height: 21px; } }
    .why-we .one-why .number {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0;
      left: 0;
      background: #343434;
      border-radius: 10px;
      font-weight: 500;
      font-size: 20px;
      color: #FFFFFF; }

.news-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 992px) {
    .news-main {
      display: block; }
      .news-main .big-news {
        margin-bottom: 20px; } }
  .news-main .type {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: block; }
  .news-main .caption {
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF; }
    .news-main .caption:last-child {
      margin-bottom: 0; }
  .news-main .light-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    opacity: 0.6;
    color: rgba(255, 255, 255, 0.8); }
  .news-main img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .news-main .big-news,
  .news-main .small-news .item {
    position: relative;
    display: block;
    border-radius: 10px;
    line-height: 0;
    overflow: hidden; }
    .news-main .big-news:before,
    .news-main .small-news .item:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(7, 10, 25, 0.7)));
      background: -webkit-linear-gradient(top, transparent 0%, rgba(7, 10, 25, 0.7) 100%);
      background: -o-linear-gradient(top, transparent 0%, rgba(7, 10, 25, 0.7) 100%);
      background: linear-gradient(180deg, transparent 0%, rgba(7, 10, 25, 0.7) 100%); }
    .news-main .big-news .wrapper-description,
    .news-main .small-news .item .wrapper-description {
      position: absolute;
      left: 16px;
      right: 16px;
      bottom: 20px;
      z-index: 2;
      color: white;
      line-height: 20px; }
      .news-main .big-news .wrapper-description.sides,
      .news-main .small-news .item .wrapper-description.sides {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .news-main .big-news .wrapper-description.sides .left-part,
        .news-main .small-news .item .wrapper-description.sides .left-part {
          width: 100%; }
        .news-main .big-news .wrapper-description.sides .right-part,
        .news-main .small-news .item .wrapper-description.sides .right-part {
          margin-left: 56px;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
  .news-main .big-news {
    width: 100%; }
    .news-main .big-news .caption {
      font-weight: 500;
      font-size: 20px;
      line-height: 24px; }
    .news-main .big-news .wrapper-description {
      left: 30px;
      right: 20px; }
  .news-main .small-news {
    width: 488px;
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 992px) {
      .news-main .small-news {
        margin-left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .news-main .small-news > * {
          width: calc(50% - 10px);
          margin-bottom: 0 !important; } }
    .news-main .small-news .item {
      margin-bottom: 20px; }
      .news-main .small-news .item:last-child {
        margin-bottom: 0; }

.list-search-category {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr; }
  @media (max-width: 992px) {
    .list-search-category {
      grid-template-columns: 1fr 1fr; } }
  .list-search-category .one-item {
    position: relative;
    padding: 32px 22px 32px 140px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden; }
    .list-search-category .one-item .box-img {
      width: 115px;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      z-index: 0; }
      .list-search-category .one-item .box-img img {
        max-width: initial;
        right: 0;
        left: initial; }
    .list-search-category .one-item img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      z-index: 0; }
    .list-search-category .one-item .caption {
      margin-bottom: 10px;
      font-weight: 600;
      font-size: 20px;
      z-index: 1;
      position: relative;
      line-height: 24px; }
    .list-search-category .one-item ul {
      z-index: 1;
      position: relative; }
      .list-search-category .one-item ul li {
        margin-bottom: 6px; }
        .list-search-category .one-item ul li:last-child {
          margin-bottom: 0; }
        .list-search-category .one-item ul li a {
          color: #000000;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .list-search-category .one-item ul li a:hover {
            color: #10269C; }

.detail {
  color: #10269C !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500; }
  .detail i {
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px; }
  .detail:hover i {
    margin-left: 10px; }

.caption-with-button {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .caption-with-button h2 {
    width: 100%;
    margin-bottom: 0;
    padding-right: 20px; }
  .caption-with-button a {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .caption-with-button .button-border {
    min-width: 184px;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .caption-with-button .button-border i {
      margin-left: 5px;
      font-size: 18px;
      opacity: 0; }
    .caption-with-button .button-border:hover {
      padding-left: 35px; }
      .caption-with-button .button-border:hover i {
        opacity: 1; }

.new-income-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr; }
  .new-income-wrapper .big-income {
    padding: 30px 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    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;
    color: white;
    border: 1px solid rgba(16, 38, 156, 0.2);
    background-color: #10269C;
    border-radius: 10px; }
    .new-income-wrapper .big-income .caption {
      margin-bottom: 8px;
      display: block;
      font-weight: 600;
      font-size: 28px;
      line-height: 34px; }
    .new-income-wrapper .big-income .text {
      margin-bottom: 20px;
      text-align: center; }
    .new-income-wrapper .big-income img {
      max-width: 80%; }
  .new-income-wrapper .small-income {
    padding: 12px;
    color: black;
    border: 1px solid rgba(16, 38, 156, 0.2);
    border-radius: 10px; }
    .new-income-wrapper .small-income .caption {
      margin-bottom: 8px;
      display: block;
      font-weight: 600; }
    .new-income-wrapper .small-income .text {
      overflow: hidden;
      max-height: 45px;
      display: block;
      font-size: 12px;
      line-height: 15px; }
    .new-income-wrapper .small-income .box-img {
      margin-bottom: 10px;
      text-align: center; }
  .new-income-wrapper .wrapper-small-income {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr; }

.scrollButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 12px;
  z-index: 10;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 17px;
  background: #10269C;
  border-radius: 10px; }
  @media (max-width: 992px) {
    .scrollButton {
      bottom: 60px;
      right: 15px; } }

.breadcrumbs {
  padding: 12px 0;
  background: #F5F5F5; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 17px; }
    .breadcrumbs ul li {
      margin-right: 5px;
      color: rgba(52, 52, 52, 0.5);
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .breadcrumbs ul li:before {
        margin-right: 5px;
        display: inline-block;
        content: '/'; }
      .breadcrumbs ul li:nth-child(1):before {
        display: none; }
      .breadcrumbs ul li a {
        position: relative;
        color: rgba(52, 52, 52, 0.5); }
        .breadcrumbs ul li a:hover {
          color: #10269C; }

.list-product-w {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 23px; }
  @media (max-width: 992px) {
    .list-product-w {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 767px) {
    .list-product-w {
      grid-template-columns: 1fr 1fr; } }

.list-wishes-w {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 23px; }
  @media (max-width: 992px) {
    .list-wishes-w {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 767px) {
    .list-wishes-w {
      grid-template-columns: 1fr 1fr; } }

.box-best-product {
  border-top: 1px solid rgba(16, 38, 156, 0.1);
  padding: 32px 0; }

.item-product {
  padding: 12px 14px;
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(16, 38, 156, 0.1);
  border-radius: 10px; }
  .item-product .status-product {
    margin: 0 -5px 15px;
    padding: 0; }
  .item-product .line-star-box {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .item-product .line-star-box .btn-comment {
      color: #10269c;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-size: 20px; }
      .item-product .line-star-box .btn-comment:hover {
        color: #142DBB; }
  .item-product .box-img {
    width: 100%;
    height: 250px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .item-product .name {
    margin-bottom: 16px; }
    .item-product .name a {
      font-weight: 600;
      color: #343434; }
      .item-product .name a:hover {
        color: #10269C; }
  .item-product .type {
    margin-bottom: 16px;
    color: #10269C;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600; }
  .item-product .star-comment {
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .item-product .box-button-absolute {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 2; }
    .item-product .box-button-absolute > *:nth-child(1) {
      margin-bottom: 16px; }

.star-comment {
  height: 21px; }

.rating {
  margin-right: -7px;
  display: inline-block;
  font-size: 0;
  position: relative;
  text-transform: capitalize;
  color: gray; }
  .rating label {
    margin-right: 7px;
    padding: 0;
    display: inline-block;
    float: right;
    font-size: 17px;
    cursor: pointer; }
    .rating label::before {
      content: "\e906";
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      color: #10269C;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .rating label span {
      opacity: 0;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      text-align: center;
      height: 20px;
      font-size: 1rem;
      white-space: nowrap;
      -webkit-transition: 0.15s ease-out;
      -o-transition: 0.15s ease-out;
      transition: 0.15s ease-out;
      pointer-events: none;
      letter-spacing: -2px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .rating label:hover span {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      letter-spacing: 0; }
    .rating label:hover::before {
      content: "\e91c";
      color: #10269C;
      opacity: .6; }
    .rating label:hover ~ *::before {
      content: "\e91c";
      color: #10269C; }
  .rating input:checked ~ label::before {
    content: "\e91c";
    color: #10269C;
    -webkit-transform: rotate(0.2turn);
    -ms-transform: rotate(0.2turn);
    transform: rotate(0.2turn);
    -webkit-transition-delay: calc(0.1 * attr(data-idx integer));
    -o-transition-delay: calc(0.1 * attr(data-idx integer));
    transition-delay: calc(0.1 * attr(data-idx integer)); }

.status-product {
  margin-bottom: 12px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
  color: #343434; }
  .status-product i {
    margin-right: 16px;
    color: #10269C;
    font-size: 32px; }
  .status-product span {
    line-height: 20px; }
  .status-product b {
    color: #10269C;
    font-weight: 500;
    display: block; }

.buy-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .buy-box .left-q {
    width: 100%;
    padding-right: 10px; }
    .buy-box .left-q .old-price {
      margin-bottom: 3px;
      -webkit-text-decoration-line: line-through;
      text-decoration-line: line-through;
      font-size: 12px;
      color: #343434; }
    .buy-box .left-q .price {
      color: #10269C;
      font-size: 20px;
      font-weight: 600; }
  .buy-box .right-q {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .buy-box .right-q a i {
      margin-right: 5px;
      font-size: 23px; }

.like-btn.active i:before {
  content: "\e90f"; }

.compare-btn.active i:before {
  content: "\e919"; }

.like-btn, .compare-btn, .comment-btn {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  color: #10269C;
  border: 1px solid rgba(16, 38, 156, 0.5);
  border-radius: 3px; }
  .like-btn.style2, .compare-btn.style2, .comment-btn.style2 {
    width: initial;
    height: initial;
    line-height: 0;
    border: 0; }

.tabs-description {
  margin-bottom: 32px; }

.tab-component-style .header-tab {
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(16, 38, 156, 0.1); }
  .tab-component-style .header-tab ul {
    width: 100%;
    margin-bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .tab-component-style .header-tab ul {
        overflow: auto;
        margin-bottom: -10px;
        padding-bottom: 10px; } }
    .tab-component-style .header-tab ul li {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .tab-component-style .header-tab ul li a {
        padding: 12px;
        display: block;
        color: #000000;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        border-bottom: 1px solid transparent; }
        .tab-component-style .header-tab ul li a:hover {
          color: #10269C; }
        .tab-component-style .header-tab ul li a.active {
          color: #10269C;
          font-weight: 600;
          border-bottom: 1px solid #10269C; }
  .tab-component-style .header-tab .article-number {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 20px;
    color: #000000; }
    @media (max-width: 992px) {
      .tab-component-style .header-tab .article-number {
        display: none; } }

.tab-component-style .tab-box {
  display: none; }
  .tab-component-style .tab-box.active {
    display: block; }

.tab-component-style2 .tab-box {
  display: none; }
  .tab-component-style2 .tab-box.active {
    display: block; }

.tab-component-style2 .header-tab {
  margin-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .tab-component-style2 .header-tab li {
    margin-right: 20px;
    padding: 8px 16px; }
    @media (max-width: 767px) {
      .tab-component-style2 .header-tab li {
        margin-right: 0;
        padding: 8px;
        font-size: 15px;
        text-align: center; } }
    .tab-component-style2 .header-tab li:last-child {
      margin-right: 0; }
    .tab-component-style2 .header-tab li a {
      color: rgba(52, 52, 52, 0.5); }
      .tab-component-style2 .header-tab li a.active {
        color: #10269C; }

.style-description-1 li {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .style-description-1 li:last-child {
    margin-bottom: 0; }
  .style-description-1 li .left-t {
    width: 200px;
    color: #343434;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .style-description-1 li .left-t {
        width: 160px; } }
  .style-description-1 li .right-t {
    font-weight: 500; }

.style-description-2 {
  margin-bottom: -15px; }
  .style-description-2 li {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #1A1A1A; }
    .style-description-2 li:last-child {
      margin-bottom: 0; }
    .style-description-2 li div {
      width: 50%;
      margin-bottom: 15px;
      padding-right: 20px; }
      @media (max-width: 767px) {
        .style-description-2 li div {
          width: 100%;
          padding-right: 0; } }

h1 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600; }
  @media (max-width: 767px) {
    h1 {
      font-size: 28px; } }

.one-product-big-block {
  padding: 24px 0; }
  .one-product-big-block .box-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 992px) {
      .one-product-big-block .box-product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .one-product-big-block .box-product .left-pr {
      width: 488px;
      margin-right: 20px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media (max-width: 992px) {
        .one-product-big-block .box-product .left-pr {
          width: 100%;
          max-width: 500px;
          margin: 0 auto 20px; } }
    .one-product-big-block .box-product .right-pr {
      width: 100%; }
      .one-product-big-block .box-product .right-pr .buy-box-product {
        width: 100%;
        margin-bottom: 20px;
        padding: 32px 48px;
        background: #F5F5F5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 10px; }
        @media (max-width: 1228px) {
          .one-product-big-block .box-product .right-pr .buy-box-product {
            padding: 30px 30px 20px; } }
        @media (max-width: 767px) {
          .one-product-big-block .box-product .right-pr .buy-box-product {
            padding: 20px 20px 10px; } }
        @media (max-width: 480px) {
          .one-product-big-block .box-product .right-pr .buy-box-product {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        .one-product-big-block .box-product .right-pr .buy-box-product .right-block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          @media (max-width: 1228px) {
            .one-product-big-block .box-product .right-pr .buy-box-product .right-block {
              width: 150px;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -ms-flex-line-pack: start;
              align-content: flex-start;
              -webkit-box-align: start;
              -ms-flex-align: start;
              align-items: flex-start;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; } }
          .one-product-big-block .box-product .right-pr .buy-box-product .right-block > * {
            margin-right: 32px; }
            @media (max-width: 1228px) {
              .one-product-big-block .box-product .right-pr .buy-box-product .right-block > * {
                width: 100%;
                margin-right: 0; } }
            @media (max-width: 767px) {
              .one-product-big-block .box-product .right-pr .buy-box-product .right-block > * {
                margin-right: 15px;
                margin-bottom: 10px; } }
            .one-product-big-block .box-product .right-pr .buy-box-product .right-block > *:last-child {
              margin-right: 0; }
              @media (max-width: 767px) {
                .one-product-big-block .box-product .right-pr .buy-box-product .right-block > *:last-child {
                  margin-bottom: 0; } }
        @media (max-width: 1228px) {
          .one-product-big-block .box-product .right-pr .buy-box-product .prices {
            margin-bottom: 10px; } }
        .one-product-big-block .box-product .right-pr .buy-box-product .prices .old-price {
          margin-bottom: 2px;
          color: #343434;
          opacity: 0.5;
          -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through; }
        .one-product-big-block .box-product .right-pr .buy-box-product .prices .price {
          color: #10269C;
          font-weight: 600;
          font-size: 24px; }
      .one-product-big-block .box-product .right-pr .left-block {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        @media (max-width: 480px) {
          .one-product-big-block .box-product .right-pr .left-block {
            margin-bottom: 20px; } }
        .one-product-big-block .box-product .right-pr .left-block .left-b {
          width: 130px;
          margin-right: 15px;
          padding-right: 20px;
          font-weight: 500;
          font-size: 11px;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          text-align: center;
          color: #343434;
          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;
          border-right: 1px solid rgba(16, 38, 156, 0.1); }
          .one-product-big-block .box-product .right-pr .left-block .left-b b {
            display: inline-block;
            color: #10269C; }
          .one-product-big-block .box-product .right-pr .left-block .left-b i {
            height: 28px;
            margin-bottom: 13px;
            color: #10269C;
            font-size: 30px; }
            @media (max-width: 767px) {
              .one-product-big-block .box-product .right-pr .left-block .left-b i {
                height: 26px;
                font-size: 26px; } }
        .one-product-big-block .box-product .right-pr .left-block .right-b {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .one-product-big-block .box-product .right-pr .left-block .like-btn, .one-product-big-block .box-product .right-pr .left-block .compare-btn {
          width: initial;
          height: initial;
          padding: 7px;
          text-align: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          border: 0; }
          @media (max-width: 767px) {
            .one-product-big-block .box-product .right-pr .left-block .like-btn, .one-product-big-block .box-product .right-pr .left-block .compare-btn {
              padding-top: 15px; } }
          .one-product-big-block .box-product .right-pr .left-block .like-btn .name, .one-product-big-block .box-product .right-pr .left-block .compare-btn .name {
            color: #343434;
            font-weight: 500;
            font-size: 11px; }
          .one-product-big-block .box-product .right-pr .left-block .like-btn i, .one-product-big-block .box-product .right-pr .left-block .compare-btn i {
            height: 22px;
            font-size: 22px; }

.type-brand-product {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .type-brand-product .one-item {
    margin-bottom: 10px;
    margin-right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #343434;
    opacity: 0.7; }
    .type-brand-product .one-item:last-child {
      margin-right: 0; }
    .type-brand-product .one-item .left-i {
      margin-right: 5px; }
    .type-brand-product .one-item .right-i {
      font-weight: 600; }

.slider-product {
  position: relative;
  z-index: 0; }
  .slider-product .slide-head {
    width: 100%; }
    .slider-product .slide-head .one-box {
      width: 100%;
      height: 488px;
      padding: 20px;
      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; }
      @media (max-width: 992px) {
        .slider-product .slide-head .one-box {
          height: 300px; } }
    .slider-product .slide-head .slick-dots {
      text-align: center; }
      .slider-product .slide-head .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 3px;
        border-radius: 50%;
        background-color: #e3e2e2;
        display: inline-block;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .slider-product .slide-head .slick-dots li.slick-active, .slider-product .slide-head .slick-dots li:hover {
          background-color: grey; }
        .slider-product .slide-head .slick-dots li button {
          display: none; }
  .slider-product .slider-nav {
    position: relative; }
    @media (max-width: 767px) {
      .slider-product .slider-nav {
        display: none; } }
    .slider-product .slider-nav .slick-arrow {
      top: 50%;
      position: absolute;
      z-index: 2;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      border: 0;
      background-color: transparent;
      color: #10269C;
      cursor: pointer; }
      .slider-product .slider-nav .slick-arrow.slick-disabled {
        display: none !important; }
      .slider-product .slider-nav .slick-arrow i {
        font-size: 20px;
        position: relative;
        display: inline-block; }
      .slider-product .slider-nav .slick-arrow.slick-prev {
        left: -20px; }
        .slider-product .slider-nav .slick-arrow.slick-prev i {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .slider-product .slider-nav .slick-arrow.slick-next {
        right: -20px; }
    .slider-product .slider-nav .one-box {
      height: 100px;
      padding: 10px;
      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; }

.search-page {
  margin-bottom: 30px;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .search-page h1 {
    color: #10269C;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px; }
  .search-page .article-style-2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #343434; }
  .search-page .left-part {
    width: 285px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .search-page .right-part {
    width: 100%; }

.one-search-product {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(16, 38, 156, 0.1); }
  .one-search-product .box-img {
    width: 250px;
    height: 250px;
    margin: 24px 20px 12px 12px;
    padding: 10px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 0; }
  .one-search-product .description-block {
    width: 100%;
    padding-right: 20px; }
    .one-search-product .description-block .name {
      margin-bottom: 10px; }
      .one-search-product .description-block .name a {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        color: #10269C; }
        .one-search-product .description-block .name a:hover {
          color: #142DBB; }
    .one-search-product .description-block .type {
      margin-bottom: 12px;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #343434; }
  .one-search-product .wrap-box-buy {
    width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .one-search-product .box-buy {
    margin-bottom: 20px;
    padding: 24px;
    background: #F5F5F5;
    border-radius: 10px; }
    .one-search-product .box-buy:last-child {
      margin-bottom: 0; }
    .one-search-product .box-buy .top-buy {
      width: 100%;
      margin-bottom: 12px;
      padding-bottom: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      border-bottom: 1px solid rgba(16, 38, 156, 0.1); }
      .one-search-product .box-buy .top-buy .dark-button {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
    .one-search-product .box-buy.disabled .top-buy .left-money {
      color: #343434; }
  .one-search-product .status-product {
    margin-bottom: 0;
    padding: 0;
    font-size: 16px; }
    .one-search-product .status-product i {
      margin-left: -6px;
      margin-right: 15px;
      font-size: 42px; }
      .one-search-product .status-product i.icon-unavailable {
        margin-right: 5px; }
  .one-search-product .buttons-list-c {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .one-search-product .buttons-list-c .like-btn, .one-search-product .buttons-list-c .compare-btn, .one-search-product .buttons-list-c .comment-btn {
      margin-left: 18px; }

.left-money {
  width: 100%;
  padding-top: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #10269C; }
  .left-money .old {
    display: block;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #343434;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    opacity: 0.5; }

.characteristic li {
  margin-bottom: 2px;
  font-weight: 400;
  color: #343434;
  font-size: 14px;
  line-height: 140%; }
  .characteristic li:last-child {
    margin-bottom: 0; }
  .characteristic li b {
    font-weight: 500; }

.list-similar-product .one-search-product:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0; }

.collapse-block-style {
  margin-bottom: 4px;
  color: #343434; }
  .collapse-block-style .head-collapse {
    padding: 12px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .collapse-block-style .head-collapse:hover {
      color: #10269C; }
    .collapse-block-style .head-collapse i {
      width: 24px;
      height: 24px;
      margin-right: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .collapse-block-style .body-collapse {
    padding: 0 4px;
    display: none; }
  .collapse-block-style.active .head-collapse i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  .collapse-block-style.active .body-collapse {
    display: block; }

.list-filter li {
  margin-bottom: 8px; }
  .list-filter li:last-child {
    margin-bottom: 0; }

.checkbox-custom {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .checkbox-custom input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0; }
    .checkbox-custom input:checked + span:before {
      background: #10269C;
      border: 1px solid #10269C; }
  .checkbox-custom span {
    padding: 1px 0 1px 30px;
    position: relative;
    display: block; }
    .checkbox-custom span:before {
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      display: block;
      border: 1px solid rgba(16, 38, 156, 0.5);
      border-radius: 5px; }

.wrapper-range .line-price-filter {
  margin-bottom: 10px;
  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;
  color: #343434;
  font-weight: 500;
  font-size: 16px; }
  .wrapper-range .line-price-filter .wrapper-input {
    width: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .wrapper-range .line-price-filter .wrapper-input input {
      width: 100%;
      height: 32px;
      padding-left: 10px;
      padding-right: 10px;
      border: 1px solid rgba(52, 52, 52, 0.5);
      border-radius: 5px;
      color: #343434;
      font-weight: 500;
      font-size: 14px; }
  .wrapper-range .line-price-filter > span {
    width: 100%;
    text-align: center; }

.ui-widget.ui-widget-content {
  height: 4px;
  border-radius: 0;
  border: 0;
  background: rgba(16, 38, 156, 0.1); }

.ui-slider .ui-slider-range {
  background: #10269C; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  width: 16px;
  height: 16px;
  top: -7px;
  margin-left: -7px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #10269C; }

.delivery-information .one-line {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(16, 38, 156, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px; }
  @media (max-width: 767px) {
    .delivery-information .one-line {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .delivery-information .one-line:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .delivery-information .one-line .box-img {
    width: 37px;
    padding-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .delivery-information .one-line .box-description {
    width: 100%;
    color: #000000; }
    @media (max-width: 767px) {
      .delivery-information .one-line .box-description {
        width: calc(100% - 50px);
        margin-bottom: 12px; } }
    .delivery-information .one-line .box-description .name {
      margin-bottom: 3px;
      padding-top: 2px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .delivery-information .one-line .box-description .name span {
        margin-right: 14px; }
      .delivery-information .one-line .box-description .name .ico-inform {
        font-size: 20px;
        color: #10269C; }
  .delivery-information .one-line .time {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1228px) {
      .delivery-information .one-line .time {
        width: 20%; } }
    @media (max-width: 767px) {
      .delivery-information .one-line .time {
        width: 50%; } }
  .delivery-information .one-line .price {
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500;
    text-align: right; }
    @media (max-width: 1228px) {
      .delivery-information .one-line .price {
        width: 100px; } }
    @media (max-width: 767px) {
      .delivery-information .one-line .price {
        width: 50%; } }

.delivery-city-line {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .delivery-city-line .choose-city-btn {
    font-weight: 500; }

.wrapper-custom-modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  overflow: auto;
  padding: 30px 20px; }
  .wrapper-custom-modal.active {
    display: block; }
  .wrapper-custom-modal.small-modal .modal-custom {
    max-width: 400px; }
  .wrapper-custom-modal .one-product-cabinet .name-description {
    font-size: 14px; }
    .wrapper-custom-modal .one-product-cabinet .name-description .name {
      text-transform: uppercase; }
  @media (max-width: 992px) {
    .wrapper-custom-modal .one-product-cabinet .box-img {
      margin-left: 0; } }
  @media (max-width: 992px) {
    .wrapper-custom-modal .one-product-cabinet .left-money {
      width: 120px;
      padding-left: 20px; } }
  .wrapper-custom-modal .order-price-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 992px) {
      .wrapper-custom-modal .order-price-wrapper {
        margin-top: 5px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .wrapper-custom-modal .order-price-wrapper .order-price {
      background: transparent;
      -webkit-box-shadow: initial;
      box-shadow: initial;
      font-size: 16px; }
      .wrapper-custom-modal .order-price-wrapper .order-price b {
        color: #10269C;
        font-weight: 500;
        margin-left: 5px; }
    .wrapper-custom-modal .order-price-wrapper .left-order-price {
      width: 100%; }
      @media (max-width: 992px) {
        .wrapper-custom-modal .order-price-wrapper .left-order-price {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      .wrapper-custom-modal .order-price-wrapper .left-order-price a {
        font-size: 14px;
        color: rgba(16, 38, 156, 0.5); }
        .wrapper-custom-modal .order-price-wrapper .left-order-price a:hover {
          color: rgba(16, 38, 156, 0.8); }
        .wrapper-custom-modal .order-price-wrapper .left-order-price a i {
          margin-right: 5px;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          display: inline-block;
          position: relative; }

.input-custom {
  width: 100%;
  height: 36px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px; }
  .input-custom:focus {
    border: 1px solid #b0afaf; }

.link-color-1 {
  color: rgba(16, 38, 156, 0.5);
  font-size: 14px; }
  .link-color-1:hover {
    color: rgba(16, 38, 156, 0.8); }

.link-color-2 {
  color: black; }
  .link-color-2:hover {
    color: rgba(16, 38, 156, 0.8); }

.close-btn {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  opacity: 0.5;
  color: #0a1931; }
  .close-btn:hover {
    opacity: 0.7; }
  @media (max-width: 767px) {
    .close-btn {
      width: 22px;
      height: 22px; } }
  .close-btn:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    -moz-osx-font-smoothing: grayscale;
    content: "\e926"; }

.modal-custom {
  width: 92%;
  max-width: 800px;
  padding: 24px;
  left: 50%;
  position: relative;
  z-index: 100;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: white;
  border-radius: 8px; }
  .modal-custom .close-btn {
    position: absolute;
    top: 32px;
    right: 24px; }
  .modal-custom .city-field {
    margin-bottom: 20px;
    padding-right: 50px;
    font-size: 18px; }
    .modal-custom .city-field b {
      font-weight: 600; }
  .modal-custom .wrapper-input {
    margin-bottom: 30px; }
  .modal-custom .caption-modal-1 {
    padding-right: 20px; }

.city-list {
  margin: 0 -10px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
  .city-list li {
    width: 33%;
    margin-right: 0.5%;
    margin-bottom: 10px;
    position: relative; }
    .city-list li:nth-child(3n) {
      margin-right: 0; }
    @media (max-width: 767px) {
      .city-list li {
        width: 49%;
        margin-right: 1%; }
        .city-list li:nth-child(3n) {
          margin-right: 1%; }
        .city-list li:nth-child(2n) {
          margin-right: 0; } }
    .city-list li label {
      display: block; }
    .city-list li span {
      padding: 10px;
      display: block;
      font-size: 16px;
      cursor: pointer;
      border-radius: 6px; }
      @media (max-width: 767px) {
        .city-list li span {
          padding: 8px 10px;
          font-size: 14px; } }
      .city-list li span:hover {
        background-color: #f4f4f4; }
    .city-list li input {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2;
      opacity: 0; }
      .city-list li input:checked + span {
        background-color: #f4f4f4; }

body.modal-active, body.modal-user-active, body.modal-mobile-catalog {
  overflow: hidden; }

.main-menu-mobile {
  height: 54px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #FFFFFF;
  border-top: 0.5px solid rgba(16, 38, 156, 0.5);
  display: none; }
  @media (max-width: 992px) {
    .main-menu-mobile {
      display: block; } }
  .main-menu-mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-menu-mobile ul li {
      width: 20%; }
      .main-menu-mobile ul li a {
        width: 100%;
        height: 54px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 30px;
        position: relative; }
        .main-menu-mobile ul li a .news-number {
          width: 13px;
          height: 13px;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -13px;
          color: white;
          font-size: 8px;
          font-weight: 500;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          border-radius: 50%;
          background: #142DBB;
          border: 1.5px solid #FFFFFF; }

@media (max-width: 992px) {
  .modal-user-active .wrapper-login-mobile-box {
    display: block; } }

.wrapper-login-mobile-box {
  position: fixed;
  bottom: 54px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
  display: none;
  background-color: rgba(0, 0, 0, 0.3); }

.login-mobile-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 14px 10px;
  background: #FFFFFF;
  border-radius: 10px 10px 0 0; }
  .login-mobile-box .user-box {
    margin-bottom: 16px;
    font-weight: 600; }
  .login-mobile-box .button-login-m {
    margin-bottom: 10px;
    display: block; }
  .login-mobile-box .one-block {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 0.5px solid rgba(16, 38, 156, 0.5); }
    .login-mobile-box .one-block:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    .login-mobile-box .one-block li a {
      padding: 8px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #1A1A1A;
      font-size: 14px;
      font-weight: 500; }
    .login-mobile-box .one-block li .box-ico {
      width: 35px;
      padding-right: 10px;
      line-height: 0;
      text-align: center;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .login-mobile-box .one-block li .box-ico i {
        font-size: 21px; }

@media (max-width: 992px) {
  .modal-mobile-catalog .mobile-catalog {
    display: block; } }

.mobile-catalog {
  padding: 23px;
  position: fixed;
  bottom: 54px;
  right: 0;
  left: 0;
  top: 0;
  display: none;
  background-color: white;
  z-index: 50; }
  .mobile-catalog .head-m-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mobile-catalog .head-m-catalog .simple-logo {
      width: 32px;
      height: 32px;
      margin-right: 20px;
      line-height: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .mobile-catalog .head-m-catalog .text {
      width: 100%;
      font-size: 18px;
      font-weight: 600; }
  .mobile-catalog .close-catalog-btn {
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 24px; }
  .mobile-catalog .body-m-catalog {
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mobile-catalog .left-column {
    width: 80px;
    margin-right: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #F5F5F5; }
    .mobile-catalog .left-column li > a {
      padding: 10px;
      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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #343434;
      font-weight: 500;
      font-size: 12px;
      line-height: 15px; }
      .mobile-catalog .left-column li > a .box-img {
        width: 30px;
        height: 30px;
        margin-bottom: 2px;
        text-align: center;
        font-size: 25px; }
    .mobile-catalog .left-column li.active > a {
      color: #10269C;
      background: #FFFFFF; }
  .mobile-catalog .box-sub-menu {
    width: 100%;
    display: none; }
    .mobile-catalog .box-sub-menu.active {
      display: block; }
    .mobile-catalog .box-sub-menu li a {
      padding: 10px;
      display: block;
      border-bottom: 0.5px solid rgba(16, 38, 156, 0.5);
      color: #10269C;
      font-size: 14px;
      font-weight: 500; }

.box-analog {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(16, 38, 156, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .box-analog {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .box-analog:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .box-analog .rating label {
    font-size: 15px; }
  .box-analog .left-text {
    width: 100%; }
    @media (max-width: 767px) {
      .box-analog .left-text {
        width: 50%;
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .box-analog .left-text {
        width: 100%; } }
  .box-analog .right-text {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .box-analog .right-text .one-l-i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .box-analog .right-text .one-l-i {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 15px;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .box-analog .right-text .one-l-i .left-money {
            padding-top: 0; }
          .box-analog .right-text .one-l-i:last-child {
            margin-bottom: 0; }
          .box-analog .right-text .one-l-i .status-product {
            padding-left: 0; } }
  .box-analog .status-product {
    width: 315px;
    padding-right: 20px;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 992px) {
      .box-analog .status-product {
        width: 260px; } }
    @media (max-width: 767px) {
      .box-analog .status-product {
        width: 50%;
        padding-right: 0;
        padding-left: 20px; } }
    @media (max-width: 480px) {
      .box-analog .status-product {
        width: 100%;
        padding-left: 0;
        margin-bottom: 15px; } }
    .box-analog .status-product i {
      font-size: 40px; }
  .box-analog .left-money {
    width: 145px;
    padding-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 992px) {
      .box-analog .left-money {
        width: 120px; } }
    @media (max-width: 767px) {
      .box-analog .left-money {
        width: 150px; } }
  .box-analog .dark-button {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .box-analog .type {
    margin-bottom: 10px;
    color: #343434; }
  .box-analog .name {
    margin-bottom: 10px; }
    .box-analog .name a {
      font-weight: 500;
      color: #1A1A1A; }
      .box-analog .name a span {
        color: #10269C; }
      .box-analog .name a:hover {
        color: #10269C; }

.product-useful .top-line {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500; }

.useful-table {
  overflow: auto; }
  .useful-table table {
    width: 100%;
    color: #343434; }
    @media (max-width: 767px) {
      .useful-table table {
        min-width: 600px; } }
    .useful-table table.table-column-4 th {
      width: 25%; }
    .useful-table table thead tr {
      background-color: #F5F5F5; }
    .useful-table table th {
      text-align: left;
      padding: 8px 12px;
      color: #10269C;
      font-size: 12px;
      font-weight: 500; }
    .useful-table table tbody tr td {
      padding: 10px 12px;
      font-weight: 400; }
      .useful-table table tbody tr td b {
        font-weight: 600; }
    .useful-table table .caption2 {
      margin-bottom: 5px;
      font-size: 14px;
      font-weight: 500; }
    .useful-table table p {
      font-size: 12px; }

.catalog-big-list .one-item {
  margin-bottom: 32px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: whitesmoke;
  border-radius: 10px; }
  @media (max-width: 767px) {
    .catalog-big-list .one-item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .catalog-big-list .one-item:last-child {
    margin-bottom: 0; }
  .catalog-big-list .one-item .box-img {
    width: 198px;
    height: 198px;
    margin-right: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .catalog-big-list .one-item .box-img {
        margin: 0 auto 20px; } }
    @media (max-width: 500px) {
      .catalog-big-list .one-item .box-img {
        width: 120px;
        height: 120px; } }
    .catalog-big-list .one-item .box-img .hover {
      display: none; }
  .catalog-big-list .one-item .description {
    width: 100%; }
    .catalog-big-list .one-item .description .caption {
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 500px) {
        .catalog-big-list .one-item .description .caption {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .catalog-big-list .one-item .description .caption .name {
        width: 100%;
        font-size: 20px;
        font-weight: 600; }
        @media (max-width: 500px) {
          .catalog-big-list .one-item .description .caption .name {
            margin-bottom: 10px; } }
      .catalog-big-list .one-item .description .caption .button-border {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 20px; }
        @media (max-width: 500px) {
          .catalog-big-list .one-item .description .caption .button-border {
            margin-bottom: 10px;
            margin-left: 0; } }
  .catalog-big-list .one-item:hover {
    background-color: #e9eaf6; }
    .catalog-big-list .one-item:hover .box-img .hover {
      display: block; }
    .catalog-big-list .one-item:hover .box-img .img {
      display: none; }

.catalog-big-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px; }
  @media (max-width: 992px) {
    .catalog-big-list ul {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 500px) {
    .catalog-big-list ul {
      grid-template-columns: 1fr; } }
  .catalog-big-list ul li a {
    color: black; }
    @media (max-width: 767px) {
      .catalog-big-list ul li a {
        font-size: 14px; } }
    .catalog-big-list ul li a:hover {
      color: #10269C; }

.wrapper-page-static {
  padding: 24px 0 55px; }

.caption-modal-1 {
  margin-bottom: 24px;
  color: #000;
  font-size: 32px;
  font-weight: 500; }

.enter-btn-modal {
  height: 44px;
  margin-bottom: 24px;
  display: block; }

.block-or {
  margin-bottom: 24px;
  text-align: center;
  color: rgba(52, 52, 52, 0.5);
  font-size: 12px; }

.login-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .login-buttons {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .login-buttons > * {
    width: 48%;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .login-buttons > * {
        width: 100%;
        margin-bottom: 16px; } }

.mb-20 {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .mb-20 {
      margin-bottom: 15px; } }

.mb-24 {
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .mb-24 {
      margin-bottom: 16px; } }

.mb-35 {
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .mb-35 {
      margin-bottom: 20px; } }

.custom-placeholder-input {
  width: 100%;
  height: 44px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }
  .custom-placeholder-input .placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 10px;
    background-color: white;
    color: #939DD3;
    font-size: 10px;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .custom-placeholder-input .border-line {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    border: 1px solid rgba(52, 52, 52, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px; }
  .custom-placeholder-input input {
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 10px;
    padding-left: 12px;
    color: #343434;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0; }
    .custom-placeholder-input input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(52, 52, 52, 0.5); }
    .custom-placeholder-input input::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(52, 52, 52, 0.5); }
    .custom-placeholder-input input:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(52, 52, 52, 0.5); }
    .custom-placeholder-input input:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(52, 52, 52, 0.5); }
    .custom-placeholder-input input:focus + .border-line {
      border: 1px solid rgba(16, 38, 156, 0.5); }
      .custom-placeholder-input input:focus + .border-line + .placeholder {
        top: 0; }
  .custom-placeholder-input.error .border-line {
    border: 1px solid rgba(149, 1, 1, 0.5); }
  .custom-placeholder-input.hasValue .border-line {
    border: 1px solid rgba(16, 38, 156, 0.5); }
  .custom-placeholder-input.hasValue .placeholder {
    top: 0; }
  .custom-placeholder-input.right-ico input {
    padding-right: 36px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .custom-placeholder-input.right-ico i {
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #10269C; }

.custom-placeholder-textarea {
  width: 100%;
  height: 230px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }
  .custom-placeholder-textarea .placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 10px;
    background-color: white;
    color: #939DD3;
    font-size: 10px;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .custom-placeholder-textarea .border-line {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    border: 1px solid rgba(52, 52, 52, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px; }
  .custom-placeholder-textarea textarea {
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 10px;
    padding: 12px;
    color: #343434;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    background-color: transparent;
    border: 0; }
    .custom-placeholder-textarea textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(52, 52, 52, 0.5); }
    .custom-placeholder-textarea textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(52, 52, 52, 0.5); }
    .custom-placeholder-textarea textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(52, 52, 52, 0.5); }
    .custom-placeholder-textarea textarea:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(52, 52, 52, 0.5); }
    .custom-placeholder-textarea textarea:focus + .border-line {
      border: 1px solid rgba(16, 38, 156, 0.5); }
      .custom-placeholder-textarea textarea:focus + .border-line + .placeholder {
        top: 0; }
  .custom-placeholder-textarea.error .border-line {
    border: 1px solid rgba(149, 1, 1, 0.5); }
  .custom-placeholder-textarea.hasValue .border-line {
    border: 1px solid rgba(16, 38, 156, 0.5); }
  .custom-placeholder-textarea.hasValue .placeholder {
    top: 0; }
  .custom-placeholder-textarea.right-ico input {
    padding-right: 36px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .custom-placeholder-textarea.right-ico i {
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #10269C; }

.list-subcategory-page {
  grid-gap: 48px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; }
  @media (max-width: 992px) {
    .list-subcategory-page {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 767px) {
    .list-subcategory-page {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) {
    .list-subcategory-page {
      grid-template-columns: 1fr; } }
  .list-subcategory-page .box-img {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px; }
  .list-subcategory-page .main-sub-c {
    margin-bottom: 10px; }
    .list-subcategory-page .main-sub-c a {
      color: #1A1A1A;
      font-size: 20px;
      font-weight: 600; }
      .list-subcategory-page .main-sub-c a:hover {
        color: #10269C; }
  .list-subcategory-page ul {
    margin-bottom: 16px; }
    .list-subcategory-page ul li {
      margin-bottom: 8px; }
      .list-subcategory-page ul li:last-child {
        margin-bottom: 0; }
  .list-subcategory-page .detail {
    font-size: 16px; }

.slider-spare-top {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden; }
  .slider-spare-top .one-block {
    height: 300px;
    color: white;
    position: relative; }
    @media (max-width: 767px) {
      .slider-spare-top .one-block {
        height: 240px; } }
    .slider-spare-top .one-block .description {
      padding: 40px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: absolute;
      bottom: 0;
      left: 0;
      top: 0;
      right: 0;
      z-index: 1;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(7, 10, 25, 0.7)));
      background: -webkit-linear-gradient(top, transparent 0%, rgba(7, 10, 25, 0.7) 100%);
      background: -o-linear-gradient(top, transparent 0%, rgba(7, 10, 25, 0.7) 100%);
      background: linear-gradient(180deg, transparent 0%, rgba(7, 10, 25, 0.7) 100%); }
      .slider-spare-top .one-block .description .title {
        margin-bottom: 10px;
        font-size: 32px;
        font-weight: 700; }
        @media (max-width: 767px) {
          .slider-spare-top .one-block .description .title {
            font-size: 24px; } }
      @media (max-width: 767px) {
        .slider-spare-top .one-block .description .dark-button2 {
          font-size: 14px; } }

.arrows-style-1 .slick-dots {
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3; }
  .arrows-style-1 .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 20px;
    background: #D9D9D9;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .arrows-style-1 .slick-dots li.slick-active {
      width: 16px;
      background: #10269C; }
    .arrows-style-1 .slick-dots li:hover {
      background: #10269C; }
    .arrows-style-1 .slick-dots li button {
      display: none; }

.arrows-style-2 .slick-btn {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  cursor: pointer;
  color: rgba(16, 38, 156, 0.5);
  font-size: 20px;
  z-index: 2; }
  .arrows-style-2 .slick-btn:hover {
    color: #10269c; }

.arrows-style-2 .slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.arrows-style-2 .slick-next {
  right: 0; }

.slider-spare-bottom {
  margin-bottom: 20px;
  position: relative;
  padding: 0 30px; }
  .slider-spare-bottom .item {
    width: 100%;
    height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .slider-spare-bottom .item img {
      max-height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
    .slider-spare-bottom .item a {
      max-height: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-filter: grayscale(100%) sepia(0%) brightness(100%) contrast(100%) saturate(0%) hue-rotate(0deg);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%) sepia(0%) brightness(100%) contrast(100%) saturate(0%) hue-rotate(0deg); }
      .slider-spare-bottom .item a:hover {
        -webkit-filter: grayscale(0);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(0); }

.cabinet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .cabinet .left-part {
    width: 285px;
    margin-right: 20px;
    padding: 5px 26px;
    border-radius: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #F5F5F5;
    -webkit-box-shadow: 0 2px 4px 0 rgba(16, 38, 156, 0.1);
    box-shadow: 0 2px 4px 0 rgba(16, 38, 156, 0.1); }
    .cabinet .left-part .one-block {
      border-bottom: 1px solid #10269C; }
      .cabinet .left-part .one-block:last-child {
        border-bottom: 0; }
      .cabinet .left-part .one-block li a {
        padding: 16px 0;
        color: #343434;
        font-size: 20px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .cabinet .left-part .one-block li a .box-ico {
          width: 30px;
          margin-right: 10px;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 24px; }
        .cabinet .left-part .one-block li a:hover {
          color: #10269C; }
      .cabinet .left-part .one-block li.active a {
        color: #10269C;
        font-weight: 500; }
  .cabinet .right-part {
    width: calc(100% - 305px); }

.object-fit-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.one-product-cabinet {
  margin-bottom: 12px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(16, 38, 156, 0.1); }
  .one-product-cabinet .box-img {
    width: 100px;
    height: 100px;
    margin-left: 25px;
    margin-right: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .one-product-cabinet .left-money {
    width: 170px;
    padding-left: 70px;
    padding-top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .one-product-cabinet .name-description {
    width: 100%;
    font-weight: 500;
    font-size: 20px; }
    .one-product-cabinet .name-description .name {
      margin-bottom: 8px; }
  .one-product-cabinet .counter-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .one-product-cabinet .delete-order-item {
    margin: 0 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 0;
    color: rgba(10, 25, 49, 0.5);
    font-size: 24px; }
    .one-product-cabinet .delete-order-item:hover {
      color: #10269C; }

.counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .counter-wrapper a {
    width: 36px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #10269C; }
  .counter-wrapper input {
    width: 64px;
    height: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    color: #343434;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgba(16, 38, 156, 0.5); }

.order-price-wrapper {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .order-price-wrapper .order-price {
    padding: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 4px rgba(16, 38, 156, 0.2);
    box-shadow: 2px 2px 4px rgba(16, 38, 156, 0.2);
    background: #E9EAF6;
    color: #000;
    font-size: 20px;
    font-weight: 500; }
    .order-price-wrapper .order-price .dark-button {
      margin-left: 32px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }

.order-wishes-price {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(16, 38, 156, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .order-wishes-price .text1 {
    margin-right: 20px;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    letter-spacing: 0.16px; }
  .order-wishes-price .dark-button {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .order-wishes-price .text2 {
    margin-right: 20px;
    font-size: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500; }
  .order-wishes-price .box-delete {
    width: 100%;
    padding-right: 40px;
    padding-left: 20px;
    font-size: 22px;
    text-align: right; }
    .order-wishes-price .box-delete .delete-btn-wishes {
      color: rgba(16, 38, 156, 0.5); }
      .order-wishes-price .box-delete .delete-btn-wishes:hover {
        color: #10269c; }

.order-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #343434; }
  @media (max-width: 992px) {
    .order-page {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .order-page .left-q {
    width: 100%;
    padding-right: 120px; }
    @media (max-width: 1228px) {
      .order-page .left-q {
        padding-right: 50px; } }
    @media (max-width: 992px) {
      .order-page .left-q {
        margin-bottom: 30px;
        padding-right: 0; } }
  .order-page .right-q {
    width: 590px;
    padding: 32px;
    border-radius: 10px;
    background-color: #F5F5F5;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1228px) {
      .order-page .right-q {
        width: 460px; } }
    @media (max-width: 767px) {
      .order-page .right-q {
        width: 100%;
        padding: 20px; } }
    .order-page .right-q .caption {
      margin-bottom: 20px;
      color: #10269C;
      font-size: 24px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .order-page .right-q .caption {
          margin-bottom: 16px;
          font-size: 18px; } }
    .order-page .right-q .dark-button {
      padding: 16px 32px;
      display: block; }
      @media (max-width: 767px) {
        .order-page .right-q .dark-button {
          padding: 16px 10px;
          font-size: 14px; } }
  .order-page .one-product-cabinet {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative; }
    @media (max-width: 767px) {
      .order-page .one-product-cabinet {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .order-page .one-product-cabinet .box-img {
      width: 132px;
      height: 132px;
      margin: 0 35px 0 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      background-color: white; }
      @media (max-width: 1228px) {
        .order-page .one-product-cabinet .box-img {
          width: 100px;
          height: 100px;
          margin: 0 20px 0 0; } }
    .order-page .one-product-cabinet .name-description {
      margin-bottom: 20px;
      font-size: 16px; }
      .order-page .one-product-cabinet .name-description .name a {
        color: #343434;
        font-weight: 500; }
    .order-page .one-product-cabinet .description {
      padding-top: 16px;
      width: 100%; }
    .order-page .one-product-cabinet .delete-order-item {
      margin: 0 0 0 10px; }
      @media (max-width: 767px) {
        .order-page .one-product-cabinet .delete-order-item {
          position: absolute;
          right: 0;
          top: 0; } }
    .order-page .one-product-cabinet .box-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 767px) {
        .order-page .one-product-cabinet .box-bottom {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .order-page .one-product-cabinet .box-bottom .counter-wrapper {
        margin-right: 10px;
        margin-left: -10px; }
        @media (max-width: 767px) {
          .order-page .one-product-cabinet .box-bottom .counter-wrapper {
            width: 100%;
            margin-bottom: 20px; } }
      .order-page .one-product-cabinet .box-bottom .price {
        color: #343434;
        font-size: 20px;
        font-weight: 600; }
  .order-page .delivery-l {
    margin-bottom: 48px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .order-page .delivery-l span:nth-child(2) {
        text-align: right; } }
  .order-page .final-sum {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #10269C;
    font-size: 20px;
    font-weight: 600; }

h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500; }
  @media (max-width: 767px) {
    h3 {
      font-size: 18px; } }

.caption-input-big {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500; }
  @media (max-width: 767px) {
    .caption-input-big {
      margin-bottom: 8px;
      font-size: 17px; } }

.one-order-placing {
  margin-bottom: 48px; }
  .one-order-placing:last-child {
    margin-bottom: 0; }

.radio-list-btn li {
  margin-bottom: 20px; }
  .radio-list-btn li:last-child {
    margin-bottom: 0; }
  .radio-list-btn li label {
    display: block;
    position: relative; }
    .radio-list-btn li label span {
      padding: 20px 20px 20px 52px;
      border-radius: 10px;
      border: 1px solid rgba(16, 38, 156, 0.2);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #343434;
      font-size: 20px;
      font-weight: 500;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      cursor: pointer; }
      @media (max-width: 767px) {
        .radio-list-btn li label span {
          font-size: 16px; } }
      .radio-list-btn li label span img {
        margin-left: 12px; }
      .radio-list-btn li label span:before {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 12px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        content: '';
        display: block;
        border-radius: 50%;
        border: 1px solid #10269c; }
      .radio-list-btn li label span:after {
        color: white;
        position: absolute;
        top: 51%;
        left: 16px;
        opacity: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 9px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e92e";
        display: block; }
    .radio-list-btn li label input {
      position: absolute;
      left: 0;
      top: 0;
      z-index: -2;
      opacity: 0; }
      .radio-list-btn li label input:checked + span {
        border: 1px solid rgba(16, 38, 156, 0.7); }
        .radio-list-btn li label input:checked + span:after {
          opacity: 1; }
        .radio-list-btn li label input:checked + span:before {
          background-color: #10269c; }

.check-delivery li {
  margin-bottom: 20px;
  color: #343434;
  border-radius: 10px;
  border: 1px solid rgba(16, 38, 156, 0.2); }
  .check-delivery li:last-child {
    margin-bottom: 0; }
  .check-delivery li .head-btn {
    padding: 20px 60px 20px 52px;
    position: relative;
    cursor: pointer; }
    .check-delivery li .head-btn .img-right {
      position: absolute;
      top: 20px;
      right: 16px; }
    .check-delivery li .head-btn:before {
      width: 20px;
      height: 20px;
      position: absolute;
      left: 12px;
      top: 22px;
      content: '';
      display: block;
      border-radius: 50%;
      border: 1px solid #10269c; }
    .check-delivery li .head-btn:after {
      color: white;
      position: absolute;
      top: 28px;
      left: 16px;
      opacity: 0;
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 9px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e92e";
      display: block; }
    .check-delivery li .head-btn .caption {
      margin-bottom: 2px;
      font-size: 20px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .check-delivery li .head-btn .caption {
          font-size: 16px; } }
      .check-delivery li .head-btn .caption:last-child {
        margin-bottom: 0; }
    .check-delivery li .head-btn span {
      font-size: 14px;
      display: block; }
  .check-delivery li .box-body-check {
    display: none; }
  .check-delivery li.active {
    border: 1px solid rgba(16, 38, 156, 0.7); }
    .check-delivery li.active .head-btn:after {
      opacity: 1; }
    .check-delivery li.active .head-btn:before {
      background-color: #10269c; }
    .check-delivery li.active .box-body-check {
      display: block;
      padding: 0 20px 55px 52px; }
      .check-delivery li.active .box-body-check .one-ch-b {
        margin-bottom: 20px; }
        .check-delivery li.active .box-body-check .one-ch-b:last-child {
          margin-bottom: 0; }
      .check-delivery li.active .box-body-check .name {
        margin-bottom: 10px;
        font-weight: 500; }

.custom-select-2 .select2 {
  width: 100% !important; }

.custom-select-2 .select2-container--default .select2-selection--single {
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(16, 38, 156, 0.5); }
  .custom-select-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 42px;
    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; }
    .custom-select-2 .select2-container--default .select2-selection--single .select2-selection__arrow:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      display: inline-block;
      position: relative;
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      font-size: 14px;
      color: #10269c;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e903"; }
    .custom-select-2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; }
  .custom-select-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 30px 0 12px;
    color: #10269C;
    line-height: 42px;
    font-size: 14px;
    font-weight: 500; }

.custom-select-2 .select2-selection__placeholder {
  color: rgba(16, 38, 156, 0.5) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400; }

.custom-select-2.dark .select2-container--default .select2-selection--single {
  border: 1px solid rgba(52, 52, 52, 0.5); }

.custom-select-2.dark .select2-selection__placeholder {
  color: #343434 !important; }

.custom-select-2.dark .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #343434 !important; }

.gpay-btn {
  margin-bottom: 20px;
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background: #343434; }

.check-custom-style-2 label {
  position: relative;
  padding-left: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block; }
  .check-custom-style-2 label span {
    color: #10269C;
    font-size: 16px;
    font-weight: 500; }
    .check-custom-style-2 label span:before {
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: -1px;
      border-radius: 5px;
      content: '';
      display: block;
      background-color: white;
      border: 1px solid rgba(10, 25, 49, 0.5); }
    .check-custom-style-2 label span:after {
      position: absolute;
      z-index: 1;
      top: 5px;
      left: 5px;
      opacity: 0;
      color: white;
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e92e";
      font-size: 9px; }
  .check-custom-style-2 label input {
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -2; }
    .check-custom-style-2 label input:checked + span:before {
      background-color: #10269C;
      border: 1px solid #10269C; }
    .check-custom-style-2 label input:checked + span:after {
      opacity: 1; }

.check-custom-style-2 .text-bottom {
  padding-top: 10px;
  padding-left: 36px;
  color: rgba(52, 52, 52, 0.5);
  font-size: 12px;
  font-weight: 400; }

.check-custom-style-1 label {
  padding-left: 30px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block; }
  .check-custom-style-1 label span {
    margin-top: -2px;
    color: #343434;
    font-size: 14px;
    display: block;
    font-weight: 400; }
    .check-custom-style-1 label span:before {
      width: 16px;
      height: 16px;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 5px;
      content: '';
      display: block;
      background-color: white;
      border: 1px solid rgba(10, 25, 49, 0.5); }
    .check-custom-style-1 label span:after {
      position: absolute;
      z-index: 1;
      top: 6px;
      left: 5px;
      opacity: 0;
      color: white;
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e92e";
      font-size: 6px; }
  .check-custom-style-1 label a {
    color: #10269C; }
    .check-custom-style-1 label a:hover {
      text-decoration: underline; }
  .check-custom-style-1 label input {
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -2; }
    .check-custom-style-1 label input:checked + span:before {
      background-color: #10269C;
      border: 1px solid #10269C; }
    .check-custom-style-1 label input:checked + span:after {
      opacity: 1; }

.width-full {
  width: 100%; }

.one-order-box {
  margin-bottom: 24px;
  padding: 32px;
  border-radius: 10px;
  font-size: 14px;
  color: #343434;
  border: 1px solid rgba(16, 38, 156, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 992px) {
    .one-order-box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .one-order-box .box-status-bold {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #10269C; }
    .one-order-box .box-status-bold:last-child {
      margin-bottom: 0; }
  .one-order-box .left-inform {
    width: 270px;
    margin-right: 20px;
    padding-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative; }
    @media (max-width: 992px) {
      .one-order-box .left-inform {
        width: 100%;
        margin-bottom: 10px; } }
    .one-order-box .left-inform:before {
      width: 4px;
      top: 0;
      left: 0;
      bottom: 0;
      position: absolute;
      content: '';
      display: block;
      border-radius: 5px;
      background-color: #10269C; }
    .one-order-box .left-inform .number {
      margin-bottom: 12px;
      font-weight: 500; }
    .one-order-box .left-inform ul {
      margin-bottom: 12px; }
      .one-order-box .left-inform ul li {
        margin-bottom: 12px; }
        .one-order-box .left-inform ul li:last-child {
          margin-bottom: 0; }
        .one-order-box .left-inform ul li span {
          color: #10269C; }
    .one-order-box .left-inform .buttons-list {
      padding-top: 8px;
      padding-right: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      text-align: center; }
      .one-order-box .left-inform .buttons-list .box-ico {
        height: 24px;
        margin-bottom: 3px;
        display: block;
        font-size: 24px;
        text-align: center;
        line-height: 0;
        color: #10269C; }
      .one-order-box .left-inform .buttons-list .text {
        color: rgba(52, 52, 52, 0.7);
        font-size: 10px; }
      .one-order-box .left-inform .buttons-list a:hover .text {
        color: #10269C; }
  .one-order-box .caption {
    margin-bottom: 8px;
    color: #343434;
    font-size: 10px; }
  .one-order-box .products-order {
    width: 100%;
    max-width: calc(100% - 290px);
    margin-right: 20px;
    -ms-flex-negative: 10;
    flex-shrink: 10; }
    @media (max-width: 1228px) {
      .one-order-box .products-order {
        max-width: 100%;
        margin-right: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px; } }
  .one-order-box .right-inform {
    width: calc(100% - 290px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1228px) {
      .one-order-box .right-inform {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 992px) {
      .one-order-box .right-inform {
        width: 100%;
        padding-top: 20px; } }
    .one-order-box .right-inform .sum-right {
      width: 140px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .one-order-box .right-inform .sum-right .value {
        font-size: 20px;
        font-weight: 600;
        color: #10269C; }
    .one-order-box .right-inform .buttons-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .one-order-box .right-inform .buttons-list a {
        margin-left: 20px;
        display: inline-block;
        line-height: 0;
        font-size: 24px;
        color: #10269C; }
        .one-order-box .right-inform .buttons-list a:hover {
          opacity: 0.7; }
        .one-order-box .right-inform .buttons-list a img {
          width: 24px; }
  .one-order-box .box-wr-product {
    min-height: 100px;
    max-width: 230px; }
    @media (max-width: 1228px) {
      .one-order-box .box-wr-product {
        max-width: initial; } }
    .one-order-box .box-wr-product .order-more-btn {
      font-weight: 500; }
    .one-order-box .box-wr-product li {
      width: 100%;
      margin-bottom: 8px;
      white-space: nowrap;
      overflow: hidden;
      color: #343434;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      font-size: 14px;
      font-style: normal;
      font-weight: 500; }
  .one-order-box .caption2 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #343434; }
  .one-order-box .wrapper-table {
    width: 100%; }
    .one-order-box .wrapper-table table {
      width: 100%;
      table-layout: fixed; }
      @media (max-width: 1228px) {
        .one-order-box .wrapper-table table {
          min-width: 420px; } }
      .one-order-box .wrapper-table table th {
        width: 100px;
        padding: 10px 10px 0;
        font-size: 12px;
        font-weight: 400; }
      .one-order-box .wrapper-table table td {
        padding: 12px 0;
        font-size: 14px;
        vertical-align: middle;
        text-align: center;
        border-bottom: 1px solid rgba(16, 38, 156, 0.1); }
        .one-order-box .wrapper-table table td:nth-child(1) {
          padding-right: 20px;
          font-weight: 500;
          text-align: left; }
    .one-order-box .wrapper-table .type-product {
      margin-bottom: 5px;
      font-weight: 500; }
    .one-order-box .wrapper-table .price {
      font-weight: 500;
      color: #10269C; }
  .one-order-box .wrapper-table {
    padding-bottom: 12px;
    overflow: auto; }
  .one-order-box.open .left-inform:before {
    height: 82px; }
  .one-order-box.open .right-inform {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .one-order-box.open .order-more-btn i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  .one-order-box .caption-line {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .one-order-box .price-big-line {
    padding-top: 12px;
    padding-bottom: 20px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    color: #343434;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .one-order-box .price-big-line .right-p {
      color: #10269C; }

.box-filter-order {
  margin: 0 -8px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1228px) {
    .box-filter-order {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .box-filter-order > * {
    margin: 0 8px 10px; }
    .box-filter-order > *:last-child {
      margin-right: 0; }
  .box-filter-order .block-st-1 {
    width: calc(50% - 8px);
    -ms-flex-negative: 2;
    flex-shrink: 2; }
    @media (max-width: 1228px) {
      .box-filter-order .block-st-1 {
        width: calc(50% - 16px); } }
  .box-filter-order .block-st-2 {
    width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1228px) {
      .box-filter-order .block-st-2 {
        width: calc(50% - 16px); } }

.ui-widget.ui-widget-content {
  height: initial;
  background-color: white;
  border-radius: 5px;
  border: 1px solid rgba(16, 38, 156, 0.1); }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #10269C !important;
  background-color: #10269C !important;
  color: white !important; }

.ui-datepicker td {
  padding-bottom: 4px;
  text-align: center; }

.ui-datepicker th, .ui-datepicker .ui-datepicker-title {
  font-weight: 500; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  background: #eeeeee;
  border: 0; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  width: 25px;
  height: 25px;
  top: -7px;
  margin-left: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
  color: #343434;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #cfcfcf; }

.ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  position: absolute; }
  .ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 22px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905"; }

.ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: -12px;
  margin-top: -9px; }

.ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  padding-top: 3px; }

.ui-datepicker .ui-datepicker-header .ui-corner-all span {
  display: none; }

.select2-dropdown {
  font-size: 14px; }

.datepicker {
  position: relative; }
  .datepicker input {
    width: 100%;
    height: 44px;
    position: relative;
    z-index: 2;
    padding: 0 12px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid rgba(16, 38, 156, 0.5); }
  .datepicker:after {
    top: 50%;
    right: 9px;
    margin-top: -6px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    position: absolute;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    color: #10269c;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903"; }

.table-history {
  color: #343434; }
  .table-history table {
    width: 100%;
    table-layout: fixed; }
    .table-history table thead th {
      width: 50%;
      text-align: left;
      padding: 8px 20px 8px 0;
      font-weight: 500;
      border-bottom: 1px solid rgba(16, 38, 156, 0.1); }
    .table-history table td {
      padding: 10px 20px 10px 0; }

.pagination {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .pagination li {
    margin: 0 3px;
    color: #343434;
    font-size: 13px;
    font-style: normal;
    font-weight: 600; }
    .pagination li > span {
      width: 32px;
      text-align: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .pagination li a {
      width: 32px;
      height: 32px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 8px;
      border: 1px solid #F5F5F5;
      background: #FFF;
      color: #343434; }
      .pagination li a:hover {
        opacity: 0.8; }
      .pagination li a.active {
        background-color: #10269C;
        border: 1px solid #10269C;
        color: white; }
    .pagination li .icon-Alt-Arrow-Right {
      font-size: 15px; }
    .pagination li .prev i {
      position: relative;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.settings-wrapper {
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px 24px; }
  @media (max-width: 1228px) {
    .settings-wrapper {
      grid-template-columns: 1fr 1fr; } }

.caption-input {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500; }

.current-balance {
  max-width: 590px;
  position: relative;
  margin-bottom: 50px;
  padding: 24px;
  border-radius: 5px;
  background: #E9EAF6;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(16, 38, 156, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(16, 38, 156, 0.2); }
  .current-balance img {
    width: 160px;
    right: 40px;
    top: 20px;
    position: absolute;
    opacity: 0.3; }
  .current-balance .title-b {
    margin-bottom: 20px;
    color: rgba(52, 52, 52, 0.7);
    font-size: 20px; }
  .current-balance .sum-value {
    margin-bottom: 20px;
    color: #000;
    font-size: 32px;
    font-weight: 500; }

.btn-center {
  text-align: center; }

.category-list-page .one-item {
  width: 25%;
  padding-bottom: 30px;
  padding-right: 30px; }
  @media (max-width: 992px) {
    .category-list-page .one-item {
      width: 33.3%; } }
  @media (max-width: 767px) {
    .category-list-page .one-item {
      width: 50%; } }
  .category-list-page .one-item .caption {
    margin-bottom: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 600; }
    @media (max-width: 992px) {
      .category-list-page .one-item .caption {
        font-size: 16px; } }
    .category-list-page .one-item .caption img {
      margin-right: 8px; }

.category-list-page ul li {
  margin-bottom: 8px; }
  .category-list-page ul li:last-child {
    margin-bottom: 0; }
  .category-list-page ul li a {
    font-weight: 400;
    font-size: 16px; }
    @media (max-width: 992px) {
      .category-list-page ul li a {
        font-size: 14px; } }
    .category-list-page ul li a:hover {
      color: #10269C; }

.under-h1 {
  max-width: 690px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px; }

.wrapper-form-registration {
  max-width: 520px;
  padding-right: 20px; }
  .wrapper-form-registration > * {
    margin-bottom: 24px; }
    .wrapper-form-registration > *:last-child {
      margin-bottom: 0; }

.wrapper-form-registration2 {
  max-width: 650px; }
  .wrapper-form-registration2 .header-tab {
    border-bottom: 1px solid rgba(16, 38, 156, 0.5); }

.field-must-have {
  position: relative; }
  .field-must-have .must-have {
    position: absolute;
    right: -20px;
    top: 0;
    color: rgba(149, 1, 1, 0.7);
    font-weight: 500; }

.line-red-text {
  margin-bottom: 24px;
  color: rgba(149, 1, 1, 0.7);
  font-size: 14px; }

.simple-text {
  margin-bottom: 20px;
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px; }

.max-width-500 {
  max-width: 500px; }

.box-with-right-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  @media (max-width: 767px) {
    .box-with-right-sidebar {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .box-with-right-sidebar .left-box {
    width: 100%;
    padding-right: 100px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 1228px) {
      .box-with-right-sidebar .left-box {
        padding-right: 50px; } }
    @media (max-width: 767px) {
      .box-with-right-sidebar .left-box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 0;
        padding-top: 20px; } }
    .box-with-right-sidebar .left-box ol {
      margin-bottom: 10px;
      padding-left: 20px;
      list-style: auto; }
      .box-with-right-sidebar .left-box ol:last-child {
        margin-bottom: 0; }
    .box-with-right-sidebar .left-box ul {
      margin-bottom: 10px;
      padding-left: 20px;
      list-style: disc; }
      .box-with-right-sidebar .left-box ul:last-child {
        margin-bottom: 0; }
  .box-with-right-sidebar .right-box {
    width: 406px;
    padding: 24px;
    border-radius: 10px;
    background: #F5F5F5;
    -webkit-box-shadow: 0 0 10px 0 rgba(16, 38, 156, 0.2);
    box-shadow: 0 0 10px 0 rgba(16, 38, 156, 0.2);
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
    @media (max-width: 992px) {
      .box-with-right-sidebar .right-box {
        width: 300px;
        padding: 15px; } }
    @media (max-width: 767px) {
      .box-with-right-sidebar .right-box {
        width: 100%;
        position: relative; } }
    .box-with-right-sidebar .right-box li {
      margin-bottom: 24px; }
      @media (max-width: 992px) {
        .box-with-right-sidebar .right-box li {
          margin-bottom: 20px; } }
      .box-with-right-sidebar .right-box li:last-child {
        margin-bottom: 0; }
      .box-with-right-sidebar .right-box li a {
        color: rgba(16, 38, 156, 0.7);
        font-size: 16px;
        font-weight: 400; }
        .box-with-right-sidebar .right-box li a:hover {
          color: #10269c; }
  .box-with-right-sidebar b {
    font-weight: 500; }
  .box-with-right-sidebar a {
    color: rgba(16, 38, 156, 0.7); }
    .box-with-right-sidebar a:hover {
      color: #10269c; }

.one-inform-s {
  margin-bottom: 32px;
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; }
  .one-inform-s p {
    margin-bottom: 10px; }
    .one-inform-s p:last-child {
      margin-bottom: 0; }

.about-with-img {
  height: 300px;
  margin-bottom: 45px;
  position: relative;
  padding: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .about-with-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right; }
  .about-with-img .caption {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    position: relative; }
  .about-with-img p {
    max-width: 560px;
    position: relative; }

.our-benefit {
  margin-bottom: 20px;
  max-width: 700px; }
  .our-benefit .caption {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .our-benefit .caption {
        margin-bottom: 15px;
        font-size: 22px; } }
  .our-benefit p {
    font-size: 20px; }
    @media (max-width: 767px) {
      .our-benefit p {
        font-size: 15px; } }

.benefits-list {
  margin-bottom: 86px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr; }
  @media (max-width: 992px) {
    .benefits-list {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 767px) {
    .benefits-list {
      grid-template-columns: 1fr; } }
  .benefits-list .item .box-ico {
    width: 84px;
    height: 84px;
    margin-bottom: -42px;
    margin-left: 25px;
    border-radius: 50%;
    border: 1px solid rgba(52, 52, 52, 0.18);
    position: relative;
    z-index: 2;
    background: white;
    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 (max-width: 767px) {
      .benefits-list .item .box-ico {
        width: 60px;
        height: 60px;
        margin-bottom: -30px; } }
  .benefits-list .item .description {
    min-height: 200px;
    padding: 62px 25px 25px;
    background: white;
    border-radius: 10px;
    border: 1px solid rgba(52, 52, 52, 0.18);
    -webkit-box-shadow: 0 14px 30px rgba(0, 0, 0, 0.03);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.03); }
    @media (max-width: 767px) {
      .benefits-list .item .description {
        min-height: initial;
        padding: 46px 25px 25px; } }
    .benefits-list .item .description .caption {
      margin-bottom: 5px;
      font-size: 20px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .benefits-list .item .description .caption {
          font-size: 18px; } }
    .benefits-list .item .description p {
      font-size: 14px; }

.about-box-photo {
  margin-bottom: 86px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767px) {
    .about-box-photo {
      margin-bottom: 50px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .about-box-photo .box-img {
    width: 45%; }
    @media (max-width: 767px) {
      .about-box-photo .box-img {
        width: 100%;
        margin-bottom: 15px; } }
  .about-box-photo .text-box {
    width: 55%;
    padding-left: 58px; }
    @media (max-width: 767px) {
      .about-box-photo .text-box {
        width: 100%;
        padding-left: 0; } }
  .about-box-photo .caption {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500; }
    @media (max-width: 992px) {
      .about-box-photo .caption {
        font-size: 24px;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .about-box-photo .caption {
        font-size: 20px;
        margin-bottom: 10px; } }
  .about-box-photo p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; }
    @media (max-width: 992px) {
      .about-box-photo p {
        font-size: 17px;
        line-height: 26px; } }
    @media (max-width: 767px) {
      .about-box-photo p {
        font-size: 14px;
        line-height: 22px; } }
  .about-box-photo.right .text-box {
    padding-left: 0;
    padding-right: 50px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
    @media (max-width: 767px) {
      .about-box-photo.right .text-box {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
        padding-right: 0; } }

.contact-page-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 992px) {
    .contact-page-box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .contact-page-box .left-box {
    width: 100%;
    padding-right: 100px; }
    @media (max-width: 992px) {
      .contact-page-box .left-box {
        padding-right: 0; } }
  .contact-page-box .right-form {
    width: 590px;
    padding: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(16, 38, 156, 0.2);
    box-shadow: 0 0 10px 0 rgba(16, 38, 156, 0.2); }
    @media (max-width: 1228px) {
      .contact-page-box .right-form {
        width: 400px; } }
    @media (max-width: 992px) {
      .contact-page-box .right-form {
        width: 100%;
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .contact-page-box .right-form {
        padding: 25px; } }
    .contact-page-box .right-form .caption {
      margin-bottom: 35px;
      font-size: 24px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .contact-page-box .right-form .caption {
          margin-bottom: 20px;
          font-size: 20px; } }

.contact-column .item {
  padding-bottom: 48px;
  padding-left: 52px;
  position: relative; }
  @media (max-width: 767px) {
    .contact-column .item {
      padding-left: 30px; } }
  .contact-column .item:before, .contact-column .item:after {
    position: absolute;
    content: '';
    display: block; }
  .contact-column .item:before {
    width: 2px;
    top: 10px;
    left: 5px;
    bottom: -10px;
    background: #EBEBEB; }
  .contact-column .item:after {
    width: 12px;
    height: 12px;
    left: 0;
    top: 7px;
    background: #10269C;
    border-radius: 50%;
    content: ''; }
  .contact-column .item:last-child:before {
    display: none; }
  .contact-column .item .caption {
    margin-bottom: 24px;
    color: #343434;
    font-size: 20px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .contact-column .item .caption {
        font-size: 18px; } }
  .contact-column .item ul li {
    margin-bottom: 20px;
    padding-left: 36px;
    position: relative;
    color: #343434;
    font-size: 16px;
    line-height: 26px; }
    @media (max-width: 767px) {
      .contact-column .item ul li {
        font-size: 14px; } }
    .contact-column .item ul li:last-child {
      margin-bottom: 0; }
    .contact-column .item ul li i {
      position: absolute;
      top: 2px;
      left: 0;
      color: #10269C;
      font-size: 22px; }
  .contact-column .item .one-contact {
    margin-bottom: 12px;
    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; }
    .contact-column .item .one-contact .soc-img, .contact-column .item .one-contact span {
      margin-right: 15px; }
    .contact-column .item .one-contact .soc-img {
      line-height: 0; }
    .contact-column .item .one-contact:last-child {
      margin-bottom: 0; }

.join-in {
  background: #E9EAF6; }
  .join-in .join-in-inside {
    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; }
    @media (max-width: 767px) {
      .join-in .join-in-inside {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center; } }
  .join-in .caption {
    margin-bottom: 20px;
    color: #252B42;
    font-size: 56px;
    font-weight: 600; }
    @media (max-width: 992px) {
      .join-in .caption {
        font-size: 40px; } }
    @media (max-width: 520px) {
      .join-in .caption {
        font-size: 30px; } }
  .join-in p {
    margin-bottom: 20px;
    color: #858C94;
    font-size: 14px;
    line-height: 140%; }
  .join-in .box-img {
    width: 490px;
    padding: 0 55px; }
    @media (max-width: 992px) {
      .join-in .box-img {
        width: 400px; } }
    @media (max-width: 500px) {
      .join-in .box-img {
        padding: 0; } }
  .join-in .text {
    width: 550px;
    padding: 25px 50px; }
    @media (max-width: 992px) {
      .join-in .text {
        width: 450px;
        padding: 50px 20px; } }
    @media (max-width: 520px) {
      .join-in .text {
        padding: 40px 0; } }

.join-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .join-form .join-input {
    background-color: white;
    border-radius: 10px 0 0 10px;
    padding-right: 20px;
    border: 1px solid rgba(52, 52, 52, 0.5);
    border-right: 0; }
  .join-form .dark-button {
    border-radius: 0 10px 10px 0; }
