/* mixins.less */
@-webkit-keyframes BG-IMG-MOVE {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(8deg) scale(2);
    -moz-transform: rotate(8deg) scale(2);
    -ms-transform: rotate(8deg) scale(2);
    -o-transform: rotate(8deg) scale(2);
    transform: rotate(8deg) scale(2);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(-8deg) scale(2);
    -moz-transform: rotate(-8deg) scale(2);
    -ms-transform: rotate(-8deg) scale(2);
    -o-transform: rotate(-8deg) scale(2);
    transform: rotate(-8deg) scale(2);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}
@-moz-keyframes BG-IMG-MOVE {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(8deg) scale(2);
    -moz-transform: rotate(8deg) scale(2);
    -ms-transform: rotate(8deg) scale(2);
    -o-transform: rotate(8deg) scale(2);
    transform: rotate(8deg) scale(2);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(-8deg) scale(2);
    -moz-transform: rotate(-8deg) scale(2);
    -ms-transform: rotate(-8deg) scale(2);
    -o-transform: rotate(-8deg) scale(2);
    transform: rotate(-8deg) scale(2);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}
@-o-keyframes BG-IMG-MOVE {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(8deg) scale(2);
    -moz-transform: rotate(8deg) scale(2);
    -ms-transform: rotate(8deg) scale(2);
    -o-transform: rotate(8deg) scale(2);
    transform: rotate(8deg) scale(2);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(-8deg) scale(2);
    -moz-transform: rotate(-8deg) scale(2);
    -ms-transform: rotate(-8deg) scale(2);
    -o-transform: rotate(-8deg) scale(2);
    transform: rotate(-8deg) scale(2);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}
@keyframes BG-IMG-MOVE {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(8deg) scale(2);
    -moz-transform: rotate(8deg) scale(2);
    -ms-transform: rotate(8deg) scale(2);
    -o-transform: rotate(8deg) scale(2);
    transform: rotate(8deg) scale(2);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(-8deg) scale(2);
    -moz-transform: rotate(-8deg) scale(2);
    -ms-transform: rotate(-8deg) scale(2);
    -o-transform: rotate(-8deg) scale(2);
    transform: rotate(-8deg) scale(2);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mt-75 {
  margin-top: 75px;
}
.mb-75 {
  margin-bottom: 75px;
}
.ml-75 {
  margin-left: 75px;
}
.mr-75 {
  margin-right: 75px;
}
.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}
.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.nmt-10 {
  margin-top: -10px;
}
.nmb-10 {
  margin-bottom: -10px;
}
.nml-10 {
  margin-left: -10px;
}
.nmr-10 {
  margin-right: -10px;
}
.nmx-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.nmy-10 {
  margin-top: -10px;
  margin-bottom: -10px;
}
.nmt-15 {
  margin-top: -15px;
}
.nmb-15 {
  margin-bottom: -15px;
}
.nml-15 {
  margin-left: -15px;
}
.nmr-15 {
  margin-right: -15px;
}
.nmx-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.nmy-15 {
  margin-top: -15px;
  margin-bottom: -15px;
}
.nmt-20 {
  margin-top: -20px;
}
.nmb-20 {
  margin-bottom: -20px;
}
.nml-20 {
  margin-left: -20px;
}
.nmr-20 {
  margin-right: -20px;
}
.nmx-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.nmy-20 {
  margin-top: -20px;
  margin-bottom: -20px;
}
.nmt-25 {
  margin-top: -25px;
}
.nmb-25 {
  margin-bottom: -25px;
}
.nml-25 {
  margin-left: -25px;
}
.nmr-25 {
  margin-right: -25px;
}
.nmx-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.nmy-25 {
  margin-top: -25px;
  margin-bottom: -25px;
}
.nmt-30 {
  margin-top: -30px;
}
.nmb-30 {
  margin-bottom: -30px;
}
.nml-30 {
  margin-left: -30px;
}
.nmr-30 {
  margin-right: -30px;
}
.nmx-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.nmy-30 {
  margin-top: -30px;
  margin-bottom: -30px;
}
.nmt-50 {
  margin-top: -50px;
}
.nmb-50 {
  margin-bottom: -50px;
}
.nml-50 {
  margin-left: -50px;
}
.nmr-50 {
  margin-right: -50px;
}
.nmx-50 {
  margin-left: -50px;
  margin-right: -50px;
}
.nmy-50 {
  margin-top: -50px;
  margin-bottom: -50px;
}
.mt-75 {
  margin-top: -75px;
}
.nmb-75 {
  margin-bottom: -75px;
}
.nml-75 {
  margin-left: -75px;
}
.nmr-75 {
  margin-right: -75px;
}
.nmx-75 {
  margin-left: -75px;
  margin-right: -75px;
}
.nmy-75 {
  margin-top: -75px;
  margin-bottom: -75px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt-75 {
  padding-top: 75px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pl-75 {
  padding-left: 75px;
}
.pr-75 {
  padding-right: 75px;
}
.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (min-width: 575px) {
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .mx-sm-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .ml-sm-15 {
    margin-left: 15px;
  }
  .mr-sm-15 {
    margin-right: 15px;
  }
  .mx-sm-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .mx-sm-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mt-sm-25 {
    margin-top: 25px;
  }
  .mb-sm-25 {
    margin-bottom: 25px;
  }
  .ml-sm-25 {
    margin-left: 25px;
  }
  .mr-sm-25 {
    margin-right: 25px;
  }
  .mx-sm-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .my-sm-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .mx-sm-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .mx-sm-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-sm-75 {
    margin-top: 75px;
  }
  .mb-sm-75 {
    margin-bottom: 75px;
  }
  .ml-sm-75 {
    margin-left: 75px;
  }
  .mr-sm-75 {
    margin-right: 75px;
  }
  .mx-sm-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .my-sm-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .nmt-sm-10 {
    margin-top: -10px;
  }
  .nmb-sm-10 {
    margin-bottom: -10px;
  }
  .nml-sm-10 {
    margin-left: -10px;
  }
  .nmr-sm-10 {
    margin-right: -10px;
  }
  .nmx-sm-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .nmy-sm-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .nmt-sm-15 {
    margin-top: -15px;
  }
  .nmb-sm-15 {
    margin-bottom: -15px;
  }
  .nml-sm-15 {
    margin-left: -15px;
  }
  .nmr-sm-15 {
    margin-right: -15px;
  }
  .nmx-sm-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .nmy-sm-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .nmt-sm-20 {
    margin-top: -20px;
  }
  .nmb-sm-20 {
    margin-bottom: -20px;
  }
  .nml-sm-20 {
    margin-left: -20px;
  }
  .nmr-sm-20 {
    margin-right: -20px;
  }
  .nmx-sm-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .nmy-sm-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .nmt-sm-25 {
    margin-top: -25px;
  }
  .nmb-sm-25 {
    margin-bottom: -25px;
  }
  .nml-sm-25 {
    margin-left: -25px;
  }
  .nmr-sm-25 {
    margin-right: -25px;
  }
  .nmx-sm-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .nmy-sm-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .nmt-sm-30 {
    margin-top: -30px;
  }
  .nmb-sm-30 {
    margin-bottom: -30px;
  }
  .nml-sm-30 {
    margin-left: -30px;
  }
  .nmr-sm-30 {
    margin-right: -30px;
  }
  .nmx-sm-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .nmy-sm-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .nmt-sm-50 {
    margin-top: -50px;
  }
  .nmb-sm-50 {
    margin-bottom: -50px;
  }
  .nml-sm-50 {
    margin-left: -50px;
  }
  .nmr-sm-50 {
    margin-right: -50px;
  }
  .nmx-sm-50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .nmy-sm-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .mt-sm-75 {
    margin-top: -75px;
  }
  .nmb-sm-75 {
    margin-bottom: -75px;
  }
  .nml-sm-75 {
    margin-left: -75px;
  }
  .nmr-sm-75 {
    margin-right: -75px;
  }
  .nmx-sm-75 {
    margin-left: -75px;
    margin-right: -75px;
  }
  .nmy-sm-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .px-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .px-sm-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .px-sm-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-sm-25 {
    padding-top: 25px;
  }
  .pb-sm-25 {
    padding-bottom: 25px;
  }
  .pl-sm-25 {
    padding-left: 25px;
  }
  .pr-sm-25 {
    padding-right: 25px;
  }
  .px-sm-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .py-sm-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .px-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .px-sm-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-sm-75 {
    padding-top: 75px;
  }
  .pb-sm-75 {
    padding-bottom: 75px;
  }
  .pl-sm-75 {
    padding-left: 75px;
  }
  .pr-sm-75 {
    padding-right: 75px;
  }
  .px-sm-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .py-sm-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .ml-md-10 {
    margin-left: 10px;
  }
  .mr-md-10 {
    margin-right: 10px;
  }
  .mx-md-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-md-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mt-md-15 {
    margin-top: 15px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .ml-md-15 {
    margin-left: 15px;
  }
  .mr-md-15 {
    margin-right: 15px;
  }
  .mx-md-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-md-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .ml-md-20 {
    margin-left: 20px;
  }
  .mr-md-20 {
    margin-right: 20px;
  }
  .mx-md-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-md-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mt-md-25 {
    margin-top: 25px;
  }
  .mb-md-25 {
    margin-bottom: 25px;
  }
  .ml-md-25 {
    margin-left: 25px;
  }
  .mr-md-25 {
    margin-right: 25px;
  }
  .mx-md-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .my-md-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .ml-md-30 {
    margin-left: 30px;
  }
  .mr-md-30 {
    margin-right: 30px;
  }
  .mx-md-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-md-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .ml-md-50 {
    margin-left: 50px;
  }
  .mr-md-50 {
    margin-right: 50px;
  }
  .mx-md-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-md-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-md-75 {
    margin-top: 75px;
  }
  .mb-md-75 {
    margin-bottom: 75px;
  }
  .ml-md-75 {
    margin-left: 75px;
  }
  .mr-md-75 {
    margin-right: 75px;
  }
  .mx-md-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .my-md-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .nmt-md-10 {
    margin-top: -10px;
  }
  .nmb-md-10 {
    margin-bottom: -10px;
  }
  .nml-md-10 {
    margin-left: -10px;
  }
  .nmr-md-10 {
    margin-right: -10px;
  }
  .nmx-md-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .nmy-md-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .nmt-md-15 {
    margin-top: -15px;
  }
  .nmb-md-15 {
    margin-bottom: -15px;
  }
  .nml-md-15 {
    margin-left: -15px;
  }
  .nmr-md-15 {
    margin-right: -15px;
  }
  .nmx-md-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .nmy-md-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .nmt-md-20 {
    margin-top: -20px;
  }
  .nmb-md-20 {
    margin-bottom: -20px;
  }
  .nml-md-20 {
    margin-left: -20px;
  }
  .nmr-md-20 {
    margin-right: -20px;
  }
  .nmx-md-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .nmy-md-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .nmt-md-25 {
    margin-top: -25px;
  }
  .nmb-md-25 {
    margin-bottom: -25px;
  }
  .nml-md-25 {
    margin-left: -25px;
  }
  .nmr-md-25 {
    margin-right: -25px;
  }
  .nmx-md-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .nmy-md-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .nmt-md-30 {
    margin-top: -30px;
  }
  .nmb-md-30 {
    margin-bottom: -30px;
  }
  .nml-md-30 {
    margin-left: -30px;
  }
  .nmr-md-30 {
    margin-right: -30px;
  }
  .nmx-md-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .nmy-md-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .nmt-md-50 {
    margin-top: -50px;
  }
  .nmb-md-50 {
    margin-bottom: -50px;
  }
  .nml-md-50 {
    margin-left: -50px;
  }
  .nmr-md-50 {
    margin-right: -50px;
  }
  .nmx-md-50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .nmy-md-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .mt-md-75 {
    margin-top: -75px;
  }
  .nmb-md-75 {
    margin-bottom: -75px;
  }
  .nml-md-75 {
    margin-left: -75px;
  }
  .nmr-md-75 {
    margin-right: -75px;
  }
  .nmx-md-75 {
    margin-left: -75px;
    margin-right: -75px;
  }
  .nmy-md-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pl-md-10 {
    padding-left: 10px;
  }
  .pr-md-10 {
    padding-right: 10px;
  }
  .px-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .pl-md-15 {
    padding-left: 15px;
  }
  .pr-md-15 {
    padding-right: 15px;
  }
  .px-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .px-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-md-25 {
    padding-top: 25px;
  }
  .pb-md-25 {
    padding-bottom: 25px;
  }
  .pl-md-25 {
    padding-left: 25px;
  }
  .pr-md-25 {
    padding-right: 25px;
  }
  .px-md-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .py-md-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .px-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
  .px-md-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-md-75 {
    padding-top: 75px;
  }
  .pb-md-75 {
    padding-bottom: 75px;
  }
  .pl-md-75 {
    padding-left: 75px;
  }
  .pr-md-75 {
    padding-right: 75px;
  }
  .px-md-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .py-md-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .ml-lg-10 {
    margin-left: 10px;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
  .mx-lg-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mt-lg-15 {
    margin-top: 15px;
  }
  .mb-lg-15 {
    margin-bottom: 15px;
  }
  .ml-lg-15 {
    margin-left: 15px;
  }
  .mr-lg-15 {
    margin-right: 15px;
  }
  .mx-lg-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .ml-lg-20 {
    margin-left: 20px;
  }
  .mr-lg-20 {
    margin-right: 20px;
  }
  .mx-lg-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mt-lg-25 {
    margin-top: 25px;
  }
  .mb-lg-25 {
    margin-bottom: 25px;
  }
  .ml-lg-25 {
    margin-left: 25px;
  }
  .mr-lg-25 {
    margin-right: 25px;
  }
  .mx-lg-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .my-lg-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .mx-lg-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .ml-lg-50 {
    margin-left: 50px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .mx-lg-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-lg-75 {
    margin-top: 75px;
  }
  .mb-lg-75 {
    margin-bottom: 75px;
  }
  .ml-lg-75 {
    margin-left: 75px;
  }
  .mr-lg-75 {
    margin-right: 75px;
  }
  .mx-lg-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .my-lg-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .nmt-lg-10 {
    margin-top: -10px;
  }
  .nmb-lg-10 {
    margin-bottom: -10px;
  }
  .nml-lg-10 {
    margin-left: -10px;
  }
  .nmr-lg-10 {
    margin-right: -10px;
  }
  .nmx-lg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .nmy-lg-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .nmt-lg-15 {
    margin-top: -15px;
  }
  .nmb-lg-15 {
    margin-bottom: -15px;
  }
  .nml-lg-15 {
    margin-left: -15px;
  }
  .nmr-lg-15 {
    margin-right: -15px;
  }
  .nmx-lg-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .nmy-lg-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .nmt-lg-20 {
    margin-top: -20px;
  }
  .nmb-lg-20 {
    margin-bottom: -20px;
  }
  .nml-lg-20 {
    margin-left: -20px;
  }
  .nmr-lg-20 {
    margin-right: -20px;
  }
  .nmx-lg-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .nmy-lg-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .nmt-lg-25 {
    margin-top: -25px;
  }
  .nmb-lg-25 {
    margin-bottom: -25px;
  }
  .nml-lg-25 {
    margin-left: -25px;
  }
  .nmr-lg-25 {
    margin-right: -25px;
  }
  .nmx-lg-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .nmy-lg-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .nmt-lg-30 {
    margin-top: -30px;
  }
  .nmb-lg-30 {
    margin-bottom: -30px;
  }
  .nml-lg-30 {
    margin-left: -30px;
  }
  .nmr-lg-30 {
    margin-right: -30px;
  }
  .nmx-lg-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .nmy-lg-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .nmt-lg-50 {
    margin-top: -50px;
  }
  .nmb-lg-50 {
    margin-bottom: -50px;
  }
  .nml-lg-50 {
    margin-left: -50px;
  }
  .nmr-lg-50 {
    margin-right: -50px;
  }
  .nmx-lg-50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .nmy-lg-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .mt-lg-75 {
    margin-top: -75px;
  }
  .nmb-lg-75 {
    margin-bottom: -75px;
  }
  .nml-lg-75 {
    margin-left: -75px;
  }
  .nmr-lg-75 {
    margin-right: -75px;
  }
  .nmx-lg-75 {
    margin-left: -75px;
    margin-right: -75px;
  }
  .nmy-lg-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .pl-lg-10 {
    padding-left: 10px;
  }
  .pr-lg-10 {
    padding-right: 10px;
  }
  .px-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pt-lg-15 {
    padding-top: 15px;
  }
  .pb-lg-15 {
    padding-bottom: 15px;
  }
  .pl-lg-15 {
    padding-left: 15px;
  }
  .pr-lg-15 {
    padding-right: 15px;
  }
  .px-lg-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .px-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-lg-25 {
    padding-top: 25px;
  }
  .pb-lg-25 {
    padding-bottom: 25px;
  }
  .pl-lg-25 {
    padding-left: 25px;
  }
  .pr-lg-25 {
    padding-right: 25px;
  }
  .px-lg-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .py-lg-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .px-lg-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .px-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-lg-75 {
    padding-top: 75px;
  }
  .pb-lg-75 {
    padding-bottom: 75px;
  }
  .pl-lg-75 {
    padding-left: 75px;
  }
  .pr-lg-75 {
    padding-right: 75px;
  }
  .px-lg-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .py-lg-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mb-xl-10 {
    margin-bottom: 10px;
  }
  .ml-xl-10 {
    margin-left: 10px;
  }
  .mr-xl-10 {
    margin-right: 10px;
  }
  .mx-xl-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-xl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mt-xl-15 {
    margin-top: 15px;
  }
  .mb-xl-15 {
    margin-bottom: 15px;
  }
  .ml-xl-15 {
    margin-left: 15px;
  }
  .mr-xl-15 {
    margin-right: 15px;
  }
  .mx-xl-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-xl-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mb-xl-20 {
    margin-bottom: 20px;
  }
  .ml-xl-20 {
    margin-left: 20px;
  }
  .mr-xl-20 {
    margin-right: 20px;
  }
  .mx-xl-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-xl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mt-xl-25 {
    margin-top: 25px;
  }
  .mb-xl-25 {
    margin-bottom: 25px;
  }
  .ml-xl-25 {
    margin-left: 25px;
  }
  .mr-xl-25 {
    margin-right: 25px;
  }
  .mx-xl-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .my-xl-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mb-xl-30 {
    margin-bottom: 30px;
  }
  .ml-xl-30 {
    margin-left: 30px;
  }
  .mr-xl-30 {
    margin-right: 30px;
  }
  .mx-xl-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-xl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-xl-50 {
    margin-top: 50px;
  }
  .mb-xl-50 {
    margin-bottom: 50px;
  }
  .ml-xl-50 {
    margin-left: 50px;
  }
  .mr-xl-50 {
    margin-right: 50px;
  }
  .mx-xl-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-xl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-xl-75 {
    margin-top: 75px;
  }
  .mb-xl-75 {
    margin-bottom: 75px;
  }
  .ml-xl-75 {
    margin-left: 75px;
  }
  .mr-xl-75 {
    margin-right: 75px;
  }
  .mx-xl-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .my-xl-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .nmt-xl-10 {
    margin-top: -10px;
  }
  .nmb-xl-10 {
    margin-bottom: -10px;
  }
  .nml-xl-10 {
    margin-left: -10px;
  }
  .nmr-xl-10 {
    margin-right: -10px;
  }
  .nmx-xl-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .nmy-xl-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .nmt-xl-15 {
    margin-top: -15px;
  }
  .nmb-xl-15 {
    margin-bottom: -15px;
  }
  .nml-xl-15 {
    margin-left: -15px;
  }
  .nmr-xl-15 {
    margin-right: -15px;
  }
  .nmx-xl-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .nmy-xl-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .nmt-xl-20 {
    margin-top: -20px;
  }
  .nmb-xl-20 {
    margin-bottom: -20px;
  }
  .nml-xl-20 {
    margin-left: -20px;
  }
  .nmr-xl-20 {
    margin-right: -20px;
  }
  .nmx-xl-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .nmy-xl-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .nmt-xl-25 {
    margin-top: -25px;
  }
  .nmb-xl-25 {
    margin-bottom: -25px;
  }
  .nml-xl-25 {
    margin-left: -25px;
  }
  .nmr-xl-25 {
    margin-right: -25px;
  }
  .nmx-xl-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .nmy-xl-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .nmt-xl-30 {
    margin-top: -30px;
  }
  .nmb-xl-30 {
    margin-bottom: -30px;
  }
  .nml-xl-30 {
    margin-left: -30px;
  }
  .nmr-xl-30 {
    margin-right: -30px;
  }
  .nmx-xl-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .nmy-xl-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .nmt-xl-50 {
    margin-top: -50px;
  }
  .nmb-xl-50 {
    margin-bottom: -50px;
  }
  .nml-xl-50 {
    margin-left: -50px;
  }
  .nmr-xl-50 {
    margin-right: -50px;
  }
  .nmx-xl-50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .nmy-xl-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .mt-xl-75 {
    margin-top: -75px;
  }
  .nmb-xl-75 {
    margin-bottom: -75px;
  }
  .nml-xl-75 {
    margin-left: -75px;
  }
  .nmr-xl-75 {
    margin-right: -75px;
  }
  .nmx-xl-75 {
    margin-left: -75px;
    margin-right: -75px;
  }
  .nmy-xl-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }
  .pt-xl-10 {
    padding-top: 10px;
  }
  .pb-xl-10 {
    padding-bottom: 10px;
  }
  .pl-xl-10 {
    padding-left: 10px;
  }
  .pr-xl-10 {
    padding-right: 10px;
  }
  .px-xl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-xl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pt-xl-15 {
    padding-top: 15px;
  }
  .pb-xl-15 {
    padding-bottom: 15px;
  }
  .pl-xl-15 {
    padding-left: 15px;
  }
  .pr-xl-15 {
    padding-right: 15px;
  }
  .px-xl-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-xl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-xl-20 {
    padding-top: 20px;
  }
  .pb-xl-20 {
    padding-bottom: 20px;
  }
  .pl-xl-20 {
    padding-left: 20px;
  }
  .pr-xl-20 {
    padding-right: 20px;
  }
  .px-xl-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-xl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-xl-25 {
    padding-top: 25px;
  }
  .pb-xl-25 {
    padding-bottom: 25px;
  }
  .pl-xl-25 {
    padding-left: 25px;
  }
  .pr-xl-25 {
    padding-right: 25px;
  }
  .px-xl-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .py-xl-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pt-xl-30 {
    padding-top: 30px;
  }
  .pb-xl-30 {
    padding-bottom: 30px;
  }
  .pl-xl-30 {
    padding-left: 30px;
  }
  .pr-xl-30 {
    padding-right: 30px;
  }
  .px-xl-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-xl-50 {
    padding-top: 50px;
  }
  .pb-xl-50 {
    padding-bottom: 50px;
  }
  .pl-xl-50 {
    padding-left: 50px;
  }
  .pr-xl-50 {
    padding-right: 50px;
  }
  .px-xl-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-xl-75 {
    padding-top: 75px;
  }
  .pb-xl-75 {
    padding-bottom: 75px;
  }
  .pl-xl-75 {
    padding-left: 75px;
  }
  .pr-xl-75 {
    padding-right: 75px;
  }
  .px-xl-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .py-xl-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
a:focus,
a:focus-within {
  outline: 0;
}
a:not(.btn) {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #6d6e76;
  text-decoration: none;
}
a:not(.btn):hover {
  color: #1e232a;
  text-decoration: none;
}
@media (min-width: 992px) {
  a:not(.btn).tel-nr-big {
    color: #6d6e76;
  }
  a:not(.btn).tel-nr-big:hover {
    cursor: text;
    color: #6d6e76;
  }
}
img {
  max-width: 100% !important;
}
img.alignright {
  float: right;
  margin: 1em 0 2em 2em;
}
img.alignleft {
  float: left;
  margin: 1em 2em 2em 0;
}
img.aligncenter {
  float: none;
  display: block;
  margin: 1em auto 2em auto;
}
a img.alignright {
  float: right;
  margin: 1em 0 2em 2em;
}
a img.alignleft {
  float: left;
  margin: 1em 2em 2em 0;
}
a img.aligncenter {
  float: none;
  display: block;
  margin: 1em auto 2em auto;
}
@media (max-width: 575px) {
  img.alignright,
  img.alignleft,
  a img.alignright,
  a img.alignleft {
    float: none;
    display: block;
    margin: 1em auto 2em auto;
  }
}
.bg-img {
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 75%;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.tlt {
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.1;
  color: #6d6e76;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .tlt {
    text-align: center;
    color: #6d6e76;
  }
}
h1.sect-tlt,
h2.sect-tlt,
h3.sect-tlt,
h4.sect-tlt,
h5.sect-tlt,
h6.sect-tlt,
.tlt.sect-tlt {
  font-size: 28px;
}
.icon {
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  margin: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon.office {
  background-image: url("../img/office.png");
}
.icon.contacts {
  background-image: url("../img/contacts.png");
}
.icon.requisites {
  background-image: url("../img/requisites.png");
}
.icon.legal-address {
  background-image: url("../img/legaladdress.png");
}
.icon.mt-0 {
  margin-top: 0;
}
.icon.mb-0 {
  margin-bottom: 0;
}
.icon.xxxs {
  width: 10px;
  height: 10px;
}
.icon.xxs {
  width: 15px;
  height: 15px;
}
.icon.xs {
  width: 20px;
  height: 20px;
}
.icon.sm {
  width: 25px;
  height: 25px;
}
.icon.md {
  width: 35px;
  height: 35px;
}
.icon.lg {
  width: 40px;
  height: 40px;
}
.icon.xl {
  width: 45px;
  height: 45px;
}
.icon.xxl {
  width: 50px;
  height: 50px;
}
.icon.xxxl {
  width: 55px;
  height: 55px;
}
.icon.xxxxl {
  width: 60px;
  height: 60px;
}
.icon.mega {
  width: 65px;
  height: 65px;
}
.icon-on-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 17px;
  background: #ffffff;
  color: #6d6e76;
  text-align: justify;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}
body .popup-bg {
  position: fixed;
  display: block;
  content: '';
  top: -100vh;
  left: 0;
  right: 0;
  bottom: 100vh;
  background: #000000;
  opacity: 0;
  z-index: 999;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
body.popup-opened .popup-bg {
  height: 100vh;
  top: 0;
  bottom: 0;
  opacity: .5;
  z-index: 99999;
}
body .body-bg-img {
  position: fixed;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
body .body-bg-img .bg-img {
  display: block;
  content: '';
  padding: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-animation: BG-IMG-MOVE 220s infinite ease;
  -moz-animation: BG-IMG-MOVE 220s infinite ease;
  -ms-animation: BG-IMG-MOVE 220s infinite ease;
}
body .body-bg-img::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #000000;
  opacity: .83;
}
body .main-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  min-height: 100vh;
  padding-top: 60px;
}
@media (min-width: 992px) {
  body .main-content {
    min-height: 100vh;
    padding-top: 90px;
  }
}
body .body-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  display: block;
  content: '';
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
@media (min-width: 1600px) {
  body .container.pf-wide {
    max-width: 1550px;
  }
}
@media (min-width: 1860px) {
  body .container.pf-wide {
    max-width: 1800px;
  }
}
body .invisable {
  opacity: 0 !important;
}
*:focus,
*:focus-within {
  outline: 0 !important;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi-bold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extra-bold {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
@media (min-width: 768px) {
  .left-on-big {
    text-align: left;
  }
  .right-on-big {
    text-align: right;
  }
  .center-on-big {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .left-on-small {
    text-align: left;
  }
  .right-on-small {
    text-align: right;
  }
  .center-on-small {
    text-align: center;
  }
}
.upper {
  text-transform: uppercase;
}
.hide-elem {
  display: none;
}
.flex {
  display: flex;
}
.align-c {
  align-items: center;
}
.align-b {
  align-items: baseline;
}
.align-s {
  align-items: flex-start;
}
.align-e {
  align-items: flex-end;
}
.align-stre {
  align-items: stretch;
}
.just-c {
  justify-content: center;
}
.just-e {
  justify-content: flex-end;
}
.just-s {
  justify-content: flex-start;
}
.just-a {
  justify-content: space-around;
}
.just-b {
  justify-content: space-between;
}
.row.pad-all-around {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.pad-all-around [class^="col-"],
.row.pad-all-around [class*=" col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.row.small-pad-all-around {
  margin: -5px;
  width: calc(100% +  10px);
}
.row.small-pad-all-around [class^="col-"],
.row.small-pad-all-around [class*=" col-"] {
  padding: 5px;
}
.youtube-element-wrapper {
  width: 640px;
  padding-top: 385px;
  max-width: 100%;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .youtube-element-wrapper {
    padding-top: 60%;
  }
}
.youtube-element-wrapper .youtube_embed_iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.cookie-info {
  padding: 5px 15px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #ffffff;
  border-top: 1px solid #000000;
  text-align: center;
}
.size-75 {
  font-size: 75%;
}
.size-80 {
  font-size: 80%;
}
.size-85 {
  font-size: 85%;
}
.size-90 {
  font-size: 90%;
}
.size-110 {
  font-size: 110%;
}
.size-115 {
  font-size: 115%;
}
.size-120 {
  font-size: 120%;
}
.size-125 {
  font-size: 125%;
}
ul.no-style {
  list-style: none;
  padding: 0;
}
ul.checks {
  padding: 0;
  text-align: left;
  list-style: none;
}
ul.checks li {
  position: relative;
}
ul.checks li::before {
  display: inline-block;
  margin-right: 4px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  color: #ff0000;
}
ul.check-circle {
  padding: 0;
  padding-left: 20px;
  text-align: left;
  list-style: none;
}
ul.check-circle li {
  position: relative;
}
ul.check-circle li::before {
  position: absolute;
  display: inline-block;
  margin-right: 4px;
  left: -20px;
  top: -2px;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: bold;
  color: #ff0000;
}
.btn {
  font-size: 17px;
  line-height: 17px;
  padding: 10px 20px;
  border: 2px solid;
  text-align: center;
  max-width: 100%;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn:focus,
.btn:hover,
.btn:focus-within {
  outline: none !important;
  box-shadow: none;
}
.btn.sm {
  font-size: 15px;
  line-height: 15px;
  padding: 4px 12px;
}
.btn.xs {
  font-size: 13px;
  line-height: 13px;
  padding: 3px 7px;
}
.btn.f-w {
  width: 100%;
}
.btn {
  background: #6d6e76;
  color: #ffffff;
  border-color: #6d6e76;
}
.btn:hover {
  background: #ffffff;
  color: #6d6e76;
}
.btn.brown {
  border-color: #9e7050;
  background: #9e7050;
  color: #ffffff;
}
.btn.brown:hover {
  background: #ffffff;
  color: #9e7050;
}
.top-navs {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.top-navs .container {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-navs .container .logo-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 20px;
  padding-left: 0;
  margin: 0;
  z-index: 9;
  position: relative;
}
.top-navs .container .logo-box .logo {
  width: 150px;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.top-navs .container .col-menu {
  display: flex;
}
.top-navs .container .col-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.top-navs .container .col-menu .langs .flag,
.top-navs .container .col-menu .lang-block .flag {
  width: 30px;
  height: 20px;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.top-navs .container .col-menu .menu-navs,
.top-navs .container .col-menu .langs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-navs .container .col-menu .langs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
.top-navs .container .col-menu .langs > li {
  font-size: 15px;
  padding: 0;
  padding-right: 1px;
  position: relative;
}
.top-navs .container .col-menu .langs > li::after {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  bottom: 0;
  right: 0;
  top: 0;
}
.top-navs .container .col-menu .langs > li:last-child {
  padding: 0;
}
.top-navs .container .col-menu .langs > li:last-child::after {
  display: none;
}
.top-navs .container .col-menu .langs > li > a {
  padding-left: 7px;
  padding-right: 7px;
}
.top-navs .container .col-menu .soc-media {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 5px 15px;
}
.top-navs .container .col-menu .soc-media li {
  padding: 0 5px;
  margin: 0;
}
.top-navs .container .col-menu .soc-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.top-navs .container .col-btn-box {
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
  width: 50px;
  padding-right: 4px;
  cursor: pointer;
}
.top-navs .container .col-btn-box .col-btn {
  display: block;
  content: '';
  position: relative;
  width: 15px;
  height: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.top-navs .container .col-btn-box .col-btn::before,
.top-navs .container .col-btn-box .col-btn::after {
  position: absolute;
  left: -4px;
  right: -4px;
  height: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  content: '';
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.top-navs .container .col-btn-box .col-btn::before {
  top: -8px;
}
.top-navs .container .col-btn-box .col-btn::after {
  bottom: -8px;
}
@media (min-width: 992px) {
  .top-navs .container {
    position: relative;
    height: 90px;
  }
  .top-navs .container .logo-box .logo {
    width: 200px;
  }
  .top-navs .container .col-menu {
    height: 90px;
    align-items: center;
    justify-content: space-between;
    width: calc(100% -  180px);
  }
  .top-navs .container .col-menu .menu-navs,
  .top-navs .container .col-menu .langs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -7px;
    margin-right: -7px;
  }
  .top-navs .container .col-menu .menu-navs > li > a,
  .top-navs .container .col-menu .langs > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }
  .top-navs .container .col-menu .menu-navs {
    order: 5;
  }
  .top-navs .container .col-menu .menu-navs > li a {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
  }
  .top-navs .container .col-menu .menu-navs > li a::before,
  .top-navs .container .col-menu .menu-navs > li a::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    right: calc(100% -  15px);
    left: 15px;
    height: 2px;
    opacity: 0;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .top-navs .container .col-menu .menu-navs > li a:hover::before {
    right: 15px;
    opacity: 1;
  }
  .top-navs .container .col-menu .menu-navs > li.current-menu-item a::after {
    right: 15px;
    opacity: 1;
  }
  .top-navs .container .col-menu .langs,
  .top-navs .container .col-menu .lang-box {
    order: 9;
  }
  .top-navs .container .col-menu .lang-box {
    display: flex;
    align-items: center;
  }
  .top-navs .container .col-menu .lang-box .soc-media {
    margin-right: 15px;
  }
  .top-navs .container .col-menu .soc-media {
    order: 7;
  }
  .top-navs .container .col-menu .apply-btn {
    order: 8;
  }
  .top-navs .container .col-btn-box {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-navs .container .col-menu .menu-navs,
  .top-navs .container .col-menu .langs {
    font-size: 16px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .top-navs .container .col-menu .menu-navs > li > a,
  .top-navs .container .col-menu .langs > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .top-navs .container .col-menu .soc-media {
    padding: 5px 5px;
  }
  .top-navs .container .col-menu .soc-media li {
    padding: 0 5px;
    margin: 0;
  }
  .top-navs .container .col-menu .soc-media li a {
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .top-navs .container {
    height: 60px;
  }
  .top-navs .container .col-menu {
    position: fixed;
    border-top: 1px solid;
    right: -100vw;
    top: 60px;
    max-height: calc(100vh -  60px);
    overflow-y: auto;
    align-items: center;
    flex-direction: column;
    padding: 0;
    padding-bottom: 25px;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
  }
  .top-navs .container .col-menu > ul,
  .top-navs .container .col-menu > div {
    width: 100%;
    padding: 15px;
  }
  .top-navs .container .col-menu .menu-navs,
  .top-navs .container .col-menu .secondary-navs {
    width: 100%;
    border-top: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-navs .container .col-menu .menu-navs > li > a,
  .top-navs .container .col-menu .secondary-navs > li > a {
    display: block;
    padding: 10px;
    width: 100%;
  }
  .top-navs .container .col-menu .langs {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-navs .container .col-menu .langs > li > a {
    padding: 10px;
  }
  .top-navs .container .col-menu .lang-box .soc-media {
    display: none;
  }
  .top-navs .container .col-menu .soc-media {
    border-top: 1px solid;
  }
  .top-navs .container .col-menu .soc-media li {
    padding: 10px;
  }
  .top-navs .container .col-menu .apply-btn {
    text-align: center;
    order: 1;
  }
  .top-navs .container .col-menu .spacer {
    display: none;
  }
  .top-navs .container .logo-box {
    position: relative;
    z-index: 9;
  }
}
.top-navs {
  background: #ffffff;
}
.top-navs.shadow {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
}
.top-navs .container .col-menu .menu-navs > li > a,
.top-navs .container .col-menu .langs > li > a {
  color: #6d6e76;
}
.top-navs .container .col-menu .menu-navs > li > a:hover,
.top-navs .container .col-menu .langs > li > a:hover {
  color: #6d6e76;
}
.top-navs .container .col-menu .langs {
  color: #6d6e76;
}
.top-navs .container .col-menu .langs > li::after {
  background: #6d6e76;
}
.top-navs .container .col-menu .soc-media li a {
  color: #6d6e76;
}
.top-navs .container .col-menu .soc-media li a:hover {
  color: #6d6e76;
}
.top-navs .container .col-btn-box .col-btn {
  background: #6d6e76;
}
.top-navs .container .col-btn-box .col-btn::before,
.top-navs .container .col-btn-box .col-btn::after {
  background: #6d6e76;
}
@media (min-width: 992px) {
  .top-navs .container .col-menu .menu-navs > li a::before,
  .top-navs .container .col-menu .menu-navs > li a::after {
    background: #000000;
  }
  .top-navs .container .col-menu .menu-navs > li a::before {
    background: #6d6e76;
  }
  .top-navs .container .col-menu .menu-navs > li.current-menu-item a {
    color: #6d6e76;
  }
  .top-navs .container .col-menu .secondary-navs::before {
    background: #6d6e76;
  }
}
@media (max-width: 991px) {
  .top-navs .container .col-menu {
    background: #000000;
    color: #ffffff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  }
  .top-navs .container .col-menu a {
    color: #ffffff;
  }
  .top-navs .container .col-menu .soc-media {
    border-color: rgba(111, 111, 111, 0.5);
  }
}
@media (min-width: 992px) {
  body.admin-bar .container .col-menu .secondary-navs {
    max-height: calc(100vh - 46px -  90px);
  }
  body.top-navs-opened .container .col-menu .secondary-navs {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
  body.top-navs-opened .container .col-menu .secondary-navs::before {
    opacity: .85;
  }
}
@media (max-width: 991px) {
  body.top-navs-opened .popup-bg {
    height: 100vh;
    top: 0;
    bottom: 0;
    opacity: .5;
  }
  body.top-navs-opened .top-navs .container .col-btn-box {
    z-index: 8;
  }
  body.top-navs-opened .top-navs .container .col-btn-box .col-btn {
    background: transparent;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  body.top-navs-opened .top-navs .container .col-btn-box .col-btn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 0px;
  }
  body.top-navs-opened .top-navs .container .col-btn-box .col-btn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    bottom: 0px;
  }
  body.top-navs-opened .top-navs .container .col-menu {
    opacity: 1;
    right: 0px;
  }
}
@media (max-width: 991px) and (min-width: 783px) {
  body.admin-bar .top-navs .container .col-menu {
    top: calc(32px +  60px);
    max-height: calc(100vh - 32px - 60px);
  }
}
@media (max-width: 991px) and (max-width: 782px) {
  body.admin-bar .top-navs .container .col-menu {
    top: calc(46px +  60px);
    max-height: calc(100vh - 46px - 60px);
  }
}
@media (min-width: 783px) {
  body.admin-bar .top-navs {
    top: 32px;
  }
}
@media (max-width: 782px) {
  body.admin-bar .top-navs {
    top: 46px;
  }
}
footer {
  background: #1e232a;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .container .logo {
  width: 150px;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
footer .container .footer-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .container .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
footer .container .footer-menu ul li a {
  padding: 10px;
}
footer .container .footer-menu .menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .container .copy-right {
  font-size: 12px;
  text-align: right;
}
footer .container .copy-right {
  color: #9e7050;
}
footer .container .copy-right a {
  color: #9e7050;
}
footer .container a:hover {
  color: #e6e6e6;
}
@media (max-width: 767px) {
  footer .container {
    flex-direction: column;
  }
  footer .container .logo {
    margin: auto;
  }
  footer .container .footer-menu {
    padding-top: 15px;
  }
  footer .container .copy-right {
    font-size: 12px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  footer .container .footer-menu {
    display: none;
  }
}
input:not([type=checkbox]),
textarea,
.file-upload {
  padding: 5px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #e6e6e6;
  color: #6d6e76;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
input:not([type=checkbox])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.file-upload::-webkit-input-placeholder {
  color: #6d6e76;
  opacity: 0.7;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox])::-moz-placeholder,
textarea::-moz-placeholder,
.file-upload::-moz-placeholder {
  color: #6d6e76;
  opacity: 0.7;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]):-ms-input-placeholder,
textarea:-ms-input-placeholder,
.file-upload:-ms-input-placeholder {
  color: #6d6e76;
  opacity: 0.7;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]):-moz-placeholder,
textarea:-moz-placeholder,
.file-upload:-moz-placeholder {
  color: #6d6e76;
  opacity: 0.7;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]):focus,
textarea:focus,
.file-upload:focus,
input:not([type=checkbox]):hover,
textarea:hover,
.file-upload:hover {
  border-color: #6d6e76;
}
input:not([type=checkbox]):focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
.file-upload:focus::-webkit-input-placeholder,
input:not([type=checkbox]):hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
.file-upload:hover::-webkit-input-placeholder {
  color: #6d6e76;
  opacity: 0.85;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]):focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
.file-upload:focus::-moz-placeholder,
input:not([type=checkbox]):hover::-moz-placeholder,
textarea:hover::-moz-placeholder,
.file-upload:hover::-moz-placeholder {
  color: #6d6e76;
  opacity: 0.85;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]):focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
.file-upload:focus:-ms-input-placeholder,
input:not([type=checkbox]):hover:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder,
.file-upload:hover:-ms-input-placeholder {
  color: #6d6e76;
  opacity: 0.85;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]):focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
.file-upload:focus:-moz-placeholder,
input:not([type=checkbox]):hover:-moz-placeholder,
textarea:hover:-moz-placeholder,
.file-upload:hover:-moz-placeholder {
  color: #6d6e76;
  opacity: 0.85;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]).error,
textarea.error,
.file-upload.error {
  color: #ff0000;
  border-color: #ff0000;
  background: rgba(255, 0, 0, 0.65);
  box-shadow: 1px 1px 6px 0px #ff0000;
}
input:not([type=checkbox]).error:hover,
textarea.error:hover,
.file-upload.error:hover {
  background: rgba(255, 0, 0, 0.45);
}
input:not([type=checkbox]).error:focus,
textarea.error:focus,
.file-upload.error:focus {
  background: rgba(255, 255, 255, 0.8);
}
.row [class^="col-"] > input,
.row [class*=" col-"] > input,
.row [class^="col-"] > textarea,
.row [class*=" col-"] > textarea,
.row [class^="col-"] > select,
.row [class*=" col-"] > select,
.row [class^="col-"] > .bootstrap-select,
.row [class*=" col-"] > .bootstrap-select,
.row [class^="col-"] > .file-upload,
.row [class*=" col-"] > .file-upload {
  width: 100% !important;
}
.row.inp-row {
  margin-left: -5px;
  margin-right: -5px;
}
.row.inp-row [class^="col-"],
.row.inp-row [class*=" col-"] {
  padding: 5px;
}
.bootstrap-select .btn {
  background: none;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
  color: #6d6e76;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #6d6e76;
  background: rgba(255, 255, 255, 0.65);
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #ffffff;
}
.form-box .bootstrap-select .btn {
  background: none;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
  color: #6d6e76;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #6d6e76;
  background: rgba(255, 255, 255, 0.65);
}
.form-box .bootstrap-select > .dropdown-toggle.bs-placeholder,
.form-box .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.form-box .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.form-box .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #ffffff;
}
.inp-form {
  position: relative;
}
.inp-form .se-pre-con {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  font-family: "Font Awesome 5 Free";
  content: "\f013";
  font-weight: bold;
  color: #ffffff;
}
.inp-form .se-pre-con::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #6d6e76;
  opacity: .75;
}
.inp-form .se-pre-con.popup::before {
  background: #6d6e76;
}
@media (max-width: 767px) {
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}
.checkbox {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  line-height: 1.1;
  padding: 0;
}
.checkbox.text-sm {
  font-size: 12px;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  width: auto;
  cursor: pointer;
}
.checkbox input ~ .checkmark::after {
  display: none;
}
.checkbox input:hover ~ .checkmark {
  border-color: #6d6e76;
  background: #ffffff;
}
.checkbox input:checked ~ .checkmark {
  border-color: #e6e6e6;
  background: #ffffff;
}
.checkbox input:checked ~ .checkmark::after {
  display: flex;
  color: #6d6e76;
}
.checkbox input.error ~ .checkmark {
  border-color: #ff0000;
  background: rgba(255, 0, 0, 0.65);
  box-shadow: 1px 1px 6px 0px #ff0000;
}
.checkbox input[type=radio] ~ .checkmark {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checkbox input[type=radio] ~ .checkmark::after {
  font-size: 10px;
}
.checkbox .checkmark {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  border: 1px solid #6d6e76;
  margin-bottom: -2px;
  margin-right: 5px;
  background: transparent;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.checkbox .checkmark::after {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  font-size: 12px;
  color: #6d6e76;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.checkbox span,
.checkbox button {
  display: inline;
}
.checkbox span.checkmark,
.checkbox button.checkmark {
  display: inline-block;
}
.checkbox.radio-btn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checkbox.radio-btn::after {
  font-size: 12px;
}
.inp-tlt {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 19px;
}
.file-upload {
  height: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 400px) {
  .file-upload {
    font-size: 12px;
  }
}
.file-upload .file-upload-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
#output {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#output > div {
  width: 75px;
  height: 75px;
  margin: 8px 15px;
  background-size: cover !important;
}
.slide-to {
  margin-top: calc(0px -  60px);
  padding-top: 60px;
}
@media (min-width: 992px) {
  .slide-to {
    margin-top: calc(0px -  90px);
    padding-top: 90px;
  }
}
section {
  overflow: hidden;
}
section.index-banner {
  overflow: hidden;
  position: relative;
}
section.index-banner h1 {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
section.index-banner .bg-img {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
section.index-banner .container {
  position: relative;
  z-index: 1;
}
section.index-banner .index-banner-slider .slider-elem {
  position: relative;
}
section.index-banner .index-banner-slider .slider-elem .row {
  align-items: center;
}
section.index-banner .index-banner-slider .slider-elem .text {
  text-align: justify;
  position: relative;
  z-index: 2;
}
section.index-banner .index-banner-slider .slider-elem .text h2 {
  font-size: 26px;
}
section.index-banner .index-banner-slider .slider-elem .right-img {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 100%;
}
@media (max-width: 575px) {
  section.index-banner .index-banner-slider .slider-elem .right-img {
    display: none;
  }
}
section.index-banner .index-banner-slider .slick-dots {
  bottom: -20px;
}
section.index-banner .index-banner-slider .slick-dots li {
  width: 25px;
  height: 25px;
  margin: 0 2px;
}
section.index-banner .index-banner-slider .slick-dots li button {
  width: 25px;
  height: 25px;
}
section.index-banner .index-banner-slider .slick-dots li button::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  content: '';
  width: 12px;
  height: 12px;
  opacity: .75;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.index-banner .index-banner-slider .slick-dots li button:hover::before {
  opacity: 1;
}
section.index-banner .container {
  color: #ffffff;
}
section.index-banner .container a:not(.btn),
section.index-banner .container h1,
section.index-banner .container h2,
section.index-banner .container h3,
section.index-banner .container h4,
section.index-banner .container h5,
section.index-banner .container h6 {
  color: #ffffff;
}
section.index-banner .index-banner-slider .slick-dots li button::before {
  background: #6d6e76;
  color: transparent;
}
section.index-banner .index-banner-slider .slick-dots li.slick-active button::before {
  background: #9e7050;
  color: transparent;
}
section.about .img-bg-elem {
  display: flex;
  align-items: center;
  margin-top: -50px;
  margin-left: -50px;
  margin-bottom: -50px;
  height: calc(100% +  100px);
  width: calc(100% +  50px);
  padding-top: 100px;
  padding-left: 100px;
  padding-bottom: 100px;
  position: relative;
}
section.about .img-bg-elem::before {
  z-index: -1;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  top: 0;
  width: 100vw;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/stripes.png");
  background-size: contain;
}
section.about .img-bg-elem img {
  width: 100%;
}
section.contacts .title {
  font-weight: bold;
  padding-bottom: 10px;
}
section.contacts .cont-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 5px 0;
}
section.contacts .cont-info p {
  padding: 0;
  margin: 0;
}
section.contacts .cont-info span {
  margin-right: 5px;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (min-width: 768px) {
  section.contacts .cont-info span {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  section.contacts .cont-info span {
    margin-right: 15px;
  }
}
section.contacts .cont-info span {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.contacts .requisites {
  text-transform: uppercase;
  font-size: 15px;
}
@media (min-width: 1600px) {
  section.contacts .requisites {
    font-size: 18px;
  }
}
@media (min-width: 1860px) {
  section.contacts .requisites {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  section.contacts .title {
    padding-bottom: 12px;
  }
  section.contacts .cont-info {
    padding: 7px 0;
  }
}
@media (min-width: 1860px) {
  section.contacts .title {
    padding-bottom: 15px;
  }
  section.contacts .cont-info {
    padding: 10px 0;
  }
}
section.contacts .contact-inp {
  position: relative;
}
section.contacts .contact-inp .max-width-box {
  position: relative;
}
section.contacts .contact-inp .success-block {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: -9;
  opacity: 0;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.contacts .contact-inp .success-block.over-form {
  z-index: 9;
  opacity: 1;
}
section.contacts .title {
  color: #6d6e76;
}
section.contacts .cont-info i {
  color: #6d6e76;
}
section.contacts .cont-info span {
  color: #6d6e76;
}
section.contacts a.cont-info:hover span {
  color: #6d6e76;
}
section.contacts .requisites {
  color: #6d6e76;
}
section.contacts .requisites a {
  color: #6d6e76;
}
section.contacts .requisites a:hover {
  color: #000000;
}
section.top-banner .bg-img {
  width: 100%;
  padding-top: 10%;
}
section.page .main-text::before,
section.page .main-text::after {
  display: block;
  content: '';
  clear: both;
}
section.popup {
  position: fixed;
  content: '';
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  max-width: calc(100vw -  30px);
  max-height: calc(100vh -  30px);
  width: 730px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid;
  z-index: 99999;
  display: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.popup .shutter-box {
  position: absolute;
  right: -14px;
  top: -14px;
}
section.popup .shutter-box .popup-shutter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.popup.small-popup {
  width: 450px;
}
section.popup {
  border-color: #6d6e76;
  background: #000000;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
section.popup .shutter-box .popup-shutter {
  border-color: #6d6e76;
  background: #000000;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
section.popup .shutter-box .popup-shutter:hover {
  background: #ffffff;
}
section.team .team-member .img-box {
  width: 320px;
  max-width: 100%;
  margin: auto;
}
section.team .team-member .bg-img {
  width: 100%;
  padding-top: 120%;
  border: 2px solid;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.team .team-member .title {
  text-transform: uppercase;
}
section.team .team-member .position {
  font-size: 0.8em;
}
section.team .team-member .contacts {
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}
section.team .team-member .contacts a {
  display: inline-block;
}
@media (max-width: 1599px) and (min-width: 768px) {
  section.team .team-member {
    font-size: 17px;
  }
}
@media (max-width: 1599px) and (min-width: 992px) {
  section.team .team-member {
    font-size: 16px;
  }
}
@media (max-width: 1599px) and (min-width: 1200px) {
  section.team .team-member {
    font-size: 15px;
  }
}
@media (max-width: 399px) {
  section.team .team-member {
    font-size: 4.5vw;
  }
}
section.team .team-member .bg-img {
  border-color: #6d6e76;
  background-color: #000000;
}
section.team .team-member .title,
section.team .team-member .contacts {
  color: #1e232a;
}
section.team .team-member .position {
  color: #6d6e76;
}
section.team .team-member .contacts a {
  color: #1e232a;
}
section.team .team-member .contacts a:hover {
  color: #000000;
}
section.service-info-line {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% +  30px);
  font-size: 22px;
  font-weight: bold;
}
section.service-info-line > a,
section.service-info-line > span {
  display: block;
  padding: 5px 10px;
  line-height: 1;
}
section.service-info-line > a {
  color: #6d6e76;
}
section.service-info-line > a:hover {
  color: #ffffff;
}
section.service-info-line > span {
  color: #6d6e76;
}
section.service-info-line i {
  color: #6d6e76;
}
@media (min-width: 576px) {
  section.ind-serv-phone {
    display: none;
  }
}
section.gallery .gallery-slider .img-opener {
  overflow: hidden;
}
section.gallery .gallery-slider .img-opener .bg-img {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.gallery .gallery-slider .img-opener:hover .bg-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
section.gallery .gallery-slider .slick-arrow {
  width: 30px;
  height: 30px;
  z-index: 9;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.gallery .gallery-slider .slick-arrow::before {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.gallery .gallery-slider .slick-arrow.slick-prev {
  left: 25px;
}
section.gallery .gallery-slider .slick-arrow.slick-prev::before {
  padding-right: 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: bold;
}
section.gallery .gallery-slider .slick-arrow.slick-next {
  right: 25px;
}
section.gallery .gallery-slider .slick-arrow.slick-next::before {
  padding-left: 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
}
@media (max-width: 767px) {
  section.gallery .gallery-slider .slick-arrow {
    display: none !important;
  }
}
section.gallery .gallery-slider .slick-arrow::before {
  border-color: #6d6e76;
  color: #6d6e76;
}
section.single-news .text-info-box {
  width: 640px;
  max-width: 100%;
  margin: auto;
}
section.gal-item-slider .gal-item-slide .block {
  display: block;
}
section.gal-item-slider .gal-item-slide .block .bg-img {
  width: 100%;
  padding-top: 60%;
}
section.gal-item-slider .slick-arrow {
  width: 30px;
  height: 30px;
  z-index: 9;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.gal-item-slider .slick-arrow::before {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
section.gal-item-slider .slick-arrow.slick-prev {
  left: 25px;
}
section.gal-item-slider .slick-arrow.slick-prev::before {
  padding-right: 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: bold;
}
section.gal-item-slider .slick-arrow.slick-next {
  right: 25px;
}
section.gal-item-slider .slick-arrow.slick-next::before {
  padding-left: 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
}
@media (max-width: 767px) {
  section.gal-item-slider .slick-arrow {
    display: none !important;
  }
}
section.gal-item-slider .slick-arrow::before {
  border-color: #6d6e76;
  color: #6d6e76;
}
section.sect-bg {
  position: relative;
  z-index: 1;
}
section.sect-bg .sect-bg-img {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.sect-bg .container {
  position: relative;
  z-index: 1;
}
section .box-shadow {
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
}
body.popup-opened .popup-bg {
  height: 100vh;
  top: 0;
  bottom: 0;
  opacity: .75;
}
body.popup-opened section.popup {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
