div.clients
 {
  display: none;
 }

a,
a:visited
 {
  text-decoration: none;
 }

.header__phone
 {
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
  color: #1A1D1E;
 }

.header__phone.w
 {
  color: #fff;
 }

.header__btn
 {
  vertical-align: middle;
  margin: 0px 0px 0px 20px;
 }

btn.w
 {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
 }

.btn.w:hover
 {
  border: 1px solid #0174FF;
  background: #0174FF;
 }


footer .triada
 {
  display: block;
  padding-top: 30px;
 }

footer .triada img
 {
  display: inline-block;
  width: auto;
  height: 55px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 1s ease-in-out;
  transition: -webkit-filter 1s ease-in-out;
  -o-transition: filter 1s ease-in-out;
  transition: filter 1s ease-in-out;
  transition: filter 1s ease-in-out, -webkit-filter 1s ease-in-out;
 }

footer a.triada:hover img
 {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
 }


.btn
 {
  box-sizing: border-box;
  display: inline-block;
  /* height: 45px; */
  text-align: center;
  line-height: 43px;
  padding: 0 20px;
  border-radius: 3px;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  background-color: #0174FF;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

  cursor: pointer;
 }

.btn:hover
 {
  background: -webkit-linear-gradient(338.85deg, #0174FF 10.15%, #3205F3 119.02%), #0174FF;
  background: -o-linear-gradient(338.85deg, #0174FF 10.15%, #3205F3 119.02%), #0174FF;
  background: linear-gradient(111.15deg, #0174FF 10.15%, #3205F3 119.02%), #0174FF;
 }

.btn.w
 {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
 }

.btn.w:hover
 {
  border: 1px solid #0174FF;
  background: #0174FF;
 }

.btn.b
 {
  border: 1px solid #0174FF;
  color: #0174FF;
  background-color: transparent;
 }

.btn.b:hover
 {
  background: #0174FF;
  color: #fff;
 }

.btn.big
 {
  height: 65px;
  line-height: 65px;
  padding: 0 60px;
 }


.container
 {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
 }

@media (max-width: 1200px)
 {
  .page-content.w780 #images
   {
    grid-template-columns: repeat(4, 1fr);
   }

  .container
   {
    max-width: 970px;
   }
 }

@media (max-width: 992px)
 {
  .page-content.w780 #images
   {
    grid-template-columns: repeat(3, 1fr);
   }

  .container
   {
    max-width: 750px;
   }
 }

@media (max-width: 767px)
 {
  .container
   {
    max-width: none;
    padding: 0 10px;
   }
 }

.w780
 {
  max-width: 810px;
  margin: 0px auto;
  padding: 0 10px;
 }


footer
 {
  background-color: #1A1D1E;
  padding: 60px 0px;
  overflow: hidden;
 }

.footer-table>.cell
 {
  vertical-align: top;
 }

.footer-main
 {
  width: 230px;
 }

.footer__logo
 {
  display: inline-block;
  margin: 0px 0px 15px 0px;
 }

.footer__copy
 {
  color: #929AA3;
  font-size: 12px;
  margin: 0px 0px 35px 0px;
  line-height: 16px;
 }

.footer-links p
 {
  margin: 0px 0px 5px 0px;
 }

.footer-links p:last-child
 {
  margin: 0px 0px 0px 0px;
 }

.footer-links__item
 {
  color: #fff;
  font-size: 12px;
 }

.footer-links__item:hover
 {
  text-decoration: underline;
 }

.footer-menu
 {
  margin: 0px auto;
  max-width: 420px;
 }

.footer-menu-row
 {
  margin: 0px -15px;
 }

.footer-menu-column
 {
  float: left;
  width: 50%;
  padding: 0px 15px;
 }

.footer-menu-list li
 {
  margin: 0px 0px 15px 0px;
 }

.footer-menu-list li:last-child
 {
  margin: 0px 0px 0px 0px;
 }

.footer-menu__link
 {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
 }

.footer-menu__link:hover
 {
  text-decoration: underline;
 }

.footer-contacts
 {
  width: 240px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
 }

.footer__phone
 {
  font-size: 14px;
  color: #fff;
  display: inline-block;
 }

.footer__btn
 {
  margin: 20px 0px;
  max-width: 240px;
  width: 100%;
 }

.footer__address
 {
  font-size: 14px;
  color: #fff;
 }

@media (max-width: 992px)
 {
  footer
   {
    padding: 30px 0px;
   }

  .footer-table>.cell
   {
    display: block;
    width: 100%;
   }

  .footer__copy
   {
    margin: 0px 0px 20px 0px;
   }

  .footer-main
   {
    width: 100%;
    text-align: center;
   }

  .footer-menu
   {
    margin: 50px auto;
    max-width: 420px;
    text-align: center;
   }

  .footer-contacts
   {
    align-items: center;
    width: 100%;
   }

  .footer__phone
   {
    display: block;
   }
 }


.table
 {
  display: table;
  font-size: 0;
  width: 100%;
 }

.trow
 {
  display: table-row;
 }

.cell
 {
  display: table-cell;
 }

.cell.full
 {
  width: 100%;
 }

@media screen and (max-width: 990px)
 {
  .footer-menu-column
   {
    float: none;

    width: auto;
   }
 }


.mainblock-form {
    background-color: #fff;
    border-radius: 5px;
}

.mainblock-form>.cell {
    height: 65px;
    vertical-align: middle;
    padding: 0px 15px 0px 15px;
    width: 33.333%;
    position: relative;
}

.mainblock-form>.cell:after {
    content: '';
    width: 1px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 13px;
    background-color: #BDBDBD;
}

.mainblock-form>.cell:first-child:after {
    display: none;
}

.mainblock-form>.cell:last-child {
    padding: 0px 0px 0px 0px;
}

.mainblock-form>.cell:last-child:after {
    display: none;
}

.mainblock-form__label {
    color: #BDBDBD;
    font-size: 10px;
    font-weight: 300;
    margin: 0px 0px 7px 0px;
}

.mainblock-form__input {
    color: #BDBDBD;
    width: 100%;
    display: block;
    font-size: 14px;
}

.mainblock-form__input.focus {
    color: #4F4F4F;
}

.mainblock-form__btn.btn {
    height: 65px;
    width: 170px;
    border-radius: 0 5px 5px 0;
}

@media (max-width: 767px) {
    .mainblock>.cell {
        height: auto;
        padding: 80px 0px 30px 0px;
    }

    .mainblock__title {
        font-size: 25px;
    }

    .mainblock__text {
        font-size: 12px;
    }

    .mainblock-form {
        background-color: transparent;
    }

    .mainblock-form>.cell {
        display: block;
        background-color: #fff;
        width: 100%;
        border-radius: 5px;
        margin: 0px 0px 10px 0px;
        padding: 15px 15px 0px 15px;
    }

    .mainblock-form>.cell:last-child {
        background-color: transparent;
        margin: 0px 0px 0px 0px;
    }

    .mainblock-form>.cell:after {
        display: none;
    }

    .mainblock-form__btn.btn {
        width: 100%;
        border-radius: 5px;
    }
}

.cookie_notify
 {
  position: fixed;

  bottom: 20px;
  left: 20px;

  max-width: 340px;
  padding: 26px 10px 10px;
  border: solid 1px #909090;

  background-color: #505d76;

  border-radius: 10px;

  text-align: center;
  line-height: 1.3;

  font-family: "Arial", sans-serif;
  font-size: 13px;
  color: #ffffff;

  z-index: 10000;
 }

.cookie_close
 {
  padding: 5px 30px;

  border-radius: 5px;

  background-color: #e2e2e2;

  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #000000;

  cursor: pointer;
 }

.cookie_close:hover
 {
  background-color: #ff9400;

  color: #ffffff;
 }

.cookie_close_x
{
  position: absolute;
  top: 6px;
  right: 8px;

  width: 24px;
  height: 24px;

  border: none;
  border-radius: 50%;
  background: transparent;

  padding: 0;

  font-family: "Arial", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;

  cursor: pointer;
}

.cookie_close_x:hover
{
  background-color: rgba(255, 255, 255, 0.15);
}

.cookie_more
{
  display: inline-block;
  margin-left: 15px;

  vertical-align: middle;

  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #ffffff;

  text-decoration: underline;
}

.cookie_more:hover
{
  color: #ff9400;
}


/* Модалка согласий перед переходом в мессенджеры */
.rentavik-consent-modal
{
  width: 100%;
  max-width: 640px;

  box-sizing: border-box;
  background: #ffffff;
  padding: 20px 22px;
}

.rentavik-consent-modal__title
{
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 8px;
}

.rentavik-consent-modal__text
{
  font-size: 14px;
  margin: 0 0 12px;
}

.rentavik-consent-modal__checks
{
  font-size: 14px;
}

.rentavik-consent-modal__check
{
  margin-top: 10px;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.35;
}

.rentavik-consent-modal__check input[type="checkbox"]
{
  margin-right: 8px;
  vertical-align: top;
}

.rentavik-consent-modal__check a
{
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rentavik-consent-modal__error
{
  color: #b00020;
  margin-top: 10px;
  font-size: 14px;
}

.rentavik-consent-modal__actions
{
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 16px;
}

@media (max-width: 520px)
{
  .rentavik-consent-modal
  {
    max-width: calc(100vw - 20px);
    padding: 16px 14px;
    overflow-x: hidden;
  }

  .rentavik-consent-modal__title
  {
    font-size: 16px;
  }

  .rentavik-consent-modal__actions
  {
    flex-direction: column;
    align-items: stretch;
  }

  .rentavik-consent-modal__actions .rentavik-consent-modal__btn
  {
    width: 100%;
  }
}