/*
Theme Name: vesta-electro
*/



.row {
  margin: 0 -15px; }
  .row [class*='col-'] {
    padding: 0 15px; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }

.wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }
  .wrapper-contact {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.row-center{
  justify-content: center;
}


.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.align-items-end {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -moz-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -moz-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important; }

@media (max-width: 37.5em) {
  .col-m-1 {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; } }

@media (max-width: 37.5em) {
  .col-m-3-4 {
    -webkit-box-flex: 75%;
    -webkit-flex: 75%;
    -moz-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    max-width: 75%; } }

@media (max-width: 37.5em) {
  .col-m-2-3 {
    -webkit-box-flex: 66.6%;
    -webkit-flex: 66.6%;
    -moz-box-flex: 66.6%;
    -ms-flex: 66.6%;
    flex: 66.6%;
    max-width: 66.6%; } }

@media (max-width: 37.5em) {
  .col-m-2x {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%; } }

@media (max-width: 37.5em) {
  .col-m-3x {
    -webkit-box-flex: 33.3%;
    -webkit-flex: 33.3%;
    -moz-box-flex: 33.3%;
    -ms-flex: 33.3%;
    flex: 33.3%;
    max-width: 33.3%; } }

@media (max-width: 37.5em) {
  .col-m-4x {
    -webkit-box-flex: 25%;
    -webkit-flex: 25%;
    -moz-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%; } }

@media (min-width: 37.5em) {
  .col-f-1 {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; } }

@media (min-width: 37.5em) {
  .col-f-9-10 {
    -webkit-box-flex: 90%;
    -webkit-flex: 90%;
    -moz-box-flex: 90%;
    -ms-flex: 90%;
    flex: 90%;
    max-width: 90%; } }

@media (min-width: 37.5em) {
  .col-f-3-4 {
    -webkit-box-flex: 75%;
    -webkit-flex: 75%;
    -moz-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    max-width: 75%; } }

@media (min-width: 37.5em) {
  .col-f-2-3 {
    -webkit-box-flex: 66.6%;
    -webkit-flex: 66.6%;
    -moz-box-flex: 66.6%;
    -ms-flex: 66.6%;
    flex: 66.6%;
    max-width: 66.6%; } }

@media (min-width: 37.5em) {
  .col-f-2x {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%; } }

@media (min-width: 37.5em) {
  .col-f-3x {
    -webkit-box-flex: 33.3%;
    -webkit-flex: 33.3%;
    -moz-box-flex: 33.3%;
    -ms-flex: 33.3%;
    flex: 33.3%;
    max-width: 33.3%; } }

@media (min-width: 37.5em) {
  .col-f-4x {
    -webkit-box-flex: 25%;
    -webkit-flex: 25%;
    -moz-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%; } }

@media (min-width: 37.5em) {
  .col-f-5x {
    -webkit-box-flex: 20%;
    -webkit-flex: 20%;
    -moz-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%; } }

@media (min-width: 37.5em) {
  .col-f-1-10 {
    -webkit-box-flex: 10%;
    -webkit-flex: 10%;
    -moz-box-flex: 10%;
    -ms-flex: 10%;
    flex: 10%;
    max-width: 10%; } }

@media (min-width: 37.5em) {
  .d-flex-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important; } }

@media (min-width: 54em) {
  .col-t-3-4 {
    -webkit-box-flex: 75%;
    -webkit-flex: 75%;
    -moz-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    max-width: 75%; } }

@media (min-width: 54em) {
  .col-t-3-2 {
    -webkit-box-flex: 66.66%;
    -webkit-flex: 66.66%;
    -moz-box-flex: 66.66%;
    -ms-flex: 66.66%;
    flex: 66.66%;
    max-width: 66.66%; } }

@media (min-width: 54em) {
  .col-t-2x {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%; } }

@media (min-width: 54em) {
  .col-t-3x {
    -webkit-box-flex: 33.3%;
    -webkit-flex: 33.3%;
    -moz-box-flex: 33.3%;
    -ms-flex: 33.3%;
    flex: 33.3%;
    max-width: 33.3%; } }

@media (min-width: 54em) {
  .col-t-4x {
    -webkit-box-flex: 25%;
    -webkit-flex: 25%;
    -moz-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%; } }

@media (min-width: 54em) {
  .col-t-5x {
    -webkit-box-flex: 20%;
    -webkit-flex: 20%;
    -moz-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%; } }

@media (min-width: 54em) {
  .col-t-1x {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; } }

@media (min-width: 54em) {
  .flex-space-between-t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; } }

@media (min-width: 54em) {
  .flex-vertical-center-t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; } }

@media (min-width: 54em) {
  .flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media (min-width: 64em) {
  .col-l-4-5 {
    -webkit-box-flex: 80%;
    -webkit-flex: 80%;
    -moz-box-flex: 80%;
    -ms-flex: 80%;
    flex: 80%;
    max-width: 80%; } }
@media (min-width: 64em) {
  .col-l-3-4 {
    -webkit-box-flex: 75%;
    -webkit-flex: 75%;
    -moz-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    max-width: 75%; } }

@media (min-width: 64em) {
  .col-l-2-3 {
    -webkit-box-flex: 66.6%;
    -webkit-flex: 66.6%;
    -moz-box-flex: 66.6%;
    -ms-flex: 66.6%;
    flex: 66.6%;
    max-width: 66.6%; } }

@media (min-width: 64em) {
  .col-l-2x {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%; } }

@media (min-width: 64em) {
  .col-l-40 {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
    -moz-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
    max-width: 40%; } }

@media (min-width: 64em) {
  .col-l-3x {
    -webkit-box-flex: 33.3%;
    -webkit-flex: 33.3%;
    -moz-box-flex: 33.3%;
    -ms-flex: 33.3%;
    flex: 33.3%;
    max-width: 33.3%; } }

@media (min-width: 64em) {
  .col-l-4x {
    -webkit-box-flex: 25%;
    -webkit-flex: 25%;
    -moz-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%; } }

@media (min-width: 64em) {
  .col-l-5x {
    -webkit-box-flex: 20%;
    -webkit-flex: 20%;
    -moz-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%; } }

@media (max-width: 64em) {
  .col-l-1234 {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; } }

@media (min-width: 64em) {
  .col-l-1-6 {
    -webkit-box-flex: 16.6666%;
    -webkit-flex: 16.6666%;
    -moz-box-flex: 16.6666%;
    -ms-flex: 16.6666%;
    flex: 16.6666%;
    max-width: 16.6666%; } }

@media (min-width: 64em) {
  .col-l-9x {
    -webkit-box-flex: 11.11%;
    -webkit-flex: 11.11%;
    -moz-box-flex: 11.11%;
    -ms-flex: 11.11%;
    flex: 11.11%;
    max-width: 11.11%; } }

@media (min-width: 64em) {
  .col-l-4-5 {
    -webkit-box-flex: 80%;
    -webkit-flex: 80%;
    -moz-box-flex: 80%;
    -ms-flex: 80%;
    flex: 80%;
    max-width: 80%; } }

@media (min-width: 64em) {
  .flex-space-between-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; } }

@media (min-width: 64em) {
  .flex-vertical-center-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; } }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif; }

img {
  max-width: 100%;
    height: auto;}

h1, h1, h3, h4, h5, h6 {
  font-weight: normal; }

.title {
  font-weight: bold;
  font-size: 54px;
  color: #000000; }

a {
  text-decoration: none; }

.btn {
  border: 1px solid #3c99dc;
  font-size: 17px;
  font-weight: 300; }

a.btn {
  color: #000000;
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block; }

.header__top {
  max-width: 570px;
  margin: 0 auto;
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }
  @media (max-width: 37.5em) {
    .header__top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 10px 0; } }
      #lang_choice_1{
              border: 0;
    outline: 0;
    color: #717171;
      }
  .header__top .header__top-language {
    color: #717171;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300; }
    .header__top a {
    color: #717171;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300; }
    @media (max-width: 37.5em) {
      .header__top a {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 5px 0; } }
        @media (max-width: 37.5em) {
      .header__top .header__top-language {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 5px 0; } }
    .header__top a img {
      margin-right: 8px; }
      .header__top-language img {
      margin-right: 8px; }

.header__bottom {
  position: relative; }
  @media (min-width: 64em) {
    .header__bottom {
      max-width: 1400px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch; }
      .header__bottom #menu__toggle {
        display: none; } }
  @media (min-width: 64em) {
    .header__bottom .menu__box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch; }
      .header__bottom .menu__box li {
        list-style: none; } }
  @media (min-width: 64em) {
    .header__bottom .menu__box a {
      font-size: 17px;
      font-weight: 300;
      text-decoration: none;
      color: #000000;
      display: block;
      margin-right: 30px; }
      .header__bottom .menu__box a:hover {
        color: #3c99dc; } }

.record {
  position: relative; }
  .record::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0;
    background: #f0f9fd;
    width: 100%;
    height: 325px;
    z-index: -1; }
  .record::after {
    content: "";
    position: absolute;
    top: 550px;
    right: 0px;
    background: #399add;
    width: 750px;
    height: 3px;
    z-index: -1; }
  .record__title {
    font-size: 27px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #000000;
    margin-bottom: 70px; }
  .record__item-title {
    margin-bottom: 70px; }
  .record__item-container {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .record__item-img {
    margin-right: 25px; }
  .record__item-item {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.94;
    letter-spacing: normal;
    text-align: left;
    color: #000000; }
  .record__item {
    margin-bottom: 170px; }
  .record a {
    text-decoration: none; }
  .record__plus {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 100px; }
  .record__plus-item {
    -webkit-box-flex: 25%;
    -webkit-flex: 25%;
    -moz-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    text-align: center; }
  .record__plus-item-img {
    margin-bottom: 20px; }
  .record__plus-item-title {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000; }
    .record__plus-item-title span {
      display: block; }
  .record__plus-item-left {
    width: 98px;
    height: 100px;
    border: 1px solid #000;
    text-align: center;
    padding: 25px 0; }
  .record__text {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #000000;
    margin-bottom: 25px; }

a.record__plus-item {
  color: #000000; }

@media (max-width: 64em) {
  #menu__toggle {
    opacity: 0; }
  #menu__toggle:checked ~ .menu__btn > span {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0; }
  .menu__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 0px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1; }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s; }
  .menu__btn > span::before {
    content: '';
    top: -8px; }
  .menu__btn > span::after {
    content: '';
    top: 8px; }
  .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #ECEFF1;
    -webkit-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s; }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s; }
  .menu__item:hover {
    background-color: #CFD8DC; } }

.equipment {
  padding: 20px 0;
  margin-bottom: 150px; }
  @media (max-width: 54em) {
    .equipment {
      margin-bottom: 60px; } }
  .equipment__title {
    margin-bottom: 35px; }
  .equipment__container {
    padding-top: 110px;
    position: relative;
    overflow: hidden; }
    .equipment__container::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 160px;
      right: 90px;
      background: url("./img/10.png");
      width: 1100px;
      height: 400px;
      z-index: -1; }
  .equipment__item {
    margin-bottom: 30px; }
  .equipment__item-img {
    text-align: center;
    margin-bottom: 64px; }
  .equipment__item-title {
    font-size: 27px;
    font-weight: 300;
    color: #000;
    position: relative;
    margin-bottom: 60px; }
    .equipment__item-title::before {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 0;
      background: #3c99dc;
      width: 100px;
      height: 3px; }
    .equipment__item-title span {
      font-size: 54px;
      font-weight: 300;
      color: #000;
      padding-right: 25px; }
  .equipment__item-btn {
    margin-bottom: 55px; }
  .equipment__item-center {
    margin: 0 auto;
    max-width: 350px; }
  .equipment__item-text {
    font-size: 17px; }

.partners {
  overflow: hidden; }
  .partners__title {
    margin-bottom: 90px; }
  .partners__container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 100px;
    position: relative;
    margin-bottom: 70px; }
    .partners__container::before {
      content: "";
      position: absolute;
      bottom: 0px;
      right: 0;
      background: #399add;
      width: 1020px;
      height: 3px; }
  .partners__item-img {
    min-height: 124px;
    margin-bottom: 47px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .partners__item-title {
    text-align: center;
    font-size: 17px;
    font-weight: bold; }
  .partners__container-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-bottom: 150px; }
    @media (max-width: 54em) {
      .partners__container-btn {
        margin-bottom: 60px; } }
  .partners a.btn {
    color: #3c99dc;
    border-color: #3c99dc; }
  .partners__item {
    padding: 0px 15px 20px; }

/*  .contact{
    margin-bottom: 150px;
  }*/
.benefits {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 150px; }
  .benefits::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0px;
    background: #f0f9fd;
    width: 960px;
    height: 100px;
    z-index: -1; }

.benefits__item {
  padding-top: 100px; }

.benefits__title {
  text-align: right;
  padding-right: 100px;
  margin-bottom: 33px; }

.benefits__item-img {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 60px; }

.benefits__item-title {
  font-size: 27px;
  font-weight: bold;
  margin-left: -30px;
  margin-bottom: 30px; }

.benefits__item-text {
  padding: 0 10px;
  font-size: 17px;
  font-weight: 300;
  text-align: justify; }

.benefits__img {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 125px;
  position: relative; }
  .benefits__img::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    background: url("./img/17.png");
    width: 700px;
    height: 400px;
    z-index: -1; }

.contact-form {
  margin-bottom: 150px;
  position: relative; }
  .contact-form::after {
    content: "";
    position: absolute;
    top: 180px;
    left: 0px;
    background: #f0f9fd;
    width: 570px;
    height: 300px;
    z-index: -1; }
  .contact-form label {
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-bottom: 10px; }
    .contact-form label span {
      font-size: 27px;
      font-weight: 300;
      width: 400px; }
    .contact-form label input {
      width: 100%;
      border: 1px solid #afafaf;
      background: #fff;
      font-size: 27px;
      color: #000;
      height: 47px;
      padding: 0 15px; }
    .contact-form label textarea {
      width: 100%;
      border: 1px solid #afafaf;
      background: #fff;
      font-size: 27px;
      color: #000;
      padding: 0 15px;
      height: 190px; }

.contact-form__title {
  margin-bottom: 85px; }

.contact-form__item-img {
  margin-bottom: 35px; }

.contact-form__item-text {
  font-size: 17px;
  text-align: justify;
  font-weight: 300; }

.contact-form__form {
  padding-right: 15px;
  position: relative; }
  .contact-form__form::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 0px;
    background: #399add;
    width: 3px;
    height: 400px;
    z-index: -1; }
  .contact-form__form input.btn {
        display: block;
    margin: 0 auto;
    margin-top: 55px;
    padding: 10px 25px;
    background: #fff;
    color: #3c99dc;
    cursor: pointer;
    font-size: 17px;
    width: 143px;
    height: 42px; }

.contact-form__info-fin {
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  margin-top: -55px;
  display: block; }

.contact-form__jastifi {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -moz-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -moz-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.about-us__text {
  max-width: 640px;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 50px; }

.about-us__title {
  margin-bottom: 45px; }

.about-us {
  padding: 90px 0;
  padding-left: 120px;
  margin-bottom: 150px; }
  .about-us::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("./img/15.png");
    width: 1000px;
    height: 100%;
    z-index: -1; }
  .about-us::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #399add;
    width: 3px;
    height: 100%;
    z-index: -1; }

a.about-us__btn {
  background: #3c99dc;
  color: #fff; }

.news__title {
  margin-bottom: 80px; }

.news__container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px; }
  .news__container::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #399add;
    width: 1020px;
    height: 3px; }

.news__item {
  -webkit-box-flex: 33.33%;
  -webkit-flex: 33.33%;
  -moz-box-flex: 33.33%;
  -ms-flex: 33.33%;
  flex: 33.33%;
  max-width: 33.33%; }
  .news__item:nth-child(even) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }

a .news__item-title {
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 35px;
  color: #000;
  text-decoration: none; }

a .news__item-text {
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 35px;
  color: #000;
  text-decoration: none; }

.news__item-img {
  margin-bottom: 35px; }

.news__item-container {
  padding: 0 50px; }

.news__container-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.news {
  margin-bottom: 150px;
  position: relative; }
  .news::after {
    content: "";
    position: absolute;
    top: 50px;
    left: -30px;
    background: #f0f9fd;
    width: 570px;
    height: 100%;
    z-index: -1; }
  .news a {
    text-decoration: none; }

.contact iframe {
  width: 100%;
  height: 700px; }

.contact__info {
  padding: 40px 0;
  position: relative; }
  .contact__info::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #399add;
    width: 579px;
    height: 3px; }
  .contact__info img {
    margin-right: 15px; }
  .contact__info a {
    margin-bottom: 20px; }

.contact__phone {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 70px; }
  .contact__phone a {
    color: #000000;
    display: block;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }

.contact__email {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 70px; }
  .contact__email a {
    color: #000000;
    display: block;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }

.contact__local {
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000; }
  .contact__local a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }

.contact__team {
  padding: 40px; }

.contact__team-title {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  margin-bottom: 40px; }

.contact__team-img {
  margin-bottom: 40px; }

.contact__title {
  margin-bottom: 90px; }

a.acontact__local {
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  text-decoration: none; }

.footer {
  background: #f0f9fd;
  padding: 60px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.footer__logo {
  margin-bottom: 55px; }

.footer__social {
  margin-bottom: 35px; }

.footer__info {
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000; }

.tabs {
  margin-bottom: 150px;
  position: relative; }
  .tabs::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0px;
    background: #f0f9fd;
    width: 400px;
    height: 300px;
    z-index: -1; }

.tabs__title {
  margin-bottom: 30px;
  text-align: right; }

.tabs__item {
  padding-top: 40px; }

.tabs__item-title {
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 30px; }

.tabs__item-text {
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000; }

.tabs__item-img {
  margin-bottom: 70px; }

.tabs__krok-title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7c7c7c;
  cursor: pointer; }

.tabs__krok-title.active {
  color: #3c99dc; }

a.tabs__krok-img-fin {
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  display: block;
  height: 100px;
  width: 100px;
  text-decoration: none;
  padding: 35px 10px;
  border: 1px solid #000; }

.tabs__krok-img {
  text-align: center;
  margin-bottom: 25px;
  cursor: pointer; }
  .tabs__krok-img img {
    padding: 10px; }

.tabs__krok-img.active img {
  border: 1px solid #3c99dc; }

@media (max-width: 37.5em) {
  .benefits__title {
    padding-left: 0px;
    text-align: left; }
  .benefits__img {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 12px;
    overflow: hidden;
    width: 100%;
    display: none; }
    .benefits__img::before {
      height: 150px; }
  .about-us {
    padding: 10px; }
  .news__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
    .news__item:nth-child(even) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch; }
  .news__item-container {
    padding: 0 10px; } }

@media (max-width: 64em) {
  .benefits__item-title {
    margin-left: 0px; }
  .benefits__img {
    width: 100%;
    overflow: hidden; }
  .news__item {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
    .news__item:nth-child(even) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-box-orient: horizontal;
      -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch; } }

@media (max-width: 37em) {
  .contact-form label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
    .contact-form label span {
      width: 100%; } }

.footer__social-item {
  padding: 0 25px; }

.equipment-page__item-img {
  margin-bottom: 20px; }

.equipment-page__item-title {
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 20px; }

.equipment-page__item-logo {
  margin-bottom: 15px; }

.equipment-page__item-btn {
  border: none;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000; }

.equipment-page__item {
  margin-bottom: 100px;
  text-align: center; }

.equipment-page__title {
  padding: 80px 0 50px; }

.bread-crumbs {
  padding-top: 50px;
  padding-bottom: 80px; }
  .bread-crumbs__one {
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3c99dc; }
    .bread-crumbs__one span {
      padding: 0 5px; }
    .bread-crumbs__one a {
      color: #000000;
      text-decoration: none; }

.filter-gorizont {
  position: relative; }
  .filter-gorizont::before {
    content: "";
    position: absolute;
    background: #f0f9fd;
    top: 30px;
    left: -25%;
    width: 100%;
    height: 95%; }
  .filter-gorizont__container {
    padding: 30px 0 30px;
    position: relative; }
  .filter-gorizont__title {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .filter-gorizont__item-title {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000; }
  .filter-gorizont label {
    display: block;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #000000; }
  .filter-gorizont input {
    margin-right: 15px;
    border: none;
    background: #fff;
    height: 15px;
    width: 15px; }

.vertical-btn {
  height: 20px;
  width: 10px;
  cursor: pointer;
  border: 1px solid #000;
  display: inline-block;
  margin-left: 20px; }

.gorizont-btn {
  height: 10px;
  width: 20px;
  cursor: pointer;
  border: 1px solid #3c99dc;
  display: inline-block;
  margin-left: 20px; }

.filter-vertikal::before {
  content: "";
  position: absolute;
  background: #f0f9fd;
  top: 30px;
  left: -25%;
  width: 125%;
  height: 100%; }

@media (max-width: 64em) {
  .filter-vertikal {
    margin-bottom: 60px; } }

@media (max-width: 64em) {
  .filter-vertikal .filter-gorizont__item {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    margin-bottom: 15px; } }

@media (max-width: 64em) {
  .filter-vertikal .filter-gorizont__container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
































.example__title{
    font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  margin-bottom: 40px;
}
.example__text{
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  margin-bottom: 120px;

}
.example{
  position: relative;
}
.example::before {
    content: "";
    position: absolute;
    background: url("./img/oniii-110-2.png");
    top: 30px;
    left: 0;
    width: 33%;
    height: 300px;
}
@media (max-width: 64em) {
  .example::before {
    display: none;
  }
}
.example-item__text{
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  margin-bottom: 100px;
}
.example-item{
  position: relative;
}
.example-item__img{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 50px;
}
.example-item__btn-left{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
}
.example-item::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0px;
    background: #f0f9fd;
    width: 60%;
    height: 324px;
    z-index: -1;
}



.partners__info{
display: flex;
  flex-wrap: wrap;




  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding: 0 170px;
  margin-bottom: 200px;

}
@media (max-width: 64em) {
  .partners__info{
  padding: 0 15px;

}
}
.partners__info-img{
  flex: 77px;
    min-width: 77px;
    margin-right: 70px;
}
@media (max-width: 37.5em) {
.partners__info-img{
  flex: 100%;
    min-width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
}
}
.partners__info-title{
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  margin-bottom: 30px;
}
.partners__info-text{
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
}
.contact__team-page-info{
    font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  margin-bottom: 30px;
}
.contact__team-page-info span{
  display: block;
}
.contact__team-page{
  position: relative;

  
}
.contact__team-page::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #f0f9fd;
    width: 300px;
    height: 100%;
    z-index: -1;
}
.news-page a{
  text-decoration: none;
  color: #000;
}
.news-page__item-img{
margin-bottom: 20px;
}
.news-page__item{
display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px
}
.news-page__item-container{
  padding: 0 0 0 30px;
}
.news-page__item-title{
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  margin-bottom: 30px;
}
.news-page__item-text{
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  margin-bottom: 75px;

}
.news-page__item-data{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  margin-bottom: 25px;
}
.news-page__btn{
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #3c99dc;
  border: 1px solid #3c99dc;
  color: #000000;
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block;
}
.news-page{
  position: relative;
}
.news-page::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0px;
    background: #f0f9fd;
    width: 400px;
    height: 100%;
    z-index: -1;
}
.news-item2__title{
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  max-width: 840px;
  margin-bottom: 50px;
}
.news-item2__data{
  font-size: 54px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  margin-bottom: 35px;
}
.news-item2__img{
  margin-bottom: 80px;
}
.news-item2__text{
  margin-bottom: 50px;
}
.news-item2{
  margin-bottom: 80px;
}
.news-item2::before {
    content: "";
    position: absolute;
    top: 180px;
    left: 0px;
    background: #f0f9fd;
    width: 400px;
    height: 80%;
    z-index: -1;
}
.news-item2::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    background: #399add;
    width: 50%;
    height: 3px;
}
.news-item-bottom a{
color: #000;
}
.news-item-bottom__item-img img{
  margin-bottom: 15px;
      height: auto;
}
.news-item-bottom__item-data{
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  text-align: center;
}
.news-item-bottom__item-title{
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  margin-bottom: 15px;
}
.news-item-bottom__item-text{
    font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
margin-bottom: 20px;
}
.about::before{
  display: none;}
.about__img{
  margin-bottom: 70px;
  position: relative;
}
.about__logo{
  margin-bottom: 30px;
  display: block;
}
.about__img::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #f0f9fd;
    width: 240px;
    height: 240px;
    z-index: -1;
}
.news-item-bottom__item-img{
        display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}


.tab button {
  background-color: inherit;

  border: none;
  outline: none;
  cursor: pointer;

  transition: 0.3s;

}

/* Change background color of buttons on hover */

button:hover img {
    border: 1px solid #3c99dc;
}

button:hover .tabs__krok-title {
    color: #3c99dc;
}

button.active img {
    border: 1px solid #3c99dc;
}

button.active .tabs__krok-title {
    color: #3c99dc;
}
.partners button.active img {
    border: 0px;
}
.partners button:hover img {
    border: 0px;
}
.example-item__btn-left a{
    color: #000000;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    margin-bottom: 55px;
    border: 1px solid #3c99dc;
    font-size: 17px;
    font-weight: 300;
}

.example-item__btn-right a{
    color: #000000;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    margin-bottom: 55px;
    border: 1px solid #3c99dc;
    font-size: 17px;
    font-weight: 300;
}
.equipment-page__item-title h2{
    font-size: 27px;
}
.equipment-page__item a.product_type_simple{
        color: #000000;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    border: none;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.equipment-page__item-title .woocommerce-LoopProduct-link.woocommerce-loop-product__link{
    color: #000;
    margin-bottom: 20px;
    display: block;
}
.record .woocommerce-product-gallery__image:nth-child(2){
    display: none;
}


.widget{
    position: relative;
}
.widget.widget-woof{
    margin-bottom: 120px;
}
.widget.widget-woof::before {
    content: "";
    position: absolute;
    background: #f0f9fd;
    top: 0px;
    left: -25%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.woof_redraw_zone{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
 @media (min-width: 64em) {
    .woof_container.woof_container_checkbox{
   
        flex: 21%;
        max-width: 21%;
        padding-bottom: 0; 
        margin-bottom: 0px;
    }
}
.woof_container_inner.woof_container_inner_ h4{
        margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
.woof_list li{
    display: block;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #000000;
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    align-content: stretch;
    margin: 0 !important;
    padding: 0!important;
}
.woof_list li input{
        margin-right: 15px;
    border: none;
    background: #fff;
    height: 15px;
    min-width: 15px;
}
.woof_checkbox_label {
     margin-left: 0!important;
}
.woocommerce-ordering{
    display: none!important;
}
.woof_submit_search_form_container{
     display: none!important;
}