@font-face {
  font-family: 'Lato-Bold';
  src: url('assets/fonts/Lato-Bold/Lato-Bold.eot');
  src: local('☺'), url('assets/fonts/Lato-Bold/Lato-Bold.woff') format('woff'), url('assets/fonts/Lato-Bold/Lato-Bold.ttf') format('truetype'), url('assets/fonts/Lato-Bold/Lato-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-family: 'Lato-Black';
  src: url('assets/fonts/Lato-Black/Lato-Black.eot');
  src: local('☺'), url('assets/fonts/Lato-Black/Lato-Black.woff') format('woff'), url('assets/fonts/Lato-Black/Lato-Black.ttf') format('truetype'), url('assets/fonts/Lato-Black/Lato-Black.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-family: 'Lato-Light';
  src: url('assets/fonts/Lato-Light/Lato-Light.eot');
  src: local('☺'), url('assets/fonts/Lato-Light/Lato-Light.woff') format('woff'), url('assets/fonts/Lato-Light/Lato-Light.ttf') format('truetype'), url('assets/fonts/Lato-Light/Lato-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Lato-Regular';
  src: url('assets/fonts/Lato-Regular/Lato-Regular.eot');
  src: local('☺'), url('assets/fonts/Lato-Regular/Lato-Regular.woff') format('woff'), url('assets/fonts/Lato-Regular/Lato-Regular.ttf') format('truetype'), url('assets/fonts/Lato-Regular/Lato-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


body, html {
  margin: 0;
  overflow-x: visible;
  scroll-behavior: smooth;
}


.header__sticky {
  position: sticky;
  top: 0;
  z-index: 3;
}

.header-wrap {
  width: 100%;
  border-bottom: 6px solid #323746;
  background-color: #292d39;
}


.header-container {
  position: relative;
  display: flex;
  margin: auto;
  max-width: 1020px;
  padding: 25px 0 28px 0;
}

.header-rectangle {
  display: none;
}

.header-title {
  justify-self: flex-start;
  width: 124px;
  height: 36px;
  margin: 0 40px;
  padding: 0;
}


.header-title__link {
  padding: 0;
  margin: 0;
  font-size: 25px;
  font-family: 'Lato-Bold';
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: -0.7px;
}


.header-title__link:hover {
  cursor: pointer;
}


.header-title__link,
.header-title__star {
  text-transform: uppercase;
}


.header-title__star {
  color: #e36861;
}


.header-navigation-container {
  margin: 17px 40px 0 auto;
}


.header-navigation-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}


.header-navigation-list__item {
  display: flex;
  align-items: center;
}


.header-navigation-list__link {
  font-size: 12px;
  font-family: 'Lato-Bold';
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.09px;
}


.header-navigation-list__link:hover {
  cursor: pointer;
}



.header-navigation-list__link-active {
  border-radius: 3px;
  color: #f06c64;
}


.header-navigation-list__item::after {
  content: "";
  width: 3px;
  height: 3px;
  margin: 0 13px;
  background-color: #494e62;
}


.header-navigation-list__item:last-child::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0;
}


.slider-wrap {
  background-color: #ff6c64;
}




.slider-container {
  max-width: 1020px;
  height: 600px;
  margin: auto;
  position: relative;
  background-color: #ff6c64;
  overflow: hidden;
}




.slider__list {
  height: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}



.slider__item {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  animation: 0.5s ease-in-out;
  overflow: hidden;
}


.phoneIMG {
  object-fit: contain;
  width: 100%;
  height: 100%;
}


.slider__item-active,
.slider__item-next {
  display: block;
}


.slider__item-next {
  position: absolute;
  top: 0;
  width: 100%;
}


.to-left {
  animation-name: left;
}

.from-left {
  animation-name: left;
  animation-direction: reverse;
}


.to-right {
  animation-name: right;
  animation-direction: reverse;
}


.from-right {
  animation-name: right;
}





@keyframes left {
  from {
    left: 0;
  }

  to {
    left: -100%;
  }
}


@keyframes right {
  from {
    left: 100%;
  }

  to {
    left: 0;
  }
}


.slider__phone {
  position: absolute;
}


.slider__phone-vertical-display {
  position: absolute;
  top: 118px;
  left: 126px;
  width: 188px;
  height: 334px;
  background-color: black;
  z-index: 0;
}


.slider__phone-horizontal-display {
  position: absolute;
  top: 188px;
  left: 485px;
  width: 333px;
  height: 192px;
  background-color: black;
  z-index: 0;
}

.slider__phone-vertical-display:hover,
.slider__phone-horizontal-display:hover {
  cursor: pointer;
}


.slider__phone-vertical-click {
  position: absolute;
  top: 53px;
  left: 112px;
  width: 215px;
  height: 458px;
  border: 0;
  border-radius: 27px;
  z-index: 1;
  background-color: rgb(46, 6, 6);
  opacity: 0;
}

.slider__phone-vertical-click:hover {
  cursor: pointer;
  opacity: 0.3;
}



.slider__phone-horizontal-click {
  position: absolute;
  top: 174px;
  left: 425px;
  width: 458px;
  height: 215px;
  border: 0;
  border-radius: 27px;
  z-index: 1;
  background-color: rgb(46, 6, 6);
  opacity: 0;
}

.slider__phone-horizontal-click:hover {
  cursor: pointer;
  opacity: 0.3;
}




.slider__phone-horizontal-display_zindex {
  z-index: 1;
}


.slider__phone-vertical {
  top: 54px;
  left: 112px;
}

.slider__phone-horizontal {
  top: 177px;
  left: 425px;
}


.slider__phone:hover {}


.slider__btn-left {
  position: absolute;
  top: calc(50% - 15px);
  left: 40px;
  width: 16px;
  height: 27px;
  z-index: 2;
  background: url(assets/btn-left.png);
}


.slider__btn-right {
  position: absolute;
  top: calc(50% - 15px);
  right: 40px;
  width: 16px;
  height: 27px;
  z-index: 2;
  background: url(assets/btn-left.png);
  transform: rotate(180deg)
}


.slider__btn-left:hover {
  content: "";
  background: url(assets/btn-left-hover.png);
  cursor: pointer;
}


.slider__btn-right:hover {
  background: url(assets/btn-left-hover.png);
  cursor: pointer;
}




.services-wrapper {
  border-bottom: 6px solid #ffffff;
  background-color: #f2f2f2;
}


.services-container {
  padding: 59.3px 40px 69px 40px;
  margin: auto;
  max-width: 940px;
}


.services__tittle {
  margin: 0 0 17.5px 0.2px;
  font-size: 30px;
  font-family: 'Lato-Black';
  font-weight: bold;
  color: #666d89;
  letter-spacing: 0.05px;
}


.services__description-container {
  margin: 0 0 45px 0;
}


.services__description {
  margin: 0;
  font-size: 18px;
  font-family: 'Lato-Light';
  font-weight: normal;
  font-style: normal;
  line-height: 30px;
  text-align: justify;
  color: #767e9e;
  word-spacing: 1px;
}


.services__table {
  display: grid;
  grid-template: repeat(2, 84px)/repeat(3, 300px);
  grid-gap: 39px 19px;
  justify-content: center;
  margin: 0 0 0 1px;
}


.services__table-cell {
  position: relative;
  display: flex;
}


.services__table-cell:hover {
  opacity: 0.8;
  cursor: pointer;
}



.services__table-cell-info {
  width: 220px;
}


.services__table-tittle-cell {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 18px;
  font-family: 'Lato-Black';
  font-weight: bold;
  font-style: normal;
  color: #666d89;
  letter-spacing: -0.1px;
}


.services__table-description-cell {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 'Lato-Regular';
  font-weight: normal;
  font-style: normal;
  line-height: 21.5px;
  text-align: justify;
  color: #878da9;
  letter-spacing: -0.1px;
}


.services__table-cell::before {
  content: "";
  width: 55px;
  height: 55px;
  margin: 3.5px 20.5px 0 0;
  padding: 0;
  border: 2px solid #666d89;
  border-radius: 75%;
  background-size: 32px;
}


.services__table-cell:nth-child(1)::before {
  background: url(assets/pen.png) center no-repeat;
}


.services__table-cell:nth-child(2)::before {
  background: url(assets/bulb.png) center no-repeat;
  background-size: 22px;
}


.services__table-cell:nth-child(3)::before {
  background: url(assets/heart.png) center no-repeat;
}


.services__table-cell:nth-child(4)::before {
  background: url(assets/phone.png) center no-repeat;
  background-size: 22px;
}


.services__table-cell:nth-child(5)::before {
  background: url(assets/bubble.png) center no-repeat;
}


.services__table-cell:nth-child(6)::before {
  background: url(assets/star.png) center no-repeat;
}


.portfolio-wrapper {
  background-color: #272c38;
  border-bottom: 6px solid #323746;
}


.information-specialists-wrapper {
  background-color: #f2f2f2;
  border-bottom: 6px solid #ffffff;
}


.container {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 40px;
}


.portfolio-container {
  padding: 59px 40px 67px 40px;
}


.information-specialists-container {
  padding: 59px 40px 33px 40px;
}


.title {
  padding: 0;
  margin: 0 0 22px 0;
}


.description {
  margin: 0;
  padding: 0;
}


.portfolio-title {
  margin-bottom: 22px;
  color: #666d89;
  font-family: "Lato-Black";
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.3px;
}


.portfolio-description {
  margin-bottom: 14.8px;
  color: #767e9e;
  font-family: "Lato-Light";
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
}


.portfolio-illustration-switch,
.portfolio-illustration,
.list-specialists {
  margin: 0;
  list-style: none;
  padding-left: 0;
}


.portfolio-illustration-switch {
  position: relative;
  display: flex;
  margin-bottom: 19px;
}

/* подсказка */

.enrolleForm__mark {
  background-color: white !important;
  line-height: 13px;
  height: 22px;
  padding-left: 22px;
  display: flex;
  align-items: center;
  position: relative;
  opacity: 0.9;
}



.enrolleForm__mark-hintNoBudget {
  /* подсказка для внебюджета */
  display: none;
  position: absolute;
  width: 160px;
  padding: 5px;
  left: -180px;
  top: -116px;
  border: 1px solid black;
  border-radius: 5px;
  text-align: left;
  background-color: wheat;
}



.portfolio-illustration-switch li:hover~.enrolleForm__mark-hintNoBudget {
  /* hover для подсказски внебюджет (навести курсор на label)*/
  display: block;
}

.enrolleForm__mark:not(:empty) {
  padding-left: 30px;
}


.red {
  color: red;
}

/* подсказка */




.portfolio-illustration-switch li {
  margin: 0 8px 0 1px;
}


.portfolio-illustration-switch li:last-child {
  margin: 0 0 0 1px;
}


.portfolio-illustration-switch__item {
  padding: 3px 6.4px;
  border: 1px solid #666d89;
  border-radius: 5px;
  color: #767e9e;
  background-color: inherit;
  font-family: "Lato-Regular";
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  word-spacing: 0.5px;
}


.portfolio-illustration-switch__item:hover {
  cursor: pointer;
  color: #dedede;
}


.portfolio-illustration-switch__item_active {
  border-color: #dedede;
  color: #dedede;
}


.portfolio-illustration {
  display: grid;
  grid-template: repeat(3, 187px)/repeat(4, 220px);
  grid-gap: 20px;
  justify-content: center
  ;
}


 .portfolio-illustration li:nth-child(n+13) {
  display: none;
} 



.portfolio-illustration__item:hover {
  cursor: pointer;
  opacity: 0.5;
}

.portfolio-illustration__item-active {
  opacity: 0.8;
  outline: 5px solid #F06C64;
}






.information-specialist__main-info {
  margin: 0;
}


.information-specialists-title {
  margin-bottom: 18px;
  color: #666d89;
  font-family: "Lato-Black";
  font-size: 30px;
  font-weight: bold;
  word-spacing: -1.5px;
  letter-spacing: 0.1px;
}


.information-specialists-description {
  margin: 0 0 45.5px 0px;
  color: #767e9e;
  font-family: "Lato-Light";
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  text-align: justify;
}


.list-specialists {
  margin: -0.5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.list-specialists__item {
  margin: 0 20px 35px 0;
  padding: 0;
}


.list-specialists li:nth-child(3n) {
  margin-right: 0px;

}


.list-specialists__item {
  width: 300px;
}


.list-specialists img {
  width: 300px;
  padding-bottom: 11px;
  object-fit: cover;
}


.information-specialist__name {
  width: 100%;
  margin: 0 0 8px 0;
  color: #666d89;
  font-family: "Lato-Black";
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.information-specialist__description {
  margin: 0 0 24px 0;
  color: #767e9e;
  font-family: "Lato-Regular";
  font-size: 12px;
  font-weight: normal;
  line-height: 21px;
  text-align: justify;
}


.information-specialist__icons-socials {
  display: flex;
  padding: 0 0 0 1px;
}


.information-specialist__icon-link {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 6.5px 0 1px;
  border: 1px solid #6a718c;
  border-radius: 50%;
}


.information-specialist__icon-link:nth-last-child(1) {
  margin-right: 0;
}


.information-specialist__icon-link:hover {
  background-color: #666d89;

}


.information-specialist__icon-link:hover .information-specialist__icon {
  fill: #ffffff;
}


.information-specialist__icon {
  background-color: inherit;
  fill: #666d89;
  width: 14px;
  height: 14px;

}


.main-form-wrapper {
  background-color: #ff6c64;
  border-bottom: 6px solid #ff676c;
}


.footer-wrapper {
  background-color: #272c38;
}


.main-form-container {
  max-width: 940px;
  padding: 59px 40px 58px 40px;
  margin: 0 auto;
}


.footer-container {
  display: flex;
  max-width: 940px;
  padding: 22px 40px;
  margin: 0 auto;
  align-items: center;
}


.footer__socials-icons-container {
  margin-left: auto;
}


.main-form-tittle {
  margin: 0 0 18.2px 0;
  font-family: "Lato-Black";
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  color: #f0d8d9;
  word-spacing: -1px;
}


.main-form-description {
  margin: 0 0 43.8px 0;
  line-height: 30px;
  font-family: "Lato-Light";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #f0d8d9;
  text-align: justify
}


.form-contacts-container {
  display: flex;
}


.main-form__ul {
  width: min-content;
  padding: 0;
  margin: 0 19.9px 0 0;
  list-style-type: none;
}

.form-message-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: black;
}




.form-message-block__modal {
  position: fixed;
  top: 20%;
  left: calc(50% - 250px);
  margin: 0 auto;
  padding: 35px 0px 60px 10px;
  background-color: white;
  max-height: 350px;
}

.form-message-block__scroll {
  width: 500px;
  display: flex;
  flex-direction: column;
  background-color: white;
  min-height: 150px;
  max-height: 280px;
  overflow-y: scroll;
}

.form-message-block__message-send {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  left: calc(50% - 67px);
  font-weight: bold;
}



.form-message-block-ok {
  position: absolute;
  bottom: 15px;
  left: calc(50% - 45px);
  padding: 2px 10px;
  font-size: 15px;
  font-weight: bold;
  opacity: 0.8;
  width: 90px;
  height: 30px;
}


.form-message-block-ok:hover {
  cursor: pointer;
  opacity: 1;
}


.form-message-block-close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0;
  padding: 5px;
  top: 4px;
  right: 2px;
  background-color: red;
  width: 25px;
  height: 25px;
  border: 2px solid black;
  opacity: 0.8;
}


.form-message-block-close:hover {
  cursor: pointer;
  color: rgb(0, 0, 0);
  opacity: 1;
}



.form-message-block-close::after {
  content: "X";
  font-size: 15px;
  font-weight: bold;
  line-height: 0px;
}

button {
  outline: none;
}


.hidden {
  display: none;
}


.main-form__li {
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}

.main-form__li:nth-last-child(2) {
  margin-bottom: 14px;
}


.main-form__item {
  display: block;
  margin: 0;
  padding: 11px 11.8px 12px 14.2px;
  border: 0px solid;
  border-radius: 5px;
  background-color: #f5554e;
  font-family: "Lato-Regular";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #f2888b;
}



.main-form__item:focus {
  outline: 0px solid black;
  border: 1px solid black;
  padding: 10px 10.8px 11px 13.2px;
}


.form-message-block__p {
  word-break: break-all;
}


.main-form__ul:nth-last-child(1) {
  margin-bottom: 0;
}


.main-form__input,
.main-form__textarea {
  width: 594px;
}


.main-form__textarea {
  resize: none;
  min-height: 136px;
  word-break: break-all;
}







.main-form__button {
  width: 136px;
  font-style: "Lato-Regular";
  font-size: 15px;
  padding-left: 11px;
  padding-bottom: 11px;
  padding-top: 9px;
  font-weight: bold;
  background-color: #212638;
  color: #f0d8d9;
  letter-spacing: 1px;
}


.main-form__button:hover {
  background-color: #f0d8d9;
  color: #212638;
  cursor: pointer;
}


.main-form__item::-webkit-input-placeholder {
  color: #f2888b;
}


.main-form__item::-moz-placeholder {
  color: #f2888b;
}


.contacts-information-tittle {
  margin: 0 0 10px 0;
  font-family: "Lato-Black";
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #f0d8d9;
  line-height: 18px;
}


.contacts-information-description {
  margin: 0 0 23px 0;
  font-family: "Lato-Regular";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #f0d8d9;
  line-height: 22px;
  text-align: justify;
}


.contacts-information__item {
  margin: 0 0 7px 0;
  display: flex;
  font-family: "Lato-Regular";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #f0d8d9;
  text-decoration: none;
}




.contacts-information__phone-number:hover,
.contacts-information__email:hover {
  cursor: pointer;
}


.contacts-information__item::before {
  content: "";
  display: block;
  margin: auto 10px auto 0;
  width: 14px;
  height: 14px;
}


.contacts-information__address::before {
  background: url("assets/location__footer.png");
  margin: 0px 9px auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 11px;
}


.contacts-information__phone-number::before {
  background: url("assets/phone__footer.png");
  margin: -1px 9px auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 11px;

}


.contacts-information__email::before {
  background: url("assets/mail__footer.png");
  margin: 1.3px 10px auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 8px;
  width: 14px;
}


.footer__copyright,
.footer__site {
  margin: 0 5px 0 2px;
  font-family: "Lato-Regular";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #575d74;
  letter-spacing: -0.2px;
}


.footer__site {
  position: relative;
  padding-left: 2px;
  text-decoration: none;
}


.footer__site:hover {
  text-decoration: underline;
}


.footer__site::before {
  content: ".";
  height: 100%;
  position: absolute;
  top: -1px;
  left: -4px;
  font-family: "Lato-Regular";
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
}














@media (max-width: 1020px) {
  
  .container {
    max-width: 940px;
    padding: 0 40px;
  } 

.header-container {
    padding: 24px 0 27px 0;
}

.header-navigation-container {
  margin: 13px 36px 0 auto;
}


.header-navigation-list__item::after {
  content: "";
  margin: 0 14px;
}

.header-title {
  max-width: 124px;
  height: 36px;
  margin: 0 40px;
}


.header-title__link {
  letter-spacing: -0.9px;
}


.slider-container {
  max-width: 1020px;
  max-height: 455px;
  overflow: hidden;
}


.slider__phone-vertical-display {
  top: 91px;
  left: 13%;
  width: 148px;
  height: 252px;
}


.slider__phone-horizontal-display {
  top: 144px;
  left: 47%;
  width: 256px;
  height: 143px;
}


.slider__phone-vertical {
  top: 42px;
  left: 12%;
  width: 182px;
  height: 365px
}

.slider__phone-horizontal {
  top: 134px;
  left: 42%;
  width: 362px;
  height: 182px;
}


.slider__phone-horizontal-click {
  top: 134px;
  left:  42%;
  width: 344px;
  height: 163px;
  border: 0;
  border-radius: 19px;
}


.slider__phone-vertical-click {
  top: 42px;
  left: 12%;
  width: 164px;
  height: 348px;
  border: 0;
  border-radius: 25px;
}

.slider__btn-left {
  left: 30px;
}
.slider__btn-right {
    right: 30px;
}

.services-container {
  padding: 39.3px 40px 77px 40px;
  margin: auto;
  max-width: 620px;
}


.services__description-container {
  margin: 0 0 35px 0;
}


.services__table {
  grid-template: repeat(3, 84px)/repeat(2, 300px);
  grid-gap: 60px 20px;
  margin: 0 0 0 1px;
}


.portfolio-container {
  padding: 59px 40px 94px 40px;
  max-width: 700px;
}


.portfolio-illustration {
  display: grid;
  grid-template: repeat(4, 187px)/repeat(3, 220px);
  grid-gap: 20px;
}

.enrolleForm__mark-hintNoBudget {
  width: 120px;
  padding: 5px;
  left: -140px;
  top: 40px;
}


.information-specialists-container {
  padding: 50px 40px 5px 40px;
  max-width: 640px;
}

.list-specialists__item {
  max-width: 200px;
}


.list-specialists img {
  max-width: 200px;
  padding-bottom: 11px;
  object-fit: cover;
}


.main-form-container {
  max-width: 640px;
  padding: 50px 40px 41px 40px;
  margin: 0 auto;
}


.main-form__input,
.main-form__textarea {
  max-width: 356px;
}

.main-form__textarea {
  resize: none;
  min-height: 108px;
  word-break: break-all;
}


.footer-container {
  max-width: 640px;
  padding: 22px 40px;
}

}

























@media (max-width: 768px) {

  
.container {
    max-width: 940px;
    padding: 0 40px;
  } 

.header-container {
    padding: 15px 0 14px 0;
    max-width: 100%;
}


.header-rectangle {
  display: flex;
  width: 40px;
  height: 30px;
  margin-left: 20px;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s ease-out;
}


.header-rectangle-rotate {
  transform: rotate(90deg);
}


.header-rectangle:hover {
  cursor: pointer;
}

.header-rectangle__item {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #fff;
}


.header-navigation-container {
  display: none;
  position: absolute;
  margin: 13px 36px 0 auto;
  top: 58px;
  left: 0;
  margin: 0;
  width: 100%;
  height: 1000px;
  padding: 70px 80px 70px 40px;
  background-color: #292d39;
  opacity: 0.9;
}


.header-navigation-container_display-none {
  display: block;
}





.header-navigation-list__item::after {
  content: "";
  margin: 0 14px;
}



.header-title {
  max-width: 124px;
  margin: auto;
  height: 36px;
  z-index: 100;
}


.header-title__link {
  letter-spacing: -0.9px;
}





.header-navigation-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
}


.header-navigation-list__item {
  margin-bottom: 20px;
}



.header-navigation-list__item::after {
  display: none;
}



.slider-container {
  max-width: 1020px;
  max-height: 221px;
  overflow: hidden;
}


.slider__phone-vertical-display {
  display: none;
}


.slider__phone-horizontal-display {
  display: none;
}


.slider__phone-vertical {
  top: 20px;
  left: 11%;
  width: 90px;
  height: 176px;
}

.slider__phone-horizontal {
  top: 65px;
  left: 41%;
  width: 176px;
  height: 90px;
}


.slider__phone-horizontal-click {
  display: none;
}


.slider__phone-vertical-click {
  display: none;
}

.slider__btn-left {
  left: 30px;
}
.slider__btn-right {
    right: 30px;
}

.services-container {
  padding: 27.3px 40px 60px 40px;
  margin: auto;
  max-width: 310px;
}


.services__description-container {
  margin: 0 0 28px 0;
}


.services__description {
  margin: 0;
  font-size: 18px;
  font-family: 'Lato-Light';
  font-weight: normal;
  font-style: normal;
  line-height: 26px;
  text-align: justify;
  color: #767e9e;
  word-spacing: 1px;
}

.services__table {
  grid-template: repeat(6, 84px)/repeat(1, 300px);
  grid-gap: 35px 0px;
  margin: 0 0 0 1px;
}






.portfolio-container {
  padding: 39px 0px 35px 0px;
  max-width: 310px;
}


.portfolio-description {
  margin-bottom: 14.8px;
  color: #767e9e;
  font-family: "Lato-Light";
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
}

.portfolio-illustration-switch {
  margin-bottom: 26px;
}

.portfolio-illustration__item {
  width: 100%;
  height: 100%;
}

.portfolio-illustration {
  display: grid;
  grid-template: repeat(4, 127px)/repeat(2, 150px);
  grid-gap: 15px 10px;
}


.portfolio-illustration li:nth-child(n+9) {
  display: none;
} 

.enrolleForm__mark-hintNoBudget {
  width: 120px;
  padding: 5px;
  left: -2px;
  top: 40px;
}


.information-specialists-container {
  padding: 2px 0px 5px;
  max-width: 310px;
}


.information-specialists-description {
  margin: 0 0 55px 0px;
  color: #767e9e;
  font-family: "Lato-Light";
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  text-align: justify;
}


.list-specialists__item {
  width: 100% !important;
  margin: 0;
  max-width: 100%;
  margin-bottom: 35px;
}


.list-specialists {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.list-specialists img {
  max-width: 100%;
  width: 318px;
  height: 314px;
  padding-bottom: 11px;
  object-fit: contain;
}


.information-specialist__description {
  margin: 0 0 10px 0;
  line-height: 19px;
}


.main-form-container {
  max-width: 317px;
  padding: 40px 10px 21px;
  margin: 0 auto;
}


.form-contacts-container {
  display: flex;
  flex-direction: column;
}


.main-form-description {
  margin: 0 0 23px 0;
  line-height: 30px;
}


.main-form {
  width: 100%;
  margin-bottom: 32px;
}

.main-form__li {
  margin-bottom: 12px;
}

.main-form__input,
.main-form__textarea {
  max-width: 286px;
}

.main-form__textarea {
  resize: none;
  min-height: 136px;
  word-break: break-all;
}


.main-form__button {
  width: 312px;
  padding-left: 11px;
  padding-bottom: 16px;
  padding-top: 16px;
}



.contacts-information-description {
  margin: 0 0 23px 0;
  line-height: 22px;
}


.footer-container {
  max-width: 310px;
  padding: 22px 40px;
}


.footer__copyright,
.footer__site {
 display: none;
}


.footer__socials-icons-container {
 margin: auto;
}









.form-message-block__modal {
  left: calc(50% - 175px);
  margin: 0 auto;
  padding: 35px 0px 60px 10px;
  max-height: 350px;
}

.form-message-block__scroll {
  width: 340px;
}

.form-message-block__message-send {
  top: 10px;
  left: calc(50% - 67px);
}



.form-message-block-ok {
  bottom: 15px;
  left: calc(50% - 45px);
  padding: 2px 10px;
  width: 90px;
  height: 30px;
}



}
















@media (max-width: 1000px) {

  .portfolio-illustration-switch li:hover~.enrolleForm__mark-hintNoBudget {
    /* hover для подсказски внебюджет (навести курсор на label)*/
    display: none;
  }
}













@media (max-width: 375px) {
  
  .container {
      max-width: 940px;
      padding: 0 40px;
    } 
  
    .header-container {
      padding: 15px 0 14px 0;
      max-width: 100%;
  }
  
  
  .header-rectangle {
    display: flex;
    width: 40px;
    height: 30px;
    margin-left: 20px;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.2s ease-out;
  }
  
  
  .header-rectangle-rotate {
    transform: rotate(90deg);
  }
  
  
  .header-rectangle:hover {
    cursor: pointer;
  }
  
  .header-rectangle__item {
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #fff;
  }
  
  
  .header-navigation-container {
    display: none;
    position: absolute;
    margin: 13px 36px 0 auto;
    top: 58px;
    left: 0;
    margin: 0;
    padding: 70px 80px 70px 40px;
    background-color: #292d39;
    opacity: 0.9;
  }
  
  
  .header-navigation-container_display-none {
    display: block;
  }
  
  
  
  
  
  .header-navigation-list__item::after {
    content: "";
    margin: 0 14px;
  }
  
  
  
  .header-title {
    max-width: 124px;
    margin: auto;
    height: 36px;
    z-index: 100;
  }
  
  
  .header-title__link {
    letter-spacing: -0.9px;
  }
  
  
  
  
  
  .header-navigation-list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  
  .header-navigation-list__item {
    margin-bottom: 20px;
  }
  
  
  
  .header-navigation-list__item::after {
    display: none;
  }
  
  
  .slider-container {
    max-width: 1020px;
    max-height: 221px;
    overflow: hidden;
  }
  
  
  .slider__phone-vertical-display {
    display: none;
  }
  
  
  .slider__phone-horizontal-display {
    display: none;
  }
  
  
  .slider__phone-vertical {
    top: 20px;
    left: 11%;
    width: 90px;
    height: 176px;
  }
  
  .slider__phone-horizontal {
    top: 65px;
    left: 41%;
    width: 176px;
    height: 90px;
  }
  
  
  .slider__phone-horizontal-click {
    display: none;
  }
  
  
  .slider__phone-vertical-click {
    display: none;
  }
  
  .slider__btn-left {
    left: 30px;
  }
  .slider__btn-right {
      right: 30px;
  }
  
  .services-container {
    padding: 27.3px 40px 60px 40px;
    margin: auto;
    max-width: 310px;
  }
  
  
  .services__description-container {
    margin: 0 0 28px 0;
  }
  
  
  .services__description {
    margin: 0;
    font-size: 18px;
    font-family: 'Lato-Light';
    font-weight: normal;
    font-style: normal;
    line-height: 26px;
    text-align: justify;
    color: #767e9e;
    word-spacing: 1px;
  }
  
  .services__table {
    grid-template: repeat(6, 84px)/repeat(1, 280px);
    grid-gap: 35px 0px;
    margin: 0;
  }
  
  
  
  
  
  
  .portfolio-container {
    padding: 39px 0px 35px 0px;
    max-width: 290px;
  }
  
  
  .portfolio-description {
    margin-bottom: 14.8px;
    color: #767e9e;
    font-family: "Lato-Light";
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
  }
  
  .portfolio-illustration-switch {
    margin-bottom: 26px;
  }


  .portfolio-illustration-switch__item {
    padding: 3px 6.4px;
    font-size: 10px;
  }

  
  .portfolio-illustration__item {
    width: 100%;
    height: 100%;
  }
  
  .portfolio-illustration {
    display: grid;
    grid-template: repeat(4, 127px)/repeat(2, 140px);
    grid-gap: 15px 10px;
  }
  
  
  .portfolio-illustration li:nth-child(n+9) {
    display: none;
  } 
  

  
  .information-specialists-container {
    padding: 20px 0px 5px;
    max-width: 290px;
  }
  
  
  .information-specialists-description {
    margin: 0 0 55px 0px;
    color: #767e9e;
    font-family: "Lato-Light";
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    text-align: justify;
  }
  
  
  .list-specialists__item {
    width: 100% !important;
    margin: 0;
    max-width: 100%;
    margin-bottom: 35px;
  }
  
  
  .list-specialists {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .list-specialists img {
    max-width: 100%;
    width: 318px;
    height: 314px;
    padding-bottom: 11px;
    object-fit: contain;
  }
  
  
  .information-specialist__description {
    margin: 0 0 10px 0;
    line-height: 19px;
  }
  
  
  .main-form-container {
    max-width: 290px;
    padding: 40px 10px 21px;
    margin: 0 auto;
  }
  
  
  .form-contacts-container {
    display: flex;
    flex-direction: column;
  }
  
  
  .main-form-description {
    margin: 0 0 23px 0;
    line-height: 30px;
  }
  
  
  .main-form {
    width: 100%;
    margin-bottom: 32px;
  }
  
  .main-form__li {
    margin-bottom: 12px;
  }
  
  .main-form__input,
  .main-form__textarea {
    max-width: 260px;
  }
  
  .main-form__textarea {
    resize: none;
    min-height: 136px;
    word-break: break-all;
  }
  
  
  .main-form__button {
    width: 290px;
    padding-left: 11px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  
  
  
  .contacts-information-description {
    margin: 0 0 23px 0;
    line-height: 22px;
  }
  
  
  .footer-container {
    max-width: 310px;
    padding: 22px 40px;
  }
  
  
  .footer__copyright,
  .footer__site {
   display: none;
  }
  
  
  .footer__socials-icons-container {
   margin: auto;
  }
  

  .form-message-block__modal {
    top: 20%;
    left: calc(50% - 155px);
    padding: 35px 0px 60px 10px;
    max-height: 350px;
  }
  
  .form-message-block__scroll {
    width: 300px;
    min-height: 150px;
    max-height: 280px;
  }


  }