* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

body {
  color: #ffffff;
  font-family: Roboto Condensed;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.overflow-hidden {
  width: 100%;
  overflow: hidden;
}

.btn_close {
  display: none !important;
}

.container {
  max-width: 1100px;
  margin: auto;
}

@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 750px;
  }
}

@media (max-width: 768px) {
  .container {
    min-width: 100%;
    padding: 0 20px;
  }
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

.no-padding {
  padding: 0;
}

.center {
  text-align: center;
}

.header {
  background: url("../img/backgroundimagemain-min.webp") center/cover no-repeat;
}

.background_image {
  background: url(../img/portraitmain3.webp) no-repeat;
  background-position: 40vw;
  background-size: contain;
  min-height: 800px;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}

.navbar__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}

.navbar__link {
  text-decoration: none;
  color: #D9C7C3;
}

.navbar__link:hover {
  text-decoration: underline;
  color: #7B519C;
}

.navbar__locations {
  font-family: Roboto Condensed;
  font-size: 17px;
  line-height: 120%;
}

.navbar__location {
  margin-bottom: 5px;
  display: block;
}

.navbar__contacts a {
  margin-right: 5px;
}

.navbar__contacts a img {
  margin-bottom: -3px;
}

.contacts__phone {
  text-decoration: none;
  color: #ffffff;
  font-size: 22px;
}

.header__title {
  font-family: Ledger;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 45px;
  margin-top: 50px;
  margin-bottom: 85px;
  max-width: 440px;
}

@media (max-width: 576.98px) {
  .header__title {
    max-width: 260px;
  }
}

.header__subtitle {
  font-family: Roboto Condensed;
  font-style: normal;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 50px;
  max-width: 490px;
}

.header__description {
  font-family: Ledger;
  font-size: 19px;
  line-height: 19px;
  padding: 0;
  list-style: none;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .header__description {
    margin-bottom: 30px;
  }
}

.description_li {
  margin-bottom: 15px;
}

.description_li img {
  margin: -8px;
  width: 13px;
  height: 27px;
}

@media (max-width: 767.98px) {
  .description_li img {
    display: none;
  }
}

.description_li span {
  margin-left: 15px;
}

@media (max-width: 767.98px) {
  .description_li span {
    margin-left: 0;
  }
}

.button_viber {
  display: inline-block;
  text-decoration: none;
  color: white;
  padding: 17px 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3FBE2A), color-stop(47.4%, #0C8A04), to(#3DBC29));
  background: linear-gradient(180deg, #3FBE2A 0%, #0C8A04 47.4%, #3DBC29 100%);
  border-radius: 30px;
  font-family: Roboto Condensed;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 2px;
  -webkit-animation: btn 2.5s infinite linear;
          animation: btn 2.5s infinite linear;
}

@-webkit-keyframes btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 768px) {
  .header__subtitle {
    max-width: 350px;
    margin-bottom: 35px;
  }
  .navbar__links {
    font-size: 22px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: inline-block;
  }
  .navbar__link {
    margin-right: 10px;
  }
  .navbar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__button {
    text-align: center;
  }
  .background_image {
    background-position: top 0px right -270px;
    background-size: cover;
    min-height: 700px;
  }
}

@media (max-width: 576px) {
  .header__subtitle {
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
  }
  .header__description {
    font-size: 17px;
    line-height: 15px;
  }
  .background_image {
    background-position: top 40px right -260px;
    background-size: cover;
    min-height: 680px;
  }
}

@media (max-width: 376px) {
  .background_image {
    background-position: top 180px right -130px;
    background-size: 140%;
    min-height: 680px;
  }
}

.mobile_nav {
  position: fixed;
  padding-left: 15px;
  padding-top: 40px;
  width: 100%;
  height: 100%;
  background: url(../img/bgmobile.webp) no-repeat;
  background-color: #000000;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
}

.background_image {
  overflow: hidden;
  z-index: 100;
}

.mobile__title {
  max-width: 218px;
  font-family: Ledger;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 25px;
  padding-left: 10%;
}

.navbar__menu {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 40%;
}

.menu_active {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.menu-button {
  display: none;
  position: relative;
  height: 50px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.menu-button__line {
  position: absolute;
  background-color: #ffffff;
  height: 3px;
  width: 20px;
  margin-top: -1px;
  margin-left: -10px;
  border-radius: 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu-button__line:nth-child(1) {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.menu-button__line:nth-child(3) {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.line_active span:nth-child(1) {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.line_active span:nth-child(2) {
  height: 0;
}

.line_active span:nth-child(3) {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 576px) {
  .menu-button {
    display: block;
  }
  .navbar__desktop {
    display: none;
  }
}

.about {
  padding-bottom: 10px;
  background: #002740;
  background: linear-gradient(90.2deg, #002740 0.19%, #004072 99.84%);
}

.about__title {
  font-family: Ledger;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  .about__title {
    padding-bottom: 27px;
    font-size: 18px;
    line-height: 120%;
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

.about__content {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__img {
  display: block;
  height: auto;
  min-width: 46.5%;
}

.about__img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.about__me {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2%;
}

.about__me p {
  display: inline-block;
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
}

@media (max-width: 1199px) {
  .about__me p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .about__me p {
    font-size: 17px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .section__title {
    font-size: 26px;
    line-height: 30px;
  }
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__me {
    padding-top: 20px;
    width: 98%;
  }
  .about__me p {
    font-size: 17px;
    line-height: 20px;
  }
  .about__contact {
    margin: auto;
  }
  .about__btn {
    margin-top: 45px;
  }
}

@media (max-width: 320px) {
  .about__me {
    width: 98%;
  }
  .about__me p {
    font-size: 12px;
  }
}

.cards {
  margin-top: -4px;
  background: #ffffff;
  color: #000;
}

.cards__title {
  padding-top: 60px;
}

.section__title {
  font-family: Ledger;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #000;
}

.section__description {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin: auto;
  color: #000;
}

.cards__description {
  max-width: 524px;
  padding-bottom: 32px;
}

.cards__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 70px;
}

@media (max-width: 1350px) {
  .cards__block {
    margin: 0;
  }
}

.cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("../img/bgcard.webp") center/cover no-repeat;
  overflow: hidden;
  min-height: 569px;
  width: 23.5%;
  margin-bottom: 3%;
}

@media (max-width: 991.98px) {
  .cards__item {
    width: 48%;
  }
}

.item__img {
  width: 100%;
  min-height: 200px;
}

.item__title {
  padding: 5px 0 10px 0;
  font-family: Ledger;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}

.item__content {
  width: 100%;
}

.item__text {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  padding: 0 10px;
}

.item__button {
  text-decoration: none;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-decoration: underline;
  padding: 10px;
}

.cards__img {
  max-width: 65.9%;
}

.cards__img img {
  min-height: 450px;
  width: 100%;
  border-radius: 4px;
}

.item__modal {
  display: none;
  background: rgba(1, 8, 18, 0.87);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  opacity: 1;
  overflow-y: scroll;
}

.item__shadow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  top: 10px;
  max-width: 460px;
  background-color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  margin: 20px 0;
}

.modal__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.animation__modal {
  -webkit-animation: modal 1s ease-in-out;
          animation: modal 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.shadow__button {
  display: block;
  margin: 20px auto;
}

.shadow__text {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #707579;
  padding: 20px;
}

@-webkit-keyframes modal {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes modal {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .cards__item {
    min-width: 48%;
  }
  .cards__img {
    display: none;
  }
}

@media (max-width: 576px) {
  .cards__item {
    min-width: 100%;
    margin-bottom: 5%;
  }
}

.feedback {
  background: #ffffff;
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .feedback {
    padding-bottom: 40px;
  }
}

.feedback__title {
  padding-top: 50px;
  color: #000;
}

.feedback__description {
  max-width: 525px;
  padding-bottom: 70px;
}

.slider {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 0px 60px 0px 60px;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 60px;
  margin: -30px 10px;
}

.slider .slick-prev {
  left: 0;
  background: url("../img/LeftArrow.svg") center center no-repeat;
}

.slider .slick-next {
  right: 0;
  background: url("../img/RightArrow.svg") center center no-repeat;
}

.slider__item {
  padding: 20px;
  min-height: 284px;
}

.slider__img {
  height: 100%;
  width: 100%;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-list {
  overflow: hidden;
}

.small {
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .small {
    font-size: 10px;
  }
}

.price {
  margin-top: -5px;
  margin-bottom: -2px;
  background: url("../img/footer-min.webp") center/cover no-repeat;
}

.price-img {
  display: none;
}

@media (max-width: 576.98px) {
  .price-img {
    display: block;
    width: 100%;
  }
}

.price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .price-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.price-left {
  -webkit-box-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
}

@media (max-width: 991.98px) {
  .price-left {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

.price-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 80px;
}

@media (max-width: 991.98px) {
  .price-right {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

.price__title {
  padding-top: 30px;
  padding-bottom: 20px;
  color: #ffffff;
  max-width: 600px;
  padding-bottom: 45px;
}

@media (max-width: 576.98px) {
  .price__title {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

.price__content {
  padding-top: 30px;
}

@media (max-width: 576.98px) {
  .price__content {
    padding-top: 0;
  }
}

.price__text {
  max-width: 525px;
  font-size: 18px;
  line-height: 120%;
}

@media (max-width: 576.98px) {
  .price__text {
    font-size: 17px;
  }
}

.price__cost {
  display: inline-block;
  max-width: 110px;
}

.price__seans {
  vertical-align: top;
}

.price__btn {
  padding-top: 20px;
  padding-bottom: 80px;
  padding-left: 30%;
}

@media (max-width: 991.98px) {
  .price__btn {
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.price__title-small {
  font-family: Ledger;
  font-size: 22px;
  line-height: 100%;
  color: #FFFFFF;
  padding-bottom: 13px;
}

@media (max-width: 991.98px) {
  .price__title-small {
    font-size: 16px;
  }
}

.price__text-small {
  line-height: 120%;
}

@media (max-width: 991.98px) {
  .price__text-small {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .price__content {
    background-size: cover;
    background-position: center right;
  }
}

@media (max-width: 576px) {
  .price__btn {
    text-align: center;
  }
  .price__description {
    padding-bottom: 35px;
  }
}

@media (max-width: 420px) {
  .price__cost {
    margin-left: auto;
    display: block;
    text-align: right;
  }
}

.footer {
  position: relative;
  background: #101D32;
  padding: 16px 0px 30px 0px;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__title {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__locations {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}

.up {
  height: 40px;
  width: 40px;
  padding: 8px;
  margin-left: 30px;
}

.up__img {
  display: block;
  margin: auto;
}

@media (max-width: 576px) {
  .footer__title {
    padding-bottom: 17px;
  }
  .footer__location {
    margin-bottom: 0;
    font-size: 17px;
  }
  .footer__contacts {
    padding-top: 15px;
  }
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .up {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}
