*{
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  outline: none !important;
  -webkit-text-size-adjust: 100%
}

html {
  overflow-x: hidden
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0;
  margin: 0;
  font-size: 16px;
  background: #fff;
  color: #000;
  font-weight: 400;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden
}

section {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 970px;
  padding: 64px calc(50% - 485px);
  overflow: hidden;
  text-align: center;
  align-items: center;
  align-content: center;
}

button, .start a, #callback a {
  -webkit-appearance: none;
  margin: 0;
  text-transform: uppercase;
  padding: 16px 24px;
  background: none;
  border: 2px solid #F44336;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition-duration: .32s;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0
}

h2 {
  text-transform: uppercase;
  font-size: 48px;
  margin: 20px 0;
  margin-top: 0;
  font-weight: 700
}

h2 > span {
  color: #8BC34A
}

p {
  font-weight: 400
}

/* MARK: - Universal elemets */

.texture-block {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 0 !important;
  background-image: url("../img/texture.png");
  background-repeat: repeat;
}

.before-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
  letter-spacing: 8px;
  margin-bottom: 8px
}

.subtitle {
  font-size: 18px;
  margin-top: -36px;
  color: #757575
}

.classic-text {
  max-width: calc(100% - 256px);
  font-size: 22px;
  line-height: 28px;
  color: #9E9E9E;
  margin: 20px 0;
}

.classic-text a {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  color: #8BC34A;
  text-decoration: none
}

.section-button {
  margin-top: 24px;
  padding: 8px;
  padding-left: 12px;
  padding-right: 24px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  font-size: 18px;
  background: #8BC34A;
  border-color: #8BC34A;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.section-button i {
  font-size: 40px;
  margin-right: 16px;
  transform: translateY(-2px)
}

.parallax-effect .texture-block {
  z-index: 1
}

.parallax-effect {
  width: 100%;
  height: 260px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

/* MARK: - Slick */

.slick-prev, .slick-next {
  height: 48px;
  width: 48px;
  color: #000;
  line-height: 48px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  font-size: 36px;
  position: absolute;
  top: calc(50% - 47px)
}

.slick-prev {
  margin-left: -44px;
  left: 0
}

.slick-next {
  margin-right: -44px;
  right: 0
}

.slick-slide {
  margin-left: 12px;
  margin-right: 12px
}

.slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 16px;
}

.slick-dots button {
  border: none;
  font-size: 0;
  height: 4px !important;
  width: 16px !important;
  background: #bdbdbd;
  padding: 0;
  margin: 6px;
  transition-duration: .32s
}

.slick-dots .slick-active button {
  background: #000;
  transform: scale(1.5);
}

/* MARK: - Animations */

@keyframes arrow {
    0% {
        transform: translateY(0);
        opacity: 0
    }

    20% {
        transform: translateY(5px);
        opacity: 1
    }

    80% {
        transform: translateY(20px);
        opacity: 0
    }

    100% {
        transform: translateY(25px);
        opacity: 0
    }
}

@keyframes call {
  0% {
    transform: none
  }

  8% {
    transform: scale(0.8) rotate(30deg);
  }

  16% {
    transform: scale(1.2) translateY(-32px);
  }

  24% {
    transform: scale(1.2) translateY(-32px) rotate(-330deg);
  }

  32% {
    transform: rotate(-330deg);
  }

  40% {
    transform: none
  }

  100% {
    transform: none
  }
}

/* MARK: - Start slide */

.start {
  align-items: center;
  align-content: center;
  justify-content: center;
  min-height: 568px;
  height: 100vh;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-color: #000;
  color: #fff;
  z-index: 11;
}

.start video {
  position: absolute;
  opacity: 0.7;
  transition-duration: .32s;
  height: 100vh;
  min-height: 568px;
  z-index: 12
}

.start .texture-block {
  z-index: 13
}

.start h1 {
  z-index: 14;
  font-size: 84px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  margin-bottom: -4px;
  color: #8BC34A;
}

.start h2 {
  font-size: 40px;
  letter-spacing: 3px;
  z-index: 14
}

.start h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 20px 0;
  max-width: 480px;
  width: calc(100% - 256px);
  line-height: 34px;
  z-index: 14
}

.start div {
  display: flex;
  margin-top: 48px;
  z-index: 14
}

.start button, .start a {
  border-color: #fff;
  text-decoration: none;
}

.start button:first-child {
  margin-right: 16px
}

.start a:last-child {
  background: #fff;
  color: #000
}

.anim-arrow {
  position: absolute;
  font-size: 40px !important;
  bottom: 0;
  margin-bottom: 40px;
  animation: arrow 1.2s linear infinite;
  z-index: 14
}

/* MARK: - Info slide */

.double-images {
  width: calc(100% - 64px);
  display: flex;
  flex-direction: row;
  margin: 60px 0 30px;
}

.double-images img, .double-images iframe {
  width: calc(50% - 32px);
  height: 290px;
  border: 10px solid #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.double-images img {
  object-fit: cover;
  object-position: center;
}

.double-images img:first-child, .double-images iframe:first-child {
  margin-right: 12px;
}

.double-images img:last-child, .double-images iframe:last-child {
  margin-left: 12px;
}

/* MARK: - Advantages slide */

.advantages, .skills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;;
  margin: 40px -12px 20px;
  max-width: calc(100% - 48px)
}

.advantages {
  margin-bottom: -4px;
}

.advantages > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: calc(33.33333333% - 24px);
  background: #FAFAFA;
  margin: 0 12px;
  transition-duration: 0.32s;
  transform: none;
  box-shadow: none;
  cursor: pointer;
  margin-bottom: 24px;
}

.advantages i {
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-size: 52px;
  color: #8BC34A;
}

.advantages h5 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 12px;
}

.advantages p {
  margin: 4px 24px 28px;
  color: #616161;
}

.advantages a {
  font-weight: 700;
  text-decoration: none;
  color: #7CB342;
}

/* MARK: - Skills */

#skills {
  background: #f5f5f5
}

.skill {
  position: relative;
  overflow: hidden;
  width: calc(50% - 24px);
  min-height: 320px;
  margin: 0 12px 24px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1)
}

.skill img {
  top: 0;
  left: 0;
  position: absolute;
  transition-duration: 0.32s;
  transform: none;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 1
}

.skill .texture-block {
  background-color: rgba(0,0,0,0.16);
  z-index: 2
}

.skill > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: left;
  z-index: 2
}

.skill > div h3, .skill > div h4 {
  text-transform: uppercase;
  margin: 0;
  margin-left: 20px;
  margin-top: 40px;
  max-width: 80%;
  color: #fff;
  font-size: 28px;
  z-index: 3
}

.skill > div p {
  color: #fff;
  margin: 20px;
  margin-right: 0;
  max-width: 70%;
  font-size: 18px;
  z-index: 3
}

.skill > div button {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  border: none;
  font-size: 18px;
  color: #64DD17;
  margin-bottom: 24px;
  z-index: 3
}

.skill > div button a {
  text-decoration: none;
  color: inherit;
}

.skill > div button i {
  margin-left: 8px;
  font-size: 36px;
  transform: translateY(-1px)
}

/* MARK: - Portfolio */

#portfolio .skill {
  width: calc(33.33333333% - 24px);
  min-height: inherit;
}

#portfolio .texture-block {
  background-color: transparent
}

/* MARK: - Photos */

.photos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  width: calc(100% - 48px);
  margin: 40px -12px 16px;
}

.photos a {
  width: calc(25% - 24px);
  margin: 0 12px;
  height: 207px;
  cursor: pointer;
  margin-bottom: 24px;
  transition-duration: 0.32s;
  transform: none;
  box-shadow: none;

}

.photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* MARK: - Testimonial */

#testimonial {
  background: url(../img/parallax/testimonial.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

#testimonial .slick-dots button {
  background: #BDBDBD
}

#testimonial .slick-dots .slick-active button {
  background: #000 !important
}

#testimonial .slick-track {
  display: flex !important;
}

#testimonial .slick-slide {
  margin: 20px 12px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0,0,0,0.08);
  height: inherit;
}

.testimonials {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: calc(100% - 48px);
  position: relative;
  margin: 24px -12px 0;
}

.testimonial {
  width: calc(33.3333333% - 24px);
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.testimonial img {
  width: 96px;
  border-radius: 50%;
  margin-left: calc(50% - 48px);
  margin-top: 24px;
}

.testimonial p {
  margin: 28px 20px;
  color: #757575;
}

.testimonial span {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 24px
}

/* MARK: - Contacts */

#contacts iframe {
  width: calc(100% - 72px);
  height: 340px;
  margin: 40px 0 24px;
}

.contacts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100% - 72px);
}

.contacts > div {
  width: calc(50% - 12px);
  text-align: left;
  margin-bottom: -24px
}

.contact-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
  background: #fafafa;
  padding: 20px 16px;
  transition-duration: 0.32s;
  transform: none;
  box-shadow: none
}

.contact-section i {
  font-size: 48px;
  margin-right: 12px;
  color: #8BC34A;
}

.contact-section .la-phone {
  font-size: 42px;
  margin-right: 18px;
}

.contact-section .la-envelope {
  font-size: 44px;
  margin-right: 16px;
}

.contact-detail {
  display: flex;
  flex-direction: column;
}

.contact-detail h5 {
  margin: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 18px;
}

.contact-detail span {
  color: #616161;
  font-size: 17px;
  margin-bottom: 4px;
}

/* MARK: - Navigation bar */

.navigation-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  height: 72px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.1)
}

.navigation-bar img {
  margin-left: 40px;
  height: 44px;
  margin-top: 14px;
}

.navigation-bar ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  margin-right: 40px;
}

.navigation-bar li {
  font-weight: 700;
  margin-right: 16px;
  text-transform: uppercase;
  line-height: 72px;
  color: #9E9E9E;
}

.navigation-bar li:last-child {
  margin-right: 0
}

/* MARK: - Footer */

footer {
  width: 898px;
  padding: 24px calc(50% - 449px);
  background: #212121;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer > div {
  width: 25%
}

.footer-logo {
  width: calc(25% - 64px);
  margin-right: 64px;
}

.footer-logo img {
  width: 100%;
  margin-top: 16px
}

.footer-logo p {
  color: #E0E0E0;
  font-size: 15px;
  margin-top: 28px;
}

.footer-section {
  text-align: left
}

.footer-section h4 {
  position: relative;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 8px 0;
  font-size: 20px;
}

.footer-section h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 2px;
  background: #8BC34A;
  transition-duration: 0.32s
}

.footer-section ul {
  margin: 40px 0 8px;
  padding: 0;
  list-style: none;
  color: #fff
}

.footer-section li {
  margin-bottom: 8px;
  cursor: pointer;
}

.footer-section li:last-child {
  margin-bottom: 0
}

.footer-section li a {
  text-decoration: none;
  color: #fff
}

.footer-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 32px -8px 0;
  padding: 0;
}

.footer-social a {
  width: 40px;
  height: 40px;
  margin: 8px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #8BC34A;
  border-radius: 50%;
  transition-duration: 0.32s;
  transform: none;
}

.footer-social a:first-child {
  background: #4c75a3
}

.footer-social a:nth-child(2) {
  background-position: center;
  background-image: url("../img/social/instagram-background.jpg");
  background-size: cover;
}

.footer-social a:nth-child(3) {
  background: #c4302b
}

.footer-social a:nth-child(4) {
  background: #3b5998
}

.footer-social a:nth-child(5) {
  background: #00acee
}

.footer-social img {
  width: 24px;
  height: 24px;
  margin-top: 8px;
}

.footer-social a:nth-child(5) img {
  width: 20px;
  height: 20px;
  margin-top: 11px;
}

.footer-social a:last-child img {
  width: 22px;
  height: 22px;
  margin-top: 9px;
}

/* MARK: - Copyright */

.copyright {
  text-align: center;
  padding: 12px 0;
  color: #fff;
  background: #000;
}

/* MARK: - Call button */

.call-button {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 64px;
  height: 64px;
  color: #fff;
  font-size: 40px !important;
  border-radius: 32px;
  background: #8BC34A;
  text-align: center;
  line-height: 60px !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  cursor: pointer;
  animation: call 3.2s linear infinite;
  z-index: 10;
}

#callback .parallax-effect {
  height: 100%
}

#callback .before-title {
  color: #dbdbdb
}

#callback h2 {
  color: #fff
}

#callback .classic-text {
  color: #fff;
  margin-top: 0;
  font-size: 24px;
  line-height: 30px;
}

#callback a {
  text-decoration: none;
  color: #fff !important;
  margin-top: 24px;
  padding: 8px;
  padding-left: 12px;
  padding-right: 24px;
  font-size: 18px;
  background: #8BC34A;
  border-color: #8BC34A;
}

.group-section-buttons {
  display: flex;
  flex-direction: row;
  margin-top: 20px
}

#callback a:first-child {
  margin-right: 24px;
  border-color: #fff !important;
  background: transparent !important;
}

#callback .la-phone {
  font-size: 34px
}

/* MARK: - Work examples */

#black-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 0.32s;
  z-index: 15
}

#black-filter.active {
  opacity: 1;
}

#work-example {
  position: fixed;
  top: 64px;
  left: calc(50% - 320px);
  margin: 0;
  width: 640px;
  max-height: calc(100% - 128px);
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  opacity: 0;
  transform: translateY(256px);
  transition-duration: 0.32s;
  z-index: 16;
  overflow-y: auto;
}

#work-example.active {
  opacity: 1;
  transform: none;
}

#work-example .la-close {
  top: 24px;
  position: absolute;
  right: 28px;
  font-size: 24px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 41px;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  color: #fff;
  transition-duration: 0.32s;
  transform: none;
  z-index: 18;
  cursor: pointer;
}

#work-example .slick-slide {
  margin: 0
}

#work-example .slick-prev, #work-example .slick-next {
  z-index: 17;
  color: #fff;
  top: calc(50% - 24px);
}

#work-example .slick-prev {
  margin-left: 0;
}

#work-example .slick-next {
  margin-right: 0;
}

#work-example .slick-dots {
  position: absolute;
  top: 257px;
  left: 0;
  width: 100%;
  z-index: 17;
  padding-bottom: 20px;
  margin-top: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
}

#work-example .slick-dots .slick-active button {
  background: #fff
}

#work-example h3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 17;
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
  margin: 0;
  padding: 24px 20px 40px;
  width: calc(100% - 40px);
  background: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
}

#work-example h4 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 24px 16px;
}

#work-example > ul {
  margin: 0 16px;
  padding: 0;
  list-style: none;
}

#work-example > ul li {
  margin-bottom: 4px;
  font-size: 17px;
}

#work-example b {
  color: #424242;
  padding-right: 6px;
}

#work-example p {
  color: #424242;
  margin: 0 16px 24px;
  font-size: 17px
}

#work-example .slick-list {
  height: 300px !important
}

.work-example-content img {
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.work-example-content iframe {
  height: 300px !important
}

.work-example-buttons {
  display: flex;
  justify-content: center;
  background: #f5f5f5;
}

.work-example-buttons button {
  margin: 20px 0;
  border: none;
  padding: 12px 20px;
  font-size: 15px;
}

.work-example-buttons a, .contact-section a{
  text-decoration: none;
  color: inherit;
}

.work-example-buttons button:first-child {
  background: #E0E0E0;
  color: #424242;
  margin-right: 8px;
}

.work-example-buttons button:last-child {
  background: #8BC34A;
  margin-right: 16px;
}

/* MARK: - Detail header */

#detailHeader {
  background: #212121;
  text-align: left;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
}

#detailHeader > a {
  text-decoration: none;
  display: flex;
  font-size: 22px;
  color: #8BC34A;
  text-transform: uppercase;
  font-weight: 700;
  transition-duration: 0.32s;
  transform: none
}

#detailHeader > a i {
  font-size: 34px;
  margin-top: -6px;
}

#detailHeader > img {
  width: 180px;
  margin: 20px 0;
}

/* MARK: - Mobile optimization */

@media (max-width: 767px) {
  body {
    font-size: 15px
  }

  .start h1 {
    font-size: 64px;
    margin-bottom: -20px;
  }

  .start h2 {
    font-size: 24px;
    margin-bottom: 16px
  }

  .start h3 {
    width: calc(100% - 80px);
    max-width: 340px;
    font-size: 21px;
    line-height: 28px;
    margin: 16px 0
  }

  .start div {
    margin-top: 40px
  }

  button, .start a {
    padding: 16px 20px;
  }

  section {
    width: calc(100% - 32px);
    padding: 48px 16px;
  }

  .before-title {
    font-size: 14px;
    margin-bottom: -4px
  }

  h2 {
    font-size: 40px;
    margin: 16px 0;
  }

  .classic-text {
    max-width: calc(100% - 32px);
    margin: 16px 0;
    font-size: 19px !important;
    line-height: 25px !important
  }

  .double-images {
    width: 100%;
    margin: 40px 0 20px;
    flex-direction: column;
  }

  .double-images img, .double-images iframe {
    width: calc(100% - 20px);
    height: 250px
  }

  .double-images img:first-child, .double-images iframe:first-child {
    margin-right: auto;
    margin-bottom: 24px
  }

  .double-images img:last-child, .double-images iframe:last-child {
    margin-left: auto;
  }

  .advantages, .skills, .photos {
    margin: 40px 0 4px;
    max-width: 100%;
  }

  .advantages > div, .skill {
    width: 100% !important;
    margin: 0;
    margin-bottom: 16px
  }

  .advantages h5 {
    font-size: 22px
  }

  .advantages p {
    font-size: 17px
  }

  .skill {
    min-height: 0px;
  }

  .skill > div h3, .skill > div h4 {
    margin-left: 16px;
    margin-top: 32px;
    max-width: calc(100% - 32px);
  }

  .skill > div p {
    margin: 16px
  }

  .skill > div button {
    padding: 16px;
    margin-bottom: 16px
  }

  .section-button, #callback a {
    font-size: 16px !important
  }

  .section-button i {
    font-size: 38px;
    margin-right: 8px;
  }

  .photos, .contacts {
    width: 100%
  }

  .photos {
    justify-content: space-between;
  }

  .photos a {
    width: calc(50vw - 24px);
    margin: 0;
    height: calc(50vw - 24px);
    margin-bottom: 16px
  }

  .group-section-buttons {
    flex-direction: column;
  }

  #callback a:first-child {
    margin-right: 0;
    justify-content: flex-start;
  }

  #callback .la-phone {
    font-size: 32px
  }

  #contacts iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 16px
  }

  .contacts {
    flex-wrap: wrap;
  }

  .contacts > div {
    width: 100%;
    margin-bottom: 0
  }

  .contact-section {
    margin-bottom: 16px
  }

  .testimonial p {
    font-size: 18px
  }

  footer {
    width: calc(100% - 32px);
    flex-wrap: wrap;
    padding: 24px 16px;
  }

  footer > div {
    width: 50%
  }

  footer > div:nth-child(2n) {
    width: calc(50% - 24px);
    margin-left: 24px;
  }

  .footer-logo {
    width: calc(50% - 24px);
    margin-right: 24px;
  }

  .footer-logo img {
    width: 80%;
    max-width: 200px;
    margin-top: 12px;
  }

  .footer-section li {
    font-size: 15px
  }

  .copyright {
    padding: 16px
  }

  .footer-social a {
    width: 32px;
    height: 32px;
    line-height: 32px
  }

  .footer-social img {
    width: 16px !important;
    height: 16px !important;
    margin-top: 8px !important;
  }

  footer > div:nth-child(3), footer > div:last-child {
    margin-top: 24px
  }

  .testimonials {
    width: calc(100% - 12px)
  }

  .slick-prev, .slick-next {
    font-size: 28px
  }

  .slick-prev {
    margin-left: -28px
  }

  .slick-next {
    margin-right: -28px
  }

}

@media (max-width: 380px) {
  .start h1 {
    font-size: 60px;
    margin-bottom: -24px;
  }

  .start h2 {
    font-size: 22px
  }

  .start h3 {
    font-size: 19px;
    line-height: 26px;
  }

  button, .start a {
    font-size: 15px;
    padding: 14px 18px
  }

  h2 {
    font-size: 36px
  }

  .classic-text {
    font-size: 17px !important;
    line-height: 23px !important
  }

  .advantages p {
    font-size: 15px
  }

  .advantages h5 {
    font-size: 20px
  }

  .skill > div h3, .skill > div h4 {
    font-size: 26px
  }

  .skill > div p {
    font-size: 16px
  }

  .skill > div button {
    font-size: 17px
  }

  .before-title {
    font-size: 13px;
    letter-spacing: 6px
  }

  .testimonial p {
    font-size: 16px
  }

  .contact-detail h5 {
    font-size: 17px
  }

  .contact-detail span {
    font-size: 16px
  }
}

@media (max-width: 345px) {
  section {
    width: calc(100% - 24px);
    padding: 44px 12px;
  }

  .start h1 {
    font-size: 56px
  }

  .start h2 {
    font-size: 21px
  }

  .start h3 {
    font-size: 17px;
    line-height: 23px;
  }

  .start button:first-child {
    margin-right: 12px
  }

  button, .start a {
    font-size: 14px;
    padding: 12px 16px;
  }

  h2 {
    font-size: 32px
  }

  .classic-text {
    font-size: 16px !important;
    line-height: 21px !important
  }

  .double-images img, .double-images iframe {
    height: 200px
  }

  .parallax-effect {
    height: 180px
  }

  .section-button, #callback a {
    font-size: 15px !important
  }

  #callback .la-phone {
    font-size: 28px
  }

  .section-button i {
    font-size: 34px
  }

  .contact-detail span {
    font-size: 15px
  }

  .footer-logo img {
    width: 100%
  }

  .photos a {
    width: calc(50vw - 18px);
    height: calc(50vw - 18px);
  }
}

/* MARK: - Small tablets and small widndows optimization */

@media (min-width: 667px) and (max-width: 767px) {
  .double-images {
    flex-direction: row;
  }

  .double-images img, .double-images iframe {
    width: calc(50% - 28px)
  }

  .advantages > div, .skill {
    width: calc(50% - 8px) !important
  }

  .photos {
    width: calc(100vw - 16px);
    max-width: calc(100vw - 16px);
    margin: 40px -8px 4px;
    justify-content: flex-start;
  }

  .photos a {
    margin: 0 8px;
    width: calc(33vw - 19.5px);
    height: calc(33vw - 19.5px);
    margin-bottom: 16px
  }

  .contacts > div {
    width: calc(50% - 8px)
  }

}

/* MARK: - Medium tablets and classic windows optimization */

@media (min-width: 768px) and (max-width: 969px) {
  section {
    width: calc(100% - 64px);
    padding: 64px 32px
  }

  .classic-text {
    max-width: calc(100% - 128px)
  }

  .double-images {
    width: 100%
  }

  .advantages > div, .skill {
    width: calc(50% - 24px) !important
  }

  .photos a {
    width: calc(25vw - 52px);
    height: calc(25vw - 52px)
  }

  footer {
    width: calc(100% - 64px);
    padding: 24px 32px;
  }
}

/* MARK: - Large screens optimization */

@media (min-width: 1280px) {
  section {
    width: 1100px;
    padding: 64px calc(50% - 550px)
  }
}

/* MARK: - Work example small screens */

@media (max-width: 640px) {
  #detailHeader > img {
    display: none;
  }

  #detailHeader > a {
    margin: 24px 0;
    font-size: 18px;
  }

  #detailHeader > a i {
    font-size: 28px;
    margin-top: -3.5px;
  }

  #work-example {
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
  }

  #work-example h1 {
    font-size: 28px
  }

  #work-example h4 {
    font-size: 20px
  }

  #work-example > ul li {
    font-size: 15px
  }

  #work-example p {
    font-size: 15px
  }

  #work-example .la-close {
    top: 18px;
    right: 18px;
    font-size: 22px;
    width: 36px;
    height: 36px;
    line-height: 35px
  }

  .work-example-buttons button {
    font-size: 14px
  }

  .work-example-buttons button:last-child {
    margin-right: 0
  }

  #work-example .slick-list {
    height: 250px !important
  }

  #work-example .slick-dots {
    top: 207px
  }
}

/* MARK: - Hovers */

@media (hover: hover) and (pointer: fine) {

  button:hover, .start a:hover, #detailHeader > a:hover {
    transform: scale(1.05);
  }

  .section-button:hover {
    background: transparent;
    color: #8BC34A;
    transform: scale(1.05);
  }

  .slick-prev:hover, .slick-next:hover {
    background: transparent !important;
    color: #424242
  }

  .advantages > div:hover {
    transform: scale(1.05);
    background: #8BC34A;
    box-shadow: 0 0 16px rgba(0,0,0,0.12)
  }

  .advantages > div:hover i, .advantages > div:hover h5, .advantages > div:hover p, .advantages > div:hover a {
    color: #fff
  }

  .skill:hover img{
    transform: scale(1.5);
  }

  .photos a:hover {
    transform: scale(1.05);
    box-shadow: 0 0 16px rgba(0,0,0,0.12)
  }

  .contact-section:hover {
    background: #8BC34A;
    transform: scale(1.05);
    box-shadow: 0 0 16px rgba(0,0,0,0.12);
  }

  .contact-section:hover h5, .contact-section:hover span, .contact-section:hover i {
    color: #fff
  }

  .footer-section h4:hover::after {
    width: calc(100% - 64px)
  }

  .footer-social a:hover {
    transform: scale(1.12);
  }

  #work-example .la-close:hover {
    transform: scale(1.2) rotate(180deg);
  }

}
