@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #e4e4e4;
  font-family: sans-serif;
}

#p_prldr {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #9A12B3;
  z-index: 999999;
}

.contpre small {
  font-size: 25px;
}

.contpre {
  width: 250px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 48%;
  margin-left: -125px;
  margin-top: -75px;
  color: #fff;
  font-size: 40px;
  letter-spacing: -2px;
  text-align: center;
  line-height: 35px;
}

#p_prldr .svg_anm {
  position: absolute;
  width: 41px;
  height: 41px;
  background: url(../img/tail-spin.svg) center center no-repeat;
  background-size: 41px;
  margin: -16px 0 0 -16px;
}

.container {
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
}

.button-o {
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #F3B547;
  padding: 15px 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Proxima Nova Semibold', sans-serif;
  color: #F3B547;
}

.section {
  margin-top: 80px;
}

.blok-about {
  max-width: 1160px;
  margin: auto;
}

.about {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 900px;
  background: url(../img/3-min.jpg);
  background-size: cover;
  -webkit-box-shadow: inset 0px 4px 10px 1000px rgba(0, 0, 0, 0.65);
          box-shadow: inset 0px 4px 10px 1000px rgba(0, 0, 0, 0.65);
  margin-top: -10px;
}

.zakaz {
  color: #ffffff;
  font-size: 90px;
  margin-top: -20px;
}

.zakaz__desc {
  margin-top: 80px;
  margin-bottom: 80px;
  line-height: 1.5;
  font-size: 30px;
  color: #c7c7c7;
  align: center;
}

.zakaz__button {
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 80px;
  padding: 15px 20px;
  font-size: 19px;
  color: #000000;
  background: #ff5500;
  background: radial-gradient(circle, #ff5500 0%, #ff7c00 100%);
  -webkit-box-shadow: 0 0 5px #000000;
          box-shadow: 0 0 5px #000000;
  border-radius: 10px;
}

.arrow-down {
  margin: 30px;
}

.arrow-down span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 4px solid #F3B547;
  border-right: 4px solid #F3B547;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -16px;
  -webkit-animation: arrow-down 2s infinite;
          animation: arrow-down 2s infinite;
}

.arrow-down span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.arrow-down span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

@-webkit-keyframes arrow-down {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}

@keyframes arrow-down {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}

.about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

h1 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 62px;
  font-family: "LobsterRegular";
  padding-top: 50px;
  margin-bottom: 45px;
  color: #f5ae33;
}

h2 {
  font-size: 32px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-style: italic;
}

.about-text {
  font-size: 25px;
  line-height: 1.7;
  padding-left: 15px;
  padding-right: 15px;
}

.portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

h3 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 32px;
  color: #f5ae33;
}

li {
  margin-bottom: 20px;
}

td {
  text-align: center;
}

.price-img {
  width: 70%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.slider {
  width: 100%;
}

.slide1 {
  width: 100%;
  height: 565px;
  background: url(../img/slider/slide1-min.jpg) no-repeat;
  background-size: contain;
  background-position: center;
}

.slide2 {
  width: 100%;
  height: 565px;
  background: url(../img/slider/slide2-min.jpg) no-repeat;
  background-size: contain;
  background-position: center;
}

.slide3 {
  width: 100%;
  height: 565px;
  background: url(../img/slider/slide3-min.jpg) no-repeat;
  background-size: contain;
  background-position: center;
}

.slide4 {
  width: 100%;
  height: 565px;
  background: url(../img/slider/slide4-min.jpg) no-repeat;
  background-size: contain;
  background-position: center;
}

.slide5 {
  width: 100%;
  height: 565px;
  background: url(../img/slider/slide5-min.jpg) no-repeat;
  background-size: contain;
  background-position: center;
}

.slide6 {
  width: 100%;
  height: 565px;
  background: url(../img/slider/slide6-min.jpg) no-repeat;
  background-size: contain;
  background-position: center;
}

.slide7 {
  width: 100%;
  height: 565px;
  background: url(../img/slider/slide7-min.jpg) no-repeat;
  background-size: contain;
  background-position: center;
}

.contactform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1160px;
  margin: auto;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

label {
  margin-bottom: 10px;
}

.form-control {
  width: 580px;
  height: 70px;
}

.form-control-comment {
  width: 1160px;
  height: 100px;
}

.form-btn {
  width: 300px;
  height: 50px;
  margin: auto;
  margin-bottom: 50px;
  font-size: 20px;
  background: #ff5500;
  background: radial-gradient(circle, #ff5500 0%, #ff7c00 100%);
  border-radius: 10px;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.work-photo {
  padding-top: 100px;
  margin: auto;
}

.contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  padding-bottom: 80px;
}

.contact-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 80px;
}

.contact-item {
  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-preferred-size: 10%;
      flex-basis: 10%;
}

.contact-ikons {
  margin-bottom: 50px;
}

.contact-text {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #f5ae33;
}

.YaMaps {
  width: 80%;
  margin: auto;
  margin-top: 150px;
  border: 3px solid #f5ae33;
}

.developer {
  text-decoration: none;
  color: #ffffff;
}

.footer {
  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;
  background: #441E4A;
  color: #F3B547;
  -webkit-box-shadow: 0 0 5px #000000;
          box-shadow: 0 0 5px #000000;
}


.footer-elements1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#footer-desc {
  margin-bottom: 20px;
  margin-top: 15px;
}

#copy {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-elements2 {
  padding-top: 1px;
}

.footer-img {
  width: 100px;
}

.footer-elements3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.phone {
  font-size: 20px;
  font-weight: bold;
}

.post {
  text-decoration: none;
  color: #F3B547;
  margin-top: 40px;
  margin-bottom: 50px;
}

.footerr {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 23px;
}

@media screen and (max-width: 765px) {
  .container {
    margin-bottom: 0;
    margin-top: 0;
  }
  .work-photo {
    width: 100%;
    height: 100%;
  }
  .zakaz {
    padding-top: 40px;
  }
  .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .numbers {
    padding: 10%;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-item {
    margin-bottom: 60px;
  }
  table {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .slide1 {
    height: 265px;
  }
  .slide2 {
    height: 265px;
  }
  .slide3 {
    height: 265px;
  }
  .slide4 {
    height: 265px;
  }
  .slide5 {
    height: 265px;
  }
  .slide6 {
    height: 265px;
  }
  .slide7 {
    height: 265px;
  }
  .slide8 {
    height: 265px;
  }
  .slide9 {
    height: 265px;
  }
  .slide10 {
    height: 265px;
  }
  .slide11 {
    height: 265px;
  }
  .slide12 {
    height: 265px;
  }
  .slide13 {
    height: 265px;
  }
  .slide14 {
    height: 265px;
  }
}

iframe {
  width: 1500px;
}

.portfolio__button {
  text-decoration: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center ;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 20px 80px;
  font-size: 19px;
  color: #000000;
  background: #ff5500;
  background: radial-gradient(circle, #ff5500 0%, #ff7c00 100%);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px #000000;
          box-shadow: 0 0 5px #000000;
}

.workstages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80px;
}

.features-block {
  margin-top: 40px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}

.features__item {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 1500px) {
  iframe {
    width: 100%;
  }
}

@media (max-width: 1240px) {
  .features-block__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .form-control {
    width: 350px;
    height: 70px;
  }
  .form-control-comment {
    width: 350px;
    height: 100px;
  }
  .form-btn {
    width: 200px;
  }
  iframe {
    width: 100%;
  }
  form {
    -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;
  }
}

@media (max-width: 991px) {
  .features-block__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .form-control {
    width: 350px;
    height: 70px;
  }
  .form-control-comment {
    width: 350px;
    height: 100px;
  }
  .form-btn {
    width: 200px;
  }
  iframe {
    width: 100%;
  }
  form {
    -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;
  }
}

@media (max-width: 768px) {
  .portfolio__button {
    margin-top: 10px;
  }
  .features-block__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 50px;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 22px;
  }
  .about-text {
    font-size: 20px;
  }
  h3 {
    font-size: 30px;
  }
  .form-control {
    width: 350px;
    height: 70px;
  }
  .form-control-comment {
    width: 350px;
    height: 100px;
  }
  .form-btn {
    width: 200px;
  }
  iframe {
    width: 100%;
  }
  form {
    -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;
  }
  .YaMaps {
    width: 100%;
  }
}

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

@media (max-width: 991px) {
  .container {
    max-width: 750px;
  }
  .about {
    height: 350px;
  }
  .zakaz {
    font-size: 24px;
    margin-top: -20px;
  }
  .zakaz__desc {
    margin-top: 15px;
    margin-bottom: 25px;
    line-height: 1.5;
    font-size: 18px;
  }
  .zakaz__button {
    margin-bottom: 15px;
  }
  .arrow-down {
    margin: 20px;
  }
  .arrow-down span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 4px solid #F3B547;
    border-right: 4px solid #F3B547;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: -16px;
    -webkit-animation: arrow-down 2s infinite;
            animation: arrow-down 2s infinite;
  }
  .arrow-down span:nth-child(2) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
  }
  .arrow-down span:nth-child(3) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
  }
}

@keyframes arrow-down {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-10px, -10px);
            transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(10px, 10px);
            transform: rotate(45deg) translate(10px, 10px);
  }
}

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

.navbar {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  background: url(../img/11-min.png) no-repeat;
  background-size: cover;
  background-position: 100% 10%;
  background-color: #000000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.navbar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.navbar__mobile, .navbar__landline {
  text-align: right;
}

.navbar__phone {
  display: block;
  font-size: 19px;
  text-decoration: none;
  color: #F3B547;
  margin-bottom: 10px;
}

.navbar__small-text {
  display: block;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  margin-bottom: -10px;
}

.menu {
  position: fixed;
  z-index: 0;
  top: 70px;
  width: 100%;
  padding: 16px 0;
  background-color: #441E4A;
  color: #ffffff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  opacity: 0;
}

.menu_active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  z-index: 9999;
}

.menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.menu__link {
  text-decoration: none;
  font-size: 17px;
  text-transform: uppercase;
  color: #F3B547;
}

.menu__link:hover {
  color: #ffd000;
}

.menu-button {
  cursor: pointer;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: none;
  border-right: 1px solid #F3B547;
  border-left: 1px solid #F3B547;
  height: 70px;
  width: 70px;
}

.menu-button:hover {
  cursor: pointer;
}

.menu-button:focus {
  outline: none;
}

.menu-button__line {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #F3B547;
  margin: 2px 0;
}

.menu-wrap {
  margin: auto;
  max-width: 1180px;
}

.logo__text {
  color: #F3B547;
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  font-family: "LobsterRegular";
  font-weight: normal;
}

.logo__description {
  display: block;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 991px) {
  .navbar__mobile, .navbar__landline {
    display: none;
  }
}

@media (max-width: 576px) {
  .logo__text {
    font-size: 28px;
  }
  .logo__description {
    text-align: center;
  }
  .button-o {
    display: none;
  }
  .menu {
    top: 60px;
  }
  .menu-button {
    height: 60px;
  }
  .menu__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 20px;
  }
  .menu__link {
    margin-bottom: 20px;
  }
}

#menu-button {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #F3B547;
  border-left: 1px solid #F3B547;
}

#menu-button input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 70px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

#menu-button span {
  width: 20px;
  height: 3px;
  margin-top: 0px;
  margin-bottom: 5px;
  background: #F3B547;
  -webkit-transition: all 0.5s cubic-bezier(0.08, 0.81, 0.87, 0.71);
  transition: all 0.5s cubic-bezier(0.08, 0.81, 0.87, 0.71);
}

#span1 {
  -webkit-transform-origin: 0px 0px;
          transform-origin: 0px 0px;
}

#span3 {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

#menu-button input:checked ~ #span1 {
  background-color: #F3B547;
  -webkit-transform: rotate(45deg) translate(4px);
          transform: rotate(45deg) translate(4px);
}

#menu-button input:checked ~ #span2 {
  background-color: #F3B547;
  -webkit-transform: rotate(495deg) translate(2px);
          transform: rotate(495deg) translate(2px);
}

#menu-button input:checked ~ #span3 {
  background-color: #F3B547;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

.hero {
  background: #ffd000 url("../img/hero/hero-bg2.jpg") no-repeat center top 24px;
  background-size: contain;
  padding-top: 120px;
  padding-bottom: 270px;
  margin-bottom: 80px;
}

.hero__title {
  font-size: 30px;
  margin-top: 102px;
  padding-top: 50px;
  margin-bottom: 15px;
  color: #000000;
}

.hero__subtitle {
  display: block;
  margin-bottom: 40px;
  font-size: 30px;
  color: #000;
}

.hero__button {
  cursor: pointer;
  width: 280px;
  color: #000;
}

@media (max-width: 991px) {
  .containerr {
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .hero {
    background-size: 100%;
    background-position: top 60px left 85%;
  }
  .hero__button {
    width: 100%;
  }
}

.scroll-up {
  position: fixed;
  left: 45px;
  bottom: 90px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  color: #ffd000;
  cursor: pointer;
  visibility: hidden;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 4px #dcdcdc;
          box-shadow: inset 0 0 0 4px #dcdcdc;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}

.scroll-up::before {
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 100%;
  font-size: 30px;
  font-weight: bold;
  content: '↑';
}

.scroll-up:hover {
  color: orange;
}

.scroll-up--active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.scroll-up__svg-path {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  fill: none;
  stroke: #441E4A;
  stroke-width: 4px;
  -webkit-transition: .2s;
  transition: .2s;
}

.our-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}

.our-works-nav {
  position: -webkit-sticky;
  position: sticky;
  margin-top: 10px;
  margin: auto;
  text-align: center;
  z-index: 1;
}

.nav-link {
  display: inline-block;
  font-family: 'Proxima Nova Light';
  text-transform: uppercase;
  color: #ffd000;
  font-size: 18px;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.our-works-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.photos {
  width: 350px;
  height: 250px;
  margin: auto;
  margin-bottom: 30px;
  border: 2px solid #F3B547;
  -webkit-transition: 1s;
  transition: 1s;
  object-fit: contain;
}
.photos_2 {
  width: 290px;
  height: 250px;
  margin: auto;
  margin-bottom: 30px;
  -webkit-transition: 1s;
  transition: 1s;
  object-fit: contain;
}


.photos-link {
  text-decoration: none;
  margin: auto;
}
.photos-link_2 {
  text-decoration: none;
  margin: auto;
}

.photos:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 991px) {
  .our-works-nav {
    max-width: 200px;
  }
  .nav-link {
    display: inline-block;
    padding: 5px;
  }
}

/*# sourceMappingURL=style.css.map */