.otsenka-truda {
  margin-top: 30px;
  max-width: 700px;
}

.otsenka-truda  article {
  display: flex;
  align-items: center;
}


.otsenka-truda a {
  text-decoration: none;
  display: block;
  margin: 0 20px 20px 0;
  opacity: .9;
}

.otsenka-truda a:hover {
  opacity: 1;
}

.otsenka-truda a .img.doc {
  width: 64px;
  height: 64px;
  background: url(/i/docs.png);
  background-size: cover;
  text-align: center;
}

.otsenka-truda a p {
  margin: 0;
  text-align: center;
  text-decoration: underline;
}

.otsenka-truda a:hover p {
  text-decoration: none;
}

.otsenka-truda a p.small {
  font-size: .7em;
  text-decoration: none;
}

.video {
  margin: 30px auto;
  flex-wrap: wrap;
}

.video article {
  max-width: calc(33.333% - 30px);
  margin-bottom: 30px;
  cursor: pointer;
}

.video article:nth-child(3n + 1) {
  margin-right: 30px;
}

.video article:nth-child(3n + 3) {
  margin-left: 30px;
}

.video article img {
  width: 100%;
  height: auto;
}

.video article .title {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  color: #2f2f2f;
  padding: 10px 0 10px 0;
}

.video article p {
  font-weight: 300;
}

.kupit-v-lizing .flex {
  align-items: center;
}

.kupit-v-lizing .big-text {
  margin-right: 30px;
}

.kupit-v-lizing .block-title {
  padding: 20px 0;
}

.kupit-v-lizing .block-title .title {
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5em;
}

.kupit-v-lizing .btn {
  border-radius: 30px;
}

.kupit-v-lizing  .package .swiper-package .swiper-wrapper .swiper-slide {
  background: rgba(0,0,0, 0);
}

.kupit-v-lizing .package .swiper-package .swiper-wrapper .swiper-slide .img {
  overflow: hidden;
  width: 250px;
  margin: 110px 0 0 50px;
  position: static;
}

.kupit-v-lizing .package .swiper-package .swiper-wrapper .swiper-slide .img img {
  height: auto;
  width: auto;
  position: absolute;
  right: 0;
}

.kupit-v-lizing .package .swiper-package .swiper-wrapper .swiper-slide:nth-child(2n) .img img {
  left: 0;
}

.contacts .block-virtues {
    padding: 0 30px;
}

.contacts .block-virtues .item:nth-child(1) {
    width: 100%;
}


.contacts .slider-plus {
  height: 454px;
  margin: 60px 0;
}

.contacts .slider-plus .swiper-slide .text .title {
  font-size: 2.4em;
  border-bottom: 5px solid white;
  padding-bottom: 3px;
  margin-bottom: 0;
}

.contacts .slider-plus .swiper-slide .text .title.sub-title {
  font-size: 5.2em;
  font-weight: 800;
  border-bottom: none;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
}

.contacts .rekvizit .flex {
  justify-content: space-between;
}

.contacts .rekvizit .btn {
  border-radius: 30px;
}

.contacts .rekvizit .title {
  color: black;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5em;
}

.contacts .rekvizit table {
  margin: 30px 0;
  font-size: 1.1em;
}

.contacts .rekvizit table td,
.contacts .rekvizit table th {
  padding: 10px 10px;
  border: 1px solid black;
}

.contacts .rekvizit table th {
  text-align: left;
}

.contacts .article .flex {
  align-items: center;
  font-weight: 300;
  margin-bottom: 5px;
}

.contacts .article .title {
  width: 300px;
  font-weight: 900;
  font-size: 1.4em;
  text-transform: uppercase;
}


.contacts .article b {
  font-weight: 700;
}

.contacts .article a {
  text-decoration: none;
  color: black;
}

.contacts .article a:hover {
  text-decoration: underline;
}











