@font-face {
  font-family: 'Gotham Pro';

  src: url('../fonts/GothamPro.woff2') format('woff2'),
    url('../fonts/GothamPro.woff') format('woff'),
    url('../fonts/GothamPro.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';

  src: url('../fonts/GothamPro-Bold.woff2') format('woff2'),
    url('../fonts/GothamPro-Bold.woff') format('woff'),
    url('../fonts/GothamPro-Bold.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

.regions-popup__countries {
  width: 100%;

  margin-bottom: 30px;

  padding-bottom: 25px;

  border-bottom: 1px solid #eee;
}

.regions-popup__country {
  line-height: 40px;

  color: #555;

  text-decoration: none;

  text-align: center;
}

.regions-popup__country:visited {
  color: #555;
}

.regions-popup__country.active,
.regions-popup__country:hover {
  background: #003a70;

  border-radius: 22px;

  color: #fff;
}

@media (min-width: 320px) {
  .regions-popup__country {
    width: 100%;

    margin-left: 0;

    margin-bottom: 20px;

    padding: 0;

    border: 1px solid #e6e6e6;

    border-radius: 22px;
  }
}

@media (min-width: 768px) {
  .regions-popup__country {
    margin-bottom: 0;

    border: 0;

    border-radius: 0;

    outline: none;

    outline-color: #fff;
  }

  .regions-popup__country:first-child {
    border-right: 0;

    margin-left: 0;
  }

  .regions-popup__country:last-child {
    border-left: 0;
  }

  .regions-popup__country.active {
    border-radius: 22px;
  }
}

@media (min-width: 1024px) {
  .regions-popup__country {
    width: 160px;
  }
}

.popup-cities__container {
  display: -ms-inline-flexbox;

  display: inline-flex;

  -ms-flex-pack: center;

  justify-content: center;

  border: 1px solid #e6e6e6;
}

@media (min-width: 320px) {
  .popup-cities__container {
    -ms-flex-direction: column;

    flex-direction: column;

    border: 0;
  }
}

@media (min-width: 768px) {
  .popup-cities__container {
    position: relative;

    left: 50%;

    width: 335px;

    -ms-flex-direction: row;

    flex-direction: row;

    -ms-flex-pack: justify;

    justify-content: space-between;

    border: 1px solid #e6e6e6;

    border-radius: 22px;

    transform: translateX(-50%);
  }
}

.regions-popup__items {
  display: none;
}

.regions-popup__items.active {
  display: block;
}

.dveri-page__advantages {
  margin-top: 50px;
}

.dveri-page__banner img {
  max-width: 100%;
}

.dveri-page__advant-block {
  margin-bottom: 40px;

  min-height: 110px;
}

.dveri-page__advant-block img {
  width: 80px;

  height: auto;
}

@media (max-width: 500px) {
  .dveri-page__advant-block img {
    margin-bottom: 15px;
  }
}

.dveri-page__advant-block p {
  display: block;

  max-width: 400px;

  margin-bottom: 10px;

  font-weight: 700;

  font-size: 16px;
}

.dveri-page-form {
  background-color: #ff931e;

  border-radius: 15px;

  padding: 30px 15px;
}

@media (max-width: 500px) {
  .dveri-page-form {
    height: auto;

    margin-bottom: 25px;
  }
}

.dveri-page-form .callback__input {
  padding: 6px 12px;

  margin-bottom: 0px;
}

.dveri-page-form__img {
  text-align: center;
}

.dveri-page-form__title {
  text-align: center;

  color: #000;

  font-size: 28px;

  margin-bottom: 10px;
}

.dveri-page-form__text {
  color: #fff;

  text-align: center;

  padding-bottom: 30px;

  font-size: 16px;
}

.dveri-page-form .callback__input.submit {
  border-radius: 10px;

  background: orange;

  color: #fff;

  border-color: #fff;

  border-style: outset;

  border-width: 2px;
}

.dveri-page-form .callback__input.submit:focus {
  outline: 0;

  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.dveri-page-form-callback form {
  margin-top: 30px;
}

.dveri-page-form form #callback-recaptcha {
  margin-top: 35px;
}

.dveri-page-form form #dveri-zakaz-recaptcha {
  margin-top: 17px;
}

@media (max-width: 500px) {
  .dveri-page-form form #callback-recaptcha,
  .dveri-page-form form #dveri-zakaz-recaptcha,
  .dveri-page-form-callback form {
    margin-top: 0px;
  }
}

.dveri-page-catalog__block {
  padding: 0px 25px;
}

.dveri-page-catalog__block img {
  max-width: 100%;

  border-radius: 15px;
}

.dveri-page-catalog__items {
  padding: 15px 25px;

  border: 1px solid #ccc;

  border-radius: 15px;
}

.dveri-page-catalog__items--2 {
  height: 245px;

  display: flex;

  align-items: center;
}

.dveri-page-catalog__items--3 {
  height: 538px;

  display: flex;

  justify-content: space-around;

  flex-direction: column;
}

@media (max-width: 500px) {
  .dveri-page-catalog__items--2,
  .dveri-page-catalog__items--3 {
    height: auto;
  }
}

.dveri-page-catalog__title {
  text-align: center;

  margin: 15px 0px;

  font-size: 18px;
}

.dveri-page-catalog__item {
  position: relative;

  margin: 7px 0px;
}

.dveri-page-catalog__label {
  position: absolute;

  padding: 3px 7px;

  text-align: center;

  top: 10px;

  right: 10px;

  color: #fff;

  font-size: 16px;

  background-color: #2992d9;

  border-radius: 4px;
}

.dveri-page-catalog__label--new {
  background-color: #db0c14;
}

.dveri-page-catalog__name {
  position: absolute;

  top: 0;

  font-size: 18px;

  font-weight: bold;

  color: #fff;

  display: flex;

  width: 100%;

  height: 99%;

  align-items: center;

  justify-content: center;

  transition: all ease-out 0.5s;

  border-radius: 15px;
}

.dveri-page-catalog__name:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.header-promo__text {
  font-size: 22px;

  display: inline-block;

  text-align: center;

  vertical-align: middle;

  color: #fff;

  padding-right: 75px;

  text-transform: uppercase;

  font-weight: bolder;

  font-family: 'Gotham Pro';
}

.header-promo__link {
  font-family: 'Gotham Pro';
}

.header-promo {
  padding: 10px 0px !important;
}

.banner_ultra_small {
  display: none;
}

@media all and (max-width: 768px) {
  .banner_ultra_small {
    display: block;
  }

  .banner_ultra_big {
    display: none;
  }
}

.sections__image img {
  max-width: 100%;
}

/*
.section__anons__text {

    margin-bottom: 20px;

}



.section__anons__text p {

    font-size: 16px;

    line-height: 22px;

} */

.agreement-text {
  background-color: #fff;

  padding: 30px 40px;

  max-width: 800px;

  margin: auto;
}

.agreement-text p {
  line-height: 1.2;

  margin-bottom: 10px;
}

.footer__privacy-link {
  margin-left: 0;
  padding: 5px 0;
}

@media (min-width: 420px) {
  .footer__privacy-link {
    margin-left: 10px;
    padding: 0;
  }
}

.table-border td,
.table-border th {
  border: 1px solid #000;
  padding: 3px;
}

img {
  opacity: 1;
  transition: opacity 0.3s;
}

@media (min-width: 767px) {
  img[data-src] {
    opacity: 0;
  }
}
.news-detail .news-detail__text h3 { 
  font-size: 24px;
}

.news-detail .news-detail__text p,
.news-detail .news-detail__text li { 
  font-size: 16px;
}

@media (max-width: 1200px) {
  .news-detail .news-detail__text h3 { 
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .news-detail .news-detail__text h3 { 
    font-size: 16px;
  }
}

.news-detail__photo {
  max-width: 100%;
}
