.header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 1000;
  padding: 8px 0px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .header.sticky {
    position: fixed;
    left: 0px;
    top: 0px;
    padding: 4px 0px;
    z-index: 1200; }
    @media (max-width: 991px) {
      .header.sticky {
        padding: 8px 0px; } }
    .header.sticky .allicons .language {
      top: -4px;
      height: calc(100% + 8px); }
      @media (max-width: 991px) {
        .header.sticky .allicons .language {
          top: -8px;
          height: calc(100% + 16px); } }
    .header.sticky #cssmenu ul ul {
      padding-top: 22px; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding-right: 0px; }
  .header .logo img {
    max-width: 216px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .header .logo img {
        max-width: 168px; } }
    @media (max-width: 450px) {
      .header .logo img {
        max-width: 134px; } }
  .header #cssmenu {
    position: relative;
    z-index: 10; }
    .header #cssmenu #menu-button {
      display: none; }
    .header #cssmenu ul {
      float: left; }
      .header #cssmenu ul li {
        float: left;
        position: relative;
        margin: 0px 12px; }
        @media (max-width: 1199px) {
          .header #cssmenu ul li {
            margin: 0px 4px; } }
        .header #cssmenu ul li:hover > ul {
          left: auto;
          z-index: 150; }
          .header #cssmenu ul li:hover > ul li {
            height: 40px; }
        .header #cssmenu ul li a {
          display: block;
          position: relative;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          outline: none;
          color: #000;
          font-family: HelveticaNeueCyr-Medium;
          font-size: 18px;
          text-transform: capitalize; }
          @media (max-width: 1199px) {
            .header #cssmenu ul li a {
              font-size: 16px; } }
          .header #cssmenu ul li a svg {
            max-width: 12px;
            fill: #000;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
            @media (max-width: 991px) {
              .header #cssmenu ul li a svg {
                display: none; } }
          .header #cssmenu ul li a:after {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0px;
            width: 0;
            background: #ea232a;
            height: 2px;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
            @media (max-width: 991px) {
              .header #cssmenu ul li a:after {
                display: none; } }
          .header #cssmenu ul li a:hover, .header #cssmenu ul li a.active {
            color: #ea232a; }
            .header #cssmenu ul li a:hover:after, .header #cssmenu ul li a.active:after {
              width: 80%; }
            .header #cssmenu ul li a:hover svg, .header #cssmenu ul li a.active svg {
              fill: #ea232a;
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
        .header #cssmenu ul li:hover a {
          color: #ea232a; }
          .header #cssmenu ul li:hover a svg {
            fill: #ea232a;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
          .header #cssmenu ul li:hover a:after {
            width: 80%; }
      .header #cssmenu ul ul {
        position: absolute;
        top: 100%;
        left: -9999px;
        padding-top: 26px; }
        @media (max-width: 991px) {
          .header #cssmenu ul ul {
            padding-top: 0px; } }
        .header #cssmenu ul ul li {
          margin: 0px !important;
          height: 0px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          background: #262726;
          padding: 0px 12px; }
          .header #cssmenu ul ul li.has-sub > a:after {
            content: '';
            position: absolute;
            top: 18px;
            right: 0px;
            left: auto;
            width: 8px;
            height: 2px;
            display: block;
            background: #fff; }
          .header #cssmenu ul ul li.has-sub > a:before {
            content: '';
            position: absolute;
            top: 15px;
            right: 3px;
            display: block;
            width: 2px;
            height: 8px;
            background: #fff; }
          .header #cssmenu ul ul li.has-sub:hover > a:before {
            top: 17px;
            height: 0px; }
          .header #cssmenu ul ul li.has-sub:hover > a::after {
            background: #ea232a; }
          .header #cssmenu ul ul li a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 0px !important;
            min-width: 174px !important;
            height: auto !important;
            color: #f7f7f7 !important;
            font-size: 14px !important;
            border-bottom: 1px solid #404040; }
            .header #cssmenu ul ul li a:after {
              display: none; }
            .header #cssmenu ul ul li a:hover {
              color: #ea232a !important;
              padding-left: 12px !important; }
          .header #cssmenu ul ul li ul {
            margin-left: 186px;
            padding: 0px !important;
            top: 0px !important;
            z-index: 170;
            padding-left: 8px !important; }
            .header #cssmenu ul ul li ul:after {
              display: none; }
            .header #cssmenu ul ul li ul li a {
              min-width: 244px !important; }
          .header #cssmenu ul ul li:last-child a {
            border: 0px;
            padding-bottom: 0px; }
  .header .allicons {
    display: flex;
    align-items: center;
    width: 184px; }
    @media (max-width: 991px) {
      .header .allicons {
        width: 168px; } }
    .header .allicons .iconserch {
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      background: #000;
      width: 48px;
      height: 48px;
      border: 4px solid #fff;
      z-index: 1;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .header .allicons .iconserch svg {
        width: 22px;
        height: 22px; }
        .header .allicons .iconserch svg path {
          stroke: #fff; }
      .header .allicons .iconserch:hover {
        background: #ea232a; }
    .header .allicons .language {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 0px;
      top: -8px;
      width: 160px;
      height: calc(100% + 16px);
      color: #fff;
      background: #ea232a;
      font-family: 'HelveticaNeueCyr-Medium';
      font-size: 18px;
      text-transform: capitalize;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .header .allicons .language {
          padding-right: 12px;
          font-size: 16px;
          width: 143px; } }

@media (max-width: 991px) {
  .header #cssmenu {
    position: absolute;
    right: 12px;
    width: 200px;
    z-index: 100; }
    .header #cssmenu #menu-button {
      display: block; }
    .header #cssmenu ul {
      position: absolute;
      top: 42px;
      width: 100%;
      display: none;
      background: #000;
      z-index: 120; }
      .header #cssmenu ul li {
        width: 100%;
        margin: 0px !important;
        height: auto !important;
        position: relative; }
        .header #cssmenu ul li a {
          width: 100%;
          padding: 12px;
          height: auto;
          margin: 0px;
          color: #fff;
          border-bottom: 1px solid #2d2c2c;
          font-weight: normal;
          font-size: 14px; }
    .header #cssmenu #menu-button {
      display: block !important;
      cursor: pointer;
      float: right;
      height: 20px;
      width: 20px; }
      .header #cssmenu #menu-button:after {
        position: absolute;
        top: 10px;
        right: 0px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: '';
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .header #cssmenu #menu-button:before {
        position: absolute;
        top: 4px;
        right: 0px;
        display: block;
        height: 2px;
        width: 20px;
        background: #fff;
        content: '';
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .header #cssmenu #menu-button.menu-opened:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff;
        top: 11px;
        border: 0px;
        height: 2px;
        width: 20px;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .header #cssmenu #menu-button.menu-opened:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #fff;
        top: 11px;
        width: 20px;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
    .header #cssmenu .submenu-button {
      position: absolute;
      top: 0px;
      right: 0px;
      display: block;
      border-left: 1px solid rgba(120, 120, 120, 0.2);
      height: 47px;
      width: 47px;
      cursor: pointer;
      z-index: 10; }
      .header #cssmenu .submenu-button.submenu-button.submenu-opened {
        background: #ea232a; }
  .header #cssmenu ul ul li a {
    min-width: 100%; }
  .header #cssmenu ul ul ul li a {
    padding-left: 35px; }
  .header #cssmenu ul ul li a {
    min-width: 100% !important;
    color: #fff;
    background: none; }
  .header #cssmenu ul ul li:hover > a,
  .header #cssmenu ul ul li.active > a {
    color: #fff; }
  .header #cssmenu ul ul,
  .header #cssmenu ul ul ul {
    position: relative !important;
    padding: 0px !important;
    margin: 0px !important;
    left: 0px !important; }
  .header #cssmenu ul ul {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll; }
  .header #cssmenu > ul > li.has-sub > a:after,
  .header #cssmenu > ul > li.has-sub > a:before,
  .header #cssmenu ul ul > li.has-sub > a:after,
  .header #cssmenu ul ul > li.has-sub > a:before {
    display: none; }
  .header #cssmenu ul ul .submenu-button {
    height: 39px;
    width: 39px; }
  .header #cssmenu .submenu-button:after {
    position: absolute;
    top: 23px;
    right: 21px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: ''; }
  .header #cssmenu ul ul .submenu-button:after {
    top: 17px;
    right: 19px; }
  .header #cssmenu .submenu-button.submenu-opened:after {
    background: #fff; }
  .header #cssmenu .submenu-button:before {
    position: absolute;
    top: 20px;
    right: 24px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: ''; }
  .header #cssmenu ul ul .submenu-button:before {
    top: 14px;
    right: 22px; }
  .header #cssmenu .submenu-button.submenu-opened:before {
    display: none; }
  .header #cssmenu ul ul li ul {
    padding: 0px !important;
    height: auto;
    overflow: inherit;
    overflow-y: inherit; }

  .header #cssmenu ul ul li ul li a {
    min-width: 100% !important; } }
.searchpop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  top: -100%;
  left: 0px;
  z-index: 1201; }
  .searchpop.active {
    top: 0px; }
  .searchpop .exit {
    position: absolute;
    right: 12px;
    cursor: pointer;
    z-index: 30; }
    @media (max-width: 991px) {
      .searchpop .exit {
        top: 24px; } }
  .searchpop .formsearch {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0px 122px 0px 12px;
    z-index: 20; }
    .searchpop .formsearch input {
      width: 100%;
      height: 100%;
      outline: none;
      background: none;
      font-size: 18px;
      text-transform: initial;
      font-family: 'HelveticaNeueCyr-Medium'; }
      @media (max-width: 991px) {
        .searchpop .formsearch input {
          font-size: 30px; } }
    .searchpop .formsearch .bot-icon {
      position: absolute;
      right: 64px;
      background: none;
      border: 0px;
      outline: 0px;
      outline-style: none;
      padding: 0px;
      cursor: pointer; }
      .searchpop .formsearch .bot-icon svg {
        width: 28px;
        height: 28px; }
        .searchpop .formsearch .bot-icon svg path {
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          stroke: #000; }
      .searchpop .formsearch .bot-icon:hover svg path {
        stroke: #ea232a; }

.slider {
  width: 100%;
  overflow: hidden;
  background: #171612; }
  .slider .carousel {
    width: 100%; }
  .slider img {
    width: 100%;
    height: calc(100vh - 88px);
    object-fit: cover; }
  .slider .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b5; }
  .slider .carousel-inner .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: 100%; }
    .slider .carousel-inner .container .title {
      font-size: 66px;
      color: #fff; }
      @media (max-width: 991px) {
        .slider .carousel-inner .container .title {
          text-align: center;
          font-size: 46px; } }
    .slider .carousel-inner .container .text {
      color: #fff;
      margin-top: 12px; }
      @media (max-width: 991px) {
        .slider .carousel-inner .container .text {
          text-align: center; } }
    .slider .carousel-inner .container .bottoms {
      display: flex;
      margin-top: 24px; }
      @media (max-width: 991px) {
        .slider .carousel-inner .container .bottoms {
          justify-content: center; } }
      .slider .carousel-inner .container .bottoms .bottom {
        border: 1px solid #ea232a; }
        @media (max-width: 991px) {
          .slider .carousel-inner .container .bottoms .bottom {
            margin: 0px 12px;
            height: 44px;
            padding: 0px 12px; } }
        .slider .carousel-inner .container .bottoms .bottom:hover {
          border: 1px solid #000; }
        .slider .carousel-inner .container .bottoms .bottom:last-child {
          background: none;
          border: 1px solid #fff;
          color: #fff;
          margin-left: 24px; }
          @media (max-width: 991px) {
            .slider .carousel-inner .container .bottoms .bottom:last-child {
              margin: 0px; } }
          .slider .carousel-inner .container .bottoms .bottom:last-child:hover {
            border: 1px solid #000;
            background: #000; }
  .slider .carousel-indicators {
    position: absolute;
    top: 44%;
    right: 42px;
    bottom: auto;
    left: auto;
    margin: 0px;
    width: 20px;
    display: block; }
    @media (max-width: 991px) {
      .slider .carousel-indicators {
        top: 90%;
        right: auto;
        width: 100%;
        text-align: center; } }
    .slider .carousel-indicators li {
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 0px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      background: #fff; }
      .slider .carousel-indicators li.active {
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        background: #ea232a; }
      @media (max-width: 991px) {
        .slider .carousel-indicators li {
          width: 12px;
          height: 12px; } }

.aboutus {
  width: 100%;
  position: relative;
  padding: 58px 0px 32px 0px;
  overflow: hidden;
  /* Vertical line */ }
  @media (max-width: 991px) {
    .aboutus {
      padding: 32px 0px; } }
  .aboutus .item {
    display: flex;
    align-items: center; }
    .aboutus .item:last-child::before {
      content: '';
      position: absolute;
      right: -84px;
      bottom: 0;
      width: 207px;
      height: 320px;
      background: url(../images/bg.png) no-repeat; }
    @media (max-width: 991px) {
      .aboutus .item {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 32px; }
        .aboutus .item:last-child {
          margin: 0px; } }
    .aboutus .item .welcome {
      color: #ea232a;
      text-transform: capitalize;
      font-size: 18px; }
    .aboutus .item .title {
      margin-top: 12px; }
    .aboutus .item .photo {
      position: relative;
      display: flex;
      justify-content: flex-end;
      width: 100%;
      height: 440px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .aboutus .item .photo {
          height: 260px; } }
      .aboutus .item .photo img {
        width: 90%;
        height: 100%;
        object-fit: cover; }
    .aboutus .item .phototow {
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: calc(100% - 24px);
      height: 100px;
      overflow: hidden; }
      .aboutus .item .phototow::before {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ea232aa3; }
      .aboutus .item .phototow img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .aboutus .item .phototow .textab {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .aboutus .item .phototow .textab .title {
          font-size: 30px !important;
          color: #fff;
          margin: 0px; }
          @media (max-width: 991px) {
            .aboutus .item .phototow .textab .title {
              font-size: 24px !important; } }
    .aboutus .item .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 0px;
      right: 0px;
      margin: 0px auto;
      width: 120px;
      height: 120px;
      background: #fff;
      padding: 16px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1); }
      .aboutus .item .icon img {
        max-width: 100%; }
      @media (max-width: 767px) {
        .aboutus .item .icon {
          width: 100px;
          height: 100px; } }
    .aboutus .item .bottoms {
      position: relative;
      display: flex;
      align-items: center;
      margin-top: 24px; }
  .aboutus .accordion {
    width: 100%;
    margin-top: 24px;
    position: relative;
    z-index: 10; }
    .aboutus .accordion .option {
      width: 100%;
      margin-bottom: 24px;
      position: relative; }
      .aboutus .accordion .option .click-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-clip: padding-box;
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        background: #fff; }
        .aboutus .accordion .option .click-title a {
          width: 100%;
          padding: 20px;
          font-size: 18px;
          color: #000;
          text-transform: capitalize;
          font-family: 'HelveticaNeueCyr-Medium'; }
      .aboutus .accordion .option .text {
        padding: 0px 20px; }
  .aboutus .collapsible-link::before {
    content: '';
    position: absolute;
    top: 27px;
    right: 20px;
    width: 16px;
    height: 10px;
    background: url(../images/arrow.svg) no-repeat;
    display: block;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 10; }
  .aboutus .collapsible-link[aria-expanded='true']::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.president {
  width: 100%;
  position: relative;
  padding: 48px 0px;
  overflow: hidden;
  background: #f7f7f7; }
  @media (max-width: 991px) {
    .president {
      padding: 32px 0px; } }
  .president .item {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .president .item {
        display: block;
        margin-bottom: 24px;
        max-width: 100%;
        flex: 100%; }
        .president .item:last-child {
          margin: 0px; } }
    .president .item .photo {
      min-width: 50%;
      height: 350px;
      overflow: hidden; }
      @media (max-width: 991px) {
        .president .item .photo {
          min-width: 100%;
          height: 260px; } }
      .president .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .president .item .contant {
      min-width: 70%;
      padding: 24px 16px;
      background: #fff;
      margin-left: -20%;
      min-height: 262px;
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
      @media (max-width: 991px) {
        .president .item .contant {
          min-width: 100%;
          margin: 0px;
          min-height: inherit; } }
      .president .item .contant .title {
        font-size: 28px !important; }
        @media (max-width: 991px) {
          .president .item .contant .title {
            font-size: 24px !important; } }
      .president .item .contant .text {
        margin-top: 12px;
        line-height: 24px; }

.cd-single-point {
  position: relative;
  width: 72px;
  cursor: pointer;
  text-align: center;
  margin-right: 24px;
  z-index: 20; }
  .cd-single-point::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: cd-pulse 2s infinite; }
  .cd-single-point .cd-img-replace {
    position: relative;
    z-index: 2;
    display: block;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .cd-single-point .innerbc {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background: #ea232a;
    z-index: 10;
    color: #ea232a; }
@keyframes cd-pulse {
  0% {
    box-shadow: 0 0 0 0 #ea232a; }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 150, 44, 0); } }
.YouTubePopUp-Wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999999999999;
  padding: 15px; }
  .YouTubePopUp-Wrap .YouTubePopUp-Content {
    max-width: 680px;
    display: block;
    margin: 0px auto;
    height: 100%;
    position: relative; }
    .YouTubePopUp-Wrap .YouTubePopUp-Content iframe,
    .YouTubePopUp-Wrap .YouTubePopUp-Content video {
      position: absolute;
      top: 0px;
      bottom: 0px;
      max-width: 100% !important;
      width: 100% !important;
      display: block !important;
      height: 480px !important;
      border: none !important;
      margin: auto 0px;
      background: #fff;
      padding: 15px; }
      @media (max-width: 767px) {
        .YouTubePopUp-Wrap .YouTubePopUp-Content iframe,
        .YouTubePopUp-Wrap .YouTubePopUp-Content video {
          height: 300px !important; } }
  .YouTubePopUp-Wrap .YouTubePopUp-Close {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 528px;
    cursor: pointer;
    margin: auto 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #fff;
    background-size: 100%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }

.number-ab {
  width: 100%;
  position: relative; }
  .number-ab .inner {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff url(../images/number.jpg) no-repeat fixed center center/cover;
    padding: 32px 24px; }
    .number-ab .inner::after {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      background: #00000096; }
  .number-ab .row {
    position: relative;
    z-index: 10; }
  .number-ab .item {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .number-ab .item {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 24px;
        justify-content: center; }
        .number-ab .item:last-child {
          margin: 0px; } }
    .number-ab .item .timer {
      text-align: center;
      font-size: 48px;
      color: #fff;
      min-width: 92px;
      font-family: 'HelveticaNeueCyr-Bold'; }
      @media (max-width: 1199px) {
        .number-ab .item .timer {
          font-size: 36px; } }
    .number-ab .item .contant {
      border-left: 3px dotted #fff;
      padding-left: 16px;
      margin-left: 16px;
      min-width: 188px; }
      .number-ab .item .contant .title {
        color: #ea232a;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 24px; }
        @media (max-width: 1199px) {
          .number-ab .item .contant .title {
            font-size: 22px; } }
      .number-ab .item .contant .name {
        display: block;
        color: #fff;
        margin-top: 8px;
        text-transform: capitalize;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        @media (max-width: 991px) {
          .number-ab .item .contant .name {
            margin: 0px; } }

.ourteam {
  width: 100%;
  position: relative;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .ourteam {
      padding: 32px 0px; } }
  .ourteam .title {
    text-align: center; }
  .ourteam p.text.text-center {
    padding: 0px 10%; }
    @media (max-width: 991px) {
      .ourteam p.text.text-center {
        padding: 0px; } }
  .ourteam .ourteam-slider {
    position: relative;
    z-index: 1; }
    .ourteam .ourteam-slider .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      padding: 0px !important;
      margin: 0px -12px; }
      .ourteam .ourteam-slider .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        padding-top: 24px;
        padding-bottom: 12px;
        overflow: hidden; }
        .ourteam .ourteam-slider .slick-list .slick-track:after, .ourteam .ourteam-slider .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .ourteam .ourteam-slider .slick-next,
    .ourteam .ourteam-slider .slick-prev {
      position: absolute;
      top: -46px;
      right: 0px;
      background: none;
      cursor: pointer;
      padding: 0px;
      outline: none;
      border: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 36px;
      height: 36px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      border: 1px solid #979797;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      display: none !important; }
      .ourteam .ourteam-slider .slick-next path,
      .ourteam .ourteam-slider .slick-prev path {
        stroke: #000 !important; }
      .ourteam .ourteam-slider .slick-next:hover,
      .ourteam .ourteam-slider .slick-prev:hover {
        border: 1px solid #ea232a;
        background: linear-gradient(303.91deg, #c38c6b 7.57%, #9d6442 94.39%); }
        .ourteam .ourteam-slider .slick-next:hover path,
        .ourteam .ourteam-slider .slick-prev:hover path {
          stroke: #fff !important; }
    .ourteam .ourteam-slider .slick-prev {
      right: 32px;
      margin-right: 20px; }
      @media (max-width: 991px) {
        .ourteam .ourteam-slider .slick-prev {
          margin-right: 8px; } }
    .ourteam .ourteam-slider .slick-dots {
      display: flex !important;
      justify-content: center;
      margin-top: 24px; }
      .ourteam .ourteam-slider .slick-dots li {
        position: relative;
        width: 22px;
        height: 6px;
        cursor: pointer;
        margin: 0px 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .ourteam .ourteam-slider .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          cursor: pointer;
          width: 22px;
          height: 6px;
          border: 0px;
          outline: none;
          background: #dfdfdf;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-clip: padding-box;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .ourteam .ourteam-slider .slick-dots li.slick-active button {
        background: #ea232a; }
    .ourteam .ourteam-slider .slick-track {
      padding-bottom: 45px !important; }
    .ourteam .ourteam-slider .slick-dots {
      margin-top: 0px !important; }
  .ourteam .item {
    position: relative;
    display: inline-block;
    margin: 0px 12px; }
    .ourteam .item:hover {
      box-shadow: 0px 0px 10px rgba(194, 72, 155, 0.2); }
      .ourteam .item:hover .photo img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3); }
      .ourteam .item:hover .content {
        bottom: 0px; }
      .ourteam .item:hover .social {
        bottom: -49px; }
    .ourteam .item .photo {
      position: relative;
      width: 100%;
      height: 382px;
      overflow: hidden;
      z-index: 10; }
      .ourteam .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .ourteam .item .m-title {
      padding: 12px; }
    .ourteam .item .content {
      width: 100%;
      position: absolute;
      left: 0px;
      bottom: -166px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 1244px) {
        .ourteam .item .content {
          bottom: -200px; } }
      @media (max-width: 922px) {
        .ourteam .item .content {
          bottom: -196px; } }
      .ourteam .item .content .name {
        font-family: 'HelveticaNeueCyr-Medium';
        font-size: 20px;
        line-height: 23px;
        color: #fff;
        background: #000;
        text-transform: capitalize; }
      .ourteam .item .content .inner-text {
        background: #ea232a;
        padding: 12px;
        margin-top: 48px; }
        .ourteam .item .content .inner-text .text {
          color: #fff;
          margin: 0px; }
    .ourteam .item .social {
      position: absolute;
      left: 0px;
      bottom: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      background: #ea232a;
      border-top: 1px solid #ffffff61;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .ourteam .item .social a {
        display: flex;
        justify-content: center;
        align-items: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        width: 48px;
        height: 48px;
        border-left: 1px solid #ffffff61; }
        .ourteam .item .social a:last-child {
          border-right: 1px solid #ffffff61; }
        .ourteam .item .social a svg {
          fill: #fff;
          max-width: 16px;
          max-height: 16px; }
        .ourteam .item .social a.icon-facebook:hover {
          background: #3b5998; }
          .ourteam .item .social a.icon-facebook:hover svg {
            fill: #fff; }
        .ourteam .item .social a.icon-twitter:hover {
          background: #00acee; }
          .ourteam .item .social a.icon-twitter:hover svg {
            fill: #fff; }
        .ourteam .item .social a.icon-instagram:hover {
          background: #8d5b46; }
          .ourteam .item .social a.icon-instagram:hover svg {
            fill: #fff; }
        .ourteam .item .social a.icon-youtube:hover {
          background: #c4302b; }
          .ourteam .item .social a.icon-youtube:hover svg {
            fill: #fff; }
        .ourteam .item .social a.icon-rss:hover {
          background: #ee802f; }
          .ourteam .item .social a.icon-rss:hover svg {
            fill: #fff; }
        .ourteam .item .social a.icon-linkedin:hover {
          background: #007fb1; }
          .ourteam .item .social a.icon-linkedin:hover svg {
            fill: #fff; }
        .ourteam .item .social a.icon-gplus:hover {
          background: #dd4b39; }
          .ourteam .item .social a.icon-gplus:hover svg {
            fill: #fff; }
        .ourteam .item .social a.icon-whatsapp:hover {
          background: #189d0e; }
          .ourteam .item .social a.icon-whatsapp:hover svg {
            fill: #fff; }

.chooseus {
  width: 100%;
  position: relative;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .chooseus {
      padding: 32px 0px; } }
  .chooseus .title {
    text-align: center; }
  .chooseus .item {
    margin-top: 32px; }
    @media (max-width: 991px) {
      .chooseus .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px; } }
    .chooseus .item .inner {
      width: 100%;
      background: #fff;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      padding: 24px 12px;
      text-align: center;
      -webkit-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1); }
      .chooseus .item .inner .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px auto;
        width: 187px;
        height: 165px;
        background: url(../images/icon.png) no-repeat;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .chooseus .item .inner .icon svg {
          width: 64px;
          height: 64px;
          fill: #ea232a; }
      .chooseus .item .inner .title {
        font-size: 24px !important;
        margin-top: 16px; }
      .chooseus .item .inner .text {
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5; }
        @media (max-width: 991px) {
          .chooseus .item .inner .text {
            min-height: inherit; } }
      .chooseus .item .inner:hover .icon {
        background: url(../images/icon-hover.png) no-repeat; }
        .chooseus .item .inner:hover .icon svg {
          fill: #fff; }

.privacy-policy,
.terms-conditions {
  width: 100%;
  position: relative;
  padding: 48px 0px;
  overflow: hidden;
  min-height: 80vh;
  background: #f7f7f7; }
  @media (max-width: 991px) {
    .privacy-policy,
    .terms-conditions {
      padding: 32px 0px; } }
  .privacy-policy .title::after,
  .terms-conditions .title::after {
    display: none; }

.videos {
  width: 100%;
  position: relative;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .videos {
      padding: 32px 0px; } }
  .videos .title {
    text-align: center; }
  .videos .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .videos .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 550px) {
      .videos .item {
        max-width: 100%;
        flex: 100%; } }
    .videos .item .photo {
      display: block;
      position: relative;
      width: 100%;
      height: 240px;
      overflow: hidden;
      background: #fff;
      cursor: pointer; }
      .videos .item .photo img {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .videos .item .photo:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .videos .item .photo:hover i.icon-play {
        background: #ea232a; }
      .videos .item .photo i.icon-play {
        position: absolute;
        top: 50%;
        right: 0px;
        left: 0px;
        width: 56px;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px auto;
        z-index: 1;
        background: #ea232a8f;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-top: -28px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .videos .item .photo i.icon-play svg {
          width: 22px;
          height: 22px; }
      .videos .item .photo .contant {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        padding: 48px 16px 16px 16px;
        background: linear-gradient(#00000000, #000000); }
        .videos .item .photo .contant .title {
          font-size: 18px !important;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          color: #fff; }

.innershow {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11000;
  width: 100%;
  height: 100%;
  background: #333; }
  .innershow .icon-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    z-index: 1; }
    .innershow .icon-close:before, .innershow .icon-close:after {
      position: absolute;
      display: block;
      height: 1px;
      width: 30px;
      background: #fff;
      content: '';
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .innershow .icon-close:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .innershow .container {
    display: flex;
    align-items: center;
    height: 100vh;
    padding: 0px 10%; }
    @media (max-width: 991px) {
      .innershow .container {
        padding: 0px 12px; } }
  .innershow .title {
    color: #fff;
    font-size: 24px !important; }
  .innershow .iframe {
    width: 100%;
    position: relative;
    background: #f7f7f7; }
    .innershow .iframe iframe {
      display: block;
      border: 0px;
      width: 100%;
      height: 80vh; }

.companys {
  width: 100%;
  position: relative;
  padding: 58px 0px 32px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .companys {
      padding: 32px 0px; } }
  .companys .texttop {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0px 20%;
    margin-bottom: 32px; }
    @media (max-width: 991px) {
      .companys .texttop {
        padding: 0px;
        margin: 0px; } }
    .companys .texttop::after {
      content: "";
      position: absolute;
      left: 0px;
      bottom: 50px;
      width: 100%;
      height: 1px;
      background: #d7d7d7; }
      @media (max-width: 991px) {
        .companys .texttop::after {
          display: none; } }
    .companys .texttop .text {
      position: relative;
      z-index: 1;
      padding: 0px 5%;
      margin: 0px;
      background: #fff; }
      @media (max-width: 991px) {
        .companys .texttop .text {
          padding: 0px; } }
  .companys .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .companys .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 667px) {
      .companys .item {
        max-width: 100%;
        flex: 100%; } }
    .companys .item .inner {
      position: relative;
      text-align: center;
      background: #fff;
      padding: 12px;
      border-bottom: 4px solid transparent;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
      .companys .item .inner:hover {
        border-bottom: 4px solid #ea232a;
        -webkit-box-shadow: 0px 0px 20px #0000004d;
        -moz-box-shadow: 0px 0px 20px #0000004d;
        -o-box-shadow: 0px 0px 20px #0000004d;
        -ms-box-shadow: 0px 0px 20px #0000004d;
        box-shadow: 0px 0px 20px #0000004d; }
      .companys .item .inner .photo {
        display: block;
        position: relative;
        width: 100%;
        height: 244px;
        overflow: hidden;
        z-index: 10; }
        .companys .item .inner .photo img {
          width: 100%;
          min-height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .companys .item .inner .photo:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
      .companys .item .inner .title {
        font-size: 24px;
        font-family: 'HelveticaNeueCyr-Medium';
        margin-top: 16px;
        padding: 0px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #000; }
        @media (max-width: 991px) {
          .companys .item .inner .title {
            font-size: 24px; } }
      .companys .item .inner .text {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #5c5c5c;
        min-height: 112px; }
      .companys .item .inner .more {
        display: block;
        margin: 24px 0px; }

.aboutusinner {
  width: 100%;
  position: relative;
  padding: 58px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .aboutusinner {
      padding: 32px 0px; } }
  .aboutusinner .item {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .aboutusinner .item {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 32px; }
        .aboutusinner .item:last-child {
          margin: 0px; } }
    .aboutusinner .item .logo {
      width: #fff; }
      .aboutusinner .item .logo img {
        max-width: 300px; }
    .aboutusinner .item .title {
      margin-top: 12px; }
    .aboutusinner .item .photo {
      position: relative;
      display: flex;
      justify-content: flex-end;
      width: 100%;
      height: 440px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .aboutusinner .item .photo {
          height: 260px; } }
      .aboutusinner .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.companyvideo {
  width: 100%;
  position: relative;
  padding: 48px 0px;
  overflow: hidden;
  background: #f7f7f7; }
  @media (max-width: 991px) {
    .companyvideo {
      padding: 32px 0px; } }
  .companyvideo .iframe {
    margin: 0px auto;
    max-width: 900px;
    background: #ccc; }
    .companyvideo .iframe iframe {
      display: block;
      border: 0px;
      width: 100%;
      height: 500px; }
      @media (max-width: 767px) {
        .companyvideo .iframe iframe {
          height: 300px; } }
  .companyvideo .bottom {
    display: inline-flex;
    min-width: 160px;
    margin-top: 24px; }

.compslider {
  width: 100%;
  position: relative;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .compslider {
      padding: 32px 0px; } }
  .compslider .title {
    text-align: center;
    margin-bottom: 48px; }
    @media (max-width: 991px) {
      .compslider .title {
        margin-bottom: 32px; } }
  .compslider .carousel {
    margin: 0px auto;
    max-width: 900px; }
    .compslider .carousel .carousel-inner {
      width: 100%;
      background: #f7f7f7;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      overflow: hidden; }
      .compslider .carousel .carousel-inner .carousel-item {
        width: 100%; }
        .compslider .carousel .carousel-inner .carousel-item a.elem {
          display: block;
          width: 100%;
          height: 440px; }
          @media (max-width: 500px) {
            .compslider .carousel .carousel-inner .carousel-item a.elem {
              height: 200px; } }
        .compslider .carousel .carousel-inner .carousel-item img {
          width: 100%;
          min-height: 100%;
          object-fit: cover; }
        .compslider .carousel .carousel-inner .carousel-item:hover img {
          -webkit-transform: scale(1.15);
          -moz-transform: scale(1.15);
          -ms-transform: scale(1.15);
          -o-transform: scale(1.15);
          transform: scale(1.15); }
    .compslider .carousel ol.carousel-indicators {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      width: 100%;
      margin: 0px;
      bottom: auto;
      margin-top: 24px; }
      .compslider .carousel ol.carousel-indicators li {
        display: flex;
        width: 16px;
        height: 16px;
        text-indent: 0;
        background: #ccc;
        margin: 0px;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin: 0px 8px;
        overflow: hidden; }
        .compslider .carousel ol.carousel-indicators li.active {
          background: #ea232a; }
  .compslider .elem > span {
    display: block;
    cursor: pointer;
    height: 100%;
    padding-bottom: 65%;
    background-size: cover;
    background-position: center center; }

.minproducts {
  width: 100%;
  position: relative;
  padding: 48px 0px 24px 0px;
  overflow: hidden;
  background: linear-gradient(0deg, #ffffff 7.57%, #ecf4fa94 94.39%); }
  .minproducts::before, .minproducts::after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    height: 57%;
    background: #0e0e0e url(../images/minproducts.jpg) no-repeat fixed center center/cover; }
    @media (max-width: 991px) {
      .minproducts::before, .minproducts::after {
        height: 56%; } }
    @media (max-width: 550px) {
      .minproducts::before, .minproducts::after {
        height: 58%; } }
  .minproducts::after {
    background: linear-gradient(303.91deg, #ea232aad 7.57%, #000000cf 94.39%); }
  .minproducts .container {
    z-index: 10; }
  .minproducts .title {
    text-align: center;
    color: #fff; }
  .minproducts .text {
    text-align: center;
    color: #fff; }
  .minproducts .products-slider {
    position: relative;
    z-index: 1;
    margin-top: 12px; }
    .minproducts .products-slider .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      padding: 0px !important;
      margin: 0px -12px; }
      .minproducts .products-slider .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        padding-top: 24px;
        padding-bottom: 12px;
        overflow: hidden; }
        .minproducts .products-slider .slick-list .slick-track:after, .minproducts .products-slider .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .minproducts .products-slider .slick-next,
    .minproducts .products-slider .slick-prev {
      position: absolute;
      top: -46px;
      right: 0px;
      background: none;
      cursor: pointer;
      padding: 0px;
      outline: none;
      border: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 36px;
      height: 36px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      border: 1px solid #979797;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      display: none !important; }
      .minproducts .products-slider .slick-next path,
      .minproducts .products-slider .slick-prev path {
        stroke: #000 !important; }
      .minproducts .products-slider .slick-next:hover,
      .minproducts .products-slider .slick-prev:hover {
        border: 1px solid #ea232a;
        background: linear-gradient(303.91deg, #c38c6b 7.57%, #9d6442 94.39%); }
        .minproducts .products-slider .slick-next:hover path,
        .minproducts .products-slider .slick-prev:hover path {
          stroke: #fff !important; }
    .minproducts .products-slider .slick-prev {
      right: 32px;
      margin-right: 20px; }
      @media (max-width: 991px) {
        .minproducts .products-slider .slick-prev {
          margin-right: 8px; } }
    .minproducts .products-slider .slick-dots {
      display: flex !important;
      justify-content: center;
      margin-top: 24px; }
      .minproducts .products-slider .slick-dots li {
        position: relative;
        width: 22px;
        height: 6px;
        cursor: pointer;
        margin: 0px 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .minproducts .products-slider .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          cursor: pointer;
          width: 22px;
          height: 6px;
          border: 0px;
          outline: none;
          background: #dfdfdf;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-clip: padding-box;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .minproducts .products-slider .slick-dots li.slick-active button {
        background: #ea232a; }
  .minproducts .item {
    position: relative;
    display: inline-block;
    margin: 0px 12px;
    text-align: center;
    background: #fff;
    padding: 12px;
    border-bottom: 4px solid transparent;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
    .minproducts .item:hover {
      border-bottom: 4px solid #ea232a;
      -webkit-box-shadow: 0px 0px 20px #0000004d;
      -moz-box-shadow: 0px 0px 20px #0000004d;
      -o-box-shadow: 0px 0px 20px #0000004d;
      -ms-box-shadow: 0px 0px 20px #0000004d;
      box-shadow: 0px 0px 20px #0000004d; }
    .minproducts .item .photo {
      display: block;
      position: relative;
      width: 100%;
      height: 244px;
      overflow: hidden;
      z-index: 10; }
      .minproducts .item .photo img {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .minproducts .item .photo:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .minproducts .item .title {
      font-size: 24px;
      font-family: 'HelveticaNeueCyr-Medium';
      margin-top: 16px;
      padding: 0px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #000; }
      @media (max-width: 991px) {
        .minproducts .item .title {
          font-size: 24px; } }
    .minproducts .item .text {
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #5c5c5c; }
    .minproducts .item .more {
      display: block;
      margin: 24px 0px; }

.bg-pru {
  height: auto !important;
  padding: 48px 0px !important; }
  .bg-pru .inner {
    width: 100%;
   // background: #00000085;
    background: #ababab85;
    padding: 24px; }
    .bg-pru .inner .title {
      text-align: left;
      font-size: 28px !important; }
    .bg-pru .inner .field {
      margin-top: 16px;
      max-width: 20%;
      flex: 20%; }
      @media (max-width: 991px) {
        .bg-pru .inner .field {
          max-width: 33.333%;
          flex: 33.333%; } }
      @media (max-width: 767px) {
        .bg-pru .inner .field {
          max-width: 50%;
          flex: 50%; } }
      @media (max-width: 550px) {
        .bg-pru .inner .field {
          max-width: 100%;
          flex: 100%; } }
      .bg-pru .inner .field .form-control {
        height: 54px;
        text-transform: none;
        font-family: 'HelveticaNeueCyr-Medium'; }
        .bg-pru .inner .field .form-control:focus {
          border: 1px solid #ea232a; }
      .bg-pru .inner .field textarea.form-control {
        height: 222px;
        resize: none; }
    .bg-pru .inner .bottom {
      margin: 0px auto;
      height: 54px;
      border-radius: 0.25rem;
      margin-top: 16px;
    }
      .bg-pru .inner .bottom:after {
        border-radius: 0.25rem; }
  .bg-pru .w-box .field {
    max-width: 33.333%;
    flex: 33.333%; }
    @media (max-width: 767px) {
      .bg-pru .w-box .field {
        max-width: 100%;
        flex: 100%; } }
  .bg-pru .w-box .bottom {
    margin: 0px;
    width: 100%; }
  .bg-pru .bvn-pru .field {
    max-width: 25%;
    flex: 25%; }
    @media (max-width: 991px) {
      .bg-pru .bvn-pru .field {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .bg-pru .bvn-pru .field {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 667px) {
      .bg-pru .bvn-pru .field {
        max-width: 100%;
        flex: 100%; } }
  .bg-pru .bvn-pru .bottom {
    margin: 0px;
    width: 100%; }

.products {
  width: 100%;
  position: relative;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .products {
      padding: 32px 0px; } }
  .products .title {
    text-align: center; }
  .products .inner {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .products .inner {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 667px) {
      .products .inner {
        max-width: 100%;
        flex: 100%; } }
    .products .inner .item {
      position: relative;
      text-align: center;
      background: #fff;
      padding: 12px;
      border-bottom: 4px solid transparent;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
      .products .inner .item:hover {
        border-bottom: 4px solid #ea232a;
        -webkit-box-shadow: 0px 0px 20px #0000004d;
        -moz-box-shadow: 0px 0px 20px #0000004d;
        -o-box-shadow: 0px 0px 20px #0000004d;
        -ms-box-shadow: 0px 0px 20px #0000004d;
        box-shadow: 0px 0px 20px #0000004d; }
      .products .inner .item .photo {
        display: block;
        position: relative;
        width: 100%;
        height: 244px;
        overflow: hidden;
        z-index: 10; }
        .products .inner .item .photo img {
          width: 100%;
          min-height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .products .inner .item .photo:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
      .products .inner .item .title {
        font-size: 24px;
        font-family: 'HelveticaNeueCyr-Medium';
        margin-top: 16px;
        padding: 0px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #000; }
        @media (max-width: 991px) {
          .products .inner .item .title {
            font-size: 24px; } }
      .products .inner .item .text {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #5c5c5c;
        min-height: 112px; }
      .products .inner .item .more {
        display: block;
        margin: 24px 0px; }
  .products .toprud .item .photo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    min-height: inherit;
    object-fit: inherit; }
  .products .toprud .item .bottoms {
    margin-top: 24px; }
    .products .toprud .item .bottoms .bottom {
      padding: 0px 8px; }
  .products .table-responsive {
    margin-top: 32px; }
    .products .table-responsive table {
      margin: 0px; }
      .products .table-responsive table tr {
        border: 0px; }
      .products .table-responsive table th {
        background: #0f75bb;
        color: #fff;
        border: 0px;
        padding: 8px !important; }
      .products .table-responsive table td {
        color: #000;
        border: 0px;
        text-transform: capitalize;
        padding: 20px;
        font-family: 'HelveticaNeueCyr-Medium';
        padding: 8px !important; }
      .products .table-responsive table tr:nth-of-type(odd) {
        background: #fbd9da !important; }
  .products .don-prud {
    margin-top: 48px;
    text-align: center; }
    @media (max-width: 991px) {
      .products .don-prud {
        margin-top: 32px; } }
    .products .don-prud .photo {
      width: 100%;
      margin-top: 24px; }
      .products .don-prud .photo img {
        max-width: 100%; }
    .products .don-prud .bottom {
      margin-top: 24px;
      display: inline-flex; }

.details {
  display: flex;
  background: #fdf8f8;
  padding: 24px 12px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .details {
      display: block; } }
  .details .photo {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50%;
    height: 420px;
    overflow: hidden;
    background: #fff; }
    @media (max-width: 767px) {
      .details .photo {
        min-width: 100%;
        height: 220px; } }
    .details .photo img {
      max-width: 100%;
      max-height: 100%;
      cursor: zoom-in; }
  .details .contant {
    display: flex;
    align-items: center;
    padding: 32px; }
    @media (max-width: 767px) {
      .details .contant {
        padding: 24px 12px; } }
    .details .contant .bottom {
      display: inline-flex;
      min-width: 160px;
      margin-top: 24px; }
    .details .contant .title.red {
      color: #ea232a;
      font-size: 22px;
      margin-top: 12px; }
    .details .contant .text {
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .details .contant .product-spec {
      margin-top: 8px;
      width: 380px; }
      @media (max-width: 991px) {
        .details .contant .product-spec {
          width: 100%; } }
      .details .contant .product-spec li {
        display: flex;
        justify-content: space-between;
        min-width: 100%;
        margin-top: 12px; }
        .details .contant .product-spec li p {
          color: #000;
          font-family: 'HelveticaNeueCyr-Medium'; }
        .details .contant .product-spec li span {
          font-family: 'HelveticaNeueCyr-Medium'; }

.detprud {
  background: none; }
  .detprud .contant .text {
    -webkit-line-clamp: inherit; }
  .detprud .photo {
    height: 520px; }

.logocompan {
  width: 100%;
  height: 82px;
  text-align: center; }
  .logocompan img {
    max-width: 100%; }

.itemnew {
  text-align: center;
  margin-top: 48px; }
  @media (max-width: 991px) {
    .itemnew {
      max-width: 50%;
      flex: 50%; } }
  .itemnew a {
    display: block;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin: 0px auto;
    width: 244px; }
    @media (max-width: 991px) {
      .itemnew a {
        width: 180px; } }
    @media (max-width: 767px) {
      .itemnew a {
        width: 126px; } }
    .itemnew a .photo {
      margin: 0px auto;
      width: 100%;
      height: 244px;
      overflow: hidden; }
      @media (max-width: 991px) {
        .itemnew a .photo {
          height: 166px; } }
      @media (max-width: 767px) {
        .itemnew a .photo {
          height: 126px; } }
      .itemnew a .photo img {
        width: 100%;
        max-height: 100%; }
    .itemnew a .title {
      font-size: 18px;
      padding: 0px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      background: #ea232a;
      text-align: center;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #fff;
      font-family: 'HelveticaNeueCyr-Light';
      border-bottom: 8px solid #f69497;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      margin-top: -40px;
      position: relative;
      z-index: 10;
      padding: 16px; }
      @media (max-width: 767px) {
        .itemnew a .title {
          font-size: 14px; } }
    .itemnew a span {
      display: block;
      margin-top: 8px; }
      @media (max-width: 767px) {
        .itemnew a span {
          font-size: 12px; } }
    .itemnew a:hover {
      -webkit-transform: translate(0, -2%);
      -ms-transform: translate(0, -2%);
      transform: translate(0, -2%); }

.newdetails {
  padding-top: 48px; }
  .newdetails .details {
    background: #fff; }
    .newdetails .details .contant {
      display: block; }
      .newdetails .details .contant .text {
        display: block;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: vertical;
        margin: 0px; }
  .newdetails .logocompan {
    text-align: left; }
    @media (max-width: 767px) {
      .newdetails .logocompan {
        text-align: center; } }
  .newdetails .itprod {
    margin-top: 24px; }
    .newdetails .itprod .table {
      border-radius: 8px;
      border: 1px solid #000;
      margin: 0px; }
    .newdetails .itprod .table td,
    .newdetails .itprod .table th {
      border: 0px;
      padding: 4px;
      color: #000; }
    .newdetails .itprod .table th {
      background: #d2d4d4;
      text-align: center; }
    .newdetails .itprod .table-striped tbody tr:nth-of-type(odd) {
      background: none; }
    .newdetails .itprod:last-child .table td {
      text-align: center; }

.newtitle {
  text-align: center;
  width: 22%;
  margin-top: 24px;
  font-family: 'HelveticaNeueCyr-Medium' !important; }
  @media (max-width: 767px) {
    .newtitle {
      width: 100%; } }

.newsection .table td,
.newsection .table th {
  text-align: center; }
  .newsection .table td a,
  .newsection .table th a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ea232a; }
    .newsection .table td a:hover,
    .newsection .table th a:hover {
      text-decoration: underline; }
    .newsection .table td a svg,
    .newsection .table td a img,
    .newsection .table th a svg,
    .newsection .table th a img {
      max-width: 20px;
      margin-left: 8px;
      fill: #ea232a; }
.newsection .table-responsive table th {
  background: none;
  color: #000;
  font-family: 'HelveticaNeueCyr-Medium'; }
.newsection .bgtable .table.table-striped {
  background: #ededed; }
.newsection .catalogs table {
  border: 1px solid #000; }
.newsection .catalogs table tr:nth-of-type(odd) {
  background: #d2d4d4 !important; }

.slidone {
  margin-top: 48px; }
  .slidone .title {
    max-width: 60%;
    margin: 0 auto;
    background: #231f20;
    color: #fff !important;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    padding: 8px;
    text-align: center;
    font-size: 20px !important; }
    @media (max-width: 767px) {
      .slidone .title {
        max-width: 100%; } }
  .slidone .sl-gallery {
    position: relative;
    z-index: 1;
    padding: 48px 0px; }
    .slidone .sl-gallery .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      padding: 0px !important;
      margin: 0px -12px; }
      .slidone .sl-gallery .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        padding-top: 24px;
        padding-bottom: 12px;
        overflow: hidden; }
        .slidone .sl-gallery .slick-list .slick-track:after, .slidone .sl-gallery .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .slidone .sl-gallery .slick-next,
    .slidone .sl-gallery .slick-prev {
      position: absolute;
      top: -46px;
      right: 0px;
      background: none;
      cursor: pointer;
      padding: 0px;
      outline: none;
      border: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 36px;
      height: 36px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      border: 1px solid #979797;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      display: none !important; }
      .slidone .sl-gallery .slick-next path,
      .slidone .sl-gallery .slick-prev path {
        stroke: #000 !important; }
      .slidone .sl-gallery .slick-next:hover,
      .slidone .sl-gallery .slick-prev:hover {
        border: 1px solid #ea232a;
        background: linear-gradient(303.91deg, #c38c6b 7.57%, #9d6442 94.39%); }
        .slidone .sl-gallery .slick-next:hover path,
        .slidone .sl-gallery .slick-prev:hover path {
          stroke: #fff !important; }
    .slidone .sl-gallery .slick-prev {
      right: 32px;
      margin-right: 20px; }
      @media (max-width: 991px) {
        .slidone .sl-gallery .slick-prev {
          margin-right: 8px; } }
    .slidone .sl-gallery .slick-dots {
      display: flex !important;
      justify-content: center;
      margin-top: 24px; }
      .slidone .sl-gallery .slick-dots li {
        position: relative;
        width: 22px;
        height: 6px;
        cursor: pointer;
        margin: 0px 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .slidone .sl-gallery .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          cursor: pointer;
          width: 22px;
          height: 6px;
          border: 0px;
          outline: none;
          background: #dfdfdf;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-clip: padding-box;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .slidone .sl-gallery .slick-dots li.slick-active button {
        background: #ea232a; }
    .slidone .sl-gallery .slick-list {
      overflow: inherit; }
    .slidone .sl-gallery .slick-dots {
      display: none !important; }
    .slidone .sl-gallery .slick-next,
    .slidone .sl-gallery .slick-prev {
      display: block !important;
      top: auto !important;
      bottom: 0px !important;
      background: #000 !important;
      border: 1px solid #000 !important; }
      @media (max-width: 500px) {
        .slidone .sl-gallery .slick-next,
        .slidone .sl-gallery .slick-prev {
          bottom: -28px !important; } }
      .slidone .sl-gallery .slick-next svg path,
      .slidone .sl-gallery .slick-prev svg path {
        stroke: #fff !important; }
      .slidone .sl-gallery .slick-next:hover,
      .slidone .sl-gallery .slick-prev:hover {
        background: #ea232a !important;
        border: 1px solid #ea232a !important; }
    .slidone .sl-gallery .itemprod {
      display: inline-block;
      margin: 0px 12px;
      border: 1px solid #000;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .slidone .sl-gallery .itemprod a {
        display: block;
        padding: 24px; }
      .slidone .sl-gallery .itemprod .photo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 200px; }
        .slidone .sl-gallery .itemprod .photo img {
          max-width: 100%;
          max-height: 100%; }
      .slidone .sl-gallery .itemprod .title {
        font-size: 20px;
        font-family: 'HelveticaNeueCyr-Medium';
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .slidone .sl-gallery .itemprod .text {
        display: flex;
        align-items: center;
        position: relative;
        margin-top: 16px;
        height: 38px;
        padding-right: 110px; }
        .slidone .sl-gallery .itemprod .text .icon {
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          right: 0px;
          width: 38px;
          height: 38px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          border: 1px solid #000 !important; }
          .slidone .sl-gallery .itemprod .text .icon svg {
            max-width: 18px;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
      .slidone .sl-gallery .itemprod:hover {
        border: 1px solid #ea232a; }
        .slidone .sl-gallery .itemprod:hover .title {
          color: #ea232a; }
        .slidone .sl-gallery .itemprod:hover .text {
          position: relative;
          margin-top: 8px;
          padding-right: 110px; }
          .slidone .sl-gallery .itemprod:hover .text .icon {
            border: 1px solid #ea232a !important; }
            .slidone .sl-gallery .itemprod:hover .text .icon svg {
              fill: #ea232a; }

.textrt {
  text-align: right; }

.contactus,
.consultation {
  width: 100%;
  position: relative;
  background: #f7f7f7;
  padding: 24px 0px 48px 0px; }
  .contactus .item,
  .consultation .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .contactus .item,
      .consultation .item {
        max-width: 100%;
        flex: 100%; } }
    .contactus .item .contact-block,
    .consultation .item .contact-block {
      display: flex;
      position: relative;
      background: #fff;
      padding: 40px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      min-height: 182px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      -webkit-box-shadow: 4px 4px 60px #0000000a;
      -moz-box-shadow: 4px 4px 60px #0000000a;
      -o-box-shadow: 4px 4px 60px #0000000a;
      -ms-box-shadow: 4px 4px 60px #0000000a;
      box-shadow: 4px 4px 60px #0000000a; }
      .contactus .item .contact-block::before,
      .consultation .item .contact-block::before {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        top: 20px;
        left: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        border: 2px solid #ea232a; }
      .contactus .item .contact-block svg,
      .consultation .item .contact-block svg {
        max-width: 100%;
        max-height: 100%;
        fill: #ea232a;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .contactus .item .contact-block .block-info,
      .consultation .item .contact-block .block-info {
        position: relative;
        padding-left: 20px;
        z-index: 10; }
        .contactus .item .contact-block .block-info .title,
        .consultation .item .contact-block .block-info .title {
          color: #000;
          font-size: 28px;
          margin-bottom: 8px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          .contactus .item .contact-block .block-info .title::after,
          .consultation .item .contact-block .block-info .title::after {
            margin: 0px;
            right: auto; }
        .contactus .item .contact-block .block-info p,
        .contactus .item .contact-block .block-info a,
        .consultation .item .contact-block .block-info p,
        .consultation .item .contact-block .block-info a {
          margin-top: 8px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          font-family: 'HelveticaNeueCyr-Medium';
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .contactus .item .contact-block:hover,
      .consultation .item .contact-block:hover {
        background: #ea232a; }
        .contactus .item .contact-block:hover svg,
        .consultation .item .contact-block:hover svg {
          fill: #fff; }
        .contactus .item .contact-block:hover::before,
        .consultation .item .contact-block:hover::before {
          border: 2px solid #fff; }
        .contactus .item .contact-block:hover .block-info .title,
        .consultation .item .contact-block:hover .block-info .title {
          color: #fff; }
          .contactus .item .contact-block:hover .block-info .title::after,
          .consultation .item .contact-block:hover .block-info .title::after {
            background: #fff; }
        .contactus .item .contact-block:hover .block-info p,
        .contactus .item .contact-block:hover .block-info a,
        .consultation .item .contact-block:hover .block-info p,
        .consultation .item .contact-block:hover .block-info a {
          color: #fff; }
  .contactus .innerform,
  .consultation .innerform {
    margin-top: 48px; }
    .contactus .innerform .title,
    .consultation .innerform .title {
      text-align: center; }
    .contactus .innerform .text,
    .consultation .innerform .text {
      text-align: center; }
    .contactus .innerform .alert,
    .consultation .innerform .alert {
      margin: 0px;
      margin-top: 24px; }
    .contactus .innerform .field,
    .consultation .innerform .field {
      margin-top: 16px; }
      @media (max-width: 767px) {
        .contactus .innerform .field,
        .consultation .innerform .field {
          max-width: 100%;
          flex: 100%; } }
      .contactus .innerform .field .form-control,
      .consultation .innerform .field .form-control {
        height: 54px;
        text-transform: none;
        font-family: 'HelveticaNeueCyr-Medium'; }
        .contactus .innerform .field .form-control:focus,
        .consultation .innerform .field .form-control:focus {
          border: 1px solid #ea232a; }
      .contactus .innerform .field textarea.form-control,
      .consultation .innerform .field textarea.form-control {
        height: 222px;
        resize: none; }
      .contactus .innerform .field .bottom,
      .consultation .innerform .field .bottom {
        margin: 0px auto;
        height: 54px;
        border-radius: 0.25rem; }
        .contactus .innerform .field .bottom:after,
        .consultation .innerform .field .bottom:after {
          border-radius: 0.25rem; }

.map {
  width: 100%;
  position: relative;
  background: #f7f7f7; }
  .map iframe {
    display: block;
    border: 0px;
    width: 100%;
    height: 400px; }

.consultation {
  width: 100%;
  position: relative;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .consultation {
      padding: 32px 0px; } }
  .consultation .innerform {
    margin: 0px;
    padding: 0px 10%; }
    @media (max-width: 991px) {
      .consultation .innerform {
        padding: 0px; } }

.error404 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  background: #fff url(../images/bg2-1.png); }
  .error404 .title {
    font-size: 150px !important;
    color: #000; }
    .error404 .title::after {
      display: none; }
    @media (max-width: 991px) {
      .error404 .title {
        font-size: 120px !important; } }
  .error404 p {
    color: #ea232a;
    font-size: 32px; }
    @media (max-width: 991px) {
      .error404 p {
        font-size: 24px; } }
  .error404 .bottom {
    display: inline-flex;
    margin-top: 32px;
    min-width: 180px;
    height: 48px; }

.partners {
  width: 100%;
  position: relative;
  background: #f7f7f7;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .partners {
      padding: 32px 0px; } }
  .partners .title {
    text-align: center; }
  .partners .slider-partners {
    position: relative;
    z-index: 1;
    margin-top: 16px; }
    .partners .slider-partners .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      padding: 0px !important;
      margin: 0px -12px; }
      .partners .slider-partners .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        padding-top: 24px;
        padding-bottom: 12px;
        overflow: hidden; }
        .partners .slider-partners .slick-list .slick-track:after, .partners .slider-partners .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .partners .slider-partners .slick-next,
    .partners .slider-partners .slick-prev {
      position: absolute;
      top: -46px;
      right: 0px;
      background: none;
      cursor: pointer;
      padding: 0px;
      outline: none;
      border: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 36px;
      height: 36px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      border: 1px solid #979797;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      display: none !important; }
      .partners .slider-partners .slick-next path,
      .partners .slider-partners .slick-prev path {
        stroke: #000 !important; }
      .partners .slider-partners .slick-next:hover,
      .partners .slider-partners .slick-prev:hover {
        border: 1px solid #ea232a;
        background: linear-gradient(303.91deg, #c38c6b 7.57%, #9d6442 94.39%); }
        .partners .slider-partners .slick-next:hover path,
        .partners .slider-partners .slick-prev:hover path {
          stroke: #fff !important; }
    .partners .slider-partners .slick-prev {
      right: 32px;
      margin-right: 20px; }
      @media (max-width: 991px) {
        .partners .slider-partners .slick-prev {
          margin-right: 8px; } }
    .partners .slider-partners .slick-dots {
      display: flex !important;
      justify-content: center;
      margin-top: 24px; }
      .partners .slider-partners .slick-dots li {
        position: relative;
        width: 22px;
        height: 6px;
        cursor: pointer;
        margin: 0px 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .partners .slider-partners .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          cursor: pointer;
          width: 22px;
          height: 6px;
          border: 0px;
          outline: none;
          background: #dfdfdf;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-clip: padding-box;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .partners .slider-partners .slick-dots li.slick-active button {
        background: #ea232a; }
    @media (max-width: 767px) {
      .partners .slider-partners .slick-track {
        padding-top: 0px; } }
  .partners .item-slid {
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0px 12px;
    background: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
    .partners .item-slid:hover {
      -webkit-box-shadow: 0px 0px 24px #0000004d;
      -moz-box-shadow: 0px 0px 24px #0000004d;
      -o-box-shadow: 0px 0px 24px #0000004d;
      -ms-box-shadow: 0px 0px 24px #0000004d;
      box-shadow: 0px 0px 24px #0000004d; }
    .partners .item-slid .photo {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 110px;
      padding: 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 767px) {
        .partners .item-slid .photo {
          height: auto; } }
      .partners .item-slid .photo img {
        max-width: 80%;
        max-height: 80%; }
        @media (max-width: 767px) {
          .partners .item-slid .photo img {
            max-width: 100%;
            max-height: 100%; } }
    .partners .item-slid:hover .photo {
      background: #fff;
      -webkit-box-shadow: 0px 0px 13px #d0d0d070;
      -moz-box-shadow: 0px 0px 13px #d0d0d070;
      -o-box-shadow: 0px 0px 13px #d0d0d070;
      -ms-box-shadow: 0px 0px 13px #d0d0d070;
      box-shadow: 0px 0px 13px #d0d0d070; }

.blogs,
.blogs-inner {
  width: 100%;
  position: relative;
  padding: 24px 0px 48px 0px;
  background: #f7f7f7; }
  @media (max-width: 991px) {
    .blogs,
    .blogs-inner {
      padding: 0px 0px 24px 0px; } }
  @media (max-width: 991px) {
    .blogs .itemblogs,
    .blogs-inner .itemblogs {
      max-width: 100%;
      flex: 100%; } }
  .blogs .itemblogs .photo-inner,
  .blogs-inner .itemblogs .photo-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
    z-index: 10;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .blogs .itemblogs .photo-inner,
      .blogs-inner .itemblogs .photo-inner {
        height: 240px; } }
    .blogs .itemblogs .photo-inner img,
    .blogs-inner .itemblogs .photo-inner img {
      width: 100%;
      min-height: 100%;
      object-fit: cover; }
  .blogs .itemblogs .date,
  .blogs-inner .itemblogs .date {
    display: block;
    margin-top: 16px;
    color: #ea232a;
    text-transform: capitalize; }
  .blogs .itemblogs .title,
  .blogs-inner .itemblogs .title {
    text-align: left;
    font-size: 32px; }
    .blogs .itemblogs .title::after,
    .blogs-inner .itemblogs .title::after {
      display: none; }
  .blogs .itemblogs .social,
  .blogs-inner .itemblogs .social {
    display: flex;
    align-items: center;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .blogs .itemblogs .social,
      .blogs-inner .itemblogs .social {
        margin-top: 20px; } }
    .blogs .itemblogs .social a,
    .blogs-inner .itemblogs .social a {
      display: flex;
      justify-content: center;
      align-items: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      color: #fff;
      min-width: 38px;
      max-width: 38px;
      height: 38px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      margin-right: 4px; }
      .blogs .itemblogs .social a svg,
      .blogs-inner .itemblogs .social a svg {
        fill: #fff;
        max-width: 16px;
        max-height: 16px; }
      .blogs .itemblogs .social a.icon-facebook,
      .blogs-inner .itemblogs .social a.icon-facebook {
        background: #3b5998; }
        .blogs .itemblogs .social a.icon-facebook:hover,
        .blogs-inner .itemblogs .social a.icon-facebook:hover {
          background: #fff; }
          .blogs .itemblogs .social a.icon-facebook:hover svg,
          .blogs-inner .itemblogs .social a.icon-facebook:hover svg {
            fill: #3b5998; }
      .blogs .itemblogs .social a.icon-twitter,
      .blogs-inner .itemblogs .social a.icon-twitter {
        background: #00acee; }
        .blogs .itemblogs .social a.icon-twitter:hover,
        .blogs-inner .itemblogs .social a.icon-twitter:hover {
          background: #fff; }
          .blogs .itemblogs .social a.icon-twitter:hover svg,
          .blogs-inner .itemblogs .social a.icon-twitter:hover svg {
            fill: #00acee; }
      .blogs .itemblogs .social a.icon-instagram,
      .blogs-inner .itemblogs .social a.icon-instagram {
        background: #8d5b46; }
        .blogs .itemblogs .social a.icon-instagram:hover,
        .blogs-inner .itemblogs .social a.icon-instagram:hover {
          background: #fff; }
          .blogs .itemblogs .social a.icon-instagram:hover svg,
          .blogs-inner .itemblogs .social a.icon-instagram:hover svg {
            fill: #8d5b46; }
      .blogs .itemblogs .social a.icon-youtube,
      .blogs-inner .itemblogs .social a.icon-youtube {
        background: #c4302b; }
        .blogs .itemblogs .social a.icon-youtube:hover,
        .blogs-inner .itemblogs .social a.icon-youtube:hover {
          background: #fff; }
          .blogs .itemblogs .social a.icon-youtube:hover svg,
          .blogs-inner .itemblogs .social a.icon-youtube:hover svg {
            fill: #c4302b; }
      .blogs .itemblogs .social a.icon-rss,
      .blogs-inner .itemblogs .social a.icon-rss {
        background: #ee802f; }
        .blogs .itemblogs .social a.icon-rss:hover,
        .blogs-inner .itemblogs .social a.icon-rss:hover {
          background: #fff; }
          .blogs .itemblogs .social a.icon-rss:hover svg,
          .blogs-inner .itemblogs .social a.icon-rss:hover svg {
            fill: #ee802f; }
      .blogs .itemblogs .social a.icon-linkedin,
      .blogs-inner .itemblogs .social a.icon-linkedin {
        background: #007fb1; }
        .blogs .itemblogs .social a.icon-linkedin:hover,
        .blogs-inner .itemblogs .social a.icon-linkedin:hover {
          background: #fff; }
          .blogs .itemblogs .social a.icon-linkedin:hover svg,
          .blogs-inner .itemblogs .social a.icon-linkedin:hover svg {
            fill: #007fb1; }
      .blogs .itemblogs .social a.icon-gplus,
      .blogs-inner .itemblogs .social a.icon-gplus {
        background: #dd4b39; }
        .blogs .itemblogs .social a.icon-gplus:hover,
        .blogs-inner .itemblogs .social a.icon-gplus:hover {
          background: #fff; }
          .blogs .itemblogs .social a.icon-gplus:hover svg,
          .blogs-inner .itemblogs .social a.icon-gplus:hover svg {
            fill: #dd4b39; }
      .blogs .itemblogs .social a.icon-whatsapp,
      .blogs-inner .itemblogs .social a.icon-whatsapp {
        background: #189d0e; }
        .blogs .itemblogs .social a.icon-whatsapp:hover,
        .blogs-inner .itemblogs .social a.icon-whatsapp:hover {
          background: #fff; }
          .blogs .itemblogs .social a.icon-whatsapp:hover svg,
          .blogs-inner .itemblogs .social a.icon-whatsapp:hover svg {
            fill: #189d0e; }
  .blogs .itemblogs .comments,
  .blogs-inner .itemblogs .comments {
    width: 100%;
    margin-top: 24px; }
    .blogs .itemblogs .comments .inner,
    .blogs-inner .itemblogs .comments .inner {
      display: flex;
      background: #fff;
      padding: 24px;
      margin-top: 24px; }
      @media (max-width: 450px) {
        .blogs .itemblogs .comments .inner,
        .blogs-inner .itemblogs .comments .inner {
          display: block; } }
      .blogs .itemblogs .comments .inner .photo,
      .blogs-inner .itemblogs .comments .inner .photo {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        min-width: 114px;
        max-width: 114px;
        height: 114px;
        overflow: hidden;
        z-index: 10;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        background: #f7f7f7;
        margin-right: 16px; }
        @media (max-width: 450px) {
          .blogs .itemblogs .comments .inner .photo,
          .blogs-inner .itemblogs .comments .inner .photo {
            min-width: 94px;
            max-width: 94px;
            height: 94px; } }
        .blogs .itemblogs .comments .inner .photo img,
        .blogs-inner .itemblogs .comments .inner .photo img {
          max-width: 100%;
          max-height: 100%; }
      @media (max-width: 450px) {
        .blogs .itemblogs .comments .inner .contant,
        .blogs-inner .itemblogs .comments .inner .contant {
          margin-top: 24px; } }
      .blogs .itemblogs .comments .inner .contant .title,
      .blogs-inner .itemblogs .comments .inner .contant .title {
        font-size: 24px; }
        @media (max-width: 450px) {
          .blogs .itemblogs .comments .inner .contant .title,
          .blogs-inner .itemblogs .comments .inner .contant .title {
            font-size: 22px; } }
    .blogs .itemblogs .comments .nocomment,
    .blogs-inner .itemblogs .comments .nocomment {
      margin-top: 32px;
      color: #fff;
      font-size: 22px;
      font-weight: 500; }
    .blogs .itemblogs .comments .alert,
    .blogs-inner .itemblogs .comments .alert {
      margin: 0px;
      margin-top: 16px; }
    .blogs .itemblogs .comments .field,
    .blogs-inner .itemblogs .comments .field {
      margin-top: 16px; }
      @media (max-width: 991px) {
        .blogs .itemblogs .comments .field,
        .blogs-inner .itemblogs .comments .field {
          max-width: 100%;
          flex: 100%; } }
      .blogs .itemblogs .comments .field .form-control,
      .blogs-inner .itemblogs .comments .field .form-control {
        height: 54px;
        text-transform: none;
        font-family: 'HelveticaNeueCyr-Medium'; }
        .blogs .itemblogs .comments .field .form-control:focus,
        .blogs-inner .itemblogs .comments .field .form-control:focus {
          border: 1px solid #ea232a; }
      .blogs .itemblogs .comments .field textarea.form-control,
      .blogs-inner .itemblogs .comments .field textarea.form-control {
        height: 222px;
        resize: none; }
      .blogs .itemblogs .comments .field .bottom,
      .blogs-inner .itemblogs .comments .field .bottom {
        width: 100%;
        height: 54px;
        border-radius: 0.25rem; }
        .blogs .itemblogs .comments .field .bottom:after,
        .blogs-inner .itemblogs .comments .field .bottom:after {
          border-radius: 0.25rem; }
  .blogs .itemblogs .min-search,
  .blogs-inner .itemblogs .min-search {
    position: relative;
    width: 100%;
    margin-top: 24px; }
    .blogs .itemblogs .min-search .form-control,
    .blogs-inner .itemblogs .min-search .form-control {
      width: 100%;
      height: 48px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      border: 0px;
      padding: 12px 56px 12px 12px; }
    .blogs .itemblogs .min-search .bot-search,
    .blogs-inner .itemblogs .min-search .bot-search {
      position: absolute;
      top: 10px;
      right: 12px;
      padding: 0px;
      border: 0px;
      outline: 0px;
      background: none;
      cursor: pointer; }
      .blogs .itemblogs .min-search .bot-search svg,
      .blogs .itemblogs .min-search .bot-search img,
      .blogs-inner .itemblogs .min-search .bot-search svg,
      .blogs-inner .itemblogs .min-search .bot-search img {
        width: 24px;
        height: 24px;
        fill: #ea232a; }
  .blogs .itemblogs .most,
  .blogs-inner .itemblogs .most {
    width: 100%;
    margin-top: 32px; }
    .blogs .itemblogs .most .other,
    .blogs-inner .itemblogs .most .other {
      display: flex;
      align-items: center;
      margin-top: 16px; }
      .blogs .itemblogs .most .other .photo,
      .blogs-inner .itemblogs .most .other .photo {
        min-width: 88px;
        max-width: 88px;
        height: 68px;
        overflow: hidden; }
        .blogs .itemblogs .most .other .photo img,
        .blogs-inner .itemblogs .most .other .photo img {
          width: 100%;
          min-height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .blogs .itemblogs .most .other .photo:hover img,
        .blogs-inner .itemblogs .most .other .photo:hover img {
          -webkit-transform: scale(1.3);
          transform: scale(1.3); }
      .blogs .itemblogs .most .other .link,
      .blogs-inner .itemblogs .most .other .link {
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        margin-left: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-transform: capitalize;
        font-family: 'HelveticaNeueCyr-Medium'; }
        .blogs .itemblogs .most .other .link:hover,
        .blogs-inner .itemblogs .most .other .link:hover {
          color: #ea232a; }
  @media (max-width: 991px) {
    .blogs .itemblogs.hidebox,
    .blogs-inner .itemblogs.hidebox {
      display: none; } }
  .blogs .item,
  .blogs-inner .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .blogs .item,
      .blogs-inner .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 700px) {
      .blogs .item,
      .blogs-inner .item {
        max-width: 100%;
        flex: 100%; } }
    .blogs .item .photo,
    .blogs-inner .item .photo {
      display: block;
      position: relative;
      width: 100%;
      height: 284px;
      overflow: hidden;
      z-index: 10; }
      .blogs .item .photo img,
      .blogs-inner .item .photo img {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .blogs .item .photo:hover img,
      .blogs-inner .item .photo:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .blogs .item .contant,
    .blogs-inner .item .contant {
      position: relative;
      width: 90%;
      margin: 0px auto;
      margin-top: -60px;
      z-index: 10;
      background: #fff;
      padding: 12px;
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
      .blogs .item .contant .title,
      .blogs-inner .item .contant .title {
        font-size: 28px;
        font-family: 'HelveticaNeueCyr-Medium';
        margin-top: 16px;
        padding: 0px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: left;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .blogs .item .contant .title::after,
        .blogs-inner .item .contant .title::after {
          display: none; }
        @media (max-width: 991px) {
          .blogs .item .contant .title,
          .blogs-inner .item .contant .title {
            font-size: 24px; } }
        .blogs .item .contant .title:hover,
        .blogs-inner .item .contant .title:hover {
          color: #ea232a; }
      .blogs .item .contant .text,
      .blogs-inner .item .contant .text {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: left;
        margin-top: 12px; }
      .blogs .item .contant .more,
      .blogs-inner .item .contant .more {
        display: block;
        margin: 16px 0px; }
  .blogs .scroll,
  .blogs-inner .scroll {
    position: sticky;
    top: 100px; }

.footer {
  width: 100%;
  position: relative;
  background: #171612 url(../images/footer.png) no-repeat fixed right center;
  padding-top: 48px; }
  @media (max-width: 991px) {
    .footer {
      padding-top: 32px; } }
  .footer .item {
    margin-right: 2.77777766667%; }
    .footer .item:last-child {
      margin: 0px; }
    @media (max-width: 991px) {
      .footer .item {
        max-width: 100%;
        flex: 100%;
        margin: 0px;
        margin-bottom: 24px; }
        .footer .item:last-child {
          margin: 0px; }
        .footer .item:nth-child(2), .footer .item:nth-child(3) {
          max-width: 50%;
          flex: 50%; } }
    @media (max-width: 991px) {
      .footer .item:nth-child(4) {
        max-width: 100%;
        flex: 100%; } }
    @media (max-width: 991px) {
      .footer .item .logo {
        width: 100%;
        text-align: center; } }
    .footer .item .logo img {
      max-width: 116px; }
    .footer .item .text {
      color: #b0afaf;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (max-width: 991px) {
        .footer .item .text {
          text-align: center; } }
    .footer .item .title {
      font-size: 24px;
      font-family: 'HelveticaNeueCyr-Medium';
      color: #fff; }
      @media (max-width: 991px) {
        .footer .item .title {
          text-align: center;
          font-size: 20px; } }
    .footer .item .navmenu {
      margin-top: 20px; }
      .footer .item .navmenu a {
        display: inline-block;
        width: 100%;
        position: relative;
        color: #b0afaf;
        margin-bottom: 8px;
        font-family: 'HelveticaNeueCyr-Medium';
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        text-transform: capitalize; }
        .footer .item .navmenu a:last-child {
          margin: 0px; }
        .footer .item .navmenu a svg {
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
          fill: #b0afaf;
          margin-right: 4px;
          min-width: 12px;
          max-width: 12px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .footer .item .navmenu a:hover {
          color: #ea232a; }
          .footer .item .navmenu a:hover svg {
            fill: #ea232a; }
        @media (max-width: 991px) {
          .footer .item .navmenu a {
            text-align: center; }
            .footer .item .navmenu a svg {
              display: none; } }
    .footer .item .newsletter {
      width: 100%;
      margin-top: 20px; }
      .footer .item .newsletter .form-control {
        height: 50px;
        border-radius: 0px;
        border: 0px !important;
        background: #ffffff26;
        font-style: italic;
        color: #fff; }
        @media (max-width: 991px) {
          .footer .item .newsletter .form-control {
            text-align: center; } }
      .footer .item .newsletter .bottom {
        width: 100%;
        margin-top: 20px;
        border-radius: 0px; }
      .footer .item .newsletter ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #bbb;
        opacity: 1;
        /* Firefox */ }
      .footer .item .newsletter :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #bbb; }
      .footer .item .newsletter ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #bbb; }
  .footer .copyright {
    position: relative;
    margin-top: 48px;
    padding: 24px 0px;
    width: 100%;
    border-top: 1px solid #ffffff24;
    z-index: 2; }
    @media (max-width: 991px) {
      .footer .copyright {
        margin-top: 32px; } }
    .footer .copyright .social {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px 12px; }
      .footer .copyright .social a {
        display: flex;
        justify-content: center;
        align-items: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        color: #fff;
        min-width: 34px;
        max-width: 34px;
        height: 34px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin: 0px 4px; }
        .footer .copyright .social a svg {
          fill: #000;
          max-width: 16px;
          max-height: 16px; }
        .footer .copyright .social a.icon-facebook {
          background: #fff; }
          .footer .copyright .social a.icon-facebook:hover {
            background: #3b5998; }
            .footer .copyright .social a.icon-facebook:hover svg {
              fill: #fff; }
        .footer .copyright .social a.icon-twitter {
          background: #fff; }
          .footer .copyright .social a.icon-twitter:hover {
            background: #00acee; }
            .footer .copyright .social a.icon-twitter:hover svg {
              fill: #fff; }
        .footer .copyright .social a.icon-instagram {
          background: #fff; }
          .footer .copyright .social a.icon-instagram:hover {
            background: #8d5b46; }
            .footer .copyright .social a.icon-instagram:hover svg {
              fill: #fff; }
        .footer .copyright .social a.icon-youtube {
          background: #fff; }
          .footer .copyright .social a.icon-youtube:hover {
            background: #c4302b; }
            .footer .copyright .social a.icon-youtube:hover svg {
              fill: #fff; }
        .footer .copyright .social a.icon-rss {
          background: #fff; }
          .footer .copyright .social a.icon-rss:hover {
            background: #ee802f; }
            .footer .copyright .social a.icon-rss:hover svg {
              fill: #fff; }
        .footer .copyright .social a.icon-linkedin {
          background: #fff; }
          .footer .copyright .social a.icon-linkedin:hover {
            background: #007fb1; }
            .footer .copyright .social a.icon-linkedin:hover svg {
              fill: #fff; }
        .footer .copyright .social a.icon-gplus {
          background: #fff; }
          .footer .copyright .social a.icon-gplus:hover {
            background: #dd4b39; }
            .footer .copyright .social a.icon-gplus:hover svg {
              fill: #fff; }
        .footer .copyright .social a.icon-whatsapp {
          background: #fff; }
          .footer .copyright .social a.icon-whatsapp:hover {
            background: #189d0e; }
            .footer .copyright .social a.icon-whatsapp:hover svg {
              fill: #fff; }
    .footer .copyright p {
      padding: 0px 12px;
      text-align: center;
      font-family: 'HelveticaNeueCyr-Medium';
      margin-top: 16px;
      color: #fff; }
  .footer .scrollToTop {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
    display: none;
    z-index: 1000;
    color: #fff;
    text-align: center;
    background: #ea232a;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    padding-top: 11px;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .footer .scrollToTop:hover {
      background: #000; }
    @media (max-width: 991px) {
      .footer .scrollToTop {
        display: none !important; } }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 16px;
  color: #5c5c5c;
  font-family: 'HelveticaNeueCyr-Light'; }

::-webkit-scrollbar {
  width: 6px;
  height: 2px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f7f7f7; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #ea232a;
  cursor: pointer; }

/* Handle on hover */
@font-face {
  font-family: 'HelveticaNeueCyr-Light';
  src: url("../fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light") format("svg"), url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueCyr-Medium';
  src: url("../fonts/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium") format("svg"), url("../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src: url("../fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold") format("svg"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  direction: ltr;
  text-align: left;
  position: relative;
  background: #fff; }
  body.active {
    overflow: hidden; }

.bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  outline: none;
  outline-style: none;
  border: 0px;
  padding: 0px 24px;
  height: 50px;
  background: #ea232a;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  cursor: pointer;
  overflow: hidden;
  text-transform: capitalize;
  font-family: 'HelveticaNeueCyr-Medium';
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .bottom:hover {
    transform: translateY(-3px);
    background: #000; }
  .bottom svg {
    width: 17px;
    height: 17px;
    margin-right: 4px;
    fill: #fff; }

.title {
  font-size: 40px;
  color: #000;
  font-family: 'HelveticaNeueCyr-Bold';
  text-transform: capitalize;
  position: relative; }
  @media (max-width: 991px) {
    .title {
      font-size: 32px; } }
  .title span {
    color: #ea232a; }

.text {
  margin-top: 16px;
  font-family: 'HelveticaNeueCyr-Medium';
  line-height: 28px; }
  @media (max-width: 767px) {
    .text br {
      display: none; } }

.more {
  color: #ea232a;
  font-style: italic;
  text-decoration: underline;
  text-transform: capitalize;
  font-family: 'HelveticaNeueCyr-Medium'; }
  .more:hover {
    text-decoration: none; }

.alert {
  display: flex;
  align-items: center;
  border: 0px;
  padding: 16px;
  border-radius: 4px;
  height: 60px;
  color: #fff; }
  .alert a {
    text-decoration: underline;
    color: #fff; }
    .alert a:hover {
      text-decoration: none; }
  .alert .text-mass {
    margin: 0px !important;
    margin-left: 12px !important; }
  .alert p {
    color: #fff; }
  .alert.alert-success {
    background: linear-gradient(303.91deg, #1F7A66 7.57%, #60B3A7 94.39%); }
  .alert.alert-danger {
    background: linear-gradient(303.91deg, #C24848 7.57%, #D34A4A 94.39%); }

.map-back {
  width: 100%;
  position: relative;
  height: 360px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  @media (max-width: 991px) {
    .map-back {
      height: 240px; } }
  .map-back img {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .map-back:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(303.91deg, #ea232aad 7.57%, #000000cf 94.39%); }
  .map-back .logocompany {
    text-align: center;
    margin-bottom: 24px; }
    .map-back .logocompany img {
      position: relative;
      width: auto;
      height: auto;
      max-width: 250px; }
      @media (max-width: 991px) {
        .map-back .logocompany img {
          max-width: 200px; } }
  .map-back .container {
    z-index: 10; }
  .map-back .title {
    color: #fff;
    text-align: center;
    font-size: 60px; }
    @media (max-width: 991px) {
      .map-back .title {
        font-size: 50px; } }
    @media (max-width: 667px) {
      .map-back .title {
        font-size: 40px; } }
  .map-back.textstyle .title {
    text-align: left; }
  .map-back.textstyle .text {
    color: #fff;
    padding-right: 20%; }
    @media (max-width: 991px) {
      .map-back.textstyle .text {
        padding: 0px; } }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background: url(../images/arrow.svg) no-repeat;
  background-position: 95% center; }

.pagination {
  margin-top: 40px;
  justify-content: center; }
  @media (max-width: 991px) {
    .pagination {
      margin-top: 24px; } }
  .pagination li {
    display: inline-block;
    margin: 0px 10px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .pagination li a,
    .pagination li span {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #000;
      -webkit-border-radius: 8px !important;
      border-radius: 8px !important;
      background-clip: padding-box;
      width: 40px;
      height: 40px;
      border: 0px;
      color: #000;
      border: 1px solid transparent;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      background: #fff; }
    .pagination li svg {
      width: 16px;
      height: 16px;
      fill: #000;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .pagination li:last-child svg {
      transform: rotate(-90deg); }
    .pagination li:first-child svg {
      transform: rotate(90deg); }
  .pagination .page-link.active,
  .pagination .page-link:hover {
    border: 1px solid #ea232a;
    color: #ea232a !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #ea232a; }

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