/* Generated by less 2.5.1 */
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff;
  -webkit-font-smoothng: antialiased;
  background-color: #464646;
}
.no-scroll {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
p {
  margin: 0, 0, 0, 10px;
  margin-block-start: .7em;
  margin-block-end: .7em;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1500px;
  padding-left: 115px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container {
    padding-left: 0;
  }
}
.container__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 35px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container__inner {
    padding: 0 15px;
  }
}
.des__container,
.des__container__footer {
  width: 100%;
  padding: 50px 15px 50px 15px;
  margin: 0 auto;
}
.des__container__footer {
  padding: 10px 15px 15px 15px;
}
.add__btn {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  opacity: 0.7;
  transition: color .2s linear;
}
.add__btn:hover {
  color: #f2c435;
  opacity: 1;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #464646;
  z-index: 1000;
  transition: 1s all;
  opacity: 1;
  visibility: visible;
}
.loader {
  height: 75px;
  width: 75px;
  border: 1px solid #f2c435;
  /*    opacity: @dark_opacity;*/
  border-radius: 50%;
  border-top-color: #464646;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  animation: 1s spin infinite linear;
}
.done {
  opacity: 0;
  visibility: hidden;
}
@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.header {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.header.fixed {
  height: auto;
  position: fixed;
  background-color: rgba(242, 196, 53, 0.75);
  /*box-shadow: 0 5px 10px, rgba(0, 0, 0, .8);*/
}
.header.fixed .header__inner {
  padding: 15px 0;
}
.header__inner {
  display: flex;
  padding: 35px 0;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .header__logo {
    display: none;
  }
}
.header__logo__mobile {
  display: none;
}
@media (max-width: 575px) {
  .header__logo__mobile {
    display: block;
    font-size: 36px;
    font-weight: 500;
  }
}
.header__logo__link {
  color: #464646;
  opacity: .9;
  text-decoration: none;
  transition: opacity .1s linear;
}
.header__logo__link:hover {
  color: #464646;
  opacity: .5;
}
.lang__page {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.page__link {
  margin-left: 15px;
  padding: 0 5px;
  color: #464646;
  opacity: .7;
  text-decoration: none;
  transition: opacity .2s linear;
}
.page__link:first-child {
  margin-left: 0;
  margin-right: 25px;
}
.page__link:hover {
  color: #fff;
  opacity: .5;
}
.page__link__lang {
  margin-left: 15px;
  padding: 0 5px;
  color: #464646;
  opacity: .7;
  text-decoration: none;
  transition: opacity .2s linear;
  border: 1px solid #464646;
  border-radius: 3px;
}
.page__link__lang:first-child {
  margin-left: 0;
}
.page__link__lang:hover {
  color: #f2c435;
  opacity: .5;
  background: #464646;
}
.inc {
  color: #f2c435;
  opacity: .5;
  background: #464646;
}
.burger {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 10px 0px;
}
.burger:focus {
  outline: 0;
}
@media (max-width: 991px) {
  .burger {
    display: block;
  }
}
.burger__item {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #464646;
  opacity: .8;
  font-size: 0;
  color: transparent;
  position: relative;
  transition: background .2s linear;
}
.burger__item:after,
.burger__item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #464646;
  transition: transform .2s linear;
}
.burger__item:after {
  bottom: -8px;
}
.burger__item:before {
  top: -8px;
}
.burger.active .burger__item {
  background: none;
}
.burger.active .burger__item:before {
  transform-origin: left top;
  transform: rotate(45deg) translateY(-3px);
}
.burger.active .burger__item:after {
  transform-origin: left bottom;
  transform: rotate(-45deg) translateY(2px);
}
.intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 350px;
  padding-top: 100px;
  padding-bottom: 75px;
  margin-left: 115px;
  background: #f2c435 url("../images/Intro_bg.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 991px) {
  .intro {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .intro {
    height: 270px;
  }
}
.intro__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 135px;
  line-height: 1.1;
  color: #464646;
  opacity: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -120px;
}
@media (max-width: 1230px) {
  .intro__title {
    font-size: 100px;
    margin-top: -90px;
  }
}
@media (max-width: 767px) {
  .intro__title {
    font-size: 70px;
    margin-top: -63px;
  }
}
@media (max-width: 575px) {
  .intro__title {
    font-size: 50px;
    margin-top: -44px;
  }
}
@media (max-width: 410px) {
  .intro__title {
    font-size: 35px;
    margin-top: -31px;
  }
}
.wf__title {
  text-align: right;
  margin-right: 100px;
  /*    text-align: left;
    margin-left: 440px;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 90px;
  line-height: 1.1;
  color: #f2c435;
  opacity: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -75px;
}
@media (max-width: 1230px) {
  .wf__title {
    font-size: 70px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .wf__title {
    font-size: 50px;
    margin-top: -60px;
  }
}
@media (max-width: 575px) {
  .wf__title {
    font-size: 35px;
    margin-top: -60px;
  }
}
@media (max-width: 410px) {
  .wf__title {
    font-size: 24px;
    margin-top: -55px;
  }
}
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 115px;
  height: 100%;
  background: #333333;
  z-index: 999;
}
@media (max-width: 991px) {
  .sidebar {
    display: none;
  }
}
.sidebar.active {
  display: flex;
}
.sidebar__container {
  left: 0;
  top: 0;
  width: 115px;
  height: 100%;
}
.sidebar__inner {
  padding: 38px 15px 30px;
  height: 100%;
}
.sidebar__title,
.sidebar__title__send {
  display: flex;
  align-items: center;
  width: 100%;
}
.sidebar__before,
.sidebar__before__send,
.sidebar__before__send_2 {
  width: 10px;
  height: 3px;
  background: #f2c435;
  transition: transform .2s linear;
}
.sidebar__before__send_2 {
  margin-right: -10px;
  transform: translateX(-10px);
}
.sidebar__text,
.nav__link__send {
  padding-left: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.7;
  text-decoration: none;
  transition: opacity .2s linear;
  transition: padding .2s linear;
}
.sidebar__title__send:hover .nav__link__send {
  color: #f2c435;
  opacity: 1;
  padding-left: 10px;
}
.sidebar__title__send:hover .sidebar__before__send {
  /*width: 15px;*/
  transform: rotate(90deg);
}
.nav {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.nav__link {
  margin-left: 24px;
  color: #ffffff;
  opacity: .5;
  text-decoration: none;
  transition: opacity .2s linear;
  transition: padding .2s linear;
}
.nav__link:hover {
  color: #f2c435;
  opacity: 1;
  border-left: 1px solid #f2c435;
  padding-left: 5px;
}
.tab__select {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  height: 16px;
  margin: 10px 0 0 2px;
}
.tab_sel_1,
.tab_sel_2 {
  width: 100%;
  text-align: center;
  border: 1px solid #f2c435;
  border-radius: 3px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #f2c435;
  opacity: 0.7;
}
.tab_sel_1:hover,
.tab_sel_2:hover {
  background: #f2c435;
  color: #464646;
}
.press {
  background: #f2c435;
  color: #464646;
  opacity: 1;
}
.contact__block {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  bottom: 0;
  border-top: 1px solid #f2c435;
  width: 115px;
  height: 370px;
  padding: 15px 25px 0 25px;
  background: #333333;
  z-index: 3;
  transition: .5s;
  transform: translateY(84%);
}
.contact__block__active {
  transform: translateY(0%);
}
.contact__btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  top: -50px;
}
.contact__btn:hover .contact__btn__img {
  transform: rotate(45deg);
}
.contact__btn__img__active {
  transform: rotate(45deg);
}
.contact__btn__img {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: transform .2s linear;
}
.contact__block__btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.7;
  text-decoration: none;
  padding-left: 15px;
}
.net__link__block {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 115px;
  height: 54px;
  padding: 15px 35px 0 35px;
  background: #333333;
  z-index: 4;
}
.contact__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  opacity: 0.7;
}
.contact__link {
  padding: 10px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #f2c435;
}
.contact__tel {
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #f2c435;
}
.net__link {
  margin-top: 10px;
  margin-right: 14px;
  color: #f2c435;
  transition: color .1s linear;
}
.net__link:hover {
  color: #ffffff;
}
.net__link:last-child {
  margin-top: 30px;
}
.net__link__border {
  position: fixed;
  left: 0;
  bottom: 58px;
  width: 115px;
  border-top: 1px solid #f2c435;
}
.chat__block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 23px;
}
.network__area {
  position: fixed;
  bottom: 15px;
  width: 50px;
  padding-left: 48px;
}
.chat__item_1 {
  display: flex;
  align-items: center;
  padding: 0 35px 0 15px;
  width: 45%;
  border-left: 1px solid #f2c435;
}
.chat__item_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__border {
  width: 100%;
  border-top: 1px solid #f2c435;
}
.footer__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 58px;
}
.footer__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #f2c435;
  opacity: 0.7;
}
.scrollup__inner {
  display: flex;
  justify-content: flex-end;
}
.scrollup {
  position: relative;
  width: 70px;
  height: 50px;
  opacity: 0.4;
  bottom: 5px;
  right: 0;
  background: url("../images/icon_top3.png") no-repeat;
  transition: opacity .3 linear;
}
.scrollup:hover {
  opacity: .7;
}
.tab_show {
  display: inherit;
}
.tab_hide {
  display: none;
}
.workflow__left {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  flex-direction: column;
}
.workflow__left:hover .workflow__step {
  color: #f2c435;
  opacity: 1;
  transition: opacity .2s linear;
  transition: transform .2s linear;
  transform: translateY(-30px);
}
.workflow__content__btn {
  width: 170px;
  padding-left: 5px;
  font-size: 32px;
  color: #ffffff;
  opacity: 0.1;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity .2s linear;
}
.workflow__content__btn:hover {
  color: #f2c435;
  opacity: 1;
}
.workflow__step {
  font-size: 85px;
  color: #ffffff;
  opacity: 0.1;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  top: 42px;
  margin-top: 20px;
}
.workflow__title {
  font-size: 24px;
  color: #ffffff;
  opacity: 0.7;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 20px;
  z-index: 2;
}
.workflow__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.7;
}
.workflow__time {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left: 10px;
  line-height: 1.5;
  color: #ffffff;
  opacity: .5;
  border-left: 2px solid #f2c435;
}
.workflow__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-top: 10px;
  width: 100%;
}
.workflow__column {
  display: flex;
  flex-wrap: wrap;
  width: 25%;
}
@media (max-width: 1550px) {
  .workflow__column {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .workflow__column {
    width: 100%;
  }
}
.workflow__first__column {
  display: flex;
  justify-content: space-between;
  width: 40px;
  height: 100%;
}
@media (max-width: 575px) {
  .workflow__first__column {
    width: 30px;
  }
}
.workflow__second__column {
  flex-wrap: wrap;
  height: 100%;
  padding-left: 15px;
}
.step__number {
  font-size: 24px;
  color: #f2c435;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 5px;
}
@media (max-width: 575px) {
  .step__number {
    font-size: 18px;
  }
}
.workflow__divide {
  position: relative;
  right: 0;
  border-left: 1px solid #f2c435;
  opacity: 0.7;
}
.workflow__item {
  width: 100%;
  margin: 10px 0;
  font-size: 15px;
  color: #ffffff;
  opacity: 0.7;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .workflow__item {
    margin: 5px 0;
  }
}
.workflow__new__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.7;
  margin-left: 15px;
}
.workflow__work__time {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #f2c435;
  opacity: 0.7;
  padding-left: 15px;
}
.wf_description {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 10px 0 10px;
  margin-bottom: -15px;
}
.des__border {
  margin-top: 22px;
  margin-bottom: -35px;
  width: 100%;
  border-bottom: 1px solid rgba(242, 196, 53, 0.7);
}
.description__step {
  font-size: 85px;
  color: #ffffff;
  opacity: 0.1;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  top: 80px;
}
.description__content__btn {
  width: 170px;
  padding-left: 5px;
  font-size: 48px;
  color: #ffffff;
  opacity: 0.1;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity .2s linear;
}
.description__content__btn:hover {
  color: #f2c435;
  opacity: 1;
}
.description__format {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  height: 230px;
  padding: 0 10px 0 10px;
}
@media (max-width: 1230px) {
  .description__format {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .description__format {
    height: 110px;
  }
}
@media (max-width: 575px) {
  .description__format {
    height: 80px;
  }
}
@media (max-width: 373px) {
  .description__format {
    height: 40px;
  }
}
.description__box {
  margin-bottom: 5px;
}
.description__title,
.description__title__footer {
  position: relative;
  font-size: 20px;
  color: #f2c435;
  font-weight: 700;
  margin: 40px 0 10px;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 575px) {
  .description__title,
  .description__title__footer {
    font-size: 16px;
  }
}
.description__title__footer {
  margin: 15px 0 10px;
}
.description__format__title {
  font-size: 24px;
  color: #464646;
  font-weight: 700;
  text-transform: uppercase;
}
.description__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-left: 10px;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .description__text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .description__text {
    font-size: 12px;
  }
}
.description__text__pay,
.description__text__pay__br {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.7;
  font-size: 14px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .description__text__pay,
  .description__text__pay__br {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .description__text__pay,
  .description__text__pay__br {
    font-size: 10px;
  }
}
.description__text__pay__br {
  font-size: 12px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .description__text__pay__br {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .description__text__pay__br {
    font-size: 8px;
  }
}
.pay__logo__area {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  /*padding: 20px 10px 0 10px;*/
}
.pay__logo {
  position: relative;
  max-height: 80px;
}
@media (max-width: 991px) {
  .pay__logo {
    max-height: 50px;
  }
}
@media (max-width: 410px) {
  .pay__logo {
    max-height: 50px;
  }
}
@media (max-width: 373px) {
  .pay__logo {
    max-height: 40px;
  }
}
.description__text__pay__br {
  margin-bottom: 10px;
}
.description__box {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.box__item {
  width: 33.333333%;
  font-size: 24px;
  color: #ffffff;
  opacity: 1;
  font-weight: 700;
}
@media (max-width: 1230px) {
  .box__item {
    width: 100%;
  }
}
.box__sqr {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.7;
  border-bottom: 1px solid #f2c435;
  text-align: left;
  padding: 15px 0 5px 35px;
}
@media (max-width: 1550px) {
  .box__sqr {
    font-size: 14px;
    padding-left: 20px;
  }
}
.cost__area {
  padding-left: 20px;
  padding-bottom: 15px;
}
.cost__content__btn {
  width: 170px;
  padding-left: 5px;
  font-size: 24px;
  color: #ffffff;
  opacity: 0.1;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity .2s linear;
}
.cost__content__btn:hover {
  color: #f2c435;
  opacity: 1;
}
.box__cost {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  opacity: .7;
  font-weight: 600;
  text-align: left;
  padding-top: 5px;
  padding-left: 20px;
}
@media (max-width: 1230px) {
  .box__cost {
    font-size: 18px;
  }
}
.box__dot {
  display: block;
  background: none;
  border: 0;
}
.box__dot__one {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #f2c435;
  font-size: 0;
  color: transparent;
  transition: background .2s linear;
  transform: rotate(90deg) translateX(-5px);
}
.works {
  display: flex;
  flex-wrap: wrap;
}
.works__item {
  width: 20%;
  padding-top: 20%;
  position: relative;
  cursor: pointer;
  margin-bottom: -25px;
}
.works__item:hover .works__content {
  opacity: 1;
}
.works__photo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: .8;
  transform: translate3d(-50%, -50%, 0);
  object-fit: contain;
}
.works__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(242, 196, 53, 0.75);
  opacity: 0;
  transition: opacity .2s linear;
}
.works__title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 767px) {
  .works__title {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .works__title {
    display: none;
  }
}
.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.75);
}
.show {
  display: flex;
}
.modal__dialog {
  margin: auto;
  width: 100%;
  height: 100vh;
  padding: 80px;
}
.modal__work__preview {
  top: 50%;
  width: 100%;
  position: relative;
  text-align: center;
  transform: translateY(-50%);
}
.modal__work__photo {
  position: relative;
  max-width: 100%;
  height: 100vh;
  z-index: 1000;
  margin: auto;
  padding: 20px 0;
  justify-content: center;
  object-fit: contain;
}
.modal__close {
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  transition: transform .2s linear;
}
.modal__close:hover {
  transform: rotate(90deg);
}
.modal__close:focus {
  outline: 0;
}
.modal__nav {
  top: 0;
  left: 0;
  margin: 0;
  height: 100vh;
  text-align: center;
}
.modal__prev,
.modal__next {
  position: absolute;
  top: 50vh;
  z-index: 1;
  width: 70px;
  height: 70px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  transition: transform .2s linear;
  transform: translateY(-35px);
}
.modal__prev:focus,
.modal__next:focus {
  outline: 0;
}
.modal__prev {
  left: 20px;
  background: none;
  border: 0;
}
.modal__prev:hover {
  transform: translate3d(10px, -35px, 0);
}
.modal__next {
  right: 20px;
  background: none;
  border: 0;
}
.modal__next:hover {
  transform: translate3d(-10px, -35px, 0);
}
