/*******************************************************
 * web developer Kolosov V.
 * Version: 1.0
 ******************************************************/
/**************************************************************** 
 * Begin Reset
 ****************************************************************/
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

input {
  vertical-align: middle;
}

input[type=submit],
input[type=button],
button {
  cursor: pointer;
}

textarea {
  resize: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

img {
  vertical-align: bottom;
}

/* End Reset
 ****************************************************************/
/****************************************************************
 * Begin Grid
 ****************************************************************/
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.row-f {
  display: flex;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1366px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1366px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1366px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1366px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* End Grid
 ****************************************************************/
/****************************************************************
 * Begin Base - First layer
 ****************************************************************/
@font-face {
  font-family: 'STIXRegular';
  src: url("../fonts/STIXGeneral-Regular.ttf") format("truetype");
}
/* @font-face {
  font-family: STIXRegular;
  src: url("../fonts/stixgeneral-regular.otf");
} */
@font-face {
  font-family: STIXBold;
  src: url("../fonts/stixgeneral-bold.otf");
}
/* @font-face {
  font-family: AvantiBold;
  src: url("../fonts/AvantiBold.ttf");
} */
@font-face {
  font-family: "AvantiBold";
  src: url("../fonts/6442.ttf");
}
@font-face {
  font-family: 'Myriad';
  src: local("Gilroy Regular"), url("../fonts/MyriadProRegular.woff") format("woff"), url("../fonts/MyriadProRegular.ttf") format("truetype");
}
@font-face {
  font-family: 'MyriadSemi';
  src: local("Gilroy Regular"), url("../fonts/MyriadProSemibold.woff") format("woff"), url("../fonts/MyriadProSemibold.ttf") format("truetype");
}
@font-face {
  font-family: 'MyriadBold';
  src: local("Gilroy Regular"), url("../fonts/MyriadProBold.woff") format("woff"), url("../fonts/MyriadProBold.ttf") format("truetype");
}
@font-face {
  font-family: 'GolosBlack';
  src: local("Golos Black"), url("../fonts/Golos/GolosBlack.ttf") format("truetype");
}
@font-face {
  font-family: 'GolosBold';
  src: local("Golos Bold"), url("../fonts/Golos/GolosBold.ttf") format("truetype");
}
@font-face {
  font-family: 'GolosDemiBold';
  src: local("Golos DemiBold"), url("../fonts/Golos/GolosDemiBold.ttf") format("truetype");
}
@font-face {
  font-family: 'GolosRegular';
  src: local("Golos Regular"), url("../fonts/Golos/GolosRegular.ttf") format("truetype");
}
@font-face {
  font-family: 'NEXTBold';
  src: local("NEXT Bold"), url("../fonts/Next/NEXTBold.otf") format("truetype");
}
@font-face {
  font-family: 'NEXTLight';
  src: local("NEXT Light"), url("../fonts/Next/NEXTLight.otf") format("truetype");
}
@font-face {
  font-family: 'NEXTRegular';
  src: local("NEXT Regular"), url("../fonts/Next/NEXTRegular.otf") format("truetype");
}
@font-face {
  font-family: 'NEXTSemiBold';
  src: local("NEXT SemiBold"), url("../fonts/Next/NEXTSemiBold.otf") format("truetype");
}
@font-face {
  font-family: 'NEXTThin';
  src: local("NEXT Thin"), url("../fonts/Next/NEXTThin.otf") format("truetype");
}
@font-face {
  font-family: 'Cera';
  src: local("CeraPro"), url("../fonts/CeraPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'CeraBold';
  src: local("CeraProBold"), url("../fonts/CeraPro-Bold.ttf") format("truetype");
}
/* @font-face {
  font-family: 'IBM';
  font-weight: 700;
  src: local("IBM Bold"), url("../fonts/IBM/IBMBold.ttf") format("truetype");
}
@font-face {
  font-family: 'IBM';
  font-weight: 700;
  src: local("IBM BoldItalic"), url("../fonts/IBM/IBMBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'IBM';
  font-weight: 200;
  src: local("IBM ExtraLight"), url("../fonts/IBM/IBMExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: 'IBM';
  font-weight: 200;
  font-style: italic;
  src: local("IBM ExtraLightItalic"), url("../fonts/IBM/IBMExtraLightItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'IBM';
  font-style: italic;
  src: local("IBM Italic"), url("../fonts/IBM/IBMItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'IBM';
  font-weight: 300;
  src: local("IBM Light"), url("../fonts/IBM/IBMLight.ttf") format("truetype");
}
@font-face {
  font-family: 'IBM';
  font-weight: 300;
  font-style: italic;
  src: local("IBM LightItalic"), url("../fonts/IBM/IBMLightItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'IBM';
  font-weight: 500;
  src: local("IBM Medium"), url("../fonts/IBM/IBMMedium.ttf") format("truetype");
}
@font-face {
  font-family: 'IBM';
  font-weight: 500;
  font-style: italic;
  src: local("IBM MediumItalic"), url("../fonts/IBM/IBMMediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'IBM';
  font-weight: 400;
  src: local("IBM Regular"), url("../fonts/IBM/IBMRegular.ttf") format("truetype");
}
@font-face {
  font-family: 'IBM';
  font-weight: 600;
  src: local("IBM SemiBold"), url("../fonts/IBM/IBMSemiBold.ttf") format("truetype");
}
@font-face {
  font-family: 'IBM';
  font-weight: 600;
  font-style: italic;
  src: local("IBM SemiBoldItalic"), url("../fonts/IBM/IBMSemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'IBM';
  font-weight: 100;
  src: local("IBM Thin"), url("../fonts/IBM/IBMThin.ttf") format("truetype");
}
@font-face {
  font-family: 'IBM';
  font-weight: 100;
  font-style: italic;
  src: local("IBM ThinItalic"), url("../fonts/IBM/IBMThinItalic.ttf") format("truetype");
} */

body {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  color: #3f3f40;
  font: calc(14px + 0.35vw)/calc(16px + 0.35vw) STIXRegular, sans-serif;
}

body * {
  opacity: 1;
  transition: opacity .5s linear;
}

.transition-transfer * {
  opacity: 0;
}

a {
  color: #3f3f40;
  text-decoration: underline;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
a:hover {
  color: #d51900;
  color: #096000;
  text-decoration: none;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.creatlab {
  position: absolute;
  bottom: 18.5px;
  left: 18.5px;
  width: 30px;
  height: 30px;
  background: url(../img/createlab.png) no-repeat;
  opacity: .3;
}

.creatlab:hover {
  opacity: 1;
}

@media screen and (max-width: 1300px) {
  .creatlab {
    left: 12.5px;
  }
}
@media screen and (max-width: 1024px) {
  .creatlab {
    /* display: none; */
  }
}
#panel {
  width: 100%;
}

.flex-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .flex-container {
    display: block;
    /* flex-direction: column; */
  }
}

/* Wrapper */
.main-w {
  padding: 0 3.2vw;
}

/* Heading */
.t-main {
  position: relative;
  width: 70%;
  padding: 0 4%;
  margin: 41px auto 31px;
  min-height: 38px;
  border-top: 5px solid #cac8c5;
  border-bottom: none;
  text-align: center;
}
.t-main span {
  position: relative;
  top: -1.2vw;
  top: -5px;
  display: inline-block;
  padding: 0 2%;
  background-color: #fff;
  color: #3f3f40;
  /* font-family: "STIXRegular", serif; */
  font-family: "NEXTSemiBold", sans-serif;
  font-size: calc(18px + 0.9vw);
  line-height: calc(20px + 0.9vw);
  font-weight: bold;
  /* letter-spacing: 2px; */
  text-transform: uppercase;
  transform: translateY(-50%);
  /* width: min-content; */
}

.t-main_in {
  margin-top: calc(40px + 1.7vw);
}

.t-main_left {
  margin-left: 12.5%;
  padding-left: 0;
  margin-top: calc(40px + 1.7vw);
  margin-bottom: calc(30px + 1vw);
  border-right: none;
  text-align: left;
  letter-spacing: 2px;
}
.t-main_left span {
  padding-left: 0;
}
.kuzdots-work .t-main_left {
  border-top: none;
  padding: 0;
  width: 75%;
}
.kuzdots-work .t-main_left span {
  padding-right: 0;
  top: 0;
  font-size: calc(15px + 0.9vw);
}
.t-main-bottom {
  position: relative;
  margin: 0 -3.2vw;
  padding-bottom: 42px;
  font-family: "NEXTSemiBold", sans-serif;
  font-size: calc(18px + 0.9vw);
  line-height: calc(20px + 0.9vw);
  text-align: center;
}
.t-main-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 8px;
  background-color: #d51900;
  background-color: #096000;
}
.t-main-bottom::after {
  content: "";
  position: absolute;
  left: 80%;
  bottom: -18px;
  width: 50px;
  margin-left: -50px;
  height: 18px;
  background-color: #d51900;
  background-color: #096000;
}
.t-other {
  position: relative;
  padding-left: 11.3vw;
  font-family: "NEXTSemiBold", sans-serif;
  font-size: calc(19px + 0.9vw);
  line-height: calc(27px + 0.9vw);
  color: #d51900;
  color: #096000;
  z-index: 2;
}
.t-other span {
  padding-left: 4.5vw;
  color: #3f3f40;
}
.t-main_leaves {
  position: relative;
}
.t-main_leaves::before {
  /* content: "";
  position: absolute;
  top: -42px;
  right: -182px;
  width: 323px;
  height: 142px;
  background: url(../img/leaves.png) no-repeat;
  background-size: cover; */
}
@media screen and (max-width: 1600px) {
  .t-main_in {
    margin-top: calc(29px + 1.7vw);
  }
  .t-other {
    font-size: calc(17px + 0.9vw);
    line-height: calc(21px + 0.9vw);
  }
}
@media screen and (max-width: 1500px) {
  .t-main span {
    /* top: -1.4vw; */
  }
}
@media screen and (max-width: 1366px) {
  .t-other {
    font-size: calc(15px + 0.9vw);
    line-height: calc(19px + 0.9vw);
  }
  .t-main_leaves::before {
    /* top: -26px;
    right: -102px;
    width: 233px;
    height: 102px; */
  }
}
@media screen and (max-width: 1200px) {
  .t-main span {
    /* top: -1.55vw; */
  }
}
@media screen and (max-width: 1024px) {
  .t-main span {
    /* top: -1.8vw; */
  }
}
@media screen and (max-width: 768px) {
  .t-main {
    width: 100%;
  }
  .t-main span {
    /* top: -16px; */
  }
  .t-main_in {
    margin-top: 50px;
    margin-bottom: 12px;
  }
  .t-main_left {
    width: 70%;
  }
  .t-main_leaves::before {
    /* top: -7px;
    right: 4px;
    width: 113px;
    height: 50px; */
  }
}
@media screen and (max-width: 700px) {
  .t-main span {
    top: -2px;
    font-size: calc(17px + 0.9vw);
    /* left: 50%; */
    /* width: 100%; */
    /* position: absolute; */
    /* transform: translate3d(-50%, -50%, 0); */
    /* min-width: 240px; */
    /* margin-left: -50%; */
  }
  .t-main_left {
    margin-top: 50px;
    margin-bottom: 12px;
  }
  .t-main-bottom {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 600px) {
  .t-main_leaves::before {
    /* width: 75px;
    height: 33px;
    z-index: 1; */
  }
}

.t-1,
h1 {
  font:  20px/30px STIXRegular, sans-serif;
  color: #000;
  margin: 0 0 21px;
}

.t-2,
h2 {
  font:  18px/28px STIXRegular, sans-serif;
  color: #000;
  margin: 0 0 21px;
}

.t-3,
h3,
h4,
h5,
h6 {
  font:  16px/26px STIXRegular, sans-serif;
  color: #000;
  margin: 0 0 21px;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.glider {
  /* overflow-x: hidden; */
  /* overflow: hidden; */
}

/* Button */
/* Inputs */
.it {
  height: 30px;
  padding: 0 10px;
  border: 1px solid #ccc;
  font-size: 13px;
  border-radius: 3px;
}

.itx {
  height: 30px;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 13px;
  border-radius: 3px;
}

.select {
  position: relative;
  height: 32px;
  font-size: 17px;
  line-height: 32px;
  background-color: #fff;
}

.select__t {
  display: none;
  height: 32px;
  line-height: 32px;
  padding: 0 33px 0 17px;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.select__arrow {
  position: absolute;
  display: none;
  right: 10px;
  top: 50%;
  width: 8px;
  margin-top: -4px;
}

.select__options {
  display: none;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
  padding: 10px 0 20px;
  border: 1px solid #e8e9e9;
  border-top: none;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  z-index: 5;
}
.choose__i_active .select__options {
  display: block;
}

.select__options__search {
  width: calc(100% - 34px);
  height: 29px;
  margin: 0 17px 15px;
  border-bottom: 1px solid #4c4d4d;
  color: rgba(63, 64, 64, 0.42);
  font-style: italic;
  font-size: calc(10px + 0.3vw);
}

.select__options__i {
  padding: 5px 17px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #3f4040;
  cursor: pointer;
}
.select__options__i:hover {
  color: #d51900;
}

.select_active .select__options {
  display: block;
}

/* Form */
/* Pagination */
/* Breadcrumbs */
/* Hamburger */
.menu-ham {
  position: relative;
  height: 14px;
  width: 29px;
  border-top: 2px solid #646665;
  border-bottom: 2px solid #646665;
  cursor: pointer;
}

.menu-ham::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: -1px;
  background-color: #646665;
}

.menu-ham_mobile {
  display: none;
}
.menu-ham_mobile {
  border: none;
}
.menu-ham_mobile::before {
  display: none;
}
.menu-ham__bar {
  position: absolute;
  display: block;
  padding: 0;
  width: 100%;
  height: 2px;
  background-color: #646665;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
.menu-ham__bar1 {
  top: 0;
}
.menu-ham__bar2,
.menu-ham__bar3 {
  top: 6px;
}
.menu-ham__bar4 {
  bottom: 0;
}
.sidebar_close .menu-ham__bar1 {
  transform: translateX(10px);
  background-color: transparent;
}
.sidebar_close .menu-ham__bar2 {
  transform: rotate(45deg);
}
.sidebar_close .menu-ham__bar3 {
  transform: rotate(-45deg);
}
.sidebar_close .menu-ham__bar4 {
  transform: translateX(-10px);
  background-color: transparent;
}

/* Search Inp */
.search__btn {
  position: relative;
  width: 25px;
  height: 25px;
  background-size: cover;
  font-family: FontAwesome;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.6);
  opacity: .3;
  cursor: pointer;
}

.search__btn:hover {
  opacity: 1;
}

.search__btn_active {
  opacity: 1;
}

.form-search-mini {
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: 30px;
  display: none;
}

.search__btn_active .form-search-mini {
  display: flex;
}

.form-search-mini input[type="text"] {
  height: 100%;
  width: 240px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 3px 0 0 3px;
}

.form-search-mini button {
  position: relative;
  display: flex;
  height: 100%;
  width: 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 3px 3px 0;
  background: #e4e4e4;
}

.form-search-mini button::before {
  content: "\f002";
  position: relative;
  top: -2px;
  color: #fff;
  font-family: FontAwesome;
  font-size: 16px;
}

/* Networks */
.networks {
  display: flex;
}

.networks__i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-decoration: none;
  opacity: .5;
}

.networks__i:hover {
  opacity: 1;
}

.networks__i + .networks__i {
  margin-left: 20px;
}

.networks__i_vk {
  width: 27px;
  height: 16px;
  background-image: url("../img/sprite.svg#vk");
}

.networks__i_fb {
  width: 25px;
  height: 25px;
  background-image: url("../img/sprite.svg#fb");
}

.networks__i_insta {
  width: 23px;
  height: 23px;
  background-image: url("../img/sprite.svg#insta");
}

.networks__i_yo {
  width: 29px;
  height: 20px;
  background-image: url("../img/sprite.svg#yo");
}

.networks__i_tg {
  width: 26px;
  height: 26px;
  background-image: url("../img/sprite.svg#tg");
}

.follow-us__t {
  color: #75767f;
  /* font-family: "Myriad", sans-serif; */
  font-family: "GolosDemiBold", sans-serif;
  /* font-weight: 700; */
  font-size: 15px;
  text-transform: uppercase;
}

.follow-us__items {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.follow-us__i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: .4;
}

.follow-us__i:hover {
  opacity: 1;
}

.follow-us__i + .follow-us__i {
  margin-left: 15px;
}

.follow-us__i_vk {
  width: 27px;
  height: 16px;
  background-image: url("../img/sprite.svg#vk");
}

.follow-us__i_fb {
  width: 25px;
  height: 25px;
  background-image: url("../img/sprite.svg#fb");
}

.follow-us__i_insta {
  width: 23px;
  height: 23px;
  background-image: url("../img/sprite.svg#insta");
}

.follow-us__i_yo {
  width: 29px;
  height: 20px;
  background-image: url("../img/sprite.svg#yo");
}

.follow-us__i_tg {
  width: 26px;
  height: 26px;
  background-image: url("../img/sprite.svg#tg");
}

/* Menu */
.menu {
  display: flex;
}

.menu_vertical {
  flex-direction: column;
}

.menu__i {
  padding: 0.58vw 0 0.43vw;
  border-bottom: 1px solid #dbdbd9;
  /* font-size: calc(10px + 0.3vw); */
  /* font-family: "Myriad", sans-serif; */
  font-family: "GolosDemiBold", sans-serif;
  /* font-weight: 500; */
  font-size: calc(12px + 0.28vw);
  color: #404040;
  text-decoration: none;
}

.menu__i:hover,
.menu__i_active {
  color: #d51900;
  color: #096000;
}

.menu__i_existsub {
  position: relative;
  padding-right: 40px;
}
.menu__i_existsub::before {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-top: 2px solid #807d7a;
  border-left: 2px solid #807d7a;
  transform: rotate(-135deg);
}

.menu__i__sub {
  position: absolute;
  left: -9000px;
  display: flex;
  flex-direction: column;
  padding-left: 14px;
  padding-top: 13px;
  padding-bottom: 14px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: none;
}

.menu__i__sub__i {
  text-decoration: none;
  color: #000;
  /* font-size: calc(10px + 0.3vw);
  font-family: "Myriad", sans-serif;
  font-weight: 500; */
  /* font-size: calc(10px + 0.3vw); */
  font-family: "GolosDemiBold", sans-serif;
  font-size: calc(10px + 0.28vw);
  color: #807d7a;
}

.menu__i__sub__i:hover,
.menu__i__sub__i_active {
  color: #d51900;
  color: #096000;
}

.menu__i__sub__i + .menu__i__sub__i {
  margin-top: 10px;
}

.menu__i_active::before {
  margin-top: -1px;
  transform: rotate(45deg);
}

.menu__i_active + .menu__i__sub {
  position: static;
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  transition: all .3s ease;
}
@media screen and (max-width: 1600px) {
  .menu__i {
    font-size: 14px;
    line-height: 19px;
  }
  .menu__i__sub__i {
    font-size: 13px;
    line-height: 19px;
  }
  .menu__i__sub__i + .menu__i__sub__i {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1366px) {
  .menu__i {
    padding-top: 0.4vw;
    font-size: 12px;
    line-height: 17px;
  }
  .menu__i__sub__i {
    font-size: 11px;
    line-height: 17px;
  }
  .menu__i__sub__i + .menu__i__sub__i {
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .menu__i {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}

/* Menu icon */
.menu-with-icon__i {
  display: flex;
  align-items: center;
  text-decoration: none;
  /* font-weight: 700; */
  font-size: 15px;
  /* font-family: "Myriad", sans-serif; */
  font-family: "GolosDemiBold", sans-serif;
  color: #3f3c38;
}

.menu-with-icon__i + .menu-with-icon__i {
  margin-top: 5px;
}

.menu-with-icon__i__icon {
  /* width: 60px;
  height: 60px; */
  margin-right: 13px;
  /* border-radius: 100%; */
}

.menu-with-icon__i__lk {
  font-family: "GolosRegular", sans-serif;
  color: #8f8d89;
}

/* Hot line */
.hot-line {
  position: relative;
  display: inline-block;
  padding-left: 8.2vw;
  padding-right: 7.2vw;
  margin-left: -3.2vw;
  font-family: "NEXT", sans-serif;
  font-size: calc(12px + 0.9vw);
  line-height: calc(24px + 0.9vw);
  text-transform: uppercase;
  border-bottom: 0.5vw solid #d51900;
  border-bottom: 0.5vw solid #096000;
}
.hot-line span {
  font-family: "NEXTSemiBold", sans-serif;
  font-size: calc(18px + 0.9vw);
}
.hot-line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -26px;
  width: 50px;
  height: 18px;
  background-color: #d51900;
  background-color: #096000;
}

/* Paragraph */
.start-paragraph {
  display: flex;
  align-items: flex-start;
}

.start-paragraph__letter {
  float: left;
  margin-right: 13px;
  color: #d51900;
  color: #096000;
  font-size: 123px;
  line-height: 77px;
  /* font-weight: bold; */
  font-weight: 600;
  font-family: 'Cormorant Garamond', serif;
}

/* List numbers */
.list-ol {
  margin-left: 7%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.list-ol_mar {
  margin-left: 0;
  margin-top: calc(12px + 0.2vw) !important;
  margin-bottom: calc(12px + 0.2vw) !important;
}

.list-ol__number {
  float: none;
  margin-right: 10px;
  color: #d51900;
  color: #096000;
  font-size: calc(27px + 1vw);
  line-height: calc(29px + 1vw);
}

.start-paragraph_fl {
  display: block;
}

.kuz {
  position: relative;
}
.kuz::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}
.kuz1::before {
  background-image: url("../img/kuz1.png");
}
.kuz2::before {
  background-image: url("../img/kuz2.png");
}
.kuzelips::before {
  position: absolute;
  bottom: 67vh;
  right: 0;
  width: 1.2vw;
  height: 19vw;
  background-image: url("../img/kuz-elips.png");
}
.kuzdots-work-soc.kuzelips::before {
  display: none;
}
.kuzdot .main-w::before {
  content: "";
  position: absolute;
  bottom: 111vh;
  left: -12px;
  width: 4.2vw;
  height: 16.1vw;
  background-image: url("../img/kuz-dot.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.kuzdots-work .main-w::before {
  left: 0;
  width: 6.407vw;
  height: 18.698vw;
  background-image: url("../img/kuzleftw.png");
  bottom: 15vw;
}
.kuzdots-work-soc .main-w::before {
  width: 0.886vw;
  height: 11.667vw;
  bottom: 23vw;
  background-image: url("../img/dotttt.png");
}
.kuzcircle1::before {
  width: 6.5vw;
  height: 19vw;
  background-image: url("../img/kuz-blue.png");
}
.kuzcirclework::before {
  bottom: -10vw !important;
  width: 6.5vw;
  height: 19vw;
  background-image: url("../img/kuzworkr.png");
}
.kuzdots-work-eco .kuzcirclework::before {
  background-image: url("../img/kuzyagr.png");
}
.kuzcircle2::before {
  width: 6.3vw;
  height: 31vw;
  background-image: url("../img/kuz-red.png");
}
.kuzcircle3::before {
  width: 6.5vw;
  height: 19vw;
  background-image: url("../img/kuz-yellow.png");
}

.kuz-mainbanner::before {
  display: none;
  bottom: -2vw;
  right: 0;
}
.kuz-brandbus::before {
  bottom: -16vw;
  right: -7vw;
}
.kuz-taman::before {
  bottom: -16vw;
  right: -7vw;
}
.kuz-korma::before {
  bottom: -16vw;
  right: -7vw;
}
.kuz-products::before {
  bottom: -16vw;
  right: -7vw;
}
.kuz-oils::before {
  bottom: -16vw;
  right: -7vw;
}
.kuz-brands::before {
  bottom: -16vw;
  right: -7vw;
}
.kuz-noc::before {
  bottom: -18vw;
  right: -7vw;
}
.kuz-ino::before {
  bottom: -13vw;
  right: -7vw;
}
.kuz-car::before {
  bottom: -13vw;
  right: -7vw;
}
.kuz-con::before {
  top: 16vw;
  right: -3.2vw;
}
.kuz-egy::before {
  bottom: -29vw;
  right: -7vw;
}
.kuzdots-noc .main-w::before {
  bottom: 90vh;
}
.kuzdots-ino::before {
  bottom: 130vh;
}
.kuzdots-ino .main-w::before {
  bottom: 100vh;
}
.kuzdots-car::before {
  bottom: 75vh;
}
.kuzdots-car .main-w::before {
  bottom: 150vh;
}
.kuzdots-hor::before {
  bottom: 60vh;
}
.kuzdots-hor .main-w::before {
  bottom: 180vh;
}
.kuzdots-brb::before {
  bottom: 90vh;
}
.kuzdots-brb .main-w::before {
  bottom: 160vh;
}
.kuzdots-taman .main-w::before {
  bottom: 25vh;
}
.kuzdots-efeed .main-w::before {
  bottom: 70vh;
}
.kuzdots-oil::before {
  bottom: 10vh;
}
.kuzdots-oil .main-w::before {
  bottom: 70vh;
}

.slick-slider {
  padding: 0 50px;
}
.slick-slider .slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 38px;
  height: 38px;
  background: url(../img/arrow-left.png) no-repeat;
  text-indent: -9999999px;
  background-size: cover;
  cursor: pointer;
}
.slick-slider .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 38px;
  height: 38px;
  background: url(../img/arrow-right.png) no-repeat;
  text-indent: -9999999px;
  background-size: cover;
  cursor: pointer;
}
.slick-slider3 {
  padding: 0;
}
.slick-slider3 .slider__i {
  padding: 0 1.4vw;
}
.slick-slider3 .slick-prev {
  top: 28%;
  left: -44px;
}
.slick-slider3 .slick-next {
  top: 28%;
  right: -44px;
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
}
.gallery-list img {
  height: 200px;
  width: auto;
  margin: 0 20px 20px 0;
}

/* End Base - First layer
 ****************************************************************/
/****************************************************************
 * Begin Project - Second layer
 ****************************************************************/
/* Logo
 *********************************/
.logo {
  display: flex;
  height: 130px;
  min-height: 130px;
  width: 100%;
  /* background: #fff url("../img/sprite.svg#biglogo") center center no-repeat; */
  /* background: #fff url("../img/logo.png") center center no-repeat; */
  background: #fff url("../img/logo.svg") center center no-repeat;
  /* background-size: 69% auto; */
  background-size: 100% auto;
  /* background-position: -9px -246px; */
  background-position: -9px 64%;
  /* transition: all .3s ease; */
  transition: none;
}

.logo-mini {
  /* width: 135px; */
  width: 144px;
  height: 42px;
  /* background: url("../img/sprite.svg#logolight") center center no-repeat; */
  background: url("../img/logobottom.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .logo {
    height: 44px !important;
    min-height: 44px !important;
    /* width: 190px; */
    width: 180px;
    /* background-position: left center; */
    background-image: url("../img/logo.svg") !important;
    background-position: -24px -132px;
    background-size: 100% auto !important;
  }
}

/* Link article
 *********************************/
.link-article {
  /* font-family: "Open Sans", sans-serif; */
  color: #7f7f7f;
  font-size: 17px;
}

.link-article__lk {
  margin-left: 5px;
  color: #1194df;
}

/* Information
 *********************************/
.info-link {
  display: flex;
  padding: 21px 0;
  /* margin-bottom: 50px; */
  justify-content: center;
  align-items: baseline;
  background-color: #e7ebf2;
  font-size: calc(12px + 0.6vw);
}

.info-link__lk {
  margin-left: 6%;
  font-weight: 700;
  font-size: calc(10px + 0.2vw);
  color: #c0230d;
  color: #d51900;
  font-family: "GolosDemiBold", serif;
  font-size: 14px;
  line-height: 17px;
}

.info-link__tx {
  /* min-width: 545px; */
  text-align: center;
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: calc(12px + 0.4vw);
  line-height: calc(14px + 0.5vw);
  letter-spacing: 0.4px;
}

.home-page .info-link {
  margin-bottom: 0px;
}

@media screen and (max-width: 1600px) {
  .info-link {
    padding-top: 16px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1500px) {
  .info-link__tx {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .info-link__tx {
    min-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .info-link {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .info-link__tx {
    min-width: 0px;
    font-size: 12px;
  }
  .info-link__lk {
    white-space: nowrap;
    margin-left: 0px;
    margin-top: 4px;
    font-size: 12px;
  }
}
/* Information
 *********************************/
.information {
  display: flex;
  align-items: center;
  padding: 30px 3%;
  box-shadow: 0px 0px 24px #e0e0e6;
}

.information_about {
  margin: 5vw 0;
  padding-left: 6.5%;
  padding-right: 6.5%;
  margin-left: 7%;
  margin-right: 7%;
}

.information_slider {
  margin-top: 2vw;
  margin-left: 3%;
  margin-right: 3%;
}

.information__img {
  width: 100%;
  flex-basis: 330px;
  max-width: 330px;
  min-width: 330px;
  border-radius: 100%;
}

.information__data {
  padding-left: 9%;
  padding-right: 8%;
  /* font-family: "Open Sans", sans-serif; */
  font-family: "IBM Plex Serif", serif;
}

.information__data__t {
  /* font-family: "STIXRegular", sans-serif; */
  /* font-weight: bold; */
  font-size: calc(28px + 0.35vw);
  line-height: calc(32px + 0.35vw);
  padding-right: 28%;
}
.banners-slider.reviews-slider.stories-slider .information__data__t {
  padding-right: 0px;
  padding-top: 4vw;
  color: #d51900;
  color: #096000;
  font-family: "GolosBold";
  text-transform: uppercase;
  font-size: calc(12px + 0.5vw);
  line-height: calc(14px + 0.5vw);
}

.information__data__about {
  margin: 1.1vw 0 2vw;
  /* font-weight: bold; */
  font-size: calc(4px + 0.85vw);
  line-height: calc(6px + 0.85vw);
}
.banners-slider.reviews-slider.stories-slider .information__data__about {
  position: relative;
  margin-top: 4px;
  margin-left: -4vw;
  padding-bottom: 31px;
  font-family: "GolosDemiBold", sans-serif;
  color: #c5c5c5;
  border-bottom: 9px solid #d51900;
  border-bottom: 9px solid #096000;
  margin-bottom: 2.3vw;
}
.banners-slider.reviews-slider.stories-slider .information__data__about::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -26px;
  width: 50px;
  height: 18px;
  background-color: #d51900;
  background-color: #096000;
}

.information__data__tx {
  /* font-size: calc(6px + 0.85vw);
  line-height: calc(8px + 0.85vw); */
  text-align: justify;
  /* font-weight: bold; */
  font-size: calc(13px + 0.35vw);
  line-height: calc(20px + 0.35vw);
  margin-top: 32px;
}

.information__data__t .information__data__tx {
  margin-top: 2vw;
}

.information__data__lk {
  font-weight: bold;
  margin-top: 2.3vw;
  color: #7f7f7f;
}

.information__data__lk__tx {
  margin-right: 1.5vw;
}

.information__data__lk__addr {
  color: #1194df;
}

@media screen and (max-width: 1600px) {
  .banners-slider.reviews-slider.stories-slider .information__data__about::after {
    height: 14px;
    bottom: -21px;
  }
}
@media screen and (max-width: 1400px) {
  .information_about {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .information__img {
    max-width: 230px;
    min-width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .information__data {
    padding-left: 5%;
    padding-right: 5%;
  }
  .information__data__t {
    font-size: calc(18px + 0.35vw);
    line-height: calc(22px + 0.35vw);
    padding-right: 10%;
  }
  .information__data__tx {
    font-size: calc(11px + 0.35vw);
    line-height: calc(16px + 0.35vw);
    margin-top: 20px;
  }
  .information__data__lk {
    margin-top: 1.3vw;
    font-size: calc(12px + 0.35vw);
    line-height: calc(14px + 0.35vw);
  }
}
/* Important link
 *********************************/
.important-lk {
  display: flex;
  /* justify-content: center; */
}

.important-lk_mainpage {
  position: relative;
  /* margin-top: 2.25vw; */
  margin-top: 0;
  z-index: 2;
}

.important-lk__i {
  position: relative;
  /* display: inline-flex; */
  /* align-items: center; */
  /* justify-content: center; */
  margin-top: -44px;
  width: 100%;
  /* height: 3.15vw;
  min-height: 60px; */
  /* font-size: calc(12px + 1vw); */
  /* color: #fff; */
  color: #3f4040;
  /* background-color: #d51900; */
  text-decoration: none;
  /* border-radius: 80px; */
  /* width: 658px; */
  text-align: center;
  font-family: "NEXTSemiBold", sans-serif;
  font-size: 46px;
  line-height: 55px;
  text-transform: uppercase;
  /* margin-right: 23%; */
  /* text-align: right; */
  padding-bottom: 11px;
}
.important-lk__i:hover {
  color: #3f4040;
}
.important-lk__i div {
  display: inline-block;
  /* padding-right: 58px; */
  text-align: center;
}
.important-lk__i span {
  font-family: "NEXTRegular", sans-serif;
  font-size: 36px;
  letter-spacing: 1px;
}
.important-lk__i::before {
  content: "";
  position: absolute;
  right: 20%;
  left: 0;
  bottom: -8px;
  height: 8px;
  background-color: #d51900;
  background-color: #096000;
}
.important-lk__i::after {
  content: "";
  position: absolute;
  right: 20%;
  bottom: -26px;
  width: 50px;
  height: 18px;
  background-color: #d51900;
  background-color: #096000;
}

@media screen and (max-width: 1600px) {
  .important-lk__i {
    margin-top: -35px;
    padding-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
  }
  .important-lk__i span {
    font-size: 29px;
  }
  .important-lk__i::before {
    bottom: -7px;
    height: 7px;
  }
  .important-lk__i::after {
    bottom: -22px;
    width: 43px;
    height: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .important-lk__i {
    margin-top: -28px;
    padding-bottom: 8px;
    font-size: 32px;
    line-height: 38px;
  }
  .important-lk__i span {
    font-size: 24px;
  }
  .important-lk__i::before {
    bottom: -6px;
    height: 6px;
  }
  .important-lk__i::after {
    bottom: -19px;
    width: 37px;
    height: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .important-lk_mainpage {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .important-lk__i {
    font-size: calc(12px + 1.5vw);
    line-height: calc(15px + 1.5vw);
  }
  .important-lk__i span {
    font-size: calc(10px + 1.5vw);
  }
}
/* List elements
 *********************************/
.list-elements__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-elements__i {
  flex-basis: 30%;
  max-width: 400px;
  text-decoration: none;
}

.list-elements__i_full {
  margin-bottom: 50px;
}

.list-elements__i__t {
  margin-top: 12px;
  /* font-weight: 700; */
  /* font-family: "AvantiBold", sans-serif; */
  color: #c83f2b;
  color: #d51900;
  color: #096000;
  /* font-size: calc(12px + 0.3vw); */
  text-transform: uppercase;
  /* font-family: "MyriadBold", sans-serif; */
  font-family: "GolosDemiBold", sans-serif;
  /* font-weight: bold; */
  font-size: calc(12px + 0.2vw);
  line-height: calc(14px + 0.2vw);
}

.list-elements__i__date {
  margin-left: 5px;
  color: #727272;
  /* font-family: STIXBold, serif; */
  font-family: "GolosDemiBold", sans-serif;
  font-size: calc(10px + 0.3vw);
  text-transform: initial;
  white-space: nowrap;
}

.list-elements__i__tx {
  margin-top: 6px;
  /* font-family: "Myriad Pro", sans-serif; */
  color: #393939;
  /* font-size: calc(12px + 0.3vw); */
  /* font-weight: 700; */
  /* font-family: "STIXBold", serif; */
  font-family: "GolosDemiBold", sans-serif;
  font-size: calc(12px + 0.4vw);
  line-height: calc(14px + 0.35vw);
}
.list-elements__i__site {
  margin-top: 1px;
  color: #bdbdbd;
  font-family: "GolosDemiBold", sans-serif;
  font-size: calc(12px + 0.37vw);
}

.list-elements__i__img {
  width: 100%;
  max-width: 100%;
}

.list-elements__i-big {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  /* margin-right: 10%; */
}

.list-elements__i-big__i {
  position: relative;
  display: inline-block;
  width: 64%;
}

.list-elements__i-big__i__img {
  width: 100%;
}

.list-elements__i-big__i__tx {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 34px;
  padding-left: 5%;
  color: #fff;
  /* font-family: "STIXRegular", serif; */
  font-family: "NEXTSemiBold", sans-serif;
  font-size: calc(18px + 0.8vw);
  line-height: calc(21px + 1.4vw);
  text-transform: uppercase;
}

.list-elements__i-big__info {
  width: 33%;
  max-width: 400px;
  padding: 43px 2% 30px 3%;
  box-shadow: 0px 0px 24px #e0e0e6;
}

.list-elements__i-big__info__t {
  /* font-family: "STIXBold", serif; */
  font-family: "IBM Plex Serif", serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 27px;
  color: #d13126;
  color: #d51900;
  color: #096000;
  font-size: calc(15px + 0.5vw);
  line-height: calc(17px + 0.5vw);
}

.list-elements__i-big__info__tx {
  margin-top: 24px;
  /* font-family: "STIXBold", serif; */
  font-family: "IBM Plex Serif", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #333;
  font-size: calc(12px + 0.4vw);
  line-height: calc(14px + 0.5vw);
}

.list-elements__i-big__info__lk {
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  /* font-family: "STIXBold", serif; */
  font-family: "IBM Plex Serif", serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  color: #727272;
  text-decoration: none;
}

.list-elements__i-big__info__lk::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  background: url("../img/sprite.svg#arrow") center center no-repeat;
  background: url("../img/arrow-right.png") center center no-repeat;
  background-size: cover;
}
.list-elements_actual {
  padding: 73px 70px 0;
}
.list-elements_actual .list-elements__i__t {
  font-size: calc(16px + 0.2vw);
  line-height: calc(18px + 0.2vw);
}
.list-elements_actual .list-elements__i__tx {
  margin-top: 4px;
  font-size: calc(11px + 0.4vw);
}
@media screen and (max-width: 1600px) {
  .list-elements__i__t {
    margin-top: 11px;
  }
  .list-elements__i__tx {
    margin-top: 3px;
    font-size: calc(11px + 0.4vw);
    line-height: calc(12px + 0.35vw);
  }
  .list-elements__i__site {
    margin-top: 0px;
    font-size: calc(11px + 0.37vw);
  }
  .list-elements_actual .list-elements__i__t {
    margin-top: 9px;
    font-size: calc(14px + 0.2vw);
    line-height: calc(16px + 0.2vw);
  }
  .list-elements_actual .list-elements__i__tx {
    margin-top: 3px;
    font-size: calc(9px + 0.4vw);
  }
}
@media screen and (max-width: 1366px) {
  .list-elements__i__t {
    font-size: calc(11px + 0.2vw);
    line-height: calc(13px + 0.2vw);
    margin-top: 9px;
  }
  .list-elements__i__tx {
    margin-top: 1px;
    font-size: calc(10px + 0.4vw);
    line-height: calc(11px + 0.35vw);
  }
  .list-elements__i__site {
    margin-top: 0px;
    font-size: calc(11px + 0.37vw);
  }
  .list-elements__i-big__info {
    padding-right: 2%;
  }
  .list-elements_actual .list-elements__i__t {
    margin-top: 7px;
    font-size: calc(11px + 0.2vw);
    line-height: calc(13px + 0.2vw);
  }
  .list-elements_actual .list-elements__i__tx {
    margin-top: 1px;
    font-size: calc(7px + 0.4vw);
  }
  .list-elements_actual .list-elements__i__site {
    font-size: calc(7px + 0.37vw);
  }
}
@media screen and (max-width: 1300px) {
  .list-elements__i-big {
    /* flex-direction: column; */
  }
  .list-elements__i-big__i {
    width: 100%;
  }
  .list-elements__i-big__info {
    width: 100%;
    max-width: 100%;
    /* margin-top: 40px; */
  }
}
@media screen and (max-width: 600px) {
  .list-elements_actual {
    padding: 50px 30px 0;
  }
  .list-elements_actual .list-elements__items {
    flex-direction: column;
  }
  .list-elements_actual .list-elements__i {
   margin-bottom: 30px;
  }
}


.news-short-list .list-elements__i__t {
  /* margin-top: 14px; */
  /* font-family: "MyriadBold", sans-serif; */
  font-family: "GolosDemiBold", sans-serif;
  /* font-weight: bold; */
  font-size: calc(12px + 0.2vw);
  line-height: calc(14px + 0.2vw);
}

.news-short-list .list-elements__i__tx {
  /* margin-top: 9px; */
  /* font-family: "STIXBold", serif;
  font-size: calc(12px + 0.54vw);
  line-height: calc(14px + 0.54vw); */
  font-family: "IBM Plex Serif", serif;
  line-height: 24px;
  font-weight: bold;
  margin-top: 11px;
}
.news-short-list .list-elements__i-big {
  margin-top: 48px;
}
@media screen and (max-width: 1600px) {
  .news-short-list .list-elements__i__t {
    margin-top: 9px;
    font-size: calc(11px + 0.2vw);
  }
  .list-elements__i__date {
    font-size: calc(9px + 0.3vw);
  }
  .news-short-list .list-elements__i__tx {
    margin-top: 7px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .news-short-list .list-elements__i__t {
    margin-top: 8px;
    font-size: calc(8px + 0.4vw);
    line-height: 16px;
  }
  .news-short-list .list-elements__i__tx {
    font-size: calc(9px + 0.4vw);
    margin-top: 4px;
    line-height: 16px;
  }
}

.assortiments-slider {
  margin-top: calc(30px + 2.1vw) !important;
}
.assortiments-slider .list-elements__i__t {
  font-family: "GolosDemiBold", sans-serif;
  margin-top: 15px;
  /* font-weight: bold; */
  text-transform: none;
  font-size: calc(11px + 0.45vw);
}

.assortiments-slider .list-elements__i__tx {
  margin-top: 7px;
  /* font-family: "STIXRegular", sans-serif; */
}

@media screen and (max-width: 1600px) {
  .list-elements__i-big {
    margin-bottom: 33px;
  }
  .list-elements__i-big__i {
    width: 65%;
  }
  .list-elements__i-big__i__tx {
    padding-bottom: 27px;
    margin-top: 17px;
    font-size: calc(15px + 0.8vw);
    line-height: calc(18px + 1.4vw);
  }
  .list-elements__i-big__info {
    padding-right: 4%;
    width: 30%;
  }
  .list-elements__i-big__info__t {
    font-size: calc(13px + 0.5vw);
    line-height: calc(15px + 0.5vw);
  }
  .news-short-list .list-elements__i-big {
    margin-top: 40px;
  }
  .list-elements__i-big__info__tx {
    font-size: calc(10px + 0.4vw);
    line-height: calc(12px + 0.5vw);
  }
  .list-elements__i-big__info__lk {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1500px) {
  .list-elements__i + .list-elements__i {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1366px) {
  .list-elements__i-big__i__tx {
    font-size: calc(14px + 0.8vw);
    line-height: calc(16px + 1.35vw);
  }
}
@media screen and (max-width: 1400px) {
  .list-elements__i-big__i__tx {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .news-short-list .list-elements__i-big {
    flex-direction: column;
    margin-top: 2px;
  }
  .list-elements__i-big__i {
    width: 100%;
  }
  .list-elements__i-big__info {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .news-short-list .list-elements__items {
    flex-direction: column;
  }
  .news-short-list .list-elements__i + .list-elements__i {
    margin-top: 30px;
  }
  .list-elements__i_full {
    margin-bottom: 0px;
  }
}
/* Banner
 *********************************/
.banners {
  position: relative;
  margin: 0 3.8vw 0 -3.2vw;
  border-bottom: 8px solid #d51900;
  border-bottom: 8px solid #096000;
}
.banners::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -26px;
  width: 50px;
  height: 18px;
  background-color: #d51900;
  background-color: #096000;
}
.home-page .banners {
  margin: 0;
  border: none;
}
.home-page .banners::after {
  display: none;
}
.banners__i {
  max-width: 100%;
}

.bx-mac .banners-slider__i {
  height: 100% !important;
}

.banners-slider {
  position: relative;
}

.banners-slider__prev,
.banners-slider__next {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  background: url(../img/arrow-left.png) no-repeat;
  text-indent: -9999999px;
  background-size: cover;
  cursor: pointer;
}

.banners-slider__prev {
  left: 63px;
}

.banners-slider__next {
  right: 63px;
  background-image: url(../img/arrow-right.png);
}
.kuz-mainbanner-index {
  position: relative;
  z-index: 1;
}
.kuz-mainbanner-index::after {
  content: "";
  display: block !important;
  position: absolute;
  right: 0;
  bottom: -7vw;
  width: 6.407vw;
  height: 18.698vw;
  background: url(../img/mainkuzya.png) right center no-repeat;
}

/****************************************************************
 * Content blocks
 ****************************************************************/
/* Sidebar
*********************************/
.sidebar {
  width: 19%;
  flex-basis: 19%;
  transition: all .3s ease;
}

.sidebar__in {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 19%;
  transition: all .3s ease;
}

.sidebar__tools {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  /* border-top: 8px solid #d51900; */
  background-color: #faf9f7;
}

.sidebar__tools__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 67px;
  max-width: 67px;
  min-width: 67px;
  padding-top: 21px;
  background-color: #d3d3d3;
  z-index: 2;
}

.sidebar__tools__right {
  position: absolute;
  left: 67px;
  top: 0;
  bottom: 0;
  width: calc(100% - 67px);
  flex-basis: 100%;
  padding: 24px 3% 20px 9%;
  background-color: #e9e9e9;
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
  transition: all .3s ease;
}

.sidebar__t {
  font-size: 15px;
  color: #807d7a;
  font-family: "GolosDemiBold", sans-serif;
  text-transform: uppercase;
  visibility: visible;
  opacity: 1;
  transition: all .3s ease;
  transition-delay: 0s;
  text-decoration: none;
  letter-spacing: 0.8px;
}

.sidebar__search {
  margin-top: 27px;
}

.sidebar__networks {
  margin-top: 27px;
  flex-direction: column;
  align-items: center;
}

.sidebar__networks__i + .sidebar__networks__i {
  margin-left: 0px;
  margin-top: 20px;
}

.sidebar__menu {
  margin-top: 14px;
  visibility: visible;
  opacity: 1;
  transition: all .3s ease;
  transition-delay: 0s;
}

.sidebar_close {
  flex-basis: 67px;
  width: 67px;
  min-width: 0px;
  transition-delay: 0s;
}

.sidebar_close .sidebar__in {
  width: 67px;
  min-width: 0px;
  transition-delay: 0s;
}

.sidebar_close .logo {
  transition-delay: 0s;
  background-position: center center;
  background-image: url("../img/logomini.png");
  background-size: 140%;
  height: 100px;
  min-height: 100px;
}

.sidebar_close .sidebar__tools__right {
  left: -3000px;
  transition-delay: 0s;
}

.sidebar_close .sidebar__t {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
}

.sidebar_close .sidebar__menu {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
}

@media screen and (max-width: 1500px) {
  .sidebar {
    width: 270px;
    flex-basis: 270px;
  }

  .sidebar__in {
    width: 270px;
  }

  .sidebar_close {
    width: 67px;
    flex-basis: 67px;
  }
}
@media screen and (max-width: 1300px) {
  .sidebar_close {
    width: 55px;
    flex-basis: 55px;
  }

  .sidebar_close .sidebar__in {
    width: 55px;
    flex-basis: 55px;
  }

  .sidebar__tools__left {
    flex-basis: 55px;
    max-width: 55px;
    min-width: 55px;
  }

  .sidebar__tools__right {
    left: 55px;
    width: calc(100% - 55px);
  }
}
@media screen and (max-width: 1024px) {
  .sidebar {
    width: 100%;
  }
  .sidebar__in {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 30px;
    position: relative;
    width: 100%;
  }
  .sidebar__tools {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    width: 280px;
    height: auto;
    z-index: 5;
  }
  .sidebar__tools__left {
    /* display: none; */
  }
  .sidebar__tools__right {
    position: static;
  }
  .menu-ham {
    display: none;
  }
  .menu-ham_mobile {
    display: block;
  }
  .form-search-mini {

  }
  .form-search-mini input[type="text"] {
    width: 190px;
  }
  .sidebar__search {
    margin-top: 0;
  }
  .sidebar_close .sidebar__in {
    width: 100%;
  }
  .sidebar_close .sidebar__tools {
    display: flex;
  }
  .sidebar_close .sidebar__t,
  .sidebar_close .sidebar__menu {
    visibility: visible;
    opacity: 1;
  }
  .sidebar_close .logo {
    background-position: -24px -132px;
  }
}
/* Main
 *********************************/
.main {
  width: 81%;
  max-width: 81%;
  flex-basis: 81%;
  transition: all .3s ease;
}

.main-content {
  padding-bottom: 100px;
}

.main_with-close-sidebar {
  width: calc(100% - 67px);
  max-width: calc(100% - 67px);
  flex-basis: calc(100% - 67px);
  transition-delay: 0s;
}

@media screen and (max-width: 1500px) {
  .main {
    width: calc(100% - 270px);
    max-width: calc(100% - 270px);
    flex-basis: calc(100% - 270px);
  }

  .main_with-close-sidebar {
    width: calc(100% - 67px);
    max-width: calc(100% - 67px);
    flex-basis: calc(100% - 67px);
  }
}
@media screen and (max-width: 1300px) {
  .main_with-close-sidebar {
    width: calc(100% - 55px);
    max-width: calc(100% - 55px);
    flex-basis: calc(100% - 55px);
  }
}
@media screen and (max-width: 1024px) {
  .main {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .main-content {
    padding-bottom: 50px;
  }
}
.articles {
  position: relative;
  margin-top: 4.1vw;
  padding-left: 55px;
  padding-right: 55px;
  width: 100%;
  /* min-height: 340px; */
}
.glider::-webkit-scrollbar {
  display: none; 
  width: 0px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .articles {
    margin-top: 45px;
  }
}

.reviews-slider {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0px;
}

.reviews-slider .glider {
  margin-top: -80px;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.reviews-slider .articles__i {
  margin-left: 55px;
  margin-right: 55px;
}

.reviews-slider img {
  max-width: 296px;
}

.reviews-slider .banners-slider__prev,
.reviews-slider .banners-slider__next {
  width: 38px;
  height: 38px;
  margin-top: -19px;
}

.reviews-slider .banners-slider__prev {
  left: -3px;
}

.reviews-slider .banners-slider__next {
  right: -3px;
}

.stories-slider {
  position: relative;
  margin-top: -43px;
  z-index: 1;
}
.stories-slider .glider {
  padding-top: 0vw;
  padding-bottom: 50px;
  margin-top: 0;
}
.banners-slider__imgs.slick-slider {
  padding: 0 0 50px;
  margin-top: 0;
}
.banners-slider__imgs.slick-slider .slick-prev,
.banners-slider__imgs.slick-slider .slick-next {
  margin-top: -19px;
  z-index: 2;
}
.banners-slider__imgs.slick-slider .slick-prev {
  left: unset;
  right: calc(16.5% + 87px);
  bottom: 80px;
  top: unset;
  width: 18px;
  height: 20px;
  background: url(../img/arr-lf.png) no-repeat;
}
.banners-slider__imgs.slick-slider .slick-prev:hover {
  background-image: url(../img/arr-lfh.png);
}
.banners-slider__imgs.slick-slider .slick-next {
  right: calc(16.5% + 30px);
  bottom: 80px;
  top: unset;
  width: 18px;
  height: 20px;
  background: url(../img/arr-rt.png) no-repeat;
}
.banners-slider__imgs.slick-slider .slick-next:hover {
  background-image: url(../img/arr-rth.png);
}
@media screen and (max-width: 1599px) {
  .banners-slider__imgs.slick-slider .slick-prev {
    bottom: 40px;
  }
  .banners-slider__imgs.slick-slider .slick-next {
    bottom: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .banners-slider__imgs.slick-slider .slick-prev {
    bottom: 0px;
  }
  .banners-slider__imgs.slick-slider .slick-next {
    bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .banners-slider__imgs.slick-slider .slick-prev {
    right: calc(4.5% + 87px);
  }
  .banners-slider__imgs.slick-slider .slick-next {
    right: calc(4.5% + 30px);
  }
}
@media screen and (max-width: 700px) {
  .banners-slider.banners-slider1 {
    margin-top: 11px;
  }
  .banners-slider__imgs.slick-slider {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .banners-slider__imgs.slick-slider .slick-prev {
    bottom: initial;
    top: -12px;
    right: initial;
    left: 3vw;
    z-index: 5;
  }
  .banners-slider__imgs.slick-slider .slick-next {
    bottom: initial;
    top: -12px;
    right: initial;
    left: calc(3vw + 35px);
    z-index: 5;
  }
}


.stories-slider .information_about {
  padding-left: 1.5%;
  padding-right: 16.5%;
  padding-bottom: 55px;
}

.stories-slider .information__img {
  flex-basis: 500px;
  min-width: 500px;
  border-radius: 0;
}

.stories-slider .information__data {
  padding-left: 3%;
  padding-right: 2%;
}

.stories-slider .information__data__tx {
  font-size: calc(13px + 0.35vw);
  line-height: calc(20px + 0.35vw);
}

.stories-slider .information_slider {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  /* height: calc(100% - 55px); */
  height: auto;
  padding-bottom: 0px;
  padding-top: 0;
  padding-left: 55px;
  box-shadow: none;
  align-items: flex-start;
  text-align: right;
  margin-bottom: 0;
}

.stories-slider
.news-short-list {
  margin-top: 4.3vw;
}

.stories-slider .banners-slider__next {
  right: calc(16.5% + 30px);
  bottom: 80px;
  top: unset;
  width: 18px;
  height: 20px;
  background: url("../img/arr-rt.png") no-repeat;
}

.stories-slider .banners-slider__prev {
  left: unset;
  right: calc(16.5% + 87px);
  bottom: 80px;
  top: unset;
  width: 18px;
  height: 20px;
  background: url("../img/arr-lf.png") no-repeat;
}
@media screen and (max-width: 1600px) {
  .stories-slider .information__img {
    min-width: 25vw;
  }
  .banners-slider.reviews-slider.stories-slider .information__data__about {
    border-bottom-width: 7px;
    padding-bottom: 19px;
    margin-bottom: 0;
  }
  .stories-slider .information__data__tx {
    margin-top: 25px;
    font-size: calc(11px + 0.35vw);
    line-height: calc(16px + 0.35vw);
  }
}

@media screen and (max-width: 1599px) {
  .stories-slider .information_slider {
    /* padding-bottom: 55px; */
  }

  .stories-slider .information__img {
    flex-basis: 330px;
    min-width: 330px;
  }

  .stories-slider .banners-slider__prev,
  .stories-slider .banners-slider__next {
    bottom: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .stories-slider .glider {
    padding-bottom: 10px;
  }
  .stories-slider .banners-slider__prev,
  .stories-slider .banners-slider__next {
    bottom: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .stories-slider .information__img {
    flex-basis: 230px;
    min-width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .stories-slider .information_slider {
    padding-right: 3.5%;
  }
  .stories-slider .banners-slider__next {
    right: calc(4.5% + 30px);
  }
  .stories-slider .banners-slider__prev {
    right: calc(4.5% + 87px);
  }
}
@media screen and (max-width: 700px) {
  .stories-slider {
    margin-top: 70px;
    z-index: 5;
  }
  .stories-slider .information_slider {
    flex-direction: column;
    padding-left: 3.5%;
  }
  .stories-slider .information__img {
    width: 100%;
    flex-basis: 100%;
    min-width: 100%;
  }
  .stories-slider .banners-slider__prev {
    bottom: initial;
    top: -12px;
    right: initial;
    left: 3vw;
    z-index: 5;
  }
  .stories-slider .banners-slider__next {
    bottom: initial;
    top: -12px;
    right: initial;
    left: calc(3vw + 35px);
    z-index: 5;
  }
  .t-other {
    padding-left: 90px;
  }
  .t-other br {
    display: none;
  }
  .t-other span {
    padding-left: 0;
  }
}
.slider .list-elements__i__img {
  width: 100%;
}

.slider__i {
  /* padding-left: 5%;
  padding-right: 5%; */
  padding-left: 2%;
  padding-right: 2%;
}

.slider__i.left-1,
.slider__i.right-1,
.slider__i.center {
  /* padding-left: 2%;
  padding-right: 2%; */
}

.slider-prev {
  position: absolute;
  top: 28%;
  left: 13px;
  width: 38px;
  height: 38px;
  background: url(../img/arrow-left.png) no-repeat;
  text-indent: -9999999px;
  background-size: cover;
  cursor: pointer;
}

.slider-next {
  position: absolute;
  top: 28%;
  right: 13px;
  width: 38px;
  height: 38px;
  background: url(../img/arrow-right.png) no-repeat;
  text-indent: -9999999px;
  background-size: cover;
  cursor: pointer;
}

.slider .glider-track {
  width: 100% !important;
}

.slider .glider-slide {
  min-width: 33.333%;
  width: 33.333% !important;
}

@media screen and (max-width: 1300px) {
  .slider .glider-slide {
    min-width: 50%;
    width: 50% !important;
  }

  .slider__i {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .slick-slider3 .slider__i {
    padding-left: 3.4vw !important;
    padding-right: 3.4vw !important;
  }
}
@media screen and (max-width: 600px) {
  .slider .glider-slide {
    min-width: 100%;
    width: 100% !important;
  }
}
.contacts-list__i {
  padding: 2vw 6%;
  box-shadow: 0px 0px 40px #fbfbfb;
}

.contacts-list__i + .contacts-list__i {
  margin-top: 50px;
}

.contacts-list__i__t {
  font-size: 28px;
  line-height: 30px;
  color: #d13126;
  text-align: center;
  cursor: pointer;
  font-family: "IBM Plex Serif", serif;
}

.contacts-list__i__t span {
  position: relative;
  display: inline-block;
  padding: 0 4%;
}

.contacts-list__i__t span .contacts-list__i__t__arrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 13px;
  height: 8px;
  margin-top: -4px;
  padding: 0;
}

.contacts-list__i__row {
  display: flex;
  margin-top: 39px;
}

.contacts-list__i__row + .contacts-list__i__row {
  margin-top: 27px;
  padding-top: 27px;
  border-top: 1px solid #cfcfcf;
}

.contacts-list__i__cell {
  width: 25%;
  padding: 0 calc(10px + 1.35vw);
  font-family: "IBM Plex Serif", serif;
  font-size: 19px;
  line-height: 25px;
  color: #3f3f3e;
}

.contacts-list__i__cell_full {
  width: 100%;
  padding-right: 0;
  text-align: justify;
}

.contacts-list__i__cell_full p {
  margin-bottom: calc(20px + 1vw);
}

.contacts-list__i__cell:first-child {
  padding-left: 0px;
  padding-right: calc(20px + 2.7vw);
}

.contacts-list__i__cell:nth-of-type(4) {
  padding-right: 0px;
  padding-left: calc(20px + 2.7vw);
}

.contacts-list__i__adrrs__t {
  font-weight: 700;
}

.contacts-list__i__adrrs__tx {
  margin-top: 24px;
}

.contacts-list__i__adrrs__contacts {
  margin-top: 23px;
}

.contacts-list__i__adrrs__contacts a {
  white-space: nowrap;
  text-decoration: none;
}

.contacts-list__i__adrrs__contacts a:hover {
  text-decoration: underline;
}

.contacts-list-slider {
  margin-top: 4.4vw;
  padding-left: 5vw;
  padding-right: 5vw;
}
.contacts-list-slider .slick-track {
  /* display: flex;
  align-items: center; */
}
.contacts-list-slider__i {
  position: relative;
  display: flex !important;
  align-items: flex-end;
  min-height: 11vw;
  border: 2px solid #efefef;
  margin: 5.5vw 0.4vw 0;
  padding: 0 0.8vw 1.3vw;
  font-family: "NEXT", sans-serif;
  font-size: calc(12px + 0.9vw);
  line-height: calc(13px + 0.9vw);
  cursor: pointer;
  background-color: #fff;
}
.contacts-list-slider__i::before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 4px;
  left: -2px;
  right: -2px;
  background-color: #d51900;
  background-color: #096000;
}
.contacts-list-slider__i::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  height: 4px;
  width: 15%;
  background-color: #ecaaa0;
  background-color: #7ca078;
}
.contacts-list-slider__i:nth-child(4n+2) {
  min-height: 16.5vw;
  margin-top: 0;
}
.contacts-list-slider__i:nth-child(4n+3) {
  min-height: 16.5vw;
}
.contacts-list-slider__i_active {
  color: #fff;
  background-color: #d51900;
  border-color: #d51900;
  background-color: #096000;
  border-color: #096000;
}
.contacts-list-slider__i_active::after {
  border: 2px solid #fff;
  border-radius: 100%;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url("../img/close.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.contacts-list-slider {
  position: relative;
  z-index: 1;
}
.contacts-list-slider::before {
  content: "";
  position: absolute;
  bottom: -1.5vw;
  left: 2vw;
  width: 12vw;
  height: 12vw;
  border-radius: 100%;
  background-color: #ffd400;
  z-index: -1;
}
.contacts-list-slider::after {
  content: "";
  position: absolute;
  bottom: -6.5vw;
  left: 50%;
  width: 8.75vw;
  height: 10.938vw;
  margin-left: -2.5vw;
  background: url("../img/condots.png") center center no-repeat;
  background-size: contain;
  z-index: -1;
}
.contacts-elements {
  position: relative;
  display: none;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 50px;
  padding: 2vw 2.7vw;
  box-shadow: 0px 0px 20px #f6f6f6;
  z-index: 2;
  background-color: #fff;
}
.contacts-elements_active {
  display: block;
}
.contacts-elements .contacts-list__i__cell {
  padding: 0 calc(10px + 0.6vw);
  font-family: "NEXT", sans-serif;
}
.contacts-elements .contacts-list__i__cell:first-child {
  padding-left: 0px;
  padding-right: calc(10px + 1.2vw);
}
.contacts-elements .contacts-list__i__cell:nth-of-type(4) {
  padding-right: 0px;
  padding-left: calc(10px + 1.2vw);
}

.cont-dop {
  position: relative;
  margin-top: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  text-align: right;
}
.cont-dop_hide {
  display: none;
}
.cont-dop__t {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  width: 14vw;
  height: 7vw;
  padding-bottom: 1vw;
  margin-right: 2.6vw;
  background-color: #e9e9e9;
  font-family: "NEXT", sans-serif;
  font-size: calc(10px + 0.9vw);
  cursor: pointer;
}
.cont-dop__close {
  position: absolute;
  right: 5vw;
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2vw;
  height: 2vw;
  background-color: #e9e9e9;
  cursor: pointer;
  font-family: "NEXTBold", sans-serif;
  font-size: calc(8px + 0.6vw);
}
.cont-dop__tx {
  display: none;
  margin-top: 20px;
  padding: 4vw 2.7vw 2vw;
  text-align: left;
  box-shadow: 0px 0px 20px #f6f6f6;
  font-family: "NEXT", sans-serif;
}
.cont-dop__tx p {
  margin-bottom: calc(20px + 1vw);
}
.cont-dop_active .cont-dop__t,
.cont-dop_active .cont-dop__close {
  color: #fff;
  background-color: #d51900;
}
.cont-dop_active .cont-dop__tx {
  display: block;
}

@media screen and (max-width: 1700px) {
  .contacts-list__i__row {
    flex-wrap: wrap;
  }

  .contacts-list__i__cell,
  .contacts-list__i__cell:first-child,
  .contacts-list__i__cell:nth-of-type(4) {
    width: 50%;
    padding: 0 calc(10px + 1.35vw);
  }

  .contacts-list__i__cell:nth-of-type(1),
  .contacts-list__i__cell:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .contacts-elements .contacts-list__i__cell:nth-of-type(3) {
    padding-left: 0;
  }
  .contacts-elements .contacts-list__i__cell:nth-of-type(4) {
    padding: 0 calc(10px + 0.6vw);
  }
}
@media screen and (max-width: 1500px) {
  .hot-line::after {
    bottom: -25px;
  }
}
@media screen and (max-width: 1024px) {
  .hot-line {
    border-bottom-width: 5px;
  }
  .hot-line::after {
    bottom: -23px;
  }
  .hot-line span {
    font-size: calc(21px + 0.9vw);
  }
  .contacts-list-slider {
    margin-top: 50px;
    padding-left: 45px;
    padding-right: 45px;
  }
  .contacts-list-slider__i {
    min-height: 100px !important;
    margin-top: 0px !important;
    padding: 0 15px 15px;
  }
  .cont-dop__t {
    width: 250px;
  }
  .cont-dop__close {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .contacts-list__i__adrrs__t {
    font-size: 16px;
    line-height: 18px;
  }
  .contacts-list__i__adrrs__tx {
    font-size: 13px;
    line-height: 15px;
  }
  .contacts-list__i__adrrs__contacts {
    font-size: 13px;
    line-height: 15px;
  }
}
.dispatch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dispatch__img {
  flex-shrink: 0;
  width: 50%;
}

.about-everything {
  position: relative;
  padding-left: 13.5%;
  padding-top: 50px;
  margin-left: -4vw;
  padding-bottom: 5vw;
  font-family: "NEXTBold", sans-serif;
  background: url("../img/leavesb.png") no-repeat;
  background-position: calc(100% - 15%) center;
  background-size: auto 100%;
}
.about-everything__t {
  position: relative;
  width: 41%;
  padding-bottom: 22px;
  border-bottom: 9px solid #d51900;
  color: #d51900;
  border-bottom: 9px solid #096000;
  color: #096000;
  font-size: calc(21px + 0.65vw);
}
.about-everything__t::after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: -88px;
  height: 9px;
  width: 88px;
  background-color: rgb(234 140 128);
  background-color: #7ca078;
}

.about-everything__tx {
  position: relative;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  /* padding: 3vw 14% 3vw 19%; */
  /* min-height: 330px; */
  /* background-color: #f7f7f5; */
  /* text-align: justify; */
  /* font-weight: bold; */
  margin-top: 33px;
  font-size: calc(19px + 0.75vw);
  line-height: calc(27px + 0.75vw);
  text-transform: uppercase;
}

.about-everything__tx__main {
  margin-bottom: 2.3vw;
  font-size: calc(25px + 1.2vw);
  line-height: calc(27px + 1.2vw);
}

.about-everything__pic {
  position: absolute;
  left: 0;
  top: 50%;
  width: 25%;
  transform: translate3d(-35%, -50%, 0px);
  border-radius: 100%;
}
@media screen and (max-width: 1600px) {
  .about-everything__t {
    width: 37%;
    padding-bottom: 17px;
    font-size: calc(18px + 0.65vw);
  }
  .about-everything__tx {
    font-size: calc(15px + 0.75vw);
    line-height: calc(24px + 0.75vw);
    margin-top: 26px;
  }
}
@media screen and (max-width: 1366px) {
  .about-everything__t {
    width: 32%;
    padding-bottom: 14px;
    font-size: calc(16px + 0.65vw);
  }
  .about-everything__tx {
    font-size: calc(13px + 0.75vw);
    line-height: calc(21px + 0.75vw);
    margin-top: 23px;
  }
}
@media screen and (max-width: 700px) {
  .about-everything {
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-everything__t {
    padding-bottom: 11px;
    border-bottom-width: 5px;
    font-size: calc(14px + 0.65vw);
  }
  .about-everything__t::after {
    height: 5px;
    bottom: -5px;
  }
  .about-everything__tx {
    font-size: calc(8px + 0.75vw);
    line-height: calc(17px + 0.75vw);
  }
}

.knowledges {
  padding-left: 13.5%;
  padding-right: 6%;
  margin-top: 4.7vw;
  margin-bottom: 4.7vw;
}

.knowledges__i {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.knowledges__i + .knowledges__i {
  margin-top: 3vw;
}

.knowledge__i__tx {
  padding-right: 7%;
  text-align: justify;
  /* font-weight: bold; */
  font-size: calc(13px + 0.35vw);
  line-height: calc(20px + 0.35vw);
  font-family: "IBM Plex Serif", serif;
}

.knowledge__i__data {
  min-width: 210px;
  border-top: 4px solid #cac8c5;
  border-bottom: 4px solid #cac8c5;
  padding: 20px;
}

.knowledge__i__data__show {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 107px;
  height: 107px;
  padding: 0 13px;
  background-color: #d51900;
  border-radius: 100%;
  color: #fff;
  /* font-weight: bold; */
  font-size: 17px;
  line-height: 15px;
  text-align: center;
  margin: 0 auto;
  font-family: "IBM Plex Serif", serif;
}

.knowledge__i__data__show__t {
  font-size: 40px;
  line-height: 34px;
}

.knowledge__i__data__tx {
  /* font-weight: bold; */
  margin-top: 17px;
  font-size: 16px;
  line-height: 21px;
  color: #797c7f;
  text-align: center;
  font-family: "IBM Plex Serif", serif;
}

.info-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3vw 0;
}
.info-about-article {
  margin-left: -3.2vw;
  margin-top: 0px;
}
.info-about-article__img-cont {
  position: relative;
  width: 63%;
}
.info-about-article__img-cont img {
  width: 100%;
  border-bottom: 8px solid #d51900;
  border-bottom: 8px solid #096000;
}
.info-about-article__img-cont::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  width: 50px;
  height: 18px;
  background-color: #d51900;
  background-color: #096000;
}

.info-about__img {
  width: 63%;
}

.info-about__data {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 32%;
  padding: 4vw 3%;
  box-shadow: 0px 0px 24px #e0e0e6;
  /* font-size: calc(16px + 0.7vw); */
  font-weight: bold;
  font-size: calc(13px + 0.35vw);
  line-height: calc(18px + 0.7vw);
}

.info-about__t {
  font-size: calc(19px + 0.7vw);
  line-height: calc(21px + 0.7vw);
  text-align: center;
}

.info-about__img-data {
  width: fit-content;
  max-width: 215px;
  margin: 1vw auto;
  border-radius: 100%;
}
.article-t {
  position: relative;
  padding-bottom: 21px;
  font-family: "NEXTBold", sans-serif;
  font-size: calc(12px + 0.8vw);
  line-height: calc(17px + 0.9vw);
}
.article-t::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 9px;
  background-color: #d51900;
  background-color: #096000;
}
.article-t::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60%;
  width: 88px;
  height: 9px;
  background-color: rgb(234 140 128);
  background-color: #7ca078;
}
.article-date {
  margin-top: 12px;
  font-size: 16px;
}
.article-parmain {
  font-weight: 600;
}

.bx-ie .info-about__img-data {
  width: 100%;
}

.info-about__tx-short {
  text-align: center;
  font-size: calc(12px + 0.7vw);
  line-height: calc(14px + 0.7vw);
}

.info-about__lk {
  /* font-family: "Open Sans", sans-serif; */
  font-size: calc(11px + 0.7vw);
  color: #1194df;
}

.info-about__into-lk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  font-family: "STIXBold", serif;
  color: #727272;
  font-size: 16px;
  text-decoration: none;
}

.info-about__into-lk::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  background: url(../img/sprite.svg#arrow) center center no-repeat;
  background: url(../img/arrow-right.png) center center no-repeat;
  background-size: cover;
}

.info-about-article .info-about__t {
  font-family: "Golos DemiBold";
}
.info-about-article .info-about__img-data {
  border-radius: 0;
}

.info-about-article .info-about__data__imgcont {
  position: relative;
  width: fit-content;
  max-width: 215px;
  margin: 1vw auto;
}
.info-about-article .info-about__data__imgcont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/alonetop.png") center center no-repeat;
  background-size: cover;
}
.info-about-article .info-about__data__imgcont img {
  width: 100%;
  margin: 0;
}
.info-about__date {
  font-weight: "IBM Plex Serif", serif;
  /* font-weight: 500; */
  text-align: center;
}
.info-about-article .info-about__data {
  padding: 2vw 3%;
}
/* .info-about-article {
  align-items: flex-start;
} */

@media screen and (max-width: 768px) {
  .info-about {
    flex-direction: column;
  }
  .info-about-article__img-cont {
    width: 100%;
  }

  .info-about__img {
    width: 100%;
  }

  .info-about__data {
    width: 100%;
    margin-top: 45px;
  }
}
.quote {
  margin: 4vw 0;
  padding: 4vw 6vw;
  background-color: #e9e9e9;
  /* font-family: "Myriad Pro", serif; */
  /* font-style: italic; */
  font-weight: bold;
  font-size: calc(13px + 0.35vw);
  line-height: calc(20px + 0.35vw);
  color: #282828;
}

.quote__tx p {
  margin: 2vw 0;
  text-align: justify;
}

.quote__author {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.quote__from {
  font-style: normal;
  text-align: right;
}

.quote__author__photo {
  margin-left: 30px;
  border-radius: 100%;
}

.options {
  display: flex;
  justify-content: space-between;
  padding: 0 3vw;
}

.options__i {
  max-width: 220px;
  text-align: center;
}

.options__i__t {
  margin-top: 25px;
  font-family: "STIXBold", sans-serif;
}

.options__i__tx {
  margin-top: 3px;
  font-weight: bold;
  font-size: calc(11px + 0.35vw);
  line-height: calc(13px + 0.35vw);
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 3vw 7vw 2vw;
  background-color: #f0efed;
}

.gallery__i {
  width: 25%;
  min-width: 200px;
  text-align: center;
  margin-bottom: 1vw;
}

.gallery__i__img {
  width: 70%;
}

@media screen and (max-width: 1400px) {
  .gallery__i {
    width: 50%;
  }
}
.highlight {
  margin: calc(20px + 1vw) 7% calc(20px + 1vw) 0;
  padding: calc(20px + 0.3vw) 16% calc(20px + 0.3vw) 13.5%;
  background-color: #d51900;
  color: #fff;
  text-align: justify;
  font-weight: bold;
  font-size: calc(13px + 0.35vw);
  line-height: calc(20px + 0.35vw);
}

.main-photo {
  display: flex;
  align-items: center;
  margin-right: 13.5%;
}

.main-photo__img {
  width: 68%;
}

.main-photo__tx {
  width: 26%;
  margin-left: 6%;
  text-align: justify;
  font-weight: bold;
  font-size: calc(13px + 0.35vw);
  line-height: calc(20px + 0.35vw);
}
@media screen and (max-width: 768px) {
  .main-photo {
    margin-right: 7.5%;
  }
  .main-photo__img {
    width: 48%;
  }
  .main-photo__tx {
    width: 46%;
    font-size: calc(12px + 0.35vw);
    line-height: calc(17px + 0.35vw);
  }
}

.list-row {
  margin: 6vw 0;
  margin-right: 6vw;
}
.list-row_bottom {
  padding-bottom: 200px;
  background: url(../img/lrb.png) bottom right no-repeat;
  background-size: 35%;
}

.list-row__i {
  display: flex;
  align-items: flex-start;
  padding: 2vw 0;
  border-top: 2px solid #cac8c5;
  font-family: "IBM Plex Serif", serif;
}

.list-row__i__img {
  width: 32%;
  max-width: 420px;
  flex-shrink: 0;
}

.list-row__i__data {
  margin-left: 2vw;
}

.list-row__i__data__t {
  font-family: "NEXTSemiBold", serif;
  font-size: calc(12px + 0.7vw);
}

.list-row__i__data__tx {
  margin-top: 20px;
  /* font-weight: bold; */
  font-size: calc(14px + 0.45vw);
  line-height: calc(20px + 0.35vw);
  text-align: justify;
}

.list-row__i__data__lk {
  margin-top: 20px;
  /* font-family: "Open Sans", sans-serif;
  font-weight: bold; */
  font-family: "GolosRegular", serif;
  font-size: calc(13px + 0.5vw);
  color: #d51900;
  color: #096000;
  text-decoration: none;
}
.list-row__i__data__lk:hover {
  color: #d51900;
  color: #096000;
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .list-row {
    margin-top: 0;
  }
  .list-row__i {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .list-row__i__img {
    width: 100%;
    max-width: 100%;
  }
  .list-row__i__data {
    margin-left: 0;
    margin-top: 23px;
  }
  .list-row_bottom {
    padding-bottom: 100px;
  }
}

.articles__i {
  display: flex;
  padding: 3vw 11vw 3vw 3vw;
  box-shadow: 0px 0px 24px #e0e0e6;
  align-items: center;
  justify-content: space-between;
}

.articles__i__img {
  width: 100%;
  min-width: 296px;
  max-width: 296px;
  border-radius: 100%;
}

.articles__i__data {
  position: relative;
  margin-left: 3vw;
  padding: 50px 0;
  font-family: "IBM Plex Serif", serif;
  text-align: center;
  max-width: 61%;
  color: #7f7f7f;
}

.articles__i__data::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 21px;
  background: url("../img/review.png") center center no-repeat;
}

.articles__i__data::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 21px;
  background: url("../img/review.png") center center no-repeat;
  transform: rotate(180deg);
}

.articles__i__data__tx {
  font-size: 32px;
  line-height: 41px;
}

.articles__i__data__author {
  margin-top: 15px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.articles__i__data__from {
  margin-top: 5px;
}

.articles__i__data__lk {
  color: #1194df;
  font-size: calc(14px + 0.2vw);
  line-height: calc(16px + 0.2vw);
}

.choose {
  position: relative;
  /* padding: 40px 2vw 40px; */
  /* padding-right: 6vw; */
  margin: -1.65vw 2.8vw 0 -3.2vw;
  /* background-color: #d3d3d3; */
  /* z-index: 3; */
}
.choose::before {
  content: "";
  position: absolute;
  top: -3vw;
  right: -1vw;
  height: 14vw;
  width: 4vw;
  background: url("../img/dots.png");
  background-size: cover;
}
/* .choose::after {
  content: "";
  position: absolute;
  top: 0;
  left: 70%;
  height: 9px;
  width: 80px;
  background-color: #cd948c;
} */
.choose img {
  max-width: 100%;
}
.choose__in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  padding-left: 5vw;
}
.choose__t {
  margin-bottom: 0.5vw;
  color: #000;
  text-transform: uppercase;
  font-family: "CeraBold", sans-serif;
  font-size: calc(18px + 1.55vw);
  line-height: calc(20px + 1.75vw);
}
.choose__tx {
  margin-bottom: 2.6vw;
  color: #000;
  font-size: calc(12px + 0.6vw);
  line-height: calc(20px + 1.75vw);
  font-family: "Cera", sans-serif;
}
.choose__search {
  display: flex;
  width: 64%;
  background-color: #fff;
  align-items: center;
  /* justify-content: space-between; */
}
.choose__search__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 72px;
  color: #fff;
  background-color: #fb5151;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  margin-left: 4%;
  margin-top: 0.8vw;
  margin-bottom: 0.8vw;
}
.choose__search__btn:hover {
  background-color: #d51901;
}

.choose__i {
  position: relative;
  width: 37%;
  padding-left: 1vw;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #fff;
  cursor: pointer;
}
.choose__i + .choose__i {
  border-left: 1px solid #c7c7c7;
}
.choose__i_active,
.choose__i:hover {
  border-bottom-color: #d51901;
}
.choose__i__t {
  display: flex;
  align-items: center;
  /* font-family: "NEXTBold"; */
  font-family: "Open Sans", sans-serif;
  font-size: 1vw;
  padding-left: 0px;
  color: rgba(108,107,107,.6);
  cursor: pointer;
}
.choose__i__t_sfera::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 20px;
  /* background: url("../img/sfera.jpg") no-repeat; */
  background: url("../img/loop.png") no-repeat;
  background-size: contain;
  margin-top: 4px;
}
.choose__i__t_city::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 23px;
  margin-right: 12px;
  background: url("../img/cityl.jpg") no-repeat;
  background-size: cover;
}

.choose__i__select {
  display: none;
  width: 270px;
  margin-top: 10px;
  /* border-bottom: 1px solid #f5c8c2; */
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  background-color: transparent;
}
.choose__i_active .choose__i__select {
  display: block;
}
@media screen and (max-width: 1600px) {
  .choose {
    margin-top: 2.35vw;
  }
}
@media screen and (max-width: 1366px) {
  .choose {
    margin-top: 2.95vw;
  }
}

.page-about {
  background: url("../img/about.jpg") center center;
  background-size: cover;
}

.vacancies-list {
  padding: 15px 15px;
  background-color: #fff;
}

.vacancies-list__i {
  margin-top: 19px;
  padding-right: 40px;
  /* text-align: right; */
  font-family: "GolosDemiBold", sans-serif;
}

.vacancies-list__i__lk {
  color: #2d2e34;
  font-size: 21px;
  line-height: 23px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.modal__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.modal__data {
  min-width: 600px;
  padding: 40px;
  background-color: #fff;
  border-radius: 3px;
}

.modal__data__i {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.modal__data__i label {
  width: 38%;
  padding-right: 20px;
  font-size: 17px;
}

.modal__data__i input,
.modal__data__i textarea {
  width: 62%;
}

.modal__data__i textarea {
  height: 70px;
}

.modal__data__i_check {
  display: block;
}

.modal__data__i_check input,
.modal__data__i_check label {
  width: auto;
}

.modal__data__i_btn {
  justify-content: flex-end;
}

.modal__data__i_btn input {
  width: auto;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .modal {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal__data {
    min-width: 100px;
  }
  .modal__data__i {
    flex-direction: column;
    align-items: baseline;
  }
  .modal__data__i input[type="text"],
  .modal__data__i input[type="email"],
  .modal__data__i input[type="file"],
  .modal__data__i textarea {
    width: 100%;
  }
  .modal__data__i label {
    width: 100%;
    margin-bottom: 5px;
  }
}

.search-page__i {
  margin-bottom: 20px;
}

.search-page__i__t {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: calc(10px + 0.2vw);
  color: #c0230d;
}

.search-page__i__tx {
  font-size: calc(14px + 0.2vw);
}

.search-page__i__nav {
  margin-top: 50px;
}

.search-page__i__nav font {
  display: block;
  margin-bottom: 10px;
  font-size: calc(14px + 0.2vw);
}

.gallery-date {
  padding: 65px 0 50px;
  margin: 100px -3.2vw 0;
  background-color: #faf9f7;
  font-family: "IBM Plex Serif", serif;
}

.gallery-date__t {
  margin-bottom: 61px;
  text-align: center;
  color: #3f3f40;
  font-size: 33px;
  /* font-weight: bold; */
}
.gallery-date__t span {
  background-color: #faf9f7;
}

.gallery-date .timeline-container {
  width: 100%;
}

.gallery-date .timeline {
  width: 100%;
  overflow: hidden;
}

.gallery-date .timeline-list {
  width: 81%;
  margin: 0 auto;
  overflow: visible;
}

.gallery-date .timeline-list-wrap {
  display: flex !important;
  width: 100% !important;
  align-items: flex-end;
}

.gallery-date .timeline-item {
  width: 100%;
  min-width: 100%;
  padding: 0 15px !important;
  border: none;
  height: auto;
}

.gallery-date__i {
  height: 447px;
  background-color: #fff;
  box-shadow: 0px 0px 24px #e0e0e6;
}

.gallery-date .timeline-dots-wrap.bottom {
  position: relative;
  /* border-top: 4px solid #e6e5e2; */
  height: 65px;
  overflow: visible;
  bottom: 0;
  margin-top: 61px;
  padding-top: 10px;
}
.gallery-date .timeline-dots-wrap.bottom::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #e6e5e2;
}

.gallery-date .timeline-dots-wrap.bottom ul {
  min-width: 100%;
  height: 100%;
  top: -11px;
  overflow: hidden;
}

.gallery-date .timeline-dots-wrap.bottom li {
  position: relative;
  width: 225px;
  margin-bottom: 30px;
  overflow: visible;
}

.gallery-date .timeline-dots-wrap.bottom li button {
  position: relative;
  overflow: visible;
  padding: 0px;
  padding-top: 30px;
  font-size: 22px;
  color: #3f3f40;
  font-family: "Corbel", "Open Sans", sans-serif;
}

.gallery-date .timeline-dots-wrap.bottom li button::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0px;
  left: 50%;
  margin-left: -9px;
  background-color: #fff;
  border: 4px solid #e6e5e2;
  border-radius: 100%;
}

.gallery-date .timeline-dots-wrap.bottom li.slide-active button::before {
  background-color: #d01800;
  border-color: #d01800;
  background-color: #096000;
  border-color: #096000;
}

.gallery-date__tx {
  padding: 0 8vw;
  margin-bottom: 1.6vw;
  /* font-family: "Open Sans", sans-serif; */
  /* font-family: "Myriad", sans-serif; */
  /* font-weight: bold; */
  font-size: calc(6px + 0.75vw);
  line-height: calc(6px + 1.35vw);
  text-align: center;
}

.gallery-date__i {
  display: flex;
  align-items: center;
  padding: 0 6vw 0 6vw;
}

.gallery-date__i img {
  width: 50%;
  max-width: 313px;
  margin-right: 2vw;
  flex-shrink: 0;
}

.gallery-date__i__data__t {
  margin-bottom: 23px;
  color: #3f3f40;
  font-size: calc(10px + 1.2vw);
  line-height: calc(10px + 1.2vw);
  /* font-weight: bold; */
}

.gallery-date__i__data__tx {
  /* font-family: "Open Sans", sans-serif; */
  color: #3f3f40;
  font-size: calc(6px + 0.75vw);
  line-height: calc(6px + 1.35vw);
  /* font-weight: bold; */
}

.gallery-date .timeline-container .timeprev,
.gallery-date .timeline-container .timenext {
  width: 13px !important;
  min-width: 0px !important;
  height: 22px !important;
  padding: 0 !important;
  cursor: pointer;
  position: absolute !important;
  z-index: 2;
  bottom: 223px;
}
.timeprev {
  background-image: url("../img/timeprev.png");
  left: 3.5vw;
}
.timenext {
  background-image: url("../img/timenext.png");
  right: 3vw;
}
@media screen and (max-width: 1024px) {
  .gallery-date .timeline-dots-wrap.bottom {
    height: 75px;
    padding-top: 12px;
    overflow-x: scroll;
  }
  .gallery-date .timeline-dots-wrap.bottom ul {
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    width: max-content !important;
  }
  .gallery-date .timeline-dots-wrap.bottom ul::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #e6e5e2;
  }
  .gallery-date .timeline-dots-wrap.bottom ul li {
    min-width: 105px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-date .timeline-list {
    width: 96%;
  }
}


.inovspeaker {
  position: relative;
  min-height: 27vw;
  /* background: url("../img/efffeed.png") no-repeat; */
  text-align: right;
}
/* .inovspeaker_eg {
  background-image: url("../img/egypet.png");
} */
/* .inovspeaker_taman {
  background-image: url("../img/mezh.png");
  background-size: 39%;
} */
.inovspeaker_none {
  padding-top: 50px;
  background: url("/files/img/newbg.png") no-repeat;
  background-size: 55%;
}
.inovspeaker__w {
  width: 73%;
  margin: 0 auto;
  padding-left: 25%;
  padding-top: 22px;
}
.inovspeaker__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 38%;
  z-index: -1;
}
.inovspeaker__t {
  position: relative;
  padding-bottom: 13px;
  padding-left: 20%;
  border-bottom: 8px solid #d51900;
  border-bottom: 8px solid #096000;
  color: #d51900;
  color: #096000;
  font-family: "GolodRegular", sans-serif;
  font-size: 21px;
  line-height: 27px;
}
.inovspeaker__t span {
  font-family: "GolosDemiBold", sans-serif;
  text-transform: uppercase;
}
.inovspeaker__t::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -26px;
  width: 50px;
  height: 18px;
  background-color: #d51900;
  background-color: #096000;
}
.inovspeaker__date {
  margin-top: 50px;
  font-family: "GolosDemiBold", sans-serif;
  color: #c5c5c5;
  font-size: 20px;
}
.inovspeaker__tx {
  margin-top: 35px;
  font-family: "IBM Plex Serif", serif;
  font-size: 21px;
  line-height: 30px;
}
.inovspeaker_none .inovspeaker__tx {
  margin-left: -40%;
  font-style: italic;
}
.inovspeaker_without {

}
.inovspeaker_without .inovspeaker__t {
  position: relative;
  margin-top: 2.5vw;
  margin-left: 88px;
  padding-left: 0;
}
.inovspeaker_without .inovspeaker__t::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -88px;
  height: 8px;
  width: 88px;
  background-color: #d51900;
  background-color: #7ca078;
  opacity: .5;
}
.inovspeaker_without .inovspeaker__t::after {
  display: none;
}
.inovspeaker_without .inovspeaker__tx {
  margin-top: 2vw;
  padding-left: 50px;
}
.inovspeaker_tr {
  padding-top: 47px;
}
.kuzdots-work .inovspeaker_tr {
  padding-top: 0;
  margin-top: 50px;
}
.kuzdots-work-soc .inovspeaker_tr {
  margin-left: 5vw;
  padding-top: 5vw;
}
.kuzdots-work-eco .inovspeaker_tr {
  padding-top: 0;
  margin-left: 0;
}
.kuzdots-work-soc .inovspeaker_tr .inovspeaker__img {
  width: 34%;
}
.kuzdots-work-soc .inovspeaker_tr .inovspeaker__w {
  padding-left: 19%;
}
.inovspeaker_tr .inovspeaker__t {
  padding-left: 0;
  padding-bottom: 28px;
}
.inovspeaker_tr .inovspeaker__tx {
  padding-left: 50px;
}
.inovspeaker_tr .inovspeaker__t__other {
  font-size: calc(11px + 0.45vw);
  color: #c5c5c5;
  text-transform: inherit;
}
.inovspeaker_rev {
  margin-top: 60px;
  margin-bottom: 50px;
  padding-top: 50px;
}
.inovspeaker_rev .inovspeaker__img {
  width: 81%;
}
.inovspeaker_rev .inovspeaker__tx {
  color: #7f7f7f;
  font-size: calc(12px + 0.6vw);
}
.inovspeaker_nn2 .inovspeaker__t {
  margin-left: 148px;
}
.inovspeaker_nn2 .inovspeaker__t span {
  font-family: "NEXTSemiBold";
  font-size: calc(11px + 1vw);
  text-transform: uppercase;
  margin-left: -88px;
}
.inovspeaker_small .inovspeaker__t {
  margin-left: 17vw;
}
.inovspeaker_small .inovspeaker__tx {
  padding-left: 20px;
}
@media screen and (max-width: 1600px) {
  .inovspeaker__t {
    font-size: 19px;
    line-height: 23px;
  }
  .inovspeaker__tx {
    font-size: 19px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1366px) {
  .inovspeaker__t {
    line-height: 20px;
  }
  .inovspeaker__date {
    margin-top: 33px;
  }
  .inovspeaker__tx {
    margin-top: 25px;
    font-size: 17px;
    line-height: 21px;
  }
  .reviews-slider .articles__i__data__tx {
    font-size: 27px;
    line-height: 33px;
  }
  .reviews-slider .articles__i {
    padding-right: 3vw;
  }
  .inovspeaker_without .inovspeaker__t {

  }
}
@media screen and (max-width: 1200px) {
  .reviews-slider .articles__i__img {
    min-width: 200px;
  }
  .reviews-slider .articles__i__data__tx {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .reviews-slider .glider {
    margin-top: -60px;
  }
  .reviews-slider img {
    min-width: 166px;
    max-width: 166px;
  }
  .articles__i__data__tx {
    font-size: calc(12px + 1vw);
    line-height: calc(14px + 1vw);
  }
  .reviews-slider .articles__i {
    padding-right: 3vw;
  }
  .articles__i__data {
    margin-left: 2vw;
    max-width: 66%;
  }
  .inovspeaker__tx {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 700px) {
  .inovspeaker {
    
  }
  .inovspeaker__img {
    position: static;
    width: 100%;
  }
  .inovspeaker__w {
    width: 100%;
    padding-left: 0;
  }
  .inovspeaker__tx {
    padding-left: 0px !important;
  }
  .inovspeaker__t {
    padding-left: 0px;
  }
  .inovspeaker__t span {
    margin-left: 0px;
  }
  .inovspeaker_without .inovspeaker__t span {
    margin-left: -88px;
  }
  .inovspeaker_none {
    margin-bottom: 50px;
  }
  .inovspeaker_none .inovspeaker__tx {
    margin-left: 0;
  }
  .inovspeaker_rev .inovspeaker__img {
    width: 100%;
  }
  .inovspeaker_rev {
    margin-top: 30px;
    padding-top: 0;
  }
  .kuzdots-work-soc .inovspeaker_tr .inovspeaker__w {
    padding-left: 0;
  }
  .kuzdots-work-soc .inovspeaker_tr .inovspeaker__img {
    width: 100%;
  }
}
.topimgbl {
  position: relative;
  padding-top: 11.5vw;
  text-align: right;
  z-index: 1;
}
.topimgbl__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  z-index: -1;
}
.topimgbl__img_dot {
  width: 83%;
}
.topimgbl__img_dot1 {
  width: 78%;
}
.topimgbl__t {
  position: relative;
  width: 45%;
  margin: 0 0 0 auto;
  padding-bottom: 21px;
  font-family: "NEXTSemiBold", serif;
  font-size: 35px;
  line-height: 39px;
  border-bottom: 11px solid #d51900;
  color: #d51900;
  border-bottom: 11px solid #096000;
  color: #096000;
}
.topimgbl__t_dot {
  font-family: "GolosRegular", serif;
  font-size: calc(12px + 0.5vw);
  line-height: calc(16px + 0.5vw);
}
.topimgbl__t_dot span {
  font-family: "GolosBold", serif;
  font-size: calc(16px + 0.5vw);
  line-height: calc(13px + 0.5vw);
}
.topimgbl__t::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: -68px;
  height: 11px;
  width: 68px;
  background-color: #d51900;
  background-color: #7ca078;
  opacity: .5;
}
.topimgbl__tx {
  margin-top: 20px;
  font-size: 21px;
  line-height: 30px;
}
.topimgbl_hor1 {
  min-height: 0px;
  padding-top: 2vw;
}
.topimgbl_hor1 .topimgbl__img {
  position: static;
  width: 100%;
}
.topimgbl_hor1 .topimgbl__t {
  position: absolute;
  top: 3.5vw;
  right: 0;
  width: 53%;
  padding-bottom: 11px;
  font-size: calc(12px + 0.85vw);
  line-height: calc(14px + 0.85vw);
}
.topimgbl_hor1 .topimgbl__tx {
  position: absolute;
  top: 7.45vw;
  right: 0;
  width: 53%;
  padding-bottom: 11px;
  /* font-family: "GolosDemiBold"; */
  font-size: calc(10px + 0.5vw);
  line-height: calc(16px + 0.7vw);
}
.topimgbl_hor1 .topimgbl__tx span {
  font-family: "GolosRegular";
  font-size: calc(12px + 0.5vw);
}
.topimgbl_hor3 {
  padding-top: 6.5vw;
  padding-bottom: 5vw;
  margin-right: 12.5%;
}
.topimgbl_hor3 .topimgbl__img {
  width: 51%;
  top: -10vw;
}
.topimgbl_hor3 .topimgbl__t {
  width: 47%;
  padding-bottom: 8px;
  font-size: 27px;
}
.topimgbl_hor3 .topimgbl__t::after {
  left: 0;
  background-color: rgb(234 140 128);
  background-color: #7ca078;
  opacity: 1;
}
.topimgbl_hor3 .topimgbl__tx {
  font-family: "Golos Bold", sans-serif;
  font-size: 23px;
}
.topimgbl_hor5 {
  padding-top: 80px;
  padding-bottom: 150px;
  margin-top: 80px;
  z-index: 1;
}
.topimgbl_hor5 .topimgbl__img {
  position: relative;
  z-index: -2;
}
.topimgbl__slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 17vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: -1;
}
.topimgbl-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 17vw;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: flex-end;
  z-index: -1;
}
.topimgbl-slider .slick-slider {
  padding: 0;
}
.topimgbl-slider .slick-list,
.topimgbl-slider .slick-track {
  max-height: 100%;
  height: 100%;
}
.topimgbl-slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.topimgbl-slider .slick-prev {
  position: absolute;
  left: unset;
  right: calc(-17vw + 50px);
  bottom: 120px;
  top: unset;
  width: 18px;
  height: 20px;
  background: url(../img/arr-lf.png) no-repeat;
  cursor: pointer;
}
.topimgbl-slider .slick-prev:hover {
  background-image: url(../img/arr-lfh.png);
}
.topimgbl-slider .slick-next {
  position: absolute;
  right: -17vw;
  bottom: 120px;
  top: unset;
  width: 18px;
  height: 20px;
  background: url(../img/arr-rt.png) no-repeat;
  cursor: pointer;
}
.topimgbl-slider .slick-next:hover {
  background-image: url(../img/arr-rth.png);
}
@media screen and (max-width: 768px) {
  .topimgbl-slider .slick-prev,
  .topimgbl-slider .slick-next {
    bottom: 90px;
  }
  .topimgbl_hor5 .topimgbl-slider {
    top: 30px;
  }
}
@media screen and (max-width: 670px) {
  .topimgbl_hor5 .topimgbl-slider {
    position: relative;
    width: 300px;
    margin: 10px auto 0;
    top: 0;
    bottom: 0;
    z-index: 5;
  }
  .topimgbl-slider .slick-slide {

  }
  .topimgbl-slider .slick-list {
    width: 100% !important;
    max-height: 300px;
  }
  .topimgbl_hor5 .topimgbl-slider img {
    max-width: 100% !important;
    height: auto;
    width: auto;
  }
  .topimgbl-slider .slick-prev,
  .topimgbl-slider .slick-next {
    bottom: unset;
    right: unset;
    left: 0;
    top: -43px;
    z-index: 5;
  }
  .topimgbl-slider .slick-next {
    left: 40px;
  }
}
.topimgbl__slider img,
.topimgbl-slider img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.topimgbl_hor5 .topimgbl__t {
  top: 6.5vw;
  width: 35%;
}
.topimgbl_hor5 .topimgbl__t span {
  display: block;
  margin-left: -68px;
}
.topimgbl_hor5 .topimgbl__tx {
  top: 9.5vw;
}
.topimgbl__slider__cont {
  height: 100%;
}
.topimgbl-slider .topimgbl__slider__cont {
  width: 100%;
}
.topimgbl__slider__cont .glider-track {
  height: 100%;
}
.topimgbl__slider .glider-slide {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.topimgbl__slider__next {
  position: absolute;
  right: -17vw;
  bottom: 120px;
  top: unset;
  width: 18px;
  height: 20px;
  background: url(../img/arr-rt.png) no-repeat;
  cursor: pointer;
}
.topimgbl__slider__prev {
  position: absolute;
  left: unset;
  right: calc(-17vw + 50px);
  bottom: 120px;
  top: unset;
  width: 18px;
  height: 20px;
  background: url(../img/arr-lf.png) no-repeat;
  cursor: pointer;
}
.topimgbl_hor15 .topimgbl__t {
  width: 47%;
}
.topimgbl_hor15 .topimgbl__slider {
  display: block !important;
}
@media screen and (max-width: 1600px) {
  .topimgbl__t_dot {
    font-size: calc(10px + 0.5vw);
    line-height: calc(14px + 0.5vw);
    border-bottom-width: 8px;
  }
  .topimgbl__t::after {
    bottom: -8px;
    height: 8px;
  }
  .topimgbl__t_dot span {
    font-size: calc(14px + 0.5vw);
    line-height: calc(11px + 0.5vw);
  }
  .topimgbl__tx {
    margin-top: 11px;
    font-size: 19px;
    line-height: 28px;
  }
  .topimgbl_hor1 .topimgbl__t {
    font-size: calc(10px + 0.85vw);
    line-height: calc(12px + 0.85vw);
    border-bottom-width: 8px;
  }
  .topimgbl_hor1 .topimgbl__t::after {
    bottom: -8px;
    height: 8px;
  }
  .topimgbl_hor1 .topimgbl__tx span {
    font-size: calc(10px + 0.5vw);
  }
  .topimgbl_hor3 .topimgbl__t {
    font-size: calc(12px + 0.7vw);
    border-bottom-width: 8px;
  }
  .topimgbl_hor3 .topimgbl__tx {
    font-size: calc(11px + 0.5vw);
  }
}
@media screen and (max-width: 1366px) {
  .topimgbl__t_dot {
    font-size: calc(8px + 0.5vw);
    line-height: calc(12px + 0.5vw);
    border-bottom-width: 6px;
  }
  .topimgbl__t::after {
    bottom: -6px;
    height: 6px;
  }
  .topimgbl__t_dot span {
    font-size: calc(12px + 0.5vw);
  }
  .topimgbl__tx {
    margin-top: 5px;
    font-size: 15px;
    line-height: 23px;
  }
  .topimgbl_hor1 .topimgbl__t {
    font-size: calc(8px + 0.85vw);
    line-height: calc(10px + 0.85vw);
    border-bottom-width: 6px;
  }
  .topimgbl_hor1 .topimgbl__t::after {
    bottom: -6px;
    height: 6px;
  }
  .topimgbl_hor1 .topimgbl__tx {
    font-size: calc(8px + 0.5vw);
    line-height: calc(14px + 0.7vw);
  }
  .topimgbl_hor3 .topimgbl__t {
    font-size: calc(12px + 0.5vw);
    border-bottom-width: 6px;
  }
  .topimgbl__slider .glider-slide {
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .topimgbl {
    padding-top: 13.5vw;
  }
  .topimgbl__tx {
    margin-top: 13px;
  }
  .topimgbl_hor1 {
    padding-top: 0;
  }
  .topimgbl_hor5 .topimgbl__t {
    top: 2.5vw;
  }
  .topimgbl_hor5 .topimgbl__tx {
    top: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  .topimgbl {
    padding-top: 0;
  }
  .topimgbl__t {
    padding-bottom: 8px;
  }
  .topimgbl__tx {
    margin-top: 7px;
    font-size: 17px;
    line-height: 22px;
  }
  .topimgbl__img_dot {
    position: static;
    width: 100%;
  }
  .topimgbl__t_dot {
    width: 100%;
    margin-top: 30px;
  }
  .topimgbl__t_dot::after {
    display: none;
  }
  .topimgbl__t_dot span {
    display: block;
  }
  .topimgbl__t_dot br {
    display: none;
  }
  .topimgbl_hor3 {
    padding-top: 11vw;
    margin-right: 0;
  }
  .topimgbl_hor3 .topimgbl__t {
    line-height: 19px;
  }
  .topimgbl_hor3 .topimgbl__img {
    /* position: static; */
  }
  .topimgbl_hor5 .topimgbl__tx {
    top: 7.5vw;
  }
  .topimgbl_hor5 .topimgbl__slider {
    top: -30px;
  }
  .topimgbl_hor5 .topimgbl__slider__next,
  .topimgbl_hor5 .topimgbl__slider__prev {
    bottom: 90px;
  }
  .t-main-brands {
    margin-top: 50px;
  }
  .topimgbl_hor8 .topimgbl__t {
    top: 1.5vw;
  }
}
@media screen and (max-width: 700px) {
  .topimgbl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .topimgbl_hor1 .topimgbl__tx span {
    font-family: "GolosDemiBold";
  }
  .topimgbl_hor1 .topimgbl__tx span::before {
    content: "•";
    margin-right: 2px;
  }
}
@media screen and (max-width: 670px) {
  .topimgbl_hor5 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    margin-top: 50px;
    padding-bottom: 0;
  }
  .topimgbl_hor5 .topimgbl__t {
    position: static;
    width: 100%;
    z-index: 4;
  }
  .topimgbl_hor5 .topimgbl__img {
    display: none;
  }
  .topimgbl_hor5 .topimgbl__t::after {
    display: none;
  }
  .topimgbl_hor5 .topimgbl__tx {
    position: static;
    width: 100%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    text-align: left;
  }
  .topimgbl_hor5 .topimgbl__tx br {
    display: none;
  }
  .topimgbl_hor5 .topimgbl__slider {
    position: relative;
    width: 300px;
    /* overflow: hidden; */
    margin: 10px auto 0;
    top: 0;
    bottom: 0;
    z-index: 5;
  }
  .topimgbl_hor5 .topimgbl__slider .glider-slide {
    width: 100% !important;
    min-width: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .topimgbl_hor5 .topimgbl__slider .glider-slide img {
    max-width: 100% !important;
    height: 100%;
    width: auto;
  }
  .topimgbl_hor5 .topimgbl__slider__cont .glider-track {
    width: 100% !important;
    max-height: 300px;
  }
  .topimgbl_hor5 .topimgbl__slider__next, .topimgbl_hor5 .topimgbl__slider__prev {
    bottom: unset;
    right: unset;
    left: 0;
    top: -43px;
    z-index: 5;
  }
  .topimgbl_hor5 .topimgbl__slider__next {
    left: 40px;
  }
  .topimgbl_hor8 .topimgbl__t {
    font-size: calc(9px + 0.85vw);
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 550px) {
  .topimgbl_hor3 {
    padding-top: 11vw;
    padding-bottom: 0;
    margin-bottom: -30vw;
  }
  .topimgbl_hor3 .topimgbl__img {
    position: relative;
    width: 100%;
    /* top: -40vw; */
    top: 0;
    transform: translateY(-40vw);
  }
  .topimgbl_hor3 .topimgbl__t {
    /* position: relative; */
    width: 100%;
    transform: translateY(-30vw);
  }
  .topimgbl_hor3 .topimgbl__tx {
    /* position: relative; */
    transform: translateY(-30vw);
  }
}

.slider-rev-brands .slick-prev {
  left: unset;
  right: calc(14.5% + 87px);
  bottom: 4vw;
  top: unset;
  width: 18px;
  height: 20px;
  background: url(../img/arr-lf.png) no-repeat;
  z-index: 10;
}
.slider-rev-brands .slick-prev:hover {
  background-image: url(../img/arr-lfh.png);
}
.slider-rev-brands .slick-next {
  right: calc(14.5% + 30px);
  bottom: 4vw;
  top: unset;
  width: 18px;
  height: 20px;
  background: url(../img/arr-rt.png) no-repeat;
}
.slider-rev-brands .slick-next:hover {
  background-image: url(../img/arr-rth.png);
}
@media screen and (max-width: 700px) {
  .slider-rev-brands .slick-prev {
    right: calc(6.5% + 87px);
  }
  .slider-rev-brands .slick-next {
    right: calc(6.5% + 30px);
  }
  .slider-rev-brands .slick-prev,
  .slider-rev-brands .slick-next {
    bottom: unset;
    top: 50px;
  }
}

/* Content style
 *********************************/
.the-content {
  margin: 30px auto 0;
  width: 75%;
  font-family: "IBM Plex Serif", serif;
  /* font-weight: 300; */
  font-size: 21px;
  line-height: 30px;
}
.the-content p {
  margin-top: calc(12px + 1vw);
  margin-bottom: calc(20px + 1vw);
  text-align: justify;
  /* font-size: calc(13px + 0.35vw); */
}
.the-content ul,
.the-content ol {
  margin: 0 0 20px 20px;
}
.the-content ul {
  list-style-type: disc;
}
.the-content ol {
  list-style-type: decimal;
}
.the-content table {
  margin: 0 0 20px;
}
.the-content img {
  max-width: 100%;
  vertical-align: baseline;
}
@media screen and (max-width: 1600px) {
  .the-content {
    font-size: 19px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1366px) {
  .the-content {
    font-size: 17px;
    line-height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .the-content {
    width: 85%;
  }
}
@media screen and (max-width: 700px) {
  .the-content {
    margin-top: 0;
  }
}

/* Footer
 *********************************/
.footer-contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 117px;
  background-color: #3d3a36;
  color: #fff;
}
.footer-contacts__i {

}
.footer-contacts__i + .footer-contacts__i {
  margin-left: 9vw;
}
.footer-contacts__i a,
.footer-contacts__i > div {
  color: #fff;
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  padding-left: 74px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-contacts__i_mail {
  background: url("../img/mail.png") left center no-repeat;
}
.footer-contacts__i_phone {
  background: url("../img/phone.png") left center no-repeat;
}
.footer {
  position: relative;
  background-color: #f0efed;
}
.footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 9vw;
  height: 10.4vw;
  background: url('../img/kuz-bottom.png') no-repeat;
  background-size: cover;
}

.footer__t {
  color: #75767f;
  /* font-family: "Myriad", sans-serif; */
  font-family: "GolosDemiBold", sans-serif;
  /* font-weight: 700; */
  font-size: 15px;
  text-transform: uppercase;
}

.footer__top {
  padding-top: 29px;
  /* padding-bottom: 78px; */
  padding-bottom: 0px;
}

.footer__first-col {
  width: 50%;
}

.footer__second-col {
  padding-left: 10%;
}

.footer__menu-with-icon {
  margin-top: 9px;
}

.footer__menu {
  flex-wrap: wrap;
  height: 190px;
  margin-top: 11px;
}

.footer__menu .menu__i {
  display: inline-block;
  padding: 0;
  margin-bottom: 9px;
  margin-right: 10px;
  border: none;
  /* font-weight: 700; */
  font-size: 15px;
  /* font-family: "Myriad", sans-serif; */
  font-family: "GolosDemiBold", sans-serif;
}

.footer__follow-us {
  /* margin-top: 22px; */
  margin-top: 30px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 12px;
  padding-right: 19.9vw;
  /* background-color: #275d17; */
  color: #fff;
  font-family: "Opan Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 1600px) {
  .footer-contacts {
    height: 98px;
  }
  .footer-contacts__i a,
  .footer-contacts__i > div {
    padding-left: 60px;
    background-size: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .footer-contacts {
    height: 83px;
  }
  .footer-contacts__i a,
  .footer-contacts__i > div {
    padding-left: 53px;
    background-size: 36px;
    font-size: 16px;
  }
  .footer__t {
    font-size: 13px;
  }
  .follow-us__t {
    font-size: 13px;
  }
  .footer__menu .menu__i {
    font-size: 13px;
  }
  .menu-with-icon__i {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .footer__menu {
    height: auto;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .row-f {
    flex-direction: column;
  }
  .footer__first-col {
    width: 100%;
  }
  .footer__second-col {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .footer__menu {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer__menu > div {
    width: 50%;
  }
  .footer-contacts__i a,
  .footer-contacts__i > div {
    padding-left: 40px;
    font-size: 13px;
  }
  .footer-contacts__i_mail {
    background-size: 30px;
  }
  .footer-contacts__i_phone {
    background-size: 30px;
  }
  .footer__bottom {
    margin-top: 40px;
  }
  .footer::after {
    width: 15vw;
    height: 20.4vw;
  }
  .copyright {
    font-size: 11px;
  }
}
.copyright {
  font-family: "GolosDemiBold";
  color: #b6b6b5;
}
.publ_l {
  margin-top: 15px;
}
.publ_l a {
  font-family: "GolosRegular", serif;
  font-style: italic;
  font-size: calc(8px + 0.5vw);
  color: #404040;
  /* text-decoration: none; */
}
.publ_l a:hover {
  text-decoration: underline;
}
/* End Project - Second layer
 ****************************************************************/
/****************************************************************
 * Begin Cosmetic - Third layer
 ****************************************************************/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.cl:after {
  content: '';
  display: table;
  clear: both;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.spanli {
  display: block;
  text-align: left;
}

/* End Cosmetic - Third layer
 ****************************************************************/

.vak {
  display: none;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  margin-top: -14vw;
  padding: 0 1.8vw;
  z-index: 3;
  position: relative;
}
.vak_active {
  display: grid;
}
.vak img {
  max-width: 100%;
}
.vak > div {
  width: 70%;
  /* background-color: #fff; */
}
.vak__t {
  /* text-align: right; */
  /* margin-left: -80px; */
  position: relative;
  padding-bottom: 13px;
  /* padding-left: 20%; */
  border-bottom: 8px solid #fb5151;
  color: #fb5151;
  font-family: "CeraBold", sans-serif;
  font-size: 27px;
  line-height: 27px;
  text-transform: uppercase;
  /* padding-right: 70px; */
  padding-right: 0px;
  padding-top: 3px;
  text-align: right;
}
.vak__t::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -26px;
  width: 50px;
  height: 18px;
  background-color: #fb5151;
}
@media screen and (max-width: 1600px) {
  .vak {
    /* margin-top: 2.35vw; */
  }
}
@media screen and (max-width: 1366px) {
  .vak {
    /* margin-top: 2.95vw; */
  }
  .choose__t {
    font-size: calc(13px + 1.35vw);
  }
}
@media screen and (max-width: 768px) {
  .about-everything {
    background-size: auto 58%;
    background-position: right center;
    /* padding-left: 0;
    padding-top: 50px;
    margin-top: 13vw; */
  }
  .about-everything__tx {
    /* padding-right: 6%;
    padding-left: 6%;
    padding-top: 19vw;
    min-height: 0px; */
  }
  .about-everything__pic {
    /* width: 34%;
    left: 50%;
    top: 0px;
    transform: translate3d(-51%, -50%, 0px); */
  }
  .choose__i__t {
    padding-left: 0;
    font-size: calc(9px + 0.3vw);
  }
  .choose__i {
    position: relative;
    z-index: 2;
  }
  .choose__i + .choose__i {
    z-index: 1;
  }
  .vak__t {
    font-size: 15px;
    line-height: 11px;
    border-bottom-width: 6px;
  }
  .vak__t::after {
    bottom: -19px;
    height: 14px;
  }
  .vacancies-list {
    padding-right: 0;
  }
  .vacancies-list__i {
    padding-right: 0;
    margin-top: 8px;
  }
  .vacancies-list__i__lk {
    font-size: 12px;
  }
  .choose {
    flex-direction: column;
  }
  .choose__i__t {
    text-align: center;
  }
  .choose__i__select {
    /* margin: 10px auto; */
  }
}
@media screen and (max-width: 768px) {
  .choose {
    margin-right: -3.2vw;
  }
  .choose__t {
    font-size: calc(7px + 1.35vw);
    line-height: calc(11px + 1.75vw);
  }
  .choose__tx {
    font-size: calc(3px + 1.35vw);
  }
  .choose__search {
    width: 100%;
  }
  .choose__in {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .vak > div {
    width: 100%;
  }
  .choose__i__t_sfera::before {
    margin-right: 6px;
    width: 13px;
    height: 13px;
    background-size: cover;
  }
  .choose__i__t_city::before {
    width: 17px;
    height: 20px;
    background-size: cover;
  }
}
@media screen and (max-width: 700px) {
  .gallery-date {
    margin-top: 50px;
  }
  .gallery-date__i {
    flex-direction: column;
    height: auto;
    padding: 30px 7vw;
  }
  .gallery-date__i img {
    width: 100%;
    margin-right: 0;
  }
  .gallery-date__i__data__t {
    margin-top: 20px;
  }
  .gallery-date__i__data__tx {
    font-size: calc(9px + 0.75vw);
    line-height: calc(8px + 1.35vw);
  }
  .gallery-date .timeline-container .timeprev {
    left: 5.5vw;
  }
  .gallery-date .timeline-container .timenext {
    right: 5.5vw;
  }
  .gallery-date__t {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .gallery-date .timeline-dots-wrap.bottom li {
    width: 105px;
  }
  .gallery-date .timeline-dots-wrap.bottom ul {
    transform: translate3d(30px, 0px, 0px) !important;
  }
  .vak {
    position: relative;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
  }
  .vak img {
    position: absolute;
    left: 15px;
    top: 0;
    width: 25vw;
    z-index: 2;
  }
  .vak__t {
    /* text-align: center; */
  }
  .vacancies-list {
    padding-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .about-everything {
    padding-top: 16px;
  }
  .about-everything__tx {
    margin-top: 13px;
  }
}
/* .news-img-f {
  display:flex;
  font-style:italic;
  font-weight:bold;
  text-align:right;
}
.news-img-f div:first-child {
  flex:0 0 44%;
  margin-left:-13%;
}
.news-img-f div:last-child {
  flex:0 0 69%;
}
.news-img-f_noleft div:first-child {
  flex:0 0 33%;
  margin-left: 0;
}
.news-img-f_noleft div:first-child img {
  max-width: 110%;
  width: 110%;
}
.news-img-f_noleft div:last-child {
  flex:0 0 67%;
}
.news-img-f_noleft2 div:first-child {
  flex:0 0 36%;
  margin-left: 0;
}
.news-img-f_noleft2 div:first-child img {
  max-width: 100%;
  width: 100%;
}
.news-img-f_noleft2 div:last-child {
  flex:0 0 64%;
}
.news-img-f_right div:first-child {
  flex:0 0 62%;
  margin-left:0;
  text-align: left;
}
.news-img-f_right div:last-child {
  flex:0 0 44%;
  margin-right:-6%;
}
.news-img-f_right-no,
.news-img-f_no-bld {
  font-weight: 500;
}
.news-img-f_right-no span,
.news-img-f_no-bld span {
  font-style: normal;
}
.news-img-f_aligncenter {
  align-items: center;
}
.news-img-f_alignend {
  align-items: flex-end;
}
.topchik {
  margin-top: -4vw;
  margin-top: 10px;
}
.topchik div:last-child {
  padding-right: 8vw;
  padding-bottom: 3vw;
}
.topchik div:first-child {
  margin-left: -5%;
}
.topchik2 div:first-child {
  padding-top: 2vw;
}
.news-img-f_big div:first-child {
  margin-left: 0;
  flex: 0 0 50%;
}
.news-img-f_big div:last-child {
  flex: 0 0 50%;
}
.news-img-f_rno div:last-child {
  flex: 0 0 56%;
}
.news-img-f_rno div:first-child {
  flex: 0 0 50%;
  padding-right: 10px;
  font-weight: normal;
  font-style: normal;
}
.news-img-f img {
  width:100%;
  margin-right:10px;
} */
/* .main-ab {
  display: flex;
  margin: 30px 0 10px;
}
.main-ab img {
  margin-left: 20px;
}
.main-ab__t {

}
.main-ab__t::before {
  width: 100%;
}
.main-ab__t::after {
  left: initial;
  right: 0;
}
.main-ab__tx {
  margin-top: 10px;
}
.main-ab__cell:first-child {
  flex: 0 0 70%;
}
.main-ab__cell:last-child {
  flex: 0 0 30%;
} */
@media screen and (max-width: 768px) {
  .news-img-f  {
    flex-direction: column;
    text-align: center;
  }
  .news-img-f div:first-child {
    flex: 0 0 100%;
    margin-left: 0;
  }
  .news-img-f img {
    width: 70%;
    margin: 0 auto 20px;
  }
  /* .main-ab {
    flex-direction: column;
  }
  .main-ab img {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  } */
}

.sloi-1 > div:first-child {
  position:relative;
  height: 20vw;
  overflow: hidden;
}
  .sloi-1 > div:first-child::before {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:url("/files/img/sloi1.png") left top no-repeat;
  background-size:cover;
}
.sloi-1 > div:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.sloi-2 > div:first-child + div {
  position:relative;
  height: 20vw;
  overflow: hidden;
}
  .sloi-2 > div:first-child + div::before {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:url("/files/img/sloi2.png") left top no-repeat;
  background-size:cover;
}
.sloi-2 > div:first-child + div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.sloi-3 > div:first-child {
  position:relative;
  height: 20vw;
  overflow: hidden;
}
  .sloi-3 > div:first-child::before {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:url("/files/img/sloi3.png") left top no-repeat;
  background-size:cover;
}
.sloi-3 > div:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.sloi-4 > div:first-child + div {
  position:relative;
  height: 20vw;
  overflow: hidden;
}
  .sloi-4 > div:first-child + div::before {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:url("/files/img/sloi4.png") left top no-repeat;
  background-size:cover;
}
.sloi-4 > div:first-child + div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}