@charset "UTF-8";
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  position: relative;
  min-height: 100vh;
  background-color: #000; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; */
}

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
  outline: none !important; }

a,
button,
input,
textarea {
  /* -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; */
  cursor: pointer; }

a:focus,
a:hover {
  text-decoration: none;
  outline: none; }

.hamburger {
  display: none; }

.container {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@-webkit-keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center; }

.hide {
  display: none; }

.hamburger {
  display: none; }

.btnStn {
  color: #4f4642;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 33px;
  line-height: 1;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #ffffff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  .btnStn:hover {
    background-color: #4f4642;
    color: #ffffff;
    border: 1px solid #ffffff; }
  .btnStn iframe {
    border-width: 0; }

header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  padding: 30px 0; }
  header .container {
    max-width: 1750px; }
  header .elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    header .logo img {
      width: 80px; }
    header .logo svg {
      width: 100px;
      height: 100px; }
    header .logo span {
      margin-left: 30px;
      color: #ffffff;
      font-family: "Playfair Display", serif;
      font-size: 24px;
      line-height: 1;
      font-weight: 700;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      font-style: italic; }
      header .logo span b {
        font-weight: 700;
        color: #d22d38; }
  header .navMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    header .navMain ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0;
      margin-right: 42px; }
      header .navMain ul li {
        list-style-type: none;
        margin-right: 0; }
        header .navMain ul li:last-of-type {
          margin-right: 0; }
        header .navMain ul li.active a:before {
          width: 100%; }
        header .navMain ul li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          color: #ffffff;
          font-family: 'Montserrat', sans-serif;
          font-size: 20px;
          font-weight: 800;
          line-height: 1;
          padding: 10px 20px;
          letter-spacing: 0.6px;
          position: relative;
          text-transform: uppercase;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s; }
          header .navMain ul li a:hover {
            color: #d22d38; }
  header .blockNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  header.active, header.activeImport {
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: 0.5px #fff solid;
    padding: 7px 0; }
    header.active .logo svg, header.activeImport .logo svg {
      height: 50px;
      width: 50px; }
    header.active .logo img, header.activeImport .logo img {
      max-width: 50px; }
    header.active .logo span, header.activeImport .logo span {
      margin-left: 8px;
      font-size: 24px; }
    header.active .navMain ul li a, header.activeImport .navMain ul li a {
      font-size: 18px;
      padding: 7px 12px;
      letter-spacing: 0.6px; }
    header.active .btnStn, header.activeImport .btnStn {
      font-size: 18px;
      font-weight: 700;
      padding: 6px 15px; }
  header .lang-select button {
    color: #fff;
    background-color: transparent;
    border: 0;
    position: relative;
    padding-right: 15px; }
    header .lang-select button i {
      margin-right: 15px; }
    header .lang-select button:after {
      content: '\f0d7';
      position: absolute;
      right: 0;
      top: 50%;
      font-family: 'FontAwesome';
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #fff; }
  header .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin: 0 50px;
    padding-left: 0; }
    header .social li {
      list-style-type: none;
      margin-right: 15px !important;
      margin-bottom: 0 !important; }
      header .social li:last-of-type {
        margin-right: 0 !important; }
    header .social a svg {
      width: 15px;
      height: 15px;
      fill: #fff;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    header .social a:hover svg {
      fill: #d22d38; }

.burgerMenu {
  display: none;
  background-color: transparent;
  border: 0;
  margin: -10px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  margin-left: 15px; }
  .burgerMenu.active {
    padding: 0;
    margin: 0;
    z-index: 3;
    position: fixed;
    right: -2px;
    top: 0;
    background-color: #ccc; }
    .burgerMenu.active .line {
      stroke: #d22d38; }
    .burgerMenu.active svg {
      fill: #d22d38; }

.lang-select {
  position: relative; }
  .lang-select .select-sorting {
    position: absolute;
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 20px;
    padding-left: 0;
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.8); }
    .lang-select .select-sorting li {
      list-style-type: none; }
      .lang-select .select-sorting li a {
        color: #fff;
        display: inline-block;
        padding: 3px 0;
        width: 100%;
        text-align: center;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        .lang-select .select-sorting li a:hover {
          color: #d22d38; }

section {
  display: block;
  height: auto;
  margin: 0; }

.number {
  display: inline-block;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 58px;
  width: 200px;
  border-bottom: 2px #d22d38 solid; }
  .number.white {
    color: #040404; }

.secBaner {
  padding-top: 0;
  position: relative; }
  .secBaner .arrowsSecBaner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 97px;
    left: 78px; }
    .secBaner .arrowsSecBaner button {
      margin: 10px;
      padding: 17px 14px;
      background-color: transparent;
      color: #fff;
      font-size: 25px;
      border: 1px solid #ffffff;
      line-height: 1;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      cursor: pointer; }
      .secBaner .arrowsSecBaner button i {
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s; }
      .secBaner .arrowsSecBaner button:hover {
        background-color: #fff;
        color: #000;
        padding: 25px 21px; }
  .secBaner .carousel .item {
    height: 100vh;
    padding-top: 100px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    position: relative;
    color: #fff; }
    .secBaner .carousel .item:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background-color: rgba(4, 4, 4, 0.75); }
    .secBaner .carousel .item .container {
      position: relative;
      z-index: 2;
      max-width: 1205px;
      height: 100%; }
  .secBaner .carousel .text {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    position: relative;
    text-align: center; }
    .secBaner .carousel .text img {
      display: block;
      margin: 10px auto;
      width: 120px;
      margin-top: 25px; }
    .secBaner .carousel .text .title {
      margin-top: 25px;
      color: #ffffff;
      font-family: "Roboto", sans-serif;
      font-size: 32px;
      font-weight: 500;
      line-height: 1.2;
      /* Text style for "InBridge" */ }
      .secBaner .carousel .text .title span {
        color: #d22d38;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-style: italic; }
    .secBaner .carousel .text p {
      color: #ffffff;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 27px;
      letter-spacing: 0.4px;
      width: 100%;
      background-color: rgba(79, 69, 67, 0.8);
      margin: 0;
      padding: 14px 36px; }
  .secBaner .carousel .slick-dots {
    position: absolute;
    bottom: 10%;
    right: 80px;
    margin-bottom: 0;
    z-index: 1;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .secBaner .carousel .slick-dots li {
      list-style-type: none;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px;
      cursor: pointer;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .secBaner .carousel .slick-dots li button {
        display: none; }
      .secBaner .carousel .slick-dots li:before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #ffffff;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      .secBaner .carousel .slick-dots li:hover:before {
        background-color: #e6a1a5; }
      .secBaner .carousel .slick-dots li.slick-active:before {
        background-color: #d22d38; }

.secAbout {
  background-color: #fff;
  padding: 3.8rem 0; }
  .secAbout .container {
    max-width: 1170px; }
  .secAbout .leftTextAbout .title {
    margin-top: 50px;
    margin-bottom: 30px;
    color: #040404;
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-weight: 700;
    font-style: italic;
    line-height: 58px; }
  .secAbout .leftTextAbout p {
    color: #040404;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }
  .secAbout .innerElement {
    display: grid;
    grid-template-columns: 425px 1fr;
    grid-gap: 150px; }
  .secAbout .rightBlock .allItems {
    margin-bottom: 45px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px; }
    .secAbout .rightBlock .allItems h1,
    .secAbout .rightBlock .allItems h2,
    .secAbout .rightBlock .allItems h3,
    .secAbout .rightBlock .allItems h4,
    .secAbout .rightBlock .allItems h5 {
      margin-top: 30px;
      color: #040404;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 26px; }
    .secAbout .rightBlock .allItems .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 70px; }
      .secAbout .rightBlock .allItems .item svg {
        height: 60px;
        width: 60px;
        fill: #56575c; }
      .secAbout .rightBlock .allItems .item img {
        max-height: 60px;
        max-width: 60px;
      }
  .secAbout .rightBlock p {
    color: #56575c;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px; }

.secWe {
  height: 685px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  overflow: hidden;
  color: #fff; }
  .secWe .container {
    position: relative;
    z-index: 1;
    height: 100%; }
  .secWe:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(4, 4, 4, 0.75); }
  .secWe .allElements {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%; }
    .secWe .allElements .textWe {
      text-align: right;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .secWe .allElements .textWe .title {
        margin-top: 50px;
        margin-bottom: 30px;
        color: #fff;
        font-family: "Playfair Display", serif;
        font-size: 42px;
        font-weight: 700;
        font-style: italic;
        line-height: 58px; }
      .secWe .allElements .textWe p {
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px; }
    .secWe .allElements .elements {
      text-align: right;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: -125px; }
      .secWe .allElements .elements .item {
        padding: 10px 0 10px 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 80px;
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 26px;
        position: relative;
        width: 320px; }
        .secWe .allElements .elements .item svg {
          height: 50px;
          width: 50px;
          fill: #fff; }
          .secWe .allElements .elements .item img {
          min-height: 45px;
          max-height: 50px;
          width: auto;
          max-width: 50px;
        }
        .secWe .allElements .elements .item:before {
          content: '';
          position: absolute;
          right: 0;
          bottom: 0;
          width: 90%;
          height: 2px;
          background-color: #d22d38; }
        .secWe .allElements .elements .item:after {
          content: '';
          position: absolute;
          left: 10%;
          top: 100%;
          width: 2px;
          height: 2000px;
          background-color: #d22d38; }
        .secWe .allElements .elements .item:first-of-type {
          margin-left: -80px;
          color: #ffffff;
          font-family: "Roboto", sans-serif;
          /* font-size: 18px;
          font-weight: 400; */
          line-height: 26px; }
          .secWe .allElements .elements .item:first-of-type:before {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 90%;
            height: 1px;
            background-color: transparent;
            border-bottom: 2px #fff dashed; }
          .secWe .allElements .elements .item:first-of-type:after {
            content: '';
            position: absolute;
            left: 10%;
            top: 100%;
            width: 1px;
            height: 2000px;
            background-color: transparent;
            border-left: 2px #fff dashed; }
        .secWe .allElements .elements .item:last-of-type {
          margin-left: 80px;
          margin-bottom: 0;
          color: #ffffff;
          font-family: "Roboto", sans-serif;
          /* font-size: 18px;
          font-weight: 400; */
          line-height: 26px; }
          .secWe .allElements .elements .item:last-of-type:before {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 90%;
            height: 1px;
            background-color: transparent;
            border-bottom: 2px #fff dashed; }
          .secWe .allElements .elements .item:last-of-type:after {
            content: '';
            position: absolute;
            left: 10%;
            top: 100%;
            width: 1px;
            height: 2000px;
            background-color: transparent;
            border-left: 2px #fff dashed; }

.secInform {
  background-color: #fff;
  padding: 5rem 0; }
  .secInform .container {
    max-width: 1218px; }
  .secInform .title {
    margin-top: 35px;
    margin-bottom: 74px;
    color: #040404;
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-weight: 700;
    font-style: italic;
    line-height: 54px; }
  .secInform .bodyBlock .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 80px; }
    .secInform .bodyBlock .item .leftBlock {
      width: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .secInform .bodyBlock .item .leftBlock .imgBlock {
        width: 450px;
        height: 380px;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative; }
        .secInform .bodyBlock .item .leftBlock .imgBlock:before {
          content: '';
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          background-color: rgba(4, 4, 4, 0.2); }
    .secInform .bodyBlock .item .rightBlock {
      width: 50%;
      padding-top: 18px; }
      .secInform .bodyBlock .item .rightBlock span {
        display: inline-block;
        color: #d22d38;
        font-family: "Playfair Display", serif;
        font-size: 34px;
        font-weight: 700;
        font-style: italic;
        line-height: 1;
        position: relative;
        margin-bottom: 0; }
        .secInform .bodyBlock .item .rightBlock span:before {
          content: '';
          position: absolute;
          width: 138px;
          height: 2px;
          background-color: #040404;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: -webkit-calc(100% + 30px);
          right: calc(100% + 30px); }
      .secInform .bodyBlock .item .rightBlock .title {
        color: #040404;
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-style: normal;
        text-align: left;
        position: relative;
        top: -10px; }
      .secInform .bodyBlock .item .rightBlock p {
        color: #040404;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        margin-bottom: 0; }
    .secInform .bodyBlock .item.rev {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .secInform .bodyBlock .item.rev .rightBlock {
        text-align: right; }
        .secInform .bodyBlock .item.rev .rightBlock span:before {
          right: auto;
          left: -webkit-calc(100% + 30px);
          left: calc(100% + 30px); }
      .secInform .bodyBlock .item.rev .leftBlock {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
  .secInform .bodyBlock .blockButton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 0; }
    .secInform .bodyBlock .blockButton a {
      color: #d22d38;
      font-family: "Roboto", sans-serif;
      font-size: 24px;
      font-weight: 500;
      line-height: 1;
      padding: 19px 72px;
      border: 2px dashed #d22d38;
      background-color: transparent;
      position: relative;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .secInform .bodyBlock .blockButton a:hover {
        border: 2px solid #d22d38; }
      .secInform .bodyBlock .blockButton a:after {
        content: '';
        width: 200px;
        height: 1px;
        position: absolute;
        background-color: #d22d38;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -webkit-calc(100% + 20px);
        left: calc(100% + 20px); }
      .secInform .bodyBlock .blockButton a:before {
        content: '';
        width: 200px;
        height: 1px;
        position: absolute;
        background-color: #d22d38;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: -webkit-calc(100% + 20px);
        right: calc(100% + 20px); }

.secServices {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4.2rem 0; }
  .secServices .container {
    max-width: 1200px; }
  .secServices .titleBlock {
    text-align: right; }
    .secServices .titleBlock .title {
      margin-top: 50px;
      margin-bottom: 30px;
      color: #040404;
      font-family: "Playfair Display", serif;
      font-size: 42px;
      font-weight: 700;
      font-style: italic;
      line-height: 58px; }
  .secServices .bodyItems {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 110px;
    grid-row-gap: 53px; }
    .secServices .bodyItems .item {
      padding: 25px 50px 50px;
      position: relative;
      color: #040404;
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 26px;
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s; }
      .secServices .bodyItems .item span {
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s; }
        .secServices .bodyItems .item span small {
          -webkit-transition: 0s;
          -o-transition: 0s;
          transition: 0s; }
      .secServices .bodyItems .item ul {
        padding-left: 0; }
        .secServices .bodyItems .item ul li {
          list-style-type: none;
          margin-bottom: 10px; }
      .secServices .bodyItems .item .title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 25px;
        flex-wrap: wrap;
        font-family: "Roboto", sans-serif;
        font-size: 21px;
        font-weight: 700; }
        .secServices .bodyItems .item .title svg {
          -webkit-transition: 0s;
          -o-transition: 0s;
          transition: 0s;
          height: 60px;
          width: 60px;
          margin-bottom: 10px;
          margin-right: 25px; }
      .secServices .bodyItems .item:before {
        content: '';
        position: absolute;
        left: 0;
        top: 25px;
        width: 1px;
        height: -webkit-calc(100% - 50px);
        height: calc(100% - 50px);
        background-color: #d22d38; }
      .secServices .bodyItems .item:hover {
        fill: #fff;
        color: #fff !important;
        background-color: #d22d38; }

.secPartner {
  background-color: #fff;
  padding: 5rem 0; }
  .secPartner .titleBlock .number {
    color: #040404; }
  .secPartner .titleBlock .title {
    margin-top: 50px;
    margin-bottom: 30px;
    color: #040404;
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-weight: 700;
    font-style: italic;
    line-height: 58px; }
  .secPartner .carouselPartner .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    margin: 15px;
    /* -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; */
    background-color: #ffffff; }
    .secPartner .carouselPartner .item i {
      color: #56575c;
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      font-weight: 300;
      line-height: 1;
      font-style: normal;
      opacity: 0; }
    .secPartner .carouselPartner .item img {
      margin-bottom: 20px;
      max-width: 190px;
      height: auto; }
    .secPartner .carouselPartner .item span {
      margin-top: 28px;
      padding: 20px 0;
      color: #040404;
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-weight: 300;
      line-height: 1;
      position: relative;
      display: inline-block; }
      .secPartner .carouselPartner .item span:before {
        content: '';
        width: 42px;
        height: 1px;
        background-color: #d22d38;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
    .secPartner .carouselPartner .item.slick-center {
      -webkit-box-shadow: 0 0 8px rgba(18, 18, 18, 0.15);
              box-shadow: 0 0 8px rgba(18, 18, 18, 0.15); }
      .secPartner .carouselPartner .item.slick-center i {
        opacity: 1; }
      .secPartner .carouselPartner .item.slick-center span {
        color: #040404;
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 1; }
  .secPartner .slick-next-partner,
  .secPartner .slick-prev-partner {
    font-size: 34px;
    color: #040404;
    padding: 5px 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    left: 0; }
    .secPartner .slick-next-partner i,
    .secPartner .slick-prev-partner i {
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .secPartner .slick-next-partner:hover,
    .secPartner .slick-prev-partner:hover {
      -webkit-box-shadow: 0 0 8px rgba(18, 18, 18, 0.15);
              box-shadow: 0 0 8px rgba(18, 18, 18, 0.15);
      color: #d22d38; }
    .secPartner .slick-next-partner.slick-next-partner,
    .secPartner .slick-prev-partner.slick-next-partner {
      right: 0;
      left: auto; }

.secCenter {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 5rem 0; }
  .secCenter .container {
    z-index: 2;
    position: relative; }
  .secCenter:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(4, 4, 4, 0.6); }
  .secCenter .titleBlock {
    text-align: right; }
    .secCenter .titleBlock .title {
      margin-top: 50px;
      margin-bottom: 30px;
      color: #fff;
      font-family: "Playfair Display", serif;
      font-size: 42px;
      font-weight: 700;
      font-style: italic;
      line-height: 58px; }
  .secCenter .bodySecCenter .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 30px 0;
    border-bottom: 1px solid #353535; }
    .secCenter .bodySecCenter .item:last-of-type {
      border-bottom: 0; }
    .secCenter .bodySecCenter .item .preTitle {
      color: #d22d38;
      font-family: "Playfair Display", serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 34px;
      margin-bottom: 15px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .secCenter .bodySecCenter .item .preTitle:hover {
        text-decoration: underline; }
    .secCenter .bodySecCenter .item .title {
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
      color: #fff;
      margin-bottom: 15px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .secCenter .bodySecCenter .item .title:hover {
        text-decoration: underline; }
    .secCenter .bodySecCenter .item .data {
      color: #c2c2c2;
      font-size: 16px;
      font-weight: 300;
      line-height: 34px;
      margin-bottom: 15px; }
    .secCenter .bodySecCenter .item p {
      font-weight: 300;
      line-height: 26px;
      margin-bottom: 15px; }
    .secCenter .bodySecCenter .item .link {
      font-weight: 500;
      line-height: 34px;
      text-decoration: underline;
      color: #fff;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .secCenter .bodySecCenter .item .link:hover {
        color: #d22d38; }

.secКesearch {
  background-color: #fff;
  padding: 5rem 0; }
  .secКesearch .titleBlock {
    padding: 0; }
    .secКesearch .titleBlock .title {
      margin-top: 35px;
      margin-bottom: 70px;
      color: #040404;
      font-family: "Playfair Display", serif;
      font-size: 42px;
      font-weight: 700;
      font-style: italic;
      line-height: 58px; }
  .secКesearch .bodySecКesearch .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #040404;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300; }
    .secКesearch .bodySecКesearch .item:last-of-type {
      border-bottom: 0; }
    .secКesearch .bodySecКesearch .item .title {
      font-size: 20px;
      font-weight: 500;
      line-height: 1;
      margin-bottom: 15px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      color: #040404; }
      .secКesearch .bodySecКesearch .item .title:hover {
        text-decoration: underline; }
    .secКesearch .bodySecКesearch .item .data {
      color: #666;
      font-weight: 300;
      line-height: 34px;
      margin-bottom: 7px; }
    .secКesearch .bodySecКesearch .item p {
      font-weight: 300;
      line-height: 26px;
      margin-bottom: 10px; }
    .secКesearch .bodySecКesearch .item .link {
      font-weight: 500;
      line-height: 34px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      text-decoration: underline;
      color: #040404; }
      .secКesearch .bodySecКesearch .item .link:hover {
        color: #d22d38; }

.footer .footer_top {
  padding: 50px 0;
  padding-top: 70px;
  background-color: #242424; }
  .footer .footer_top .container {
    max-width: 2000px; }
  .footer .footer_top a {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s; }
  .footer .footer_top .footerBlockTop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .footer .footer_top .leftItems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 55%;
    padding-right: 100px; }
    .footer .footer_top .leftItems .item {
      padding-left: 80px; }
      .footer .footer_top .leftItems .item.itemContacts {
        padding-left: 210px; }
        .footer .footer_top .leftItems .item.itemContacts .contacts .map {
          position: relative; }
          .footer .footer_top .leftItems .item.itemContacts .contacts .map:before {
            content: '\f041';
            position: absolute;
            left: -25px;
            top: -2px;
            font-family: 'FontAwesome';
            color: #d22d38;
            font-size: 22px; }
      .footer .footer_top .leftItems .item .title {
        color: #fff;
        font-family: "Playfair Display", serif;
        font-size: 34px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.17px;
        margin-bottom: 45px; }
      .footer .footer_top .leftItems .item ul {
        padding-left: 0;
        margin-bottom: 0; }
        .footer .footer_top .leftItems .item ul li {
          margin-bottom: 24px; }
          .footer .footer_top .leftItems .item ul li.phone a {
            display: inline-block;
            margin-bottom: 24px; }
            .footer .footer_top .leftItems .item ul li.phone a:last-of-type {
              margin-bottom: 0; }
          .footer .footer_top .leftItems .item ul li:last-of-type {
            margin-bottom: 0; }
  .footer .footer_top form {
    padding-top: 65px;
    max-width: 45%;
    width: 100%;
    padding-right: 65px;
    padding-left: 174px;
    border-left: 1px solid #fff; }
    .footer .footer_top form .title {
      color: #fff;
      font-family: "Playfair Display", serif;
      font-size: 34px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.17px;
      margin-bottom: 20px;
      text-align: right; }
    .footer .footer_top form button {
      float: right;
      margin-top: 30px;
      color: #ffffff;
      border: 0;
      background-color: transparent;
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 45px;
      letter-spacing: 0.1px;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .footer .footer_top form button i {
        margin-left: 20px;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s; }
      .footer .footer_top form button:hover {
        color: #d22d38; }

.footer .footer_bottom {
  background-color: #181818;
  width: 100%; }
  .footer .footer_bottom .container {
    max-width: 1160px; }
  .footer .footer_bottom p {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 0; }
  .footer .footer_bottom a {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .footer .footer_bottom a svg {
      margin-left: 5px;
      width: 80px;
      fill: #fff;
      opacity: 0.5;
      height: 18px; }
    .footer .footer_bottom a:hover svg {
      opacity: 1; }
  .footer .footer_bottom .block_footer_bottom {
    padding: 15px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer .footer_bottom .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    padding-left: 0; }
    .footer .footer_bottom .social li {
      list-style-type: none;
      margin-right: 15px; }
      .footer .footer_bottom .social li:last-of-type {
        margin-right: 0; }
    .footer .footer_bottom .social a svg {
      width: 15px;
      height: 15px;
      fill: #c5c6d1;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .footer .footer_bottom .social a:hover svg {
      fill: #fff; }

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding-left: 0; }
  .social li {
    list-style-type: none;
    margin-right: 15px; }
    .social li:last-of-type {
      margin-right: 0; }
  .social a svg {
    width: 15px;
    height: 15px;
    fill: #d22d38;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  .social a:hover svg {
    fill: #fff; }

.form-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form-col .translate-label {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.08px;
    -webkit-transform: translate(15px, 38px);
        -ms-transform: translate(15px, 38px);
            transform: translate(15px, 38px);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin: 0; }
  .form-col .translate-input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #ffffff;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    padding: 14px; }
    .form-col .translate-input:focus {
      border-color: #d22d38; }
  .form-col.is-completed .translate-label {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    font-size: 14px; }

.breadcrumb {
  background-color: transparent; }
  .breadcrumb li a {
    color: #040404;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1; }

.titleBlock {
  padding: 0 1rem; }
  .titleBlock h1, .titleBlock h2, .titleBlock h3, .titleBlock h4, .titleBlock h5 {
    color: #040404;
    font-family: "Roboto", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    /* Text style for "ПРО НАС" */
    letter-spacing: 0.85px; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #040404;
  content: "-"; }

.pageStandar {
  padding-top: 120px;
  background-color: #fff; }

.pageStandar .secAbout .container {
  max-width: 1720px; }

.pageStandar .secAbout .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: dense; }
  .pageStandar .secAbout .item.reverse .picture {
    grid-column: 2; }
  .pageStandar .secAbout .item.reverse .text {
    grid-column: 1; }
  .pageStandar .secAbout .item .picture {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .pageStandar .secAbout .item .text {
    min-height: 700px;
    padding: 170px; }
    .pageStandar .secAbout .item .text span {
      display: inline-block;
      color: #d22d38;
      font-family: "Playfair Display", serif;
      font-size: 34px;
      font-weight: 700;
      font-style: italic;
      line-height: 1;
      position: relative;
      margin-bottom: 0;
      margin-bottom: 15px; }
    .pageStandar .secAbout .item .text h2 {
      color: #040404;
      font-family: "Roboto", sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 34px;
      text-transform: uppercase; }
    .pageStandar .secAbout .item .text p {
      color: #040404;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 26px; }

header .navMain ul {
  margin-right: 0; }

@media (max-width: 1650px) {
  .secAbout .item .text {
    padding: 30px; } }

@media (max-width: 991px) {
  .breadcrumb {
    padding: 0.75rem 0; }
  .secAbout {
    padding: 2rem 0; }
  .secAbout .item {
    grid-template-columns: 1fr; }
  .secAbout .item.reverse .picture {
    height: 250px;
    width: 100%; }
  .secAbout .item .picture {
    height: 250px;
    width: 100%; }
  .secAbout .item.reverse .picture {
    grid-column: auto; } }

@media (max-width: 767px) {
  .titleBlock h1, .titleBlock h2, .titleBlock h3, .titleBlock h4, .titleBlock h5 {
    font-size: 26px;
    line-height: 32px; }
  .secAbout .item .text {
    padding: 15px; }
  .secAbout .item .text h2 {
    font-size: 19px;
    line-height: 26px; }
  .pageStandar {
    padding-top: 80px; } }

.secContact {
  padding-top: 40px;
  padding-bottom: 80px; }
  .secContact .blockContact {
    display: grid;
    grid-template-columns: 1fr 1.5fr; }
    .secContact .blockContact .info .title {
      color: #040404;
      font-family: "Roboto", sans-serif;
      font-size: 34px;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.85px;
      margin-bottom: 30px; }
    .secContact .blockContact .info .miniTitle {
      color: #040404;
      font-family: "Playfair Display", serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.6px;
      margin-bottom: 20px;
      margin-top: 25px; }
    .secContact .blockContact .info a {
      display: inline-block;
      width: 100%;
      color: #040404;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0.08px;
      margin-bottom: 10px; }
    .secContact .blockContact .map {
      min-height: 520px;
      border: 1px solid;
      border-color: #d22d38; }
      .secContact .blockContact .map iframe {
        width: 100%;
        height: 100%; }

@media (max-width: 991px) {
  .secContact .blockContact {
    display: grid;
    grid-template-columns: 1fr; }
  .secContact .blockContact .map {
    min-height: 300px; }
  .secContact .blockContact .map iframe {
    width: 100%;
    height: 300px; }
  .secContact .blockContact .info .miniTitle {
    color: #040404;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
    margin-top: 15px; }
  .secContact .blockContact .info .title {
    font-size: 24px;
    margin-bottom: 15px; }
  .secContact {
    padding-top: 0;
    padding-bottom: 25px; } }

.pageStandar.pageGoods.pageNews .secInners .item .itemTitle {
  color: #d22d38; }

.pageGoods .breadcrumb {
  padding: 0.75rem 0rem; }

.pageGoods .titleBlock {
  padding: 0; }

.secGoods {
  padding: 80px 0; }
  .secGoods .item {
    padding: 0;
    border-bottom: 1px #cdcdcd solid;
    margin-bottom: 50px;
    padding-bottom: 10px; }
    .secGoods .item:last-of-type {
      margin-bottom: 0;
      border: 0; }
    .secGoods .item .title {
      margin-bottom: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .secGoods .item .title svg {
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        height: 60px;
        width: 60px;
        margin-right: 25px; }
      .secGoods .item .title img {
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        max-height: 60px;
        width: 60px;
        max-width: 25px; }
      .secGoods .item .title h2 {
        color: #040404;
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 0.24px;
        margin-bottom: 20px; }
        .secGoods .item .title h2 a {
          color: #040404;
          transition: .25s;
        }
        .secGoods .item .title h2 a:hover {
          color: #d22d38;
        }
        .secGoods .item .title h2 i {
          color: #959595;
          font-family: "Roboto", sans-serif;
          font-weight: 700;
          letter-spacing: 0.24px; }
          .secGoods .item .title h2 i span {
            font-weight: 600;
            color: #959595;
            font-family: "Roboto", sans-serif;
            position: relative;
            top: -10px; }
      .secGoods .item .title span {
        color: #d22d38;
        font-family: "Playfair Display", serif;
        font-size: 16px;
        font-weight: 700;
        font-style: italic;
        line-height: 26px;
        letter-spacing: 0.16px; }
    .secGoods .item .text {
      color: #040404;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 26px;
      letter-spacing: 0.16px; }
    .secGoods .item .link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          /* flex-direction: column; */
              flex-wrap: wrap; }
      .secGoods .item .link a {
        color: #040404;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 0.16px;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
        padding: 10px 20px;
        position: relative;
        padding-left: 0;
        margin-right: 20px; }
        .secGoods .item .link a:after {
          content: '';
          position: absolute;
          width: 1px;
          height: 15px;
          right: 0.5px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          background-color: #040404; }
        .secGoods .item .link a:last-of-type:after {
          display: none; }
        .secGoods .item .link a.active {
          color: #d22d38;
          font-family: "Roboto", sans-serif;
          font-weight: 700;
          text-decoration: underline;
          letter-spacing: 0.16px; }
        .secGoods .item .link a:hover {
          color: #d22d38;
          font-family: "Roboto", sans-serif;
          font-weight: 700;
          text-decoration: underline;
          letter-spacing: 0.16px; }

@media (max-width: 991px) {
  .secGoods {
    padding: 2rem 0; }
  .secGoods .item .title h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px; }
  .secGoods .item {
    margin-bottom: 25px;
    padding-bottom: 10px; }
  .secGoods .item .title {
    margin-bottom: 15px; }
  .secGoods .item .title svg {
    margin-right: 15px; }
  .secGoods .item .text:first-of-type {
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px); }
  .secGoods .item .link a {
    padding: 7px 12px;
    margin-right: 10px; } }

@media (max-width: 767px) {
  .secGoods .item .title h2 {
    font-size: 16px;
    line-height: 22px; }
  .secGoods .item .title h2 i span {
    font-size: 14px; } }

.secTitle .title {
  color: #d22d38;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px; }

.secTitle .text {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px; }

.secTitle .data {
  color: #c2c2c2;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 34px; }

.secInner {
  padding-bottom: 80px; }
  .secInner .picture {
    width: 100%;
    height: 280px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(4, 4, 4, 0.1);
    margin-top: 27px;
    margin-bottom: 25px; }
  .secInner .text {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    color: #040404;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px; }
    .secInner .text a {
      color: #00719c;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      text-decoration: underline; }
    .secInner .text p a {
      color: #00719c;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      text-decoration: underline; }
  .secInner .facebook {
    color: #4758a4;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline; }
    .secInner .facebook i {
      margin-right: 12px; }

.secInners {
  padding: 80px 0;
  background-color: #ebebeb; }
  .secInners .title {
    color: #040404;
    font-family: "Roboto", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.85px; }
  .secInners .item {
    padding: 40px 0;
    border-bottom: 1px #d4d4d4 solid;
    color: #040404; }
    .secInners .item:last-of-type {
      border: 0;
      padding-bottom: 0; }
    .secInners .item .itemFilter {
      color: #d22d38;
      font-family: "Playfair Display", serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 34px; }
    .secInners .item .itemTitle {
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 30px; }
    .secInners .item .data {
      color: #c2c2c2;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 34px; }
    .secInners .item .text {
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      line-height: 26px; }
    .secInners .item a {
      color: #040404;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      line-height: 34px;
      text-decoration: underline; }

.secInners.secNews {
  padding-top: 0;
  background-color: transparent; }
  .secInners.secNews .item {
    padding: 25px 0; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    background-color: #040404;
    color: #fff;
    margin: 5px;
    border: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    /* Text style for "1" */
    letter-spacing: 0.12px; }
    .pagination .page-item .page-link.active {
      font-weight: 700;
      background-color: #d22d38; }

@media (max-width: 991px) {
  .secInner .text {
    margin-top: 10px;
    margin-bottom: 10px; }
  .secInner {
    padding-bottom: 15px; }
  .secInners .item {
    padding: 15px 0; }
  .secInner .picture {
    margin-top: 15px;
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .secTitle .text {
    font-size: 19px;
    line-height: 23px; } }

@media (max-width: 560px) {
  .secInners .item .data {
    color: #333;
    font-size: 13px;
    line-height: 24px; }
  .pagination .page-item .page-link {
    width: 30px;
    height: 30px;
    background-color: #040404;
    color: #fff;
    margin: 7px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.12px; } }

.pagePress .container {
  max-width: 1510px; }
  .pagePress header .container {
    max-width: 1750px; }
.pagePress .mainIn {
  display: grid;
  grid-template-columns: 275px 1fr;
  grid-gap: 80px; }
  .pagePress .mainIn .tabLeft {
    padding: 0.75rem 0rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .pagePress .mainIn .tabLeft a {
      width: 100%;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      background-color: #040404;
      padding: 19px 25px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: flex-start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: flex-start;
              justify-content: flex-start;
      margin-bottom: 30px;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      color: #ffffff;
      font-family: "Playfair Display", serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 1; }
      .pagePress .mainIn .tabLeft a:hover {
        background-color: #d22d38; }
      .pagePress .mainIn .tabLeft a.active {
        background-color: #d22d38; }

@media (max-width: 991px) {
  .pagePress .mainIn {
    grid-template-columns: 1fr;
    grid-gap: 20px; } }

@media (max-width: 767px) {
  .pagePress .mainIn .tabLeft a {
    padding: 10px 15px;
    margin-bottom: 15px; }
  .secInners .title {
    font-size: 24px;
    line-height: 27px; }
  .secInners.secNews .item {
    padding: 15px 0; }
  .secInners {
    padding: 25px 0; }
  .pagePress .mainIn {
    grid-gap: 0; }
  .pagePress .mainIn .tabLeft a:last-of-type {
    margin-bottom: 0; } }

@media (max-width: 480px) {
  .secInners .title {
    font-size: 21px;
    line-height: 24px; }
  .secInners .item .itemTitle {
    font-size: 17px;
    line-height: 22px; } }

header .navMain ul {
  margin-right: 0; }

@media (max-width: 1650px) {
  header .navMain ul li a {
    font-size: 18px;
    padding: 7px 12px;
    text-align: center; }
  header .social {
    margin: 0 15px; }
  .secWe .allElements .elements .item:first-of-type {
    margin-left: 15px; }
  .secWe .allElements .elements .item {
    margin-left: 65px; }
  .secWe .allElements .elements .item:last-of-type {
    margin-left: 115px; }
  .secWe .allElements .elements {
    margin-left: 0px; } }

@media (max-width: 1450px) {
  .footer .footer_top .leftItems .item {
    padding-left: 20px; }
  .footer .footer_top .leftItems .item.itemContacts {
    padding-left: 45px; }
  .footer .footer_top .leftItems {
    padding-right: 40px; }
  header .lang-select button i {
    margin-right: 7px; }
  header .lang-select button {
    white-space: nowrap; }
  header .logo img {
    max-width: 50px; }
  header .navMain ul {
    padding-left: 0;
    margin-right: 0; }
  .footer .footer_top form {
    padding-left: 50px; } }

@media (max-width: 991px) {
  .footer .footer_top .leftItems {
    width: 100%;
    padding-right: 0; }
  .footer .footer_top form {
    padding-top: 15px;
    max-width: 90%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-left: 0; }
  header .navMain {
    display: none; }
  .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .hamRotate.active {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .hamRotate180.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .line {
    fill: none;
    -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width: 5.5;
    stroke-linecap: round; }
  .ham8 .top {
    stroke-dasharray: 40 160; }
  .ham8 .middle {
    stroke-dasharray: 40 142;
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms; }
  .ham8 .bottom {
    stroke-dasharray: 40 85;
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
    transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
    -o-transition: transform 400ms, stroke-dashoffset 400ms;
    transition: transform 400ms, stroke-dashoffset 400ms;
    transition: transform 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms; }
  .ham8.active .top {
    stroke-dashoffset: -64px; }
  .ham8.active .middle {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .burgerMenu {
    display: inline-block; }
  .ham8.active .bottom {
    stroke-dashoffset: -64px; }
  header .navMain {
    top: 0;
    left: 0;
    padding-left: 0;
    background-color: #000;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%); }
    header .navMain .navigation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }

        header .navMain  li a.active {
              color: #d22d38;
        }
        header .navMain .navigation li a {
          padding: 15px 0; }
    header .navMain.active {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    header .navMain li {
      list-style-type: none; }
      header .navMain li a {
        padding: 15px 0;
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        display: inline-block;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
        min-height: 30px;
        white-space: nowrap; }
        header .navMain li a:hover {
          font-weight: 700;
          border-bottom: 1px #ff002e solid; }
  header .navMain ul li a {
    font-size: 16px; }
  header .logo span {
    margin-left: 20px;
    font-size: 20px; }
  .secBaner .arrowsSecBaner button {
    margin: 10px;
    padding: 10px 12px;
    font-size: 16px; }
    .secBaner .arrowsSecBaner button:hover {
      padding: 10px 12px; }
  .secBaner .carousel .slick-dots li {
    padding: 7.5px; }
  .secBaner .carousel .text .title {
    margin-top: 50px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 52px; }
  .secBaner .carousel .text .title {
    margin-top: 25px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px; }
  .secBaner .arrowsSecBaner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    left: 25px; }
  .secBaner .carousel .slick-dots {
    bottom: 35px;
    right: 25px; }
  .secAbout .leftTextAbout .title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px; }
  .secAbout .innerElement {
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px; }
  .secAbout .rightBlock .allItems {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px; }
  .secAbout {
    padding: 2rem 0; }
  .secWe {
    height: auto;
    padding: 2rem 0; }
  .secWe .allElements .textWe .title {
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 30px; }
  .secWe .allElements .elements .item {
    width: 280px; }
  .secInform .bodyBlock .item .rightBlock {
    padding: 0 15px; }
  .secInform .bodyBlock .item .rightBlock span {
    font-size: 26px;
    line-height: 30px; }
  .secInform .bodyBlock .item .rightBlock .title {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0; }
  .secInform .bodyBlock .item {
    margin-bottom: 0; }
  .secInform .bodyBlock .blockButton a {
    font-size: 18px;
    padding: 7px 35px;
    border: 2px dashed #d22d38; }
  .secInform {
    background-color: #fff;
    padding: 2rem 0; }
  .secInform {
    background-color: #fff;
    padding: 2rem 0; }
  .secInform .title {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px; }
  .secPartner .titleBlock .title {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px; }
  .secPartner {
    padding: 2rem 0; }
  .secServices .titleBlock .title {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px; }
  .secServices .bodyItems .item .title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700; }
  .secServices .bodyItems .item {
    padding: 15px 25px 25px;
    font-size: 18px;
    line-height: 24px; }
  .secServices .bodyItems {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 55px;
    grid-row-gap: 25px; }
  .secCenter {
    padding: 2rem 0; }
  .secCenter .titleBlock .title {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px; }
  .secCenter .bodySecCenter .item {
    font-size: 18px;
    padding: 15px 0; }
  .secКesearch .titleBlock .title {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px; }
  .titleBlock {
    padding: 0; }
  .secКesearch {
    padding: 2rem 0; }
  .footer .footer_top .leftItems .item .title {
    font-size: 26px; }
  .footer .footer_top form .title {
    font-size: 26px; }
  .footer .footer_top .leftItems .item.itemContacts {
    padding-left: 50px; }
  .footer .footer_top a {
    font-size: 16px; }
  .footer .footer_top .leftItems .item ul li {
    margin-bottom: 8px; }
  .form-col .translate-input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #ffffff;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    padding: 7.5px; }
  .form-col .translate-label {
    -webkit-transform: translate(10px, 33px);
        -ms-transform: translate(10px, 33px);
            transform: translate(10px, 33px); }
  .footer .footer_top form {
    border-left: 0; }
  .footer .footer_top .footerBlockTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer .footer_top form {
    margin-top: 0; }
  .footer .footer_top {
    padding: 40px 0; }
  .secWe .allElements {
    grid-gap: 20px; }
  .secInform .bodyBlock .item .rightBlock span:before {
    display: none; }
  .secServices {
    padding: 2rem 0; } }

@media (max-width: 767px) {
  header.active .logo img, header.activeImport .logo img {
    max-width: 35px;
}
  section {
    padding: 1rem 0 !important;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  .breadcrumbSec {
    padding: 0;
  }
  .pageStandar .secAbout .item {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: dense;
}
.pageStandar .secAbout .item.reverse .picture {
    grid-column: 1;
}

  .secPartner .carouselPartner .item.slick-center span {
    font-size: 10px; }
  .secPartner .carouselPartner .item span {
    font-size: 10px; }
  .secPartner .carouselPartner .item {
    padding: 15px; }
  .footer .footer_top .leftItems .item.itemContacts {
    padding-left: 20px; }
  .secWe .allElements .elements .item {
    width: 100%; }
  .secWe .allElements .elements .item:first-of-type {
    margin-left: 0; }
  .secWe .allElements .elements .item:last-of-type {
    margin-left: 0; }
  .secWe .allElements .elements .item {
    margin-bottom: 15px;
    margin-left: 0; }
  .secWe .allElements .elements .item:after {
    display: none !important; }
  .secWe .allElements .elements .item:before {
    width: 100% !important; }
  .secWe .allElements .elements .item {
    padding-left: 0px; }
  .secInform .bodyBlock .item, .secInform .bodyBlock .item.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .secInform .bodyBlock .item .leftBlock .imgBlock {
    width: 100%;
    height: 300px; }
  .secInform .bodyBlock .item .leftBlock {
    width: 100%; }
  .secInform .bodyBlock .item .rightBlock {
    width: 100%; }
  .secAbout .innerElement {
    grid-template-columns: 1fr;
    grid-gap: 25px; }
  .secAbout .rightBlock .allItems .item {
    padding-top: 0px; }
  .secInform .bodyBlock .item .rightBlock {
    padding: 15px; }
  .footer .footer_top form {
    width: 100%;
    padding-left: 0; }
  .footer .footer_top .leftItems {
    width: 100%; }
    .footer .footer_top .leftItems .item {
      width: 50%; }
  .footer .footer_top {
    padding: 25px 0; }
  .secWe .allElements {
    grid-template-columns: 1fr; }
  .secServices .bodyItems {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 25px; }
  .secInform .bodyBlock .blockButton a:after, .secInform .bodyBlock .blockButton a:before {
    content: '';
    width: 20px; }
    .pageStandar .secAbout .item .text {
      min-height: auto;
   padding: 10px;
    }

   }
.imgCarousel {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .secServices .bodyItems .item .title {
    font-size: 14px;
  }
   .secServices .bodyItems .item ul li {
     font-size: 14px;
   }
  header.active .logo img, header.activeImport .logo img {
    max-width: 50px;
}
  .secGoods .item .link a {
    padding-left: 20px;
  }
  .secGoods .item .link a:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    left: 0;
    right: auto;
    top: 16px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background-color: #040404;
}
.secGoods .item .link a:last-of-type:after {
  content: '';
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  left: 0;
  right: auto;
  top: 16px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: #040404;
}
  .secBaner .carousel .text img {
    margin: 15px auto;
    width: 80px;
}
.number {
    width: 80px;
}
  .secPartner .carouselPartner .item {
    margin: 0;
  }
  .secPartner .carouselPartner .item img {
    max-width: 150px;
    margin: 0;
}
  .secServices .bodyItems .item {
    padding: 15px 15px 15px;
    font-size: 18px;
    line-height: 24px; }
  header .logo img {
    max-width: 40px; }
  header.active .logo img, header.activeImport .logo img {
    max-width: 40px; }
  header.active .logo span, header.activeImport .logo span {
    margin-left: 10px;
    font-size: 16px; }
  header .logo span {
    margin-left: 10px;
    font-size: 16px; }
  .secInform .bodyBlock .blockButton {
    padding: 15px 0; }
  .footer .footer_top .leftItems .item .title {
    font-size: 18px;
    margin-bottom: 15px; }
  .footer .footer_top form .title {
    font-size: 18px;
    margin-bottom: 15px; }
  .footer .footer_top .leftItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer .footer_top .leftItems .item {
    width: 100%;
    margin-bottom: 25px; } }

    .secContact .social a:hover svg {
        fill: #000;
    }
    .secServices .bodyItems .item {
      position: relative;

    }
    .secServices .bodyItems .item:after {
      position: absolute;
      bottom: 5px;
      right: 10px;
      font-family: FontAwesome;
      content: "\f178";
      color: #d22d38;
}
.secServices .bodyItems .item:hover:after  {
  color: #fff;
}
.slick-arrow {
  cursor: pointer;
}
header .navMain ul li {
      list-style-type: none; }
  header  .navMain ul  li.active a {
            color: #d22d38;
      }
.number {
  display: none;
}
.secWe .allElements .textWe .title, .secServices .titleBlock .title, .secCenter .titleBlock .title {
  position: relative;
}
.secWe .allElements .textWe .title:before, .secServices .titleBlock .title:before, .secCenter .titleBlock .title:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 150px;
    height: 2px;
    background-color: #d22d38;
}
.secAbout .leftTextAbout .title, .secInform .title, .secPartner .titleBlock .title, .secКesearch .titleBlock .title {
  position: relative;
}
.secAbout .leftTextAbout .title:before, .secInform .title:before, .secPartner .titleBlock .title:before, .secКesearch .titleBlock .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 150px;
    height: 2px;
    background-color: #d22d38;
}
.secAbout .leftTextAbout .title:before, .secInform .title:before, .secPartner .titleBlock .title:before, .secКesearch .titleBlock .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 150px;
    height: 2px;
    background-color: #d22d38;
}
.secInform .bodyBlock .item.rev .rightBlock .title {
  text-align: right
}
.secInform .bodyBlock .item.rev .rightBlock .title:before {
  left: auto;
  right: 0;
}
.viber img{
  width: 20px;
}
.pageStandar .secAbout .item .text .title {
    color: #040404;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-style: normal;
    text-align: left;
    position: relative;
    top: 0;
}
.pageStandar .secAbout .item .text .title:before {
content: '';
position: absolute;
left: 0;
bottom: -15px;
width: 150px;
height: 2px;
background-color: #d22d38;
}
@media (max-width: 767px) {
  .pageStandar .secAbout .item .text span {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
}
.pageStandar .secAbout .item .text .title {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0;
}
.secAbout .leftTextAbout .title, .secInform .title, .secPartner .titleBlock .title, .secКesearch .titleBlock .title, .secWe .allElements .textWe .title, .secServices .titleBlock .title, .secCenter .titleBlock .title {
  margin-bottom: 30px;
}
.secWe .allElements .elements .item {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .secGoods .item .link {
    flex-direction: column;
  }
  .pageStandar .secAbout .item .text span {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
}
.pageStandar .secAbout .item .text .title {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0;
}
  .secInner .picture {
    background-size: 140%, contain;
  }
.secAbout .leftTextAbout .title, .secInform .title, .secPartner .titleBlock .title, .secКesearch .titleBlock .title, .secWe .allElements .textWe .title, .secServices .titleBlock .title, .secCenter .titleBlock .title {
  margin-bottom: 30px;
}
.secServices .bodyItems .item .title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.red {
  border: 1px red solid !important;
}
.green {
  border: 1px green solid !important;
}
.e_text {
  color: white;
}
