@charset "UTF-8";
@font-face {
  font-family: 'Caveat';
  src: url("fonts/Caveat-Regular.eot");
  src: url("fonts/Caveat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Caveat-Regular.woff2") format("woff2"), url("fonts/Caveat-Regular.woff") format("woff"), url("fonts/Caveat-Regular.ttf") format("truetype"), url("fonts/Caveat-Regular.svg#Caveat-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Comfortaa';
  src: url("fonts/Comfortaa-Regular.eot");
  src: url("fonts/Comfortaa-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Comfortaa-Regular.woff2") format("woff2"), url("fonts/Comfortaa-Regular.woff") format("woff"), url("fonts/Comfortaa-Regular.ttf") format("truetype"), url("fonts/Comfortaa-Regular.svg#Comfortaa-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url("fonts/FontAwesome5Brands-Regular.eot");
  src: url("fonts/FontAwesome5Brands-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/FontAwesome5Brands-Regular.woff2") format("woff2"), url("fonts/FontAwesome5Brands-Regular.woff") format("woff"), url("fonts/FontAwesome5Brands-Regular.ttf") format("truetype"), url("fonts/FontAwesome5Brands-Regular.svg#FontAwesome5Brands-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url("fonts/FontAwesome5Free-Regular.eot");
  src: url("fonts/FontAwesome5Free-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/FontAwesome5Free-Regular.woff2") format("woff2"), url("fonts/FontAwesome5Free-Regular.woff") format("woff"), url("fonts/FontAwesome5Free-Regular.ttf") format("truetype"), url("fonts/FontAwesome5Free-Regular.svg#FontAwesome5Free-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Font Awesome 5 Free Solid';
  src: url("fonts/FontAwesome5Free-Solid.eot");
  src: url("fonts/FontAwesome5Free-Solid.eot?#iefix") format("embedded-opentype"), url("fonts/FontAwesome5Free-Solid.woff2") format("woff2"), url("fonts/FontAwesome5Free-Solid.woff") format("woff"), url("fonts/FontAwesome5Free-Solid.ttf") format("truetype"), url("fonts/FontAwesome5Free-Solid.svg#FontAwesome5Free-Solid") format("svg");
  font-weight: 900;
  font-style: normal;
}

@-webkit-keyframes wobble-ver-left {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(108deg);
            transform: translateY(0) rotate(108deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateY(-30px) rotate(102deg);
            transform: translateY(-30px) rotate(102deg);
  }
  30% {
    -webkit-transform: translateY(15px) rotate(114deg);
            transform: translateY(15px) rotate(114deg);
  }
  45% {
    -webkit-transform: translateY(-15px) rotate(104.4deg);
            transform: translateY(-15px) rotate(104.4deg);
  }
  60% {
    -webkit-transform: translateY(9px) rotate(110.4deg);
            transform: translateY(9px) rotate(110.4deg);
  }
  75% {
    -webkit-transform: translateY(-6px) rotate(106.8deg);
            transform: translateY(-6px) rotate(106.8deg);
  }
}

@keyframes wobble-ver-left {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(108deg);
            transform: translateY(0) rotate(108deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateY(-30px) rotate(102deg);
            transform: translateY(-30px) rotate(102deg);
  }
  30% {
    -webkit-transform: translateY(15px) rotate(114deg);
            transform: translateY(15px) rotate(114deg);
  }
  45% {
    -webkit-transform: translateY(-15px) rotate(104.4deg);
            transform: translateY(-15px) rotate(104.4deg);
  }
  60% {
    -webkit-transform: translateY(9px) rotate(110.4deg);
            transform: translateY(9px) rotate(110.4deg);
  }
  75% {
    -webkit-transform: translateY(-6px) rotate(106.8deg);
            transform: translateY(-6px) rotate(106.8deg);
  }
}

* {
  cursor: default;
}

.body {
  background-image: url(images/section_bg_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container {
  max-width: 1400px;
  margin: 0px auto;
  padding: 0px 10px;
  background-image: url(images/Main_02.jpg);
  background-size: auto 100%;
  background-position: center top;
  -webkit-box-shadow: 0px 4px 14px 21px rgba(0, 0, 0, 0.56);
          box-shadow: 0px 4px 14px 21px rgba(0, 0, 0, 0.56);
}

.container_bg_none {
  background-image: none;
}

.container_bg_black {
  background-color: #1d1c22;
}

.container_bg_orange {
  /* background-color: rgba(207, 163, 1, 0.9); */
  background-color: rgba(224, 180, 20, 0.9);
  /* box-shadow: inset 0px 0px 220px 220px rgba(207, 163, 1, 0.55), 0px 4px 14px 21px rgba(0,0,0,0.56);*/
}

.container_bg_transparent {
  background-color: #0303028f;
}

.container_bg_yellow {
  background-color: #f6f3a6;
  background-image: none;
}

.container_paddings {
  padding: 0px;
}

.section {
  width: 50%;
  padding: 0px 50px 0px 50px;
}

.text {
  font-family: 'Caveat';
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
}

.text_stationing {
  margin: 15px 0px 15px 0px;
}

.text-animation {
  position: absolute;
  top: 1px;
  left: 0px;
}

.text-animation:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  text-shadow: 2px 3px 0px rgba(255, 255, 255, 0.58);
}

.text_hiden {
  display: none;
  background-color: rgba(252, 207, 40, 0.9);
  width: 98%;
  border-radius: 5px;
  -webkit-box-shadow: 3px 4px 4px 8px rgba(255, 253, 253, 0.56);
          box-shadow: 3px 4px 4px 8px rgba(255, 253, 253, 0.56);
}

.text_hiden:hover {
  -webkit-transform: none;
          transform: none;
  text-shadow: none;
}

.text-container {
  margin-top: 13px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.link {
  text-decoration: none;
  color: black;
  font-size: 24px;
  cursor: pointer;
}

.link > .logo {
  cursor: pointer;
}

.link_logo_desktop {
  width: 35%;
  height: auto;
  margin-left: 60px;
}

.link_mobile {
  display: none;
}

.link:hover {
  text-shadow: 2px 3px 0px rgba(255, 255, 255, 0.58);
}

.chapter {
  margin-top: 30px;
}

.chapter:hover .title::after {
  -webkit-animation: wobble-ver-left 0.8s linear backwards;
          animation: wobble-ver-left 0.8s linear backwards;
}

.title {
  font-family: 'Comfortaa';
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  margin: 0px 0px 0px 0px;
}

.title::after {
  content: '\f299';
  font-family: 'Font Awesome 5 Brands';
  margin-left: 10px;
  display: inline-block;
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
  color: #005200;
}

.title_leaf_none::after {
  content: none;
}

.title_small {
  font-size: 24px;
}

.title_color_white {
  color: white;
}

.button {
  background-color: transparent;
  border: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
}

.button :focus {
  border: none;
}

.button:focus .text_hiden {
  display: block;
  z-index: 3;
  position: absolute;
  top: -30px;
  left: -6px;
}

.button:focus:hover {
  -webkit-transform: none;
          transform: none;
  text-shadow: none;
}

.modal-window {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.452);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
}

.modal-window_pages_mobile {
  display: inline;
  background-color: rgba(255, 255, 255, 0.664);
}

.modal {
  width: auto;
  max-width: 70%;
  height: auto;
  max-height: 90%;
  border-radius: 5px;
}

.image {
  width: 80%;
  height: auto;
}

/*                                                         Header */
.header_bg_down {
  background-image: url(images/Main_down_03.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 60px;
}

.header__container {
  padding-top: 20px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__container_pages_mobile {
  display: none;
}

.header__container_portfolio_tablet {
  display: none;
}

.logo {
  width: 100%;
  height: auto;
}

.logo_column {
  display: none;
}

.navigation {
  display: none;
  margin-bottom: 99px;
}

.navigation__point {
  font-family: 'Comfortaa';
  list-style: none;
  margin-bottom: 10px;
  height: 40px;
  width: auto;
  position: relative;
  border-bottom: 4px solid white;
}

.navigation__link {
  position: absolute;
  top: 0px;
  left: 0px;
  /* 
        &:hover {
            text-shadow: none;
            transform: scale(1.02);
            border-bottom: 4px double white;
        }
     */
}

.navigation-icon {
  margin: 0px 35px 0px 0px;
  width: 8%;
  height: auto;
}

.navigation-icon:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.navigation_main {
  width: 80%;
}

.navigation_visibility_none {
  display: none;
}

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

.nav-desktop__point {
  list-style: none;
  margin-left: 30px;
}

.nav-desktop__link {
  font-family: 'Caveat';
}

/*                                                         Information */
.main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-projects {
  padding-bottom: 20px;
}

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

/* .text-container {
} */
.wrapper-text {
  position: relative;
  height: 50px;
  width: auto;
}

.wrapper-text .link {
  margin-left: 20px;
  font-size: 30px;
}

/*                                                        Prises and services */
.services {
  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;
  background-color: #f6f3a6;
}

.services__text {
  padding: 0px 30px;
}

.service {
  width: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.service__description {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service__description__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  height: auto;
  background-color: #e99204;
  border-radius: 0px 0px 0px 8px;
  margin-top: 3px;
}

.service__text {
  padding: 10px;
  background-color: #ffc438;
  margin: 0px;
}

.service__img {
  width: auto;
  max-width: 96%;
  height: auto;
  max-height: 88%;
  position: absolute;
  top: 8px;
  left: 2px;
}

.service__img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 1px 1px 3px 4px #ffc438;
          box-shadow: 1px 1px 3px 4px #ffc438;
}

.service-img-container {
  width: 103px;
  height: 95px;
  position: relative;
}

.service-img-container_screenshots {
  width: 124px;
  height: 80px;
}

.service-title {
  padding: 10px 0px 0px 50px;
  width: 70%;
  margin-bottom: 3px;
  font-size: 27px;
}

.service__price-bloc {
  background-color: #009C95;
  border-radius: 0px 8px 8px 0px;
  margin-left: 3px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 3px;
}

.service__price {
  margin: 0px auto;
  font-size: 26px;
}

.service-label {
  background-color: #e99204;
  border-radius: 8px 0px 0px 0px;
  min-height: 60px;
}

.service-label__price-bloc {
  display: none;
}

.service-label:hover {
  background-color: #e99104d0;
}

/* @mixin hiden-content {
    overflow: hidden;
    max-height: 0;
    transition: all 1.1s linear;
} */
.content, .content_pro-3d, .content_pro, .content_select-img, .content_docs, .content_lighting, .content_auto-watering, .content_sidewalks, .content_architecture-3D, .content_changes, .content_recommendations {
  /* @include hiden-content() */
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 1.1s linear;
  transition: all 1.1s linear;
}

#state:checked ~ .content {
  padding-top: 3px;
  max-height: 746px;
}

#state_pro-3d:checked ~ .content_pro-3d {
  padding-top: 3px;
  max-height: 746px;
}

#state_pro:checked ~ .content_pro {
  padding-top: 3px;
  max-height: 746px;
}

#state_select-img:checked ~ .content_select-img {
  padding-top: 3px;
  max-height: 746px;
}

#state_docs:checked ~ .content_docs {
  padding-top: 3px;
  max-height: 746px;
}

#state_lighting:checked ~ .content_lighting {
  padding-top: 3px;
  max-height: 746px;
}

#state_auto-watering:checked ~ .content_auto-watering {
  padding-top: 3px;
  max-height: 746px;
}

#state_sidewalks:checked ~ .content_sidewalks {
  padding-top: 3px;
  max-height: 746px;
}

#state_architecture-3D:checked ~ .content_architecture-3D {
  padding-top: 3px;
  max-height: 746px;
}

#state_changes:checked ~ .content_changes {
  padding-top: 3px;
  max-height: 746px;
}

#state_recommendations:checked ~ .content_recommendations {
  padding-top: 3px;
  max-height: 746px;
}

.price-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 
    background-color: #f6f3a6; */
  width: 100%;
  padding: 50px 0px;
}

.price-plan__wrap {
  position: relative;
  width: 85%;
  min-height: 620px;
}

.price-plan__card {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 370px;
  background-color: #388e67;
  border-radius: 10px;
  color: white;
  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;
  padding: 10px;
}

.price-plan__card:nth-child(2n) {
  left: 395px;
}

.price-plan__card:nth-child(3n) {
  left: 790px;
}

.price-plan__card:hover {
  -webkit-animation: shadow-drop-2-lr 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: shadow-drop-2-lr 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.price-plan__discounts {
  display: none;
  background-color: rgba(207, 163, 1, 0.9);
  -webkit-box-shadow: inset 0px 0px 69px 69px rgba(207, 163, 1, 0.75);
          box-shadow: inset 0px 0px 69px 69px rgba(207, 163, 1, 0.75);
  padding: 0px 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 10px;
  width: 370px;
  height: 100%;
  -webkit-transition: none 2s ease-out 0.5s;
  transition: none 2s ease-out 0.5s;
  text-align: center;
  -webkit-animation: swing-in-bottom-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
          animation: swing-in-bottom-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.price-plan__button {
  font-family: 'Comfortaa';
  width: auto;
  font-size: 20px;
  color: #e3913f;
  border-radius: 8px;
}

.price-plan__button:hover {
  -webkit-box-shadow: inset 0px -17px 25px -16px #e3913f85;
          box-shadow: inset 0px -17px 25px -16px #e3913f85;
}

.price-plan__button::after {
  content: "";
  background-image: url(images/sale_1.png);
  display: inline-block;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.price-plan__text {
  margin: 0px 0px 10px 0px;
}

.price-plan__title {
  margin-bottom: 20px;
}

.price-plan__card:hover .price-plan__button::after {
  content: "";
  background-image: url(images/sale_2.png);
}

@-webkit-keyframes shadow-drop-2-lr {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 0 0 #e99204, 0 0 0 0 #e99204;
    box-shadow: 0 0 0 0 #e99204, 0 0 0 0 #e99104;
  }
  100% {
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    -webkit-box-shadow: -12px 0 20px -2px rgba(233, 146, 4, 0.35), 12px 0 20px -12px rgba(233, 146, 4, 0.35);
    box-shadow: -12px 0 20px -2px rgba(233, 146, 4, 0.35), 12px 0 20px -12px rgba(233, 146, 4, 0.35);
  }
}

@keyframes shadow-drop-2-lr {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 0 0 rgba(233, 146, 4, 0), 0 0 0 0 rgba(252, 252, 252, 0);
    box-shadow: 0 0 0 0 rgba(233, 146, 4, 0), 0 0 0 0 rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    -webkit-box-shadow: -12px 0 30px -2px rgba(233, 146, 4, 0.65), 12px 0 20px -2px rgba(233, 146, 4, 0.65);
    box-shadow: -12px 0 30px -2px rgba(233, 146, 4, 0.65), 12px 0 20px -2px rgba(233, 146, 4, 0.65);
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2022-1-14 13:19:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation swing-in-bottom-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 1;
  }
}

@keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 1;
  }
}

@-webkit-keyframes shadow-inset {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.45);
            box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.45);
  }
  100% {
    -webkit-box-shadow: inset 0px -85px 50px 0px rgba(255, 255, 255, 0.55), 0px 7px 5px 0px rgba(255, 255, 255, 0.55);
            box-shadow: inset 0px -85px 50px 0px rgba(255, 255, 255, 0.55), 0px 7px 5px 0px rgba(255, 255, 255, 0.55);
  }
}

@keyframes shadow-inset {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.45);
            box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.45);
  }
  100% {
    -webkit-box-shadow: inset 0px -85px 50px 0px rgba(255, 255, 255, 0.55), 0px 7px 5px 0px rgba(255, 255, 255, 0.55);
            box-shadow: inset 0px -85px 50px 0px rgba(255, 255, 255, 0.55), 0px 7px 5px 0px rgba(255, 255, 255, 0.55);
  }
}

@-webkit-keyframes shadow-inset-small {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.45);
            box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.45);
  }
  100% {
    -webkit-box-shadow: inset 0px -15px 10px 0px rgba(255, 255, 255, 0.55), 0px 5px 5px 0px rgba(255, 255, 255, 0.55);
            box-shadow: inset 0px -15px 10px 0px rgba(255, 255, 255, 0.55), 0px 5px 5px 0px rgba(255, 255, 255, 0.55);
  }
}

@keyframes shadow-inset-small {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.45);
            box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.45);
  }
  100% {
    -webkit-box-shadow: inset 0px -15px 10px 0px rgba(255, 255, 255, 0.55), 0px 5px 5px 0px rgba(255, 255, 255, 0.55);
            box-shadow: inset 0px -15px 10px 0px rgba(255, 255, 255, 0.55), 0px 5px 5px 0px rgba(255, 255, 255, 0.55);
  }
}

@-webkit-keyframes lamp_on {
  0% {
    -webkit-box-shadow: 0px 4px 11px 3px rgba(224, 180, 20, 0.8);
            box-shadow: 0px 4px 11px 3px rgba(224, 180, 20, 0.8);
  }
  100% {
    -webkit-box-shadow: 0px 4px 4px 2px white, 0px -14px 22px 11px rgba(255, 255, 255, 0.3);
            box-shadow: 0px 4px 4px 2px white, 0px -14px 22px 11px rgba(255, 255, 255, 0.3);
  }
}

@keyframes lamp_on {
  0% {
    -webkit-box-shadow: 0px 4px 11px 3px rgba(224, 180, 20, 0.8);
            box-shadow: 0px 4px 11px 3px rgba(224, 180, 20, 0.8);
  }
  100% {
    -webkit-box-shadow: 0px 4px 4px 2px white, 0px -14px 22px 11px rgba(255, 255, 255, 0.3);
            box-shadow: 0px 4px 4px 2px white, 0px -14px 22px 11px rgba(255, 255, 255, 0.3);
  }
}

@-webkit-keyframes box-lamp-green {
  100% {
    -webkit-box-shadow: 2px 2px 15px 11px #446b23;
            box-shadow: 2px 2px 15px 11px #446b23;
  }
}

@keyframes box-lamp-green {
  100% {
    -webkit-box-shadow: 2px 2px 15px 11px #446b23;
            box-shadow: 2px 2px 15px 11px #446b23;
  }
}

@-webkit-keyframes box-lamp-yellow {
  100% {
    -webkit-box-shadow: 2px 2px 15px 11px #ffc12b;
            box-shadow: 2px 2px 15px 11px #ffc12b;
  }
}

@keyframes box-lamp-yellow {
  100% {
    -webkit-box-shadow: 2px 2px 15px 11px #ffc12b;
            box-shadow: 2px 2px 15px 11px #ffc12b;
  }
}

@-webkit-keyframes box-lamp-pink {
  100% {
    -webkit-box-shadow: 2px 2px 15px 11px #ee8663;
            box-shadow: 2px 2px 15px 11px #ee8663;
  }
}

@keyframes box-lamp-pink {
  100% {
    -webkit-box-shadow: 2px 2px 15px 11px #ee8663;
            box-shadow: 2px 2px 15px 11px #ee8663;
  }
}

@-webkit-keyframes box-lamp-darkgreen {
  100% {
    -webkit-box-shadow: 2px 2px 15px 11px #2a5b48;
            box-shadow: 2px 2px 15px 11px #2a5b48;
  }
}

@keyframes box-lamp-darkgreen {
  100% {
    -webkit-box-shadow: 2px 2px 15px 11px #2a5b48;
            box-shadow: 2px 2px 15px 11px #2a5b48;
  }
}

/*                                                        About me */
.about-me {
  position: relative;
  margin-bottom: 144px;
}

.about-me__wrapper-text_stationing {
  margin-bottom: 109px;
}

.img-wrapper {
  margin-top: 30px;
}

.img-wrapper::after {
  content: '';
  background-image: url(images/photo_square_01.png);
  position: absolute;
  top: 39px;
  left: -30px;
  width: 107%;
  height: 43%;
  background-size: contain;
  background-repeat: no-repeat;
}

.my-photo {
  display: block;
  width: 98%;
  height: auto;
  position: relative;
}

/*                                                         Portfolio */
.portfolio__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding-left: 20px;
}

.portfolio__img {
  width: 96%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 3px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.portfolio__img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 3px 4px 4px 8px rgba(0, 0, 0, 0.56);
          box-shadow: 3px 4px 4px 8px rgba(0, 0, 0, 0.56);
}

.img-container {
  width: 250px;
  position: relative;
  margin-bottom: 50px;
}

.img-container::before {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-container_form_wide {
  height: 170px;
}

.img-container_form_wide::before {
  background-image: url(images/wide_square_01.png);
  height: 233px;
  width: 331px;
  top: -30px;
  left: -26px;
}

.img-container_form_high {
  height: 266px;
}

.img-container_form_high::before {
  background-image: url(images/high_square_01.png);
  height: 291px;
  width: 315px;
  top: -18px;
  left: -27px;
}

.img-container_form_narrow {
  height: 127px;
}

.img-container_form_narrow::before {
  background-image: url(images/narrow_square_01.png);
  height: 193px;
  width: 305px;
  top: -32px;
  left: -28px;
}

.img-container .link {
  font-size: 30px;
}

/*                                                         Projects */
.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-item {
  text-align: center;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 25%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-item_active {
  position: relative;
  z-index: 2;
  border-radius: 4px 4px 0px 0px;
  -webkit-box-shadow: 0px 3px 5px 5px #1d1c22;
          box-shadow: 0px 3px 5px 5px #1d1c22;
}

.nav-item__title {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.nav-item::before {
  content: '';
  display: block;
  height: 40px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-item_area-up-to300 {
  background-color: #446b23;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.nav-item_area-up-to300::before {
  height: 30px;
  width: 30px;
  background-image: url(images/seedling-solid.png);
}

.nav-item_area-from300to700 {
  background-color: #ffc12b;
}

.nav-item_area-from300to700::before {
  background-image: url(images/grow-plant.svg);
}

.nav-item_area-from700to1200 {
  background-color: #ee8663;
}

.nav-item_area-from700to1200::before {
  background-image: url(images/plant.png);
}

.nav-item_area-over1200 {
  position: relative;
  background-color: #2a5b48;
}

.nav-item_area-over1200::before {
  background-image: url(images/tree.svg);
}

.projects {
  display: none;
  position: relative;
}

.projects__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}

.projects__card {
  width: 35%;
  padding: 15px;
  background-color: black;
  margin-top: 30px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.projects__card:hover {
  -webkit-animation: box-lamp-green 0.18s ease-in-out;
          animation: box-lamp-green 0.18s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /* box-shadow: 2px 2px 15px 11px #446b23; */
}

.projects__card:nth-child(odd) {
  margin-right: 112px;
}

.projects__img {
  width: 100%;
  height: auto;
}

.projects__title {
  color: white;
  background-color: #446b23;
  margin-bottom: 10px;
  display: block;
  font-size: 22px;
  padding: 5px;
  max-width: 70%;
  border-radius: 4px 4px 0px 0px;
}

.projects__link:hover {
  text-shadow: none;
}

.projects_visible {
  display: block;
}

.from300to700-projects .projects__title {
  background-color: #ffc12b;
}

.from300to700-projects .projects__card:hover {
  -webkit-animation: box-lamp-yellow 0.18s ease-in-out;
          animation: box-lamp-yellow 0.18s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.from700to1200-projects .projects__title {
  background-color: #ee8663;
}

.from700to1200-projects .projects__card:hover {
  -webkit-animation: box-lamp-pink 0.18s ease-in-out;
          animation: box-lamp-pink 0.18s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.over1200-projects .projects__title {
  background-color: #2a5b48;
}

.over1200-projects .projects__card:hover {
  -webkit-animation: box-lamp-darkgreen 0.18s ease-in-out;
          animation: box-lamp-darkgreen 0.18s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  background-image: url(images/footer_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 30px;
}

.footer-nav_portfolio_mobile {
  display: none;
}

.footer-nav__link {
  font-size: 30px;
  background-image: url(images/home.svg);
  background-repeat: no-repeat;
  background-size: auto 74%;
  background-position: left center;
  padding: 0px 20px 0px 50px;
  cursor: pointer;
}

.footer-nav__link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.footer-nav__link_price {
  background-image: url(images/file.svg);
}

.footer-nav__link_projects {
  background-image: url(images/portfolio.svg);
}

.footer-nav__link_mobile {
  display: none;
}

.special-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.special-thanks__title {
  font-family: 'Caveat';
  font-weight: 400;
  font-size: 18px;
  margin-right: 10px;
}

.special-thanks__link {
  font-size: 18px;
  margin: 0px 10px 0px 0px;
}

/*                                                         Pages with progects */
.pic-wrap {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px;
}

.pic-wrap__image {
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 700px;
}

/*                                                         Contacts */
.contacts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.contacts-container_stationing {
  margin: 30px 0px 25px 0px;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact:nth-child(-n+3) {
  margin-bottom: 10px;
}

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

.contact__phone {
  width: 25px;
  height: auto;
}

.contact-icon {
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  margin: 0px 5px 0px 0px;
}

.contact-icon_font-as-free_rg {
  font-family: 'Font Awesome 5 Free';
}

.contact-icon_font-as-free_bl {
  font-family: 'Font Awesome 5 Free Solid';
}

.contact:hover .contact-icon {
  text-shadow: 2px 3px 0px rgba(255, 255, 255, 0.58);
}

.contact-text {
  font-size: 24px;
  margin: 10px 0px 0px 0px;
}

/*                                                         Form*/
.introduction {
  padding: 30px 20px;
  text-align: center;
}

.introduction__title {
  color: white;
}

.form {
  padding: 0px 15px 15px 15px;
}

.form__title {
  margin-left: 30px;
}

.form__button {
  font-family: 'Caveat';
  font-size: 26px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid white;
  -webkit-box-shadow: 0px 3px 2px rgba(255, 255, 255, 0.48);
          box-shadow: 0px 3px 2px rgba(255, 255, 255, 0.48);
  border-radius: 5px;
  cursor: pointer;
}

.form__button:hover {
  -webkit-box-shadow: 0px 4px 2px rgba(42, 91, 72, 0.68);
          box-shadow: 0px 4px 2px rgba(42, 91, 72, 0.68);
  border-bottom: 2px solid #2a5b48;
}

.form__button:nth-child(2n) {
  margin-left: 100px;
}

.form__button:nth-child(2n):hover {
  -webkit-box-shadow: 0px 4px 2px rgba(143, 19, 19, 0.68);
          box-shadow: 0px 4px 2px rgba(143, 19, 19, 0.68);
  border-bottom: 2px solid #7e1717;
}

.form-wrap {
  padding: 7px 20px 20px 20px;
}

.form-link {
  padding: 2px 10px;
  position: relative;
  font-size: 30px;
}

.form-link::after {
  content: '';
  position: absolute;
  top: 32px;
  left: 15px;
  width: 85%;
  border-bottom: none;
  -webkit-box-shadow: 0px 4px 11px 3px rgba(224, 180, 20, 0.8);
          box-shadow: 0px 4px 11px 3px rgba(224, 180, 20, 0.8);
}

.form-link:hover::after {
  -webkit-animation: lamp_on 0.1s ease-out;
          animation: lamp_on 0.1s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  border-bottom: 3px solid white;
  /* box-shadow: 0px 4px 4px 2px white, 0px -14px 22px 11px rgba(255, 255, 255, 0.3); */
}

.input {
  font-family: 'Comfortaa';
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.458);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.1);
}

.input::-webkit-input-placeholder {
  font-family: 'Caveat';
  font-size: 25px;
}

.input:-ms-input-placeholder {
  font-family: 'Caveat';
  font-size: 25px;
}

.input::-ms-input-placeholder {
  font-family: 'Caveat';
  font-size: 25px;
}

.input::placeholder {
  font-family: 'Caveat';
  font-size: 25px;
}

.input:focus {
  outline: 0;
  background-color: none;
  border-bottom: 2px solid white;
  -webkit-animation: shadow-inset 0.1s ease-out;
          animation: shadow-inset 0.1s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.input_size_l {
  border-right: 2px solid rgba(255, 255, 255, 0.458);
  width: 100%;
}

.input_size_s:focus {
  -webkit-animation: shadow-inset-small 0.1s ease-out;
          animation: shadow-inset-small 0.1s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.question {
  font-family: 'Comfortaa';
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  margin: 27px 0px 10px 0px;
}

.question_display_block {
  display: block;
}

.question__priority::after {
  content: "";
  font-family: 'Comfortaa';
  font-size: 18px;
  vertical-align: super;
  margin-left: 15px;
}

.question__priority_necessarily::after {
  content: "обов'язково до заповнення";
  color: rgba(213, 1, 1, 0.349);
}

.question__priority_desirable::after {
  content: "бажано до заповнення";
  color: rgba(68, 107, 35, 0.47);
}

.question__priority_insignificant::after {
  content: "за бажанням";
  color: rgba(203, 203, 203, 0.54);
}

.label {
  font-family: 'Caveat';
  font-size: 24px;
  position: relative;
  padding-left: 5px;
  display: inline-block;
  margin-bottom: 5px;
}

.label::before {
  content: '';
  height: 15px;
  width: 15px;
  position: absolute;
  top: 6px;
  left: -23px;
  border: 2px solid white;
  background-color: transparent;
  border-radius: 3px;
}

.label::after {
  content: none;
  height: 21px;
  width: 21px;
  position: absolute;
  top: 2px;
  left: -20px;
  background-color: transparent;
  background-image: url(images/check_mark_03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.label + .title {
  margin-top: 20px;
}

.label:hover::before {
  -webkit-box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.58), -1px -1px 2px rgba(255, 255, 255, 0.58);
          box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.58), -1px -1px 2px rgba(255, 255, 255, 0.58);
}

.label_checkbox_no::after {
  display: none;
}

.label_checkbox_no::before {
  display: none;
}

.checkbox {
  height: 18px;
  width: 18px;
  opacity: 0;
}

.checkbox:checked + .label::after {
  content: '';
}

.variations {
  margin-left: 50px;
}

@media (max-width: 1419px) {
  .container {
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 85%;
    -webkit-box-shadow: 0px 23px 14px 21px rgba(0, 0, 0, 0.56);
            box-shadow: 0px 23px 14px 21px rgba(0, 0, 0, 0.56);
  }
  .container_portfolio_mobile {
    background-image: url(images/Main_down_03.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    overflow-y: visible;
    padding: 0px;
  }
  .container_bg_none {
    background-image: none;
  }
  .container_bg_yellow {
    background-image: none;
  }
  .modal {
    max-width: 87%;
  }
  .main__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header_portfolio {
    display: none;
  }
  .header__container {
    padding-bottom: 0px;
  }
  .header__container_portfolio {
    background-image: url(images/Main_down_03.jpg);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__container_portfolio_tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: 100% auto;
    padding-bottom: 45px;
  }
  .header_pages_desktop {
    display: none;
  }
  .header_bg_down {
    padding-bottom: 48px;
  }
  .nav-desktop {
    max-width: 50%;
    margin-bottom: 20px;
  }
  .nav-desktop__point {
    margin-left: 10px;
  }
  .nav-desktop__menu {
    margin: 0px;
  }
  .section {
    width: 50%;
    padding: 0px 15px 0px 15px;
  }
  .chapter {
    margin-top: 9px;
  }
  .title {
    font-size: 18px;
    margin: 0px 0px 0px 0px;
  }
  .link_logo_desktop {
    margin-left: 10px;
  }
  .text {
    font-size: 22px;
  }
  .text-animation {
    position: absolute;
    top: 1px;
    left: 0px;
  }
  .wrapper-text {
    position: relative;
    height: 24px;
    width: auto;
    margin-bottom: 10px;
  }
  .wrapper-text_size_big {
    margin-bottom: 30px;
  }
  .wrapper-text .link {
    font-size: 22px;
  }
  .wrapper-text .button {
    width: 57%;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    text-shadow: 2px 3px 0px rgba(255, 255, 255, 0.58);
  }
  .button {
    background-color: transparent;
    border: none;
    text-align: left;
  }
  .button:focus .text_hiden {
    display: block;
    z-index: 3;
    position: absolute;
    top: -30px;
    left: -6px;
  }
  .button:focus:hover {
    -webkit-transform: none;
            transform: none;
    text-shadow: none;
  }
  .button:focus .about-me__text_hiden {
    display: block;
    z-index: 3;
    position: absolute;
    top: -60px;
    left: -6px;
  }
  .button:focus .about-me__text_hiden_experience {
    top: -190px;
  }
  .service__description__images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-img-container {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 10%;
    padding: 5px 0px;
    height: auto;
  }
  .service__img {
    position: static;
  }
  .service-title {
    padding-left: 25px;
    width: 90%;
  }
  .price-plan__wrap {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .price-plan__card {
    position: relative;
    width: 40%;
    margin-bottom: 15px;
  }
  .price-plan__card:nth-child(2n) {
    left: 0px;
  }
  .price-plan__card:nth-child(3n) {
    left: 0px;
  }
  .price-plan__button {
    -webkit-box-shadow: inset 0px -17px 25px -16px #e3913f85;
            box-shadow: inset 0px -17px 25px -16px #e3913f85;
  }
  .price-plan__button::after {
    background-image: url(images/sale_2.png);
  }
  .price-plan__discounts {
    width: 100%;
    padding: 0px 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .my-photo {
    width: 331px;
  }
  .img-wrapper {
    margin-top: 15px;
  }
  .img-wrapper::after {
    top: 18px;
    left: -19px;
    width: 366px;
    height: 150px;
  }
  .about-me {
    margin-bottom: 45px;
  }
  .about-me__text_animation {
    position: absolute;
    top: 1px;
    left: 0px;
  }
  .about-me__text_animation:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    text-shadow: 2px 3px 0px rgba(255, 255, 255, 0.58);
  }
  .about-me__text_hiden {
    display: none;
    background-color: rgba(252, 207, 40, 0.9);
    width: 98%;
    border-radius: 5px;
    -webkit-box-shadow: 3px 4px 4px 8px rgba(255, 253, 253, 0.56);
            box-shadow: 3px 4px 4px 8px rgba(255, 253, 253, 0.56);
  }
  .about-me__text_hiden:hover {
    -webkit-transform: none;
            transform: none;
    text-shadow: none;
  }
  .about-me__text_hiden_experience {
    margin: 120px 0px 0px 0px;
  }
  .portfolio__img.modal {
    width: 96%;
    max-width: 96%;
    top: 0px;
    left: 0px;
  }
  .img-container {
    width: 146px;
    margin: 0px 0px 20px 24px;
  }
  .img-container:last-child {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    text-shadow: 2px 3px 0px rgba(255, 255, 255, 0.58);
  }
  .img-container .link {
    font-size: 25px;
  }
  .img-container_form_wide {
    height: 100px;
  }
  .img-container_form_wide::before {
    height: 141%;
    width: 134%;
    top: -18px;
    left: -15px;
  }
  .img-container_form_high {
    height: 157px;
  }
  .img-container_form_high::before {
    height: 119%;
    width: 135%;
    top: -18px;
    left: -18px;
  }
  .img-container_form_narrow {
    height: 72px;
  }
  .img-container_form_narrow::before {
    height: 162%;
    width: 119%;
    top: -18px;
    left: -19px;
  }
  .contacts-container_stationing {
    margin: 67px 0px 0px 0px;
  }
  .contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 76%;
  }
  .contact:nth-child(-n+3) {
    margin-bottom: 10px;
  }
  .contact-icon {
    font-size: 20px;
  }
  .contact__link {
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    text-shadow: 2px 3px 0px rgba(255, 255, 255, 0.58);
  }
  .contact-text {
    font-size: 20px;
    margin: 10px 0px 0px 0px;
  }
  .footer-nav__link {
    font-size: 22px;
    padding: 0px 10px 0px 26px;
  }
  .form__title {
    font-size: 21px;
  }
  .form-link::after {
    top: 25px;
  }
  .introduction__title {
    font-size: 24px;
  }
}

@media (max-width: 1236px) {
  .container {
    background-image: url(images/Main_02_tablet_02.jpg);
  }
  .container_bg_none {
    background-image: none;
  }
  .container_bg_yellow {
    background-image: none;
  }
  .contacts-container_stationing {
    margin: 20px 0px 0px 0px;
  }
  .contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 76%;
  }
  .contact:nth-child(-n+3) {
    margin-bottom: 10px;
  }
  .contact_visibility_life_none {
    display: none;
  }
  .about-me__text_hiden_experience {
    margin: 70px 0px 0px 0px;
  }
}

@media (max-width: 856px) {
  .container {
    background-image: url(images/Main_02_tablet.jpg);
  }
  .container_bg_none {
    background-image: none;
  }
  .container_bg_yellow {
    background-image: none;
  }
  .contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 76%;
  }
  .contact:nth-child(-n+3) {
    margin-bottom: 10px;
  }
  .contact_visibility_life_none {
    display: none;
  }
  .contact_visibility_kyivstar_none {
    display: none;
  }
  .about-me__text_hiden_experience {
    margin: 10px 0px 0px 0px;
  }
}

@media (max-width: 1351px) {
  .wrapper-text .button {
    width: 77%;
  }
}

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

@media (max-width: 1080px) {
  .header_bg_down {
    padding-bottom: 32px;
  }
}

@media (max-width: 995px) {
  .container {
    max-width: 847px;
  }
  .img-container {
    margin: 0px 0px 20px 0px;
  }
  .wrapper-text .button {
    width: 90%;
  }
  .header__container_portfolio_tablet {
    padding-bottom: 27px;
  }
}

@media (max-width: 807px) {
  .header_bg_down {
    padding-bottom: 27px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 87%;
    background-image: url(images/Main_04_mobile.jpg);
    margin: 0px auto;
    height: 851px;
    overflow-y: auto;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 14px 12px 12px rgba(0, 0, 0, 0.56);
            box-shadow: 0px 14px 12px 12px rgba(0, 0, 0, 0.56);
  }
  .container_paddings {
    padding: 0px 10px;
  }
  .container_height_auto {
    height: auto;
  }
  .container_services_mobile {
    background-size: cover;
    background-position: auto;
  }
  .container_portfolio_mobile {
    background-image: url(images/Main_down_03.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    overflow-y: visible;
    padding: 0px;
  }
  .container_bg_none {
    background-image: none;
  }
  .container_bg_yellow {
    background-image: url(images/Main_04_mobile.jpg);
  }
  .modal {
    max-width: 85%;
  }
  .link_mobile {
    display: block;
    margin-bottom: 20px;
  }
  .link_mobile_portfolio {
    margin-bottom: 0px;
    width: auto;
    height: 80%;
  }
  .link__logo_mobile {
    width: auto;
    height: 100%;
  }
  .link__logo_mobile_index {
    width: 100%;
    height: auto;
  }
  .header_bg_none {
    background-image: none;
  }
  .header_bg_down {
    background-size: auto 100%;
    background-position: right;
  }
  .header_padding-bottom_0 {
    padding-bottom: 0px;
  }
  .header_portfolio_mobile {
    background-size: auto 100%;
    padding: 0px 0px 22px 0px;
  }
  .header__container {
    padding: 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__container > .link_mobile {
    width: auto;
    height: 100%;
    margin: 20px 0px 0px 15px;
  }
  .header__container > .link__logo_index-mobile {
    width: 232px;
    height: auto;
  }
  .header__container_pages_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 81px;
  }
  .header__container_pages_desktop {
    display: none;
  }
  .header__container_portfolio_tablet {
    display: none;
  }
  .header__logo {
    margin-left: 12px;
  }
  .nav-desktop {
    display: none;
  }
  .information_visibility_none {
    display: none;
  }
  .text {
    margin: 0px 0px 20px 0px;
  }
  .logo {
    width: 65%;
  }
  .logo_column {
    display: inline;
  }
  .logo_line {
    display: none;
  }
  .logo_pages_mobile {
    width: auto;
    height: 100%;
    margin-right: 45px;
    margin-bottom: 0px;
  }
  .logo_pages_mobile_portfolio {
    margin-right: 0px;
  }
  .navigation {
    display: inline;
  }
  .navigation_visibility_none {
    display: none;
  }
  .navigation-icon {
    width: auto;
    height: 30%;
  }
  .section_pages_mobile {
    width: 81%;
    padding: 0px 79px 0px 10px;
  }
  .wrapper-text_pages_mobile {
    margin-bottom: 20px;
  }
  .text-container .link {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    text-shadow: 2px 3px 0px rgba(255, 255, 255, 0.58);
  }
  .servises__title::after {
    content: '';
  }
  .how-to-work__title::after {
    content: '';
  }
  .title_pages_mobile {
    margin-bottom: 20px;
  }
  .title_small {
    font-family: 'Caveat';
    font-weight: 400;
    font-size: 26px;
    margin: 20px 0px 10px 0px;
    text-shadow: 2px 3px 0px rgba(255, 255, 255, 0.58);
  }
  .title_small::after {
    font-size: 20px;
  }
  .services {
    background-color: transparent;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .services__text {
    padding: 0px;
  }
  .service__description {
    width: 95%;
  }
  .service__description__images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px 0px;
    border-radius: 0px 0px 8px 8px;
  }
  .service-title {
    padding: 13px 7px 7px 7px;
    font-size: 16px;
    height: 100%;
    width: 79%;
    display: block;
    border-radius: 8px 0px 0px 0px;
    background-color: #e99204;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .service__price.text {
    margin: 0px auto;
  }
  .service__price-bloc {
    display: none;
  }
  .service-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px 8px 0px 0px;
    background-color: transparent;
  }
  .service-label__price-bloc {
    width: 21%;
    background-color: #009C95;
    border-radius: 0px 8px 0px 0px;
    margin-left: 3px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 7px;
    height: 100%;
  }
  .service__text {
    margin-bottom: 0px;
  }
  .service__img {
    position: static;
    display: block;
    width: auto;
    max-width: 100%;
  }
  .service__img_align-self_center {
    width: 59%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .service-img-container {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2px 0px;
  }
  .price-plan {
    background-color: transparent;
    padding: 35px 0px;
  }
  .price-plan__wrap {
    position: static;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 92%;
  }
  .price-plan__card {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px 0px;
  }
  .price-plan__card:nth-child(2n) {
    left: 0px;
  }
  .price-plan__card:nth-child(3n) {
    left: 0px;
  }
  .price-plan__discounts {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer {
    width: 100%;
  }
  .footer_portfolio_desktop {
    display: none;
  }
  .footer-nav_portfolio_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    background-image: url(images/footer_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer-nav_project_mobile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_bg-image_none {
    background-image: none;
  }
  .footer-nav__link {
    font-size: 21px;
    padding: 0px 5px 0px 20px;
  }
  .footer-nav__link_mobile {
    display: block;
  }
  .footer-nav__link_desktop {
    display: none;
  }
  .special-thanks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
  }
  .special-thanks__link {
    font-size: 15px;
    margin: 0px 0px 5px 0px;
  }
  .portfolio_visibility_none {
    display: none;
  }
  .portfolio_pages_mobile {
    display: inline;
  }
  .portfolio__container {
    padding-left: 0px;
  }
  .portfolio__img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid white;
  }
  .portfolio__img:hover {
    -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.46);
            box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.46);
  }
  .projects-nav {
    width: 100%;
  }
  .nav-item {
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav-item__title {
    font-size: 18px;
    text-shadow: 1px 0px 0px rgba(255, 255, 255, 0.58);
    margin: 0px 0px 0px 0px;
  }
  .nav-item::before {
    height: 30px;
    width: 30px;
  }
  .nav-item_active {
    -webkit-box-shadow: 0px 3px 5px 3px #1d1c22;
            box-shadow: 0px 3px 5px 3px #1d1c22;
  }
  .projects-nav_bg {
    background-image: url(images/Main_down_03.jpg);
  }
  .projects__container {
    padding-top: 0px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .projects__card {
    width: 240px;
    margin-top: 17px;
  }
  .projects__card:nth-child(2n+1) {
    margin-right: 3px;
  }
  .projects__title {
    font-size: 15px;
  }
  .img-container {
    margin: 0px 9px 12px 0px;
    width: 200px;
  }
  .img-container::before {
    background-image: none;
  }
  .img-container_form_wide {
    height: 137px;
  }
  .img-container_form_high {
    height: 217px;
  }
  .img-container_form_narrow {
    height: 99px;
  }
  .pic-wrap__image {
    max-width: 100%;
  }
  .contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 76%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .contact:nth-child(-n+3) {
    margin-bottom: 20px;
  }
  .contact__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .contact-text {
    margin: 0px 0px 2px 10px;
  }
  .contact_numbers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .my-photo {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid white;
    border-radius: 4px;
  }
  .img-wrapper {
    margin-bottom: 20px;
  }
  .img-wrapper::after {
    background-image: none;
  }
  .button {
    text-decoration: none;
  }
  .button:focus .about-me__text_hiden {
    top: -60px;
    left: -6px;
  }
  .introduction {
    padding: 0px 10px 15px 10px;
  }
  .introduction__title {
    font-size: 24px;
  }
  .form__title {
    font-family: 'Comfortaa';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-shadow: none;
  }
  .form__button {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .form-link::after {
    top: 24px;
    -webkit-box-shadow: 0px 4px 6px 3px rgba(255, 255, 255, 0.8);
            box-shadow: 0px 4px 6px 3px rgba(255, 255, 255, 0.8);
  }
  .question {
    font-size: 17px;
    margin: 15px 0px 5px 0px;
  }
  .question__priority::after {
    font-size: 14px;
  }
  .input {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .input_size_s {
    width: 100%;
  }
  .input::-webkit-input-placeholder {
    font-size: 20px;
  }
  .input:-ms-input-placeholder {
    font-size: 20px;
  }
  .input::-ms-input-placeholder {
    font-size: 20px;
  }
  .input::placeholder {
    font-size: 20px;
  }
  .label {
    width: 80%;
    font-size: 20px;
  }
}

@media (max-width: 629px) {
  .navigation-icon {
    font-size: 128%;
  }
}

@media (max-width: 398px) {
  .section_pages_mobile {
    width: 82%;
  }
}

@media (max-width: 420px) {
  .container {
    max-width: 360px;
  }
  .container_services_mobile {
    background-size: 103% auto;
    background-position: 0% 13%;
  }
}

@media (max-width: 624px) {
  .projects__card:nth-child(2n+1) {
    margin-right: 0px;
  }
}
/*# sourceMappingURL=style.css.map */