@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Roboto+Slab:400,700&display=swap&subset=cyrillic');
html {
  scroll-behavior: smooth;
}
body {
  background-color: #f5f3ee;
  font-family: 'PT Sans', sans-serif;
  color: #1b1b1b;
}
img {
  max-width: 100%;
  height: auto;
}

/* lazyload */
/* 
    Достаточно будет только первых 4 строчек из .lazy 
    это даст фон и форму на месте изображения, чтоб не было скачков
    остальное просто украшение, когда картинка прогрузится вместо резкой подмены она появится плавно
*/
.lazy {
    /*
    display: block;
    width: 100%;
    height: auto;      
    background-image: url(data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7);
    */
}
.lazy.loaded {
    opacity: 1;
    animation: lazy-load-fade-in 1 0.15s ease-out; 
}
@keyframes lazy-load-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.top-bar {
  height: 124px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.top-bar__logo {
  height: 100%;
  width: 295px;
  display: flex;
  align-items: center;
}
.top-bar__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 976px) {
  .top-bar__logo {
    width: 100%;
  }
}
.top-bar__adress {
  margin: auto;
  font-size: 20px;
  line-height: 20px;
  text-shadow: 0px 0px 0px;
}
.top-bar__adress-icon {
  display: inline-block;
  width: 25px;
  height: 32px;
  background-image: url('../img/place.png');
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -8px;
}



@media (max-width: 592px) {
  .top-bar__adress-icon {
    height: 16px;
    width: 16px;
    background-size: contain;
  }
}
@media (max-width: 592px) {
  .top-bar__adress {
    font-size: 9px;
  }
}
.top-bar__email {
  text-align: right;
  font-size: 20px;
  line-height: 20px;
  text-shadow: 0px 0px 0px;
}
.top-bar__email a {
  color: #1b1b1b;
}
@media (max-width: 592px) {
  .top-bar__email {
    font-size: 9px;
    line-height: 9px;
  }
}
.top-bar__phone {
  margin-top: 8px;
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
  text-align: right;
    white-space:nowrap;
}
.top-bar__phone a {
  color: #1b1b1b;
    white-space:nowrap;
    font-size: inherit;
}
.top-bar__phone-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('../img/phone.png');
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -2px;
    background-size: contain;
}

.top-bar__phone._small {
    font-size: 20px;
}
.top-bar__label-contact {
    font-size: 15px;
    line-height: 1.5em;
    opacity: .9;
    font-weight: 400;
}
@media (max-width: 592px) {
    .top-bar__phone._small a { font-size: 15px; }
  .top-bar__phone-icon {
    height: 16px;
    width: 16px;
    background-size: contain;
  }
}
@media (max-width: 592px) {
  .top-bar__phone {
    font-size: 14px;
    line-height: 14px;
  }
    .top-bar__label-contact {         font-size: 13px;     }   
}
@media (max-width: 976px) {
  .top-bar {
    height: auto;
  }
}
.nav-bar {
  height: 78px;
}
.navigation {
  padding-left: 0px;
  list-style-type: none;
  margin: auto;
}
.navigation__item {
  display: inline-block;
  margin: 0px 30px;
  margin-top: -4px;
}
.navigation__item a {
  color: #1b1b1b;
  text-decoration: underline;
  font-size: 20px;
  line-height: 20px;
}
.navigation__item a:hover {
  text-decoration: none;
}
@media (max-width: 592px) {
  .navigation__item a {
    font-size: 12px;
  }
}
@media (max-width: 592px) {
  .navigation__item {
    margin: auto;
  }
}
@media (max-width: 592px) {
  .navigation {
    justify-content: space-around;
    display: flex;
    width: 100vw;
  }
}
.lead {
  /*height: 391px;*/
  background-image: url('../img/lead.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 44px 0px;
}
.lead__header {
  font-family: 'Roboto Slab', serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.lead__header span {
  color: #00b0c7;
}
.lead__icons {
  display: flex;
}
@media (max-width: 592px) {
  .lead__icons {
    flex-direction: column;
  }
}
.lead__icon {
  text-align: center;
  flex-basis: 33%;
  margin: 8px;
}
.lead__icon-ico {
  margin-bottom: 8px;
  height: 83px;
}
.lead__icon-title {
  height: 80px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #ed7c02;
  border-radius: 30px;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #ed7c02;
  text-align: center;
  transition: 0.2s ease-in-out;
}
.lead__icon:hover .lead__icon-title {
  background-color: #ed7c02;
  color: #fff;
  cursor:pointer;
}
@media (max-width: 592px) {
  .lead__icon:first-child .lead__icon-title {
    background-color: #ed7c02;
    color: #fff;
  }
}
.section-title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
}
.section-title span {
  color: #00b0c7;
}
.section-title__under {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 592px) {
  .section-title__under {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 592px) {
  .section-title {
    font-size: 16px;
    line-height: 18px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.card {
  padding: 20px 30px;
  height: 420px;
  box-shadow: 0px 10px 10px 0px rgba(197, 197, 197, 0.3);
  margin-bottom: 50px;
  border-radius: 0px;
  border: none;
}
.card:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #fff 0%);
  background-position: 17px 0px;
  background-size: 48px 8px;
  background-repeat: repeat-x;
}
.card__icon {
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 592px) {
  .card__icon {
    margin-bottom: 8px;
  }
  .card__icon img {
    height: 40px;
    width: auto;
  }
}
.card__title {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  color: #19b6c9;
  margin-bottom: 20px;
}
@media (max-width: 592px) {
  .card__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.card-text {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 592px) {
  .card-text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 592px) {
  .card {
    padding: 16px;
    height: auto;
  }
}
.offer {
  margin-bottom: 8px;
}
.offer__icon {
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 592px) {
  .offer__icon img {
    height: 40px;
    width: auto;
    margin-bottom: 8px;
  }
}
.offer__title {
  background-color: #ccc;
  color: #fff!important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
  border-radius: 0px 0px 50px 50px;
  text-align: center;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 16px;
}
@media (max-width: 592px) {
  .offer__title {
    height: 40px;
    font-size: 20px;
    line-height: 20px;
  }
}
.offer__text ol {
  background-color: transparent!important;
  counter-reset: item;
}
.offer__text ol li {
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 8px;
}
.offer__text ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: 700;
}
@media (max-width: 592px) {
  .offer__text ol {
    padding-left: 0px;
  }
}
.offer-color-1 {
  background-color: #00b0c7;
}
.offer-color-1 li:before {
  color: #00b0c7;
}
.offer-color-2 {
  background-color: #e80055;
}
.offer-color-2 li:before {
  color: #e80055;
}
.offer-color-3 {
  background-color: #ed7c02;
}
.offer-color-3 li:before {
  color: #ed7c02;
}
.offer-color-4 {
  background-color: #005961;
}
.offer-color-4 li:before {
  color: #005961;
}
.people {
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 0px 15px 40px 10px rgba(147, 147, 147, 0.23);
  margin-bottom: 80px;
  position: relative;
  z-index: 0;
}
.people:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -40px;
  background-color: #fff;
  left: 0px;
  width: 100%;
  height: 80px;
  border-radius: 0 0 100% 100%;
  z-index: -1;
  box-shadow: 0px 20px 30px 0px rgba(147, 147, 147, 0.23);
}
@media (max-width: 592px) {
  .people:after {
    display: none;
  }
}
@media (max-width: 592px) {
  .people {
    padding-bottom: 16px;
  }
}
.person__photo img {
  width: 195px;
  height: 243px;
}
@media (max-width: 592px) {
  .person__photo img  {
    height: auto;
  }
}
.embed {
  height: 315px;
  padding: 20px;
  border: 1px solid #19b6c9;
}
.partners {
  background-color: #fff;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.partner {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  filter: grayscale(1);
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}
.partner img {
  max-height: 100%;
  width: auto;
}
.partner__cap {
  font-size: 14px;
  position: absolute;
  bottom: -14px;
}
.partner:hover {
  filter: grayscale(0);
  opacity: 1;
}
@media (max-width: 592px) {
  .partner {
    height: 40px;
    filter: grayscale(0);
    opacity: 1;
  }
}
.about {
  /*margin-bottom: 80px;*/
  padding-bottom: 80px;
  /* по умолчанию фона не было! 
  background-image: url(../img/pattern.png);
  background-position: center;*/
}
.about__photo {
  margin-bottom: 16px;
}
.about__photo-cap {
  font-size: 22px;
  line-height: 24px;
  text-shadow: 0px 0px 0px;
}
.about__text {
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}
.about__text p {
  margin-bottom: 36px;
}
.about__text span {
  font-weight: 700;
  color: #00b0c7;
}
.about__socials {
  display: flex;
  justify-content: center;
}
.about__social {
  display: inline-block;
  margin-right: 16px;
}
.regions {
  background-color: #fff;
  padding-bottom: 60px;
}
.regions__map {
  width: 100%;
}
@media (max-width: 592px) {
  .regions__map {
	height:300px;
	width: 100%;
  }
}
.regions__button {
  margin-top: 170px;
  height: 80px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #19b6c9;
  border-radius: 30px;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #19b6c9;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}
.regions__button:hover {
  background-color: #19b6c9;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 592px) {
  .regions__button {
    margin-top: 16px;
    height: 40px;
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 592px) {
  .regions {
    background-color: transparent;
    padding-bottom: 16px;
  }
}
.cta {
  background-color: #19b6c9;
  padding-top: 60px;
}
.cta__title {
  text-align: right;
  font-size: 30px;
  line-height: 34px;
}
.cta__title span {
  display: block;
  margin-top: 8px;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 592px) {
  .cta__title span {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 592px) {
  .cta__title {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }
}
.cta__button {
  margin-top: 20px;
  height: 80px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}
@media (max-width: 592px) {
  .cta__button {
    margin-top: 16px;
    height: 40px;
    font-size: 12px;
    line-height: 12px;
  }
}
.cta__button a{
    color:#fff;
}
.cta__button:hover {
  background-color: #fff;
  color: #19b6c9;
  cursor: pointer;
}
.cta__button:hover a{
    color:#19b6c9;
    text-decoration:none;
}
@media (max-width: 592px) {
  .cta {
    background-color: #ed7c02;
    padding-top: 16px;
  }
}
.end {
  background-image: url(../img/pattern.png);
  background-position: center;
}
.end__body {
  padding: 24px 40px;
  margin-bottom: 80px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 13px 50px 5px rgba(147, 147, 147, 0.23);
}
@media (max-width: 592px) {
  .end__body {
    padding: 16px;
    border-radius: 24px;
  }
}
.end__icon {
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 592px) {
  .end__icon img {
    height: 20px;
    width: auto;
  }
}
.end__text {
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0px 0px 0px;
}
.end__text span {
  color: #19b6c9;
}
@media (max-width: 592px) {
  .end__text {
    font-size: 12px;
    line-height: 14px;
  }
}
.cta-pointer {
  display: flex;
}
.cta-pointer__left {
  height: 120px;
  width: 50%;
  border-top: 60px solid #19b6c9;
  border-right: 25vw solid #19b6c9;
  border-left: 25vw solid transparent;
  border-bottom: 60px solid transparent;
}
@media (max-width: 592px) {
  .cta-pointer__left {
    height: 20px;
    border-top: 10px solid #ed7c02;
    border-right: 25vw solid #ed7c02;
    border-left: 25vw solid transparent;
    border-bottom: 10px solid transparent;
  }
}
.cta-pointer__right {
  height: 120px;
  width: 50%;
  border-top: 60px solid #19b6c9;
  border-left: 25vw solid #19b6c9;
  border-right: 25vw solid transparent;
  border-bottom: 60px solid transparent;
}
@media (max-width: 592px) {
  .cta-pointer__right {
    height: 20px;
    border-top: 10px solid #ed7c02;
    border-left: 25vw solid #ed7c02;
    border-right: 25vw solid transparent;
    border-bottom: 10px solid transparent;
  }
}
.footer {
  background-color: #19b6c9;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff;
}
.footer__logo {
  margin-top: 30px;
}
@media (max-width: 592px) {
  .footer__logo {
    margin-top: 16px;
  }
}
.contacts {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 70px;
}
.contacts-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.contacts-list li {
    margin-bottom: 5px;
}
.contacts-list a {
    color: #fff;
}

@media (max-width: 592px) {
.contacts-list span {
    font-size: 14px !important;
    line-height: 1.3em;
}
.contacts {
    font-size: 14px;
    line-height: 14px;
  }
}
.license a {
  color: #fff;
  text-decoration: underline;
  font-size: 22px;
  line-height: 24px;
}
.license a:hover {
  text-decoration: none;
}
@media (max-width: 592px) {
  .license a {
    font-size: 14px;
    line-height: 14px;
  }
}
.copirates {
  margin-top: 70px;
  font-size: 13px;
  line-height: 24px;
}
@media (max-width: 592px) {
  .copirates {
    margin-top: 16px;
    font-size: 14px;
    line-height: 14px;
  }
}
.social {
  margin-top: 50px;
  font-size: 22px;
  line-height: 24px;
}
.social__icon {
  display: inline-block;
  margin-left: 16px;
  margin-top: 16px;
}
@media (max-width: 592px) {
  .social {
    font-size: 14px;
    line-height: 14px;
  }
}
.modal-content {
  box-shadow: 0px 0px 180px 0px rgba(0, 0, 0, 0.6);
  border-radius: 0px;
}
.modal-header {
  border-bottom: none;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  padding: 16px 56px;
  padding-bottom: 0px;
}
.modal-under {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 32px;
  margin-top: -12px;
}
.modal-body {
  padding: 16px 56px;
}
.modal-bages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.modal-bages .badge {
  font-size: 20px;
  margin-bottom: 8px;
}
.modal-caption {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
}
.modal label {
  margin-bottom: 0px;
  font-size: 16px;
}
.modal input {
  border-radius: 10px;
  border: 1px solid #bbb;
}
.modal .btn {
  margin-top: 16px;
  border: 3px solid #ed7c02;
  border-radius: 32px;
  height: 54px;
  color: #ed7c02;
  font-size: 20px;
  font-weight: 700;
}
.modal .btn:hover {
  background-color: #ed7c02;
  color: #fff;
}


