.uslugi_zalog_title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #eb114e;
  margin: 0 0 20px; }
  .uslugi_zalog_head {
    margin: 20px 0 40px; }
    .uslugi_zalog_head__wrap {
      background: url(/thumb/2/UbcyfiZX4MhniZqPauA-ug/r/d/54742655_2.jpg) 50% 10% / cover no-repeat;
      height: 80vh;
      position: relative; }
    .uslugi_zalog_head__item {
      position: absolute;
      bottom: 40px;
      left: 0;
      box-sizing: border-box;
      padding: 40px;
      width: 100%;
      background: rgba(1, 2, 16, 0.678);
      color: white; }
    .uslugi_zalog_head__title {
      font-size: 30px;
      font-weight: 600; }
  .uslugi_zalog_text {
    margin: 20px 0 40px; }
  .uslugi_zalog_text.border {
    padding: 20px;
    border: 3px dashed;
    box-shadow: 0 11px 20px #bcbbc8; }
  .uslugi_zalog_list {
    margin: 20px 0 40px; }
    .uslugi_zalog_list__wrap {
      display: flex;
      flex-flow: row wrap; }
    .uslugi_zalog_list__item {
      position: relative;
      border: 1px solid #dddeea;
      font-size: 0;
      margin-bottom: 20px;
      box-sizing: border-box;
      box-shadow: 0 5px 14px #787878;
      overflow: hidden; }
      @media screen and (min-width: 900px) {
  .uslugi_zalog_list__item {
    width: 23%;
    margin-right: 2.6%; }
    .uslugi_zalog_list__item:nth-child(4n+4) {
      margin-right: 0; } }
      @media screen and (min-width: 600px) and (max-width: 900px) {
  .uslugi_zalog_list__item {
    width: 49%;
    margin-right: 2%; }
    .uslugi_zalog_list__item:nth-child(2n+2) {
      margin-right: 0; } }
      @media screen and (max-width: 600px) {
  .uslugi_zalog_list__item {
    width: 100%; } }
    .uslugi_zalog_list__image {
      max-width: 100%;
      width: 100%;
      height: auto;
      font-size: 0; }
    .uslugi_zalog_list__text {
      font-size: 17px;
      text-align: center;
      font-weight: 600;
      position: absolute;
      bottom: 0;
      width: 100%;
      color: white;
      background: rgba(26, 24, 69, 0.9);
      padding: 15px 10px;
      box-sizing: border-box;
      transition: 0.37s;
      min-height: 10%; }
      .uslugi_zalog_list__text > span {
        display: block; }
    .uslugi_zalog_list__item:hover .uslugi_zalog_list__text {
      min-height: 70%; }
      @media screen and (max-width: 768px) {
  .uslugi_zalog_list__item:hover .uslugi_zalog_list__text {
    min-height: 100%; } }
    .uslugi_zalog_list__form {
      position: absolute;
      width: 100%;
      margin: 40px 0 0;
      text-align: center;
      left: 0; }
    a.uslugi_zalog_list__btn {
      padding: 10px 20px;
      text-decoration: none;
      color: white;
      border: 1px solid white;
      font-size: 14px;
      font-weight: 100;
      letter-spacing: 1px; }
  .uslugi_zalog_cond {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;
    flex-wrap: wrap; }
    .uslugi_zalog_cond > li {
      max-width: 100%;
      margin: 0 0 20px;
      padding: 25px 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      text-align: center;
      flex: 0 0 320px;
      background: rgba(71, 75, 123, 0.03);
      border: 1px solid rgba(71, 75, 123, 0.18);
      color: #1a1845;
      font-size: 16px;
      font-weight: 600; }
      .uslugi_zalog_cond > li:hover {
        background: rgba(27, 32, 93, 0.15);
        border: 1px solid rgba(27, 32, 93, 0.28);
        box-shadow: 0 0 3px rgba(27, 32, 93, 0.18); }
    .uslugi_zalog_cond__icon > svg {
      width: 65px;
      height: auto;
      fill: #1b205d; }
  .uslugi_zalog_form {
    margin: 0 auto 10px;
    display: inline-block; }
    a.uslugi_zalog_form__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      padding: 0 40px;
      text-decoration: none;
      flex-flow: row nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 58px;
      padding-top: 2px;
      border: none;
      border-bottom: 2px solid #bb0337;
      position: relative;
      font-size: 15px;
      font-weight: bold;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer;
      overflow: hidden;
      background: #eb114e;
      -webkit-transition: ease 0.3s;
      transition: ease 0.3s; }
      a.uslugi_zalog_form__btn:after {
        content: "";
        display: block;
        width: 30px;
        height: 300px;
        margin-left: 60px;
        background: #fff;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 50%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0);
        position: absolute;
        left: -40px;
        top: -150px;
        z-index: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
        -webkit-animation-name: slideme;
        animation-name: slideme;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-delay: 0.05s;
        animation-delay: 0.05s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; }
      a.uslugi_zalog_form__btn:hover {
        background: #ef3468; }
  .uslugi_zalog_form__forma .title {
    color: #fff;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left; }
    .uslugi_zalog_form__forma .type-upload .field-title {
      color: white;
      font-size: 15px; }
      .uslugi_zalog_form__forma .type-upload .field-note {
        color: #a2a2a2;
        font-size: 13px;
        margin: 0 0 20px; }
      .uslugi_zalog_form__forma .type-upload .upload-button input[type="button"] {
        background: #eb114e;
        padding: 10px 10px;
        width: 100%;
        color: white;
        font-size: 13px;
        flex: 0 0 100%; }
      .uslugi_zalog_form__forma .type-upload span.upload-count {
        color: white;
        font-size: 12px; }
      .uslugi_zalog_form__forma .type-upload .upload-button {
        flex-wrap: wrap; }
    .uslugi_zalog_form__forma .tpl-field-button [type="submit"] {
      width: 100%;
      background: #eb114e;
      border: none;
      box-sizing: border-box;
      padding: 12px 30px 10px;
      text-align: center;
      line-height: 1.2;
      letter-spacing: 0;
      font-family: Roboto Condensed, sans-serif;
      text-transform: uppercase;
      min-height: 30px;
      font-weight: 700;
      color: #fff;
      border-radius: 4px; }
    .uslugi_zalog_form__forma .tpl-anketa-success-note {
      color: white;
      font-weight: 700;
      font-size: 18px; }
  .uslugi_zalog_ocenka {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 10px 0 25px;
    padding: 0;
    list-style: none; }
    .uslugi_zalog_ocenka > li {
      flex: 0 1 auto;
      width: 580px;
      max-width: 100%;
      margin: 0 0 20px;
      background: white;
      box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(0, 0, 0, 0.1);
      position: relative;
      display: flex;
      align-items: center;
      padding-right: 15px;
      box-sizing: border-box; }
    .uslugi_zalog_ocenka > li > img {
      max-width: 100%;
      height: auto;
      width: 270px;
      height: 170px;
      object-fit: cover;
      margin-right: 20px; }
    @media screen and (max-width: 768px) {
  .uslugi_zalog_ocenka > li {
    flex-flow: column;
    padding: 0; }
  .uslugi_zalog_ocenka > li > img {
    margin: 0; }
  .uslugi_zalog_ocenka > li > span {
    padding: 7px 20px; } }

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px; }

  30% {
    left: 110%;
    margin-left: 80px; }

  100% {
    left: 110%;
    margin-left: 80px; } }

body .popover-container .popover-wrap.fast-sale-popover-my-wrapper .popover-body {
  background: #1a1845; }
